In [1]:
#import pandas & set display setting

import pandas as pd
In [2]:
pd.options.display.max_rows = 20
In [3]:
#to be compared for periodic updates

lastEtlDate = pd.to_datetime('20200430', format='%Y%m%d')
lastEtlDate = lastEtlDate.date()
lastEtlDate
Out[3]:
datetime.date(2020, 4, 30)

Extract IHP Data

In [4]:
#extract IHP Programs file

ihp_cols = ['disasterNumber','state','county','city','zipCode','totalValidRegistrations','ihpReferrals','ihpEligible',
           'ihpAmount','haReferrals','haEligible','haAmount','onaReferrals','onaEligible','onaAmount','lastRefresh','id']

ihpProgram_src1 = pd.read_csv('https://www.fema.gov/api/open/v1/RegistrationIntakeIndividualsHouseholdPrograms.csv',usecols=ihp_cols)
ihpProgram_src1.sort_values('disasterNumber')
ihpProgram_src1
C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py:3020: DtypeWarning: Columns (4) have mixed types. Specify dtype option on import or set low_memory=False.
  interactivity=interactivity, compiler=compiler, result=result)
Out[4]:
disasterNumber state county city zipCode totalValidRegistrations ihpReferrals ihpEligible ihpAmount haReferrals haEligible haAmount onaReferrals onaEligible onaAmount lastRefresh id
0 4177 FL Escambia (County) CANTONMENT 32533 577 519 290 3474481.96 489 277 3376177.47 223 55 98304.49 2018-11-20T21:24:44.152Z 5a2ed335758c6e4347f5dc98
1 4177 FL Escambia (County) PENASCOLA 32507 1 1 1 6445.93 1 1 1660.00 1 1 4785.93 2018-11-20T21:24:43.536Z 5a2ed335758c6e4347f5dc9c
2 4177 FL Escambia (County) TALLAHASSEE 32310 1 0 0 0.00 0 0 0.00 0 0 0.00 2018-11-20T21:24:43.538Z 5a2ed335758c6e4347f5dca0
3 4177 FL Escambia (County) PENSACOLA 32511 2 1 0 0.00 0 0 0.00 1 0 0.00 2018-11-20T21:24:44.198Z 5a2ed335758c6e4347f5dca4
4 4177 FL Jackson (County) CAMPBELLTON 32426 40 39 24 42670.37 39 16 36297.25 20 14 6373.12 2018-11-20T21:24:44.107Z 5a2ed335758c6e4347f5dca8
5 4177 FL Escambia (County) GULF BREEZE 32561 1 1 0 0.00 1 0 0.00 1 0 0.00 2018-11-20T21:24:43.536Z 5a2ed335758c6e4347f5dc9a
6 4177 FL Okaloosa (County) FORT WALTON BEACH 35258 1 1 0 0.00 0 0 0.00 1 0 0.00 2018-11-20T21:24:44.109Z 5a2ed335758c6e4347f5dcac
7 4177 FL Escambia (County) PENSACOLA 32514 728 598 328 1443975.86 525 290 1254682.24 318 116 189293.62 2018-11-20T21:24:43.537Z 5a2ed335758c6e4347f5dc9e
8 4177 FL Jackson (County) MARINNA 32448 1 1 0 0.00 1 0 0.00 0 0 0.00 2018-11-20T21:24:44.155Z 5a2ed335758c6e4347f5dcb0
9 4177 FL Escambia (County) CENTURY 32535 10 10 6 15358.77 10 6 13193.77 6 3 2165.00 2018-11-20T21:24:44.197Z 5a2ed335758c6e4347f5dcb4
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
114825 4476 TN Wilson (County) LEBANON 37087 154 116 13 43344.64 101 11 28105.17 63 8 15239.47 2020-06-12T19:37:02.818Z 5ee3d95e96aa984835b0277a
114826 4476 TN Wilson (County) LEBANON 37090 201 173 17 58695.20 162 13 38807.20 42 8 19888.00 2020-06-12T19:37:02.833Z 5ee3d95e96aa984835b0277b
114827 4476 TN Wilson (County) LEBANON 37122 2 0 0 0.00 0 0 0.00 0 0 0.00 2020-06-12T19:37:02.834Z 5ee3d95e96aa984835b0277c
114828 4476 TN Wilson (County) LEWISBURG 37091 1 1 0 0.00 1 0 0.00 1 0 0.00 2020-06-12T19:37:02.835Z 5ee3d95e96aa984835b0277d
114829 4476 TN Wilson (County) MCMINNVILLE 37110 1 1 0 0.00 1 0 0.00 0 0 0.00 2020-06-12T19:37:02.836Z 5ee3d95e96aa984835b0277e
114830 4476 TN Wilson (County) MILTON 37118 1 0 0 0.00 0 0 0.00 0 0 0.00 2020-06-12T19:37:02.838Z 5ee3d95e96aa984835b0277f
114831 4476 TN Wilson (County) MOUNT JULIET 37122 394 339 23 115894.88 321 20 83606.79 86 8 32288.09 2020-06-12T19:37:02.839Z 5ee3d95e96aa984835b02780
114832 4476 TN Wilson (County) MT JULIET 37122 5 5 0 0.00 5 0 0.00 3 0 0.00 2020-06-12T19:37:02.840Z 5ee3d95e96aa984835b02781
114833 4476 TN Wilson (County) WATERTOWN 37184 2 2 0 0.00 2 0 0.00 0 0 0.00 2020-06-12T19:37:02.841Z 5ee3d95e96aa984835b02782
114834 4476 TN Wilson (County) OLD HICKORY 37138 8 5 1 6796.90 3 1 6796.90 2 0 0.00 2020-06-12T19:37:02.842Z 5ee3d95e96aa984835b02783

114835 rows × 17 columns

In [5]:
#for comparison with lastEtlDate to handle next ETL run (not implemented here further)

ihpProgram_src1['lastRefresh'] = pd.to_datetime(ihpProgram_src1['lastRefresh'].str.slice(0, 10, 1))
In [6]:
#copy of source for relief fact (for debugging to avoid re-reading file)
ihpProgram_src = ihpProgram_src1
In [7]:
ihpProgram_src.info()
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 114835 entries, 0 to 114834
Data columns (total 17 columns):
disasterNumber             114835 non-null int64
state                      114835 non-null object
county                     114835 non-null object
city                       114819 non-null object
zipCode                    114809 non-null object
totalValidRegistrations    114835 non-null int64
ihpReferrals               114835 non-null int64
ihpEligible                114835 non-null int64
ihpAmount                  114835 non-null float64
haReferrals                114835 non-null int64
haEligible                 114835 non-null int64
haAmount                   114835 non-null float64
onaReferrals               114835 non-null int64
onaEligible                114835 non-null int64
onaAmount                  114835 non-null float64
lastRefresh                114835 non-null datetime64[ns]
id                         114835 non-null object
dtypes: datetime64[ns](1), float64(3), int64(8), object(5)
memory usage: 14.9+ MB
In [8]:
#since there are so few,
#drop na records that would not key to other dimensional data

na_keys = ['disasterNumber','county','city','zipCode']
ihpProgram_src.dropna(subset=na_keys,inplace=True)
In [9]:
ihpProgram_src.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 114798 entries, 0 to 114834
Data columns (total 17 columns):
disasterNumber             114798 non-null int64
state                      114798 non-null object
county                     114798 non-null object
city                       114798 non-null object
zipCode                    114798 non-null object
totalValidRegistrations    114798 non-null int64
ihpReferrals               114798 non-null int64
ihpEligible                114798 non-null int64
ihpAmount                  114798 non-null float64
haReferrals                114798 non-null int64
haEligible                 114798 non-null int64
haAmount                   114798 non-null float64
onaReferrals               114798 non-null int64
onaEligible                114798 non-null int64
onaAmount                  114798 non-null float64
lastRefresh                114798 non-null datetime64[ns]
id                         114798 non-null object
dtypes: datetime64[ns](1), float64(3), int64(8), object(5)
memory usage: 15.8+ MB

Extract Disaster Data

In [10]:
#listed columns for vertical partition of data

disaster_cols = ['disasterNumber','declarationType','incidentType','designatedArea','declarationDate']
In [11]:
#extract declared disasters file (OpenFEMA, 'Disaster', 2020)

disasterDeclarations_src = pd.read_csv('https://www.fema.gov/api/open/v2/DisasterDeclarationsSummaries.csv',
                                       usecols=disaster_cols)
disasterDeclarations_src.sort_values('disasterNumber')
disasterDeclarations_src.info()
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 61912 entries, 0 to 61911
Data columns (total 5 columns):
disasterNumber     61912 non-null int64
declarationType    61912 non-null object
declarationDate    61912 non-null object
incidentType       61912 non-null object
designatedArea     61912 non-null object
dtypes: int64(1), object(4)
memory usage: 2.4+ MB

Transforming IHP & Disaster Data

In [12]:
#remove duplicates
disasterDeclarations_src.drop_duplicates(subset='disasterNumber',inplace=True)
disasterDeclarations_src.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 4528 entries, 0 to 61910
Data columns (total 5 columns):
disasterNumber     4528 non-null int64
declarationType    4528 non-null object
declarationDate    4528 non-null object
incidentType       4528 non-null object
designatedArea     4528 non-null object
dtypes: int64(1), object(4)
memory usage: 212.2+ KB
In [13]:
disasterDeclarations_src['incidentType'] = disasterDeclarations_src['incidentType'].str.replace("'","''")
disasterDeclarations_src['designatedArea'] = disasterDeclarations_src['designatedArea'].str.replace("'","''")
In [14]:
#add declaration date for date dimension data

ihpProgram_src['calendarDate'] = ihpProgram_src.merge(disasterDeclarations_src,on='disasterNumber',how='inner')['declarationDate']
ihpProgram_src.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 114798 entries, 0 to 114834
Data columns (total 18 columns):
disasterNumber             114798 non-null int64
state                      114798 non-null object
county                     114798 non-null object
city                       114798 non-null object
zipCode                    114798 non-null object
totalValidRegistrations    114798 non-null int64
ihpReferrals               114798 non-null int64
ihpEligible                114798 non-null int64
ihpAmount                  114798 non-null float64
haReferrals                114798 non-null int64
haEligible                 114798 non-null int64
haAmount                   114798 non-null float64
onaReferrals               114798 non-null int64
onaEligible                114798 non-null int64
onaAmount                  114798 non-null float64
lastRefresh                114798 non-null datetime64[ns]
id                         114798 non-null object
calendarDate               114761 non-null object
dtypes: datetime64[ns](1), float64(3), int64(8), object(6)
memory usage: 16.6+ MB
In [15]:
#drop na rows (na date rows are from recent data that has yet to be loaded into the disaster CSV file)

ihpProgram_src.dropna(inplace=True)
ihpProgram_src.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 114761 entries, 0 to 114797
Data columns (total 18 columns):
disasterNumber             114761 non-null int64
state                      114761 non-null object
county                     114761 non-null object
city                       114761 non-null object
zipCode                    114761 non-null object
totalValidRegistrations    114761 non-null int64
ihpReferrals               114761 non-null int64
ihpEligible                114761 non-null int64
ihpAmount                  114761 non-null float64
haReferrals                114761 non-null int64
haEligible                 114761 non-null int64
haAmount                   114761 non-null float64
onaReferrals               114761 non-null int64
onaEligible                114761 non-null int64
onaAmount                  114761 non-null float64
lastRefresh                114761 non-null datetime64[ns]
id                         114761 non-null object
calendarDate               114761 non-null object
dtypes: datetime64[ns](1), float64(3), int64(8), object(6)
memory usage: 16.6+ MB
In [16]:
#conforming/formatting string column data

ihpProgram_src['county'] = ihpProgram_src['county'].str.replace('(','').str.replace(')','').str.replace("'","''")
ihpProgram_src['city'] = ihpProgram_src['city'].str.title().str.replace("\\",'').str.replace("]",'').str.replace("'","''")
ihpProgram_src['calendarDate'] = ihpProgram_src['calendarDate'].str.slice(0, 10, 1)
In [17]:
int_measures = ['totalValidRegistrations','ihpReferrals','ihpEligible','haReferrals','haEligible','onaReferrals','onaEligible']
In [18]:
ihpProgram_src[int_measures] = ihpProgram_src[int_measures].astype(int)
In [19]:
ihpProgram_src.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 114761 entries, 0 to 114797
Data columns (total 18 columns):
disasterNumber             114761 non-null int64
state                      114761 non-null object
county                     114761 non-null object
city                       114761 non-null object
zipCode                    114761 non-null object
totalValidRegistrations    114761 non-null int32
ihpReferrals               114761 non-null int32
ihpEligible                114761 non-null int32
ihpAmount                  114761 non-null float64
haReferrals                114761 non-null int32
haEligible                 114761 non-null int32
haAmount                   114761 non-null float64
onaReferrals               114761 non-null int32
onaEligible                114761 non-null int32
onaAmount                  114761 non-null float64
lastRefresh                114761 non-null datetime64[ns]
id                         114761 non-null object
calendarDate               114761 non-null object
dtypes: datetime64[ns](1), float64(3), int32(7), int64(1), object(6)
memory usage: 13.6+ MB

Loading

In [20]:
#open connection with db

import pyodbc
conn = pyodbc.connect('Driver={SQL Server};'
                     'Server=MARTINPC-01;'
                     'Database=cs689TermProj;'
                     'Trusted_Connection=yes;')

cursor = conn.cursor()

Load Disaster Dimension

In [21]:
disaster_dimension = disasterDeclarations_src.loc[:,disaster_cols[:-1]]
In [22]:
disaster_dimension.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 4528 entries, 0 to 61910
Data columns (total 4 columns):
disasterNumber     4528 non-null int64
declarationType    4528 non-null object
incidentType       4528 non-null object
designatedArea     4528 non-null object
dtypes: int64(1), object(3)
memory usage: 176.9+ KB
In [23]:
#populate disaster dimension

for i, row in disaster_dimension.iterrows():
    disaster_sql = "INSERT INTO cs689TermProj.dbo.Disaster_Dimension(disasterId,\
    femaDisasterNumber,incidentType,designatedArea) VALUES \
    (NEXT VALUE FOR disaster_PK,'" + str(row.disasterNumber) + "','" + str(row.incidentType) + "', '" + str(row.designatedArea) + "');"
    
    #print(disaster_sql)
    cursor.execute(disaster_sql)

Load Location Dimension

In [24]:
location_cols = ['county','state','city','zipCode']
In [25]:
location_dimension = ihpProgram_src.loc[:,location_cols].drop_duplicates(keep='first')
In [26]:
location_dimension.sort_values(['state','county','city'])
location_dimension['locationIndex'] = location_dimension.index
location_dimension.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 88327 entries, 0 to 114779
Data columns (total 5 columns):
county           88327 non-null object
state            88327 non-null object
city             88327 non-null object
zipCode          88327 non-null object
locationIndex    88327 non-null int64
dtypes: int64(1), object(4)
memory usage: 4.0+ MB
In [27]:
#index created as synthetic key to improve speed in connecting with fact table

ihpProgram_src['locationIndex'] = ihpProgram_src.merge(location_dimension, on=location_cols,how='left',indicator=True)['locationIndex']
In [28]:
for i, row in location_dimension.iterrows():
    location_sql = "INSERT INTO cs689TermProj.dbo.Location_Dimension(locationId,locState,locCounty,locCity,locZipCode,locationIndex) VALUES (NEXT VALUE FOR location_PK,'" + str(row.state) + "','" + str(row.county) + "','" + str(row.city) + "','" + str(row.zipCode) + "','" + str(row.locationIndex) + "');"
    
    #print(location_sql)
    cursor.execute(location_sql)

Creation & Loading of the DateTime Dimension

In [29]:
#create date dimension data w/ pandas datetime (Pandas, 'Time Series / Date functionality', n.d.)
#used federal government FYE 9/30 per FEMA website

dateTime_dimension = pd.DataFrame({'calendarDate': pd.date_range('1953-01-01','2022-12-31')},)
dateTime_dimension['dayOfWeek'] = dateTime_dimension.calendarDate.dt.weekday_name
dateTime_dimension['calendarDayOfMonth'] = dateTime_dimension.calendarDate.dt.day
dateTime_dimension['calendarMonthOfYear'] = dateTime_dimension.calendarDate.dt.month
dateTime_dimension['calendarWeekOfYear'] = dateTime_dimension.calendarDate.dt.weekofyear
dateTime_dimension['calendarYear'] = dateTime_dimension.calendarDate.dt.year
dateTime_dimension['fiscalQuarter'] = pd.PeriodIndex(dateTime_dimension['calendarDate'], freq='Q-SEP').quarter
dateTime_dimension['fiscalYear'] = pd.PeriodIndex(dateTime_dimension['calendarDate'], freq='Q-SEP').year
In [30]:
dateTime_dimension.info()
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 25567 entries, 0 to 25566
Data columns (total 8 columns):
calendarDate           25567 non-null datetime64[ns]
dayOfWeek              25567 non-null object
calendarDayOfMonth     25567 non-null int64
calendarMonthOfYear    25567 non-null int64
calendarWeekOfYear     25567 non-null int64
calendarYear           25567 non-null int64
fiscalQuarter          25567 non-null int64
fiscalYear             25567 non-null int64
dtypes: datetime64[ns](1), int64(6), object(1)
memory usage: 1.6+ MB
In [31]:
cursor.execute('commit')
Out[31]:
<pyodbc.Cursor at 0x1f9598120a8>
In [32]:
#populate dateTime dimension

for i, row in dateTime_dimension.iterrows():
    dateTime_sql = "INSERT INTO cs689TermProj.dbo.DateTime_Dimension(dateTimeId, calendarDate, \
    calendarDayOfWeek, calendarDayOfMonth, calendarMonthOfYear, calendarWeekOfYear, calendarYear, fiscalQuarter, fiscalYear)\
    VALUES (NEXT VALUE FOR dateTime_PK,'" + str(row.calendarDate) + "','" + str(row.dayOfWeek) + "',\
    '" + str(row.calendarDayOfMonth) + "','" + str(row.calendarMonthOfYear) + "','" + str(row.calendarWeekOfYear) + "',\
    '" + str(row.calendarYear) + "','" + str(row.fiscalQuarter) + "','" + str(row.fiscalYear) + "');"
    
    #print(dateTime_sql)
    cursor.execute(dateTime_sql)

Load Relief Fact Data

In [33]:
#get synthetic keys from DBMS

location_keys = pd.read_sql_query(
    'SELECT locationId, locationIndex FROM dbo.Location_Dimension',conn)
disaster_keys = pd.read_sql_query(
    'SELECT disasterId,femaDisasterNumber AS disasterNumber FROM dbo.Disaster_Dimension',conn)
dateTime_keys = pd.read_sql_query(
    'SELECT dateTimeId,calendarDate FROM dbo.DateTime_Dimension',conn)
In [34]:
#add synthetic key columns

ihpProgram_src['disasterId'] = ihpProgram_src.merge(disaster_keys,on='disasterNumber',how='left',indicator=True)['disasterId']
ihpProgram_src['locationId'] = ihpProgram_src.merge(location_keys,on='locationIndex',how='left',indicator=True)['locationId']
ihpProgram_src['dateTimeId'] = ihpProgram_src.merge(dateTime_keys, on='calendarDate',how='left',indicator=True)['dateTimeId']
In [35]:
relief_cols = ['disasterId','locationId','dateTimeId','totalValidRegistrations',
               'ihpReferrals','ihpEligible','ihpAmount','haReferrals','haEligible',
               'haAmount','onaReferrals','onaEligible','onaAmount']
In [36]:
relief_fact = ihpProgram_src.loc[:,relief_cols]
In [37]:
relief_fact.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 114761 entries, 0 to 114797
Data columns (total 13 columns):
disasterId                 114761 non-null float64
locationId                 114761 non-null float64
dateTimeId                 114761 non-null float64
totalValidRegistrations    114761 non-null int32
ihpReferrals               114761 non-null int32
ihpEligible                114761 non-null int32
ihpAmount                  114761 non-null float64
haReferrals                114761 non-null int32
haEligible                 114761 non-null int32
haAmount                   114761 non-null float64
onaReferrals               114761 non-null int32
onaEligible                114761 non-null int32
onaAmount                  114761 non-null float64
dtypes: float64(6), int32(7)
memory usage: 9.2 MB
In [38]:
relief_fact.dropna(inplace=True)
In [39]:
relief_fact.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 114761 entries, 0 to 114797
Data columns (total 13 columns):
disasterId                 114761 non-null float64
locationId                 114761 non-null float64
dateTimeId                 114761 non-null float64
totalValidRegistrations    114761 non-null int32
ihpReferrals               114761 non-null int32
ihpEligible                114761 non-null int32
ihpAmount                  114761 non-null float64
haReferrals                114761 non-null int32
haEligible                 114761 non-null int32
haAmount                   114761 non-null float64
onaReferrals               114761 non-null int32
onaEligible                114761 non-null int32
onaAmount                  114761 non-null float64
dtypes: float64(6), int32(7)
memory usage: 9.2 MB
In [40]:
for i,row in relief_fact.iterrows():
    relief_sql = "INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,\
    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,\
    onaReferrals,onaEligible,onaAmount) VALUES ('" + str(row.disasterId) + "',\
    '" + str(row.locationId) + "','" + str(row.dateTimeId) + "','" + str(row.totalValidRegistrations.astype(int)) + "',\
    '" + str(row.ihpReferrals.astype(int)) + "','" + str(row.ihpEligible.astype(int)) + "','" + str(row.ihpAmount) + "',\
    '" + str(row.haReferrals.astype(int)) + "','" + str(row.haEligible.astype(int)) + "','" + str(row.haAmount) + "',\
    '" + str(row.onaReferrals.astype(int)) + "','" + str(row.onaEligible.astype(int)) + "','" + str(row.onaAmount) + "');"
    
    print(relief_sql)
    cursor.execute(relief_sql)
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000000.0','1022405.0','577',    '519','290','3474481.96',    '489','277','3376177.47',    '223','55','98304.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088264.0','1047972.0','1',    '1','1','6445.93',    '1','1','1660.0',    '1','1','4785.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000001.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088265.0','1047972.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000002.0','1022405.0','40',    '39','24','42670.37',    '39','16','36297.25',    '20','14','6373.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088266.0','1047972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000003.0','1022405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088267.0','1047972.0','728',    '598','328','1443975.86',    '525','290','1254682.24',    '318','116','189293.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000004.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088268.0','1047972.0','10',    '10','6','15358.77',    '10','6','13193.77',    '6','3','2165.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000005.0','1022405.0','4',    '2','1','4117.76',    '1','1','3867.76',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088269.0','1047972.0','1840',    '1603','1067','5625332.14',    '1509','952','4530539.38',    '935','494','1094792.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000006.0','1022405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088270.0','1047972.0','27',    '26','9','27844.5',    '26','9','26618.32',    '9','3','1226.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000007.0','1022405.0','12',    '11','5','15113.64',    '11','5','15113.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088271.0','1047972.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000008.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088272.0','1047972.0','5',    '3','2','2571.74',    '3','2','2571.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000009.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088273.0','1047972.0','327',    '247','139','526602.59',    '233','126','435120.23',    '115','55','91482.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000010.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088274.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000011.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088275.0','1047972.0','1',    '1','1','2049.01',    '1','1','1660.0',    '1','1','389.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000012.0','1022405.0','251',    '204','101','391570.72',    '187','96','351852.99',    '83','26','39717.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088276.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000013.0','1022405.0','78',    '56','32','90015.21',    '51','32','81486.56',    '24','8','8528.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088277.0','1047972.0','972',    '829','433','1695238.43',    '766','374','1037324.83',    '509','220','657913.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000014.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088278.0','1047972.0','1',    '1','1','678.0',    '0','0','0.0',    '1','1','678.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000015.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088279.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000016.0','1022405.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088280.0','1047972.0','399',    '372','164','770514.2',    '367','151','740388.6',    '159','43','30125.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000017.0','1022405.0','29',    '27','12','38836.9',    '26','11','35412.32',    '15','7','3424.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088281.0','1047972.0','28',    '26','16','44956.18',    '25','16','41543.69',    '13','5','3412.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000018.0','1022405.0','395',    '326','245','1715605.53',    '319','236','1447696.76',    '151','89','267908.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088282.0','1047972.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000019.0','1022405.0','1',    '1','1','241.9',    '1','1','241.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088283.0','1047972.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000020.0','1022405.0','7',    '7','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088284.0','1047972.0','2',    '2','1','5457.85',    '1','1','1254.0',    '2','1','4203.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000021.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088285.0','1047972.0','2242',    '1916','1012','4066841.74',    '1694','825','2940118.86',    '1395','605','1126722.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000022.0','1022405.0','3',    '1','1','4000.0',    '0','0','0.0',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088286.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000023.0','1022405.0','26',    '17','10','41431.65',    '17','10','41431.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088287.0','1047972.0','21',    '18','8','27074.19',    '18','7','26809.69',    '7','1','264.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000024.0','1022405.0','168',    '148','73','167565.47',    '139','72','156158.41',    '53','12','11407.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088288.0','1047972.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000025.0','1022405.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088289.0','1047972.0','66',    '58','37','121262.24',    '57','35','107964.24',    '21','6','13298.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000026.0','1022405.0','203',    '146','72','210872.99',    '131','53','154068.74',    '85','39','56804.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088290.0','1047972.0','3',    '3','1','2238.0',    '3','1','2238.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000027.0','1022405.0','433',    '348','178','923361.18',    '294','148','784742.22',    '176','73','138618.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088291.0','1047972.0','13',    '13','9','12570.12',    '13','8','10811.78',    '5','3','1758.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000028.0','1022405.0','234',    '190','102','382226.85',    '166','76','271873.71',    '119','62','110353.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088292.0','1047972.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000029.0','1022405.0','1',    '1','1','197.0',    '1','1','197.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088293.0','1047972.0','147',    '134','69','216634.69',    '124','67','200037.88',    '79','23','16596.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000030.0','1022405.0','199',    '177','134','545352.92',    '170','119','458185.01',    '94','63','87167.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088294.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000031.0','1022405.0','1',    '1','1','1396.0',    '1','1','1396.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088295.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000032.0','1022405.0','8',    '5','1','1502.56',    '5','1','1502.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088296.0','1047972.0','638',    '533','161','311886.56',    '498','119','275213.57',    '288','65','36672.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000033.0','1022405.0','14',    '12','0','0.0',    '12','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088297.0','1047972.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000034.0','1022405.0','26',    '23','5','9945.76',    '23','5','9945.76',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088298.0','1047972.0','82',    '73','44','206511.8',    '70','43','200946.53',    '26','8','5565.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000035.0','1022405.0','12',    '12','10','27833.48',    '12','10','26762.72',    '5','2','1070.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088299.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000036.0','1022405.0','194',    '145','74','323711.33',    '141','73','306542.49',    '50','19','17168.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088300.0','1047972.0','65',    '55','35','162490.46',    '55','35','134599.69',    '19','7','27890.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000037.0','1022405.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088301.0','1047972.0','31',    '30','16','56192.54',    '29','15','50597.68',    '19','6','5594.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000038.0','1022405.0','9',    '5','1','673.24',    '5','1','673.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088302.0','1047972.0','10',    '6','2','3629.72',    '6','2','1945.28',    '2','1','1684.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000039.0','1022405.0','8',    '7','4','12486.3',    '6','4','5886.3',    '4','1','6600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088303.0','1047972.0','944',    '810','419','1913205.15',    '716','356','1465789.56',    '488','212','447415.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000040.0','1022405.0','9',    '9','2','2807.01',    '9','2','2317.85',    '3','1','489.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088304.0','1047972.0','13',    '10','7','24947.61',    '10','7','21575.52',    '3','1','3372.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000041.0','1022405.0','2',    '2','1','551.93',    '2','1','551.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088305.0','1047972.0','1',    '1','1','3365.58',    '0','0','0.0',    '1','1','3365.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000042.0','1022405.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088306.0','1047972.0','22',    '22','12','79430.77',    '22','10','76466.27',    '3','3','2964.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000043.0','1022405.0','2',    '1','1','1778.0',    '1','1','1778.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088307.0','1047972.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000044.0','1022405.0','656',    '552','254','1156528.3',    '496','213','788596.5',    '373','142','367931.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088308.0','1047972.0','7',    '7','5','9718.02',    '7','5','7448.46',    '7','4','2269.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000045.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088309.0','1047972.0','6',    '5','4','10401.94',    '5','4','9520.94',    '2','2','881.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000046.0','1022405.0','94',    '77','41','185213.82',    '77','40','177289.91',    '24','9','7923.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088310.0','1047972.0','933',    '796','427','2780590.28',    '734','384','2476015.14',    '410','166','304575.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000047.0','1022405.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088311.0','1047972.0','4',    '3','2','1147.87',    '3','1','693.86',    '2','2','454.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000048.0','1022405.0','780',    '676','440','2899535.28',    '636','408','2429099.1',    '402','199','470436.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088312.0','1047972.0','72',    '62','23','90265.94',    '61','23','83978.56',    '20','7','6287.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000049.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088313.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000050.0','1022405.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088314.0','1047972.0','4',    '3','2','3730.36',    '3','2','3730.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000051.0','1022405.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088315.0','1047972.0','14',    '12','0','0.0',    '12','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000052.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088316.0','1047972.0','1',    '1','1','861.84',    '1','1','861.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000053.0','1022405.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088317.0','1047972.0','8',    '6','2','587.78',    '6','2','587.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000054.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088318.0','1047972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000055.0','1022405.0','129',    '96','52','213760.69',    '93','50','200333.07',    '41','13','13427.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088319.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000056.0','1022405.0','508',    '411','239','1216724.13',    '393','219','1007780.36',    '182','91','208943.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088320.0','1047972.0','1',    '1','1','4687.76',    '1','1','1400.0',    '1','1','3287.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000057.0','1022405.0','69',    '58','29','69370.5',    '54','26','59789.84',    '26','8','9580.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088321.0','1047972.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000058.0','1022405.0','11',    '9','4','28869.6',    '9','4','21899.76',    '5','2','6969.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088322.0','1047972.0','4',    '2','1','241.9',    '2','1','241.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000059.0','1022405.0','20',    '19','16','59493.52',    '19','14','56086.9',    '13','6','3406.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088323.0','1047972.0','1',    '1','1','1319.12',    '1','1','1319.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000060.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088324.0','1047972.0','82',    '72','17','97385.33',    '72','12','92488.03',    '27','7','4897.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000061.0','1022405.0','19',    '17','3','15246.36',    '17','3','15246.36',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088325.0','1047972.0','19',    '16','8','12167.65',    '16','8','10844.98',    '10','1','1322.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000062.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088326.0','1047972.0','4',    '4','1','234.6',    '4','1','234.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000063.0','1022405.0','6',    '5','2','1827.24',    '5','2','1827.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088327.0','1047972.0','2',    '2','1','2088.44',    '2','1','2088.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000064.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088328.0','1047972.0','1',    '1','1','2467.94',    '1','1','2322.94',    '1','1','145.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000065.0','1022405.0','10',    '9','2','6321.17',    '9','2','6321.17',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088329.0','1047972.0','2',    '2','1','1179.4',    '2','1','478.32',    '1','1','701.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000066.0','1022405.0','3',    '3','1','4496.13',    '3','1','1422.0',    '1','1','3074.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088330.0','1047972.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000067.0','1022405.0','218',    '186','107','291672.94',    '169','93','256630.27',    '88','37','35042.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088331.0','1047972.0','12',    '12','7','23461.4',    '12','7','18018.19',    '5','4','5443.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000068.0','1022405.0','73',    '56','33','103342.35',    '50','30','87933.84',    '26','7','15408.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088332.0','1047972.0','491',    '423','212','631563.58',    '411','195','553122.21',    '188','75','78441.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000069.0','1022405.0','211',    '181','135','770372.84',    '174','128','696459.63',    '95','60','73913.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088333.0','1047972.0','71',    '59','44','218404.03',    '56','40','176046.58',    '22','15','42357.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000070.0','1022405.0','5',    '5','1','3661.7',    '5','1','3397.2',    '4','1','264.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088334.0','1047972.0','17',    '13','3','9881.71',    '13','3','9881.71',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000071.0','1022405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088335.0','1047972.0','102',    '102','82','283427.95',    '101','81','259993.57',    '56','24','23434.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000072.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088336.0','1047972.0','7',    '6','2','9029.28',    '5','1','2429.28',    '2','1','6600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000073.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088337.0','1047972.0','4',    '4','2','3996.19',    '4','1','2196.0',    '4','1','1800.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000074.0','1022405.0','6',    '5','3','7099.17',    '5','3','7099.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088338.0','1047972.0','106',    '96','24','100576.09',    '94','22','72593.49',    '38','6','27982.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000075.0','1022405.0','227',    '193','88','203233.43',    '175','74','181115.86',    '90','30','22117.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088339.0','1047972.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000076.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088340.0','1047972.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000077.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088341.0','1047972.0','114',    '106','43','314080.86',    '106','40','260365.75',    '47','15','53715.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000078.0','1022405.0','2',    '2','2','1188.21',    '2','2','1188.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088342.0','1047972.0','123',    '106','59','129107.61',    '104','52','118803.52',    '49','17','10304.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000079.0','1022405.0','1',    '1','1','5973.98',    '0','0','0.0',    '1','1','5973.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088343.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000080.0','1022405.0','4',    '2','1','1660.0',    '1','1','1660.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088344.0','1047972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000081.0','1022405.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088345.0','1047972.0','5',    '5','2','1905.79',    '5','2','1905.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000082.0','1022405.0','309',    '259','154','948424.97',    '249','150','836801.46',    '99','42','111623.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088346.0','1047972.0','303',    '242','177','953255.98',    '231','167','670059.42',    '122','85','283196.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000083.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088347.0','1047972.0','173',    '151','83','219987.77',    '144','79','183904.98',    '60','23','36082.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000084.0','1022405.0','7',    '7','5','5447.49',    '7','5','5447.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088348.0','1047972.0','501',    '485','276','712217.17',    '473','250','610522.59',    '300','123','101694.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000085.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088349.0','1047972.0','14',    '13','8','10481.2',    '13','8','8917.21',    '7','5','1563.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000086.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088350.0','1047972.0','9',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000087.0','1022405.0','68',    '56','36','139437.62',    '50','31','124334.9',    '28','12','15102.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088351.0','1047972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000088.0','1022405.0','21',    '17','9','23453.19',    '15','9','22459.9',    '6','2','993.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088352.0','1047972.0','191',    '156','90','615175.78',    '149','86','524720.82',    '61','26','90454.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000089.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088353.0','1047972.0','1',    '1','1','1422.0',    '1','1','1422.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000090.0','1022405.0','1',    '1','1','2736.03',    '1','1','2736.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088354.0','1047972.0','28',    '21','14','21232.25',    '20','14','20719.77',    '7','1','512.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000091.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088355.0','1047972.0','20',    '17','10','22900.17',    '16','10','20336.5',    '5','2','2563.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000092.0','1022405.0','309',    '278','158','512934.13',    '258','143','461439.32',    '138','51','51494.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088356.0','1047972.0','5',    '2','1','2666.84',    '2','1','2666.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000093.0','1022405.0','772',    '659','363','2281844.47',    '596','306','1865233.0',    '391','164','416611.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088357.0','1047972.0','1',    '1','1','5476.43',    '1','1','4971.93',    '1','1','504.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000094.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088358.0','1047972.0','9',    '7','3','3440.21',    '7','3','3440.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000095.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088359.0','1047972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000096.0','1022405.0','12',    '11','2','5787.67',    '11','2','5787.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088360.0','1047972.0','7',    '6','3','3750.24',    '6','2','2517.15',    '4','2','1233.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000097.0','1022405.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088361.0','1047972.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000098.0','1022405.0','4',    '4','2','2321.82',    '4','2','2321.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088362.0','1047972.0','3',    '3','2','4800.23',    '3','2','4800.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000099.0','1022405.0','4',    '3','3','6427.77',    '3','3','6427.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088363.0','1047972.0','975',    '832','287','1523262.94',    '789','261','1009437.6',    '395','163','513825.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000100.0','1022405.0','1',    '1','1','231.48',    '0','0','0.0',    '1','1','231.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088364.0','1047972.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000101.0','1022405.0','109',    '105','53','102389.85',    '105','46','87722.1',    '55','23','14667.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088365.0','1047972.0','67',    '62','29','48817.97',    '61','21','45394.01',    '36','8','3423.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000102.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088366.0','1047972.0','4',    '3','2','5261.97',    '3','2','5261.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000103.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088367.0','1047972.0','56',    '53','14','150033.07',    '53','13','129839.21',    '19','7','20193.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000104.0','1022405.0','138',    '107','27','103029.01',    '100','20','76025.27',    '50','16','27003.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088368.0','1047972.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000105.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088369.0','1047972.0','3',    '3','2','5593.0',    '3','2','5593.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000106.0','1022405.0','189',    '141','74','325647.62',    '126','65','228608.33',    '70','35','97039.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088370.0','1047972.0','85',    '80','36','64502.4',    '79','32','59756.64',    '37','8','4745.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000107.0','1022405.0','17',    '16','6','44388.54',    '15','6','35398.44',    '11','3','8990.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088371.0','1047972.0','363',    '320','91','233507.25',    '296','66','184679.25',    '154','41','48828.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000108.0','1022405.0','4',    '4','1','252.72',    '4','0','0.0',    '2','1','252.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088372.0','1047972.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000109.0','1022405.0','2',    '2','2','15229.8',    '2','1','13011.68',    '2','2','2218.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088373.0','1047972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000110.0','1022405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088374.0','1047972.0','821',    '754','274','477110.63',    '703','165','336797.28',    '514','171','140313.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000111.0','1022405.0','27',    '27','16','15732.65',    '27','13','13351.15',    '16','8','2381.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088375.0','1047972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000112.0','1022405.0','22',    '19','7','112247.39',    '19','7','111897.39',    '10','1','350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088376.0','1047972.0','6',    '5','1','5950.94',    '5','1','5585.78',    '2','1','365.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000113.0','1022405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088377.0','1047972.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000114.0','1022401.0','15',    '15','7','126108.03',    '15','7','114264.28',    '5','2','11843.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088378.0','1047968.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000115.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088379.0','1047968.0','393',    '360','144','309902.46',    '311','84','210181.23',    '248','103','99721.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000116.0','1022401.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088380.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000117.0','1022401.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088381.0','1047968.0','15',    '14','2','3135.95',    '14','2','1440.04',    '8','1','1695.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000118.0','1022401.0','6',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088382.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000119.0','1022401.0','763',    '615','142','423952.84',    '566','113','228020.06',    '301','83','195932.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088383.0','1047968.0','4',    '3','3','2643.17',    '3','3','2643.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000120.0','1022401.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088384.0','1047968.0','100',    '81','55','380856.54',    '78','48','304813.02',    '46','28','76043.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000121.0','1022401.0','1',    '1','1','1545.6',    '0','0','0.0',    '1','1','1545.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088385.0','1047968.0','13',    '11','1','848.9',    '11','1','848.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000122.0','1022401.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088386.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000123.0','1022401.0','9',    '7','1','1575.44',    '7','1','1575.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088387.0','1047968.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000124.0','1022401.0','16',    '13','3','34972.88',    '13','3','34972.88',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088388.0','1047968.0','20',    '17','6','42967.59',    '17','5','41454.8',    '6','2','1512.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000125.0','1022401.0','4',    '3','1','1258.25',    '3','1','1258.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088389.0','1047968.0','26',    '24','21','34493.88',    '24','16','29739.43',    '18','7','4754.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000126.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088390.0','1047968.0','336',    '316','116','213178.46',    '295','80','168807.4',    '225','50','44371.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000127.0','1022401.0','43',    '42','24','47382.97',    '42','22','44904.28',    '23','8','2478.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088391.0','1047968.0','97',    '94','53','100824.92',    '92','34','67891.85',    '56','35','32933.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000128.0','1022401.0','3',    '3','1','303.57',    '3','0','0.0',    '2','1','303.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088392.0','1047968.0','18',    '15','3','13023.65',    '13','2','4223.65',    '7','1','8800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000129.0','1022401.0','388',    '364','164','335770.3',    '339','122','258287.54',    '222','90','77482.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088393.0','1047968.0','4',    '2','1','17120.48',    '2','1','1046.0',    '1','1','16074.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000130.0','1022401.0','1',    '1','1','2106.35',    '1','1','1791.85',    '1','1','314.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088394.0','1047968.0','79',    '59','14','22303.15',    '50','13','21144.16',    '34','3','1158.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000131.0','1022401.0','5',    '4','1','1840.51',    '4','1','1840.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088395.0','1047968.0','10',    '8','1','199.99',    '7','0','0.0',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000132.0','1022401.0','28',    '25','5','12735.03',    '24','4','11231.71',    '11','2','1503.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088396.0','1047968.0','11',    '9','2','32763.69',    '9','2','32763.69',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000133.0','1022401.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088397.0','1047968.0','31',    '25','2','13130.19',    '24','2','10976.06',    '6','1','2154.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000134.0','1022401.0','282',    '222','58','524511.36',    '206','51','316114.58',    '111','31','208396.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088398.0','1047968.0','318',    '285','79','281075.47',    '278','78','251692.62',    '118','15','29382.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000135.0','1022401.0','1',    '1','1','2009.75',    '1','1','2009.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088399.0','1047968.0','11',    '11','8','11160.05',    '10','7','10810.07',    '5','1','349.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000136.0','1022401.0','1192',    '1134','493','876610.67',    '1088','360','691744.56',    '774','247','184866.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088400.0','1047968.0','12',    '9','1','13834.06',    '7','1','12320.22',    '5','1','1513.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000137.0','1022401.0','15',    '15','2','8550.84',    '13','2','8090.06',    '7','1','460.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088401.0','1047968.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000138.0','1022401.0','15',    '15','0','0.0',    '13','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088402.0','1047968.0','2',    '2','2','39809.57',    '2','2','38650.17',    '2','2','1159.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000139.0','1022401.0','1',    '1','1','19249.07',    '1','1','17485.38',    '1','1','1763.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088403.0','1047968.0','7',    '6','2','3920.16',    '6','2','3920.16',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000140.0','1022401.0','2',    '2','1','4800.06',    '2','1','4800.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088404.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000141.0','1022401.0','2',    '2','1','1836.8',    '0','0','0.0',    '2','1','1836.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088405.0','1047968.0','5',    '3','2','4958.97',    '3','2','4403.56',    '1','1','555.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000142.0','1022401.0','3',    '2','2','3064.32',    '0','0','0.0',    '2','2','3064.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088406.0','1047968.0','18',    '17','1','1230.0',    '16','1','1230.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000143.0','1022401.0','7',    '6','1','601.36',    '6','0','0.0',    '2','1','601.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088407.0','1047968.0','57',    '51','16','122083.21',    '49','15','111734.46',    '18','4','10348.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000144.0','1022401.0','244',    '216','103','1100346.03',    '210','89','769408.91',    '121','48','330937.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088408.0','1047968.0','5',    '5','2','6200.32',    '0','0','0.0',    '5','2','6200.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000145.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088409.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000146.0','1022401.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088410.0','1047968.0','17',    '13','4','38150.78',    '13','4','36262.78',    '4','1','1888.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000147.0','1022401.0','134',    '131','68','156736.25',    '127','55','133338.15',    '76','37','23398.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088411.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000148.0','1022401.0','255',    '235','109','207882.46',    '225','73','150075.31',    '169','72','57807.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088412.0','1047968.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000149.0','1022401.0','105',    '100','41','101755.67',    '93','22','78488.06',    '76','30','23267.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088413.0','1047968.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000150.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088414.0','1047968.0','15',    '8','2','6984.99',    '7','0','0.0',    '5','2','6984.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000151.0','1022401.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088415.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000152.0','1022401.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088416.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000153.0','1022401.0','31',    '28','0','0.0',    '10','0','0.0',    '27','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088417.0','1047968.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000154.0','1022401.0','1',    '1','1','8332.8',    '0','0','0.0',    '1','1','8332.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088418.0','1047968.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000155.0','1022401.0','6',    '5','3','65510.37',    '5','3','55675.73',    '3','1','9834.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088419.0','1047968.0','12',    '12','5','12909.52',    '11','5','11212.08',    '4','2','1697.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000156.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088420.0','1047968.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000157.0','1022401.0','2',    '1','1','727.89',    '1','1','727.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088421.0','1047968.0','2',    '2','1','2823.79',    '2','1','2823.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000158.0','1022401.0','314',    '293','200','310064.35',    '292','196','296416.67',    '178','27','13647.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088422.0','1047968.0','2',    '2','1','119.7',    '1','1','119.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000159.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088423.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000160.0','1022401.0','21',    '14','7','28022.39',    '14','6','27401.9',    '3','1','620.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088424.0','1047968.0','1',    '1','1','3939.98',    '1','1','3939.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000161.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088425.0','1047968.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000162.0','1022401.0','3',    '3','1','1974.0',    '3','1','916.0',    '1','1','1058.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088426.0','1047968.0','178',    '166','17','159549.05',    '165','15','95523.53',    '49','11','64025.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000163.0','1022401.0','8',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088427.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000164.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088428.0','1047968.0','742',    '668','329','826052.1',    '590','200','567207.49',    '499','217','258844.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000165.0','1022401.0','1',    '1','1','2843.87',    '1','1','2843.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088429.0','1047968.0','59',    '50','23','52646.98',    '48','18','38865.35',    '33','11','13781.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000166.0','1022401.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088430.0','1047968.0','277',    '253','17','87805.57',    '247','15','81172.38',    '46','3','6633.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000167.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088431.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000168.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088432.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000169.0','1022401.0','283',    '250','78','333679.62',    '247','73','275142.09',    '107','35','58537.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088433.0','1047968.0','44',    '42','22','35308.69',    '42','20','34788.71',    '26','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000170.0','1022401.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088434.0','1047968.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000171.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088435.0','1047968.0','95',    '79','32','71332.06',    '78','27','68737.52',    '35','7','2594.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000172.0','1022401.0','17',    '15','2','14267.02',    '14','2','14267.02',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088436.0','1047968.0','3',    '3','1','1128.76',    '3','1','1128.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000173.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088437.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000174.0','1022401.0','23',    '22','8','48363.7',    '22','8','43073.91',    '11','1','5289.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088438.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000175.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088439.0','1047968.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000176.0','1022401.0','12',    '11','4','12101.55',    '11','4','12101.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088440.0','1047968.0','5',    '3','1','1561.64',    '3','1','1561.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000177.0','1022401.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088441.0','1047968.0','652',    '624','250','380562.47',    '593','183','323785.18',    '444','113','56777.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000178.0','1022401.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088442.0','1047968.0','122',    '107','25','113353.86',    '106','25','111336.14',    '40','3','2017.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000179.0','1022401.0','3',    '3','1','3686.02',    '3','1','3337.38',    '1','1','348.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088443.0','1047968.0','3',    '3','2','36894.35',    '3','2','36894.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000180.0','1022401.0','63',    '58','8','32459.07',    '56','7','29396.45',    '22','3','3062.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088444.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000181.0','1022401.0','6',    '5','3','2046.75',    '5','3','1782.25',    '2','1','264.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088445.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000182.0','1022401.0','6',    '6','2','7026.07',    '5','1','426.07',    '3','1','6600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088446.0','1047968.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000183.0','1022401.0','44',    '39','20','53513.56',    '39','19','48276.61',    '22','9','5236.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088447.0','1047968.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000184.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088448.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003579.0',    '2000185.0','1022401.0','22',    '20','3','51337.94',    '20','3','50853.95',    '5','2','483.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008073.0',    '2088449.0','1047968.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000186.0','1022401.0','42',    '40','3','14270.57',    '36','3','12961.84',    '23','1','1308.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088450.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000187.0','1022401.0','7',    '4','1','1210.0',    '1','0','0.0',    '4','1','1210.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088451.0','1047968.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000188.0','1022401.0','1120',    '922','257','2451174.9',    '847','208','1611411.99',    '561','172','839762.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088452.0','1047968.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000189.0','1022401.0','1',    '1','1','2653.02',    '1','1','2653.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088453.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000190.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088454.0','1047968.0','1',    '1','1','6999.9',    '1','1','6999.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000191.0','1022401.0','16',    '13','5','4177.32',    '10','4','3556.83',    '10','2','620.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088455.0','1047968.0','605',    '561','199','391606.1',    '520','126','308396.42',    '358','119','83209.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000192.0','1022401.0','20',    '19','9','26328.93',    '18','7','24277.32',    '11','5','2051.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088456.0','1047968.0','13',    '12','2','4405.2',    '11','2','4405.2',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000193.0','1022401.0','16',    '13','0','0.0',    '3','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088457.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000194.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088458.0','1047968.0','1',    '1','1','7900.0',    '0','0','0.0',    '1','1','7900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000195.0','1022401.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088459.0','1047968.0','2',    '2','1','1136.0',    '2','1','1136.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000196.0','1022401.0','51',    '48','14','27219.32',    '45','11','16069.85',    '25','7','11149.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088460.0','1047968.0','830',    '678','100','297896.94',    '639','84','216387.56',    '283','40','81509.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000197.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088461.0','1047968.0','1',    '1','1','715.8',    '1','1','715.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000198.0','1022401.0','7',    '6','1','4704.74',    '6','1','4484.75',    '4','1','219.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088462.0','1047968.0','4',    '4','3','3813.11',    '4','3','3813.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000199.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088463.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000200.0','1022401.0','11',    '9','4','22623.17',    '7','3','6440.7',    '3','2','16182.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088464.0','1047968.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000201.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088465.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000202.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088466.0','1047968.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000203.0','1022401.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088467.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000204.0','1022401.0','168',    '163','78','127944.55',    '148','49','93788.41',    '124','56','34156.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088468.0','1047968.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000205.0','1022401.0','736',    '689','282','405553.63',    '667','187','340305.8',    '481','146','65247.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088469.0','1047968.0','170',    '152','44','471138.31',    '146','40','413664.65',    '72','27','57473.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000206.0','1022401.0','1',    '1','1','1080.2',    '1','1','1080.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088470.0','1047968.0','12',    '12','1','26449.25',    '11','1','26449.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000207.0','1022401.0','21',    '20','6','7346.61',    '20','6','6612.87',    '11','1','733.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088471.0','1047968.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000208.0','1022401.0','4',    '4','3','4963.79',    '4','2','4307.72',    '4','2','656.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088472.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000209.0','1022401.0','1967',    '1855','699','1499231.69',    '1728','406','1055929.18',    '1313','447','443302.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088473.0','1047968.0','5',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000210.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088474.0','1047968.0','5',    '5','1','524.96',    '5','1','524.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000211.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088475.0','1047968.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000212.0','1022401.0','27',    '25','9','28971.91',    '25','9','28971.91',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088476.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000213.0','1022401.0','340',    '297','65','319524.26',    '279','61','203702.98',    '157','21','115821.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088477.0','1047968.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000214.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088478.0','1047968.0','16',    '16','4','6973.78',    '15','4','6973.78',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000215.0','1022401.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088479.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000216.0','1022401.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088480.0','1047968.0','2',    '2','1','591.0',    '2','1','591.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000217.0','1022401.0','148',    '142','86','143273.82',    '139','72','130379.28',    '85','32','12894.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088481.0','1047968.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000218.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088482.0','1047968.0','10',    '10','2','6689.0',    '9','1','1724.0',    '10','1','4965.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000219.0','1022401.0','91',    '82','32','245717.88',    '79','30','192104.8',    '42','19','53613.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088483.0','1047968.0','37',    '30','0','0.0',    '30','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000220.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088484.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000221.0','1022401.0','3',    '3','1','258.52',    '3','1','258.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088485.0','1047968.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000222.0','1022401.0','1',    '1','1','1944.44',    '1','1','1889.21',    '1','1','55.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088486.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000223.0','1022401.0','1',    '1','1','3138.92',    '1','1','3138.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088487.0','1047968.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000224.0','1022401.0','34',    '33','9','99088.61',    '33','8','84803.89',    '13','1','14284.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088488.0','1047968.0','9',    '7','6','20357.12',    '0','0','0.0',    '7','6','20357.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000225.0','1022401.0','1',    '1','1','2688.0',    '0','0','0.0',    '1','1','2688.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088489.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000226.0','1022401.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088490.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000227.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088491.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000228.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088492.0','1047968.0','1719',    '1555','1194','2693922.07',    '1541','1156','2550413.06',    '1058','202','143509.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000229.0','1022401.0','11',    '8','5','8628.59',    '7','5','5941.99',    '7','3','2686.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088493.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000230.0','1022401.0','25',    '23','20','24421.14',    '23','20','23231.84',    '14','4','1189.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088494.0','1047968.0','2',    '2','2','24614.17',    '2','2','24614.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000231.0','1022401.0','2',    '2','2','4634.78',    '2','2','4634.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088495.0','1047968.0','17',    '16','2','7184.22',    '14','2','7184.22',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000232.0','1022401.0','2',    '2','1','9188.09',    '2','1','8698.93',    '2','1','489.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088496.0','1047968.0','9',    '8','1','8656.35',    '7','1','3158.35',    '3','1','5498.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000233.0','1022401.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088497.0','1047968.0','653',    '603','298','612212.01',    '535','176','424156.75',    '476','222','188055.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000234.0','1022401.0','173',    '155','105','178380.92',    '153','99','171717.55',    '96','12','6663.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088498.0','1047968.0','5',    '5','1','3104.66',    '2','1','3104.66',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000235.0','1022401.0','3',    '3','1','175.35',    '3','1','175.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088499.0','1047968.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000236.0','1022401.0','6',    '6','2','3052.67',    '5','2','3052.67',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088500.0','1047968.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000237.0','1022401.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088501.0','1047968.0','456',    '387','39','100878.14',    '366','27','73414.39',    '142','25','27463.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000238.0','1022401.0','125',    '90','9','18389.55',    '81','9','16955.52',    '46','1','1434.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088502.0','1047968.0','14',    '12','4','16842.96',    '12','3','14556.83',    '10','3','2286.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000239.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088503.0','1047968.0','1',    '1','1','196.48',    '1','1','196.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000240.0','1022401.0','3',    '3','3','9049.6',    '0','0','0.0',    '3','3','9049.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088504.0','1047968.0','16',    '16','0','0.0',    '16','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000241.0','1022401.0','1',    '1','1','2329.6',    '0','0','0.0',    '1','1','2329.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088505.0','1047968.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000242.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088506.0','1047968.0','1',    '1','1','2012.26',    '0','0','0.0',    '1','1','2012.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000243.0','1022401.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088507.0','1047968.0','13',    '13','10','8240.17',    '12','10','8240.17',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000244.0','1022401.0','1286',    '1219','185','1020169.48',    '1194','162','296931.92',    '395','126','723237.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088508.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000245.0','1022401.0','10',    '8','3','34055.4',    '7','2','5712.26',    '4','2','28343.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088509.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000246.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088510.0','1047968.0','1',    '1','1','3070.82',    '1','1','3070.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000247.0','1022401.0','233',    '191','115','571666.44',    '183','110','422015.98',    '73','36','149650.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088511.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000248.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088512.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000249.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088513.0','1047968.0','569',    '484','117','654973.7',    '453','97','437660.52',    '206','53','217313.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000250.0','1022401.0','1',    '1','1','3475.22',    '1','1','3475.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088514.0','1047968.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000251.0','1022401.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088515.0','1047968.0','5',    '5','1','5519.36',    '2','0','0.0',    '5','1','5519.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000252.0','1022401.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088516.0','1047968.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000253.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088517.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000254.0','1022401.0','7',    '7','2','35581.72',    '6','2','35581.72',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088518.0','1047968.0','4',    '4','1','2032.2',    '3','1','2032.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000255.0','1022401.0','102',    '87','66','134517.0',    '86','62','111422.07',    '56','20','23094.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088519.0','1047968.0','9',    '9','5','4160.18',    '9','5','4160.18',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000256.0','1022401.0','802',    '734','454','1045732.73',    '717','441','923829.88',    '469','69','121902.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088520.0','1047968.0','17',    '17','12','14292.45',    '17','11','13772.47',    '12','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000257.0','1022401.0','1',    '1','1','937.05',    '0','0','0.0',    '1','1','937.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088521.0','1047968.0','2',    '2','2','29943.05',    '2','2','27225.85',    '2','1','2717.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000258.0','1022401.0','29',    '20','5','9116.42',    '20','5','7106.1',    '5','1','2010.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088522.0','1047968.0','3',    '3','1','1935.79',    '3','1','1935.79',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000259.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088523.0','1047968.0','10',    '10','4','11098.39',    '10','3','10768.4',    '7','2','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000260.0','1022401.0','199',    '172','56','124867.14',    '154','43','82553.86',    '89','29','42313.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088524.0','1047968.0','1',    '1','1','2671.82',    '1','1','2671.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000261.0','1022401.0','29',    '22','4','7808.89',    '21','3','7608.9',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088525.0','1047968.0','1',    '1','1','2366.71',    '1','1','1118.0',    '1','1','1248.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000262.0','1022401.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088526.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000263.0','1022401.0','3',    '2','1','1036.0',    '2','1','1036.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088527.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000264.0','1022401.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088528.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000265.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088529.0','1047968.0','123',    '110','23','67893.43',    '106','20','57148.33',    '61','8','10745.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000266.0','1022401.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088530.0','1047968.0','1',    '1','1','32400.0',    '1','0','0.0',    '1','1','32400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000267.0','1022401.0','32',    '30','4','13263.51',    '30','4','13263.51',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088531.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000268.0','1022401.0','6',    '5','2','2592.19',    '5','2','2592.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088532.0','1047968.0','221',    '198','90','1456599.24',    '192','85','1256082.67',    '109','26','200516.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000269.0','1022401.0','5',    '4','3','11743.41',    '4','3','11743.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088533.0','1047968.0','501',    '473','340','949030.48',    '18','0','0.0',    '472','340','949030.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000270.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088534.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000271.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088535.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000272.0','1022401.0','414',    '379','227','1064958.11',    '67','35','375239.09',    '374','202','689719.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088536.0','1047968.0','5',    '5','1','32400.0',    '5','1','32400.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000273.0','1022401.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088537.0','1047968.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000274.0','1022401.0','11',    '10','1','9889.02',    '10','1','1416.0',    '3','1','8473.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088538.0','1047968.0','8',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000275.0','1022401.0','36',    '33','21','38229.31',    '33','20','37360.09',    '17','3','869.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088539.0','1047968.0','14',    '11','7','10805.0',    '11','7','8597.53',    '6','2','2207.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000276.0','1022401.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088540.0','1047968.0','2638',    '2377','1638','5531308.29',    '2328','1573','4997611.32',    '1605','327','533696.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000277.0','1022401.0','10',    '10','4','36706.31',    '10','4','34816.9',    '4','1','1889.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088541.0','1047968.0','41',    '29','23','71149.66',    '28','23','69608.83',    '15','1','1540.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000278.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088542.0','1047968.0','83',    '75','54','104966.48',    '74','54','103666.53',    '46','5','1299.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000279.0','1022401.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088543.0','1047968.0','13',    '12','6','51727.08',    '12','5','42201.78',    '5','2','9525.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000280.0','1022401.0','323',    '280','101','223005.16',    '263','95','175098.06',    '136','45','47907.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088544.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000281.0','1022401.0','80',    '72','32','277257.63',    '69','29','257302.34',    '33','9','19955.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088545.0','1047968.0','1',    '1','1','1470.44',    '1','1','1470.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000282.0','1022401.0','320',    '303','102','219026.27',    '296','78','186012.61',    '180','45','33013.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088546.0','1047968.0','467',    '447','142','287138.44',    '422','106','229029.19',    '261','61','58109.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000283.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088547.0','1047968.0','66',    '62','29','339950.4',    '60','25','292935.36',    '34','20','47015.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000284.0','1022401.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088548.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000285.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088549.0','1047968.0','74',    '69','27','449266.34',    '68','25','412909.23',    '38','11','36357.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000286.0','1022401.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088550.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000287.0','1022401.0','6',    '6','5','9775.36',    '1','0','0.0',    '6','5','9775.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088551.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000288.0','1022401.0','14',    '12','0','0.0',    '12','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088552.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000289.0','1022401.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088553.0','1047968.0','2',    '2','1','8754.11',    '2','1','1652.0',    '1','1','7102.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000290.0','1022401.0','2',    '2','1','1874.0',    '2','1','1874.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088554.0','1047968.0','1',    '1','1','1341.89',    '1','1','1341.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000291.0','1022401.0','50',    '50','41','45531.39',    '50','41','45271.4',    '37','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088555.0','1047968.0','4',    '4','2','1286.75',    '4','2','1286.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000292.0','1022401.0','79',    '47','30','75203.59',    '44','30','74414.1',    '14','2','789.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088556.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000293.0','1022401.0','1',    '1','1','988.57',    '1','1','988.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088557.0','1047968.0','9',    '7','3','39731.49',    '7','3','39731.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000294.0','1022401.0','62',    '44','22','72960.02',    '41','22','50865.09',    '22','5','22094.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088558.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000295.0','1022401.0','6',    '6','1','721.61',    '6','1','721.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088559.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000296.0','1022401.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088560.0','1047968.0','7',    '7','3','25416.42',    '5','2','3946.0',    '7','3','21470.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000297.0','1022401.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088561.0','1047968.0','111',    '107','0','0.0',    '107','0','0.0',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000298.0','1022401.0','5',    '4','1','1104.0',    '4','1','1104.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088562.0','1047968.0','107',    '103','9','20186.17',    '100','8','15213.36',    '19','4','4972.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000299.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088563.0','1047968.0','3',    '3','1','24461.08',    '3','1','24461.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000300.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088564.0','1047968.0','7',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000301.0','1022401.0','10',    '8','1','2250.0',    '8','1','2250.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088565.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000302.0','1022401.0','4',    '4','3','5093.82',    '4','3','5093.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088566.0','1047968.0','9',    '9','6','4806.5',    '9','6','4277.0',    '6','1','529.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000303.0','1022401.0','5',    '5','4','17024.86',    '5','4','17024.86',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088567.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000304.0','1022401.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088568.0','1047968.0','1653',    '1426','1196','5488454.72',    '1405','1194','5205166.33',    '500','69','283288.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000305.0','1022401.0','7',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088569.0','1047968.0','4',    '4','3','5543.31',    '3','2','3827.02',    '4','2','1716.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000306.0','1022401.0','5',    '5','2','1133.61',    '5','2','1133.61',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088570.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000307.0','1022401.0','6',    '4','2','14160.07',    '2','0','0.0',    '2','2','14160.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088571.0','1047968.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000308.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088572.0','1047968.0','2',    '2','1','2419.2',    '0','0','0.0',    '2','1','2419.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000309.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088573.0','1047968.0','11',    '10','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000310.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088574.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000311.0','1022401.0','2',    '2','2','2167.7',    '2','2','2167.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088575.0','1047968.0','23',    '23','6','41098.04',    '23','6','41098.04',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000312.0','1022401.0','167',    '155','114','253508.47',    '154','112','234034.49',    '105','21','19473.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088576.0','1047968.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000313.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088577.0','1047968.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000314.0','1022401.0','158',    '129','61','253453.16',    '126','59','247932.49',    '74','7','5520.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088578.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000315.0','1022401.0','33',    '31','23','32628.93',    '30','21','25688.33',    '19','4','6940.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088579.0','1047968.0','3',    '2','2','5560.23',    '2','2','5560.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000316.0','1022401.0','288',    '275','219','454429.94',    '272','215','446904.56',    '173','20','7525.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088580.0','1047968.0','48',    '40','27','29018.52',    '38','26','26917.55',    '19','2','2100.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000317.0','1022401.0','1',    '1','1','165.02',    '1','1','165.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088581.0','1047968.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000318.0','1022401.0','1',    '1','1','274.51',    '1','1','274.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088582.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000319.0','1022401.0','66',    '62','48','76932.47',    '62','48','76932.47',    '32','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088583.0','1047968.0','5',    '5','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000320.0','1022401.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088584.0','1047968.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000321.0','1022399.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088585.0','1047966.0','25',    '23','19','63147.38',    '23','19','56212.72',    '9','1','6934.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000322.0','1022399.0','776',    '598','316','2104923.47',    '564','304','1756228.42',    '333','91','348695.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088586.0','1047966.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000323.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088587.0','1047966.0','2179',    '1932','1332','4883579.57',    '1896','1271','4614583.99',    '1083','235','268995.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000324.0','1022399.0','3',    '2','1','12610.43',    '2','1','12610.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088588.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000325.0','1022399.0','1',    '1','1','4996.65',    '1','1','2356.0',    '1','1','2640.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088589.0','1047966.0','387',    '347','246','482553.77',    '338','233','437606.93',    '200','43','44946.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000326.0','1022399.0','134',    '107','43','173205.82',    '96','42','162810.48',    '68','5','10395.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088590.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000327.0','1022399.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088591.0','1047966.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000328.0','1022399.0','13',    '13','10','41010.53',    '12','10','41010.53',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088592.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000329.0','1022399.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088593.0','1047966.0','30',    '27','15','43211.68',    '26','15','32646.58',    '14','4','10565.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000330.0','1022399.0','4',    '4','1','1000.0',    '4','0','0.0',    '2','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088594.0','1047966.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000331.0','1022399.0','5',    '5','2','3180.8',    '0','0','0.0',    '5','2','3180.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088595.0','1047966.0','7',    '7','1','1296.0',    '7','1','1296.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000332.0','1022399.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088596.0','1047966.0','4',    '4','3','23791.52',    '3','1','1712.0',    '3','3','22079.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000333.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088597.0','1047966.0','55',    '50','43','141035.12',    '50','42','136146.61',    '33','6','4888.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000334.0','1022399.0','9',    '9','6','19453.4',    '9','6','16962.73',    '6','2','2490.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088598.0','1047966.0','3',    '3','2','5639.06',    '3','2','5639.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000335.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088599.0','1047966.0','1117',    '913','689','4893139.78',    '859','673','4690115.4',    '589','127','203024.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000336.0','1022399.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088600.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000337.0','1022399.0','10',    '7','0','0.0',    '7','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088601.0','1047966.0','1',    '1','1','258.51',    '1','1','258.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000338.0','1022399.0','517',    '481','352','918922.18',    '470','331','848870.06',    '284','62','70052.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088602.0','1047966.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000339.0','1022399.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088603.0','1047966.0','1',    '1','1','1169.28',    '0','0','0.0',    '1','1','1169.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000340.0','1022399.0','10',    '9','4','37285.79',    '9','4','37285.79',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088604.0','1047966.0','152',    '144','6','22049.39',    '141','6','12615.53',    '34','4','9433.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000341.0','1022399.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088605.0','1047966.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000342.0','1022399.0','127',    '114','62','122189.49',    '112','59','105052.22',    '74','14','17137.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088606.0','1047966.0','5',    '5','3','4549.52',    '5','3','4549.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000343.0','1022399.0','1',    '1','1','2368.82',    '1','1','2368.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088607.0','1047966.0','2740',    '2497','1834','5623081.06',    '2447','1797','5350797.37',    '1661','293','272283.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000344.0','1022399.0','3',    '2','1','350.63',    '2','1','350.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088608.0','1047966.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000345.0','1022399.0','291',    '247','211','1204076.26',    '243','210','1165035.66',    '100','8','39040.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088609.0','1047966.0','112',    '93','48','103106.26',    '89','48','96330.23',    '43','4','6776.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000346.0','1022399.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088610.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000347.0','1022399.0','2',    '2','1','351.52',    '2','1','351.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088611.0','1047966.0','172',    '155','82','178482.66',    '153','74','137098.01',    '87','30','41384.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000348.0','1022399.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088612.0','1047966.0','6',    '5','1','840.07',    '5','1','840.07',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000349.0','1022399.0','3',    '3','2','825.3',    '3','2','825.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088613.0','1047966.0','1241',    '1091','802','1838128.17',    '1064','787','1672474.93',    '696','118','165653.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000350.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088614.0','1047966.0','164',    '135','71','135699.7',    '129','70','134951.54',    '55','2','748.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000351.0','1022399.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088615.0','1047966.0','121',    '103','46','97761.13',    '96','44','94759.48',    '60','8','3001.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000352.0','1022399.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088616.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000353.0','1022399.0','3',    '2','2','1859.46',    '2','2','1859.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088617.0','1047966.0','82',    '74','47','85999.33',    '72','46','62902.32',    '41','7','23097.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000354.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088618.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000355.0','1022399.0','220',    '197','119','229991.1',    '192','116','194323.05',    '134','33','35668.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088619.0','1047966.0','74',    '58','30','56906.11',    '54','29','55000.55',    '25','2','1905.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000356.0','1022399.0','24',    '20','15','58344.16',    '20','15','58101.61',    '10','1','242.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088620.0','1047966.0','1',    '1','1','1219.9',    '1','1','1219.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000357.0','1022399.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088621.0','1047966.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000358.0','1022399.0','39',    '35','24','40350.37',    '35','24','39187.86',    '24','5','1162.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088622.0','1047966.0','99',    '86','60','185131.84',    '84','59','184363.86',    '29','3','767.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000359.0','1022399.0','14',    '13','10','10408.93',    '13','10','10408.93',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088623.0','1047966.0','1',    '1','1','954.67',    '1','1','954.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000360.0','1022399.0','81',    '76','48','77246.29',    '76','48','74086.6',    '42','5','3159.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088624.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000361.0','1022399.0','139',    '122','75','207277.17',    '117','73','189901.79',    '82','20','17375.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088625.0','1047966.0','45',    '40','30','68447.02',    '40','30','65663.53',    '23','6','2783.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000362.0','1022399.0','186',    '151','74','165930.29',    '142','74','139978.35',    '95','17','25951.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088626.0','1047966.0','3',    '3','2','1398.7',    '3','2','1398.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000363.0','1022399.0','1',    '1','1','2290.9',    '1','1','1244.0',    '1','1','1046.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088627.0','1047966.0','2',    '2','2','4100.56',    '2','2','4100.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000364.0','1022399.0','141',    '137','63','135090.9',    '134','60','72283.98',    '114','47','62806.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088628.0','1047966.0','2',    '2','1','886.72',    '2','1','886.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000365.0','1022399.0','276',    '237','166','373929.45',    '232','161','347841.24',    '144','28','26088.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088629.0','1047966.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000366.0','1022399.0','41',    '35','21','30561.79',    '32','20','26086.99',    '29','5','4474.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088630.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000367.0','1022399.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088631.0','1047966.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000368.0','1022399.0','1',    '1','1','1254.89',    '1','1','1254.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088632.0','1047966.0','21',    '20','11','64129.78',    '20','11','59788.01',    '9','1','4341.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000369.0','1022399.0','1',    '1','1','476.27',    '1','1','476.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088633.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000370.0','1022399.0','2',    '2','1','772.64',    '2','1','772.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088634.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000371.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088635.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000372.0','1022399.0','58',    '48','23','62826.13',    '45','22','62306.15',    '25','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088636.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000373.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088637.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000374.0','1022399.0','3',    '3','3','5039.13',    '3','3','5039.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088638.0','1047966.0','6',    '6','4','4808.09',    '6','4','4808.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000375.0','1022399.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088639.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000376.0','1022399.0','2',    '2','1','2232.97',    '2','0','0.0',    '1','1','2232.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088640.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000377.0','1022399.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088641.0','1047966.0','54',    '48','15','33478.17',    '42','9','18979.25',    '35','9','14498.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000378.0','1022399.0','21',    '17','6','25216.05',    '16','6','25216.05',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088642.0','1047966.0','2',    '2','1','3178.0',    '2','1','3178.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000379.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088643.0','1047966.0','9',    '6','4','8985.77',    '6','4','8985.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000380.0','1022399.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088644.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000381.0','1022399.0','9',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088645.0','1047966.0','4',    '3','1','17145.54',    '3','1','17145.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000382.0','1022399.0','20',    '12','9','25270.4',    '12','9','22015.74',    '8','2','3254.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088646.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000383.0','1022399.0','84',    '79','65','152062.25',    '78','64','145436.67',    '50','12','6625.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088647.0','1047966.0','11',    '9','3','8056.67',    '9','3','8056.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000384.0','1022399.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088648.0','1047966.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000385.0','1022399.0','16',    '14','10','20826.22',    '14','10','20306.24',    '10','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088649.0','1047966.0','79',    '70','39','103369.39',    '67','39','90698.97',    '23','1','12670.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000386.0','1022399.0','14',    '6','4','16731.26',    '6','3','12989.78',    '5','3','3741.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088650.0','1047966.0','19',    '18','11','29322.41',    '18','10','29062.42',    '11','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000387.0','1022399.0','2',    '1','1','440.32',    '1','1','440.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088651.0','1047966.0','26',    '25','8','12442.44',    '25','8','10727.24',    '15','2','1715.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000388.0','1022399.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088652.0','1047966.0','6',    '6','1','1243.98',    '6','1','1243.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000389.0','1022399.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088653.0','1047966.0','1',    '1','1','2116.05',    '1','1','1452.0',    '1','1','664.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000390.0','1022399.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088654.0','1047966.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000391.0','1022399.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088655.0','1047966.0','7',    '4','1','781.67',    '2','1','781.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000392.0','1022399.0','1',    '1','1','942.26',    '1','1','942.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088656.0','1047966.0','4',    '3','2','10183.24',    '3','2','10183.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000393.0','1022399.0','9',    '8','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088657.0','1047966.0','0',    '1','1','1938.19',    '1','1','1123.2',    '1','1','814.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000394.0','1022399.0','97',    '89','36','90021.37',    '86','30','76416.34',    '64','16','13605.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088658.0','1047966.0','33',    '31','7','63908.88',    '28','6','31054.34',    '16','2','32854.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000395.0','1022399.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088659.0','1047966.0','31',    '24','16','262820.61',    '24','16','244887.7',    '11','3','17932.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000396.0','1022399.0','24',    '23','19','21441.13',    '23','19','20957.56',    '15','1','483.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088660.0','1047966.0','20',    '19','14','51374.6',    '19','14','47595.28',    '15','5','3779.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000397.0','1022399.0','11',    '10','8','99352.29',    '10','8','98142.43',    '4','1','1209.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088661.0','1047966.0','6',    '6','4','12443.26',    '6','4','12443.26',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000398.0','1022399.0','8',    '4','0','0.0',    '0','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088662.0','1047966.0','3',    '2','1','1850.05',    '2','1','1252.0',    '1','1','598.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000399.0','1022399.0','10',    '8','5','9293.81',    '8','4','8793.82',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088663.0','1047966.0','2',    '2','2','8353.62',    '2','2','8353.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000400.0','1022399.0','2',    '1','1','1025.65',    '1','1','1025.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088664.0','1047966.0','17',    '15','7','12993.15',    '14','7','12993.15',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000401.0','1022399.0','13',    '11','2','1599.54',    '10','2','1599.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088665.0','1047966.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000402.0','1022399.0','6',    '3','3','9568.66',    '3','3','9568.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088666.0','1047966.0','49',    '43','22','70060.97',    '40','22','63830.27',    '25','3','6230.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000403.0','1022399.0','1',    '1','1','248.72',    '1','1','248.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088667.0','1047966.0','9',    '7','5','5737.47',    '7','5','5737.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000404.0','1022399.0','9',    '8','6','8379.36',    '8','6','8379.36',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088668.0','1047966.0','7',    '7','6','9872.82',    '7','6','9872.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000405.0','1022399.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088669.0','1047966.0','37',    '33','17','61445.88',    '32','17','61185.89',    '24','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000406.0','1022399.0','9',    '7','1','1459.42',    '6','1','1199.43',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088670.0','1047966.0','3',    '2','2','2358.21',    '2','2','2098.22',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000407.0','1022399.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088671.0','1047966.0','7',    '5','3','23353.86',    '4','3','18316.47',    '3','1','5037.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000408.0','1022398.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088672.0','1047965.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000409.0','1022398.0','16',    '15','4','5984.28',    '13','3','4190.67',    '7','2','1793.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088673.0','1047965.0','13',    '10','8','18133.94',    '10','8','18089.32',    '7','1','44.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000410.0','1022398.0','78',    '62','25','43951.91',    '60','25','42501.5',    '26','2','1450.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088674.0','1047965.0','1',    '1','1','2220.53',    '1','1','2220.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000411.0','1022398.0','45',    '42','20','29970.94',    '41','18','27849.73',    '32','3','2121.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088675.0','1047965.0','2',    '2','2','1164.11',    '2','2','1164.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000412.0','1022398.0','40',    '33','19','77642.74',    '32','19','77642.74',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088676.0','1047965.0','1',    '1','1','2468.56',    '1','1','1904.0',    '1','1','564.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000413.0','1022398.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088677.0','1047965.0','436',    '371','264','1002069.02',    '360','264','985767.5',    '165','15','16301.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000414.0','1022398.0','64',    '48','31','116697.37',    '47','30','109761.78',    '26','3','6935.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088678.0','1047965.0','1',    '1','1','1253.96',    '1','1','1253.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000415.0','1022398.0','14',    '12','5','31046.29',    '10','5','29270.83',    '5','1','1775.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088679.0','1047965.0','14',    '9','2','4800.38',    '7','2','4563.97',    '8','1','236.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000416.0','1022398.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088680.0','1047965.0','68',    '53','7','25163.01',    '46','6','21241.11',    '30','3','3921.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000417.0','1022398.0','24',    '23','6','53599.6',    '23','6','41036.26',    '11','2','12563.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088681.0','1047965.0','20',    '17','5','88864.9',    '17','5','74946.43',    '11','1','13918.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000418.0','1022398.0','5',    '4','1','2783.39',    '4','1','1244.0',    '3','1','1539.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088682.0','1047965.0','135',    '108','82','229232.21',    '106','80','227993.06',    '42','6','1239.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000419.0','1022398.0','1',    '1','1','2290.3',    '1','1','2290.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088683.0','1047965.0','484',    '412','337','800712.84',    '407','337','793927.39',    '115','12','6785.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000420.0','1022398.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088684.0','1047965.0','4',    '3','1','17336.48',    '3','1','17336.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000421.0','1022398.0','277',    '155','77','499013.77',    '145','74','461518.59',    '79','17','37495.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088685.0','1047965.0','90',    '86','59','144478.31',    '86','57','142498.12',    '51','5','1980.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000422.0','1022398.0','38',    '26','15','77644.88',    '25','15','74279.8',    '12','2','3365.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088686.0','1047965.0','228',    '182','128','533251.78',    '176','127','526950.29',    '65','5','6301.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000423.0','1022398.0','13',    '13','7','11100.42',    '12','7','11100.42',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088687.0','1047965.0','5',    '3','2','2180.0',    '3','2','2180.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000424.0','1022398.0','1',    '1','1','1850.05',    '1','1','1252.0',    '1','1','598.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088688.0','1047965.0','95',    '88','27','55750.9',    '83','27','52369.08',    '42','3','3381.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000425.0','1022398.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088689.0','1047965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000426.0','1022398.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088690.0','1047965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000427.0','1022398.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088691.0','1047965.0','11',    '11','8','15628.32',    '11','8','14479.32',    '7','2','1149.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000428.0','1022398.0','2',    '1','1','94.34',    '1','1','94.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088692.0','1047965.0','75',    '65','49','144176.61',    '65','46','127950.27',    '46','10','16226.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000429.0','1022398.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088693.0','1047965.0','1',    '1','1','2008.35',    '1','1','1102.0',    '1','1','906.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000430.0','1022398.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088694.0','1047965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000431.0','1022398.0','2',    '2','1','1622.92',    '2','1','1622.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088695.0','1047965.0','4',    '4','4','4746.28',    '4','4','4746.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000432.0','1022398.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088696.0','1047965.0','28',    '27','13','21217.57',    '27','10','19641.99',    '18','5','1575.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000433.0','1022398.0','12',    '7','1','1738.05',    '5','1','1738.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088697.0','1047965.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000434.0','1022398.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088698.0','1047965.0','3',    '25','22','275310.88',    '23','15','108585.93',    '25','21','166724.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000435.0','1022398.0','484',    '438','78','212329.5',    '430','68','126212.29',    '213','32','86117.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088699.0','1047965.0','85',    '77','17','59033.35',    '72','16','52903.64',    '34','3','6129.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000436.0','1022398.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088700.0','1047965.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000437.0','1022398.0','4',    '4','4','17835.03',    '4','4','17835.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088701.0','1047965.0','19',    '14','7','10762.36',    '13','7','10520.58',    '8','1','241.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000438.0','1022398.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088702.0','1047965.0','10',    '8','5','8007.11',    '8','5','8007.11',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000439.0','1022398.0','51',    '42','20','29735.06',    '36','20','29475.07',    '28','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088703.0','1047965.0','8',    '8','5','3976.25',    '8','5','3976.25',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000440.0','1022398.0','4',    '4','3','14904.92',    '4','2','2333.17',    '3','2','12571.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088704.0','1047965.0','1465',    '1071','641','1611293.84',    '1020','632','1578081.18',    '483','54','33212.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000441.0','1022398.0','10',    '10','6','9100.07',    '10','6','7461.64',    '4','1','1638.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088705.0','1047965.0','163',    '139','114','313846.35',    '137','108','286485.97',    '92','21','27360.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000442.0','1022398.0','5',    '21','14','99199.83',    '18','6','7504.85',    '13','10','91694.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088706.0','1047965.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000443.0','1022398.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088707.0','1047965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000444.0','1022398.0','155',    '128','80','412374.9',    '125','79','376600.85',    '61','6','35774.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088708.0','1047965.0','619',    '529','381','6665622.87',    '508','364','5589490.32',    '385','206','1076132.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000445.0','1022371.0','20',    '20','7','25439.8',    '19','7','25439.8',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088709.0','1047938.0','78',    '67','28','66231.13',    '61','20','49760.67',    '55','15','16470.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000446.0','1022371.0','7',    '5','1','1496.0',    '5','1','1496.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088710.0','1047938.0','4',    '3','3','4671.02',    '3','3','4671.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000447.0','1022371.0','25',    '21','2','15052.41',    '19','2','15052.41',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088711.0','1047938.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000448.0','1022371.0','1',    '1','1','15235.36',    '1','1','15235.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088712.0','1047938.0','1',    '1','1','2120.95',    '1','1','2120.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000449.0','1022371.0','4',    '3','2','2212.96',    '3','2','2212.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088713.0','1047938.0','144',    '135','88','201291.2',    '124','77','163583.24',    '102','31','37707.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000450.0','1022371.0','420',    '398','303','1267203.3',    '384','285','1116889.48',    '307','115','150313.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088714.0','1047938.0','157',    '152','103','176063.64',    '144','96','144112.66',    '115','23','31950.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000451.0','1022371.0','8',    '8','4','11652.18',    '8','3','5192.0',    '5','4','6460.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088715.0','1047938.0','1',    '1','1','2435.36',    '1','1','2435.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000452.0','1022371.0','12',    '9','1','7697.75',    '9','1','5933.53',    '8','1','1764.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088716.0','1047938.0','196',    '189','174','2059322.43',    '185','172','1955337.5',    '159','72','103984.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000453.0','1022371.0','27',    '26','21','59532.4',    '25','19','56493.7',    '25','5','3038.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088717.0','1047938.0','6',    '6','5','9331.28',    '6','5','9331.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000454.0','1022371.0','509',    '478','361','815112.71',    '463','352','770020.5',    '333','74','45092.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088718.0','1047938.0','239',    '233','161','323354.86',    '226','153','293816.14',    '165','28','29538.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000455.0','1022371.0','20',    '15','7','12149.11',    '13','7','9240.89',    '10','1','2908.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088719.0','1047938.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000456.0','1022371.0','40',    '38','11','31282.71',    '38','10','23049.23',    '14','4','8233.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088720.0','1047938.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000457.0','1022371.0','2',    '2','1','135.0',    '2','0','0.0',    '2','1','135.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088721.0','1047938.0','3',    '2','2','14067.14',    '2','2','14067.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000458.0','1022371.0','9',    '9','3','5818.09',    '9','3','5818.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088722.0','1047938.0','42',    '39','11','32814.25',    '39','11','31078.64',    '14','2','1735.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000459.0','1022371.0','65',    '58','20','48221.87',    '57','15','32650.21',    '42','10','15571.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088723.0','1047938.0','2',    '2','1','775.89',    '2','1','775.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000460.0','1022371.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088724.0','1047938.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000461.0','1022371.0','2',    '2','2','2187.68',    '2','1','92.15',    '1','1','2095.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088725.0','1047938.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000462.0','1022371.0','17',    '14','3','16855.79',    '10','2','5598.52',    '13','3','11257.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088726.0','1047938.0','254',    '244','170','296697.06',    '235','153','252489.35',    '185','51','44207.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000463.0','1022371.0','184',    '169','75','209445.75',    '150','53','161582.66',    '152','45','47863.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088727.0','1047938.0','48',    '45','31','106021.74',    '44','31','102439.45',    '37','5','3582.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000464.0','1022371.0','2',    '1','1','5946.89',    '1','1','5946.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088728.0','1047938.0','43',    '38','18','122564.75',    '35','17','90910.16',    '27','10','31654.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000465.0','1022371.0','536',    '516','395','1141988.68',    '500','346','938966.83',    '415','146','203021.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088729.0','1047938.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000466.0','1022371.0','15',    '15','10','20751.78',    '14','8','19862.68',    '13','3','889.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088730.0','1047938.0','146',    '139','109','237579.28',    '135','100','207661.27',    '96','26','29918.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000467.0','1022371.0','5',    '5','4','7360.16',    '4','3','6380.56',    '5','2','979.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088731.0','1047938.0','21',    '19','8','17873.75',    '16','8','17690.06',    '17','1','183.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000468.0','1022371.0','7',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088732.0','1047938.0','32',    '28','21','83155.93',    '28','20','79272.24',    '16','3','3883.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000469.0','1022371.0','866',    '837','699','1566813.95',    '819','680','1466812.63',    '611','135','100001.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088733.0','1047938.0','16',    '14','0','0.0',    '14','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000470.0','1022371.0','1',    '1','1','509.66',    '1','1','509.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088734.0','1047938.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000471.0','1022371.0','405',    '387','315','678253.79',    '381','308','620048.57',    '263','59','58205.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088735.0','1047938.0','11',    '11','2','2255.12',    '9','2','2255.12',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000472.0','1022371.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088736.0','1047938.0','1',    '1','1','13862.89',    '1','1','12027.93',    '1','1','1834.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000473.0','1022371.0','34',    '31','20','34351.87',    '28','17','26906.76',    '27','9','7445.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088737.0','1047938.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000474.0','1022371.0','7',    '5','4','4775.46',    '5','3','2718.34',    '3','1','2057.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088738.0','1047938.0','2',    '2','2','30961.79',    '2','2','29132.08',    '2','1','1829.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000475.0','1022371.0','73',    '70','39','121411.81',    '66','34','114267.46',    '57','13','7144.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088739.0','1047938.0','977',    '952','532','1900607.65',    '925','435','1461379.58',    '782','261','439228.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000476.0','1022371.0','1',    '1','1','567.78',    '1','1','567.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088740.0','1047938.0','1301',    '1265','1002','2299844.87',    '1235','958','2117609.3',    '885','232','182235.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000477.0','1022371.0','1848',    '1790','1305','2674887.1',    '1713','1086','2174515.41',    '1424','561','500371.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088741.0','1047938.0','191',    '178','133','402374.2',    '174','130','375010.28',    '124','26','27363.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000478.0','1022244.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088742.0','1047811.0','332',    '323','215','670397.64',    '315','195','620985.0',    '240','56','49412.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000479.0','1022244.0','2010',    '1944','1234','3101450.84',    '1881','1126','2812999.81',    '1450','348','288451.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088743.0','1047811.0','1',    '1','1','3098.81',    '1','1','2833.81',    '1','1','265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000480.0','1022244.0','67',    '63','54','116902.91',    '63','53','105950.95',    '46','15','10951.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088744.0','1047811.0','50',    '49','34','168846.42',    '46','32','148329.54',    '37','14','20516.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000481.0','1022244.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088745.0','1047811.0','79',    '77','52','109522.74',    '71','47','93880.72',    '61','17','15642.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000482.0','1022244.0','1',    '1','1','7217.98',    '1','1','7217.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088746.0','1047811.0','104',    '89','41','142180.61',    '79','37','73606.1',    '58','22','68574.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000483.0','1022244.0','1725',    '1675','1251','3421783.04',    '1625','1107','2795972.33',    '1296','556','625810.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088747.0','1047811.0','27',    '26','8','8611.14',    '26','7','7901.17',    '9','1','709.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000484.0','1022244.0','20',    '19','9','32480.87',    '18','9','32143.61',    '17','1','337.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088748.0','1047811.0','205',    '185','65','527593.98',    '178','56','451931.69',    '117','28','75662.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000485.0','1022244.0','769',    '727','217','709915.58',    '690','188','538012.87',    '388','80','171902.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088749.0','1047811.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000486.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088750.0','1047811.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000487.0','1022244.0','8',    '7','2','3319.01',    '7','2','2841.74',    '5','1','477.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088751.0','1047811.0','1',    '1','1','2362.72',    '1','1','2362.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000488.0','1022244.0','212',    '195','37','75744.1',    '184','30','63417.27',    '133','15','12326.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088752.0','1047811.0','8',    '8','5','21406.73',    '7','5','21146.74',    '6','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000489.0','1022244.0','3',    '3','1','149.88',    '3','1','149.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088753.0','1047811.0','217',    '209','158','504160.59',    '202','144','456323.14',    '160','53','47837.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000490.0','1022244.0','55',    '55','45','98626.56',    '54','42','91992.69',    '41','10','6633.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088754.0','1047811.0','33',    '67','57','540674.91',    '50','15','112375.4',    '54','49','428299.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000491.0','1022244.0','97',    '90','42','95960.97',    '88','38','81598.95',    '41','13','14362.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088755.0','1047811.0','5072',    '4404','872','3881191.14',    '4198','767','1965936.26',    '2130','440','1915254.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000492.0','1022244.0','14',    '12','1','86.21',    '10','1','86.21',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088756.0','1047811.0','103',    '91','13','50993.13',    '90','12','17403.3',    '33','4','33589.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000493.0','1022244.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088757.0','1047811.0','10',    '10','1','4511.13',    '10','1','3801.16',    '6','1','709.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000494.0','1022244.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088758.0','1047811.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000495.0','1022244.0','256',    '229','87','288623.75',    '217','78','227475.49',    '168','45','61148.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088759.0','1047811.0','42',    '36','6','14695.23',    '31','6','11299.71',    '24','3','3395.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000496.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088760.0','1047811.0','1',    '1','1','2085.73',    '1','1','2085.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000497.0','1022244.0','51',    '41','22','124412.57',    '40','20','98435.06',    '21','8','25977.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088761.0','1047811.0','2',    '1','1','2166.91',    '1','1','2166.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000498.0','1022244.0','12',    '12','8','9574.15',    '11','8','9574.15',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088762.0','1047811.0','2',    '2','2','2726.0',    '2','1','1932.0',    '2','2','794.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000499.0','1022244.0','14',    '9','6','21763.56',    '9','6','20704.57',    '4','1','1058.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088763.0','1047811.0','52',    '49','27','50305.25',    '43','21','34336.11',    '39','10','15969.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000500.0','1022244.0','83',    '80','54','222953.85',    '78','52','199318.66',    '55','11','23635.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088764.0','1047811.0','1502',    '1455','812','1929631.38',    '1396','576','1478411.83',    '1218','466','451219.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000501.0','1022244.0','2842',    '2792','2019','4281041.71',    '2730','1805','3816678.99',    '2044','618','464362.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088765.0','1047811.0','868',    '820','326','647843.53',    '769','256','549439.15',    '623','125','98404.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000502.0','1022244.0','1',    '1','1','989.18',    '1','1','989.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088766.0','1047811.0','24',    '24','17','47820.79',    '24','17','46692.07',    '16','2','1128.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000503.0','1022244.0','121',    '115','66','222658.3',    '113','56','189662.27',    '97','39','32996.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088767.0','1047811.0','245',    '240','173','661984.58',    '235','170','649233.71',    '187','27','12750.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000504.0','1022244.0','2',    '2','2','3370.67',    '2','2','3370.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088768.0','1047811.0','93',    '89','70','166356.39',    '81','66','159767.55',    '67','15','6588.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000505.0','1022244.0','90',    '87','58','173748.39',    '83','57','168554.37',    '72','8','5194.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088769.0','1047811.0','15',    '14','5','18918.1',    '14','4','18598.12',    '11','2','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000506.0','1022244.0','736',    '701','526','1225399.77',    '682','514','1160590.48',    '506','82','64809.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088770.0','1047811.0','395',    '387','232','631223.24',    '367','221','597567.62',    '295','44','33655.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000507.0','1022244.0','42',    '40','29','80762.53',    '36','25','73457.57',    '31','11','7304.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088771.0','1047811.0','170',    '161','98','503453.1',    '156','91','303804.17',    '116','45','199648.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000508.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088772.0','1047811.0','2',    '2','2','2979.42',    '2','2','2719.43',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000509.0','1022244.0','12',    '12','7','17807.47',    '11','6','16609.03',    '11','2','1198.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088773.0','1047811.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000510.0','1022244.0','7',    '6','2','10202.27',    '6','1','10017.28',    '1','1','184.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088774.0','1047811.0','109',    '101','26','50517.19',    '93','25','45072.19',    '40','3','5445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000511.0','1022244.0','62',    '37','4','15974.69',    '24','3','6424.0',    '24','3','9550.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088775.0','1047811.0','9',    '8','1','2048.4',    '8','1','2048.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000512.0','1022244.0','1',    '1','1','643.11',    '1','1','458.12',    '1','1','184.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088776.0','1047811.0','6',    '5','2','2993.02',    '5','2','2993.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000513.0','1022244.0','35',    '29','3','3096.0',    '27','2','2992.0',    '20','1','104.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088777.0','1047811.0','21',    '15','6','13903.74',    '15','6','12324.2',    '6','1','1579.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000514.0','1022244.0','33',    '31','12','22551.12',    '30','9','21004.55',    '19','3','1546.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088778.0','1047811.0','88',    '79','28','121125.94',    '76','23','81626.26',    '56','11','39499.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000515.0','1022244.0','5',    '5','3','14175.17',    '4','3','13915.18',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088779.0','1047811.0','7',    '7','1','248.83',    '6','0','0.0',    '5','1','248.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000516.0','1022244.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088780.0','1047811.0','19',    '18','12','27136.39',    '16','12','25773.76',    '14','4','1362.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000517.0','1022244.0','293',    '277','228','704949.61',    '268','218','642718.57',    '212','64','62231.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088781.0','1047811.0','421',    '403','229','625396.38',    '384','166','459840.44',    '345','127','165555.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000518.0','1022244.0','679',    '666','499','1614664.74',    '651','424','1188153.55',    '521','258','426511.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088782.0','1047811.0','1195',    '1146','802','2315205.05',    '1105','713','2057856.35',    '884','286','257348.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000519.0','1022244.0','1',    '1','1','1142.46',    '1','0','0.0',    '1','1','1142.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088783.0','1047811.0','18',    '17','8','15921.32',    '17','6','10771.58',    '13','3','5149.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000520.0','1022244.0','6',    '5','1','787.67',    '5','1','787.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088784.0','1047811.0','2',    '2','1','626.0',    '2','1','626.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000521.0','1022244.0','5',    '4','3','4398.19',    '4','3','4398.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088785.0','1047811.0','7',    '7','5','5899.72',    '7','5','5600.11',    '4','1','299.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000522.0','1022244.0','659',    '638','471','1139495.44',    '622','438','1013743.38',    '454','150','125752.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088786.0','1047811.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000523.0','1022244.0','2953',    '2871','1771','3534339.21',    '2778','1557','2975514.79',    '2104','619','558824.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088787.0','1047811.0','4',    '3','1','6800.0',    '3','1','6800.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000524.0','1022244.0','1814',    '1766','1086','2955103.74',    '1714','902','2191059.99',    '1474','522','764043.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088788.0','1047811.0','5',    '3','1','1168.0',    '3','1','1168.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000525.0','1022244.0','475',    '465','356','1006064.98',    '452','320','754138.4',    '349','151','251926.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088789.0','1047811.0','66',    '54','17','267632.52',    '51','14','228479.9',    '29','9','39152.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000526.0','1022244.0','188',    '175','111','245117.1',    '164','98','217880.93',    '127','29','27236.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088790.0','1047811.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000527.0','1022244.0','40',    '32','11','12504.04',    '26','4','7486.96',    '27','7','5017.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088791.0','1047811.0','280',    '256','104','224325.57',    '233','80','149467.07',    '185','52','74858.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000528.0','1022244.0','8',    '8','6','28793.1',    '7','6','26311.35',    '8','2','2481.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088792.0','1047811.0','63',    '55','19','36582.98',    '53','13','27885.92',    '39','10','8697.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000529.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088793.0','1047811.0','4',    '4','2','21764.62',    '3','2','21764.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000530.0','1022244.0','1533',    '1489','1073','3113404.2',    '1457','1003','2915193.1',    '1121','266','198211.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088794.0','1047811.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000531.0','1022244.0','33',    '32','26','218625.98',    '30','26','211863.18',    '19','7','6762.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088795.0','1047811.0','13',    '12','5','6149.18',    '10','4','5889.19',    '8','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000532.0','1022244.0','95',    '83','69','597241.85',    '81','66','490918.59',    '55','21','106323.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088796.0','1047811.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000533.0','1022244.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088797.0','1047811.0','34',    '27','4','14626.22',    '22','4','14626.22',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000534.0','1022244.0','284',    '274','188','589302.59',    '267','170','484206.26',    '224','82','105096.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088798.0','1047811.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000535.0','1022244.0','2',    '1','1','4965.0',    '0','0','0.0',    '1','1','4965.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088799.0','1047811.0','23',    '20','10','101172.78',    '18','10','73553.27',    '13','4','27619.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000536.0','1022244.0','14',    '12','5','7276.78',    '11','5','6975.5',    '10','1','301.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088800.0','1047811.0','8',    '8','6','20984.29',    '8','5','19297.4',    '7','2','1686.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000537.0','1022244.0','4',    '4','2','7330.08',    '2','1','2330.08',    '2','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088801.0','1047811.0','1',    '1','1','865.51',    '1','1','865.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000538.0','1022244.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088802.0','1047811.0','1',    '1','1','1866.77',    '1','1','1866.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000539.0','1022244.0','143',    '142','99','269878.63',    '141','98','261041.63',    '100','13','8837.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088803.0','1047811.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000540.0','1022244.0','666',    '638','427','1096291.46',    '616','393','986859.66',    '456','111','109431.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088804.0','1047811.0','33',    '32','21','45226.11',    '32','21','43337.4',    '18','2','1888.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000541.0','1022244.0','1',    '1','1','1093.22',    '1','1','1093.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088805.0','1047811.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000542.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088806.0','1047811.0','45',    '36','14','22006.86',    '31','11','21029.06',    '21','3','977.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000543.0','1022244.0','38',    '34','15','35965.7',    '31','14','33575.42',    '27','5','2390.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088807.0','1047811.0','276',    '243','106','259140.13',    '233','85','167274.99',    '177','64','91865.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000544.0','1022244.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088808.0','1047811.0','2',    '2','2','876.12',    '2','1','611.12',    '1','1','265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000545.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088809.0','1047811.0','58',    '52','42','100055.51',    '49','39','95006.45',    '33','14','5049.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000546.0','1022244.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088810.0','1047811.0','2',    '2','2','6816.23',    '2','2','6816.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000547.0','1022244.0','217',    '203','146','541258.13',    '193','128','387868.34',    '167','66','153389.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088811.0','1047811.0','609',    '593','419','1224362.02',    '578','385','1086992.41',    '429','140','137369.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000548.0','1022244.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088812.0','1047811.0','5604',    '5452','3743','7305846.45',    '5307','3220','6236544.88',    '4209','1413','1069301.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000549.0','1022244.0','1',    '1','1','5598.85',    '1','1','5598.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088813.0','1047811.0','386',    '374','290','530073.51',    '368','278','496750.17',    '279','67','33323.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000550.0','1022244.0','1760',    '1701','1065','2562931.85',    '1653','843','2161839.09',    '1400','522','401092.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088814.0','1047811.0','140',    '133','79','254521.67',    '131','62','218443.67',    '108','34','36078.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000551.0','1022244.0','10',    '9','4','13387.85',    '8','4','13387.85',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088815.0','1047811.0','1',    '1','1','424.32',    '1','1','424.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000552.0','1022244.0','29',    '25','17','76025.58',    '25','17','75248.83',    '7','1','776.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088816.0','1047811.0','9',    '6','5','46152.77',    '6','5','45916.36',    '5','1','236.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000553.0','1022244.0','1',    '1','1','2837.72',    '1','1','2837.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088817.0','1047811.0','262',    '215','79','383788.23',    '202','75','309796.2',    '107','16','73992.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000554.0','1022244.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088818.0','1047811.0','143',    '131','26','42880.71',    '123','20','24826.77',    '62','9','18053.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000555.0','1022244.0','16',    '15','11','44330.81',    '15','11','44330.81',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088819.0','1047811.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000556.0','1022244.0','1',    '1','1','8049.87',    '1','1','6586.44',    '1','1','1463.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088820.0','1047811.0','1',    '1','1','299.99',    '1','0','0.0',    '1','1','299.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000557.0','1022244.0','62',    '57','35','60253.13',    '52','21','42848.62',    '46','22','17404.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088821.0','1047811.0','123',    '109','29','101513.3',    '108','28','100860.81',    '31','1','652.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000558.0','1022244.0','200',    '195','153','246433.4',    '187','152','242956.39',    '124','10','3477.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088822.0','1047811.0','106',    '95','31','101632.89',    '83','26','82328.35',    '77','12','19304.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000559.0','1022244.0','1',    '1','1','9006.02',    '1','1','1932.0',    '1','1','7074.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088823.0','1047811.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000560.0','1022244.0','85',    '79','22','92598.51',    '77','20','89314.67',    '39','6','3283.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088824.0','1047811.0','1',    '1','1','566.08',    '1','1','566.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000561.0','1022244.0','1',    '1','1','582.92',    '1','1','582.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088825.0','1047811.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000562.0','1022244.0','4',    '4','3','22735.23',    '3','2','18426.88',    '2','2','4308.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088826.0','1047811.0','222',    '214','176','566272.73',    '208','168','524388.41',    '165','46','41884.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000563.0','1022244.0','143',    '137','91','334734.28',    '129','86','315132.65',    '113','24','19601.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088827.0','1047811.0','235',    '223','128','388340.43',    '218','106','347613.92',    '168','46','40726.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000564.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088828.0','1047811.0','1',    '1','1','6053.34',    '1','1','6053.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000565.0','1022244.0','189',    '186','156','2291690.48',    '185','143','1276017.03',    '130','81','1015673.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088829.0','1047811.0','202',    '187','61','174847.62',    '183','51','160217.4',    '91','18','14630.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003580.0',    '2000566.0','1022244.0','1',    '1','1','25412.41',    '1','1','25412.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008072.0',    '2088830.0','1047811.0','476',    '451','349','665699.57',    '439','340','622732.32',    '314','57','42967.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000567.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088831.0','1047811.0','154',    '146','103','169962.97',    '140','97','152721.0',    '110','31','17241.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000568.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088832.0','1047811.0','1',    '1','1','935.94',    '1','1','935.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000569.0','1022244.0','5',    '5','4','11143.01',    '5','4','11143.01',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088833.0','1047811.0','30',    '27','8','12139.69',    '25','6','11212.23',    '16','2','927.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000570.0','1022244.0','29',    '29','18','34420.73',    '29','16','32984.09',    '21','3','1436.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088834.0','1047811.0','8',    '8','3','1932.02',    '7','3','1932.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000571.0','1022244.0','67',    '63','42','73018.79',    '62','40','62640.02',    '45','10','10378.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088835.0','1047811.0','28',    '25','17','42709.02',    '24','16','39656.83',    '22','5','3052.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000572.0','1022244.0','6',    '5','4','13897.05',    '5','1','8970.87',    '4','4','4926.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088836.0','1047811.0','5',    '3','1','643.0',    '3','1','643.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000573.0','1022244.0','9',    '9','5','7146.25',    '9','5','7146.25',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088837.0','1047811.0','127',    '122','75','210399.05',    '118','68','186806.38',    '96','29','23592.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000574.0','1022244.0','148',    '140','82','225942.83',    '137','72','200130.8',    '111','30','25812.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088838.0','1047811.0','41',    '38','23','38233.88',    '33','13','25527.02',    '32','12','12706.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000575.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088839.0','1047811.0','2020',    '1969','1253','3081699.93',    '1894','1010','2310203.87',    '1567','593','771496.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000576.0','1022244.0','1',    '1','1','2325.36',    '1','1','2325.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088840.0','1047811.0','519',    '484','307','1004254.16',    '459','270','817819.47',    '375','134','186434.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000577.0','1022244.0','68',    '65','49','233632.25',    '63','47','225626.4',    '49','13','8005.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088841.0','1047811.0','69',    '66','43','121590.72',    '63','39','115559.72',    '48','12','6031.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000578.0','1022244.0','1',    '1','1','1929.61',    '1','1','1630.0',    '1','1','299.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088842.0','1047811.0','179',    '165','115','370493.28',    '160','107','299732.64',    '119','35','70760.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000579.0','1022244.0','285',    '279','174','558168.96',    '272','165','538447.57',    '205','25','19721.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088843.0','1047811.0','1',    '1','1','1568.21',    '1','1','1568.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000580.0','1022244.0','6',    '5','3','8657.91',    '4','3','7740.41',    '4','2','917.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088844.0','1047811.0','26',    '26','16','54041.81',    '26','16','50546.11',    '24','5','3495.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000581.0','1022244.0','4',    '4','3','5724.53',    '4','3','5724.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088845.0','1047811.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000582.0','1022244.0','8',    '8','4','40023.27',    '7','4','39763.28',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088846.0','1047811.0','37',    '36','28','63404.29',    '36','22','40497.52',    '27','16','22906.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000583.0','1022244.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088847.0','1047811.0','2',    '2','2','1995.66',    '2','2','1995.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000584.0','1022244.0','3',    '3','1','5947.82',    '3','1','5217.32',    '1','1','730.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088848.0','1047811.0','1',    '1','1','765.74',    '1','1','765.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000585.0','1022244.0','6',    '6','1','1168.0',    '6','1','1168.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088849.0','1047811.0','48',    '46','15','29249.35',    '42','11','19054.39',    '34','5','10194.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000586.0','1022244.0','15',    '15','2','6711.45',    '14','2','6529.95',    '10','1','181.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088850.0','1047811.0','13',    '12','5','5612.48',    '12','5','5612.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003578.0',    '2000587.0','1022244.0','3',    '3','3','1945.34',    '3','3','1945.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008071.0',    '2088851.0','1047811.0','2063',    '1992','1521','5124214.62',    '1938','1361','4131456.7',    '1522','676','992757.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000588.0','1022244.0','861',    '838','527','1285594.22',    '808','379','952630.73',    '684','334','332963.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088852.0','1047811.0','13',    '11','8','26574.58',    '11','8','26574.58',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000589.0','1022244.0','930',    '885','499','1124564.1',    '835','338','874961.65',    '744','275','249602.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088853.0','1047811.0','1',    '1','1','1289.17',    '1','1','1289.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000590.0','1022244.0','1',    '1','1','521.27',    '1','1','521.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088854.0','1047811.0','144',    '130','85','328306.72',    '125','76','287478.14',    '97','24','40828.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000591.0','1022244.0','111',    '104','74','123876.02',    '97','68','113520.14',    '79','16','10355.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088855.0','1047811.0','1107',    '1076','714','1839229.42',    '1050','600','1576672.51',    '812','270','262556.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000592.0','1022171.0','18',    '18','7','20368.9',    '16','7','20296.64',    '15','1','72.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088856.0','1047738.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000593.0','1022171.0','4',    '4','3','3619.98',    '4','3','3619.98',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088857.0','1047738.0','1',    '1','1','1221.72',    '1','1','692.22',    '1','1','529.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000594.0','1022171.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088858.0','1047738.0','19',    '19','9','16580.37',    '16','7','13246.11',    '13','3','3334.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000595.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088859.0','1047738.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000596.0','1022171.0','453',    '447','311','794293.22',    '433','304','755874.86',    '337','52','38418.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088860.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000597.0','1022171.0','10',    '9','5','42574.24',    '9','5','41952.07',    '7','1','622.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088861.0','1047738.0','61',    '57','22','49612.88',    '55','15','42649.41',    '40','12','6963.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000598.0','1022171.0','8',    '8','8','25263.57',    '8','8','23924.61',    '5','2','1338.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088862.0','1047738.0','228',    '201','93','259250.31',    '184','74','163002.67',    '138','51','96247.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000599.0','1022171.0','16',    '16','10','28723.45',    '16','10','28379.96',    '14','1','343.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088863.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000600.0','1022171.0','2',    '1','1','2290.0',    '1','1','2290.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088864.0','1047738.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000601.0','1022171.0','3',    '4','3','3535.72',    '4','3','3535.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088865.0','1047738.0','4',    '3','1','504.19',    '2','1','504.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000602.0','1022171.0','16',    '16','2','1558.1',    '16','2','1558.1',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088866.0','1047738.0','29',    '27','15','33529.14',    '27','15','33529.14',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000603.0','1022171.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088867.0','1047738.0','4',    '3','3','3263.6',    '3','3','2301.51',    '3','1','962.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000604.0','1022171.0','508',    '489','370','647586.47',    '472','351','597697.27',    '363','73','49889.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088868.0','1047738.0','47',    '41','19','122213.89',    '41','18','118161.67',    '24','4','4052.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000605.0','1022171.0','15',    '13','2','4541.18',    '12','2','3712.07',    '9','1','829.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088869.0','1047738.0','45',    '39','15','57360.29',    '36','12','50141.36',    '18','5','7218.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000606.0','1022171.0','18',    '18','5','8677.69',    '15','4','8492.35',    '12','1','185.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088870.0','1047738.0','576',    '515','210','689249.76',    '468','168','479244.76',    '385','128','210005.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000607.0','1022171.0','3',    '3','1','631.39',    '3','1','631.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088871.0','1047738.0','6',    '2','1','620.0',    '1','0','0.0',    '1','1','620.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000608.0','1022171.0','438',    '335','279','1168309.44',    '333','278','1051465.78',    '104','22','116843.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088872.0','1047738.0','12',    '10','4','3498.24',    '10','4','3498.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000609.0','1022171.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088873.0','1047738.0','174',    '168','130','595217.78',    '162','119','541247.69',    '125','38','53970.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000610.0','1022171.0','783',    '764','497','1465507.17',    '737','444','1331817.47',    '577','149','133689.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088874.0','1047738.0','8',    '6','4','14360.04',    '6','4','14360.04',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000611.0','1022171.0','619',    '604','353','1126210.07',    '589','313','1021103.56',    '469','123','105106.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088875.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000612.0','1022171.0','5',    '2','1','3521.0',    '1','1','3521.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088876.0','1047738.0','8',    '8','4','7777.52',    '7','4','7777.52',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000613.0','1022171.0','523',    '361','249','1294254.86',    '344','245','1134233.34',    '183','37','160021.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088877.0','1047738.0','27',    '21','9','29612.69',    '21','9','28990.98',    '14','1','621.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000614.0','1022171.0','90',    '84','62','99763.74',    '82','61','93927.3',    '56','7','5836.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088878.0','1047738.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000615.0','1022171.0','165',    '114','70','511453.16',    '106','67','445389.32',    '75','24','66063.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088879.0','1047738.0','14',    '14','0','0.0',    '14','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000616.0','1022171.0','551',    '521','192','1186310.52',    '513','180','974118.8',    '313','59','212191.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088880.0','1047738.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000617.0','1022171.0','1745',    '1600','198','1062735.95',    '1564','172','542903.61',    '683','97','519832.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088881.0','1047738.0','12',    '12','4','23744.64',    '12','4','23744.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000618.0','1022171.0','7',    '6','3','15712.17',    '6','3','15712.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088882.0','1047738.0','21',    '17','1','184.99',    '14','0','0.0',    '10','1','184.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000619.0','1022171.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088883.0','1047738.0','61',    '54','23','44325.41',    '49','18','27102.88',    '38','7','17222.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000620.0','1022171.0','163',    '150','50','113018.41',    '143','48','104261.78',    '94','13','8756.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088884.0','1047738.0','414',    '368','105','252052.44',    '345','89','187120.67',    '220','51','64931.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000621.0','1022171.0','276',    '236','87','1009063.97',    '230','79','850346.37',    '149','35','158717.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088885.0','1047738.0','21',    '20','16','161326.38',    '20','16','126304.33',    '14','9','35022.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000622.0','1022171.0','190',    '165','139','350804.92',    '154','131','326660.6',    '113','36','24144.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088886.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000623.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088887.0','1047738.0','13',    '6','3','3409.34',    '6','3','3409.34',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000624.0','1022171.0','98',    '93','53','153727.7',    '84','43','103876.12',    '77','25','49851.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088888.0','1047738.0','6',    '6','3','9604.77',    '6','2','9176.17',    '4','2','428.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000625.0','1022171.0','2571',    '2508','1539','3448754.61',    '2423','1237','2751573.28',    '2068','710','697181.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088889.0','1047738.0','4415',    '4297','2699','5313449.91',    '4141','2212','4388605.56',    '3294','1105','924844.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000626.0','1022171.0','170',    '164','134','252515.81',    '161','124','221625.58',    '114','26','30890.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088890.0','1047738.0','104',    '93','64','210084.37',    '86','53','147806.73',    '73','35','62277.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000627.0','1022171.0','158',    '146','101','166716.09',    '141','92','140612.76',    '115','30','26103.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088891.0','1047738.0','17',    '16','13','40845.94',    '15','8','20818.17',    '13','9','20027.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000628.0','1022171.0','413',    '400','302','1034358.07',    '388','275','799940.9',    '288','115','234417.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088892.0','1047738.0','91',    '86','17','34248.81',    '81','14','26977.28',    '35','6','7271.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000629.0','1022171.0','1',    '1','1','10980.1',    '1','1','10980.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088893.0','1047738.0','21',    '18','16','42019.2',    '17','16','38148.49',    '15','6','3870.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000630.0','1022171.0','21',    '20','14','71354.52',    '19','14','68100.46',    '15','5','3254.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088894.0','1047738.0','231',    '213','108','297918.49',    '198','77','226320.32',    '176','68','71598.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000631.0','1022171.0','18',    '16','6','13849.14',    '14','3','10030.5',    '14','5','3818.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088895.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000632.0','1022171.0','171',    '169','127','461643.4',    '164','123','443428.08',    '125','21','18215.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088896.0','1047738.0','1',    '1','1','265.0',    '1','0','0.0',    '1','1','265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000633.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088897.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000634.0','1022171.0','18',    '17','11','23159.97',    '17','10','22639.99',    '14','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088898.0','1047738.0','36',    '18','6','31301.94',    '15','4','14695.0',    '12','2','16606.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000635.0','1022171.0','1',    '1','1','783.98',    '1','1','783.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088899.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000636.0','1022171.0','6',    '6','5','16031.07',    '6','5','14223.62',    '5','2','1807.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088900.0','1047738.0','135',    '109','72','763606.23',    '104','68','685493.0',    '70','23','78113.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000637.0','1022171.0','58',    '54','34','73309.36',    '52','32','71283.2',    '42','6','2026.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088901.0','1047738.0','23',    '34','26','156464.61',    '32','10','18439.5',    '30','26','138025.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000638.0','1022171.0','27',    '25','17','45572.03',    '23','13','37942.26',    '18','9','7629.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088902.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000639.0','1022171.0','12',    '11','7','8954.97',    '11','7','8954.97',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088903.0','1047738.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000640.0','1022171.0','116',    '115','79','380452.42',    '110','71','331914.47',    '89','30','48537.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088904.0','1047738.0','79',    '73','5','35430.04',    '70','4','34750.29',    '33','2','679.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000641.0','1022171.0','1',    '1','1','833.67',    '1','1','833.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088905.0','1047738.0','6',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000642.0','1022171.0','393',    '381','238','689817.7',    '369','196','616514.04',    '303','95','73303.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088906.0','1047738.0','9',    '9','5','11595.88',    '9','4','11230.97',    '8','2','364.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000643.0','1022171.0','9',    '8','5','20591.6',    '7','4','18966.22',    '6','2','1625.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088907.0','1047738.0','1',    '1','1','7294.51',    '1','1','7294.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000644.0','1022171.0','124',    '120','41','112742.34',    '107','36','91269.08',    '93','18','21473.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088908.0','1047738.0','1',    '1','1','4096.26',    '1','1','4096.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000645.0','1022171.0','2',    '1','1','826.46',    '1','1','826.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088909.0','1047738.0','1',    '1','1','1286.0',    '1','1','1286.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000646.0','1022171.0','425',    '403','338','1147160.02',    '390','327','1063029.85',    '317','95','84130.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088910.0','1047738.0','4130',    '3965','2745','6591773.07',    '3838','2387','5512737.12',    '3048','1134','1079035.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000647.0','1022171.0','9',    '9','7','21510.07',    '9','7','21210.46',    '8','1','299.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088911.0','1047738.0','3',    '3','1','376.68',    '3','1','376.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000648.0','1022171.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088912.0','1047738.0','267',    '165','141','736614.15',    '164','141','725061.22',    '49','6','11552.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000649.0','1022171.0','3',    '6','5','65088.23',    '6','5','49117.59',    '4','4','15970.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088913.0','1047738.0','12',    '4','2','35183.75',    '3','2','35183.75',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000650.0','1022171.0','29',    '27','7','5586.56',    '27','6','5107.06',    '17','1','479.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088914.0','1047738.0','42',    '33','26','354674.4',    '32','25','318207.47',    '22','7','36466.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000651.0','1022171.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088915.0','1047738.0','1',    '7','7','49029.8',    '7','7','29442.94',    '6','6','19586.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000652.0','1022171.0','6',    '5','1','26544.96',    '4','1','26544.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088916.0','1047738.0','42',    '34','12','57052.82',    '29','11','54491.68',    '20','6','2561.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000653.0','1022171.0','174',    '164','107','294855.59',    '162','102','180002.32',    '121','45','114853.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088917.0','1047738.0','1',    '1','1','27963.79',    '1','1','21805.58',    '1','1','6158.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000654.0','1022171.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088918.0','1047738.0','136',    '119','94','334130.08',    '109','91','141126.18',    '92','64','193003.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000655.0','1022171.0','9',    '4','3','8083.2',    '2','2','2336.0',    '3','2','5747.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088919.0','1047738.0','7',    '5','1','2481.4',    '5','1','2481.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000656.0','1022171.0','35',    '29','8','14685.36',    '28','7','9597.02',    '20','5','5088.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088920.0','1047738.0','5',    '5','4','3345.21',    '4','4','2551.21',    '3','1','794.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000657.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088921.0','1047738.0','2',    '2','1','824.22',    '2','1','621.41',    '2','1','202.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000658.0','1022171.0','5',    '4','4','9607.49',    '4','4','9113.0',    '1','1','494.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088922.0','1047738.0','354',    '328','208','442231.5',    '309','176','383619.88',    '250','78','58611.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000659.0','1022171.0','3',    '3','3','5232.88',    '3','3','5232.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088923.0','1047738.0','7',    '7','3','2936.2',    '6','1','888.26',    '7','2','2047.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000660.0','1022171.0','126',    '118','82','214283.12',    '112','73','172499.35',    '81','30','41783.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088924.0','1047738.0','15',    '15','11','44354.96',    '15','8','39315.88',    '9','4','5039.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000661.0','1022171.0','3',    '3','1','752.58',    '3','1','752.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088925.0','1047738.0','317',    '304','212','590669.19',    '299','199','555418.01',    '223','44','35251.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000662.0','1022171.0','94',    '87','57','134372.88',    '85','50','119738.0',    '62','20','14634.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088926.0','1047738.0','4',    '4','3','3914.64',    '4','3','3914.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000663.0','1022171.0','260',    '243','168','372468.82',    '228','152','332578.25',    '184','55','39890.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088927.0','1047738.0','2346',    '2270','1464','3901237.48',    '2182','1275','3436660.69',    '1769','574','464576.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000664.0','1022171.0','1175',    '1148','692','2255862.26',    '1107','553','1650428.98',    '990','396','605433.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088928.0','1047738.0','405',    '388','220','563493.7',    '367','151','418616.55',    '312','116','144877.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000665.0','1022171.0','1',    '1','1','727.98',    '1','1','727.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088929.0','1047738.0','360',    '349','271','442442.45',    '341','262','415927.23',    '260','41','26515.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000666.0','1022171.0','742',    '724','527','1774461.44',    '707','485','1638885.39',    '544','167','135576.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088930.0','1047738.0','204',    '195','132','266225.75',    '188','121','233157.99',    '131','32','33067.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000667.0','1022171.0','47',    '45','31','63873.35',    '42','25','59175.34',    '33','11','4698.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088931.0','1047738.0','122',    '115','91','165185.7',    '113','87','155693.49',    '87','15','9492.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000668.0','1022171.0','26',    '24','13','43681.72',    '21','11','39503.92',    '18','5','4177.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088932.0','1047738.0','558',    '538','347','970645.25',    '511','298','852374.89',    '429','120','118270.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000669.0','1022171.0','107',    '104','73','145175.93',    '101','61','134258.35',    '80','18','10917.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088933.0','1047738.0','2',    '2','1','5173.79',    '2','1','4913.8',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000670.0','1022171.0','39',    '35','26','50541.46',    '33','22','39074.64',    '27','9','11466.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088934.0','1047738.0','214',    '199','155','353340.53',    '194','148','327014.47',    '141','32','26326.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000671.0','1022171.0','3',    '2','1','3377.95',    '2','1','2290.0',    '2','1','1087.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088935.0','1047738.0','1',    '1','1','1186.35',    '1','1','1186.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000672.0','1022171.0','15',    '15','8','27286.94',    '14','7','25328.51',    '12','5','1958.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088936.0','1047738.0','67',    '64','43','255066.2',    '61','41','242455.09',    '43','10','12611.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000673.0','1022171.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088937.0','1047738.0','312',    '310','240','723092.01',    '302','237','694946.71',    '224','47','28145.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000674.0','1022171.0','15',    '13','6','56360.27',    '11','6','55566.27',    '10','1','794.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088938.0','1047738.0','565',    '542','330','951985.83',    '522','292','869904.48',    '421','107','82081.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000675.0','1022171.0','684',    '652','489','1241471.36',    '625','461','1098464.12',    '515','154','143007.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088939.0','1047738.0','2',    '2','1','1315.12',    '2','1','1315.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000676.0','1022171.0','1',    '1','1','3158.34',    '1','1','3158.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088940.0','1047738.0','6',    '5','3','15559.78',    '5','3','15559.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003577.0',    '2000677.0','1022171.0','20',    '19','13','20155.06',    '18','12','18939.14',    '17','3','1215.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008070.0',    '2088941.0','1047738.0','67',    '63','43','100442.14',    '56','38','87070.1',    '50','14','13372.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000678.0','1022171.0','28',    '28','17','52796.61',    '28','17','50897.66',    '20','2','1898.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088942.0','1047738.0','5',    '5','2','2106.31',    '5','2','1786.33',    '4','2','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003581.0',    '2000679.0','1022171.0','9',    '5','3','6632.21',    '5','2','6301.25',    '5','1','330.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008064.0',    '2088943.0','1047738.0','31',    '29','24','50904.48',    '26','22','44204.05',    '21','6','6700.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000680.0','1022171.0','1',    '1','1','2079.49',    '1','1','1818.0',    '1','1','261.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088944.0','1047738.0','57',    '50','25','38355.78',    '42','14','25502.42',    '43','16','12853.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000681.0','1022171.0','6',    '6','2','3061.35',    '6','2','3061.35',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088945.0','1047738.0','7',    '7','4','16378.01',    '7','4','16378.01',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000682.0','1022171.0','46',    '43','30','82926.81',    '43','28','79173.28',    '35','9','3753.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088946.0','1047738.0','15',    '15','11','19675.16',    '14','11','19155.18',    '11','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000683.0','1022171.0','7',    '7','6','16626.61',    '7','6','16626.61',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088947.0','1047738.0','2',    '2','2','5678.27',    '2','2','4239.9',    '2','1','1438.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000684.0','1022171.0','15',    '14','8','16631.73',    '14','6','15428.36',    '13','2','1203.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088948.0','1047738.0','2',    '1','1','654.01',    '1','0','0.0',    '1','1','654.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000685.0','1022171.0','218',    '208','133','435258.58',    '202','128','426920.84',    '165','27','8337.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088949.0','1047738.0','2',    '2','2','26499.17',    '2','2','26240.17',    '2','1','259.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000686.0','1022171.0','1',    '1','1','8710.58',    '1','1','7651.59',    '1','1','1058.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088950.0','1047738.0','48',    '46','37','152592.59',    '44','33','146654.77',    '34','12','5937.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000687.0','1022171.0','25',    '25','21','141481.89',    '25','21','140057.12',    '16','2','1424.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088951.0','1047738.0','32',    '31','25','111103.97',    '31','23','104416.93',    '23','8','6687.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000688.0','1022171.0','722',    '692','497','2015336.48',    '674','464','1945952.93',    '529','118','69383.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088952.0','1047738.0','409',    '392','280','814360.98',    '378','257','742100.45',    '300','94','72260.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000689.0','1022171.0','10',    '10','10','26348.86',    '10','10','22777.2',    '5','1','3571.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088953.0','1047738.0','1',    '1','1','2021.42',    '1','1','2021.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000690.0','1022171.0','35',    '32','19','66291.91',    '29','17','61908.28',    '26','7','4383.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088954.0','1047738.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000691.0','1022171.0','2',    '2','2','3181.09',    '2','1','3121.1',    '1','1','59.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088955.0','1047738.0','1',    '1','1','1216.89',    '1','1','1216.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000692.0','1022171.0','2',    '2','2','16990.57',    '2','2','15671.59',    '1','1','1318.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088956.0','1047738.0','21',    '21','17','27561.77',    '18','7','17609.27',    '18','12','9952.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000693.0','1022171.0','199',    '183','154','652393.08',    '178','148','627450.93',    '139','42','24942.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088957.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000694.0','1022171.0','511',    '481','368','1505929.97',    '468','353','1384604.08',    '351','87','121325.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088958.0','1047738.0','6',    '5','3','5952.11',    '5','3','3026.36',    '3','2','2925.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000695.0','1022171.0','14',    '11','6','12829.41',    '10','5','12052.66',    '7','1','776.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088959.0','1047738.0','6',    '6','4','7881.61',    '6','4','7881.61',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000696.0','1022171.0','179',    '165','140','879367.21',    '162','135','842952.26',    '117','31','36414.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088960.0','1047738.0','7',    '5','5','33818.69',    '5','5','29241.91',    '3','1','4576.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000697.0','1022171.0','1',    '1','1','762.87',    '1','1','762.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088961.0','1047738.0','19',    '13','9','11951.23',    '12','8','9110.97',    '9','2','2840.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000698.0','1022171.0','2',    '2','1','3088.78',    '2','1','2823.78',    '1','1','265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088962.0','1047738.0','31',    '29','22','68546.43',    '27','21','53715.25',    '21','6','14831.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000699.0','1022171.0','12',    '11','8','18080.6',    '11','8','16675.19',    '7','3','1405.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088963.0','1047738.0','5',    '5','3','7413.82',    '4','3','5217.86',    '3','2','2195.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000700.0','1022171.0','14',    '11','8','18160.89',    '11','8','15785.31',    '10','3','2375.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088964.0','1047738.0','12',    '12','10','27326.53',    '10','9','26701.93',    '10','3','624.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000701.0','1022171.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088965.0','1047738.0','46',    '44','36','96875.99',    '42','34','91592.23',    '34','10','5283.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000702.0','1022171.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088966.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000703.0','1022171.0','62',    '58','44','138412.82',    '57','42','124750.34',    '35','12','13662.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088967.0','1047738.0','3',    '3','3','3356.35',    '3','3','3356.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000704.0','1022171.0','1',    '1','1','1636.88',    '1','1','1636.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088968.0','1047738.0','1',    '1','1','757.99',    '1','1','757.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003558.0',    '2000705.0','1022171.0','66',    '58','51','134203.27',    '58','50','128449.71',    '31','8','5753.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008053.0',    '2088969.0','1047738.0','310',    '301','224','954944.44',    '286','218','919839.61',    '235','62','35104.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000706.0','1022171.0','202',    '188','152','413428.04',    '183','143','376891.82',    '155','43','36536.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088970.0','1047738.0','102',    '100','83','1215729.46',    '96','82','1157910.72',    '68','20','57818.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000707.0','1022171.0','12',    '10','7','11942.06',    '9','6','10327.43',    '9','2','1614.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088971.0','1047738.0','3',    '3','2','3566.66',    '3','2','3037.16',    '2','1','529.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000708.0','1022171.0','3',    '3','3','7089.94',    '3','3','7089.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088972.0','1047738.0','13',    '12','9','21240.45',    '12','9','20460.48',    '8','3','779.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000709.0','1022171.0','379',    '373','185','373506.63',    '352','130','296316.26',    '321','103','77190.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088973.0','1047738.0','1',    '1','1','5793.59',    '1','1','5793.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000710.0','1022171.0','852',    '768','594','1992880.59',    '752','571','1795458.41',    '361','100','197422.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088974.0','1047738.0','4',    '4','4','10183.42',    '4','4','10183.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000711.0','1022171.0','2',    '2','2','4260.4',    '2','2','4260.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088975.0','1047738.0','1',    '1','1','1932.0',    '1','1','1932.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000712.0','1022171.0','87',    '83','56','126246.77',    '80','54','118672.44',    '65','20','7574.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088976.0','1047738.0','16',    '15','9','18136.0',    '15','8','14050.16',    '14','4','4085.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000713.0','1022171.0','4',    '4','4','14098.85',    '4','3','12554.39',    '4','3','1544.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088977.0','1047738.0','12',    '12','12','38302.71',    '12','10','35434.75',    '7','4','2867.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000714.0','1022171.0','1',    '1','1','828.5',    '1','1','828.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088978.0','1047738.0','94',    '88','54','278804.05',    '84','52','274293.81',    '64','11','4510.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000715.0','1022171.0','12',    '10','10','11385.8',    '10','10','10891.31',    '5','1','494.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088979.0','1047738.0','16',    '15','6','12184.7',    '14','5','10477.34',    '12','3','1707.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000716.0','1022171.0','14',    '14','9','13811.48',    '14','9','13551.49',    '11','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088980.0','1047738.0','3',    '3','2','13589.41',    '3','2','12201.37',    '2','1','1388.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000717.0','1022171.0','2',    '2','1','1914.86',    '2','1','1914.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088981.0','1047738.0','1',    '1','1','429.94',    '1','1','429.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000718.0','1022171.0','37',    '37','25','92179.93',    '32','19','77112.4',    '31','11','15067.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088982.0','1047738.0','251',    '234','178','568451.46',    '226','174','556784.73',    '165','36','11666.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000719.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088983.0','1047738.0','175',    '169','137','581662.69',    '162','131','564158.95',    '122','26','17503.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000720.0','1022171.0','23',    '21','16','35936.71',    '21','16','31955.85',    '17','5','3980.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088984.0','1047738.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000721.0','1022171.0','1',    '1','1','1492.3',    '1','1','1492.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088985.0','1047738.0','17',    '16','10','26716.4',    '12','9','25798.9',    '13','2','917.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000722.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088986.0','1047738.0','61',    '57','48','397083.19',    '56','47','365692.58',    '38','14','31390.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000723.0','1022171.0','1',    '1','1','52.46',    '1','1','52.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088987.0','1047738.0','55',    '46','34','62532.25',    '42','32','59359.85',    '23','7','3172.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000724.0','1022171.0','8',    '7','6','6341.67',    '7','6','6341.67',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088988.0','1047738.0','4',    '4','1','2015.13',    '4','1','1755.14',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000725.0','1022171.0','25',    '25','19','190471.48',    '23','19','190151.5',    '22','2','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088989.0','1047738.0','4',    '4','4','10649.92',    '4','4','10649.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000726.0','1022171.0','5',    '3','2','1851.56',    '3','2','1851.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088990.0','1047738.0','2',    '2','1','9890.67',    '2','1','9890.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000727.0','1022171.0','1',    '1','1','2285.47',    '1','1','2285.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088991.0','1047738.0','29',    '28','22','69948.39',    '28','22','69628.41',    '20','1','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000728.0','1022171.0','21',    '19','12','38718.75',    '16','12','38064.26',    '15','2','654.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088992.0','1047738.0','76',    '73','49','167237.41',    '68','42','150889.09',    '52','16','16348.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000729.0','1022171.0','50',    '48','30','99279.35',    '44','24','87137.38',    '40','13','12141.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088993.0','1047738.0','1',    '1','1','9361.11',    '1','1','9361.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000730.0','1022171.0','1',    '1','1','5368.45',    '1','1','5368.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088994.0','1047738.0','13',    '13','10','18492.81',    '13','7','16946.12',    '10','4','1546.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000731.0','1022171.0','7',    '5','5','9565.91',    '5','5','8985.94',    '5','3','579.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088995.0','1047738.0','223',    '199','153','516177.84',    '188','149','482661.34',    '139','32','33516.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000732.0','1022171.0','1',    '1','1','1011.06',    '1','1','1011.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088996.0','1047738.0','1',    '1','1','5600.59',    '1','1','5600.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000733.0','1022171.0','2',    '1','1','1592.07',    '1','1','1592.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088997.0','1047738.0','41',    '39','35','125161.42',    '36','34','109964.54',    '20','12','15196.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000734.0','1022171.0','1',    '1','1','2255.09',    '1','1','1995.1',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088998.0','1047738.0','2',    '2','2','3385.49',    '2','2','2596.0',    '2','2','789.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000735.0','1022171.0','26',    '21','15','66812.81',    '20','15','59798.25',    '15','3','7014.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2088999.0','1047738.0','7',    '7','3','5075.08',    '6','3','4490.6',    '6','2','584.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000736.0','1022171.0','15',    '15','13','50612.33',    '15','13','47675.39',    '9','1','2936.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089000.0','1047738.0','4',    '3','3','9542.41',    '3','3','8367.88',    '2','1','1174.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000737.0','1022171.0','7',    '5','4','26607.28',    '3','3','25151.3',    '5','2','1455.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089001.0','1047738.0','56',    '50','27','41438.71',    '47','23','35896.13',    '43','12','5542.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000738.0','1022171.0','1',    '1','1','1161.85',    '1','1','1161.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089002.0','1047738.0','1',    '1','1','2538.0',    '1','1','2538.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000739.0','1022171.0','5',    '5','5','23223.97',    '5','5','21670.49',    '4','1','1553.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089003.0','1047738.0','19',    '17','13','21789.86',    '15','13','21469.88',    '15','2','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000740.0','1022171.0','5',    '5','2','2399.87',    '5','2','2399.87',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089004.0','1047738.0','30',    '20','16','166032.43',    '19','16','134691.37',    '15','7','31341.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000741.0','1022171.0','1',    '1','1','4686.44',    '1','1','3097.32',    '1','1','1589.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089005.0','1047738.0','2',    '2','1','12220.92',    '2','1','9869.12',    '1','1','2351.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000742.0','1022171.0','1',    '1','1','772.92',    '1','1','772.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089006.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000743.0','1022171.0','17',    '16','12','21642.81',    '16','12','20960.58',    '8','3','682.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089007.0','1047738.0','4',    '2','2','2258.48',    '2','2','2258.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000744.0','1022171.0','30',    '29','25','46603.9',    '29','25','42271.14',    '18','6','4332.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089008.0','1047738.0','300',    '290','208','577959.98',    '284','195','530841.0',    '231','65','47118.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000745.0','1022171.0','1',    '1','1','513.74',    '1','1','513.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089009.0','1047738.0','1',    '1','1','1223.21',    '1','1','1223.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000746.0','1022171.0','2',    '1','1','760.32',    '1','1','760.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089010.0','1047738.0','48',    '46','40','136560.16',    '43','39','133629.29',    '36','7','2930.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000747.0','1022171.0','18',    '17','13','26244.78',    '15','11','24361.19',    '15','5','1883.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089011.0','1047738.0','341',    '299','271','3630947.23',    '297','266','3236749.8',    '237','128','394197.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000748.0','1022171.0','3',    '3','3','13683.7',    '3','3','13683.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089012.0','1047738.0','9',    '9','5','6188.25',    '9','5','5658.26',    '7','1','529.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000749.0','1022171.0','17',    '15','14','31240.74',    '15','14','29873.21',    '9','4','1367.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089013.0','1047738.0','13',    '13','10','43658.23',    '13','10','40433.14',    '12','2','3225.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000750.0','1022171.0','276',    '245','197','538679.66',    '240','190','499317.77',    '163','47','39361.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089014.0','1047738.0','2',    '2','1','1088.85',    '2','1','1088.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000751.0','1022171.0','3',    '3','2','1638.86',    '2','2','1638.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089015.0','1047738.0','2',    '2','2','2647.64',    '2','2','2647.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000752.0','1022171.0','96',    '92','63','142767.31',    '90','60','131221.6',    '66','15','11545.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089016.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000753.0','1022171.0','1',    '1','1','6163.05',    '1','1','6163.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089017.0','1047738.0','5',    '4','2','12489.95',    '4','2','12489.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000754.0','1022171.0','1',    '1','1','1057.4',    '1','1','1057.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089018.0','1047738.0','33',    '27','21','59823.57',    '25','20','51571.03',    '21','8','8252.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000755.0','1022171.0','48',    '46','32','65387.1',    '45','29','61223.08',    '43','9','4164.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089019.0','1047738.0','57',    '53','40','124493.52',    '51','39','118922.68',    '40','8','5570.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000756.0','1022171.0','16',    '16','12','20937.55',    '15','11','19614.05',    '15','3','1323.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089020.0','1047738.0','7',    '6','5','12006.21',    '6','5','10947.22',    '6','1','1058.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000757.0','1022171.0','20',    '20','16','27711.93',    '19','16','24627.89',    '16','3','3084.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089021.0','1047738.0','1',    '1','1','467.34',    '1','1','467.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000758.0','1022171.0','2',    '2','2','3757.77',    '2','2','3757.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089022.0','1047738.0','11',    '11','7','14818.82',    '11','7','14558.83',    '8','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000759.0','1022171.0','5',    '5','5','13113.22',    '5','5','11628.95',    '4','2','1484.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089023.0','1047738.0','39',    '32','22','84643.54',    '28','22','81876.66',    '27','4','2766.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000760.0','1022171.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089024.0','1047738.0','1',    '1','1','657.51',    '0','0','0.0',    '1','1','657.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000761.0','1022171.0','257',    '237','166','494534.69',    '224','145','462046.17',    '193','49','32488.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089025.0','1047738.0','3',    '3','2','8407.7',    '3','2','8347.71',    '2','1','59.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000762.0','1022171.0','4',    '4','3','8589.5',    '4','3','8589.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089026.0','1047738.0','2',    '2','1','3907.61',    '2','1','3907.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000763.0','1022171.0','2',    '2','2','5851.51',    '2','1','5231.51',    '1','1','620.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089027.0','1047738.0','4',    '4','4','21740.29',    '4','4','20421.31',    '3','1','1318.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000764.0','1022171.0','25',    '24','19','52742.57',    '24','19','51693.59',    '20','3','1048.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089028.0','1047738.0','38',    '36','13','52074.64',    '35','11','48249.48',    '29','5','3825.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000765.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089029.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000766.0','1022171.0','10',    '9','8','10402.06',    '9','8','9309.01',    '4','2','1093.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089030.0','1047738.0','45',    '40','26','59329.68',    '38','26','57351.01',    '27','9','1978.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000767.0','1022171.0','430',    '416','290','478944.92',    '400','226','393583.15',    '334','112','85361.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089031.0','1047738.0','6',    '5','3','6039.76',    '5','3','6039.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000768.0','1022171.0','11',    '9','5','9189.34',    '9','5','7391.05',    '7','1','1798.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089032.0','1047738.0','430',    '402','314','1144376.57',    '383','297','1075325.0',    '310','85','69051.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000769.0','1022171.0','52',    '52','47','180754.45',    '52','46','169628.99',    '39','16','11125.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089033.0','1047738.0','9',    '8','7','16280.88',    '8','6','9147.65',    '5','3','7133.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000770.0','1022171.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089034.0','1047738.0','1',    '1','1','1687.36',    '1','1','1687.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000771.0','1022171.0','4',    '4','1','1191.61',    '4','1','1191.61',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089035.0','1047738.0','12',    '11','9','48017.0',    '11','9','46871.58',    '8','2','1145.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000772.0','1022171.0','47',    '45','38','288621.81',    '44','37','277219.83',    '31','6','11401.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089036.0','1047738.0','3',    '3','3','4153.01',    '2','2','3623.51',    '3','1','529.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000773.0','1022171.0','29',    '27','18','80387.49',    '26','11','72919.64',    '26','11','7467.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089037.0','1047738.0','3',    '2','2','3472.15',    '2','2','3412.16',    '2','1','59.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000774.0','1022171.0','6',    '5','2','4914.35',    '5','2','4914.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089038.0','1047738.0','3',    '2','2','6343.02',    '2','2','6343.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000775.0','1022171.0','8',    '8','6','31774.78',    '8','6','29100.91',    '5','3','2673.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089039.0','1047738.0','46',    '45','22','23366.16',    '41','17','17740.2',    '39','7','5625.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000776.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089040.0','1047738.0','1',    '1','1','4583.57',    '1','1','4583.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000777.0','1022171.0','11',    '10','8','18950.06',    '10','8','17955.58',    '3','1','994.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089041.0','1047738.0','8',    '6','5','8525.02',    '6','5','8525.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000778.0','1022171.0','45',    '41','16','30817.3',    '37','10','23795.74',    '32','7','7021.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089042.0','1047738.0','6',    '6','4','5951.4',    '6','4','5951.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000779.0','1022171.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089043.0','1047738.0','6',    '6','5','4416.87',    '5','5','4416.87',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000780.0','1022171.0','1',    '1','1','3300.02',    '1','1','3300.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089044.0','1047738.0','17',    '16','16','40729.49',    '16','16','37983.27',    '9','4','2746.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000781.0','1022171.0','8',    '8','8','64010.67',    '8','8','63763.42',    '3','1','247.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089045.0','1047738.0','2',    '2','2','7510.44',    '2','2','7510.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000782.0','1022171.0','13',    '11','6','14877.82',    '10','5','13585.6',    '9','4','1292.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089046.0','1047738.0','101',    '87','69','121474.92',    '83','67','116172.35',    '62','12','5302.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000783.0','1022171.0','21',    '17','9','15112.57',    '15','7','11224.94',    '13','5','3887.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089047.0','1047738.0','5',    '5','4','6530.26',    '5','4','6470.27',    '3','1','59.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000784.0','1022171.0','310',    '296','218','419166.77',    '283','198','372090.15',    '221','71','47076.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089048.0','1047738.0','2',    '2','1','607.57',    '2','1','547.58',    '2','1','59.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000785.0','1022171.0','1',    '1','1','476.2',    '1','1','476.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089049.0','1047738.0','4',    '3','1','605.57',    '3','1','605.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000786.0','1022171.0','99',    '90','61','201075.56',    '82','54','151908.84',    '64','26','49166.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089050.0','1047738.0','5',    '5','5','6365.54',    '5','4','6105.55',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2000787.0','1022171.0','273',    '266','194','600215.46',    '257','190','544000.32',    '205','73','56215.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089051.0','1047738.0','2',    '2','2','3224.1',    '2','2','3224.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000788.0','1022171.0','20',    '17','14','23510.67',    '16','14','22930.7',    '9','2','579.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089052.0','1047738.0','1',    '1','1','818.62',    '1','1','818.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000789.0','1022171.0','5',    '5','3','3675.55',    '5','3','2755.57',    '5','2','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089053.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000790.0','1022171.0','70',    '50','31','91832.45',    '47','31','84989.23',    '41','5','6843.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089054.0','1047738.0','32',    '30','23','39364.22',    '30','20','35412.27',    '22','5','3951.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000791.0','1022171.0','24',    '23','13','39602.93',    '23','8','13342.0',    '20','12','26260.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089055.0','1047738.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000792.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089056.0','1047738.0','159',    '149','128','273561.14',    '145','128','260420.58',    '83','21','13140.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000793.0','1022171.0','4',    '3','2','6299.31',    '3','1','1334.31',    '3','1','4965.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089057.0','1047738.0','35',    '33','20','59503.16',    '31','20','57439.31',    '24','5','2063.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000794.0','1022171.0','1',    '1','1','1013.7',    '1','1','1013.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089058.0','1047738.0','405',    '398','215','347765.82',    '389','161','288408.53',    '333','98','59357.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000795.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089059.0','1047738.0','1',    '1','1','1422.0',    '1','1','1422.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000796.0','1022171.0','27',    '26','20','81765.05',    '26','19','75728.36',    '23','8','6036.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089060.0','1047738.0','108',    '100','80','245279.24',    '98','78','227918.76',    '73','18','17360.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000797.0','1022171.0','15',    '14','11','15532.95',    '13','11','15003.45',    '9','1','529.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089061.0','1047738.0','4',    '4','3','4365.83',    '4','3','4105.84',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000798.0','1022171.0','4',    '4','4','17113.77',    '4','3','15960.23',    '3','2','1153.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089062.0','1047738.0','18',    '14','13','114185.24',    '14','13','98523.04',    '11','5','15662.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000799.0','1022171.0','7',    '7','5','30838.48',    '7','5','30631.3',    '3','1','207.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089063.0','1047738.0','9',    '9','7','15498.36',    '8','7','15498.36',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000800.0','1022171.0','10',    '10','9','33603.19',    '10','8','32282.54',    '8','4','1320.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089064.0','1047738.0','8',    '7','6','22915.65',    '7','6','22823.15',    '4','1','92.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000801.0','1022171.0','5',    '5','4','25623.57',    '5','4','25623.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089065.0','1047738.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000802.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089066.0','1047738.0','1',    '1','1','1777.44',    '1','1','1034.0',    '1','1','743.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000803.0','1022171.0','6',    '6','5','10188.22',    '6','5','8465.59',    '6','1','1722.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089067.0','1047738.0','5',    '4','3','2798.84',    '4','3','2798.84',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000804.0','1022171.0','3',    '3','1','638.96',    '3','1','638.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089068.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000805.0','1022171.0','188',    '183','140','318489.68',    '175','136','309873.42',    '130','15','8616.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089069.0','1047738.0','7',    '7','7','24276.05',    '7','7','23858.85',    '4','2','417.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000806.0','1022171.0','78',    '57','34','92559.55',    '50','33','89686.34',    '36','8','2873.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089070.0','1047738.0','14',    '13','11','34332.99',    '13','11','33753.02',    '10','2','579.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000807.0','1022171.0','4',    '4','4','16032.75',    '4','4','16032.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089071.0','1047738.0','14',    '13','9','24805.99',    '13','9','21635.57',    '10','4','3170.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000808.0','1022171.0','19',    '18','12','33913.68',    '18','12','31828.13',    '14','3','2085.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089072.0','1047738.0','37',    '33','26','49366.48',    '32','25','34599.3',    '27','8','14767.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000809.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089073.0','1047738.0','1',    '1','1','4282.13',    '1','1','4282.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000810.0','1022171.0','35',    '34','23','51309.36',    '33','22','50864.03',    '32','2','445.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089074.0','1047738.0','31',    '31','21','31886.57',    '29','20','27660.13',    '22','7','4226.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000811.0','1022171.0','22',    '21','18','53092.45',    '21','18','51842.15',    '17','3','1250.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089075.0','1047738.0','11',    '11','7','22624.52',    '11','7','22624.52',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000812.0','1022171.0','9',    '8','3','8636.0',    '8','3','8636.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089076.0','1047738.0','36',    '35','21','36397.69',    '35','16','29882.06',    '25','6','6515.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000813.0','1022171.0','544',    '531','381','929538.77',    '515','310','709449.24',    '481','214','220089.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089077.0','1047738.0','1',    '1','1','1581.21',    '1','1','1321.22',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000814.0','1022171.0','50',    '36','32','237489.82',    '36','32','223695.51',    '22','4','13794.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089078.0','1047738.0','11',    '11','8','9155.17',    '10','8','9155.17',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000815.0','1022171.0','5',    '4','3','1779.66',    '4','3','1779.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089079.0','1047738.0','4',    '2','2','1642.92',    '2','2','1642.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000816.0','1022171.0','12',    '9','6','7813.75',    '8','4','5184.55',    '8','3','2629.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089080.0','1047738.0','127',    '112','83','219315.71',    '108','75','194364.21',    '82','26','24951.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000817.0','1022171.0','2',    '2','2','1573.68',    '2','2','1573.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089081.0','1047738.0','19',    '17','9','9551.75',    '16','8','8671.76',    '11','2','879.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000818.0','1022171.0','5',    '4','3','6968.41',    '4','3','6968.41',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089082.0','1047738.0','5',    '4','3','4316.21',    '3','3','4316.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000819.0','1022171.0','54',    '50','36','122583.74',    '46','36','116320.88',    '37','8','6262.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089083.0','1047738.0','1',    '1','1','378.63',    '1','1','378.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000820.0','1022171.0','5',    '4','3','4033.12',    '4','3','3773.13',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089084.0','1047738.0','40',    '37','30','106750.55',    '36','29','94512.51',    '27','11','12238.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000821.0','1022171.0','10',    '9','1','2207.49',    '9','1','2207.49',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089085.0','1047738.0','47',    '46','14','91151.3',    '46','13','90301.3',    '27','2','850.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000822.0','1022171.0','1',    '1','1','1062.43',    '1','1','1062.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089086.0','1047738.0','31',    '30','23','62163.14',    '28','22','59251.16',    '22','7','2911.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000823.0','1022171.0','146',    '145','118','335986.47',    '139','116','316710.83',    '116','20','19275.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089087.0','1047738.0','1',    '1','1','8592.16',    '1','1','7524.16',    '1','1','1068.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000824.0','1022171.0','26',    '25','19','45308.99',    '25','19','44706.98',    '16','2','602.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089088.0','1047738.0','2',    '2','2','29213.36',    '2','2','22256.42',    '1','1','6956.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000825.0','1022171.0','13',    '13','8','5474.52',    '13','8','5474.52',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089089.0','1047738.0','8',    '8','6','15468.87',    '8','6','14688.9',    '5','3','779.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000826.0','1022171.0','3',    '3','3','2193.25',    '3','1','1416.0',    '3','2','777.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089090.0','1047738.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000827.0','1022171.0','6',    '5','4','15381.61',    '4','4','14711.63',    '4','1','669.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089091.0','1047738.0','10',    '9','1','974.0',    '8','1','974.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000828.0','1022171.0','8',    '8','7','8948.46',    '7','7','8948.46',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089092.0','1047738.0','3',    '3','2','19352.48',    '2','2','18232.33',    '3','2','1120.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000829.0','1022171.0','265',    '252','188','584894.39',    '243','168','540502.91',    '199','73','44391.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089093.0','1047738.0','2',    '2','1','360.38',    '2','1','360.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000830.0','1022171.0','22',    '22','18','50535.86',    '22','18','49971.52',    '20','2','564.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089094.0','1047738.0','14',    '11','11','30464.9',    '11','11','29710.42',    '9','2','754.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000831.0','1022171.0','21',    '20','7','8444.72',    '16','6','6793.89',    '17','2','1650.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089095.0','1047738.0','5',    '4','1','6913.89',    '4','1','6817.17',    '3','1','96.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000832.0','1022171.0','2',    '2','2','2057.9',    '2','2','2057.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089096.0','1047738.0','3',    '3','2','2034.46',    '3','2','2034.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000833.0','1022171.0','32',    '32','26','55689.59',    '32','26','44748.39',    '24','7','10941.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089097.0','1047738.0','26',    '23','18','34710.56',    '21','17','33141.6',    '14','5','1568.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000834.0','1022171.0','277',    '272','221','540083.38',    '264','217','520699.91',    '215','53','19383.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089098.0','1047738.0','2',    '2','1','1718.85',    '2','1','1718.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000835.0','1022171.0','21',    '21','6','22457.16',    '19','6','22171.62',    '20','1','285.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089099.0','1047738.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000836.0','1022171.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089100.0','1047738.0','7',    '6','6','33582.36',    '6','6','32639.29',    '5','2','943.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000837.0','1022171.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089101.0','1047738.0','19',    '16','7','94326.63',    '16','7','72627.37',    '10','4','21699.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000838.0','1022171.0','1',    '1','1','1340.07',    '1','1','1340.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089102.0','1047738.0','49',    '45','33','111665.24',    '42','31','106056.63',    '29','9','5608.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000839.0','1022171.0','16',    '11','7','19838.26',    '11','7','19838.26',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089103.0','1047738.0','640',    '585','175','1066510.38',    '548','146','738696.07',    '371','115','327814.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000840.0','1022171.0','8',    '7','7','23517.25',    '7','7','23217.64',    '5','1','299.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089104.0','1047738.0','170',    '165','27','63849.85',    '163','26','53301.85',    '78','6','10548.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000841.0','1022171.0','1',    '1','1','986.05',    '1','1','986.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089105.0','1047738.0','10',    '8','7','30210.15',    '7','6','22133.74',    '6','3','8076.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000842.0','1022171.0','6',    '4','4','27879.76',    '4','4','20956.91',    '2','1','6922.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089106.0','1047738.0','6',    '3','3','24046.9',    '3','3','20600.14',    '3','2','3446.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000843.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089107.0','1047738.0','13',    '11','10','15984.06',    '10','10','15125.51',    '9','2','858.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000844.0','1022171.0','67',    '57','44','133768.16',    '55','43','104343.17',    '41','13','29424.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089108.0','1047738.0','1',    '1','1','1121.49',    '1','1','1121.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000845.0','1022171.0','2',    '2','2','1598.2',    '2','2','1598.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089109.0','1047738.0','11',    '11','6','8649.23',    '11','6','8589.24',    '8','1','59.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000846.0','1022171.0','143',    '136','69','162479.89',    '126','48','113260.66',    '115','41','49219.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089110.0','1047738.0','3',    '3','2','11910.97',    '3','2','11910.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000847.0','1022171.0','26',    '23','15','49375.35',    '21','15','47505.04',    '19','4','1870.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089111.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000848.0','1022171.0','17',    '17','14','42049.52',    '17','14','36545.83',    '11','4','5503.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089112.0','1047738.0','27',    '25','18','46667.83',    '23','17','43773.73',    '18','5','2894.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000849.0','1022171.0','26',    '24','13','49771.84',    '24','12','18007.37',    '19','11','31764.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089113.0','1047738.0','7',    '7','3','1713.41',    '5','3','1713.41',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000850.0','1022171.0','1226',    '1028','321','1078110.51',    '942','269','781010.72',    '704','173','297099.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089114.0','1047738.0','20',    '20','4','11206.47',    '20','3','10045.26',    '10','1','1161.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000851.0','1022171.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089115.0','1047738.0','1',    '1','1','1428.56',    '1','1','1428.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000852.0','1022171.0','16',    '15','10','33634.76',    '15','10','33105.26',    '12','1','529.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089116.0','1047738.0','9',    '8','5','4667.81',    '8','5','4347.83',    '8','2','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000853.0','1022171.0','132',    '125','72','151223.25',    '113','57','127594.79',    '106','36','23628.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089117.0','1047738.0','7',    '7','3','8188.48',    '7','3','8035.82',    '6','2','152.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000854.0','1022171.0','15',    '14','11','26200.69',    '13','10','24437.79',    '10','5','1762.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089118.0','1047738.0','11',    '11','4','24167.05',    '11','4','24167.05',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000855.0','1022171.0','12',    '12','8','82654.06',    '11','8','55347.6',    '8','4','27306.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089119.0','1047738.0','103',    '100','51','128133.6',    '93','41','107150.1',    '81','24','20983.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000856.0','1022171.0','5',    '5','4','4139.38',    '4','3','3006.79',    '4','3','1132.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089120.0','1047738.0','4',    '3','3','13517.49',    '3','3','11165.84',    '2','1','2351.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000857.0','1022171.0','6',    '6','5','37079.98',    '6','5','37079.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089121.0','1047738.0','11',    '10','7','31178.21',    '8','7','30918.22',    '7','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000858.0','1022171.0','6',    '6','3','4522.93',    '6','3','4262.94',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089122.0','1047738.0','24',    '22','21','101842.6',    '22','21','101056.77',    '10','2','785.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000859.0','1022171.0','1',    '1','1','2064.57',    '1','1','2064.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089123.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000860.0','1022171.0','5',    '3','2','5215.67',    '3','2','4703.42',    '2','2','512.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089124.0','1047738.0','65',    '65','38','45259.87',    '65','29','35327.88',    '54','17','9931.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000861.0','1022171.0','11',    '9','8','12443.34',    '9','8','12443.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089125.0','1047738.0','1',    '1','1','1736.6',    '1','1','1736.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000862.0','1022171.0','2',    '2','2','2952.79',    '2','2','2952.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089126.0','1047738.0','121',    '115','105','311602.03',    '113','100','293027.57',    '78','23','18574.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000863.0','1022171.0','3',    '3','2','8870.61',    '3','2','8870.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089127.0','1047738.0','1',    '1','1','1630.0',    '1','1','1630.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000864.0','1022171.0','9',    '8','6','31732.56',    '8','5','28165.45',    '5','4','3567.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089128.0','1047738.0','11',    '11','8','22303.48',    '11','7','19741.34',    '7','2','2562.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000865.0','1022171.0','5',    '5','3','6763.3',    '2','2','5174.81',    '5','2','1588.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089129.0','1047738.0','7',    '7','7','25394.65',    '7','7','19890.87',    '4','1','5503.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000866.0','1022171.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089130.0','1047738.0','5',    '3','3','9484.59',    '3','3','8014.99',    '3','2','1469.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000867.0','1022171.0','4',    '4','2','1408.59',    '4','2','1408.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089131.0','1047738.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000868.0','1022171.0','11',    '10','8','46760.25',    '9','8','43261.64',    '8','3','3498.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089132.0','1047738.0','7',    '7','2','1659.72',    '7','2','1583.2',    '4','1','76.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2000869.0','1022171.0','378',    '358','181','327957.6',    '330','137','263278.77',    '306','83','64678.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089133.0','1047738.0','1',    '1','1','1379.45',    '1','1','1379.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000870.0','1022171.0','43',    '36','28','203308.29',    '35','25','176078.42',    '33','10','27229.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089134.0','1047738.0','4',    '4','2','1878.98',    '3','2','1878.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000871.0','1022171.0','15',    '10','9','34616.43',    '9','7','32458.94',    '8','2','2157.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089135.0','1047738.0','19',    '18','12','46509.89',    '16','11','34191.94',    '14','6','12317.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000872.0','1022171.0','3',    '3','3','4266.25',    '3','3','4266.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089136.0','1047738.0','13',    '12','11','35478.68',    '12','11','34128.75',    '11','2','1349.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000873.0','1022171.0','3',    '1','1','887.31',    '1','1','887.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089137.0','1047738.0','5',    '4','3','3713.61',    '4','3','3453.62',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000874.0','1022171.0','2',    '2','2','7723.29',    '2','2','7723.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089138.0','1047738.0','6',    '6','6','36401.95',    '6','6','36401.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000875.0','1022171.0','17',    '17','7','18611.91',    '16','7','17898.24',    '10','1','713.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089139.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000876.0','1022171.0','59',    '56','35','94040.97',    '53','35','93720.99',    '40','1','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089140.0','1047738.0','106',    '104','74','143585.8',    '96','71','134595.74',    '78','15','8990.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000877.0','1022171.0','5',    '4','3','7551.04',    '4','3','7551.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089141.0','1047738.0','2',    '2','2','11158.36',    '2','2','11158.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000878.0','1022171.0','19',    '18','11','17723.86',    '18','9','15600.92',    '15','3','2122.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089142.0','1047738.0','352',    '311','97','493358.95',    '296','88','393545.34',    '187','51','99813.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000879.0','1022171.0','1',    '1','1','3500.0',    '1','0','0.0',    '1','1','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089143.0','1047738.0','19',    '18','2','4399.7',    '18','2','4399.7',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000880.0','1022171.0','1',    '1','1','719.56',    '1','1','719.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089144.0','1047738.0','37',    '36','19','59221.56',    '34','16','49119.17',    '31','7','10102.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000881.0','1022171.0','2',    '1','1','818.43',    '1','1','818.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089145.0','1047738.0','10',    '10','7','10852.04',    '10','7','10072.07',    '10','3','779.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000882.0','1022171.0','25',    '8','2','1750.0',    '1','0','0.0',    '8','2','1750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089146.0','1047738.0','43',    '37','28','51866.3',    '34','27','49122.01',    '28','7','2744.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000883.0','1022171.0','8',    '8','7','12431.45',    '8','7','12171.46',    '8','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089147.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2000884.0','1022171.0','27',    '26','7','50723.42',    '26','6','50123.29',    '12','2','600.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089148.0','1047738.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000885.0','1022171.0','5',    '5','2','6283.17',    '4','2','6283.17',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089149.0','1047738.0','37',    '36','32','73441.88',    '36','31','72221.95',    '26','6','1219.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000886.0','1022171.0','2',    '1','1','1493.51',    '1','1','1493.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089150.0','1047738.0','22',    '22','8','15503.49',    '22','8','15503.49',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000887.0','1022171.0','8',    '8','8','21466.87',    '8','8','20308.63',    '6','2','1158.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089151.0','1047738.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000888.0','1022171.0','1',    '1','1','900.0',    '1','0','0.0',    '1','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089152.0','1047738.0','20',    '20','16','33402.29',    '20','16','25939.93',    '12','5','7462.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000889.0','1022171.0','4',    '4','2','2726.99',    '4','2','2726.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089153.0','1047738.0','515',    '504','287','448812.73',    '476','225','371768.02',    '414','123','77044.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000890.0','1022054.0','30',    '29','23','150462.17',    '29','22','134254.52',    '22','9','16207.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089154.0','1047621.0','1',    '1','1','7638.03',    '1','1','7378.04',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000891.0','1022054.0','13',    '11','10','23765.46',    '11','10','23565.51',    '8','1','199.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089155.0','1047621.0','38',    '37','34','80468.54',    '37','34','76168.06',    '21','7','4300.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000892.0','1022054.0','4',    '3','2','4326.2',    '3','2','4326.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089156.0','1047621.0','151',    '143','82','164815.06',    '129','70','139189.24',    '118','26','25625.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000893.0','1022054.0','4',    '4','4','17161.75',    '4','4','16081.14',    '3','2','1080.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089157.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000894.0','1022054.0','3',    '2','2','8760.39',    '2','1','7563.46',    '2','1','1196.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089158.0','1047621.0','1',    '1','1','2144.74',    '1','1','1884.75',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000895.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089159.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000896.0','1022054.0','19',    '15','7','17923.62',    '15','6','16411.92',    '10','2','1511.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089160.0','1047621.0','1',    '1','1','290.4',    '1','1','290.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000897.0','1022054.0','2',    '2','1','1309.37',    '2','1','1309.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089161.0','1047621.0','4',    '4','3','6022.02',    '4','3','4963.03',    '2','1','1058.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000898.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089162.0','1047621.0','2',    '1','1','2162.72',    '1','1','2162.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000899.0','1022054.0','28',    '27','22','48199.12',    '27','21','46569.18',    '17','6','1629.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089163.0','1047621.0','10',    '9','6','14693.86',    '8','6','14693.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000900.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089164.0','1047621.0','1',    '1','1','2889.56',    '1','1','2889.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000901.0','1022054.0','7',    '4','4','22004.96',    '4','4','22004.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089165.0','1047621.0','4',    '3','2','3478.97',    '2','2','2934.0',    '3','1','544.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000902.0','1022054.0','12',    '12','10','19420.84',    '11','9','17681.97',    '11','4','1738.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089166.0','1047621.0','16',    '14','10','21905.05',    '14','10','21150.23',    '11','2','754.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000903.0','1022054.0','1',    '1','1','5673.91',    '1','1','4043.87',    '1','1','1630.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089167.0','1047621.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000904.0','1022054.0','5',    '4','4','2649.28',    '4','4','2649.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089168.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000905.0','1022054.0','1',    '1','1','529.5',    '0','0','0.0',    '1','1','529.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089169.0','1047621.0','2',    '2','2','11684.46',    '2','2','10365.48',    '2','1','1318.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000906.0','1022054.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089170.0','1047621.0','3',    '3','2','1632.5',    '3','2','1372.51',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000907.0','1022054.0','8',    '8','5','34557.75',    '7','4','34264.06',    '6','2','293.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089171.0','1047621.0','9',    '8','2','2818.29',    '8','1','2670.3',    '3','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000908.0','1022054.0','184',    '179','122','258145.74',    '166','109','221786.26',    '142','40','36359.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089172.0','1047621.0','33',    '32','21','63678.9',    '30','18','59648.58',    '27','9','4030.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000909.0','1022054.0','28',    '27','19','73120.97',    '26','17','67126.05',    '23','6','5994.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089173.0','1047621.0','64',    '62','48','187354.06',    '61','46','184676.49',    '37','6','2677.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2000910.0','1022054.0','12',    '12','9','44635.97',    '12','9','40259.75',    '9','1','4376.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089174.0','1047621.0','1',    '1','1','1180.0',    '1','1','1180.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000911.0','1022054.0','15',    '13','11','16886.04',    '13','11','15507.07',    '5','1','1378.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089175.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000912.0','1022054.0','7',    '7','6','15435.54',    '6','6','15178.66',    '5','1','256.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089176.0','1047621.0','2',    '2','2','2344.22',    '2','2','2344.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000913.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089177.0','1047621.0','20',    '16','14','31587.04',    '16','13','29282.06',    '15','3','2304.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000914.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089178.0','1047621.0','70',    '65','42','126795.22',    '58','39','96550.94',    '52','18','30244.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000915.0','1022054.0','7',    '7','5','7976.13',    '6','5','7976.13',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089179.0','1047621.0','9',    '8','4','8100.29',    '8','4','8100.29',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000916.0','1022054.0','7',    '7','7','9330.57',    '7','7','9070.58',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089180.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000917.0','1022054.0','16',    '15','4','7156.42',    '15','3','6186.03',    '9','1','970.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089181.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000918.0','1022054.0','4',    '4','2','15095.33',    '3','2','14835.34',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089182.0','1047621.0','29',    '26','20','37290.81',    '24','19','36143.56',    '21','2','1147.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000919.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089183.0','1047621.0','14',    '14','9','68545.4',    '14','8','64719.3',    '8','4','3826.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000920.0','1022054.0','21',    '18','13','33478.72',    '17','13','32464.25',    '15','3','1014.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089184.0','1047621.0','1',    '1','1','4809.18',    '1','1','1400.0',    '1','1','3409.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000921.0','1022054.0','16',    '12','9','12007.24',    '12','7','8475.61',    '8','3','3531.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089185.0','1047621.0','2',    '2','1','3529.22',    '2','1','3281.97',    '1','1','247.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000922.0','1022054.0','9',    '6','5','18804.66',    '5','5','18544.67',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089186.0','1047621.0','13',    '9','7','15705.18',    '9','7','12860.93',    '5','2','2844.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000923.0','1022054.0','16',    '14','7','25162.59',    '14','7','25162.59',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089187.0','1047621.0','113',    '109','86','266521.94',    '106','79','216785.65',    '77','28','49736.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000924.0','1022054.0','4',    '4','2','6784.89',    '4','2','6195.4',    '3','1','589.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089188.0','1047621.0','8',    '8','6','23331.21',    '8','6','21494.5',    '5','1','1836.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000925.0','1022054.0','22',    '21','17','38996.89',    '21','16','36902.58',    '15','2','2094.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089189.0','1047621.0','2',    '2','1','594.42',    '2','1','594.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000926.0','1022054.0','32',    '32','27','84173.76',    '32','27','79727.59',    '22','3','4446.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089190.0','1047621.0','59',    '56','40','72410.25',    '54','34','59836.66',    '49','16','12573.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000927.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089191.0','1047621.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000928.0','1022054.0','1',    '1','1','15237.15',    '1','1','15237.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089192.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000929.0','1022054.0','13',    '9','1','2652.5',    '9','1','2467.5',    '4','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089193.0','1047621.0','2',    '2','2','8653.09',    '2','2','8653.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000930.0','1022054.0','3',    '2','2','8904.97',    '2','2','8644.98',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089194.0','1047621.0','2',    '2','2','1302.88',    '2','2','1302.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000931.0','1022054.0','10',    '7','2','10944.01',    '4','2','2800.0',    '6','2','8144.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089195.0','1047621.0','30',    '29','19','37668.96',    '25','19','37421.71',    '22','1','247.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000932.0','1022054.0','3',    '3','3','7377.41',    '3','3','7117.42',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089196.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000933.0','1022054.0','5',    '4','1','2923.04',    '4','1','2058.0',    '4','1','865.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089197.0','1047621.0','17',    '16','10','19976.9',    '14','8','18365.54',    '16','4','1611.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000934.0','1022054.0','173',    '147','48','162372.22',    '130','40','78829.97',    '101','34','83542.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089198.0','1047621.0','1',    '1','1','15599.71',    '1','1','15599.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000935.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089199.0','1047621.0','2',    '2','1','27557.16',    '2','1','27557.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000936.0','1022054.0','32',    '29','22','168515.1',    '28','22','167740.92',    '19','2','774.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089200.0','1047621.0','8',    '7','5','6304.56',    '6','5','6304.56',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000663.0','1022054.0','9',    '8','5','9860.91',    '8','5','8714.97',    '3','2','1145.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088927.0','1047621.0','13',    '13','11','26776.36',    '11','11','26679.64',    '7','1','96.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000937.0','1022054.0','1',    '1','1','776.75',    '1','0','0.0',    '1','1','776.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089201.0','1047621.0','3',    '3','2','9016.77',    '3','2','8696.79',    '2','1','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000938.0','1022054.0','4',    '3','3','3011.52',    '3','3','2751.53',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089202.0','1047621.0','46',    '44','30','78749.47',    '41','26','76412.02',    '31','8','2337.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000939.0','1022054.0','96',    '90','72','367115.7',    '88','63','271469.73',    '63','32','95645.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089203.0','1047621.0','36',    '32','3','2776.53',    '31','3','2776.53',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000940.0','1022054.0','86',    '78','53','128060.36',    '72','50','121918.42',    '56','10','6141.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089204.0','1047621.0','5',    '5','1','2994.19',    '5','1','2846.2',    '2','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000941.0','1022054.0','5',    '4','4','15277.15',    '4','4','13382.25',    '4','2','1894.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089205.0','1047621.0','102',    '100','81','156778.64',    '96','80','151365.0',    '72','11','5413.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000942.0','1022054.0','13',    '13','10','27738.99',    '12','10','27479.0',    '10','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089206.0','1047621.0','1',    '1','1','268.66',    '1','1','268.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000943.0','1022054.0','19',    '17','14','18003.5',    '17','12','16850.43',    '14','4','1153.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089207.0','1047621.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000944.0','1022054.0','22',    '22','5','7510.13',    '21','5','7280.25',    '10','1','229.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089208.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000945.0','1022054.0','2',    '2','1','570.36',    '2','1','570.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089209.0','1047621.0','3',    '3','2','4176.17',    '3','2','3916.18',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000946.0','1022054.0','1',    '1','1','2403.59',    '1','1','2403.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089210.0','1047621.0','51',    '48','35','188302.18',    '47','35','178045.87',    '36','8','10256.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000947.0','1022054.0','239',    '235','160','504348.51',    '232','153','466396.77',    '187','46','37951.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089211.0','1047621.0','2',    '2','1','300.63',    '2','0','0.0',    '2','1','300.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000948.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089212.0','1047621.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000949.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089213.0','1047621.0','27',    '27','1','194.5',    '27','1','194.5',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000950.0','1022054.0','2',    '2','2','15000.0',    '0','0','0.0',    '2','2','15000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089214.0','1047621.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000951.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089215.0','1047621.0','1420',    '1365','589','1251037.3',    '1310','402','952869.26',    '891','348','298168.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000952.0','1022054.0','25',    '22','10','26264.48',    '20','6','22060.01',    '12','6','4204.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089216.0','1047621.0','2',    '2','2','5093.54',    '2','2','4663.56',    '1','1','429.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000953.0','1022054.0','28',    '25','8','25956.95',    '24','6','21654.98',    '10','4','4301.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089217.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000954.0','1022054.0','373',    '333','201','310114.21',    '311','158','237651.04',    '166','98','72463.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089218.0','1047621.0','1',    '1','1','229.99',    '1','0','0.0',    '1','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000955.0','1022054.0','280',    '250','96','185958.85',    '235','77','156967.98',    '108','40','28990.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089219.0','1047621.0','3',    '3','1','4716.07',    '2','1','4716.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000956.0','1022054.0','15',    '11','5','2556.45',    '10','2','1818.04',    '5','3','738.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089220.0','1047621.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000957.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089221.0','1047621.0','26',    '25','8','21499.34',    '24','8','21499.34',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000958.0','1022054.0','26',    '22','3','3538.66',    '20','1','1296.0',    '8','3','2242.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089222.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000959.0','1022054.0','4',    '3','1','4103.01',    '2','1','4103.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089223.0','1047621.0','10',    '10','3','9699.94',    '9','3','9699.94',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000960.0','1022054.0','2',    '1','1','2123.6',    '1','0','0.0',    '1','1','2123.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089224.0','1047621.0','1951',    '1785','1231','2680485.83',    '1759','1121','2328984.02',    '710','466','351501.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000961.0','1022054.0','11',    '10','5','19434.09',    '10','5','18877.23',    '4','1','556.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089225.0','1047621.0','3',    '1','1','645.0',    '0','0','0.0',    '1','1','645.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000962.0','1022054.0','36',    '33','8','18722.1',    '30','5','12776.97',    '9','3','5945.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089226.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2000963.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089227.0','1047621.0','14',    '14','6','9692.12',    '14','2','5865.16',    '7','4','3826.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000964.0','1022054.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089228.0','1047621.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000965.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089229.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000966.0','1022054.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089230.0','1047621.0','15',    '13','3','3615.76',    '13','2','2546.42',    '5','1','1069.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000967.0','1022054.0','30',    '27','10','13558.1',    '25','10','13425.97',    '7','1','132.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089231.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000968.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089232.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000969.0','1022054.0','46',    '42','11','27431.03',    '41','9','23833.93',    '21','6','3597.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089233.0','1047621.0','1',    '1','1','132.13',    '1','0','0.0',    '1','1','132.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000970.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089234.0','1047621.0','3',    '3','2','5223.59',    '3','2','5223.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000971.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089235.0','1047621.0','1',    '1','1','2484.42',    '1','1','2484.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000972.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089236.0','1047621.0','1',    '1','1','1296.0',    '1','1','1296.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000973.0','1022054.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089237.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000974.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089238.0','1047621.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000975.0','1022054.0','1',    '1','1','1122.99',    '1','1','1122.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089239.0','1047621.0','4',    '3','2','1416.98',    '1','0','0.0',    '3','2','1416.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000976.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089240.0','1047621.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000977.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089241.0','1047621.0','69',    '63','28','57511.94',    '57','17','33291.66',    '44','22','24220.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000978.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089242.0','1047621.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000979.0','1022054.0','128',    '117','45','90169.09',    '109','24','69270.67',    '61','27','20898.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089243.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2000980.0','1022054.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089244.0','1047621.0','5',    '3','1','2221.0',    '2','1','1692.0',    '3','1','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000981.0','1022054.0','85',    '74','36','219700.53',    '68','31','210317.25',    '34','9','9383.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089245.0','1047621.0','23',    '19','10','28686.61',    '17','5','24417.66',    '13','7','4268.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000982.0','1022054.0','67',    '62','26','127843.32',    '56','20','117989.95',    '30','9','9853.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089246.0','1047621.0','7',    '6','1','278.43',    '5','0','0.0',    '3','1','278.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000983.0','1022054.0','1',    '1','1','50.0',    '1','0','0.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089247.0','1047621.0','1',    '1','1','1183.08',    '1','1','1183.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000984.0','1022054.0','2',    '2','2','4775.72',    '2','2','4775.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089248.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000985.0','1022054.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089249.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000986.0','1022054.0','1',    '1','1','1459.94',    '1','1','1459.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089250.0','1047621.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000987.0','1022054.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089251.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000988.0','1022054.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089252.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000989.0','1022054.0','6',    '6','4','14270.1',    '6','3','14040.11',    '1','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089253.0','1047621.0','4',    '3','2','2759.61',    '3','2','2627.48',    '1','1','132.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000990.0','1022054.0','4',    '4','1','5896.14',    '4','1','5896.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089254.0','1047621.0','12',    '9','4','21145.7',    '8','4','20898.57',    '3','1','247.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000991.0','1022054.0','3',    '3','1','1289.95',    '3','1','1289.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089255.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000992.0','1022054.0','1841',    '1679','1130','3060676.03',    '1600','910','2378385.53',    '1053','617','682290.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089256.0','1047621.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2000993.0','1022054.0','4',    '3','1','1721.6',    '3','1','1721.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089257.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000994.0','1022054.0','59',    '52','18','51283.31',    '47','18','47634.09',    '20','3','3649.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089258.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000995.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089259.0','1047621.0','1',    '1','1','4639.0',    '0','0','0.0',    '1','1','4639.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000996.0','1022054.0','20',    '19','7','21160.68',    '18','7','20930.69',    '5','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089260.0','1047621.0','177',    '164','101','269531.88',    '157','80','221537.2',    '112','60','47994.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000997.0','1022054.0','811',    '775','454','1078043.9',    '745','362','903438.61',    '539','251','174605.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089261.0','1047621.0','1',    '1','1','168.3',    '1','1','168.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000998.0','1022054.0','521',    '462','272','562856.89',    '445','239','492528.89',    '194','100','70328.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089262.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000999.0','1022054.0','704',    '652','433','856499.62',    '646','408','762193.07',    '182','125','94306.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089263.0','1047621.0','2',    '2','2','2783.77',    '2','2','2783.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001000.0','1022054.0','512',    '482','228','472355.91',    '471','198','409218.38',    '226','86','63137.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089264.0','1047621.0','14',    '13','4','7866.98',    '13','4','7866.98',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001001.0','1022054.0','664',    '605','327','450930.44',    '583','284','391266.41',    '207','101','59664.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089265.0','1047621.0','535',    '491','297','653893.47',    '459','234','550235.74',    '261','143','103657.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001002.0','1022054.0','1',    '1','1','2752.97',    '1','1','1464.98',    '1','1','1287.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089266.0','1047621.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001003.0','1022054.0','3',    '3','1','3713.7',    '3','1','3713.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089267.0','1047621.0','18',    '18','4','3549.07',    '18','4','3549.07',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001004.0','1022054.0','6',    '6','3','4966.96',    '5','2','4410.1',    '3','1','556.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089268.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001005.0','1022054.0','73',    '67','30','62436.9',    '62','21','48534.64',    '29','14','13902.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089269.0','1047621.0','1285',    '1261','769','1745811.63',    '1261','685','1647452.69',    '400','287','98358.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001006.0','1022054.0','62',    '56','14','24686.48',    '54','12','21517.14',    '24','3','3169.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089270.0','1047621.0','219',    '198','63','140208.35',    '186','53','119929.02',    '83','24','20279.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001007.0','1022054.0','349',    '318','165','270787.67',    '314','145','237989.15',    '100','46','32798.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089271.0','1047621.0','11',    '11','2','948.17',    '9','1','397.12',    '7','1','551.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001008.0','1022054.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089272.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001009.0','1022054.0','10',    '10','2','1880.39',    '9','1','822.39',    '2','1','1058.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089273.0','1047621.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001010.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089274.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001011.0','1022054.0','3',    '2','1','632.77',    '2','0','0.0',    '2','1','632.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089275.0','1047621.0','2',    '1','1','2256.0',    '1','1','2256.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001012.0','1022054.0','3',    '1','1','4639.0',    '0','0','0.0',    '1','1','4639.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089276.0','1047621.0','1',    '1','1','434.86',    '1','1','434.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001013.0','1022054.0','71',    '66','21','44810.34',    '65','16','39164.13',    '49','12','5646.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089277.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001014.0','1022054.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089278.0','1047621.0','7',    '7','2','2991.91',    '6','2','2761.92',    '5','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001015.0','1022054.0','325',    '289','133','301187.01',    '285','112','266153.56',    '113','50','35033.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089279.0','1047621.0','14',    '13','6','30778.04',    '12','5','26516.6',    '6','3','4261.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001016.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089280.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001017.0','1022054.0','18',    '15','8','6594.11',    '15','5','5674.15',    '6','4','919.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089281.0','1047621.0','3',    '2','1','885.56',    '2','1','885.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001018.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089282.0','1047621.0','11',    '8','2','8170.09',    '6','1','6832.37',    '4','2','1337.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001019.0','1022054.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089283.0','1047621.0','2134',    '1960','1275','2806108.42',    '1839','946','2033167.54',    '1218','742','772940.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001020.0','1022054.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089284.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001021.0','1022054.0','1',    '1','1','2620.3',    '1','0','0.0',    '1','1','2620.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089285.0','1047621.0','7',    '7','1','529.0',    '6','0','0.0',    '5','1','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001022.0','1022054.0','1524',    '1326','843','1663555.05',    '1280','677','1355389.68',    '621','401','308165.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089286.0','1047621.0','1',    '1','1','6207.88',    '1','1','2256.0',    '1','1','3951.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001023.0','1022054.0','46',    '42','18','33202.99',    '39','14','30509.72',    '16','5','2693.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089287.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001024.0','1022054.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089288.0','1047621.0','122',    '109','55','71893.99',    '105','45','64732.48',    '35','13','7161.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001025.0','1022054.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089289.0','1047621.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001026.0','1022054.0','1',    '1','1','977.02',    '1','1','712.52',    '1','1','264.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089290.0','1047621.0','69',    '63','18','24797.91',    '63','9','19494.99',    '46','12','5302.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001027.0','1022054.0','45',    '41','31','74883.82',    '40','25','65865.42',    '17','15','9018.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089291.0','1047621.0','14',    '13','6','8369.49',    '13','4','7644.51',    '3','3','724.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001028.0','1022054.0','1667',    '1511','879','1586490.61',    '1500','799','1420033.11',    '409','280','166457.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089292.0','1047621.0','3',    '2','1','809.9',    '2','1','809.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001029.0','1022054.0','51',    '44','11','50750.29',    '44','10','49942.86',    '16','2','807.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089293.0','1047621.0','1',    '1','1','1139.56',    '1','1','610.56',    '1','1','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001030.0','1022054.0','1',    '1','1','229.99',    '1','0','0.0',    '1','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089294.0','1047621.0','122',    '117','55','77657.45',    '114','31','54540.01',    '75','34','23117.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001031.0','1022054.0','136',    '122','40','38963.36',    '99','7','18015.78',    '104','36','20947.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089295.0','1047621.0','1',    '1','1','1296.0',    '1','1','1296.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001032.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089296.0','1047621.0','7833',    '7524','5210','11431865.32',    '7330','3746','8603698.4',    '5574','3451','2828166.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001033.0','1022054.0','245',    '236','92','199073.16',    '219','51','148083.8',    '167','59','50989.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089297.0','1047621.0','1',    '1','1','5508.64',    '1','1','1296.0',    '1','1','4212.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001034.0','1022054.0','1',    '1','1','4639.0',    '0','0','0.0',    '1','1','4639.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089298.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001035.0','1022054.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089299.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001036.0','1022054.0','1',    '1','1','1642.72',    '1','0','0.0',    '1','1','1642.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089300.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001037.0','1022054.0','3',    '2','1','714.01',    '2','1','714.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089301.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001038.0','1022054.0','39',    '30','16','17779.43',    '26','6','12457.71',    '20','13','5321.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089302.0','1047621.0','14',    '12','4','3171.35',    '11','2','2018.74',    '6','2','1152.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001039.0','1022054.0','915',    '870','441','1023356.67',    '848','376','896760.91',    '408','164','126595.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089303.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001040.0','1022054.0','690',    '606','330','650165.2',    '573','284','550190.95',    '263','128','99974.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089304.0','1047621.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001041.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089305.0','1047621.0','1803',    '1744','936','1985246.15',    '1692','677','1634528.05',    '1265','575','350718.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001042.0','1022054.0','59',    '54','29','74009.06',    '52','25','61924.21',    '29','13','12084.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089306.0','1047621.0','63',    '63','33','38722.39',    '63','18','24568.11',    '43','21','14154.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001043.0','1022054.0','6',    '5','2','2126.61',    '5','2','2126.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089307.0','1047621.0','57',    '56','26','30582.79',    '54','18','24730.46',    '24','10','5852.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001044.0','1022054.0','87',    '83','26','49477.01',    '79','25','47280.51',    '35','4','2196.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089308.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001045.0','1022054.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089309.0','1047621.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001046.0','1022054.0','5831',    '5501','4029','8814691.7',    '5406','3314','7060974.66',    '3563','2382','1753717.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089310.0','1047621.0','4134',    '3955','2595','5485231.61',    '3861','1990','4348225.6',    '2856','1553','1137006.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001047.0','1022054.0','1461',    '1210','891','3344512.8',    '1149','701','3126603.63',    '475','334','217909.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089311.0','1047621.0','6035',    '5795','3898','8292844.42',    '5674','2920','6363215.36',    '4104','2438','1929629.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001048.0','1022054.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089312.0','1047621.0','10',    '9','2','3944.68',    '9','2','3944.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001049.0','1022054.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089313.0','1047621.0','33',    '30','12','19517.32',    '29','10','18107.9',    '14','5','1409.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001050.0','1022054.0','128',    '115','51','94828.69',    '113','36','61632.38',    '63','29','33196.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089314.0','1047621.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001051.0','1022090.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089315.0','1047657.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001052.0','1022090.0','3488',    '3347','2220','4868502.92',    '3271','1804','3896769.45',    '2110','1220','971733.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089316.0','1047657.0','1',    '1','1','414.08',    '1','1','414.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001053.0','1022090.0','661',    '620','271','562589.71',    '593','175','458197.75',    '453','174','104391.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089317.0','1047657.0','1459',    '1378','831','1967785.69',    '1337','631','1450523.86',    '937','522','517261.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001054.0','1022090.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089318.0','1047657.0','3',    '3','3','16173.79',    '3','3','16173.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001055.0','1022090.0','101',    '81','49','74299.9',    '79','42','62416.83',    '30','18','11883.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089319.0','1047657.0','107',    '101','45','56039.98',    '92','27','43080.36',    '63','26','12959.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001056.0','1022090.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089320.0','1047657.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001057.0','1022090.0','17',    '15','6','6643.64',    '14','5','4710.03',    '3','2','1933.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089321.0','1047657.0','1',    '1','1','8366.7',    '1','1','8366.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001058.0','1022090.0','232',    '216','104','147481.85',    '192','53','120968.29',    '101','56','26513.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089322.0','1047657.0','682',    '649','353','891404.7',    '636','294','752686.49',    '339','160','138718.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001059.0','1022090.0','432',    '413','257','532442.13',    '401','185','409855.39',    '314','162','122586.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089323.0','1047657.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001060.0','1022090.0','1460',    '1339','850','1635214.88',    '1329','792','1496727.51',    '391','246','138487.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089324.0','1047657.0','803',    '777','431','880583.01',    '746','255','627196.97',    '539','288','253386.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001061.0','1022090.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089325.0','1047657.0','3',    '3','1','529.0',    '3','0','0.0',    '1','1','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001062.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089326.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001063.0','1022044.0','84',    '80','59','93802.19',    '80','56','80942.79',    '25','18','12859.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089327.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001064.0','1022044.0','15',    '9','0','0.0',    '9','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089328.0','1047611.0','5',    '5','2','11589.11',    '5','2','11589.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001065.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089329.0','1047611.0','1325',    '1236','841','1549339.87',    '1216','777','1366203.14',    '452','259','183136.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001066.0','1022044.0','1855',    '1789','1046','2514438.59',    '1752','764','2033088.44',    '1323','677','481350.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089330.0','1047611.0','21',    '15','6','9736.71',    '15','5','9632.94',    '6','1','103.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001067.0','1022044.0','9',    '8','4','9000.1',    '8','4','9000.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089331.0','1047611.0','2',    '2','2','7459.8',    '2','2','6999.82',    '2','2','459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001068.0','1022044.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089332.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001069.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089333.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001070.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089334.0','1047611.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001071.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089335.0','1047611.0','6',    '6','3','1903.25',    '6','2','1775.3',    '2','1','127.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001072.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089336.0','1047611.0','3',    '2','1','579.99',    '2','0','0.0',    '1','1','579.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001073.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089337.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001074.0','1022044.0','1',    '1','1','5134.83',    '1','1','5134.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089338.0','1047611.0','1',    '1','1','1138.68',    '1','1','874.18',    '1','1','264.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001075.0','1022044.0','438',    '419','228','438191.56',    '402','161','339405.5',    '317','151','98786.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089339.0','1047611.0','3942',    '3798','2516','5617107.32',    '3696','1921','4471794.86',    '2827','1612','1145312.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001076.0','1022044.0','4564',    '4419','2225','4658763.11',    '4284','1576','3651362.77',    '3091','1334','1007400.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089340.0','1047611.0','69',    '63','29','77052.53',    '63','19','71239.54',    '33','13','5812.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001077.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089341.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001078.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089342.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001079.0','1022044.0','322',    '305','185','357834.11',    '296','141','297018.71',    '214','106','60815.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089343.0','1047611.0','91',    '89','47','84691.84',    '88','45','80348.4',    '30','5','4343.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001080.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089344.0','1047611.0','3',    '2','1','1172.67',    '2','1','900.78',    '1','1','271.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001081.0','1022044.0','1',    '1','1','2069.57',    '1','1','2069.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089345.0','1047611.0','5',    '3','1','3571.64',    '2','1','2018.16',    '2','1','1553.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001082.0','1022044.0','1014',    '905','542','1249105.42',    '863','433','1008997.17',    '487','280','240108.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089346.0','1047611.0','4391',    '4115','2285','4736402.97',    '3996','1762','3798064.43',    '2131','1159','938338.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001083.0','1022044.0','2',    '2','1','278.43',    '2','0','0.0',    '1','1','278.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089347.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001084.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089348.0','1047611.0','673',    '612','375','1027897.01',    '597','299','818636.09',    '351','211','209260.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001085.0','1022044.0','11',    '10','3','3316.42',    '9','2','3051.92',    '5','1','264.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089349.0','1047611.0','515',    '487','304','625146.44',    '474','229','427726.53',    '357','211','197419.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001086.0','1022044.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089350.0','1047611.0','161',    '155','66','130920.42',    '151','53','111974.4',    '97','34','18946.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001087.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089351.0','1047611.0','10',    '9','6','11526.36',    '9','6','8806.59',    '8','3','2719.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001088.0','1022044.0','13',    '7','1','650.0',    '4','1','650.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089352.0','1047611.0','12',    '10','5','4973.58',    '10','3','3263.14',    '6','4','1710.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001089.0','1022044.0','2',    '2','2','1112.11',    '2','2','1112.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089353.0','1047611.0','276',    '248','97','133192.12',    '212','76','104238.39',    '150','38','28953.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001090.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089354.0','1047611.0','253',    '230','95','189013.04',    '219','79','173314.63',    '111','27','15698.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001091.0','1022044.0','24',    '23','13','22554.26',    '22','12','20533.3',    '6','1','2020.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089355.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001092.0','1022044.0','452',    '427','230','386802.29',    '401','128','328539.98',    '212','130','58262.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089356.0','1047611.0','750',    '705','459','931819.91',    '691','367','725027.7',    '512','289','206792.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001093.0','1022044.0','1',    '1','1','645.0',    '1','0','0.0',    '1','1','645.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089357.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001094.0','1022044.0','14',    '13','4','4528.33',    '13','2','3751.2',    '7','2','777.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089358.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001095.0','1022044.0','26',    '22','2','795.59',    '21','0','0.0',    '11','2','795.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089359.0','1047611.0','4',    '4','2','1491.73',    '3','0','0.0',    '3','2','1491.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001096.0','1022044.0','2',    '2','1','807.72',    '1','1','807.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089360.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001097.0','1022044.0','37',    '34','25','60791.83',    '32','22','51808.22',    '11','8','8983.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089361.0','1047611.0','14',    '10','6','8849.25',    '10','5','8320.25',    '3','2','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001098.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089362.0','1047611.0','3543',    '3422','1848','3725912.33',    '3335','1373','3004488.21',    '2254','1028','721424.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001099.0','1022044.0','3',    '2','2','4258.92',    '2','1','3494.02',    '1','1','764.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089363.0','1047611.0','1',    '1','1','4048.32',    '1','1','2256.0',    '1','1','1792.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001100.0','1022044.0','1',    '1','1','4314.99',    '1','1','4314.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089364.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001101.0','1022044.0','1',    '1','1','529.0',    '0','0','0.0',    '1','1','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089365.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001102.0','1022044.0','148',    '131','64','84576.34',    '121','45','63910.84',    '66','32','20665.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089366.0','1047611.0','9',    '6','1','2467.97',    '5','0','0.0',    '6','1','2467.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001103.0','1022044.0','1',    '1','1','394.5',    '1','0','0.0',    '1','1','394.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089367.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001104.0','1022044.0','692',    '653','280','455177.7',    '637','206','365358.66',    '464','143','89819.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089368.0','1047611.0','364',    '342','242','439934.74',    '335','212','408729.93',    '113','79','31204.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001105.0','1022044.0','10',    '7','2','13398.07',    '7','2','13398.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089369.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001106.0','1022044.0','2',    '2','2','1661.61',    '2','0','0.0',    '2','2','1661.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089370.0','1047611.0','14',    '13','7','5061.32',    '12','3','3768.34',    '5','4','1292.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001107.0','1022044.0','5141',    '5017','2525','5839039.06',    '4910','1746','4524429.71',    '3801','1703','1314609.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089371.0','1047611.0','2',    '2','1','209.78',    '2','1','209.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001108.0','1022044.0','20',    '17','6','16527.81',    '17','5','14084.82',    '5','3','2442.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089372.0','1047611.0','199',    '194','67','162868.71',    '185','60','145612.47',    '104','20','17256.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001109.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089373.0','1047611.0','12',    '12','6','7192.03',    '12','6','7192.03',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001110.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089374.0','1047611.0','1636',    '1499','905','1526300.25',    '1488','794','1321799.67',    '567','362','204500.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001111.0','1022044.0','99',    '85','21','46612.78',    '79','13','39187.46',    '46','13','7425.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089375.0','1047611.0','914',    '867','552','1236073.89',    '829','428','990078.21',    '587','293','245995.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001112.0','1022044.0','1',    '1','1','2628.7',    '1','1','2628.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089376.0','1047611.0','20',    '18','5','4214.41',    '17','4','4075.52',    '3','1','138.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001113.0','1022044.0','121',    '117','65','148712.31',    '115','52','126112.85',    '82','33','22599.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089377.0','1047611.0','38',    '37','6','12575.16',    '36','5','10164.47',    '16','3','2410.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001114.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089378.0','1047611.0','1',    '1','1','2618.08',    '1','1','2618.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001115.0','1022044.0','655',    '617','398','857409.12',    '595','302','671587.89',    '421','223','185821.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089379.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001116.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089380.0','1047611.0','3',    '3','1','1289.46',    '2','1','760.46',    '3','1','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001117.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089381.0','1047611.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001118.0','1022044.0','16',    '15','5','29917.5',    '15','5','29917.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089382.0','1047611.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001119.0','1022044.0','328',    '295','179','474621.83',    '285','155','419124.43',    '129','78','55497.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089383.0','1047611.0','5',    '5','4','7481.26',    '5','4','7349.13',    '3','1','132.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001120.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089384.0','1047611.0','1',    '1','1','774.54',    '1','1','774.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001121.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089385.0','1047611.0','3023',    '2934','1891','4336902.29',    '2875','1428','3424956.07',    '2205','1223','911946.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001122.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089386.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001123.0','1022044.0','2',    '2','2','4074.82',    '2','1','2574.49',    '2','2','1500.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089387.0','1047611.0','14',    '13','4','2451.25',    '13','3','2168.45',    '4','1','282.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001124.0','1022044.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089388.0','1047611.0','2',    '2','2','8299.09',    '2','2','8069.1',    '1','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001125.0','1022044.0','37',    '36','8','20312.58',    '36','5','17027.4',    '22','6','3285.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089389.0','1047611.0','2',    '1','1','803.57',    '1','1','803.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001126.0','1022044.0','33',    '29','11','28446.33',    '28','11','27917.33',    '9','1','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089390.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001127.0','1022044.0','2',    '2','1','850.7',    '2','1','850.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089391.0','1047611.0','1846',    '1660','979','1703370.24',    '1641','878','1502538.05',    '507','319','200832.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001128.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089392.0','1047611.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2001129.0','1022044.0','1934',    '1845','1190','3073056.63',    '1796','954','2435054.55',    '1284','724','638002.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089393.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001130.0','1022044.0','9',    '8','4','6664.52',    '7','3','4528.35',    '8','3','2136.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089394.0','1047611.0','1',    '1','1','2354.0',    '1','1','1296.0',    '1','1','1058.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001131.0','1022044.0','2481',    '2386','1504','3201260.9',    '2304','1096','2524391.73',    '1794','908','676869.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089395.0','1047611.0','7457',    '7114','4870','10021567.67',    '6963','3576','7600537.19',    '5038','3120','2421030.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001132.0','1022044.0','1101',    '1055','383','768637.38',    '1022','293','646155.24',    '645','180','122482.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089396.0','1047611.0','6',    '5','1','1290.32',    '5','1','1290.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001133.0','1022044.0','9',    '7','3','1744.79',    '6','1','686.79',    '5','2','1058.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089397.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001134.0','1022044.0','606',    '552','339','600720.56',    '526','287','495118.07',    '298','138','105602.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089398.0','1047611.0','6',    '6','3','2216.14',    '2','0','0.0',    '6','3','2216.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001135.0','1022044.0','538',    '473','223','297118.37',    '465','192','260728.96',    '168','68','36389.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089399.0','1047611.0','2',    '1','1','467.92',    '1','0','0.0',    '1','1','467.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001136.0','1022044.0','5',    '5','2','8931.58',    '5','2','8931.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089400.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001137.0','1022044.0','1',    '1','1','2060.1',    '1','1','2060.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089401.0','1047611.0','39',    '39','27','76064.85',    '36','18','55773.32',    '35','21','20291.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001138.0','1022044.0','60',    '56','24','42954.49',    '52','15','33962.5',    '29','13','8991.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089402.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001139.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089403.0','1047611.0','13',    '13','4','10428.64',    '13','4','10428.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001140.0','1022044.0','204',    '186','60','100841.54',    '176','33','70148.68',    '107','47','30692.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089404.0','1047611.0','797',    '720','438','771707.03',    '654','210','670658.01',    '413','270','101049.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001141.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089405.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001142.0','1022044.0','53',    '52','43','126447.14',    '52','40','113470.14',    '21','14','12977.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089406.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001143.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089407.0','1047611.0','1',    '1','1','3861.42',    '1','1','3067.92',    '1','1','793.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001144.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089408.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001145.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089409.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001146.0','1022044.0','8',    '8','2','2868.19',    '8','2','2589.76',    '3','1','278.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089410.0','1047611.0','165',    '157','81','189784.84',    '154','71','166858.52',    '58','26','22926.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001147.0','1022044.0','5471',    '5326','2905','6982339.28',    '5201','2039','5387969.4',    '4091','1994','1594369.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089411.0','1047611.0','7',    '7','2','33451.15',    '7','2','33451.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001148.0','1022044.0','7',    '7','5','12343.99',    '6','3','7671.71',    '7','5','4672.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089412.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001149.0','1022044.0','75',    '65','31','52563.69',    '61','24','44347.58',    '37','13','8216.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089413.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001150.0','1022044.0','2253',    '2139','1506','3382036.51',    '2080','1171','2585233.75',    '1614','988','796802.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089414.0','1047611.0','8',    '8','2','1216.39',    '8','2','1216.39',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001151.0','1022044.0','2337',    '2161','1606','3032949.57',    '2082','1299','2253996.78',    '1555','1023','778952.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089415.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001152.0','1022044.0','7',    '6','4','7781.01',    '6','2','7104.37',    '3','2','676.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089416.0','1047611.0','19',    '17','7','10584.85',    '15','7','10084.85',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001153.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089417.0','1047611.0','5946',    '5698','3231','6271703.81',    '5527','2292','4881532.35',    '3915','1952','1390171.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001154.0','1022044.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089418.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001155.0','1022044.0','1435',    '1305','885','1490328.12',    '1289','811','1299006.49',    '462','272','191321.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089419.0','1047611.0','3587',    '3286','2281','6098443.82',    '3161','1853','5547618.01',    '1078','784','550825.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001156.0','1022044.0','6',    '5','4','5325.42',    '3','3','4250.7',    '4','2','1074.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089420.0','1047611.0','19',    '18','6','9234.29',    '18','5','8965.41',    '4','1','268.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001157.0','1022044.0','125',    '98','44','60543.47',    '93','12','25503.32',    '62','33','35040.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089421.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001158.0','1022044.0','14',    '13','8','26585.74',    '12','3','12260.0',    '10','8','14325.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089422.0','1047611.0','520',    '472','256','418697.56',    '452','78','128047.96',    '304','220','290649.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001159.0','1022044.0','47',    '38','15','26947.17',    '37','7','11861.01',    '20','10','15086.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089423.0','1047611.0','130',    '109','49','82669.26',    '103','12','19307.65',    '71','44','63361.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001160.0','1022044.0','1',    '1','1','699.99',    '1','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089424.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001161.0','1022044.0','2',    '2','2','2833.97',    '1','1','1998.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089425.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001162.0','1022044.0','1',    '1','1','4416.52',    '1','1','1004.0',    '1','1','3412.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089426.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001163.0','1022044.0','2',    '2','1','813.87',    '2','1','813.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089427.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001164.0','1022044.0','9228',    '8108','3982','10490465.38',    '8000','1796','4518181.91',    '4860','3238','5972283.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089428.0','1047611.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001165.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089429.0','1047611.0','70',    '61','21','30976.34',    '57','3','7239.97',    '37','20','23736.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001166.0','1022044.0','91',    '71','26','46147.53',    '65','14','19529.78',    '41','18','26617.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089430.0','1047611.0','2',    '1','1','6082.0',    '1','1','6082.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001167.0','1022044.0','4',    '4','4','11478.79',    '4','3','3577.42',    '4','2','7901.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089431.0','1047611.0','36',    '34','15','17061.01',    '32','8','11563.41',    '17','9','5497.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001168.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089432.0','1047611.0','12',    '11','4','3884.68',    '11','0','0.0',    '7','4','3884.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001169.0','1022044.0','31',    '20','5','3450.83',    '19','1','86.9',    '8','4','3363.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089433.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001170.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089434.0','1047611.0','1',    '1','1','279.04',    '1','1','279.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001171.0','1022044.0','2',    '2','1','18821.87',    '2','1','11426.0',    '1','1','7395.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089435.0','1047611.0','55',    '40','15','33498.58',    '38','6','9519.5',    '18','11','23979.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001172.0','1022044.0','36',    '25','8','8907.14',    '24','1','2257.0',    '12','7','6650.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089436.0','1047611.0','43',    '35','8','13489.66',    '34','2','3886.18',    '22','8','9603.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001173.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089437.0','1047611.0','112',    '92','43','56579.04',    '83','15','26275.97',    '55','36','30303.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001174.0','1022044.0','223',    '193','99','184332.93',    '179','39','92725.93',    '126','73','91607.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089438.0','1047611.0','2',    '2','1','1257.81',    '2','0','0.0',    '2','1','1257.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001175.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089439.0','1047611.0','12',    '11','1','1772.26',    '11','1','1772.26',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001176.0','1022044.0','7',    '7','5','10499.38',    '7','3','7610.88',    '4','3','2888.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089440.0','1047611.0','2517',    '2403','1391','1839719.3',    '2379','293','513353.52',    '1668','1291','1326365.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001177.0','1022044.0','4633',    '4315','2286','4031837.32',    '4279','654','1248186.81',    '2709','1991','2783650.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089441.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001178.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089442.0','1047611.0','3063',    '2640','1134','2448574.8',    '2604','511','1103764.81',    '1500','917','1344809.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001179.0','1022044.0','29',    '24','10','9289.64',    '23','2','3579.2',    '13','8','5710.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089443.0','1047611.0','571',    '482','218','359539.19',    '456','66','112409.72',    '308','189','247129.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001180.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089444.0','1047611.0','7',    '6','1','1275.0',    '6','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001181.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089445.0','1047611.0','4',    '4','4','12767.27',    '4','4','12645.24',    '2','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001182.0','1022044.0','13',    '10','5','2175.17',    '8','3','1326.34',    '5','2','848.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089446.0','1047611.0','1',    '1','1','6534.62',    '1','1','1004.0',    '1','1','5530.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001183.0','1022044.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089447.0','1047611.0','1',    '1','1','1221.01',    '1','1','982.0',    '1','1','239.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001184.0','1022044.0','174',    '156','65','163844.01',    '140','41','68636.43',    '102','40','95207.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089448.0','1047611.0','1',    '1','1','10691.34',    '1','1','7012.0',    '1','1','3679.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001185.0','1022044.0','251',    '224','94','112816.03',    '212','25','45833.38',    '132','83','66982.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089449.0','1047611.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001186.0','1022044.0','57',    '50','12','19753.48',    '45','3','4559.0',    '33','12','15194.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089450.0','1047611.0','19',    '13','3','3244.59',    '11','2','2744.59',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001187.0','1022044.0','527',    '483','268','437221.77',    '462','114','223247.13',    '319','207','213974.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089451.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001188.0','1022044.0','5',    '4','3','2798.93',    '4','0','0.0',    '3','3','2798.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089452.0','1047611.0','27',    '26','6','5093.47',    '26','0','0.0',    '10','6','5093.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001189.0','1022044.0','38',    '32','16','28433.13',    '28','9','19680.93',    '17','10','8752.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089453.0','1047611.0','48',    '20','3','2822.59',    '17','0','0.0',    '13','3','2822.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001190.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089454.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001191.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089455.0','1047611.0','17',    '15','5','5364.58',    '14','3','3302.12',    '7','3','2062.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001192.0','1022044.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089456.0','1047611.0','195',    '162','62','85931.26',    '156','22','50393.56',    '77','48','35537.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001193.0','1022044.0','1',    '1','1','1446.76',    '1','1','1158.69',    '1','1','288.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089457.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001194.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089458.0','1047611.0','4584',    '4315','2388','3060342.98',    '4249','486','878015.42',    '2933','2195','2182327.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001195.0','1022044.0','1',    '1','1','1004.0',    '1','1','1004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089459.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001196.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089460.0','1047611.0','1',    '1','1','2326.62',    '1','1','1004.0',    '1','1','1322.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001197.0','1022044.0','2',    '2','2','5087.89',    '2','1','3558.92',    '2','2','1528.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089461.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001198.0','1022044.0','70',    '47','21','62225.6',    '45','16','50105.17',    '18','9','12120.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089462.0','1047611.0','2',    '1','1','4196.7',    '1','1','1004.0',    '1','1','3192.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001199.0','1022044.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089463.0','1047611.0','2279',    '2115','1044','1998006.06',    '2083','379','824666.31',    '1270','890','1173339.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001200.0','1022044.0','2',    '2','1','1395.0',    '2','1','1226.0',    '2','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089464.0','1047611.0','2',    '2','2','1714.19',    '2','0','0.0',    '2','2','1714.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2001201.0','1022044.0','7',    '5','1','989.76',    '5','0','0.0',    '3','1','989.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089465.0','1047611.0','8',    '8','3','2696.19',    '7','1','982.0',    '5','2','1714.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001202.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089466.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001203.0','1022044.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089467.0','1047611.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001204.0','1022044.0','1',    '1','1','179.81',    '1','0','0.0',    '1','1','179.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089468.0','1047611.0','15',    '9','2','1705.74',    '8','0','0.0',    '9','2','1705.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001205.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089469.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001206.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089470.0','1047611.0','1',    '1','1','2258.5',    '1','1','2031.7',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001207.0','1022044.0','48',    '42','27','175803.56',    '40','18','65787.08',    '33','23','110016.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089471.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001208.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089472.0','1047611.0','28',    '24','9','11485.09',    '24','3','6611.66',    '11','6','4873.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001209.0','1022044.0','181',    '160','48','119445.83',    '151','37','95052.46',    '78','20','24393.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089473.0','1047611.0','7',    '6','4','3561.61',    '5','0','0.0',    '4','4','3561.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001210.0','1022044.0','1',    '1','1','3680.98',    '1','1','2387.46',    '1','1','1293.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089474.0','1047611.0','1',    '1','1','3021.52',    '1','1','3021.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001211.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089475.0','1047611.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001212.0','1022044.0','78',    '68','45','56869.19',    '64','13','23658.62',    '54','39','33210.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089476.0','1047611.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001213.0','1022044.0','1',    '1','1','896.81',    '1','0','0.0',    '1','1','896.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089477.0','1047611.0','37',    '28','11','24228.5',    '27','6','15198.16',    '18','8','9030.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001214.0','1022044.0','23',    '22','8','6305.34',    '19','1','738.24',    '14','7','5567.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089478.0','1047611.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001215.0','1022044.0','2032',    '1878','573','702676.86',    '1855','150','265126.66',    '791','478','437550.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089479.0','1047611.0','972',    '794','352','595606.62',    '750','170','270652.31',    '449','237','324954.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001216.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089480.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001217.0','1022044.0','620',    '566','168','170581.62',    '558','36','59736.08',    '228','144','110845.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089481.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001218.0','1022044.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089482.0','1047611.0','79',    '59','22','37940.29',    '57','8','20253.37',    '32','17','17686.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001219.0','1022044.0','14',    '13','4','3476.43',    '13','1','900.92',    '5','3','2575.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089483.0','1047611.0','1',    '1','1','6833.97',    '1','1','5998.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001220.0','1022044.0','12',    '9','4','3430.07',    '9','0','0.0',    '6','4','3430.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089484.0','1047611.0','3',    '1','1','2173.0',    '1','1','2173.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001221.0','1022044.0','1',    '1','1','12367.02',    '1','1','898.0',    '1','1','11469.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089485.0','1047611.0','4',    '4','2','1773.34',    '3','0','0.0',    '3','2','1773.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001222.0','1022044.0','5',    '4','1','11016.59',    '4','1','1784.0',    '2','1','9232.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089486.0','1047611.0','10',    '8','3','1493.28',    '6','1','171.68',    '5','2','1321.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001223.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089487.0','1047611.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001224.0','1022044.0','5',    '4','2','4863.87',    '4','2','1861.14',    '1','1','3002.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089488.0','1047611.0','2',    '2','1','841.04',    '2','0','0.0',    '1','1','841.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001225.0','1022044.0','22',    '20','5','6963.39',    '18','1','3576.0',    '14','5','3387.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089489.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001226.0','1022044.0','71',    '60','40','75754.18',    '59','20','52945.67',    '40','25','22808.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089490.0','1047611.0','1',    '1','1','3511.48',    '1','1','3427.0',    '1','1','84.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001227.0','1022044.0','1',    '1','1','1250.0',    '1','1','1250.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089491.0','1047611.0','236',    '201','75','92371.46',    '193','32','48432.96',    '94','52','43938.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2001228.0','1022044.0','3',    '3','1','1036.0',    '3','1','1036.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089492.0','1047611.0','143',    '121','67','103250.87',    '119','33','60815.71',    '63','43','42435.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001229.0','1022044.0','1050',    '907','398','471591.74',    '884','73','134460.48',    '480','352','337131.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089493.0','1047611.0','1',    '1','1','6730.06',    '1','1','1250.0',    '1','1','5480.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001230.0','1022044.0','103',    '89','33','32394.67',    '85','5','1130.41',    '46','29','31264.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089494.0','1047611.0','33',    '31','13','18169.72',    '31','4','10128.51',    '16','11','8041.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001231.0','1022044.0','120',    '90','52','166772.98',    '86','33','93510.32',    '62','36','73262.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089495.0','1047611.0','3',    '3','3','3989.45',    '3','1','1036.0',    '3','3','2953.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001232.0','1022044.0','18',    '6','3','8244.32',    '5','2','7014.0',    '5','2','1230.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089496.0','1047611.0','2',    '2','1','2526.25',    '2','1','2291.0',    '2','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001233.0','1022044.0','10',    '7','5','4504.53',    '5','1','1060.12',    '6','4','3444.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089497.0','1047611.0','6',    '2','1','844.42',    '2','0','0.0',    '1','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001234.0','1022044.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089498.0','1047611.0','11204',    '10465','5900','10331008.76',    '10324','2084','3909973.43',    '7145','5126','6421035.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001235.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089499.0','1047611.0','600',    '548','260','767457.92',    '548','122','342963.01',    '340','213','424494.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001236.0','1022044.0','2',    '2','1','11216.0',    '2','1','11216.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089500.0','1047611.0','56',    '45','16','21989.2',    '40','4','11510.64',    '23','13','10478.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001237.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089501.0','1047611.0','17',    '13','6','12573.51',    '12','6','8024.76',    '7','2','4548.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001238.0','1022044.0','21',    '20','15','12160.52',    '16','0','0.0',    '19','15','12160.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089502.0','1047611.0','1',    '1','1','4300.38',    '1','1','4300.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001239.0','1022044.0','11',    '9','2','6037.37',    '8','1','5100.0',    '5','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089503.0','1047611.0','1',    '1','1','1004.0',    '1','1','1004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001240.0','1022044.0','9',    '8','2','2383.95',    '7','1','1320.0',    '6','2','1063.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089504.0','1047611.0','85',    '74','38','63085.39',    '72','17','36257.24',    '40','26','26828.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001241.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089505.0','1047611.0','1',    '1','1','1873.47',    '1','1','1873.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089506.0','1047611.0','1',    '1','1','1234.12',    '1','1','1234.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001243.0','1022044.0','13',    '13','2','1651.05',    '13','0','0.0',    '7','2','1651.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089507.0','1047611.0','1316',    '1176','655','713231.32',    '1133','106','146837.63',    '762','609','566393.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001244.0','1022044.0','1',    '1','1','499.2',    '1','0','0.0',    '1','1','499.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089508.0','1047611.0','1',    '1','1','747.65',    '1','0','0.0',    '1','1','747.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001245.0','1022044.0','6',    '3','1','1036.0',    '3','1','1036.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089509.0','1047611.0','1484',    '1308','587','991792.46',    '1276','323','597202.47',    '644','374','394589.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001246.0','1022044.0','4',    '4','2','1341.17',    '4','1','386.9',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089510.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001247.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089511.0','1047611.0','75',    '69','35','59496.39',    '68','26','44501.59',    '37','18','14994.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001248.0','1022044.0','2',    '2','2','4210.81',    '2','2','3664.0',    '1','1','546.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089512.0','1047611.0','55',    '18','4','6390.26',    '14','2','2428.25',    '8','2','3962.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001249.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089513.0','1047611.0','25',    '20','9','14542.21',    '19','4','10122.38',    '10','5','4419.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001250.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089514.0','1047611.0','1',    '1','1','16109.03',    '1','1','6116.0',    '1','1','9993.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001251.0','1022044.0','1',    '1','1','1113.47',    '1','0','0.0',    '1','1','1113.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089515.0','1047611.0','2',    '1','1','927.23',    '1','0','0.0',    '1','1','927.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001252.0','1022044.0','6',    '3','1','835.97',    '3','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089516.0','1047611.0','51',    '40','14','12646.28',    '36','3','1896.88',    '23','13','10749.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001253.0','1022044.0','1',    '1','1','898.0',    '1','1','898.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089517.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001254.0','1022044.0','306',    '299','221','1315654.62',    '293','144','457988.12',    '255','190','857666.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089518.0','1047611.0','2',    '2','2','3160.69',    '2','1','2324.72',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001255.0','1022044.0','121',    '114','34','109284.78',    '105','24','46951.44',    '70','23','62333.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089519.0','1047611.0','2',    '2','1','12237.73',    '2','1','1122.0',    '2','1','11115.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001256.0','1022044.0','12',    '7','2','1394.12',    '6','0','0.0',    '5','2','1394.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089520.0','1047611.0','208',    '172','105','96796.72',    '160','7','11474.93',    '129','101','85321.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001257.0','1022044.0','256',    '245','176','460311.3',    '238','80','215336.3',    '191','151','244975.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089521.0','1047611.0','1',    '1','1','1733.97',    '1','1','898.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001258.0','1022044.0','3',    '3','1','837.66',    '3','0','0.0',    '2','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089522.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001259.0','1022044.0','6',    '5','2','2236.74',    '5','0','0.0',    '3','2','2236.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089523.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001260.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089524.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001261.0','1022044.0','6988',    '6495','4219','14466331.36',    '6399','2490','5979538.77',    '4818','3429','8486792.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089525.0','1047611.0','5',    '4','4','11686.85',    '4','4','11120.9',    '2','1','565.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001262.0','1022044.0','1',    '1','1','898.0',    '1','1','898.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089526.0','1047611.0','2',    '2','2','3410.34',    '2','1','1275.0',    '2','2','2135.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001263.0','1022044.0','14',    '11','3','2686.38',    '11','0','0.0',    '5','3','2686.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089527.0','1047611.0','33',    '26','18','30590.07',    '26','6','17108.9',    '19','15','13481.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001264.0','1022044.0','108',    '93','19','21482.59',    '90','5','10068.61',    '28','15','11413.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089528.0','1047611.0','30',    '29','11','13488.66',    '28','4','5608.01',    '15','9','7880.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001265.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089529.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001266.0','1022044.0','14',    '12','4','3425.68',    '12','0','0.0',    '6','4','3425.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089530.0','1047611.0','33',    '27','12','29062.93',    '25','7','11226.5',    '21','11','17836.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001267.0','1022044.0','24',    '16','12','15036.6',    '16','5','8611.56',    '12','7','6425.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089531.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001268.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089532.0','1047611.0','104',    '79','24','34660.13',    '77','6','12389.65',    '39','22','22270.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001269.0','1022044.0','1',    '1','1','11204.0',    '1','1','11204.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089533.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001270.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089534.0','1047611.0','47',    '40','22','80822.0',    '39','19','65209.59',    '22','9','15612.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001271.0','1022044.0','2',    '2','2','1908.54',    '2','0','0.0',    '2','2','1908.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089535.0','1047611.0','18',    '12','4','2315.58',    '12','3','2085.4',    '2','1','230.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001272.0','1022044.0','1',    '1','1','3834.43',    '1','1','3834.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089536.0','1047611.0','938',    '830','533','2181021.68',    '814','299','844779.62',    '599','454','1336242.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001273.0','1022044.0','2',    '2','2','2483.12',    '2','2','2483.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089537.0','1047611.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2001274.0','1022044.0','6',    '6','5','4996.15',    '4','1','1784.0',    '5','4','3212.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089538.0','1047611.0','204',    '165','52','60648.43',    '161','30','38393.72',    '67','25','22254.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001275.0','1022044.0','1',    '1','1','6772.86',    '1','1','6116.0',    '1','1','656.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089539.0','1047611.0','63',    '54','29','81415.91',    '53','23','47745.51',    '24','14','33670.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001276.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089540.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001277.0','1022044.0','2',    '2','1','1917.23',    '2','1','1917.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089541.0','1047611.0','1',    '1','1','11204.0',    '1','1','11204.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001278.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089542.0','1047611.0','4',    '3','2','8677.65',    '3','1','3878.49',    '2','2','4799.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001279.0','1022044.0','3',    '3','3','11102.59',    '3','3','5722.0',    '2','2','5380.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089543.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001280.0','1022044.0','48',    '42','23','21616.95',    '34','5','5478.48',    '30','21','16138.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089544.0','1047611.0','1',    '1','1','1343.97',    '1','1','508.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001281.0','1022044.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089545.0','1047611.0','15',    '15','6','47130.85',    '13','3','15118.0',    '10','5','32012.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001282.0','1022044.0','1',    '1','1','1841.66',    '1','1','1004.0',    '1','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089546.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001283.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089547.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001284.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089548.0','1047611.0','1',    '1','1','100.32',    '1','1','100.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001285.0','1022044.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089549.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001286.0','1022044.0','48',    '33','18','15606.7',    '31','3','2599.2',    '19','15','13007.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089550.0','1047611.0','1',    '1','1','2112.66',    '1','1','1275.0',    '1','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001287.0','1022044.0','1',    '1','1','3240.39',    '1','1','3013.59',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089551.0','1047611.0','97',    '85','28','27692.78',    '82','5','9966.32',    '39','24','17726.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001288.0','1022044.0','7',    '5','2','1925.44',    '5','0','0.0',    '3','2','1925.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089552.0','1047611.0','1195',    '866','343','427055.38',    '846','137','219956.89',    '419','258','207098.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001289.0','1022044.0','4',    '3','3','7419.42',    '3','3','7419.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089553.0','1047611.0','245',    '225','157','240733.34',    '210','33','77964.78',    '191','141','162768.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001290.0','1022044.0','40',    '33','24','79876.75',    '31','24','62204.51',    '19','7','17672.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089554.0','1047611.0','2',    '2','1','9427.71',    '2','0','0.0',    '2','1','9427.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001291.0','1022044.0','1',    '1','1','1572.93',    '1','0','0.0',    '1','1','1572.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089555.0','1047611.0','22',    '18','8','21532.32',    '18','4','12324.67',    '9','5','9207.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001292.0','1022044.0','1',    '1','1','107.0',    '1','0','0.0',    '1','1','107.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089556.0','1047611.0','8',    '8','6','4485.54',    '6','0','0.0',    '6','6','4485.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001293.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089557.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001294.0','1022044.0','36',    '32','16','26870.69',    '29','5','11259.95',    '17','11','15610.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089558.0','1047611.0','1',    '1','1','2276.31',    '1','0','0.0',    '1','1','2276.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001295.0','1022044.0','271',    '239','72','97154.31',    '238','18','29099.62',    '94','62','68054.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089559.0','1047611.0','8',    '6','2','7379.0',    '6','2','7379.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001296.0','1022044.0','3',    '2','1','2179.33',    '2','1','2179.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089560.0','1047611.0','2',    '2','1','920.47',    '2','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2001297.0','1022044.0','77',    '58','28','97223.83',    '56','20','44948.4',    '32','14','52275.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089561.0','1047611.0','39',    '24','13','14155.48',    '23','4','6317.26',    '12','10','7838.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001298.0','1022044.0','13',    '13','13','13119.21',    '13','1','2291.0',    '13','13','10828.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089562.0','1047611.0','1',    '1','1','11098.0',    '1','1','11098.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001299.0','1022044.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089563.0','1047611.0','8',    '4','3','24631.29',    '4','3','9148.0',    '2','2','15483.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003547.0',    '2001300.0','1022044.0','318',    '259','125','170935.15',    '252','38','70230.9',    '154','104','100704.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008041.0',    '2089564.0','1047611.0','3381',    '3026','1844','4947021.58',    '2986','828','2313790.6',    '2152','1557','2633230.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001301.0','1022044.0','15',    '12','7','5616.82',    '12','1','95.0',    '8','6','5521.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089565.0','1047611.0','179',    '164','123','486636.99',    '162','75','186565.34',    '134','104','300071.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003523.0',    '2001302.0','1022044.0','13',    '3','2','1469.62',    '3','1','234.12',    '3','2','1235.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008018.0',    '2089566.0','1047611.0','6',    '5','4','4159.75',    '4','0','0.0',    '5','4','4159.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001303.0','1022044.0','4',    '4','3','4808.61',    '4','2','3854.34',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089567.0','1047611.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001304.0','1022044.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089568.0','1047611.0','9',    '9','6','5733.44',    '9','1','1004.0',    '6','5','4729.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001305.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089569.0','1047611.0','2',    '2','2','6469.88',    '2','2','1796.0',    '1','1','4673.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001306.0','1022044.0','1',    '1','1','12572.93',    '1','0','0.0',    '1','1','12572.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089570.0','1047611.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001307.0','1022044.0','8',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089571.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001308.0','1022044.0','43',    '35','15','32075.57',    '34','10','16277.33',    '19','10','15798.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089572.0','1047611.0','1',    '1','1','1801.13',    '1','1','738.36',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001309.0','1022044.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089573.0','1047611.0','1498',    '1385','395','657458.86',    '1357','145','338248.19',    '559','312','319210.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001310.0','1022044.0','5187',    '4822','1733','3400095.93',    '4730','963','1988558.15',    '2200','1100','1411537.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089574.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001311.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089575.0','1047611.0','1',    '1','1','1105.02',    '1','0','0.0',    '1','1','1105.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001312.0','1022044.0','32',    '29','13','20426.08',    '25','4','10365.0',    '19','11','10061.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089576.0','1047611.0','15',    '14','7','10692.53',    '12','3','6372.0',    '10','5','4320.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003521.0',    '2001313.0','1022044.0','21',    '18','7','8661.03',    '17','5','7460.26',    '13','3','1200.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008013.0',    '2089577.0','1047611.0','124',    '106','58','86544.62',    '97','27','46787.2',    '71','42','39757.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001314.0','1022044.0','15',    '13','11','9807.08',    '11','0','0.0',    '13','11','9807.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089578.0','1047611.0','1',    '1','1','4125.99',    '1','1','898.0',    '1','1','3227.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001315.0','1022044.0','1',    '1','1','6086.21',    '1','1','5553.41',    '1','1','532.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089579.0','1047611.0','1',    '1','1','1766.48',    '1','1','898.0',    '1','1','868.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001316.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089580.0','1047611.0','3',    '2','1','2423.52',    '2','1','2423.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001317.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089581.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001318.0','1022044.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089582.0','1047611.0','15',    '15','7','5937.31',    '14','2','2570.2',    '7','5','3367.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001319.0','1022044.0','1910',    '1648','734','1534054.65',    '1547','448','818572.66',    '1075','486','715481.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089583.0','1047611.0','1005',    '858','369','494663.39',    '814','125','210629.48',    '513','302','284033.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001320.0','1022044.0','605',    '560','341','585154.84',    '548','153','323563.98',    '375','262','261590.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089584.0','1047611.0','1889',    '1636','550','774779.45',    '1541','233','366458.66',    '915','389','408320.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001321.0','1022044.0','2',    '2','1','886.67',    '2','0','0.0',    '2','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089585.0','1047611.0','159',    '142','59','67326.23',    '135','11','19323.49',    '77','54','48002.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001322.0','1022044.0','1',    '1','1','928.92',    '1','0','0.0',    '1','1','928.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089586.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001323.0','1022044.0','8',    '8','7','10272.38',    '8','5','8462.08',    '5','3','1810.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089587.0','1047611.0','24',    '21','12','11440.65',    '21','1','1761.64',    '16','11','9679.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001324.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089588.0','1047611.0','30',    '26','14','27864.77',    '24','12','15306.85',    '19','8','12557.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001325.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089589.0','1047611.0','2',    '2','2','1975.26',    '2','1','1105.49',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001326.0','1022044.0','741',    '693','485','559572.85',    '654','68','145147.88',    '551','458','414424.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089590.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001327.0','1022044.0','71',    '61','41','118848.99',    '58','19','47442.22',    '44','30','71406.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089591.0','1047611.0','1',    '1','1','1374.0',    '1','1','1374.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001328.0','1022044.0','33',    '16','8','31529.91',    '15','5','17724.3',    '7','5','13805.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089592.0','1047611.0','116',    '109','68','141602.18',    '106','30','80824.58',    '76','52','60777.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001329.0','1022044.0','819',    '787','322','395089.47',    '780','77','129726.36',    '391','280','265363.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089593.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001330.0','1022044.0','65',    '64','35','28423.21',    '64','6','5958.94',    '47','32','22464.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089594.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001331.0','1022044.0','3032',    '2842','1160','1674533.85',    '2798','388','721448.99',    '1455','943','953084.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089595.0','1047611.0','1275',    '1102','448','845265.44',    '1053','265','429719.14',    '662','280','415546.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001332.0','1022044.0','1',    '1','1','1374.0',    '1','1','1374.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089596.0','1047611.0','300',    '263','82','107482.48',    '256','20','25557.82',    '122','69','81924.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001333.0','1022044.0','4',    '1','1','741.98',    '0','0','0.0',    '1','1','741.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089597.0','1047611.0','4721',    '4179','2221','5295334.27',    '4033','1455','2884750.0',    '2522','1441','2410584.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001334.0','1022044.0','17',    '14','6','5231.14',    '12','2','1598.1',    '7','4','3633.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089598.0','1047611.0','2169',    '2012','1131','2166799.74',    '1979','697','1334907.59',    '1151','742','831892.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001335.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089599.0','1047611.0','1',    '1','1','1250.0',    '1','1','1250.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001336.0','1022044.0','1',    '1','1','687.94',    '1','0','0.0',    '1','1','687.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089600.0','1047611.0','13',    '10','7','6309.64',    '8','1','1114.0',    '8','6','5195.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001337.0','1022044.0','13',    '10','2','942.24',    '9','1','80.92',    '4','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089601.0','1047611.0','1',    '1','1','5061.19',    '1','1','1704.0',    '1','1','3357.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001338.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089602.0','1047611.0','62',    '56','27','46161.4',    '56','23','34748.55',    '34','10','11412.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001339.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089603.0','1047611.0','1',    '1','1','395.8',    '1','0','0.0',    '1','1','395.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001340.0','1022044.0','3159',    '2869','1030','1469023.66',    '2780','376','637517.0',    '1524','821','831506.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089604.0','1047611.0','1',    '1','1','712.19',    '1','0','0.0',    '1','1','712.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001341.0','1022044.0','645',    '569','167','233064.79',    '544','56','92938.44',    '257','129','140126.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089605.0','1047611.0','8',    '6','3','2929.06',    '5','0','0.0',    '5','3','2929.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001342.0','1022044.0','2',    '2','1','2475.97',    '2','1','1640.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089606.0','1047611.0','39',    '35','20','43923.24',    '33','6','25631.34',    '25','18','18291.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001343.0','1022044.0','4',    '4','3','1130.37',    '4','0','0.0',    '3','3','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089607.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001344.0','1022044.0','25',    '23','15','29793.63',    '22','10','12540.83',    '18','9','17252.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000286.0','1022044.0','2',    '2','1','837.66',    '2','0','0.0',    '1','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088550.0','1047611.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001345.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089609.0','1047611.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001346.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089610.0','1047611.0','10',    '6','4','14334.62',    '6','4','13334.62',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001347.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089611.0','1047611.0','1',    '1','1','21930.01',    '1','1','7448.0',    '1','1','14482.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001348.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089612.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001349.0','1022044.0','4',    '4','2','3480.4',    '2','1','683.38',    '4','1','2797.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089613.0','1047611.0','1391',    '1139','535','660688.29',    '1094','173','255116.04',    '642','428','405572.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001350.0','1022044.0','1',    '1','1','2381.34',    '1','1','2381.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089614.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001351.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089615.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001352.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089616.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001353.0','1022044.0','1',    '1','1','1313.73',    '1','0','0.0',    '1','1','1313.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089617.0','1047611.0','81',    '73','38','95197.3',    '69','28','44942.53',    '57','26','50254.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001354.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089618.0','1047611.0','8',    '3','1','2692.12',    '3','1','2692.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001355.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089619.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001356.0','1022044.0','1',    '1','1','1640.0',    '1','1','1640.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089620.0','1047611.0','1',    '1','1','1182.83',    '1','0','0.0',    '1','1','1182.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001357.0','1022044.0','880',    '717','305','382098.27',    '690','100','159835.8',    '390','243','222262.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089621.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001358.0','1022044.0','251',    '233','151','142218.96',    '226','20','27514.64',    '173','139','114704.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089622.0','1047611.0','9',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001359.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089623.0','1047611.0','8',    '6','2','2024.59',    '6','1','1137.92',    '5','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001360.0','1022044.0','3',    '3','2','1226.05',    '2','1','527.55',    '2','2','698.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089624.0','1047611.0','1335',    '1163','700','873715.61',    '1099','224','332192.01',    '813','570','541523.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001361.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089625.0','1047611.0','1',    '1','1','2649.0',    '1','1','2649.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001362.0','1022044.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089626.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001363.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089627.0','1047611.0','835',    '783','435','448284.86',    '753','54','81135.05',    '527','405','367149.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001364.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089628.0','1047611.0','50',    '40','19','48161.28',    '36','6','13708.25',    '30','17','34453.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001365.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089629.0','1047611.0','80',    '67','52','86977.55',    '62','20','52780.13',    '49','41','34197.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001366.0','1022044.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089630.0','1047611.0','1248',    '1163','481','520969.09',    '1146','117','153721.71',    '606','415','367247.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001367.0','1022044.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089631.0','1047611.0','724',    '581','286','435078.56',    '562','121','199539.68',    '330','212','235538.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001368.0','1022044.0','1',    '1','1','6052.21',    '1','1','1640.0',    '1','1','4412.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089632.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000439.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088703.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000680.0','1022044.0','2853',    '2643','1083','1541653.74',    '2588','359','736544.03',    '1362','865','805109.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088944.0','1047611.0','4',    '4','3','3523.57',    '4','0','0.0',    '3','3','3523.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001369.0','1022044.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089633.0','1047611.0','6',    '5','3','4305.58',    '5','1','1965.78',    '3','3','2339.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001370.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089634.0','1047611.0','1',    '1','1','3620.19',    '1','1','2615.22',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001371.0','1022044.0','1',    '1','1','4551.07',    '1','1','1640.0',    '1','1','2911.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089635.0','1047611.0','1142',    '1065','420','499646.92',    '1054','130','182270.63',    '525','345','317376.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001372.0','1022044.0','272',    '239','115','307015.64',    '238','77','188195.17',    '124','63','118820.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089636.0','1047611.0','10',    '8','5','34639.99',    '7','4','22410.53',    '7','3','12229.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001373.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089637.0','1047611.0','27',    '8','1','3031.26',    '6','1','2308.3',    '6','1','722.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088840.0','1047611.0','3',    '3','2','1705.74',    '3','0','0.0',    '3','2','1705.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001374.0','1022044.0','29',    '23','13','50789.07',    '22','5','18141.15',    '13','10','32647.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089638.0','1047611.0','268',    '186','74','116363.37',    '159','34','62221.6',    '120','52','54141.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001375.0','1022044.0','12',    '10','5','17443.9',    '9','2','5168.57',    '8','5','12275.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089639.0','1047611.0','749',    '714','195','218169.76',    '702','44','94234.85',    '326','168','123934.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001376.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089640.0','1047611.0','4',    '3','1','2152.0',    '3','1','2152.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001377.0','1022044.0','3',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089641.0','1047611.0','8',    '6','1','563.94',    '6','1','563.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001378.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089642.0','1047611.0','3',    '2','2','10114.85',    '1','1','2310.57',    '2','1','7804.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000621.0','1022044.0','4747',    '4493','1452','2139628.39',    '4432','528','1138143.34',    '1986','1116','1001485.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088885.0','1047611.0','12',    '11','9','14839.95',    '11','2','6697.34',    '9','9','8142.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001379.0','1022044.0','1',    '1','1','878.22',    '1','0','0.0',    '1','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089643.0','1047611.0','4',    '3','1','971.17',    '3','0','0.0',    '2','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001380.0','1022044.0','1',    '1','1','2152.0',    '1','1','2152.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089644.0','1047611.0','1',    '1','1','6969.17',    '1','1','5998.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001381.0','1022044.0','32',    '28','14','20082.52',    '28','3','11271.0',    '20','12','8811.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089645.0','1047611.0','5',    '4','1','1496.03',    '4','1','1374.0',    '2','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001382.0','1022044.0','24',    '21','8','27191.14',    '19','7','17112.0',    '14','5','10079.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089646.0','1047611.0','19',    '16','11','15152.9',    '16','6','11812.48',    '9','5','3340.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001383.0','1022044.0','8',    '8','7','8551.42',    '7','2','3830.43',    '6','5','4720.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089647.0','1047611.0','49',    '34','9','17885.06',    '32','4','13232.95',    '19','6','4652.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001384.0','1022044.0','1',    '1','1','602.44',    '1','1','602.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089648.0','1047611.0','287',    '184','96','187480.24',    '177','77','112884.6',    '96','47','74595.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001385.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089649.0','1047611.0','461',    '431','210','526730.3',    '428','150','373884.94',    '222','122','152845.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001386.0','1022044.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089650.0','1047611.0','3',    '3','2','1624.33',    '3','2','1624.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001387.0','1022044.0','420',    '378','144','173421.89',    '363','38','59566.73',    '184','116','113855.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089651.0','1047611.0','4',    '3','2','3942.47',    '3','2','3942.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001388.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089652.0','1047611.0','3',    '2','1','861.32',    '2','0','0.0',    '2','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001389.0','1022044.0','13',    '9','4','7883.18',    '8','1','5100.0',    '6','4','2783.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089653.0','1047611.0','11',    '8','3','6068.24',    '8','2','2832.0',    '5','2','3236.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001390.0','1022044.0','8',    '5','4','3307.55',    '5','2','681.34',    '5','3','2626.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089654.0','1047611.0','32',    '8','2','14399.72',    '7','2','11133.36',    '4','1','3266.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001391.0','1022044.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089655.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001392.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089656.0','1047611.0','3',    '2','1','3368.46',    '2','0','0.0',    '1','1','3368.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001393.0','1022044.0','572',    '502','243','278583.03',    '487','46','76010.77',    '293','214','202572.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089657.0','1047611.0','2069',    '1805','605','1135496.59',    '1710','332','586545.52',    '1040','425','548951.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001394.0','1022044.0','801',    '690','218','293344.91',    '674','83','137659.66',    '297','163','155685.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089658.0','1047611.0','231',    '214','62','71236.39',    '211','16','29596.96',    '89','52','41639.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001395.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089659.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001396.0','1022044.0','7',    '7','3','6016.38',    '6','1','1245.56',    '4','2','4770.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089660.0','1047611.0','7',    '5','1','1181.07',    '5','0','0.0',    '4','1','1181.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001397.0','1022044.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089661.0','1047611.0','123',    '102','35','52124.84',    '101','21','32146.88',    '41','20','19977.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001398.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089662.0','1047611.0','1',    '1','1','2025.8',    '1','1','1036.0',    '1','1','989.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001399.0','1022044.0','197',    '169','68','108618.3',    '164','39','70571.61',    '85','42','38046.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089663.0','1047611.0','7',    '5','5','5328.86',    '5','3','3133.6',    '4','3','2195.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001400.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089664.0','1047611.0','110',    '102','59','104985.26',    '100','35','68588.15',    '75','41','36397.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001401.0','1022044.0','2',    '2','2','2375.1',    '2','2','1370.13',    '2','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089665.0','1047611.0','7',    '7','3','7894.48',    '7','2','5330.39',    '3','1','2564.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001402.0','1022044.0','1',    '1','1','1640.0',    '1','1','1640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089666.0','1047611.0','6',    '5','3','3109.09',    '5','1','1016.0',    '5','2','2093.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001403.0','1022044.0','1',    '1','1','3996.65',    '1','1','3996.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089667.0','1047611.0','195',    '148','64','93395.93',    '136','24','43535.15',    '89','52','49860.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001404.0','1022044.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089668.0','1047611.0','7',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001405.0','1022044.0','1453',    '1322','641','861141.08',    '1277','248','369450.63',    '796','507','491690.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089669.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001406.0','1022044.0','1',    '1','1','1250.0',    '1','1','1250.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089670.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001407.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089671.0','1047611.0','1',    '1','1','1372.03',    '1','1','1250.0',    '1','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001408.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089672.0','1047611.0','62',    '54','22','39361.68',    '52','11','25046.88',    '29','14','14314.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001409.0','1022044.0','4',    '3','1','903.57',    '3','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089673.0','1047611.0','1146',    '967','426','879777.19',    '951','207','508126.39',    '530','311','371650.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001410.0','1022044.0','19',    '10','6','4092.5',    '10','2','2650.48',    '7','4','1442.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089674.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001411.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089675.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001412.0','1022044.0','49',    '47','19','24445.49',    '47','5','8287.0',    '19','16','16158.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089676.0','1047611.0','1',    '1','1','687.98',    '1','0','0.0',    '1','1','687.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001413.0','1022044.0','1',    '1','1','912.02',    '1','0','0.0',    '1','1','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089677.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001414.0','1022044.0','1',    '1','1','1524.66',    '1','1','687.0',    '1','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089678.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001415.0','1022044.0','5',    '5','4','6335.15',    '5','1','5100.0',    '3','3','1235.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089679.0','1047611.0','5',    '5','5','3940.79',    '5','0','0.0',    '5','5','3940.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001416.0','1022044.0','7',    '5','3','7690.35',    '5','3','4900.0',    '2','1','2790.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089680.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001417.0','1022044.0','1148',    '975','444','656541.39',    '939','139','243068.22',    '564','369','413473.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089681.0','1047611.0','1976',    '1809','733','1110520.48',    '1755','286','500908.24',    '1018','553','609612.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001418.0','1022044.0','404',    '355','96','125421.61',    '348','51','84424.4',    '132','53','40997.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089682.0','1047611.0','1',    '1','1','1973.09',    '1','1','1374.0',    '1','1','599.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001419.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089683.0','1047611.0','3203',    '3012','481','728561.43',    '2987','195','431345.42',    '975','342','297216.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001420.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089684.0','1047611.0','9',    '7','3','2578.89',    '7','0','0.0',    '5','3','2578.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001421.0','1022044.0','11',    '9','3','8411.69',    '9','1','6420.0',    '5','2','1991.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089685.0','1047611.0','1',    '1','1','396.82',    '1','1','396.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001422.0','1022044.0','11',    '8','5','4513.12',    '7','0','0.0',    '8','5','4513.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089686.0','1047611.0','138',    '129','83','220998.14',    '126','45','69659.73',    '101','58','151338.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001423.0','1022044.0','1590',    '1404','795','2904620.95',    '1382','505','1909689.95',    '902','590','994931.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089687.0','1047611.0','1',    '1','1','9887.06',    '1','0','0.0',    '1','1','9887.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089688.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001425.0','1022044.0','3',    '3','1','1036.0',    '3','1','1036.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089689.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001426.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089690.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001427.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089691.0','1047611.0','130',    '98','53','65813.18',    '94','13','29047.22',    '61','46','36765.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001428.0','1022044.0','31',    '28','15','38811.51',    '27','12','29129.61',    '22','5','9681.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089692.0','1047611.0','1',    '1','1','2314.35',    '1','1','2314.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001429.0','1022044.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089693.0','1047611.0','1',    '1','1','7029.58',    '1','1','1748.0',    '1','1','5281.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001430.0','1022044.0','100',    '31','9','66844.06',    '27','7','31947.14',    '17','8','34896.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089694.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001431.0','1022044.0','745',    '631','348','631300.45',    '603','158','308256.05',    '426','271','323044.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089695.0','1047611.0','151',    '144','68','164911.08',    '139','52','83076.7',    '117','52','81834.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001432.0','1022044.0','1',    '1','1','912.02',    '1','0','0.0',    '1','1','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089696.0','1047611.0','2',    '2','2','2556.6',    '2','2','2505.9',    '2','1','50.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001433.0','1022044.0','1320',    '1152','414','843773.34',    '1097','302','506346.42',    '652','215','337426.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089697.0','1047611.0','259',    '240','82','126722.5',    '237','26','58840.86',    '115','68','67881.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001434.0','1022044.0','1',    '1','1','4865.06',    '1','1','3255.76',    '1','1','1609.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089698.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001435.0','1022044.0','26',    '25','7','8886.0',    '25','4','4394.37',    '10','3','4491.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089699.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001436.0','1022044.0','1',    '1','1','7422.16',    '1','1','898.0',    '1','1','6524.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089700.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001437.0','1022044.0','4',    '4','1','2088.55',    '4','1','1861.75',    '2','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089701.0','1047611.0','38',    '34','24','80980.42',    '31','13','45161.77',    '26','19','35818.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001438.0','1022044.0','60',    '49','28','59160.95',    '46','14','36168.21',    '34','20','22992.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089702.0','1047611.0','2850',    '2561','931','1205571.49',    '2513','279','482135.6',    '1183','755','723435.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001439.0','1022044.0','22',    '18','10','14445.91',    '18','4','7083.18',    '13','8','7362.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089703.0','1047611.0','6',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001440.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089704.0','1047611.0','2099',    '1610','867','2280391.01',    '1570','617','1206569.57',    '819','485','1073821.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001441.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089705.0','1047611.0','1',    '1','1','965.95',    '1','1','129.98',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001442.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089706.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001443.0','1022044.0','20',    '13','6','13687.2',    '12','4','8187.66',    '11','5','5499.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089707.0','1047611.0','1',    '1','1','3691.3',    '1','1','1275.0',    '1','1','2416.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001444.0','1022044.0','71',    '52','31','76549.97',    '50','14','30318.14',    '36','27','46231.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089708.0','1047611.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001445.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089709.0','1047611.0','1',    '1','1','351.8',    '1','1','351.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001446.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089710.0','1047611.0','201',    '166','19','38424.49',    '162','7','24810.19',    '35','14','13614.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001447.0','1022044.0','47',    '38','20','21495.52',    '36','9','9748.99',    '31','13','11746.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089711.0','1047611.0','1',    '1','1','4220.51',    '1','1','1510.82',    '1','1','2709.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001448.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089712.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001449.0','1022044.0','1912',    '1704','790','1019764.3',    '1647','201','315707.19',    '1012','673','704057.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089713.0','1047611.0','26',    '6','2','1402.97',    '4','0','0.0',    '6','2','1402.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001450.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089714.0','1047611.0','10',    '9','3','2676.91',    '8','0','0.0',    '6','3','2676.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001451.0','1022044.0','1',    '1','1','11644.74',    '1','1','1640.0',    '1','1','10004.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089715.0','1047611.0','1',    '1','1','12932.97',    '1','1','11574.0',    '1','1','1358.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001452.0','1022044.0','1',    '1','1','317.34',    '1','0','0.0',    '1','1','317.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089716.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001453.0','1022044.0','1025',    '956','653','781456.22',    '884','125','196145.52',    '778','594','585310.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089717.0','1047611.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001454.0','1022044.0','17',    '17','12','24528.65',    '17','8','17529.89',    '13','9','6998.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089718.0','1047611.0','1059',    '996','672','1652360.44',    '968','340','756051.77',    '763','536','896308.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001455.0','1022044.0','10',    '7','6','11003.58',    '6','3','7051.57',    '6','5','3952.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089719.0','1047611.0','2131',    '1982','1097','1595024.04',    '1914','408','691294.09',    '1309','889','903729.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001456.0','1022044.0','1',    '1','1','595.51',    '1','0','0.0',    '1','1','595.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089720.0','1047611.0','15',    '12','5','7756.82',    '9','1','3576.0',    '9','5','4180.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001457.0','1022044.0','24',    '19','9','14895.41',    '18','3','10301.79',    '11','8','4593.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089721.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001458.0','1022044.0','1',    '1','1','1215.22',    '1','0','0.0',    '1','1','1215.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089722.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001459.0','1022044.0','107',    '102','55','115521.02',    '97','29','54714.59',    '80','45','60806.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089723.0','1047611.0','1',    '1','1','2311.98',    '1','1','1437.48',    '1','1','874.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001460.0','1022044.0','1',    '1','1','852.87',    '1','0','0.0',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089724.0','1047611.0','1',    '1','1','2419.34',    '1','1','2419.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001461.0','1022044.0','13',    '12','9','18111.96',    '11','3','10753.95',    '10','8','7358.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089725.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001462.0','1022044.0','2727',    '2565','621','1120750.47',    '2539','281','653043.91',    '1022','429','467706.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089726.0','1047611.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001463.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089727.0','1047611.0','30',    '29','15','14455.08',    '29','3','1536.0',    '18','15','12919.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001464.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089728.0','1047611.0','23',    '21','11','11980.16',    '19','3','4063.26',    '13','9','7916.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001465.0','1022044.0','6',    '6','4','4928.25',    '6','1','1724.65',    '5','3','3203.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089729.0','1047611.0','1005',    '899','277','414723.43',    '868','133','238573.55',    '445','194','176149.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001466.0','1022044.0','8',    '7','4','2749.12',    '6','1','38.41',    '4','3','2710.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089730.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001467.0','1022044.0','174',    '148','45','46138.24',    '143','6','10575.15',    '68','43','35563.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089731.0','1047611.0','2380',    '2083','940','1912474.63',    '2014','405','729557.47',    '1095','729','1182917.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001468.0','1022044.0','1402',    '1314','914','3129467.72',    '1299','475','1521753.54',    '1031','755','1607714.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089732.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001469.0','1022044.0','307',    '285','180','276026.16',    '270','44','81726.84',    '204','160','194299.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089733.0','1047611.0','24',    '20','13','15431.3',    '19','1','4167.73',    '16','12','11263.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001470.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089734.0','1047611.0','2',    '2','1','1552.82',    '2','1','1280.07',    '2','1','272.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001471.0','1022044.0','3534',    '3326','2183','5997961.58',    '3254','1096','2492145.46',    '2573','1778','3505816.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089735.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001472.0','1022044.0','22',    '18','9','21674.26',    '18','7','15886.73',    '11','6','5787.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089736.0','1047611.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001473.0','1022044.0','2',    '2','2','7745.85',    '2','2','7386.0',    '2','1','359.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089737.0','1047611.0','2912',    '2722','912','979016.86',    '2687','220','322494.47',    '1199','768','656522.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001474.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089738.0','1047611.0','1',    '1','1','6971.97',    '1','1','6136.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001475.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089739.0','1047611.0','1',    '1','1','5335.25',    '1','1','5100.0',    '1','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001476.0','1022044.0','318',    '303','220','368658.75',    '291','104','213572.55',    '228','175','155086.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089740.0','1047611.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001477.0','1022044.0','284',    '241','85','111159.94',    '233','22','44057.95',    '119','73','67101.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089741.0','1047611.0','2',    '2','2','2819.94',    '1','1','2291.0',    '1','1','528.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001478.0','1022044.0','498',    '461','317','591880.69',    '439','155','335526.34',    '336','246','256354.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089742.0','1047611.0','24',    '22','19','19333.39',    '20','3','2759.53',    '21','18','16573.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001479.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089743.0','1047611.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001480.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089744.0','1047611.0','363',    '313','157','227023.22',    '299','47','96371.29',    '205','133','130651.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001481.0','1022044.0','1',    '1','1','1125.0',    '1','1','625.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089745.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001482.0','1022044.0','4',    '4','2','7780.81',    '4','1','6136.0',    '3','2','1644.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089746.0','1047611.0','47',    '38','19','34804.3',    '34','8','24264.5',    '26','14','10539.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001483.0','1022044.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089747.0','1047611.0','1',    '1','1','1088.12',    '1','0','0.0',    '1','1','1088.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001484.0','1022044.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089748.0','1047611.0','1',    '1','1','861.32',    '1','0','0.0',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001485.0','1022044.0','1',    '1','1','122.03',    '1','0','0.0',    '1','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089749.0','1047611.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001486.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089750.0','1047611.0','2',    '1','1','12317.47',    '1','1','1250.0',    '1','1','11067.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001487.0','1022044.0','7',    '7','2','1893.33',    '7','0','0.0',    '4','2','1893.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089751.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001488.0','1022044.0','1',    '1','1','13429.5',    '0','0','0.0',    '1','1','13429.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089752.0','1047611.0','69',    '63','29','59142.09',    '60','23','33842.73',    '49','19','25299.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001489.0','1022044.0','1688',    '1553','617','1045888.67',    '1517','297','593949.79',    '716','429','451938.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089753.0','1047611.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001490.0','1022044.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089754.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001491.0','1022044.0','2',    '1','1','2227.8',    '1','1','2227.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089755.0','1047611.0','2',    '1','1','2558.22',    '1','1','2558.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001492.0','1022044.0','1173',    '967','356','410318.15',    '920','122','174169.27',    '487','271','236148.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089756.0','1047611.0','19',    '19','9','35161.09',    '19','6','27296.01',    '5','4','7865.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001493.0','1022044.0','17',    '16','13','32612.91',    '15','8','18216.75',    '10','10','14396.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089757.0','1047611.0','17',    '15','10','9835.59',    '15','2','4398.71',    '10','8','5436.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001494.0','1022044.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089758.0','1047611.0','7',    '5','2','1736.16',    '5','0','0.0',    '3','2','1736.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001495.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089759.0','1047611.0','329',    '281','125','218903.55',    '259','67','128145.27',    '174','87','90758.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001496.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089760.0','1047611.0','350',    '328','116','165848.22',    '326','40','72263.53',    '171','95','93584.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001497.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089761.0','1047611.0','16',    '12','9','10498.72',    '11','4','5165.18',    '9','6','5333.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001498.0','1022044.0','9',    '7','3','9841.29',    '7','2','4078.82',    '4','1','5762.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089762.0','1047611.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001499.0','1022044.0','2',    '2','2','3492.65',    '2','1','2535.0',    '1','1','957.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089763.0','1047611.0','614',    '560','317','530842.19',    '548','145','252706.32',    '357','249','278135.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001500.0','1022044.0','1',    '1','1','1231.77',    '0','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089764.0','1047611.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001501.0','1022044.0','6',    '5','3','4994.65',    '4','1','3136.81',    '5','2','1857.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089765.0','1047611.0','13',    '12','9','12177.53',    '12','4','4530.28',    '11','9','7647.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001502.0','1022044.0','1',    '1','1','9867.46',    '1','1','918.0',    '1','1','8949.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089766.0','1047611.0','19',    '15','7','8295.21',    '14','4','4310.13',    '12','5','3985.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001503.0','1022044.0','75',    '58','17','27090.92',    '54','9','17578.86',    '28','12','9512.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089767.0','1047611.0','49',    '46','35','53383.9',    '45','14','28575.4',    '33','24','24808.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001504.0','1022044.0','1684',    '1534','600','977098.69',    '1493','265','549086.15',    '741','441','428012.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089768.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001505.0','1022044.0','918',    '832','502','746683.26',    '784','181','280148.13',    '595','414','466535.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089769.0','1047611.0','1',    '1','1','1299.69',    '1','0','0.0',    '1','1','1299.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001506.0','1022044.0','164',    '129','45','80827.2',    '123','17','41258.79',    '63','34','39568.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089770.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001507.0','1022044.0','19',    '16','9','19727.43',    '16','4','11382.02',    '12','6','8345.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089771.0','1047611.0','2',    '2','1','215.28',    '2','1','215.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001508.0','1022044.0','48',    '47','16','24272.95',    '47','7','11043.95',    '20','12','13229.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089772.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001509.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089773.0','1047611.0','5021',    '4762','1479','2777288.22',    '4722','673','1382262.19',    '2362','1111','1395026.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001510.0','1022044.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089774.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001511.0','1022044.0','36',    '31','20','50543.74',    '28','13','42349.77',    '18','11','8193.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089775.0','1047611.0','57',    '48','16','36124.38',    '44','11','29770.48',    '27','9','6353.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001512.0','1022044.0','28',    '18','11','27006.62',    '17','9','15780.75',    '9','7','11225.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089776.0','1047611.0','12',    '10','7','11279.14',    '9','1','5878.35',    '8','7','5400.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001513.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089777.0','1047611.0','46',    '43','23','74410.6',    '43','15','61149.73',    '25','11','13260.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001514.0','1022044.0','5',    '3','3','6616.27',    '3','2','5761.71',    '2','1','854.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089778.0','1047611.0','22',    '14','11','36979.55',    '13','6','18430.87',    '10','10','18548.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001515.0','1022044.0','9',    '7','3','2639.66',    '6','1','1374.0',    '5','2','1265.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089779.0','1047611.0','1274',    '1212','632','1011492.34',    '1189','180','486831.03',    '740','537','524661.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001516.0','1022044.0','22',    '21','15','49818.22',    '21','12','44560.38',    '14','8','5257.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089780.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089781.0','1047611.0','84',    '74','43','106297.03',    '72','27','88576.64',    '41','26','17720.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001518.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089782.0','1047611.0','44',    '35','14','34580.75',    '34','9','24692.12',    '18','8','9888.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001519.0','1022044.0','8',    '7','3','3546.89',    '6','3','3546.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089783.0','1047611.0','2',    '2','1','226.8',    '2','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001520.0','1022044.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089784.0','1047611.0','304',    '293','110','242390.6',    '292','52','125368.22',    '158','82','117022.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001521.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089785.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001522.0','1022044.0','1',    '1','1','1284.0',    '1','1','1284.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089786.0','1047611.0','38',    '37','22','51790.84',    '34','15','23625.95',    '26','16','28164.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001523.0','1022044.0','1',    '1','1','874.78',    '1','1','874.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089787.0','1047611.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001524.0','1022044.0','3',    '3','2','937.37',    '3','0','0.0',    '3','2','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089788.0','1047611.0','1',    '1','1','1385.67',    '1','1','255.3',    '1','1','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001525.0','1022044.0','35',    '30','19','39381.62',    '25','11','18881.14',    '21','12','20500.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089789.0','1047611.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001526.0','1022044.0','18',    '14','10','24851.62',    '11','3','9652.2',    '11','10','15199.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089790.0','1047611.0','1',    '1','1','10888.62',    '1','1','7614.0',    '1','1','3274.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001527.0','1022044.0','1118',    '1042','625','933107.79',    '1016','250','438808.27',    '688','488','494299.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089791.0','1047611.0','1',    '1','1','1062.75',    '1','1','1062.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001528.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089792.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001529.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089793.0','1047611.0','1',    '1','1','2474.0',    '1','0','0.0',    '1','1','2474.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001530.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089794.0','1047611.0','1',    '1','1','2354.07',    '1','1','1036.0',    '1','1','1318.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001531.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089795.0','1047611.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001532.0','1022044.0','2',    '2','2','1403.42',    '2','0','0.0',    '2','2','1403.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089796.0','1047611.0','1',    '1','1','230.18',    '1','0','0.0',    '1','1','230.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001533.0','1022044.0','1',    '1','1','618.29',    '1','0','0.0',    '1','1','618.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089797.0','1047611.0','1',    '1','1','318.14',    '1','1','318.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001534.0','1022044.0','23',    '19','9','36629.66',    '16','7','18192.55',    '13','5','18437.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089798.0','1047611.0','14',    '11','9','15203.82',    '11','1','7174.0',    '9','9','8029.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001535.0','1022044.0','5079',    '4688','2139','3401872.76',    '4592','774','1615257.32',    '2758','1745','1786615.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089799.0','1047611.0','77',    '71','45','145030.01',    '71','22','67318.08',    '53','35','77711.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001536.0','1022044.0','3691',    '3390','1597','2914129.06',    '3330','758','1690061.93',    '1877','1158','1224067.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089800.0','1047611.0','43',    '38','28','75342.22',    '37','22','35847.65',    '27','18','39494.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001537.0','1022044.0','50',    '45','25','95819.69',    '42','17','45256.34',    '31','18','50563.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089801.0','1047611.0','4',    '3','1','2196.7',    '3','1','1374.0',    '1','1','822.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001538.0','1022044.0','2',    '2','1','6739.56',    '2','1','6360.0',    '2','1','379.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089802.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001539.0','1022044.0','30',    '28','9','22579.98',    '24','7','18518.65',    '15','5','4061.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089803.0','1047611.0','1963',    '1802','1007','1914435.61',    '1749','503','1029927.73',    '1170','744','884507.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001540.0','1022044.0','2982',    '2850','910','1787755.41',    '2813','411','848869.2',    '1389','696','938886.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089804.0','1047611.0','1',    '1','1','816.69',    '1','0','0.0',    '1','1','816.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001541.0','1022044.0','1733',    '1609','1079','2372749.76',    '1570','495','1135947.02',    '1177','892','1236802.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089805.0','1047611.0','61',    '54','37','65591.1',    '54','20','41677.1',    '38','30','23914.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001542.0','1022044.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089806.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001543.0','1022044.0','3',    '3','1','3828.61',    '3','1','2624.0',    '2','1','1204.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089807.0','1047611.0','2',    '1','1','4745.14',    '1','1','4745.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001544.0','1022044.0','1',    '1','1','841.04',    '1','0','0.0',    '1','1','841.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089808.0','1047611.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001545.0','1022044.0','11',    '6','3','10296.3',    '5','3','3784.73',    '5','2','6511.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089809.0','1047611.0','162',    '147','78','125265.93',    '142','38','63560.6',    '86','57','61705.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001546.0','1022044.0','3',    '3','1','1096.57',    '3','0','0.0',    '1','1','1096.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089810.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001547.0','1022044.0','17',    '16','12','19780.27',    '16','7','6394.21',    '13','9','13386.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089811.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001548.0','1022044.0','6',    '6','4','14332.46',    '3','2','4080.88',    '5','3','10251.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089812.0','1047611.0','15',    '14','8','26283.25',    '14','6','12798.86',    '7','4','13484.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001549.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089813.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001550.0','1022044.0','1059',    '1003','576','857035.64',    '978','194','458012.44',    '652','478','399023.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089814.0','1047611.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001551.0','1022044.0','1',    '1','1','1036.0',    '1','1','1036.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089815.0','1047611.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001552.0','1022044.0','128',    '110','57','106219.03',    '108','26','70657.63',    '63','40','35561.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089816.0','1047611.0','3',    '3','3','3515.0',    '3','2','1609.46',    '2','2','1905.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001553.0','1022044.0','280',    '266','138','387276.92',    '253','91','162104.13',    '220','113','225172.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089817.0','1047611.0','1',    '1','1','1826.52',    '1','1','1826.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001554.0','1022044.0','427',    '408','260','263953.39',    '390','22','30193.64',    '323','255','233759.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089818.0','1047611.0','1',    '1','1','1877.04',    '1','1','1877.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001555.0','1022044.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089819.0','1047611.0','361',    '335','179','177595.43',    '325','23','22460.5',    '233','170','155134.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001556.0','1022044.0','57',    '40','15','19790.94',    '36','6','11741.23',    '22','9','8049.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089820.0','1047611.0','561',    '471','193','233655.48',    '446','41','66639.22',    '263','169','167016.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001557.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089821.0','1047611.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001558.0','1022044.0','1',    '1','1','1036.0',    '1','1','1036.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089822.0','1047611.0','5',    '4','2','1996.8',    '4','1','78.44',    '2','1','1918.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001559.0','1022044.0','1',    '1','1','718.29',    '1','0','0.0',    '1','1','718.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089823.0','1047611.0','1',    '1','1','984.0',    '1','1','984.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001560.0','1022044.0','4',    '2','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089824.0','1047611.0','116',    '103','69','75254.89',    '97','12','17674.07',    '85','66','57580.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001561.0','1022044.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089825.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001562.0','1022044.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089826.0','1047611.0','5',    '4','3','10472.77',    '4','2','3392.28',    '3','2','7080.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000595.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088859.0','1047611.0','2157',    '1971','1056','1726784.51',    '1876','452','766211.26',    '1299','825','960573.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001563.0','1022044.0','1',    '1','1','1284.0',    '1','1','1284.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089827.0','1047611.0','3399',    '3198','1926','3205152.71',    '3135','782','1490977.09',    '2263','1614','1714175.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001564.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089828.0','1047611.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000452.0','1022044.0','10',    '7','4','3162.11',    '7','1','552.8',    '5','3','2609.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088716.0','1047611.0','1',    '1','1','4294.69',    '1','1','3093.48',    '1','1','1201.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001565.0','1022044.0','1330',    '1171','597','738157.31',    '1118','195','296673.52',    '722','491','441483.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089829.0','1047611.0','2195',    '1825','892','1470877.59',    '1702','532','720302.88',    '1135','559','750574.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001566.0','1022044.0','1',    '1','1','6136.0',    '1','1','6136.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089830.0','1047611.0','2',    '1','1','25342.12',    '1','1','11118.0',    '1','1','14224.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001567.0','1022044.0','207',    '186','113','216646.65',    '181','73','143215.15',    '106','64','73431.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089831.0','1047611.0','1',    '1','1','712.52',    '1','0','0.0',    '1','1','712.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001568.0','1022044.0','1',    '1','1','1185.17',    '1','1','1185.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089832.0','1047611.0','11',    '9','5','6187.18',    '9','4','5170.03',    '5','2','1017.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001569.0','1022044.0','53',    '42','12','17196.96',    '42','8','14157.81',    '18','5','3039.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089833.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001570.0','1022044.0','5',    '3','2','1530.4',    '1','0','0.0',    '2','2','1530.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089834.0','1047611.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001571.0','1022044.0','1704',    '1554','619','764001.48',    '1519','183','298342.36',    '778','516','465659.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089835.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001572.0','1022044.0','1',    '1','1','844.42',    '1','0','0.0',    '1','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089836.0','1047611.0','1',    '1','1','844.42',    '1','0','0.0',    '1','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000371.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088635.0','1047611.0','1',    '1','1','1589.64',    '1','1','1589.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001573.0','1022044.0','2933',    '2715','1553','3417988.34',    '2656','918','1351757.29',    '1796','1140','2066231.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089837.0','1047611.0','1',    '1','1','918.0',    '1','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001574.0','1022044.0','1',    '1','1','2316.81',    '1','1','1455.49',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089838.0','1047611.0','9',    '8','4','13481.22',    '7','3','7521.28',    '4','3','5959.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001575.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089839.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001576.0','1022044.0','15',    '9','2','2033.94',    '9','0','0.0',    '3','2','2033.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089840.0','1047611.0','5',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001577.0','1022044.0','660',    '597','285','273030.66',    '573','28','41269.71',    '357','272','231760.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089841.0','1047611.0','4',    '2','1','228.49',    '1','0','0.0',    '2','1','228.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001578.0','1022044.0','4560',    '4300','2259','2276576.2',    '4148','311','411236.82',    '2898','2107','1865339.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089842.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001579.0','1022044.0','253',    '218','150','287760.42',    '210','79','158151.6',    '151','115','129608.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089843.0','1047611.0','3',    '2','1','4165.97',    '2','1','984.0',    '2','1','3181.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001580.0','1022044.0','964',    '876','482','573142.21',    '850','145','206329.65',    '549','386','366812.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089844.0','1047611.0','29',    '26','15','39300.12',    '26','14','29916.49',    '14','4','9383.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001581.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089845.0','1047611.0','113',    '96','55','98998.24',    '87','25','43770.64',    '59','40','55227.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001582.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089846.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001583.0','1022044.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089847.0','1047611.0','241',    '226','151','454380.93',    '215','108','220538.81',    '167','107','233842.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001584.0','1022044.0','2296',    '2099','988','1203730.24',    '2041','213','357037.38',    '1193','880','846692.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089848.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001585.0','1022044.0','10',    '9','6','7006.12',    '8','3','4206.13',    '6','5','2799.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089849.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001586.0','1022044.0','110',    '99','47','41272.59',    '96','11','8035.44',    '56','42','33237.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089850.0','1047611.0','8',    '8','5','21220.84',    '7','3','17488.76',    '7','4','3732.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001587.0','1022044.0','19',    '14','8','5274.72',    '12','1','454.02',    '12','7','4820.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089851.0','1047611.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001588.0','1022044.0','2',    '2','2','3261.31',    '2','2','1968.0',    '1','1','1293.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089852.0','1047611.0','1078',    '978','410','536008.66',    '950','138','275612.81',    '518','326','260395.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001589.0','1022044.0','236',    '228','78','86905.24',    '223','23','38011.22',    '111','61','48894.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089853.0','1047611.0','1',    '1','1','3171.3',    '1','1','918.0',    '1','1','2253.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001590.0','1022044.0','31',    '27','14','68231.06',    '24','8','22136.0',    '24','12','46095.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089854.0','1047611.0','1',    '1','1','1130.37',    '1','0','0.0',    '1','1','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001591.0','1022044.0','2',    '2','1','1592.72',    '2','1','1374.0',    '1','1','218.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089855.0','1047611.0','1',    '1','1','118.3',    '1','0','0.0',    '1','1','118.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001592.0','1022044.0','208',    '190','95','141133.87',    '183','32','51815.46',    '128','80','89318.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089856.0','1047611.0','5',    '4','1','945.82',    '4','0','0.0',    '2','1','945.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001593.0','1022044.0','3',    '3','1','988.07',    '3','0','0.0',    '1','1','988.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089857.0','1047611.0','1',    '1','1','1036.0',    '1','1','1036.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001594.0','1022044.0','227',    '215','128','225629.84',    '205','50','107587.15',    '140','101','118042.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089858.0','1047611.0','369',    '327','152','328366.48',    '313','104','176388.85',    '186','91','151977.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001595.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089859.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001596.0','1022044.0','11',    '8','4','3487.53',    '8','0','0.0',    '6','4','3487.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089860.0','1047611.0','1',    '1','1','4407.3',    '1','1','4407.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001597.0','1022044.0','825',    '789','539','836564.72',    '770','168','406395.63',    '595','475','430169.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089861.0','1047611.0','12',    '7','3','4272.64',    '7','1','2550.0',    '5','2','1722.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001598.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089862.0','1047611.0','7',    '6','1','852.87',    '6','0','0.0',    '3','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001599.0','1022044.0','1',    '1','1','1071.78',    '0','0','0.0',    '1','1','1071.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089863.0','1047611.0','28',    '27','11','14832.45',    '26','10','13609.13',    '14','4','1223.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001600.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089864.0','1047611.0','235',    '201','89','193070.73',    '191','56','103816.57',    '117','60','89254.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001601.0','1022044.0','4',    '4','1','6018.0',    '4','1','6018.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089865.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001602.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089866.0','1047611.0','115',    '107','73','277710.59',    '105','58','124619.44',    '73','51','153091.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001603.0','1022044.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089867.0','1047611.0','4',    '3','3','4735.49',    '3','1','2537.28',    '3','3','2198.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001604.0','1022044.0','271',    '222','50','63595.94',    '214','25','37719.64',    '77','34','25876.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089868.0','1047611.0','1818',    '1680','722','886569.09',    '1635','241','438233.71',    '884','539','448335.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001605.0','1022044.0','503',    '435','232','343497.97',    '409','80','130353.78',    '304','191','213144.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089869.0','1047611.0','27',    '26','22','30125.09',    '25','7','11789.18',    '21','19','18335.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001606.0','1022044.0','355',    '314','157','135150.82',    '296','18','12537.2',    '199','148','122613.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089870.0','1047611.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001607.0','1022044.0','124',    '114','56','113713.32',    '108','37','63657.84',    '75','36','50055.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089871.0','1047611.0','13',    '11','9','17399.06',    '8','5','12444.96',    '10','7','4954.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001608.0','1022044.0','1',    '1','1','971.17',    '1','0','0.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089872.0','1047611.0','1',    '1','1','675.68',    '1','1','675.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001609.0','1022044.0','2',    '2','2','12581.94',    '2','2','7350.57',    '2','2','5231.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089873.0','1047611.0','10',    '7','3','2245.99',    '7','1','235.71',    '4','2','2010.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001610.0','1022044.0','1',    '1','1','1114.0',    '1','1','1114.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089874.0','1047611.0','1',    '1','1','888.36',    '1','0','0.0',    '1','1','888.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001611.0','1022044.0','1',    '1','1','1374.0',    '1','1','1374.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089875.0','1047611.0','2',    '2','1','6008.56',    '2','1','3509.85',    '2','1','2498.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001612.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089876.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001613.0','1022044.0','75',    '73','12','14760.19',    '72','3','6860.07',    '23','10','7900.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089877.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001614.0','1022044.0','2',    '2','2','2252.22',    '2','1','1374.0',    '1','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089878.0','1047611.0','2278',    '2141','856','850789.3',    '2096','131','231009.69',    '1134','795','619779.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001615.0','1022044.0','7',    '4','3','3955.36',    '4','1','1077.0',    '3','3','2878.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089879.0','1047611.0','467',    '412','163','205725.61',    '397','68','109417.83',    '202','117','96307.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001616.0','1022044.0','7',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089880.0','1047611.0','77',    '75','54','57851.7',    '70','6','7072.9',    '63','51','50778.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001617.0','1022044.0','864',    '727','397','476316.07',    '695','121','186934.02',    '487','325','289382.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089881.0','1047611.0','1',    '1','1','905.49',    '1','1','905.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001618.0','1022044.0','4',    '4','3','2767.14',    '4','3','2338.44',    '1','1','428.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089882.0','1047611.0','6',    '6','2','857.4',    '4','0','0.0',    '6','2','857.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001619.0','1022044.0','163',    '143','54','81937.89',    '141','28','36184.37',    '59','37','45753.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089883.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001620.0','1022044.0','1',    '1','1','759.35',    '1','0','0.0',    '1','1','759.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089884.0','1047611.0','2002',    '1792','890','2247134.42',    '1767','487','1167446.52',    '1043','659','1079687.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001621.0','1022044.0','314',    '274','113','142117.61',    '262','28','44058.61',    '144','100','98059.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089885.0','1047611.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001622.0','1022044.0','55',    '52','34','80191.34',    '50','24','49169.1',    '35','23','31022.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089886.0','1047611.0','23',    '19','3','3233.46',    '18','1','2223.96',    '5','2','1009.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001623.0','1022044.0','2',    '2','1','17138.95',    '2','1','6136.0',    '1','1','11002.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089887.0','1047611.0','9',    '9','7','11155.06',    '8','3','6759.0',    '6','6','4396.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001624.0','1022044.0','10',    '8','4','2987.94',    '8','1','80.85',    '4','4','2907.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089888.0','1047611.0','1',    '1','1','1164.17',    '1','0','0.0',    '1','1','1164.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001625.0','1022044.0','2',    '2','1','757.26',    '2','1','757.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089889.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000312.0','1022044.0','1',    '1','1','587.5',    '1','1','587.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088576.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001626.0','1022044.0','182',    '158','94','201247.1',    '148','51','112869.32',    '108','68','88377.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089890.0','1047611.0','1694',    '1544','887','1108872.86',    '1489','222','387693.46',    '1053','776','721179.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000377.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088641.0','1047611.0','36',    '30','17','11713.85',    '29','3','995.16',    '19','14','10718.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000654.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088918.0','1047611.0','1',    '1','1','2074.0',    '1','1','2074.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001627.0','1022044.0','19',    '11','3','8386.76',    '10','1','1275.0',    '6','2','7111.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089891.0','1047611.0','10',    '9','4','26159.38',    '9','4','9641.83',    '6','1','16517.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001628.0','1022044.0','658',    '528','250','262283.41',    '495','66','85510.1',    '295','205','176773.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089892.0','1047611.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000549.0','1022044.0','962',    '839','445','490056.6',    '806','70','113530.6',    '552','403','376526.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088813.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001629.0','1022044.0','15',    '11','6','8478.66',    '11','5','6433.04',    '8','2','2045.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089893.0','1047611.0','76',    '65','34','33363.61',    '62','12','10207.72',    '44','28','23155.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2000276.0','1022044.0','1',    '1','1','1640.0',    '1','1','1640.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2088540.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001630.0','1022044.0','1967',    '1795','885','1242590.12',    '1718','373','500370.52',    '1135','669','742219.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089894.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001631.0','1022044.0','20',    '15','9','30496.36',    '13','5','22482.0',    '11','8','8014.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089895.0','1047611.0','1',    '1','1','1007.77',    '1','1','600.44',    '1','1','407.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000299.0','1022044.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088563.0','1047611.0','1754',    '1612','1015','2554293.89',    '1588','540','1251097.76',    '1130','798','1303196.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001632.0','1022044.0','257',    '239','153','185140.74',    '232','55','76541.62',    '181','124','108599.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089896.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001633.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089897.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001634.0','1022044.0','40',    '31','27','74331.65',    '30','16','42034.01',    '24','19','32297.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089898.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001635.0','1022044.0','13',    '12','6','32487.5',    '11','5','15368.8',    '8','5','17118.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089899.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001636.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089900.0','1047611.0','3',    '2','1','2925.91',    '2','1','2193.0',    '1','1','732.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001637.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089901.0','1047611.0','3689',    '3442','1957','3503066.45',    '3333','823','1446423.62',    '2363','1589','2056642.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001638.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089902.0','1047611.0','152',    '122','58','77254.62',    '113','19','21392.36',    '73','52','55862.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001639.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089903.0','1047611.0','2',    '2','1','1079.67',    '2','0','0.0',    '1','1','1079.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001640.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089904.0','1047611.0','1',    '1','1','228.49',    '1','0','0.0',    '1','1','228.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001641.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089905.0','1047611.0','279',    '238','129','138851.96',    '222','15','17021.66',    '162','122','121830.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001642.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089906.0','1047611.0','12',    '8','1','2124.0',    '8','1','2124.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000432.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088696.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001643.0','1022044.0','1',    '1','1','1746.93',    '1','1','984.0',    '1','1','762.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089907.0','1047611.0','604',    '528','250','313966.9',    '505','68','93063.58',    '321','208','220903.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001644.0','1022044.0','530',    '464','259','332668.95',    '425','60','101919.73',    '312','229','230749.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089908.0','1047611.0','2',    '2','1','2657.25',    '1','1','1956.31',    '2','1','700.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001645.0','1022044.0','554',    '524','307','548004.94',    '517','104','223157.8',    '371','256','324847.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089909.0','1047611.0','1',    '1','1','2465.89',    '1','1','918.0',    '1','1','1547.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001646.0','1022044.0','1578',    '1507','509','732786.14',    '1486','200','285038.93',    '751','394','447747.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089910.0','1047611.0','10',    '8','5','8200.67',    '8','3','7213.38',    '3','2','987.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001647.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089911.0','1047611.0','1',    '1','1','5737.26',    '1','1','1114.0',    '1','1','4623.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000664.0','1022044.0','85',    '70','48','72640.2',    '64','11','21054.76',    '54','41','51585.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088928.0','1047611.0','718',    '658','434','452112.21',    '618','69','102172.98',    '502','402','349939.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001648.0','1022044.0','7',    '5','1','920.47',    '5','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089912.0','1047611.0','1',    '1','1','3884.0',    '1','1','984.0',    '1','1','2900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001649.0','1022044.0','1',    '1','1','1071.22',    '1','0','0.0',    '1','1','1071.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089913.0','1047611.0','569',    '535','296','313432.78',    '511','43','72124.41',    '348','275','241308.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001650.0','1022044.0','1',    '1','1','6277.21',    '1','0','0.0',    '1','1','6277.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089914.0','1047611.0','660',    '642','525','1719690.71',    '624','391','1095828.31',    '545','423','623862.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001651.0','1022044.0','1',    '1','1','984.23',    '1','0','0.0',    '1','1','984.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089915.0','1047611.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001652.0','1022044.0','1',    '1','1','2108.85',    '1','1','2108.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089916.0','1047611.0','1',    '1','1','560.52',    '1','1','560.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001653.0','1022044.0','1',    '1','1','73.4',    '1','1','73.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089917.0','1047611.0','3',    '2','1','414.43',    '2','0','0.0',    '1','1','414.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001654.0','1022044.0','1',    '1','1','791.6',    '1','1','791.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089918.0','1047611.0','3',    '3','1','729.27',    '3','1','445.47',    '3','1','283.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001655.0','1022044.0','1',    '1','1','984.0',    '1','1','984.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089919.0','1047611.0','25',    '25','18','37263.75',    '24','11','22745.37',    '18','12','14518.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000600.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088864.0','1047611.0','28',    '28','25','84413.8',    '28','21','60362.36',    '23','19','24051.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001656.0','1022044.0','1',    '1','1','2819.18',    '1','1','2819.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089920.0','1047611.0','1',    '1','1','16071.72',    '1','1','12939.0',    '1','1','3132.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001657.0','1022044.0','1',    '1','1','3850.37',    '1','1','1465.68',    '1','1','2384.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089921.0','1047611.0','1',    '1','1','2876.17',    '1','1','2876.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001658.0','1022044.0','1',    '1','1','866.19',    '1','1','625.04',    '1','1','241.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089922.0','1047611.0','4',    '4','3','2484.17',    '4','1','227.84',    '3','2','2256.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001659.0','1022044.0','1',    '1','1','931.34',    '1','0','0.0',    '1','1','931.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089923.0','1047611.0','1',    '1','1','700.0',    '1','0','0.0',    '1','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001660.0','1022044.0','2',    '2','1','2981.99',    '2','1','1826.0',    '1','1','1155.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089924.0','1047611.0','1',    '1','1','262.54',    '1','1','262.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001661.0','1022044.0','1',    '1','1','4399.08',    '1','1','2162.0',    '1','1','2237.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089925.0','1047611.0','1',    '1','1','4337.69',    '1','1','1826.0',    '1','1','2511.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001662.0','1022044.0','2',    '1','1','3208.2',    '1','1','1826.0',    '1','1','1382.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089926.0','1047611.0','1',    '1','1','3548.21',    '1','1','2678.2',    '1','1','870.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2000269.0','1022044.0','15',    '14','8','27868.93',    '14','4','14199.67',    '13','6','13669.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2088533.0','1047611.0','23',    '21','18','100421.12',    '20','16','67851.61',    '17','14','32569.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001663.0','1022044.0','10',    '9','6','16819.26',    '9','4','8514.16',    '6','4','8305.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089927.0','1047611.0','24',    '23','18','15244.85',    '18','1','742.02',    '22','18','14502.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001664.0','1022044.0','1',    '1','1','6697.53',    '1','1','4899.92',    '1','1','1797.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089928.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001665.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089929.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001666.0','1022044.0','557',    '525','346','568990.62',    '508','135','286446.19',    '382','282','282544.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089930.0','1047611.0','2137',    '1915','1157','1194446.85',    '1803','258','380965.04',    '1329','1000','813481.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001667.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089931.0','1047611.0','1',    '1','1','673.48',    '1','1','673.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001668.0','1022044.0','1',    '1','1','12939.0',    '1','1','12939.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089932.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001669.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089933.0','1047611.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001670.0','1022044.0','1',    '1','1','5878.74',    '1','1','5387.1',    '1','1','491.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089934.0','1047611.0','50',    '38','14','29755.9',    '36','8','24340.48',    '13','7','5415.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001671.0','1022044.0','13',    '13','7','17775.84',    '12','5','9399.8',    '11','7','8376.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089935.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001672.0','1022044.0','1',    '1','1','480.19',    '1','0','0.0',    '1','1','480.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089936.0','1047611.0','1',    '1','1','768.91',    '1','0','0.0',    '1','1','768.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000639.0','1022044.0','1',    '1','1','3388.24',    '1','1','1826.0',    '1','1','1562.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088903.0','1047611.0','87',    '78','27','39229.65',    '78','5','15616.87',    '36','24','23612.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000248.0','1022044.0','1',    '1','1','155.5',    '1','1','155.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088512.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001673.0','1022044.0','1',    '1','1','1138.41',    '1','1','1138.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089937.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001674.0','1022044.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089938.0','1047611.0','3',    '2','2','4423.54',    '2','2','3487.89',    '1','1','935.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000674.0','1022044.0','9',    '9','7','7264.52',    '9','6','4990.79',    '7','5','2273.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088938.0','1047611.0','1',    '1','1','770.03',    '1','0','0.0',    '1','1','770.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000635.0','1022044.0','7',    '7','5','9933.48',    '6','2','3246.14',    '7','5','6687.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088899.0','1047611.0','1',    '1','1','672.09',    '1','0','0.0',    '1','1','672.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001675.0','1022044.0','1',    '1','1','3918.1',    '1','0','0.0',    '1','1','3918.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089939.0','1047611.0','1',    '1','1','216.0',    '1','1','216.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001676.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089940.0','1047611.0','4',    '4','3','5162.45',    '4','3','2709.09',    '4','3','2453.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001677.0','1022044.0','1',    '1','1','2513.86',    '1','1','1826.0',    '1','1','687.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089941.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001678.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089942.0','1047611.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001679.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089943.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001680.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089944.0','1047611.0','1',    '1','1','5588.11',    '1','1','1826.0',    '1','1','3762.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001681.0','1022044.0','6',    '6','2','4685.44',    '6','1','636.53',    '5','2','4048.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089945.0','1047611.0','11',    '10','6','7990.17',    '10','4','4411.6',    '7','4','3578.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001682.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089946.0','1047611.0','1',    '1','1','14.56',    '1','0','0.0',    '1','1','14.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001683.0','1022044.0','1',    '1','1','1359.59',    '1','0','0.0',    '1','1','1359.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089947.0','1047611.0','1',    '1','1','6243.47',    '1','1','4533.4',    '1','1','1710.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000456.0','1022044.0','1',    '1','1','684.03',    '1','0','0.0',    '1','1','684.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088720.0','1047611.0','5',    '4','2','10868.23',    '4','2','8559.08',    '2','1','2309.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000483.0','1022044.0','1',    '1','1','330.62',    '1','0','0.0',    '1','1','330.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088747.0','1047611.0','1',    '1','1','3645.99',    '1','1','1826.0',    '1','1','1819.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001684.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089948.0','1047611.0','1',    '1','1','1435.76',    '1','1','860.49',    '1','1','575.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001685.0','1022044.0','8',    '8','6','9502.24',    '7','4','4332.16',    '8','5','5170.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089949.0','1047611.0','1',    '1','1','1099.39',    '0','0','0.0',    '1','1','1099.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001686.0','1022044.0','7',    '7','5','23814.16',    '7','4','14157.0',    '6','4','9657.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089950.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001687.0','1022044.0','1',    '1','1','1398.55',    '1','0','0.0',    '1','1','1398.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089951.0','1047611.0','2',    '2','1','2901.86',    '2','1','2901.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001688.0','1022044.0','2',    '1','1','372.66',    '1','1','142.0',    '1','1','230.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089952.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001689.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089953.0','1047611.0','1',    '1','1','1826.0',    '1','1','1826.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001690.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089954.0','1047611.0','3',    '3','3','14044.45',    '3','3','12622.83',    '3','3','1421.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001691.0','1022044.0','1',    '1','1','450.62',    '1','0','0.0',    '1','1','450.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089955.0','1047611.0','34',    '34','19','45953.32',    '32','10','22231.49',    '28','17','23721.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001692.0','1022044.0','1',    '1','1','1826.0',    '1','1','1826.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089956.0','1047611.0','3',    '3','2','3602.25',    '3','2','2855.32',    '3','1','746.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001693.0','1022044.0','1',    '1','1','330.62',    '1','0','0.0',    '1','1','330.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089957.0','1047611.0','945',    '878','279','309469.02',    '862','53','104722.4',    '393','255','204746.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001694.0','1022044.0','21',    '19','14','24822.85',    '17','9','17755.89',    '18','13','7066.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089958.0','1047611.0','1124',    '967','465','554764.56',    '901','177','229991.02',    '628','363','324773.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001695.0','1022044.0','5',    '5','3','1451.45',    '5','0','0.0',    '4','3','1451.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089959.0','1047611.0','1137',    '1055','624','640005.88',    '1007','82','122406.11',    '745','584','517599.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001696.0','1022044.0','1',    '1','1','713.76',    '1','1','713.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089960.0','1047611.0','11',    '11','8','53077.94',    '11','7','39255.41',    '7','7','13822.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001697.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089961.0','1047611.0','1',    '1','1','3493.05',    '1','1','2967.96',    '1','1','525.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001698.0','1022044.0','16',    '15','8','15866.02',    '14','3','6843.25',    '10','5','9022.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089962.0','1047611.0','3',    '3','1','5227.53',    '3','1','4401.98',    '2','1','825.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001699.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089963.0','1047611.0','7',    '6','4','7070.49',    '6','2','2456.56',    '6','4','4613.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001700.0','1022044.0','2',    '1','1','179.53',    '1','1','152.23',    '1','1','27.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089964.0','1047611.0','9',    '8','4','11545.79',    '7','2','7171.52',    '8','4','4374.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001701.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089965.0','1047611.0','1',    '1','1','784.36',    '0','0','0.0',    '1','1','784.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001702.0','1022044.0','3',    '3','2','8077.45',    '3','2','7649.65',    '2','1','427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089966.0','1047611.0','1',    '1','1','3014.2',    '1','1','765.0',    '1','1','2249.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000334.0','1022044.0','1',    '1','1','1118.57',    '1','0','0.0',    '1','1','1118.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088598.0','1047611.0','1',    '1','1','700.0',    '0','0','0.0',    '1','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001703.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089967.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001704.0','1022044.0','51',    '44','20','47883.58',    '41','8','15686.06',    '23','14','32197.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089968.0','1047611.0','1',    '1','1','2637.36',    '1','1','2637.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001705.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089969.0','1047611.0','1035',    '802','329','533332.27',    '752','177','312162.63',    '429','213','221169.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001706.0','1022044.0','1',    '1','1','1.82',    '1','0','0.0',    '1','1','1.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089970.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001707.0','1022044.0','3303',    '3095','2423','8750029.16',    '3010','1960','5960329.48',    '2486','1915','2789699.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089971.0','1047611.0','8',    '8','6','5227.72',    '8','1','447.9',    '7','6','4779.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001708.0','1022044.0','2',    '2','2','3200.9',    '2','2','2267.28',    '1','1','933.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089972.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001709.0','1022044.0','2086',    '1880','893','1481235.29',    '1797','415','698429.19',    '1189','653','782806.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089973.0','1047611.0','1',    '1','1','16.9',    '1','0','0.0',    '1','1','16.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001710.0','1022044.0','20',    '16','12','10207.26',    '16','3','744.91',    '14','11','9462.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089974.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2000348.0','1022044.0','3096',    '2838','1429','1468583.84',    '2735','211','316186.17',    '1838','1314','1152397.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2088612.0','1047611.0','1',    '1','1','4846.03',    '1','1','2368.9',    '1','1','2477.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001711.0','1022044.0','370',    '297','119','144372.2',    '287','30','43784.33',    '150','103','100587.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089975.0','1047611.0','6',    '6','4','6587.87',    '6','3','2407.89',    '5','3','4179.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001712.0','1022044.0','2',    '2','2','10023.79',    '2','2','2445.44',    '2','1','7578.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089976.0','1047611.0','14',    '12','7','8090.16',    '12','3','4975.58',    '6','5','3114.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000486.0','1022044.0','2',    '2','1','7001.98',    '2','1','5340.67',    '1','1','1661.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088750.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001713.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089977.0','1047611.0','1',    '1','1','2159.19',    '1','1','1826.0',    '1','1','333.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001714.0','1022044.0','13',    '11','5','28654.34',    '11','4','13821.0',    '10','5','14833.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089978.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001715.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089979.0','1047611.0','20',    '20','12','40132.19',    '19','7','23114.09',    '18','11','17018.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001716.0','1022044.0','2',    '2','2','2020.87',    '2','1','159.0',    '1','1','1861.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089980.0','1047611.0','1',    '1','1','856.57',    '1','0','0.0',    '1','1','856.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001717.0','1022044.0','1',    '1','1','188.32',    '1','1','90.24',    '1','1','98.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089981.0','1047611.0','1',    '1','1','1238.84',    '1','1','1238.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001718.0','1022044.0','1',    '1','1','3415.79',    '1','1','2162.0',    '1','1','1253.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089982.0','1047611.0','2',    '2','1','7008.63',    '2','1','4792.95',    '1','1','2215.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001719.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089983.0','1047611.0','1',    '1','1','7739.25',    '1','1','5080.21',    '1','1','2659.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001720.0','1022044.0','1',    '1','1','760.0',    '1','0','0.0',    '1','1','760.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089984.0','1047611.0','2',    '2','1','228.96',    '2','1','161.32',    '2','1','67.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001721.0','1022044.0','1',    '1','1','788.78',    '1','1','788.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089985.0','1047611.0','4016',    '3831','1363','1515697.44',    '3760','274','521609.73',    '1807','1207','994087.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000488.0','1022044.0','1',    '1','1','4850.06',    '1','1','3559.06',    '1','1','1291.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088752.0','1047611.0','17',    '12','9','14768.02',    '10','4','9566.75',    '8','7','5201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001722.0','1022044.0','1',    '1','1','3884.48',    '1','1','3791.88',    '1','1','92.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089986.0','1047611.0','430',    '342','194','321893.12',    '319','64','126673.87',    '229','157','195219.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000481.0','1022044.0','2',    '2','1','330.62',    '2','0','0.0',    '2','1','330.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088745.0','1047611.0','242',    '214','127','155832.87',    '203','35','63516.85',    '157','106','92316.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000313.0','1022044.0','10',    '9','5','13306.16',    '9','5','7866.1',    '5','4','5440.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088577.0','1047611.0','9',    '7','6','13890.04',    '7','5','9110.4',    '6','5','4779.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001723.0','1022044.0','1',    '1','1','4879.98',    '1','1','2162.0',    '1','1','2717.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089987.0','1047611.0','1',    '1','1','870.01',    '1','0','0.0',    '1','1','870.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001724.0','1022044.0','1',    '1','1','1455.47',    '1','1','1455.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089988.0','1047611.0','1',    '1','1','4553.94',    '1','1','3194.05',    '1','1','1359.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000597.0','1022044.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088861.0','1047611.0','1',    '1','1','39.37',    '1','1','39.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001725.0','1022044.0','1',    '1','1','3228.22',    '1','1','2162.0',    '1','1','1066.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089989.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001726.0','1022044.0','1',    '1','1','1917.46',    '1','1','1826.0',    '1','1','91.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089990.0','1047611.0','1',    '1','1','262.64',    '1','1','262.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001727.0','1022044.0','1',    '1','1','428.7',    '1','0','0.0',    '1','1','428.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089991.0','1047611.0','86',    '73','44','53713.88',    '71','6','8471.69',    '59','42','45242.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001728.0','1022044.0','168',    '158','72','79179.03',    '152','13','23131.37',    '98','67','56047.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089992.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000509.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088773.0','1047611.0','1',    '1','1','1681.57',    '1','1','1681.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001729.0','1022044.0','2',    '2','1','984.0',    '2','1','984.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089993.0','1047611.0','5',    '4','3','7769.13',    '3','1','5022.2',    '4','3','2746.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001730.0','1022044.0','3',    '3','2','7031.38',    '3','1','5331.22',    '2','2','1700.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089994.0','1047611.0','1',    '1','1','625.35',    '1','0','0.0',    '1','1','625.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001731.0','1022044.0','953',    '793','317','434328.76',    '770','134','205204.08',    '381','228','229124.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089995.0','1047611.0','1',    '1','1','1880.84',    '1','1','912.76',    '1','1','968.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001732.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089996.0','1047611.0','1',    '1','1','5375.54',    '1','1','3781.33',    '1','1','1594.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001733.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2089997.0','1047611.0','28',    '25','17','15878.37',    '24','3','2892.93',    '20','15','12985.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001734.0','1022044.0','1',    '1','1','647.82',    '1','1','618.7',    '1','1','29.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089998.0','1047611.0','1',    '1','1','3010.85',    '1','0','0.0',    '1','1','3010.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001735.0','1022044.0','4',    '4','2','4825.23',    '4','1','4361.69',    '3','1','463.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2089999.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001736.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090000.0','1047611.0','5',    '5','4','10446.37',    '5','3','5075.88',    '4','3','5370.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001737.0','1022044.0','1',    '1','1','1333.16',    '1','1','450.56',    '1','1','882.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090001.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001738.0','1022044.0','1',    '1','1','566.33',    '1','1','566.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090002.0','1047611.0','3',    '3','2','562.23',    '2','0','0.0',    '3','2','562.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000542.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088806.0','1047611.0','1',    '1','1','1020.71',    '1','1','1020.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001739.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090003.0','1047611.0','1',    '1','1','155.68',    '1','1','155.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001740.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090004.0','1047611.0','6',    '6','4','2800.1',    '6','3','1596.59',    '4','2','1203.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001741.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090005.0','1047611.0','1',    '1','1','330.62',    '1','0','0.0',    '1','1','330.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001742.0','1022044.0','8',    '7','4','9471.64',    '7','2','3988.0',    '7','4','5483.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090006.0','1047611.0','22',    '20','12','25649.34',    '20','9','13421.78',    '18','10','12227.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001743.0','1022044.0','6',    '6','2','1183.31',    '6','2','264.76',    '5','1','918.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090007.0','1047611.0','1',    '1','1','661.24',    '1','0','0.0',    '1','1','661.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001744.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090008.0','1047611.0','1',    '1','1','5838.74',    '1','1','4572.47',    '1','1','1266.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001745.0','1022044.0','2',    '2','1','54.0',    '2','1','54.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090009.0','1047611.0','8',    '8','6','16312.04',    '8','3','8870.77',    '7','5','7441.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001746.0','1022044.0','2',    '2','1','999.31',    '1','0','0.0',    '2','1','999.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090010.0','1047611.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001747.0','1022044.0','3',    '2','2','3380.52',    '2','2','2957.3',    '2','1','423.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090011.0','1047611.0','1',    '1','1','472.52',    '1','0','0.0',    '1','1','472.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001748.0','1022044.0','5',    '5','3','4053.67',    '5','2','704.99',    '4','2','3348.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090012.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001749.0','1022044.0','1',    '1','1','2124.27',    '1','1','370.43',    '1','1','1753.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090013.0','1047611.0','1',    '1','1','1902.9',    '1','1','1826.0',    '1','1','76.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001750.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090014.0','1047611.0','1',    '1','1','5094.12',    '1','1','5094.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000683.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088947.0','1047611.0','1',    '1','1','157.48',    '1','1','157.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001751.0','1022044.0','19',    '16','12','30329.96',    '15','8','22086.09',    '10','7','8243.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090015.0','1047611.0','1',    '1','1','440.16',    '1','1','440.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001752.0','1022044.0','1',    '1','1','808.42',    '1','1','593.6',    '1','1','214.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090016.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000629.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088893.0','1047611.0','1',    '1','1','39.77',    '1','1','39.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001753.0','1022044.0','2',    '2','1','4243.25',    '2','1','2712.0',    '2','1','1531.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090017.0','1047611.0','1',    '1','1','4163.25',    '1','1','4163.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001754.0','1022044.0','1',    '1','1','1826.0',    '1','1','1826.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090018.0','1047611.0','1',    '1','1','330.62',    '1','0','0.0',    '1','1','330.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001755.0','1022044.0','10',    '10','6','26877.34',    '9','4','20189.0',    '8','6','6688.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090019.0','1047611.0','44',    '40','32','80464.39',    '39','27','46991.41',    '27','21','33472.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001756.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090020.0','1047611.0','1',    '1','1','2361.2',    '1','1','745.86',    '1','1','1615.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001757.0','1022044.0','1',    '1','1','300.7',    '0','0','0.0',    '1','1','300.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090021.0','1047611.0','1',    '1','1','3461.99',    '1','1','3461.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001758.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090022.0','1047611.0','1',    '1','1','539.39',    '1','0','0.0',    '1','1','539.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000246.0','1022044.0','4',    '4','4','7870.76',    '4','4','7039.49',    '2','1','831.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088510.0','1047611.0','2',    '2','1','7598.23',    '2','1','5979.7',    '1','1','1618.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001759.0','1022044.0','1',    '1','1','2636.81',    '1','1','1826.0',    '1','1','810.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090023.0','1047611.0','1',    '1','1','1030.62',    '1','0','0.0',    '1','1','1030.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001760.0','1022044.0','7',    '7','7','31504.22',    '7','5','20393.69',    '7','6','11110.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090024.0','1047611.0','61',    '57','41','108227.45',    '57','37','79183.19',    '44','31','29044.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001761.0','1022044.0','4',    '4','3','2760.75',    '4','1','1736.48',    '4','3','1024.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090025.0','1047611.0','1',    '1','1','7004.04',    '1','1','5170.49',    '1','1','1833.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001762.0','1022044.0','3',    '3','3','2626.76',    '2','1','371.7',    '3','3','2255.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090026.0','1047611.0','3',    '3','3','3222.42',    '3','2','2216.0',    '3','2','1006.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001763.0','1022044.0','1',    '1','1','2815.35',    '1','1','1826.0',    '1','1','989.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090027.0','1047611.0','1',    '1','1','633.12',    '1','1','633.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001764.0','1022044.0','1',    '1','1','6589.23',    '1','1','4686.19',    '1','1','1903.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090028.0','1047611.0','1',    '1','1','70.43',    '1','0','0.0',    '1','1','70.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001765.0','1022044.0','10',    '10','7','16263.99',    '10','7','14650.54',    '6','3','1613.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090029.0','1047611.0','1',    '1','1','3987.73',    '1','1','1382.28',    '1','1','2605.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001766.0','1022044.0','3',    '3','2','6139.63',    '3','2','4062.33',    '2','1','2077.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090030.0','1047611.0','1',    '1','1','131.48',    '1','1','131.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000610.0','1022044.0','8',    '8','6','17054.44',    '8','5','6559.1',    '6','5','10495.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088874.0','1047611.0','25',    '22','16','29616.53',    '21','10','17895.3',    '15','10','11721.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001767.0','1022044.0','1',    '1','1','1090.62',    '1','0','0.0',    '1','1','1090.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090031.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001768.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090032.0','1047611.0','557',    '537','293','290301.49',    '524','22','32588.12',    '347','285','257713.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001769.0','1022044.0','6',    '6','3','4154.4',    '6','1','875.91',    '4','2','3278.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090033.0','1047611.0','1',    '1','1','1147.27',    '1','0','0.0',    '1','1','1147.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001770.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090034.0','1047611.0','1',    '1','1','984.0',    '1','1','984.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001771.0','1022044.0','4',    '3','3','3064.79',    '3','2','2582.0',    '2','1','482.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090035.0','1047611.0','1',    '1','1','3535.25',    '1','1','3366.25',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001772.0','1022044.0','1',    '1','1','3794.2',    '1','1','3794.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090036.0','1047611.0','3',    '3','3','9100.97',    '3','2','7483.01',    '3','3','1617.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001773.0','1022044.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090037.0','1047611.0','1',    '1','1','1900.56',    '1','1','1826.0',    '1','1','74.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001774.0','1022044.0','2',    '2','2','6200.32',    '2','1','4916.61',    '2','2','1283.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090038.0','1047611.0','1',    '1','1','4938.47',    '1','1','4725.99',    '1','1','212.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001775.0','1022044.0','19',    '19','12','28680.5',    '18','3','12150.06',    '16','11','16530.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090039.0','1047611.0','24',    '21','14','55010.37',    '19','11','32164.39',    '17','11','22845.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001776.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090040.0','1047611.0','50',    '48','35','115289.76',    '47','27','74667.05',    '34','27','40622.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001777.0','1022044.0','1',    '1','1','303.19',    '1','0','0.0',    '1','1','303.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090041.0','1047611.0','3',    '3','1','406.34',    '3','1','406.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000547.0','1022044.0','1',    '1','1','3665.47',    '1','1','1826.0',    '1','1','1839.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088811.0','1047611.0','1',    '1','1','1068.57',    '1','0','0.0',    '1','1','1068.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001778.0','1022044.0','3',    '3','2','940.85',    '3','1','798.95',    '1','1','141.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090042.0','1047611.0','2',    '2','1','2647.77',    '2','1','1416.0',    '2','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000692.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088956.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000580.0','1022044.0','2',    '1','1','2300.0',    '1','1','2162.0',    '1','1','138.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088844.0','1047611.0','3',    '1','1','5363.5',    '1','1','1640.0',    '1','1','3723.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001779.0','1022044.0','2',    '2','2','4805.89',    '2','1','2162.0',    '2','2','2643.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090043.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001780.0','1022044.0','1',    '1','1','2856.11',    '1','1','1274.91',    '1','1','1581.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090044.0','1047611.0','4',    '3','1','2269.95',    '2','1','1105.78',    '3','1','1164.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001781.0','1022044.0','1',    '1','1','226.66',    '1','1','226.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090045.0','1047611.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001782.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090046.0','1047611.0','15',    '14','8','32203.51',    '12','5','16199.53',    '11','6','16003.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001783.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090047.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001784.0','1022044.0','6',    '6','2','1263.47',    '6','0','0.0',    '5','2','1263.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090048.0','1047611.0','6',    '5','2','510.66',    '4','2','440.23',    '3','1','70.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001785.0','1022044.0','1',    '1','1','1591.69',    '1','1','721.68',    '1','1','870.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090049.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001786.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090050.0','1047611.0','1',    '1','1','4802.14',    '1','1','4140.9',    '1','1','661.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001787.0','1022044.0','1',    '1','1','19512.2',    '1','1','13443.0',    '1','1','6069.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090051.0','1047611.0','1',    '1','1','2162.0',    '1','1','2162.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001788.0','1022044.0','1',    '1','1','2696.82',    '1','1','1826.0',    '1','1','870.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090052.0','1047611.0','127',    '113','59','98692.79',    '110','19','36484.18',    '75','55','62208.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001789.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090053.0','1047611.0','1',    '1','1','196.0',    '1','1','196.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001790.0','1022044.0','1',    '1','1','8244.73',    '1','1','6765.32',    '1','1','1479.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090054.0','1047611.0','89',    '65','32','57280.07',    '61','23','40920.67',    '40','15','16359.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001791.0','1022044.0','31',    '23','11','10202.63',    '22','8','8105.78',    '13','3','2096.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090055.0','1047611.0','2',    '2','2','1311.27',    '1','0','0.0',    '2','2','1311.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001792.0','1022044.0','2',    '1','1','1072.68',    '1','1','903.68',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090056.0','1047611.0','3',    '3','1','8561.53',    '3','1','6798.74',    '3','1','1762.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001793.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090057.0','1047611.0','20',    '18','10','9255.67',    '18','4','4641.54',    '13','8','4614.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000577.0','1022044.0','1',    '1','1','2726.16',    '1','1','1826.0',    '1','1','900.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088841.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000626.0','1022044.0','1',    '1','1','383.68',    '1','1','383.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088890.0','1047611.0','4',    '3','3','942.86',    '3','0','0.0',    '3','3','942.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000620.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088884.0','1047611.0','1',    '1','1','330.62',    '1','0','0.0',    '1','1','330.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001794.0','1022044.0','2',    '2','2','3419.11',    '2','2','3226.36',    '1','1','192.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090058.0','1047611.0','3',    '3','2','4220.17',    '3','2','2258.85',    '3','2','1961.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001795.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090059.0','1047611.0','1',    '1','1','9186.91',    '1','1','5118.47',    '1','1','4068.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001796.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090060.0','1047611.0','1',    '1','1','4562.88',    '1','1','2872.62',    '1','1','1690.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001797.0','1022044.0','1',    '1','1','305.9',    '1','1','104.0',    '1','1','201.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090061.0','1047611.0','14',    '12','4','9930.86',    '12','3','9631.24',    '3','2','299.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001798.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090062.0','1047611.0','14',    '12','10','29808.99',    '10','5','12178.97',    '10','9','17630.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001799.0','1022044.0','205',    '185','129','479991.54',    '171','119','233057.15',    '105','51','246934.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090063.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001800.0','1022044.0','15',    '11','8','15697.89',    '11','6','13626.11',    '5','3','2071.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090064.0','1047611.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001801.0','1022044.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090065.0','1047611.0','1',    '1','1','675.8',    '1','0','0.0',    '1','1','675.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001802.0','1022044.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090066.0','1047611.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001803.0','1022044.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090067.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001804.0','1022044.0','1',    '1','1','3896.0',    '1','1','3896.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090068.0','1047611.0','1',    '1','1','267.52',    '1','1','267.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000441.0','1022044.0','1',    '1','1','1093.32',    '1','1','914.81',    '1','1','178.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088705.0','1047611.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001805.0','1022044.0','1',    '1','1','1826.0',    '1','1','1826.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090069.0','1047611.0','6',    '3','2','5537.51',    '3','2','5537.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001806.0','1022044.0','4',    '4','3','14323.8',    '2','2','8100.62',    '3','2','6223.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090070.0','1047611.0','1',    '1','1','597.55',    '1','0','0.0',    '1','1','597.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001807.0','1022044.0','1',    '1','1','326.56',    '1','1','184.66',    '1','1','141.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090071.0','1047611.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001808.0','1021958.0','5',    '5','3','20763.03',    '5','3','14521.63',    '3','2','6241.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090072.0','1047525.0','2',    '2','1','4120.0',    '1','1','4120.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001809.0','1021958.0','19',    '15','8','23739.77',    '14','7','13940.61',    '10','4','9799.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090073.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000648.0','1021958.0','6',    '4','3','1988.61',    '4','3','1765.43',    '1','1','223.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088912.0','1047525.0','6',    '5','3','10388.72',    '4','3','10128.52',    '3','1','260.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001810.0','1021958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090074.0','1047525.0','1',    '1','1','774.4',    '1','0','0.0',    '1','1','774.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001811.0','1021958.0','6',    '6','5','15183.7',    '6','5','12296.06',    '2','1','2887.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090075.0','1047525.0','3',    '3','3','6680.31',    '3','3','6680.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001812.0','1021958.0','62',    '55','42','85444.14',    '50','38','56251.41',    '25','11','29192.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090076.0','1047525.0','6',    '4','1','4324.9',    '4','1','4324.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001813.0','1021958.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090077.0','1047525.0','1',    '1','1','5019.24',    '1','0','0.0',    '1','1','5019.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001814.0','1021958.0','3',    '3','1','4665.57',    '3','1','4665.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090078.0','1047525.0','1',    '1','1','4032.09',    '1','1','4032.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001815.0','1021958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090079.0','1047525.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001816.0','1021958.0','1',    '1','1','2845.0',    '1','1','2845.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090080.0','1047525.0','1',    '1','1','182.36',    '1','1','182.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000704.0','1021958.0','2',    '2','2','1865.37',    '2','1','982.11',    '2','2','883.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088968.0','1047525.0','13',    '12','8','10077.09',    '12','7','6813.19',    '6','2','3263.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001817.0','1021958.0','7',    '7','5','5168.8',    '7','5','5068.8',    '2','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090081.0','1047525.0','37',    '31','21','33817.66',    '30','19','26767.56',    '17','4','7050.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001818.0','1021958.0','6',    '6','6','19031.26',    '6','6','19031.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090082.0','1047525.0','1',    '1','1','1346.0',    '1','1','1346.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001819.0','1021958.0','3',    '3','1','3016.44',    '3','1','2793.26',    '2','1','223.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090083.0','1047525.0','7',    '6','4','25702.41',    '6','4','22407.0',    '2','1','3295.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001820.0','1021958.0','1',    '1','1','525.73',    '1','1','181.44',    '1','1','344.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090084.0','1047525.0','7',    '6','4','8877.06',    '6','3','6184.18',    '4','3','2692.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001821.0','1021958.0','3',    '3','2','2375.26',    '3','2','2254.15',    '1','1','121.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090085.0','1047525.0','2',    '2','1','3404.5',    '0','0','0.0',    '2','1','3404.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001822.0','1021958.0','291',    '249','211','515735.68',    '238','203','363632.43',    '126','65','152103.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090086.0','1047525.0','5',    '5','5','19072.91',    '5','5','18757.21',    '3','1','315.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001823.0','1021958.0','7',    '7','5','22653.08',    '7','4','14799.76',    '4','3','7853.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090087.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001824.0','1021958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090088.0','1047525.0','5',    '4','3','15609.93',    '4','3','5844.42',    '2','2','9765.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000681.0','1021958.0','16',    '13','10','15486.64',    '11','9','8691.99',    '7','3','6794.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088945.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001825.0','1021958.0','1',    '1','1','1391.61',    '1','1','1391.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090089.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000409.0','1021958.0','3',    '2','2','3773.84',    '2','1','907.26',    '2','2','2866.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088673.0','1047525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001826.0','1021958.0','12',    '10','6','13939.42',    '9','6','13514.52',    '4','1','424.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090090.0','1047525.0','1',    '1','1','743.33',    '1','1','743.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001827.0','1021958.0','27',    '21','18','69820.49',    '20','17','53457.34',    '5','4','16363.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090091.0','1047525.0','46',    '26','17','42354.53',    '20','15','36883.4',    '15','6','5471.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001828.0','1021958.0','7',    '7','4','4931.33',    '7','2','4154.51',    '3','2','776.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090092.0','1047525.0','1',    '1','1','1346.0',    '1','1','1346.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001829.0','1021958.0','16',    '15','5','16434.73',    '13','5','16256.22',    '6','1','178.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090093.0','1047525.0','731',    '648','508','1060838.9',    '625','471','805483.13',    '356','186','255355.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001830.0','1021958.0','1',    '1','1','1097.79',    '1','1','442.76',    '1','1','655.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090094.0','1047525.0','38',    '32','27','47650.94',    '30','15','23815.58',    '25','19','23835.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000602.0','1021958.0','1',    '1','1','3126.84',    '1','1','3126.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088866.0','1047525.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001831.0','1021958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090095.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001832.0','1021958.0','1',    '1','1','218.47',    '1','1','218.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090096.0','1047525.0','16',    '14','12','40070.54',    '14','11','33879.07',    '9','7','6191.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2000398.0','1021958.0','2',    '1','1','3419.3',    '1','1','3419.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2088662.0','1047525.0','128',    '119','105','191168.34',    '117','99','168132.1',    '60','34','23036.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000295.0','1021958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088559.0','1047525.0','1',    '1','1','4992.32',    '1','1','4987.77',    '1','1','4.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000445.0','1021958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088709.0','1047525.0','63',    '61','41','101713.84',    '58','38','91029.71',    '32','17','10684.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001833.0','1021958.0','3',    '3','3','6954.2',    '3','3','6597.19',    '3','1','357.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090097.0','1047525.0','127',    '105','85','425192.97',    '98','80','318757.28',    '58','33','106435.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001834.0','1021958.0','1',    '1','1','19735.69',    '1','1','12939.0',    '1','1','6796.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090098.0','1047525.0','7',    '7','5','16910.91',    '7','5','16789.8',    '2','1','121.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000379.0','1021958.0','411',    '374','292','1419008.39',    '366','261','877870.11',    '268','202','541138.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088643.0','1047525.0','1',    '1','1','1597.88',    '1','1','1597.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001835.0','1021958.0','64',    '53','37','197649.63',    '48','34','66066.74',    '40','25','131582.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090099.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2000429.0','1021958.0','1',    '1','1','5336.92',    '1','1','3790.6',    '1','1','1546.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2088693.0','1047525.0','8',    '8','5','17447.66',    '8','5','16710.58',    '5','3','737.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001836.0','1021958.0','2',    '2','2','2517.1',    '1','0','0.0',    '2','2','2517.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090100.0','1047525.0','1',    '1','1','1838.76',    '1','1','1318.0',    '1','1','520.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001837.0','1021958.0','1',    '1','1','1811.69',    '1','1','1016.6',    '1','1','795.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090101.0','1047525.0','123',    '110','86','166603.73',    '109','84','155648.85',    '52','20','10954.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001838.0','1021958.0','3',    '3','3','11258.72',    '3','3','11035.54',    '1','1','223.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090102.0','1047525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001839.0','1021958.0','35',    '27','17','82519.41',    '21','14','31003.36',    '17','7','51516.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090103.0','1047525.0','3',    '2','1','954.0',    '2','1','954.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000693.0','1021958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088957.0','1047525.0','250',    '210','100','245985.26',    '194','71','85429.32',    '115','57','160555.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2000601.0','1021958.0','394',    '328','176','294509.24',    '311','101','187989.94',    '190','115','106519.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2088865.0','1047525.0','34',    '27','19','31772.48',    '25','12','12321.61',    '18','12','19450.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001840.0','1021958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090104.0','1047525.0','1',    '1','1','283.99',    '1','1','283.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001841.0','1021958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090105.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003519.0',    '2001842.0','1021958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008012.0',    '2090106.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001843.0','1021958.0','6',    '6','6','6861.07',    '6','2','1981.22',    '6','6','4879.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090107.0','1047525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001844.0','1021958.0','233',    '191','130','241977.11',    '176','119','183411.94',    '92','46','58565.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090108.0','1047525.0','10',    '7','3','3387.89',    '6','2','1513.15',    '4','2','1874.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001845.0','1021958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090109.0','1047525.0','5',    '5','2','3244.59',    '4','2','1964.0',    '2','1','1280.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003504.0',    '2001846.0','1021958.0','9',    '9','6','7697.56',    '8','4','5210.02',    '6','3','2487.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3007997.0',    '2090110.0','1047525.0','1',    '1','1','1497.38',    '1','1','1497.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001847.0','1022547.0','332',    '297','204','343465.01',    '278','95','203837.58',    '205','160','139627.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090111.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001848.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090112.0','1048114.0','209',    '191','100','147195.51',    '186','41','77803.46',    '108','78','69392.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001849.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090113.0','1048114.0','2',    '2','2','1957.89',    '2','0','0.0',    '2','2','1957.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001850.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090114.0','1048114.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001851.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090115.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001852.0','1022547.0','33',    '32','21','25591.93',    '27','9','12667.4',    '25','16','12924.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090116.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001853.0','1022547.0','487',    '434','293','497255.14',    '410','150','253528.65',    '307','222','243726.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090117.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001854.0','1022547.0','1',    '1','1','954.0',    '1','1','954.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090118.0','1048114.0','126',    '113','82','162574.77',    '110','47','95440.8',    '75','55','67133.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001855.0','1022547.0','1',    '1','1','2233.15',    '1','1','1590.0',    '1','1','643.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090119.0','1048114.0','1',    '1','1','1757.32',    '1','1','982.0',    '1','1','775.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001856.0','1022547.0','1',    '1','1','1648.12',    '1','0','0.0',    '1','1','1648.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090120.0','1048114.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001857.0','1022547.0','936',    '656','315','603463.8',    '625','232','302883.92',    '338','172','300579.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090121.0','1048114.0','10',    '7','7','20784.43',    '7','7','20561.25',    '2','1','223.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001858.0','1022547.0','15',    '14','11','13018.74',    '14','11','13018.74',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090122.0','1048114.0','324',    '285','151','245152.33',    '270','73','137813.3',    '161','102','107339.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001859.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090123.0','1048114.0','1',    '1','1','861.32',    '1','0','0.0',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001860.0','1022547.0','592',    '556','373','616419.6',    '536','142','283390.35',    '384','303','333029.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090124.0','1048114.0','18',    '15','12','31891.39',    '13','11','23794.37',    '7','4','8097.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001861.0','1022547.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090125.0','1048114.0','28',    '25','22','60091.29',    '25','21','59269.04',    '13','4','822.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001862.0','1022547.0','1',    '1','1','989.76',    '1','0','0.0',    '1','1','989.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090126.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001863.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090127.0','1048114.0','1',    '1','1','857.94',    '1','0','0.0',    '1','1','857.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001864.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090128.0','1048114.0','1',    '1','1','1081.36',    '1','0','0.0',    '1','1','1081.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001865.0','1022547.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090129.0','1048114.0','31',    '27','21','27284.68',    '26','10','15359.39',    '22','15','11925.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001866.0','1022547.0','42',    '40','30','67587.39',    '37','27','57113.19',    '21','12','10474.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090130.0','1048114.0','1',    '1','1','1160.0',    '1','1','1160.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001867.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090131.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001868.0','1022547.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090132.0','1048114.0','2',    '2','1','491.0',    '2','1','491.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001869.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090133.0','1048114.0','32',    '22','10','7312.15',    '20','7','5499.71',    '13','6','1812.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001870.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090134.0','1048114.0','61',    '51','38','71349.36',    '48','38','70098.1',    '23','7','1251.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001871.0','1022547.0','1',    '1','1','161.74',    '1','0','0.0',    '1','1','161.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090135.0','1048114.0','1',    '1','1','689.49',    '1','1','689.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001872.0','1022547.0','2',    '2','1','2425.97',    '2','1','1590.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090136.0','1048114.0','135',    '120','99','210989.69',    '116','95','194951.91',    '54','22','16037.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001873.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090137.0','1048114.0','396',    '352','232','322884.39',    '336','99','149452.45',    '251','177','173431.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001874.0','1022547.0','1',    '1','1','4544.64',    '1','1','4544.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090138.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001875.0','1022547.0','1',    '1','1','2121.0',    '1','1','2121.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090139.0','1048114.0','24',    '23','11','24930.69',    '23','8','18692.33',    '10','5','6238.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001876.0','1022547.0','2',    '1','1','1441.53',    '1','1','1441.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090140.0','1048114.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001877.0','1022547.0','1',    '1','1','2829.71',    '1','1','2829.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090141.0','1048114.0','1',    '1','1','742.02',    '1','0','0.0',    '1','1','742.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001878.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090142.0','1048114.0','1',    '1','1','2763.25',    '0','0','0.0',    '1','1','2763.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001879.0','1022547.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090143.0','1048114.0','12',    '7','5','30936.91',    '6','5','21092.56',    '2','1','9844.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001880.0','1022547.0','6',    '3','1','1346.0',    '2','1','1346.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090144.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001881.0','1022547.0','13',    '10','5','12812.34',    '10','5','12812.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090145.0','1048114.0','1',    '1','1','2216.3',    '1','1','1346.0',    '1','1','870.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001882.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090146.0','1048114.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001883.0','1022547.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090147.0','1048114.0','1',    '1','1','1058.1',    '1','1','477.0',    '1','1','581.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001884.0','1022547.0','2',    '2','1','4939.02',    '2','1','3867.8',    '2','1','1071.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090148.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001885.0','1022547.0','162',    '131','101','300653.54',    '128','98','290638.5',    '38','14','10015.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090149.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001886.0','1022547.0','9',    '5','4','7873.98',    '5','4','7023.96',    '4','3','850.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090150.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001887.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090151.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001888.0','1022547.0','269',    '225','169','527008.35',    '203','160','250963.48',    '147','83','276044.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090152.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001889.0','1022547.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090153.0','1048114.0','2',    '1','1','1762.01',    '1','1','1762.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001890.0','1022547.0','2',    '2','1','1701.54',    '2','0','0.0',    '2','1','1701.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090154.0','1048114.0','3',    '3','2','8592.33',    '3','2','8248.04',    '2','1','344.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001891.0','1022547.0','1',    '1','1','1346.0',    '1','1','1346.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090155.0','1048114.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001892.0','1022547.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090156.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001893.0','1022547.0','2',    '2','2','1840.94',    '2','0','0.0',    '2','2','1840.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090157.0','1048114.0','1',    '1','1','1911.08',    '1','1','159.04',    '1','1','1752.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001894.0','1022547.0','187',    '160','109','290841.33',    '157','109','284645.82',    '54','21','6195.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090158.0','1048114.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001895.0','1022547.0','179',    '162','124','501662.28',    '157','120','233965.83',    '91','55','267696.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090159.0','1048114.0','1',    '1','1','837.66',    '1','0','0.0',    '1','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001896.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090160.0','1048114.0','20',    '9','3','11800.0',    '1','0','0.0',    '8','3','11800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001897.0','1022547.0','412',    '315','184','381602.61',    '291','160','252569.71',    '188','70','129032.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090161.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001898.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090162.0','1048114.0','315',    '281','171','176914.81',    '266','91','90196.76',    '188','107','86718.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001899.0','1022547.0','16',    '14','8','13793.92',    '13','6','9181.41',    '8','6','4612.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090163.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001900.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090164.0','1048114.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001901.0','1022547.0','12',    '12','8','6883.21',    '12','3','1908.0',    '7','6','4975.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090165.0','1048114.0','827',    '759','540','1381972.27',    '719','303','612127.33',    '536','412','769844.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001902.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090166.0','1048114.0','321',    '283','215','661101.51',    '264','203','447381.1',    '163','82','213720.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001903.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090167.0','1048114.0','1',    '1','1','41.45',    '1','0','0.0',    '1','1','41.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001904.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090168.0','1048114.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001905.0','1022547.0','18',    '16','11','18608.41',    '15','8','12632.84',    '10','7','5975.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090169.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001906.0','1022547.0','1',    '1','1','6302.21',    '1','1','3504.0',    '1','1','2798.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090170.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001907.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090171.0','1048114.0','244',    '223','148','276123.07',    '213','75','147293.73',    '159','103','128829.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001908.0','1022547.0','1',    '1','1','871.46',    '1','0','0.0',    '1','1','871.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090172.0','1048114.0','1',    '1','1','694.0',    '1','0','0.0',    '1','1','694.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001909.0','1022547.0','10',    '8','7','32774.48',    '8','7','20493.96',    '3','2','12280.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090173.0','1048114.0','1',    '1','1','3018.34',    '1','1','3018.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001910.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090174.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001911.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090175.0','1048114.0','347',    '300','129','149243.64',    '289','44','55435.32',    '148','105','93808.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001912.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090176.0','1048114.0','1930',    '1718','1042','1304506.92',    '1660','269','421382.42',    '1188','878','883124.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001913.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090177.0','1048114.0','1',    '1','1','346.5',    '1','1','201.6',    '1','1','144.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001914.0','1022547.0','1',    '1','1','946.77',    '1','1','946.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090178.0','1048114.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001915.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090179.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001916.0','1022547.0','33',    '27','19','118660.22',    '26','18','27177.37',    '17','12','91482.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090180.0','1048114.0','498',    '444','277','436140.55',    '411','165','244942.37',    '273','157','191198.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001917.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090181.0','1048114.0','1',    '1','1','67.6',    '1','0','0.0',    '1','1','67.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001918.0','1022547.0','267',    '224','122','176657.67',    '215','65','98775.08',    '117','77','77882.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090182.0','1048114.0','1',    '1','1','912.02',    '1','0','0.0',    '1','1','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001919.0','1022547.0','28',    '27','14','47907.72',    '27','11','29457.13',    '14','5','18450.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090183.0','1048114.0','1',    '1','1','1562.93',    '1','1','1562.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001920.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090184.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001921.0','1022547.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090185.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001922.0','1022547.0','487',    '451','374','1402984.37',    '433','359','918832.45',    '246','142','484151.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090186.0','1048114.0','20',    '19','18','25921.25',    '19','17','24815.94',    '11','7','1105.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001923.0','1022547.0','14',    '12','7','10520.81',    '10','6','9117.58',    '5','2','1403.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090187.0','1048114.0','1',    '1','1','235.25',    '1','0','0.0',    '1','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001924.0','1022547.0','162',    '84','47','138788.45',    '63','38','56630.58',    '54','21','82157.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090188.0','1048114.0','555',    '471','257','367120.66',    '438','149','200085.88',    '288','163','167034.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001925.0','1022547.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090189.0','1048114.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001926.0','1022547.0','1',    '1','1','851.04',    '1','1','851.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090190.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001927.0','1022547.0','4',    '4','3','9255.38',    '4','3','9032.2',    '1','1','223.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090191.0','1048114.0','2',    '2','1','895.12',    '2','0','0.0',    '1','1','895.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001928.0','1022547.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090192.0','1048114.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001929.0','1022547.0','1',    '1','1','1394.59',    '1','1','1394.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090193.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001930.0','1022547.0','30',    '26','15','14057.76',    '25','8','9552.0',    '15','8','4505.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090194.0','1048114.0','21',    '16','7','21630.21',    '14','7','21285.92',    '6','1','344.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001931.0','1022547.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090195.0','1048114.0','91',    '82','68','216285.24',    '80','68','205625.99',    '41','21','10659.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001932.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090196.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001933.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090197.0','1048114.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001934.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090198.0','1048114.0','1',    '1','1','236.43',    '1','1','236.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001935.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090199.0','1048114.0','218',    '190','122','165782.52',    '179','52','88430.98',    '129','95','77351.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001936.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090200.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001937.0','1022547.0','326',    '306','192','356475.53',    '302','85','162491.42',    '202','146','193984.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090201.0','1048114.0','1384',    '1225','641','867100.55',    '1183','248','402250.0',    '742','497','464850.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001938.0','1022547.0','2',    '2','2','3559.63',    '2','2','1717.0',    '2','2','1842.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090202.0','1048114.0','3380',    '3105','1884','1893303.75',    '2971','532','445224.84',    '2122','1578','1448078.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001939.0','1022547.0','2',    '2','1','3007.6',    '2','1','3007.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090203.0','1048114.0','1',    '1','1','856.25',    '1','0','0.0',    '1','1','856.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001940.0','1022547.0','6',    '2','1','528.94',    '0','0','0.0',    '2','1','528.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090204.0','1048114.0','26',    '21','10','15974.32',    '19','1','2302.0',    '13','10','13672.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001941.0','1022547.0','1',    '1','1','491.0',    '1','1','491.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090205.0','1048114.0','668',    '559','293','695909.66',    '528','174','385898.21',    '323','192','310011.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001942.0','1022547.0','41',    '37','9','7346.59',    '34','2','731.16',    '19','8','6615.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090206.0','1048114.0','24',    '22','10','22158.82',    '22','10','20637.21',    '7','1','1521.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001943.0','1022547.0','86',    '58','30','31627.17',    '55','9','9137.9',    '35','25','22489.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090207.0','1048114.0','247',    '227','112','224943.2',    '215','69','111371.98',    '127','78','113571.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001944.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090208.0','1048114.0','1',    '1','1','3266.9',    '1','0','0.0',    '1','1','3266.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001945.0','1022547.0','43',    '32','20','48655.51',    '29','10','21283.89',    '25','16','27371.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090209.0','1048114.0','41',    '36','11','21950.89',    '35','6','17998.85',    '10','6','3952.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001946.0','1022547.0','363',    '315','125','260877.1',    '306','54','88274.9',    '156','93','172602.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090210.0','1048114.0','10',    '5','2','5965.6',    '5','2','5965.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001947.0','1022547.0','8',    '5','3','2710.71',    '5','0','0.0',    '4','3','2710.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090211.0','1048114.0','200',    '169','42','62515.18',    '166','23','34215.66',    '47','22','28299.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001948.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090212.0','1048114.0','1',    '1','1','982.0',    '1','1','982.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001949.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090213.0','1048114.0','16',    '11','5','4689.26',    '9','0','0.0',    '7','5','4689.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001950.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090214.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001951.0','1022547.0','2',    '2','1','1353.8',    '2','0','0.0',    '1','1','1353.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090215.0','1048114.0','800',    '735','254','432006.98',    '721','169','270268.42',    '300','123','161738.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001952.0','1022547.0','24',    '20','14','18788.76',    '20','1','791.98',    '13','13','17996.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090216.0','1048114.0','1',    '1','1','940.75',    '1','0','0.0',    '1','1','940.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001953.0','1022547.0','31',    '21','13','21429.5',    '20','11','19071.84',    '11','3','2357.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090217.0','1048114.0','18',    '13','7','5498.08',    '12','0','0.0',    '9','7','5498.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001954.0','1022547.0','4',    '4','2','3945.97',    '3','1','3110.0',    '4','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090218.0','1048114.0','34',    '32','18','29722.35',    '29','10','14044.93',    '19','12','15677.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001955.0','1022547.0','1',    '1','1','7056.02',    '1','0','0.0',    '1','1','7056.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090219.0','1048114.0','8',    '8','1','1086.18',    '8','1','1086.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001956.0','1022547.0','26',    '24','10','17665.18',    '21','6','7490.0',    '13','6','10175.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090220.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001957.0','1022547.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090221.0','1048114.0','11',    '9','1','852.87',    '9','0','0.0',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001958.0','1022547.0','64',    '59','26','67833.03',    '55','17','27771.57',    '33','15','40061.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090222.0','1048114.0','54',    '51','42','107827.9',    '49','30','78235.16',    '31','22','29592.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001959.0','1022547.0','199',    '184','88','204063.61',    '181','47','89786.85',    '102','62','114276.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090223.0','1048114.0','1',    '1','1','1226.0',    '1','1','1226.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001960.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090224.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001961.0','1022547.0','2016',    '1775','972','1030412.76',    '1700','243','287115.09',    '1145','820','743297.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090225.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001962.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090226.0','1048114.0','174',    '151','104','273452.97',    '145','80','196418.56',    '79','51','77034.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001963.0','1022547.0','426',    '378','246','418192.5',    '354','127','243200.24',    '262','165','174992.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090227.0','1048114.0','42',    '39','28','52825.5',    '38','10','15445.39',    '27','22','37380.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001964.0','1022547.0','4348',    '3830','2009','3090071.38',    '3718','970','1412838.57',    '2119','1403','1677232.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090228.0','1048114.0','1',    '1','1','66.94',    '1','1','66.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001965.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090229.0','1048114.0','115',    '99','19','28881.28',    '95','10','17238.75',    '36','13','11642.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001966.0','1022547.0','90',    '86','63','113165.97',    '82','26','64477.46',    '67','51','48688.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090230.0','1048114.0','96',    '72','36','60741.54',    '67','10','8816.36',    '49','28','51925.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001967.0','1022547.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090231.0','1048114.0','175',    '154','63','111124.27',    '147','27','49090.04',    '81','47','62034.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001968.0','1022547.0','160',    '143','70','139840.43',    '139','55','114917.82',    '56','29','24922.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090232.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001969.0','1022547.0','42',    '26','9','10272.23',    '20','4','7149.33',    '18','5','3122.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090233.0','1048114.0','44',    '33','20','44490.97',    '32','10','13751.41',    '25','17','30739.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001970.0','1022547.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090234.0','1048114.0','86',    '72','41','67678.17',    '67','12','32347.95',    '48','37','35330.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001971.0','1022547.0','142',    '132','92','256941.41',    '130','76','186848.4',    '92','46','70093.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090235.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001972.0','1022547.0','255',    '224','138','150965.04',    '209','29','37222.82',    '165','123','113742.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090236.0','1048114.0','17',    '16','13','14414.75',    '16','1','2550.0',    '14','13','11864.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001973.0','1022547.0','1',    '1','1','491.0',    '1','1','491.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090237.0','1048114.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001974.0','1022547.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090238.0','1048114.0','258',    '220','118','178601.22',    '199','48','71380.45',    '145','90','107220.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001975.0','1022547.0','4',    '4','3','2331.94',    '4','1','491.0',    '2','2','1840.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090239.0','1048114.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001976.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090240.0','1048114.0','2',    '2','1','846.11',    '2','0','0.0',    '1','1','846.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001977.0','1022547.0','21',    '18','7','4110.31',    '18','3','1412.77',    '7','4','2697.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090241.0','1048114.0','1',    '1','1','25600.0',    '1','1','9764.73',    '1','1','15835.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001978.0','1022547.0','4',    '4','3','33698.49',    '4','3','20076.49',    '2','1','13622.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090242.0','1048114.0','2',    '2','1','3564.6',    '2','0','0.0',    '2','1','3564.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001979.0','1022547.0','17',    '14','10','22061.4',    '13','8','5714.6',    '12','8','16346.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090243.0','1048114.0','2098',    '1949','1059','2676424.69',    '1823','521','987944.27',    '1376','807','1688480.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001980.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090244.0','1048114.0','5380',    '5004','2621','2582618.31',    '4852','785','645090.47',    '3084','2149','1937527.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001981.0','1022547.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090245.0','1048114.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001982.0','1022547.0','99',    '74','31','49866.73',    '62','9','11004.46',    '53','27','38862.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090246.0','1048114.0','1',    '1','1','566.12',    '1','0','0.0',    '1','1','566.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001983.0','1022547.0','7',    '6','1','566.12',    '6','0','0.0',    '2','1','566.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090247.0','1048114.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001984.0','1022547.0','1',    '1','1','7277.02',    '1','0','0.0',    '1','1','7277.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090248.0','1048114.0','6',    '5','4','5178.06',    '5','1','2611.0',    '4','3','2567.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001985.0','1022547.0','32',    '26','16','12680.69',    '22','4','1593.12',    '19','13','11087.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090249.0','1048114.0','164',    '138','71','158335.0',    '131','46','85536.96',    '75','47','72798.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001986.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090250.0','1048114.0','90',    '73','31','36655.7',    '71','13','21184.0',    '29','19','15471.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001987.0','1022547.0','272',    '235','101','109958.84',    '229','24','25208.18',    '134','85','84750.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090251.0','1048114.0','19',    '16','9','11712.99',    '13','3','6495.08',    '13','7','5217.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001988.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090252.0','1048114.0','1',    '1','1','1022.97',    '1','1','187.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001989.0','1022547.0','1',    '1','1','1110.09',    '1','0','0.0',    '1','1','1110.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090253.0','1048114.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001990.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090254.0','1048114.0','2',    '2','1','640.3',    '1','0','0.0',    '2','1','640.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001991.0','1022547.0','2',    '2','2','7607.33',    '2','2','6480.33',    '1','1','1127.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090255.0','1048114.0','1',    '1','1','1079.67',    '1','0','0.0',    '1','1','1079.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001992.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090256.0','1048114.0','5',    '5','4','7134.64',    '5','4','4542.12',    '4','2','2592.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001993.0','1022547.0','1',    '1','1','4478.85',    '1','1','3886.0',    '1','1','592.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090257.0','1048114.0','16',    '13','4','3543.05',    '13','2','916.84',    '7','3','2626.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001994.0','1022547.0','43',    '36','17','20035.4',    '35','4','9986.48',    '20','13','10048.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090258.0','1048114.0','157',    '137','44','48261.24',    '133','12','21476.6',    '53','33','26784.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001995.0','1022547.0','72',    '65','40','100044.17',    '60','14','22906.66',    '52','31','77137.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090259.0','1048114.0','49',    '39','18','22234.85',    '34','8','12493.52',    '22','12','9741.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001996.0','1022547.0','268',    '247','174','422413.01',    '233','126','225855.33',    '182','122','196557.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090260.0','1048114.0','17',    '15','6','6866.21',    '14','4','4779.7',    '6','2','2086.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001997.0','1022547.0','324',    '286','111','148167.15',    '271','41','72576.89',    '130','82','75590.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090261.0','1048114.0','200',    '193','80','182671.15',    '182','34','70161.07',    '111','62','112510.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001998.0','1022547.0','1',    '1','1','7168.0',    '1','1','668.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090262.0','1048114.0','5',    '3','2','1536.16',    '2','0','0.0',    '2','2','1536.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2001999.0','1022547.0','26',    '17','8','7042.34',    '17','1','668.0',    '8','7','6374.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090263.0','1048114.0','27',    '27','13','11628.11',    '26','0','0.0',    '18','13','11628.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002000.0','1022547.0','31',    '28','12','18657.91',    '28','5','9653.03',    '16','9','9004.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090264.0','1048114.0','11',    '10','5','4844.7',    '10','0','0.0',    '5','5','4844.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002001.0','1022547.0','84',    '81','50','160954.2',    '79','42','100357.71',    '55','32','60596.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090265.0','1048114.0','18',    '13','2','5965.99',    '12','2','5132.49',    '6','1','833.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002002.0','1022547.0','257',    '226','128','222950.81',    '212','50','104989.34',    '141','105','117961.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090266.0','1048114.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002003.0','1022547.0','1',    '1','1','16198.0',    '1','1','16198.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090267.0','1048114.0','1',    '1','1','1130.37',    '1','0','0.0',    '1','1','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002004.0','1022547.0','2',    '2','1','315.6',    '2','1','315.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090268.0','1048114.0','1',    '1','1','3382.0',    '1','1','982.0',    '1','1','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002005.0','1022547.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090269.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002006.0','1022547.0','1098',    '965','442','541395.99',    '947','220','238807.67',    '466','289','302588.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090270.0','1048114.0','2',    '2','1','668.0',    '2','1','668.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002007.0','1022547.0','1',    '1','1','1062.77',    '0','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090271.0','1048114.0','3',    '2','1','4508.05',    '2','1','3516.0',    '1','1','992.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002008.0','1022547.0','909',    '837','530','520412.49',    '802','154','125069.3',    '577','436','395343.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090272.0','1048114.0','496',    '458','165','375901.71',    '446','121','226784.09',    '233','94','149117.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002009.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090273.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002010.0','1022547.0','26',    '22','5','4087.51',    '22','3','2314.17',    '8','2','1773.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090274.0','1048114.0','1',    '1','1','2142.75',    '1','0','0.0',    '1','1','2142.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002011.0','1022547.0','3',    '3','2','5078.8',    '3','1','4852.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090275.0','1048114.0','3',    '3','3','3485.48',    '3','2','1943.0',    '2','2','1542.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002012.0','1022547.0','97',    '81','32','51771.03',    '74','21','27696.89',    '40','19','24074.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090276.0','1048114.0','390',    '354','187','441216.97',    '337','147','292537.23',    '230','109','148679.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002013.0','1022547.0','54',    '50','30','74026.02',    '50','17','28344.0',    '34','23','45682.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090277.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002014.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090278.0','1048114.0','69',    '63','21','28018.17',    '60','11','14453.31',    '31','12','13564.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002015.0','1022547.0','25',    '22','13','25408.16',    '21','5','15783.62',    '13','11','9624.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090279.0','1048114.0','125',    '89','41','43157.22',    '81','13','10935.83',    '48','31','32221.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002016.0','1022547.0','1',    '1','1','1226.0',    '1','1','1226.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090280.0','1048114.0','25',    '25','7','7037.75',    '25','2','2672.0',    '8','5','4365.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002017.0','1022547.0','94',    '85','53','105243.03',    '84','38','58013.34',    '56','30','47229.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090281.0','1048114.0','803',    '735','387','965133.22',    '702','229','420523.06',    '493','274','544610.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002018.0','1022547.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090282.0','1048114.0','5',    '3','1','4373.57',    '2','1','3503.8',    '2','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002019.0','1022547.0','56',    '52','36','67573.64',    '51','23','38942.77',    '39','22','28630.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090283.0','1048114.0','93',    '86','37','37625.71',    '83','9','7418.15',    '52','34','30207.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002020.0','1022547.0','106',    '101','66','156429.19',    '94','39','102255.15',    '62','39','54174.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090284.0','1048114.0','74',    '59','29','41202.78',    '56','7','14829.97',    '32','24','26372.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002021.0','1022547.0','1737',    '1455','893','1993692.98',    '1360','476','692975.5',    '1012','633','1300717.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090285.0','1048114.0','9',    '9','2','3484.53',    '8','1','2648.56',    '4','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002022.0','1022547.0','1',    '1','1','6761.71',    '1','1','1336.0',    '1','1','5425.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090286.0','1048114.0','366',    '319','210','302372.21',    '298','102','141281.22',    '225','143','161090.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002023.0','1022547.0','15',    '14','7','11305.16',    '13','3','7064.0',    '7','5','4241.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090287.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002024.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090288.0','1048114.0','56',    '48','38','104343.69',    '47','23','75288.9',    '31','19','29054.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002025.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090289.0','1048114.0','1902',    '1695','1068','1600645.44',    '1614','409','652103.17',    '1173','833','948542.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002026.0','1022547.0','167',    '151','81','113002.12',    '147','35','45540.57',    '86','64','67461.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090290.0','1048114.0','2492',    '2157','1132','1833512.89',    '2083','659','920560.13',    '1221','717','912952.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002027.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090291.0','1048114.0','1945',    '1653','936','1144782.45',    '1584','347','390039.98',    '1022','725','754742.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002028.0','1022547.0','632',    '577','263','541548.33',    '530','114','203861.42',    '355','190','337686.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090292.0','1048114.0','16',    '11','2','8558.32',    '11','1','982.0',    '5','2','7576.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002029.0','1022547.0','1',    '1','1','878.22',    '1','0','0.0',    '1','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090293.0','1048114.0','16',    '14','4','3179.53',    '14','0','0.0',    '5','4','3179.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002030.0','1022547.0','816',    '758','397','925503.66',    '710','184','304622.71',    '515','314','620880.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090294.0','1048114.0','90',    '73','40','47107.26',    '70','7','16359.14',    '44','36','30748.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002031.0','1022547.0','110',    '77','42','75954.2',    '72','17','22690.94',    '50','31','53263.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090295.0','1048114.0','48',    '45','22','40320.18',    '42','19','32351.21',    '21','5','7968.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002032.0','1022547.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090296.0','1048114.0','44',    '35','20','53717.71',    '30','8','13306.0',    '26','16','40411.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002033.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090297.0','1048114.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002034.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090298.0','1048114.0','32',    '26','17','27889.1',    '25','3','3658.0',    '18','15','24231.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002035.0','1022547.0','14',    '12','1','835.97',    '12','0','0.0',    '4','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090299.0','1048114.0','7',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002036.0','1022547.0','12',    '11','9','18010.35',    '11','9','7670.6',    '4','4','10339.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090300.0','1048114.0','482',    '441','217','453375.42',    '433','137','242187.89',    '233','132','211187.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002037.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090301.0','1048114.0','330',    '297','208','381278.45',    '279','94','213979.28',    '217','164','167299.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002038.0','1022547.0','6',    '6','3','5908.55',    '6','2','4117.72',    '3','2','1790.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090302.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002039.0','1022547.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090303.0','1048114.0','23',    '22','17','20150.46',    '20','4','7963.32',    '18','17','12187.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002040.0','1022547.0','23',    '17','11','11443.5',    '15','4','3183.12',    '12','9','8260.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090304.0','1048114.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002041.0','1022547.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090305.0','1048114.0','24',    '23','10','7594.75',    '21','4','2315.36',    '10','7','5279.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002042.0','1022547.0','253',    '238','122','316767.94',    '221','56','95577.77',    '157','91','221190.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090306.0','1048114.0','1387',    '1307','875','1718645.82',    '1249','402','919927.45',    '948','691','798718.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002043.0','1022547.0','65',    '58','23','52894.04',    '56','13','20103.13',    '31','13','32790.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090307.0','1048114.0','195',    '173','97','110596.45',    '165','14','9527.48',    '120','92','101068.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002044.0','1022547.0','1',    '1','1','852.87',    '1','0','0.0',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090308.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002045.0','1022547.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090309.0','1048114.0','15',    '14','8','23211.71',    '12','8','18741.8',    '8','3','4469.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002046.0','1022547.0','15',    '8','1','2070.92',    '6','1','1654.0',    '6','1','416.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090310.0','1048114.0','9',    '6','2','1529.32',    '6','1','668.0',    '2','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002047.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090311.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002048.0','1022547.0','5',    '5','2','12455.13',    '4','2','3166.4',    '4','2','9288.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090312.0','1048114.0','2',    '2','1','1181.07',    '2','0','0.0',    '1','1','1181.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002049.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090313.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002050.0','1022547.0','1173',    '1083','267','344592.33',    '1071','220','242440.83',    '307','85','102151.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090314.0','1048114.0','4',    '3','2','6948.16',    '3','2','4715.14',    '3','1','2233.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002051.0','1022547.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090315.0','1048114.0','285',    '270','158','689012.5',    '259','136','333920.43',    '176','88','355092.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002052.0','1022547.0','1',    '1','1','11182.0',    '1','1','11182.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090316.0','1048114.0','17',    '15','7','6050.74',    '14','3','3143.65',    '11','4','2907.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002053.0','1022547.0','4',    '3','3','6114.43',    '2','1','3532.0',    '3','3','2582.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090317.0','1048114.0','48',    '42','31','53980.0',    '41','22','38650.53',    '30','16','15329.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002054.0','1022547.0','1',    '1','1','852.87',    '1','0','0.0',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090318.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002055.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090319.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002056.0','1022547.0','1',    '1','1','8507.65',    '1','1','5100.0',    '1','1','3407.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090320.0','1048114.0','2005',    '1785','1029','1104036.63',    '1738','339','389015.7',    '1115','830','715020.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002057.0','1022547.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090321.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002058.0','1022547.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090322.0','1048114.0','1',    '1','1','6265.08',    '1','1','6256.63',    '1','1','8.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002059.0','1022547.0','2053',    '1886','1185','1763240.38',    '1795','422','632625.79',    '1347','950','1130614.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090323.0','1048114.0','376',    '323','163','360374.56',    '301','65','108401.3',    '198','135','251973.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002060.0','1022547.0','61',    '59','24','24667.81',    '58','4','7746.3',    '26','21','16921.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090324.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002061.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090325.0','1048114.0','3',    '3','3','5357.18',    '3','1','1654.0',    '2','2','3703.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002062.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090326.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002063.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090327.0','1048114.0','1',    '1','1','732.24',    '1','1','732.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002064.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090328.0','1048114.0','5',    '4','1','1505.0',    '4','1','1336.0',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002065.0','1022547.0','15',    '13','2','964.56',    '13','2','964.56',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090329.0','1048114.0','2',    '2','2','4210.9',    '2','1','3290.43',    '2','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002066.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090330.0','1048114.0','403',    '346','202','437312.98',    '320','131','197852.59',    '237','137','239460.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002067.0','1022547.0','1504',    '1184','554','808386.15',    '1133','278','356130.5',    '613','353','452255.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090331.0','1048114.0','22',    '13','5','6000.43',    '12','3','2786.17',    '7','2','3214.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002068.0','1022547.0','1',    '1','1','5002.2',    '1','1','4136.0',    '1','1','866.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090332.0','1048114.0','1',    '1','1','1197.97',    '1','0','0.0',    '1','1','1197.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002069.0','1022547.0','33',    '30','10','16507.65',    '29','7','12938.41',    '12','4','3569.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090333.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002070.0','1022547.0','435',    '392','204','228014.38',    '373','79','89288.87',    '224','155','138725.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090334.0','1048114.0','1',    '1','1','1180.03',    '1','0','0.0',    '1','1','1180.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002071.0','1022547.0','187',    '168','103','227430.62',    '162','66','104499.68',    '113','73','122930.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090335.0','1048114.0','208',    '183','98','143336.54',    '177','47','69707.0',    '119','69','73629.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002072.0','1022547.0','131',    '126','27','33375.57',    '126','7','16324.6',    '53','22','17050.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090336.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002073.0','1022547.0','110',    '102','49','135415.82',    '97','36','64576.53',    '50','32','70839.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090337.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002074.0','1022547.0','1',    '1','1','2383.28',    '1','1','1336.0',    '1','1','1047.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090338.0','1048114.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002075.0','1022547.0','9',    '7','3','2651.56',    '7','0','0.0',    '5','3','2651.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090339.0','1048114.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002076.0','1022547.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090340.0','1048114.0','69',    '61','41','101143.21',    '56','19','59403.87',    '41','29','41739.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002077.0','1022547.0','2',    '2','1','3175.94',    '1','0','0.0',    '1','1','3175.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090341.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002078.0','1022547.0','98',    '89','55','138849.56',    '88','41','59920.06',    '59','29','78929.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090342.0','1048114.0','1',    '1','1','216.55',    '1','0','0.0',    '1','1','216.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002079.0','1022547.0','220',    '188','107','168310.62',    '177','48','66810.78',    '122','79','101499.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090343.0','1048114.0','1',    '1','1','726.25',    '1','1','491.0',    '1','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002080.0','1022547.0','2',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090344.0','1048114.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002081.0','1022547.0','231',    '203','102','160640.83',    '194','42','89123.56',    '102','77','71517.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090345.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002082.0','1022547.0','9',    '7','5','5789.0',    '6','1','1691.8',    '5','5','4097.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090346.0','1048114.0','91',    '73','36','40063.53',    '70','13','15412.99',    '39','28','24650.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002083.0','1022547.0','20',    '17','7','13269.15',    '16','3','8931.91',    '7','5','4337.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090347.0','1048114.0','15',    '7','3','2169.97',    '6','2','1334.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002084.0','1022547.0','2',    '2','1','668.0',    '1','1','668.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090348.0','1048114.0','10',    '9','6','5294.67',    '7','0','0.0',    '8','6','5294.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002085.0','1022547.0','20',    '17','7','11041.1',    '16','3','4913.0',    '12','6','6128.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090349.0','1048114.0','12',    '11','4','4759.12',    '10','1','668.0',    '7','3','4091.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002086.0','1022547.0','8',    '6','3','2578.89',    '6','0','0.0',    '3','3','2578.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090350.0','1048114.0','6',    '6','1','835.97',    '6','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002087.0','1022547.0','458',    '415','208','495131.83',    '387','132','255317.45',    '282','138','239814.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090351.0','1048114.0','14',    '12','7','26679.06',    '11','5','21049.72',    '11','6','5629.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002088.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090352.0','1048114.0','330',    '286','149','298218.92',    '266','82','179860.75',    '174','98','118358.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002089.0','1022547.0','1',    '1','1','1004.0',    '1','1','1004.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090353.0','1048114.0','26',    '20','12','32198.74',    '20','11','14105.39',    '13','7','18093.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002090.0','1022547.0','1',    '1','1','550.48',    '1','1','550.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090354.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002091.0','1022547.0','1',    '1','1','1345.12',    '1','0','0.0',    '1','1','1345.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090355.0','1048114.0','211',    '194','77','180946.82',    '184','51','102614.35',    '91','44','78332.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002092.0','1022547.0','1786',    '1640','798','1165325.95',    '1615','429','581763.65',    '763','505','583562.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090356.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002093.0','1022547.0','10',    '8','3','7214.14',    '8','1','4852.0',    '4','3','2362.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090357.0','1048114.0','5',    '3','1','405.48',    '2','0','0.0',    '3','1','405.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002094.0','1022547.0','201',    '174','72','99800.09',    '170','27','42288.38',    '79','53','57511.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090358.0','1048114.0','2690',    '2337','1453','2001549.02',    '2224','526','684784.1',    '1588','1139','1316764.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002095.0','1022547.0','85',    '77','44','149129.56',    '75','36','69067.53',    '53','26','80062.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090359.0','1048114.0','54',    '44','18','22162.24',    '40','7','9389.29',    '22','13','12772.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002096.0','1022547.0','472',    '405','254','524364.93',    '379','150','320543.92',    '287','171','203821.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090360.0','1048114.0','275',    '209','78','88376.62',    '200','28','40961.08',    '88','53','47415.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002097.0','1022547.0','101',    '90','57','88631.85',    '82','28','46526.86',    '60','39','42104.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090361.0','1048114.0','2',    '2','2','1616.89',    '2','1','491.21',    '2','2','1125.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002098.0','1022547.0','39',    '34','22','41102.16',    '32','9','20770.25',    '20','17','20331.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090362.0','1048114.0','20',    '18','11','20947.04',    '17','9','14131.17',    '8','6','6815.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002099.0','1022547.0','2',    '1','1','1591.11',    '1','0','0.0',    '1','1','1591.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090363.0','1048114.0','1',    '1','1','1126.57',    '1','0','0.0',    '1','1','1126.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002100.0','1022547.0','1364',    '1265','649','825777.22',    '1226','251','407017.73',    '696','461','418759.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090364.0','1048114.0','10',    '9','2','7869.6',    '9','2','2559.4',    '2','1','5310.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002101.0','1022547.0','1',    '1','1','1231.77',    '0','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090365.0','1048114.0','737',    '653','283','576422.2',    '628','158','290129.07',    '380','181','286293.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002102.0','1022547.0','1',    '1','1','1719.94',    '1','0','0.0',    '1','1','1719.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090366.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002103.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090367.0','1048114.0','349',    '334','208','594856.74',    '330','169','306832.28',    '236','122','288024.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002104.0','1022547.0','51',    '41','18','26868.9',    '40','14','15771.14',    '14','9','11097.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090368.0','1048114.0','2',    '2','2','2000.14',    '2','0','0.0',    '2','2','2000.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002105.0','1022547.0','88',    '63','38','76016.02',    '58','17','27266.73',    '45','30','48749.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090369.0','1048114.0','1',    '1','1','1849.15',    '1','1','1336.0',    '1','1','513.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002106.0','1022547.0','133',    '124','81','120367.46',    '121','38','59388.8',    '91','63','60978.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090370.0','1048114.0','3',    '3','1','750.0',    '3','0','0.0',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002107.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090371.0','1048114.0','1661',    '1469','695','853077.42',    '1439','368','367133.76',    '713','436','485943.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002108.0','1022547.0','1048',    '933','378','460091.1',    '921','114','170630.36',    '431','297','289460.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090372.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002109.0','1022547.0','3235',    '2860','1464','2143824.96',    '2771','786','966868.47',    '1586','968','1176956.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090373.0','1048114.0','1',    '1','1','668.0',    '1','1','668.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002110.0','1022547.0','9',    '9','5','9641.4',    '9','3','7981.17',    '3','2','1660.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090374.0','1048114.0','56',    '52','15','14984.97',    '50','5','5693.48',    '21','11','9291.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002111.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090375.0','1048114.0','9',    '8','5','4900.2',    '6','2','1945.79',    '7','4','2954.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002112.0','1022547.0','12',    '11','5','6295.05',    '11','1','1102.92',    '6','4','5192.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090376.0','1048114.0','3',    '3','1','224.0',    '3','1','224.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002113.0','1022547.0','12',    '9','3','2727.7',    '9','3','2727.7',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090377.0','1048114.0','59',    '43','24','27570.34',    '38','6','7747.84',    '28','20','19822.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002114.0','1022547.0','31',    '18','10','14701.33',    '17','9','11372.67',    '9','2','3328.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090378.0','1048114.0','1',    '1','1','2880.06',    '1','1','1984.94',    '1','1','895.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002115.0','1022547.0','132',    '120','51','141555.82',    '113','33','71933.02',    '57','33','69622.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090379.0','1048114.0','128',    '122','88','182725.52',    '118','43','89870.1',    '89','67','92855.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002116.0','1022547.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090380.0','1048114.0','13',    '9','8','9166.51',    '8','5','6224.0',    '6','5','2942.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002117.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090381.0','1048114.0','162',    '151','44','64465.46',    '142','16','20698.87',    '61','31','43766.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002118.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090382.0','1048114.0','2',    '2','1','15447.08',    '2','0','0.0',    '1','1','15447.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002119.0','1022547.0','2',    '1','1','43.04',    '1','1','43.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090383.0','1048114.0','1',    '1','1','12131.64',    '1','1','11182.0',    '1','1','949.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002120.0','1022547.0','2440',    '2212','1067','1195914.28',    '2168','442','407648.03',    '1141','765','788266.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090384.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002121.0','1022547.0','5',    '4','2','5895.64',    '4','1','2302.0',    '2','2','3593.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090385.0','1048114.0','40',    '35','21','53219.34',    '32','13','26931.11',    '22','12','26288.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002122.0','1022547.0','1',    '1','1','50.7',    '1','0','0.0',    '1','1','50.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090386.0','1048114.0','48',    '45','13','15946.3',    '44','7','10160.91',    '19','7','5785.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002123.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090387.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002124.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090388.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002125.0','1022547.0','20',    '16','10','8631.83',    '16','0','0.0',    '11','10','8631.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090389.0','1048114.0','195',    '174','112','146950.86',    '165','43','63664.19',    '122','93','83286.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002126.0','1022547.0','607',    '536','347','1019872.9',    '521','259','590816.29',    '328','190','429056.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090390.0','1048114.0','257',    '232','109','102246.14',    '223','24','23255.52',    '133','95','78990.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002127.0','1022547.0','1',    '1','1','3228.37',    '1','1','2291.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090391.0','1048114.0','2',    '2','2','3177.86',    '2','1','449.0',    '2','1','2728.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002128.0','1022547.0','385',    '349','239','405508.06',    '328','91','186654.97',    '256','193','218853.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090392.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002129.0','1022547.0','7',    '7','7','40888.19',    '7','7','27865.34',    '6','6','13022.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090393.0','1048114.0','23',    '20','11','25954.07',    '18','8','19212.02',    '15','6','6742.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002130.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090394.0','1048114.0','531',    '466','330','945858.3',    '444','239','635795.47',    '317','199','310062.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002131.0','1022547.0','11',    '9','4','18737.97',    '8','2','7647.0',    '5','3','11090.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090395.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002132.0','1022547.0','529',    '461','326','814866.37',    '438','209','507834.0',    '310','211','307032.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090396.0','1048114.0','1',    '1','1','12316.82',    '1','1','1260.0',    '1','1','11056.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002133.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090397.0','1048114.0','43',    '42','24','28888.28',    '39','12','15743.48',    '28','20','13144.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002134.0','1022547.0','13',    '11','8','34864.73',    '11','6','11377.82',    '7','4','23486.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090398.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002135.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090399.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002136.0','1022547.0','1',    '1','1','647.69',    '1','1','419.2',    '1','1','228.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090400.0','1048114.0','36',    '27','15','23296.8',    '25','12','17069.03',    '12','6','6227.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002137.0','1022547.0','227',    '203','131','311760.48',    '191','101','210871.48',    '123','63','100889.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090401.0','1048114.0','529',    '477','289','658552.37',    '452','150','372857.33',    '304','209','285695.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002138.0','1022547.0','1',    '1','1','2076.27',    '1','1','1122.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090402.0','1048114.0','1',    '1','1','898.0',    '1','1','898.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002139.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090403.0','1048114.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002140.0','1022547.0','1',    '1','1','895.12',    '1','0','0.0',    '1','1','895.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090404.0','1048114.0','376',    '336','144','342375.36',    '328','120','227394.07',    '173','66','114981.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002141.0','1022547.0','133',    '121','71','75625.41',    '111','8','16390.75',    '84','69','59234.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090405.0','1048114.0','158',    '146','64','96281.02',    '131','23','20824.19',    '81','51','75456.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002142.0','1022547.0','42',    '39','34','161235.11',    '39','27','81373.33',    '34','26','79861.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090406.0','1048114.0','78',    '62','27','45686.85',    '62','12','26602.6',    '29','18','19084.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002143.0','1022547.0','26',    '23','18','19442.39',    '23','2','3107.14',    '17','16','16335.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090407.0','1048114.0','7',    '7','2','4257.38',    '7','2','3379.16',    '2','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002144.0','1022547.0','39',    '37','26','138090.32',    '36','23','79016.64',    '27','16','59073.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090408.0','1048114.0','43',    '38','26','30690.77',    '36','6','10469.35',    '28','24','20221.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002145.0','1022547.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090409.0','1048114.0','57',    '49','24','32795.07',    '45','4','15451.0',    '29','21','17344.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002146.0','1022547.0','33',    '27','12','8699.79',    '27','2','1683.0',    '13','10','7016.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090410.0','1048114.0','156',    '128','48','95284.08',    '115','23','57785.94',    '76','36','37498.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002147.0','1022547.0','22',    '19','10','14078.39',    '18','3','4696.58',    '10','8','9381.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090411.0','1048114.0','1',    '1','1','774.69',    '1','1','774.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002148.0','1022547.0','6',    '6','6','14525.8',    '6','5','10871.65',    '4','4','3654.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090412.0','1048114.0','38',    '38','33','42042.32',    '34','10','18361.51',    '35','30','23680.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002149.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090413.0','1048114.0','129',    '112','58','71778.12',    '104','16','24286.24',    '65','48','47491.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002150.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090414.0','1048114.0','118',    '102','53','57718.11',    '87','12','16734.07',    '71','47','40984.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002151.0','1022547.0','3',    '3','3','9028.93',    '2','1','6450.0',    '3','3','2578.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090415.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002152.0','1022547.0','491',    '476','347','1319876.52',    '471','277','657475.37',    '364','246','662401.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090416.0','1048114.0','11',    '11','4','12948.08',    '10','3','10403.96',    '7','3','2544.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002153.0','1022547.0','7',    '7','3','1425.7',    '7','1','561.0',    '4','2','864.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090417.0','1048114.0','164',    '141','79','94253.26',    '135','20','36721.75',    '87','68','57531.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002154.0','1022547.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090418.0','1048114.0','9',    '9','5','17581.56',    '9','4','10580.0',    '7','3','7001.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002155.0','1022547.0','21',    '17','12','30149.16',    '17','8','24960.48',    '11','7','5188.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090419.0','1048114.0','3',    '3','3','2071.7',    '2','1','561.0',    '2','2','1510.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002156.0','1022547.0','488',    '430','276','1064098.75',    '410','178','595798.88',    '268','166','468299.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090420.0','1048114.0','3',    '3','2','10362.08',    '3','2','8778.37',    '2','2','1583.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002157.0','1022547.0','640',    '561','326','1069180.77',    '528','218','550418.09',    '315','197','518762.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090421.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002158.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090422.0','1048114.0','136',    '115','49','106150.01',    '110','36','57786.87',    '59','28','48363.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002159.0','1022547.0','298',    '252','122','162859.76',    '234','48','82745.21',    '148','83','80114.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090423.0','1048114.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002160.0','1022547.0','1',    '1','1','561.0',    '1','1','561.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090424.0','1048114.0','266',    '243','186','173770.9',    '229','17','14061.01',    '201','180','159709.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002161.0','1022547.0','1140',    '988','429','416296.62',    '952','115','106314.34',    '483','344','309982.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090425.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002162.0','1022547.0','3',    '3','2','1942.34',    '3','0','0.0',    '2','2','1942.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090426.0','1048114.0','490',    '422','282','1070319.71',    '400','219','561449.42',    '285','188','508870.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002163.0','1022547.0','6',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090427.0','1048114.0','49',    '45','26','58484.73',    '44','20','27564.26',    '23','12','30920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002164.0','1022547.0','133',    '104','62','81769.47',    '95','24','28757.77',    '72','44','53011.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090428.0','1048114.0','30',    '21','18','37487.93',    '21','18','32181.7',    '9','4','5306.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002165.0','1022547.0','182',    '167','130','127515.05',    '155','15','18280.09',    '146','122','109234.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090429.0','1048114.0','57',    '51','33','49844.38',    '49','12','26923.37',    '36','25','22921.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002166.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090430.0','1048114.0','1',    '1','1','971.17',    '1','0','0.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002167.0','1022547.0','83',    '73','40','56481.84',    '71','12','29759.31',    '45','30','26722.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090431.0','1048114.0','5',    '3','1','2550.0',    '3','1','2550.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002168.0','1022547.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090432.0','1048114.0','6',    '4','2','3453.57',    '4','1','2550.0',    '4','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002169.0','1022547.0','13',    '12','6','7617.65',    '11','2','4563.19',    '7','4','3054.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090433.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002170.0','1022547.0','1',    '1','1','928.9',    '1','0','0.0',    '1','1','928.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090434.0','1048114.0','2',    '2','2','13230.11',    '2','2','12072.64',    '2','1','1157.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002171.0','1022547.0','596',    '522','240','350681.23',    '506','159','196269.65',    '241','117','154411.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090435.0','1048114.0','273',    '251','110','170781.55',    '232','49','88674.24',    '145','79','82107.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002172.0','1022547.0','1',    '1','1','5316.0',    '1','0','0.0',    '1','1','5316.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090436.0','1048114.0','1',    '1','1','1540.51',    '1','1','1313.71',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002173.0','1022547.0','30',    '25','18','31852.42',    '22','7','20605.72',    '20','14','11246.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090437.0','1048114.0','296',    '268','120','113407.75',    '256','31','36299.63',    '145','95','77108.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002174.0','1022547.0','239',    '219','163','649786.86',    '216','126','353924.26',    '171','116','295862.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090438.0','1048114.0','531',    '484','308','637648.12',    '455','122','341739.17',    '326','245','295908.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002175.0','1022547.0','10',    '8','8','15118.2',    '8','6','11855.13',    '7','6','3263.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090439.0','1048114.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002176.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090440.0','1048114.0','150',    '124','51','63130.58',    '122','27','38094.15',    '55','27','25036.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002177.0','1022547.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090441.0','1048114.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002178.0','1022547.0','81',    '70','47','89602.35',    '64','13','47516.76',    '50','39','42085.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090442.0','1048114.0','644',    '619','480','1964031.19',    '609','413','1019082.54',    '479','322','944948.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002179.0','1022547.0','3',    '2','2','2009.6',    '2','1','984.0',    '1','1','1025.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090443.0','1048114.0','1',    '1','1','7051.72',    '1','1','4938.97',    '1','1','2112.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002180.0','1022547.0','1',    '1','1','898.0',    '1','1','898.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090444.0','1048114.0','811',    '721','489','832607.23',    '678','233','456678.85',    '510','360','375928.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002181.0','1022547.0','4',    '3','1','6.76',    '1','0','0.0',    '2','1','6.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090445.0','1048114.0','66',    '62','38','70443.12',    '59','19','44547.37',    '39','29','25895.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002182.0','1022547.0','1',    '1','1','924.09',    '1','1','715.08',    '1','1','209.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090446.0','1048114.0','6',    '4','3','3007.51',    '3','1','771.53',    '4','3','2235.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002183.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090447.0','1048114.0','39',    '36','25','40569.31',    '34','12','29366.15',    '29','16','11203.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002184.0','1022547.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090448.0','1048114.0','1',    '1','1','901.68',    '1','0','0.0',    '1','1','901.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002185.0','1022547.0','1',    '1','1','436.76',    '1','0','0.0',    '1','1','436.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090449.0','1048114.0','145',    '136','88','187141.33',    '135','63','113151.71',    '76','44','73989.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002186.0','1022547.0','91',    '85','62','175928.25',    '79','38','98917.95',    '52','39','77010.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090450.0','1048114.0','7',    '4','4','29900.54',    '4','3','19761.56',    '2','2','10138.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002187.0','1022547.0','217',    '200','83','86729.66',    '191','21','28592.01',    '109','68','58137.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090451.0','1048114.0','672',    '592','384','564376.2',    '560','209','294887.68',    '394','247','269488.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002188.0','1022547.0','538',    '475','205','423250.67',    '459','144','267840.68',    '259','102','155409.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090452.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002189.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090453.0','1048114.0','1',    '1','1','5658.38',    '1','1','2550.0',    '1','1','3108.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002190.0','1022547.0','46',    '42','14','33802.5',    '40','8','25198.91',    '12','9','8603.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090454.0','1048114.0','19',    '18','11','17340.3',    '18','4','10600.58',    '12','7','6739.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002191.0','1022547.0','11',    '9','8','14089.53',    '9','1','5100.0',    '9','8','8989.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090455.0','1048114.0','1',    '1','1','2148.16',    '1','1','2148.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002192.0','1022547.0','142',    '125','89','220654.0',    '123','57','147972.94',    '83','57','72681.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090456.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002193.0','1022547.0','1',    '1','1','1368.0',    '1','1','1368.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090457.0','1048114.0','3',    '3','3','10038.59',    '3','3','9818.89',    '3','2','219.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002194.0','1022547.0','34',    '30','18','27362.78',    '30','4','10556.0',    '19','16','16806.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090458.0','1048114.0','312',    '275','116','122347.38',    '262','34','49253.56',    '136','93','73093.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002195.0','1022547.0','154',    '147','79','107320.45',    '141','24','37079.09',    '96','71','70241.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090459.0','1048114.0','5',    '4','3','2528.74',    '4','1','630.0',    '3','2','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002196.0','1022547.0','181',    '161','95','144385.11',    '152','37','77105.76',    '101','67','67279.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090460.0','1048114.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002197.0','1022547.0','375',    '316','204','764848.34',    '284','145','201815.8',    '223','142','563032.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090461.0','1048114.0','145',    '123','54','91702.85',    '120','32','48131.18',    '73','33','43571.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002198.0','1022547.0','72',    '60','41','128041.04',    '57','32','87600.8',    '39','22','40440.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090462.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002199.0','1022547.0','9',    '9','3','5509.55',    '8','2','1539.0',    '7','2','3970.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090463.0','1048114.0','19',    '15','11','67812.05',    '15','11','27596.71',    '11','7','40215.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002200.0','1022547.0','812',    '742','351','455961.08',    '721','99','171369.48',    '418','288','284591.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090464.0','1048114.0','113',    '106','72','140401.01',    '101','42','85799.7',    '77','53','54601.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002201.0','1022547.0','1',    '1','1','1640.0',    '1','1','1640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090465.0','1048114.0','1',    '1','1','687.0',    '1','1','687.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002202.0','1022547.0','4',    '4','3','3780.89',    '4','1','1823.0',    '4','2','1957.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090466.0','1048114.0','1',    '1','1','1792.18',    '1','1','1562.0',    '1','1','230.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002203.0','1022547.0','27',    '27','17','31708.96',    '24','12','17203.52',    '20','9','14505.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090467.0','1048114.0','128',    '117','66','88810.74',    '111','19','40406.18',    '74','54','48404.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002204.0','1022547.0','160',    '150','104','173883.96',    '137','34','72056.23',    '118','89','101827.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090468.0','1048114.0','74',    '69','46','155789.59',    '69','39','117984.73',    '40','22','37804.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002205.0','1022547.0','123',    '100','48','87728.34',    '89','30','41110.17',    '58','26','46618.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090469.0','1048114.0','47',    '39','22','23500.74',    '38','7','10881.84',    '22','16','12618.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002206.0','1022547.0','2',    '2','2','7310.31',    '2','2','7310.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090470.0','1048114.0','3',    '1','1','1917.88',    '1','0','0.0',    '1','1','1917.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002207.0','1022547.0','5',    '5','4','6205.33',    '5','4','4402.03',    '4','3','1803.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090471.0','1048114.0','4568',    '4170','2238','3045862.16',    '4056','1001','1304058.62',    '2421','1570','1741803.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002208.0','1022547.0','6',    '1','1','991.61',    '1','0','0.0',    '1','1','991.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090472.0','1048114.0','159',    '151','114','481392.82',    '145','90','226949.65',    '113','68','254443.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002209.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090473.0','1048114.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002210.0','1022547.0','128',    '119','63','81996.81',    '117','31','41486.0',    '74','51','40510.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090474.0','1048114.0','39',    '31','22','21104.26',    '28','7','7329.95',    '21','17','13774.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002211.0','1022547.0','93',    '92','43','89154.88',    '89','34','69882.16',    '43','25','19272.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090475.0','1048114.0','210',    '194','111','261402.81',    '185','59','98841.29',    '142','75','162561.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002212.0','1022547.0','8',    '7','3','2308.78',    '7','1','232.59',    '5','3','2076.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090476.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002213.0','1022547.0','107',    '103','81','176076.24',    '91','36','105031.95',    '82','65','71044.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090477.0','1048114.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002214.0','1022547.0','57',    '50','26','55788.39',    '47','8','17588.48',    '34','20','38199.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090478.0','1048114.0','207',    '189','130','296285.54',    '173','72','187445.06',    '138','97','108840.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002215.0','1022547.0','37',    '29','13','18590.77',    '27','6','12023.65',    '16','8','6567.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090479.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002216.0','1022547.0','1',    '1','1','1253.93',    '0','0','0.0',    '1','1','1253.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090480.0','1048114.0','335',    '299','214','425120.39',    '285','71','213595.15',    '240','184','211525.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002217.0','1022547.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090481.0','1048114.0','501',    '446','259','412965.6',    '423','139','242129.94',    '306','177','170835.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002218.0','1022547.0','66',    '62','23','30577.55',    '61','9','15751.48',    '27','16','14826.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090482.0','1048114.0','1',    '1','1','2713.74',    '1','1','2713.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002219.0','1022547.0','1',    '1','1','1439.51',    '1','0','0.0',    '1','1','1439.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090483.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002220.0','1022547.0','112',    '108','76','201330.17',    '101','42','110762.94',    '78','59','90567.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090484.0','1048114.0','103',    '95','64','138420.08',    '89','40','89644.38',    '62','37','48775.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002221.0','1022547.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090485.0','1048114.0','105',    '95','53','128052.48',    '92','32','69357.16',    '51','34','58695.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002222.0','1022547.0','121',    '111','46','97048.25',    '107','29','64147.43',    '66','27','32900.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090486.0','1048114.0','62',    '52','25','36929.81',    '49','5','14688.0',    '38','24','22241.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002223.0','1022547.0','1',    '1','1','1129.64',    '1','1','1129.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090487.0','1048114.0','192',    '175','101','150794.74',    '167','27','70197.54',    '126','86','80597.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002224.0','1022547.0','31',    '28','18','23966.8',    '26','7','14385.16',    '21','14','9581.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090488.0','1048114.0','8',    '8','7','12272.21',    '8','2','7902.56',    '6','6','4369.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002225.0','1022547.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090489.0','1048114.0','182',    '163','101','203023.67',    '151','57','120510.4',    '99','61','82513.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002226.0','1022547.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090490.0','1048114.0','5',    '5','2','1846.83',    '4','2','1846.83',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002227.0','1022547.0','66',    '57','30','58396.92',    '53','13','33189.59',    '29','18','25207.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090491.0','1048114.0','92',    '76','39','87676.24',    '75','24','44829.29',    '34','21','42846.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002228.0','1022547.0','1',    '1','1','1456.48',    '1','1','1320.0',    '1','1','136.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090492.0','1048114.0','27',    '22','12','22084.35',    '21','8','17226.16',    '15','8','4858.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002229.0','1022547.0','2376',    '2148','1026','1491633.16',    '2094','493','759836.15',    '1102','694','731797.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090493.0','1048114.0','848',    '794','397','1039625.39',    '773','247','453107.76',    '460','235','586517.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002230.0','1022547.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090494.0','1048114.0','8',    '7','2','2887.81',    '7','2','1791.24',    '4','1','1096.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002231.0','1022547.0','69',    '65','32','33463.17',    '58','7','10504.03',    '37','28','22959.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090495.0','1048114.0','33',    '29','12','16908.0',    '27','5','8423.66',    '16','8','8484.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002232.0','1022547.0','665',    '619','379','657701.45',    '592','196','320623.77',    '423','267','337077.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090496.0','1048114.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002233.0','1022533.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090497.0','1048100.0','143',    '129','62','153348.85',    '122','41','88836.17',    '64','37','64512.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002234.0','1022533.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090498.0','1048100.0','1',    '1','1','1026.0',    '1','1','1026.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002235.0','1022533.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090499.0','1048100.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002236.0','1022533.0','7',    '7','4','3504.43',    '6','0','0.0',    '7','4','3504.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090500.0','1048100.0','129',    '115','68','108631.57',    '108','5','12282.0',    '95','67','96349.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002237.0','1022533.0','6',    '6','4','3833.57',    '5','1','664.44',    '6','4','3169.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090501.0','1048100.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002238.0','1022533.0','1',    '1','1','5560.35',    '1','1','1374.0',    '1','1','4186.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090502.0','1048100.0','29',    '27','20','66475.96',    '25','16','36807.55',    '23','13','29668.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002239.0','1022533.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090503.0','1048100.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002240.0','1022533.0','529',    '490','282','531033.63',    '455','125','207593.66',    '340','207','323439.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090504.0','1048100.0','234',    '219','127','143128.7',    '204','43','44446.31',    '142','100','98682.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002241.0','1022533.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090505.0','1048100.0','211',    '182','109','239408.4',    '169','55','97879.33',    '114','74','141529.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002242.0','1022533.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090506.0','1048100.0','345',    '301','138','282929.4',    '284','102','194676.53',    '168','62','88252.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002243.0','1022533.0','61',    '55','25','66593.81',    '54','19','54320.57',    '24','13','12273.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090507.0','1048100.0','292',    '270','166','394524.96',    '257','76','212384.73',    '172','122','182140.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002244.0','1022533.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090508.0','1048100.0','4550',    '4197','2153','3377049.33',    '4083','957','1437011.19',    '2354','1571','1940038.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002245.0','1022533.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090509.0','1048100.0','38',    '36','17','24254.2',    '35','8','11718.34',    '22','14','12535.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002246.0','1022533.0','1',    '1','1','2290.95',    '1','1','1026.0',    '1','1','1264.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090510.0','1048100.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002247.0','1022533.0','293',    '259','159','316107.32',    '250','69','186136.85',    '164','120','129970.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090511.0','1048100.0','349',    '315','203','380797.2',    '299','112','246202.53',    '218','136','134594.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002248.0','1022533.0','28',    '25','12','27177.12',    '25','7','23545.55',    '16','7','3631.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090512.0','1048100.0','152',    '135','76','227149.13',    '128','42','84402.37',    '99','60','142746.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002249.0','1022533.0','8',    '5','3','2303.87',    '5','3','2072.0',    '2','1','231.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090513.0','1048100.0','141',    '125','92','189947.72',    '116','43','122269.77',    '87','67','67677.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002250.0','1022533.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090514.0','1048100.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002251.0','1022533.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090515.0','1048100.0','68',    '58','16','23876.0',    '55','6','15416.71',    '25','11','8459.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002252.0','1022533.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090516.0','1048100.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002253.0','1022533.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090517.0','1048100.0','3',    '3','1','1026.0',    '3','1','1026.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002254.0','1022533.0','65',    '59','35','93974.88',    '57','27','65244.94',    '29','20','28729.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090518.0','1048100.0','306',    '271','134','194019.72',    '252','57','93264.23',    '158','98','100755.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003602.0',    '2002255.0','1022533.0','4',    '4','2','1176.22',    '3','1','330.11',    '3','1','846.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008091.0',    '2090519.0','1048100.0','13',    '12','5','4641.01',    '12','2','2061.0',    '5','3','2580.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002256.0','1022533.0','59',    '46','21','35052.38',    '44','12','24165.7',    '22','13','10886.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090520.0','1048100.0','19',    '18','6','6300.68',    '17','3','3804.3',    '10','5','2496.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002257.0','1022533.0','1',    '1','1','2471.87',    '1','1','1341.5',    '1','1','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090521.0','1048100.0','3',    '3','1','1026.0',    '3','1','1026.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3003600.0',    '2002258.0','1022533.0','5',    '5','4','6754.99',    '5','2','2839.0',    '5','3','3915.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3008089.0',    '2090522.0','1048100.0','9',    '8','6','8483.41',    '8','3','5892.69',    '3','3','2590.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002259.0','1022533.0','241',    '199','83','115246.22',    '190','30','58237.14',    '109','62','57009.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090523.0','1048100.0','390',    '338','182','299565.2',    '325','69','142941.85',    '210','141','156623.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002260.0','1022533.0','114',    '94','41','97556.11',    '90','19','45264.4',    '58','31','52291.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090524.0','1048100.0','115',    '106','51','58569.48',    '102','10','21694.07',    '69','43','36875.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002261.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090525.0','1044419.0','259',    '239','160','175691.68',    '219','42','52160.94',    '173','135','123530.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002262.0','1018852.0','1',    '1','1','8703.12',    '1','1','898.0',    '1','1','7805.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090526.0','1044419.0','266',    '240','175','273610.49',    '226','78','150458.81',    '163','130','123151.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002263.0','1018852.0','49',    '46','31','88261.39',    '45','23','65610.67',    '23','13','22650.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090527.0','1044419.0','111',    '88','48','121326.77',    '80','28','55467.29',    '54','28','65859.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002264.0','1018852.0','2',    '2','1','449.0',    '2','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090528.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002265.0','1018852.0','105',    '97','62','101300.07',    '91','28','60947.72',    '60','39','40352.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090529.0','1044419.0','2',    '2','1','4538.72',    '2','1','3576.0',    '1','1','962.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002266.0','1018852.0','196',    '176','111','236851.54',    '163','64','148778.28',    '126','77','88073.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090530.0','1044419.0','148',    '125','70','194111.06',    '118','55','105252.79',    '78','38','88858.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002267.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090531.0','1044419.0','21',    '19','11','21051.79',    '19','4','10644.23',    '15','10','10407.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002268.0','1018852.0','3',    '3','3','1868.07',    '3','1','687.0',    '2','2','1181.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090532.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002269.0','1018852.0','69',    '62','33','36153.26',    '59','6','9582.14',    '41','28','26571.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090533.0','1044419.0','167',    '154','73','137747.04',    '148','57','85795.24',    '90','35','51951.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002270.0','1018852.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090534.0','1044419.0','135',    '118','70','70944.94',    '110','12','19328.19',    '76','61','51616.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002271.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090535.0','1044419.0','30',    '28','21','43934.78',    '27','1','420.17',    '25','21','43514.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002272.0','1018852.0','5',    '5','3','1545.56',    '5','2','696.06',    '3','2','849.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090536.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002273.0','1018852.0','23',    '20','18','19261.53',    '16','6','8798.71',    '16','14','10462.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090537.0','1044419.0','175',    '158','88','125870.09',    '149','42','57758.01',    '89','61','68112.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002274.0','1018852.0','3',    '2','2','2192.0',    '2','2','2192.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090538.0','1044419.0','1',    '1','1','1560.42',    '1','0','0.0',    '1','1','1560.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002275.0','1018852.0','26',    '18','9','11200.53',    '18','1','1260.0',    '11','9','9940.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090539.0','1044419.0','239',    '208','112','294488.61',    '196','81','150876.13',    '115','55','143612.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002276.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090540.0','1044419.0','2699',    '2417','1425','2989537.69',    '2315','759','1282144.09',    '1603','1033','1707393.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002277.0','1018852.0','397',    '372','256','401692.97',    '354','121','212551.7',    '276','193','189141.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090541.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002278.0','1018852.0','1',    '1','1','11760.13',    '1','1','1640.0',    '1','1','10120.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090542.0','1044419.0','283',    '260','144','179117.71',    '242','43','57591.4',    '164','121','121526.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002279.0','1018852.0','67',    '63','34','43189.88',    '58','9','19257.63',    '45','29','23932.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090543.0','1044419.0','19',    '17','12','14466.95',    '15','2','4586.92',    '15','11','9880.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002280.0','1018852.0','53',    '39','20','25158.1',    '36','5','10629.91',    '26','17','14528.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090544.0','1044419.0','180',    '153','72','94896.68',    '141','28','44312.46',    '89','53','50584.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002281.0','1018852.0','6',    '6','4','9724.79',    '6','3','8863.47',    '3','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090545.0','1044419.0','2',    '1','1','25600.0',    '1','1','6450.0',    '1','1','19150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002282.0','1018852.0','1197',    '1023','650','586006.43',    '959','162','126579.97',    '721','549','459426.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090546.0','1044419.0','1',    '1','1','361.36',    '1','1','361.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002283.0','1018852.0','89',    '82','43','51312.49',    '78','18','25626.3',    '51','32','25686.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090547.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002284.0','1018852.0','1',    '1','1','449.0',    '1','1','449.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090548.0','1044419.0','58',    '51','35','57803.22',    '48','24','43417.25',    '34','23','14385.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002285.0','1018852.0','1',    '1','1','630.0',    '1','1','630.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090549.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002286.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090550.0','1044419.0','122',    '111','91','117374.24',    '97','17','38847.07',    '99','85','78527.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002287.0','1018852.0','49',    '47','32','29013.6',    '43','4','2867.26',    '36','31','26146.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090551.0','1044419.0','38',    '36','22','33969.45',    '35','14','21197.36',    '21','11','12772.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002288.0','1018852.0','1',    '1','1','2506.77',    '1','1','1275.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090552.0','1044419.0','203',    '180','105','211712.78',    '174','69','111110.99',    '121','62','100601.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002289.0','1018852.0','49',    '46','24','31737.46',    '45','6','14357.35',    '29','19','17380.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090553.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002290.0','1018852.0','230',    '214','147','316205.03',    '208','92','196738.98',    '147','101','119466.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090554.0','1044419.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002291.0','1018852.0','1',    '1','1','912.02',    '1','0','0.0',    '1','1','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090555.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002292.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090556.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002293.0','1018852.0','279',    '250','154','528563.81',    '238','94','276010.7',    '155','102','252553.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090557.0','1044419.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002294.0','1018852.0','35',    '31','11','24679.36',    '31','2','2839.0',    '16','10','21840.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090558.0','1044419.0','19',    '17','6','6203.92',    '13','2','2965.22',    '9','4','3238.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002295.0','1018852.0','25',    '19','12','20697.06',    '19','7','10843.29',    '15','12','9853.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090559.0','1044419.0','42',    '39','27','35759.35',    '35','5','13859.06',    '31','24','21900.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002296.0','1018852.0','51',    '40','21','36852.04',    '37','13','19718.52',    '21','11','17133.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090560.0','1044419.0','60',    '49','20','45551.02',    '48','15','29535.79',    '27','9','16015.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002297.0','1018852.0','2',    '1','1','1351.47',    '1','1','498.6',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090561.0','1044419.0','560',    '498','302','545497.05',    '475','145','268942.98',    '349','235','276554.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002298.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090562.0','1044419.0','4221',    '3608','1998','4032458.14',    '3480','1168','1710727.42',    '1991','1292','2321730.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002299.0','1018852.0','13',    '12','4','22848.37',    '11','4','4406.76',    '9','1','18441.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090563.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002300.0','1018852.0','1',    '1','1','1640.0',    '1','1','1640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090564.0','1044419.0','321',    '293','148','285239.85',    '278','76','167299.93',    '152','94','117939.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002301.0','1018852.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090565.0','1044419.0','12',    '10','5','7490.17',    '9','1','2252.38',    '7','4','5237.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002302.0','1018852.0','218',    '177','76','108142.51',    '161','26','51282.33',    '97','60','56860.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090566.0','1044419.0','98',    '89','46','87187.55',    '84','32','59991.68',    '61','27','27195.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002303.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090567.0','1044419.0','3',    '2','1','988.07',    '2','0','0.0',    '1','1','988.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002304.0','1018852.0','35',    '31','17','33633.63',    '29','15','27010.0',    '18','11','6623.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090568.0','1044419.0','1',    '1','1','7774.39',    '1','1','5912.81',    '1','1','1861.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002305.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090569.0','1044419.0','201',    '172','66','85689.51',    '164','28','46725.4',    '80','50','38964.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002306.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090570.0','1044419.0','2',    '2','1','50.7',    '2','0','0.0',    '1','1','50.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002307.0','1018852.0','10',    '10','5','11165.39',    '10','2','5549.0',    '10','4','5616.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090571.0','1044419.0','1',    '1','1','352.35',    '0','0','0.0',    '1','1','352.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002308.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090572.0','1044419.0','118',    '88','40','62818.61',    '77','27','33548.62',    '46','22','29269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002309.0','1018852.0','10',    '10','4','4484.74',    '9','1','554.18',    '4','3','3930.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090573.0','1044419.0','137',    '119','57','104343.95',    '117','22','47851.06',    '73','45','56492.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002310.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090574.0','1044419.0','64',    '58','28','37299.09',    '56','12','10845.81',    '33','23','26453.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002311.0','1018852.0','91',    '74','36','60919.0',    '71','12','24620.65',    '44','28','36298.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090575.0','1044419.0','1',    '1','1','506.69',    '1','1','506.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002312.0','1018852.0','28',    '18','7','30256.02',    '17','5','22205.48',    '6','3','8050.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090576.0','1044419.0','23',    '18','6','13759.31',    '17','5','7610.0',    '11','5','6149.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002313.0','1018852.0','442',    '390','252','521085.42',    '370','134','326897.81',    '262','167','194187.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090577.0','1044419.0','1',    '1','1','849.49',    '1','0','0.0',    '1','1','849.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002314.0','1018852.0','22',    '18','10','8928.31',    '18','2','2159.9',    '9','8','6768.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090578.0','1044419.0','55',    '50','40','56814.76',    '49','16','32665.72',    '37','28','24149.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002315.0','1018852.0','1',    '1','1','3934.98',    '1','1','3027.0',    '1','1','907.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090579.0','1044419.0','81',    '69','52','148982.07',    '67','36','87750.03',    '53','40','61232.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002316.0','1018852.0','500',    '446','298','578537.75',    '421','138','296629.81',    '322','236','281907.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090580.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002317.0','1018852.0','25',    '20','9','80678.2',    '18','7','43194.2',    '12','7','37484.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090581.0','1044419.0','1',    '1','1','10986.21',    '1','1','5649.0',    '1','1','5337.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002318.0','1018852.0','4',    '2','1','844.42',    '1','0','0.0',    '2','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090582.0','1044419.0','1',    '1','1','3381.62',    '1','1','1422.0',    '1','1','1959.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002319.0','1018852.0','495',    '466','360','1284650.64',    '416','127','224319.67',    '413','336','1060330.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090583.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002320.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090584.0','1044419.0','94',    '81','51','94613.52',    '79','39','56060.6',    '47','23','38552.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002321.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090585.0','1044419.0','18',    '17','13','15453.91',    '16','5','7386.0',    '12','9','8067.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002322.0','1018852.0','47',    '46','34','131398.8',    '44','26','55888.69',    '34','20','75510.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090586.0','1044419.0','225',    '206','118','393827.66',    '202','86','295097.59',    '127','68','98730.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002323.0','1018852.0','78',    '62','41','57255.72',    '61','7','16977.4',    '46','38','40278.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090587.0','1044419.0','17',    '15','11','39263.61',    '14','10','33302.73',    '8','6','5960.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002324.0','1018852.0','142',    '96','58','163559.56',    '91','45','121304.91',    '56','33','42254.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090588.0','1044419.0','3',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002325.0','1018852.0','144',    '129','67','151207.48',    '124','41','64641.13',    '91','49','86566.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090589.0','1044419.0','5',    '5','2','2042.39',    '5','0','0.0',    '3','2','2042.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002326.0','1018852.0','18',    '15','8','21853.1',    '14','4','14963.85',    '8','6','6889.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090590.0','1044419.0','515',    '442','249','336597.86',    '415','66','107407.36',    '299','214','229190.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002327.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090591.0','1044419.0','165',    '146','99','168267.62',    '140','45','73270.93',    '106','74','94996.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002328.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090592.0','1044419.0','5',    '4','3','23410.94',    '3','1','11847.0',    '4','3','11563.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002329.0','1018852.0','710',    '663','398','1140250.58',    '635','248','550032.41',    '451','301','590218.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090593.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002330.0','1018852.0','3',    '3','1','2522.89',    '3','1','1098.0',    '2','1','1424.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090594.0','1044419.0','18',    '11','6','6925.8',    '10','3','4055.89',    '6','3','2869.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002331.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090595.0','1044419.0','19',    '17','9','23970.34',    '17','6','12691.82',    '12','7','11278.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002332.0','1018852.0','206',    '187','124','186585.09',    '173','39','86855.44',    '138','101','99729.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090596.0','1044419.0','43',    '38','21','21840.34',    '37','1','1275.0',    '27','21','20565.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002333.0','1018852.0','28',    '25','13','15196.99',    '23','5','8455.89',    '19','12','6741.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090597.0','1044419.0','12',    '11','5','19420.76',    '10','4','17579.82',    '6','2','1840.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002334.0','1018852.0','3',    '3','1','13494.97',    '3','1','4499.14',    '2','1','8995.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090598.0','1044419.0','207',    '184','123','292528.69',    '169','82','172734.55',    '125','77','119794.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002335.0','1018852.0','761',    '665','443','494804.41',    '623','135','147713.04',    '489','356','347091.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090599.0','1044419.0','26',    '24','19','21371.08',    '23','9','9418.82',    '22','15','11952.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002336.0','1018852.0','9',    '6','3','8916.94',    '5','3','8916.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090600.0','1044419.0','3',    '3','2','1236.94',    '3','1','549.0',    '2','1','687.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002337.0','1018852.0','208',    '187','110','155558.9',    '173','30','46706.26',    '134','94','108852.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090601.0','1044419.0','1',    '1','1','1939.6',    '1','1','1939.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002338.0','1018852.0','307',    '270','128','180850.7',    '261','42','57467.12',    '162','103','123383.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090602.0','1044419.0','1',    '1','1','1252.67',    '1','1','726.0',    '1','1','526.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002339.0','1018852.0','690',    '621','359','519192.77',    '590','131','234774.02',    '425','291','284418.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090603.0','1044419.0','1',    '1','1','14778.93',    '1','1','2482.0',    '1','1','12296.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002340.0','1018852.0','1',    '1','1','165.6',    '1','1','165.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090604.0','1044419.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002341.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090605.0','1044419.0','1',    '1','1','971.17',    '1','0','0.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002342.0','1018852.0','24',    '21','10','23996.35',    '21','8','20687.77',    '12','3','3308.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090606.0','1044419.0','315',    '291','158','384151.07',    '280','120','209017.8',    '220','112','175133.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002343.0','1018852.0','15',    '14','8','14580.11',    '13','2','4290.0',    '14','8','10290.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090607.0','1044419.0','13',    '10','7','8021.1',    '8','1','3825.0',    '7','7','4196.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002344.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090608.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002345.0','1018852.0','52',    '43','23','45701.25',    '39','12','30214.33',    '30','15','15486.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090609.0','1044419.0','29',    '29','20','32295.52',    '28','12','14520.1',    '23','15','17775.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002346.0','1018852.0','3',    '3','3','8877.14',    '3','3','7648.75',    '2','1','1228.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090610.0','1044419.0','1',    '1','1','949.8',    '1','1','949.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002347.0','1018852.0','1',    '1','1','6353.0',    '1','1','6184.0',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090611.0','1044419.0','259',    '213','129','398787.85',    '203','88','263083.4',    '131','77','135704.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002348.0','1018852.0','22',    '16','14','21170.47',    '15','6','11131.02',    '14','10','10039.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090612.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002349.0','1018852.0','1',    '1','1','1098.0',    '1','1','1098.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090613.0','1044419.0','1',    '1','1','1098.0',    '1','1','1098.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002350.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090614.0','1044419.0','64',    '60','27','45687.01',    '57','24','31693.11',    '37','12','13993.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002351.0','1018852.0','20',    '18','12','47745.82',    '18','7','30908.29',    '12','9','16837.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090615.0','1044419.0','34',    '29','9','16777.39',    '27','7','11085.63',    '20','7','5691.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002352.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090616.0','1044419.0','3',    '2','2','12285.45',    '2','2','3934.0',    '1','1','8351.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002353.0','1018852.0','3274',    '2852','1574','2999486.97',    '2775','871','1524756.83',    '1600','1032','1474730.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090617.0','1044419.0','3',    '3','1','937.37',    '3','0','0.0',    '2','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002354.0','1018852.0','1',    '1','1','2149.24',    '1','1','2149.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090618.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002355.0','1018852.0','1',    '1','1','6610.88',    '1','1','6610.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090619.0','1044419.0','58',    '51','39','98749.4',    '45','29','59901.0',    '34','21','38848.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002356.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090620.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002357.0','1018852.0','13',    '13','9','13507.72',    '12','9','7396.0',    '8','4','6111.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090621.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002358.0','1018852.0','3',    '2','2','2815.28',    '2','2','1642.66',    '1','1','1172.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090622.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002359.0','1018852.0','1',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090623.0','1044419.0','12',    '12','6','7002.34',    '12','3','4459.4',    '8','3','2542.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002360.0','1018852.0','23',    '18','9','18758.65',    '16','5','11006.1',    '12','8','7752.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090624.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002361.0','1018852.0','1',    '1','1','1147.27',    '1','0','0.0',    '1','1','1147.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090625.0','1044419.0','359',    '321','157','225979.4',    '302','45','81333.93',    '193','126','144645.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002362.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090626.0','1044419.0','31',    '29','21','41948.65',    '28','8','20601.48',    '22','16','21347.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002363.0','1018852.0','5',    '1','1','954.27',    '1','0','0.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090627.0','1044419.0','3',    '1','1','3616.74',    '1','1','1406.64',    '1','1','2210.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002364.0','1018852.0','357',    '316','210','336134.6',    '294','75','136404.67',    '229','172','199729.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090628.0','1044419.0','626',    '512','319','572914.81',    '476','166','235310.2',    '353','232','337604.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002365.0','1018852.0','5',    '4','2','1974.79',    '3','0','0.0',    '3','2','1974.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090629.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002366.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090630.0','1044419.0','1',    '1','1','954.27',    '1','0','0.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002367.0','1018852.0','1',    '1','1','549.0',    '1','1','549.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090631.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002368.0','1018852.0','1',    '1','1','735.92',    '1','1','735.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090632.0','1044419.0','1',    '1','1','726.0',    '1','1','726.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002369.0','1018852.0','3',    '3','2','8937.75',    '3','1','1808.0',    '3','2','7129.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090633.0','1044419.0','116',    '107','63','207559.31',    '105','49','92861.77',    '79','43','114697.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002370.0','1018852.0','14',    '11','6','16053.16',    '11','6','13702.89',    '7','2','2350.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090634.0','1044419.0','25',    '23','13','52037.93',    '22','12','29475.26',    '10','3','22562.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002371.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090635.0','1044419.0','8',    '6','5','3318.09',    '6','3','756.1',    '3','3','2561.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002372.0','1018852.0','45',    '39','20','40877.48',    '37','11','30270.4',    '24','13','10607.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090636.0','1044419.0','261',    '232','172','206803.32',    '217','56','68443.82',    '179','140','138359.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002373.0','1018852.0','51',    '43','24','75757.83',    '42','19','39908.2',    '20','12','35849.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090637.0','1044419.0','1',    '1','1','1110.05',    '1','1','1016.0',    '1','1','94.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002374.0','1018852.0','6',    '6','5','28368.96',    '6','4','15668.16',    '6','3','12700.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090638.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002375.0','1018852.0','407',    '362','258','545331.25',    '337','149','336901.52',    '266','182','208429.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090639.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002376.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090640.0','1044419.0','766',    '667','414','470077.19',    '631','96','133909.29',    '461','354','336167.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002377.0','1018852.0','12',    '10','4','4382.38',    '10','2','1478.67',    '4','3','2903.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090641.0','1044419.0','55',    '52','31','25780.89',    '52','4','2196.0',    '38','28','23584.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002378.0','1018852.0','35',    '32','19','25979.08',    '32','4','7417.02',    '20','19','18562.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090642.0','1044419.0','1',    '1','1','1422.0',    '1','1','1422.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002379.0','1018852.0','153',    '148','76','68013.5',    '145','18','11735.01',    '88','66','56278.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090643.0','1044419.0','1144',    '964','471','656508.12',    '917','181','259859.63',    '547','365','396648.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002380.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090644.0','1044419.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002381.0','1018852.0','344',    '319','231','609756.71',    '280','70','144417.33',    '283','215','465339.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090645.0','1044419.0','8',    '6','2','7175.79',    '5','2','6552.0',    '5','1','623.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002382.0','1018852.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090646.0','1044419.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002383.0','1018852.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090647.0','1044419.0','7',    '5','1','1536.0',    '5','1','1036.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002384.0','1018852.0','167',    '151','91','257846.39',    '146','60','182774.2',    '87','60','75072.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090648.0','1044419.0','44',    '34','19','26856.22',    '31','11','17688.91',    '20','13','9167.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002385.0','1018852.0','141',    '129','76','193755.57',    '121','57','104455.91',    '99','51','89299.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090649.0','1044419.0','17',    '11','6','6887.78',    '11','2','3805.0',    '7','4','3082.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002386.0','1018852.0','649',    '554','337','516503.41',    '523','127','241552.34',    '367','259','274951.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090650.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002387.0','1018852.0','675',    '597','349','601078.92',    '572','160','266381.05',    '403','257','334697.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090651.0','1044419.0','3',    '3','2','8187.7',    '3','2','8187.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002388.0','1018852.0','1',    '1','1','1501.8',    '1','1','1275.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090652.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002389.0','1018852.0','65',    '56','41','127148.97',    '54','30','87297.94',    '44','32','39851.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090653.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002390.0','1018852.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090654.0','1044419.0','35',    '33','17','16577.03',    '33','9','7141.21',    '20','14','9435.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002391.0','1018852.0','1',    '1','1','2158.3',    '1','1','1422.0',    '1','1','736.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090655.0','1044419.0','20',    '19','13','19490.93',    '18','4','6929.72',    '16','13','12561.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002392.0','1018852.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090656.0','1044419.0','45',    '35','13','17341.51',    '32','9','8448.64',    '21','5','8892.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002393.0','1018852.0','26',    '24','11','12157.81',    '24','3','3413.44',    '12','9','8744.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090657.0','1044419.0','6',    '6','3','18410.6',    '6','2','5756.0',    '4','3','12654.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002394.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090658.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002395.0','1018852.0','14',    '13','12','51944.53',    '12','9','35248.0',    '9','7','16696.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090659.0','1044419.0','1',    '1','1','13176.22',    '1','1','1026.0',    '1','1','12150.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002396.0','1018852.0','148',    '128','48','89221.11',    '122','26','35301.94',    '66','30','53919.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090660.0','1044419.0','9',    '7','4','3946.91',    '7','2','2327.0',    '5','3','1619.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002397.0','1018852.0','5',    '5','4','4253.79',    '4','3','3630.0',    '3','1','623.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090661.0','1044419.0','532',    '472','224','448693.59',    '451','119','228921.07',    '252','160','219772.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002398.0','1018852.0','1',    '1','1','2843.44',    '1','1','2843.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090662.0','1044419.0','45',    '38','15','16631.17',    '37','3','7161.0',    '18','13','9470.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002399.0','1018852.0','114',    '98','48','111521.28',    '93','29','64929.23',    '55','28','46592.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090663.0','1044419.0','13',    '10','6','20952.09',    '9','3','17545.68',    '8','4','3406.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002400.0','1018852.0','1',    '1','1','895.12',    '1','0','0.0',    '1','1','895.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090664.0','1044419.0','2',    '1','1','1113.47',    '1','0','0.0',    '1','1','1113.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002401.0','1018852.0','15',    '10','1','837.66',    '10','0','0.0',    '1','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090665.0','1044419.0','1',    '1','1','653.81',    '1','0','0.0',    '1','1','653.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002402.0','1018852.0','44',    '34','18','20217.27',    '33','9','11190.65',    '18','10','9026.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090666.0','1044419.0','324',    '299','215','607470.34',    '274','52','81956.87',    '265','204','525513.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002403.0','1018852.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090667.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002404.0','1018852.0','67',    '54','33','94838.83',    '51','18','40642.88',    '41','23','54195.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090668.0','1044419.0','22',    '19','13','19999.67',    '18','7','14418.83',    '12','10','5580.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002405.0','1018852.0','5',    '1','1','726.0',    '1','1','726.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090669.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002406.0','1018852.0','1',    '1','1','1260.0',    '1','1','1260.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090670.0','1044419.0','19',    '19','12','15186.79',    '18','6','9811.0',    '9','6','5375.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002407.0','1018852.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090671.0','1044419.0','32',    '28','17','26313.31',    '28','7','12388.0',    '19','14','13925.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002408.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090672.0','1044419.0','618',    '561','379','1164374.2',    '528','220','680731.8',    '422','285','483642.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002409.0','1018852.0','338',    '300','153','222148.25',    '284','61','98251.84',    '161','121','123896.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090673.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002410.0','1018852.0','1',    '1','1','2500.0',    '1','1','2500.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090674.0','1044419.0','2',    '2','1','9225.24',    '2','1','1036.0',    '2','1','8189.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002411.0','1018852.0','1',    '1','1','848.65',    '1','0','0.0',    '1','1','848.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090675.0','1044419.0','378',    '335','226','536875.21',    '321','150','333969.15',    '224','132','202906.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002412.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090676.0','1044419.0','1',    '1','1','1422.0',    '1','1','1422.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002413.0','1018852.0','264',    '247','130','330219.34',    '232','76','139478.17',    '184','95','190741.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090677.0','1044419.0','1964',    '1600','912','1937021.76',    '1519','471','838576.63',    '984','645','1098445.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002310.0','1018852.0','31',    '25','20','46502.62',    '25','13','29998.63',    '15','12','16503.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090574.0','1044419.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002414.0','1018852.0','302',    '268','145','237637.97',    '255','69','144354.73',    '163','102','93283.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090678.0','1044419.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002415.0','1018852.0','1',    '1','1','12524.76',    '1','1','2811.94',    '1','1','9712.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090679.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002416.0','1018852.0','1',    '1','1','549.0',    '1','1','549.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090680.0','1044419.0','2',    '2','1','837.66',    '2','0','0.0',    '2','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002417.0','1018852.0','17',    '14','11','38678.5',    '13','6','20430.01',    '10','10','18248.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002418.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090682.0','1044419.0','2012',    '1778','803','1207008.74',    '1749','470','720359.21',    '773','474','486649.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002419.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090683.0','1044419.0','1',    '1','1','350.52',    '1','0','0.0',    '1','1','350.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002420.0','1018852.0','4',    '3','1','11652.0',    '2','1','11652.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090684.0','1044419.0','66',    '56','27','92037.65',    '52','14','41758.36',    '30','19','50279.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002421.0','1018852.0','57',    '52','31','56657.51',    '49','10','19791.79',    '37','25','36865.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090685.0','1044419.0','69',    '63','44','175594.47',    '62','32','98054.45',    '46','30','77540.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002422.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090686.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002423.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090687.0','1044419.0','8',    '7','5','32859.52',    '7','4','23574.0',    '5','3','9285.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002424.0','1018852.0','1',    '1','1','3664.0',    '1','1','3664.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090688.0','1044419.0','84',    '74','40','80291.5',    '73','24','43595.37',    '46','28','36696.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002425.0','1018852.0','7',    '6','3','6927.64',    '6','3','6273.83',    '2','1','653.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090689.0','1044419.0','1',    '1','1','1096.57',    '1','0','0.0',    '1','1','1096.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002426.0','1018852.0','802',    '698','327','413765.59',    '668','121','142575.38',    '390','244','271190.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090690.0','1044419.0','54',    '47','36','56014.5',    '44','20','30129.65',    '28','22','25884.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002427.0','1018852.0','1',    '1','1','688.5',    '1','1','688.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090691.0','1044419.0','56',    '52','38','89520.94',    '50','17','53976.04',    '38','30','35544.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002429.0','1018852.0','17',    '13','8','29273.15',    '12','7','10342.92',    '7','5','18930.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090693.0','1044419.0','17',    '16','10','9588.92',    '16','0','0.0',    '11','10','9588.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002430.0','1018852.0','1',    '1','1','370.45',    '1','0','0.0',    '1','1','370.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090694.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002431.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090695.0','1044419.0','11',    '9','4','13222.74',    '9','4','9166.32',    '5','2','4056.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002432.0','1018852.0','106',    '100','62','140186.42',    '91','16','28673.82',    '89','59','111512.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090696.0','1044419.0','4',    '2','1','118.3',    '1','0','0.0',    '2','1','118.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002433.0','1018852.0','100',    '90','61','155242.31',    '87','42','85304.56',    '63','46','69937.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090697.0','1044419.0','2328',    '2136','1269','1820275.62',    '2071','352','608292.58',    '1410','1104','1211983.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002434.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090698.0','1044419.0','6',    '5','2','4650.56',    '5','2','3208.0',    '1','1','1442.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002435.0','1018852.0','4',    '3','2','7352.29',    '2','1','2550.0',    '3','1','4802.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090699.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002436.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090700.0','1044419.0','4',    '3','1','630.0',    '3','1','630.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002437.0','1018852.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090701.0','1044419.0','187',    '167','102','347172.32',    '161','78','172929.23',    '100','59','174243.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002438.0','1018852.0','1',    '1','1','1518.7',    '1','1','1275.0',    '1','1','243.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090702.0','1044419.0','7',    '7','3','2702.1',    '6','1','2550.0',    '3','2','152.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002439.0','1018852.0','10',    '8','6','4097.09',    '8','2','968.6',    '6','5','3128.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090703.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002440.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090704.0','1044419.0','1',    '1','1','1036.0',    '1','1','1036.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002441.0','1018852.0','68',    '58','39','98055.96',    '55','22','61128.96',    '41','31','36927.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090705.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002442.0','1018852.0','2293',    '2094','1132','1781670.78',    '2030','453','742577.81',    '1231','853','1039092.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090706.0','1044419.0','1',    '1','1','895.12',    '1','0','0.0',    '1','1','895.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002443.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090707.0','1044419.0','4',    '4','2','2482.15',    '4','1','1416.0',    '3','1','1066.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002444.0','1018852.0','60',    '58','36','83905.82',    '54','29','50893.14',    '31','21','33012.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090708.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002445.0','1018852.0','52',    '42','18','36422.99',    '41','7','11447.7',    '26','13','24975.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090709.0','1044419.0','751',    '660','404','926294.78',    '616','244','358405.32',    '486','281','567889.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002446.0','1018852.0','2',    '2','2','11309.58',    '2','2','3934.0',    '2','2','7375.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090710.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002447.0','1018852.0','1',    '1','1','5486.17',    '1','1','1544.72',    '1','1','3941.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090711.0','1044419.0','1',    '1','1','549.0',    '1','1','549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002448.0','1018852.0','1',    '1','1','7799.28',    '1','1','1452.0',    '1','1','6347.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090712.0','1044419.0','68',    '59','38','69705.45',    '56','20','51471.98',    '36','21','18233.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002449.0','1018852.0','7',    '5','1','2979.84',    '4','1','2727.0',    '3','1','252.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090713.0','1044419.0','1',    '1','1','1348.97',    '1','1','513.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002450.0','1018852.0','1870',    '1740','1055','1605447.43',    '1689','313','546239.29',    '1162','900','1059208.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090714.0','1044419.0','1',    '1','1','4045.37',    '1','1','2915.0',    '1','1','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002451.0','1018852.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090715.0','1044419.0','138',    '128','73','89886.49',    '124','21','30866.51',    '83','55','59019.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002452.0','1018852.0','28',    '27','13','22580.32',    '25','4','11711.07',    '18','12','10869.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090716.0','1044419.0','44',    '40','24','111707.85',    '34','18','53151.46',    '28','16','58556.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002453.0','1018852.0','8',    '7','6','16796.98',    '7','2','8905.0',    '6','5','7891.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090717.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002454.0','1018852.0','614',    '496','269','346654.38',    '451','96','113003.1',    '320','207','233651.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090718.0','1044419.0','560',    '480','299','418034.58',    '457','158','221207.78',    '330','204','196826.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002455.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090719.0','1044419.0','5157',    '4678','2711','4180453.42',    '4502','1072','1618640.57',    '2939','2104','2561812.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002456.0','1018852.0','1',    '1','1','4677.09',    '1','0','0.0',    '1','1','4677.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090720.0','1044419.0','443',    '419','318','1258530.2',    '387','156','325803.04',    '377','286','932727.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002457.0','1018852.0','187',    '170','112','224053.23',    '158','74','125208.0',    '125','73','98845.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090721.0','1044419.0','46',    '35','15','33048.76',    '33','14','22348.95',    '14','6','10699.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002458.0','1018852.0','166',    '146','93','254775.53',    '136','50','90955.03',    '104','68','163820.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090722.0','1044419.0','739',    '689','478','1129536.86',    '607','249','477883.49',    '583','378','651653.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002459.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090723.0','1044419.0','61',    '54','27','55343.96',    '54','23','33873.22',    '31','11','21470.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002460.0','1018852.0','40',    '35','16','28352.56',    '24','7','7644.98',    '27','13','20707.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090724.0','1044419.0','220',    '194','137','368498.95',    '180','69','145951.95',    '150','113','222547.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002461.0','1018852.0','499',    '465','271','647986.57',    '442','182','294817.55',    '321','186','353169.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090725.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002462.0','1018852.0','26',    '22','14','46875.14',    '21','7','10999.5',    '13','10','35875.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090726.0','1044419.0','219',    '194','109','398910.36',    '178','66','139591.86',    '134','84','259318.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002463.0','1018852.0','2340',    '2222','1593','3671104.43',    '2089','856','1462055.82',    '1790','1276','2209048.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090727.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002464.0','1018852.0','7',    '5','3','9131.16',    '5','1','1808.0',    '3','3','7323.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090728.0','1044419.0','12',    '8','6','21175.11',    '7','4','7942.2',    '4','4','13232.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002465.0','1018852.0','69',    '58','37','78724.5',    '58','34','64055.49',    '32','12','14669.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090729.0','1044419.0','2',    '2','1','3196.39',    '1','0','0.0',    '2','1','3196.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002466.0','1018852.0','17',    '15','7','24285.37',    '15','6','16749.78',    '11','4','7535.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090730.0','1044419.0','1',    '1','1','1712.89',    '1','0','0.0',    '1','1','1712.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002467.0','1018852.0','60',    '53','23','70547.37',    '52','16','32270.39',    '32','16','38276.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090731.0','1044419.0','8',    '6','5','8671.71',    '6','5','7806.73',    '4','2','864.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002468.0','1018852.0','21',    '15','7','7851.74',    '14','6','6825.07',    '6','1','1026.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090732.0','1044419.0','18',    '12','7','17512.39',    '11','3','4330.0',    '6','5','13182.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002469.0','1018852.0','71',    '45','20','45876.25',    '42','10','13710.48',    '25','13','32165.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090733.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002470.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090734.0','1044419.0','1',    '1','1','1117.94',    '1','1','214.37',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002471.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090735.0','1044419.0','1071',    '1007','534','1167281.64',    '952','353','609159.41',    '685','359','558122.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002472.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090736.0','1044419.0','1',    '1','1','972.0',    '1','1','972.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002473.0','1018852.0','16',    '12','6','9640.12',    '12','2','4335.12',    '5','5','5305.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090737.0','1044419.0','700',    '666','345','643053.76',    '637','246','408159.42',    '433','188','234894.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002474.0','1018852.0','110',    '89','49','58756.59',    '75','16','22127.56',    '56','36','36629.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090738.0','1044419.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002475.0','1018852.0','4',    '4','2','4812.44',    '3','1','2527.09',    '3','2','2285.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090739.0','1044419.0','11',    '10','5','20359.94',    '7','3','12387.6',    '4','2','7972.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002476.0','1018852.0','1',    '1','1','4547.87',    '1','1','1016.0',    '1','1','3531.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090740.0','1044419.0','1',    '1','1','1830.56',    '1','1','687.0',    '1','1','1143.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002477.0','1018852.0','50',    '35','16','31564.39',    '33','11','20841.53',    '23','11','10722.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090741.0','1044419.0','9',    '5','1','1275.0',    '5','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002478.0','1018852.0','4',    '3','1','73.33',    '3','1','73.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090742.0','1044419.0','14',    '8','6','12175.49',    '7','3','4356.0',    '7','4','7819.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002479.0','1018852.0','37',    '26','15','31488.2',    '24','8','16009.81',    '16','12','15478.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090743.0','1044419.0','2',    '2','1','11652.0',    '2','1','11652.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002480.0','1018852.0','32',    '22','9','15526.59',    '21','7','11345.56',    '11','3','4181.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090744.0','1044419.0','262',    '238','146','443649.86',    '210','65','131510.64',    '197','129','312139.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002481.0','1018852.0','436',    '400','239','526078.74',    '364','146','254420.86',    '290','171','271657.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090745.0','1044419.0','238',    '216','113','286377.79',    '206','77','126143.14',    '127','77','160234.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002482.0','1018852.0','84',    '63','43','140559.38',    '57','29','48351.48',    '43','30','92207.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090746.0','1044419.0','1365',    '1300','860','1957581.59',    '1236','571','1059976.09',    '979','608','897605.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002483.0','1018852.0','28',    '22','10','26025.01',    '22','5','9593.55',    '9','7','16431.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090747.0','1044419.0','7',    '3','2','6776.49',    '3','2','3521.42',    '2','2','3255.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002484.0','1018852.0','55',    '45','17','36017.27',    '42','11','19167.69',    '22','10','16849.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090748.0','1044419.0','39',    '30','20','54732.9',    '26','13','19666.11',    '24','17','35066.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002485.0','1018852.0','62',    '24','14','40692.89',    '22','9','23432.15',    '13','9','17260.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090749.0','1044419.0','1',    '1','1','371.63',    '1','0','0.0',    '1','1','371.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002486.0','1018852.0','86',    '80','55','164481.66',    '75','30','57025.2',    '64','43','107456.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090750.0','1044419.0','81',    '68','28','87264.25',    '66','16','30053.02',    '37','20','57211.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002487.0','1018852.0','1',    '1','1','889.59',    '0','0','0.0',    '1','1','889.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090751.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002488.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090752.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002489.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090753.0','1044419.0','1',    '1','1','169.0',    '1','0','0.0',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002490.0','1018852.0','1',    '1','1','2537.22',    '1','0','0.0',    '1','1','2537.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090754.0','1044419.0','1113',    '1051','721','1586536.17',    '987','430','767812.79',    '817','561','818723.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002491.0','1018852.0','1',    '1','1','2935.23',    '1','1','1808.0',    '1','1','1127.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090755.0','1044419.0','35',    '30','20','58530.38',    '27','10','17973.2',    '24','13','40557.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002492.0','1018852.0','18',    '8','6','11516.13',    '7','5','8971.1',    '6','3','2545.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090756.0','1044419.0','24',    '22','14','43870.57',    '20','9','19017.79',    '12','10','24852.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002493.0','1018852.0','2',    '1','1','5826.0',    '1','1','5826.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090757.0','1044419.0','21',    '19','8','28679.36',    '18','7','20805.2',    '8','4','7874.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002494.0','1018852.0','11',    '8','1','1264.32',    '8','0','0.0',    '2','1','1264.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090758.0','1044419.0','240',    '210','115','275762.89',    '200','66','108410.24',    '149','88','167352.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002495.0','1018852.0','1',    '1','1','14271.57',    '1','0','0.0',    '1','1','14271.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090759.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002496.0','1018852.0','430',    '394','283','822714.97',    '370','154','293098.9',    '318','232','529616.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090760.0','1044419.0','49',    '44','25','55301.07',    '39','12','23474.46',    '27','19','31826.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002497.0','1018852.0','24',    '17','4','2900.73',    '17','2','768.67',    '6','2','2132.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090761.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002498.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090762.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002499.0','1018852.0','5',    '5','2','618.76',    '4','0','0.0',    '5','2','618.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090763.0','1044419.0','1',    '1','1','1808.0',    '1','1','1808.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002500.0','1018852.0','25',    '24','18','54984.83',    '23','11','20252.31',    '18','13','34732.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090764.0','1044419.0','168',    '147','71','180526.79',    '140','45','78959.3',    '83','52','101567.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002501.0','1018852.0','29',    '22','8','37090.52',    '20','7','19681.51',    '13','7','17409.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090765.0','1044419.0','1',    '1','1','1691.01',    '1','1','1452.0',    '1','1','239.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002502.0','1018852.0','4',    '3','1','2438.07',    '3','1','2438.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090766.0','1044419.0','6',    '3','2','3230.99',    '2','1','2482.0',    '2','1','748.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002503.0','1018852.0','1855',    '1757','1050','2018573.93',    '1670','755','1184441.75',    '1347','666','834132.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090767.0','1044419.0','1',    '1','1','623.79',    '1','0','0.0',    '1','1','623.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002504.0','1018852.0','23',    '23','17','47139.36',    '23','13','24008.09',    '16','12','23131.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090768.0','1044419.0','1',    '1','1','5362.13',    '1','1','1452.0',    '1','1','3910.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002505.0','1018852.0','27',    '27','19','26930.69',    '25','5','12908.72',    '21','16','14021.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090769.0','1044419.0','1',    '1','1','1640.0',    '1','1','1640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002506.0','1018852.0','310',    '270','156','287714.59',    '251','58','88495.48',    '177','130','199219.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090770.0','1044419.0','69',    '61','25','48515.75',    '58','18','28253.02',    '24','12','20262.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002507.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090771.0','1044419.0','5',    '5','3','2670.01',    '4','2','1542.78',    '4','1','1127.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002508.0','1018852.0','21',    '12','5','5564.57',    '11','4','4535.0',    '9','1','1029.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090772.0','1044419.0','59',    '49','16','24152.69',    '42','7','8016.02',    '29','11','16136.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002509.0','1018852.0','352',    '316','161','408876.86',    '300','113','211723.58',    '204','110','197153.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090773.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002510.0','1018852.0','56',    '51','34','76948.51',    '50','31','58039.98',    '30','14','18908.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090774.0','1044419.0','1',    '1','1','11652.0',    '1','1','11652.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002511.0','1018852.0','38',    '37','27','66900.77',    '32','16','28024.0',    '32','20','38876.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090775.0','1044419.0','1',    '1','1','1237.41',    '0','0','0.0',    '1','1','1237.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002512.0','1018852.0','14',    '13','7','18149.24',    '13','5','8276.35',    '8','5','9872.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090776.0','1044419.0','160',    '142','81','176689.28',    '123','23','41870.6',    '122','74','134818.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002513.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090777.0','1044419.0','1',    '1','1','2057.43',    '1','0','0.0',    '1','1','2057.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002514.0','1018852.0','950',    '914','660','1283553.65',    '841','273','411876.4',    '750','561','871677.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090778.0','1044419.0','12',    '10','6','12212.94',    '10','5','9794.23',    '5','2','2418.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002515.0','1018852.0','348',    '332','190','480071.22',    '299','91','139432.83',    '284','155','340638.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090779.0','1044419.0','18',    '14','8','28312.42',    '14','5','13887.24',    '9','6','14425.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002516.0','1018852.0','76',    '54','36','97169.08',    '51','21','37487.14',    '42','30','59681.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090780.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002517.0','1018852.0','87',    '86','46','78745.33',    '78','28','40661.12',    '58','26','38084.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090781.0','1044419.0','1',    '1','1','364.7',    '1','0','0.0',    '1','1','364.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002518.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090782.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002519.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090783.0','1044419.0','14',    '4','3','7114.37',    '3','3','3637.2',    '3','2','3477.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002520.0','1018852.0','1',    '1','1','563.62',    '1','0','0.0',    '1','1','563.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090784.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002521.0','1018852.0','2',    '2','1','1123.79',    '2','0','0.0',    '2','1','1123.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090785.0','1044419.0','1',    '1','1','912.02',    '1','0','0.0',    '1','1','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002522.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090786.0','1044419.0','16',    '12','10','61630.29',    '12','9','47988.55',    '7','4','13641.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002523.0','1018852.0','7',    '7','5','4113.67',    '7','1','264.14',    '4','4','3849.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090787.0','1044419.0','2189',    '2048','1318','3238934.48',    '1904','800','1535161.14',    '1588','958','1703773.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002524.0','1018852.0','1',    '1','1','2762.97',    '1','1','1452.0',    '1','1','1310.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090788.0','1044419.0','18',    '15','6','12682.79',    '13','4','6763.26',    '7','4','5919.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002525.0','1018852.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090789.0','1044419.0','460',    '419','256','614069.8',    '387','154','222843.63',    '301','188','391226.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002526.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090790.0','1044419.0','1',    '1','1','6552.0',    '1','1','6552.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002527.0','1018852.0','276',    '256','126','267183.13',    '236','70','103224.23',    '171','96','163958.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090791.0','1044419.0','18',    '15','13','27860.16',    '14','11','22977.59',    '7','4','4882.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002528.0','1018852.0','5',    '5','5','8113.36',    '5','2','5153.34',    '5','5','2960.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090792.0','1044419.0','5',    '5','2','521.17',    '5','1','470.47',    '3','1','50.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002529.0','1018852.0','835',    '766','389','889554.85',    '731','251','432064.89',    '454','256','457489.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090793.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002530.0','1018852.0','96',    '89','71','347730.69',    '84','44','87507.3',    '78','61','260223.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090794.0','1044419.0','1',    '1','1','3729.58',    '1','1','2482.0',    '1','1','1247.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002531.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090795.0','1044419.0','97',    '92','58','90355.05',    '81','21','49032.67',    '64','40','41322.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002532.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090796.0','1044419.0','1017',    '937','530','779486.35',    '893','167','368379.47',    '614','437','411106.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002533.0','1018852.0','1',    '1','1','7462.6',    '1','1','1640.0',    '1','1','5822.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090797.0','1044419.0','2',    '2','1','1079.67',    '2','0','0.0',    '1','1','1079.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002534.0','1018852.0','1',    '1','1','1640.0',    '1','1','1640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090798.0','1044419.0','428',    '365','155','306263.43',    '358','64','127098.75',    '183','115','179164.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002535.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090799.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002536.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090800.0','1044419.0','1469',    '1336','926','2306372.65',    '1297','784','1342550.17',    '860','481','963822.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002537.0','1018852.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090801.0','1044419.0','956',    '884','532','1337717.21',    '865','417','897982.34',    '500','267','439734.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002538.0','1018852.0','1',    '1','1','1016.0',    '1','1','1016.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090802.0','1044419.0','30',    '28','8','15927.39',    '25','3','9050.69',    '15','7','6876.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002539.0','1018852.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090803.0','1044419.0','7',    '6','5','3787.66',    '6','5','3787.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002540.0','1018852.0','359',    '305','186','264227.23',    '281','74','116531.04',    '203','142','147696.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090804.0','1044419.0','1634',    '1422','734','1156286.22',    '1379','444','665048.38',    '763','430','491237.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002541.0','1018852.0','6',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090805.0','1044419.0','3',    '3','2','2939.58',    '3','2','2939.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002542.0','1018852.0','1',    '1','1','1594.8',    '1','1','638.84',    '1','1','955.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090806.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002543.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090807.0','1044419.0','296',    '250','98','99858.76',    '240','22','21831.89',    '125','81','78026.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002544.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090808.0','1044419.0','66',    '54','31','49274.98',    '48','15','34262.07',    '37','17','15012.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002545.0','1018852.0','192',    '157','74','197453.27',    '156','44','86460.54',    '77','52','110992.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090809.0','1044419.0','3319',    '3078','1621','1804158.41',    '2982','401','555442.21',    '1856','1378','1248716.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002546.0','1018852.0','3',    '3','2','1891.64',    '3','0','0.0',    '3','2','1891.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090810.0','1044419.0','1',    '1','1','140.24',    '1','1','140.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002547.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090811.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002548.0','1018852.0','1330',    '1251','656','1243495.2',    '1227','367','697694.32',    '693','420','545800.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090812.0','1044419.0','1495',    '1308','440','512452.58',    '1274','131','196028.05',    '552','345','316424.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002549.0','1018852.0','1',    '1','1','1374.0',    '1','1','1374.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090813.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002550.0','1018852.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090814.0','1044419.0','13',    '11','9','16749.4',    '11','6','10184.33',    '7','5','6565.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002551.0','1018852.0','1',    '1','1','1182.76',    '1','0','0.0',    '1','1','1182.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090815.0','1044419.0','1',    '1','1','1644.46',    '1','0','0.0',    '1','1','1644.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002552.0','1018852.0','386',    '254','130','172558.05',    '225','58','59088.23',    '159','94','113469.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090816.0','1044419.0','70',    '66','27','32813.68',    '63','7','7887.54',    '32','25','24926.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002553.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090817.0','1044419.0','984',    '873','432','689737.79',    '839','197','284199.89',    '526','311','405537.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002554.0','1018852.0','70',    '66','35','41953.78',    '64','7','11695.47',    '44','32','30258.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090818.0','1044419.0','1059',    '993','431','823047.79',    '976','312','479110.36',    '448','210','343937.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002555.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090819.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002556.0','1018852.0','674',    '645','416','638664.98',    '626','163','319305.56',    '439','331','319359.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090820.0','1044419.0','824',    '703','278','375969.15',    '662','95','153284.88',    '360','213','222684.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002557.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090821.0','1044419.0','3',    '2','1','1004.97',    '2','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002558.0','1018852.0','2588',    '2386','1591','2053191.6',    '2279','428','686572.3',    '1825','1426','1366619.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090822.0','1044419.0','4',    '4','2','1995.0',    '4','2','1995.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002559.0','1018852.0','1',    '1','1','1604.04',    '1','1','1604.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090823.0','1044419.0','3192',    '2950','1809','3016028.09',    '2839','921','1540019.94',    '1937','1313','1476008.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002560.0','1018852.0','2',    '2','2','6705.68',    '2','2','5210.0',    '1','1','1495.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090824.0','1044419.0','1',    '1','1','888.36',    '1','0','0.0',    '1','1','888.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002561.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090825.0','1044419.0','515',    '449','248','610680.19',    '429','160','281890.96',    '258','158','328789.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002562.0','1018852.0','1946',    '1744','812','1809930.71',    '1681','474','787276.85',    '1114','571','1022653.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090826.0','1044419.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002563.0','1018852.0','571',    '514','222','339674.93',    '502','90','170893.15',    '293','164','168781.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090827.0','1044419.0','1',    '1','1','4438.63',    '1','1','4438.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002564.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090828.0','1044419.0','4',    '4','2','2977.57',    '4','1','2074.0',    '2','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002565.0','1018852.0','1',    '1','1','2844.61',    '1','1','1640.0',    '1','1','1204.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090829.0','1044419.0','4',    '3','1','1260.0',    '3','1','1260.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002566.0','1018852.0','68',    '59','29','47850.3',    '54','22','34182.62',    '33','10','13667.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090830.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002567.0','1018852.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090831.0','1044419.0','2',    '2','1','1378.0',    '1','0','0.0',    '1','1','1378.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002568.0','1018852.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090832.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002569.0','1018852.0','670',    '589','278','475702.36',    '571','149','272196.56',    '371','173','203505.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090833.0','1044419.0','591',    '468','187','346405.61',    '448','114','233414.58',    '194','102','112991.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002570.0','1018852.0','97',    '78','35','55418.1',    '71','12','27151.94',    '47','27','28266.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090834.0','1044419.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002571.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090835.0','1044419.0','35',    '33','21','55046.09',    '32','16','35216.06',    '22','15','19830.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002572.0','1018852.0','597',    '557','360','575013.27',    '530','139','308077.12',    '389','274','266936.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090836.0','1044419.0','3',    '3','2','1995.0',    '3','2','1995.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002573.0','1018852.0','3',    '3','1','1181.07',    '3','0','0.0',    '1','1','1181.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090837.0','1044419.0','26',    '25','22','19866.4',    '22','2','3017.27',    '21','21','16849.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002574.0','1018852.0','151',    '123','46','45846.6',    '119','25','29231.92',    '54','25','16614.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090838.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002575.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090839.0','1044419.0','232',    '201','124','347004.94',    '196','93','248147.91',    '98','55','98857.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002576.0','1018852.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090840.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002577.0','1018852.0','759',    '717','374','906662.8',    '707','274','471663.84',    '425','195','434998.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090841.0','1044419.0','65',    '58','36','62203.84',    '56','13','27949.72',    '42','31','34254.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002578.0','1018852.0','883',    '769','301','372988.95',    '743','97','151104.56',    '354','236','221884.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090842.0','1044419.0','2',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002579.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090843.0','1044419.0','7',    '6','2','1646.04',    '6','1','464.97',    '3','1','1181.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002580.0','1018852.0','130',    '112','58','122126.44',    '104','30','50309.22',    '66','43','71817.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090844.0','1044419.0','1',    '1','1','665.0',    '1','1','665.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002581.0','1018852.0','15',    '13','9','19353.42',    '13','3','14413.0',    '10','8','4940.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090845.0','1044419.0','1',    '1','1','8121.3',    '1','1','6015.0',    '1','1','2106.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002582.0','1018852.0','393',    '337','122','119045.34',    '328','36','40133.16',    '147','91','78912.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090846.0','1044419.0','2186',    '1896','1005','1372085.75',    '1833','391','609298.04',    '1132','745','762787.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002583.0','1018852.0','917',    '793','356','479397.22',    '768','150','220847.12',    '417','257','258550.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090847.0','1044419.0','1',    '1','1','20537.07',    '1','1','11530.0',    '1','1','9007.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002584.0','1018852.0','1',    '1','1','1073.12',    '1','1','178.0',    '1','1','895.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090848.0','1044419.0','2',    '2','1','1004.97',    '2','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002585.0','1018852.0','2507',    '2337','985','1787087.84',    '2284','501','1079898.51',    '1157','630','707189.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090849.0','1044419.0','708',    '640','360','401875.72',    '614','100','122869.43',    '434','299','279006.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002586.0','1018852.0','1573',    '1478','1010','3117492.93',    '1429','634','1452131.32',    '1068','705','1665361.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090850.0','1044419.0','2',    '2','1','665.0',    '2','1','665.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002587.0','1018852.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090851.0','1044419.0','23',    '22','15','12035.36',    '21','1','665.0',    '18','15','11370.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002588.0','1018852.0','2',    '2','2','2605.0',    '2','2','2605.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090852.0','1044419.0','3042',    '2631','1501','2767125.19',    '2532','856','1553865.28',    '1551','967','1213259.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002589.0','1018852.0','638',    '594','320','283090.79',    '571','65','56723.95',    '365','284','226366.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090853.0','1044419.0','2',    '1','1','1813.42',    '1','1','665.0',    '1','1','1148.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002590.0','1018852.0','2',    '1','1','512.84',    '0','0','0.0',    '1','1','512.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090854.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002591.0','1018852.0','154',    '141','94','279330.02',    '135','66','183766.42',    '82','46','95563.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090855.0','1044419.0','1345',    '1238','668','1683889.53',    '1173','447','770141.57',    '905','444','913747.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002592.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090856.0','1044419.0','105',    '97','70','77034.44',    '94','13','26757.79',    '84','64','50276.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002593.0','1018852.0','33',    '28','13','16894.39',    '25','4','8122.13',    '22','11','8772.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090857.0','1044419.0','1',    '1','1','1640.0',    '1','1','1640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002594.0','1018852.0','20',    '13','3','1673.43',    '12','2','1202.57',    '3','2','470.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090858.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002595.0','1018852.0','243',    '229','135','267427.19',    '220','105','186437.59',    '136','69','80989.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090859.0','1044419.0','8',    '7','1','6474.0',    '7','1','6474.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002596.0','1018852.0','1',    '1','1','687.0',    '1','1','687.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090860.0','1044419.0','301',    '271','101','133815.2',    '261','19','21707.13',    '127','90','112108.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002597.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090861.0','1044419.0','262',    '250','193','350234.54',    '243','115','223037.22',    '180','137','127197.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002598.0','1018852.0','498',    '394','176','278202.37',    '387','79','91012.99',    '198','128','187189.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090862.0','1044419.0','1',    '1','1','9112.94',    '1','1','1374.0',    '1','1','7738.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002599.0','1018852.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090863.0','1044419.0','496',    '438','230','484579.58',    '412','110','235122.09',    '262','173','249457.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002600.0','1018852.0','1',    '1','1','1075.3',    '1','1','1075.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090864.0','1044419.0','122',    '100','40','59183.27',    '96','20','35145.06',    '51','28','24038.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002601.0','1018852.0','2847',    '2654','1727','4307283.22',    '2485','916','1931393.94',    '1931','1264','2375889.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090865.0','1044419.0','159',    '152','101','378079.75',    '147','78','206282.99',    '94','58','171796.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002602.0','1018852.0','77',    '55','26','19844.12',    '53','2','280.51',    '34','25','19563.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090866.0','1044419.0','1504',    '1433','1034','1132886.7',    '1370','200','263057.09',    '1146','966','869829.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002603.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090867.0','1044419.0','10',    '6','3','6203.38',    '6','3','6203.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002604.0','1018852.0','1',    '1','1','1633.43',    '1','0','0.0',    '1','1','1633.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090868.0','1044419.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002605.0','1018852.0','7',    '2','1','1836.41',    '2','0','0.0',    '1','1','1836.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090869.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002606.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090870.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002607.0','1018852.0','194',    '182','99','112803.83',    '180','23','42772.37',    '116','87','70031.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090871.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002608.0','1018852.0','2',    '2','1','14674.37',    '2','1','5100.0',    '1','1','9574.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090872.0','1044419.0','10',    '7','2','1983.24',    '7','0','0.0',    '2','2','1983.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002609.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090873.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002610.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090874.0','1044419.0','406',    '347','183','205034.77',    '328','47','61162.24',    '208','152','143872.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002611.0','1018852.0','153',    '130','69','142960.77',    '125','55','113758.0',    '59','29','29202.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090875.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002612.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090876.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002613.0','1018852.0','3',    '3','2','1781.79',    '3','0','0.0',    '2','2','1781.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090877.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002614.0','1018852.0','34',    '29','15','24051.89',    '27','7','13689.43',    '17','13','10362.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090878.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002615.0','1018852.0','4',    '4','2','1012.56',    '3','1','286.76',    '2','2','725.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090879.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002616.0','1018852.0','402',    '357','196','312365.61',    '352','99','174607.88',    '179','129','137757.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090880.0','1044419.0','33',    '24','8','20836.28',    '22','3','10961.84',    '6','6','9874.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002617.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090881.0','1044419.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002618.0','1018852.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090882.0','1044419.0','39',    '37','26','47348.28',    '34','14','29418.16',    '27','18','17930.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002619.0','1018852.0','8',    '6','5','11829.22',    '6','5','6870.0',    '5','2','4959.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090883.0','1044419.0','103',    '100','66','147706.84',    '89','29','72597.1',    '67','50','75109.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002620.0','1018852.0','5',    '5','3','13350.0',    '5','3','13350.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090884.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002621.0','1018852.0','1',    '1','1','1760.04',    '1','1','1350.0',    '1','1','410.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090885.0','1044419.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002622.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090886.0','1044419.0','1448',    '1380','718','1567224.22',    '1359','533','834416.21',    '827','394','732808.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002623.0','1018852.0','29',    '26','14','21730.74',    '26','7','6789.31',    '16','13','14941.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090887.0','1044419.0','1',    '1','1','1076.0',    '1','1','1076.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002624.0','1018852.0','1503',    '1386','767','1373773.06',    '1351','520','900492.66',    '758','403','473280.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090888.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002625.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090889.0','1044419.0','452',    '392','228','352590.85',    '380','89','131829.52',    '263','180','220761.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002626.0','1018852.0','21',    '18','8','9289.62',    '17','6','6799.31',    '5','3','2490.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090890.0','1044419.0','67',    '66','33','50445.32',    '64','18','27301.0',    '35','19','23144.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002627.0','1018852.0','4',    '1','1','2175.0',    '1','1','665.0',    '1','1','1510.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090891.0','1044419.0','54',    '44','31','33411.16',    '40','11','19346.6',    '28','20','14064.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002628.0','1018852.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090892.0','1044419.0','1',    '1','1','449.99',    '0','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002629.0','1018852.0','317',    '221','80','189092.88',    '211','58','141072.28',    '81','38','48020.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090893.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002630.0','1018852.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090894.0','1044419.0','217',    '203','143','268114.92',    '199','87','180003.47',    '140','102','88111.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002631.0','1018852.0','3',    '3','1','3308.32',    '2','1','2184.0',    '3','1','1124.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090895.0','1044419.0','505',    '476','195','230702.46',    '468','60','78498.48',    '248','154','152203.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002632.0','1018852.0','15',    '14','7','12396.06',    '13','5','7165.69',    '9','5','5230.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090896.0','1044419.0','572',    '525','301','562495.78',    '508','171','348463.55',    '299','184','214032.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002634.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090898.0','1044419.0','1',    '1','1','3695.4',    '1','1','1374.0',    '1','1','2321.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002635.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090899.0','1044419.0','555',    '477','184','185041.38',    '464','62','69812.52',    '204','133','115228.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002636.0','1018852.0','1218',    '1037','553','970936.02',    '994','276','447631.43',    '635','377','523304.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090900.0','1044419.0','31',    '24','8','13236.38',    '22','5','10037.88',    '13','4','3198.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002637.0','1018852.0','696',    '634','347','629311.19',    '615','154','345947.42',    '369','240','283363.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090901.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002638.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090902.0','1044419.0','294',    '265','176','312014.49',    '243','81','178066.31',    '181','127','133948.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002639.0','1018852.0','19',    '15','13','38187.48',    '15','7','9688.0',    '11','9','28499.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090903.0','1044419.0','15',    '13','6','9722.18',    '10','2','4852.13',    '8','5','4870.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002640.0','1018852.0','6',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090904.0','1044419.0','4',    '4','3','2632.97',    '4','0','0.0',    '3','3','2632.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002641.0','1018852.0','2',    '2','2','2312.92',    '1','0','0.0',    '2','2','2312.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090905.0','1044419.0','45',    '40','20','27791.49',    '38','9','13249.4',    '23','16','14542.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002642.0','1018852.0','272',    '260','159','149787.83',    '252','16','13933.87',    '184','151','135853.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090906.0','1044419.0','25',    '24','11','21006.84',    '23','4','5728.5',    '14','9','15278.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002643.0','1018852.0','850',    '799','434','432102.43',    '778','116','113874.86',    '512','379','318227.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090907.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002644.0','1018852.0','804',    '736','444','793702.92',    '714','217','452604.93',    '466','307','341097.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090908.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002645.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090909.0','1044419.0','4',    '3','1','835.97',    '3','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002646.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090910.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002647.0','1018852.0','1',    '1','1','3477.45',    '1','1','1640.0',    '1','1','1837.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090911.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002648.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090912.0','1044419.0','2056',    '1832','844','1586798.27',    '1782','487','832501.11',    '858','480','754297.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002649.0','1018852.0','3',    '3','2','2748.0',    '3','2','2748.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090913.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002650.0','1018852.0','1',    '1','1','1374.0',    '1','1','1374.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090914.0','1044419.0','50',    '47','19','18649.85',    '42','2','4569.0',    '23','17','14080.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002651.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090915.0','1044419.0','6',    '4','2','18346.0',    '3','1','11846.0',    '3','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002652.0','1018852.0','1117',    '957','533','1236023.71',    '914','323','548137.55',    '597','358','687886.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090916.0','1044419.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002653.0','1018852.0','1',    '1','1','4881.3',    '1','1','1330.0',    '1','1','3551.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090917.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002654.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090918.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002655.0','1018852.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090919.0','1044419.0','14',    '14','12','56080.53',    '14','11','23802.61',    '11','10','32277.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002656.0','1018852.0','3989',    '3481','1907','4458430.71',    '3328','1246','2240493.67',    '2131','1256','2217937.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090920.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002657.0','1018852.0','882',    '794','432','753991.87',    '761','250','389224.21',    '527','291','364767.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090921.0','1044419.0','1961',    '1663','889','1603646.34',    '1614','516','934880.41',    '945','567','668765.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002658.0','1018852.0','1',    '1','1','687.0',    '1','1','687.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090922.0','1044419.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002659.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090923.0','1044419.0','1',    '1','1','723.11',    '1','1','723.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002660.0','1018852.0','1',    '1','1','19031.97',    '1','1','7560.0',    '1','1','11471.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090924.0','1044419.0','711',    '658','366','677950.2',    '640','207','352226.39',    '382','239','325723.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002661.0','1018852.0','101',    '74','44','83726.04',    '69','29','47979.92',    '42','24','35746.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090925.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002662.0','1018852.0','2644',    '2454','1033','1260156.72',    '2409','284','462212.74',    '1292','853','797943.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090926.0','1044419.0','1',    '1','1','362.61',    '1','1','362.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002663.0','1018852.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090927.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002664.0','1018852.0','2955',    '2637','1322','3036037.93',    '2577','914','1839785.94',    '1339','728','1196251.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090928.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002665.0','1018852.0','1265',    '1172','455','838940.3',    '1145','245','437000.52',    '600','309','401939.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090929.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002666.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090930.0','1044419.0','2',    '2','1','4394.65',    '2','1','1330.0',    '1','1','3064.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002667.0','1018852.0','3',    '2','1','4442.0',    '1','1','4442.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090931.0','1044419.0','1255',    '1063','650','1190117.52',    '1018','289','507021.45',    '666','473','683096.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002668.0','1018852.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090932.0','1044419.0','4',    '4','2','2585.48',    '3','0','0.0',    '3','2','2585.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002669.0','1018852.0','1',    '1','1','571.46',    '1','0','0.0',    '1','1','571.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090933.0','1044419.0','1',    '1','1','1330.0',    '1','1','1330.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002670.0','1018852.0','1',    '1','1','5469.93',    '1','1','4498.76',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090934.0','1044419.0','1',    '1','1','1261.29',    '1','1','1261.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002671.0','1018852.0','391',    '331','194','290800.88',    '321','90','154995.76',    '207','132','135805.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090935.0','1044419.0','183',    '144','58','81353.32',    '136','32','52280.62',    '61','30','29072.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002672.0','1018852.0','7',    '7','6','14974.32',    '7','5','13091.13',    '2','2','1883.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090936.0','1044419.0','1',    '1','1','4896.64',    '1','1','665.0',    '1','1','4231.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002673.0','1018852.0','4',    '3','3','1406.71',    '3','1','392.1',    '2','2','1014.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090937.0','1044419.0','8',    '7','5','10891.63',    '7','5','7766.19',    '5','3','3125.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002674.0','1018852.0','57',    '55','27','75650.96',    '53','21','41231.0',    '36','14','34419.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090938.0','1044419.0','5',    '4','2','7119.94',    '4','1','2469.0',    '2','2','4650.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002675.0','1018852.0','388',    '260','153','254822.92',    '240','77','146522.74',    '152','99','108300.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090939.0','1044419.0','3057',    '2735','1326','1901120.02',    '2655','485','651440.65',    '1444','1008','1249679.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002676.0','1018852.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090940.0','1044419.0','42',    '35','17','30477.88',    '35','10','13620.22',    '20','12','16857.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002677.0','1018852.0','1',    '1','1','6454.69',    '1','1','2514.0',    '1','1','3940.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090941.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002678.0','1018852.0','4',    '4','1','1401.95',    '2','0','0.0',    '3','1','1401.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090942.0','1044419.0','225',    '206','91','85908.37',    '200','17','21879.76',    '119','78','64028.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002679.0','1018852.0','2221',    '2059','1326','2913949.09',    '1990','739','1343271.62',    '1409','953','1570677.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090943.0','1044419.0','2',    '2','1','1383.21',    '2','0','0.0',    '1','1','1383.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002680.0','1018852.0','1',    '1','1','1640.0',    '1','1','1640.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090944.0','1044419.0','1',    '1','1','1907.47',    '1','1','1275.0',    '1','1','632.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002681.0','1018852.0','522',    '469','299','459082.81',    '447','101','163261.12',    '323','244','295821.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090945.0','1044419.0','575',    '508','269','275765.26',    '493','57','63515.87',    '303','235','212249.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002682.0','1018852.0','329',    '313','210','452344.74',    '298','111','243199.55',    '222','160','209145.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090946.0','1044419.0','2322',    '2079','1132','1668246.63',    '2008','478','732671.61',    '1249','863','935575.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002683.0','1018852.0','45',    '41','26','99163.16',    '40','21','51552.96',    '34','21','47610.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090947.0','1044419.0','4',    '4','2','3301.44',    '4','2','3301.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002684.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090948.0','1044419.0','1',    '1','1','5300.86',    '1','1','4405.74',    '1','1','895.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002685.0','1018852.0','11',    '9','3','2736.41',    '9','1','996.87',    '5','2','1739.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090949.0','1044419.0','1',    '1','1','9540.24',    '1','1','2624.0',    '1','1','6916.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002686.0','1018852.0','73',    '57','28','68583.51',    '55','20','40568.8',    '29','14','28014.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090950.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002687.0','1018852.0','327',    '301','177','426196.38',    '292','131','245370.65',    '200','103','180825.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090951.0','1044419.0','1',    '1','1','1330.0',    '1','1','1330.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002688.0','1018852.0','1',    '1','1','7308.04',    '1','1','6430.0',    '1','1','878.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090952.0','1044419.0','5',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002689.0','1018852.0','336',    '293','168','469294.46',    '278','143','329199.7',    '144','77','140094.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090953.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002690.0','1018852.0','28',    '18','5','10439.24',    '16','5','8980.4',    '10','2','1458.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090954.0','1044419.0','62',    '50','28','46086.29',    '50','12','17539.21',    '34','22','28547.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002691.0','1018852.0','28',    '24','13','10384.67',    '21','2','1635.89',    '17','12','8748.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090955.0','1044419.0','9',    '9','5','5918.92',    '8','2','2385.34',    '5','4','3533.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002692.0','1018852.0','879',    '819','350','749033.53',    '806','262','470499.47',    '419','178','278534.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090956.0','1044419.0','1',    '1','1','954.27',    '1','0','0.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002693.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090957.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002694.0','1018852.0','751',    '649','396','650649.01',    '626','182','310669.81',    '406','288','339979.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090958.0','1044419.0','3402',    '3087','1904','5104653.56',    '2993','1336','2628466.1',    '1993','1179','2476187.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002695.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090959.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002696.0','1018852.0','506',    '361','214','217803.59',    '337','51','55904.58',    '253','180','161899.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090960.0','1044419.0','664',    '596','319','544985.69',    '571','135','301937.94',    '336','225','243047.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002697.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090961.0','1044419.0','57',    '46','16','34690.52',    '46','10','30952.89',    '18','6','3737.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002699.0','1018852.0','139',    '130','76','133807.45',    '125','33','74848.5',    '78','55','58958.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090963.0','1044419.0','32',    '29','23','29851.46',    '27','9','15997.06',    '24','19','13854.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002700.0','1018852.0','2283',    '1930','1007','1892359.76',    '1860','544','895076.53',    '1122','661','997283.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090964.0','1044419.0','4',    '2','1','665.0',    '1','1','665.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002701.0','1018852.0','130',    '108','47','94144.6',    '101','30','49366.04',    '58','22','44778.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090965.0','1044419.0','1241',    '1082','450','535402.2',    '1053','155','216944.23',    '519','346','318457.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002702.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090966.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002703.0','1018852.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090967.0','1044419.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002704.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090968.0','1044419.0','1211',    '1071','468','1011323.43',    '1023','341','577943.93',    '654','250','433379.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002705.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090969.0','1044419.0','52',    '46','23','31358.73',    '44','10','16686.07',    '29','14','14672.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002706.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090970.0','1044419.0','195',    '157','67','94121.48',    '148','17','28675.84',    '86','58','65445.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002707.0','1018852.0','43',    '37','25','103222.88',    '36','20','61166.81',    '25','14','42056.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090971.0','1044419.0','17',    '14','9','16478.76',    '14','7','11900.65',    '9','5','4578.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002708.0','1018852.0','26',    '18','6','8722.64',    '15','4','7405.65',    '7','3','1316.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090972.0','1044419.0','4',    '3','1','944.82',    '3','1','944.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002709.0','1018852.0','87',    '72','46','61562.37',    '69','21','30478.49',    '49','32','31083.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090973.0','1044419.0','1959',    '1737','930','1786924.62',    '1692','494','939270.13',    '965','612','847654.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002710.0','1018852.0','491',    '439','240','291635.88',    '428','70','77302.78',    '270','196','214333.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090974.0','1044419.0','867',    '777','328','615346.04',    '730','204','306338.85',    '448','196','309007.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002711.0','1018852.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090975.0','1044419.0','16',    '13','6','7961.31',    '12','3','3778.84',    '8','5','4182.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002712.0','1018852.0','1',    '1','1','7284.0',    '1','1','7284.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090976.0','1044419.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002713.0','1018852.0','82',    '75','49','113584.29',    '70','28','67816.32',    '55','34','45767.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090977.0','1044419.0','469',    '425','232','539055.68',    '406','159','303428.28',    '286','161','235627.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002714.0','1018852.0','136',    '127','83','273225.24',    '124','57','187828.99',    '79','54','85396.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090978.0','1044419.0','1',    '1','1','3421.38',    '1','1','1646.0',    '1','1','1775.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002715.0','1018852.0','2631',    '2295','1282','2542264.24',    '2200','739','1398327.38',    '1453','875','1143936.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090979.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002716.0','1018852.0','1',    '1','1','3311.62',    '1','1','3311.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090980.0','1044419.0','102',    '91','51','109917.71',    '87','34','68686.5',    '52','32','41231.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002717.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090981.0','1044419.0','196',    '176','119','317805.93',    '173','87','222464.19',    '83','53','95341.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002718.0','1018852.0','1',    '1','1','3032.22',    '1','1','3032.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090982.0','1044419.0','22',    '20','14','35337.66',    '18','5','8646.0',    '18','12','26691.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002719.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090983.0','1044419.0','72',    '59','42','44269.26',    '50','13','14582.85',    '47','35','29686.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002720.0','1018852.0','1',    '1','1','1646.0',    '1','1','1646.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090984.0','1044419.0','1',    '1','1','856.25',    '1','0','0.0',    '1','1','856.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002721.0','1018852.0','1',    '1','1','632.47',    '1','0','0.0',    '1','1','632.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090985.0','1044419.0','117',    '87','45','106998.61',    '74','23','38118.9',    '65','29','68879.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002722.0','1018852.0','1',    '1','1','873.33',    '1','1','873.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090986.0','1044419.0','3858',    '3443','1837','3714315.63',    '3323','1155','2260260.05',    '1893','1067','1454055.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002723.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090987.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002724.0','1018852.0','4',    '4','3','2814.14',    '4','0','0.0',    '3','3','2814.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090988.0','1044419.0','31',    '24','7','10246.02',    '21','3','7445.4',    '15','4','2800.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002725.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090989.0','1044419.0','1233',    '1101','602','1142786.54',    '1049','294','581318.51',    '700','431','561468.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002726.0','1018852.0','6',    '6','3','7223.22',    '5','3','6152.0',    '4','1','1071.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090990.0','1044419.0','822',    '755','432','642425.29',    '739','245','366396.72',    '444','271','276028.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002727.0','1018852.0','536',    '487','232','366882.66',    '471','108','229679.69',    '259','160','137202.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090991.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002728.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090992.0','1044419.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002729.0','1018852.0','1',    '1','1','972.27',    '1','1','68.7',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090993.0','1044419.0','154',    '118','56','139815.33',    '114','42','101651.85',    '44','21','38163.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002730.0','1018852.0','201',    '185','100','100748.31',    '179','19','21009.35',    '128','86','79738.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090994.0','1044419.0','1285',    '1191','718','1485638.82',    '1155','447','780638.47',    '760','454','705000.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002731.0','1018852.0','1',    '1','1','1209.96',    '1','1','204.99',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090995.0','1044419.0','3',    '3','1','7759.46',    '3','1','6474.0',    '1','1','1285.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002732.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090996.0','1044419.0','1',    '1','1','10414.51',    '1','1','1646.0',    '1','1','8768.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002733.0','1018852.0','9',    '9','7','7724.15',    '8','4','4306.0',    '7','5','3418.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090997.0','1044419.0','251',    '175','80','86027.63',    '160','15','16296.9',    '109','67','69730.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002734.0','1018852.0','1',    '1','1','1562.0',    '1','1','1562.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090998.0','1044419.0','6',    '6','5','4436.51',    '6','2','1330.0',    '4','4','3106.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002735.0','1018852.0','1',    '1','1','19540.9',    '1','1','6662.0',    '1','1','12878.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2090999.0','1044419.0','1',    '1','1','1747.93',    '1','0','0.0',    '1','1','1747.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002736.0','1018852.0','8',    '4','2','2279.97',    '3','1','1275.0',    '3','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091000.0','1044419.0','1',    '1','1','2167.9',    '1','1','2167.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002737.0','1018852.0','41',    '31','11','11220.5',    '31','7','7836.14',    '10','5','3384.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091001.0','1044419.0','10',    '10','8','60387.86',    '10','8','24423.05',    '7','6','35964.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002738.0','1018852.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091002.0','1044419.0','2',    '2','1','6430.0',    '2','1','6430.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002739.0','1018852.0','362',    '330','219','561528.18',    '317','128','311006.44',    '227','151','250521.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091003.0','1044419.0','15',    '13','4','18039.15',    '13','4','15880.28',    '2','1','2158.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002740.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091004.0','1044419.0','10',    '10','4','2922.3',    '10','3','2060.98',    '5','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002741.0','1018852.0','51',    '44','18','37978.68',    '40','15','32681.59',    '14','6','5297.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091005.0','1044419.0','3',    '2','1','630.0',    '1','1','630.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002742.0','1018852.0','39',    '37','22','33584.38',    '34','12','13918.62',    '21','13','19665.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091006.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002743.0','1018852.0','7',    '3','2','6549.0',    '3','2','6549.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091007.0','1044419.0','23',    '21','10','13411.15',    '20','3','7123.0',    '12','7','6288.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002744.0','1018852.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091008.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002745.0','1018852.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091009.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002746.0','1018852.0','1',    '1','1','665.0',    '1','1','665.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091010.0','1044419.0','11',    '8','7','6028.99',    '8','2','1905.0',    '7','6','4123.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002747.0','1018852.0','223',    '205','140','449296.41',    '197','111','321525.41',    '111','66','127771.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091011.0','1044419.0','33',    '31','9','7158.13',    '28','1','630.0',    '18','8','6528.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002748.0','1018852.0','297',    '274','147','351677.98',    '265','117','270800.66',    '139','55','80877.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091012.0','1044419.0','97',    '90','59','142974.9',    '82','35','87340.72',    '60','37','55634.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002749.0','1018852.0','109',    '83','39','67671.01',    '79','23','52782.06',    '45','21','14888.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091013.0','1044419.0','5',    '3','1','630.0',    '3','1','630.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002750.0','1018852.0','2301',    '1940','1055','2981089.86',    '1855','750','1406415.09',    '1160','690','1574674.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091014.0','1044419.0','12',    '10','3','4889.32',    '9','3','4232.46',    '5','1','656.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002751.0','1018852.0','10',    '7','4','8217.02',    '7','3','7526.3',    '3','2','690.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091015.0','1044419.0','10',    '9','5','26907.09',    '8','5','24728.0',    '4','1','2179.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002752.0','1018852.0','109',    '93','42','101161.48',    '90','30','72919.8',    '49','19','28241.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091016.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002753.0','1018852.0','2',    '2','1','1868.5',    '2','1','1275.0',    '1','1','593.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091017.0','1044419.0','1',    '1','1','1260.0',    '1','1','1260.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002754.0','1018852.0','41',    '34','14','21922.96',    '32','6','14388.64',    '18','9','7534.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091018.0','1044419.0','1',    '1','1','228.49',    '1','0','0.0',    '1','1','228.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002755.0','1018852.0','25',    '14','2','587.84',    '14','0','0.0',    '3','2','587.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091019.0','1044419.0','247',    '230','133','237395.56',    '218','88','135537.84',    '158','79','101857.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002756.0','1018852.0','133',    '108','65','119661.15',    '98','31','68471.36',    '66','47','51189.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091020.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002757.0','1018852.0','1',    '1','1','169.0',    '1','0','0.0',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091021.0','1044419.0','21',    '16','9','9108.6',    '14','1','1562.0',    '13','9','7546.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002758.0','1018852.0','25',    '20','10','20840.99',    '19','6','12858.27',    '11','7','7982.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091022.0','1044419.0','2',    '2','1','1243.98',    '1','0','0.0',    '1','1','1243.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002759.0','1018852.0','1',    '1','1','11273.67',    '1','1','1260.0',    '1','1','10013.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091023.0','1044419.0','1447',    '1246','706','1791602.28',    '1189','528','1012465.6',    '729','396','779136.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002760.0','1018852.0','11',    '10','4','10875.84',    '10','4','10282.34',    '4','1','593.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091024.0','1044419.0','4',    '4','2','1309.89',    '4','1','304.92',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002761.0','1018852.0','6',    '4','2','2422.83',    '3','1','2074.0',    '3','1','348.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091025.0','1044419.0','377',    '339','139','362471.31',    '332','110','251687.94',    '146','62','110783.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002762.0','1018852.0','45',    '41','24','64152.62',    '40','19','28090.84',    '26','13','36061.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091026.0','1044419.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002763.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091027.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002764.0','1018852.0','2331',    '1896','947','1987622.13',    '1825','627','1134162.17',    '991','527','853459.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091028.0','1044419.0','86',    '75','37','56797.13',    '75','26','40158.25',    '32','16','16638.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002765.0','1018852.0','3',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091029.0','1044419.0','5',    '5','3','6646.76',    '5','3','4076.99',    '2','2','2569.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002766.0','1018852.0','1',    '1','1','1000.0',    '0','0','0.0',    '1','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091030.0','1044419.0','415',    '359','205','234348.6',    '335','48','75075.49',    '231','176','159273.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002767.0','1018852.0','301',    '232','91','104574.46',    '217','31','29542.8',    '121','69','75031.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091031.0','1044419.0','9',    '7','4','10972.44',    '7','3','7714.81',    '4','4','3257.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002768.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091032.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002769.0','1018852.0','153',    '116','68','136082.79',    '108','29','55882.01',    '80','55','80200.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091033.0','1044419.0','3',    '3','2','1857.84',    '3','0','0.0',    '2','2','1857.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002770.0','1018852.0','54',    '40','23','48545.14',    '37','10','19839.07',    '25','19','28706.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091034.0','1044419.0','3025',    '2760','1379','1447577.23',    '2680','271','352438.98',    '1651','1214','1095138.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002771.0','1018852.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091035.0','1044419.0','1763',    '1550','882','1201257.82',    '1479','271','361718.06',    '1054','752','839539.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002772.0','1018852.0','1',    '1','1','954.27',    '1','0','0.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091036.0','1044419.0','231',    '212','85','206876.75',    '209','64','156168.46',    '88','38','50708.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002773.0','1018852.0','81',    '70','34','41424.6',    '68','10','17022.29',    '35','25','24402.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091037.0','1044419.0','157',    '140','100','271041.74',    '134','72','198510.68',    '96','63','72531.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002774.0','1018852.0','17',    '9','4','3349.64',    '9','0','0.0',    '4','4','3349.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091038.0','1044419.0','100',    '80','38','83023.36',    '71','21','40545.66',    '52','28','42477.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002775.0','1018852.0','44',    '39','19','32365.43',    '38','9','24156.56',    '17','11','8208.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091039.0','1044419.0','63',    '53','17','19375.3',    '46','4','6987.31',    '30','15','12387.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002776.0','1018852.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091040.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002777.0','1018852.0','58',    '55','39','112661.88',    '54','34','90797.26',    '21','13','21864.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091041.0','1044419.0','39',    '32','19','27597.15',    '28','10','15297.92',    '17','11','12299.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002778.0','1018852.0','56',    '52','29','53275.28',    '51','21','32188.55',    '33','20','21086.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091042.0','1044419.0','1',    '1','1','1260.0',    '1','1','1260.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002779.0','1018852.0','34',    '31','10','6663.49',    '28','2','1124.55',    '16','8','5538.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091043.0','1044419.0','40',    '39','15','19076.89',    '35','7','10898.08',    '19','10','8178.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002780.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091044.0','1044419.0','5',    '3','1','5765.0',    '3','1','5765.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002781.0','1018852.0','10',    '9','4','3379.37',    '9','0','0.0',    '4','4','3379.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091045.0','1044419.0','110',    '103','64','147035.51',    '97','37','98954.66',    '63','41','48080.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002782.0','1018852.0','36',    '31','16','39133.58',    '31','7','21835.82',    '18','12','17297.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091046.0','1044419.0','82',    '73','29','35432.85',    '69','7','7202.77',    '32','23','28230.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002783.0','1018852.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091047.0','1044419.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002784.0','1018852.0','438',    '415','303','813731.39',    '401','200','453789.35',    '304','196','359942.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091048.0','1044419.0','858',    '804','518','1231981.98',    '777','338','605178.68',    '532','336','626803.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002785.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091049.0','1044419.0','97',    '67','20','84432.3',    '64','16','50390.59',    '18','8','34041.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002786.0','1018852.0','26',    '24','15','47380.62',    '24','10','23004.46',    '17','12','24376.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091050.0','1044419.0','357',    '322','179','233599.38',    '306','49','73863.21',    '215','156','159736.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002787.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091051.0','1044419.0','450',    '414','236','548376.19',    '398','135','302743.23',    '258','160','245632.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002788.0','1018852.0','2',    '2','1','3905.86',    '2','1','1562.0',    '1','1','2343.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091052.0','1044419.0','4',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002789.0','1018852.0','26',    '23','14','14844.14',    '21','4','5297.0',    '16','12','9547.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091053.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002790.0','1018852.0','584',    '520','305','569164.24',    '493','209','327695.35',    '326','174','241468.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091054.0','1044419.0','9',    '9','6','33020.6',    '9','6','11056.37',    '6','4','21964.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002791.0','1018852.0','4',    '3','1','918.0',    '3','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091055.0','1044419.0','350',    '332','213','537606.19',    '322','171','285750.67',    '221','121','251855.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002792.0','1018852.0','5',    '5','2','2265.72',    '5','1','282.48',    '4','2','1983.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091056.0','1044419.0','19',    '19','11','29544.85',    '19','10','17595.18',    '13','7','11949.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002793.0','1018852.0','2',    '2','2','1940.69',    '2','0','0.0',    '2','2','1940.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091057.0','1044419.0','5',    '4','1','459.0',    '3','1','459.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002794.0','1018852.0','1',    '1','1','24612.58',    '1','1','10200.0',    '1','1','14412.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091058.0','1044419.0','184',    '168','113','197279.58',    '164','51','92849.9',    '109','89','104429.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002795.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091059.0','1044419.0','3',    '3','1','9300.95',    '3','1','1114.0',    '1','1','8186.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002796.0','1018852.0','509',    '467','281','241130.52',    '443','37','40356.58',    '311','259','200773.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091060.0','1044419.0','192',    '179','121','190638.48',    '172','48','73702.92',    '131','95','116935.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002797.0','1018852.0','1',    '1','1','5227.1',    '1','1','1328.03',    '1','1','3899.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091061.0','1044419.0','165',    '150','94','132704.78',    '141','42','58402.5',    '107','76','74302.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002798.0','1018852.0','505',    '450','307','515426.05',    '423','144','236627.17',    '332','245','278798.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091062.0','1044419.0','3',    '3','1','2229.27',    '3','1','1275.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002799.0','1018852.0','483',    '449','242','368128.88',    '432','138','230837.2',    '237','146','137291.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091063.0','1044419.0','641',    '584','363','773769.22',    '571','216','429816.8',    '355','246','343952.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002800.0','1018852.0','629',    '581','340','407028.61',    '560','110','160848.91',    '372','276','246179.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091064.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002801.0','1018852.0','32',    '30','3','6758.7',    '29','1','5100.0',    '12','3','1658.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091065.0','1044419.0','1',    '1','1','9687.84',    '1','1','1260.0',    '1','1','8427.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002803.0','1018852.0','8',    '8','5','17475.57',    '7','4','16356.0',    '5','2','1119.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091067.0','1044419.0','1',    '1','1','1139.61',    '1','1','1139.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002804.0','1018852.0','7',    '7','7','13997.46',    '7','6','9806.19',    '4','3','4191.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091068.0','1044419.0','35',    '31','24','48902.03',    '31','8','21161.22',    '25','20','27740.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002805.0','1018852.0','1',    '1','1','2257.64',    '1','1','1076.13',    '1','1','1181.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091069.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002806.0','1018852.0','8',    '8','2','8509.7',    '8','1','1820.0',    '3','2','6689.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091070.0','1044419.0','681',    '631','346','348608.35',    '606','62','78393.4',    '381','301','270214.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002807.0','1018852.0','34',    '32','20','53948.41',    '30','12','20381.75',    '23','13','33566.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091071.0','1044419.0','8',    '7','5','8600.41',    '7','3','7174.48',    '6','3','1425.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002808.0','1018852.0','148',    '131','99','205415.84',    '121','52','120282.21',    '103','82','85133.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091072.0','1044419.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002809.0','1018852.0','17',    '15','5','10763.34',    '15','3','6331.0',    '7','4','4432.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091073.0','1044419.0','1',    '1','1','16329.91',    '1','1','1471.69',    '1','1','14858.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002810.0','1018852.0','97',    '94','76','291415.53',    '94','55','121392.14',    '88','63','170023.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091074.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002811.0','1018852.0','4',    '3','3','4081.17',    '3','3','3570.33',    '3','2','510.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091075.0','1044419.0','17',    '13','5','26791.78',    '13','4','22220.0',    '3','2','4571.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002812.0','1018852.0','908',    '833','539','956968.43',    '807','263','375764.92',    '577','422','581203.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091076.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002813.0','1018852.0','27',    '23','17','34624.37',    '23','10','22701.68',    '14','10','11922.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091077.0','1044419.0','87',    '79','54','136087.42',    '77','32','60843.17',    '58','40','75244.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002814.0','1018852.0','257',    '224','129','200397.48',    '209','64','97226.2',    '140','90','103171.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091078.0','1044419.0','1',    '1','1','1685.85',    '1','1','1036.0',    '1','1','649.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002815.0','1018852.0','10',    '9','6','11724.75',    '9','5','5666.4',    '3','2','6058.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091079.0','1044419.0','18',    '17','15','32706.83',    '17','14','27865.96',    '11','5','4840.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002816.0','1018852.0','295',    '274','173','429423.91',    '264','130','257592.98',    '173','98','171830.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091080.0','1044419.0','5',    '2','1','1266.96',    '2','1','459.0',    '1','1','807.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002817.0','1018852.0','671',    '642','431','1034976.43',    '625','302','573768.29',    '454','256','461208.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091081.0','1044419.0','52',    '50','27','55498.74',    '47','17','27687.78',    '31','20','27810.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002818.0','1018852.0','108',    '98','46','63998.52',    '95','23','28429.8',    '52','31','35568.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091082.0','1044419.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002819.0','1018852.0','490',    '452','253','464251.78',    '433','183','261884.08',    '261','135','202367.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091083.0','1044419.0','5',    '4','2','772.38',    '4','0','0.0',    '4','2','772.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002820.0','1018852.0','1197',    '1112','648','1257144.34',    '1064','331','524609.18',    '761','488','732535.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091084.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002821.0','1018852.0','23',    '23','14','35270.72',    '23','10','16710.76',    '13','10','18559.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091085.0','1044419.0','148',    '135','85','221432.38',    '132','63','120225.52',    '89','50','101206.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002822.0','1018852.0','43',    '42','35','134534.08',    '41','30','56771.65',    '34','29','77762.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091086.0','1044419.0','701',    '624','415','615451.57',    '585','231','353926.05',    '429','301','261525.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002823.0','1018852.0','1',    '1','1','714.45',    '1','1','621.18',    '1','1','93.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091087.0','1044419.0','16',    '10','4','3602.91',    '10','2','2389.0',    '6','3','1213.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002824.0','1018852.0','58',    '55','35','50353.74',    '52','19','32328.22',    '37','23','18025.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091088.0','1044419.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002825.0','1018852.0','241',    '220','127','201390.59',    '204','49','102353.26',    '148','101','99037.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091089.0','1044419.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002826.0','1018852.0','77',    '71','45','51596.26',    '65','17','22985.68',    '49','36','28610.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091090.0','1044419.0','3',    '3','2','1079.67',    '3','0','0.0',    '3','2','1079.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002827.0','1018852.0','625',    '518','274','328597.51',    '495','89','122750.11',    '310','214','205847.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091091.0','1044419.0','24',    '23','14','41061.46',    '22','12','26637.6',    '15','9','14423.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002828.0','1018852.0','411',    '392','206','400732.35',    '384','154','193921.2',    '224','105','206811.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091092.0','1044419.0','397',    '354','218','370942.48',    '332','99','180438.18',    '240','159','190504.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002829.0','1018852.0','71',    '62','21','34817.8',    '60','14','24044.52',    '27','12','10773.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091093.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002830.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091094.0','1044419.0','250',    '222','159','195401.43',    '214','56','88141.64',    '165','135','107259.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002831.0','1018852.0','135',    '132','100','201970.73',    '131','56','100177.99',    '105','75','101792.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091095.0','1044419.0','327',    '311','173','502668.03',    '290','87','147566.74',    '247','151','355101.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002832.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091096.0','1044419.0','39',    '39','22','33302.01',    '38','13','21239.64',    '26','14','12062.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002833.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091097.0','1044419.0','1088',    '1025','644','1397302.83',    '984','403','674117.72',    '706','440','723185.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002834.0','1018852.0','17',    '14','8','7325.14',    '13','3','4530.92',    '8','5','2794.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091098.0','1044419.0','1',    '1','1','459.0',    '1','1','459.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002835.0','1018852.0','302',    '284','205','520700.7',    '282','150','306102.42',    '199','131','214598.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091099.0','1044419.0','319',    '301','198','414557.3',    '289','115','265272.09',    '186','132','149285.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002836.0','1018852.0','1178',    '1096','643','1223943.87',    '1058','380','512352.67',    '740','451','711591.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091100.0','1044419.0','1',    '1','1','449.0',    '1','1','449.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002837.0','1018852.0','4',    '4','4','2893.41',    '4','2','1379.99',    '4','3','1513.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091101.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002838.0','1018852.0','15',    '13','8','16183.4',    '13','7','12894.69',    '8','4','3288.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091102.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002839.0','1018852.0','45',    '39','24','82392.1',    '34','11','27797.0',    '31','19','54595.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091103.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002840.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091104.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002841.0','1018852.0','6',    '4','3','9477.04',    '4','2','4190.0',    '4','3','5287.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091105.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002842.0','1018852.0','692',    '666','407','938960.47',    '648','318','405963.5',    '495','249','532996.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091106.0','1044419.0','1',    '1','1','1328.21',    '1','1','747.11',    '1','1','581.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002843.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091107.0','1044419.0','1',    '1','1','1723.53',    '1','1','1723.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002844.0','1018852.0','4',    '4','3','30450.39',    '4','3','21129.15',    '2','1','9321.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091108.0','1044419.0','1',    '1','1','836.11',    '1','0','0.0',    '1','1','836.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002845.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091109.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002846.0','1018852.0','6',    '4','1','878.22',    '4','0','0.0',    '2','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091110.0','1044419.0','1',    '1','1','120.33',    '1','1','120.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002847.0','1018852.0','1',    '1','1','16.9',    '1','0','0.0',    '1','1','16.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091111.0','1044419.0','2',    '2','2','6238.82',    '2','1','5100.0',    '1','1','1138.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002848.0','1018852.0','1',    '1','1','2173.0',    '1','1','2173.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091112.0','1044419.0','5',    '5','4','4771.29',    '5','3','2601.83',    '3','2','2169.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002849.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091113.0','1044419.0','1',    '1','1','22470.35',    '1','1','11098.0',    '1','1','11372.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002850.0','1018852.0','14',    '13','4','3624.78',    '12','2','1588.69',    '5','2','2036.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091114.0','1044419.0','1',    '1','1','998.06',    '1','0','0.0',    '1','1','998.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002851.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091115.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002852.0','1018852.0','2251',    '1985','1301','2261791.47',    '1811','628','900490.78',    '1478','1015','1361300.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091116.0','1044419.0','2',    '2','2','3641.97',    '2','1','1484.09',    '2','2','2157.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002853.0','1018852.0','23',    '18','10','16443.38',    '17','3','5460.0',    '14','10','10983.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091117.0','1044419.0','35',    '31','16','67206.1',    '28','8','12702.0',    '27','16','54504.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002854.0','1018852.0','1',    '1','1','320.99',    '0','0','0.0',    '1','1','320.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091118.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002855.0','1018852.0','1025',    '912','554','906278.31',    '868','218','409765.59',    '630','442','496512.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091119.0','1044419.0','1192',    '1119','596','737635.92',    '1088','206','308038.24',    '675','459','429597.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002856.0','1018852.0','2',    '2','2','2947.04',    '2','1','1146.62',    '2','2','1800.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091120.0','1044419.0','676',    '584','315','361994.59',    '545','83','108465.13',    '357','269','253529.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002857.0','1018852.0','16',    '13','9','28446.72',    '13','3','15698.0',    '10','9','12748.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091121.0','1044419.0','650',    '597','361','678440.51',    '573','198','296314.93',    '394','277','382125.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002858.0','1018852.0','7229',    '6447','2515','3911134.17',    '6350','1430','2165693.61',    '2878','1513','1745440.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091122.0','1044419.0','1',    '1','1','1422.0',    '1','1','1422.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002859.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091123.0','1044419.0','1',    '1','1','549.0',    '1','1','549.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002860.0','1018852.0','2',    '2','1','861.32',    '2','0','0.0',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091124.0','1044419.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002861.0','1018852.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091125.0','1044419.0','1',    '1','1','1164.17',    '1','0','0.0',    '1','1','1164.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002862.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091126.0','1044419.0','7',    '6','5','3832.63',    '6','0','0.0',    '5','5','3832.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002863.0','1018852.0','3599',    '3371','1795','2483260.91',    '3321','808','1062655.88',    '1869','1309','1420605.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091127.0','1044419.0','2207',    '2044','1315','4001967.72',    '1996','1004','2365687.04',    '1266','766','1636280.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002864.0','1018852.0','521',    '440','211','518838.55',    '433','167','330632.22',    '186','85','188206.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091128.0','1044419.0','1',    '1','1','6189.71',    '1','1','3972.0',    '1','1','2217.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002865.0','1018852.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091129.0','1044419.0','1',    '1','1','1098.0',    '1','1','1098.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002866.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091130.0','1044419.0','17',    '15','10','20800.13',    '15','3','6947.08',    '11','9','13853.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002867.0','1018852.0','98',    '93','69','151506.62',    '90','41','96670.25',    '67','47','54836.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091131.0','1044419.0','138',    '124','91','140770.24',    '110','41','71899.7',    '93','70','68870.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002868.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091132.0','1044419.0','5',    '3','1','226.66',    '2','1','226.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002869.0','1018852.0','1',    '1','1','2193.68',    '1','1','687.0',    '1','1','1506.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091133.0','1044419.0','1',    '1','1','99.71',    '1','0','0.0',    '1','1','99.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002870.0','1018852.0','1',    '1','1','4421.76',    '1','1','4421.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091134.0','1044419.0','1',    '1','1','3998.83',    '1','1','3998.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002871.0','1018852.0','200',    '179','113','192166.19',    '165','53','95454.51',    '125','84','96711.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091135.0','1044419.0','1145',    '980','304','314006.18',    '956','75','74938.22',    '402','253','239067.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002872.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091136.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002873.0','1018852.0','143',    '135','82','93267.47',    '130','15','26259.41',    '96','74','67008.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091137.0','1044419.0','1',    '1','1','214.18',    '1','1','214.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002874.0','1018852.0','107',    '98','76','152528.72',    '92','45','91565.43',    '68','55','60963.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091138.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002875.0','1018852.0','1',    '1','1','1626.7',    '1','1','1275.0',    '1','1','351.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091139.0','1044419.0','51',    '44','27','87446.94',    '42','21','43301.82',    '19','13','44145.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002876.0','1018852.0','10',    '5','3','9707.95',    '5','3','8443.38',    '1','1','1264.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091140.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002877.0','1018852.0','6',    '3','1','1040.83',    '3','0','0.0',    '1','1','1040.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091141.0','1044419.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002878.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091142.0','1044419.0','7',    '6','2','3224.44',    '6','1','1275.0',    '2','2','1949.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002879.0','1018852.0','2',    '2','1','873.15',    '2','0','0.0',    '2','1','873.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091143.0','1044419.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002880.0','1018852.0','132',    '117','93','140328.74',    '111','27','41684.48',    '95','78','98644.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091144.0','1044419.0','1071',    '1007','558','631744.16',    '970','131','200378.65',    '658','487','431365.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002881.0','1018852.0','42',    '38','25','57084.48',    '36','20','42210.55',    '21','15','14873.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091145.0','1044419.0','1',    '1','1','281.3',    '1','0','0.0',    '1','1','281.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002882.0','1018852.0','1',    '1','1','3373.38',    '1','1','1098.0',    '1','1','2275.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091146.0','1044419.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002883.0','1018852.0','5',    '4','3','11002.97',    '3','1','6198.0',    '4','3','4804.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091147.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002884.0','1018852.0','1',    '1','1','868.79',    '1','1','868.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091148.0','1044419.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002885.0','1018852.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091149.0','1044419.0','11',    '10','5','2966.59',    '10','0','0.0',    '6','5','2966.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002886.0','1018852.0','109',    '90','56','71010.37',    '85','23','36039.32',    '63','44','34971.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091150.0','1044419.0','270',    '252','136','174818.92',    '247','31','51569.28',    '147','118','123249.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002887.0','1018852.0','12',    '8','4','8240.24',    '7','2','6517.6',    '4','2','1722.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091151.0','1044419.0','467',    '421','291','476320.4',    '402','133','218881.02',    '314','229','257439.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002888.0','1018852.0','15',    '15','2','7066.87',    '15','1','6214.0',    '7','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091152.0','1044419.0','15',    '14','7','23011.36',    '13','5','19087.57',    '9','5','3923.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002889.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091153.0','1044419.0','10',    '8','4','5125.66',    '7','1','1982.0',    '5','4','3143.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002890.0','1018852.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091154.0','1044419.0','198',    '192','141','147946.36',    '173','22','36940.75',    '160','134','111005.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002891.0','1018852.0','2447',    '2221','1405','3492160.22',    '2115','964','1597602.33',    '1537','949','1894557.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091155.0','1044419.0','285',    '275','199','185191.38',    '260','23','23970.82',    '236','188','161220.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002892.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091156.0','1044419.0','400',    '350','256','277706.4',    '314','44','59680.92',    '288','235','218025.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002893.0','1018852.0','30',    '28','8','7435.27',    '28','7','6514.8',    '12','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091157.0','1044419.0','5100',    '4654','2667','5043672.68',    '4558','1473','2618403.57',    '2760','1821','2425269.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002894.0','1018852.0','64',    '60','45','92702.25',    '57','33','47509.57',    '42','28','45192.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091158.0','1044419.0','97',    '89','61','139554.95',    '87','37','80192.52',    '68','43','59362.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002895.0','1018852.0','1271',    '1123','690','1318711.61',    '1065','383','562788.25',    '741','490','755923.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091159.0','1044419.0','10',    '10','5','4677.05',    '9','0','0.0',    '7','5','4677.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002896.0','1018852.0','2',    '2','1','2550.0',    '2','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091160.0','1044419.0','7',    '5','1','9801.26',    '5','1','1098.0',    '2','1','8703.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002897.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091161.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002898.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091162.0','1044419.0','10',    '10','3','2381.49',    '10','1','549.0',    '3','2','1832.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002899.0','1018852.0','10',    '8','2','1758.53',    '8','1','787.36',    '2','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091163.0','1044419.0','60',    '56','43','58749.57',    '52','18','22049.8',    '44','36','36699.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002900.0','1018852.0','47',    '40','26','42162.25',    '39','15','22544.26',    '28','19','19617.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091164.0','1044419.0','172',    '147','90','119001.83',    '139','30','53222.16',    '103','72','65779.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002901.0','1018852.0','1',    '1','1','549.0',    '1','1','549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091165.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002902.0','1018852.0','1',    '1','1','549.0',    '1','1','549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091166.0','1044419.0','3',    '1','1','1142.58',    '1','0','0.0',    '1','1','1142.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002903.0','1018852.0','476',    '417','261','644027.07',    '396','135','273751.33',    '286','190','370275.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091167.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002904.0','1018852.0','1',    '1','1','1167.55',    '0','0','0.0',    '1','1','1167.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091168.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002905.0','1018852.0','1',    '1','1','3273.98',    '1','1','2092.91',    '1','1','1181.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091169.0','1044419.0','4',    '3','3','6991.64',    '3','1','5100.0',    '2','2','1891.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002906.0','1018852.0','2591',    '2191','1299','2636495.89',    '2049','847','1161164.97',    '1464','800','1475330.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091170.0','1044419.0','4',    '4','3','2952.01',    '2','2','1968.0',    '3','1','984.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002907.0','1018852.0','3213',    '3025','1720','1915300.75',    '2930','543','552117.24',    '2030','1449','1363183.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091171.0','1044419.0','1',    '1','1','3040.72',    '1','1','3040.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002908.0','1018852.0','798',    '758','480','1269350.08',    '700','307','415907.96',    '594','339','853442.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091172.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002909.0','1018852.0','88',    '74','45','96497.43',    '71','25','60146.44',    '46','35','36350.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091173.0','1044419.0','250',    '235','180','176794.55',    '213','19','28021.11',    '194','168','148773.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002910.0','1018852.0','253',    '221','158','281365.76',    '205','71','159494.76',    '161','120','121871.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091174.0','1044419.0','3',    '3','2','2152.24',    '3','0','0.0',    '2','2','2152.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002911.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091175.0','1044419.0','1',    '1','1','6214.0',    '1','1','6214.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002912.0','1018852.0','3373',    '3192','2046','2598453.3',    '3092','659','777543.18',    '2241','1694','1820910.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091176.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002913.0','1018852.0','2',    '2','1','981.91',    '2','1','112.14',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091177.0','1044419.0','76',    '71','38','45756.37',    '69','15','20013.79',    '44','28','25742.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002914.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091178.0','1044419.0','23',    '20','15','26343.78',    '19','14','19123.39',    '17','10','7220.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002915.0','1018852.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091179.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002916.0','1018852.0','1',    '1','1','2217.69',    '1','1','918.0',    '1','1','1299.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091180.0','1044419.0','1',    '1','1','984.0',    '1','1','984.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002917.0','1018852.0','860',    '782','542','1159616.27',    '740','344','631070.96',    '541','376','528545.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091181.0','1044419.0','147',    '122','76','177270.03',    '112','55','111685.37',    '80','47','65584.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002918.0','1018852.0','9',    '7','3','8436.68',    '7','3','8210.78',    '4','1','225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091182.0','1044419.0','28',    '22','9','8130.46',    '19','0','0.0',    '14','9','8130.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002919.0','1018852.0','90',    '82','49','61000.74',    '80','17','26694.24',    '56','40','34306.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091183.0','1044419.0','1908',    '1735','1061','1863858.76',    '1637','509','871430.54',    '1240','788','992428.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002920.0','1018852.0','1',    '1','1','50.7',    '1','0','0.0',    '1','1','50.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091184.0','1044419.0','122',    '113','57','58878.66',    '109','16','24473.61',    '62','42','34405.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002921.0','1018852.0','22',    '21','15','32388.42',    '20','5','15883.73',    '17','14','16504.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091185.0','1044419.0','324',    '277','153','278973.58',    '267','98','179140.02',    '163','88','99833.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002922.0','1018852.0','2260',    '1986','1348','1875122.24',    '1866','477','663206.19',    '1492','1121','1211916.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091186.0','1044419.0','5',    '4','2','4873.5',    '4','1','1422.0',    '3','2','3451.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002923.0','1018852.0','10',    '9','5','5374.45',    '7','3','2474.11',    '5','3','2900.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091187.0','1044419.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002924.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091188.0','1044419.0','23',    '21','8','6766.77',    '21','2','1098.0',    '14','7','5668.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002925.0','1018852.0','5',    '4','3','11703.16',    '4','3','11703.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091189.0','1044419.0','2',    '2','1','2209.0',    '2','1','2209.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002926.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091190.0','1044419.0','745',    '673','384','387994.1',    '632','59','70428.07',    '453','350','317566.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002927.0','1018852.0','1',    '1','1','839.35',    '1','0','0.0',    '1','1','839.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091191.0','1044419.0','1',    '1','1','561.0',    '1','1','561.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002928.0','1018852.0','1',    '1','1','912.09',    '1','1','912.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091192.0','1044419.0','1',    '1','1','819.05',    '1','0','0.0',    '1','1','819.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002929.0','1018852.0','1',    '1','1','6524.7',    '1','1','6474.0',    '1','1','50.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091193.0','1044419.0','285',    '262','179','253776.06',    '239','85','118638.86',    '195','133','135137.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002930.0','1018852.0','247',    '197','122','136321.96',    '177','42','53752.33',    '142','92','82569.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091194.0','1044419.0','4',    '4','3','2417.28',    '4','1','131.67',    '3','3','2285.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002931.0','1018852.0','38',    '33','18','21476.03',    '33','8','7221.84',    '19','14','14254.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091195.0','1044419.0','424',    '408','308','560817.93',    '397','137','321705.62',    '312','243','239112.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002932.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091196.0','1044419.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002933.0','1018852.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091197.0','1044419.0','1784',    '1641','898','1344440.08',    '1599','370','661818.16',    '968','660','682621.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002934.0','1018852.0','27',    '17','11','16609.26',    '16','10','16266.01',    '5','1','343.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091198.0','1044419.0','1',    '1','1','460.98',    '1','1','289.78',    '1','1','171.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002935.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091199.0','1044419.0','1',    '1','1','581.1',    '1','0','0.0',    '1','1','581.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002936.0','1018852.0','6',    '5','2','4499.97',    '4','1','3664.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091200.0','1044419.0','2',    '2','1','1422.0',    '2','1','1422.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002937.0','1018852.0','934',    '855','430','535720.23',    '835','150','215228.62',    '502','338','320491.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091201.0','1044419.0','5',    '5','5','5110.18',    '5','3','2440.0',    '4','3','2670.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002938.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091202.0','1044419.0','3',    '2','2','4970.79',    '2','1','3810.0',    '2','2','1160.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002939.0','1018852.0','96',    '84','19','22618.82',    '83','5','4262.24',    '27','14','18356.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091203.0','1044419.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002940.0','1018852.0','32',    '31','15','22985.11',    '29','7','8350.68',    '17','11','14634.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091204.0','1044419.0','1309',    '1221','813','949055.14',    '1156','238','342616.22',    '869','678','606438.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002941.0','1018852.0','1',    '1','1','822.23',    '1','0','0.0',    '1','1','822.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091205.0','1044419.0','2',    '1','1','1477.07',    '1','1','914.31',    '1','1','562.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002942.0','1018852.0','2',    '2','2','1671.94',    '2','0','0.0',    '2','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091206.0','1044419.0','1',    '1','1','239.01',    '1','0','0.0',    '1','1','239.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002943.0','1018852.0','13',    '10','5','18578.87',    '10','4','17380.9',    '5','2','1197.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091207.0','1044419.0','2',    '2','2','8268.66',    '2','2','6648.05',    '1','1','1620.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002944.0','1018852.0','359',    '313','203','442781.04',    '292','111','223688.03',    '224','159','219093.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091208.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002945.0','1018852.0','1',    '1','1','687.0',    '1','1','687.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091209.0','1044419.0','1',    '1','1','861.32',    '1','0','0.0',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002946.0','1018852.0','1',    '1','1','68.7',    '1','1','68.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091210.0','1044419.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002947.0','1018852.0','1',    '1','1','3157.75',    '1','1','1098.0',    '1','1','2059.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091211.0','1044419.0','1',    '1','1','2671.27',    '1','1','2671.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002948.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091212.0','1044419.0','286',    '271','187','244727.08',    '262','59','79219.42',    '198','158','165507.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002949.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091213.0','1044419.0','2',    '1','1','8326.36',    '1','1','549.0',    '1','1','7777.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002950.0','1018852.0','6459',    '6045','2990','3636941.13',    '5932','1190','1323645.47',    '3329','2225','2313295.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091214.0','1044419.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002951.0','1018852.0','6',    '6','2','861.74',    '5','0','0.0',    '3','2','861.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091215.0','1044419.0','6',    '4','2','1539.87',    '4','1','687.0',    '2','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002952.0','1018852.0','1',    '1','1','1260.0',    '1','1','1260.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091216.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002953.0','1018852.0','1',    '1','1','578.49',    '1','1','570.04',    '1','1','8.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091217.0','1044419.0','473',    '350','111','183005.4',    '327','51','93343.39',    '154','75','89662.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002954.0','1018852.0','2209',    '2004','1336','2016877.78',    '1878','524','850477.46',    '1425','1092','1166400.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091218.0','1044419.0','30',    '25','13','93520.75',    '25','12','32927.0',    '14','9','60593.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002955.0','1018852.0','1',    '1','1','306.27',    '1','0','0.0',    '1','1','306.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091219.0','1044419.0','1826',    '1657','1067','1580678.86',    '1583','457','700324.34',    '1166','825','880354.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002956.0','1018852.0','187',    '170','89','105486.86',    '160','35','46577.01',    '93','64','58909.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091220.0','1044419.0','52',    '37','25','66745.92',    '37','24','63020.03',    '10','6','3725.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002957.0','1018852.0','1',    '1','1','6059.78',    '1','0','0.0',    '1','1','6059.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091221.0','1044419.0','3',    '3','2','1873.46',    '3','2','1873.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002958.0','1018852.0','6000',    '5628','2926','3214463.26',    '5503','939','953625.93',    '3361','2320','2260837.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091222.0','1044419.0','1',    '1','1','549.0',    '1','1','549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002959.0','1018852.0','8',    '8','3','2364.74',    '6','0','0.0',    '5','3','2364.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091223.0','1044419.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002960.0','1018852.0','509',    '444','253','332914.16',    '426','97','133351.17',    '297','197','199562.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091224.0','1044419.0','192',    '173','100','212028.3',    '161','59','125759.54',    '109','67','86268.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002961.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091225.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002962.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091226.0','1044419.0','13',    '11','7','7694.95',    '11','5','3772.97',    '6','4','3921.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002963.0','1018852.0','2357',    '1985','1134','3378970.94',    '1934','896','1671350.18',    '985','583','1707620.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091227.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002964.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091228.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002965.0','1018852.0','21',    '18','9','4541.13',    '17','3','1512.76',    '14','6','3028.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091229.0','1044419.0','2',    '2','2','1955.17',    '2','1','984.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002966.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091230.0','1044419.0','7',    '4','2','4768.5',    '4','2','3825.0',    '2','1','943.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002967.0','1018852.0','40',    '34','26','50670.23',    '29','14','35936.38',    '28','20','14733.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091231.0','1044419.0','632',    '563','306','518694.7',    '550','153','293352.95',    '318','206','225341.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002968.0','1018852.0','1932',    '1818','1131','1248746.21',    '1756','295','321162.44',    '1236','967','927583.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091232.0','1044419.0','1',    '1','1','3534.0',    '1','1','3534.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002969.0','1018852.0','54',    '50','37','117370.18',    '48','26','52699.07',    '31','26','64671.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091233.0','1044419.0','1',    '1','1','2401.22',    '1','1','1878.67',    '1','1','522.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002970.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091234.0','1044419.0','149',    '127','85','111187.64',    '114','18','24873.88',    '103','76','86313.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002971.0','1018852.0','270',    '239','155','209694.58',    '228','64','110098.37',    '171','115','99596.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091235.0','1044419.0','3',    '3','2','1209.54',    '3','2','365.12',    '2','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002972.0','1018852.0','1',    '1','1','4490.63',    '1','1','4321.63',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091236.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002973.0','1018852.0','1',    '1','1','1559.7',    '1','1','1559.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091237.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002974.0','1018852.0','5',    '4','4','12492.15',    '4','3','11541.0',    '4','4','951.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091238.0','1044419.0','221',    '215','148','231483.53',    '208','106','126483.93',    '139','81','104999.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002975.0','1018852.0','27',    '26','17','15525.4',    '26','16','12892.24',    '15','7','2633.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091239.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002976.0','1018852.0','4',    '3','2','4886.84',    '3','2','4769.49',    '1','1','117.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091240.0','1044419.0','3',    '2','2','4014.81',    '2','2','3897.46',    '1','1','117.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002977.0','1018852.0','5',    '4','3','8310.16',    '4','3','7759.04',    '2','1','551.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091241.0','1044419.0','5',    '4','4','7375.25',    '4','2','3628.64',    '4','3','3746.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002978.0','1018852.0','2',    '1','1','221.16',    '1','1','221.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091242.0','1044419.0','3',    '3','2','3763.32',    '1','0','0.0',    '3','2','3763.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002979.0','1018852.0','7',    '6','3','4930.6',    '6','3','4930.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091243.0','1044419.0','111',    '85','63','248314.15',    '83','60','190622.62',    '40','21','57691.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002980.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091244.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002981.0','1018852.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091245.0','1044419.0','1',    '1','1','954.27',    '1','0','0.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002982.0','1018852.0','3',    '2','1','505.0',    '2','1','505.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091246.0','1044419.0','16',    '14','8','20265.25',    '12','8','20265.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002983.0','1018852.0','4',    '4','1','4587.38',    '4','0','0.0',    '2','1','4587.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091247.0','1044419.0','619',    '574','413','554846.21',    '533','125','215514.6',    '462','367','339331.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002984.0','1018852.0','59',    '50','37','95526.36',    '50','32','92232.4',    '15','10','3293.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091248.0','1044419.0','1',    '1','1','941.47',    '1','1','10.86',    '1','1','930.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002985.0','1018852.0','2',    '1','1','344.86',    '1','0','0.0',    '1','1','344.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091249.0','1044419.0','2618',    '2432','1453','2689381.91',    '2353','739','1444509.06',    '1510','1017','1244872.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002986.0','1018852.0','62',    '60','26','58327.11',    '58','22','34841.69',    '46','14','23485.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091250.0','1044419.0','13',    '10','6','6223.99',    '10','6','5715.19',    '4','1','508.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002987.0','1018852.0','48',    '46','24','65227.46',    '46','21','44866.14',    '35','16','20361.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091251.0','1044419.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002989.0','1018852.0','14',    '13','10','46867.91',    '13','10','35068.05',    '6','3','11799.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091253.0','1044419.0','1',    '1','1','9527.19',    '1','1','1160.0',    '1','1','8367.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002990.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091254.0','1044419.0','5',    '5','4','5297.4',    '5','4','5297.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002991.0','1018852.0','2',    '2','1','3097.96',    '2','1','3097.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091255.0','1044419.0','2',    '2','2','4076.2',    '2','2','3850.3',    '1','1','225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002992.0','1018852.0','72',    '20','9','47368.38',    '15','7','5567.47',    '11','6','41800.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091256.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002993.0','1018852.0','33',    '33','13','15712.49',    '33','8','8309.37',    '25','10','7403.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091257.0','1044419.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002994.0','1018852.0','1',    '1','1','11534.0',    '1','1','11534.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091258.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002995.0','1018852.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091259.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002996.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091260.0','1044419.0','21',    '16','14','48334.52',    '16','13','46917.49',    '2','1','1417.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002997.0','1018852.0','1',    '1','1','3981.56',    '1','1','3981.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091261.0','1044419.0','61',    '48','33','100010.1',    '47','32','61788.55',    '20','7','38221.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002998.0','1018852.0','38',    '31','23','57075.8',    '31','23','55142.8',    '9','5','1933.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091262.0','1044419.0','4298',    '3865','2327','6255134.24',    '3686','1706','2777472.38',    '2688','1511','3477661.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2002999.0','1018852.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091263.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003000.0','1018852.0','1',    '1','1','16.1',    '1','0','0.0',    '1','1','16.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091264.0','1044419.0','11',    '10','4','13330.78',    '9','3','3674.0',    '6','3','9656.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003001.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091265.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003002.0','1018852.0','10',    '9','5','8275.37',    '8','2','4736.1',    '8','4','3539.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091266.0','1044419.0','31',    '30','14','16407.8',    '29','6','7004.94',    '19','13','9402.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003003.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091267.0','1044419.0','7',    '6','3','21686.98',    '5','3','14597.75',    '4','2','7089.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003004.0','1018852.0','361',    '305','225','420369.39',    '280','93','214458.83',    '245','187','205910.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091268.0','1044419.0','6',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003005.0','1018852.0','3',    '2','2','7249.38',    '2','2','3825.0',    '2','1','3424.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091269.0','1044419.0','3',    '3','1','599.73',    '3','0','0.0',    '2','1','599.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003006.0','1018852.0','428',    '409','250','529654.26',    '383','172','233202.56',    '307','158','296451.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091270.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003007.0','1018852.0','11',    '11','5','3701.93',    '11','1','1098.0',    '4','4','2603.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091271.0','1044419.0','2',    '1','1','1160.0',    '1','1','1160.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003008.0','1018852.0','1',    '1','1','1422.0',    '1','1','1422.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091272.0','1044419.0','11',    '8','8','28259.86',    '8','8','27877.87',    '3','2','381.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003009.0','1018852.0','1',    '1','1','1819.5',    '1','1','1819.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091273.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003010.0','1018852.0','5',    '4','3','14748.21',    '4','3','14533.84',    '1','1','214.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091274.0','1044419.0','1',    '1','1','172.69',    '1','0','0.0',    '1','1','172.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003011.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091275.0','1044419.0','96',    '92','60','117747.51',    '88','50','69072.98',    '60','30','48674.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003012.0','1018852.0','39',    '32','23','79184.1',    '32','23','67333.14',    '11','5','11850.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091276.0','1044419.0','5',    '3','2','6816.77',    '3','2','4733.66',    '2','2','2083.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003013.0','1018852.0','63',    '62','40','102733.14',    '60','27','38345.63',    '53','27','64387.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091277.0','1044419.0','11',    '7','5','41025.31',    '7','5','22921.08',    '5','3','18104.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003014.0','1018852.0','1',    '1','1','1012.15',    '1','1','488.87',    '1','1','523.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091278.0','1044419.0','34',    '31','23','53246.47',    '29','15','21079.86',    '20','14','32166.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003015.0','1018852.0','4',    '4','1','3277.31',    '4','1','2550.0',    '1','1','727.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091279.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003016.0','1018852.0','32',    '30','24','67064.77',    '28','20','32433.3',    '21','14','34631.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091280.0','1044419.0','7',    '2','2','9954.0',    '2','2','9954.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003017.0','1018852.0','4',    '2','2','5229.23',    '2','1','2615.0',    '2','2','2614.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091281.0','1044419.0','2',    '2','2','9828.48',    '2','2','8810.0',    '2','1','1018.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003018.0','1018852.0','37',    '25','21','62751.54',    '25','18','57290.56',    '12','10','5460.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091282.0','1044419.0','1',    '1','1','7614.9',    '1','1','6710.0',    '1','1','904.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003019.0','1018852.0','847',    '780','477','881806.92',    '760','215','403312.26',    '524','375','478494.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091283.0','1044419.0','78',    '63','36','106397.37',    '61','29','52285.51',    '28','17','54111.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003020.0','1018852.0','1',    '1','1','42.25',    '1','0','0.0',    '1','1','42.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091284.0','1044419.0','444',    '386','270','407633.24',    '364','124','215298.05',    '288','195','192335.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003021.0','1018852.0','18',    '17','14','24654.09',    '14','7','18328.93',    '12','9','6325.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091285.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003022.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091286.0','1044419.0','1',    '1','1','9652.34',    '1','1','984.0',    '1','1','8668.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003023.0','1018852.0','84',    '57','35','150305.81',    '51','33','91721.5',    '27','14','58584.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091287.0','1044419.0','3',    '2','2','937.37',    '2','0','0.0',    '2','2','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003024.0','1018852.0','16',    '13','10','58318.82',    '13','9','25430.56',    '9','7','32888.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091288.0','1044419.0','1226',    '1104','726','832800.14',    '1045','205','264971.57',    '807','607','567828.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003025.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091289.0','1044419.0','1',    '1','1','696.6',    '1','1','696.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003026.0','1018852.0','1',    '1','1','4883.8',    '1','1','4883.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091290.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003027.0','1018852.0','4',    '3','2','8251.77',    '3','2','1656.95',    '2','1','6594.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091291.0','1044419.0','8',    '8','7','24087.43',    '8','6','22475.57',    '5','3','1611.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003028.0','1018852.0','130',    '107','75','220164.36',    '101','74','182731.47',    '53','26','37432.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091292.0','1044419.0','1',    '1','1','586.92',    '1','1','586.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003029.0','1018852.0','10',    '9','2','699.48',    '8','1','217.1',    '6','2','482.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091293.0','1044419.0','13',    '12','11','16788.22',    '10','2','4204.0',    '10','10','12584.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003030.0','1018852.0','27',    '27','10','19538.51',    '27','8','12559.82',    '15','4','6978.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091294.0','1044419.0','906',    '674','335','529648.59',    '618','180','286029.69',    '402','211','243618.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003031.0','1018852.0','91',    '88','52','107270.81',    '86','37','53025.97',    '72','38','54244.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091295.0','1044419.0','1',    '1','1','6746.72',    '1','0','0.0',    '1','1','6746.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003032.0','1018852.0','5',    '5','3','12789.46',    '5','3','12789.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091296.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003033.0','1018852.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091297.0','1044419.0','30',    '25','17','86122.18',    '25','16','58541.56',    '16','8','27580.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003034.0','1018852.0','18',    '18','13','16230.9',    '18','6','7611.81',    '16','10','8619.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091298.0','1044419.0','1',    '1','1','734.3',    '1','1','423.0',    '1','1','311.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003035.0','1018852.0','1',    '1','1','1420.08',    '1','0','0.0',    '1','1','1420.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091299.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003036.0','1018852.0','1',    '1','1','169.25',    '1','1','169.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091300.0','1044419.0','74',    '62','45','85029.76',    '61','17','45338.2',    '43','35','39691.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003037.0','1018852.0','111',    '107','76','121207.83',    '102','65','87289.43',    '72','38','33918.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091301.0','1044419.0','4',    '3','1','2484.0',    '3','1','1984.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003038.0','1018852.0','151',    '51','12','23708.1',    '39','12','21658.79',    '28','3','2049.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091302.0','1044419.0','56',    '52','37','45954.5',    '47','13','18824.98',    '44','34','27129.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003039.0','1018852.0','3',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091303.0','1044419.0','1',    '1','1','2966.1',    '1','1','2966.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003040.0','1018852.0','1',    '1','1','2166.0',    '1','1','1666.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091304.0','1044419.0','852',    '818','446','998593.8',    '756','288','358086.39',    '629','305','640507.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003041.0','1018852.0','16',    '14','10','31852.68',    '14','8','22567.56',    '9','3','9285.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091305.0','1044419.0','14',    '11','9','54204.3',    '11','9','43644.19',    '6','5','10560.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003042.0','1018852.0','223',    '178','131','411566.26',    '169','125','304437.19',    '82','35','107129.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091306.0','1044419.0','73',    '70','36','54990.66',    '66','27','31960.33',    '46','13','23030.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003043.0','1018852.0','72',    '72','51','135515.02',    '70','43','86479.16',    '46','25','49035.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091307.0','1044419.0','2',    '2','2','1461.02',    '2','1','549.0',    '2','2','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003044.0','1018852.0','21',    '18','10','35949.88',    '18','10','35478.31',    '5','2','471.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091308.0','1044419.0','1',    '1','1','892.04',    '1','0','0.0',    '1','1','892.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003045.0','1018852.0','33',    '22','14','73451.31',    '20','13','50657.79',    '11','7','22793.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091309.0','1044419.0','36',    '33','25','44945.72',    '31','12','28229.6',    '25','19','16716.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003046.0','1018852.0','57',    '55','36','115357.23',    '53','23','57507.96',    '43','24','57849.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091310.0','1044419.0','1',    '1','1','3499.0',    '0','0','0.0',    '1','1','3499.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003047.0','1018852.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091311.0','1044419.0','17',    '17','11','16940.84',    '17','4','8025.31',    '12','11','8915.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003048.0','1018852.0','72',    '62','41','166684.4',    '62','40','136165.52',    '19','11','30518.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091312.0','1044419.0','1',    '1','1','1467.2',    '1','1','1467.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003049.0','1018852.0','1',    '1','1','343.25',    '1','0','0.0',    '1','1','343.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091313.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003050.0','1018852.0','21',    '21','12','22641.46',    '19','10','14910.73',    '9','3','7730.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091314.0','1044419.0','8',    '7','4','22667.4',    '6','2','7468.0',    '6','3','15199.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003051.0','1018852.0','1',    '1','1','1270.86',    '1','1','1270.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091315.0','1044419.0','1',    '1','1','6562.0',    '1','1','6562.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003052.0','1018852.0','328',    '281','236','2125203.99',    '276','226','965121.86',    '165','132','1160082.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091316.0','1044419.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003053.0','1018852.0','1',    '1','1','697.68',    '1','1','697.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091317.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003054.0','1018852.0','13',    '13','9','9696.46',    '11','1','1275.0',    '13','9','8421.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091318.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003055.0','1018852.0','1',    '1','1','3641.29',    '1','1','1954.67',    '1','1','1686.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091319.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003056.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091320.0','1044419.0','2162',    '2028','918','1003138.67',    '1996','301','317501.23',    '1109','728','685637.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003057.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091321.0','1044419.0','48',    '46','28','27409.27',    '44','7','5179.61',    '33','25','22229.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003058.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091322.0','1044419.0','433',    '388','259','573390.08',    '361','158','324481.6',    '268','175','248908.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003059.0','1018852.0','49',    '47','30','59506.92',    '44','20','38768.51',    '36','23','20738.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091323.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003060.0','1018852.0','7',    '4','2','4895.15',    '4','1','4105.0',    '2','1','790.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091324.0','1044419.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003061.0','1018852.0','10',    '5','4','7248.74',    '5','4','7248.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091325.0','1044419.0','834',    '689','367','626350.32',    '661','194','333543.55',    '391','247','292806.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003062.0','1018852.0','3',    '3','2','8671.34',    '3','1','6710.0',    '3','2','1961.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091326.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003063.0','1018852.0','152',    '116','80','349473.51',    '113','78','218942.16',    '59','36','130531.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091327.0','1044419.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003064.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091328.0','1044419.0','31',    '30','19','60784.83',    '28','15','25588.75',    '20','10','35196.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003065.0','1018852.0','169',    '79','39','187503.52',    '59','34','67813.09',    '53','21','119690.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091329.0','1044419.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003066.0','1018852.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091330.0','1044419.0','8',    '7','5','10082.66',    '7','5','9138.46',    '4','2','944.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003067.0','1018852.0','58',    '53','31','43807.35',    '51','20','23487.36',    '42','22','20319.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091331.0','1044419.0','3',    '3','2','2452.57',    '3','1','1247.33',    '2','2','1205.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003068.0','1018852.0','1',    '1','1','252.0',    '1','1','252.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091332.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003069.0','1018852.0','1',    '1','1','1812.9',    '1','1','1587.0',    '1','1','225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091333.0','1044419.0','1',    '1','1','1639.27',    '1','1','492.0',    '1','1','1147.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003070.0','1018852.0','8',    '8','5','17174.69',    '8','3','4858.13',    '5','5','12316.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091334.0','1044419.0','485',    '448','330','1117426.0',    '431','210','606617.9',    '306','232','510808.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003071.0','1018852.0','26',    '21','14','31879.01',    '20','9','20153.15',    '14','8','11725.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091335.0','1044419.0','665',    '611','380','503659.98',    '590','91','148472.2',    '442','344','355187.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003072.0','1018852.0','86',    '69','27','48905.05',    '65','20','28925.11',    '31','14','19979.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091336.0','1044419.0','20',    '17','12','55020.2',    '17','12','34789.46',    '7','3','20230.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003073.0','1018852.0','1',    '1','1','1640.0',    '1','1','1640.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091337.0','1044419.0','1',    '1','1','4655.46',    '1','1','2737.0',    '1','1','1918.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003074.0','1018852.0','313',    '296','227','549499.33',    '284','125','283182.13',    '234','181','266317.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091338.0','1044419.0','8',    '6','4','11635.65',    '6','4','11635.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003075.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091339.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003076.0','1018852.0','2',    '2','1','984.0',    '2','1','984.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091340.0','1044419.0','2',    '2','2','3055.33',    '2','2','1779.83',    '2','1','1275.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003077.0','1018852.0','937',    '834','485','775924.75',    '794','240','344264.81',    '553','356','431659.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091341.0','1044419.0','25',    '25','12','13493.2',    '21','4','6020.4',    '14','10','7472.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003078.0','1018852.0','2946',    '2657','1660','1921207.36',    '2546','502','695422.44',    '1853','1365','1225784.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091342.0','1044419.0','1244',    '1141','743','1279643.35',    '1092','398','631886.65',    '743','519','647756.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003079.0','1018852.0','2',    '1','1','661.3',    '1','1','661.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091343.0','1044419.0','87',    '83','53','101098.15',    '81','47','77075.3',    '46','17','24022.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003080.0','1018852.0','7',    '5','4','17250.84',    '5','4','17250.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091344.0','1044419.0','2',    '2','1','670.74',    '2','0','0.0',    '1','1','670.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003081.0','1018852.0','2',    '1','1','21559.51',    '1','1','5100.0',    '1','1','16459.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091345.0','1044419.0','37',    '22','18','47355.82',    '22','18','45858.62',    '8','5','1497.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003082.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091346.0','1044419.0','100',    '99','65','161542.79',    '96','52','86804.63',    '77','42','74738.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003083.0','1018852.0','3',    '2','1','918.59',    '2','1','918.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091347.0','1044419.0','1',    '1','1','117.35',    '1','0','0.0',    '1','1','117.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003084.0','1018852.0','2',    '2','2','5018.55',    '2','2','5018.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091348.0','1044419.0','9',    '6','3','5907.59',    '6','2','5117.44',    '2','1','790.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003085.0','1018852.0','13',    '11','8','63765.1',    '10','7','40925.85',    '8','5','22839.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091349.0','1044419.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003086.0','1018852.0','1',    '1','1','1542.99',    '1','0','0.0',    '1','1','1542.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091350.0','1044419.0','127',    '123','77','149463.74',    '119','66','83291.97',    '81','40','66171.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003087.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091351.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003088.0','1018852.0','2',    '1','1','2711.0',    '1','1','2550.0',    '1','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091352.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003089.0','1018852.0','1',    '1','1','3462.36',    '1','1','3462.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091353.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003090.0','1018852.0','1',    '1','1','318.0',    '1','1','318.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091354.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003091.0','1018852.0','1372',    '1205','595','836728.27',    '1174','339','432020.66',    '639','383','404707.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091355.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003092.0','1018852.0','33',    '24','16','103717.04',    '22','14','24520.82',    '21','13','79196.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091356.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003093.0','1018852.0','174',    '113','78','267038.68',    '106','73','215485.07',    '47','26','51553.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091357.0','1044419.0','7',    '6','5','57339.93',    '6','5','37417.27',    '4','2','19922.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003094.0','1018852.0','35',    '33','20','46053.73',    '33','8','24796.9',    '19','14','21256.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091358.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003095.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091359.0','1044419.0','2',    '1','1','1956.19',    '1','1','1472.49',    '1','1','483.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003096.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091360.0','1044419.0','165',    '161','105','282018.82',    '157','78','140827.71',    '120','69','141191.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003097.0','1018852.0','135',    '113','74','395210.41',    '109','68','199110.81',    '57','32','196099.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091361.0','1044419.0','398',    '299','236','1471027.71',    '292','230','833063.69',    '160','94','637964.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003098.0','1018852.0','5',    '3','2','3025.1',    '2','2','3009.0',    '3','1','16.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091362.0','1044419.0','3',    '3','2','2703.02',    '3','2','2703.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003099.0','1018852.0','96',    '92','68','176291.49',    '92','53','82270.86',    '66','45','94020.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091363.0','1044419.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003100.0','1018852.0','2',    '2','1','4437.9',    '2','1','4437.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091364.0','1044419.0','1',    '1','1','2667.35',    '1','1','2550.0',    '1','1','117.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003101.0','1018852.0','183',    '154','96','283827.05',    '152','92','215842.49',    '58','27','67984.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091365.0','1044419.0','4',    '3','2','6571.01',    '3','2','6571.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003102.0','1018852.0','2',    '2','1','2550.0',    '2','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091366.0','1044419.0','24',    '20','11','60459.22',    '17','10','30265.43',    '9','5','30193.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003103.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091367.0','1044419.0','1688',    '1387','725','1541648.99',    '1328','523','741233.93',    '759','413','800415.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003104.0','1018852.0','789',    '705','417','576753.15',    '683','164','256461.34',    '439','312','320291.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091368.0','1044419.0','99',    '94','57','149762.62',    '90','46','103128.08',    '66','29','46634.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003105.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091369.0','1044419.0','4',    '4','1','62.44',    '4','1','62.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003106.0','1018852.0','1',    '1','1','988.07',    '1','0','0.0',    '1','1','988.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091370.0','1044419.0','7',    '7','4','8400.14',    '7','4','8400.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003107.0','1018852.0','3',    '3','3','7753.34',    '3','3','7018.35',    '1','1','734.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091371.0','1044419.0','8',    '8','5','11511.7',    '8','5','8619.15',    '5','2','2892.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003108.0','1018852.0','3',    '3','2','4037.38',    '3','2','4037.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091372.0','1044419.0','11',    '9','7','13258.56',    '9','7','13258.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003109.0','1018852.0','3',    '3','3','1961.91',    '3','1','308.1',    '2','2','1653.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091373.0','1044419.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003110.0','1018852.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091374.0','1044419.0','588',    '572','376','927627.99',    '541','301','465330.88',    '453','249','462297.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003111.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091375.0','1044419.0','32',    '29','14','17478.8',    '27','7','7140.82',    '22','10','10337.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003112.0','1018852.0','52',    '34','27','81862.12',    '33','23','63582.29',    '19','10','18279.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091376.0','1044419.0','15',    '9','6','20534.59',    '9','6','15880.03',    '7','5','4654.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003113.0','1018852.0','11',    '11','7','28464.33',    '11','7','16155.63',    '6','2','12308.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091377.0','1044419.0','8',    '5','4','11580.47',    '5','3','11201.48',    '4','2','378.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003114.0','1018852.0','3',    '3','1','545.53',    '3','0','0.0',    '3','1','545.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091378.0','1044419.0','3',    '3','1','914.6',    '3','0','0.0',    '1','1','914.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003115.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091379.0','1044419.0','5',    '5','4','17068.99',    '5','4','13392.63',    '3','2','3676.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003116.0','1018852.0','7',    '5','4','6325.46',    '5','4','3883.42',    '4','2','2442.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091380.0','1044419.0','672',    '646','454','1234766.35',    '627','298','482912.2',    '520','340','751854.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003117.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091381.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003118.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091382.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003119.0','1018852.0','216',    '204','120','206873.24',    '190','95','146555.19',    '122','56','60318.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091383.0','1044419.0','18',    '12','10','31973.12',    '12','10','31360.64',    '4','1','612.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003120.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091384.0','1044419.0','8',    '8','3','4769.46',    '8','3','4769.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003121.0','1018852.0','2',    '2','1','5100.0',    '2','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091385.0','1044419.0','168',    '162','108','161630.95',    '160','94','117354.17',    '95','39','44276.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003122.0','1018852.0','1',    '1','1','4552.85',    '1','1','4552.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091386.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003123.0','1018852.0','5',    '2','2','3763.56',    '2','2','3763.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091387.0','1044419.0','64',    '53','39','156807.88',    '52','39','154552.61',    '14','5','2255.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003124.0','1018852.0','811',    '779','461','594140.75',    '726','282','308905.57',    '524','270','285235.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091388.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003125.0','1018852.0','4',    '3','2','6462.51',    '3','2','6462.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091389.0','1044419.0','104',    '97','20','17957.08',    '88','13','11834.85',    '79','11','6122.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003126.0','1018852.0','2',    '2','1','2868.11',    '2','1','2123.84',    '2','1','744.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091390.0','1044419.0','3',    '2','1','531.0',    '2','1','531.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003127.0','1018852.0','194',    '189','84','84936.01',    '177','42','49646.28',    '149','51','35289.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091391.0','1044419.0','84',    '75','34','31058.26',    '72','32','27646.72',    '29','5','3411.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003128.0','1018852.0','74',    '61','22','28922.04',    '56','15','18501.6',    '48','11','10420.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091392.0','1044419.0','10',    '7','2','1062.0',    '7','2','1062.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003129.0','1018852.0','539',    '496','159','112028.2',    '428','45','37483.4',    '402','124','74544.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091393.0','1044419.0','23',    '23','13','26103.68',    '22','13','13325.79',    '13','5','12777.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003130.0','1018852.0','3',    '2','1','806.25',    '2','0','0.0',    '2','1','806.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091394.0','1044419.0','36',    '30','20','77668.5',    '29','20','55180.76',    '7','1','22487.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003131.0','1018852.0','9',    '8','6','14895.51',    '8','5','13553.2',    '3','1','1342.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091395.0','1044419.0','3',    '3','3','3748.3',    '3','3','3748.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003132.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091396.0','1044419.0','6',    '3','2','3757.85',    '3','2','3414.6',    '1','1','343.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003133.0','1018852.0','3',    '3','1','2424.02',    '3','1','2424.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091397.0','1044419.0','609',    '586','369','599912.73',    '563','295','400475.44',    '389','167','199437.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003134.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091398.0','1044419.0','12',    '11','3','3171.65',    '11','2','1539.07',    '4','2','1632.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003135.0','1018852.0','286',    '281','170','258373.04',    '274','139','173075.32',    '180','65','85297.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091399.0','1044419.0','17',    '14','2','3356.0',    '14','2','2999.67',    '9','1','356.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003136.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091400.0','1044419.0','53',    '45','33','199400.4',    '44','30','92773.92',    '23','15','106626.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003137.0','1018852.0','4',    '4','4','18226.74',    '4','4','16379.54',    '2','2','1847.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091401.0','1044419.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003138.0','1018852.0','478',    '460','297','495610.67',    '444','233','310711.99',    '296','150','184898.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091402.0','1044419.0','87',    '78','27','35025.4',    '70','15','20824.0',    '56','21','14201.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003139.0','1018852.0','13',    '8','5','14909.71',    '7','4','12403.69',    '3','2','2506.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091403.0','1044419.0','1',    '1','1','6059.89',    '1','1','4343.28',    '1','1','1716.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003140.0','1018852.0','1',    '1','1','1296.39',    '1','1','954.0',    '1','1','342.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091404.0','1044419.0','382',    '362','113','97390.43',    '310','37','38165.72',    '296','88','59224.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003141.0','1018852.0','1',    '1','1','5835.86',    '0','0','0.0',    '1','1','5835.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091405.0','1044419.0','142',    '100','69','228771.59',    '98','66','203022.51',    '35','19','25749.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003142.0','1018852.0','12',    '10','7','27366.17',    '10','7','27366.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091406.0','1044419.0','1',    '1','1','208.86',    '1','1','208.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003143.0','1018852.0','11',    '10','2','2945.16',    '9','2','1853.0',    '9','1','1092.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091407.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003144.0','1018852.0','1',    '1','1','1272.85',    '0','0','0.0',    '1','1','1272.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091408.0','1044419.0','248',    '234','77','92212.47',    '217','50','67119.21',    '188','37','25093.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003145.0','1018852.0','51',    '38','19','44736.69',    '36','18','13463.25',    '19','3','31273.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091409.0','1044419.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003146.0','1018852.0','11',    '9','1','2459.33',    '8','1','1275.0',    '8','1','1184.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091410.0','1044419.0','12',    '8','3','1635.05',    '8','0','0.0',    '8','3','1635.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003147.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091411.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003148.0','1018852.0','343',    '323','111','129328.01',    '294','65','83571.84',    '257','69','45756.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091412.0','1044419.0','214',    '195','50','59621.6',    '172','34','32661.99',    '149','29','26959.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003149.0','1018852.0','2',    '1','1','2211.3',    '1','1','2211.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091413.0','1044419.0','4',    '3','2','810.16',    '3','2','810.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003150.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091414.0','1044419.0','5',    '4','1','3850.05',    '4','1','2342.74',    '1','1','1507.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003151.0','1018852.0','5',    '3','2','11191.05',    '3','2','10448.81',    '2','1','742.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091415.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003152.0','1018852.0','14',    '11','2','7938.47',    '10','2','6052.54',    '8','1','1885.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091416.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003153.0','1018852.0','25',    '24','7','4879.65',    '23','3','2384.0',    '17','5','2495.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091417.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003154.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091418.0','1044419.0','4',    '4','1','298.4',    '4','1','298.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003155.0','1018852.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091419.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003156.0','1018852.0','84',    '73','43','38442.06',    '72','40','35510.9',    '33','6','2931.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091420.0','1044419.0','53',    '45','14','8330.13',    '42','12','6930.2',    '31','3','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003157.0','1018852.0','1',    '1','1','4798.65',    '1','1','2997.44',    '1','1','1801.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091421.0','1044419.0','26',    '19','13','30231.38',    '19','12','20871.14',    '5','4','9360.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003158.0','1018852.0','15',    '15','6','16430.9',    '15','5','8584.0',    '7','2','7846.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091422.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003159.0','1018852.0','64',    '60','32','52743.51',    '59','27','38483.63',    '42','18','14259.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091423.0','1044419.0','3',    '2','1','356.77',    '2','0','0.0',    '1','1','356.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003160.0','1018852.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091424.0','1044419.0','2',    '2','2','19781.88',    '2','2','13490.0',    '2','2','6291.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003161.0','1018852.0','1',    '1','1','531.0',    '1','1','531.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091425.0','1044419.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003162.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091426.0','1044419.0','1',    '1','1','1988.3',    '1','1','1062.0',    '1','1','926.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003163.0','1018852.0','98',    '96','59','133392.79',    '93','47','75961.78',    '60','31','57431.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091427.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003164.0','1018852.0','32',    '30','22','21949.23',    '29','14','11606.87',    '20','13','10342.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091428.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003165.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091429.0','1044419.0','481',    '470','237','412638.51',    '453','204','313332.48',    '254','88','99306.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003166.0','1018852.0','18',    '14','2','1437.47',    '14','1','1322.0',    '12','1','115.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091430.0','1044419.0','10',    '8','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003167.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091431.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003168.0','1018852.0','36',    '31','8','10301.76',    '29','6','5146.72',    '25','5','5155.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091432.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003169.0','1018852.0','3',    '3','1','531.0',    '3','1','531.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091433.0','1044419.0','149',    '134','29','42712.22',    '117','19','22442.28',    '102','13','20269.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003170.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091434.0','1044419.0','294',    '259','58','57659.06',    '219','31','27894.13',    '205','40','29764.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003171.0','1018852.0','1',    '1','1','2299.13',    '1','1','2039.29',    '1','1','259.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091435.0','1044419.0','82',    '82','51','81097.04',    '82','40','48683.77',    '54','28','32413.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003172.0','1018852.0','35',    '23','5','3771.99',    '21','4','2587.66',    '16','1','1184.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091436.0','1044419.0','1',    '1','1','208.86',    '1','1','208.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003173.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091437.0','1044419.0','3',    '2','2','3906.15',    '2','2','2740.28',    '1','1','1165.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003174.0','1018852.0','13',    '11','10','20316.6',    '11','9','20199.25',    '3','1','117.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091438.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003175.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091439.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003176.0','1018852.0','4',    '2','1','7344.0',    '2','1','7344.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091440.0','1044419.0','1',    '1','1','3703.28',    '1','1','3703.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003177.0','1018852.0','94',    '83','29','33086.96',    '79','16','20916.08',    '58','19','12170.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091441.0','1044419.0','16',    '11','9','37295.47',    '11','9','37287.42',    '4','1','8.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003178.0','1018852.0','112',    '101','34','22730.41',    '92','15','10177.01',    '76','24','12553.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091442.0','1044419.0','1',    '1','1','576.18',    '1','1','576.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003179.0','1018852.0','14',    '9','3','1214.47',    '8','2','863.64',    '7','1','350.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091443.0','1044419.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003180.0','1018852.0','1',    '1','1','2095.94',    '1','1','2095.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091444.0','1044419.0','92',    '91','59','153685.19',    '91','44','95820.36',    '61','30','57864.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003181.0','1018852.0','10',    '7','5','24056.7',    '7','5','24006.7',    '4','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091445.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003182.0','1018852.0','10',    '6','3','17077.49',    '5','2','2536.0',    '5','3','14541.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091446.0','1044419.0','133',    '126','33','27946.04',    '100','12','11582.02',    '114','27','16364.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003183.0','1018852.0','13',    '13','9','19638.79',    '13','7','16355.88',    '6','4','3282.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091447.0','1044419.0','64',    '50','31','113181.05',    '49','29','88073.61',    '21','14','25107.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003184.0','1018852.0','1',    '1','1','4616.68',    '1','1','3820.44',    '1','1','796.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091448.0','1044419.0','640',    '613','378','845079.73',    '591','286','460573.64',    '400','208','384506.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003185.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091449.0','1044419.0','418',    '388','121','124037.26',    '352','66','78025.92',    '300','74','46011.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003186.0','1018852.0','4',    '3','3','6514.52',    '3','3','6514.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091450.0','1044419.0','164',    '147','42','69023.47',    '139','32','51108.39',    '112','23','17915.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003187.0','1018852.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091451.0','1044419.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003188.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091452.0','1044419.0','8',    '4','2','2609.24',    '4','2','2609.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003189.0','1018852.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091453.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003190.0','1018852.0','1',    '1','1','25600.0',    '1','1','6422.0',    '1','1','19178.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091454.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003191.0','1018852.0','157',    '148','62','105555.76',    '137','37','49124.28',    '103','38','56431.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091455.0','1044419.0','3',    '3','3','12093.98',    '3','3','12093.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003192.0','1018852.0','69',    '57','12','7286.25',    '51','6','3444.48',    '47','6','3841.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091456.0','1044419.0','7',    '6','5','21836.19',    '6','5','18991.61',    '2','2','2844.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003193.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091457.0','1044419.0','67',    '55','27','34234.36',    '47','15','15412.49',    '46','20','18821.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003194.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091458.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003195.0','1018852.0','35',    '26','6','3317.56',    '23','5','2767.56',    '17','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091459.0','1044419.0','1',    '1','1','531.0',    '1','1','531.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003196.0','1018852.0','18',    '17','1','1309.96',    '17','1','1309.96',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091460.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003197.0','1018852.0','1',    '1','1','1462.0',    '1','1','1462.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091461.0','1044419.0','1',    '1','1','1012.53',    '1','0','0.0',    '1','1','1012.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003198.0','1018852.0','1',    '1','1','455.0',    '1','1','455.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091462.0','1044419.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003199.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091463.0','1044419.0','1',    '1','1','455.0',    '1','1','455.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003200.0','1018852.0','2',    '2','2','11914.92',    '2','2','1246.67',    '1','1','10668.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091464.0','1044419.0','1152',    '1056','593','1235533.19',    '1020','364','665984.98',    '681','418','569548.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003201.0','1018852.0','6',    '6','3','3699.34',    '5','3','3699.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091465.0','1044419.0','2',    '2','2','4250.46',    '2','2','924.12',    '2','2','3326.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003202.0','1018852.0','3',    '2','1','481.0',    '2','1','481.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091466.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003203.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091467.0','1044419.0','5',    '5','5','7036.31',    '5','4','4031.67',    '4','2','3004.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003204.0','1018852.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091468.0','1044419.0','7',    '7','2','9328.56',    '7','2','6798.24',    '2','1','2530.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003205.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091469.0','1044419.0','1',    '1','1','531.0',    '1','1','531.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003206.0','1018852.0','380',    '359','147','212603.36',    '348','131','123078.74',    '259','37','89524.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091470.0','1044419.0','30',    '26','6','4908.15',    '25','6','4908.15',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003207.0','1018852.0','18',    '16','10','16553.7',    '14','7','12641.37',    '12','5','3912.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091471.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003208.0','1018852.0','1',    '1','1','10576.61',    '1','1','6008.0',    '1','1','4568.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091472.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003209.0','1018852.0','2',    '2','1','796.45',    '2','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091473.0','1044419.0','220',    '197','122','361271.84',    '189','84','191790.76',    '127','86','169481.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003210.0','1018852.0','3948',    '3506','1979','3845863.89',    '3395','1146','2169475.48',    '2091','1286','1676388.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091474.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003211.0','1018852.0','1',    '1','1','531.0',    '1','1','531.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091475.0','1044419.0','237',    '219','140','310624.11',    '213','80','172686.15',    '145','98','137937.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003212.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091476.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003213.0','1018852.0','4',    '3','2','5123.78',    '3','2','4924.62',    '2','1','199.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091477.0','1044419.0','152',    '118','70','166137.56',    '114','67','144256.15',    '47','12','21881.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003214.0','1018852.0','1',    '1','1','216.08',    '1','0','0.0',    '1','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091478.0','1044419.0','1',    '1','1','6221.58',    '1','1','4816.38',    '1','1','1405.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003215.0','1018852.0','81',    '77','53','110226.04',    '76','51','91282.71',    '45','15','18943.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091479.0','1044419.0','3',    '2','2','7961.18',    '2','1','6010.0',    '2','2','1951.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003216.0','1018852.0','21',    '17','13','15250.84',    '17','4','4397.74',    '12','11','10853.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091480.0','1044419.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003217.0','1018852.0','4',    '4','4','7962.13',    '4','4','6621.0',    '3','3','1341.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091481.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003218.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091482.0','1044419.0','939',    '849','464','887521.71',    '829','304','554719.04',    '484','265','332802.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003064.0','1018852.0','2',    '2','2','2008.68',    '2','2','2008.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091328.0','1044419.0','1',    '1','1','150.0',    '1','0','0.0',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003219.0','1018852.0','2',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091483.0','1044419.0','1',    '1','1','1999.19',    '1','1','1999.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003220.0','1018852.0','764',    '686','388','874284.14',    '666','348','663270.15',    '372','154','211013.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091484.0','1044419.0','117',    '103','52','75384.66',    '100','48','59909.19',    '59','18','15475.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003221.0','1018852.0','1789',    '1639','1064','2531462.25',    '1592','621','1382495.98',    '1110','760','1148966.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091485.0','1044419.0','1',    '1','1','1006.51',    '1','1','210.06',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003222.0','1018852.0','1',    '1','1','1350.84',    '1','0','0.0',    '1','1','1350.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091486.0','1044419.0','1',    '1','1','352.77',    '1','1','128.79',    '1','1','223.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003223.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091487.0','1044419.0','2',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003224.0','1018852.0','171',    '162','88','120619.87',    '161','76','96550.3',    '91','26','24069.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091488.0','1044419.0','1067',    '1017','658','1372691.24',    '982','525','906931.82',    '613','308','465759.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003225.0','1018852.0','6',    '6','2','7008.2',    '6','2','6375.0',    '3','1','633.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091489.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003226.0','1018852.0','12',    '12','7','10963.28',    '12','4','7472.41',    '6','4','3490.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091490.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003227.0','1018852.0','766',    '722','461','1051894.03',    '684','305','617158.25',    '495','296','434735.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091491.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003228.0','1018852.0','1',    '1','1','1151.69',    '1','1','1151.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091492.0','1044419.0','1962',    '1701','898','1327033.53',    '1632','463','674784.02',    '1055','638','652249.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003229.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091493.0','1044419.0','1',    '1','1','904.7',    '1','0','0.0',    '1','1','904.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003230.0','1018852.0','2',    '2','2','3540.79',    '2','2','3005.0',    '1','1','535.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091494.0','1044419.0','102',    '98','66','153776.87',    '97','64','124105.37',    '56','22','29671.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003231.0','1018852.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091495.0','1044419.0','7',    '7','3','4613.71',    '7','3','4494.76',    '2','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003232.0','1018852.0','1',    '1','1','2434.31',    '1','1','2434.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091496.0','1044419.0','43',    '39','20','27782.59',    '38','19','24493.01',    '13','6','3289.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003233.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091497.0','1044419.0','123',    '116','86','174897.78',    '113','63','116879.1',    '79','51','58018.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003234.0','1018852.0','73',    '71','48','119235.14',    '71','46','89247.97',    '33','16','29987.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091498.0','1044419.0','2',    '2','2','9861.72',    '2','2','8390.0',    '2','1','1471.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003235.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091499.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003236.0','1018852.0','217',    '143','98','127870.79',    '138','92','95904.69',    '70','17','31966.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091500.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003237.0','1018852.0','25',    '19','4','3852.1',    '18','3','2020.97',    '12','2','1831.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091501.0','1044419.0','172',    '157','99','197811.46',    '153','85','163931.09',    '68','40','33880.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003238.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091502.0','1044419.0','4',    '3','1','1275.0',    '3','1','1275.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003239.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091503.0','1044419.0','1',    '1','1','3956.0',    '1','1','3956.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003240.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091504.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003241.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091505.0','1044419.0','606',    '554','325','543803.57',    '527','150','284773.94',    '371','250','259029.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003242.0','1018852.0','21',    '14','10','35785.53',    '14','9','15791.22',    '8','5','19994.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091506.0','1044419.0','11',    '10','6','12713.92',    '10','6','10300.28',    '6','3','2413.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003243.0','1018852.0','1',    '1','1','547.69',    '1','0','0.0',    '1','1','547.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091507.0','1044419.0','24',    '24','18','51267.03',    '23','16','43388.78',    '16','10','7878.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003244.0','1018852.0','1',    '1','1','6318.05',    '1','1','4712.11',    '1','1','1605.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091508.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003245.0','1018852.0','2',    '2','1','1445.08',    '2','1','1275.0',    '2','1','170.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091509.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003246.0','1018852.0','76',    '68','15','17443.28',    '60','11','8489.79',    '42','7','8953.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091510.0','1044419.0','9',    '6','5','13607.9',    '6','5','11680.0',    '3','1','1927.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003247.0','1018852.0','82',    '78','46','69613.28',    '76','39','42994.77',    '56','22','26618.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091511.0','1044419.0','52',    '38','11','7196.17',    '34','8','6130.63',    '23','3','1065.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003248.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091512.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003249.0','1018852.0','60',    '44','6','6653.02',    '36','4','3868.1',    '28','3','2784.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091513.0','1044419.0','65',    '62','30','83707.14',    '62','29','67572.42',    '31','10','16134.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003250.0','1018852.0','10',    '9','2','2212.42',    '9','2','2212.42',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091514.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003251.0','1018852.0','2',    '2','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091515.0','1044419.0','1',    '1','1','2046.04',    '1','1','1275.0',    '1','1','771.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003252.0','1018852.0','1',    '1','1','910.0',    '1','1','910.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091516.0','1044419.0','155',    '88','45','165184.43',    '84','43','97913.25',    '37','17','67271.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003253.0','1018852.0','2720',    '2074','1315','2945274.19',    '1946','992','1733078.34',    '1169','684','1212195.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091517.0','1044419.0','1',    '1','1','914.95',    '1','0','0.0',    '1','1','914.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003254.0','1018852.0','1',    '1','1','960.0',    '1','1','960.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091518.0','1044419.0','1',    '1','1','1358.12',    '1','1','1358.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003255.0','1018852.0','1',    '1','1','2237.0',    '1','1','2237.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091519.0','1044419.0','1',    '1','1','2668.95',    '1','1','2550.0',    '1','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003256.0','1018852.0','1',    '1','1','765.72',    '0','0','0.0',    '1','1','765.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091520.0','1044419.0','1',    '1','1','1298.38',    '1','1','983.81',    '1','1','314.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003257.0','1018852.0','438',    '401','190','282744.78',    '389','182','225071.41',    '208','34','57673.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091521.0','1044419.0','2',    '2','1','4137.66',    '2','1','740.0',    '2','1','3397.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003258.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091522.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003259.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091523.0','1044419.0','1',    '1','1','363.97',    '1','0','0.0',    '1','1','363.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003260.0','1018852.0','1',    '1','1','5994.92',    '1','1','3458.0',    '1','1','2536.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091524.0','1044419.0','25',    '24','16','32275.7',    '24','16','28931.17',    '12','1','3344.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003261.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091525.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003262.0','1018852.0','75',    '64','29','41193.16',    '64','24','35005.43',    '31','11','6187.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091526.0','1044419.0','60',    '54','32','73442.87',    '51','20','58024.32',    '41','23','15418.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003263.0','1018852.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091527.0','1044419.0','144',    '123','81','163419.5',    '122','65','126587.02',    '72','42','36832.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003264.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091528.0','1044419.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003265.0','1018852.0','4',    '4','1','556.87',    '4','1','556.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091529.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003266.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091530.0','1044419.0','503',    '461','167','167952.24',    '401','60','63693.49',    '388','133','104258.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003267.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091531.0','1044419.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003268.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091532.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003269.0','1018852.0','5',    '5','3','7027.26',    '5','3','7027.26',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091533.0','1044419.0','51',    '50','6','8960.16',    '47','6','8960.16',    '40','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003270.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091534.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003271.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091535.0','1044419.0','1',    '1','1','455.0',    '1','1','455.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003272.0','1018852.0','354',    '333','246','581726.85',    '323','194','364841.1',    '214','125','216885.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091536.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003273.0','1018852.0','1',    '1','1','311.0',    '1','1','311.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091537.0','1044419.0','10',    '10','8','17422.95',    '10','8','15039.25',    '7','4','2383.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003274.0','1018852.0','171',    '160','93','155964.7',    '158','82','125488.9',    '71','29','30475.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091538.0','1044419.0','1',    '1','1','989.42',    '1','1','942.02',    '1','1','47.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003275.0','1018852.0','2',    '2','1','1379.19',    '2','1','1379.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091539.0','1044419.0','35',    '30','20','66038.3',    '29','12','28306.54',    '21','17','37731.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003276.0','1018852.0','34',    '33','21','60202.91',    '32','19','47643.62',    '22','13','12559.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091540.0','1044419.0','1',    '1','1','311.0',    '1','1','311.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003277.0','1018852.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091541.0','1044419.0','15',    '13','7','17046.84',    '13','6','14381.28',    '8','3','2665.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003278.0','1018852.0','3',    '2','1','1062.0',    '2','1','1062.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091542.0','1044419.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003279.0','1018852.0','15',    '14','5','11966.33',    '14','4','9833.0',    '2','2','2133.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091543.0','1044419.0','37',    '31','14','27548.3',    '31','12','21270.04',    '16','4','6278.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003280.0','1018852.0','4',    '3','2','5345.31',    '3','2','3945.48',    '2','2','1399.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091544.0','1044419.0','61',    '52','19','34194.1',    '51','12','19117.42',    '25','11','15076.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003281.0','1018852.0','2296',    '1978','1103','2163228.91',    '1910','658','1113867.77',    '1182','775','1049361.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091545.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003282.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091546.0','1044419.0','254',    '217','116','211963.42',    '203','73','126285.07',    '132','74','85678.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003283.0','1018852.0','488',    '420','208','321106.71',    '404','93','170548.45',    '248','147','150558.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091547.0','1044419.0','2',    '1','1','455.0',    '1','1','455.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003284.0','1018852.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091548.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003285.0','1018852.0','209',    '184','102','200030.85',    '182','99','135266.22',    '93','21','64764.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091549.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003286.0','1018852.0','23',    '19','9','30346.49',    '17','7','8693.14',    '15','4','21653.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091550.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003287.0','1018852.0','639',    '603','417','869751.64',    '583','266','553686.9',    '417','275','316064.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091551.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003288.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091552.0','1044419.0','55',    '45','21','42188.4',    '42','19','34758.45',    '32','11','7429.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003289.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091553.0','1044419.0','42',    '41','8','6879.42',    '40','8','6079.58',    '30','1','799.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003290.0','1018852.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091554.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003291.0','1018852.0','11',    '11','10','22439.34',    '11','7','14960.16',    '8','7','7479.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091555.0','1044419.0','1',    '1','1','1220.99',    '1','1','145.26',    '1','1','1075.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003292.0','1018852.0','25',    '24','13','13285.6',    '24','12','10021.18',    '11','3','3264.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091556.0','1044419.0','3473',    '2614','1716','3948846.17',    '2476','1379','2144268.57',    '1491','853','1804577.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003293.0','1018852.0','525',    '466','281','601403.8',    '445','200','436193.71',    '276','161','165210.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091557.0','1044419.0','390',    '367','269','821497.97',    '359','192','568212.76',    '250','172','253285.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003294.0','1018852.0','1',    '1','1','6546.94',    '1','1','5722.0',    '1','1','824.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091558.0','1044419.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003295.0','1018852.0','6',    '6','4','9074.56',    '6','4','7322.16',    '2','2','1752.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091559.0','1044419.0','183',    '168','60','57395.99',    '142','29','25513.35',    '131','39','31882.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003296.0','1018852.0','327',    '302','195','503662.62',    '299','188','331261.28',    '150','45','172401.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091560.0','1044419.0','1',    '1','1','464.54',    '1','1','464.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003297.0','1018852.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091561.0','1044419.0','2',    '2','2','193.3',    '2','2','193.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003298.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091562.0','1044419.0','1',    '1','1','1739.78',    '0','0','0.0',    '1','1','1739.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003299.0','1018852.0','435',    '385','110','131614.15',    '342','69','74621.95',    '295','62','56992.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091563.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003300.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091564.0','1044419.0','1437',    '1333','877','1601232.32',    '1293','407','770543.01',    '889','681','830689.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003301.0','1018852.0','6',    '3','2','1207.71',    '3','2','1207.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091565.0','1044419.0','1',    '1','1','771.03',    '1','0','0.0',    '1','1','771.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003302.0','1018852.0','5',    '3','1','355.15',    '3','1','355.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091566.0','1044419.0','318',    '307','187','264205.06',    '291','152','189965.13',    '200','76','74239.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003303.0','1018852.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091567.0','1044419.0','1',    '1','1','3666.21',    '1','1','3666.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003304.0','1018852.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091568.0','1044419.0','9',    '8','0','0.0',    '7','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003305.0','1018852.0','76',    '61','39','127225.12',    '61','35','74855.47',    '40','19','52369.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091569.0','1044419.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003306.0','1018852.0','109',    '98','64','115711.78',    '97','34','66500.8',    '69','51','49210.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091570.0','1044419.0','290',    '275','177','432932.51',    '269','163','318427.64',    '154','73','114504.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003307.0','1018852.0','418',    '381','290','958871.28',    '373','228','622649.04',    '264','175','336222.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091571.0','1044419.0','1',    '1','1','9571.08',    '1','1','2550.0',    '1','1','7021.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003308.0','1018852.0','227',    '193','49','110248.64',    '168','38','58488.86',    '157','24','51759.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091572.0','1044419.0','1',    '1','1','1406.0',    '1','1','1406.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003309.0','1018852.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091573.0','1044419.0','70',    '64','20','16147.46',    '62','16','11243.11',    '49','10','4904.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003310.0','1018852.0','50',    '33','3','3168.0',    '25','3','2868.0',    '21','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091574.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003311.0','1018852.0','24',    '23','15','38569.83',    '22','15','34218.86',    '12','3','4350.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091575.0','1044419.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003312.0','1018852.0','21',    '16','3','3856.5',    '15','3','3856.5',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091576.0','1044419.0','2182',    '1995','1198','2980022.23',    '1935','754','1840133.4',    '1239','810','1139888.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003313.0','1018852.0','24',    '24','3','5768.3',    '24','2','1675.73',    '18','2','4092.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091577.0','1044419.0','31',    '30','17','54359.92',    '30','17','45169.09',    '19','7','9190.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003314.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091578.0','1044419.0','317',    '303','204','437066.44',    '298','179','331627.77',    '170','83','105438.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003315.0','1018852.0','3',    '2','1','2550.0',    '2','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091579.0','1044419.0','1',    '1','1','1306.75',    '1','1','455.0',    '1','1','851.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003316.0','1018852.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091580.0','1044419.0','3042',    '2764','1854','4310865.87',    '2687','1166','2733963.25',    '1876','1279','1576902.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003317.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091581.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003318.0','1018852.0','616',    '580','150','157876.04',    '520','88','91906.17',    '455','78','65969.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091582.0','1044419.0','679',    '606','330','631466.68',    '589','322','530187.06',    '267','51','101279.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003319.0','1018852.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091583.0','1044419.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003320.0','1018852.0','1',    '1','1','734.45',    '1','1','734.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091584.0','1044419.0','44',    '40','16','12331.6',    '39','11','8730.48',    '28','6','3601.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003321.0','1018852.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091585.0','1044419.0','4',    '4','2','7205.32',    '4','2','3455.8',    '2','2','3749.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003322.0','1018852.0','1',    '1','1','1129.43',    '0','0','0.0',    '1','1','1129.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091586.0','1044419.0','1',    '1','1','1276.58',    '1','1','1275.0',    '1','1','1.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003323.0','1018852.0','1',    '1','1','859.65',    '1','0','0.0',    '1','1','859.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091587.0','1044419.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003324.0','1018852.0','372',    '352','274','789631.98',    '341','161','478412.1',    '258','194','311219.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091588.0','1044419.0','15',    '15','11','12018.65',    '15','10','11240.68',    '10','2','777.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003325.0','1018852.0','14',    '13','5','8651.98',    '12','5','6220.67',    '6','2','2431.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091589.0','1044419.0','1',    '1','1','3228.0',    '1','1','2725.95',    '1','1','502.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003326.0','1018852.0','5',    '3','3','2196.48',    '3','2','565.66',    '2','2','1630.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091590.0','1044419.0','214',    '200','125','306051.01',    '193','95','231514.31',    '121','68','74536.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003327.0','1018852.0','240',    '215','150','252493.63',    '203','93','166558.37',    '142','98','85935.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091591.0','1044419.0','48',    '43','18','32441.2',    '42','17','27339.51',    '22','7','5101.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003328.0','1018865.0','315',    '300','239','945494.34',    '295','209','619137.95',    '216','128','326356.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091592.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003329.0','1018865.0','1',    '1','1','3304.83',    '1','1','3304.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091593.0','1044432.0','944',    '863','488','843152.67',    '829','360','560527.41',    '508','229','282625.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003330.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091594.0','1044432.0','2',    '2','1','367.0',    '2','1','367.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003331.0','1018865.0','492',    '466','330','817878.14',    '457','216','501376.59',    '332','226','316501.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091595.0','1044432.0','37',    '37','24','59516.84',    '37','18','39291.13',    '22','17','20225.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003332.0','1018865.0','1',    '1','1','622.0',    '1','1','622.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091596.0','1044432.0','40',    '37','20','39891.75',    '35','16','36282.37',    '21','8','3609.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003333.0','1018865.0','2',    '2','1','12650.75',    '2','1','4152.22',    '2','1','8498.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091597.0','1044432.0','6',    '6','3','2509.65',    '6','3','2509.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003334.0','1018865.0','159',    '141','53','98784.41',    '132','36','60467.23',    '80','29','38317.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091598.0','1044432.0','70',    '66','41','74095.54',    '64','26','53616.02',    '43','32','20479.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003335.0','1018865.0','4',    '4','2','5989.38',    '4','2','5100.0',    '3','1','889.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091599.0','1044432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003336.0','1018865.0','4',    '4','1','1342.91',    '4','1','1342.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091600.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003337.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091601.0','1044432.0','4',    '3','3','2793.89',    '3','1','1457.46',    '3','3','1336.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003338.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091602.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003339.0','1018865.0','21',    '21','12','19116.91',    '21','10','13789.99',    '13','6','5326.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091603.0','1044432.0','88',    '83','59','134003.23',    '82','52','93872.23',    '56','25','40131.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003340.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091604.0','1044432.0','2',    '2','2','4717.55',    '2','2','4717.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003341.0','1018865.0','2',    '2','1','183.87',    '2','1','183.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091605.0','1044432.0','47',    '47','37','53994.68',    '46','14','31729.79',    '40','34','22264.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003342.0','1018865.0','10',    '10','6','10879.4',    '10','4','7478.33',    '4','4','3401.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091606.0','1044432.0','10',    '9','4','5145.36',    '9','4','5137.46',    '5','1','7.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003343.0','1018865.0','2',    '2','1','6174.0',    '2','1','6174.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091607.0','1044432.0','2',    '2','1','291.0',    '2','1','291.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003344.0','1018865.0','3',    '2','1','1378.32',    '2','1','1378.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091608.0','1044432.0','1019',    '963','686','1488165.55',    '927','362','851759.02',    '713','512','636406.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003345.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091609.0','1044432.0','1',    '1','1','843.9',    '1','1','843.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003346.0','1018865.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091610.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003347.0','1018865.0','486',    '464','309','544368.98',    '458','267','355726.58',    '281','133','188642.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091611.0','1044432.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003348.0','1018865.0','1',    '1','1','812.25',    '1','0','0.0',    '1','1','812.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091612.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003349.0','1018865.0','3651',    '3406','2328','5114637.18',    '3276','1322','2769094.78',    '2501','1713','2345542.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091613.0','1044432.0','1',    '1','1','311.0',    '1','1','311.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003350.0','1018865.0','51',    '50','35','50002.89',    '49','31','37934.85',    '25','11','12068.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091614.0','1044432.0','4',    '4','3','6595.82',    '4','3','6375.0',    '1','1','220.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003351.0','1018865.0','63',    '58','30','62881.11',    '58','28','55192.71',    '23','9','7688.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091615.0','1044432.0','8',    '7','1','2418.73',    '6','1','2202.65',    '3','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003352.0','1018865.0','36',    '33','31','70363.37',    '32','19','44346.74',    '30','24','26016.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091616.0','1044432.0','3',    '2','1','311.0',    '2','1','311.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003353.0','1018865.0','53',    '48','26','37011.47',    '47','23','30428.89',    '18','9','6582.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091617.0','1044432.0','106',    '96','54','130268.67',    '94','46','95633.59',    '43','24','34635.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003354.0','1018865.0','6',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091618.0','1044432.0','14',    '13','7','21204.22',    '13','6','13494.96',    '6','4','7709.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003355.0','1018865.0','1',    '1','1','2080.9',    '1','1','740.0',    '1','1','1340.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091619.0','1044432.0','97',    '87','56','105644.83',    '84','45','78333.5',    '39','19','27311.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003356.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091620.0','1044432.0','25',    '23','15','27759.46',    '23','10','15118.21',    '14','9','12641.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003357.0','1018865.0','11',    '10','5','8467.61',    '10','4','8186.75',    '5','2','280.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091621.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003358.0','1018865.0','1',    '1','1','3166.9',    '1','1','2861.0',    '1','1','305.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091622.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003359.0','1018865.0','1',    '1','1','954.45',    '1','0','0.0',    '1','1','954.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091623.0','1044432.0','400',    '365','200','447439.4',    '354','168','363118.11',    '186','76','84321.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003360.0','1018865.0','4',    '3','1','1275.0',    '3','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091624.0','1044432.0','1',    '1','1','2764.99',    '1','1','622.0',    '1','1','2142.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003361.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091625.0','1044432.0','1',    '1','1','6359.4',    '1','1','4216.24',    '1','1','2143.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003362.0','1018865.0','1',    '1','1','2829.28',    '1','1','2550.0',    '1','1','279.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091626.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003363.0','1018865.0','1',    '1','1','2813.53',    '1','1','2550.0',    '1','1','263.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091627.0','1044432.0','1',    '1','1','1897.0',    '1','1','1897.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003364.0','1018865.0','10',    '10','7','14341.12',    '10','7','12374.75',    '4','2','1966.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091628.0','1044432.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003365.0','1018865.0','110',    '103','59','88834.2',    '100','44','60947.95',    '61','35','27886.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091629.0','1044432.0','6',    '5','4','36786.46',    '4','3','22320.0',    '4','3','14466.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003366.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091630.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003367.0','1018865.0','6',    '6','3','3080.43',    '6','2','2550.0',    '3','2','530.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091631.0','1044432.0','4',    '2','1','6724.3',    '2','1','5462.12',    '1','1','1262.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003368.0','1018865.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091632.0','1044432.0','1676',    '1563','1015','2134082.58',    '1511','719','1470036.99',    '1023','568','664045.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003369.0','1018865.0','3',    '3','3','11985.53',    '3','3','3611.56',    '3','3','8373.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091633.0','1044432.0','1',    '1','1','1411.06',    '1','1','1411.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003370.0','1018865.0','15',    '15','5','6880.58',    '12','4','3438.08',    '10','2','3442.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091634.0','1044432.0','74',    '70','40','128312.1',    '69','35','103561.38',    '40','20','24750.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003371.0','1018865.0','1',    '1','1','4296.14',    '1','1','4296.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091635.0','1044432.0','18',    '17','8','16059.29',    '17','7','10769.88',    '8','4','5289.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003372.0','1018865.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091636.0','1044432.0','2',    '2','1','1216.93',    '2','1','1216.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003373.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091637.0','1044432.0','37',    '34','24','59633.33',    '34','22','48116.99',    '18','12','11516.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003374.0','1018865.0','1466',    '1339','791','1916039.23',    '1270','620','1230280.34',    '780','410','685758.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091638.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003375.0','1018865.0','1',    '1','1','3171.32',    '1','1','3171.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091639.0','1044432.0','121',    '117','86','162184.21',    '115','80','136035.91',    '65','31','26148.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003376.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091640.0','1044432.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003377.0','1018865.0','6',    '3','2','9139.92',    '3','2','7004.1',    '2','2','2135.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091641.0','1044432.0','10',    '9','4','4449.77',    '9','4','3662.82',    '5','2','786.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003378.0','1018865.0','1',    '1','1','954.45',    '1','0','0.0',    '1','1','954.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091642.0','1044432.0','1',    '1','1','363.1',    '1','1','363.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003379.0','1018865.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091643.0','1044432.0','1',    '1','1','3569.14',    '1','1','2550.0',    '1','1','1019.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003380.0','1018865.0','7',    '7','2','8616.62',    '7','2','3012.35',    '3','1','5604.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091644.0','1044432.0','20',    '15','9','12736.37',    '14','8','11025.86',    '6','3','1710.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003381.0','1018865.0','8',    '8','4','6015.38',    '8','3','5750.32',    '4','2','265.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091645.0','1044432.0','111',    '108','63','104749.38',    '108','52','85691.16',    '63','29','19058.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003382.0','1018865.0','51',    '46','30','41675.92',    '46','19','26764.71',    '28','17','14911.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091646.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003383.0','1018865.0','5',    '5','4','2843.36',    '5','4','2843.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091647.0','1044432.0','2',    '2','1','1520.69',    '2','1','1520.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003384.0','1018865.0','145',    '134','75','129886.0',    '131','66','104384.96',    '61','22','25501.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091648.0','1044432.0','2',    '2','2','3353.91',    '2','1','560.93',    '2','1','2792.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003385.0','1018865.0','55',    '51','33','112811.6',    '51','30','89314.85',    '18','12','23496.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091649.0','1044432.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003386.0','1018865.0','143',    '135','93','247084.3',    '130','57','138997.44',    '92','68','108086.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091650.0','1044432.0','1',    '1','1','2194.46',    '1','1','852.0',    '1','1','1342.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003387.0','1018865.0','3',    '2','2','1679.68',    '2','2','1679.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091651.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003388.0','1018865.0','17',    '14','12','25649.03',    '13','8','17726.84',    '11','10','7922.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091652.0','1044432.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003389.0','1018865.0','1',    '1','1','5053.67',    '1','0','0.0',    '1','1','5053.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091653.0','1044432.0','239',    '219','144','282848.88',    '207','107','208960.54',    '151','81','73888.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003390.0','1018865.0','3',    '3','1','311.0',    '3','1','311.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091654.0','1044432.0','353',    '333','237','587133.18',    '324','186','415883.47',    '223','131','171249.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003391.0','1018865.0','22',    '19','12','18241.29',    '17','5','7106.84',    '13','10','11134.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091655.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003392.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091656.0','1044432.0','45',    '43','26','50319.64',    '42','18','28542.65',    '22','13','21776.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003393.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091657.0','1044432.0','9',    '8','6','15583.77',    '8','5','13839.64',    '5','2','1744.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003394.0','1018865.0','252',    '226','83','138668.3',    '218','63','110240.14',    '106','32','28428.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091658.0','1044432.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003395.0','1018865.0','7',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091659.0','1044432.0','22',    '20','13','22171.44',    '20','9','15939.84',    '10','8','6231.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003396.0','1018865.0','2',    '2','1','223.98',    '2','0','0.0',    '2','1','223.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091660.0','1044432.0','55',    '48','27','66310.37',    '47','19','53054.15',    '29','12','13256.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003397.0','1018865.0','291',    '272','167','424980.97',    '269','148','268734.06',    '158','79','156246.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091661.0','1044432.0','138',    '127','51','86366.84',    '127','44','72162.09',    '56','20','14204.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003184.0','1018865.0','1',    '1','1','349.23',    '0','0','0.0',    '1','1','349.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091448.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003398.0','1018865.0','1',    '1','1','311.0',    '1','1','311.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091662.0','1044432.0','73',    '68','43','99478.09',    '67','37','81440.9',    '40','18','18037.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003399.0','1018865.0','4',    '3','1','3574.16',    '3','1','2550.0',    '1','1','1024.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091663.0','1044432.0','4',    '4','3','3363.82',    '4','2','1886.68',    '4','3','1477.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003400.0','1018865.0','4',    '4','1','2235.0',    '4','1','2235.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091664.0','1044432.0','15',    '11','7','21253.38',    '10','7','19529.0',    '7','2','1724.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003401.0','1018865.0','8',    '6','2','2515.53',    '6','1','962.0',    '3','2','1553.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091665.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003402.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091666.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003403.0','1018865.0','104',    '100','61','106550.53',    '98','55','82861.57',    '44','18','23688.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091667.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003404.0','1018865.0','12',    '10','7','13244.67',    '10','7','11090.81',    '7','2','2153.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091668.0','1044432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003405.0','1018865.0','29',    '28','17','43980.59',    '28','17','34422.81',    '11','4','9557.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091669.0','1044432.0','15',    '13','7','11268.97',    '13','4','8009.28',    '7','4','3259.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003406.0','1018865.0','9',    '7','6','4477.81',    '6','2','1732.0',    '5','4','2745.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091670.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003407.0','1018865.0','1',    '1','1','4223.06',    '1','1','4223.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091671.0','1044432.0','5',    '5','4','11553.51',    '4','4','10624.61',    '2','1','928.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003408.0','1018865.0','1',    '1','1','2997.23',    '1','1','2781.15',    '1','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091672.0','1044432.0','3',    '3','2','2696.98',    '3','2','1894.21',    '3','1','802.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003409.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091673.0','1044432.0','193',    '177','73','214969.47',    '170','64','139614.78',    '82','29','75354.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003410.0','1018865.0','1',    '1','1','4582.0',    '1','1','4582.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091674.0','1044432.0','959',    '860','480','1110789.61',    '840','352','770837.68',    '452','263','339951.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003411.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091675.0','1044432.0','3',    '3','1','617.68',    '3','1','617.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003412.0','1018865.0','8',    '7','2','3036.27',    '7','2','3036.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091676.0','1044432.0','274',    '247','144','303598.02',    '237','116','223280.36',    '120','64','80317.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003413.0','1018865.0','457',    '432','232','507111.24',    '423','211','401742.46',    '244','99','105368.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091677.0','1044432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003414.0','1018865.0','1',    '1','1','4047.45',    '1','1','3172.0',    '1','1','875.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091678.0','1044432.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003415.0','1018865.0','1',    '1','1','828.05',    '1','0','0.0',    '1','1','828.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091679.0','1044432.0','1',    '1','1','3290.0',    '1','1','3290.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003416.0','1018865.0','4743',    '4476','3086','8902323.3',    '4362','2114','4468876.36',    '3264','2129','4433446.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091680.0','1044432.0','9',    '9','8','21947.28',    '9','7','16076.26',    '7','3','5871.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003417.0','1018865.0','28',    '25','20','44840.42',    '22','10','20857.33',    '21','16','23983.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091681.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003418.0','1018865.0','1',    '1','1','1064.6',    '1','1','1064.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091682.0','1044432.0','14',    '12','8','15802.31',    '12','5','11717.63',    '7','6','4084.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003419.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091683.0','1044432.0','354',    '316','178','437280.12',    '304','152','328755.43',    '172','89','108524.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003420.0','1018865.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091684.0','1044432.0','3',    '3','3','13726.81',    '3','3','8382.12',    '2','2','5344.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003421.0','1018865.0','63',    '54','19','42490.05',    '49','14','34241.24',    '31','9','8248.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091685.0','1044432.0','7',    '7','6','15644.05',    '7','6','13238.72',    '6','3','2405.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003422.0','1018865.0','1619',    '1498','820','1363688.81',    '1400','550','701120.05',    '971','468','662568.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091686.0','1044432.0','8',    '6','3','1953.95',    '6','3','1953.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003423.0','1018865.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091687.0','1044432.0','23',    '21','13','50065.48',    '21','13','33231.72',    '14','4','16833.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003424.0','1018865.0','1',    '1','1','10822.0',    '1','1','10822.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091688.0','1044432.0','102',    '90','40','54724.75',    '86','27','40890.66',    '51','22','13834.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003425.0','1018865.0','1',    '1','1','2593.51',    '1','1','2593.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091689.0','1044432.0','29',    '27','17','65185.7',    '27','16','52317.94',    '13','6','12867.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003426.0','1018865.0','23',    '17','7','6178.72',    '16','6','5714.96',    '6','2','463.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091690.0','1044432.0','2519',    '2315','1248','1980295.23',    '2177','828','1067728.91',    '1473','723','912566.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003427.0','1018865.0','2',    '2','1','158.0',    '1','0','0.0',    '2','1','158.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091691.0','1044432.0','53',    '49','25','61523.84',    '49','20','40439.08',    '25','13','21084.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003428.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091692.0','1044432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003429.0','1018865.0','2',    '2','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091693.0','1044432.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003430.0','1018865.0','1',    '1','1','2141.66',    '1','1','1897.0',    '1','1','244.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091694.0','1044432.0','5',    '5','1','2814.01',    '5','1','1000.0',    '3','1','1814.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003431.0','1018865.0','1',    '1','1','3885.67',    '1','1','3838.27',    '1','1','47.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091695.0','1044432.0','4',    '4','3','4677.76',    '4','3','3547.67',    '4','1','1130.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003432.0','1018865.0','15',    '15','5','9111.09',    '15','4','6901.43',    '9','2','2209.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091696.0','1044432.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003433.0','1018865.0','199',    '191','115','251480.45',    '186','103','178659.98',    '104','54','72820.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091697.0','1044432.0','24',    '23','18','41278.52',    '21','10','28326.54',    '17','14','12951.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003434.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091698.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003435.0','1018865.0','2',    '2','1','6285.95',    '2','1','5100.0',    '1','1','1185.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091699.0','1044432.0','27',    '25','11','29835.61',    '25','10','24551.54',    '11','6','5284.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003436.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091700.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003437.0','1018865.0','1827',    '1685','1170','2801618.85',    '1614','838','1842471.76',    '1167','689','959147.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091701.0','1044432.0','48',    '44','16','33597.33',    '43','15','28252.7',    '17','4','5344.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003438.0','1018865.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091702.0','1044432.0','24',    '23','18','38909.18',    '22','18','29493.86',    '13','5','9415.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003439.0','1018865.0','17',    '17','15','34149.28',    '16','8','20599.81',    '13','10','13549.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091703.0','1044432.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003440.0','1018865.0','18',    '16','11','31302.51',    '16','9','23173.94',    '10','5','8128.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091704.0','1044432.0','40',    '38','29','79894.03',    '36','21','49462.63',    '29','17','30431.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003441.0','1018865.0','20',    '19','9','25505.54',    '19','8','22310.87',    '11','5','3194.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091705.0','1044432.0','4',    '3','3','20753.07',    '3','3','11444.75',    '2','2','9308.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003442.0','1018865.0','4',    '4','1','1172.0',    '4','1','1172.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091706.0','1044432.0','5',    '4','2','2884.7',    '4','1','2861.0',    '1','1','23.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003443.0','1018865.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091707.0','1044432.0','16',    '16','10','18532.28',    '16','8','14477.31',    '6','4','4054.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003444.0','1018865.0','230',    '219','102','161084.15',    '211','85','128418.88',    '116','40','32665.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091708.0','1044432.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003445.0','1018865.0','5',    '5','4','3256.9',    '5','0','0.0',    '4','4','3256.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091709.0','1044432.0','93',    '86','62','193728.46',    '83','50','129489.96',    '67','37','64238.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003446.0','1018865.0','1',    '1','1','150.0',    '0','0','0.0',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091710.0','1044432.0','9',    '8','3','6626.75',    '8','3','5993.55',    '3','1','633.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003447.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091711.0','1044432.0','334',    '298','199','363858.17',    '287','160','296665.99',    '171','83','67192.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003448.0','1018865.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091712.0','1044432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003449.0','1018865.0','6',    '6','3','6205.1',    '6','3','6205.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091713.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003450.0','1018865.0','3',    '2','2','5841.58',    '2','2','5840.0',    '1','1','1.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091714.0','1044432.0','7',    '6','4','8957.03',    '6','4','8053.91',    '2','1','903.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003451.0','1018865.0','6',    '4','3','2620.36',    '4','2','2470.36',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091715.0','1044432.0','1',    '1','1','216.08',    '1','0','0.0',    '1','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003452.0','1018865.0','153',    '144','81','155200.53',    '143','72','119059.01',    '71','28','36141.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091716.0','1044432.0','34',    '33','14','30086.5',    '32','11','19616.43',    '13','6','10470.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003453.0','1018865.0','5',    '5','1','1275.0',    '5','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091717.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003454.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091718.0','1044432.0','113',    '108','78','158723.05',    '104','73','126774.21',    '56','27','31948.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003455.0','1018865.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091719.0','1044432.0','54',    '48','24','53252.9',    '48','19','39824.96',    '23','14','13427.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003456.0','1018865.0','16',    '12','6','14596.37',    '12','4','14116.81',    '6','3','479.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091720.0','1044432.0','38',    '35','20','58530.71',    '35','14','32812.64',    '20','15','25718.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003457.0','1018865.0','15',    '12','9','21163.06',    '12','8','17371.02',    '4','4','3792.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091721.0','1044432.0','25',    '24','5','3593.21',    '23','4','2967.97',    '14','1','625.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003458.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091722.0','1044432.0','1',    '1','1','3284.0',    '1','1','3284.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003459.0','1018865.0','19',    '19','14','22568.6',    '17','3','3554.92',    '16','13','19013.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091723.0','1044432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003460.0','1018865.0','24',    '21','13','54823.25',    '21','10','24590.12',    '13','7','30233.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091724.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003461.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091725.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003462.0','1018865.0','12',    '12','10','62227.09',    '12','9','30073.95',    '9','7','32153.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091726.0','1044432.0','30',    '26','12','41657.6',    '25','9','16739.56',    '13','7','24918.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003463.0','1018865.0','25',    '24','7','11117.33',    '24','6','9575.43',    '11','2','1541.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091727.0','1044432.0','2',    '2','2','1453.84',    '1','0','0.0',    '2','2','1453.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003464.0','1018865.0','3',    '3','2','2394.07',    '3','2','979.31',    '2','2','1414.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091728.0','1044432.0','2',    '2','1','1425.0',    '2','1','1275.0',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003465.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091729.0','1044432.0','679',    '647','346','673875.36',    '634','317','519566.43',    '341','98','154308.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003466.0','1018865.0','38',    '37','24','47300.06',    '37','22','37803.9',    '22','12','9496.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091730.0','1044432.0','39',    '38','13','29687.38',    '35','8','10564.8',    '17','8','19122.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003467.0','1018865.0','1',    '1','1','3410.71',    '1','1','1897.0',    '1','1','1513.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091731.0','1044432.0','6',    '4','3','3612.64',    '4','1','2015.0',    '3','2','1597.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003468.0','1018865.0','228',    '215','107','209489.93',    '207','87','147539.44',    '128','48','61950.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091732.0','1044432.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003469.0','1018865.0','16',    '15','4','2707.39',    '15','3','1767.51',    '2','2','939.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091733.0','1044432.0','14',    '13','6','7363.59',    '13','6','6324.99',    '6','2','1038.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003470.0','1018865.0','7',    '6','1','2188.02',    '6','1','2188.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091734.0','1044432.0','31',    '29','15','28188.52',    '28','13','18375.18',    '12','7','9813.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003471.0','1018865.0','275',    '265','138','317437.7',    '258','120','202525.28',    '144','65','114912.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091735.0','1044432.0','251',    '240','157','401809.71',    '236','145','283158.96',    '149','72','118650.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003472.0','1018865.0','24',    '24','18','27904.51',    '23','16','24018.15',    '13','7','3886.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091736.0','1044432.0','3',    '3','1','3402.0',    '3','1','3402.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003473.0','1018865.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091737.0','1044432.0','21',    '21','16','35310.6',    '21','12','27167.29',    '15','10','8143.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003474.0','1018865.0','848',    '826','436','816257.17',    '799','356','482534.18',    '538','204','333722.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091738.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003475.0','1018865.0','73',    '68','38','76753.99',    '68','31','48608.11',    '44','18','28145.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091739.0','1044432.0','36',    '35','15','40458.59',    '34','9','18223.77',    '19','12','22234.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003476.0','1018865.0','6',    '3','1','676.69',    '3','1','676.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091740.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003477.0','1018865.0','781',    '713','459','1024707.57',    '690','404','843225.53',    '395','183','181482.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091741.0','1044432.0','3',    '3','1','470.3',    '3','0','0.0',    '3','1','470.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003478.0','1018865.0','12',    '11','7','10360.37',    '11','4','5706.66',    '5','3','4653.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091742.0','1044432.0','188',    '179','119','332874.7',    '177','109','235134.24',    '113','57','97740.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003479.0','1018865.0','8',    '8','5','5451.31',    '8','2','2550.0',    '8','4','2901.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091743.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003480.0','1018865.0','40',    '39','19','37508.47',    '37','16','29347.25',    '20','6','8161.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091744.0','1044432.0','68',    '66','31','96263.06',    '61','27','53437.62',    '37','14','42825.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003481.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091745.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003482.0','1018865.0','69',    '60','27','71409.6',    '57','18','25092.17',    '32','16','46317.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091746.0','1044432.0','13',    '13','12','29477.07',    '13','11','21520.94',    '10','7','7956.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003483.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091747.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003484.0','1018865.0','94',    '90','56','131643.84',    '88','52','83662.92',    '60','21','47980.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091748.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003485.0','1018865.0','7',    '6','2','780.83',    '6','1','661.88',    '1','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091749.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003486.0','1018865.0','6',    '4','4','24799.16',    '4','4','12141.82',    '3','1','12657.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091750.0','1044432.0','53',    '51','29','80781.14',    '51','27','43606.91',    '31','11','37174.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003487.0','1018865.0','180',    '179','105','211680.13',    '173','99','177684.66',    '102','31','33995.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091751.0','1044432.0','29',    '27','20','52899.11',    '27','17','27573.28',    '22','13','25325.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003488.0','1018865.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091752.0','1044432.0','37',    '35','16','25000.18',    '32','10','11554.15',    '21','9','13446.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003489.0','1018865.0','23',    '22','14','22138.1',    '22','14','20299.3',    '9','4','1838.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091753.0','1044432.0','1',    '1','1','598.93',    '1','1','598.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003490.0','1018865.0','5',    '5','3','10497.07',    '5','3','10197.74',    '3','1','299.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091754.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003491.0','1018865.0','42',    '40','27','39417.55',    '39','23','34293.25',    '19','10','5124.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091755.0','1044432.0','5',    '5','1','1122.0',    '5','1','1122.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003492.0','1018865.0','1',    '1','1','4020.68',    '1','1','2156.71',    '1','1','1863.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091756.0','1044432.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003493.0','1018865.0','498',    '477','234','372462.96',    '462','181','243579.68',    '286','110','128883.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091757.0','1044432.0','25',    '25','12','26672.91',    '25','12','18388.87',    '17','5','8284.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003494.0','1018865.0','4',    '4','2','2316.54',    '4','2','2316.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091758.0','1044432.0','3',    '3','2','5756.25',    '3','1','948.68',    '3','1','4807.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003495.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091759.0','1044432.0','1',    '1','1','457.95',    '1','1','218.17',    '1','1','239.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003496.0','1018865.0','1',    '1','1','311.0',    '1','1','311.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091760.0','1044432.0','667',    '623','344','1023871.55',    '613','315','685685.48',    '326','162','338186.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003497.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091761.0','1044432.0','12',    '11','5','25017.59',    '11','4','12408.0',    '7','3','12609.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003498.0','1018865.0','4',    '4','2','10291.98',    '4','2','6007.66',    '3','1','4284.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091762.0','1044432.0','11',    '9','8','20972.68',    '9','8','14687.48',    '5','3','6285.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003499.0','1018865.0','5',    '4','3','3855.83',    '4','3','3428.59',    '1','1','427.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091763.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003500.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091764.0','1044432.0','14',    '12','5','13601.55',    '12','5','11197.76',    '5','1','2403.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003501.0','1018865.0','12',    '10','5','8760.85',    '10','4','7870.56',    '5','2','890.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091765.0','1044432.0','2',    '2','2','17380.0',    '2','2','17380.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003502.0','1018865.0','125',    '121','63','132869.21',    '117','47','102962.64',    '59','27','29906.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091766.0','1044432.0','278',    '265','142','275360.64',    '262','136','212363.54',    '149','34','62997.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003503.0','1018865.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091767.0','1044432.0','2',    '1','1','2171.4',    '1','1','2171.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003504.0','1018865.0','151',    '126','57','100501.26',    '120','48','72931.06',    '61','24','27570.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091768.0','1044432.0','117',    '99','70','343221.89',    '97','62','67008.8',    '72','41','276213.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003505.0','1018865.0','175',    '170','88','202510.7',    '167','80','140301.54',    '97','36','62209.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091769.0','1044432.0','1',    '1','1','1501.2',    '1','1','1501.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003506.0','1018865.0','477',    '450','299','979772.29',    '446','284','616817.26',    '276','151','362955.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091770.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003507.0','1018865.0','62',    '56','24','64687.03',    '55','19','41499.77',    '27','12','23187.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091771.0','1044432.0','5',    '4','3','7623.7',    '4','2','2740.16',    '3','2','4883.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003508.0','1018865.0','53',    '49','27','89790.01',    '48','24','56922.35',    '24','13','32867.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091772.0','1044432.0','28',    '25','15','29001.35',    '22','9','9856.35',    '22','9','19145.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003509.0','1018865.0','229',    '223','125','288268.56',    '213','101','175196.66',    '144','62','113071.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091773.0','1044432.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003510.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091774.0','1044432.0','5',    '5','4','19491.69',    '5','4','18270.8',    '3','1','1220.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003511.0','1018865.0','48',    '47','23','52249.57',    '45','19','30916.32',    '28','9','21333.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091775.0','1044432.0','51',    '47','30','43446.85',    '46','23','28695.5',    '27','15','14751.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003512.0','1018865.0','25',    '25','15','31115.42',    '25','14','22284.3',    '16','4','8831.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091776.0','1044432.0','957',    '930','523','1148941.37',    '904','440','706325.08',    '587','232','442616.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003513.0','1018865.0','13',    '12','6','6273.52',    '11','4','3559.82',    '7','3','2713.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091777.0','1044432.0','3',    '2','1','1393.95',    '2','1','1275.0',    '2','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003514.0','1018865.0','1',    '1','1','2515.09',    '1','1','2515.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091778.0','1044432.0','7',    '6','2','5130.25',    '6','1','2802.06',    '2','1','2328.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003515.0','1018865.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091779.0','1044432.0','1',    '1','1','3190.0',    '1','1','3190.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003516.0','1018865.0','2',    '2','1','3322.69',    '2','1','3322.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091780.0','1044432.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003517.0','1018865.0','30',    '29','20','61880.63',    '29','16','40188.62',    '17','12','21692.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091781.0','1044432.0','1',    '1','1','565.7',    '1','1','565.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003518.0','1018865.0','56',    '48','18','41104.33',    '46','14','24821.63',    '24','10','16282.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091782.0','1044432.0','8',    '7','5','5231.22',    '7','1','1961.0',    '5','5','3270.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003519.0','1018865.0','172',    '166','88','156400.88',    '159','47','57723.17',    '118','58','98677.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091783.0','1044432.0','1',    '1','1','434.98',    '1','1','434.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003520.0','1018865.0','148',    '132','67','157690.95',    '128','57','124300.81',    '53','22','33390.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091784.0','1044432.0','2',    '2','1','220.82',    '2','0','0.0',    '1','1','220.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003521.0','1018865.0','6',    '5','2','6883.15',    '5','1','2791.0',    '2','2','4092.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091785.0','1044432.0','4',    '3','1','1738.24',    '3','1','1738.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003522.0','1018865.0','67',    '58','35','80601.95',    '56','31','61037.6',    '37','15','19564.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091786.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003523.0','1018865.0','200',    '191','103','240197.65',    '190','92','141649.95',    '117','52','98547.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091787.0','1044432.0','548',    '532','277','491936.42',    '521','235','351035.98',    '317','107','140900.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003524.0','1018865.0','4',    '2','1','5840.0',    '2','1','5840.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091788.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003525.0','1018865.0','382',    '368','225','574190.24',    '357','210','361023.11',    '252','89','213167.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091789.0','1044432.0','19',    '14','3','3343.09',    '13','2','3175.48',    '5','1','167.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003526.0','1018865.0','4',    '4','2','1584.01',    '4','1','1496.31',    '3','1','87.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091790.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003527.0','1018865.0','13',    '13','7','7355.62',    '12','7','6806.53',    '3','1','549.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091791.0','1044432.0','1',    '1','1','3349.29',    '1','1','1516.0',    '1','1','1833.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003528.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091792.0','1044432.0','672',    '652','363','796661.23',    '637','317','521675.19',    '414','167','274986.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003529.0','1018865.0','389',    '369','216','451305.68',    '353','182','283600.32',    '250','111','167705.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091793.0','1044432.0','11',    '11','5','4195.66',    '11','4','2631.07',    '5','3','1564.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003530.0','1018865.0','119',    '109','42','67774.86',    '109','38','50752.47',    '48','15','17022.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091794.0','1044432.0','3',    '2','1','1680.0',    '2','1','1680.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003531.0','1018865.0','37',    '37','13','28644.61',    '37','12','25491.58',    '13','3','3153.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091795.0','1044432.0','8',    '8','3','8007.06',    '8','3','6472.45',    '6','1','1534.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003532.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091796.0','1044432.0','6',    '5','2','5250.32',    '5','2','3988.14',    '2','1','1262.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003533.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091797.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003534.0','1018865.0','9',    '7','4','8673.96',    '5','3','7749.08',    '5','2','924.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091798.0','1044432.0','145',    '138','72','130084.61',    '130','60','86373.15',    '91','35','43711.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003535.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091799.0','1044432.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003536.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091800.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003537.0','1018865.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091801.0','1044432.0','168',    '160','85','176892.9',    '155','71','107100.4',    '104','38','69792.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003538.0','1018865.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091802.0','1044432.0','2',    '2','1','481.0',    '2','1','481.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003539.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091803.0','1044432.0','5',    '5','2','2704.65',    '5','1','1892.4',    '2','1','812.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003540.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091804.0','1044432.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003541.0','1018865.0','257',    '248','125','225339.04',    '241','104','157953.93',    '159','58','67385.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091805.0','1044432.0','1',    '1','1','2237.0',    '1','1','2237.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003542.0','1018865.0','261',    '257','142','311249.03',    '254','122','206143.95',    '157','61','105105.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091806.0','1044432.0','40',    '38','26','79078.55',    '38','24','62223.37',    '18','8','16855.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003543.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091807.0','1044432.0','268',    '258','136','382161.18',    '251','114','169670.15',    '163','65','212491.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003544.0','1018865.0','4',    '4','4','3001.28',    '4','3','1814.71',    '1','1','1186.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091808.0','1044432.0','6',    '4','1','6055.02',    '4','1','753.6',    '2','1','5301.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003545.0','1018865.0','2',    '2','1','218.57',    '2','1','218.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091809.0','1044432.0','1',    '1','1','1553.03',    '1','1','1553.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003546.0','1018865.0','3',    '3','2','1648.05',    '1','1','1058.38',    '3','2','589.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091810.0','1044432.0','234',    '223','144','344208.9',    '217','134','302841.28',    '121','52','41367.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003547.0','1018865.0','17',    '17','11','17426.4',    '17','11','17162.87',    '6','1','263.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091811.0','1044432.0','2',    '2','1','892.15',    '2','1','892.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003548.0','1018865.0','12',    '11','3','15049.42',    '11','3','10243.11',    '4','3','4806.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091812.0','1044432.0','28',    '26','13','37522.99',    '24','10','31953.26',    '16','7','5569.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003549.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091813.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003550.0','1018865.0','7',    '5','3','5530.78',    '5','3','5530.78',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091814.0','1044432.0','1',    '1','1','828.05',    '1','0','0.0',    '1','1','828.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003551.0','1018865.0','598',    '530','309','689221.95',    '508','257','476311.92',    '312','147','212910.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091815.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003552.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091816.0','1044432.0','5',    '4','1','225.9',    '4','1','225.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003553.0','1018865.0','3',    '3','1','1995.25',    '3','1','845.0',    '1','1','1150.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091817.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003554.0','1018865.0','34',    '33','22','43838.35',    '32','20','32220.05',    '25','10','11618.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091818.0','1044432.0','1',    '1','1','76.43',    '1','1','76.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003555.0','1018865.0','13',    '12','0','0.0',    '12','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091819.0','1044432.0','544',    '493','276','616739.43',    '477','245','434473.71',    '275','112','182265.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003556.0','1018865.0','18',    '17','14','29845.66',    '17','13','27642.05',    '7','4','2203.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091820.0','1044432.0','1',    '1','1','892.41',    '1','0','0.0',    '1','1','892.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003557.0','1018865.0','5',    '5','3','13646.2',    '5','3','8859.86',    '3','2','4786.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091821.0','1044432.0','4',    '3','1','534.03',    '3','1','534.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003558.0','1018865.0','132',    '129','86','188415.07',    '128','80','154875.55',    '75','33','33539.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091822.0','1044432.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003559.0','1018865.0','1',    '1','1','2208.26',    '1','1','2208.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091823.0','1044432.0','5',    '5','1','2618.95',    '5','1','2500.0',    '2','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003560.0','1018865.0','748',    '702','394','783136.71',    '668','355','599498.32',    '411','159','183638.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091824.0','1044432.0','1',    '1','1','5073.06',    '1','1','1275.0',    '1','1','3798.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003561.0','1018865.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091825.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003562.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091826.0','1044432.0','1',    '1','1','455.0',    '1','1','455.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003563.0','1018865.0','2871',    '2482','1276','2298242.89',    '2330','812','1127859.3',    '1655','821','1170383.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091827.0','1044432.0','6',    '5','1','15.8',    '5','0','0.0',    '2','1','15.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003564.0','1018865.0','4',    '4','2','1577.8',    '4','2','1577.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091828.0','1044432.0','536',    '479','230','451904.55',    '445','123','188818.12',    '298','160','263086.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003565.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091829.0','1044432.0','1694',    '1572','987','2521090.01',    '1525','767','1674028.22',    '994','571','847061.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003566.0','1018865.0','217',    '211','140','355455.05',    '209','131','266349.12',    '125','52','89105.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091830.0','1044432.0','2292',    '2167','1518','3520981.44',    '2073','1167','1591294.45',    '1672','964','1929686.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003567.0','1018865.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091831.0','1044432.0','858',    '792','514','1334868.92',    '770','422','857431.85',    '513','278','477437.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003568.0','1018865.0','46',    '44','30','55750.17',    '43','24','43090.4',    '33','15','12659.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091832.0','1044432.0','522',    '482','292','594930.24',    '453','209','299650.3',    '346','188','295279.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003569.0','1018865.0','190',    '172','115','312254.79',    '169','77','178230.82',    '115','70','134023.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091833.0','1044432.0','1',    '1','1','3160.9',    '1','0','0.0',    '1','1','3160.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003570.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091834.0','1044432.0','1',    '1','1','311.0',    '1','1','311.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003571.0','1018865.0','1',    '1','1','5041.42',    '1','1','4915.02',    '1','1','126.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091835.0','1044432.0','1',    '1','1','3458.0',    '1','1','3458.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003572.0','1018865.0','2',    '2','1','1846.41',    '2','1','468.22',    '1','1','1378.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091836.0','1044432.0','10',    '10','1','67.29',    '10','1','67.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003573.0','1018865.0','231',    '225','140','285564.75',    '222','131','232324.54',    '132','54','53240.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091837.0','1044432.0','8',    '8','1','1366.87',    '8','1','1366.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003574.0','1018865.0','13',    '9','4','9567.54',    '9','4','9547.0',    '5','1','20.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091838.0','1044432.0','50',    '46','30','70866.71',    '45','26','51478.71',    '33','15','19388.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003575.0','1018865.0','7',    '6','3','3269.98',    '6','3','2704.29',    '3','1','565.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091839.0','1044432.0','52',    '52','35','71884.71',    '52','32','53990.67',    '30','9','17894.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003576.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091840.0','1044432.0','6',    '6','4','12487.76',    '6','4','12487.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003577.0','1018865.0','1',    '1','1','3510.0',    '1','1','3510.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091841.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003578.0','1018865.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091842.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003579.0','1018865.0','4',    '4','2','8711.95',    '4','2','8593.0',    '3','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091843.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003580.0','1018865.0','3',    '3','3','16852.49',    '3','3','15650.59',    '2','1','1201.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091844.0','1044432.0','1',    '1','1','2068.95',    '1','1','2068.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003581.0','1018865.0','63',    '59','42','88115.97',    '59','31','59220.42',    '38','27','28895.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091845.0','1044432.0','27',    '24','14','34886.55',    '24','12','24651.84',    '14','8','10234.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003582.0','1018865.0','1',    '1','1','4066.0',    '1','1','4066.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091846.0','1044432.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003583.0','1018865.0','3',    '3','2','941.91',    '3','2','642.58',    '3','1','299.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091847.0','1044432.0','2',    '2','1','352.13',    '2','1','352.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003584.0','1018865.0','9',    '9','4','8066.98',    '9','4','8066.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091848.0','1044432.0','31',    '31','21','51825.52',    '31','16','34692.0',    '26','14','17133.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003585.0','1018865.0','15',    '15','10','19405.33',    '15','8','14530.1',    '8','6','4875.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091849.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003586.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091850.0','1044432.0','2',    '2','1','256.82',    '1','0','0.0',    '2','1','256.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003587.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091851.0','1044432.0','1',    '1','1','1390.78',    '1','1','1390.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003588.0','1018865.0','12',    '12','5','10097.21',    '10','2','9012.0',    '6','3','1085.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091852.0','1044432.0','5',    '5','2','5591.76',    '5','2','5591.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003589.0','1018865.0','1',    '1','1','216.58',    '1','1','161.28',    '1','1','55.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091853.0','1044432.0','2',    '2','1','538.32',    '2','1','538.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003590.0','1018865.0','1235',    '1064','548','970908.16',    '1013','286','486577.44',    '657','388','484330.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091854.0','1044432.0','1',    '1','1','2773.11',    '1','1','910.0',    '1','1','1863.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003591.0','1018865.0','14',    '14','5','10150.2',    '14','5','8094.13',    '4','2','2056.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091855.0','1044432.0','6',    '5','4','9432.57',    '5','2','5407.0',    '3','3','4025.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003592.0','1018865.0','3',    '3','1','3933.6',    '3','1','1773.37',    '2','1','2160.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091856.0','1044432.0','6',    '5','4','14834.33',    '5','4','11158.81',    '3','3','3675.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003593.0','1018865.0','96',    '89','60','117780.48',    '87','54','87758.64',    '61','24','30021.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091857.0','1044432.0','346',    '304','159','278696.71',    '292','122','173216.07',    '200','85','105480.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003594.0','1018865.0','3',    '3','1','2938.52',    '3','1','1708.6',    '1','1','1229.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091858.0','1044432.0','1',    '1','1','1794.2',    '1','1','1794.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003595.0','1018865.0','169',    '163','105','312688.32',    '159','103','230549.28',    '107','39','82139.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091859.0','1044432.0','2709',    '2533','1654','3061440.35',    '2394','1165','1429289.66',    '1951','1047','1632150.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003596.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091860.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003597.0','1018865.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091861.0','1044432.0','26',    '23','16','41505.1',    '21','11','25211.94',    '18','11','16293.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003598.0','1018865.0','1',    '1','1','1507.0',    '1','1','1507.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091862.0','1044432.0','6362',    '5864','3432','6563925.61',    '5542','2283','2927002.93',    '4224','2233','3636922.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003599.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091863.0','1044432.0','3',    '2','1','424.48',    '2','1','192.6',    '2','1','231.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003600.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091864.0','1044432.0','12',    '10','6','20630.92',    '10','6','13624.18',    '6','2','7006.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003601.0','1018865.0','14',    '12','6','8635.25',    '11','3','5781.0',    '10','4','2854.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091865.0','1044432.0','8',    '8','7','6707.19',    '8','2','2636.94',    '6','6','4070.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003602.0','1018865.0','2',    '2','1','2030.0',    '2','1','1424.8',    '1','1','605.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091866.0','1044432.0','37',    '32','22','40705.28',    '31','15','27444.55',    '15','10','13260.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003603.0','1018865.0','340',    '314','194','433027.96',    '301','170','330398.75',    '182','84','102629.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091867.0','1044432.0','448',    '397','190','321132.12',    '381','95','161674.2',    '239','137','159457.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003604.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091868.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003605.0','1018865.0','1',    '1','1','1953.05',    '1','1','1046.0',    '1','1','907.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091869.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001440.0',    '2003606.0','1018865.0','1',    '1','1','821.08',    '1','1','821.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005892.0',    '2091870.0','1044432.0','7',    '6','1','845.43',    '6','0','0.0',    '5','1','845.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003607.0','1018865.0','44',    '40','22','54328.88',    '36','17','32772.15',    '31','10','21556.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091871.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003608.0','1018865.0','6',    '5','1','1275.0',    '5','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091872.0','1044432.0','3',    '3','2','5736.63',    '3','2','2975.0',    '3','1','2761.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003609.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091873.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003610.0','1018865.0','1',    '1','1','455.0',    '1','1','455.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091874.0','1044432.0','95',    '84','39','41843.23',    '72','29','20830.88',    '63','16','21012.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003611.0','1018865.0','2',    '2','1','118.95',    '1','0','0.0',    '2','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091875.0','1044432.0','1',    '1','1','2050.48',    '1','1','2050.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003612.0','1018865.0','1',    '1','1','4559.28',    '1','1','2781.57',    '1','1','1777.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091876.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003613.0','1018865.0','442',    '422','218','463099.14',    '393','135','209989.92',    '290','153','253109.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091877.0','1044432.0','1',    '1','1','8732.75',    '1','1','6010.0',    '1','1','2722.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003614.0','1018865.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091878.0','1044432.0','173',    '162','106','285986.79',    '158','92','219489.31',    '103','59','66497.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003615.0','1018865.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091879.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003616.0','1018865.0','146',    '140','59','154293.67',    '136','56','109399.37',    '78','21','44894.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091880.0','1044432.0','301',    '266','184','412603.26',    '257','114','256351.0',    '183','119','156252.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003617.0','1018865.0','2',    '2','1','618.06',    '2','0','0.0',    '2','1','618.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091881.0','1044432.0','13',    '11','6','11313.98',    '10','5','10733.89',    '6','1','580.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003618.0','1018865.0','2024',    '1847','811','1095508.06',    '1750','495','543374.62',    '1154','497','552133.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091882.0','1044432.0','12',    '10','6','11020.91',    '10','6','10901.96',    '4','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003619.0','1018865.0','7',    '5','1','10511.0',    '5','1','10511.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091883.0','1044432.0','2',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003620.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091884.0','1044432.0','1',    '1','1','2151.84',    '1','1','2151.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003621.0','1018865.0','1',    '1','1','1226.47',    '1','1','455.0',    '1','1','771.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091885.0','1044432.0','88',    '77','28','54439.95',    '75','26','45794.7',    '27','8','8645.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003622.0','1018865.0','1',    '1','1','861.23',    '1','0','0.0',    '1','1','861.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091886.0','1044432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003623.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091887.0','1044432.0','19',    '19','12','45586.57',    '19','11','21037.54',    '14','9','24549.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003624.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091888.0','1044432.0','1',    '1','1','3290.0',    '1','1','3290.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003625.0','1018865.0','1',    '1','1','3288.18',    '1','1','2026.0',    '1','1','1262.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091889.0','1044432.0','3',    '2','1','636.96',    '2','1','420.88',    '1','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003626.0','1018865.0','1',    '1','1','2990.7',    '1','0','0.0',    '1','1','2990.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091890.0','1044432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003627.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091891.0','1044432.0','3',    '3','2','3676.08',    '3','1','3460.0',    '2','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003628.0','1018865.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091892.0','1044432.0','1300',    '1118','585','958871.64',    '1066','295','470511.29',    '688','443','488360.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003629.0','1018865.0','3',    '1','1','1513.09',    '1','1','1513.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091893.0','1044432.0','914',    '878','596','1117412.67',    '849','339','665183.05',    '630','399','452229.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003630.0','1018865.0','9',    '9','5','6606.1',    '9','5','6514.6',    '4','1','91.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091894.0','1044432.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003631.0','1018865.0','37',    '35','23','56985.98',    '34','22','46441.79',    '14','8','10544.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091895.0','1044432.0','58',    '57','39','97004.73',    '56','35','65097.52',    '33','14','31907.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003632.0','1018865.0','2',    '2','2','1375.86',    '2','2','1375.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091896.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003633.0','1018865.0','1',    '1','1','3668.0',    '1','1','3510.0',    '1','1','158.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091897.0','1044432.0','73',    '70','44','79818.25',    '68','37','65154.6',    '41','16','14663.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003634.0','1018865.0','16',    '13','8','14025.9',    '13','8','13510.27',    '5','1','515.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091898.0','1044432.0','3',    '2','1','121.13',    '2','1','121.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003635.0','1018865.0','8',    '8','3','2171.63',    '8','2','1836.6',    '4','1','335.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091899.0','1044432.0','5',    '5','4','11165.54',    '5','3','9244.04',    '4','2','1921.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003636.0','1018865.0','20',    '19','16','111583.86',    '18','15','15585.0',    '14','12','95998.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091900.0','1044432.0','121',    '111','67','166022.38',    '111','62','122270.59',    '52','27','43751.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003637.0','1018865.0','1',    '1','1','843.85',    '1','0','0.0',    '1','1','843.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091901.0','1044432.0','109',    '108','68','107035.55',    '104','57','87137.24',    '63','27','19898.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003638.0','1018865.0','4',    '3','1','223.98',    '3','0','0.0',    '2','1','223.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091902.0','1044432.0','1',    '1','1','1911.2',    '1','1','1676.3',    '1','1','234.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003639.0','1018865.0','1',    '1','1','800.76',    '1','1','800.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091903.0','1044432.0','29',    '28','18','26600.46',    '28','18','24250.34',    '13','5','2350.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003640.0','1018865.0','19',    '18','11','25533.62',    '18','11','21176.87',    '10','4','4356.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091904.0','1044432.0','9',    '9','5','17090.73',    '9','5','14882.57',    '2','1','2208.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003641.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091905.0','1044432.0','5',    '5','2','2721.81',    '5','2','2721.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003642.0','1018865.0','25',    '23','14','35885.31',    '21','12','29276.84',    '15','8','6608.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091906.0','1044432.0','133',    '123','71','144088.06',    '121','63','118464.77',    '70','30','25623.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003643.0','1018865.0','3',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091907.0','1044432.0','1',    '1','1','342.12',    '1','0','0.0',    '1','1','342.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003644.0','1018865.0','9',    '8','2','6937.85',    '8','2','6937.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091908.0','1044432.0','656',    '619','428','1497193.97',    '591','304','895486.22',    '430','286','601707.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003645.0','1018865.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091909.0','1044432.0','314',    '281','183','519555.39',    '271','138','344334.85',    '184','109','175220.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003646.0','1018865.0','2',    '2','2','1610.09',    '2','2','1365.0',    '2','1','245.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091910.0','1044432.0','3',    '2','1','311.0',    '2','1','311.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003647.0','1018865.0','2503',    '2330','1525','3322452.95',    '2221','1175','1662033.64',    '1754','938','1660419.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091911.0','1044432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003648.0','1018865.0','9',    '5','2','2912.27',    '5','1','59.88',    '3','2','2852.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091912.0','1044432.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003649.0','1018865.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091913.0','1044432.0','3',    '2','1','455.0',    '2','1','455.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003650.0','1018865.0','6',    '5','2','7216.54',    '5','2','4477.87',    '4','2','2738.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091914.0','1044432.0','19',    '18','9','12023.67',    '17','8','9951.73',    '8','3','2071.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003651.0','1018865.0','5',    '5','3','5356.08',    '5','3','3190.0',    '1','1','2166.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091915.0','1044432.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003652.0','1018865.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091916.0','1044432.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003653.0','1018865.0','1',    '1','1','3392.27',    '1','1','2361.01',    '1','1','1031.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091917.0','1044432.0','21',    '18','8','14541.99',    '17','4','6267.18',    '14','7','8274.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003654.0','1018865.0','2',    '2','1','311.0',    '2','1','311.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091918.0','1044432.0','1',    '1','1','15810.37',    '1','1','5884.0',    '1','1','9926.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003655.0','1018873.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091919.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003656.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091920.0','1044440.0','14',    '11','7','22660.2',    '11','6','14169.02',    '6','4','8491.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003657.0','1018873.0','483',    '449','273','590655.09',    '428','224','418543.2',    '277','132','172111.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091921.0','1044440.0','3',    '3','1','2725.08',    '3','1','2550.0',    '3','1','175.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003658.0','1018873.0','29',    '29','19','45041.57',    '29','19','39160.35',    '16','3','5881.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091922.0','1044440.0','1',    '1','1','1765.12',    '1','1','1765.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003659.0','1018873.0','5',    '5','3','7957.0',    '5','3','7957.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091923.0','1044440.0','15',    '14','9','19888.05',    '14','8','15406.01',    '10','2','4482.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003660.0','1018873.0','4',    '3','3','10159.42',    '3','3','8775.17',    '1','1','1384.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091924.0','1044440.0','7',    '7','5','9761.7',    '7','5','9642.75',    '4','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003661.0','1018873.0','15',    '14','9','21391.87',    '14','7','18310.5',    '8','5','3081.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091925.0','1044440.0','18',    '18','10','23079.15',    '16','10','17867.97',    '11','4','5211.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003662.0','1018873.0','1',    '1','1','843.85',    '1','0','0.0',    '1','1','843.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091926.0','1044440.0','1',    '1','1','2869.82',    '1','1','2846.12',    '1','1','23.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003663.0','1018873.0','2945',    '2629','1422','2202425.72',    '2466','907','1016248.62',    '1846','914','1186177.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091927.0','1044440.0','1',    '1','1','31.6',    '1','0','0.0',    '1','1','31.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003664.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091928.0','1044440.0','1785',    '1652','1041','2174450.42',    '1574','848','1135853.55',    '1182','632','1038596.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003665.0','1018873.0','5',    '3','3','8925.0',    '3','3','8925.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091929.0','1044440.0','97',    '89','52','116866.21',    '86','50','97767.17',    '48','14','19099.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003666.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091930.0','1044440.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003667.0','1018873.0','1173',    '1000','457','690271.87',    '937','213','262489.39',    '613','331','427782.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091931.0','1044440.0','292',    '278','189','510686.61',    '274','165','347988.21',    '176','87','162698.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003668.0','1018873.0','8',    '6','2','426.43',    '6','1','217.62',    '2','1','208.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091932.0','1044440.0','11',    '9','5','24302.87',    '9','4','14642.62',    '6','3','9660.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003669.0','1018873.0','1',    '1','1','1509.56',    '1','1','1509.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091933.0','1044440.0','1',    '1','1','1810.79',    '1','1','1275.0',    '1','1','535.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003670.0','1018873.0','3',    '3','2','1615.68',    '3','0','0.0',    '2','2','1615.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091934.0','1044440.0','2193',    '1945','991','1717686.78',    '1809','650','611374.95',    '1364','695','1106311.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003671.0','1018873.0','1',    '1','1','2344.22',    '1','1','1164.2',    '1','1','1180.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091935.0','1044440.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003672.0','1018873.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091936.0','1044440.0','1',    '1','1','150.0',    '1','0','0.0',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003673.0','1018873.0','1',    '1','1','470.97',    '1','0','0.0',    '1','1','470.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091937.0','1044440.0','41',    '39','17','44095.67',    '36','17','31534.96',    '17','5','12560.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003674.0','1018873.0','8',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091938.0','1044440.0','5',    '4','1','5000.0',    '3','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003675.0','1018873.0','165',    '157','86','166062.37',    '155','82','135793.63',    '68','17','30268.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091939.0','1044440.0','8',    '7','3','17282.51',    '7','3','12473.52',    '4','3','4808.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003676.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091940.0','1044440.0','1',    '1','1','2071.45',    '1','1','1275.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003677.0','1018873.0','3',    '2','1','1275.0',    '2','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091941.0','1044440.0','1',    '1','1','455.0',    '1','1','455.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003678.0','1018873.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091942.0','1044440.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003679.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091943.0','1044440.0','106',    '96','60','152984.38',    '95','56','113381.88',    '59','30','39602.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003680.0','1018873.0','5',    '5','2','17394.39',    '4','2','5127.12',    '3','1','12267.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091944.0','1044440.0','854',    '785','495','1387883.67',    '759','385','908814.45',    '530','289','479069.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003681.0','1018873.0','4',    '4','2','672.08',    '3','0','0.0',    '3','2','672.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091945.0','1044440.0','1341',    '1211','734','1564379.17',    '1180','508','1007316.84',    '735','420','557062.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003682.0','1018873.0','2837',    '2506','1467','3298179.34',    '2383','926','1905850.44',    '1693','1021','1392328.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091946.0','1044440.0','5',    '5','3','4880.98',    '5','2','1501.0',    '3','1','3379.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003683.0','1018873.0','1',    '1','1','1682.9',    '1','1','481.0',    '1','1','1201.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091947.0','1044440.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003684.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091948.0','1044440.0','5',    '4','3','6453.16',    '4','3','5527.79',    '2','1','925.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003685.0','1018873.0','115',    '109','73','138220.62',    '108','69','131457.29',    '44','14','6763.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091949.0','1044440.0','1',    '1','1','1046.0',    '1','1','1046.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003686.0','1018873.0','31',    '28','21','43104.25',    '28','16','37390.31',    '19','11','5713.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091950.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003687.0','1018873.0','2357',    '2210','1165','2076761.94',    '2028','744','1123120.4',    '1530','732','953641.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091951.0','1044440.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003688.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091952.0','1044440.0','203',    '187','113','374482.01',    '185','102','263245.89',    '89','45','111236.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003689.0','1018873.0','22',    '21','6','31554.65',    '21','5','7231.83',    '8','4','24322.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091953.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003690.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091954.0','1044440.0','1',    '1','1','5350.27',    '1','1','5350.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003691.0','1018873.0','214',    '188','103','221261.63',    '174','50','79865.67',    '127','79','141395.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091955.0','1044440.0','163',    '145','94','182137.25',    '136','46','116002.39',    '103','70','66134.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003692.0','1018873.0','1',    '1','1','1170.65',    '1','1','311.0',    '1','1','859.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091956.0','1044440.0','117',    '104','60','218325.31',    '103','58','145689.38',    '67','32','72635.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003693.0','1018873.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091957.0','1044440.0','1960',    '1833','757','1249209.57',    '1696','478','639442.07',    '1100','493','609767.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003694.0','1018873.0','1071',    '975','641','1501977.42',    '951','430','1045835.62',    '651','399','456141.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091958.0','1044440.0','18',    '18','13','27626.52',    '18','10','20449.97',    '15','10','7176.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003695.0','1018873.0','100',    '98','74','175738.6',    '96','50','115476.28',    '68','50','60262.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091959.0','1044440.0','1',    '1','1','3485.26',    '1','1','3485.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003696.0','1018873.0','39',    '38','24','55396.71',    '37','15','34151.17',    '23','15','21245.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091960.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003697.0','1018873.0','209',    '196','110','375233.45',    '193','94','251984.12',    '135','61','123249.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091961.0','1044440.0','7',    '7','2','2529.43',    '7','2','2529.43',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003698.0','1018873.0','1',    '1','1','783.32',    '1','1','783.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091962.0','1044440.0','12',    '12','5','8883.86',    '12','5','8883.86',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003699.0','1018873.0','576',    '435','264','724422.18',    '405','197','391560.76',    '265','147','332861.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091963.0','1044440.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003700.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091964.0','1044440.0','1276',    '1150','621','857220.69',    '1090','460','513364.84',    '797','330','343855.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003701.0','1018873.0','2',    '2','1','1037.09',    '2','1','792.0',    '2','1','245.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091965.0','1044440.0','1966',    '1720','757','1118182.95',    '1644','379','524634.71',    '1051','536','593548.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003702.0','1018873.0','147',    '139','104','335753.27',    '136','89','271422.26',    '88','47','64331.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091966.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003703.0','1018873.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091967.0','1044440.0','89',    '87','67','181687.29',    '87','59','122555.95',    '59','36','59131.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003704.0','1018873.0','1',    '1','1','1772.13',    '1','1','728.0',    '1','1','1044.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091968.0','1044440.0','334',    '309','221','632202.72',    '299','165','377659.14',    '217','144','254543.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003705.0','1018873.0','4',    '4','1','6742.42',    '4','1','4012.0',    '2','1','2730.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091969.0','1044440.0','450',    '422','149','213957.55',    '401','96','133848.28',    '193','77','80109.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003706.0','1018873.0','3',    '2','2','1759.04',    '2','2','1759.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091970.0','1044440.0','25',    '25','18','28903.89',    '25','14','21723.34',    '15','8','7180.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003707.0','1018873.0','786',    '725','454','769171.82',    '685','335','426144.88',    '535','268','343026.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091971.0','1044440.0','1',    '1','1','2288.76',    '1','1','2288.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003708.0','1018873.0','1',    '1','1','828.05',    '1','0','0.0',    '1','1','828.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091972.0','1044440.0','94',    '87','55','131999.03',    '83','49','89264.44',    '52','26','42734.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003709.0','1018873.0','30',    '28','15','32159.9',    '28','5','19677.82',    '19','13','12482.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091973.0','1044440.0','35',    '33','14','50560.26',    '32','11','31321.29',    '20','11','19238.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003710.0','1018873.0','1',    '1','1','806.08',    '1','0','0.0',    '1','1','806.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091974.0','1044440.0','366',    '353','246','565255.45',    '345','122','306140.34',    '265','183','259115.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003711.0','1018873.0','1265',    '1175','670','1218698.77',    '1028','403','633414.26',    '917','463','585284.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091975.0','1044440.0','5',    '5','2','2580.6',    '5','2','2580.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003712.0','1018873.0','237',    '222','151','333744.39',    '219','120','228758.24',    '146','77','104986.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091976.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003713.0','1018873.0','86',    '81','45','86138.78',    '79','43','72103.83',    '39','14','14034.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091977.0','1044440.0','167',    '164','106','280904.17',    '163','98','211007.8',    '110','53','69896.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003714.0','1018873.0','10',    '10','6','11956.26',    '10','5','11128.21',    '3','1','828.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091978.0','1044440.0','16',    '14','4','9789.85',    '14','3','8961.8',    '5','1','828.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003715.0','1018873.0','1906',    '1734','979','1970386.21',    '1672','706','1166904.08',    '1104','552','803482.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091979.0','1044440.0','7',    '5','1','1275.0',    '5','1','1275.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003716.0','1018873.0','122',    '88','45','81641.12',    '83','31','31227.21',    '59','29','50413.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091980.0','1044440.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003717.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091981.0','1044440.0','436',    '409','264','612905.95',    '402','227','444214.72',    '245','130','168691.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003718.0','1018873.0','1275',    '1125','636','1039065.69',    '1086','321','602349.58',    '686','451','436716.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091982.0','1044440.0','91',    '84','58','103915.55',    '83','55','80792.24',    '53','22','23123.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003719.0','1018873.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091983.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003720.0','1018873.0','169',    '148','73','120834.02',    '141','48','85988.26',    '82','39','34845.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091984.0','1044440.0','1',    '1','1','3685.9',    '1','1','2181.0',    '1','1','1504.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003721.0','1018873.0','1',    '1','1','787.37',    '1','0','0.0',    '1','1','787.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091985.0','1044440.0','1',    '1','1','2881.4',    '1','1','1462.0',    '1','1','1419.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003722.0','1018873.0','155',    '151','89','148687.26',    '148','48','81144.83',    '101','64','67542.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091986.0','1044440.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003723.0','1018873.0','1',    '1','1','1939.41',    '1','1','740.0',    '1','1','1199.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091987.0','1044440.0','885',    '831','501','1059662.29',    '795','364','587809.59',    '562','308','471852.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001614.0',    '2003724.0','1018873.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005894.0',    '2091988.0','1044440.0','5',    '5','3','4711.68',    '5','2','3352.66',    '4','2','1359.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003725.0','1018873.0','890',    '850','425','718567.96',    '807','302','438520.19',    '559','236','280047.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091989.0','1044440.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003726.0','1018873.0','1',    '1','1','1425.59',    '1','0','0.0',    '1','1','1425.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091990.0','1044440.0','159',    '153','91','232177.35',    '151','85','168492.36',    '87','36','63684.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003727.0','1018873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091991.0','1044440.0','5',    '5','2','3482.35',    '5','1','2550.0',    '3','1','932.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003728.0','1018873.0','1',    '1','1','2081.5',    '1','1','2081.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2091992.0','1044440.0','1',    '1','1','455.0',    '1','1','455.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003729.0','1018873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091993.0','1044440.0','4119',    '3835','2217','4437650.84',    '3654','1664','2416294.07',    '2634','1234','2021356.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003730.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091994.0','1044440.0','2',    '2','2','4149.16',    '2','2','2092.0',    '2','2','2057.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003731.0','1018873.0','5',    '4','4','10829.5',    '4','3','7105.08',    '3','3','3724.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091995.0','1044440.0','1',    '1','1','3270.72',    '1','1','622.0',    '1','1','2648.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003732.0','1018873.0','5',    '5','4','5926.0',    '5','4','5926.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091996.0','1044440.0','188',    '168','73','136794.74',    '153','44','63309.07',    '105','52','73485.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003733.0','1018873.0','24',    '24','11','20595.16',    '24','10','20379.08',    '10','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091997.0','1044440.0','3',    '2','2','3227.69',    '2','2','2229.09',    '2','2','998.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003734.0','1018873.0','13',    '13','6','8206.25',    '12','6','7815.12',    '7','2','391.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091998.0','1044440.0','406',    '384','233','687456.35',    '376','204','486057.0',    '250','122','201399.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003735.0','1018873.0','1',    '1','1','628.8',    '1','0','0.0',    '1','1','628.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091999.0','1044440.0','21',    '19','13','25335.07',    '18','9','15166.24',    '12','7','10168.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003736.0','1018873.0','6',    '6','5','9119.74',    '6','3','7204.9',    '6','3','1914.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092000.0','1044440.0','2',    '2','1','821.44',    '2','1','821.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003737.0','1018873.0','8',    '7','3','3583.65',    '7','2','2555.32',    '3','1','1028.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092001.0','1044440.0','499',    '451','240','630331.62',    '437','210','445338.66',    '254','125','184992.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003738.0','1018873.0','7',    '6','4','2629.52',    '6','3','2518.92',    '2','1','110.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092002.0','1044440.0','3',    '3','2','5043.93',    '3','1','3984.0',    '2','1','1059.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003739.0','1018873.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092003.0','1044440.0','30',    '29','22','57713.32',    '28','21','49703.98',    '18','8','8009.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003740.0','1018873.0','1',    '1','1','582.12',    '1','1','582.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092004.0','1044440.0','1',    '1','1','1205.12',    '1','1','1205.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003741.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092005.0','1044440.0','1',    '1','1','1714.26',    '1','1','1714.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003742.0','1018873.0','2',    '2','1','1497.4',    '2','1','1275.0',    '2','1','222.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092006.0','1044440.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003743.0','1018873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092007.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003744.0','1018873.0','1734',    '1616','1040','2063464.6',    '1565','568','1172180.04',    '1151','754','891284.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092008.0','1044440.0','6',    '5','3','2484.95',    '5','2','1649.0',    '1','1','835.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003745.0','1018873.0','1',    '1','1','4.74',    '1','0','0.0',    '1','1','4.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092009.0','1044440.0','2',    '2','1','150.0',    '2','0','0.0',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003746.0','1018873.0','2',    '2','2','1558.99',    '2','1','1343.47',    '1','1','215.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092010.0','1044440.0','25',    '24','9','7267.39',    '24','7','6422.99',    '11','2','844.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003747.0','1018873.0','8',    '8','5','10365.16',    '8','5','9967.94',    '5','2','397.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092011.0','1044440.0','2',    '2','1','649.65',    '2','1','313.04',    '1','1','336.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003748.0','1018873.0','4',    '4','2','7587.24',    '4','2','7587.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092012.0','1044440.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003749.0','1018873.0','19',    '15','6','5691.51',    '14','6','5691.51',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092013.0','1044440.0','323',    '311','178','606689.75',    '308','163','425359.62',    '154','75','181330.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003750.0','1018873.0','33',    '28','17','73038.57',    '28','16','38971.13',    '12','5','34067.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092014.0','1044440.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003751.0','1018873.0','15',    '14','4','4221.59',    '13','3','3795.91',    '6','2','425.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092015.0','1044440.0','252',    '232','116','197307.05',    '219','85','114555.58',    '142','71','82751.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003752.0','1018873.0','16',    '16','12','17081.23',    '15','10','14058.52',    '8','4','3022.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092016.0','1044440.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003753.0','1018873.0','46',    '41','24','47864.61',    '39','19','38711.5',    '22','12','9153.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092017.0','1044440.0','1',    '1','1','17102.75',    '1','1','5722.0',    '1','1','11380.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003754.0','1018873.0','4',    '3','1','481.0',    '3','1','481.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092018.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003755.0','1018873.0','2',    '2','1','2032.26',    '2','1','1506.67',    '1','1','525.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092019.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003756.0','1018873.0','4',    '4','3','6937.55',    '4','3','5779.69',    '3','2','1157.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092020.0','1044440.0','13',    '12','8','11008.84',    '12','8','9840.22',    '3','1','1168.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003757.0','1018873.0','2',    '2','1','2183.38',    '2','1','2183.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092021.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003758.0','1018873.0','2',    '2','1','4501.13',    '2','1','3680.2',    '1','1','820.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092022.0','1044440.0','6',    '5','3','2169.15',    '4','2','1951.49',    '4','1','217.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003759.0','1018873.0','479',    '448','197','294124.71',    '425','132','176326.1',    '257','118','117798.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092023.0','1044440.0','6',    '6','3','5703.35',    '5','3','5703.35',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003760.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092024.0','1044440.0','849',    '790','526','1230640.15',    '759','361','632002.25',    '585','356','598637.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003761.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092025.0','1044440.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003762.0','1018873.0','24',    '23','14','15945.69',    '22','12','14439.53',    '9','4','1506.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092026.0','1044440.0','2',    '2','2','2766.36',    '2','1','455.0',    '1','1','2311.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002324.0','1018873.0','194',    '183','118','268779.4',    '179','92','177978.25',    '122','66','90801.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090588.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003763.0','1018873.0','103',    '98','73','152287.55',    '97','62','106687.12',    '62','29','45600.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092027.0','1044440.0','1415',    '1340','693','1117347.74',    '1277','506','713345.18',    '894','366','404002.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003764.0','1018873.0','2',    '2','2','1612.05',    '2','1','784.0',    '2','1','828.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092028.0','1044440.0','1',    '1','1','624.67',    '1','1','624.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003765.0','1018873.0','1',    '1','1','4599.81',    '1','1','2550.0',    '1','1','2049.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092029.0','1044440.0','12',    '11','10','21134.04',    '10','10','19916.64',    '9','2','1217.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003766.0','1018873.0','24',    '22','11','32865.62',    '21','10','26472.84',    '16','6','6392.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092030.0','1044440.0','26',    '25','8','9718.4',    '25','6','9480.5',    '8','2','237.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003767.0','1018873.0','2',    '1','1','216.08',    '1','0','0.0',    '1','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092031.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2002348.0','1018873.0','8',    '7','6','16540.18',    '7','6','11743.82',    '2','1','4796.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2090612.0','1044440.0','7',    '7','4','5631.76',    '7','4','4998.56',    '5','1','633.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003768.0','1018873.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092032.0','1044440.0','21',    '20','11','15294.32',    '20','9','12472.51',    '12','3','2821.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003769.0','1018873.0','25',    '25','17','27315.22',    '24','14','20696.28',    '16','8','6618.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092033.0','1044440.0','152',    '144','84','157411.55',    '142','68','106382.42',    '76','40','51029.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003770.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092034.0','1044440.0','1',    '1','1','3757.83',    '1','1','622.0',    '1','1','3135.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003771.0','1018873.0','8',    '8','1','812.61',    '8','1','274.37',    '1','1','538.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092035.0','1044440.0','36',    '35','20','88933.29',    '35','19','39272.88',    '21','12','49660.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003772.0','1018873.0','3',    '3','1','118.95',    '3','0','0.0',    '1','1','118.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092036.0','1044440.0','8',    '8','4','6166.76',    '8','4','5533.56',    '2','1','633.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003773.0','1018873.0','148',    '141','84','235980.03',    '135','68','156207.82',    '108','53','79772.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092037.0','1044440.0','1',    '1','1','597.73',    '1','1','597.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003774.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092038.0','1044440.0','37',    '35','26','79467.78',    '35','24','56106.95',    '19','9','23360.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003775.0','1018873.0','48',    '46','20','36725.13',    '43','20','32877.71',    '22','5','3847.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092039.0','1044440.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003776.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092040.0','1044440.0','3',    '2','1','216.08',    '2','0','0.0',    '2','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003777.0','1018873.0','6',    '4','1','1387.12',    '4','1','1118.0',    '3','1','269.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092041.0','1044440.0','1',    '1','1','1897.0',    '1','1','1897.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003778.0','1018873.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092042.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003779.0','1018873.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092043.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003780.0','1018873.0','7',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092044.0','1044440.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003781.0','1018873.0','137',    '129','76','179294.12',    '123','53','98956.61',    '87','45','80337.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092045.0','1044440.0','490',    '466','238','542172.3',    '455','206','362832.01',    '246','116','179340.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003782.0','1018873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092046.0','1044440.0','6',    '5','3','1889.28',    '5','3','1889.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003783.0','1018873.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092047.0','1044440.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003784.0','1018873.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092048.0','1044440.0','3',    '2','1','1492.58',    '2','1','1492.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003785.0','1018873.0','18',    '17','13','25202.31',    '17','10','19906.27',    '11','6','5296.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092049.0','1044440.0','2',    '1','1','438.92',    '1','1','438.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003786.0','1018873.0','101',    '93','33','66492.27',    '88','31','50327.83',    '43','8','16164.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092050.0','1044440.0','19',    '14','2','2866.2',    '13','0','0.0',    '4','2','2866.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003787.0','1018873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092051.0','1044440.0','42',    '40','20','40973.64',    '40','20','31618.86',    '18','3','9354.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003788.0','1018873.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092052.0','1044440.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003789.0','1018873.0','146',    '125','83','189110.76',    '120','58','105270.63',    '90','56','83840.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092053.0','1044440.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003790.0','1018873.0','162',    '154','97','203839.89',    '153','75','151858.78',    '89','51','51981.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092054.0','1044440.0','74',    '67','41','122769.0',    '66','37','85106.85',    '46','27','37662.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003791.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092055.0','1044441.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003792.0','1018874.0','22',    '20','15','21031.99',    '20','10','14954.6',    '11','6','6077.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092056.0','1044441.0','6',    '6','4','17612.39',    '6','4','13959.14',    '4','3','3653.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003793.0','1018874.0','2',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092057.0','1044441.0','2',    '2','2','2746.81',    '2','2','2746.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003794.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092058.0','1044441.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003795.0','1018874.0','77',    '70','50','105547.91',    '67','42','66619.19',    '45','30','38928.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092059.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003796.0','1018874.0','17',    '16','10','21624.97',    '15','8','15029.12',    '8','5','6595.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092060.0','1044441.0','4',    '4','1','23.7',    '4','0','0.0',    '1','1','23.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003797.0','1018874.0','104',    '96','60','157566.83',    '94','57','112054.15',    '58','24','45512.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092061.0','1044441.0','22',    '22','10','19415.07',    '21','10','17938.14',    '12','2','1476.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003798.0','1018874.0','28',    '23','13','61041.07',    '21','12','29943.65',    '13','5','31097.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092062.0','1044441.0','48',    '45','32','82330.6',    '44','29','64252.2',    '28','18','18078.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003799.0','1018874.0','15',    '15','5','8688.7',    '15','4','7876.45',    '6','1','812.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092063.0','1044441.0','4',    '3','1','7209.9',    '2','1','6062.0',    '2','1','1147.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003800.0','1018874.0','11',    '11','6','13581.43',    '11','6','10457.54',    '4','2','3123.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092064.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003801.0','1018874.0','1',    '1','1','798.03',    '1','0','0.0',    '1','1','798.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092065.0','1044441.0','135',    '129','83','139261.83',    '128','69','98353.37',    '80','39','40908.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003802.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092066.0','1044441.0','8',    '6','4','9507.6',    '5','3','4169.7',    '3','1','5337.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003803.0','1018874.0','15',    '15','7','9732.75',    '14','7','7780.69',    '10','2','1952.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092067.0','1044441.0','8',    '7','6','12928.74',    '7','4','9241.1',    '4','3','3687.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003804.0','1018874.0','5',    '4','2','2247.14',    '4','2','2247.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092068.0','1044441.0','12',    '11','6','7446.92',    '10','5','6246.92',    '4','1','1200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003805.0','1018874.0','87',    '82','55','92777.16',    '82','36','51938.99',    '56','41','40838.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092069.0','1044441.0','344',    '326','192','442818.06',    '314','160','331049.95',    '196','90','111768.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003806.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092070.0','1044441.0','1',    '1','1','1950.42',    '1','1','1138.17',    '1','1','812.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003807.0','1018874.0','1',    '1','1','5692.34',    '1','1','3172.0',    '1','1','2520.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092071.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003808.0','1018874.0','1',    '1','1','12249.65',    '1','1','740.0',    '1','1','11509.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092072.0','1044441.0','2',    '2','2','391.65',    '2','1','311.0',    '1','1','80.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003809.0','1018874.0','1',    '1','1','1646.4',    '1','1','1646.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092073.0','1044441.0','168',    '142','55','75549.02',    '139','44','59254.53',    '70','15','16294.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003810.0','1018874.0','3',    '1','1','1764.24',    '1','1','1764.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092074.0','1044441.0','10',    '9','8','15737.13',    '9','6','15288.94',    '6','2','448.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003811.0','1018874.0','30',    '28','9','26498.5',    '28','9','21103.84',    '10','2','5394.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092075.0','1044441.0','4',    '3','1','381.1',    '3','0','0.0',    '2','1','381.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003812.0','1018874.0','4',    '4','4','5078.64',    '4','3','2784.15',    '3','2','2294.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092076.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003813.0','1018874.0','21',    '20','10','15386.36',    '20','10','15386.36',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092077.0','1044441.0','67',    '64','46','112421.62',    '64','43','93355.54',    '35','13','19066.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003814.0','1018874.0','15',    '14','9','15462.49',    '14','7','13627.26',    '5','2','1835.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092078.0','1044441.0','2',    '1','1','3351.0',    '1','1','3351.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003815.0','1018874.0','19',    '15','5','7648.86',    '15','4','6211.27',    '6','2','1437.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092079.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003816.0','1018874.0','76',    '72','48','87558.47',    '72','36','52332.87',    '42','28','35225.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092080.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003817.0','1018874.0','925',    '854','425','700060.52',    '810','312','465995.82',    '508','214','234064.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092081.0','1044441.0','4',    '4','4','6853.16',    '4','4','5752.7',    '3','2','1100.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003818.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092082.0','1044441.0','51',    '41','30','38952.73',    '40','18','23593.02',    '26','17','15359.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003819.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092083.0','1044441.0','44',    '40','21','45329.42',    '37','18','31041.8',    '21','11','14287.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003820.0','1018874.0','13',    '12','8','13809.01',    '12','8','11367.6',    '5','2','2441.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092084.0','1044441.0','154',    '142','109','253715.8',    '136','62','130690.65',    '116','92','123025.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003821.0','1018874.0','1',    '1','1','31.6',    '1','0','0.0',    '1','1','31.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092085.0','1044441.0','35',    '30','18','52609.56',    '29','17','39407.61',    '14','5','13201.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003822.0','1018874.0','2',    '2','2','5139.36',    '2','2','5139.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092086.0','1044441.0','49',    '44','23','47213.22',    '39','20','43896.03',    '17','6','3317.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003823.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092087.0','1044441.0','51',    '47','18','36840.9',    '47','16','28941.94',    '20','7','7898.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003824.0','1018874.0','43',    '34','12','37285.19',    '33','12','31231.51',    '23','5','6053.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092088.0','1044441.0','50',    '46','26','40213.64',    '46','22','34048.57',    '22','7','6165.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003825.0','1018874.0','666',    '626','391','787883.91',    '597','330','593629.25',    '404','172','194254.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092089.0','1044441.0','14',    '13','3','2991.47',    '13','2','2778.6',    '7','1','212.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003826.0','1018874.0','4',    '2','1','761.92',    '2','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092090.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003827.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092091.0','1044441.0','10',    '8','5','6616.22',    '8','5','6616.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003828.0','1018874.0','10',    '8','3','3900.55',    '7','3','3900.55',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092092.0','1044441.0','19',    '18','8','10839.3',    '18','8','10234.48',    '10','2','604.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003829.0','1018874.0','1',    '1','1','1012.53',    '1','0','0.0',    '1','1','1012.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092093.0','1044441.0','1',    '1','1','1280.71',    '1','1','1280.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003830.0','1018874.0','5',    '5','5','7885.5',    '5','5','6458.0',    '3','2','1427.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092094.0','1044441.0','1',    '1','1','560.96',    '1','1','214.59',    '1','1','346.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003831.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092095.0','1044441.0','1',    '1','1','820.15',    '1','0','0.0',    '1','1','820.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003832.0','1018874.0','161',    '150','86','144974.71',    '147','72','120025.74',    '91','35','24948.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092096.0','1044441.0','3',    '2','2','3695.6',    '2','2','3172.0',    '2','1','523.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003833.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092097.0','1044441.0','158',    '142','79','155206.21',    '138','48','97232.18',    '95','52','57974.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003834.0','1018874.0','163',    '154','99','188421.23',    '152','75','135248.93',    '95','48','53172.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092098.0','1044441.0','2',    '2','2','2015.0',    '2','2','2015.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003835.0','1018874.0','202',    '183','98','163387.9',    '179','97','153878.8',    '64','7','9509.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092099.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003836.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092100.0','1044441.0','90',    '84','68','169214.73',    '83','53','103134.0',    '63','39','66080.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003837.0','1018874.0','27',    '24','14','57112.95',    '23','12','30435.55',    '11','5','26677.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092101.0','1044441.0','136',    '115','50','65088.25',    '109','44','59537.64',    '43','10','5550.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003838.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092102.0','1044441.0','1',    '1','1','2788.68',    '1','1','2788.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003839.0','1018874.0','753',    '678','323','606694.57',    '623','222','416129.49',    '388','165','190565.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092103.0','1044441.0','132',    '123','77','151658.33',    '121','63','114226.15',    '71','34','37432.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003840.0','1018874.0','5',    '4','3','14543.58',    '4','3','11453.51',    '4','3','3090.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092104.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003841.0','1018874.0','941',    '856','460','911763.51',    '838','413','669283.8',    '414','163','242479.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092105.0','1044441.0','18',    '16','8','15201.34',    '16','8','11560.07',    '10','2','3641.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003842.0','1018874.0','11',    '11','4','6186.27',    '11','4','5936.27',    '4','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092106.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003843.0','1018874.0','1',    '1','1','105.16',    '1','1','105.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092107.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003844.0','1018874.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092108.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003845.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092109.0','1044441.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003846.0','1018874.0','55',    '50','21','33789.24',    '50','21','33005.59',    '20','2','783.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092110.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003847.0','1018874.0','1',    '1','1','1536.45',    '1','1','740.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092111.0','1044441.0','43',    '39','18','40727.84',    '34','18','40240.19',    '23','2','487.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003848.0','1018874.0','78',    '74','48','103933.12',    '69','30','60680.64',    '58','33','43252.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092112.0','1044441.0','365',    '321','114','222180.37',    '303','85','140751.22',    '181','50','81429.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003849.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092113.0','1044441.0','265',    '253','141','294883.83',    '247','122','219020.56',    '150','62','75863.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003850.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092114.0','1044441.0','1',    '1','1','1401.7',    '1','1','1401.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003851.0','1018874.0','207',    '201','120','233559.4',    '199','102','173924.28',    '121','55','59635.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092115.0','1044441.0','752',    '702','473','1311375.57',    '686','406','891840.41',    '442','233','419535.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003852.0','1018874.0','15',    '12','7','9514.62',    '12','7','9514.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092116.0','1044441.0','40',    '36','18','26665.88',    '35','16','22156.23',    '16','6','4509.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003853.0','1018874.0','4',    '3','2','2042.8',    '3','2','2042.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092117.0','1044441.0','52',    '48','31','66253.92',    '48','27','56726.31',    '31','12','9527.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003854.0','1018874.0','1',    '1','1','5285.0',    '1','0','0.0',    '1','1','5285.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092118.0','1044441.0','2',    '2','2','2550.0',    '2','2','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003855.0','1018874.0','79',    '67','22','38046.21',    '60','18','31998.72',    '37','7','6047.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092119.0','1044441.0','56',    '52','34','57912.44',    '48','30','47799.55',    '27','10','10112.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003856.0','1018874.0','148',    '124','44','73773.07',    '119','29','50002.23',    '53','22','23770.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092120.0','1044441.0','10',    '7','4','5100.0',    '6','4','5100.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003857.0','1018874.0','2',    '2','1','1275.0',    '2','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092121.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003858.0','1018874.0','130',    '108','46','74769.07',    '100','43','61879.62',    '77','12','12889.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092122.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003859.0','1018874.0','1163',    '1095','485','784105.5',    '1051','338','459806.02',    '669','251','324299.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092123.0','1044441.0','4',    '4','2','2550.0',    '4','2','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003860.0','1018874.0','252',    '236','178','453089.01',    '230','158','321452.02',    '179','88','131636.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092124.0','1044441.0','2',    '2','1','1466.68',    '2','1','1466.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003861.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092125.0','1044441.0','151',    '134','55','147569.67',    '131','51','123972.18',    '48','13','23597.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003862.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092126.0','1044441.0','2',    '2','2','22782.98',    '2','2','12120.0',    '2','2','10662.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003863.0','1018874.0','3',    '3','1','1150.76',    '3','1','1150.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092127.0','1044441.0','1',    '1','1','2297.24',    '1','1','2297.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003864.0','1018874.0','85',    '67','27','35454.43',    '65','19','28270.24',    '41','11','7184.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092128.0','1044441.0','5',    '5','3','13890.6',    '5','3','10242.0',    '2','1','3648.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003865.0','1018874.0','1',    '1','1','932.25',    '1','0','0.0',    '1','1','932.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092129.0','1044441.0','1',    '1','1','1067.92',    '1','1','207.4',    '1','1','860.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003866.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092130.0','1044441.0','83',    '75','61','108815.27',    '74','45','89992.23',    '48','34','18823.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003867.0','1018874.0','179',    '162','86','143839.6',    '158','67','98979.54',    '92','31','44860.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092131.0','1044441.0','4',    '3','2','4173.05',    '3','2','3329.2',    '3','1','843.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003868.0','1018874.0','486',    '438','229','445208.64',    '428','183','341960.9',    '230','104','103247.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092132.0','1044441.0','1',    '1','1','510.92',    '1','0','0.0',    '1','1','510.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003869.0','1018874.0','1',    '1','1','831.32',    '1','1','310.18',    '1','1','521.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092133.0','1044441.0','17',    '16','12','16139.25',    '14','9','10056.48',    '12','4','6082.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003870.0','1018874.0','153',    '147','91','171152.44',    '144','88','125917.85',    '80','31','45234.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092134.0','1044441.0','182',    '161','46','102590.64',    '155','40','69519.6',    '56','23','33071.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003871.0','1018874.0','9',    '9','5','5073.55',    '9','4','4859.14',    '7','1','214.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092135.0','1044441.0','51',    '49','20','29354.21',    '49','20','28066.6',    '36','2','1287.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2002315.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2090579.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003872.0','1018874.0','144',    '105','40','117129.49',    '102','31','52133.01',    '53','21','64996.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092136.0','1044441.0','18',    '10','0','0.0',    '10','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003873.0','1018874.0','11',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092137.0','1044441.0','31',    '19','1','1113.47',    '18','0','0.0',    '9','1','1113.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003874.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092138.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003875.0','1018874.0','7',    '5','2','5873.97',    '5','1','4869.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092139.0','1044441.0','17',    '13','2','1840.94',    '12','0','0.0',    '7','2','1840.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003876.0','1018874.0','5',    '4','1','954.27',    '4','0','0.0',    '3','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092140.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003877.0','1018874.0','2',    '2','1','5021.58',    '2','1','4236.38',    '2','1','785.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092141.0','1044441.0','7',    '7','5','31331.1',    '7','4','18899.0',    '6','4','12432.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003878.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092142.0','1044441.0','4',    '3','1','2092.48',    '3','0','0.0',    '2','1','2092.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003879.0','1018874.0','1',    '1','1','837.66',    '1','0','0.0',    '1','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092143.0','1044441.0','9',    '5','5','4550.48',    '5','3','2038.0',    '5','3','2512.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003880.0','1018874.0','146',    '131','59','147616.06',    '130','56','121907.26',    '55','17','25708.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092144.0','1044441.0','1',    '1','1','846.11',    '1','0','0.0',    '1','1','846.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003881.0','1018874.0','866',    '807','437','929409.44',    '793','400','656191.44',    '409','145','273218.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092145.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003882.0','1018874.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092146.0','1044441.0','4',    '4','3','10933.66',    '4','3','10200.0',    '2','1','733.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003883.0','1018874.0','261',    '246','167','457059.33',    '244','162','368567.56',    '111','49','88491.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092147.0','1044441.0','62',    '53','31','126248.96',    '52','28','89517.95',    '30','20','36731.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003884.0','1018874.0','4',    '4','2','6375.0',    '4','2','6375.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092148.0','1044441.0','340',    '264','114','319295.53',    '241','72','162971.52',    '137','76','156324.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003885.0','1018874.0','11',    '7','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092149.0','1044441.0','5',    '4','4','7969.24',    '4','4','7969.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003886.0','1018874.0','35',    '17','4','5753.56',    '17','1','1275.0',    '8','4','4478.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092150.0','1044441.0','168',    '141','56','85732.18',    '126','24','47868.87',    '66','39','37863.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003887.0','1018874.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092151.0','1044441.0','1',    '1','1','3712.34',    '1','1','2658.78',    '1','1','1053.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003888.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092152.0','1044441.0','14',    '12','3','3311.1',    '12','1','1122.0',    '6','3','2189.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003889.0','1018874.0','15',    '14','10','32286.67',    '14','8','20886.63',    '7','4','11400.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092153.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003890.0','1018874.0','32',    '27','12','24494.27',    '24','3','14722.0',    '18','11','9772.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092154.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003891.0','1018874.0','3',    '2','2','1563.13',    '1','0','0.0',    '2','2','1563.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092155.0','1044441.0','12',    '9','5','11772.9',    '8','4','3846.74',    '6','3','7926.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003892.0','1018874.0','1',    '1','1','2730.67',    '1','1','954.0',    '1','1','1776.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092156.0','1044441.0','6',    '4','4','3246.22',    '4','3','2982.24',    '3','2','263.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003893.0','1018874.0','296',    '288','163','175178.16',    '282','155','165473.72',    '176','24','9704.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092157.0','1044441.0','2',    '2','2','4434.23',    '2','2','3840.19',    '1','1','594.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003894.0','1018874.0','3',    '2','1','1370.92',    '1','0','0.0',    '2','1','1370.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092158.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003895.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092159.0','1044441.0','38',    '19','3','16752.05',    '18','2','13338.0',    '10','2','3414.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003896.0','1018874.0','3',    '3','2','3885.62',    '2','1','982.0',    '3','2','2903.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092160.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003897.0','1018874.0','9',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092161.0','1044441.0','12',    '8','1','937.37',    '7','0','0.0',    '5','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003898.0','1018874.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092162.0','1044441.0','23',    '17','5','10738.83',    '17','4','9885.96',    '4','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003899.0','1018874.0','8',    '6','4','3484.4',    '5','0','0.0',    '6','4','3484.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092163.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003900.0','1018874.0','7',    '6','3','20452.96',    '5','2','2967.53',    '3','2','17485.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092164.0','1044441.0','2',    '2','2','1810.17',    '2','1','477.0',    '2','2','1333.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003901.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092165.0','1044441.0','5',    '4','1','11332.0',    '3','1','11332.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003902.0','1018874.0','22',    '17','13','31758.29',    '17','12','14303.04',    '10','5','17455.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092166.0','1044441.0','459',    '414','177','203529.25',    '380','74','98198.4',    '295','131','105330.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003903.0','1018874.0','18',    '8','2','1959.58',    '7','0','0.0',    '3','2','1959.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092167.0','1044441.0','97',    '91','52','104312.34',    '90','44','79771.16',    '51','20','24541.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003904.0','1018874.0','2',    '2','2','4170.8',    '2','2','4155.4',    '1','1','15.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092168.0','1044441.0','7',    '4','1','4662.67',    '4','1','4662.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003905.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092169.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003906.0','1018874.0','61',    '52','39','134812.12',    '47','30','85642.21',    '27','18','49169.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092170.0','1044441.0','11',    '9','0','0.0',    '9','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003907.0','1018874.0','16',    '10','0','0.0',    '10','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092171.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003908.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092172.0','1044441.0','8',    '7','4','12871.37',    '6','1','11322.0',    '5','3','1549.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003909.0','1018874.0','7',    '6','2','1148.96',    '5','0','0.0',    '4','2','1148.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092173.0','1044441.0','18',    '17','5','8192.17',    '17','5','8192.17',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003910.0','1018874.0','1',    '1','1','549.03',    '1','1','549.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092174.0','1044441.0','5',    '1','1','2394.28',    '1','1','954.0',    '1','1','1440.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003911.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092175.0','1044441.0','25',    '22','12','23411.62',    '21','9','17175.29',    '16','9','6236.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003912.0','1018874.0','53',    '24','2','1772.86',    '24','0','0.0',    '8','2','1772.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092176.0','1044441.0','8886',    '8064','4894','10816523.24',    '7730','3312','5283758.2',    '5614','3230','5532765.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003913.0','1018874.0','11',    '8','2','2557.55',    '8','1','1325.78',    '4','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092177.0','1044441.0','1',    '1','1','3504.0',    '1','1','3504.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003914.0','1018874.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092178.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003915.0','1018874.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092179.0','1044441.0','21',    '21','12','26867.96',    '19','10','20672.89',    '10','7','6195.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003916.0','1018874.0','1',    '1','1','4394.2',    '1','1','3263.42',    '1','1','1130.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092180.0','1044441.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003917.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092181.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003918.0','1018874.0','2',    '2','1','3762.62',    '1','1','3408.0',    '2','1','354.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092182.0','1044441.0','14',    '8','1','533.93',    '7','0','0.0',    '3','1','533.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001548.0',    '2003919.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005897.0',    '2092183.0','1044441.0','53',    '49','37','155107.15',    '49','31','111503.26',    '31','25','43603.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002287.0','1018874.0','46',    '27','3','5293.35',    '26','1','4205.23',    '6','2','1088.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090551.0','1044441.0','3',    '1','1','861.32',    '1','0','0.0',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002283.0','1018874.0','14',    '10','3','7847.61',    '8','2','6994.74',    '7','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090547.0','1044441.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003920.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092184.0','1044441.0','1',    '1','1','2069.3',    '1','0','0.0',    '1','1','2069.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002317.0','1018874.0','8244',    '7439','4397','7252157.54',    '7207','2383','3570588.3',    '4704','3065','3681569.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090581.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003921.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092185.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003922.0','1018874.0','2',    '1','1','2534.4',    '1','1','2534.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092186.0','1044441.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003923.0','1018874.0','6',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092187.0','1044441.0','7',    '3','1','1216.56',    '2','0','0.0',    '2','1','1216.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003924.0','1018874.0','1',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092188.0','1044441.0','8',    '4','1','2634.25',    '4','1','1299.16',    '2','1','1335.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003925.0','1018874.0','115',    '105','58','141041.82',    '104','50','98764.92',    '58','24','42276.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092189.0','1044441.0','6',    '5','5','23640.19',    '5','5','17768.32',    '4','2','5871.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003926.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092190.0','1044441.0','11',    '9','1','982.0',    '7','1','982.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003927.0','1018874.0','298',    '225','98','169580.29',    '215','59','96044.16',    '104','59','73536.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092191.0','1044441.0','41',    '24','3','10220.82',    '22','3','8534.0',    '16','2','1686.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003928.0','1018874.0','43',    '16','1','988.07',    '14','0','0.0',    '6','1','988.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092192.0','1044441.0','7',    '4','2','1722.64',    '4','0','0.0',    '3','2','1722.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003929.0','1018874.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092193.0','1044441.0','7',    '6','3','2795.21',    '6','0','0.0',    '3','3','2795.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003930.0','1018874.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092194.0','1044441.0','1',    '1','1','3313.27',    '1','1','2359.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003931.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092195.0','1044441.0','1',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003932.0','1018874.0','2',    '2','1','572.33',    '1','1','572.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092196.0','1044441.0','3647',    '3369','2233','4332226.66',    '3264','1162','2138157.12',    '2363','1700','2194069.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003933.0','1018874.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092197.0','1044441.0','42',    '36','12','23816.74',    '34','11','20226.89',    '12','5','3589.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003934.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092198.0','1044441.0','38',    '30','15','27775.57',    '30','15','27012.32',    '15','2','763.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003935.0','1018874.0','20',    '12','0','0.0',    '12','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092199.0','1044441.0','557',    '449','264','740998.12',    '423','196','420083.97',    '251','153','320914.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003936.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092200.0','1044441.0','28',    '13','1','1004.97',    '12','0','0.0',    '6','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003937.0','1018874.0','18',    '13','1','1226.0',    '12','1','1226.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092201.0','1044441.0','6',    '3','1','903.57',    '3','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003938.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092202.0','1044441.0','17',    '8','1','585.74',    '8','0','0.0',    '4','1','585.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003939.0','1018874.0','1',    '1','1','477.0',    '1','1','477.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092203.0','1044441.0','29',    '19','4','13115.84',    '19','4','7557.97',    '12','1','5557.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003940.0','1018874.0','28',    '21','8','10959.93',    '16','5','9383.29',    '9','3','1576.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092204.0','1044441.0','7',    '7','5','14107.34',    '7','2','2721.0',    '5','5','11386.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003941.0','1018874.0','6',    '6','1','1035.72',    '6','1','863.04',    '2','1','172.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092205.0','1044441.0','24',    '24','22','75433.73',    '24','22','66102.86',    '11','8','9330.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003942.0','1018874.0','247',    '177','75','205976.61',    '168','49','103902.43',    '83','46','102074.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092206.0','1044441.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003943.0','1018874.0','4',    '4','3','1749.68',    '4','0','0.0',    '3','3','1749.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092207.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003944.0','1018874.0','31',    '28','15','55514.12',    '27','14','40122.77',    '16','4','15391.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092208.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003945.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092209.0','1044441.0','163',    '152','47','67130.9',    '149','43','57482.81',    '83','12','9648.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002306.0','1018874.0','15',    '3','1','869.77',    '3','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090570.0','1044441.0','707',    '605','262','634933.89',    '580','146','320338.28',    '281','175','314595.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003946.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092210.0','1044441.0','64',    '53','39','177664.37',    '52','33','112569.92',    '34','18','65094.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003947.0','1018874.0','11',    '8','2','1270.06',    '8','0','0.0',    '5','2','1270.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092211.0','1044441.0','9',    '6','1','668.47',    '5','0','0.0',    '3','1','668.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003948.0','1018874.0','19',    '15','0','0.0',    '15','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092212.0','1044441.0','5',    '4','2','1983.24',    '4','0','0.0',    '3','2','1983.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003949.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092213.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003950.0','1018874.0','6',    '4','4','5294.31',    '3','0','0.0',    '4','4','5294.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092214.0','1044441.0','1',    '1','1','2830.5',    '1','1','2830.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003951.0','1018874.0','1',    '1','1','1155.08',    '1','1','1155.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092215.0','1044441.0','168',    '97','51','89758.17',    '92','46','54762.84',    '38','19','34995.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003952.0','1018874.0','2',    '2','2','12164.31',    '2','2','4307.39',    '2','1','7856.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092216.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003953.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092217.0','1044441.0','449',    '416','193','347541.8',    '388','145','236453.16',    '229','91','111088.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003954.0','1018874.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092218.0','1044441.0','82',    '81','53','84123.2',    '81','45','70196.46',    '46','19','13926.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003955.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092219.0','1044441.0','9',    '5','3','5426.06',    '5','2','4556.29',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003956.0','1018874.0','9',    '5','1','835.97',    '4','0','0.0',    '4','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092220.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003957.0','1018874.0','6516',    '6163','4044','6401224.34',    '6004','1439','2896823.07',    '4421','3409','3504401.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092221.0','1044441.0','24',    '17','1','226.8',    '17','0','0.0',    '7','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003958.0','1018874.0','339',    '299','96','173592.27',    '281','79','133310.31',    '215','32','40281.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092222.0','1044441.0','2',    '2','1','235.4',    '2','1','235.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003959.0','1018874.0','414',    '379','206','354384.73',    '350','113','176896.23',    '273','142','177488.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092223.0','1044441.0','11',    '9','1','1868.5',    '9','1','1784.0',    '6','1','84.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003960.0','1018874.0','1',    '1','1','2565.4',    '1','1','2550.0',    '1','1','15.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092224.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003961.0','1018874.0','48',    '41','36','123982.65',    '40','33','85093.2',    '25','19','38889.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092225.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003962.0','1018874.0','59',    '32','1','5339.01',    '32','1','5100.0',    '10','1','239.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092226.0','1044441.0','107',    '98','56','269596.82',    '96','45','114420.11',    '52','30','155176.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003963.0','1018874.0','35',    '22','1','3008.01',    '18','1','1642.0',    '13','1','1366.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092227.0','1044441.0','19',    '14','7','5731.46',    '14','2','1382.7',    '8','6','4348.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002264.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090528.0','1044441.0','7',    '6','5','3773.48',    '5','0','0.0',    '6','5','3773.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003964.0','1018874.0','31',    '21','6','9604.34',    '18','3','7365.8',    '12','3','2238.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092228.0','1044441.0','7',    '5','2','2101.54',    '5','0','0.0',    '2','2','2101.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002534.0','1018874.0','7',    '6','2','1130.37',    '6','0','0.0',    '2','2','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090798.0','1044441.0','1',    '1','1','3557.12',    '1','1','3030.45',    '1','1','526.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003965.0','1018874.0','92',    '72','38','53041.89',    '70','34','42062.17',    '38','10','10979.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092229.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003966.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092230.0','1044441.0','18',    '10','1','4002.8',    '10','1','3776.0',    '7','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003967.0','1018874.0','152',    '148','93','219304.92',    '144','85','164363.18',    '82','36','54941.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092231.0','1044441.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002277.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090541.0','1044441.0','20',    '17','7','3331.96',    '16','0','0.0',    '13','7','3331.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003968.0','1018874.0','139',    '99','39','82135.21',    '94','26','48120.03',    '42','20','34015.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092232.0','1044441.0','6',    '5','4','3139.61',    '5','1','349.13',    '3','3','2790.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003969.0','1018874.0','6',    '4','1','164.76',    '3','1','164.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092233.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003970.0','1018874.0','27',    '17','0','0.0',    '15','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092234.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002280.0','1018874.0','11',    '6','4','3397.29',    '6','1','442.88',    '4','3','2954.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090544.0','1044441.0','10',    '6','3','9034.9',    '6','3','7233.0',    '4','2','1801.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003971.0','1018874.0','12',    '9','1','455.51',    '6','0','0.0',    '5','1','455.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092235.0','1044441.0','7',    '7','4','5907.95',    '6','4','5907.95',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003972.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092236.0','1044441.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003973.0','1018874.0','25',    '14','2','2330.07',    '14','1','1426.5',    '3','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092237.0','1044441.0','2',    '2','1','1389.6',    '2','1','1162.8',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003974.0','1018874.0','1',    '1','1','477.0',    '1','1','477.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092238.0','1044441.0','17',    '15','3','6724.48',    '13','1','4334.0',    '7','3','2390.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003975.0','1018874.0','7',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092239.0','1044441.0','19',    '19','15','43728.29',    '19','12','29004.91',    '9','7','14723.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003976.0','1018874.0','1',    '1','1','521.29',    '1','0','0.0',    '1','1','521.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092240.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003977.0','1018874.0','36',    '33','21','99812.56',    '31','19','67930.75',    '23','12','31881.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092241.0','1044441.0','40',    '34','17','59674.02',    '34','12','24491.43',    '19','13','35182.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003978.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092242.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003979.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092243.0','1044441.0','36',    '26','12','38739.65',    '21','4','20368.68',    '17','10','18370.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002544.0','1018874.0','13',    '10','2','2895.27',    '10','1','1748.0',    '4','1','1147.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090808.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003980.0','1018874.0','41',    '38','25','30835.21',    '36','3','5428.18',    '26','24','25407.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092244.0','1044441.0','35',    '25','11','15732.38',    '22','6','6868.68',    '19','9','8863.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003981.0','1018874.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092245.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002349.0','1018874.0','24',    '17','8','7966.46',    '13','3','2244.51',    '13','6','5721.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090613.0','1044441.0','3',    '2','1','852.87',    '2','0','0.0',    '2','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003982.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092246.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003983.0','1018874.0','1',    '1','1','896.81',    '1','0','0.0',    '1','1','896.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092247.0','1044441.0','9',    '6','1','944.73',    '6','0','0.0',    '4','1','944.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002271.0','1018874.0','31',    '24','1','835.97',    '24','0','0.0',    '10','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090535.0','1044441.0','4',    '3','1','954.27',    '3','0','0.0',    '2','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003984.0','1018874.0','7',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092248.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003985.0','1018874.0','6',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092249.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003986.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092250.0','1044441.0','9',    '7','1','590.12',    '6','0','0.0',    '4','1','590.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003987.0','1018874.0','2',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092251.0','1044441.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002350.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090614.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002379.0','1018874.0','15',    '12','1','593.5',    '12','0','0.0',    '8','1','593.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090643.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003988.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092252.0','1044441.0','25',    '15','3','10054.02',    '15','3','8850.09',    '9','1','1203.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003989.0','1018874.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092253.0','1044441.0','1',    '1','1','2229.0',    '1','1','2229.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003990.0','1018874.0','1',    '1','1','6420.46',    '1','1','5549.0',    '1','1','871.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092254.0','1044441.0','280',    '244','138','153533.81',    '232','34','59337.65',    '152','120','94196.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003991.0','1018874.0','13',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092255.0','1044441.0','93',    '63','3','6447.14',    '61','1','2624.0',    '31','3','3823.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003992.0','1018874.0','21',    '15','1','3439.26',    '15','1','3439.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092256.0','1044441.0','311',    '291','229','614246.85',    '283','116','313918.07',    '240','192','300328.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003993.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092257.0','1044441.0','1',    '1','1','230.18',    '1','0','0.0',    '1','1','230.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002276.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090540.0','1044441.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003994.0','1018874.0','18',    '15','12','51139.39',    '15','11','8239.0',    '7','6','42900.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092258.0','1044441.0','15',    '15','13','41531.65',    '15','9','31828.84',    '12','8','9702.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003995.0','1018874.0','23',    '22','17','78785.57',    '20','13','51398.5',    '16','11','27387.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092259.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003996.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092260.0','1044441.0','4',    '3','2','677.49',    '3','1','449.0',    '1','1','228.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003997.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092261.0','1044441.0','52',    '45','27','90730.29',    '43','23','79821.76',    '27','12','10908.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003998.0','1018874.0','10',    '8','1','1231.77',    '8','0','0.0',    '3','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092262.0','1044441.0','27',    '11','1','971.17',    '10','0','0.0',    '5','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003999.0','1018874.0','20',    '15','2','1567.12',    '14','0','0.0',    '7','2','1567.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092263.0','1044441.0','2',    '2','2','346.09',    '2','0','0.0',    '2','2','346.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004000.0','1018874.0','19',    '19','16','65188.65',    '19','12','37717.48',    '14','12','27471.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092264.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004001.0','1018874.0','4',    '3','2','2506.77',    '3','1','1275.0',    '2','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092265.0','1044441.0','3',    '2','1','9370.52',    '2','1','3448.0',    '2','1','5922.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004002.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092266.0','1044441.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004003.0','1018874.0','70',    '33','7','13558.36',    '33','5','10231.26',    '15','3','3327.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092267.0','1044441.0','1',    '1','1','723.52',    '1','1','723.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004004.0','1018874.0','12',    '10','3','2617.76',    '10','0','0.0',    '5','3','2617.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092268.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004005.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092269.0','1044441.0','8',    '6','2','1775.03',    '5','0','0.0',    '3','2','1775.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004006.0','1018874.0','1',    '1','1','992.76',    '1','1','992.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092270.0','1044441.0','1',    '1','1','1113.47',    '1','0','0.0',    '1','1','1113.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004007.0','1018874.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092271.0','1044441.0','9191',    '8364','5065','8859664.35',    '8117','2706','3712075.4',    '5276','3651','5147588.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004008.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092272.0','1044441.0','4',    '2','1','477.0',    '2','1','477.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004009.0','1018874.0','10',    '9','3','4071.23',    '8','1','1902.09',    '5','3','2169.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092273.0','1044441.0','10',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004010.0','1018874.0','11',    '6','1','835.97',    '6','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092274.0','1044441.0','74',    '71','51','182198.2',    '71','48','146200.37',    '45','30','35997.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004011.0','1018874.0','1',    '1','1','15792.9',    '1','1','1260.0',    '1','1','14532.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092275.0','1044441.0','37',    '35','22','71257.75',    '35','17','47581.61',    '21','12','23676.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004012.0','1018874.0','1',    '1','1','449.0',    '1','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092276.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004013.0','1018874.0','1',    '1','1','242.03',    '1','1','242.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092277.0','1044441.0','13',    '9','1','772.74',    '9','0','0.0',    '3','1','772.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004014.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092278.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004015.0','1018874.0','14',    '14','0','0.0',    '13','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092279.0','1044441.0','7',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004016.0','1018874.0','24',    '19','12','10170.32',    '17','5','2399.78',    '13','10','7770.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092280.0','1044441.0','34',    '27','16','39561.59',    '26','8','9599.94',    '19','13','29961.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004017.0','1018874.0','8',    '5','2','3111.53',    '5','1','2140.36',    '4','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092281.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004018.0','1018874.0','20',    '11','4','3562.49',    '10','0','0.0',    '7','4','3562.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092282.0','1044441.0','15',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004019.0','1018874.0','1325',    '1160','599','827139.85',    '1084','233','382430.83',    '721','484','444709.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092283.0','1044441.0','357',    '336','213','346390.69',    '321','100','184741.64',    '242','170','161649.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004020.0','1018874.0','1',    '1','1','477.0',    '1','1','477.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092284.0','1044441.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004021.0','1018874.0','65',    '42','3','10071.45',    '38','2','6740.0',    '20','2','3331.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092285.0','1044441.0','10',    '4','1','2625.0',    '3','1','2625.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004022.0','1018874.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092286.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004023.0','1018874.0','4496',    '3982','2434','5709961.96',    '3796','1732','2773130.6',    '2630','1533','2936831.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092287.0','1044441.0','4',    '1','1','1446.0',    '1','1','1446.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004024.0','1018874.0','3',    '3','2','10256.24',    '2','2','1431.0',    '3','1','8825.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092288.0','1044441.0','2',    '2','1','2363.25',    '1','0','0.0',    '2','1','2363.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004025.0','1018874.0','10',    '6','1','1928.99',    '6','1','898.0',    '1','1','1030.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092289.0','1044441.0','10',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004026.0','1018874.0','26',    '19','2','6160.48',    '17','1','3671.73',    '8','2','2488.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092290.0','1044441.0','7',    '5','1','2557.29',    '5','1','1275.0',    '2','1','1282.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004027.0','1018874.0','2',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092291.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004028.0','1018874.0','11',    '11','0','0.0',    '11','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092292.0','1044441.0','62',    '51','34','141527.51',    '50','31','92805.44',    '25','16','48722.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004029.0','1018874.0','22',    '18','2','1539.23',    '15','1','319.72',    '13','1','1219.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092293.0','1044441.0','56',    '33','1','477.0',    '31','1','477.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004030.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092294.0','1044441.0','148',    '130','91','341881.79',    '128','73','197551.51',    '72','51','144330.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004031.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092295.0','1044441.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004032.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092296.0','1044441.0','12',    '8','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004033.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092297.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002344.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090608.0','1044441.0','1',    '1','1','477.0',    '1','1','477.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002330.0','1018874.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090594.0','1044441.0','14',    '8','6','33235.89',    '7','5','18444.35',    '6','5','14791.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004034.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092298.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004035.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092299.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004036.0','1018874.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092300.0','1044441.0','6',    '6','4','17676.88',    '6','4','9100.0',    '3','1','8576.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004037.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092301.0','1044441.0','6',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004038.0','1018874.0','41',    '30','17','25425.91',    '26','10','16873.4',    '21','12','8552.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092302.0','1044441.0','21',    '7','2','1083.46',    '7','1','242.42',    '3','1','841.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004039.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092303.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004040.0','1018874.0','58',    '50','21','32867.41',    '47','14','18803.4',    '41','14','14064.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092304.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004041.0','1018874.0','22',    '14','1','1422.0',    '13','1','1422.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092305.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002318.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090582.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004042.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092306.0','1044441.0','27',    '22','14','13138.87',    '22','1','190.76',    '17','14','12948.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004043.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092307.0','1044441.0','7',    '5','3','2706.0',    '5','3','2706.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004044.0','1018874.0','26',    '24','19','51287.72',    '20','13','39271.39',    '19','13','12016.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092308.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002282.0','1018874.0','4',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090546.0','1044441.0','21',    '15','0','0.0',    '15','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004045.0','1018874.0','12',    '11','0','0.0',    '10','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092309.0','1044441.0','6',    '6','3','2592.41',    '5','0','0.0',    '4','3','2592.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004046.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092310.0','1044441.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004047.0','1018874.0','434',    '404','300','671464.58',    '393','158','401604.25',    '284','229','269860.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092311.0','1044441.0','2',    '2','1','2229.0',    '2','1','2229.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004048.0','1018874.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092312.0','1044441.0','1',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004049.0','1018874.0','1',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092313.0','1044441.0','23',    '18','13','38993.85',    '17','11','34945.85',    '8','5','4048.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004050.0','1018874.0','6',    '3','3','1908.0',    '3','3','1908.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092314.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004051.0','1018874.0','829',    '672','568','1711367.84',    '654','550','817540.63',    '381','221','893827.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092315.0','1044441.0','17',    '10','0','0.0',    '10','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004052.0','1018874.0','69',    '57','48','314980.36',    '57','47','176022.14',    '40','34','138958.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092316.0','1044441.0','10',    '5','1','1204.61',    '5','0','0.0',    '4','1','1204.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004053.0','1018874.0','1',    '1','1','959.34',    '1','0','0.0',    '1','1','959.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092317.0','1044441.0','622',    '605','444','970054.76',    '579','218','519992.31',    '473','369','450062.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002298.0','1018874.0','1370',    '1309','937','1928643.66',    '1280','401','919487.59',    '1000','808','1009156.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090562.0','1044441.0','2',    '2','2','1164.17',    '2','0','0.0',    '2','2','1164.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004054.0','1018874.0','8780',    '8161','4973','7699304.99',    '7932','1940','3177795.49',    '5294','3996','4521509.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092318.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004055.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092319.0','1044441.0','1',    '1','1','814.54',    '1','0','0.0',    '1','1','814.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004056.0','1018874.0','6',    '5','2','12609.36',    '5','2','4986.27',    '1','1','7623.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092320.0','1044441.0','21',    '9','2','3494.93',    '9','2','2291.0',    '5','1','1203.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004057.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092321.0','1044441.0','48',    '19','3','7454.7',    '19','2','2052.0',    '11','3','5402.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004058.0','1018874.0','8',    '6','3','21383.09',    '5','3','12436.27',    '4','3','8946.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092322.0','1044441.0','9',    '6','2','7754.17',    '4','1','6474.0',    '6','2','1280.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004059.0','1018874.0','8',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092323.0','1044441.0','7',    '5','1','940.7',    '5','1','69.24',    '1','1','871.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004060.0','1018874.0','30',    '24','7','5908.95',    '24','0','0.0',    '15','7','5908.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092324.0','1044441.0','30',    '26','6','14140.84',    '26','2','10627.96',    '11','4','3512.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002334.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090598.0','1044441.0','1',    '1','1','615.47',    '1','0','0.0',    '1','1','615.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004061.0','1018874.0','13',    '6','1','179.64',    '6','1','179.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092325.0','1044441.0','70',    '61','4','9200.47',    '57','3','3966.0',    '44','2','5234.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004062.0','1018874.0','9',    '8','3','4221.15',    '8','2','3266.88',    '5','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092326.0','1044441.0','30',    '21','10','22066.18',    '19','8','9046.62',    '14','6','13019.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002341.0','1018874.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090605.0','1044441.0','47',    '27','3','6920.0',    '27','3','6920.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004063.0','1018874.0','2742',    '2322','1317','2261685.0',    '2209','584','998085.93',    '1408','992','1263599.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092327.0','1044441.0','48',    '23','6','11122.31',    '23','4','5213.41',    '10','3','5908.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004064.0','1018874.0','1',    '1','1','7723.97',    '1','1','6806.0',    '1','1','917.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092328.0','1044441.0','26',    '15','2','6454.43',    '14','1','4109.76',    '9','2','2344.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004065.0','1018874.0','10258',    '9145','6191','17269695.23',    '8855','4210','7762260.45',    '5852','4004','9507434.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092329.0','1044441.0','33',    '11','1','1004.97',    '11','0','0.0',    '4','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004066.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092330.0','1044441.0','1',    '1','1','477.0',    '1','1','477.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002313.0','1018874.0','1',    '1','1','999.97',    '1','0','0.0',    '1','1','999.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090577.0','1044441.0','16',    '9','1','1730.15',    '9','1','1730.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004067.0','1018874.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092331.0','1044441.0','2',    '1','1','449.0',    '1','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004068.0','1018874.0','25',    '24','1','835.97',    '23','0','0.0',    '6','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092332.0','1044441.0','260',    '232','162','411059.3',    '221','121','298284.44',    '150','94','112774.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004069.0','1018874.0','9',    '9','4','16622.08',    '9','4','4111.53',    '5','2','12510.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092333.0','1044441.0','8',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004070.0','1018874.0','13',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092334.0','1044441.0','23',    '13','3','5011.58',    '13','1','1036.0',    '7','3','3975.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004071.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092335.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004072.0','1018874.0','17',    '14','7','16058.95',    '14','4','12097.86',    '10','5','3961.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092336.0','1044441.0','2',    '2','1','2267.0',    '2','1','2267.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004073.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092337.0','1044441.0','31',    '19','6','9411.91',    '19','3','3345.98',    '10','5','6065.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004074.0','1018874.0','24',    '13','7','13715.05',    '12','5','11087.77',    '8','4','2627.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092338.0','1044441.0','1',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002293.0','1018874.0','23',    '14','5','15182.48',    '14','5','8072.31',    '11','1','7110.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090557.0','1044441.0','7',    '6','4','6126.78',    '6','3','4453.15',    '2','2','1673.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002321.0','1018874.0','1101',    '830','417','522869.2',    '794','219','291891.03',    '439','270','230978.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090585.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002263.0','1018874.0','2',    '2','2','7891.32',    '2','1','477.0',    '1','1','7414.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090527.0','1044441.0','1',    '1','1','2027.56',    '1','1','477.0',    '1','1','1550.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004075.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092339.0','1044441.0','73',    '51','45','141377.4',    '49','44','76174.48',    '30','18','65202.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002259.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090523.0','1044441.0','1',    '1','1','194.31',    '1','0','0.0',    '1','1','194.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004076.0','1018874.0','24',    '14','2','1756.44',    '13','0','0.0',    '4','2','1756.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092340.0','1044441.0','1',    '1','1','2631.33',    '1','1','2631.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002274.0','1018874.0','190',    '162','109','320140.49',    '157','85','138535.48',    '87','59','181605.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090538.0','1044441.0','72',    '42','2','1985.98',    '39','2','1985.98',    '32','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004077.0','1018874.0','6',    '3','2','2790.72',    '3','1','1026.0',    '2','1','1764.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092341.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002270.0','1018874.0','8269',    '7391','4370','6262736.84',    '7135','1957','2743590.45',    '4693','3281','3519146.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090534.0','1044441.0','1',    '1','1','2161.9',    '1','1','954.0',    '1','1','1207.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004078.0','1018874.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092342.0','1044441.0','1',    '1','1','2437.69',    '1','1','2437.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004079.0','1018874.0','21',    '9','2','2118.44',    '9','0','0.0',    '5','2','2118.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092343.0','1044441.0','26',    '14','2','1773.34',    '13','0','0.0',    '8','2','1773.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004080.0','1018874.0','530',    '382','231','876664.26',    '352','192','405154.51',    '245','138','471509.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092344.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004081.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092345.0','1044441.0','1',    '1','1','1062.77',    '0','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004082.0','1018874.0','15',    '15','11','28754.98',    '14','5','21471.27',    '13','9','7283.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092346.0','1044441.0','5493',    '4939','2710','3833492.48',    '4774','1228','1550216.65',    '2937','2020','2283275.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004083.0','1018874.0','1',    '1','1','5522.09',    '1','1','3504.0',    '1','1','2018.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092347.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004084.0','1018874.0','1',    '1','1','6184.0',    '1','1','6184.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092348.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004085.0','1018874.0','51',    '47','30','101768.75',    '46','28','73018.13',    '24','14','28750.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092349.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004086.0','1018874.0','79',    '67','53','128541.63',    '63','36','80980.95',    '51','39','47560.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092350.0','1044441.0','2',    '2','2','6092.62',    '2','1','3855.88',    '2','2','2236.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004087.0','1018874.0','20',    '18','9','20976.52',    '18','7','17011.18',    '7','4','3965.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092351.0','1044441.0','10',    '4','1','937.94',    '4','1','711.14',    '2','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004088.0','1018874.0','8',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092352.0','1044441.0','10',    '9','3','2802.31',    '9','0','0.0',    '5','3','2802.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004089.0','1018874.0','3',    '3','1','954.0',    '3','1','954.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092353.0','1044441.0','17',    '10','4','3488.84',    '9','2','1800.0',    '5','2','1688.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002295.0','1018874.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090559.0','1044441.0','27',    '20','1','500.0',    '19','0','0.0',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002345.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090609.0','1044441.0','14',    '14','3','5783.31',    '13','3','4413.73',    '6','1','1369.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004090.0','1018874.0','3',    '3','2','762.43',    '3','1','753.98',    '1','1','8.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092354.0','1044441.0','657',    '601','383','709503.68',    '581','164','351815.03',    '411','310','357688.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004091.0','1018874.0','413',    '344','211','618321.51',    '318','125','366566.94',    '219','156','251754.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092355.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002279.0','1018874.0','7',    '7','5','23731.87',    '7','5','15690.36',    '4','2','8041.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090543.0','1044441.0','42',    '24','5','15693.57',    '24','4','6541.14',    '11','4','9152.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004092.0','1018874.0','1',    '1','1','25600.0',    '1','1','11216.0',    '1','1','14384.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092356.0','1044441.0','62',    '43','1','1374.0',    '37','1','1374.0',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004093.0','1018874.0','9',    '8','3','4338.04',    '7','1','2152.0',    '4','2','2186.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092357.0','1044441.0','20',    '15','0','0.0',    '13','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004094.0','1018874.0','9',    '7','2','2571.97',    '7','1','1374.0',    '4','1','1197.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092358.0','1044441.0','32',    '28','17','51574.48',    '26','11','26875.14',    '18','10','24699.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004095.0','1018874.0','21',    '17','2','1891.64',    '17','0','0.0',    '11','2','1891.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092359.0','1044441.0','1',    '1','1','6179.0',    '0','0','0.0',    '1','1','6179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002275.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090539.0','1044441.0','11',    '8','2','1133.61',    '8','0','0.0',    '6','2','1133.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004096.0','1018874.0','6',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092360.0','1044441.0','14',    '8','1','3648.0',    '7','1','3648.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002305.0','1018874.0','19',    '13','2','3343.41',    '12','1','1866.0',    '8','1','1477.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090569.0','1044441.0','1',    '1','1','8154.97',    '0','0','0.0',    '1','1','8154.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004097.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092361.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002319.0','1018874.0','2694',    '2250','1224','2525847.62',    '2143','718','1082081.88',    '1249','804','1443765.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090583.0','1044441.0','21',    '19','10','37572.93',    '19','8','31253.45',    '13','9','6319.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004098.0','1018874.0','1',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092362.0','1044441.0','5',    '5','3','12252.86',    '5','1','3586.0',    '5','3','8666.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002322.0','1018874.0','35',    '25','2','7282.41',    '23','1','5100.0',    '15','2','2182.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090586.0','1044441.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004099.0','1018874.0','5',    '5','3','11686.5',    '5','1','6531.0',    '4','3','5155.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092363.0','1044441.0','4',    '3','3','32625.46',    '3','2','13102.45',    '3','3','19523.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004100.0','1018874.0','7',    '6','4','8449.57',    '5','3','6034.0',    '3','2','2415.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092364.0','1044441.0','11',    '8','1','861.32',    '6','0','0.0',    '4','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004101.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092365.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004102.0','1018874.0','203',    '176','108','466989.63',    '170','86','259477.6',    '99','60','207512.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092366.0','1044441.0','6',    '6','1','886.67',    '6','0','0.0',    '5','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004103.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092367.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004104.0','1018874.0','9',    '9','6','5400.3',    '8','2','1980.91',    '7','5','3419.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092368.0','1044441.0','13',    '9','4','5930.32',    '8','1','3073.58',    '7','4','2856.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004105.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092369.0','1044441.0','1867',    '1673','885','1198066.3',    '1617','342','618332.44',    '992','691','579733.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004106.0','1018874.0','3',    '3','1','6165.31',    '3','1','5100.0',    '3','1','1065.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092370.0','1044441.0','1801',    '1614','932','1806150.27',    '1579','461','928529.01',    '940','689','877621.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002415.0','1018874.0','1',    '1','1','629.99',    '1','0','0.0',    '1','1','629.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090679.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004107.0','1018874.0','14',    '11','1','844.42',    '11','0','0.0',    '6','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092371.0','1044441.0','17',    '11','3','1702.99',    '11','2','748.72',    '4','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004108.0','1018874.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092372.0','1044441.0','20',    '18','1','1195.77',    '18','1','500.12',    '14','1','695.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004109.0','1018874.0','67',    '51','35','57516.84',    '49','9','23532.24',    '38','31','33984.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092373.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002316.0','1018874.0','1349',    '1141','561','728678.07',    '1102','194','354489.38',    '627','448','374188.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090580.0','1044441.0','30',    '21','4','2802.87',    '21','0','0.0',    '9','4','2802.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004110.0','1018874.0','3',    '3','1','252.84',    '3','0','0.0',    '3','1','252.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092374.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004111.0','1018874.0','851',    '776','403','583488.74',    '760','151','230803.11',    '429','308','352685.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092375.0','1044441.0','1636',    '1537','1113','3018004.93',    '1474','671','1762648.73',    '1178','814','1255356.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002273.0','1018874.0','8',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090537.0','1044441.0','3',    '3','2','1105.02',    '3','0','0.0',    '2','2','1105.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004112.0','1018874.0','1',    '1','1','328.2',    '1','0','0.0',    '1','1','328.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092376.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004113.0','1018874.0','30',    '28','24','75223.17',    '28','17','46588.53',    '19','15','28634.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092377.0','1044441.0','1',    '1','1','1409.23',    '1','1','1409.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004114.0','1018874.0','1',    '1','1','3448.0',    '1','1','3448.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092378.0','1044441.0','9',    '6','2','1891.64',    '5','0','0.0',    '3','2','1891.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004115.0','1018874.0','5',    '5','1','903.57',    '5','0','0.0',    '3','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092379.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002320.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090584.0','1044441.0','18',    '15','6','5523.31',    '15','0','0.0',    '11','6','5523.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004116.0','1018874.0','27',    '12','5','4361.51',    '11','1','1098.0',    '10','4','3263.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092380.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004117.0','1018874.0','59',    '38','10','17232.3',    '37','8','7528.89',    '27','5','9703.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092381.0','1044441.0','22',    '15','1','886.67',    '15','0','0.0',    '6','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004118.0','1018874.0','15',    '11','2','3653.31',    '11','1','2775.09',    '4','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092382.0','1044441.0','15',    '13','1','91.24',    '13','0','0.0',    '5','1','91.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004119.0','1018874.0','17',    '12','0','0.0',    '12','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092383.0','1044441.0','9',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002292.0','1018874.0','20',    '13','1','341.42',    '11','0','0.0',    '9','1','341.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090556.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002259.0','1018874.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090523.0','1044441.0','17',    '11','2','4040.28',    '9','0','0.0',    '6','2','4040.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004120.0','1018874.0','16',    '10','1','2434.48',    '10','1','1275.0',    '8','1','1159.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092384.0','1044441.0','9',    '7','1','878.22',    '6','0','0.0',    '5','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004121.0','1018874.0','16',    '12','1','989.76',    '12','0','0.0',    '7','1','989.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092385.0','1044441.0','7',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004122.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092386.0','1044441.0','24',    '10','1','852.87',    '10','0','0.0',    '4','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002262.0','1018874.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090526.0','1044441.0','8',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004123.0','1018874.0','22',    '16','1','1164.17',    '16','0','0.0',    '8','1','1164.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092387.0','1044441.0','19',    '15','1','852.87',    '15','0','0.0',    '7','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004124.0','1018874.0','6',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092388.0','1044441.0','1',    '1','1','915.12',    '1','1','915.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004125.0','1018874.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092389.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004126.0','1018874.0','54',    '33','8','12025.06',    '33','4','4050.09',    '24','7','7974.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092390.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004127.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092391.0','1044441.0','11',    '10','3','2459.86',    '10','0','0.0',    '5','3','2459.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004128.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092392.0','1044441.0','14',    '12','0','0.0',    '11','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004129.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092393.0','1044441.0','7',    '6','3','2697.19',    '6','0','0.0',    '4','3','2697.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004130.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092394.0','1044441.0','2',    '1','1','9750.14',    '1','1','6474.0',    '1','1','3276.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004131.0','1018874.0','15',    '10','1','1004.97',    '9','0','0.0',    '8','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092395.0','1044441.0','3',    '3','1','737.96',    '1','1','455.98',    '3','1','281.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004132.0','1018874.0','6',    '3','2','1810.87',    '3','0','0.0',    '3','2','1810.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092396.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002471.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090735.0','1044441.0','5',    '2','1','920.47',    '2','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004133.0','1018874.0','7',    '5','1','1096.57',    '4','0','0.0',    '3','1','1096.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092397.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004134.0','1018874.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092398.0','1044441.0','9',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004135.0','1018874.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092399.0','1044441.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004136.0','1018874.0','12',    '11','5','6478.5',    '11','3','5944.0',    '8','2','534.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092400.0','1044441.0','20',    '14','0','0.0',    '13','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002288.0','1018874.0','5',    '5','1','698.54',    '5','0','0.0',    '2','1','698.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090552.0','1044441.0','13',    '9','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002278.0','1018874.0','17',    '10','1','341.42',    '9','0','0.0',    '5','1','341.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090542.0','1044441.0','24',    '20','2','4304.0',    '19','2','4304.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004137.0','1018874.0','23',    '12','0','0.0',    '12','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092401.0','1044441.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002319.0','1018874.0','7',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090583.0','1044441.0','8',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004138.0','1018874.0','29',    '17','0','0.0',    '15','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092402.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004139.0','1018874.0','44',    '39','13','15209.2',    '38','2','4717.99',    '35','12','10491.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092403.0','1044441.0','9',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002347.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090611.0','1044441.0','11',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004140.0','1018874.0','8',    '3','1','852.87',    '3','0','0.0',    '2','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092404.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004141.0','1018874.0','171',    '118','46','48002.49',    '112','10','17110.87',    '101','38','30891.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092405.0','1044441.0','28',    '13','0','0.0',    '13','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004142.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092406.0','1044441.0','33',    '21','1','327.56',    '21','1','327.56',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004143.0','1018874.0','111',    '80','36','45644.0',    '78','8','12877.34',    '70','32','32766.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092407.0','1044441.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004144.0','1018874.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092408.0','1044441.0','29',    '15','3','3231.91',    '12','0','0.0',    '10','3','3231.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004145.0','1018874.0','18',    '10','3','3957.58',    '9','1','2226.49',    '5','2','1731.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092409.0','1044441.0','9',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002468.0','1018874.0','7',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090732.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004146.0','1018874.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092410.0','1044441.0','8',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004147.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092411.0','1044441.0','53',    '24','0','0.0',    '22','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004148.0','1018874.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092412.0','1044441.0','9',    '9','1','2581.51',    '9','1','2581.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004149.0','1018874.0','6',    '5','1','1004.97',    '5','0','0.0',    '4','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092413.0','1044441.0','9',    '7','1','861.32',    '7','0','0.0',    '3','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004150.0','1018874.0','35',    '24','0','0.0',    '24','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092414.0','1044441.0','16',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004151.0','1018874.0','27',    '12','1','1004.97',    '10','0','0.0',    '5','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092415.0','1044441.0','8',    '3','1','1004.97',    '3','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004152.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092416.0','1044441.0','10',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004153.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092417.0','1044441.0','4',    '3','2','2319.89',    '3','0','0.0',    '2','2','2319.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002299.0','1018874.0','9',    '7','2','3540.91',    '7','2','3540.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090563.0','1044441.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004154.0','1018874.0','10',    '7','1','869.77',    '7','0','0.0',    '4','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092418.0','1044441.0','1',    '1','1','1036.0',    '1','1','1036.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004155.0','1018874.0','22',    '10','1','613.44',    '10','1','613.44',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092419.0','1044441.0','11',    '11','2','1375.07',    '11','0','0.0',    '3','2','1375.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004156.0','1018874.0','92',    '46','2','2496.07',    '44','1','1646.0',    '22','1','850.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092420.0','1044441.0','16',    '11','0','0.0',    '10','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004157.0','1018874.0','13',    '8','3','2558.61',    '7','0','0.0',    '6','3','2558.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092421.0','1044441.0','28',    '24','1','1113.47',    '24','0','0.0',    '13','1','1113.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004158.0','1018874.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092422.0','1044441.0','53',    '33','0','0.0',    '32','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004159.0','1018874.0','9',    '7','0','0.0',    '7','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092423.0','1044441.0','43',    '29','2','1721.65',    '26','2','1721.65',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004160.0','1018874.0','21',    '8','1','2217.46',    '8','1','1646.0',    '7','1','571.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092424.0','1044441.0','21',    '12','0','0.0',    '12','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004161.0','1018874.0','79',    '40','5','12681.17',    '39','2','4888.0',    '23','5','7793.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092425.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004162.0','1018874.0','42',    '17','1','1004.97',    '17','0','0.0',    '10','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092426.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004163.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092427.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004164.0','1018874.0','6',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092428.0','1044441.0','22',    '17','2','3468.0',    '16','2','3468.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004165.0','1018874.0','26',    '15','0','0.0',    '13','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092429.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004166.0','1018874.0','5',    '3','2','1940.25',    '3','1','1084.0',    '2','1','856.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092430.0','1044441.0','35',    '15','1','1036.0',    '14','1','1036.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004167.0','1018874.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092431.0','1044441.0','12',    '4','1','1004.97',    '4','0','0.0',    '2','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004168.0','1018874.0','26',    '17','2','1747.99',    '16','0','0.0',    '7','2','1747.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092432.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004169.0','1018874.0','17',    '12','4','3597.38',    '11','0','0.0',    '9','4','3597.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092433.0','1044441.0','1',    '1','1','852.87',    '1','0','0.0',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004170.0','1018874.0','31',    '21','2','3029.45',    '21','1','918.0',    '11','2','2111.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092434.0','1044441.0','13',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004140.0','1018874.0','8',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092404.0','1044441.0','40',    '36','28','70074.3',    '35','16','32682.7',    '28','22','37391.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002543.0','1018874.0','1',    '1','1','988.07',    '1','0','0.0',    '1','1','988.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090807.0','1044441.0','8',    '6','2','2108.33',    '6','1','918.0',    '5','2','1190.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004171.0','1018874.0','18',    '15','5','9740.18',    '15','4','5414.4',    '8','3','4325.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092435.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004172.0','1018874.0','1',    '1','1','311.3',    '1','0','0.0',    '1','1','311.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092436.0','1044441.0','1',    '1','1','2187.95',    '1','1','1084.0',    '1','1','1103.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004173.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092437.0','1044441.0','1',    '1','1','954.0',    '1','1','954.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004174.0','1018874.0','10',    '4','4','3512.88',    '4','0','0.0',    '4','4','3512.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092438.0','1044441.0','80',    '48','4','2547.32',    '46','2','1536.15',    '16','2','1011.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004175.0','1018874.0','20',    '13','2','1455.59',    '12','1','294.42',    '7','1','1161.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092439.0','1044441.0','24',    '20','0','0.0',    '20','0','0.0',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004176.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092440.0','1044441.0','30',    '26','11','65167.12',    '26','8','36607.55',    '15','6','28559.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004177.0','1018874.0','351',    '294','189','692864.54',    '283','155','396994.39',    '181','108','295870.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092441.0','1044441.0','12',    '11','7','12960.41',    '10','4','9216.1',    '6','5','3744.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004178.0','1018874.0','9',    '7','1','1231.77',    '6','0','0.0',    '3','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092442.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002261.0','1018874.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090525.0','1044441.0','1',    '1','1','771.14',    '0','0','0.0',    '1','1','771.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004179.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092443.0','1044441.0','1',    '1','1','2696.12',    '1','0','0.0',    '1','1','2696.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004180.0','1018874.0','41',    '17','1','1330.0',    '14','1','1330.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092444.0','1044441.0','5',    '3','1','439.23',    '3','1','301.62',    '2','1','137.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004181.0','1018874.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092445.0','1044441.0','1',    '1','1','2278.17',    '1','0','0.0',    '1','1','2278.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004182.0','1018874.0','12',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092446.0','1044441.0','1',    '1','1','3601.38',    '1','1','57.96',    '1','1','3543.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002304.0','1018874.0','40',    '25','2','6062.86',    '25','2','2568.0',    '17','2','3494.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090568.0','1044441.0','6',    '5','1','317.99',    '4','0','0.0',    '5','1','317.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002302.0','1018874.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090566.0','1044441.0','15',    '11','0','0.0',    '10','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004183.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092447.0','1044441.0','6025',    '5457','3704','7247425.1',    '5193','1490','2860562.46',    '4031','3091','4386862.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004184.0','1018874.0','6',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092448.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004185.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092449.0','1044441.0','53',    '38','0','0.0',    '35','0','0.0',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004186.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092450.0','1044441.0','1',    '1','1','949.68',    '1','0','0.0',    '1','1','949.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004187.0','1018874.0','3',    '3','1','918.0',    '3','1','918.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092451.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004188.0','1018874.0','53',    '42','4','4186.62',    '41','2','2679.0',    '22','2','1507.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092452.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004189.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092453.0','1044441.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004190.0','1018874.0','3',    '2','2','7081.05',    '2','1','5998.0',    '1','1','1083.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092454.0','1044441.0','10',    '7','2','2000.14',    '7','0','0.0',    '5','2','2000.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004191.0','1018874.0','1',    '1','1','1104.23',    '1','0','0.0',    '1','1','1104.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092455.0','1044441.0','1',    '1','1','1069.66',    '1','0','0.0',    '1','1','1069.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002323.0','1018874.0','3',    '3','3','5267.77',    '3','2','4398.0',    '2','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090587.0','1044441.0','10',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004192.0','1018874.0','82',    '62','4','20857.82',    '59','4','10262.48',    '42','3','10595.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092456.0','1044441.0','1',    '1','1','449.0',    '1','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004193.0','1018874.0','28',    '18','5','4296.35',    '17','2','988.39',    '12','4','3307.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092457.0','1044441.0','7',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004194.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092458.0','1044441.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004195.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092459.0','1044441.0','3',    '3','2','1481.9',    '3','2','1465.0',    '2','1','16.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004196.0','1018874.0','1',    '1','1','449.0',    '1','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092460.0','1044441.0','6',    '6','2','4635.73',    '6','1','2870.84',    '4','2','1764.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004197.0','1018874.0','404',    '294','158','368105.49',    '267','99','168254.85',    '170','96','199850.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092461.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002310.0','1018874.0','2',    '2','2','3827.92',    '2','0','0.0',    '2','2','3827.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090574.0','1044441.0','1',    '1','1','5362.22',    '1','0','0.0',    '1','1','5362.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004198.0','1018874.0','2',    '2','1','2574.71',    '1','0','0.0',    '2','1','2574.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092462.0','1044441.0','1',    '1','1','1186.66',    '0','0','0.0',    '1','1','1186.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004199.0','1018874.0','1',    '1','1','3360.67',    '1','1','844.38',    '1','1','2516.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092463.0','1044441.0','1',    '1','1','263.0',    '1','1','263.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004200.0','1018874.0','1',    '1','1','376.46',    '1','1','19.02',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092464.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004201.0','1018874.0','2',    '2','2','4123.44',    '2','1','805.86',    '2','2','3317.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092465.0','1044441.0','1',    '1','1','849.23',    '1','0','0.0',    '1','1','849.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004202.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092466.0','1044441.0','1',    '1','1','492.7',    '1','0','0.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004203.0','1018874.0','1096',    '1046','862','1441060.03',    '748','303','357432.69',    '845','715','1083627.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092467.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004204.0','1018874.0','1',    '1','1','714.87',    '1','0','0.0',    '1','1','714.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092468.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002328.0','1018874.0','2',    '2','2','1800.68',    '2','1','795.71',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090592.0','1044441.0','2',    '2','2','2921.98',    '2','2','648.96',    '2','2','2273.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002303.0','1018874.0','19',    '11','4','3173.3',    '11','3','2586.15',    '8','1','587.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090567.0','1044441.0','1',    '1','1','1427.42',    '1','1','934.72',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004205.0','1018874.0','23',    '14','4','2774.94',    '13','0','0.0',    '7','4','2774.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092469.0','1044441.0','20',    '16','11','22516.57',    '15','8','19200.67',    '11','6','3315.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002290.0','1018874.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090554.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004206.0','1018874.0','12',    '7','2','2723.78',    '7','1','2152.0',    '4','1','571.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092470.0','1044441.0','12',    '9','5','2961.73',    '9','1','108.72',    '6','4','2853.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002325.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090589.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004207.0','1018874.0','44',    '32','5','3699.5',    '32','0','0.0',    '12','5','3699.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092471.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004208.0','1018874.0','29',    '21','0','0.0',    '20','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092472.0','1044441.0','42',    '29','6','5541.73',    '25','0','0.0',    '19','6','5541.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004209.0','1018874.0','19',    '14','1','252.98',    '14','1','252.98',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092473.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004210.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092474.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002309.0','1018874.0','1',    '1','1','395.8',    '1','0','0.0',    '1','1','395.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090573.0','1044441.0','234',    '222','188','455352.36',    '177','77','120836.63',    '189','167','334515.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004211.0','1018874.0','1',    '1','1','1558.26',    '1','0','0.0',    '1','1','1558.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092475.0','1044441.0','1',    '1','1','5057.24',    '1','1','3186.0',    '1','1','1871.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004212.0','1018874.0','1',    '1','1','1147.27',    '1','0','0.0',    '1','1','1147.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092476.0','1044441.0','4',    '4','4','10425.21',    '4','2','3356.0',    '4','4','7069.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004213.0','1018874.0','1',    '1','1','894.0',    '1','1','894.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092477.0','1044441.0','75',    '54','8','24062.77',    '48','2','1965.08',    '34','7','22097.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004214.0','1018874.0','1',    '1','1','237.3',    '1','1','237.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092478.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004215.0','1018874.0','11',    '8','1','1154.03',    '8','0','0.0',    '4','1','1154.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092479.0','1044441.0','1',    '1','1','4393.35',    '1','1','4166.55',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004216.0','1018874.0','11',    '9','0','0.0',    '9','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092480.0','1044441.0','14',    '11','0','0.0',    '10','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004217.0','1018874.0','3',    '3','2','2633.2',    '3','2','1848.0',    '2','1','785.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092481.0','1044441.0','28',    '20','3','8001.2',    '18','1','6018.0',    '12','3','1983.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004218.0','1018874.0','11',    '7','4','14674.88',    '7','2','6676.42',    '3','3','7998.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092482.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004219.0','1018874.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092483.0','1044441.0','1',    '1','1','11878.77',    '1','1','10647.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004220.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092484.0','1044441.0','5915',    '5492','4214','14571955.06',    '5328','2671','7110862.23',    '4092','3210','7461092.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004221.0','1018874.0','26',    '16','1','226.8',    '16','0','0.0',    '9','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092485.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004222.0','1018874.0','1',    '1','1','1666.0',    '1','1','1666.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092486.0','1044441.0','14',    '12','3','1309.85',    '11','0','0.0',    '9','3','1309.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004223.0','1018874.0','10',    '9','7','29275.57',    '9','6','20221.04',    '7','6','9054.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092487.0','1044441.0','25',    '17','0','0.0',    '16','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004224.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092488.0','1044441.0','1',    '1','1','4782.75',    '1','1','1666.0',    '1','1','3116.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002289.0','1018874.0','20',    '18','3','12464.93',    '16','3','2379.64',    '15','3','10085.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090553.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004225.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092489.0','1044441.0','1',    '1','1','954.27',    '1','0','0.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004226.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092490.0','1044441.0','6',    '6','6','16016.51',    '5','3','5689.45',    '5','5','10327.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004227.0','1018874.0','24',    '12','2','1919.02',    '12','0','0.0',    '6','2','1919.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092491.0','1044441.0','1',    '1','1','1669.06',    '1','1','1275.0',    '1','1','394.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004228.0','1018874.0','50',    '35','0','0.0',    '34','0','0.0',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092492.0','1044441.0','1',    '1','1','99.73',    '1','1','99.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004229.0','1018874.0','1',    '1','1','18123.42',    '1','1','5994.0',    '1','1','12129.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092493.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004230.0','1018874.0','2',    '1','1','985.62',    '1','1','65.15',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092494.0','1044441.0','2',    '2','2','1295.26',    '2','0','0.0',    '2','2','1295.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004231.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092495.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004232.0','1018874.0','7',    '3','2','9166.93',    '3','1','5100.0',    '3','2','4066.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092496.0','1044441.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004233.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092497.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004234.0','1018874.0','17',    '13','2','1874.74',    '13','0','0.0',    '8','2','1874.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092498.0','1044441.0','24',    '19','1','878.22',    '19','0','0.0',    '10','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004235.0','1018874.0','22',    '15','1','927.23',    '14','0','0.0',    '8','1','927.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092499.0','1044441.0','16',    '14','1','1666.0',    '12','1','1666.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004236.0','1018874.0','2',    '1','1','794.29',    '1','1','301.59',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092500.0','1044441.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004237.0','1018874.0','1',    '1','1','2920.08',    '1','1','533.76',    '1','1','2386.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092501.0','1044441.0','16',    '10','4','3648.26',    '10','0','0.0',    '7','4','3648.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004238.0','1018874.0','6',    '6','6','4482.01',    '5','4','2569.95',    '5','4','1912.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092502.0','1044441.0','1',    '1','1','1084.0',    '1','1','1084.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002880.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091144.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004239.0','1018874.0','12',    '5','2','1671.94',    '5','0','0.0',    '3','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092503.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004240.0','1018874.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092504.0','1044441.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002546.0','1018874.0','26',    '16','2','2186.3',    '16','1','1275.0',    '6','2','911.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090810.0','1044441.0','16',    '12','3','9399.0',    '12','2','6936.0',    '5','2','2463.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004241.0','1018874.0','1895',    '1669','1046','1892455.11',    '1625','620','893110.3',    '1001','685','999344.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092505.0','1044441.0','6091',    '5462','3509','6557380.05',    '5294','1684','3142535.92',    '3579','2627','3414844.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004242.0','1018874.0','26',    '20','15','38577.07',    '18','15','21872.22',    '10','4','16704.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092506.0','1044441.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002484.0','1018874.0','11',    '7','1','937.37',    '6','0','0.0',    '5','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090748.0','1044441.0','21',    '16','9','40907.63',    '16','6','12134.07',    '10','5','28773.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004243.0','1018874.0','11',    '5','2','1071.22',    '5','0','0.0',    '3','2','1071.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092507.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004244.0','1018874.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092508.0','1044441.0','9',    '9','6','13983.31',    '9','3','7556.72',    '8','6','6426.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004245.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092509.0','1044441.0','4',    '3','3','6556.89',    '3','2','4707.5',    '2','2','1849.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004246.0','1018874.0','25',    '13','12','22737.79',    '13','12','17352.0',    '5','4','5385.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092510.0','1044441.0','2',    '2','2','5691.03',    '2','2','2400.0',    '1','1','3291.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004247.0','1018874.0','699',    '537','427','1210846.42',    '510','403','519045.02',    '311','186','691801.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092511.0','1044441.0','10',    '6','3','2568.82',    '6','1','447.0',    '4','3','2121.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004248.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092512.0','1044441.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004249.0','1018874.0','7',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092513.0','1044441.0','18',    '12','1','3861.27',    '12','0','0.0',    '3','1','3861.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004250.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092514.0','1044441.0','71',    '51','8','12635.15',    '50','4','7275.53',    '27','5','5359.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004251.0','1018874.0','44',    '35','1','920.47',    '32','0','0.0',    '23','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092515.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004252.0','1018874.0','1',    '1','1','3555.66',    '1','1','1675.71',    '1','1','1879.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092516.0','1044441.0','15',    '12','2','3468.37',    '11','1','2531.0',    '6','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004253.0','1018874.0','1',    '1','1','447.0',    '1','1','447.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092517.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002389.0','1018874.0','23',    '14','2','1388.49',    '14','0','0.0',    '7','2','1388.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090653.0','1044441.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002419.0','1018874.0','138',    '104','4','4028.81',    '98','1','1850.0',    '85','4','2178.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090683.0','1044441.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004254.0','1018874.0','24',    '20','9','27024.77',    '19','7','17364.35',    '11','5','9660.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092518.0','1044441.0','47',    '41','5','4820.71',    '40','0','0.0',    '23','5','4820.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004255.0','1018874.0','6',    '5','2','1325.06',    '5','0','0.0',    '3','2','1325.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092519.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004256.0','1018874.0','61',    '46','5','11451.2',    '45','2','7029.55',    '33','4','4421.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092520.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004257.0','1018874.0','1',    '1','1','1924.51',    '1','1','494.0',    '1','1','1430.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092521.0','1044441.0','24',    '20','1','226.8',    '19','0','0.0',    '11','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004258.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092522.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004259.0','1018874.0','852',    '758','458','1301277.46',    '720','341','926171.57',    '467','272','375105.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092523.0','1044441.0','1',    '1','1','957.25',    '1','1','512.13',    '1','1','445.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002363.0','1018874.0','4',    '4','3','12409.25',    '4','3','10540.86',    '2','2','1868.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090627.0','1044441.0','10',    '10','8','10967.6',    '10','5','9059.06',    '5','5','1908.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004260.0','1018874.0','2901',    '2800','2394','4670521.02',    '2109','928','886578.75',    '2399','2126','3783942.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092524.0','1044441.0','258',    '247','229','530140.9',    '196','118','132382.74',    '226','198','397758.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002851.0','1018874.0','2',    '2','2','9521.43',    '2','2','2271.93',    '2','2','7249.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091115.0','1044441.0','3',    '3','3','6072.66',    '3','2','379.4',    '3','3','5693.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002451.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090715.0','1044441.0','222',    '205','164','550134.69',    '186','101','181168.19',    '176','141','368966.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002475.0','1018874.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090739.0','1044441.0','1',    '1','1','2304.0',    '1','1','2304.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002454.0','1018874.0','21',    '11','1','1243.98',    '11','0','0.0',    '6','1','1243.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090718.0','1044441.0','1',    '1','1','654.77',    '1','0','0.0',    '1','1','654.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004261.0','1018874.0','36',    '21','3','2595.29',    '19','0','0.0',    '12','3','2595.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092525.0','1044441.0','1',    '1','1','6648.93',    '1','1','2550.0',    '1','1','4098.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002488.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090752.0','1044441.0','42',    '22','1','3105.16',    '20','1','1330.0',    '11','1','1775.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004262.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092526.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004263.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092527.0','1044441.0','50',    '24','1','1257.81',    '22','0','0.0',    '9','1','1257.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002491.0','1018874.0','3',    '3','1','2764.15',    '3','0','0.0',    '3','1','2764.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090755.0','1044441.0','18',    '11','1','236.94',    '11','0','0.0',    '8','1','236.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002473.0','1018874.0','1483',    '1404','985','2428431.01',    '1366','498','1253428.94',    '1014','771','1175002.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090737.0','1044441.0','13',    '5','1','920.47',    '5','0','0.0',    '3','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002526.0','1018874.0','4270',    '4011','2676','3905109.1',    '3893','877','1545623.52',    '2878','2294','2359485.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090790.0','1044441.0','69',    '45','2','5458.6',    '45','1','1850.0',    '11','2','3608.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002390.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090654.0','1044441.0','13',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004264.0','1018874.0','10',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092528.0','1044441.0','1',    '1','1','4469.57',    '1','1','3566.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002466.0','1018874.0','195',    '142','56','135257.25',    '134','28','46132.35',    '67','37','89124.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090730.0','1044441.0','40',    '32','17','61062.65',    '32','12','38066.79',    '18','11','22995.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004265.0','1018874.0','28',    '16','2','2129.77',    '16','1','1260.0',    '6','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092529.0','1044441.0','6',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004266.0','1018874.0','39',    '28','9','10219.38',    '28','3','2990.0',    '23','8','7229.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092530.0','1044441.0','27',    '12','2','1233.22',    '11','2','388.8',    '6','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002611.0','1018874.0','5915',    '5512','3755','10252624.34',    '5380','2518','4995823.63',    '3542','2483','5256800.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090875.0','1044441.0','1',    '1','1','4814.99',    '1','1','938.0',    '1','1','3876.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004267.0','1018874.0','1',    '1','1','2884.52',    '1','0','0.0',    '1','1','2884.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092531.0','1044441.0','2',    '2','2','4542.82',    '2','2','1339.11',    '2','1','3203.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002889.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091153.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002365.0','1018874.0','1',    '1','1','297.73',    '1','1','297.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090629.0','1044441.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004268.0','1018874.0','1',    '1','1','523.27',    '1','0','0.0',    '1','1','523.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092532.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002892.0','1018874.0','24',    '13','1','988.07',    '12','0','0.0',    '5','1','988.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091156.0','1044441.0','8',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004269.0','1018874.0','19',    '10','0','0.0',    '9','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092533.0','1044441.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004270.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092534.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004271.0','1018874.0','145',    '138','98','377516.22',    '134','60','183521.54',    '98','76','193994.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092535.0','1044441.0','2047',    '1887','1244','1856811.8',    '1817','394','728689.92',    '1352','1043','1128121.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004272.0','1018874.0','1',    '1','1','447.0',    '1','1','447.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092536.0','1044441.0','7',    '7','2','1122.26',    '6','1','250.8',    '4','1','871.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002359.0','1018874.0','8',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090623.0','1044441.0','1',    '1','1','1672.33',    '1','1','198.0',    '1','1','1474.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002386.0','1018874.0','1',    '1','1','693.97',    '1','0','0.0',    '1','1','693.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090650.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004273.0','1018874.0','1',    '1','1','1499.32',    '1','0','0.0',    '1','1','1499.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092537.0','1044441.0','1',    '1','1','6198.1',    '1','1','2265.0',    '1','1','3933.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004274.0','1018874.0','1',    '1','1','985.39',    '1','0','0.0',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092538.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004275.0','1018874.0','1549',    '1493','1081','2084170.74',    '1053','342','404871.12',    '1252','965','1679299.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092539.0','1044441.0','1',    '1','1','4415.99',    '1','1','3346.67',    '1','1','1069.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004276.0','1018874.0','1',    '1','1','1989.22',    '1','0','0.0',    '1','1','1989.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092540.0','1044441.0','6',    '6','5','9893.65',    '4','0','0.0',    '5','5','9893.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004277.0','1018874.0','2324',    '2243','1871','3836580.79',    '1612','500','746646.52',    '1982','1723','3089934.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092541.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004278.0','1018874.0','11',    '11','7','24237.26',    '11','7','15634.98',    '3','3','8602.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092542.0','1044441.0','2',    '2','2','285.05',    '1','1','153.55',    '1','1','131.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002537.0','1018874.0','38',    '26','12','35562.86',    '26','10','30362.92',    '11','6','5199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090801.0','1044441.0','2',    '2','2','9286.68',    '2','0','0.0',    '2','2','9286.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002470.0','1018874.0','15',    '12','8','14878.41',    '12','5','12108.9',    '6','4','2769.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090734.0','1044441.0','1',    '1','1','910.44',    '1','1','57.96',    '1','1','852.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004279.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092543.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004280.0','1018874.0','1',    '1','1','1011.04',    '1','1','160.9',    '1','1','850.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092544.0','1044441.0','2',    '2','2','9155.29',    '2','1','1275.0',    '2','2','7880.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002420.0','1018874.0','1',    '1','1','3210.05',    '1','1','2133.77',    '1','1','1076.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090684.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002884.0','1018874.0','66',    '59','43','94015.04',    '55','21','69604.52',    '41','31','24410.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091148.0','1044441.0','2',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004281.0','1018874.0','1',    '1','1','225.05',    '1','1','225.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092545.0','1044441.0','11',    '11','10','38815.1',    '11','8','9076.69',    '9','8','29738.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002539.0','1018874.0','479',    '471','382','671459.84',    '442','227','207581.94',    '363','316','463877.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090803.0','1044441.0','1',    '1','1','1117.4',    '0','0','0.0',    '1','1','1117.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004282.0','1018874.0','1',    '1','1','11732.14',    '1','1','1012.0',    '1','1','10720.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092546.0','1044441.0','1',    '1','1','3074.52',    '1','1','337.32',    '1','1','2737.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004283.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092547.0','1044441.0','1',    '1','1','413.99',    '1','1','345.18',    '1','1','68.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002494.0','1018874.0','2',    '2','1','2713.79',    '1','0','0.0',    '1','1','2713.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090758.0','1044441.0','2',    '2','2','1414.32',    '2','1','345.0',    '2','1','1069.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002828.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091092.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002547.0','1018874.0','2',    '1','1','449.0',    '1','1','449.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090811.0','1044441.0','396',    '365','286','598530.59',    '331','163','229063.26',    '284','231','369467.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002571.0','1018874.0','1',    '1','1','449.0',    '1','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090835.0','1044441.0','24',    '23','17','71063.24',    '22','10','11608.2',    '19','15','59455.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002589.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090853.0','1044441.0','1',    '1','1','6214.75',    '1','0','0.0',    '1','1','6214.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002508.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090772.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004284.0','1018874.0','1',    '1','1','2171.99',    '1','0','0.0',    '1','1','2171.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092548.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002882.0','1018874.0','22',    '19','7','4930.14',    '16','2','2145.0',    '13','5','2785.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091146.0','1044441.0','1',    '1','1','3524.06',    '1','1','411.68',    '1','1','3112.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002535.0','1018874.0','1',    '1','1','1272.92',    '1','0','0.0',    '1','1','1272.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090799.0','1044441.0','3584',    '3479','2990','7817610.57',    '3085','1872','2378752.54',    '2837','2288','5438858.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004285.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092549.0','1044441.0','2',    '2','1','345.0',    '2','1','345.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002857.0','1018874.0','1',    '1','1','660.0',    '1','1','660.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091121.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004286.0','1018874.0','6',    '6','5','7901.69',    '4','1','1275.0',    '5','5','6626.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092550.0','1044441.0','1',    '1','1','3432.56',    '1','1','898.0',    '1','1','2534.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004287.0','1018874.0','8',    '8','4','15087.04',    '7','3','12167.47',    '4','2','2919.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092551.0','1044441.0','3',    '3','3','5560.34',    '3','2','2287.0',    '3','2','3273.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004288.0','1018874.0','28',    '25','19','34292.61',    '25','14','14185.99',    '15','12','20106.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092552.0','1044441.0','19',    '19','14','37435.66',    '18','9','8704.8',    '13','10','28730.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002464.0','1018874.0','1',    '1','1','400.91',    '1','1','400.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090728.0','1044441.0','2',    '2','2','2099.92',    '2','2','2099.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002492.0','1018874.0','1',    '1','1','457.8',    '1','1','457.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090756.0','1044441.0','24',    '18','0','0.0',    '17','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002362.0','1018874.0','1',    '1','1','1396.95',    '1','1','462.89',    '1','1','934.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090626.0','1044441.0','16',    '14','9','68958.2',    '13','5','32897.0',    '12','9','36061.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004289.0','1018874.0','1',    '1','1','766.42',    '0','0','0.0',    '1','1','766.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092553.0','1044441.0','183',    '163','105','281623.54',    '151','71','210856.88',    '103','67','70766.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002594.0','1018874.0','2',    '2','2','1759.47',    '2','2','1402.03',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090858.0','1044441.0','122',    '103','70','212322.04',    '94','46','143023.09',    '70','54','69298.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004290.0','1018874.0','1',    '1','1','610.74',    '1','1','115.9',    '1','1','494.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092554.0','1044441.0','2',    '2','2','1775.67',    '0','0','0.0',    '2','2','1775.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004291.0','1018874.0','1',    '1','1','4407.06',    '1','1','2793.0',    '1','1','1614.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092555.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002886.0','1018874.0','1',    '1','1','6000.72',    '1','1','4341.0',    '1','1','1659.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091150.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004292.0','1018874.0','2',    '2','2','11182.48',    '2','2','2550.0',    '2','2','8632.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092556.0','1044441.0','1',    '1','1','2433.89',    '1','0','0.0',    '1','1','2433.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002452.0','1018874.0','1',    '1','1','338.65',    '1','1','338.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090716.0','1044441.0','2',    '2','1','3128.31',    '2','0','0.0',    '1','1','3128.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002533.0','1018874.0','1',    '1','1','488.94',    '1','0','0.0',    '1','1','488.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090797.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004293.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092557.0','1044441.0','2',    '2','2','2264.21',    '2','1','474.0',    '2','2','1790.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002455.0','1018874.0','5',    '5','5','27533.75',    '2','0','0.0',    '5','5','27533.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090719.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004294.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092558.0','1044441.0','4',    '4','4','6017.93',    '3','2','1190.82',    '3','3','4827.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004295.0','1018874.0','1',    '1','1','1111.74',    '1','0','0.0',    '1','1','1111.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092559.0','1044441.0','1',    '1','1','1788.9',    '1','1','1275.0',    '1','1','513.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002708.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090972.0','1044441.0','1',    '1','1','1165.8',    '1','1','264.56',    '1','1','901.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002465.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090729.0','1044441.0','1',    '1','1','631.16',    '1','0','0.0',    '1','1','631.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002891.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091155.0','1044441.0','2',    '2','1','648.65',    '2','1','72.03',    '2','1','576.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004296.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092560.0','1044441.0','1',    '1','1','1123.74',    '1','1','138.34',    '1','1','985.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004297.0','1018874.0','1',    '1','1','1696.67',    '1','0','0.0',    '1','1','1696.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092561.0','1044441.0','4',    '4','4','21568.87',    '4','3','9236.59',    '4','4','12332.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004298.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092562.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004299.0','1018874.0','2',    '2','2','2046.45',    '1','1','157.38',    '2','2','1889.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092563.0','1044441.0','1',    '1','1','1225.22',    '0','0','0.0',    '1','1','1225.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004300.0','1018874.0','3',    '3','2','2011.83',    '2','1','1275.0',    '3','1','736.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092564.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004301.0','1018874.0','2',    '2','2','555.44',    '2','1','198.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092565.0','1044441.0','9',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004302.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092566.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004303.0','1018874.0','5',    '4','1','231.87',    '4','0','0.0',    '2','1','231.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092567.0','1044441.0','12',    '10','1','1004.97',    '10','0','0.0',    '6','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002388.0','1018874.0','1',    '1','1','14602.93',    '1','1','1012.0',    '1','1','13590.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090652.0','1044441.0','66',    '44','21','28607.07',    '40','10','17506.6',    '19','13','11100.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004304.0','1018874.0','2',    '2','1','3088.92',    '2','1','1538.89',    '1','1','1550.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092568.0','1044441.0','3',    '1','1','169.0',    '1','0','0.0',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004305.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092569.0','1044441.0','1',    '1','1','9663.12',    '1','1','277.0',    '1','1','9386.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004306.0','1018874.0','1',    '1','1','2007.14',    '1','0','0.0',    '1','1','2007.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092570.0','1044441.0','1',    '1','1','555.83',    '1','1','555.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002592.0','1018874.0','3734',    '3624','3087','8069004.45',    '3297','1960','2919100.87',    '2937','2356','5149903.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090856.0','1044441.0','92',    '85','73','121881.0',    '76','37','39760.64',    '69','58','82120.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004307.0','1018874.0','2158',    '2098','1733','3801402.54',    '1868','880','798280.78',    '1777','1484','3003121.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092571.0','1044441.0','1',    '1','1','11488.98',    '1','1','5100.0',    '1','1','6388.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002706.0','1018874.0','1',    '1','1','7061.12',    '1','1','148.02',    '1','1','6913.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090970.0','1044441.0','1',    '1','1','1675.63',    '1','1','1116.92',    '1','1','558.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002590.0','1018874.0','1',    '1','1','4382.23',    '1','1','1650.48',    '1','1','2731.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090854.0','1044441.0','16',    '13','7','8167.85',    '12','3','5125.0',    '6','4','3042.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002570.0','1018874.0','2',    '2','2','16801.17',    '2','1','4500.0',    '2','2','12301.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090834.0','1044441.0','1',    '1','1','714.87',    '0','0','0.0',    '1','1','714.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002453.0','1018874.0','2',    '2','2','2864.48',    '2','2','893.7',    '1','1','1970.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090717.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004308.0','1018874.0','1',    '1','1','478.27',    '1','1','120.83',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092572.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004309.0','1018874.0','1',    '1','1','231.56',    '1','0','0.0',    '1','1','231.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092573.0','1044441.0','2',    '2','1','283.68',    '2','1','283.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002859.0','1018874.0','1',    '1','1','1767.7',    '1','1','1275.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091123.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004310.0','1018874.0','1',    '1','1','702.0',    '0','0','0.0',    '1','1','702.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092574.0','1044441.0','1',    '1','1','449.0',    '1','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004311.0','1018874.0','22',    '21','15','68904.98',    '21','11','48112.21',    '13','10','20792.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092575.0','1044441.0','5',    '5','4','8186.69',    '4','3','3772.89',    '5','3','4413.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004312.0','1018874.0','1',    '1','1','795.44',    '1','0','0.0',    '1','1','795.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092576.0','1044441.0','493',    '481','383','901694.84',    '427','207','221244.46',    '382','325','680450.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004313.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092577.0','1044441.0','3',    '3','3','5915.38',    '3','2','411.8',    '3','3','5503.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004314.0','1018874.0','12',    '12','12','37291.43',    '11','10','14115.87',    '11','11','23175.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092578.0','1044441.0','23',    '20','17','25118.69',    '17','9','8098.18',    '15','13','17020.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004315.0','1018874.0','167',    '162','123','245155.65',    '155','69','76726.21',    '128','103','168429.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092579.0','1044441.0','1',    '1','1','1900.96',    '1','0','0.0',    '1','1','1900.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004316.0','1018874.0','141',    '132','109','204668.35',    '118','51','58425.21',    '107','92','146243.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092580.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004317.0','1018874.0','1',    '1','1','2859.72',    '1','1','1012.0',    '1','1','1847.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092581.0','1044441.0','1',    '1','1','2617.83',    '1','1','1275.0',    '1','1','1342.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004318.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092582.0','1044441.0','5',    '5','4','9619.2',    '3','3','5984.61',    '3','2','3634.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004319.0','1018874.0','203',    '194','164','426138.83',    '172','74','112206.0',    '173','147','313932.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092583.0','1044441.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002888.0','1018874.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091152.0','1044441.0','6',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004320.0','1018874.0','16',    '13','12','53989.56',    '12','10','35923.07',    '12','11','18066.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092584.0','1044441.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004321.0','1018874.0','40',    '39','29','92293.56',    '37','20','59074.62',    '28','22','33218.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092585.0','1044441.0','1',    '1','1','2173.0',    '1','1','2173.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004322.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092586.0','1044441.0','1',    '1','1','3695.45',    '1','1','27.83',    '1','1','3667.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004323.0','1018874.0','1097',    '1057','869','1813613.29',    '909','467','475293.55',    '942','778','1338319.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092587.0','1044441.0','1',    '1','1','2233.08',    '1','0','0.0',    '1','1','2233.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004324.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092588.0','1044441.0','2',    '2','2','8453.1',    '2','1','250.13',    '2','2','8202.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004325.0','1018874.0','1',    '1','1','4734.95',    '1','1','1496.0',    '1','1','3238.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092589.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004326.0','1018874.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092590.0','1044441.0','4',    '4','3','3994.52',    '3','2','337.54',    '3','2','3656.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004327.0','1018874.0','1',    '1','1','884.56',    '1','1','884.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092591.0','1044441.0','3',    '3','3','16353.71',    '3','1','3239.34',    '3','3','13114.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004328.0','1018874.0','1470',    '1409','1092','2468807.53',    '1102','468','517056.48',    '1129','920','1951751.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092592.0','1044441.0','1',    '1','1','37.32',    '1','1','37.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002758.0','1018874.0','1',    '1','1','1446.99',    '1','1','551.76',    '1','1','895.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091022.0','1044441.0','1',    '1','1','911.83',    '1','1','350.32',    '1','1','561.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002894.0','1018874.0','1',    '1','1','2160.6',    '1','1','1275.0',    '1','1','885.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091158.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004329.0','1018874.0','1',    '1','1','3751.27',    '1','0','0.0',    '1','1','3751.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092593.0','1044441.0','199',    '190','168','348193.08',    '171','90','104142.33',    '161','146','244050.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004330.0','1018874.0','2',    '2','1','1342.84',    '1','0','0.0',    '2','1','1342.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092594.0','1044441.0','1',    '1','1','1830.58',    '0','0','0.0',    '1','1','1830.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004331.0','1018874.0','1',    '1','1','1313.98',    '1','0','0.0',    '1','1','1313.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092595.0','1044441.0','1',    '1','1','5994.29',    '1','1','3133.26',    '1','1','2861.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004332.0','1018874.0','1430',    '1357','1038','2289190.98',    '1199','602','856695.62',    '1008','786','1432495.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092596.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002631.0','1018874.0','1',    '1','1','357.44',    '0','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090895.0','1044441.0','1',    '1','1','1749.0',    '1','1','48.96',    '1','1','1700.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004333.0','1018874.0','1',    '1','1','263.0',    '1','0','0.0',    '1','1','263.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092597.0','1044441.0','1',    '1','1','890.25',    '1','0','0.0',    '1','1','890.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004334.0','1018874.0','3',    '3','3','11007.05',    '3','2','2683.37',    '2','2','8323.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092598.0','1044441.0','1',    '1','1','10042.89',    '1','1','3693.0',    '1','1','6349.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004335.0','1018874.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092599.0','1044441.0','395',    '378','319','561410.9',    '280','122','153689.87',    '313','268','407721.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004336.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092600.0','1044441.0','1',    '1','1','3205.29',    '0','0','0.0',    '1','1','3205.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004337.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092601.0','1044441.0','3',    '3','3','3169.68',    '2','0','0.0',    '3','3','3169.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004338.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092602.0','1044441.0','1',    '1','1','1974.97',    '1','1','1275.0',    '1','1','699.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002798.0','1018874.0','1',    '1','1','372.74',    '1','0','0.0',    '1','1','372.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091062.0','1044441.0','1',    '1','1','2907.44',    '1','1','2550.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004339.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092603.0','1044441.0','2271',    '2170','1519','3346672.87',    '1755','668','779955.73',    '1762','1309','2566717.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002395.0','1018874.0','3',    '3','2','1667.3',    '1','0','0.0',    '2','2','1667.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090659.0','1044441.0','1',    '1','1','3042.7',    '1','1','2550.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002591.0','1018874.0','1',    '1','1','2701.76',    '1','1','1275.0',    '1','1','1426.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090855.0','1044441.0','753',    '726','600','1317149.73',    '680','405','482754.86',    '508','407','834394.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002859.0','1018874.0','1',    '1','1','4167.89',    '1','1','2550.0',    '1','1','1617.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091123.0','1044441.0','2',    '2','1','970.23',    '2','0','0.0',    '1','1','970.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004340.0','1018874.0','1',    '1','1','144.0',    '1','1','144.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092604.0','1044441.0','1',    '1','1','1631.78',    '1','0','0.0',    '1','1','1631.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004341.0','1018874.0','1',    '1','1','15605.58',    '1','1','1194.0',    '1','1','14411.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092605.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002710.0','1018874.0','1',    '1','1','2415.9',    '1','0','0.0',    '1','1','2415.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090974.0','1044441.0','17',    '12','0','0.0',    '11','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004342.0','1018874.0','4',    '3','1','41.44',    '3','1','41.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092606.0','1044441.0','7',    '6','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004343.0','1018874.0','6',    '4','2','6565.0',    '2','2','6565.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092607.0','1044441.0','5',    '4','1','13338.17',    '2','1','5998.0',    '3','1','7340.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004344.0','1018874.0','1',    '1','1','3582.1',    '1','0','0.0',    '1','1','3582.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092608.0','1044441.0','30',    '27','17','37524.33',    '24','10','28805.65',    '19','12','8718.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002756.0','1018874.0','44',    '38','6','7074.97',    '37','1','833.0',    '20','6','6241.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091020.0','1044441.0','21',    '16','2','1127.56',    '16','1','142.52',    '8','1','985.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004345.0','1018874.0','334',    '290','174','380068.6',    '270','115','263362.38',    '183','109','116706.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092609.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004346.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092610.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004347.0','1018874.0','2',    '2','2','16425.42',    '2','2','6605.2',    '2','2','9820.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092611.0','1044441.0','195',    '172','102','262472.86',    '161','78','187755.44',    '92','58','74717.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004348.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092612.0','1044441.0','3256',    '3146','2768','6569570.22',    '2191','995','1196017.02',    '2890','2547','5373553.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002836.0','1018874.0','2148',    '2077','1818','5033701.71',    '1931','1121','1485049.18',    '1648','1452','3548652.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091100.0','1044441.0','265',    '248','172','313590.8',    '185','62','76621.21',    '202','147','236969.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004349.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092613.0','1044441.0','1',    '1','1','985.39',    '0','0','0.0',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002864.0','1018874.0','3',    '3','2','3851.4',    '2','0','0.0',    '2','2','3851.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091128.0','1044441.0','1',    '1','1','112.38',    '1','1','112.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004350.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092614.0','1044441.0','1',    '1','1','263.89',    '1','1','263.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002675.0','1018874.0','1',    '1','1','3083.49',    '1','1','382.03',    '1','1','2701.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090939.0','1044441.0','619',    '584','476','779485.57',    '464','209','254031.58',    '457','372','525453.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004351.0','1018874.0','1',    '1','1','131.5',    '1','0','0.0',    '1','1','131.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092615.0','1044441.0','1',    '1','1','2791.46',    '1','1','1389.86',    '1','1','1401.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002665.0','1018874.0','7844',    '7546','6318','14187206.18',    '6093','2736','3221230.0',    '6232','5313','10965976.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090929.0','1044441.0','1',    '1','1','1692.7',    '0','0','0.0',    '1','1','1692.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002717.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090981.0','1044441.0','1',    '1','1','1922.95',    '1','0','0.0',    '1','1','1922.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004352.0','1018874.0','1',    '1','1','558.71',    '1','0','0.0',    '1','1','558.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092616.0','1044441.0','1',    '1','1','851.35',    '1','1','157.38',    '1','1','693.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004353.0','1018874.0','1',    '1','1','1682.56',    '1','1','1682.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092617.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004354.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092618.0','1044441.0','3',    '2','1','473.67',    '1','0','0.0',    '1','1','473.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002369.0','1018874.0','7612',    '7394','6623','19739315.76',    '6834','4306','5349342.62',    '6310','5522','14389973.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090633.0','1044441.0','15',    '12','8','22336.47',    '10','7','7836.14',    '9','6','14500.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004355.0','1018874.0','65',    '59','49','87143.54',    '53','30','29893.31',    '42','36','57250.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092619.0','1044441.0','1',    '1','1','1094.39',    '1','1','259.16',    '1','1','835.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004356.0','1018874.0','1',    '1','1','2471.01',    '1','1','1023.9',    '1','1','1447.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092620.0','1044441.0','4993',    '4853','3878','14584783.42',    '4547','2434','3936274.71',    '4041','3276','10648508.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004357.0','1018874.0','421',    '407','319','813487.46',    '350','156','200951.02',    '325','261','612536.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092621.0','1044441.0','1',    '1','1','9526.91',    '1','1','440.0',    '1','1','9086.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004358.0','1018874.0','165',    '144','73','125218.86',    '131','40','42029.17',    '89','51','83189.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092622.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004359.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092623.0','1044441.0','1',    '1','1','977.87',    '1','0','0.0',    '1','1','977.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004360.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092624.0','1044441.0','3',    '3','3','8473.53',    '3','1','1275.0',    '3','3','7198.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004361.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092625.0','1044441.0','10',    '9','2','3263.27',    '9','2','2763.27',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004362.0','1018874.0','1',    '1','1','2237.21',    '1','1','87.85',    '1','1','2149.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092626.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004363.0','1018874.0','3',    '3','3','7195.74',    '3','3','5047.3',    '2','2','2148.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092627.0','1044441.0','1',    '1','1','714.87',    '1','0','0.0',    '1','1','714.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004364.0','1018874.0','14',    '10','4','1559.37',    '9','1','449.0',    '6','3','1110.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092628.0','1044441.0','1',    '1','1','90.06',    '1','1','90.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004365.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092629.0','1044441.0','1',    '1','1','792.72',    '1','1','792.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004366.0','1018874.0','1',    '1','1','1544.1',    '1','0','0.0',    '1','1','1544.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092630.0','1044441.0','133',    '128','111','248926.24',    '124','77','99049.19',    '96','80','149877.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002718.0','1018874.0','1',    '1','1','201.27',    '0','0','0.0',    '1','1','201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090982.0','1044441.0','1',    '1','1','1309.15',    '1','1','323.76',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004367.0','1018874.0','2',    '2','2','1123.86',    '2','0','0.0',    '2','2','1123.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092631.0','1044441.0','1',    '1','1','1478.09',    '1','0','0.0',    '1','1','1478.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002831.0','1018874.0','1',    '1','1','850.14',    '1','0','0.0',    '1','1','850.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091095.0','1044441.0','1',    '1','1','997.69',    '1','0','0.0',    '1','1','997.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004368.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092632.0','1044441.0','1',    '1','1','3055.49',    '1','1','1275.0',    '1','1','1780.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004369.0','1018874.0','1',    '1','1','14979.52',    '1','1','5027.21',    '1','1','9952.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092633.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002617.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090881.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002796.0','1018874.0','1',    '1','1','463.11',    '1','0','0.0',    '1','1','463.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091060.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004370.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092634.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004371.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092635.0','1044441.0','1',    '1','1','3710.56',    '0','0','0.0',    '1','1','3710.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002373.0','1018874.0','1',    '1','1','4142.55',    '1','1','440.0',    '1','1','3702.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090637.0','1044441.0','1',    '1','1','5847.53',    '1','0','0.0',    '1','1','5847.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004372.0','1018874.0','1',    '1','1','2213.06',    '1','1','750.06',    '1','1','1463.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092636.0','1044441.0','2427',    '2360','1979','5141271.1',    '2213','1368','1496638.99',    '1961','1579','3644632.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002861.0','1018874.0','1',    '1','1','1575.43',    '1','0','0.0',    '1','1','1575.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091125.0','1044441.0','1',    '1','1','860.76',    '1','1','860.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004373.0','1018874.0','1',    '1','1','2446.21',    '1','0','0.0',    '1','1','2446.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092637.0','1044441.0','1',    '1','1','3937.92',    '1','1','2550.0',    '1','1','1387.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004374.0','1018874.0','1',    '1','1','5116.27',    '1','1','2550.0',    '1','1','2566.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092638.0','1044441.0','1',    '1','1','4010.64',    '1','1','974.76',    '1','1','3035.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004375.0','1018874.0','1',    '1','1','1979.45',    '1','1','1056.82',    '1','1','922.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092639.0','1044441.0','1',    '1','1','4609.71',    '1','1','413.04',    '1','1','4196.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004376.0','1018874.0','1',    '1','1','856.38',    '1','1','856.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092640.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004377.0','1018874.0','1',    '1','1','2147.71',    '1','1','1162.32',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092641.0','1044441.0','1',    '1','1','595.49',    '0','0','0.0',    '1','1','595.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002371.0','1018874.0','1',    '1','1','1398.68',    '1','0','0.0',    '1','1','1398.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090635.0','1044441.0','1',    '1','1','4412.81',    '1','1','744.0',    '1','1','3668.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004378.0','1018874.0','1',    '1','1','2192.96',    '1','0','0.0',    '1','1','2192.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092642.0','1044441.0','1',    '1','1','4731.37',    '1','1','1275.0',    '1','1','3456.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004379.0','1018874.0','5',    '5','5','6660.9',    '5','3','1723.02',    '4','4','4937.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092643.0','1044441.0','224',    '213','165','514658.15',    '195','94','147126.22',    '162','135','367531.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002430.0','1018874.0','2',    '2','2','6872.25',    '2','2','1190.3',    '2','2','5681.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090694.0','1044441.0','1',    '1','1','6493.68',    '1','1','1275.0',    '1','1','5218.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002575.0','1018874.0','1',    '1','1','1739.59',    '1','1','1275.0',    '1','1','464.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090839.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004380.0','1018874.0','1',    '1','1','11274.82',    '1','1','2813.0',    '1','1','8461.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092644.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004381.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092645.0','1044441.0','1',    '1','1','6832.47',    '1','1','1275.0',    '1','1','5557.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002457.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090721.0','1044441.0','1',    '1','1','4375.2',    '1','0','0.0',    '1','1','4375.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004382.0','1018874.0','3',    '3','2','1988.7',    '3','1','140.59',    '1','1','1848.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092646.0','1044441.0','2',    '2','2','2286.93',    '1','0','0.0',    '2','2','2286.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004383.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092647.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002856.0','1018874.0','2',    '2','2','2055.01',    '2','1','1496.3',    '1','1','558.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091120.0','1044441.0','1',    '1','1','2314.52',    '1','0','0.0',    '1','1','2314.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002671.0','1018874.0','1',    '1','1','2381.66',    '1','1','1275.0',    '1','1','1106.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090935.0','1044441.0','1555',    '1511','1084','2117689.15',    '1414','653','574553.01',    '1143','837','1543136.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004384.0','1018874.0','3361',    '3250','2677','7156233.71',    '3008','1793','2748089.31',    '2440','1991','4408144.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092648.0','1044441.0','4',    '4','3','3773.45',    '4','2','3058.58',    '1','1','714.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004385.0','1018874.0','1',    '1','1','1234.9',    '1','1','877.46',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092649.0','1044441.0','3',    '2','2','9229.0',    '2','2','6891.0',    '1','1','2338.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004386.0','1018874.0','1',    '1','1','142.9',    '1','1','142.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092650.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004387.0','1018874.0','1',    '1','1','1408.0',    '1','1','1408.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092651.0','1044441.0','2',    '2','2','5709.13',    '2','1','1275.0',    '2','1','4434.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004388.0','1018874.0','6',    '6','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092652.0','1044441.0','1',    '1','1','1656.26',    '1','1','1656.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004389.0','1018874.0','1',    '1','1','1695.94',    '1','1','65.15',    '1','1','1630.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092653.0','1044441.0','1',    '1','1','521.81',    '1','1','29.11',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004390.0','1018874.0','1',    '1','1','187.73',    '1','1','187.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092654.0','1044441.0','4661',    '4530','3728','8836148.62',    '4207','2370','3206569.49',    '3600','2949','5629579.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002713.0','1018874.0','1',    '1','1','495.05',    '1','0','0.0',    '1','1','495.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090977.0','1044441.0','1',    '1','1','6880.49',    '1','1','5100.0',    '1','1','1780.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004391.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092655.0','1044441.0','5',    '4','3','7312.25',    '3','1','1766.0',    '2','2','5546.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002626.0','1018874.0','1',    '1','1','3862.22',    '1','1','3862.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090890.0','1044441.0','1',    '1','1','3756.0',    '1','1','3756.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004392.0','1018874.0','2879',    '2762','2250','5248110.51',    '2496','1270','1502508.73',    '2131','1799','3745601.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092656.0','1044441.0','1',    '1','1','3865.75',    '1','1','1275.0',    '1','1','2590.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004393.0','1018874.0','1',    '1','1','1637.87',    '1','1','660.0',    '1','1','977.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092657.0','1044441.0','12',    '12','12','29779.36',    '10','3','8373.05',    '12','11','21406.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002397.0','1018874.0','1',    '1','1','1861.62',    '1','1','1156.72',    '1','1','704.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090661.0','1044441.0','1',    '1','1','2655.4',    '1','1','1275.0',    '1','1','1380.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002915.0','1018874.0','3',    '3','3','10172.07',    '3','2','7281.0',    '3','3','2891.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091179.0','1044441.0','1',    '1','1','2260.39',    '1','1','1275.0',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002895.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091159.0','1044441.0','1',    '1','1','895.05',    '1','1','895.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002761.0','1018874.0','1',    '1','1','1897.14',    '1','0','0.0',    '1','1','1897.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091025.0','1044441.0','1',    '1','1','2033.93',    '1','1','198.4',    '1','1','1835.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002720.0','1018874.0','1',    '1','1','9521.89',    '1','1','1194.0',    '1','1','8327.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090984.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004394.0','1018874.0','1',    '1','1','4107.67',    '1','1','1496.0',    '1','1','2611.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092658.0','1044441.0','1',    '1','1','1116.89',    '1','0','0.0',    '1','1','1116.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002406.0','1018874.0','1',    '1','1','2705.51',    '1','1','1275.0',    '1','1','1430.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090670.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004395.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092659.0','1044441.0','2',    '2','2','5818.55',    '1','0','0.0',    '2','2','5818.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004396.0','1018874.0','1',    '1','1','1445.27',    '1','1','459.88',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092660.0','1044441.0','1',    '1','1','1722.3',    '1','1','197.0',    '1','1','1525.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004397.0','1018874.0','1',    '1','1','273.72',    '1','0','0.0',    '1','1','273.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092661.0','1044441.0','1',    '1','1','2281.59',    '1','1','1275.0',    '1','1','1006.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004398.0','1018874.0','1',    '1','1','558.71',    '1','0','0.0',    '1','1','558.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092662.0','1044441.0','1',    '1','1','2248.95',    '1','0','0.0',    '1','1','2248.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004399.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092663.0','1044441.0','1794',    '1725','1424','3349192.73',    '1494','660','1083423.58',    '1384','1197','2265769.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004400.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092664.0','1044441.0','4184',    '4050','3466','9911947.46',    '3686','2366','3077397.07',    '3362','2878','6834550.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004401.0','1018874.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092665.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004402.0','1018874.0','1',    '1','1','66.0',    '1','1','66.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092666.0','1044441.0','1',    '1','1','1725.6',    '1','1','119.0',    '1','1','1606.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002673.0','1018874.0','1',    '1','1','5127.67',    '1','1','3066.0',    '1','1','2061.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090937.0','1044441.0','2',    '2','1','1544.4',    '2','1','1544.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004403.0','1018874.0','4543',    '4436','3936','11758263.21',    '4104','2557','3668524.6',    '3548','3118','8089738.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092667.0','1044441.0','1933',    '1880','1447','3591763.49',    '1787','958','1034173.36',    '1500','1136','2557590.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004404.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092668.0','1044441.0','2',    '2','2','2854.42',    '2','1','1275.0',    '2','2','1579.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004405.0','1018874.0','1',    '1','1','2170.56',    '1','0','0.0',    '1','1','2170.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092669.0','1044441.0','1',    '1','1','4263.57',    '1','1','2793.0',    '1','1','1470.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002596.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090860.0','1044441.0','1',    '1','1','5649.03',    '1','1','2164.38',    '1','1','3484.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004406.0','1018874.0','6',    '4','3','4857.26',    '4','2','1729.4',    '3','2','3127.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092670.0','1044441.0','1',    '1','1','2124.48',    '0','0','0.0',    '1','1','2124.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004407.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092671.0','1044441.0','1',    '1','1','193.2',    '1','1','193.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004408.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092672.0','1044441.0','1',    '1','1','4400.5',    '1','1','1271.05',    '1','1','3129.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002632.0','1018874.0','2',    '2','1','627.44',    '2','1','270.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090896.0','1044441.0','4',    '4','3','2550.33',    '4','2','273.44',    '4','3','2276.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002599.0','1018874.0','1',    '1','1','3043.12',    '1','0','0.0',    '1','1','3043.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090863.0','1044441.0','1',    '1','1','2728.83',    '0','0','0.0',    '1','1','2728.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002826.0','1018874.0','5',    '5','4','5471.56',    '4','2','2771.0',    '3','3','2700.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091090.0','1044441.0','1',    '1','1','6766.36',    '1','0','0.0',    '1','1','6766.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002376.0','1018874.0','1',    '1','1','3980.51',    '1','1','2992.76',    '1','1','987.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090640.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002375.0','1018874.0','1',    '1','1','2013.18',    '1','0','0.0',    '1','1','2013.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090639.0','1044441.0','3835',    '3704','3113','7911553.35',    '3327','1870','2475381.07',    '2953','2473','5436172.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002726.0','1018874.0','1',    '1','1','5596.86',    '1','1','1275.0',    '1','1','4321.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090990.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002595.0','1018874.0','1',    '1','1','7940.52',    '1','1','2550.0',    '1','1','5390.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090859.0','1044441.0','84',    '80','68','193465.98',    '73','40','69059.46',    '70','57','124406.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002479.0','1018874.0','2',    '1','1','6878.49',    '1','0','0.0',    '1','1','6878.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090743.0','1044441.0','1',    '1','1','1751.81',    '1','0','0.0',    '1','1','1751.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004409.0','1018874.0','400',    '394','305','789958.03',    '351','146','231167.01',    '348','269','558791.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092673.0','1044441.0','1',    '1','1','657.53',    '1','1','657.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004410.0','1018874.0','1',    '1','1','1970.78',    '1','0','0.0',    '1','1','1970.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092674.0','1044441.0','1',    '1','1','7668.96',    '1','1','2550.0',    '1','1','5118.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004411.0','1018874.0','1',    '1','1','2398.5',    '1','1','596.06',    '1','1','1802.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092675.0','1044441.0','1',    '1','1','6618.0',    '1','1','6618.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004412.0','1018874.0','1',    '1','1','934.32',    '1','1','934.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092676.0','1044441.0','1',    '1','1','89.16',    '1','1','89.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004413.0','1018874.0','1',    '1','1','2285.8',    '1','1','410.16',    '1','1','1875.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092677.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004414.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092678.0','1044441.0','1',    '1','1','6963.18',    '1','1','1496.0',    '1','1','5467.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004415.0','1018874.0','1',    '1','1','410.73',    '1','1','22.72',    '1','1','388.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092679.0','1044441.0','2',    '2','2','4611.99',    '2','1','210.62',    '2','2','4401.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002858.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091122.0','1044441.0','3',    '3','3','13681.47',    '3','3','3508.65',    '2','2','10172.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004416.0','1018874.0','1',    '1','1','201.27',    '0','0','0.0',    '1','1','201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092680.0','1044441.0','1',    '1','1','158.4',    '1','1','158.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004417.0','1018874.0','1',    '1','1','1767.7',    '1','1','1275.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092681.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004418.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092682.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004419.0','1018874.0','1',    '1','1','3284.32',    '1','1','1903.92',    '1','1','1380.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092683.0','1044441.0','1',    '1','1','1069.32',    '0','0','0.0',    '1','1','1069.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004420.0','1018874.0','3',    '3','3','3108.12',    '2','1','1275.0',    '3','3','1833.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092684.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002548.0','1018874.0','1',    '1','1','2025.39',    '1','0','0.0',    '1','1','2025.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090812.0','1044441.0','1',    '1','1','4384.42',    '1','1','1356.85',    '1','1','3027.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002569.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090833.0','1044441.0','1',    '1','1','4017.52',    '1','0','0.0',    '1','1','4017.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004421.0','1018874.0','1',    '1','1','1686.87',    '1','0','0.0',    '1','1','1686.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092685.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002528.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090792.0','1044441.0','2',    '2','1','10595.39',    '2','1','2550.0',    '1','1','8045.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004422.0','1018874.0','2',    '1','1','3344.16',    '1','0','0.0',    '1','1','3344.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092686.0','1044441.0','1',    '1','1','1973.85',    '1','1','593.45',    '1','1','1380.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002364.0','1018874.0','1',    '1','1','4500.59',    '1','1','1302.19',    '1','1','3198.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090628.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002393.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090657.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004423.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092687.0','1044441.0','1',    '1','1','1989.87',    '1','1','1275.0',    '1','1','714.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004424.0','1018874.0','1',    '1','1','3675.0',    '1','1','1275.0',    '1','1','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092688.0','1044441.0','1',    '1','1','15301.94',    '1','1','3750.88',    '1','1','11551.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004425.0','1018874.0','1',    '1','1','3090.13',    '1','1','27.83',    '1','1','3062.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092689.0','1044441.0','1',    '1','1','759.02',    '0','0','0.0',    '1','1','759.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004426.0','1018874.0','2',    '2','2','3194.5',    '2','2','3194.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092690.0','1044441.0','3',    '3','3','4391.87',    '2','1','275.98',    '3','2','4115.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004427.0','1018874.0','1',    '1','1','1781.1',    '1','1','237.0',    '1','1','1544.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092691.0','1044441.0','1',    '1','1','2041.14',    '1','1','443.76',    '1','1','1597.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004428.0','1018874.0','1',    '1','1','1483.43',    '1','0','0.0',    '1','1','1483.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092692.0','1044441.0','1',    '1','1','2867.27',    '1','0','0.0',    '1','1','2867.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004429.0','1018874.0','1',    '1','1','3871.16',    '1','1','1626.22',    '1','1','2244.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092693.0','1044441.0','3',    '3','3','21668.07',    '3','3','4727.81',    '2','2','16940.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004430.0','1018874.0','1',    '1','1','2723.39',    '0','0','0.0',    '1','1','2723.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092694.0','1044441.0','1',    '1','1','1478.09',    '1','0','0.0',    '1','1','1478.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002863.0','1018874.0','2',    '2','2','7555.06',    '2','2','1949.33',    '2','2','5605.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091127.0','1044441.0','1',    '1','1','558.71',    '0','0','0.0',    '1','1','558.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002597.0','1018874.0','3',    '3','2','8605.48',    '3','2','4341.0',    '3','2','4264.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090861.0','1044441.0','3',    '2','2','6138.92',    '1','1','3519.0',    '1','1','2619.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004431.0','1018874.0','1',    '1','1','723.92',    '1','1','234.98',    '1','1','488.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092695.0','1044441.0','1',    '1','1','1759.76',    '0','0','0.0',    '1','1','1759.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004432.0','1018874.0','1',    '1','1','3609.92',    '1','1','1275.0',    '1','1','2334.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092696.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002716.0','1018874.0','3726',    '3624','3157','6741831.56',    '3267','2118','2588709.26',    '2890','2308','4153122.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090980.0','1044441.0','1',    '1','1','1174.83',    '1','1','90.06',    '1','1','1084.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002691.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090955.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002576.0','1018874.0','1',    '1','1','1489.77',    '0','0','0.0',    '1','1','1489.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090840.0','1044441.0','1',    '1','1','5385.96',    '1','0','0.0',    '1','1','5385.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002725.0','1018874.0','5',    '5','5','10799.17',    '4','4','888.35',    '5','5','9910.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090989.0','1044441.0','1',    '1','1','131.9',    '1','1','131.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002568.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090832.0','1044441.0','2',    '2','2','7202.48',    '2','2','2550.0',    '2','2','4652.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002549.0','1018874.0','1',    '1','1','7645.39',    '1','1','173.88',    '1','1','7471.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090813.0','1044441.0','2',    '2','2','3305.81',    '2','1','530.0',    '2','2','2775.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004433.0','1018874.0','1',    '1','1','1935.24',    '1','1','37.2',    '1','1','1898.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092697.0','1044441.0','1',    '1','1','394.06',    '1','0','0.0',    '1','1','394.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002456.0','1018874.0','1',    '1','1','3351.91',    '1','1','1275.0',    '1','1','2076.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090720.0','1044441.0','1',    '1','1','2053.14',    '1','1','252.9',    '1','1','1800.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004434.0','1018874.0','1',    '1','1','778.6',    '1','1','577.33',    '1','1','201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092698.0','1044441.0','2',    '2','2','1863.06',    '2','1','170.36',    '1','1','1692.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004435.0','1018874.0','1',    '1','1','3969.32',    '1','0','0.0',    '1','1','3969.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092699.0','1044441.0','1',    '1','1','3102.12',    '0','0','0.0',    '1','1','3102.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004436.0','1018874.0','2',    '2','1','2192.96',    '2','0','0.0',    '1','1','2192.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092700.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002854.0','1018874.0','2457',    '2386','2199','5141025.49',    '2188','1453','1664210.78',    '1962','1823','3476814.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091118.0','1044441.0','3',    '3','3','6065.02',    '3','3','2994.2',    '3','2','3070.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004437.0','1018874.0','1',    '1','1','11994.76',    '1','1','295.46',    '1','1','11699.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092701.0','1044441.0','1',    '1','1','847.99',    '1','0','0.0',    '1','1','847.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004438.0','1018874.0','1',    '1','1','4161.5',    '1','0','0.0',    '1','1','4161.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092702.0','1044441.0','1',    '1','1','3735.24',    '1','1','1316.16',    '1','1','2419.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002368.0','1018874.0','2',    '2','2','9789.1',    '2','2','5190.06',    '2','2','4599.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090632.0','1044441.0','1',    '1','1','1991.98',    '1','0','0.0',    '1','1','1991.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004439.0','1018874.0','2',    '2','2','2732.52',    '1','1','90.98',    '2','2','2641.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092703.0','1044441.0','1',    '1','1','289.98',    '1','1','289.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004440.0','1018874.0','5',    '5','5','6301.94',    '5','3','2197.14',    '4','3','4104.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092704.0','1044441.0','1',    '1','1','2361.86',    '1','1','1275.0',    '1','1','1086.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004441.0','1018874.0','1',    '1','1','7068.91',    '1','1','2720.41',    '1','1','4348.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092705.0','1044441.0','1',    '1','1','852.48',    '1','0','0.0',    '1','1','852.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004442.0','1018874.0','1',    '1','1','1963.26',    '1','0','0.0',    '1','1','1963.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092706.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004443.0','1018874.0','1',    '1','1','1598.24',    '1','1','336.13',    '1','1','1262.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092707.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004444.0','1018874.0','1',    '1','1','9266.54',    '1','1','744.0',    '1','1','8522.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092708.0','1044441.0','1',    '1','1','70.2',    '1','1','70.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002795.0','1018874.0','1',    '1','1','3895.91',    '0','0','0.0',    '1','1','3895.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091059.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004445.0','1018874.0','1',    '1','1','2622.1',    '1','1','1012.0',    '1','1','1610.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092709.0','1044441.0','1',    '1','1','1923.21',    '1','0','0.0',    '1','1','1923.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002372.0','1018874.0','1',    '1','1','5382.53',    '1','1','3519.0',    '1','1','1863.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090636.0','1044441.0','2',    '2','2','7359.95',    '2','2','3825.0',    '2','2','3534.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004446.0','1018874.0','2',    '2','2','12169.22',    '2','1','604.0',    '2','2','11565.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092710.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004447.0','1018874.0','1',    '1','1','2722.33',    '1','1','886.8',    '1','1','1835.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092711.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004448.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092712.0','1044441.0','1',    '1','1','2723.17',    '1','1','1275.0',    '1','1','1448.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004449.0','1018874.0','1',    '1','1','2297.0',    '1','1','2297.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092713.0','1044441.0','1',    '1','1','2080.97',    '1','0','0.0',    '1','1','2080.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004450.0','1018874.0','499',    '475','399','954471.88',    '412','232','238691.19',    '398','343','715780.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092714.0','1044441.0','1',    '1','1','405.22',    '1','0','0.0',    '1','1','405.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004451.0','1018874.0','734',    '699','594','1412018.44',    '666','396','432139.28',    '518','435','979879.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092715.0','1044441.0','1',    '1','1','763.0',    '1','1','763.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002370.0','1018874.0','1',    '1','1','824.19',    '1','1','380.76',    '1','1','443.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090634.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002760.0','1018874.0','9',    '9','6','7417.08',    '6','3','1991.64',    '7','4','5425.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091024.0','1044441.0','1',    '1','1','1086.37',    '1','1','437.65',    '1','1','648.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002746.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091010.0','1044441.0','1',    '1','1','2906.16',    '0','0','0.0',    '1','1','2906.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002823.0','1018874.0','1',    '1','1','5392.18',    '1','1','1922.0',    '1','1','3470.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091087.0','1044441.0','9267',    '9042','7720','20640228.25',    '8395','4490','5364454.47',    '7181','6311','15275773.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004452.0','1018874.0','4',    '4','4','9659.51',    '4','2','6069.0',    '3','3','3590.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092716.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004453.0','1018874.0','1',    '1','1','2212.82',    '1','1','1275.0',    '1','1','937.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092717.0','1044441.0','1',    '1','1','231.0',    '1','1','231.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004454.0','1018874.0','2',    '1','1','1211.54',    '1','0','0.0',    '1','1','1211.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092718.0','1044441.0','1',    '1','1','2922.22',    '1','1','873.74',    '1','1','2048.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004455.0','1018874.0','1',    '1','1','1803.39',    '0','0','0.0',    '1','1','1803.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092719.0','1044441.0','1',    '1','1','693.12',    '1','1','693.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002424.0','1018874.0','1',    '1','1','1706.95',    '1','1','324.0',    '1','1','1382.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090688.0','1044441.0','1',    '1','1','263.0',    '1','0','0.0',    '1','1','263.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004456.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092720.0','1044441.0','1',    '1','1','2445.77',    '1','0','0.0',    '1','1','2445.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002715.0','1018874.0','1',    '1','1','856.11',    '1','1','593.11',    '1','1','263.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090979.0','1044441.0','1',    '1','1','4374.5',    '1','1','1275.0',    '1','1','3099.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002396.0','1018874.0','7',    '7','4','17418.55',    '7','3','4296.9',    '5','4','13121.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090660.0','1044441.0','2919',    '2849','2562','10189134.75',    '2681','1819','2369836.69',    '2420','2188','7819298.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004457.0','1018874.0','1',    '1','1','1037.16',    '1','1','348.75',    '1','1','688.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092721.0','1044441.0','1',    '1','1','1915.69',    '1','0','0.0',    '1','1','1915.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004458.0','1018874.0','1',    '1','1','2294.53',    '1','1','609.53',    '1','1','1685.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092722.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002628.0','1018874.0','1',    '1','1','330.0',    '1','1','330.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090892.0','1044441.0','1',    '1','1','1430.51',    '1','0','0.0',    '1','1','1430.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004459.0','1018874.0','1',    '1','1','980.01',    '1','1','237.0',    '1','1','743.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092723.0','1044441.0','1',    '1','1','37.44',    '1','1','37.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002446.0','1018874.0','1',    '1','1','1844.4',    '1','1','309.01',    '1','1','1535.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090710.0','1044441.0','1',    '1','1','890.25',    '1','0','0.0',    '1','1','890.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002477.0','1018874.0','1',    '1','1','949.96',    '1','0','0.0',    '1','1','949.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090741.0','1044441.0','1',    '1','1','1086.51',    '1','1','45.9',    '1','1','1040.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002506.0','1018874.0','1',    '1','1','1069.32',    '1','0','0.0',    '1','1','1069.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090770.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004460.0','1018874.0','1',    '1','1','690.21',    '1','0','0.0',    '1','1','690.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092724.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004461.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092725.0','1044441.0','1',    '1','1','3457.05',    '1','1','461.24',    '1','1','2995.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004462.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092726.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004463.0','1018874.0','1',    '1','1','4966.09',    '1','1','1275.0',    '1','1','3691.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092727.0','1044441.0','1',    '1','1','1248.39',    '1','0','0.0',    '1','1','1248.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004464.0','1018874.0','1',    '1','1','395.67',    '1','1','173.2',    '1','1','222.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092728.0','1044441.0','1',    '1','1','5521.11',    '1','1','3507.0',    '1','1','2014.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004465.0','1018874.0','3',    '3','3','5456.65',    '3','1','37.32',    '3','3','5419.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092729.0','1044441.0','1',    '1','1','2986.6',    '1','0','0.0',    '1','1','2986.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004466.0','1018874.0','1',    '1','1','1187.4',    '1','1','249.58',    '1','1','937.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092730.0','1044441.0','1',    '1','1','2763.35',    '1','0','0.0',    '1','1','2763.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004467.0','1018874.0','10',    '9','8','27003.94',    '8','5','8819.63',    '8','8','18184.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092731.0','1044441.0','1',    '1','1','854.06',    '1','1','854.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002743.0','1018874.0','1',    '1','1','1746.35',    '0','0','0.0',    '1','1','1746.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091007.0','1044441.0','1',    '1','1','503.03',    '1','1','503.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004468.0','1018874.0','1',    '1','1','2035.68',    '1','0','0.0',    '1','1','2035.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092732.0','1044441.0','1',    '1','1','7936.08',    '1','1','2648.99',    '1','1','5287.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004469.0','1018874.0','2',    '2','2','3543.3',    '2','2','1630.02',    '2','1','1913.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092733.0','1044441.0','1',    '1','1','6360.95',    '1','1','998.79',    '1','1','5362.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004470.0','1018874.0','1',    '1','1','714.87',    '0','0','0.0',    '1','1','714.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092734.0','1044441.0','1',    '1','1','3000.41',    '1','1','1442.15',    '1','1','1558.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004471.0','1018874.0','2',    '2','2','4119.25',    '2','2','2550.0',    '1','1','1569.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092735.0','1044441.0','2',    '2','2','2515.64',    '2','1','29.11',    '2','2','2486.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002827.0','1018874.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091091.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004472.0','1018874.0','2',    '2','2','4766.95',    '2','2','1829.17',    '2','2','2937.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092736.0','1044441.0','2',    '2','2','2420.31',    '2','1','632.36',    '2','1','1787.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002608.0','1018874.0','1',    '1','1','2871.08',    '1','1','1275.0',    '1','1','1596.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090872.0','1044441.0','2',    '2','2','9516.97',    '2','1','2550.0',    '2','2','6966.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002643.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090907.0','1044441.0','5607',    '5437','4627','11581376.9',    '5070','3106','3755293.52',    '4137','3541','7826083.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004473.0','1018874.0','1',    '1','1','1404.1',    '1','1','911.4',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092737.0','1044441.0','1',    '1','1','1396.93',    '1','0','0.0',    '1','1','1396.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002520.0','1018874.0','1',    '1','1','1248.39',    '1','0','0.0',    '1','1','1248.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090784.0','1044441.0','4',    '4','4','20344.15',    '4','4','7279.39',    '4','4','13064.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002730.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090994.0','1044441.0','1',    '1','1','1020.87',    '1','1','186.0',    '1','1','834.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002697.0','1018874.0','1',    '1','1','2771.44',    '1','1','260.52',    '1','1','2510.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090961.0','1044441.0','1',    '1','1','4808.37',    '1','1','2550.0',    '1','1','2258.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004474.0','1018874.0','1',    '1','1','3466.39',    '1','1','2481.0',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092738.0','1044441.0','1',    '1','1','2965.49',    '1','1','2965.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002771.0','1018874.0','1',    '1','1','17851.91',    '1','1','7344.0',    '1','1','10507.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091035.0','1044441.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004475.0','1018874.0','1',    '1','1','201.27',    '1','0','0.0',    '1','1','201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092739.0','1044441.0','1',    '1','1','1883.39',    '1','1','898.0',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004476.0','1018874.0','2',    '2','2','7825.6',    '2','2','4640.05',    '1','1','3185.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092740.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004477.0','1018874.0','1',    '1','1','8946.42',    '1','1','5100.0',    '1','1','3846.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092741.0','1044441.0','1',    '1','1','3181.16',    '1','1','2550.0',    '1','1','631.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004478.0','1018874.0','1',    '1','1','9775.89',    '1','1','925.11',    '1','1','8850.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092742.0','1044441.0','2',    '2','1','3150.0',    '2','1','1275.0',    '1','1','1875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004479.0','1018874.0','1',    '1','1','201.27',    '1','0','0.0',    '1','1','201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092743.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004480.0','1018874.0','121',    '68','9','10311.71',    '59','1','604.0',    '40','8','9707.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092744.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004481.0','1018874.0','18',    '18','11','23489.55',    '17','5','2349.05',    '16','11','21140.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092745.0','1044441.0','2',    '2','2','4104.27',    '2','1','1275.0',    '2','2','2829.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004482.0','1018874.0','1',    '1','1','1544.1',    '1','0','0.0',    '1','1','1544.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092746.0','1044441.0','2',    '2','2','1437.67',    '2','2','1437.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004483.0','1018874.0','1',    '1','1','264.0',    '1','1','264.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092747.0','1044441.0','2878',    '2835','2369','6196102.07',    '2579','1351','1284879.72',    '2510','2091','4911222.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004484.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092748.0','1044441.0','1',    '1','1','156.2',    '1','1','156.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004485.0','1018874.0','1',    '1','1','8956.88',    '1','1','3176.31',    '1','1','5780.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092749.0','1044441.0','1',    '1','1','2008.27',    '1','1','1449.56',    '1','1','558.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004486.0','1018874.0','1',    '1','1','492.7',    '1','0','0.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092750.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004487.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092751.0','1044441.0','1',    '1','1','2415.9',    '1','0','0.0',    '1','1','2415.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004488.0','1018874.0','2',    '2','2','3282.92',    '2','0','0.0',    '2','2','3282.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092752.0','1044441.0','1',    '1','1','273.72',    '1','0','0.0',    '1','1','273.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002402.0','1018874.0','405',    '383','293','465477.58',    '338','175','151564.85',    '315','241','313912.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090666.0','1044441.0','1',    '1','1','2081.52',    '1','0','0.0',    '1','1','2081.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002600.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090864.0','1044441.0','2',    '2','2','2612.05',    '2','2','2119.35',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002612.0','1018874.0','3740',    '3614','3005','7963024.57',    '3346','1793','2280792.75',    '2829','2403','5682231.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090876.0','1044441.0','1',    '1','1','342.17',    '1','0','0.0',    '1','1','342.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002403.0','1018874.0','1',    '1','1','445.12',    '1','0','0.0',    '1','1','445.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090667.0','1044441.0','334',    '318','267','643230.76',    '275','131','181077.16',    '270','224','462153.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002521.0','1018874.0','52',    '47','30','81650.46',    '42','18','26281.08',    '30','24','55369.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090785.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002409.0','1018874.0','1',    '1','1','5794.92',    '1','1','2550.0',    '1','1','3244.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090673.0','1044441.0','1758',    '1687','1574','6803141.67',    '1596','1195','1941745.96',    '1358','1249','4861395.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002875.0','1018874.0','1',    '1','1','1964.78',    '1','1','1964.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091139.0','1044441.0','1',    '1','1','2526.78',    '1','1','288.72',    '1','1','2238.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002927.0','1018874.0','1',    '1','1','829.06',    '1','1','829.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091191.0','1044441.0','1',    '1','1','3002.73',    '1','1','360.8',    '1','1','2641.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004489.0','1018874.0','12',    '12','12','33974.64',    '11','8','12636.68',    '10','10','21337.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092753.0','1044441.0','1',    '1','1','1090.18',    '1','1','732.74',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004490.0','1018874.0','1',    '1','1','2808.66',    '1','1','201.62',    '1','1','2607.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092754.0','1044441.0','1',    '1','1','5132.7',    '1','1','324.0',    '1','1','4808.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004491.0','1018874.0','2154',    '2108','1709','2690925.27',    '1963','1041','586537.06',    '1837','1476','2104388.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092755.0','1044441.0','1',    '1','1','2744.1',    '1','0','0.0',    '1','1','2744.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004492.0','1018874.0','1',    '1','1','243.0',    '1','1','243.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092756.0','1044441.0','1',    '1','1','3666.91',    '1','1','1755.9',    '1','1','1911.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004493.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092757.0','1044441.0','2',    '2','2','1624.74',    '2','1','235.53',    '2','2','1389.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004494.0','1018874.0','2',    '2','2','6110.83',    '2','1','877.07',    '2','2','5233.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092758.0','1044441.0','2',    '2','1','2302.83',    '2','1','1275.0',    '1','1','1027.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004495.0','1018874.0','1',    '1','1','8685.46',    '1','1','2080.11',    '1','1','6605.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092759.0','1044441.0','1',    '1','1','3261.62',    '1','1','1275.0',    '1','1','1986.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004496.0','1018874.0','1',    '1','1','4114.25',    '1','1','2072.4',    '1','1','2041.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092760.0','1044441.0','937',    '902','785','2031383.31',    '767','430','539006.19',    '784','690','1492377.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004497.0','1018874.0','2',    '2','2','12300.73',    '2','2','2940.79',    '2','2','9359.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092761.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004498.0','1018874.0','1',    '1','1','631.16',    '1','0','0.0',    '1','1','631.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092762.0','1044441.0','1',    '1','1','4526.28',    '1','1','1275.0',    '1','1','3251.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004499.0','1018874.0','1',    '1','1','1970.78',    '1','0','0.0',    '1','1','1970.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092763.0','1044441.0','1',    '1','1','2565.62',    '1','1','1275.0',    '1','1','1290.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004500.0','1018874.0','1',    '1','1','908.24',    '1','1','575.47',    '1','1','332.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092764.0','1044441.0','1',    '1','1','201.27',    '1','0','0.0',    '1','1','201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004501.0','1018874.0','6',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092765.0','1044441.0','1',    '1','1','632.49',    '1','1','358.77',    '1','1','273.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002872.0','1018874.0','1',    '1','1','2266.24',    '1','1','1012.0',    '1','1','1254.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091136.0','1044441.0','4',    '4','3','5300.68',    '3','0','0.0',    '4','3','5300.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002601.0','1018874.0','3',    '3','3','3045.0',    '3','1','519.06',    '3','3','2525.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090865.0','1044441.0','1',    '1','1','3519.59',    '1','0','0.0',    '1','1','3519.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002522.0','1018874.0','5153',    '5044','4421','10378732.98',    '4672','2705','3375474.97',    '4423','3860','7003258.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090786.0','1044441.0','1',    '1','1','440.0',    '1','1','440.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002749.0','1018874.0','1',    '1','1','1480.71',    '1','1','1480.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091013.0','1044441.0','1',    '1','1','137.61',    '1','0','0.0',    '1','1','137.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004502.0','1018874.0','1',    '1','1','2573.28',    '1','1','157.38',    '1','1','2415.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092766.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002637.0','1018874.0','1',    '1','1','4927.27',    '1','1','1275.0',    '1','1','3652.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090901.0','1044441.0','3',    '3','3','15912.46',    '3','3','3798.0',    '3','3','12114.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004503.0','1018874.0','1726',    '1641','1261','4348850.17',    '1519','821','1311667.63',    '1275','1003','3037182.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092767.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004504.0','1018874.0','1',    '1','1','2463.26',    '1','1','880.0',    '1','1','1583.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092768.0','1044441.0','4',    '4','4','9347.9',    '3','1','2236.42',    '4','4','7111.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002808.0','1018874.0','2',    '2','2','4024.12',    '2','2','2787.0',    '1','1','1237.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091072.0','1044441.0','1',    '1','1','839.16',    '1','1','839.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004505.0','1018874.0','1',    '1','1','357.44',    '0','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092769.0','1044441.0','1',    '1','1','66.0',    '1','1','66.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004506.0','1018874.0','2',    '2','1','9422.18',    '1','0','0.0',    '1','1','9422.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092770.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004507.0','1018874.0','4',    '4','4','9791.3',    '3','3','6544.72',    '4','3','3246.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092771.0','1044441.0','1',    '1','1','1392.7',    '1','1','1392.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004508.0','1018874.0','5162',    '5036','4019','9874928.54',    '4632','2393','3344012.45',    '3935','3183','6530916.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092772.0','1044441.0','4',    '4','3','3941.73',    '4','3','823.06',    '1','1','3118.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004509.0','1018874.0','2',    '2','2','1865.88',    '2','1','213.83',    '2','2','1652.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092773.0','1044441.0','2',    '2','1','1718.12',    '2','0','0.0',    '1','1','1718.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004510.0','1018874.0','1',    '1','1','201.27',    '1','0','0.0',    '1','1','201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092774.0','1044441.0','1',    '1','1','1632.44',    '1','1','1275.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004511.0','1018874.0','1268',    '1225','1022','2607445.61',    '1129','648','831359.96',    '984','824','1776085.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092775.0','1044441.0','1',    '1','1','967.76',    '1','1','565.23',    '1','1','402.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004512.0','1018874.0','1',    '1','1','6867.6',    '1','0','0.0',    '1','1','6867.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092776.0','1044441.0','3',    '3','1','1478.09',    '3','0','0.0',    '2','1','1478.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004513.0','1018874.0','3',    '3','2','7057.7',    '3','2','3287.0',    '3','2','3770.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092777.0','1044441.0','1',    '1','1','2011.42',    '1','1','580.91',    '1','1','1430.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004514.0','1018874.0','3',    '3','3','5157.27',    '3','3','3679.18',    '1','1','1478.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092778.0','1044441.0','1',    '1','1','1033.9',    '1','1','541.2',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004515.0','1018874.0','1',    '1','1','558.71',    '1','0','0.0',    '1','1','558.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092779.0','1044441.0','1',    '1','1','11727.86',    '1','1','3681.0',    '1','1','8046.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004516.0','1018874.0','1',    '1','1','1009.88',    '1','1','667.71',    '1','1','342.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092780.0','1044441.0','1',    '1','1','402.53',    '1','0','0.0',    '1','1','402.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002813.0','1018874.0','1',    '1','1','671.7',    '1','1','179.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091077.0','1044441.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004517.0','1018874.0','1',    '1','1','2201.19',    '1','1','420.7',    '1','1','1780.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092781.0','1044441.0','1',    '1','1','2162.42',    '0','0','0.0',    '1','1','2162.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004518.0','1018874.0','1',    '1','1','8506.05',    '1','0','0.0',    '1','1','8506.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092782.0','1044441.0','1',    '1','1','1628.03',    '0','0','0.0',    '1','1','1628.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004519.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092783.0','1044441.0','1',    '1','1','11188.96',    '1','1','5540.0',    '1','1','5648.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002685.0','1018874.0','1',    '1','1','2061.67',    '1','0','0.0',    '1','1','2061.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090949.0','1044441.0','2',    '2','1','794.88',    '1','1','794.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002918.0','1018874.0','2',    '2','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091182.0','1044441.0','134',    '130','117','284566.91',    '122','70','67271.58',    '118','101','217295.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004520.0','1018874.0','1',    '1','1','2520.13',    '0','0','0.0',    '1','1','2520.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092784.0','1044441.0','1',    '1','1','4493.39',    '1','1','693.84',    '1','1','3799.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002689.0','1018874.0','1',    '1','1','985.39',    '1','0','0.0',    '1','1','985.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090953.0','1044441.0','1',    '1','1','630.31',    '1','0','0.0',    '1','1','630.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004521.0','1018874.0','3',    '3','2','1126.02',    '3','1','92.4',    '1','1','1033.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092785.0','1044441.0','27',    '26','22','48737.53',    '24','14','16501.96',    '19','17','32235.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004522.0','1018874.0','632',    '605','527','1645419.48',    '524','248','341922.19',    '534','466','1303497.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092786.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002806.0','1018874.0','1',    '1','1','2324.94',    '1','0','0.0',    '1','1','2324.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091070.0','1044441.0','17',    '7','3','8086.15',    '6','2','3870.0',    '4','3','4216.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004523.0','1018874.0','1900',    '1840','1636','4827933.39',    '1654','1008','1446284.83',    '1452','1312','3381648.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092787.0','1044441.0','1',    '1','1','492.7',    '1','0','0.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002650.0','1018874.0','2654',    '2567','2234','4877054.44',    '2212','1036','1234892.67',    '2225','2003','3642161.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090914.0','1044441.0','3710',    '3593','2788','7743413.09',    '3232','1439','1628830.43',    '2979','2419','6114582.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004524.0','1018874.0','1',    '1','1','1810.13',    '1','1','1275.0',    '1','1','535.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092788.0','1044441.0','1',    '1','1','495.05',    '1','0','0.0',    '1','1','495.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004525.0','1018874.0','1',    '1','1','3392.26',    '1','1','2356.12',    '1','1','1036.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092789.0','1044441.0','1',    '1','1','659.46',    '1','1','659.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004526.0','1018874.0','2',    '2','1','1840.57',    '2','0','0.0',    '1','1','1840.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092790.0','1044441.0','1',    '1','1','5256.39',    '1','1','1194.0',    '1','1','4062.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004527.0','1018874.0','1',    '1','1','7448.4',    '1','1','1589.38',    '1','1','5859.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092791.0','1044441.0','4459',    '4335','3627','9465233.04',    '3931','1885','1939172.93',    '3595','3134','7526060.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004528.0','1018874.0','5898',    '5738','4763','13770090.75',    '5281','2803','3584190.38',    '4648','3944','10185900.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092792.0','1044441.0','1',    '1','1','4952.88',    '1','1','3321.1',    '1','1','1631.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004529.0','1018874.0','1',    '1','1','3301.39',    '1','0','0.0',    '1','1','3301.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092793.0','1044441.0','1',    '1','1','4408.48',    '1','1','1396.16',    '1','1','3012.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004530.0','1018874.0','2',    '2','2','6621.7',    '2','1','689.7',    '2','1','5932.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092794.0','1044441.0','1',    '1','1','988.69',    '1','1','65.15',    '1','1','923.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004531.0','1018874.0','1',    '1','1','1006.63',    '1','0','0.0',    '1','1','1006.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092795.0','1044441.0','38',    '35','28','59636.42',    '30','13','11582.98',    '28','22','48053.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004532.0','1018874.0','1',    '1','1','511.47',    '1','1','310.2',    '1','1','201.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092796.0','1044441.0','1',    '1','1','730.75',    '1','0','0.0',    '1','1','730.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004533.0','1018874.0','3',    '3','3','16612.16',    '3','2','2287.0',    '3','3','14325.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092797.0','1044441.0','2',    '2','2','4270.37',    '2','0','0.0',    '2','2','4270.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004534.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092798.0','1044441.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004535.0','1018874.0','2',    '2','2','7247.77',    '2','1','5093.76',    '1','1','2154.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092799.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004536.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092800.0','1044441.0','1',    '1','1','2114.33',    '1','1','1038.9',    '1','1','1075.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004537.0','1018874.0','1',    '1','1','2676.97',    '1','1','552.49',    '1','1','2124.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092801.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004538.0','1018874.0','1',    '1','1','3765.81',    '1','0','0.0',    '1','1','3765.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092802.0','1044441.0','892',    '868','786','2124215.57',    '770','461','541792.48',    '774','705','1582423.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004539.0','1018874.0','1',    '1','1','1430.51',    '1','0','0.0',    '1','1','1430.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092803.0','1044441.0','1',    '1','1','992.02',    '1','1','57.96',    '1','1','934.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002410.0','1018874.0','2',    '2','2','9558.47',    '2','2','4470.6',    '1','1','5087.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090674.0','1044441.0','2',    '2','2','9924.01',    '2','1','3456.0',    '2','2','6468.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002647.0','1018874.0','1',    '1','1','263.0',    '1','0','0.0',    '1','1','263.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090911.0','1044441.0','1',    '1','1','1882.16',    '1','1','219.02',    '1','1','1663.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002731.0','1018874.0','7',    '7','5','1566.24',    '7','5','1566.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090995.0','1044441.0','3',    '3','3','7429.25',    '3','2','3622.94',    '3','2','3806.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004540.0','1018874.0','1',    '1','1','2930.89',    '1','1','1194.0',    '1','1','1736.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092804.0','1044441.0','1',    '1','1','1690.96',    '1','0','0.0',    '1','1','1690.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004541.0','1018874.0','1',    '1','1','1735.77',    '1','1','21.84',    '1','1','1713.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092805.0','1044441.0','1',    '1','1','3045.0',    '1','1','3045.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002754.0','1018874.0','1',    '1','1','4933.52',    '1','1','396.43',    '1','1','4537.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091018.0','1044441.0','316',    '307','227','573849.02',    '279','145','212890.5',    '228','175','360958.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004542.0','1018874.0','5548',    '5406','4533','10820483.6',    '5044','3231','4063283.6',    '4323','3528','6757200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092806.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004543.0','1018874.0','3',    '3','2','2324.97',    '3','1','66.64',    '2','2','2258.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092807.0','1044441.0','10',    '10','0','0.0',    '10','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004544.0','1018874.0','1',    '1','1','4537.45',    '1','1','710.0',    '1','1','3827.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092808.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004545.0','1018874.0','3',    '3','2','4598.56',    '3','1','586.52',    '3','2','4012.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092809.0','1044441.0','262',    '247','189','386576.87',    '228','107','137326.09',    '192','162','249250.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004546.0','1018874.0','1',    '1','1','449.16',    '1','1','449.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092810.0','1044441.0','1',    '1','1','4485.34',    '1','0','0.0',    '1','1','4485.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004547.0','1018874.0','1',    '1','1','10530.68',    '1','1','5100.0',    '1','1','5430.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092811.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002676.0','1018874.0','1',    '1','1','2231.62',    '1','1','90.06',    '1','1','2141.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090940.0','1044441.0','295',    '286','231','571700.05',    '261','161','214794.39',    '226','180','356905.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004548.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092812.0','1044441.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004549.0','1018874.0','1',    '1','1','1295.26',    '1','0','0.0',    '1','1','1295.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092813.0','1044441.0','2',    '2','1','2767.54',    '2','1','1412.42',    '2','1','1355.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004550.0','1018874.0','1',    '1','1','3463.92',    '1','1','1626.04',    '1','1','1837.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092814.0','1044441.0','1',    '1','1','2862.8',    '1','1','2862.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004551.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092815.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004552.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092816.0','1044441.0','1',    '1','1','110.94',    '1','1','110.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004553.0','1018874.0','1',    '1','1','1943.88',    '1','1','750.06',    '1','1','1193.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092817.0','1044441.0','2',    '2','1','2145.97',    '2','0','0.0',    '1','1','2145.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004554.0','1018874.0','1',    '1','1','818.46',    '1','1','176.82',    '1','1','641.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092818.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004555.0','1018874.0','1',    '1','1','492.7',    '1','0','0.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092819.0','1044441.0','1',    '1','1','520.53',    '1','1','27.83',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004556.0','1018874.0','1',    '1','1','13873.84',    '1','1','1275.0',    '1','1','12598.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092820.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004557.0','1018874.0','2',    '2','2','4118.81',    '2','1','502.53',    '2','2','3616.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092821.0','1044441.0','772',    '758','687','1499467.07',    '694','382','419475.89',    '653','595','1079991.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004558.0','1018874.0','1',    '1','1','954.21',    '1','1','264.0',    '1','1','690.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092822.0','1044441.0','1',    '1','1','747.16',    '1','1','747.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004559.0','1018874.0','1',    '1','1','3855.4',    '1','1','1275.0',    '1','1','2580.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092823.0','1044441.0','1',    '1','1','1295.26',    '1','0','0.0',    '1','1','1295.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002606.0','1018874.0','4',    '4','2','558.71',    '4','0','0.0',    '3','2','558.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090870.0','1044441.0','1',    '1','1','2478.51',    '1','1','1437.9',    '1','1','1040.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004560.0','1018874.0','1',    '1','1','2788.05',    '1','1','2550.0',    '1','1','238.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092824.0','1044441.0','3',    '3','3','2950.07',    '3','1','157.38',    '3','3','2792.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002728.0','1018874.0','1',    '1','1','3536.0',    '1','1','3536.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090992.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004561.0','1018874.0','1',    '1','1','730.75',    '1','0','0.0',    '1','1','730.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092825.0','1044441.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002687.0','1018874.0','1',    '1','1','4217.07',    '1','1','2550.0',    '1','1','1667.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090951.0','1044441.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002679.0','1018874.0','1',    '1','1','3580.27',    '1','0','0.0',    '1','1','3580.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090943.0','1044441.0','1',    '1','1','2212.82',    '1','1','1275.0',    '1','1','937.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004562.0','1018874.0','2',    '2','1','5222.64',    '2','1','578.12',    '1','1','4644.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092826.0','1044441.0','1',    '1','1','7122.53',    '1','1','2550.0',    '1','1','4572.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002770.0','1018874.0','1',    '1','1','11970.32',    '1','0','0.0',    '1','1','11970.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091034.0','1044441.0','2',    '2','2','4960.47',    '2','1','11.88',    '2','2','4948.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004563.0','1018874.0','2',    '2','1','2651.39',    '2','0','0.0',    '2','1','2651.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092827.0','1044441.0','1',    '1','1','5131.88',    '1','1','1275.0',    '1','1','3856.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002920.0','1018874.0','1',    '1','1','4170.91',    '1','1','1275.0',    '1','1','2895.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091184.0','1044441.0','1',    '1','1','4357.9',    '1','0','0.0',    '1','1','4357.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004564.0','1018874.0','1164',    '1134','975','2832971.46',    '1078','596','648347.73',    '921','809','2184623.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092828.0','1044441.0','10',    '10','8','24248.58',    '9','4','4639.89',    '8','7','19608.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004565.0','1018874.0','1',    '1','1','937.82',    '1','0','0.0',    '1','1','937.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092829.0','1044441.0','1',    '1','1','2498.77',    '1','1','378.05',    '1','1','2120.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004566.0','1018874.0','1',    '1','1','2540.2',    '1','1','846.38',    '1','1','1693.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092830.0','1044441.0','1',    '1','1','2419.4',    '1','0','0.0',    '1','1','2419.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004567.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092831.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004568.0','1018874.0','2',    '2','2','2328.23',    '2','0','0.0',    '2','2','2328.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092832.0','1044441.0','1',    '1','1','1382.95',    '1','0','0.0',    '1','1','1382.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004569.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092833.0','1044441.0','1',    '1','1','1526.07',    '1','1','429.94',    '1','1','1096.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004570.0','1018874.0','1',    '1','1','3588.68',    '1','1','2494.1',    '1','1','1094.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092834.0','1044441.0','3',    '3','2','4016.08',    '3','2','2397.96',    '2','1','1618.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004571.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092835.0','1044441.0','1',    '1','1','677.6',    '1','1','446.72',    '1','1','230.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004572.0','1018874.0','1',    '1','1','4062.21',    '1','1','2406.0',    '1','1','1656.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092836.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004573.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092837.0','1044441.0','1',    '1','1','6490.69',    '1','0','0.0',    '1','1','6490.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004574.0','1018874.0','1',    '1','1','4379.37',    '1','1','4379.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092838.0','1044441.0','1',    '1','1','1380.4',    '0','0','0.0',    '1','1','1380.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004575.0','1018874.0','1',    '1','1','885.97',    '1','0','0.0',    '1','1','885.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092839.0','1044441.0','1',    '1','1','576.56',    '1','1','66.21',    '1','1','510.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004576.0','1018874.0','2',    '2','2','811.76',    '2','1','225.6',    '1','1','586.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092840.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004577.0','1018874.0','1',    '1','1','662.2',    '1','1','169.5',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092841.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004578.0','1018874.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092842.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004579.0','1018874.0','2',    '2','2','1018.49',    '2','2','946.0',    '2','1','72.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092843.0','1044441.0','1',    '1','1','357.44',    '1','0','0.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004580.0','1018874.0','1',    '1','1','7910.71',    '1','1','604.0',    '1','1','7306.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092844.0','1044441.0','5',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002722.0','1018874.0','1',    '1','1','2608.49',    '1','0','0.0',    '1','1','2608.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090986.0','1044441.0','213',    '205','150','388804.69',    '194','69','73877.05',    '167','137','314927.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002407.0','1018874.0','1',    '1','1','1632.44',    '1','1','1275.0',    '1','1','357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090671.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002729.0','1018874.0','2',    '2','1','2332.6',    '2','0','0.0',    '2','1','2332.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090993.0','1044441.0','1',    '1','1','1321.11',    '1','1','62.0',    '1','1','1259.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002837.0','1018874.0','6048',    '5872','5233','15272557.08',    '5441','3377','4203717.65',    '4961','4329','11068839.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091101.0','1044441.0','2',    '2','2','2450.87',    '2','1','1275.0',    '2','2','1175.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002651.0','1018874.0','1',    '1','1','2968.51',    '1','1','1275.0',    '1','1','1693.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090915.0','1044441.0','1',    '1','1','297.6',    '1','1','297.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002699.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090963.0','1044441.0','1',    '1','1','1837.59',    '1','0','0.0',    '1','1','1837.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004581.0','1018874.0','14',    '14','11','24235.36',    '12','7','8042.2',    '11','10','16193.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092845.0','1044441.0','2435',    '2385','2068','4435845.77',    '2222','1327','1239325.77',    '2045','1668','3196520.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004582.0','1018874.0','1',    '1','1','2414.0',    '1','1','1330.45',    '1','1','1083.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092846.0','1044441.0','1',    '1','1','4250.21',    '0','0','0.0',    '1','1','4250.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004583.0','1018874.0','3227',    '3157','2606','4641669.74',    '2994','1779','1715332.21',    '2388','1936','2926337.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092847.0','1044441.0','1',    '1','1','2040.64',    '1','1','120.87',    '1','1','1919.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004584.0','1018874.0','827',    '801','692','1058852.67',    '718','404','292006.4',    '656','559','766846.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092848.0','1044441.0','2',    '2','2','3505.7',    '2','2','3505.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004585.0','1018874.0','1',    '1','1','2013.71',    '1','0','0.0',    '1','1','2013.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092849.0','1044441.0','401',    '389','281','645220.03',    '367','158','136638.26',    '303','231','508581.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004586.0','1018874.0','1',    '1','1','6653.94',    '1','1','682.95',    '1','1','5970.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092850.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004587.0','1018874.0','8',    '8','6','15261.96',    '8','4','5814.4',    '8','4','9447.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092851.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004588.0','1018874.0','1',    '1','1','1497.52',    '1','1','1497.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092852.0','1044441.0','1',    '1','1','1833.69',    '1','1','446.4',    '1','1','1387.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004589.0','1018874.0','1',    '1','1','5523.09',    '1','1','1733.8',    '1','1','3789.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092853.0','1044441.0','1',    '1','1','5403.9',    '1','0','0.0',    '1','1','5403.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004590.0','1018874.0','1',    '1','1','4133.49',    '1','1','1275.0',    '1','1','2858.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092854.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004591.0','1018874.0','1',    '1','1','5543.91',    '1','1','1012.0',    '1','1','4531.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092855.0','1044441.0','1',    '1','1','2486.42',    '1','1','2486.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004592.0','1018874.0','517',    '501','414','750933.09',    '476','295','307750.66',    '367','299','443182.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092856.0','1044441.0','2',    '2','2','4541.22',    '2','1','1012.0',    '2','2','3529.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004593.0','1018874.0','3',    '3','2','2286.96',    '3','0','0.0',    '3','2','2286.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092857.0','1044441.0','1',    '1','1','2876.08',    '1','1','540.96',    '1','1','2335.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004594.0','1018874.0','1',    '1','1','4352.42',    '1','1','2098.14',    '1','1','2254.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092858.0','1044441.0','1',    '1','1','333.09',    '1','0','0.0',    '1','1','333.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004595.0','1018874.0','1',    '1','1','1430.51',    '1','0','0.0',    '1','1','1430.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092859.0','1044441.0','1',    '1','1','4510.8',    '1','0','0.0',    '1','1','4510.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004596.0','1018874.0','1',    '1','1','7040.24',    '1','1','549.08',    '1','1','6491.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092860.0','1044441.0','1',    '1','1','237.0',    '1','1','237.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004597.0','1018874.0','2',    '2','2','5218.3',    '2','2','2550.0',    '1','1','2668.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092861.0','1044441.0','3',    '3','2','1244.89',    '3','1','37.32',    '2','1','1207.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004598.0','1018874.0','1',    '1','1','3355.09',    '1','0','0.0',    '1','1','3355.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092862.0','1044441.0','11',    '11','9','45511.54',    '10','5','9428.62',    '7','7','36082.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004599.0','1018874.0','1',    '1','1','4803.75',    '1','1','2447.44',    '1','1','2356.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092863.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004600.0','1018874.0','1923',    '1860','1476','3874765.16',    '1725','966','1396657.96',    '1456','1195','2478107.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092864.0','1044441.0','909',    '882','683','2550301.01',    '839','428','721843.56',    '753','595','1828457.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004601.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092865.0','1044441.0','1',    '1','1','1825.82',    '1','1','888.0',    '1','1','937.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002824.0','1018874.0','1',    '1','1','2610.15',    '1','1','89.28',    '1','1','2520.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091088.0','1044441.0','1',    '1','1','31.79',    '1','1','31.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004602.0','1018874.0','3604',    '3523','3057','7829357.52',    '3224','2117','2703857.16',    '2871','2474','5125500.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092866.0','1044441.0','3',    '3','3','2212.56',    '3','3','679.25',    '3','1','1533.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002838.0','1018874.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091102.0','1044441.0','176',    '116','71','219004.4',    '111','70','180820.73',    '42','13','38183.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004603.0','1018874.0','79',    '55','31','64506.88',    '51','26','52639.14',    '27','13','11867.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092867.0','1044441.0','6',    '6','2','2097.25',    '6','2','2097.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002634.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090898.0','1044441.0','8200',    '7993','6832','22318326.17',    '7536','4425','6137265.99',    '6490','5651','16181060.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002434.0','1018874.0','1',    '1','1','515.94',    '1','1','515.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090698.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002805.0','1018874.0','2',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091069.0','1044441.0','3',    '3','1','225.9',    '3','0','0.0',    '2','1','225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004604.0','1018874.0','5',    '4','2','2553.69',    '4','2','2327.79',    '2','1','225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092868.0','1044441.0','121',    '84','43','123154.13',    '79','41','93357.3',    '41','15','29796.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004605.0','1018874.0','4',    '3','3','4826.92',    '3','3','4826.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092869.0','1044441.0','2',    '2','2','1868.5',    '2','2','1868.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002412.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090676.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004606.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092870.0','1044441.0','4',    '4','2','8790.41',    '4','2','7650.0',    '2','1','1140.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004607.0','1018874.0','35',    '19','16','88913.67',    '18','16','55074.86',    '14','6','33838.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092871.0','1044441.0','1',    '1','1','1901.6',    '1','1','1901.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004608.0','1018874.0','53',    '43','37','104917.56',    '43','33','88643.6',    '21','10','16273.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092872.0','1044441.0','5',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004609.0','1018874.0','36',    '25','19','49790.67',    '25','17','31249.33',    '8','5','18541.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092873.0','1044441.0','457',    '363','279','1010615.84',    '354','267','814523.37',    '158','100','196092.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004610.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092874.0','1044441.0','3',    '3','1','6873.69',    '3','1','2492.0',    '2','1','4381.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004611.0','1018874.0','2',    '2','2','7786.87',    '2','2','2454.37',    '2','2','5332.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092875.0','1044441.0','7',    '5','2','9360.9',    '5','2','9135.0',    '2','1','225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002400.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090664.0','1044441.0','29',    '20','14','41037.22',    '19','14','26617.82',    '12','5','14419.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004612.0','1018874.0','9',    '8','4','8352.38',    '7','4','7443.75',    '5','1','908.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092876.0','1044441.0','304',    '205','128','388916.56',    '177','112','244634.09',    '129','53','144282.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002807.0','1018874.0','2',    '2','2','11500.0',    '2','2','11500.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091071.0','1044441.0','1',    '1','1','503.88',    '1','1','503.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004613.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092877.0','1044441.0','85',    '75','43','108742.58',    '72','42','80568.43',    '27','10','28174.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002753.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091017.0','1044441.0','1',    '1','1','3751.82',    '1','1','2694.0',    '1','1','1057.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004614.0','1018874.0','96',    '75','57','225001.95',    '75','55','169966.17',    '34','18','55035.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092878.0','1044441.0','1',    '1','1','2863.82',    '1','1','2863.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002616.0','1018874.0','5',    '5','1','815.12',    '5','1','815.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090880.0','1044441.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004615.0','1018874.0','1',    '1','1','2021.2',    '1','0','0.0',    '1','1','2021.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092879.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004616.0','1018874.0','1',    '1','1','1887.48',    '1','1','1275.0',    '1','1','612.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092880.0','1044441.0','2',    '2','1','3451.14',    '2','1','3451.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002864.0','1018874.0','15',    '14','6','26423.87',    '14','5','12889.51',    '5','3','13534.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091128.0','1044441.0','17',    '14','13','30990.69',    '13','11','29014.72',    '8','4','1975.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004617.0','1018874.0','6',    '6','2','1236.15',    '5','1','446.0',    '3','1','790.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092881.0','1044441.0','2',    '2','1','624.0',    '2','1','624.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004618.0','1018874.0','9',    '7','6','17424.84',    '7','6','17071.11',    '5','1','353.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092882.0','1044441.0','4',    '4','4','16593.46',    '4','4','16070.18',    '2','1','523.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002692.0','1018874.0','13',    '10','6','9385.13',    '8','4','8602.51',    '7','3','782.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090956.0','1044441.0','1',    '1','1','492.7',    '1','0','0.0',    '1','1','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004619.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092883.0','1044441.0','1',    '1','1','344.69',    '1','1','344.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004620.0','1018874.0','7',    '6','2','9628.94',    '6','2','9628.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092884.0','1044441.0','15',    '14','9','25271.16',    '13','8','23558.36',    '6','3','1712.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004621.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092885.0','1044441.0','1',    '1','1','3629.92',    '1','1','495.44',    '1','1','3134.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004622.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092886.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002868.0','1018874.0','2',    '2','1','1825.0',    '2','1','1275.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091132.0','1044441.0','7',    '5','4','7251.12',    '5','4','7235.02',    '2','1','16.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004623.0','1018874.0','2',    '2','1','1275.0',    '2','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092887.0','1044441.0','13',    '5','2','3288.0',    '5','2','3288.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004624.0','1018874.0','373',    '304','222','765359.46',    '292','216','562591.92',    '139','49','202767.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092888.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004625.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092889.0','1044441.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004626.0','1018874.0','3',    '3','2','7670.57',    '3','1','3425.63',    '2','2','4244.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092890.0','1044441.0','4',    '3','2','3031.21',    '3','2','2241.06',    '2','1','790.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004627.0','1018874.0','1',    '1','1','652.8',    '1','1','652.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092891.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004628.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092892.0','1044441.0','2',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004629.0','1018874.0','1',    '1','1','392.0',    '1','1','392.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092893.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004630.0','1018874.0','1',    '1','1','64.56',    '1','1','64.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092894.0','1044441.0','80',    '50','30','91937.75',    '49','29','89870.21',    '18','3','2067.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004631.0','1018874.0','99',    '73','40','61018.95',    '66','35','49412.6',    '42','12','11606.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092895.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004632.0','1018874.0','1',    '1','1','345.89',    '1','1','345.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092896.0','1044441.0','1',    '1','1','1116.89',    '0','0','0.0',    '1','1','1116.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004633.0','1018874.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092897.0','1044441.0','3',    '2','2','6281.22',    '2','2','3963.63',    '2','2','2317.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002793.0','1018874.0','76',    '65','39','90359.31',    '61','33','63827.54',    '34','13','26531.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091057.0','1044441.0','27',    '22','16','59199.61',    '22','16','42228.71',    '6','4','16970.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004634.0','1018874.0','1',    '1','1','1396.72',    '1','0','0.0',    '1','1','1396.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092898.0','1044441.0','8',    '6','3','2739.42',    '6','3','2739.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002755.0','1018874.0','2',    '1','1','9128.78',    '1','1','2435.0',    '1','1','6693.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091019.0','1044441.0','52',    '41','28','107307.85',    '38','26','85510.16',    '17','9','21797.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004635.0','1018874.0','1',    '1','1','315.9',    '1','1','315.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092899.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002677.0','1018874.0','2',    '2','2','3703.56',    '2','1','440.0',    '2','2','3263.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090941.0','1044441.0','1',    '1','1','2125.12',    '1','1','330.0',    '1','1','1795.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002797.0','1018874.0','182',    '149','113','387077.44',    '144','110','341227.64',    '53','19','45849.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091061.0','1044441.0','3',    '3','1','416.13',    '3','1','416.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004636.0','1018874.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092900.0','1044441.0','175',    '151','96','254901.56',    '145','90','195006.01',    '71','25','59895.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002693.0','1018874.0','2',    '2','1','5100.0',    '2','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090957.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004637.0','1018874.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092901.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002905.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091169.0','1044441.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004638.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092902.0','1044441.0','50',    '34','13','31373.26',    '32','12','26350.85',    '11','2','5022.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002476.0','1018874.0','3',    '3','1','1275.0',    '3','1','1275.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090740.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004639.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092903.0','1044441.0','101',    '82','59','226226.58',    '79','53','121425.88',    '41','29','104800.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004640.0','1018874.0','24',    '22','4','3048.0',    '21','4','3048.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092904.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004641.0','1018874.0','5',    '4','2','2768.26',    '3','2','1752.21',    '4','1','1016.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092905.0','1044441.0','33',    '27','18','69535.9',    '27','18','68429.12',    '7','2','1106.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004642.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092906.0','1044441.0','1',    '1','1','360.35',    '1','1','360.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004643.0','1018874.0','1',    '1','1','1610.02',    '1','1','1610.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092907.0','1044441.0','7',    '4','4','11581.37',    '4','4','10449.01',    '2','2','1132.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004644.0','1018874.0','4',    '3','3','7368.53',    '3','2','5990.98',    '3','1','1377.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092908.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004645.0','1018874.0','9',    '6','3','4251.84',    '6','3','4251.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092909.0','1044441.0','1',    '1','1','1514.0',    '1','1','1514.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004646.0','1018874.0','62',    '44','29','89717.97',    '41','27','47383.24',    '24','13','42334.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092910.0','1044441.0','1',    '1','1','1220.37',    '1','1','43.99',    '1','1','1176.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004647.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092911.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004648.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092912.0','1044441.0','25',    '24','17','55795.29',    '22','16','43927.78',    '10','4','11867.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004649.0','1018874.0','5',    '3','3','4387.65',    '3','3','4387.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092913.0','1044441.0','95',    '83','56','186902.73',    '81','51','178480.83',    '30','10','8421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004650.0','1018874.0','1',    '1','1','615.47',    '1','0','0.0',    '1','1','615.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092914.0','1044441.0','21',    '16','13','27004.88',    '16','13','25105.86',    '6','3','1899.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004651.0','1018874.0','7',    '6','1','1275.0',    '6','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092915.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004652.0','1018874.0','4',    '2','1','7500.0',    '0','0','0.0',    '2','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092916.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004653.0','1018874.0','16',    '13','11','59554.54',    '13','9','38401.02',    '9','6','21153.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092917.0','1044441.0','26',    '20','15','26824.63',    '18','14','23301.5',    '13','7','3523.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004654.0','1018874.0','39',    '31','18','47236.07',    '29','15','35335.26',    '15','6','11900.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092918.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004655.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092919.0','1044441.0','106',    '75','57','200941.45',    '70','52','161738.39',    '42','24','39203.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004656.0','1018874.0','2',    '1','1','19769.73',    '1','1','11134.0',    '1','1','8635.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092920.0','1044441.0','2',    '2','2','2811.71',    '2','2','2811.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004657.0','1018874.0','1',    '1','1','620.24',    '1','1','620.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092921.0','1044441.0','90',    '66','48','139301.4',    '62','48','138152.69',    '17','3','1148.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004658.0','1018874.0','2',    '2','1','470.34',    '2','1','470.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092922.0','1044441.0','9',    '7','2','7153.0',    '6','2','7153.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004659.0','1018874.0','17',    '17','15','15133.6',    '17','11','13263.88',    '9','5','1869.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092923.0','1044441.0','11',    '10','7','20083.0',    '10','7','20083.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004660.0','1018874.0','5',    '5','4','12545.0',    '5','4','9883.0',    '3','1','2662.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092924.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004661.0','1018874.0','20',    '20','9','14222.0',    '20','9','13722.0',    '8','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092925.0','1044441.0','9',    '8','5','16493.36',    '8','5','16493.36',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004662.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092926.0','1044441.0','39',    '29','12','58802.03',    '28','11','32699.92',    '14','7','26102.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004663.0','1018874.0','11',    '7','5','17562.1',    '7','5','17401.1',    '2','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092927.0','1044441.0','2',    '2','2','1168.0',    '0','0','0.0',    '2','2','1168.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002769.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091033.0','1044441.0','1',    '1','1','639.76',    '1','1','639.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004664.0','1018874.0','58',    '33','20','59003.13',    '28','20','57998.61',    '12','1','1004.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092928.0','1044441.0','5',    '5','5','3772.71',    '5','5','3772.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004665.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092929.0','1044441.0','8',    '4','1','5100.0',    '3','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004666.0','1018874.0','2',    '1','1','17191.82',    '1','1','7732.0',    '1','1','9459.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092930.0','1044441.0','13',    '11','8','30794.74',    '11','8','30336.22',    '6','2','458.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002401.0','1018874.0','9',    '8','4','9743.91',    '8','3','9295.09',    '5','2','448.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090665.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004667.0','1018874.0','2',    '2','1','1620.0',    '2','1','1620.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092931.0','1044441.0','1',    '1','1','4906.01',    '1','1','4906.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002768.0','1018874.0','1',    '1','1','881.99',    '1','1','881.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091032.0','1044441.0','4',    '4','4','12812.14',    '4','4','9022.33',    '3','1','3789.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004668.0','1018874.0','3',    '3','2','1434.32',    '3','2','1434.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092932.0','1044441.0','4',    '4','2','3038.44',    '4','2','3038.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004669.0','1018874.0','124',    '108','69','158531.64',    '106','58','123169.76',    '49','31','35361.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092933.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004483.0','1018874.0','1',    '1','1','618.0',    '1','0','0.0',    '1','1','618.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092747.0','1044441.0','10',    '8','4','11963.2',    '7','2','1206.22',    '2','2','10756.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002907.0','1018874.0','9',    '8','7','22076.68',    '8','7','20335.76',    '6','3','1740.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091171.0','1044441.0','5',    '4','3','1405.37',    '4','1','468.16',    '2','2','937.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004670.0','1018874.0','139',    '107','74','203496.98',    '103','70','194885.82',    '34','12','8611.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092934.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004671.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092935.0','1044441.0','15',    '13','11','24708.63',    '13','10','24470.47',    '6','2','238.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004672.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092936.0','1044441.0','4',    '3','1','5890.15',    '3','1','5100.0',    '1','1','790.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004673.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092937.0','1044441.0','127',    '94','67','174711.56',    '93','62','129183.13',    '38','20','45528.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004674.0','1018874.0','2',    '1','1','908.44',    '1','1','908.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092938.0','1044441.0','69',    '47','28','78831.13',    '44','27','64457.77',    '8','2','14373.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004675.0','1018874.0','1',    '1','1','563.29',    '1','0','0.0',    '1','1','563.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092939.0','1044441.0','6',    '6','2','8091.21',    '6','2','5564.59',    '3','2','2526.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004676.0','1018874.0','5',    '5','4','4115.39',    '5','3','3547.49',    '4','2','567.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092940.0','1044441.0','19',    '15','6','17855.43',    '15','6','16999.38',    '4','1','856.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004677.0','1018874.0','5',    '5','3','1674.28',    '5','3','1674.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092941.0','1044441.0','13',    '13','10','19346.79',    '13','9','15365.75',    '6','4','3981.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004678.0','1018874.0','8',    '7','3','7514.3',    '7','3','7395.22',    '2','1','119.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092942.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004679.0','1018874.0','3',    '1','1','3688.0',    '1','1','3688.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092943.0','1044441.0','140',    '105','79','282553.91',    '101','77','256115.26',    '39','12','26438.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004680.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092944.0','1044441.0','2',    '2','2','7300.12',    '2','2','7300.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004681.0','1018874.0','13',    '9','5','9104.51',    '9','5','8890.14',    '3','1','214.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092945.0','1044441.0','7',    '7','5','15099.74',    '7','5','14596.3',    '3','2','503.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002744.0','1018874.0','1',    '1','1','559.68',    '1','1','559.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091008.0','1044441.0','22',    '17','15','52441.86',    '16','15','51577.03',    '7','4','864.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004682.0','1018874.0','24',    '19','13','31279.04',    '18','12','28700.1',    '11','4','2578.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092946.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004683.0','1018874.0','11',    '9','4','4337.8',    '9','4','4113.39',    '2','1','224.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092947.0','1044441.0','18',    '18','12','51240.32',    '16','12','36016.81',    '16','11','15223.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002897.0','1018874.0','24',    '20','14','37031.53',    '19','13','36120.14',    '9','3','911.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091161.0','1044441.0','3',    '3','2','7713.3',    '3','2','7713.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002405.0','1018874.0','11',    '7','4','16976.88',    '7','4','8096.6',    '4','2','8880.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090669.0','1044441.0','1',    '1','1','1400.85',    '1','1','1400.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002845.0','1018874.0','10',    '4','2','15356.89',    '3','1','1396.0',    '3','2','13960.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091109.0','1044441.0','24',    '16','13','59657.3',    '14','13','44458.52',    '9','3','15198.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002411.0','1018874.0','14',    '11','7','32430.33',    '11','6','14699.37',    '8','5','17730.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090675.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004684.0','1018874.0','20',    '16','12','30475.71',    '16','11','22334.68',    '8','5','8141.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092948.0','1044441.0','22',    '17','13','26651.71',    '15','13','26651.71',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004685.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092949.0','1044441.0','3',    '3','3','7874.41',    '3','3','7650.0',    '2','1','224.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004686.0','1018874.0','1',    '1','1','955.66',    '1','1','955.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092950.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004687.0','1018874.0','27',    '25','15','74634.87',    '25','13','40892.16',    '9','6','33742.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092951.0','1044441.0','2',    '2','1','2550.0',    '2','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004688.0','1018874.0','33',    '25','15','42166.76',    '23','14','26025.55',    '11','3','16141.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092952.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004689.0','1018874.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092953.0','1044441.0','1',    '1','1','588.68',    '1','1','374.31',    '1','1','214.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004690.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092954.0','1044441.0','40',    '32','20','49712.65',    '32','16','36673.36',    '14','6','13039.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004691.0','1018874.0','23',    '21','13','55419.43',    '18','13','35787.16',    '11','4','19632.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092955.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004692.0','1018874.0','1',    '1','1','4746.44',    '1','1','4746.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092956.0','1044441.0','4',    '4','4','33684.98',    '4','4','16572.36',    '4','3','17112.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004693.0','1018874.0','6',    '4','3','15474.45',    '4','3','15474.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092957.0','1044441.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004694.0','1018874.0','12',    '10','6','21466.14',    '10','6','18216.41',    '6','4','3249.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092958.0','1044441.0','8',    '5','2','4417.33',    '4','2','4417.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004695.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092959.0','1044441.0','17',    '12','6','13601.36',    '12','6','13056.38',    '7','2','544.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004696.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092960.0','1044441.0','15',    '12','7','7644.96',    '12','7','7644.96',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004697.0','1018874.0','5',    '3','3','11279.38',    '3','3','11231.08',    '1','1','48.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092961.0','1044441.0','1',    '1','1','2129.52',    '1','1','2129.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004698.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092962.0','1044441.0','50',    '48','19','33178.55',    '46','15','26911.5',    '20','5','6267.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004699.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092963.0','1044441.0','8',    '8','5','10444.1',    '8','3','10205.94',    '5','2','238.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004700.0','1018874.0','4',    '4','1','1512.0',    '4','1','1512.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092964.0','1044441.0','15',    '15','7','32112.5',    '15','5','8876.0',    '6','4','23236.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004701.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092965.0','1044441.0','14',    '13','9','31377.78',    '13','7','29166.12',    '7','3','2211.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004702.0','1018874.0','27',    '25','11','23073.94',    '23','11','20397.01',    '9','2','2676.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092966.0','1044441.0','25',    '21','9','30619.65',    '20','7','22828.48',    '11','4','7791.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004703.0','1018874.0','2',    '2','1','5100.0',    '2','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092967.0','1044441.0','27',    '26','18','42147.18',    '26','17','40756.8',    '12','3','1390.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004704.0','1018874.0','83',    '60','42','145555.51',    '58','38','70876.12',    '39','17','74679.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092968.0','1044441.0','700',    '574','439','1960370.15',    '561','420','1312599.93',    '281','161','647770.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004705.0','1018874.0','1',    '1','1','1978.0',    '1','1','1978.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092969.0','1044441.0','2',    '2','1','6180.0',    '2','1','6180.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004706.0','1018874.0','3',    '3','1','864.6',    '3','1','864.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092970.0','1044441.0','392',    '293','207','812731.1',    '271','193','527958.35',    '153','66','284772.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004707.0','1018874.0','4',    '2','1','1424.28',    '1','1','1424.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092971.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004708.0','1018874.0','1',    '1','1','526.56',    '1','1','526.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092972.0','1044441.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004709.0','1018874.0','11',    '8','5','17087.72',    '8','5','16129.65',    '4','3','958.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092973.0','1044441.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004710.0','1018874.0','73',    '57','43','114515.34',    '56','42','113173.19',    '21','8','1342.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092974.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004711.0','1018874.0','3',    '3','3','3703.49',    '3','2','3360.0',    '2','1','343.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092975.0','1044441.0','9',    '8','4','3464.99',    '8','4','3464.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004712.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092976.0','1044441.0','9',    '6','3','6553.59',    '6','3','6211.38',    '2','1','342.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004713.0','1018874.0','1',    '1','1','2430.0',    '1','1','2430.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092977.0','1044441.0','23',    '18','7','17512.26',    '18','7','15921.89',    '5','2','1590.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004714.0','1018874.0','3',    '2','1','301.6',    '2','1','301.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092978.0','1044441.0','9',    '8','4','5091.43',    '7','2','3874.78',    '3','2','1216.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004715.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092979.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004716.0','1018874.0','20',    '20','13','55986.26',    '20','13','55537.44',    '7','2','448.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092980.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004717.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092981.0','1044441.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004718.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092982.0','1044441.0','13',    '12','7','17766.55',    '11','7','9910.34',    '6','3','7856.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004719.0','1018874.0','2',    '2','1','2895.52',    '1','1','2895.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092983.0','1044441.0','3',    '2','1','1115.68',    '2','1','1115.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004720.0','1018874.0','45',    '37','25','65686.51',    '36','23','59768.78',    '15','6','5917.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092984.0','1044441.0','1',    '1','1','2911.39',    '1','1','2550.0',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004721.0','1018874.0','3',    '3','3','10608.82',    '3','3','10384.41',    '1','1','224.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092985.0','1044441.0','8',    '6','2','2673.33',    '6','1','859.53',    '1','1','1813.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004722.0','1018874.0','14',    '10','6','39204.6',    '10','6','23726.27',    '7','4','15478.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092986.0','1044441.0','331',    '247','198','531599.32',    '244','194','482064.51',    '84','40','49534.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004723.0','1018874.0','3',    '2','2','5319.24',    '2','2','5176.79',    '2','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092987.0','1044441.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004724.0','1018874.0','143',    '132','106','533313.04',    '128','99','255622.36',    '75','38','277690.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092988.0','1044441.0','15',    '14','3','3166.75',    '13','1','143.0',    '6','2','3023.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004725.0','1018874.0','9',    '6','5','17255.82',    '6','5','17255.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092989.0','1044441.0','2',    '2','1','2536.56',    '2','1','2536.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004726.0','1018874.0','3',    '3','2','593.28',    '3','1','367.38',    '1','1','225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092990.0','1044441.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004727.0','1018874.0','8',    '5','2','5914.28',    '5','2','5914.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092991.0','1044441.0','54',    '49','30','138758.75',    '42','27','68181.92',    '23','14','70576.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004728.0','1018874.0','31',    '18','10','35056.5',    '17','9','23045.2',    '6','2','12011.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092992.0','1044441.0','4',    '3','1','3823.24',    '2','1','3823.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004729.0','1018874.0','1',    '1','1','6122.0',    '1','1','6122.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092993.0','1044441.0','9',    '8','6','23109.87',    '7','6','20652.58',    '5','1','2457.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004730.0','1018874.0','3',    '3','3','9140.54',    '3','3','7876.41',    '2','2','1264.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092994.0','1044441.0','4',    '3','3','10273.13',    '3','2','4335.95',    '3','2','5937.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004731.0','1018874.0','3',    '2','1','4452.39',    '1','0','0.0',    '2','1','4452.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092995.0','1044441.0','6',    '5','4','30091.13',    '4','4','8216.1',    '4','2','21875.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004732.0','1018874.0','5',    '5','4','14809.09',    '5','4','9655.0',    '3','2','5154.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092996.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004733.0','1018874.0','63',    '55','42','188167.34',    '53','41','110435.27',    '30','10','77732.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092997.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004734.0','1018874.0','11',    '9','3','26426.45',    '8','3','9865.8',    '2','1','16560.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092998.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004735.0','1018874.0','3',    '1','1','1779.64',    '1','1','1779.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2092999.0','1044441.0','10',    '10','3','5000.4',    '10','3','5000.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004736.0','1018874.0','22',    '21','14','39220.42',    '19','12','24793.85',    '8','3','14426.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093000.0','1044441.0','29',    '18','9','35021.27',    '17','8','32852.09',    '4','2','2169.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004737.0','1018874.0','1',    '1','1','8518.65',    '1','1','7618.0',    '1','1','900.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093001.0','1044441.0','8',    '7','2','7360.69',    '7','2','7360.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004738.0','1018874.0','6',    '6','3','12180.1',    '6','3','10348.46',    '1','1','1831.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093002.0','1044441.0','1',    '1','1','1494.34',    '1','1','1275.0',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004739.0','1018874.0','9',    '8','3','16910.86',    '8','3','5396.0',    '2','1','11514.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093003.0','1044441.0','7',    '6','5','12103.34',    '5','5','12103.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004740.0','1018874.0','2',    '2','1','2153.0',    '2','1','2153.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093004.0','1044441.0','6',    '4','4','10832.43',    '4','4','9902.97',    '2','1','929.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004741.0','1018874.0','4',    '3','1','1548.0',    '2','1','1548.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093005.0','1044441.0','6',    '6','6','19629.51',    '6','6','18895.48',    '6','3','734.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004742.0','1018874.0','46',    '39','25','77841.51',    '37','24','55017.3',    '23','11','22824.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093006.0','1044441.0','6',    '6','4','24929.29',    '5','4','11201.25',    '4','2','13728.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004743.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093007.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004744.0','1018874.0','25',    '17','11','33617.94',    '17','10','32399.05',    '6','3','1218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093008.0','1044441.0','1',    '1','1','2675.89',    '1','1','2522.01',    '1','1','153.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004745.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093009.0','1044441.0','225',    '194','156','405557.33',    '188','150','369189.5',    '95','39','36367.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004746.0','1018874.0','7',    '6','4','9903.26',    '5','4','9903.26',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093010.0','1044441.0','2',    '2','1','7500.0',    '1','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004747.0','1018874.0','4',    '4','1','1230.0',    '4','1','1230.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093011.0','1044441.0','280',    '252','205','1220741.51',    '240','195','743167.27',    '157','90','477574.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004748.0','1018874.0','6',    '4','4','3196.42',    '4','4','2970.52',    '1','1','225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093012.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004749.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093013.0','1044441.0','4',    '4','3','9436.1',    '4','3','9436.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004750.0','1018874.0','2',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093014.0','1044441.0','1',    '1','1','2823.0',    '1','1','2823.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004751.0','1018874.0','1',    '1','1','1022.0',    '1','1','1022.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093015.0','1044441.0','6',    '6','1','5100.0',    '6','1','5100.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004752.0','1018874.0','20',    '16','14','88819.66',    '16','14','58108.43',    '8','6','30711.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093016.0','1044441.0','36',    '22','17','53810.44',    '22','17','46835.04',    '6','3','6975.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004753.0','1018874.0','25',    '22','17','74643.6',    '22','17','61493.07',    '11','3','13150.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093017.0','1044441.0','3',    '3','2','3825.0',    '3','2','3825.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004754.0','1018874.0','15',    '15','9','21329.51',    '15','9','20761.61',    '5','3','567.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093018.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004755.0','1018874.0','38',    '36','34','111884.73',    '36','34','102212.56',    '10','3','9672.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093019.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004756.0','1018874.0','32',    '32','17','29762.86',    '30','14','27704.98',    '16','7','2057.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093020.0','1044441.0','1',    '1','1','17.92',    '1','1','17.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004757.0','1018874.0','65',    '58','43','143171.26',    '58','41','106881.43',    '28','17','36289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093021.0','1044441.0','214',    '167','91','202375.6',    '162','71','132489.1',    '72','38','69886.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004758.0','1018874.0','13',    '12','10','20169.59',    '12','10','20053.28',    '3','1','116.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093022.0','1044441.0','59',    '42','31','104935.92',    '41','26','73757.5',    '21','11','31178.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004759.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093023.0','1044441.0','159',    '125','91','164910.67',    '123','89','157216.11',    '47','14','7694.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004760.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093024.0','1044441.0','4',    '4','1','359.0',    '4','1','359.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004761.0','1018874.0','4',    '4','4','6834.89',    '4','4','6834.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093025.0','1044441.0','9',    '8','7','26507.42',    '8','7','26366.47',    '2','1','140.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004762.0','1018874.0','9',    '6','3','3995.08',    '6','3','3995.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093026.0','1044441.0','132',    '97','42','124716.26',    '97','38','99639.04',    '17','10','25077.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004763.0','1018874.0','6',    '6','6','13775.43',    '6','6','13281.1',    '2','1','494.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093027.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002559.0','1018874.0','18',    '17','14','69047.77',    '17','13','42426.51',    '11','6','26621.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090823.0','1044441.0','68',    '38','21','40914.77',    '33','20','39469.98',    '9','4','1444.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004764.0','1018874.0','16',    '13','3','13053.16',    '12','3','7422.65',    '5','1','5630.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093028.0','1044441.0','11',    '6','1','116.31',    '6','0','0.0',    '3','1','116.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004765.0','1018874.0','5',    '5','2','2673.28',    '5','2','1293.0',    '4','1','1380.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093029.0','1044441.0','6',    '6','3','4023.98',    '6','3','3196.59',    '2','1','827.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004766.0','1018874.0','5',    '3','3','200.03',    '3','3','200.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093030.0','1044441.0','45',    '44','28','158399.16',    '43','27','93193.53',    '24','8','65205.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004767.0','1018874.0','6',    '5','2','16313.54',    '5','2','7614.66',    '2','1','8698.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093031.0','1044441.0','5',    '5','3','25852.95',    '5','3','12591.75',    '2','1','13261.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004768.0','1018874.0','10',    '9','4','17093.89',    '8','2','6988.0',    '6','3','10105.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093032.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004769.0','1018874.0','14',    '14','9','34497.18',    '14','9','23775.23',    '7','2','10721.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093033.0','1044441.0','16',    '15','10','18911.17',    '15','10','18491.95',    '4','1','419.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004770.0','1018874.0','9',    '8','6','11009.26',    '8','6','11009.26',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093034.0','1044441.0','8',    '7','3','9462.02',    '7','3','7691.57',    '4','1','1770.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004771.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093035.0','1044441.0','39',    '32','23','93507.14',    '31','22','71790.46',    '20','8','21716.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004772.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093036.0','1044441.0','20',    '10','3','9626.21',    '9','3','8101.96',    '4','1','1524.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004773.0','1018874.0','2',    '2','1','3607.67',    '2','1','3488.59',    '2','1','119.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093037.0','1044441.0','15',    '10','7','20266.16',    '10','7','19911.94',    '4','1','354.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004774.0','1018874.0','8',    '6','4','18222.55',    '5','3','5664.0',    '5','3','12558.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093038.0','1044441.0','16',    '15','7','26297.27',    '14','7','19605.08',    '7','3','6692.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004775.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093039.0','1044441.0','228',    '173','108','301169.55',    '164','90','204083.05',    '96','55','97086.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004776.0','1018874.0','1',    '1','1','2675.13',    '1','1','2675.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093040.0','1044441.0','26',    '21','12','20158.01',    '20','12','18015.04',    '7','2','2142.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004777.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093041.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004778.0','1018874.0','95',    '70','34','48313.02',    '68','29','43380.31',    '27','14','4932.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093042.0','1044441.0','5',    '3','2','5461.09',    '3','2','5461.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004779.0','1018874.0','1',    '1','1','389.84',    '1','1','389.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093043.0','1044441.0','11',    '8','6','22595.22',    '8','6','22595.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004780.0','1018874.0','2',    '2','1','2597.86',    '2','1','2597.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093044.0','1044441.0','13',    '13','10','47091.69',    '13','8','21108.0',    '8','5','25983.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004781.0','1018874.0','12',    '11','5','6026.41',    '11','3','5444.76',    '7','4','581.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093045.0','1044441.0','1',    '1','1','2022.5',    '1','1','2022.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004782.0','1018874.0','8',    '7','2','7530.0',    '7','2','7530.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093046.0','1044441.0','71',    '64','33','85943.79',    '64','29','68903.68',    '31','8','17040.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004783.0','1018874.0','20',    '18','3','4386.27',    '18','2','4170.0',    '6','1','216.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093047.0','1044441.0','6',    '5','5','9217.31',    '4','3','5681.0',    '5','3','3536.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004784.0','1018874.0','7',    '6','4','20689.31',    '5','3','5670.0',    '5','3','15019.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093048.0','1044441.0','27',    '24','17','57288.12',    '24','17','41931.2',    '13','4','15356.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004785.0','1018874.0','7',    '7','6','13498.9',    '7','6','9393.2',    '4','1','4105.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093049.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004786.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093050.0','1044441.0','5',    '5','2','5229.52',    '5','2','5229.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002680.0','1018874.0','7',    '4','2','2040.77',    '4','2','2040.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090944.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002737.0','1018874.0','1',    '1','1','5496.22',    '1','1','4949.76',    '1','1','546.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091001.0','1044441.0','26',    '20','17','46606.12',    '19','16','37980.78',    '9','4','8625.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004787.0','1018874.0','2',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093051.0','1044441.0','1',    '1','1','244.0',    '1','1','244.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004788.0','1018874.0','3',    '3','3','3667.0',    '3','3','3667.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093052.0','1044441.0','1',    '1','1','208.14',    '1','0','0.0',    '1','1','208.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004789.0','1018874.0','92',    '81','66','176498.58',    '78','61','123261.59',    '61','41','53236.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093053.0','1044441.0','8',    '6','6','31616.15',    '6','6','22493.21',    '3','2','9122.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004790.0','1018874.0','2',    '2','1','3006.44',    '2','1','1419.43',    '1','1','1587.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093054.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004791.0','1018874.0','7',    '5','5','74478.52',    '5','5','20291.0',    '4','4','54187.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093055.0','1044441.0','20',    '14','8','24139.54',    '12','5','13046.26',    '9','5','11093.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004792.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093056.0','1044441.0','12',    '10','9','50419.13',    '10','9','33710.32',    '6','4','16708.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004793.0','1018874.0','8',    '8','6','9929.55',    '8','5','9705.14',    '3','1','224.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093057.0','1044441.0','58',    '50','46','218970.69',    '49','46','168137.38',    '24','16','50833.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004794.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093058.0','1044441.0','1',    '1','1','5042.3',    '1','1','1888.0',    '1','1','3154.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004795.0','1018874.0','5',    '4','2','3240.0',    '4','2','3240.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093059.0','1044441.0','26',    '24','13','44152.58',    '23','13','43479.35',    '9','3','673.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004796.0','1018874.0','10',    '9','2','649.93',    '9','1','432.0',    '2','1','217.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093060.0','1044441.0','10',    '5','3','17113.1',    '5','3','10672.34',    '3','1','6440.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004797.0','1018874.0','29',    '21','14','40185.23',    '19','14','28408.1',    '10','1','11777.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093061.0','1044441.0','8',    '8','7','37202.25',    '8','7','33554.88',    '5','3','3647.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004798.0','1018874.0','6',    '4','3','20011.41',    '4','3','11181.98',    '2','1','8829.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093062.0','1044441.0','86',    '81','60','215096.94',    '78','56','171706.58',    '45','20','43390.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004799.0','1018874.0','4',    '3','2','13351.34',    '3','2','13351.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093063.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002810.0','1018874.0','15',    '14','10','9172.42',    '13','9','8811.03',    '8','2','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091074.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004800.0','1018874.0','5',    '5','4','4807.58',    '5','4','4506.48',    '3','1','301.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093064.0','1044441.0','4',    '2','1','4492.03',    '2','1','2082.81',    '1','1','2409.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004801.0','1018874.0','4',    '4','2','2437.45',    '4','2','2216.39',    '2','1','221.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093065.0','1044441.0','1',    '1','1','1919.37',    '1','1','1919.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004802.0','1018874.0','7',    '6','4','22688.65',    '5','3','16709.67',    '5','4','5978.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093066.0','1044441.0','7',    '6','3','1970.26',    '6','3','1970.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004803.0','1018874.0','1',    '1','1','6026.0',    '1','1','6026.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093067.0','1044441.0','7',    '6','5','9727.98',    '6','5','9585.53',    '2','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004804.0','1018874.0','4',    '4','2','425.9',    '4','0','0.0',    '2','2','425.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093068.0','1044441.0','15',    '13','5','21512.8',    '12','5','11475.28',    '5','1','10037.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004805.0','1018874.0','18',    '12','8','26651.15',    '12','8','16010.28',    '6','3','10640.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093069.0','1044441.0','14',    '12','11','25177.44',    '12','9','19334.54',    '9','8','5842.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004806.0','1018874.0','15',    '12','5','12270.58',    '11','5','12270.58',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093070.0','1044441.0','15',    '11','3','4050.0',    '10','3','4050.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004807.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093071.0','1044441.0','21',    '19','8','11025.73',    '19','7','10812.78',    '4','1','212.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004808.0','1018874.0','61',    '53','41','104665.47',    '48','37','90547.69',    '25','13','14117.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093072.0','1044441.0','7',    '7','5','11463.22',    '5','4','7868.06',    '5','3','3595.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004809.0','1018874.0','2',    '2','1','860.39',    '1','1','860.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093073.0','1044441.0','7',    '5','2','2755.09',    '5','2','2755.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004810.0','1018874.0','1',    '1','1','3224.44',    '1','1','2863.05',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093074.0','1044441.0','21',    '19','8','20909.81',    '18','6','17315.31',    '6','3','3594.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004811.0','1018874.0','8',    '2','1','1275.0',    '1','1','1275.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093075.0','1044441.0','2',    '1','1','2818.74',    '1','1','2818.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004812.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093076.0','1044441.0','2',    '2','2','3890.09',    '2','2','3890.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004813.0','1018874.0','5',    '5','4','14565.76',    '5','4','14423.71',    '3','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093077.0','1044441.0','79',    '72','53','175248.08',    '71','52','127995.98',    '44','17','47252.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004814.0','1018874.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093078.0','1044441.0','13',    '13','12','64935.48',    '13','12','53967.72',    '7','4','10967.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004815.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093079.0','1044441.0','10',    '8','6','15568.78',    '8','6','14978.28',    '5','2','590.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004816.0','1018874.0','65',    '60','52','313705.96',    '60','51','182073.89',    '38','19','131632.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093080.0','1044441.0','4',    '4','2','10419.34',    '4','2','10200.0',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004817.0','1018874.0','69',    '60','45','135223.24',    '58','44','112492.85',    '29','15','22730.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093081.0','1044441.0','5',    '5','4','33463.14',    '5','4','15209.38',    '4','2','18253.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004818.0','1018874.0','1',    '1','1','142.45',    '1','0','0.0',    '1','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093082.0','1044441.0','12',    '10','7','30606.52',    '9','6','22038.83',    '4','2','8567.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002603.0','1018874.0','36',    '33','15','42994.24',    '30','12','37400.24',    '15','7','5594.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090867.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004819.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093083.0','1044441.0','12',    '11','5','14236.16',    '11','5','13901.76',    '3','1','334.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004820.0','1018874.0','25',    '17','10','21555.86',    '17','9','20078.81',    '5','4','1477.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093084.0','1044441.0','31',    '29','15','36444.84',    '28','13','26786.24',    '14','6','9658.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004821.0','1018874.0','4',    '3','2','2586.76',    '2','2','2586.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093085.0','1044441.0','2',    '2','2','2831.0',    '2','2','2831.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004822.0','1018874.0','18',    '18','14','49987.77',    '17','14','38422.26',    '9','7','11565.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093086.0','1044441.0','41',    '38','13','45177.13',    '37','12','25221.84',    '23','5','19955.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004823.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093087.0','1044441.0','6',    '6','5','4130.04',    '6','5','3283.2',    '2','1','846.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002577.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090841.0','1044441.0','5',    '3','3','4631.22',    '3','3','4631.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004824.0','1018874.0','4',    '3','3','5276.03',    '3','3','5276.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093088.0','1044441.0','3',    '3','3','11067.55',    '3','3','10034.01',    '2','2','1033.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004825.0','1018874.0','1',    '1','1','5500.0',    '0','0','0.0',    '1','1','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093089.0','1044441.0','5',    '4','2','16759.69',    '4','2','3846.12',    '3','1','12913.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004826.0','1018874.0','36',    '35','26','54082.43',    '35','23','49018.3',    '14','6','5064.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093090.0','1044441.0','1',    '1','1','2430.42',    '1','1','2430.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004827.0','1018874.0','2',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093091.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002696.0','1018874.0','10',    '8','8','22981.39',    '8','8','17264.22',    '6','5','5717.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090960.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004828.0','1018874.0','1',    '1','1','4643.56',    '1','1','4424.22',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093092.0','1044441.0','4',    '3','2','6031.0',    '3','2','4233.69',    '1','1','1797.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004829.0','1018874.0','7',    '5','3','12185.51',    '4','3','8867.5',    '5','3','3318.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093093.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004830.0','1018874.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093094.0','1044441.0','25',    '23','13','19315.96',    '22','12','18822.44',    '16','3','493.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004831.0','1018874.0','100',    '84','57','233384.58',    '67','55','152884.37',    '51','23','80500.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093095.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004832.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093096.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004833.0','1018874.0','10',    '9','6','5626.74',    '8','6','5434.57',    '3','1','192.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093097.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004834.0','1018874.0','1',    '1','1','1620.0',    '1','1','1620.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093098.0','1044441.0','15',    '13','7','33692.14',    '13','7','33249.8',    '7','2','442.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002911.0','1018874.0','53',    '49','18','53193.93',    '48','18','34355.04',    '19','3','18838.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091175.0','1044441.0','63',    '57','39','188955.21',    '56','38','114323.8',    '35','14','74631.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002657.0','1018874.0','63',    '36','16','46663.95',    '35','15','43375.53',    '13','2','3288.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090921.0','1044441.0','31',    '27','20','95202.26',    '27','17','58167.12',    '14','9','37035.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002580.0','1018874.0','12',    '11','9','28389.59',    '11','9','27436.55',    '5','3','953.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090844.0','1044441.0','7',    '6','4','8795.24',    '6','4','8795.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004835.0','1018874.0','102',    '94','82','373234.41',    '92','77','231749.88',    '61','43','141484.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093099.0','1044441.0','39',    '36','31','130419.55',    '35','28','74715.2',    '22','15','55704.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002739.0','1018874.0','15',    '12','4','22306.39',    '11','4','17597.0',    '8','1','4709.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091003.0','1044441.0','3',    '3','3','10788.8',    '3','3','10285.36',    '3','2','503.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004836.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093100.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002792.0','1018874.0','1',    '1','1','3625.36',    '1','1','3259.2',    '1','1','366.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091056.0','1044441.0','3',    '3','3','10554.69',    '3','3','6689.45',    '3','2','3865.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002930.0','1018874.0','10',    '10','9','45086.25',    '9','8','21118.0',    '8','5','23968.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091194.0','1044441.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002610.0','1018874.0','13',    '13','7','20839.59',    '13','7','20720.51',    '5','1','119.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090874.0','1044441.0','1',    '1','1','2722.53',    '1','1','914.0',    '1','1','1808.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002688.0','1018874.0','28',    '25','18','67567.75',    '25','16','47506.54',    '9','5','20061.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090952.0','1044441.0','5',    '5','5','22863.54',    '5','5','8377.78',    '5','3','14485.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003021.0','1018874.0','17',    '13','8','18525.22',    '13','7','16516.29',    '8','2','2008.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091285.0','1044441.0','17',    '13','9','7633.34',    '12','9','6807.49',    '4','1','825.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004837.0','1018874.0','43',    '25','5','7169.69',    '20','3','5550.03',    '10','2','1619.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093101.0','1044441.0','15',    '14','7','15319.3',    '14','7','15319.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004838.0','1018874.0','10',    '10','7','66966.62',    '10','7','36018.23',    '7','5','30948.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093102.0','1044441.0','1',    '1','1','12903.8',    '1','1','5100.0',    '1','1','7803.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004839.0','1018874.0','39',    '34','29','89976.09',    '34','26','87140.41',    '14','8','2835.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093103.0','1044441.0','8',    '4','1','1993.0',    '3','1','1993.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004840.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093104.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002934.0','1018874.0','9',    '8','7','18069.91',    '7','7','16043.62',    '7','6','2026.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091198.0','1044441.0','6',    '6','4','20368.21',    '6','4','15576.27',    '4','3','4791.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004841.0','1018874.0','3',    '3','3','4463.58',    '3','3','3953.09',    '2','1','510.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093105.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002661.0','1018874.0','4',    '2','1','2550.0',    '2','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090925.0','1044441.0','83',    '73','59','159234.99',    '72','54','128006.83',    '44','22','31228.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002702.0','1018874.0','7',    '5','2','6343.15',    '5','2','6343.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090966.0','1044441.0','3',    '2','2','4338.13',    '2','2','4338.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004842.0','1018874.0','1',    '1','1','2139.76',    '1','1','2139.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093106.0','1044441.0','2',    '2','2','10056.38',    '2','2','9617.7',    '2','2','438.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002664.0','1018874.0','4',    '3','1','812.52',    '3','1','812.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090928.0','1044441.0','23',    '21','18','74471.14',    '21','17','53513.06',    '10','8','20958.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004843.0','1018874.0','7',    '7','7','16298.6',    '7','7','13465.76',    '5','5','2832.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093107.0','1044441.0','29',    '20','8','15367.68',    '20','8','13710.16',    '8','3','1657.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004844.0','1018874.0','15',    '14','11','36563.22',    '13','10','24785.76',    '10','5','11777.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093108.0','1044441.0','170',    '147','120','686287.57',    '142','111','352362.29',    '91','57','333925.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004845.0','1018874.0','2',    '2','2','962.92',    '2','2','962.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093109.0','1044441.0','19',    '14','12','35471.66',    '13','11','30335.35',    '7','3','5136.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004846.0','1018874.0','1',    '1','1','2063.36',    '1','1','2063.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093110.0','1044441.0','3',    '2','1','810.0',    '2','1','810.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004847.0','1018874.0','24',    '23','18','154756.08',    '22','18','68609.28',    '11','10','86146.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093111.0','1044441.0','27',    '22','10','40579.72',    '20','10','24280.58',    '14','4','16299.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004848.0','1018874.0','157',    '125','111','615451.81',    '121','110','283950.28',    '82','51','331501.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093112.0','1044441.0','4',    '4','3','4061.08',    '4','2','3848.13',    '2','1','212.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002877.0','1018874.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091141.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004849.0','1018874.0','4',    '2','2','26914.89',    '2','2','8540.44',    '1','1','18374.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093113.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004850.0','1018874.0','4',    '3','2','14694.77',    '2','2','6375.0',    '3','2','8319.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093114.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004851.0','1018874.0','37',    '29','24','71124.73',    '27','23','56059.83',    '17','10','15064.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093115.0','1044441.0','40',    '35','28','162085.49',    '35','27','93598.25',    '19','10','68487.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002707.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090971.0','1044441.0','9',    '8','8','28760.36',    '8','6','12566.57',    '4','3','16193.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004852.0','1018874.0','2',    '2','1','1861.84',    '2','1','1861.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093116.0','1044441.0','2',    '1','1','2158.78',    '1','1','2158.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004853.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093117.0','1044441.0','8',    '8','4','5620.49',    '8','3','2272.81',    '2','1','3347.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004854.0','1018874.0','35',    '32','27','82849.0',    '32','26','62848.88',    '21','9','20000.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093118.0','1044441.0','41',    '34','19','62498.53',    '33','17','31916.58',    '17','5','30581.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004855.0','1018874.0','1',    '1','1','614.3',    '1','1','614.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093119.0','1044441.0','6',    '5','4','4580.87',    '5','4','4580.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004856.0','1018874.0','77',    '66','54','133960.66',    '64','53','110404.22',    '38','20','23556.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093120.0','1044441.0','5',    '3','2','7212.41',    '2','2','6988.0',    '2','1','224.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003033.0','1018874.0','19',    '16','4','6981.0',    '15','4','6981.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091297.0','1044441.0','1',    '1','1','7846.3',    '1','1','5100.0',    '1','1','2746.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004857.0','1018874.0','24',    '19','12','36027.62',    '19','12','35158.1',    '7','3','869.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093121.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004858.0','1018874.0','18',    '18','10','8481.44',    '18','9','7367.12',    '7','2','1114.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093122.0','1044441.0','138',    '96','78','352765.41',    '92','74','185280.24',    '57','34','167485.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002775.0','1018874.0','10',    '8','5','43127.75',    '7','4','7508.56',    '5','4','35619.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091039.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004859.0','1018874.0','7',    '5','3','5426.87',    '5','3','5426.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093123.0','1044441.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002582.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090846.0','1044441.0','2',    '2','2','1494.34',    '2','1','1275.0',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004860.0','1018874.0','2',    '1','1','2452.11',    '1','1','1428.0',    '1','1','1024.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093124.0','1044441.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002790.0','1018874.0','8',    '7','5','15048.26',    '7','5','10267.19',    '2','1','4781.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091054.0','1044441.0','3',    '3','2','35475.39',    '3','2','9884.36',    '3','2','25591.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004861.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093125.0','1044441.0','2',    '2','2','7997.98',    '2','2','7997.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004862.0','1018874.0','3',    '3','2','10501.24',    '3','2','9919.41',    '2','1','581.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093126.0','1044441.0','80',    '72','52','179402.07',    '70','51','130902.93',    '43','19','48499.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002981.0','1018874.0','59',    '52','48','483434.6',    '51','48','234830.62',    '35','28','248603.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091245.0','1044441.0','78',    '68','55','198639.82',    '68','51','139365.46',    '40','19','59274.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004863.0','1018874.0','5',    '3','1','5621.46',    '2','1','5100.0',    '2','1','521.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093127.0','1044441.0','1',    '1','1','370.43',    '1','1','370.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004864.0','1018874.0','4',    '4','4','15600.42',    '4','4','13997.4',    '2','1','1603.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093128.0','1044441.0','72',    '66','54','200604.89',    '65','54','174062.4',    '33','12','26542.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004865.0','1018874.0','6',    '5','2','4807.76',    '5','2','4807.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093129.0','1044441.0','5',    '3','3','13034.94',    '3','3','2547.65',    '2','2','10487.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004866.0','1018874.0','2',    '2','1','2550.0',    '2','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093130.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004867.0','1018874.0','22',    '20','14','29190.43',    '20','14','27324.83',    '5','2','1865.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093131.0','1044441.0','2',    '1','1','2525.75',    '1','1','2525.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004868.0','1018874.0','3',    '3','2','1192.47',    '3','2','1192.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093132.0','1044441.0','6',    '5','4','5881.32',    '5','4','4938.13',    '3','2','943.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002620.0','1018874.0','19',    '18','13','39817.4',    '16','12','37138.88',    '11','5','2678.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090884.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004869.0','1018874.0','7',    '6','5','36860.24',    '5','5','18484.24',    '6','5','18376.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093133.0','1044441.0','3',    '3','2','3403.89',    '3','2','3403.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002703.0','1018874.0','151',    '138','123','1095901.32',    '135','120','471823.02',    '98','64','624078.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090967.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004870.0','1018874.0','6',    '5','5','10274.35',    '5','5','10047.23',    '3','1','227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093134.0','1044441.0','32',    '16','9','21193.96',    '15','8','19261.82',    '3','1','1932.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004871.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093135.0','1044441.0','6',    '6','4','15120.0',    '6','4','15120.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002738.0','1018874.0','4',    '4','2','11774.13',    '4','2','10535.85',    '1','1','1238.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091002.0','1044441.0','1',    '1','1','5242.45',    '1','1','5100.0',    '1','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004872.0','1018874.0','3',    '3','2','1895.98',    '3','2','1895.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093136.0','1044441.0','13',    '10','6','10084.48',    '10','6','8926.57',    '7','1','1157.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002625.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090889.0','1044441.0','15',    '14','11','106962.62',    '13','11','49584.87',    '6','4','57377.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004873.0','1018874.0','2',    '1','1','456.0',    '1','1','456.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093137.0','1044441.0','28',    '27','9','16987.49',    '25','7','14860.7',    '11','3','2126.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004874.0','1018874.0','12',    '8','7','44314.0',    '8','4','9269.78',    '7','6','35044.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093138.0','1044441.0','30',    '28','24','124605.53',    '26','23','42912.0',    '14','10','81693.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003214.0','1018874.0','1',    '1','1','5135.26',    '1','1','4935.26',    '1','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091478.0','1044441.0','10',    '6','5','9291.04',    '6','5','7581.74',    '5','3','1709.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004875.0','1018874.0','5',    '5','5','17638.07',    '5','4','13843.91',    '3','3','3794.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093139.0','1044441.0','14',    '12','10','42807.4',    '12','10','40936.73',    '5','1','1870.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004876.0','1018874.0','1',    '1','1','6026.0',    '1','1','6026.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093140.0','1044441.0','324',    '266','212','647265.86',    '253','196','514658.84',    '157','76','132607.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004877.0','1018874.0','3',    '3','3','8422.33',    '3','3','3947.11',    '1','1','4475.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093141.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002951.0','1018874.0','66',    '61','48','174329.72',    '59','44','129625.65',    '34','20','44704.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091215.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004878.0','1018874.0','6',    '5','5','10642.33',    '5','5','9175.97',    '3','2','1466.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093142.0','1044441.0','13',    '12','6','18266.28',    '10','6','18266.28',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004879.0','1018874.0','1',    '1','1','2930.69',    '1','1','2870.09',    '1','1','60.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093143.0','1044441.0','3',    '3','1','5100.0',    '3','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004880.0','1018874.0','5',    '5','3','7973.63',    '5','3','7973.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093144.0','1044441.0','8',    '6','3','8199.14',    '6','3','7874.78',    '2','1','324.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004881.0','1018874.0','8',    '8','7','38543.76',    '8','7','32565.42',    '6','2','5978.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093145.0','1044441.0','10',    '9','3','4609.84',    '9','3','4609.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002786.0','1018874.0','10',    '8','8','35172.8',    '8','8','24626.46',    '6','4','10546.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091050.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004882.0','1018874.0','1',    '1','1','2692.05',    '1','1','2550.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093146.0','1044441.0','2',    '2','1','3267.58',    '2','1','3267.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002740.0','1018874.0','4',    '4','4','4649.58',    '4','3','3695.74',    '2','2','953.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091004.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004883.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093147.0','1044441.0','2',    '1','1','1070.9',    '1','1','1070.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004884.0','1018874.0','4',    '4','3','13383.91',    '4','3','7650.0',    '2','1','5733.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093148.0','1044441.0','2',    '2','1','12874.23',    '2','1','5100.0',    '2','1','7774.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002752.0','1018874.0','5',    '4','4','23284.21',    '4','4','13915.88',    '3','3','9368.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091016.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003049.0','1018874.0','283',    '248','188','823776.82',    '239','179','468502.95',    '127','66','355273.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091313.0','1044441.0','14',    '13','12','39458.59',    '13','12','36848.98',    '6','3','2609.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004885.0','1018874.0','35',    '30','28','79535.3',    '29','28','64643.14',    '20','16','14892.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093149.0','1044441.0','16',    '16','13','31691.47',    '16','13','30985.46',    '11','2','706.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004886.0','1018874.0','2',    '2','1','960.73',    '2','1','960.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093150.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002782.0','1018874.0','16',    '16','11','39563.22',    '13','11','35058.46',    '10','5','4504.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091046.0','1044441.0','103',    '84','69','164090.16',    '80','64','141810.37',    '48','27','22279.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002787.0','1018874.0','23',    '20','17','59880.19',    '19','16','34948.6',    '16','5','24931.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091051.0','1044441.0','1',    '1','1','1210.16',    '1','1','1210.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004887.0','1018874.0','44',    '36','28','111479.86',    '34','25','74660.52',    '21','13','36819.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093151.0','1044441.0','35',    '33','27','175545.56',    '32','26','87768.18',    '20','13','87777.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002819.0','1018874.0','2',    '2','2','8484.74',    '2','2','8484.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091083.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004888.0','1018874.0','9',    '8','7','24043.95',    '8','7','13452.78',    '4','2','10591.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093152.0','1044441.0','9',    '7','4','42871.37',    '7','4','9177.0',    '5','3','33694.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004889.0','1018874.0','10',    '8','7','42680.39',    '8','7','32111.88',    '4','1','10568.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093153.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004890.0','1018874.0','4',    '2','2','15306.31',    '2','2','9503.02',    '2','1','5803.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093154.0','1044441.0','3',    '2','1','1339.7',    '1','0','0.0',    '2','1','1339.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003029.0','1018874.0','16',    '14','13','31404.46',    '14','12','25618.47',    '9','5','5785.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091293.0','1044441.0','10',    '6','5','15085.44',    '6','5','14843.76',    '3','1','241.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002817.0','1018874.0','18',    '16','13','33414.54',    '15','12','21119.56',    '10','9','12294.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091081.0','1044441.0','26',    '22','19','49983.16',    '22','15','18518.88',    '14','10','31464.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004891.0','1018874.0','6',    '6','6','13616.63',    '6','6','12058.91',    '3','2','1557.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093155.0','1044441.0','4',    '3','3','9483.8',    '3','3','4967.02',    '2','1','4516.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004892.0','1018874.0','3',    '2','1','6556.83',    '2','1','2550.0',    '1','1','4006.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093156.0','1044441.0','1',    '1','1','7431.99',    '1','1','3072.52',    '1','1','4359.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004893.0','1018874.0','36',    '35','31','91360.0',    '33','27','45658.58',    '19','16','45701.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093157.0','1044441.0','8',    '8','7','14279.18',    '8','7','12464.78',    '6','3','1814.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004894.0','1018874.0','3',    '3','3','17959.74',    '3','3','8536.09',    '2','1','9423.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093158.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002567.0','1018874.0','4',    '3','3','7310.5',    '3','3','7083.38',    '1','1','227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090831.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004895.0','1018874.0','17',    '16','11','31932.89',    '16','10','30354.15',    '6','2','1578.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093159.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002997.0','1018874.0','39',    '38','33','51873.16',    '37','28','34387.96',    '31','19','17485.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091261.0','1044441.0','2',    '1','1','1361.84',    '1','1','1361.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004896.0','1018874.0','142',    '140','89','105757.95',    '137','71','79614.36',    '116','42','26143.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093160.0','1044441.0','3',    '2','2','8454.3',    '2','2','8454.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004897.0','1018874.0','4',    '3','1','3371.76',    '3','1','3371.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093161.0','1044441.0','3',    '2','1','357.76',    '2','1','357.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004898.0','1018874.0','2',    '2','2','9100.24',    '2','2','9100.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093162.0','1044441.0','176',    '162','142','523889.72',    '157','136','411407.91',    '81','47','112481.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004899.0','1018874.0','18',    '13','10','17247.48',    '13','6','12043.36',    '9','7','5204.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093163.0','1044441.0','1',    '1','1','2811.17',    '1','1','2811.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004900.0','1018874.0','5',    '3','3','12594.39',    '3','3','12002.32',    '2','2','592.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093164.0','1044441.0','8',    '7','6','11360.15',    '7','6','11267.47',    '4','1','92.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004901.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093165.0','1044441.0','1',    '1','1','1724.44',    '1','1','1724.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004902.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093166.0','1044441.0','29',    '20','13','136314.87',    '20','13','71301.74',    '13','5','65013.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004903.0','1018874.0','21',    '16','13','35391.04',    '15','10','27717.39',    '10','7','7673.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093167.0','1044441.0','6',    '4','2','1085.9',    '3','2','1085.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004904.0','1018874.0','6',    '4','3','8924.46',    '4','3','4182.63',    '1','1','4741.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093168.0','1044441.0','4',    '4','2','3606.48',    '4','2','2054.71',    '1','1','1551.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004905.0','1018874.0','10',    '9','5','9087.54',    '8','4','7939.93',    '3','1','1147.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093169.0','1044441.0','340',    '312','276','1013061.88',    '310','264','730427.1',    '209','114','282634.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004906.0','1018874.0','30',    '28','26','155965.49',    '27','25','97307.81',    '19','14','58657.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093170.0','1044441.0','124',    '117','97','431039.06',    '113','94','194088.88',    '75','41','236950.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004907.0','1018874.0','2',    '2','1','5978.0',    '2','1','5978.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093171.0','1044441.0','9',    '5','5','13554.76',    '5','5','12689.4',    '2','1','865.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004908.0','1018874.0','261',    '227','177','546190.33',    '204','150','292520.02',    '145','83','253670.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093172.0','1044441.0','14',    '11','10','12574.74',    '11','10','8908.35',    '4','2','3666.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004909.0','1018874.0','60',    '48','39','95240.21',    '48','38','82183.01',    '18','9','13057.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093173.0','1044441.0','17',    '16','12','32032.76',    '16','11','29186.74',    '8','3','2846.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004910.0','1018874.0','2',    '2','2','2986.62',    '2','2','2986.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093174.0','1044441.0','60',    '41','30','74869.88',    '38','28','49259.75',    '17','7','25610.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004911.0','1018874.0','27',    '21','14','37928.42',    '20','14','28875.84',    '10','3','9052.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093175.0','1044441.0','3',    '2','2','2388.0',    '2','2','2388.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004912.0','1018874.0','2',    '2','2','5262.49',    '2','2','5035.37',    '2','1','227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093176.0','1044441.0','7',    '6','5','20503.23',    '6','5','15043.79',    '5','3','5459.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002967.0','1018874.0','9',    '8','6','6592.09',    '8','6','6307.19',    '4','2','284.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091231.0','1044441.0','38',    '38','27','44109.07',    '38','23','28178.6',    '29','13','15930.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004913.0','1018874.0','3',    '1','1','4879.2',    '1','1','4879.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093177.0','1044441.0','6',    '5','5','23550.55',    '5','5','17189.41',    '2','1','6361.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002945.0','1018874.0','4',    '4','4','1100.58',    '4','3','672.42',    '2','1','428.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091209.0','1044441.0','67',    '58','52','177499.62',    '56','52','128281.44',    '29','19','49218.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002581.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090845.0','1044441.0','28',    '24','19','35837.42',    '23','18','33353.42',    '15','6','2484.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004914.0','1018874.0','8',    '7','7','35063.21',    '7','7','28061.4',    '4','2','7001.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093178.0','1044441.0','39',    '29','24','103120.76',    '29','24','69878.45',    '15','8','33242.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002660.0','1018874.0','2',    '2','2','25470.44',    '2','2','11390.64',    '2','1','14079.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090924.0','1044441.0','15',    '14','12','41226.01',    '14','11','24506.93',    '10','6','16719.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004915.0','1018874.0','60',    '45','41','147448.17',    '42','34','89138.39',    '22','14','58309.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093179.0','1044441.0','3',    '3','3','9710.78',    '3','3','9483.66',    '1','1','227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004916.0','1018874.0','46',    '45','29','53303.87',    '45','26','49710.86',    '31','10','3593.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093180.0','1044441.0','20',    '18','14','39625.6',    '18','12','35072.3',    '12','8','4553.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004917.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093181.0','1044441.0','4',    '4','4','7989.07',    '4','4','7044.61',    '3','1','944.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004918.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093182.0','1044441.0','1',    '1','1','1719.79',    '1','1','852.52',    '1','1','867.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004919.0','1018874.0','2',    '2','2','4822.97',    '2','2','4250.9',    '1','1','572.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093183.0','1044441.0','17',    '15','12','42955.33',    '14','10','22537.49',    '11','7','20417.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002966.0','1018874.0','48',    '39','25','58850.18',    '38','25','55161.44',    '14','4','3688.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091230.0','1044441.0','98',    '95','67','95235.37',    '94','57','70615.18',    '75','32','24620.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004920.0','1018874.0','2',    '2','2','4893.08',    '2','1','2779.21',    '1','1','2113.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093184.0','1044441.0','17',    '14','13','24360.06',    '14','10','20633.04',    '10','8','3727.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004921.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093185.0','1044441.0','1',    '1','1','256.11',    '1','1','256.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004922.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093186.0','1044441.0','7',    '5','5','8063.32',    '4','4','6148.95',    '4','3','1914.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002906.0','1018874.0','3',    '3','2','1018.17',    '3','2','1018.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091170.0','1044441.0','2',    '2','2','13675.14',    '2','2','7096.0',    '1','1','6579.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004923.0','1018874.0','5',    '4','3','3083.46',    '4','3','2737.79',    '1','1','345.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093187.0','1044441.0','3',    '3','2','3524.66',    '3','1','359.9',    '2','2','3164.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004924.0','1018874.0','190',    '185','138','213647.61',    '178','113','165585.33',    '152','70','48062.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093188.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004925.0','1018874.0','41',    '34','29','170541.52',    '34','27','66170.78',    '24','14','104370.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093189.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002941.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091205.0','1044441.0','9',    '5','5','10173.21',    '5','5','7858.41',    '4','2','2314.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004926.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093190.0','1044441.0','2',    '2','2','6405.97',    '2','2','4731.11',    '1','1','1674.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002962.0','1018874.0','75',    '69','48','109996.47',    '69','45','92301.88',    '32','16','17694.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091226.0','1044441.0','4',    '2','2','1892.65',    '2','2','1892.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004927.0','1018874.0','5',    '5','5','21293.41',    '5','5','20609.91',    '2','2','683.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093191.0','1044441.0','1',    '1','1','647.63',    '1','1','647.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004928.0','1018874.0','49',    '47','29','37529.37',    '45','25','33455.43',    '33','8','4073.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093192.0','1044441.0','9',    '9','8','20780.41',    '9','8','20780.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004929.0','1018874.0','55',    '42','35','139670.43',    '41','31','94938.42',    '19','11','44732.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093193.0','1044441.0','2',    '1','1','5826.0',    '1','1','5826.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004930.0','1018874.0','4',    '3','2','5076.96',    '3','2','5076.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093194.0','1044441.0','7',    '6','5','10799.15',    '6','5','10799.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004931.0','1018874.0','18',    '18','11','18719.65',    '18','9','14117.08',    '11','6','4602.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093195.0','1044441.0','2',    '2','1','1275.0',    '2','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004932.0','1018874.0','46',    '39','31','137085.5',    '39','29','61231.17',    '25','16','75854.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093196.0','1044441.0','21',    '20','13','13093.24',    '19','11','10690.29',    '12','6','2402.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004933.0','1018874.0','14',    '13','11','26518.73',    '13','11','24940.89',    '6','3','1577.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093197.0','1044441.0','22',    '20','19','64771.8',    '20','19','57706.26',    '10','5','7065.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004934.0','1018874.0','5',    '5','5','13184.79',    '5','5','12329.0',    '3','1','855.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093198.0','1044441.0','1',    '1','1','1192.49',    '1','1','1192.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004935.0','1018874.0','3',    '3','2','7031.78',    '3','2','7031.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093199.0','1044441.0','2',    '2','2','15986.54',    '2','2','5662.21',    '1','1','10324.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004936.0','1018874.0','50',    '42','36','141396.22',    '41','32','98605.99',    '22','11','42790.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093200.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002659.0','1018874.0','51',    '43','32','149924.27',    '43','31','67134.79',    '22','13','82789.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090923.0','1044441.0','10',    '9','7','12880.74',    '9','5','11330.86',    '6','4','1549.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004937.0','1018874.0','101',    '90','78','252584.4',    '87','66','203897.74',    '58','35','48686.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093201.0','1044441.0','2',    '2','1','1640.76',    '2','1','1640.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002700.0','1018874.0','32',    '28','24','74252.36',    '28','23','51479.97',    '11','8','22772.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090964.0','1044441.0','6',    '5','3','8743.42',    '5','3','8743.42',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004938.0','1018874.0','4',    '2','2','2488.36',    '2','2','1947.23',    '1','1','541.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093202.0','1044441.0','31',    '28','23','32248.21',    '28','16','19706.84',    '24','12','12541.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004939.0','1018874.0','1',    '1','1','6678.11',    '1','1','4311.51',    '1','1','2366.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093203.0','1044441.0','4',    '4','3','2543.76',    '3','3','2543.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002704.0','1018874.0','6',    '5','5','11236.32',    '5','5','11236.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090968.0','1044441.0','31',    '29','24','119097.62',    '28','23','57540.59',    '13','6','61557.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004940.0','1018874.0','2',    '2','2','1050.55',    '2','2','1050.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093204.0','1044441.0','2',    '2','2','8878.15',    '2','2','8106.2',    '1','1','771.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004941.0','1018874.0','158',    '151','104','221777.95',    '149','78','143047.32',    '119','58','78730.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093205.0','1044441.0','19',    '18','13','24372.23',    '18','12','20624.69',    '13','9','3747.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004942.0','1018874.0','17',    '16','12','24374.36',    '16','12','21635.66',    '7','4','2738.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093206.0','1044441.0','1',    '1','1','3609.55',    '1','1','2642.7',    '1','1','966.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004943.0','1018874.0','7',    '2','2','8573.3',    '2','2','8430.85',    '1','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093207.0','1044441.0','272',    '268','169','230400.67',    '266','136','173825.48',    '197','77','56575.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003027.0','1018874.0','9',    '8','7','41630.3',    '8','7','17532.78',    '5','2','24097.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091291.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004944.0','1018874.0','139',    '125','111','906795.7',    '124','107','177664.5',    '102','83','729131.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093208.0','1044441.0','53',    '51','36','94356.21',    '49','32','73679.44',    '29','15','20676.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004945.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093209.0','1044441.0','1',    '1','1','506.1',    '1','1','506.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004946.0','1018874.0','11',    '10','8','22359.83',    '10','7','15227.05',    '6','5','7132.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093210.0','1044441.0','1',    '1','1','814.4',    '1','0','0.0',    '1','1','814.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004947.0','1018874.0','15',    '14','7','17481.66',    '14','6','15478.08',    '11','4','2003.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093211.0','1044441.0','1',    '1','1','11978.89',    '1','1','3499.32',    '1','1','8479.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004948.0','1018874.0','8',    '8','7','8752.76',    '8','6','8035.65',    '2','1','717.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093212.0','1044441.0','12',    '10','8','12811.71',    '9','6','11401.96',    '7','4','1409.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004949.0','1018874.0','3',    '3','3','6867.05',    '3','3','6867.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093213.0','1044441.0','8',    '7','6','18423.89',    '7','6','14267.08',    '3','1','4156.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004950.0','1018874.0','4',    '4','2','1581.47',    '4','2','1581.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093214.0','1044441.0','70',    '65','51','128256.65',    '63','45','100209.9',    '49','22','28046.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004951.0','1018874.0','1',    '1','1','316.8',    '1','1','316.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093215.0','1044441.0','5',    '4','2','1825.0',    '3','1','1275.0',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004952.0','1018874.0','80',    '78','48','126539.4',    '76','43','69101.55',    '54','27','57437.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093216.0','1044441.0','6',    '3','2','10487.44',    '2','1','4987.44',    '2','1','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004953.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093217.0','1044441.0','123',    '111','93','273384.14',    '108','86','201868.95',    '62','42','71515.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004954.0','1018874.0','14',    '12','9','5550.85',    '12','7','3507.78',    '9','4','2043.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093218.0','1044441.0','4',    '3','3','12400.8',    '3','3','10475.6',    '3','1','1925.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004955.0','1018874.0','1',    '1','1','1604.13',    '1','1','1604.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093219.0','1044441.0','24',    '21','20','63325.24',    '21','20','61225.84',    '9','3','2099.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002579.0','1018874.0','1',    '1','1','2303.3',    '1','1','2303.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090843.0','1044441.0','9',    '7','6','19687.98',    '7','6','17995.93',    '3','1','1692.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004956.0','1018874.0','3',    '2','2','14908.92',    '2','2','7279.0',    '1','1','7629.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093220.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002952.0','1018874.0','3',    '3','1','224.0',    '3','1','224.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091216.0','1044441.0','8',    '8','6','8726.07',    '7','4','5357.36',    '6','4','3368.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002783.0','1018874.0','1',    '1','1','9564.13',    '1','1','6122.0',    '1','1','3442.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091047.0','1044441.0','1',    '1','1','3508.79',    '1','1','2496.77',    '1','1','1012.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002955.0','1018874.0','2',    '1','1','3462.93',    '1','1','3462.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091219.0','1044441.0','3',    '3','1','550.0',    '3','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004957.0','1018874.0','52',    '30','26','158569.72',    '28','24','56466.77',    '22','18','102102.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093221.0','1044441.0','16',    '13','10','55580.42',    '13','8','26798.79',    '6','5','28781.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004958.0','1018874.0','10',    '10','6','54646.05',    '8','5','30930.85',    '8','5','23715.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093222.0','1044441.0','11',    '11','9','27761.85',    '11','9','24055.38',    '7','4','3706.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004959.0','1018874.0','53',    '51','42','107480.39',    '50','40','74321.21',    '28','16','33159.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093223.0','1044441.0','1',    '1','1','389.76',    '1','1','389.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004960.0','1018874.0','5',    '4','4','8392.24',    '4','4','6865.07',    '2','2','1527.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093224.0','1044441.0','13',    '13','10','9297.33',    '13','10','9297.33',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002781.0','1018874.0','21',    '21','12','24174.68',    '21','11','20043.18',    '13','6','4131.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091045.0','1044441.0','7',    '6','4','5742.41',    '6','4','4729.36',    '4','2','1013.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002969.0','1018874.0','10',    '10','9','24729.06',    '10','9','14742.89',    '6','5','9986.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091233.0','1044441.0','1',    '1','1','1603.63',    '1','1','988.21',    '1','1','615.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002879.0','1018874.0','47',    '44','32','73597.19',    '44','26','41881.75',    '35','23','31715.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091143.0','1044441.0','2',    '2','2','1797.78',    '2','2','1570.66',    '2','1','227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002963.0','1018874.0','10',    '7','6','60123.15',    '7','6','25888.14',    '7','5','34235.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091227.0','1044441.0','5',    '5','5','18271.01',    '5','5','17933.89',    '4','2','337.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002563.0','1018874.0','6',    '6','4','22047.06',    '5','4','12395.92',    '3','1','9651.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090827.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004961.0','1018874.0','5',    '5','3','3317.11',    '5','3','2322.0',    '4','2','995.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093225.0','1044441.0','5',    '5','3','3114.19',    '5','3','2669.08',    '2','1','445.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004962.0','1018874.0','1',    '1','1','925.42',    '1','0','0.0',    '1','1','925.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093226.0','1044441.0','30',    '28','21','37346.36',    '26','16','27761.27',    '15','9','9585.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002785.0','1018874.0','102',    '94','78','215053.35',    '89','69','143706.91',    '61','29','71346.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091049.0','1044441.0','1',    '1','1','5978.0',    '1','1','5978.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004963.0','1018874.0','3',    '2','1','5100.0',    '2','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093227.0','1044441.0','3',    '3','1','8950.14',    '3','1','6218.0',    '1','1','2732.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002943.0','1018874.0','8',    '7','7','11950.55',    '7','6','10685.28',    '3','1','1265.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091207.0','1044441.0','3',    '1','1','161.57',    '1','1','161.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004964.0','1018874.0','23',    '20','15','43562.24',    '20','12','26650.33',    '14','10','16911.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093228.0','1044441.0','4',    '1','1','2024.67',    '1','1','2024.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004965.0','1018874.0','30',    '22','17','51317.35',    '21','17','32470.53',    '13','7','18846.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093229.0','1044441.0','1',    '1','1','2945.0',    '1','1','2945.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004966.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093230.0','1044441.0','1',    '1','1','1314.03',    '1','1','1314.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004967.0','1018874.0','50',    '42','39','302433.75',    '40','37','108229.53',    '27','19','194204.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093231.0','1044441.0','5',    '4','3','18013.49',    '4','2','8478.26',    '4','3','9535.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004968.0','1018874.0','49',    '37','31','129070.15',    '34','29','87119.36',    '19','12','41950.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093232.0','1044441.0','5',    '5','4','5051.31',    '5','4','2383.8',    '5','2','2667.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004969.0','1018874.0','1',    '1','1','1757.4',    '1','1','1505.78',    '1','1','251.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093233.0','1044441.0','1',    '1','1','87.35',    '1','1','87.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004970.0','1018874.0','2',    '2','1','15666.1',    '2','1','5806.0',    '1','1','9860.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093234.0','1044441.0','8',    '6','6','19308.31',    '6','6','19165.86',    '2','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002902.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091166.0','1044441.0','2',    '2','1','1102.25',    '2','1','1102.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004971.0','1018874.0','3',    '3','2','2047.16',    '3','2','2047.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093235.0','1044441.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002904.0','1018874.0','3',    '3','2','2413.01',    '3','2','2413.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091168.0','1044441.0','1',    '1','1','3422.55',    '1','1','2578.15',    '1','1','844.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004972.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093236.0','1044441.0','13',    '11','9','22177.99',    '10','9','19570.68',    '5','2','2607.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002928.0','1018874.0','133',    '92','72','289505.34',    '90','70','209588.61',    '48','25','79916.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091192.0','1044441.0','9',    '5','4','11028.76',    '5','4','7865.0',    '2','1','3163.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004973.0','1018874.0','21',    '18','15','43110.86',    '17','12','24966.1',    '9','7','18144.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093237.0','1044441.0','5',    '4','3','26992.73',    '4','3','3271.0',    '1','1','23721.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004974.0','1018874.0','2',    '2','2','8255.55',    '2','2','7493.0',    '2','2','762.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093238.0','1044441.0','2',    '2','1','1323.42',    '2','1','328.31',    '2','1','995.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004975.0','1018874.0','1',    '1','1','1664.25',    '1','1','1664.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093239.0','1044441.0','1',    '1','1','98.01',    '1','1','98.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004976.0','1018874.0','2',    '2','1','431.05',    '2','1','238.88',    '1','1','192.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093240.0','1044441.0','2',    '2','1','1070.0',    '2','1','1070.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004977.0','1018874.0','3',    '3','3','10160.25',    '3','3','7017.68',    '3','3','3142.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093241.0','1044441.0','17',    '16','15','132051.12',    '16','15','51570.49',    '9','7','80480.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004978.0','1018874.0','2',    '2','2','6368.95',    '2','2','5523.08',    '1','1','845.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093242.0','1044441.0','2',    '2','1','3780.0',    '2','1','3780.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004979.0','1018874.0','192',    '163','145','490605.98',    '160','133','349597.97',    '85','69','141008.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093243.0','1044441.0','9',    '6','4','22255.66',    '6','4','8830.73',    '2','1','13424.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004980.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093244.0','1044441.0','62',    '56','47','140865.7',    '55','37','93389.84',    '38','25','47475.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004981.0','1018874.0','1',    '1','1','1822.88',    '1','1','1822.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093245.0','1044441.0','2',    '2','1','396.4',    '2','1','396.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002999.0','1018874.0','33',    '31','26','155908.49',    '31','26','71397.18',    '16','9','84511.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091263.0','1044441.0','6',    '5','4','4475.96',    '5','3','3736.15',    '4','2','739.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004982.0','1018874.0','1',    '1','1','713.26',    '1','1','492.39',    '1','1','220.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093246.0','1044441.0','37',    '30','28','373059.3',    '29','27','116939.46',    '25','19','256119.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003013.0','1018874.0','34',    '28','21','65797.71',    '27','19','34752.84',    '15','6','31044.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091277.0','1044441.0','2',    '1','1','2296.23',    '1','1','2296.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004983.0','1018874.0','2',    '2','2','3031.91',    '2','1','171.45',    '1','1','2860.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093247.0','1044441.0','11',    '9','8','24939.16',    '9','7','18596.98',    '4','3','6342.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004984.0','1018874.0','3',    '3','3','6490.11',    '3','3','6490.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093248.0','1044441.0','32',    '28','25','110106.03',    '28','23','68008.89',    '13','10','42097.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004985.0','1018874.0','6',    '5','4','15435.82',    '4','3','8514.69',    '2','2','6921.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093249.0','1044441.0','2',    '2','1','5100.0',    '2','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004986.0','1018874.0','1',    '1','1','2914.0',    '1','1','2914.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093250.0','1044441.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004987.0','1018874.0','14',    '13','8','25428.57',    '11','8','25144.47',    '8','2','284.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093251.0','1044441.0','128',    '104','89','299729.6',    '100','76','226994.39',    '64','48','72735.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004988.0','1018874.0','24',    '21','15','62753.35',    '20','13','30066.84',    '11','8','32686.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093252.0','1044441.0','21',    '20','19','58493.42',    '19','15','35011.02',    '17','14','23482.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004989.0','1018874.0','4',    '4','4','33115.32',    '4','4','21238.0',    '3','2','11877.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093253.0','1044441.0','145',    '123','102','458224.0',    '123','98','215614.8',    '59','38','242609.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004990.0','1018874.0','1',    '1','1','921.39',    '1','1','560.0',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093254.0','1044441.0','7',    '5','5','26636.81',    '5','5','16107.48',    '3','2','10529.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002684.0','1018874.0','2',    '2','2','10331.58',    '2','2','7457.82',    '2','2','2873.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090948.0','1044441.0','3',    '3','1','5242.05',    '3','1','5100.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004991.0','1018874.0','1',    '1','1','832.48',    '1','1','832.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093255.0','1044441.0','194',    '154','117','440447.47',    '144','109','282166.09',    '86','47','158281.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002686.0','1018874.0','30',    '19','17','106230.35',    '18','17','62886.51',    '11','8','43343.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090950.0','1044441.0','7',    '7','7','14674.59',    '7','7','14532.54',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002939.0','1018874.0','125',    '106','88','298881.9',    '102','83','189150.01',    '72','48','109731.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091203.0','1044441.0','69',    '61','46','153507.78',    '60','40','98996.97',    '41','28','54510.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004992.0','1018874.0','92',    '81','69','226005.62',    '79','69','168737.74',    '34','18','57267.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093256.0','1044441.0','34',    '27','24','97015.53',    '27','24','86253.33',    '10','5','10762.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002741.0','1018874.0','3',    '3','3','13820.41',    '3','3','11475.0',    '2','2','2345.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091005.0','1044441.0','1',    '1','1','6122.0',    '1','1','6122.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004993.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093257.0','1044441.0','6',    '4','2','2550.0',    '4','2','2550.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004994.0','1018874.0','5',    '4','4','16068.91',    '4','4','13635.44',    '3','2','2433.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093258.0','1044441.0','229',    '169','130','672937.15',    '157','119','330972.53',    '102','68','341964.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004995.0','1018874.0','20',    '15','13','43483.32',    '13','13','41120.15',    '9','4','2363.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093259.0','1044441.0','51',    '47','40','196427.94',    '46','40','136090.36',    '25','14','60337.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004996.0','1018874.0','10',    '8','8','78293.65',    '8','8','48654.98',    '3','3','29638.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093260.0','1044441.0','1',    '1','1','1680.29',    '1','1','1538.24',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002980.0','1018874.0','60',    '46','36','140440.17',    '44','32','110573.77',    '22','15','29866.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091244.0','1044441.0','47',    '40','38','92980.9',    '39','36','83356.6',    '20','13','9624.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004997.0','1018874.0','12',    '10','10','25666.34',    '10','10','24979.31',    '4','2','687.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093261.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004998.0','1018874.0','4',    '3','2','8537.05',    '3','2','8537.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093262.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004999.0','1018874.0','9',    '8','8','27514.72',    '8','8','26053.6',    '5','4','1461.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093263.0','1044441.0','113',    '96','75','350125.39',    '95','69','205295.12',    '48','25','144830.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005000.0','1018874.0','103',    '89','74','241404.31',    '87','65','175876.18',    '56','46','65528.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093264.0','1044441.0','213',    '179','158','896012.16',    '173','152','550906.11',    '124','88','345106.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005001.0','1018874.0','6',    '5','4','11682.65',    '4','4','10019.19',    '4','1','1663.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093265.0','1044441.0','1',    '1','1','25600.0',    '1','1','5611.0',    '1','1','19989.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005002.0','1018874.0','8',    '7','7','30888.37',    '7','7','23999.03',    '5','3','6889.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093266.0','1044441.0','102',    '95','76','212437.64',    '90','73','183332.49',    '42','23','29105.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005003.0','1018874.0','10',    '8','8','41698.94',    '8','8','41698.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093267.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005004.0','1018874.0','1',    '1','1','2738.48',    '1','1','2075.99',    '1','1','662.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093268.0','1044441.0','2',    '2','2','8487.65',    '2','2','8345.6',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005005.0','1018874.0','2',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093269.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005006.0','1018874.0','1',    '1','1','1903.7',    '1','1','1903.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093270.0','1044441.0','1010',    '746','578','3007617.73',    '671','521','1308104.27',    '493','281','1699513.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005007.0','1018874.0','62',    '56','51','103909.06',    '56','49','84680.96',    '26','13','19228.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093271.0','1044441.0','13',    '13','10','37062.79',    '13','6','16060.12',    '10','7','21002.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005008.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093272.0','1044441.0','10',    '9','6','27764.95',    '9','6','11504.29',    '3','1','16260.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004868.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093132.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005009.0','1018874.0','12',    '10','7','35841.51',    '10','7','21006.41',    '5','5','14835.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093273.0','1044441.0','3',    '3','3','10762.65',    '3','3','10519.6',    '1','1','243.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005010.0','1018874.0','59',    '50','42','183625.47',    '50','41','126928.46',    '30','20','56697.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093274.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002623.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090887.0','1044441.0','3',    '1','1','1494.34',    '1','1','1275.0',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005011.0','1018874.0','37',    '28','21','69495.97',    '25','20','51360.9',    '11','6','18135.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093275.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002850.0','1018874.0','4',    '2','2','7999.46',    '2','2','7999.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091114.0','1044441.0','4',    '3','3','23729.94',    '3','3','9201.92',    '2','2','14528.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005012.0','1018874.0','17',    '17','11','9851.75',    '17','8','6050.25',    '13','6','3801.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093276.0','1044441.0','1',    '1','1','3666.8',    '1','1','3524.75',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002662.0','1018874.0','2',    '2','1','4053.1',    '1','1','1172.0',    '2','1','2881.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090926.0','1044441.0','20',    '16','13','28925.55',    '15','10','25796.62',    '6','4','3128.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005013.0','1018874.0','2',    '2','2','1762.95',    '2','2','1762.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093277.0','1044441.0','1',    '1','1','950.24',    '1','1','950.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005014.0','1018874.0','65',    '55','45','144509.62',    '53','42','119520.42',    '30','19','24989.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093278.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002958.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091222.0','1044441.0','986',    '728','560','3765087.49',    '643','509','1582716.43',    '499','355','2182371.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005015.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093279.0','1044441.0','1',    '1','1','3405.62',    '1','1','1605.26',    '1','1','1800.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005016.0','1018874.0','1',    '1','1','1713.14',    '1','1','1540.0',    '1','1','173.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093280.0','1044441.0','13',    '11','6','18052.72',    '11','6','17773.88',    '8','1','278.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005017.0','1018874.0','50',    '43','37','134192.71',    '37','31','88281.09',    '25','19','45911.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093281.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005018.0','1018874.0','19',    '18','17','56617.55',    '18','17','52594.19',    '10','9','4023.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093282.0','1044441.0','92',    '83','65','137072.81',    '83','58','106126.76',    '48','28','30946.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005019.0','1018874.0','3',    '3','1','1722.49',    '3','1','1275.0',    '1','1','447.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093283.0','1044441.0','103',    '80','63','189836.69',    '72','58','142667.76',    '46','28','47168.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005020.0','1018874.0','1',    '1','1','2237.66',    '1','1','2237.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093284.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005021.0','1018874.0','17',    '15','10','40346.19',    '14','8','24462.34',    '8','4','15883.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093285.0','1044441.0','164',    '142','126','639693.2',    '138','118','301560.52',    '90','64','338132.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005022.0','1018874.0','60',    '52','45','107166.73',    '49','41','71105.96',    '32','20','36060.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093286.0','1044441.0','7',    '6','4','6434.12',    '5','1','817.79',    '5','4','5616.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002881.0','1018874.0','5',    '5','4','8316.43',    '5','4','8316.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091145.0','1044441.0','9',    '7','6','27979.29',    '7','6','14196.78',    '6','5','13782.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005023.0','1018874.0','65',    '57','44','176409.22',    '56','40','109331.08',    '33','18','67078.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093287.0','1044441.0','27',    '21','19','72049.1',    '20','18','39346.36',    '11','7','32702.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002709.0','1018874.0','2',    '2','2','1786.0',    '2','2','1786.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090973.0','1044441.0','18',    '11','9','17575.89',    '10','9','17521.65',    '4','1','54.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005024.0','1018874.0','1',    '1','1','1842.84',    '1','1','1842.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093288.0','1044441.0','21',    '17','13','42481.55',    '17','13','26392.56',    '8','5','16088.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005025.0','1018874.0','12',    '10','8','19409.42',    '10','8','16292.35',    '4','2','3117.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093289.0','1044441.0','38',    '34','27','44425.47',    '33','26','40544.6',    '13','5','3880.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005026.0','1018874.0','34',    '30','25','80519.65',    '29','22','46721.84',    '19','11','33797.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093290.0','1044441.0','71',    '64','57','152711.02',    '64','57','134304.3',    '32','22','18406.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003024.0','1018874.0','1',    '1','1','4780.71',    '1','1','4780.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091288.0','1044441.0','52',    '45','38','117236.01',    '45','34','85542.89',    '25','22','31693.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005027.0','1018874.0','1',    '1','1','2153.48',    '1','1','1407.05',    '1','1','746.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093291.0','1044441.0','19',    '18','14','56670.72',    '18','14','48830.63',    '9','5','7840.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005028.0','1018874.0','1',    '1','1','214.38',    '1','1','214.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093292.0','1044441.0','1',    '1','1','3097.76',    '1','1','3097.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005029.0','1018874.0','8',    '8','7','40247.26',    '8','7','24256.0',    '7','5','15991.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093293.0','1044441.0','30',    '25','20','54226.56',    '24','17','46601.14',    '11','8','7625.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005030.0','1018874.0','3',    '3','3','9652.48',    '3','3','9652.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093294.0','1044441.0','145',    '129','100','327829.54',    '126','93','220025.55',    '60','38','107803.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005031.0','1018874.0','37',    '33','25','57789.07',    '31','21','52787.74',    '13','9','5001.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093295.0','1044441.0','5',    '5','3','3427.57',    '5','3','3427.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002658.0','1018874.0','110',    '80','68','242303.17',    '77','66','222541.23',    '44','26','19761.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090922.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005032.0','1018874.0','69',    '62','53','169356.77',    '59','51','128471.78',    '29','15','40884.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093296.0','1044441.0','6',    '6','4','11139.24',    '6','4','10558.51',    '4','2','580.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002935.0','1018874.0','38',    '28','23','208708.99',    '28','22','106249.6',    '22','15','102459.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091199.0','1044441.0','3',    '2','1','6640.0',    '2','1','6640.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005033.0','1018874.0','3',    '3','3','3651.13',    '3','3','2542.44',    '2','2','1108.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093297.0','1044441.0','32',    '29','21','77485.13',    '27','20','34964.38',    '17','10','42520.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002663.0','1018874.0','1',    '1','1','2249.59',    '1','1','1442.0',    '1','1','807.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090927.0','1044441.0','31',    '29','26','69771.4',    '27','24','59619.83',    '15','12','10151.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002937.0','1018874.0','2',    '1','1','1801.4',    '1','1','1801.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091201.0','1044441.0','1',    '1','1','2859.24',    '1','1','2859.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002990.0','1018874.0','1',    '1','1','10834.28',    '1','1','5100.0',    '1','1','5734.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091254.0','1044441.0','8',    '8','8','25164.23',    '8','7','21813.51',    '6','5','3350.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005034.0','1018874.0','4',    '4','4','21163.06',    '4','4','20743.96',    '1','1','419.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093298.0','1044441.0','6',    '6','5','40674.77',    '6','5','24733.54',    '3','3','15941.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005035.0','1018874.0','25',    '23','19','58846.16',    '21','19','46255.09',    '12','4','12591.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093299.0','1044441.0','1',    '1','1','4911.04',    '1','1','4911.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005036.0','1018874.0','4',    '4','4','11436.34',    '4','4','11217.0',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093300.0','1044441.0','13',    '11','7','27704.08',    '11','6','25121.97',    '6','2','2582.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005037.0','1018874.0','4',    '4','3','5430.85',    '4','3','5288.8',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093301.0','1044441.0','12',    '10','7','11237.98',    '10','6','8245.97',    '7','3','2992.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005038.0','1018874.0','2',    '2','1','4688.73',    '2','1','4486.73',    '2','1','202.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093302.0','1044441.0','12',    '11','6','19807.23',    '10','6','18135.33',    '5','2','1671.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005039.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093303.0','1044441.0','200',    '150','109','520653.18',    '135','92','232214.63',    '83','61','288438.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005040.0','1018874.0','196',    '133','120','935210.45',    '130','113','526642.36',    '73','51','408568.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093304.0','1044441.0','2',    '2','2','4279.34',    '2','2','4060.0',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005041.0','1018874.0','28',    '23','20','62190.85',    '22','19','57918.39',    '13','5','4272.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093305.0','1044441.0','4',    '4','4','8349.98',    '4','4','8349.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005042.0','1018874.0','117',    '86','68','331492.84',    '75','57','158151.74',    '65','42','173341.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093306.0','1044441.0','4',    '3','3','6452.28',    '2','2','4347.8',    '2','1','2104.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002844.0','1018874.0','8',    '8','7','48040.23',    '8','7','20910.64',    '6','5','27129.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091108.0','1044441.0','17',    '14','10','26137.98',    '11','10','24317.4',    '7','3','1820.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005043.0','1018874.0','12',    '10','9','32072.79',    '10','8','31130.67',    '5','3','942.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093307.0','1044441.0','8',    '8','7','15751.97',    '8','7','13043.86',    '4','2','2708.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005044.0','1018874.0','2',    '2','2','4393.53',    '2','1','1976.67',    '1','1','2416.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093308.0','1044441.0','6',    '4','4','9520.45',    '3','3','8095.5',    '3','3','1424.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005045.0','1018874.0','1',    '1','1','1775.0',    '1','1','1275.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093309.0','1044441.0','25',    '19','17','58139.11',    '19','14','44392.07',    '11','6','13747.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002848.0','1018874.0','2',    '2','2','9662.18',    '2','1','4537.26',    '2','2','5124.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091112.0','1044441.0','5',    '4','4','10745.46',    '4','4','10236.88',    '2','1','508.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005046.0','1018874.0','2',    '2','2','3840.54',    '2','2','3840.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093310.0','1044441.0','54',    '51','36','132117.96',    '49','35','106583.71',    '28','18','25534.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002583.0','1018874.0','29',    '24','16','15346.59',    '24','16','14985.2',    '8','2','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090847.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005047.0','1018874.0','15',    '12','10','23141.99',    '12','9','22492.89',    '5','3','649.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093311.0','1044441.0','4',    '4','4','16204.25',    '4','4','14510.28',    '3','2','1693.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002936.0','1018874.0','1',    '1','1','254.88',    '1','1','254.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091200.0','1044441.0','1',    '1','1','5164.13',    '1','1','1230.0',    '1','1','3934.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002948.0','1018874.0','114',    '102','87','307340.4',    '97','76','199527.26',    '81','63','107813.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091212.0','1044441.0','17',    '12','8','16360.5',    '11','7','12671.6',    '9','4','3688.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005048.0','1018874.0','2',    '2','2','5697.07',    '2','2','5697.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093312.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005049.0','1018874.0','7',    '6','5','20732.05',    '6','4','10037.42',    '5','4','10694.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093313.0','1044441.0','1',    '1','1','511.0',    '1','1','511.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005050.0','1018874.0','119',    '91','83','402897.68',    '87','81','283418.16',    '52','26','119479.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093314.0','1044441.0','481',    '395','324','1416127.42',    '378','286','706160.17',    '236','167','709967.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005051.0','1018874.0','110',    '95','77','191581.02',    '94','66','114925.32',    '60','37','76655.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093315.0','1044441.0','105',    '97','89','232079.84',    '95','86','186954.76',    '42','23','45125.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005052.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093316.0','1044441.0','164',    '141','105','395558.27',    '137','92','248987.25',    '81','46','146571.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005053.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093317.0','1044441.0','12',    '11','9','29208.45',    '11','8','22620.24',    '7','4','6588.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005054.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093318.0','1044441.0','30',    '23','21','104681.22',    '22','21','88732.44',    '17','12','15948.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005055.0','1018874.0','21',    '17','14','34592.91',    '16','14','34592.91',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093319.0','1044441.0','4',    '3','3','3932.11',    '3','2','3764.06',    '2','2','168.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005056.0','1018874.0','4',    '3','2','2449.05',    '2','2','1617.84',    '3','1','831.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093320.0','1044441.0','1',    '1','1','476.4',    '1','1','476.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005057.0','1018874.0','149',    '139','127','1069985.11',    '136','122','407340.57',    '104','76','662644.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093321.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002986.0','1018874.0','207',    '162','141','1062613.12',    '151','133','541626.48',    '96','65','520986.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091250.0','1044441.0','78',    '64','55','107793.61',    '61','53','85067.05',    '33','18','22726.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005058.0','1018874.0','53',    '42','35','135276.26',    '41','35','112996.63',    '20','7','22279.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093322.0','1044441.0','20',    '17','13','35960.76',    '16','11','28912.29',    '8','2','7048.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005059.0','1018874.0','6',    '6','5','14995.6',    '6','5','14135.85',    '3','1','859.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093323.0','1044441.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005060.0','1018874.0','8',    '7','7','29810.83',    '7','7','22169.47',    '5','5','7641.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093324.0','1044441.0','3',    '2','2','5921.85',    '2','2','5921.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005061.0','1018874.0','1',    '1','1','853.56',    '1','1','853.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093325.0','1044441.0','3',    '3','2','934.78',    '3','2','573.39',    '2','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002714.0','1018874.0','8',    '7','7','35915.36',    '7','6','20839.61',    '5','5','15075.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090978.0','1044441.0','1',    '1','1','5500.0',    '1','0','0.0',    '1','1','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002874.0','1018874.0','41',    '36','26','68329.4',    '35','25','51160.06',    '21','11','17169.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091138.0','1044441.0','16',    '10','8','64053.55',    '8','8','24043.11',    '7','4','40010.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005062.0','1018874.0','1',    '1','1','1494.34',    '1','1','1275.0',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093326.0','1044441.0','2',    '2','1','778.75',    '2','1','778.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005063.0','1018874.0','13',    '11','6','17400.98',    '10','5','12636.02',    '8','3','4764.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093327.0','1044441.0','5',    '5','3','7044.98',    '5','3','3272.01',    '3','2','3772.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005064.0','1018874.0','17',    '16','12','33110.55',    '14','12','31772.44',    '6','3','1338.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093328.0','1044441.0','6',    '6','5','23016.75',    '6','5','20029.2',    '4','4','2987.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002885.0','1018874.0','11',    '10','9','16266.86',    '10','9','13137.0',    '5','3','3129.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091149.0','1044441.0','14',    '11','10','31021.59',    '11','10','27476.02',    '5','2','3545.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005065.0','1018874.0','390',    '330','297','1362562.74',    '316','273','623668.12',    '228','155','738894.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093329.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005066.0','1018874.0','1',    '1','1','1775.78',    '1','1','1775.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093330.0','1044441.0','5',    '4','3','14901.62',    '4','3','12295.08',    '3','1','2606.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005067.0','1018874.0','5',    '5','4','17807.67',    '4','3','12762.99',    '4','3','5044.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093331.0','1044441.0','1',    '1','1','19906.56',    '1','1','5890.0',    '1','1','14016.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005068.0','1018874.0','2',    '2','2','7921.97',    '2','2','7006.6',    '1','1','915.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093332.0','1044441.0','23',    '22','19','64795.71',    '21','18','47675.0',    '11','8','17120.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005069.0','1018874.0','79',    '65','58','396776.54',    '61','55','214004.92',    '41','26','182771.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093333.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005070.0','1018874.0','6',    '3','2','7900.98',    '3','2','6102.0',    '3','2','1798.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093334.0','1044441.0','1',    '1','1','1022.0',    '1','1','1022.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002987.0','1018874.0','5',    '3','2','2758.14',    '3','1','2550.0',    '2','1','208.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091251.0','1044441.0','37',    '32','28','74869.41',    '32','28','58049.59',    '22','11','16819.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005071.0','1018874.0','14',    '9','9','26672.75',    '9','9','20919.54',    '5','3','5753.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093335.0','1044441.0','81',    '69','55','180965.76',    '66','52','105000.65',    '43','25','75965.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003041.0','1018874.0','1',    '1','1','6542.0',    '1','1','6542.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091305.0','1044441.0','145',    '114','92','201125.37',    '107','92','181325.89',    '54','24','19799.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005072.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093336.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005073.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093337.0','1044441.0','19',    '17','14','39536.07',    '16','13','29001.36',    '8','5','10534.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005074.0','1018874.0','5',    '5','4','9686.82',    '5','4','9686.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093338.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005075.0','1018874.0','4',    '2','2','2755.83',    '2','2','1910.16',    '1','1','845.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093339.0','1044441.0','19',    '19','17','74312.28',    '19','17','58799.3',    '7','5','15512.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005076.0','1018874.0','4',    '4','3','26198.66',    '4','3','5281.52',    '1','1','20917.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093340.0','1044441.0','31',    '23','20','61184.11',    '23','19','47835.36',    '8','4','13348.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005077.0','1018874.0','1',    '1','1','511.0',    '1','1','511.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093341.0','1044441.0','22',    '19','17','42834.63',    '18','16','40968.98',    '11','9','1865.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005078.0','1018874.0','88',    '81','70','324438.68',    '81','67','231801.11',    '38','23','92637.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093342.0','1044441.0','1',    '1','1','1399.82',    '1','1','1399.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005079.0','1018874.0','149',    '121','102','515100.18',    '109','98','207932.44',    '79','53','307167.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093343.0','1044441.0','38',    '30','29','121231.72',    '30','29','86104.84',    '11','8','35126.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002558.0','1018874.0','3',    '3','3','3767.75',    '3','3','3731.23',    '2','1','36.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090822.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002816.0','1018874.0','217',    '190','166','1114537.05',    '182','156','598116.37',    '126','86','516420.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091080.0','1044441.0','2',    '2','1','924.0',    '2','1','924.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005080.0','1018874.0','11',    '9','9','56314.85',    '9','8','30367.15',    '6','6','25947.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093344.0','1044441.0','5',    '4','4','9836.11',    '4','4','9836.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005081.0','1018874.0','1',    '1','1','1208.0',    '1','1','1208.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093345.0','1044441.0','3',    '3','2','7371.39',    '3','2','7010.0',    '3','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005082.0','1018874.0','20',    '18','15','61602.89',    '18','14','39353.72',    '9','8','22249.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093346.0','1044441.0','33',    '30','20','52004.34',    '28','20','51602.55',    '13','1','401.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005083.0','1018874.0','4',    '4','1','1251.08',    '4','1','1251.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093347.0','1044441.0','3',    '3','3','10003.64',    '3','3','6921.06',    '1','1','3082.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003045.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091309.0','1044441.0','87',    '78','70','201060.81',    '75','67','170371.72',    '29','20','30689.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002989.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091253.0','1044441.0','43',    '36','27','43262.49',    '33','23','37082.47',    '17','8','6180.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005084.0','1018874.0','13',    '11','10','16769.8',    '11','10','14852.26',    '5','3','1917.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093348.0','1044441.0','3',    '3','3','3963.23',    '3','3','3963.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005085.0','1018874.0','2',    '1','1','10584.58',    '1','1','1230.0',    '1','1','9354.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093349.0','1044441.0','27',    '22','19','53234.18',    '22','19','50492.14',    '11','3','2742.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005086.0','1018874.0','3',    '3','1','921.26',    '3','0','0.0',    '3','1','921.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093350.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005087.0','1018874.0','1',    '1','1','3519.42',    '1','1','3300.08',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093351.0','1044441.0','24',    '23','20','66479.42',    '22','20','57510.41',    '16','10','8969.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005088.0','1018874.0','7',    '7','7','21213.94',    '7','7','20469.5',    '3','1','744.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093352.0','1044441.0','3',    '3','3','51715.75',    '3','3','23966.65',    '3','3','27749.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002584.0','1018874.0','1',    '1','1','6419.88',    '1','1','5508.0',    '1','1','911.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090848.0','1044441.0','92',    '84','65','230175.98',    '82','61','188716.62',    '39','22','41459.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005089.0','1018874.0','3',    '3','3','11743.84',    '3','3','11743.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093353.0','1044441.0','1',    '1','1','1441.56',    '1','1','416.0',    '1','1','1025.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002750.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091014.0','1044441.0','4',    '4','3','11352.36',    '4','3','11078.1',    '2','1','274.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005090.0','1018874.0','3',    '3','2','6171.21',    '3','2','4455.02',    '1','1','1716.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093354.0','1044441.0','2',    '2','2','3839.53',    '2','2','2550.0',    '1','1','1289.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005091.0','1018874.0','18',    '15','12','26825.28',    '12','8','17381.44',    '8','5','9443.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093355.0','1044441.0','2',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002825.0','1018874.0','44',    '39','36','78835.02',    '38','36','71422.49',    '20','10','7412.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091089.0','1044441.0','6',    '5','3','6530.95',    '5','3','6530.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005092.0','1018874.0','23',    '19','16','39354.03',    '18','16','35544.27',    '10','5','3809.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093356.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002984.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091248.0','1044441.0','2',    '2','2','7653.51',    '2','2','4301.79',    '2','2','3351.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005093.0','1018874.0','13',    '11','11','64127.27',    '11','11','36959.67',    '8','8','27167.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093357.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005094.0','1018874.0','5',    '5','4','14943.64',    '5','4','14943.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093358.0','1044441.0','17',    '16','15','71594.15',    '16','14','50788.53',    '7','5','20805.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005095.0','1018874.0','1',    '1','1','3770.58',    '1','1','3770.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093359.0','1044441.0','31',    '30','22','45966.47',    '30','21','40039.01',    '13','6','5927.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005096.0','1018874.0','218',    '184','130','431757.67',    '174','112','300745.16',    '97','61','131012.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093360.0','1044441.0','5',    '5','4','31243.77',    '5','4','15047.0',    '1','1','16196.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002964.0','1018874.0','21',    '19','16','48205.14',    '18','15','42188.16',    '9','6','6016.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091228.0','1044441.0','3',    '1','1','948.74',    '1','1','948.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005097.0','1018874.0','14',    '12','10','31761.65',    '12','10','30394.16',    '4','2','1367.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093361.0','1044441.0','6',    '6','5','18685.53',    '4','4','10797.82',    '6','5','7887.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003046.0','1018874.0','10',    '7','6','31050.17',    '6','5','18094.0',    '4','2','12956.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091310.0','1044441.0','20',    '20','18','99641.18',    '20','16','76075.18',    '12','10','23566.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005098.0','1018874.0','25',    '24','19','37478.93',    '23','18','35256.72',    '13','8','2222.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093362.0','1044441.0','2',    '1','1','301.4',    '1','1','301.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005099.0','1018874.0','30',    '28','25','135835.52',    '28','25','105047.05',    '15','11','30788.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093363.0','1044441.0','9',    '7','5','15896.66',    '7','5','12689.29',    '4','1','3207.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005100.0','1018874.0','4',    '4','3','5701.14',    '4','3','5701.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093364.0','1044441.0','5',    '4','3','4165.12',    '3','3','4165.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005101.0','1018874.0','2',    '2','2','6401.83',    '2','2','6041.22',    '2','1','360.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093365.0','1044441.0','51',    '42','39','124989.97',    '41','38','76031.56',    '23','13','48958.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004868.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093132.0','1044441.0','43',    '39','35','259808.07',    '38','35','125160.62',    '19','16','134647.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005102.0','1018874.0','2',    '2','2','4205.24',    '2','2','3843.85',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093366.0','1044441.0','5',    '5','3','2551.21',    '5','3','1743.0',    '2','2','808.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005103.0','1018874.0','9',    '4','1','4718.0',    '4','1','4718.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093367.0','1044441.0','16',    '15','12','28611.34',    '14','12','26856.58',    '7','3','1754.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002698.0','1018874.0','14',    '13','12','96084.18',    '13','12','49207.3',    '9','8','46876.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090962.0','1044441.0','1',    '1','1','4131.21',    '1','1','2495.52',    '1','1','1635.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005104.0','1018874.0','13',    '12','9','59834.32',    '11','9','36365.93',    '5','4','23468.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093368.0','1044441.0','10',    '6','6','30676.28',    '6','6','25696.17',    '5','5','4980.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2004940.0','1018874.0','6',    '6','4','5204.8',    '6','4','5042.55',    '3','1','162.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093204.0','1044441.0','2',    '2','2','3611.46',    '2','2','2765.79',    '1','1','845.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005105.0','1018874.0','5',    '5','4','13983.69',    '5','4','13455.94',    '2','1','527.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093369.0','1044441.0','2',    '2','2','9186.32',    '2','2','9145.92',    '2','1','40.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005106.0','1018874.0','3',    '1','1','17990.81',    '1','1','2230.0',    '1','1','15760.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093370.0','1044441.0','2',    '2','1','4611.39',    '2','1','2550.0',    '2','1','2061.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005107.0','1018874.0','20',    '19','15','47924.79',    '18','12','31409.51',    '13','7','16515.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093371.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005108.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093372.0','1044441.0','7',    '5','4','6569.52',    '5','4','4860.12',    '1','1','1709.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005109.0','1018874.0','2',    '2','1','2014.0',    '2','1','2014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093373.0','1044441.0','54',    '42','34','131817.11',    '40','31','75552.18',    '26','17','56264.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002812.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091076.0','1044441.0','37',    '29','22','77584.3',    '27','21','47963.45',    '13','7','29620.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002736.0','1018874.0','9',    '9','7','14930.54',    '9','7','14328.81',    '5','2','601.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091000.0','1044441.0','1',    '1','1','287.12',    '1','1','287.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002605.0','1018874.0','80',    '66','51','181682.16',    '62','50','129602.29',    '34','22','52079.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090869.0','1044441.0','4',    '4','4','6557.4',    '4','3','6196.01',    '3','2','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002562.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090826.0','1044441.0','60',    '34','27','194073.1',    '32','26','100242.19',    '16','10','93830.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005110.0','1018874.0','117',    '102','88','338357.21',    '98','83','258388.51',    '56','43','79968.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093374.0','1044441.0','25',    '20','12','40759.14',    '20','12','40073.01',    '7','1','686.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005111.0','1018874.0','4',    '2','1','2068.23',    '1','1','2068.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093375.0','1044441.0','48',    '42','37','122218.52',    '41','34','86647.32',    '30','23','35571.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005112.0','1018874.0','7',    '6','3','8032.79',    '5','3','8032.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093376.0','1044441.0','12',    '11','8','16550.15',    '10','6','10227.84',    '11','6','6322.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005113.0','1018874.0','5',    '5','5','13773.95',    '5','5','13111.46',    '1','1','662.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093377.0','1044441.0','139',    '124','101','347934.34',    '118','81','208440.21',    '68','49','139494.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005114.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093378.0','1044441.0','1',    '1','1','5971.6',    '1','1','5471.6',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002586.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2090850.0','1044441.0','1',    '1','1','2628.38',    '1','1','2628.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003019.0','1018874.0','3',    '3','3','12878.55',    '3','2','7650.0',    '3','2','5228.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091283.0','1044441.0','25',    '21','14','81848.29',    '20','12','45380.65',    '13','10','36467.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005115.0','1018874.0','1',    '1','1','1536.78',    '1','1','1275.0',    '1','1','261.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093379.0','1044441.0','9',    '7','6','22648.77',    '7','6','19966.18',    '3','1','2682.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003000.0','1018874.0','14',    '13','12','63866.48',    '11','10','36762.59',    '9','8','27103.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091264.0','1044441.0','5',    '5','4','10546.24',    '5','3','9757.77',    '2','2','788.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005116.0','1018874.0','8',    '4','3','4919.54',    '4','3','4919.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093380.0','1044441.0','9',    '8','4','8616.12',    '5','4','8474.07',    '5','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005117.0','1018874.0','1',    '1','1','5242.05',    '1','1','5100.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093381.0','1044441.0','83',    '71','64','603818.19',    '70','62','270216.38',    '46','42','333601.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005118.0','1018874.0','18',    '15','14','48040.99',    '15','13','45124.51',    '9','4','2916.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093382.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005119.0','1018874.0','6',    '6','3','14093.58',    '4','3','4709.1',    '4','1','9384.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093383.0','1044441.0','6',    '6','3','3003.49',    '5','3','2784.15',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005120.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093384.0','1044441.0','40',    '36','26','32298.24',    '35','25','30868.42',    '14','5','1429.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005121.0','1018874.0','3',    '3','2','942.36',    '3','2','942.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093385.0','1044441.0','3',    '3','3','12218.7',    '3','2','3792.69',    '3','2','8426.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005122.0','1018874.0','69',    '58','52','140079.84',    '56','50','129158.03',    '26','13','10921.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093386.0','1044441.0','174',    '148','124','462705.68',    '142','117','335650.38',    '95','64','127055.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005123.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093387.0','1044441.0','47',    '44','39','208989.01',    '44','38','159145.48',    '22','15','49843.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005124.0','1018874.0','279',    '224','179','886147.21',    '210','151','401245.11',    '157','105','484902.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093388.0','1044441.0','2',    '2','2','11572.3',    '2','2','9939.82',    '2','1','1632.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005125.0','1018874.0','25',    '24','18','58085.5',    '23','17','46949.7',    '13','9','11135.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093389.0','1044441.0','136',    '131','116','280242.21',    '128','111','231016.56',    '76','49','49225.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005126.0','1018874.0','2',    '2','1','369.6',    '2','1','369.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093390.0','1044441.0','1',    '1','1','1200.0',    '1','0','0.0',    '1','1','1200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005127.0','1018874.0','23',    '20','17','67272.97',    '18','16','52572.56',    '13','8','14700.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093391.0','1044441.0','15',    '13','13','109664.88',    '12','12','54228.47',    '10','8','55436.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005128.0','1018874.0','44',    '39','35','198656.7',    '38','34','106320.28',    '19','13','92336.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093392.0','1044441.0','3',    '2','2','6297.09',    '2','2','6155.04',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005129.0','1018874.0','4',    '4','3','13641.19',    '4','3','12874.0',    '1','1','767.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093393.0','1044441.0','70',    '65','49','100912.92',    '65','45','92041.02',    '29','17','8871.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003023.0','1018874.0','1',    '1','1','4299.6',    '1','1','4299.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091287.0','1044441.0','1',    '1','1','2818.11',    '1','1','2582.3',    '1','1','235.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005130.0','1018874.0','146',    '115','99','679969.83',    '112','95','351566.18',    '66','38','328403.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093394.0','1044441.0','23',    '18','17','112067.52',    '17','16','69559.56',    '14','11','42507.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005131.0','1018874.0','3',    '3','3','8326.66',    '3','3','7576.66',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093395.0','1044441.0','62',    '60','57','297583.78',    '60','57','223862.64',    '41','23','73721.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005132.0','1018874.0','27',    '23','21','83895.9',    '22','21','80846.39',    '12','7','3049.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093396.0','1044441.0','58',    '51','45','146308.88',    '51','45','127271.98',    '29','13','19036.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005133.0','1018874.0','1',    '1','1','4697.16',    '1','1','3034.78',    '1','1','1662.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093397.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005134.0','1018874.0','21',    '19','15','35689.58',    '19','15','33519.54',    '12','7','2170.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093398.0','1044441.0','24',    '23','15','48975.35',    '21','15','32737.39',    '17','12','16237.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005135.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093399.0','1044441.0','1',    '1','1','8210.78',    '1','1','5100.0',    '1','1','3110.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005136.0','1018874.0','6',    '6','5','31075.61',    '6','5','17475.19',    '2','1','13600.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093400.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005137.0','1018874.0','12',    '10','9','16840.13',    '10','9','16539.03',    '3','1','301.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093401.0','1044441.0','118',    '103','82','168284.82',    '100','68','131600.95',    '56','36','36683.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003050.0','1018874.0','5',    '5','4','10996.97',    '5','4','10996.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091314.0','1044441.0','4',    '4','4','4224.45',    '4','4','3863.06',    '2','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005138.0','1018874.0','1',    '1','1','3716.83',    '1','1','1442.0',    '1','1','2274.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093402.0','1044441.0','49',    '48','35','80051.64',    '45','33','63795.52',    '27','12','16256.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005139.0','1018874.0','9',    '9','7','10082.26',    '9','7','8555.14',    '4','2','1527.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093403.0','1044441.0','5',    '4','2','1317.12',    '3','1','1109.12',    '3','1','208.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005021.0','1018874.0','8',    '7','5','9607.96',    '6','5','9323.86',    '4','2','284.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093285.0','1044441.0','1',    '1','1','3158.33',    '1','1','2798.0',    '1','1','360.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005140.0','1018874.0','5',    '5','4','7310.37',    '5','4','6948.98',    '2','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093404.0','1044441.0','5',    '4','4','12586.8',    '4','4','10408.85',    '3','3','2177.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005141.0','1018874.0','1',    '1','1','3832.39',    '1','1','3832.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093405.0','1044441.0','3',    '3','3','13695.4',    '3','3','7619.21',    '1','1','6076.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005142.0','1018874.0','3',    '3','3','10611.05',    '3','3','10611.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093406.0','1044441.0','1',    '1','1','1576.1',    '1','1','1275.0',    '1','1','301.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002977.0','1018874.0','1',    '1','1','851.0',    '1','1','851.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091241.0','1044441.0','1',    '1','1','7092.1',    '1','1','6448.0',    '1','1','644.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005143.0','1018874.0','5',    '4','4','9221.63',    '4','4','8246.27',    '3','3','975.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093407.0','1044441.0','56',    '51','41','138850.76',    '49','37','102854.26',    '25','19','35996.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002972.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091236.0','1044441.0','1',    '1','1','5874.0',    '1','1','5874.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002946.0','1018874.0','9',    '9','4','28770.49',    '9','4','23164.03',    '5','3','5606.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091210.0','1044441.0','1',    '1','1','6544.18',    '1','1','5100.0',    '1','1','1444.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005144.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093408.0','1044441.0','2',    '2','2','4053.71',    '2','2','4053.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005145.0','1018874.0','22',    '16','11','23042.6',    '15','10','21638.34',    '7','5','1404.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093409.0','1044441.0','3',    '3','1','6018.0',    '2','1','6018.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005146.0','1018874.0','12',    '9','5','6315.96',    '8','4','5954.57',    '3','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093410.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005147.0','1018874.0','1',    '1','1','1208.0',    '1','1','1208.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093411.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003036.0','1018874.0','1',    '1','1','1036.22',    '1','1','1036.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091300.0','1044441.0','5',    '4','2','7492.4',    '4','2','7492.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005148.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093412.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003039.0','1018874.0','18',    '16','9','22850.94',    '16','8','20204.28',    '9','3','2646.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091303.0','1044441.0','4',    '4','4','10137.48',    '4','4','9556.75',    '4','2','580.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005149.0','1018874.0','4',    '3','1','4039.72',    '3','1','4039.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093413.0','1044441.0','8',    '6','6','40519.4',    '6','5','17996.1',    '5','4','22523.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005150.0','1018874.0','12',    '11','10','27573.54',    '11','10','26992.81',    '5','3','580.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093414.0','1044441.0','9',    '9','9','47933.63',    '9','5','8108.35',    '7','6','39825.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005151.0','1018874.0','4',    '4','2','6302.08',    '3','2','6302.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093415.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005152.0','1018874.0','2',    '2','2','5645.14',    '2','2','5503.09',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093416.0','1044441.0','1',    '1','1','1303.26',    '1','1','1303.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005153.0','1018874.0','20',    '18','17','93106.51',    '18','15','50619.85',    '9','8','42486.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093417.0','1044441.0','8',    '8','8','15055.67',    '8','7','13746.11',    '5','5','1309.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005154.0','1018874.0','76',    '71','57','119082.87',    '71','54','101281.38',    '25','13','17801.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093418.0','1044441.0','1',    '1','1','2386.19',    '1','1','2386.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005155.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093419.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002979.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091243.0','1044441.0','1',    '1','1','1286.0',    '1','1','1286.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005156.0','1018874.0','2',    '2','2','6298.68',    '2','2','6298.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093420.0','1044441.0','8',    '8','8','36740.55',    '8','8','26755.11',    '7','2','9985.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005157.0','1018874.0','26',    '24','20','36101.75',    '23','19','32345.45',    '13','11','3756.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093421.0','1044441.0','1',    '1','1','2585.13',    '1','1','1611.87',    '1','1','973.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005158.0','1018874.0','1',    '1','1','888.0',    '1','1','888.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093422.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005159.0','1018874.0','2',    '2','2','3825.0',    '2','2','3825.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093423.0','1044441.0','16',    '15','12','34786.21',    '13','12','27350.52',    '8','6','7435.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005160.0','1018874.0','114',    '92','50','138496.58',    '89','44','110505.38',    '38','14','27991.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093424.0','1044441.0','1',    '1','1','3404.96',    '1','1','3404.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005161.0','1018874.0','4',    '3','1','2713.41',    '3','1','2713.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093425.0','1044441.0','1',    '1','1','4186.81',    '1','1','2509.71',    '1','1','1677.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005162.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093426.0','1044441.0','8',    '7','5','13451.49',    '7','5','12460.42',    '1','1','991.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005163.0','1018874.0','34',    '26','21','39625.78',    '25','21','36789.45',    '11','6','2836.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093427.0','1044441.0','5',    '4','1','2609.23',    '4','1','2609.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005164.0','1018874.0','1',    '1','1','4515.13',    '1','1','3038.94',    '1','1','1476.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093428.0','1044441.0','2',    '2','2','4197.76',    '2','1','1117.97',    '2','2','3079.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005165.0','1018874.0','1',    '1','1','2575.29',    '1','1','2575.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093429.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002973.0','1018874.0','3',    '3','2','3881.67',    '3','2','3881.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091237.0','1044441.0','24',    '19','16','68142.66',    '19','16','45890.79',    '11','8','22251.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005166.0','1018874.0','7',    '6','4','7627.38',    '4','4','7364.44',    '4','1','262.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093430.0','1044441.0','1',    '1','1','219.34',    '1','0','0.0',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005167.0','1018874.0','1',    '1','1','275.1',    '1','1','275.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093431.0','1044441.0','22',    '21','18','33208.27',    '20','17','30413.63',    '11','7','2794.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005168.0','1018874.0','1',    '1','1','464.64',    '1','1','464.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093432.0','1044441.0','6',    '6','2','1922.0',    '6','2','1922.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005169.0','1018874.0','11',    '9','7','16731.5',    '9','7','15245.68',    '6','3','1485.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093433.0','1044441.0','240',    '233','201','447611.49',    '233','199','404795.03',    '115','65','42816.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005170.0','1018874.0','7',    '5','3','10728.04',    '4','3','7822.71',    '2','1','2905.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093434.0','1044441.0','2',    '2','1','183.0',    '1','1','183.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005171.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093435.0','1044441.0','1',    '1','1','3916.52',    '1','1','2409.41',    '1','1','1507.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005172.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093436.0','1044441.0','10',    '10','10','18129.15',    '9','9','17050.0',    '6','4','1079.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002820.0','1018874.0','4',    '4','1','387.0',    '4','1','387.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091084.0','1044441.0','35',    '34','24','113998.27',    '33','23','66639.41',    '17','9','47358.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005173.0','1018874.0','29',    '27','24','66612.48',    '27','24','66612.48',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093437.0','1044441.0','1',    '1','1','254.59',    '1','1','112.54',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005174.0','1018874.0','5',    '4','3','5779.2',    '4','3','5430.77',    '1','1','348.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093438.0','1044441.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005175.0','1018874.0','9',    '6','6','15199.57',    '6','6','13794.82',    '2','1','1404.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093439.0','1044441.0','7',    '7','7','19705.34',    '7','7','19703.32',    '2','1','2.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005176.0','1018874.0','1',    '1','1','2951.34',    '1','1','2951.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093440.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005177.0','1018874.0','2',    '1','1','2044.41',    '1','1','2044.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093441.0','1044441.0','7',    '7','7','8823.33',    '7','7','8544.79',    '2','1','278.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005178.0','1018874.0','2',    '1','1','5874.0',    '1','1','5874.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093442.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005179.0','1018874.0','1',    '1','1','5756.56',    '1','1','5756.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093443.0','1044441.0','13',    '10','6','24307.07',    '10','5','19140.13',    '4','3','5166.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005180.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093444.0','1044441.0','8',    '7','6','14674.08',    '7','6','14168.6',    '4','2','505.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005181.0','1018874.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093445.0','1044441.0','2',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005182.0','1018874.0','6',    '1','1','750.0',    '0','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093446.0','1044441.0','1',    '1','1','6632.64',    '1','1','6018.0',    '1','1','614.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003038.0','1018874.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091302.0','1044441.0','2',    '1','1','2174.34',    '1','1','2174.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005183.0','1018874.0','36',    '35','30','55016.94',    '35','26','46019.98',    '18','14','8996.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093447.0','1044441.0','21',    '16','8','23095.12',    '14','6','9774.79',    '11','5','13320.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005184.0','1018874.0','46',    '43','27','134341.1',    '41','27','81494.3',    '27','11','52846.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093448.0','1044441.0','3',    '2','1','2039.93',    '2','1','2039.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003017.0','1018874.0','53',    '48','39','113045.65',    '47','39','103105.68',    '22','14','9939.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091281.0','1044441.0','2',    '2','2','625.06',    '2','2','625.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005185.0','1018874.0','8',    '8','7','12655.6',    '8','7','11997.58',    '7','3','658.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093449.0','1044441.0','5',    '4','3','7209.14',    '4','2','4196.63',    '3','3','3012.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003001.0','1018874.0','13',    '11','7','9045.11',    '11','7','8541.67',    '4','2','503.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091265.0','1044441.0','12',    '9','8','54544.4',    '9','8','45181.34',    '2','1','9363.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005186.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093450.0','1044441.0','8',    '8','5','13999.44',    '8','5','13746.3',    '3','1','253.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005187.0','1018874.0','1',    '1','1','3723.12',    '1','1','2319.07',    '1','1','1404.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093451.0','1044441.0','26',    '20','17','76273.6',    '19','17','57056.16',    '9','5','19217.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005188.0','1018874.0','1',    '1','1','488.1',    '1','1','488.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093452.0','1044441.0','1',    '1','1','1774.21',    '1','1','1260.11',    '1','1','514.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005189.0','1018874.0','31',    '26','24','70365.15',    '26','22','60134.38',    '13','9','10230.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093453.0','1044441.0','2',    '1','1','4555.44',    '1','1','4555.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005190.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093454.0','1044441.0','3',    '3','1','575.54',    '3','1','356.2',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005191.0','1018874.0','103',    '87','62','306302.02',    '84','61','156111.53',    '41','21','150190.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093455.0','1044441.0','62',    '55','32','78751.83',    '50','26','39979.36',    '37','18','38772.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005192.0','1018874.0','123',    '117','82','178205.28',    '112','78','131613.24',    '64','31','46592.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093456.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005193.0','1018874.0','2',    '1','1','2477.33',    '1','1','2477.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093457.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005194.0','1018874.0','13',    '13','11','26055.36',    '13','11','18307.47',    '6','4','7747.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093458.0','1044441.0','14',    '13','11','34529.3',    '13','10','30067.79',    '6','3','4461.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005195.0','1018874.0','1',    '1','1','6344.88',    '1','1','5100.0',    '1','1','1244.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093459.0','1044441.0','28',    '21','20','82490.86',    '20','20','54680.98',    '15','8','27809.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005196.0','1018874.0','7',    '6','3','1578.9',    '5','2','1359.56',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093460.0','1044441.0','2',    '2','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005197.0','1018874.0','1',    '1','1','2676.45',    '1','1','2676.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093461.0','1044441.0','1',    '1','1','4911.75',    '1','1','4911.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005198.0','1018874.0','31',    '30','19','68173.85',    '29','16','50259.16',    '17','8','17914.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093462.0','1044441.0','2',    '2','2','9632.24',    '2','2','6142.52',    '1','1','3489.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005199.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093463.0','1044441.0','28',    '27','19','57960.36',    '27','18','43982.68',    '11','6','13977.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002959.0','1018874.0','3',    '3','3','9886.24',    '3','3','9119.05',    '2','1','767.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091223.0','1044441.0','2',    '2','1','3825.0',    '2','1','3825.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003018.0','1018874.0','154',    '138','118','322190.64',    '135','116','289581.45',    '75','49','32609.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091282.0','1044441.0','1',    '1','1','3719.34',    '1','1','3500.0',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005200.0','1018874.0','20',    '18','16','43635.35',    '17','10','30916.22',    '11','9','12719.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093464.0','1044441.0','1',    '1','1','1623.26',    '1','0','0.0',    '1','1','1623.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005201.0','1018874.0','3',    '3','2','7068.23',    '2','2','6138.77',    '2','1','929.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093465.0','1044441.0','17',    '15','11','40000.44',    '15','11','32627.33',    '8','6','7373.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005202.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093466.0','1044441.0','4',    '3','3','15291.0',    '3','3','14924.38',    '2','1','366.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005203.0','1018874.0','38',    '33','26','58943.59',    '33','21','34759.89',    '23','14','24183.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093467.0','1044441.0','2',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003229.0','1018874.0','2',    '2','2','3505.0',    '2','1','3285.66',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091493.0','1044441.0','26',    '19','18','69687.89',    '19','18','55369.47',    '9','6','14318.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003028.0','1018874.0','40',    '36','28','68896.97',    '36','26','46744.54',    '18','9','22152.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091292.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005204.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093468.0','1044441.0','72',    '65','56','161652.1',    '63','54','115498.15',    '36','25','46153.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005205.0','1018874.0','200',    '186','130','197526.2',    '180','116','138891.06',    '93','41','58635.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093469.0','1044441.0','58',    '52','36','78694.02',    '48','31','47620.51',    '28','13','31073.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003022.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091286.0','1044441.0','1',    '1','1','1703.1',    '1','1','1703.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003197.0','1018874.0','8',    '6','5','29485.6',    '6','4','9006.45',    '2','2','20479.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091461.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005206.0','1018874.0','1',    '1','1','3969.6',    '1','1','3302.95',    '1','1','666.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093470.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003003.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091267.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005207.0','1018874.0','74',    '60','42','183474.32',    '60','38','118484.01',    '44','24','64990.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093471.0','1044441.0','8',    '8','4','11654.18',    '8','4','8467.14',    '6','2','3187.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005208.0','1018874.0','43',    '39','28','51805.88',    '39','23','40246.18',    '24','13','11559.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093472.0','1044441.0','1',    '1','1','2692.05',    '1','1','2550.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003070.0','1018874.0','6',    '6','6','29618.13',    '6','6','13159.03',    '4','4','16459.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091334.0','1044441.0','3',    '3','2','3984.05',    '3','2','3842.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003239.0','1018874.0','11',    '11','10','16943.13',    '11','10','16017.45',    '5','2','925.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091503.0','1044441.0','16',    '13','11','42426.58',    '13','10','25665.42',    '6','4','16761.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003144.0','1018874.0','13',    '11','10','24145.39',    '10','10','22378.41',    '5','2','1766.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091408.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003020.0','1018874.0','8',    '7','5','22939.11',    '6','5','20136.89',    '4','3','2802.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091284.0','1044441.0','12',    '12','10','21025.51',    '11','10','20523.46',    '3','1','502.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003043.0','1018874.0','2',    '2','2','5343.82',    '2','2','5343.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091307.0','1044441.0','3',    '3','3','8882.72',    '3','3','6493.18',    '2','2','2389.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003196.0','1018874.0','4',    '3','2','4189.19',    '3','2','3975.49',    '2','1','213.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091460.0','1044441.0','4',    '4','4','11356.91',    '4','4','8332.3',    '3','2','3024.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005209.0','1018874.0','81',    '75','60','114506.3',    '74','58','99425.71',    '33','20','15080.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093473.0','1044441.0','5',    '4','3','3974.28',    '3','3','2355.0',    '3','1','1619.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003216.0','1018874.0','15',    '12','10','25170.75',    '11','10','21099.17',    '6','3','4071.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091480.0','1044441.0','1',    '1','1','899.46',    '1','1','757.41',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002978.0','1018874.0','3',    '3','2','7113.48',    '3','1','4334.0',    '1','1','2779.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091242.0','1044441.0','5',    '4','3','3373.78',    '4','3','3103.64',    '2','2','270.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003099.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091363.0','1044441.0','16',    '16','14','32221.8',    '15','12','19872.55',    '7','5','12349.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005210.0','1018874.0','1',    '1','1','1549.89',    '1','1','1549.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093474.0','1044441.0','189',    '146','115','314217.01',    '137','104','243750.15',    '68','35','70466.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005211.0','1018874.0','24',    '20','14','19465.89',    '19','13','18139.24',    '8','3','1326.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093475.0','1044441.0','5',    '5','5','6170.8',    '5','5','6170.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003080.0','1018874.0','32',    '30','27','56412.97',    '30','26','47212.77',    '16','9','9200.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091344.0','1044441.0','246',    '207','169','1380421.08',    '200','155','730648.91',    '139','101','649772.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003152.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091416.0','1044441.0','2',    '1','1','100.0',    '1','1','100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003167.0','1018874.0','235',    '206','143','442095.7',    '201','130','294905.15',    '87','51','147190.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091431.0','1044441.0','5',    '5','2','2031.57',    '5','1','1275.0',    '2','2','756.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003139.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091403.0','1044441.0','6',    '6','4','8435.83',    '6','4','8216.49',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005212.0','1018874.0','9',    '7','4','14974.8',    '7','4','14974.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093476.0','1044441.0','3',    '2','2','1559.0',    '2','2','1559.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005213.0','1018874.0','6',    '6','5','19752.47',    '5','4','14252.47',    '1','1','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093477.0','1044441.0','17',    '15','9','31312.84',    '15','8','17228.12',    '6','4','14084.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005214.0','1018874.0','5',    '5','4','7018.58',    '5','4','6876.53',    '3','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093478.0','1044441.0','23',    '20','17','62710.71',    '19','15','43383.58',    '10','8','19327.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003093.0','1018874.0','212',    '197','116','247130.06',    '192','100','194310.75',    '96','44','52819.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091357.0','1044441.0','10',    '10','8','25741.03',    '10','6','20021.02',    '4','4','5720.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003053.0','1018874.0','10',    '6','6','12882.02',    '6','5','12545.05',    '4','2','336.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091317.0','1044441.0','5',    '4','3','4852.39',    '4','3','4852.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003209.0','1018874.0','1',    '1','1','10846.22',    '1','1','6884.0',    '1','1','3962.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091473.0','1044441.0','36',    '34','29','61014.93',    '33','29','56967.92',    '18','12','4047.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003123.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091387.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005215.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093479.0','1044441.0','81',    '73','63','229597.81',    '68','57','155071.53',    '46','36','74526.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003163.0','1018874.0','1',    '1','1','471.0',    '1','1','471.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091427.0','1044441.0','1',    '1','1','153.62',    '1','0','0.0',    '1','1','153.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005216.0','1018874.0','9',    '9','7','17486.67',    '9','7','17019.6',    '2','1','467.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093480.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002994.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091258.0','1044441.0','14',    '12','10','30431.22',    '12','10','29842.08',    '3','1','589.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005217.0','1018874.0','1',    '1','1','2343.79',    '1','1','2343.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093481.0','1044441.0','110',    '93','75','327562.06',    '90','72','209892.14',    '62','39','117669.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002957.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091221.0','1044441.0','1',    '1','1','1783.93',    '0','0','0.0',    '1','1','1783.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005218.0','1018874.0','1',    '1','1','3471.18',    '1','1','3109.79',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093482.0','1044441.0','1',    '1','1','3768.32',    '1','1','3768.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005219.0','1018874.0','10',    '4','4','17533.6',    '4','4','16195.02',    '3','3','1338.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093483.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005220.0','1018874.0','7',    '5','3','8999.86',    '5','3','8240.97',    '2','2','758.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093484.0','1044441.0','4',    '4','3','13350.45',    '4','3','6041.23',    '2','2','7309.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003202.0','1018874.0','3',    '3','3','4023.52',    '3','2','1662.0',    '3','1','2361.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091466.0','1044441.0','1',    '1','1','2192.95',    '1','1','2192.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003109.0','1018874.0','6',    '5','4','10869.26',    '5','4','8485.92',    '3','1','2383.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091373.0','1044441.0','1',    '1','1','2349.15',    '1','1','2349.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002975.0','1018874.0','9',    '9','8','70529.64',    '9','8','38590.19',    '5','5','31939.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091239.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003074.0','1018874.0','1',    '1','1','2104.07',    '1','1','1375.41',    '1','1','728.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091338.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005221.0','1018874.0','36',    '29','24','126219.83',    '29','24','83912.65',    '17','9','42307.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093485.0','1044441.0','25',    '15','12','36387.74',    '13','12','28725.79',    '10','3','7661.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005222.0','1018874.0','8',    '8','7','18275.21',    '8','7','17081.01',    '3','2','1194.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093486.0','1044441.0','4',    '4','2','4107.55',    '4','2','3547.92',    '2','1','559.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003125.0','1018874.0','98',    '87','76','202448.36',    '84','64','137151.51',    '62','45','65296.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091389.0','1044441.0','6',    '6','5','16181.21',    '6','5','15897.11',    '4','2','284.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005223.0','1018874.0','2',    '1','1','8846.05',    '1','1','5645.0',    '1','1','3201.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093487.0','1044441.0','25',    '23','19','31086.35',    '23','18','30234.05',    '10','6','852.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003122.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091386.0','1044441.0','81',    '73','47','110421.41',    '70','42','88724.08',    '34','17','21697.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005224.0','1018874.0','1',    '1','1','339.2',    '1','1','339.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093488.0','1044441.0','89',    '79','54','133464.32',    '78','51','117577.43',    '40','19','15886.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005225.0','1018874.0','2',    '1','1','3062.65',    '1','1','2843.31',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093489.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003091.0','1018874.0','20',    '14','13','36626.76',    '14','11','35050.85',    '8','4','1575.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091355.0','1044441.0','119',    '90','72','579890.92',    '79','65','188746.84',    '64','47','391144.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002960.0','1018874.0','6',    '5','4','17397.31',    '5','4','15634.59',    '2','2','1762.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091224.0','1044441.0','2',    '2','2','4925.92',    '2','2','2001.8',    '2','2','2924.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005226.0','1018874.0','9',    '7','6','8107.33',    '6','4','6098.0',    '7','5','2009.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093490.0','1044441.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003032.0','1018874.0','3',    '3','3','10084.0',    '3','3','10084.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091296.0','1044441.0','1',    '1','1','5613.82',    '1','1','5100.0',    '1','1','513.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003040.0','1018874.0','8',    '6','5','16867.88',    '6','5','15326.76',    '2','2','1541.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091304.0','1044441.0','4',    '3','3','8034.31',    '3','3','5174.45',    '3','3','2859.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003243.0','1018874.0','6',    '6','6','27995.59',    '5','5','14530.34',    '3','3','13465.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091507.0','1044441.0','38',    '36','27','62640.19',    '35','21','35723.99',    '20','13','26916.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005227.0','1018874.0','101',    '87','65','154133.67',    '84','57','131740.24',    '49','21','22393.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093491.0','1044441.0','6',    '6','6','17971.61',    '6','6','17390.88',    '4','2','580.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002974.0','1018874.0','10',    '8','6','19802.89',    '7','6','18109.85',    '4','1','1693.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091238.0','1044441.0','1',    '1','1','2691.93',    '1','1','2691.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003116.0','1018874.0','4',    '4','4','9560.37',    '4','4','5714.03',    '2','2','3846.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091380.0','1044441.0','4',    '3','2','4541.84',    '3','2','4399.79',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003169.0','1018874.0','6',    '6','6','20276.65',    '6','6','11527.08',    '5','5','8749.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091433.0','1044441.0','6',    '6','3','8524.9',    '4','2','4083.39',    '5','2','4441.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003014.0','1018874.0','5',    '5','4','7542.69',    '5','3','5990.86',    '4','1','1551.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091278.0','1044441.0','2',    '2','2','12918.7',    '2','2','7338.7',    '1','1','5580.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003078.0','1018874.0','9',    '9','8','28947.15',    '8','7','21331.21',    '3','3','7615.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091342.0','1044441.0','22',    '14','10','43139.3',    '13','10','25197.11',    '6','2','17942.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003230.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091494.0','1044441.0','14',    '8','6','18842.03',    '8','6','10851.16',    '3','2','7990.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003193.0','1018874.0','31',    '31','22','63138.09',    '31','21','60316.76',    '18','11','2821.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091457.0','1044441.0','19',    '17','15','52491.19',    '17','15','46445.37',    '6','4','6045.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005228.0','1018874.0','1',    '1','1','8468.28',    '1','1','6253.12',    '1','1','2215.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093492.0','1044441.0','1',    '1','1','822.77',    '1','1','680.72',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003156.0','1018874.0','209',    '152','121','427839.23',    '143','114','292810.79',    '86','53','135028.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091420.0','1044441.0','2',    '2','2','9461.91',    '2','2','4966.44',    '2','1','4495.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002953.0','1018874.0','54',    '43','37','136876.87',    '43','37','111357.08',    '18','12','25519.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091217.0','1044441.0','15',    '12','12','45661.99',    '11','11','32223.33',    '10','8','13438.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003076.0','1018874.0','12',    '12','11','25235.02',    '12','11','20115.15',    '6','4','5119.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091340.0','1044441.0','2',    '2','1','228.96',    '1','1','228.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005229.0','1018874.0','1',    '1','1','773.87',    '1','1','530.12',    '1','1','243.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093493.0','1044441.0','18',    '16','13','26770.35',    '15','13','26053.5',    '4','1','716.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002982.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091246.0','1044441.0','9',    '6','4','7922.29',    '6','4','7391.64',    '4','2','530.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002949.0','1018874.0','16',    '14','9','16848.04',    '14','9','15499.79',    '10','2','1348.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091213.0','1044441.0','188',    '151','124','353261.14',    '150','115','252780.15',    '76','45','100480.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003160.0','1018874.0','7',    '6','4','11587.51',    '6','3','5199.06',    '6','2','6388.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091424.0','1044441.0','5',    '5','4','45126.95',    '5','4','24070.0',    '4','3','21056.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005230.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093494.0','1044441.0','8',    '6','6','10542.92',    '6','6','9523.33',    '3','2','1019.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005231.0','1018874.0','10',    '9','9','40766.07',    '9','9','31090.23',    '7','4','9675.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093495.0','1044441.0','4',    '4','3','3571.05',    '4','3','3429.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003090.0','1018874.0','1',    '1','1','12132.43',    '1','1','1090.0',    '1','1','11042.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091354.0','1044441.0','5',    '4','2','1844.51',    '3','1','1396.82',    '3','2','447.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003594.0','1018874.0','12',    '12','10','18615.13',    '10','10','17313.27',    '6','3','1301.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091858.0','1044441.0','1',    '1','1','2236.13',    '1','1','2094.08',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003128.0','1018874.0','5',    '4','4','27789.43',    '4','4','16648.0',    '4','3','11141.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091392.0','1044441.0','1',    '1','1','1370.1',    '1','1','918.0',    '1','1','452.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003118.0','1018874.0','14',    '5','3','8459.45',    '5','3','8459.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091382.0','1044441.0','21',    '20','17','38005.06',    '19','17','33544.62',    '14','6','4460.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003134.0','1018874.0','5',    '5','5','29237.81',    '5','5','25484.0',    '3','3','3753.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091398.0','1044441.0','3',    '3','3','10545.21',    '3','3','10403.16',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005232.0','1018874.0','1',    '1','1','2917.11',    '1','1','2917.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093496.0','1044441.0','1',    '1','1','1953.14',    '1','1','1440.04',    '1','1','513.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003060.0','1018874.0','19',    '17','16','34261.77',    '17','14','26466.11',    '5','3','7795.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091324.0','1044441.0','2',    '1','1','3441.52',    '1','1','636.0',    '1','1','2805.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003217.0','1018874.0','7',    '6','6','15789.91',    '6','5','12630.49',    '4','3','3159.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091481.0','1044441.0','44',    '38','27','54450.68',    '35','25','46595.66',    '19','8','7855.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003199.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091463.0','1044441.0','1',    '1','1','12267.66',    '1','1','10974.0',    '1','1','1293.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003260.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091524.0','1044441.0','3',    '2','2','25550.39',    '2','2','14369.11',    '2','2','11181.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003087.0','1018874.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091351.0','1044441.0','4',    '4','3','5926.79',    '4','3','5926.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2002956.0','1018874.0','1',    '1','1','6992.0',    '1','1','6992.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091220.0','1044441.0','9',    '9','8','14032.73',    '9','8','11776.19',    '3','2','2256.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005233.0','1018874.0','1',    '1','1','361.39',    '1','0','0.0',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093497.0','1044441.0','1',    '1','1','4811.28',    '1','1','4811.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005234.0','1018874.0','202',    '167','139','612654.58',    '155','121','407209.96',    '123','97','205444.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093498.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005235.0','1018874.0','1',    '1','1','1835.25',    '1','1','1835.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093499.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003258.0','1018874.0','54',    '42','35','129015.75',    '39','30','46978.82',    '25','17','82036.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091522.0','1044441.0','10',    '9','5','18938.47',    '9','5','17486.18',    '4','2','1452.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003055.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091319.0','1044441.0','4',    '3','2','2827.68',    '3','2','2827.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003117.0','1018874.0','1',    '1','1','1465.39',    '1','1','1104.0',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091381.0','1044441.0','7',    '7','6','9812.96',    '6','6','9655.47',    '3','1','157.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003133.0','1018874.0','17',    '16','9','11379.71',    '15','9','10876.27',    '8','2','503.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091397.0','1044441.0','42',    '32','26','113530.39',    '30','25','72274.24',    '23','12','41256.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005236.0','1018874.0','15',    '12','9','34195.63',    '12','9','30730.83',    '4','2','3464.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093500.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003241.0','1018874.0','1',    '1','1','1785.36',    '1','1','1785.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091505.0','1044441.0','13',    '9','7','34315.98',    '9','6','28761.63',    '7','5','5554.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005237.0','1018874.0','4',    '2','2','16848.0',    '2','2','7059.1',    '2','2','9788.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093501.0','1044441.0','15',    '10','9','7743.55',    '10','9','7325.1',    '5','2','418.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005238.0','1018874.0','4',    '3','3','11840.04',    '3','3','11276.0',    '1','1','564.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093502.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003031.0','1018874.0','1',    '1','1','2125.23',    '1','1','1690.4',    '1','1','434.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091295.0','1044441.0','21',    '15','14','39022.09',    '15','14','28757.77',    '9','6','10264.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003143.0','1018874.0','76',    '70','65','138920.9',    '70','64','130566.84',    '27','13','8354.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091407.0','1044441.0','20',    '16','14','32123.94',    '16','13','23312.88',    '9','7','8811.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003224.0','1018874.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091488.0','1044441.0','3',    '3','3','17037.08',    '3','3','15666.6',    '2','1','1370.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005239.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093503.0','1044441.0','5',    '4','4','17735.0',    '4','4','17735.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005240.0','1018874.0','6',    '6','6','16844.21',    '6','6','12022.66',    '6','2','4821.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093504.0','1044441.0','64',    '58','51','219556.06',    '57','51','186086.53',    '29','16','33469.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005241.0','1018874.0','4',    '4','1','660.0',    '4','1','660.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093505.0','1044441.0','39',    '34','22','67949.66',    '31','18','37269.74',    '24','13','30679.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005242.0','1018874.0','5',    '5','3','18689.0',    '4','2','7817.0',    '2','2','10872.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093506.0','1044441.0','2',    '2','2','4687.07',    '2','2','4485.42',    '2','1','201.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003215.0','1018874.0','3',    '3','2','4574.23',    '3','2','4574.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091479.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003135.0','1018874.0','101',    '76','54','158789.8',    '70','50','113111.38',    '35','15','45678.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091399.0','1044441.0','5',    '5','5','17676.18',    '5','5','17314.79',    '2','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003126.0','1018874.0','1',    '1','1','1652.66',    '1','1','1327.71',    '1','1','324.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091390.0','1044441.0','5',    '4','3','7763.47',    '4','3','6875.39',    '1','1','888.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005243.0','1018874.0','13',    '8','7','20683.07',    '8','7','20529.45',    '1','1','153.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093507.0','1044441.0','12',    '10','8','13328.02',    '9','7','12550.13',    '3','1','777.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005244.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093508.0','1044441.0','13',    '12','12','29794.73',    '12','12','27492.5',    '5','3','2302.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003574.0','1018874.0','15',    '6','2','5775.53',    '6','2','5775.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091838.0','1044441.0','1',    '1','1','1655.01',    '1','1','1655.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005245.0','1018874.0','1',    '1','1','3474.0',    '1','1','3474.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093509.0','1044441.0','51',    '45','35','64324.97',    '44','35','53939.59',    '23','11','10385.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003101.0','1018874.0','2',    '1','1','924.0',    '1','1','924.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091365.0','1044441.0','6',    '5','3','4259.65',    '5','3','3390.0',    '4','1','869.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005246.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093510.0','1044441.0','12',    '11','7','18560.17',    '11','7','17792.98',    '1','1','767.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005247.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093511.0','1044441.0','52',    '41','28','72495.71',    '38','25','57641.2',    '20','12','14854.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003089.0','1018874.0','4',    '4','2','1690.0',    '4','2','1690.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091353.0','1044441.0','21',    '21','18','33118.33',    '21','17','27224.19',    '13','7','5894.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003178.0','1018874.0','11',    '10','9','36260.43',    '10','9','36118.38',    '6','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091442.0','1044441.0','16',    '14','10','15845.67',    '13','9','15040.97',    '8','2','804.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005248.0','1018874.0','43',    '40','35','169573.87',    '40','33','128045.21',    '27','18','41528.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093512.0','1044441.0','4',    '4','3','8158.26',    '4','3','8158.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003092.0','1018874.0','2',    '2','1','734.56',    '2','1','429.2',    '1','1','305.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091356.0','1044441.0','248',    '210','129','397798.44',    '198','113','260867.73',    '116','57','136930.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003233.0','1018874.0','22',    '19','17','64483.01',    '19','17','61533.92',    '5','3','2949.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091497.0','1044441.0','1',    '1','1','5874.0',    '1','1','5874.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003069.0','1018874.0','1',    '1','1','2315.04',    '1','1','2315.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091333.0','1044441.0','23',    '20','14','58908.69',    '19','14','52207.01',    '8','4','6701.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003251.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091515.0','1044441.0','1',    '1','1','3125.3',    '1','1','3125.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005249.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093513.0','1044441.0','8',    '6','6','33484.53',    '6','6','23486.3',    '4','2','9998.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005250.0','1018874.0','21',    '15','14','31517.03',    '15','13','28079.93',    '3','1','3437.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093514.0','1044441.0','78',    '70','61','224610.69',    '67','60','207768.51',    '38','17','16842.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005251.0','1018874.0','3',    '2','2','6446.95',    '2','2','5194.56',    '2','1','1252.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093515.0','1044441.0','1',    '1','1','778.0',    '1','1','778.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003104.0','1018874.0','2',    '2','2','1641.47',    '2','2','1301.24',    '1','1','340.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091368.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005252.0','1018874.0','3',    '3','2','2304.87',    '3','2','2085.53',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093516.0','1044441.0','50',    '43','35','102795.11',    '42','34','91227.56',    '23','14','11567.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005253.0','1018874.0','4',    '4','3','34775.33',    '4','3','21125.08',    '2','2','13650.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093517.0','1044441.0','4',    '4','4','9380.8',    '4','3','8670.5',    '3','2','710.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003147.0','1018874.0','2',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091411.0','1044441.0','13',    '10','8','27522.99',    '10','7','14875.8',    '6','6','12647.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005254.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093518.0','1044441.0','10',    '9','8','26792.21',    '9','8','25341.49',    '7','3','1450.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005255.0','1018874.0','52',    '42','27','88832.1',    '39','26','63189.41',    '17','7','25642.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093519.0','1044441.0','8',    '8','6','19636.89',    '8','6','19275.5',    '3','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005256.0','1018874.0','2',    '2','2','12589.22',    '2','1','7330.0',    '2','2','5259.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093520.0','1044441.0','5',    '5','4','7248.12',    '5','4','6667.39',    '4','2','580.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005257.0','1018874.0','132',    '113','94','353545.19',    '109','91','271712.96',    '66','40','81832.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093521.0','1044441.0','12',    '11','9','12470.65',    '10','8','11541.3',    '6','3','929.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005258.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093522.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003226.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091490.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003544.0','1018874.0','18',    '14','13','55602.27',    '14','13','55306.6',    '7','2','295.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091808.0','1044441.0','3',    '3','3','4582.46',    '3','3','3474.0',    '1','1','1108.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003546.0','1018874.0','153',    '129','102','312092.89',    '123','91','230376.32',    '68','46','81716.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091810.0','1044441.0','8',    '6','4','9295.93',    '6','4','9295.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005259.0','1018874.0','3',    '3','1','1275.0',    '3','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093523.0','1044441.0','55',    '46','38','95433.05',    '45','33','73617.87',    '30','17','21815.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003083.0','1018874.0','4',    '4','3','7833.89',    '4','3','7833.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091347.0','1044441.0','1',    '1','1','2190.75',    '1','1','2190.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003434.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091698.0','1044441.0','4',    '4','4','14101.57',    '4','4','12396.81',    '2','1','1704.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005260.0','1018874.0','3',    '3','2','10645.16',    '3','1','6394.0',    '2','2','4251.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093524.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003061.0','1018874.0','5',    '4','2','4383.72',    '4','2','1785.63',    '1','1','2598.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091325.0','1044441.0','3',    '2','2','7861.0',    '2','2','7861.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005261.0','1018874.0','15',    '13','9','15947.64',    '12','9','15805.59',    '7','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093525.0','1044441.0','15',    '15','10','30407.93',    '15','10','27515.05',    '8','5','2892.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005262.0','1018874.0','53',    '35','30','126053.54',    '32','27','79976.53',    '16','12','46077.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093526.0','1044441.0','4',    '4','4','9348.89',    '4','4','8694.72',    '3','2','654.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005263.0','1018874.0','11',    '11','10','43986.23',    '11','10','31132.03',    '7','6','12854.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093527.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005264.0','1018874.0','3',    '3','2','4857.12',    '3','2','4715.07',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093528.0','1044441.0','72',    '61','54','129120.03',    '58','49','105334.25',    '26','19','23785.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005265.0','1018874.0','4',    '4','3','6023.72',    '3','2','5881.67',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093529.0','1044441.0','3',    '3','3','13726.34',    '3','3','11567.64',    '1','1','2158.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005266.0','1018874.0','16',    '14','8','22956.56',    '12','7','13976.49',    '9','4','8980.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093530.0','1044441.0','7',    '6','5','8412.44',    '6','5','7251.45',    '4','2','1160.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005267.0','1018874.0','50',    '48','32','109992.31',    '44','27','49725.54',    '31','21','60266.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093531.0','1044441.0','9',    '7','7','44921.32',    '7','7','19018.8',    '7','4','25902.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005268.0','1018874.0','3',    '3','2','6717.68',    '3','1','2345.06',    '2','2','4372.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093532.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005269.0','1018874.0','6',    '5','2','1493.29',    '5','2','980.19',    '2','1','513.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093533.0','1044441.0','2',    '2','2','11776.52',    '2','2','10121.36',    '2','1','1655.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005270.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093534.0','1044441.0','1',    '1','1','360.72',    '1','1','360.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005271.0','1018874.0','15',    '14','11','30015.77',    '13','11','27954.38',    '4','2','2061.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093535.0','1044441.0','4',    '4','3','8864.06',    '4','3','8484.62',    '3','1','379.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005272.0','1018874.0','21',    '18','13','12536.1',    '18','13','12394.05',    '6','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093536.0','1044441.0','223',    '191','123','246647.81',    '183','101','194760.83',    '119','53','51886.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005273.0','1018874.0','21',    '19','16','33050.35',    '16','15','23038.95',    '12','4','10011.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093537.0','1044441.0','5',    '5','4','6909.48',    '5','4','6763.63',    '4','1','145.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005274.0','1018874.0','85',    '77','59','162077.66',    '73','54','100955.28',    '52','27','61122.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093538.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005275.0','1018874.0','7',    '5','3','18624.0',    '5','3','18624.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093539.0','1044441.0','6',    '6','4','23994.19',    '6','4','16041.61',    '3','2','7952.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005276.0','1018874.0','1',    '1','1','3543.0',    '1','1','3543.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093540.0','1044441.0','22',    '22','18','59095.72',    '21','17','48894.72',    '15','11','10201.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005277.0','1018874.0','55',    '44','36','88547.26',    '40','33','75374.26',    '31','22','13173.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093541.0','1044441.0','7',    '5','3','4146.71',    '5','3','4004.66',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005278.0','1018874.0','2',    '2','1','3865.82',    '2','1','3723.77',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093542.0','1044441.0','144',    '119','100','346590.8',    '115','99','321389.46',    '59','39','25201.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005279.0','1018874.0','2',    '2','2','6871.0',    '2','2','6311.43',    '2','2','559.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093543.0','1044441.0','1',    '1','1','1223.48',    '1','1','1223.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005280.0','1018874.0','2',    '2','2','7960.47',    '2','1','4448.57',    '1','1','3511.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093544.0','1044441.0','10',    '10','5','9624.11',    '8','4','9404.77',    '5','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005281.0','1018874.0','1',    '1','1','220.5',    '1','1','220.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093545.0','1044441.0','3',    '2','1','247.52',    '2','1','247.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005282.0','1018874.0','12',    '10','8','29360.93',    '10','8','23874.99',    '5','3','5485.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093546.0','1044441.0','24',    '22','21','40220.47',    '21','21','38324.38',    '12','3','1896.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005283.0','1018874.0','13',    '11','8','33576.81',    '10','8','27996.81',    '3','1','5580.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093547.0','1044441.0','33',    '27','23','106937.74',    '27','23','52892.53',    '15','8','54045.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003073.0','1018874.0','27',    '19','11','38597.55',    '15','10','27640.4',    '12','6','10957.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091337.0','1044441.0','4',    '2','2','3272.78',    '2','1','2550.0',    '2','2','722.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005284.0','1018874.0','2',    '2','2','7735.92',    '2','1','6788.0',    '2','2','947.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093548.0','1044441.0','10',    '9','7','13911.4',    '8','6','8128.87',    '5','2','5782.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005285.0','1018874.0','25',    '23','20','50302.85',    '23','20','48343.44',    '15','4','1959.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093549.0','1044441.0','95',    '77','53','123295.1',    '72','45','89890.2',    '41','19','33404.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005286.0','1018874.0','11',    '10','7','23940.5',    '10','7','22350.68',    '5','2','1589.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093550.0','1044441.0','7',    '7','5','12215.13',    '5','4','11447.94',    '3','1','767.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005287.0','1018874.0','3',    '3','3','7660.33',    '3','3','7518.28',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093551.0','1044441.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005288.0','1018874.0','2',    '2','2','2336.28',    '2','2','2336.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093552.0','1044441.0','2',    '2','2','1962.0',    '2','2','1962.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005289.0','1018874.0','25',    '16','13','19349.85',    '16','12','14512.79',    '8','5','4837.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093553.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003124.0','1018874.0','7',    '6','4','8613.79',    '5','4','8263.6',    '4','2','350.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091388.0','1044441.0','23',    '16','12','44598.39',    '14','11','24138.12',    '12','6','20460.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005290.0','1018874.0','1',    '1','1','5126.14',    '1','1','3383.35',    '1','1','1742.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093554.0','1044441.0','34',    '27','23','90718.8',    '25','23','77396.83',    '14','7','13321.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003454.0','1018874.0','120',    '109','98','359261.68',    '108','95','291343.18',    '57','34','67918.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091718.0','1044441.0','51',    '47','39','87904.01',    '47','39','82053.03',    '22','9','5850.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003096.0','1018874.0','2',    '2','2','8902.11',    '2','2','5323.74',    '2','2','3578.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091360.0','1044441.0','9',    '9','9','24938.68',    '8','8','19077.29',    '6','2','5861.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005291.0','1018874.0','6',    '6','5','38481.16',    '6','4','14391.02',    '4','4','24090.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093555.0','1044441.0','15',    '12','7','25236.12',    '12','6','14688.11',    '6','3','10548.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005292.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093556.0','1044441.0','38',    '35','25','77600.33',    '35','25','43936.85',    '17','11','33663.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005293.0','1018874.0','4',    '2','2','5262.62',    '2','2','5262.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093557.0','1044441.0','31',    '27','25','50802.71',    '27','22','34536.56',    '19','15','16266.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005294.0','1018874.0','1',    '1','1','2236.32',    '1','1','2236.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093558.0','1044441.0','3',    '3','2','4472.81',    '3','2','4048.45',    '2','1','424.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003157.0','1018874.0','3',    '3','2','4544.8',    '3','1','3221.73',    '2','2','1323.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091421.0','1044441.0','297',    '265','225','647091.9',    '256','203','513570.28',    '163','103','133521.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005295.0','1018874.0','4',    '4','2','7434.0',    '3','2','7434.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093559.0','1044441.0','58',    '47','41','183032.84',    '46','39','129112.67',    '32','24','53920.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005296.0','1018874.0','19',    '16','14','42029.4',    '15','14','32286.35',    '7','4','9743.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093560.0','1044441.0','5',    '5','4','8632.9',    '5','4','7032.6',    '3','2','1600.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005297.0','1018874.0','2',    '2','2','2209.77',    '2','2','2209.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093561.0','1044441.0','8',    '8','5','25778.96',    '8','5','10434.38',    '5','3','15344.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005298.0','1018874.0','22',    '19','17','38217.2',    '18','17','37254.17',    '10','6','963.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093562.0','1044441.0','7',    '7','4','7499.52',    '7','4','7499.52',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005299.0','1018874.0','28',    '21','17','34040.4',    '21','14','29821.89',    '15','8','4218.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093563.0','1044441.0','11',    '10','8','27720.74',    '10','8','11784.36',    '4','1','15936.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005300.0','1018874.0','3',    '3','3','6242.43',    '3','3','6242.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093564.0','1044441.0','7',    '7','7','23531.97',    '7','7','22124.26',    '6','4','1407.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005301.0','1018874.0','1',    '1','1','3212.49',    '1','1','2550.0',    '1','1','662.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093565.0','1044441.0','2',    '2','2','1017.6',    '2','2','1017.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005302.0','1018874.0','10',    '10','9','22106.96',    '10','9','21964.91',    '6','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093566.0','1044441.0','1',    '1','1','1658.0',    '1','1','1658.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003184.0','1018874.0','3',    '2','2','4228.8',    '2','2','4228.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091448.0','1044441.0','2',    '2','2','8787.55',    '2','2','8787.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005303.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093567.0','1044441.0','4',    '3','1','1275.0',    '2','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005304.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093568.0','1044441.0','88',    '77','71','322499.43',    '77','70','282000.87',    '42','21','40498.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005305.0','1018874.0','33',    '30','25','149772.01',    '30','23','83294.95',    '23','16','66477.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093569.0','1044441.0','4',    '4','2','2546.11',    '4','2','2312.48',    '2','1','233.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005306.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093570.0','1044441.0','15',    '11','9','14754.19',    '10','9','13911.72',    '7','4','842.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005307.0','1018874.0','4',    '4','3','5382.23',    '4','3','4801.5',    '3','2','580.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093571.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005308.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093572.0','1044441.0','289',    '247','168','349413.19',    '241','141','244128.23',    '152','81','105284.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005309.0','1018874.0','9',    '4','3','22051.69',    '4','3','6156.49',    '4','2','15895.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093573.0','1044441.0','4',    '4','4','25883.02',    '4','4','16123.32',    '2','2','9759.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005310.0','1018874.0','3',    '3','2','1837.59',    '3','1','459.0',    '2','1','1378.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093574.0','1044441.0','6',    '5','4','24942.99',    '5','4','13134.5',    '4','3','11808.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005311.0','1018874.0','7',    '4','3','22591.1',    '4','3','11327.02',    '4','2','11264.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093575.0','1044441.0','6',    '6','4','11125.41',    '6','3','10761.66',    '2','2','363.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003203.0','1018874.0','3',    '2','2','6462.98',    '2','2','5129.96',    '2','2','1333.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091467.0','1044441.0','1',    '1','1','612.82',    '1','1','470.77',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005312.0','1018874.0','1',    '1','1','4885.89',    '1','1','4885.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093576.0','1044441.0','2',    '1','1','661.58',    '1','1','661.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003373.0','1018874.0','2',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091637.0','1044441.0','6',    '5','4','14168.56',    '5','4','13807.17',    '3','2','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003150.0','1018874.0','91',    '87','74','194671.11',    '85','48','104540.04',    '61','49','90131.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091414.0','1044441.0','2',    '2','2','16046.66',    '2','2','12322.0',    '1','1','3724.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005313.0','1018874.0','22',    '20','20','76137.34',    '19','17','53849.99',    '14','12','22287.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093577.0','1044441.0','8',    '7','6','14767.13',    '7','6','11778.13',    '5','4','2989.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003396.0','1018874.0','3',    '3','1','2550.0',    '3','1','2550.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091660.0','1044441.0','10',    '10','7','44163.83',    '9','7','30190.81',    '7','3','13973.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005314.0','1018874.0','14',    '14','12','45427.03',    '13','10','30944.34',    '10','7','14482.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093578.0','1044441.0','3',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005315.0','1018874.0','1',    '1','1','1468.16',    '1','1','1468.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093579.0','1044441.0','1',    '1','1','1208.0',    '1','1','1208.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003110.0','1018874.0','1',    '1','1','1348.0',    '1','1','1348.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091374.0','1044441.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005316.0','1018874.0','6',    '6','5','21624.26',    '5','5','21624.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093580.0','1044441.0','15',    '12','7','14303.99',    '12','7','11627.42',    '5','3','2676.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003057.0','1018874.0','1',    '1','1','5487.0',    '1','1','5487.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091321.0','1044441.0','10',    '9','8','22212.65',    '9','8','13865.4',    '2','2','8347.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005317.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093581.0','1044441.0','32',    '28','22','45327.67',    '28','21','43537.41',    '15','6','1790.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003548.0','1018874.0','86',    '80','67','111999.48',    '79','63','97539.04',    '35','21','14460.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091812.0','1044441.0','22',    '20','17','84222.65',    '19','17','77977.96',    '10','3','6244.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005318.0','1018874.0','10',    '8','4','15334.04',    '8','4','8031.0',    '3','2','7303.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093582.0','1044441.0','8',    '7','6','19950.33',    '7','4','13995.87',    '4','4','5954.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003129.0','1018874.0','26',    '25','22','44462.52',    '24','22','44101.13',    '10','2','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091393.0','1044441.0','2',    '2','1','2826.0',    '1','1','2826.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005319.0','1018874.0','5',    '4','2','4931.87',    '4','2','4931.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093583.0','1044441.0','6',    '5','5','9471.22',    '5','5','9187.12',    '3','2','284.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005320.0','1018874.0','3',    '3','3','5649.04',    '3','3','5649.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093584.0','1044441.0','5',    '5','3','30020.6',    '4','3','13449.43',    '5','2','16571.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005321.0','1018874.0','5',    '5','4','10665.19',    '5','3','9079.58',    '2','2','1585.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093585.0','1044441.0','3',    '3','2','3379.21',    '3','0','0.0',    '2','2','3379.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005322.0','1018874.0','1',    '1','1','871.52',    '1','1','650.07',    '1','1','221.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093586.0','1044441.0','31',    '29','25','43890.89',    '27','18','33642.04',    '16','12','10248.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003375.0','1018874.0','1',    '1','1','505.76',    '1','1','505.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091639.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005323.0','1018874.0','3',    '3','2','7006.55',    '3','1','6200.0',    '2','2','806.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093587.0','1044441.0','6',    '4','4','7760.05',    '4','4','6675.88',    '4','4','1084.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005324.0','1018874.0','9',    '9','6','21132.24',    '9','6','18426.52',    '6','4','2705.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093588.0','1044441.0','47',    '38','31','110279.13',    '36','31','107931.39',    '17','9','2347.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005325.0','1018874.0','7',    '7','4','9942.69',    '6','4','9723.35',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093589.0','1044441.0','3',    '3','2','3730.45',    '2','2','3730.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005326.0','1018874.0','1',    '1','1','4280.8',    '1','1','4280.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093590.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005327.0','1018874.0','22',    '17','11','31894.62',    '17','11','29359.94',    '9','2','2534.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093591.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005328.0','1018874.0','89',    '67','56','141887.8',    '66','50','93413.78',    '38','26','48474.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093592.0','1044441.0','2',    '2','2','4915.01',    '2','2','4915.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005329.0','1018874.0','1',    '1','1','15785.28',    '1','1','10974.0',    '1','1','4811.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093593.0','1044441.0','2',    '2','1','1598.9',    '1','1','1339.0',    '2','1','259.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003081.0','1018874.0','2',    '2','1','1275.0',    '2','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091345.0','1044441.0','4',    '4','3','5384.1',    '4','3','5100.0',    '3','2','284.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005330.0','1018874.0','16',    '13','11','26922.61',    '12','9','18635.62',    '8','5','8286.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093594.0','1044441.0','1',    '1','1','1303.45',    '1','1','1084.11',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003154.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091418.0','1044441.0','48',    '45','37','119187.53',    '45','36','66257.55',    '21','16','52929.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003066.0','1018874.0','7',    '6','6','22513.42',    '6','6','21165.5',    '3','3','1347.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091330.0','1044441.0','4',    '4','3','12056.36',    '4','3','11694.97',    '3','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005331.0','1018874.0','16',    '13','12','94754.77',    '13','12','53661.11',    '10','8','41093.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093595.0','1044441.0','5',    '4','3','7761.38',    '4','3','7333.9',    '2','1','427.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005332.0','1018874.0','7',    '7','6','25516.61',    '7','4','11153.36',    '6','6','14363.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093596.0','1044441.0','3',    '2','2','24506.03',    '2','2','7118.0',    '2','2','17388.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005333.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093597.0','1044441.0','33',    '29','21','110963.08',    '27','18','63895.77',    '18','12','47067.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005334.0','1018874.0','13',    '11','10','48606.98',    '10','10','46105.2',    '3','2','2501.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093598.0','1044441.0','6',    '5','5','12587.87',    '5','5','10893.19',    '3','2','1694.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005335.0','1018874.0','20',    '19','14','48042.56',    '17','14','41277.65',    '15','6','6764.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093599.0','1044441.0','20',    '16','12','34510.42',    '16','11','26999.95',    '10','6','7510.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005336.0','1018874.0','1',    '1','1','574.05',    '1','1','432.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093600.0','1044441.0','17',    '14','11','27731.44',    '12','10','25386.37',    '7','4','2345.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005337.0','1018874.0','7',    '6','5','16719.99',    '5','5','14326.13',    '5','4','2393.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093601.0','1044441.0','24',    '20','18','55905.21',    '20','17','43102.1',    '7','4','12803.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005338.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093602.0','1044441.0','3',    '3','1','5100.0',    '3','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005339.0','1018874.0','1',    '1','1','1290.0',    '1','1','1290.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093603.0','1044441.0','10',    '10','9','25087.18',    '10','9','22061.89',    '3','2','3025.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003580.0','1018874.0','2',    '2','2','2614.8',    '2','2','2291.51',    '1','1','323.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091844.0','1044441.0','12',    '10','8','17807.39',    '10','8','15916.58',    '3','2','1890.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003084.0','1018874.0','128',    '109','62','188671.79',    '99','54','108890.53',    '66','25','79781.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091348.0','1044441.0','7',    '7','7','16414.18',    '7','7','13394.94',    '4','2','3019.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003601.0','1018874.0','3',    '1','1','12241.02',    '1','1','774.0',    '1','1','11467.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091865.0','1044441.0','3',    '3','2','2062.29',    '2','2','2062.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003409.0','1018874.0','21',    '21','17','80879.87',    '19','17','41941.7',    '12','5','38938.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091673.0','1044441.0','1',    '1','1','5319.34',    '1','1','5100.0',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005340.0','1018874.0','3',    '3','2','8488.93',    '3','2','4102.95',    '1','1','4385.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093604.0','1044441.0','37',    '35','28','59878.43',    '35','28','51872.9',    '14','8','8005.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005341.0','1018874.0','1',    '1','1','959.01',    '1','1','816.96',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093605.0','1044441.0','1',    '1','1','1100.0',    '1','1','1100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005342.0','1018874.0','2',    '1','1','3777.0',    '1','1','3777.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093606.0','1044441.0','7',    '5','3','8457.45',    '5','3','8315.4',    '3','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005343.0','1018874.0','18',    '15','10','14960.11',    '13','9','13939.54',    '8','3','1020.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093607.0','1044441.0','6',    '6','4','12102.65',    '6','4','8301.72',    '4','3','3800.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003301.0','1018874.0','2',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091565.0','1044441.0','6',    '5','5','17738.14',    '5','4','17518.8',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005344.0','1018874.0','1',    '1','1','612.76',    '1','1','612.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093608.0','1044441.0','3',    '2','2','7725.83',    '2','2','5513.0',    '1','1','2212.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005345.0','1018874.0','3',    '3','3','11837.45',    '3','3','11442.08',    '2','2','395.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093609.0','1044441.0','23',    '19','17','108580.77',    '19','16','51025.16',    '13','9','57555.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003254.0','1018874.0','2',    '2','1','526.27',    '2','1','526.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091518.0','1044441.0','1',    '1','1','12815.19',    '1','1','5100.0',    '1','1','7715.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005346.0','1018874.0','17',    '16','9','12854.08',    '16','8','12492.69',    '9','2','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093610.0','1044441.0','14',    '13','10','23254.15',    '13','10','21449.89',    '4','3','1804.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003111.0','1018874.0','23',    '20','18','101324.56',    '19','18','84663.57',    '10','7','16660.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091375.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005347.0','1018874.0','4',    '2','1','1437.96',    '2','1','1437.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093611.0','1044441.0','1',    '1','1','677.09',    '1','1','677.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003380.0','1018874.0','39',    '31','27','130486.8',    '31','22','71087.09',    '18','17','59399.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091644.0','1044441.0','78',    '77','60','136288.2',    '73','52','93342.11',    '56','32','42946.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003468.0','1018874.0','103',    '102','75','161586.69',    '100','69','129180.45',    '53','32','32406.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091732.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005348.0','1018874.0','1',    '1','1','1221.11',    '1','1','1221.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093612.0','1044441.0','4',    '3','2','4570.95',    '3','2','3000.13',    '1','1','1570.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005349.0','1018874.0','3',    '3','2','21601.15',    '3','2','8637.24',    '2','1','12963.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093613.0','1044441.0','341',    '336','240','506888.89',    '335','222','400491.31',    '193','85','106397.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005350.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093614.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005351.0','1018874.0','17',    '17','9','23683.9',    '17','8','18065.26',    '13','7','5618.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093615.0','1044441.0','117',    '115','79','157730.87',    '114','74','111054.81',    '56','23','46676.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003054.0','1018874.0','2',    '1','1','4260.0',    '1','1','4260.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091318.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005352.0','1018874.0','2',    '2','2','7411.32',    '2','2','6234.92',    '1','1','1176.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093616.0','1044441.0','1',    '1','1','734.08',    '1','0','0.0',    '1','1','734.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005353.0','1018874.0','345',    '338','248','588145.17',    '336','212','409713.78',    '224','110','178431.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093617.0','1044441.0','16',    '14','14','28055.69',    '13','13','18968.4',    '9','4','9087.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003582.0','1018874.0','7',    '7','7','25585.97',    '7','7','17779.25',    '4','3','7806.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091846.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005354.0','1018874.0','1',    '1','1','13725.7',    '1','1','3640.0',    '1','1','10085.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093618.0','1044441.0','2',    '1','1','2483.6',    '1','1','2483.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003249.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091513.0','1044441.0','135',    '122','106','335157.3',    '120','104','294147.85',    '72','48','41009.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003127.0','1018874.0','26',    '21','11','32753.42',    '19','11','30419.51',    '13','3','2333.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091391.0','1044441.0','6',    '6','6','30295.99',    '5','4','8991.0',    '4','4','21304.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003405.0','1018874.0','11',    '9','8','35176.02',    '9','8','32823.01',    '7','5','2353.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091669.0','1044441.0','1',    '1','1','2342.42',    '1','1','2342.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003180.0','1018874.0','2',    '2','2','2545.46',    '2','1','2403.41',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091444.0','1044441.0','39',    '39','30','84540.99',    '38','25','46428.25',    '29','19','38112.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003455.0','1018874.0','193',    '157','110','517433.07',    '150','99','296144.28',    '91','57','221288.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091719.0','1044441.0','2',    '2','2','4868.12',    '2','2','4095.37',    '2','2','772.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003140.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091404.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003220.0','1018874.0','10',    '7','6','20273.79',    '7','6','12644.05',    '3','3','7629.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091484.0','1044441.0','4',    '3','1','2908.86',    '3','1','2131.57',    '2','1','777.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003438.0','1018874.0','2',    '1','1','1367.91',    '1','1','1148.57',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091702.0','1044441.0','42',    '32','27','73403.62',    '32','27','68057.3',    '18','12','5346.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005355.0','1018874.0','4',    '4','4','9605.44',    '4','4','7714.25',    '2','1','1891.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093619.0','1044441.0','119',    '118','89','182657.1',    '115','81','142723.41',    '67','41','39933.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003266.0','1018874.0','13',    '11','10','69710.66',    '11','10','35837.76',    '7','6','33872.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091530.0','1044441.0','1035',    '1021','601','1256696.85',    '1007','528','933204.79',    '677','249','323492.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005356.0','1018874.0','1',    '1','1','1568.65',    '1','1','1568.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093620.0','1044441.0','18',    '15','11','24886.02',    '14','11','24524.63',    '7','2','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005357.0','1018874.0','1',    '1','1','1790.25',    '1','1','1790.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093621.0','1044441.0','2',    '2','2','6364.12',    '2','2','6222.07',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005358.0','1018874.0','11',    '8','5','16670.9',    '8','5','16670.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093622.0','1044441.0','4',    '3','3','4299.49',    '3','3','4299.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005359.0','1018874.0','45',    '43','36','59889.4',    '42','33','46487.37',    '27','14','13402.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093623.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005360.0','1018874.0','178',    '178','110','233245.9',    '176','86','153048.57',    '117','58','80197.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093624.0','1044441.0','224',    '220','154','320758.95',    '215','138','245741.6',    '133','61','75017.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005361.0','1018874.0','43',    '33','25','102482.99',    '30','25','86454.0',    '13','6','16028.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093625.0','1044441.0','7',    '6','4','8973.17',    '6','4','8831.12',    '4','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003064.0','1018874.0','28',    '21','18','123685.52',    '21','15','56687.0',    '11','10','66998.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091328.0','1044441.0','21',    '21','18','28365.52',    '21','15','20284.31',    '13','9','8081.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005362.0','1018874.0','3',    '3','3','9675.83',    '3','3','8776.07',    '1','1','899.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093626.0','1044441.0','1',    '1','1','1179.79',    '1','1','1037.74',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005363.0','1018874.0','4',    '4','4','13831.1',    '4','4','13831.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093627.0','1044441.0','2',    '1','1','1627.86',    '1','1','1627.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005364.0','1018874.0','9',    '9','6','33845.71',    '9','6','18491.03',    '3','1','15354.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093628.0','1044441.0','76',    '75','48','94592.65',    '74','45','74444.69',    '32','15','20147.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005365.0','1018874.0','155',    '152','96','195204.95',    '152','85','144309.84',    '79','34','50895.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093629.0','1044441.0','2',    '2','2','7834.69',    '2','2','7326.33',    '1','1','508.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005366.0','1018874.0','250',    '249','176','362494.23',    '246','139','244708.99',    '158','85','117785.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093630.0','1044441.0','399',    '389','289','661830.24',    '384','255','543704.58',    '242','121','118125.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005367.0','1018874.0','54',    '49','42','116798.31',    '49','42','102513.78',    '22','12','14284.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093631.0','1044441.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003436.0','1018874.0','6',    '6','5','17253.55',    '6','5','17253.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091700.0','1044441.0','2',    '2','2','6168.05',    '2','1','6026.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005368.0','1018874.0','12',    '12','10','46283.85',    '11','10','40755.28',    '9','5','5528.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093632.0','1044441.0','8',    '6','5','20080.47',    '6','4','14133.88',    '4','3','5946.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005369.0','1018874.0','19',    '19','11','32217.26',    '19','10','19681.8',    '12','5','12535.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093633.0','1044441.0','277',    '273','208','505486.36',    '265','152','286097.34',    '226','145','219389.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003149.0','1018874.0','49',    '49','29','46972.65',    '49','27','35433.8',    '23','12','11538.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091413.0','1044441.0','1',    '1','1','1080.1',    '1','1','1080.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005370.0','1018874.0','12',    '12','8','21166.26',    '12','7','20361.18',    '6','3','805.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093634.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005371.0','1018874.0','9',    '8','6','29121.59',    '8','6','27181.06',    '4','2','1940.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093635.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003256.0','1018874.0','7',    '7','6','14450.76',    '7','6','14231.42',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091520.0','1044441.0','40',    '33','30','94718.1',    '33','29','88813.07',    '21','13','5905.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003132.0','1018874.0','2',    '2','1','529.13',    '2','1','416.0',    '2','1','113.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091396.0','1044441.0','9',    '4','4','6262.34',    '4','4','4240.96',    '2','1','2021.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005372.0','1018874.0','1',    '1','1','1254.38',    '1','1','1254.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093636.0','1044441.0','17',    '14','10','32332.12',    '14','9','31252.96',    '3','3','1079.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005373.0','1018874.0','1',    '1','1','1282.72',    '1','1','1282.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093637.0','1044441.0','30',    '24','16','31517.92',    '21','15','29055.45',    '13','3','2462.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005374.0','1018874.0','4',    '3','3','6625.58',    '3','3','6264.19',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093638.0','1044441.0','7',    '7','5','14348.82',    '7','5','14348.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005375.0','1018874.0','223',    '217','169','437852.43',    '213','147','310903.09',    '137','71','126949.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093639.0','1044441.0','2',    '2','1','3505.0',    '2','1','3505.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003205.0','1018874.0','3',    '3','3','4268.28',    '3','3','4268.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091469.0','1044441.0','8',    '5','4','15705.79',    '5','4','15705.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005263.0','1018874.0','11',    '11','9','39160.2',    '11','9','30815.44',    '6','3','8344.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093527.0','1044441.0','8',    '6','5','26580.23',    '6','5','18887.64',    '3','2','7692.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003095.0','1018874.0','1',    '1','1','831.04',    '1','1','831.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091359.0','1044441.0','13',    '13','8','17072.75',    '13','8','12931.18',    '9','2','4141.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005376.0','1018874.0','80',    '63','55','183457.32',    '61','52','133402.03',    '26','16','50055.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093640.0','1044441.0','13',    '10','10','40484.83',    '10','9','37070.16',    '5','3','3414.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005377.0','1018874.0','20',    '20','18','66492.26',    '20','18','63709.12',    '14','11','2783.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093641.0','1044441.0','31',    '30','21','24221.19',    '30','15','15721.53',    '20','9','8499.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005378.0','1018874.0','6',    '5','2','3437.26',    '5','2','3217.92',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093642.0','1044441.0','1',    '1','1','710.88',    '1','1','710.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003185.0','1018874.0','15',    '6','4','22359.44',    '6','4','19959.44',    '3','1','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091449.0','1044441.0','1',    '1','1','4182.2',    '1','1','4182.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005379.0','1018874.0','4',    '4','2','3646.94',    '4','2','3355.24',    '1','1','291.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093643.0','1044441.0','3',    '3','2','542.52',    '3','2','542.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005380.0','1018874.0','5',    '5','3','9523.89',    '4','2','7075.52',    '2','2','2448.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093644.0','1044441.0','7',    '6','6','24449.21',    '6','6','23159.27',    '4','2','1289.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003265.0','1018874.0','4',    '3','2','4625.37',    '3','2','4406.03',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091529.0','1044441.0','3',    '3','1','3248.87',    '3','1','3106.82',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005381.0','1018874.0','16',    '15','14','35155.36',    '15','14','33808.25',    '6','5','1347.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093645.0','1044441.0','4',    '3','3','32575.0',    '3','3','13763.0',    '1','1','18812.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005382.0','1018874.0','304',    '291','195','463192.98',    '287','166','325682.8',    '185','96','137510.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093646.0','1044441.0','18',    '14','9','66769.85',    '13','9','39793.94',    '7','4','26975.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005383.0','1018874.0','14',    '11','7','22989.61',    '11','6','20949.09',    '6','3','2040.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093647.0','1044441.0','14',    '14','14','55968.08',    '14','14','55247.9',    '6','2','720.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005384.0','1018874.0','12',    '7','4','21076.67',    '5','4','15773.05',    '5','2','5303.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093648.0','1044441.0','68',    '53','39','217971.83',    '48','33','95258.94',    '31','19','122712.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005385.0','1018874.0','191',    '186','130','253422.04',    '183','94','151132.67',    '127','77','102289.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093649.0','1044441.0','4',    '4','3','10536.05',    '4','2','5796.01',    '3','2','4740.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005386.0','1018874.0','34',    '32','26','87648.63',    '31','26','70613.79',    '15','10','17034.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093650.0','1044441.0','9',    '9','6','24994.82',    '8','6','24244.82',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005387.0','1018874.0','1',    '1','1','1190.82',    '1','1','1190.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093651.0','1044441.0','36',    '30','20','36374.91',    '25','18','30700.1',    '15','4','5674.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005388.0','1018874.0','589',    '575','438','1046978.33',    '568','349','689902.34',    '411','216','357075.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093652.0','1044441.0','393',    '387','256','635498.6',    '381','213','409405.96',    '269','119','226092.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003136.0','1018874.0','3',    '3','2','7788.81',    '3','2','7788.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091400.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003253.0','1018874.0','580',    '567','382','896341.22',    '557','319','618316.69',    '380','169','278024.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091517.0','1044441.0','12',    '9','8','17602.7',    '9','8','14515.19',    '4','3','3087.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005389.0','1018874.0','1',    '1','1','1547.28',    '1','1','1547.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093653.0','1044441.0','114',    '92','63','185793.47',    '89','56','148240.2',    '42','29','37553.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005390.0','1018874.0','11',    '11','5','12946.7',    '11','5','12508.02',    '3','2','438.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093654.0','1044441.0','45',    '44','27','53956.44',    '43','26','38917.76',    '18','13','15038.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005391.0','1018874.0','3',    '3','1','370.0',    '3','1','370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093655.0','1044441.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005392.0','1018874.0','2',    '2','1','5100.0',    '2','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093656.0','1044441.0','13',    '11','9','30680.28',    '11','9','30053.5',    '3','2','626.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005393.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093657.0','1044441.0','4',    '3','2','7060.04',    '3','2','7060.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005394.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093658.0','1044441.0','29',    '25','23','103981.23',    '24','21','73999.57',    '15','7','29981.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005395.0','1018874.0','20',    '11','9','33956.7',    '11','9','33814.65',    '4','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093659.0','1044441.0','2',    '2','2','4719.29',    '2','2','3593.12',    '2','2','1126.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005396.0','1018874.0','6',    '6','6','20405.01',    '6','6','16458.68',    '6','3','3946.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093660.0','1044441.0','4',    '3','3','11944.49',    '3','2','4860.48',    '2','2','7084.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005397.0','1018874.0','4',    '3','2','13873.58',    '2','2','11920.0',    '2','1','1953.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093661.0','1044441.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005398.0','1018874.0','14',    '11','8','30427.88',    '9','8','27257.11',    '4','2','3170.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093662.0','1044441.0','2',    '2','1','5100.0',    '2','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005399.0','1018874.0','3',    '1','1','1458.87',    '1','1','1458.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093663.0','1044441.0','2',    '1','1','4022.28',    '1','1','4022.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003181.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091445.0','1044441.0','10',    '8','3','7569.5',    '7','3','7350.16',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005400.0','1018874.0','1',    '1','1','2639.36',    '1','1','2639.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093664.0','1044441.0','4',    '3','2','1436.92',    '3','2','1436.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005401.0','1018874.0','1',    '1','1','1381.65',    '1','1','1381.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093665.0','1044441.0','41',    '36','31','115154.48',    '35','31','79685.41',    '13','9','35469.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005402.0','1018874.0','5',    '5','4','14040.1',    '5','4','12449.7',    '3','2','1590.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093666.0','1044441.0','63',    '39','33','111878.99',    '38','28','60544.27',    '24','15','51334.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003315.0','1018874.0','7',    '6','6','15411.47',    '6','6','15411.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091579.0','1044441.0','17',    '11','8','23384.3',    '11','8','20941.92',    '3','1','2442.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003165.0','1018874.0','1',    '1','1','1970.84',    '1','1','1066.64',    '1','1','904.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091429.0','1044441.0','15',    '10','9','19100.45',    '9','9','14955.0',    '6','3','4145.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005403.0','1018874.0','3',    '3','3','11062.2',    '3','3','9108.3',    '3','3','1953.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093667.0','1044441.0','4',    '3','3','9015.93',    '3','3','8714.83',    '1','1','301.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005404.0','1018874.0','72',    '62','51','296712.58',    '57','46','172504.28',    '42','31','124208.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093668.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003210.0','1018874.0','10',    '6','4','8420.98',    '6','4','8420.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091474.0','1044441.0','25',    '17','14','51427.41',    '16','14','42162.7',    '10','7','9264.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003321.0','1018874.0','5',    '5','5','7893.91',    '5','5','7129.96',    '3','1','763.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091585.0','1044441.0','1',    '1','1','485.61',    '1','1','485.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005405.0','1018874.0','2',    '1','1','3633.11',    '1','1','3633.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093669.0','1044441.0','2',    '2','2','3170.53',    '2','2','2744.45',    '1','1','426.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005406.0','1018874.0','5',    '5','4','11912.06',    '5','4','9051.89',    '5','3','2860.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093670.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005407.0','1018874.0','6',    '3','3','6350.35',    '3','2','4239.35',    '3','3','2111.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093671.0','1044441.0','1',    '1','1','1124.97',    '1','1','1124.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005408.0','1018874.0','8',    '8','7','18343.27',    '8','7','18201.22',    '3','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093672.0','1044441.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005409.0','1018874.0','3',    '2','2','15117.95',    '2','2','3340.0',    '2','2','11777.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093673.0','1044441.0','5',    '5','5','19044.53',    '5','5','7960.53',    '1','1','11084.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005410.0','1018874.0','3',    '1','1','2850.2',    '1','1','2850.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093674.0','1044441.0','3',    '3','3','12969.34',    '3','3','12750.0',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005411.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093675.0','1044441.0','3',    '3','3','15365.08',    '3','3','12823.0',    '3','3','2542.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003062.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091326.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005412.0','1018874.0','46',    '41','28','111160.39',    '34','22','82121.44',    '23','13','29038.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093676.0','1044441.0','4',    '3','3','6917.33',    '3','3','5535.08',    '3','3','1382.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005413.0','1018874.0','43',    '37','28','99295.55',    '35','24','84297.8',    '20','13','14997.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093677.0','1044441.0','4',    '3','3','10929.44',    '3','3','10929.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005414.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093678.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005415.0','1018874.0','27',    '22','18','58895.35',    '21','16','50951.55',    '10','7','7943.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093679.0','1044441.0','23',    '20','15','33005.82',    '19','15','26001.33',    '9','3','7004.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003236.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091500.0','1044441.0','4',    '1','1','617.49',    '1','1','92.43',    '1','1','525.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005416.0','1018874.0','15',    '14','11','49478.47',    '14','11','44213.01',    '9','2','5265.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093680.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005417.0','1018874.0','26',    '21','15','46610.25',    '21','15','33161.11',    '13','6','13449.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093681.0','1044441.0','3',    '3','2','3035.41',    '2','2','3035.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005418.0','1018874.0','24',    '21','16','65621.34',    '21','16','59237.21',    '7','3','6384.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093682.0','1044441.0','2',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005419.0','1018874.0','2',    '2','2','10200.0',    '2','2','10200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093683.0','1044441.0','2',    '2','2','6581.17',    '2','2','6498.0',    '1','1','83.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005420.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093684.0','1044441.0','240',    '234','178','326788.84',    '233','163','259124.26',    '140','68','67664.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003342.0','1018874.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091606.0','1044441.0','10',    '5','4','15222.17',    '4','4','13601.27',    '3','2','1620.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005421.0','1018874.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093685.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005422.0','1018874.0','11',    '9','6','19829.82',    '9','6','19127.18',    '3','2','702.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093686.0','1044441.0','10',    '9','7','57339.89',    '8','7','43126.23',    '6','2','14213.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005423.0','1018874.0','6',    '6','4','12306.22',    '5','4','11121.59',    '3','1','1184.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093687.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003186.0','1018874.0','1',    '1','1','2238.64',    '1','1','2238.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091450.0','1044441.0','3',    '2','2','2756.98',    '2','2','2756.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003377.0','1018874.0','2',    '2','2','2329.47',    '2','2','2329.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091641.0','1044441.0','10',    '9','7','13352.56',    '8','6','12208.18',    '5','3','1144.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005424.0','1018874.0','8',    '8','8','44965.96',    '8','8','26607.89',    '4','3','18358.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093688.0','1044441.0','2',    '2','2','6269.62',    '2','2','6269.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003212.0','1018874.0','12',    '12','12','38386.08',    '12','12','34191.63',    '6','5','4194.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091476.0','1044441.0','1',    '1','1','4346.03',    '1','1','4346.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005425.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093689.0','1044441.0','7',    '7','4','4623.5',    '7','4','4184.82',    '4','2','438.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005426.0','1018874.0','18',    '14','11','33054.4',    '14','10','20261.14',    '4','3','12793.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093690.0','1044441.0','7',    '7','4','18298.24',    '6','3','17000.0',    '3','1','1298.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003221.0','1018874.0','1',    '1','1','850.1',    '1','1','850.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091485.0','1044441.0','2',    '2','1','6962.05',    '2','1','6820.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003440.0','1018874.0','1',    '1','1','637.69',    '1','1','637.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091704.0','1044441.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005427.0','1018874.0','372',    '309','274','1770038.89',    '289','248','889567.39',    '221','158','880471.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093691.0','1044441.0','333',    '330','237','535430.63',    '325','209','385705.1',    '191','103','149725.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005428.0','1018874.0','1',    '1','1','848.06',    '1','1','848.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093692.0','1044441.0','1',    '1','1','838.34',    '1','1','838.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005429.0','1018874.0','2',    '2','2','8661.41',    '2','2','8519.36',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093693.0','1044441.0','4',    '3','3','4829.66',    '3','3','4390.98',    '2','2','438.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005430.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093694.0','1044441.0','4',    '2','2','10200.0',    '2','2','10200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005431.0','1018874.0','148',    '104','82','205328.79',    '101','81','168129.54',    '46','21','37199.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093695.0','1044441.0','2',    '2','1','774.0',    '2','1','774.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005432.0','1018874.0','301',    '298','248','654877.56',    '295','181','353823.33',    '235','148','301054.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093696.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005433.0','1018874.0','2',    '2','2','6544.26',    '2','2','6544.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093697.0','1044441.0','13',    '10','7','19931.87',    '9','7','19400.88',    '4','3','530.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005434.0','1018874.0','88',    '71','64','253898.66',    '60','54','182099.45',    '52','37','71799.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093698.0','1044441.0','13',    '11','11','25988.22',    '11','11','24862.85',    '4','2','1125.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005435.0','1018874.0','8',    '7','4','5520.72',    '7','4','5520.72',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093699.0','1044441.0','2',    '2','2','5790.98',    '2','2','5450.28',    '2','1','340.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005436.0','1018874.0','1',    '1','1','15181.44',    '1','1','4560.89',    '1','1','10620.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093700.0','1044441.0','1',    '1','1','4477.4',    '1','1','4477.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005437.0','1018874.0','27',    '23','20','68410.82',    '23','17','34408.59',    '13','9','34002.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093701.0','1044441.0','5',    '3','3','10791.45',    '3','3','10649.4',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005438.0','1018874.0','2',    '2','2','4119.94',    '2','2','4119.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093702.0','1044441.0','10',    '8','7','16463.31',    '8','7','15385.05',    '4','3','1078.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005439.0','1018874.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093703.0','1044441.0','7',    '7','6','17717.23',    '6','5','14559.09',    '3','1','3158.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005440.0','1018874.0','508',    '500','308','616543.4',    '491','270','472510.16',    '284','123','144033.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093704.0','1044441.0','3',    '3','3','16021.74',    '3','2','6855.08',    '2','2','9166.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005441.0','1018874.0','11',    '9','6','23326.42',    '9','6','19871.31',    '4','4','3455.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093705.0','1044441.0','11',    '8','7','28368.41',    '8','7','26377.07',    '3','2','1991.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005442.0','1018874.0','3',    '2','1','774.0',    '1','1','774.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093706.0','1044441.0','7',    '6','6','14610.71',    '6','6','13110.99',    '4','3','1499.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005443.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093707.0','1044441.0','27',    '24','19','79708.95',    '23','19','62760.97',    '13','8','16947.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005444.0','1018874.0','13',    '10','8','23370.85',    '10','7','22212.23',    '6','2','1158.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093708.0','1044441.0','2',    '2','2','4517.09',    '2','2','4517.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005445.0','1018874.0','4',    '2','2','15523.88',    '2','2','12466.84',    '1','1','3057.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093709.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005446.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093710.0','1044441.0','11',    '8','5','20155.63',    '8','5','13708.16',    '3','3','6447.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005447.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093711.0','1044441.0','23',    '21','17','27147.29',    '21','17','27005.24',    '5','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003557.0','1018874.0','1',    '1','1','1161.05',    '1','1','1161.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091821.0','1044441.0','3',    '2','2','12381.72',    '2','1','4812.37',    '2','2','7569.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005448.0','1018874.0','9',    '7','3','11350.14',    '6','3','11130.8',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093712.0','1044441.0','12',    '11','10','25248.01',    '11','9','22556.72',    '5','2','2691.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005449.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093713.0','1044441.0','53',    '50','43','93889.19',    '48','42','81355.31',    '31','23','12533.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003264.0','1018874.0','21',    '13','8','25242.52',    '13','8','25088.9',    '2','1','153.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091528.0','1044441.0','11',    '11','8','31085.6',    '10','8','7788.62',    '6','3','23296.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005450.0','1018874.0','15',    '13','9','24646.99',    '11','9','24646.99',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093714.0','1044441.0','1',    '1','1','845.34',    '1','1','845.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005451.0','1018874.0','1',    '1','1','2092.28',    '1','1','2092.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093715.0','1044441.0','2',    '2','2','6605.02',    '2','2','5320.0',    '2','2','1285.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005452.0','1018874.0','3',    '2','2','8367.78',    '2','2','7650.0',    '2','1','717.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093716.0','1044441.0','17',    '15','12','72890.79',    '15','12','47164.24',    '9','6','25726.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003164.0','1018874.0','18',    '13','10','41927.5',    '11','9','28859.51',    '9','5','13067.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091428.0','1044441.0','3',    '3','2','3721.85',    '3','2','3721.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005453.0','1018874.0','2',    '2','1','5100.0',    '2','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093717.0','1044441.0','2',    '1','1','2838.67',    '1','1','2838.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005454.0','1018874.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093718.0','1044441.0','32',    '25','16','47325.67',    '24','16','46680.18',    '9','3','645.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005455.0','1018874.0','2',    '2','1','1065.6',    '2','1','1065.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093719.0','1044441.0','10',    '8','6','9209.02',    '7','4','8244.11',    '6','4','964.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005456.0','1018874.0','178',    '150','118','446500.85',    '144','110','314919.5',    '85','56','131581.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093720.0','1044441.0','2',    '2','1','1547.68',    '2','1','1547.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005457.0','1018874.0','17',    '15','11','16882.82',    '14','11','15661.79',    '4','2','1221.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093721.0','1044441.0','13',    '12','11','52187.39',    '11','9','28040.36',    '10','6','24147.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005458.0','1018874.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093722.0','1044441.0','36',    '35','20','50140.17',    '35','19','37149.41',    '23','10','12990.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005459.0','1018874.0','4',    '2','1','614.14',    '2','1','614.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093723.0','1044441.0','5',    '5','5','16494.15',    '5','5','16494.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005460.0','1018874.0','8',    '6','4','13143.18',    '6','4','11990.14',    '5','2','1153.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093724.0','1044441.0','4',    '3','2','4660.19',    '3','2','4660.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005461.0','1018874.0','1',    '1','1','2582.36',    '1','1','1999.28',    '1','1','583.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093725.0','1044441.0','21',    '19','18','55810.85',    '19','18','41799.81',    '10','4','14011.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005462.0','1018874.0','11',    '11','8','14198.88',    '11','8','14056.83',    '5','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093726.0','1044441.0','8',    '7','6','27723.56',    '7','6','15755.26',    '5','5','11968.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005463.0','1018874.0','2',    '2','1','440.37',    '2','1','440.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093727.0','1044441.0','6',    '5','5','10605.14',    '5','5','10383.13',    '2','1','222.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005464.0','1018874.0','2',    '2','2','7099.44',    '2','2','5167.45',    '1','1','1931.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093728.0','1044441.0','28',    '20','17','29316.53',    '19','17','29087.53',    '7','1','229.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005465.0','1018874.0','5',    '5','4','8815.48',    '5','3','6579.04',    '2','2','2236.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093729.0','1044441.0','4',    '2','2','10200.0',    '2','2','10200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005466.0','1018874.0','2',    '2','2','2754.69',    '2','1','2085.22',    '2','2','669.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093730.0','1044441.0','2',    '2','2','674.0',    '2','2','674.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005467.0','1018874.0','4',    '3','2','3658.92',    '3','2','3658.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093731.0','1044441.0','3',    '3','3','6120.03',    '3','3','5758.64',    '3','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005468.0','1018874.0','77',    '68','50','129446.75',    '62','48','117121.88',    '25','13','12324.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093732.0','1044441.0','1',    '1','1','2231.57',    '1','1','1197.0',    '1','1','1034.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005469.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093733.0','1044441.0','8',    '7','7','11880.62',    '7','6','11157.84',    '5','4','722.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005470.0','1018874.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093734.0','1044441.0','10',    '7','6','16109.02',    '7','6','14513.4',    '4','3','1595.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005471.0','1018874.0','22',    '15','14','33135.52',    '14','13','32362.26',    '6','3','773.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093735.0','1044441.0','1',    '1','1','384.0',    '1','1','384.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005472.0','1018874.0','2',    '2','2','5121.8',    '2','2','5121.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093736.0','1044441.0','9',    '7','5','15991.32',    '7','5','15229.67',    '2','1','761.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005473.0','1018874.0','4',    '3','3','10657.22',    '3','3','9947.0',    '1','1','710.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093737.0','1044441.0','2',    '2','1','5100.0',    '2','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005474.0','1018874.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093738.0','1044441.0','125',    '110','78','260838.39',    '104','73','150806.55',    '58','26','110031.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005475.0','1018874.0','13',    '8','4','5557.52',    '8','4','4740.81',    '2','1','816.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093739.0','1044441.0','8',    '7','4','17739.37',    '7','4','17287.27',    '1','1','452.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005476.0','1018874.0','3',    '3','3','6762.66',    '3','3','6310.56',    '2','1','452.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093740.0','1044441.0','1',    '1','1','2239.16',    '1','0','0.0',    '1','1','2239.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005477.0','1018874.0','12',    '9','8','28138.2',    '9','8','27895.15',    '2','1','243.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093741.0','1044441.0','10',    '5','4','12539.32',    '5','4','12397.27',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005478.0','1018874.0','1',    '1','1','498.95',    '1','1','498.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093742.0','1044441.0','3',    '3','2','7693.93',    '3','1','511.5',    '1','1','7182.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005479.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093743.0','1044441.0','32',    '29','26','206170.8',    '26','21','105913.6',    '20','16','100257.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005480.0','1018874.0','3',    '3','3','2409.12',    '3','3','2409.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093744.0','1044441.0','1',    '1','1','942.0',    '1','1','942.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005481.0','1018874.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093745.0','1044441.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005482.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093746.0','1044441.0','1',    '1','1','2092.28',    '1','1','2092.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003552.0','1018874.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091816.0','1044441.0','10',    '9','5','27753.04',    '9','5','15789.58',    '4','4','11963.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005483.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093747.0','1044441.0','3',    '1','1','1725.66',    '1','1','1725.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005484.0','1018874.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093748.0','1044441.0','7',    '7','4','9548.89',    '5','4','5263.52',    '6','2','4285.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005485.0','1018874.0','27',    '18','15','50833.89',    '18','12','19274.74',    '13','6','31559.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093749.0','1044441.0','1',    '1','1','2313.22',    '1','1','2313.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003234.0','1018874.0','15',    '14','14','76486.62',    '14','12','59527.99',    '7','5','16958.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091498.0','1044441.0','13',    '10','9','11354.06',    '10','9','10840.24',    '6','1','513.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005486.0','1018874.0','2',    '2','2','5536.93',    '2','2','5052.2',    '2','1','484.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093750.0','1044441.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005487.0','1018880.0','1',    '1','1','2122.19',    '1','1','2122.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093751.0','1044447.0','17',    '16','9','44795.17',    '15','7','23266.59',    '12','7','21528.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005488.0','1018880.0','9',    '9','7','32004.64',    '7','7','22937.85',    '7','4','9066.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093752.0','1044447.0','2',    '2','2','4670.39',    '2','2','4670.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005489.0','1018880.0','14',    '10','9','28285.18',    '9','7','18820.65',    '6','4','9464.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093753.0','1044447.0','2',    '2','2','4812.77',    '2','2','4812.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005490.0','1018880.0','6',    '5','4','23863.33',    '5','4','8788.42',    '3','2','15074.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093754.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005491.0','1018880.0','26',    '23','21','92878.31',    '23','20','75016.21',    '12','7','17862.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093755.0','1044447.0','57',    '44','38','80349.68',    '44','35','64078.66',    '26','13','16271.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005492.0','1018880.0','27',    '23','21','65064.95',    '23','21','50037.25',    '12','6','15027.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093756.0','1044447.0','2',    '2','2','4384.48',    '2','2','4384.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005493.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093757.0','1044447.0','31',    '22','18','47177.66',    '20','18','41484.1',    '11','6','5693.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005494.0','1018880.0','3',    '1','1','4064.28',    '1','1','4064.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093758.0','1044447.0','42',    '29','21','89228.84',    '24','17','28173.6',    '20','15','61055.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005495.0','1018880.0','12',    '11','9','50867.65',    '11','9','35482.0',    '7','4','15385.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093759.0','1044447.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005496.0','1018880.0','2',    '1','1','1079.03',    '1','1','1079.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093760.0','1044447.0','33',    '29','21','91298.48',    '27','17','67708.86',    '17','11','23589.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005497.0','1018880.0','1',    '1','1','2748.56',    '1','1','2748.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093761.0','1044447.0','5',    '2','2','5000.52',    '2','2','4858.47',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005498.0','1018880.0','3',    '2','2','12400.1',    '2','2','10000.1',    '2','1','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093762.0','1044447.0','5',    '4','3','4531.9',    '3','3','4170.51',    '3','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005499.0','1018880.0','1',    '1','1','1034.73',    '1','1','1034.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093763.0','1044447.0','3',    '3','3','1642.42',    '3','3','1642.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005500.0','1018880.0','4',    '4','2','3232.42',    '4','2','2743.0',    '3','1','489.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093764.0','1044447.0','1',    '1','1','17303.8',    '1','1','5826.0',    '1','1','11477.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005501.0','1018880.0','7',    '6','4','10920.43',    '6','2','3532.86',    '4','2','7387.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093765.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005502.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093766.0','1044447.0','4',    '2','1','2425.56',    '2','1','2425.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005503.0','1018880.0','1',    '1','1','943.12',    '1','1','943.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093767.0','1044447.0','2',    '2','1','2023.36',    '2','1','2023.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005504.0','1018880.0','5',    '5','4','10044.18',    '4','4','9560.32',    '3','1','483.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093768.0','1044447.0','111',    '99','78','224715.1',    '94','75','201826.99',    '37','12','22888.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005505.0','1018880.0','7',    '7','6','13890.28',    '7','6','12234.56',    '2','2','1655.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093769.0','1044447.0','1',    '1','1','12028.0',    '1','1','12028.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005506.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093770.0','1044447.0','50',    '50','43','164111.97',    '49','42','142690.47',    '29','12','21421.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005507.0','1018880.0','2',    '2','2','5012.3',    '2','1','4491.88',    '1','1','520.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093771.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005508.0','1018880.0','2',    '2','2','7460.0',    '2','2','7460.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093772.0','1044447.0','38',    '31','23','52297.46',    '27','23','44298.31',    '17','7','7999.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005509.0','1018880.0','18',    '17','13','79747.67',    '17','13','46006.48',    '10','6','33741.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093773.0','1044447.0','1',    '1','1','4486.07',    '1','1','4486.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005510.0','1018880.0','12',    '12','9','16429.88',    '11','9','15315.85',    '5','3','1114.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093774.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005511.0','1018880.0','2',    '2','2','7650.0',    '2','2','7650.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093775.0','1044447.0','3',    '2','1','685.0',    '1','0','0.0',    '2','1','685.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005512.0','1018880.0','2',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093776.0','1044447.0','2',    '2','2','8797.9',    '2','2','7000.0',    '2','1','1797.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005513.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093777.0','1044447.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005514.0','1018880.0','40',    '38','36','165037.46',    '38','36','76846.93',    '23','18','88190.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093778.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005515.0','1018880.0','4',    '4','1','5100.0',    '3','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093779.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005516.0','1018880.0','5',    '3','3','10557.0',    '3','3','10557.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093780.0','1044447.0','1',    '1','1','1537.52',    '1','1','1537.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005517.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093781.0','1044447.0','38',    '37','23','82775.31',    '36','23','64361.19',    '15','3','18414.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005518.0','1018880.0','2',    '1','1','3504.0',    '1','1','3504.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093782.0','1044447.0','13',    '11','9','26156.35',    '11','9','24627.22',    '7','2','1529.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005519.0','1018880.0','1',    '1','1','2506.97',    '1','1','2506.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093783.0','1044447.0','43',    '40','36','173060.05',    '38','33','122158.16',    '20','14','50901.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005520.0','1018880.0','1',    '1','1','7616.1',    '1','1','6018.0',    '1','1','1598.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093784.0','1044447.0','11',    '11','9','34236.3',    '10','9','18492.32',    '10','6','15743.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005521.0','1018880.0','2',    '2','1','6048.0',    '2','1','6048.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093785.0','1044447.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003114.0','1018880.0','59',    '55','43','212365.78',    '54','40','122645.81',    '32','20','89719.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091378.0','1044447.0','4',    '1','1','5609.01',    '1','1','5100.0',    '1','1','509.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005522.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093786.0','1044447.0','8',    '7','7','28500.89',    '7','6','20271.47',    '3','2','8229.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003578.0','1018880.0','1',    '1','1','6896.53',    '1','1','6100.0',    '1','1','796.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091842.0','1044447.0','23',    '16','13','102893.81',    '14','10','47376.06',    '11','8','55517.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005523.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093787.0','1044447.0','2',    '2','2','3324.66',    '2','2','3324.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003256.0','1018880.0','52',    '36','29','107951.08',    '33','27','62051.8',    '21','12','45899.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091520.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005524.0','1018880.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093788.0','1044447.0','3',    '3','3','5219.53',    '3','2','2211.69',    '1','1','3007.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005525.0','1018880.0','23',    '21','13','43294.5',    '21','13','20237.7',    '10','3','23056.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093789.0','1044447.0','9',    '9','8','16180.74',    '9','8','16180.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005526.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093790.0','1044447.0','3',    '3','2','1818.71',    '3','2','1818.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005527.0','1018880.0','95',    '88','63','151383.9',    '86','54','128713.44',    '51','28','22670.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093791.0','1044447.0','35',    '31','21','46612.99',    '31','19','34407.41',    '21','10','12205.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005528.0','1018880.0','1',    '1','1','11935.71',    '1','1','10938.0',    '1','1','997.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093792.0','1044447.0','106',    '88','71','256376.55',    '82','68','196499.04',    '44','26','59877.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005529.0','1018880.0','6',    '5','3','5503.44',    '5','3','5503.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093793.0','1044447.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005530.0','1018880.0','51',    '38','32','78641.85',    '36','32','78422.51',    '13','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093794.0','1044447.0','3',    '2','2','3005.0',    '2','2','2505.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005531.0','1018880.0','253',    '230','195','856024.01',    '225','182','613836.12',    '123','78','242187.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093795.0','1044447.0','79',    '70','65','301926.62',    '69','63','217102.39',    '41','30','84824.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005532.0','1018880.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093796.0','1044447.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005533.0','1018880.0','14',    '11','9','67845.41',    '11','9','29351.2',    '8','4','38494.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093797.0','1044447.0','1',    '1','1','5768.0',    '1','1','5768.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005534.0','1018880.0','159',    '116','89','654273.86',    '105','74','269581.48',    '84','60','384692.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093798.0','1044447.0','50',    '48','35','104402.09',    '48','35','83667.39',    '24','5','20734.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003598.0','1018880.0','10',    '7','7','57851.03',    '7','6','22141.0',    '6','5','35710.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091862.0','1044447.0','1',    '1','1','5836.44',    '0','0','0.0',    '1','1','5836.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005535.0','1018880.0','4',    '3','2','5204.29',    '3','2','4412.4',    '1','1','791.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093799.0','1044447.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005536.0','1018880.0','3',    '3','3','24359.99',    '3','3','11950.46',    '2','2','12409.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093800.0','1044447.0','2',    '1','1','4765.48',    '1','1','4765.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005537.0','1018880.0','19',    '16','12','115033.0',    '16','10','61429.9',    '8','6','53603.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093801.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005538.0','1018880.0','5',    '4','3','6686.77',    '4','3','6467.43',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093802.0','1044447.0','4',    '3','2','6136.0',    '3','2','6136.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005539.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093803.0','1044447.0','2',    '1','1','1523.73',    '1','1','1523.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005540.0','1018880.0','11',    '9','6','17968.91',    '9','6','17968.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093804.0','1044447.0','8',    '8','6','13047.53',    '8','6','12049.82',    '6','2','997.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003407.0','1018880.0','13',    '9','8','37837.23',    '9','8','26165.39',    '5','1','11671.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091671.0','1044447.0','3',    '3','3','6378.1',    '3','3','6378.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005541.0','1018880.0','17',    '17','17','34715.33',    '17','17','33773.21',    '11','5','942.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093805.0','1044447.0','3',    '2','1','4658.0',    '1','0','0.0',    '1','1','4658.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005542.0','1018880.0','3',    '2','2','7984.8',    '2','2','7984.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093806.0','1044447.0','9',    '9','6','17658.21',    '9','5','8978.92',    '5','3','8679.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005543.0','1018880.0','4',    '4','4','13720.95',    '4','4','9538.26',    '4','1','4182.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093807.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005544.0','1018880.0','16',    '13','10','22063.43',    '13','8','19375.71',    '7','2','2687.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093808.0','1044447.0','1',    '1','1','668.0',    '1','1','668.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005545.0','1018880.0','8',    '8','6','16720.69',    '8','6','16578.64',    '4','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093809.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005546.0','1018880.0','1',    '1','1','886.6',    '1','1','886.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093810.0','1044447.0','6',    '6','4','8910.17',    '6','4','8269.49',    '4','2','640.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005547.0','1018880.0','2',    '1','1','3825.13',    '1','1','2960.21',    '1','1','864.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093811.0','1044447.0','4',    '3','3','7219.25',    '3','3','7219.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005548.0','1018880.0','4',    '2','2','4649.28',    '2','2','4649.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093812.0','1044447.0','125',    '102','90','432114.0',    '97','85','242795.41',    '56','39','189318.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003188.0','1018880.0','19',    '18','14','27669.04',    '18','14','26658.85',    '10','4','1010.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091452.0','1044447.0','1',    '1','1','1830.57',    '1','1','1830.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005549.0','1018880.0','3',    '2','1','1442.71',    '2','1','1076.21',    '1','1','366.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093813.0','1044447.0','1',    '1','1','3581.32',    '1','1','3581.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005550.0','1018880.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093814.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005551.0','1018880.0','2',    '2','2','4480.97',    '2','2','4143.79',    '1','1','337.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093815.0','1044447.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005552.0','1018880.0','1',    '1','1','1981.7',    '1','1','1981.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093816.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003414.0','1018880.0','3',    '3','2','744.56',    '3','1','602.51',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091678.0','1044447.0','1',    '1','1','986.21',    '1','1','100.73',    '1','1','885.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005553.0','1018880.0','3',    '3','3','32012.07',    '3','3','12156.81',    '2','2','19855.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093817.0','1044447.0','12',    '6','4','22634.06',    '6','4','17976.06',    '1','1','4658.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005554.0','1018880.0','1',    '1','1','3687.52',    '1','1','3328.0',    '1','1','359.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093818.0','1044447.0','41',    '35','27','205538.08',    '31','24','90748.11',    '21','11','114789.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005555.0','1018880.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093819.0','1044447.0','95',    '86','70','373883.71',    '84','67','228727.07',    '42','29','145156.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005556.0','1018880.0','4',    '3','3','16865.59',    '3','3','16865.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093820.0','1044447.0','5',    '5','2','1519.03',    '4','2','1519.03',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005557.0','1018880.0','4',    '4','4','10943.97',    '4','4','8150.82',    '3','1','2793.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093821.0','1044447.0','1',    '1','1','1996.32',    '1','1','1996.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005558.0','1018880.0','14',    '13','12','19075.2',    '13','12','16564.69',    '3','2','2510.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093822.0','1044447.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005559.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093823.0','1044447.0','1',    '1','1','6122.0',    '1','1','6122.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005560.0','1018880.0','7',    '7','7','17059.43',    '7','7','7116.25',    '6','6','9943.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093824.0','1044447.0','1',    '1','1','15592.14',    '1','1','5768.0',    '1','1','9824.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003162.0','1018880.0','24',    '18','14','65487.21',    '15','11','34465.27',    '15','9','31021.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091426.0','1044447.0','5',    '5','5','14098.53',    '5','4','12602.63',    '1','1','1495.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005561.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093825.0','1044447.0','3',    '3','3','13927.31',    '3','3','13177.31',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005562.0','1018880.0','7',    '6','5','8021.08',    '5','5','8021.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093826.0','1044447.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005563.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093827.0','1044447.0','3',    '2','2','4997.1',    '2','2','4997.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003166.0','1018880.0','1',    '1','1','427.31',    '1','1','427.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091430.0','1044447.0','351',    '290','229','1054443.52',    '281','209','570577.89',    '158','105','483865.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005564.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093828.0','1044447.0','1',    '1','1','3750.51',    '1','1','3750.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005565.0','1018880.0','5',    '1','1','914.0',    '1','1','914.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093829.0','1044447.0','513',    '431','366','1488675.64',    '423','338','976525.93',    '256','182','512149.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005566.0','1018880.0','127',    '109','90','316005.91',    '107','84','216846.23',    '54','29','99159.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093830.0','1044447.0','5',    '4','2','6223.7',    '4','2','6082.41',    '1','1','141.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005567.0','1018880.0','13',    '11','10','24918.02',    '11','10','23494.28',    '4','1','1423.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093831.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005568.0','1018880.0','360',    '310','256','1371032.64',    '293','230','613272.77',    '204','140','757759.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093832.0','1044447.0','1',    '1','1','1106.39',    '1','1','1106.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005569.0','1018880.0','1',    '1','1','5938.0',    '1','1','5938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093833.0','1044447.0','2626',    '2323','1718','5852860.64',    '2241','1497','3671777.67',    '1301','748','2181082.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005570.0','1018880.0','1',    '1','1','636.16',    '1','1','636.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093834.0','1044447.0','3',    '2','1','1276.05',    '2','1','1276.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005571.0','1018880.0','1',    '1','1','1609.0',    '1','1','1609.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093835.0','1044447.0','4',    '4','2','6779.07',    '4','2','3320.97',    '4','2','3458.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005572.0','1018880.0','87',    '64','53','344232.09',    '62','51','186190.64',    '31','15','158041.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093836.0','1044447.0','2',    '2','2','4955.6',    '2','2','4955.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005573.0','1018880.0','3',    '3','2','3822.7',    '3','2','2901.68',    '1','1','921.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093837.0','1044447.0','4',    '4','3','4434.6',    '4','2','4054.1',    '2','1','380.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005574.0','1018880.0','12',    '12','8','21891.46',    '12','7','12388.69',    '9','5','9502.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093838.0','1044447.0','39',    '34','29','191297.6',    '34','27','101537.42',    '22','12','89760.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005575.0','1018880.0','1',    '1','1','8470.55',    '1','1','6148.0',    '1','1','2322.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093839.0','1044447.0','4',    '4','3','2334.0',    '4','3','2334.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003550.0','1018880.0','2',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091814.0','1044447.0','4',    '4','3','7651.41',    '4','3','7651.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005576.0','1018880.0','50',    '48','26','66654.75',    '48','24','60091.74',    '25','5','6563.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093840.0','1044447.0','47',    '46','40','231069.17',    '46','38','135982.31',    '26','23','95086.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005577.0','1018880.0','11',    '10','9','18304.78',    '10','8','15287.83',    '8','5','3016.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093841.0','1044447.0','35',    '32','24','62552.23',    '32','21','58604.87',    '17','7','3947.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005578.0','1018880.0','16',    '10','8','49964.82',    '9','6','24762.39',    '7','4','25202.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093842.0','1044447.0','6',    '3','2','8570.77',    '3','2','8348.76',    '1','1','222.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005579.0','1018880.0','148',    '123','95','571511.54',    '119','91','263617.86',    '58','42','307893.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093843.0','1044447.0','54',    '52','43','245533.58',    '50','39','134033.64',    '27','15','111499.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005580.0','1018880.0','4',    '2','1','1511.13',    '2','1','1511.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093844.0','1044447.0','2',    '2','1','2402.6',    '2','1','2402.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005581.0','1018880.0','1',    '1','1','3933.68',    '1','1','3933.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093845.0','1044447.0','6',    '6','4','6984.93',    '6','4','6984.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005582.0','1018880.0','64',    '54','45','163591.59',    '54','42','108716.84',    '27','19','54874.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093846.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005583.0','1018880.0','7',    '5','3','2026.57',    '5','3','1868.63',    '2','1','157.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093847.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005584.0','1018880.0','9',    '8','8','47969.34',    '8','8','28568.11',    '5','4','19401.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093848.0','1044447.0','7',    '5','1','3288.0',    '3','1','3288.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005585.0','1018880.0','1',    '1','1','5964.92',    '1','1','5100.0',    '1','1','864.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093849.0','1044447.0','4',    '4','3','6490.04',    '4','3','6490.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005586.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093850.0','1044447.0','1',    '1','1','619.29',    '1','1','619.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005587.0','1018880.0','23',    '17','14','47190.42',    '16','14','38069.56',    '8','5','9120.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093851.0','1044447.0','2',    '2','1','3825.0',    '2','1','3825.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005588.0','1018880.0','2',    '1','1','1991.55',    '1','1','1849.5',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093852.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005589.0','1018880.0','1',    '1','1','2626.9',    '1','1','1669.6',    '1','1','957.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093853.0','1044447.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003411.0','1018880.0','30',    '23','19','74301.93',    '22','17','56754.94',    '10','5','17546.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091675.0','1044447.0','1',    '1','1','6024.36',    '1','1','4950.72',    '1','1','1073.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005590.0','1018880.0','1',    '1','1','4350.0',    '1','0','0.0',    '1','1','4350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093854.0','1044447.0','13',    '10','9','34688.74',    '10','9','34546.69',    '3','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005591.0','1018880.0','2',    '2','2','9645.54',    '2','2','8906.34',    '2','1','739.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093855.0','1044447.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005592.0','1018880.0','10',    '10','8','12033.35',    '10','7','9135.0',    '5','3','2898.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093856.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005593.0','1018880.0','335',    '289','247','1227892.85',    '278','237','675096.17',    '154','98','552796.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093857.0','1044447.0','1',    '1','1','2402.56',    '1','1','2402.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005594.0','1018880.0','25',    '16','14','69403.52',    '15','14','43462.93',    '8','5','25940.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093858.0','1044447.0','1',    '1','1','4897.56',    '1','1','4897.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005595.0','1018880.0','4',    '3','3','6388.02',    '3','3','6238.02',    '2','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093859.0','1044447.0','1',    '1','1','1150.84',    '1','1','1150.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005596.0','1018880.0','9',    '9','5','9211.09',    '9','5','7771.65',    '6','2','1439.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093860.0','1044447.0','1',    '1','1','141.29',    '1','0','0.0',    '1','1','141.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005597.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093861.0','1044447.0','2',    '2','2','3796.22',    '2','2','3796.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005598.0','1018880.0','1',    '1','1','5672.62',    '1','1','5100.0',    '1','1','572.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093862.0','1044447.0','1',    '1','1','319.2',    '1','1','319.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005599.0','1018880.0','7',    '5','3','7987.14',    '4','3','7987.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093863.0','1044447.0','7',    '7','6','19463.0',    '7','6','19463.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005600.0','1018880.0','7',    '6','6','30656.55',    '6','6','22466.66',    '4','2','8189.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093864.0','1044447.0','1',    '1','1','1077.98',    '1','1','1077.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005601.0','1018880.0','38',    '30','24','51299.12',    '26','21','30608.26',    '14','8','20690.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093865.0','1044447.0','14',    '13','5','6128.91',    '13','5','5757.06',    '9','1','371.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005602.0','1018880.0','38',    '27','22','64622.46',    '27','22','63651.01',    '10','3','971.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093866.0','1044447.0','2',    '2','2','14756.17',    '2','2','1645.92',    '2','1','13110.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003187.0','1018880.0','1',    '1','1','3204.44',    '1','1','3204.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091451.0','1044447.0','10',    '9','8','19113.59',    '9','8','18451.1',    '6','3','662.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005603.0','1018880.0','1',    '1','1','381.17',    '1','1','239.12',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093867.0','1044447.0','123',    '105','69','194567.71',    '103','65','168887.23',    '45','21','25680.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005604.0','1018880.0','5',    '4','4','52060.2',    '4','4','22234.55',    '3','3','29825.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093868.0','1044447.0','8',    '8','5','7538.0',    '8','4','3393.0',    '7','3','4145.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005605.0','1018880.0','1',    '1','1','3957.34',    '1','1','3957.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093869.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003113.0','1018880.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091377.0','1044447.0','2',    '2','2','8192.36',    '2','2','6884.0',    '2','1','1308.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005606.0','1018880.0','15',    '13','8','30867.86',    '13','8','30867.86',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093870.0','1044447.0','4',    '4','4','12625.19',    '4','3','1804.08',    '3','3','10821.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003269.0','1018880.0','4',    '4','3','9027.62',    '4','3','8960.38',    '2','1','67.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091533.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003599.0','1018880.0','2',    '2','1','334.0',    '2','1','334.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091863.0','1044447.0','2',    '2','2','10659.82',    '2','2','9806.27',    '2','1','853.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005607.0','1018880.0','27',    '20','14','45107.2',    '19','13','40564.69',    '8','5','4542.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093871.0','1044447.0','45',    '43','37','312200.94',    '43','37','119019.5',    '31','23','193181.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005608.0','1018880.0','5',    '5','4','6505.62',    '5','4','3034.72',    '3','3','3470.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093872.0','1044447.0','3',    '3','2','11914.5',    '3','2','1646.98',    '2','1','10267.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005609.0','1018880.0','4',    '4','4','23281.91',    '4','4','20578.0',    '2','1','2703.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093873.0','1044447.0','4',    '4','2','7043.0',    '4','2','7043.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003306.0','1018880.0','23',    '23','11','29291.27',    '22','11','29291.27',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091570.0','1044447.0','19',    '15','9','24377.74',    '15','9','23090.56',    '7','3','1287.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005610.0','1018880.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093874.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005611.0','1018880.0','2',    '2','2','1580.92',    '2','1','484.14',    '2','1','1096.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093875.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005612.0','1018880.0','5',    '4','2','47037.81',    '4','2','16746.0',    '4','2','30291.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093876.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003459.0','1018880.0','9',    '8','7','25201.92',    '8','7','25201.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091723.0','1044447.0','4',    '3','1','778.0',    '3','1','778.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005613.0','1018880.0','2',    '2','2','3996.0',    '2','2','3996.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093877.0','1044447.0','3',    '3','2','9675.78',    '2','2','6573.0',    '2','1','3102.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003189.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091453.0','1044447.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005614.0','1018880.0','4',    '3','3','4574.0',    '3','2','3406.04',    '1','1','1167.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093878.0','1044447.0','4',    '4','2','6949.54',    '4','2','6949.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003307.0','1018880.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091571.0','1044447.0','10',    '6','4','27497.92',    '5','4','5485.0',    '4','2','22012.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003115.0','1018880.0','59',    '57','42','109417.93',    '56','42','103458.7',    '20','7','5959.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091379.0','1044447.0','52',    '39','28','67204.08',    '37','23','47865.54',    '16','11','19338.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005615.0','1018880.0','15',    '14','9','27024.52',    '14','9','19565.3',    '5','2','7459.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093879.0','1044447.0','15',    '14','7','15711.51',    '14','7','8498.36',    '4','1','7213.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005616.0','1018880.0','2',    '2','1','6264.0',    '2','1','6264.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093880.0','1044447.0','1',    '1','1','278.33',    '1','0','0.0',    '1','1','278.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005617.0','1018880.0','10',    '10','8','25284.44',    '9','8','24941.87',    '6','1','342.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093881.0','1044447.0','2',    '2','2','8810.72',    '2','2','8810.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005618.0','1018880.0','1',    '1','1','9864.61',    '1','1','1204.0',    '1','1','8660.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093882.0','1044447.0','13',    '12','12','66159.83',    '12','12','39068.81',    '6','5','27091.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005619.0','1018880.0','6',    '4','2','4426.65',    '4','2','2782.56',    '3','1','1644.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093883.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005620.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093884.0','1044447.0','1',    '1','1','352.44',    '1','1','352.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005621.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093885.0','1044447.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005622.0','1018880.0','9',    '7','6','52227.38',    '7','4','18562.06',    '6','4','33665.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093886.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005623.0','1018880.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093887.0','1044447.0','335',    '291','141','331442.43',    '270','99','225728.76',    '167','77','105713.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005624.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093888.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005625.0','1018880.0','1',    '1','1','3608.51',    '1','1','1160.0',    '1','1','2448.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093889.0','1044447.0','1',    '1','1','873.15',    '1','0','0.0',    '1','1','873.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005626.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093890.0','1044447.0','1',    '1','1','26.2',    '1','1','26.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005627.0','1018880.0','1',    '1','1','67.6',    '1','0','0.0',    '1','1','67.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093891.0','1044447.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005628.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093892.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005629.0','1018880.0','162',    '141','94','166812.55',    '136','53','105901.22',    '94','64','60911.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093893.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005630.0','1018880.0','3',    '3','2','5182.45',    '3','1','5041.16',    '2','1','141.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093894.0','1044447.0','121',    '101','82','426888.61',    '95','77','253570.72',    '62','41','173317.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005631.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093895.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005632.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093896.0','1044447.0','13',    '10','7','18978.62',    '10','6','16922.71',    '4','4','2055.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005633.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093897.0','1044447.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005634.0','1018880.0','1',    '1','1','118.3',    '1','0','0.0',    '1','1','118.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093898.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005635.0','1018880.0','1',    '1','1','171.07',    '1','0','0.0',    '1','1','171.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093899.0','1044447.0','7',    '6','4','7381.17',    '6','2','4989.92',    '4','3','2391.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003187.0','1018880.0','1',    '1','1','2029.77',    '1','1','1160.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091451.0','1044447.0','1',    '1','1','2876.3',    '1','1','1590.0',    '1','1','1286.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005636.0','1018880.0','432',    '323','169','350228.22',    '299','125','215350.01',    '156','86','134878.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093900.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005637.0','1018880.0','942',    '861','570','1491466.84',    '799','350','764042.55',    '562','388','727424.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093901.0','1044447.0','1049',    '938','423','621185.44',    '918','254','324185.01',    '437','259','297000.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003463.0','1018880.0','1593',    '1450','770','1447707.59',    '1432','468','738901.47',    '763','489','708806.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091727.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005638.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093902.0','1044447.0','204',    '180','99','418262.0',    '175','82','201459.44',    '124','58','216802.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005639.0','1018880.0','257',    '228','123','251835.69',    '219','88','160743.26',    '112','64','91092.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093903.0','1044447.0','3',    '3','1','4177.17',    '3','1','4177.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005640.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093904.0','1044447.0','74',    '70','45','44093.46',    '67','18','19420.02',    '43','31','24673.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005641.0','1018880.0','192',    '173','108','346776.93',    '163','77','217498.98',    '114','75','129277.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093905.0','1044447.0','120',    '101','61','186134.65',    '93','49','121399.02',    '55','31','64735.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005642.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093906.0','1044447.0','1',    '1','1','878.22',    '1','0','0.0',    '1','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2003382.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2091646.0','1044447.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005643.0','1018880.0','1',    '1','1','588.45',    '1','1','580.0',    '1','1','8.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093907.0','1044447.0','117',    '91','37','32528.98',    '82','18','15664.01',    '43','22','16864.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005644.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093908.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005645.0','1018880.0','7',    '6','4','9396.51',    '6','3','5132.19',    '4','3','4264.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093909.0','1044447.0','43',    '28','18','29881.05',    '28','17','28963.16',    '11','5','917.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005646.0','1018880.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093910.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005647.0','1018880.0','1',    '1','1','1323.64',    '1','1','1323.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093911.0','1044447.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005648.0','1018880.0','7',    '7','5','8280.74',    '7','3','6972.92',    '6','3','1307.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093912.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005649.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093913.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005650.0','1018880.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093914.0','1044447.0','6',    '6','6','6984.03',    '6','4','5442.18',    '3','3','1541.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005651.0','1018880.0','5',    '4','3','13021.44',    '4','3','12100.97',    '3','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093915.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005652.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093916.0','1044447.0','90',    '80','52','104116.15',    '79','39','80511.49',    '47','28','23604.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005653.0','1018880.0','1',    '1','1','1737.37',    '1','1','1507.19',    '1','1','230.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093917.0','1044447.0','2',    '1','1','1096.57',    '1','0','0.0',    '1','1','1096.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005654.0','1018880.0','7',    '5','2','1810.52',    '5','0','0.0',    '3','2','1810.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093918.0','1044447.0','1',    '1','1','2634.5',    '1','1','2550.0',    '1','1','84.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005655.0','1018880.0','1',    '1','1','1035.75',    '1','1','182.88',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093919.0','1044447.0','86',    '79','50','93964.26',    '76','27','57744.33',    '51','31','36219.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005656.0','1018880.0','3',    '3','2','4469.59',    '3','2','4469.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093920.0','1044447.0','930',    '894','696','3641756.54',    '881','575','1519512.77',    '709','493','2122243.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005657.0','1018880.0','182',    '148','84','109869.92',    '136','36','58727.3',    '91','53','51142.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093921.0','1044447.0','99',    '90','65','74773.82',    '84','12','31032.81',    '67','57','43741.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005658.0','1018880.0','12',    '12','10','12863.82',    '11','6','6173.0',    '8','7','6690.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093922.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005659.0','1018880.0','1',    '1','1','1333.25',    '1','1','477.0',    '1','1','856.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093923.0','1044447.0','1',    '1','1','2550.0',    '1','1','2550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005660.0','1018880.0','3',    '3','3','6597.07',    '3','2','1752.0',    '3','3','4845.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093924.0','1044447.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003398.0','1018880.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091662.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2003255.0','1018880.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2091519.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005661.0','1018880.0','3',    '3','2','5249.69',    '3','2','4687.1',    '1','1','562.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093925.0','1044447.0','1302',    '1204','660','1135603.45',    '1159','354','569760.41',    '730','436','565843.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005662.0','1018880.0','2',    '2','2','30304.09',    '2','2','21980.0',    '1','1','8324.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093926.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005663.0','1018880.0','19',    '16','11','12637.59',    '16','7','8151.6',    '13','7','4485.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093927.0','1044447.0','1',    '1','1','2178.25',    '1','1','954.0',    '1','1','1224.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005664.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093928.0','1044447.0','1',    '1','1','2446.3',    '1','1','1160.0',    '1','1','1286.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005665.0','1018880.0','144',    '123','54','64739.48',    '119','32','41430.87',    '54','28','23308.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093929.0','1044447.0','265',    '241','149','290886.02',    '226','76','191629.88',    '151','99','99256.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005666.0','1018880.0','59',    '51','37','137162.82',    '50','36','91061.03',    '30','14','46101.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093930.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005667.0','1018880.0','12',    '9','5','8775.15',    '9','3','5898.75',    '6','3','2876.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093931.0','1044447.0','15',    '14','13','35798.31',    '14','8','18678.01',    '11','11','17120.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005668.0','1018880.0','1',    '1','1','1270.64',    '1','1','896.33',    '1','1','374.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093932.0','1044447.0','1',    '1','1','1448.17',    '1','1','477.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005669.0','1018880.0','1',    '1','1','404.6',    '1','1','404.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093933.0','1044447.0','157',    '141','79','107581.65',    '138','51','86497.44',    '76','37','21084.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001453.0',    '2005670.0','1018880.0','158',    '122','61','85043.51',    '108','42','61289.89',    '75','31','23753.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005898.0',    '2093934.0','1044447.0','2',    '2','2','6464.2',    '2','1','4109.47',    '2','2','2354.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005671.0','1018880.0','2',    '2','2','1287.29',    '2','1','1278.84',    '2','1','8.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093935.0','1044447.0','29',    '25','12','32042.58',    '22','10','19687.2',    '15','8','12355.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005672.0','1018880.0','1',    '1','1','954.0',    '1','1','954.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093936.0','1044447.0','184',    '156','80','220756.38',    '145','56','123630.07',    '93','47','97126.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005673.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093937.0','1044447.0','1',    '1','1','587.76',    '1','1','511.71',    '1','1','76.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005674.0','1018880.0','1173',    '1052','623','1465679.07',    '992','389','548272.49',    '714','421','917406.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093938.0','1044447.0','343',    '308','187','323458.84',    '290','114','188321.96',    '185','127','135136.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005675.0','1018880.0','1',    '1','1','3504.0',    '1','1','3504.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093939.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005676.0','1018880.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093940.0','1044447.0','1',    '1','1','3520.28',    '1','1','1590.0',    '1','1','1930.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005677.0','1018880.0','47',    '41','24','74043.42',    '41','16','46312.86',    '23','14','27730.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093941.0','1044447.0','134',    '117','83','152870.35',    '111','45','94662.11',    '83','59','58208.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005678.0','1018880.0','1',    '1','1','17217.52',    '1','1','11182.0',    '1','1','6035.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093942.0','1044447.0','2',    '2','1','1431.17',    '1','1','199.4',    '2','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005679.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093943.0','1044447.0','1',    '1','1','1162.21',    '1','0','0.0',    '1','1','1162.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005680.0','1018880.0','2',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093944.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005681.0','1018880.0','2004',    '1837','1077','2764158.85',    '1767','702','1183508.32',    '1102','718','1580650.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093945.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005682.0','1018880.0','1',    '1','1','1492.0',    '1','1','1492.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093946.0','1044447.0','599',    '552','340','779558.47',    '521','156','411648.1',    '386','269','367910.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005683.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093947.0','1044447.0','1505',    '1364','645','887407.84',    '1320','315','413379.9',    '694','444','474027.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005684.0','1018880.0','52',    '37','29','95084.66',    '32','24','58209.17',    '20','12','36875.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093948.0','1044447.0','2',    '2','1','519.98',    '2','1','519.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005685.0','1018880.0','1',    '1','1','527.7',    '1','1','477.0',    '1','1','50.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093949.0','1044447.0','3',    '2','1','886.67',    '2','0','0.0',    '2','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005686.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093950.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005687.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093951.0','1044447.0','22',    '21','15','50952.63',    '20','10','29414.59',    '15','9','21538.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005688.0','1018880.0','2',    '1','1','3504.0',    '1','1','3504.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093952.0','1044447.0','15',    '14','10','15605.09',    '13','6','13787.72',    '10','6','1817.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005689.0','1018880.0','1969',    '1807','757','1067377.6',    '1783','607','634193.22',    '759','259','433184.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093953.0','1044447.0','112',    '99','43','58773.53',    '92','16','29088.97',    '52','31','29684.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005690.0','1018880.0','139',    '122','64','126588.52',    '117','37','85416.85',    '68','45','41171.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093954.0','1044447.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005691.0','1018880.0','93',    '85','58','101215.68',    '84','34','50843.02',    '44','34','50372.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093955.0','1044447.0','4',    '4','3','26627.26',    '4','3','14665.0',    '2','2','11962.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005692.0','1018880.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093956.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005693.0','1018880.0','650',    '586','245','373572.03',    '570','141','184213.78',    '281','152','189358.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093957.0','1044447.0','1',    '1','1','1642.0',    '1','1','1642.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005694.0','1018880.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093958.0','1044447.0','332',    '309','156','218099.78',    '302','71','114673.48',    '164','111','103426.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005695.0','1018880.0','7',    '7','3','4485.09',    '7','1','1336.0',    '4','3','3149.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093959.0','1044447.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005696.0','1018880.0','1',    '1','1','449.0',    '1','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093960.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005697.0','1018880.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093961.0','1044447.0','5',    '5','1','277.5',    '4','0','0.0',    '2','1','277.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005698.0','1018880.0','2',    '2','2','10624.38',    '2','2','5646.16',    '1','1','4978.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093962.0','1044447.0','1',    '1','1','494.89',    '1','1','494.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005699.0','1018880.0','147',    '134','73','94778.37',    '128','14','41820.65',    '81','63','52957.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093963.0','1044447.0','1',    '1','1','1590.0',    '1','1','1590.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005700.0','1018880.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093964.0','1044447.0','1',    '1','1','955.96',    '1','0','0.0',    '1','1','955.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005701.0','1018880.0','325',    '288','153','280517.19',    '269','106','190021.71',    '170','85','90495.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093965.0','1044447.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005702.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093966.0','1044447.0','115',    '98','34','43794.22',    '90','10','23117.22',    '50','30','20677.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005703.0','1018880.0','1',    '1','1','954.0',    '1','1','954.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093967.0','1044447.0','6',    '6','4','1562.81',    '6','1','552.77',    '5','3','1010.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005704.0','1018880.0','1',    '1','1','962.72',    '1','0','0.0',    '1','1','962.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093968.0','1044447.0','23',    '22','12','33472.32',    '21','8','19213.39',    '12','8','14258.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005705.0','1018880.0','157',    '138','63','78594.2',    '131','32','54655.71',    '76','41','23938.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093969.0','1044447.0','23',    '19','12','24621.08',    '18','8','19299.37',    '12','8','5321.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005706.0','1018880.0','1',    '1','1','861.32',    '1','0','0.0',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093970.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005707.0','1018880.0','1',    '1','1','1921.76',    '1','1','1921.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093971.0','1044447.0','1',    '1','1','612.31',    '1','1','612.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005708.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093972.0','1044447.0','1',    '1','1','3448.0',    '1','1','3448.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005709.0','1018880.0','1',    '1','1','3474.04',    '1','1','3474.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093973.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005710.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093974.0','1044447.0','745',    '601','298','655260.29',    '580','195','378697.43',    '292','177','276562.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005711.0','1018880.0','2',    '2','2','4066.87',    '2','2','2067.0',    '2','2','1999.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093975.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005712.0','1018880.0','213',    '197','128','370392.34',    '192','95','236065.23',    '113','74','134327.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093976.0','1044447.0','1',    '1','1','4425.27',    '1','1','4425.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005713.0','1018880.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093977.0','1044447.0','1',    '1','1','971.17',    '1','0','0.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005714.0','1018880.0','1',    '1','1','6082.25',    '1','1','3541.0',    '1','1','2541.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093978.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005715.0','1018880.0','1',    '1','1','122.03',    '1','0','0.0',    '1','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093979.0','1044447.0','16',    '15','6','4569.05',    '15','2','556.94',    '8','5','4012.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005716.0','1018880.0','1',    '1','1','6917.97',    '1','1','6082.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093980.0','1044447.0','3038',    '2802','1545','2580042.96',    '2708','836','1260389.48',    '1594','1025','1319653.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005717.0','1018880.0','1',    '1','1','5100.0',    '1','1','5100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093981.0','1044447.0','1191',    '1071','560','907835.53',    '1012','246','311740.0',    '700','429','596095.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005718.0','1018880.0','17',    '14','4','9728.3',    '14','4','9610.0',    '5','1','118.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093982.0','1044447.0','202',    '184','105','177881.04',    '177','64','103106.57',    '116','65','74774.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005719.0','1018880.0','416',    '374','236','436744.06',    '351','101','264113.44',    '243','179','172630.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093983.0','1044447.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005720.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093984.0','1044447.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005721.0','1018880.0','351',    '331','191','639611.88',    '323','146','356040.59',    '191','105','283571.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093985.0','1044447.0','2',    '1','1','1121.92',    '1','0','0.0',    '1','1','1121.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005722.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093986.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005723.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093987.0','1044447.0','1',    '1','1','4719.94',    '1','1','1642.0',    '1','1','3077.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005724.0','1018880.0','1',    '1','1','608.32',    '1','1','608.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093988.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005725.0','1018880.0','1',    '1','1','491.0',    '1','1','491.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093989.0','1044447.0','16',    '12','5','9858.54',    '12','4','7507.58',    '6','2','2350.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005726.0','1018880.0','5',    '3','2','10903.46',    '3','2','6254.94',    '1','1','4648.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093990.0','1044447.0','1063',    '927','458','653585.33',    '887','210','268968.23',    '544','340','384617.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005727.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093991.0','1044447.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005728.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093992.0','1044447.0','7',    '7','1','2199.54',    '6','1','491.0',    '5','1','1708.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005729.0','1018880.0','45',    '44','21','27667.12',    '40','8','14646.85',    '25','16','13020.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093993.0','1044447.0','65',    '59','32','108314.87',    '58','26','40849.31',    '37','16','67465.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005730.0','1018880.0','1',    '1','1','561.0',    '1','1','561.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093994.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005731.0','1018880.0','496',    '449','287','678944.97',    '429','223','417605.6',    '261','159','261339.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093995.0','1044447.0','14',    '13','7','12945.06',    '13','6','10748.88',    '6','4','2196.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005732.0','1018880.0','55',    '47','22','30208.82',    '43','8','20642.4',    '24','14','9566.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093996.0','1044447.0','32',    '28','19','78968.72',    '27','17','50574.05',    '14','12','28394.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005733.0','1018880.0','220',    '193','74','138292.41',    '184','30','58021.59',    '93','57','80270.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093997.0','1044447.0','278',    '230','110','137978.85',    '209','12','17919.89',    '149','106','120058.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005734.0','1018880.0','41',    '35','18','32390.56',    '32','7','20907.86',    '19','13','11482.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2093998.0','1044447.0','76',    '72','58','229286.41',    '64','39','99528.58',    '59','47','129757.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005735.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2093999.0','1044447.0','1',    '1','1','1116.85',    '1','0','0.0',    '1','1','1116.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005736.0','1018880.0','288',    '275','182','611865.7',    '263','136','352110.72',    '208','120','259754.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094000.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005737.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094001.0','1044447.0','1',    '1','1','491.0',    '1','1','491.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005738.0','1018880.0','11',    '9','2','1004.97',    '7','0','0.0',    '5','2','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094002.0','1044447.0','132',    '119','62','86677.76',    '117','27','44232.22',    '64','46','42445.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005739.0','1018880.0','2',    '1','1','2083.54',    '1','1','2083.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094003.0','1044447.0','2',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005740.0','1018880.0','904',    '846','415','637990.63',    '818','225','421660.25',    '417','244','216330.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094004.0','1044447.0','14',    '11','8','22060.96',    '11','6','14368.0',    '9','6','7692.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005741.0','1018880.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094005.0','1044447.0','2982',    '2791','1574','3167432.58',    '2703','1027','1506929.93',    '1646','980','1660502.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005742.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094006.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005743.0','1018880.0','236',    '217','115','314534.68',    '213','87','151191.38',    '140','54','163343.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094007.0','1044447.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005744.0','1018880.0','3',    '3','2','1422.13',    '3','1','156.56',    '2','2','1265.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094008.0','1044447.0','2',    '2','1','122.03',    '2','0','0.0',    '2','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005745.0','1018880.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094009.0','1044447.0','301',    '268','158','275407.73',    '258','86','173497.09',    '160','108','101910.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005746.0','1018880.0','14',    '14','10','66904.08',    '14','8','18918.03',    '12','6','47986.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094010.0','1044447.0','12',    '11','10','60799.87',    '11','10','39577.57',    '9','5','21222.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005747.0','1018880.0','143',    '130','52','105087.71',    '120','44','70418.09',    '67','20','34669.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094011.0','1044447.0','131',    '109','54','70076.56',    '96','16','31757.57',    '71','46','38318.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005748.0','1018880.0','114',    '105','52','46160.8',    '102','4','5085.68',    '70','51','41075.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094012.0','1044447.0','82',    '68','30','51122.82',    '64','16','35403.89',    '35','18','15718.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005749.0','1018880.0','108',    '95','49','68860.59',    '91','30','44586.55',    '55','29','24274.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094013.0','1044447.0','19',    '18','11','22315.73',    '18','6','18857.02',    '11','6','3458.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005750.0','1018880.0','3',    '3','3','2169.14',    '3','0','0.0',    '3','3','2169.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094014.0','1044447.0','3',    '3','2','7729.24',    '3','2','5862.95',    '2','2','1866.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005751.0','1018880.0','467',    '427','296','962695.94',    '411','235','613364.46',    '279','174','349331.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094015.0','1044447.0','12',    '10','7','26215.41',    '10','6','23578.42',    '5','3','2636.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005752.0','1018880.0','65',    '59','26','49144.14',    '56','8','32789.81',    '33','20','16354.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094016.0','1044447.0','4433',    '4197','2257','2579861.55',    '4095','879','1054462.64',    '2553','1746','1525398.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005753.0','1018880.0','7',    '7','2','1790.24',    '7','0','0.0',    '4','2','1790.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094017.0','1044447.0','1',    '1','1','856.25',    '1','0','0.0',    '1','1','856.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005754.0','1018880.0','122',    '109','60','135163.19',    '105','47','103898.78',    '54','28','31264.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094018.0','1044447.0','160',    '145','48','64279.28',    '139','19','38319.63',    '63','36','25959.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005755.0','1018880.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094019.0','1044447.0','1',    '1','1','660.85',    '1','0','0.0',    '1','1','660.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005756.0','1018880.0','48',    '41','17','24978.59',    '38','11','16737.92',    '22','9','8240.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094020.0','1044447.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005757.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094021.0','1044447.0','1',    '1','1','1239.92',    '1','1','387.05',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005758.0','1018880.0','531',    '492','226','591544.86',    '481','131','258485.62',    '271','157','333059.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094022.0','1044447.0','1',    '1','1','8812.2',    '1','1','982.0',    '1','1','7830.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005759.0','1018880.0','334',    '321','206','537952.76',    '314','120','265114.64',    '218','151','272838.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094023.0','1044447.0','1',    '1','1','912.02',    '1','0','0.0',    '1','1','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005760.0','1018880.0','10',    '10','6','17334.28',    '10','5','6021.46',    '7','5','11312.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094024.0','1044447.0','100',    '95','45','43125.4',    '92','11','11087.56',    '59','39','32037.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005761.0','1018880.0','1',    '1','1','2621.79',    '1','1','2621.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094025.0','1044447.0','13',    '11','5','3703.19',    '10','0','0.0',    '7','5','3703.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005762.0','1018880.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094026.0','1044447.0','2',    '1','1','2458.27',    '1','1','1004.0',    '1','1','1454.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005763.0','1018880.0','137',    '114','54','61240.09',    '105','20','29417.24',    '66','40','31822.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094027.0','1044447.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005764.0','1018880.0','12',    '12','7','7241.52',    '12','5','6304.15',    '5','2','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094028.0','1044447.0','11',    '10','7','27675.84',    '10','5','19934.65',    '5','3','7741.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005765.0','1018880.0','1',    '1','1','725.72',    '1','1','725.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094029.0','1044447.0','197',    '159','75','99088.94',    '153','19','34029.32',    '92','66','65059.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005766.0','1018880.0','25',    '25','10','31349.72',    '23','5','16238.84',    '9','7','15110.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094030.0','1044447.0','1',    '1','1','449.0',    '1','1','449.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005767.0','1018885.0','3',    '3','2','3413.9',    '3','2','1748.0',    '3','1','1665.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094031.0','1044452.0','102',    '94','55','94294.52',    '92','41','67472.76',    '54','26','26821.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005768.0','1018885.0','136',    '119','84','179207.16',    '116','56','107756.87',    '79','55','71450.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094032.0','1044452.0','1',    '1','1','1562.0',    '1','1','1562.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005769.0','1018885.0','100',    '92','57','118804.8',    '88','26','86073.03',    '65','40','32731.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094033.0','1044452.0','28',    '25','15','63138.58',    '22','14','36535.36',    '18','10','26603.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005770.0','1018885.0','50',    '44','27','45008.04',    '42','14','38035.46',    '28','19','6972.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094034.0','1044452.0','765',    '686','440','857851.63',    '648','254','540589.57',    '452','295','317262.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005771.0','1018885.0','275',    '247','102','161434.24',    '236','35','77596.25',    '141','88','83837.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094035.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005772.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094036.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005773.0','1018885.0','1',    '1','1','2162.94',    '1','1','882.35',    '1','1','1280.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094037.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005774.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094038.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005775.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094039.0','1044452.0','60',    '52','31','127959.38',    '51','26','74047.61',    '35','17','53911.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005776.0','1018885.0','8',    '7','1','5100.0',    '6','1','5100.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094040.0','1044452.0','3',    '3','2','1388.75',    '2','0','0.0',    '2','2','1388.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005777.0','1018885.0','2',    '1','1','908.64',    '1','0','0.0',    '1','1','908.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094041.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005778.0','1018885.0','436',    '389','225','527546.15',    '373','169','327305.97',    '216','115','200240.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094042.0','1044452.0','7',    '6','3','5119.94',    '5','1','3448.0',    '4','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005779.0','1018885.0','13',    '10','5','10339.61',    '10','3','8581.48',    '6','2','1758.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094043.0','1044452.0','99',    '88','41','49212.68',    '85','11','25279.21',    '48','34','23933.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005780.0','1018885.0','44',    '37','18','23925.01',    '32','9','16649.99',    '26','11','7275.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094044.0','1044452.0','1',    '1','1','235.25',    '1','0','0.0',    '1','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005781.0','1018885.0','63',    '60','45','108210.07',    '58','34','79442.43',    '40','22','28767.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094045.0','1044452.0','346',    '308','118','125504.97',    '290','25','29854.26',    '161','104','95650.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005782.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094046.0','1044452.0','1',    '1','1','5998.0',    '1','1','5998.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005783.0','1018885.0','56',    '49','36','76755.63',    '47','23','46367.68',    '32','23','30387.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094047.0','1044452.0','322',    '311','225','1145017.87',    '301','177','596945.29',    '245','174','548072.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005784.0','1018885.0','1846',    '1666','969','2079094.51',    '1608','576','971878.34',    '1072','647','1107216.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094048.0','1044452.0','25',    '21','15','30149.34',    '20','10','25435.0',    '13','9','4714.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005785.0','1018885.0','62',    '59','29','44514.5',    '56','10','24312.37',    '32','22','20202.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094049.0','1044452.0','4',    '4','1','6233.41',    '4','1','982.0',    '3','1','5251.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005786.0','1018885.0','2',    '2','1','2016.58',    '1','1','1275.0',    '2','1','741.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094050.0','1044452.0','24',    '22','13','20064.15',    '19','4','10927.05',    '12','9','9137.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005787.0','1018885.0','66',    '64','24','48039.06',    '61','4','6765.15',    '34','20','41273.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094051.0','1044452.0','26',    '23','7','15694.36',    '23','5','12427.82',    '8','3','3266.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005788.0','1018885.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094052.0','1044452.0','187',    '164','89','156771.53',    '147','50','74288.38',    '103','64','82483.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005789.0','1018885.0','297',    '266','166','259941.05',    '242','53','121296.05',    '204','144','138645.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094053.0','1044452.0','8',    '7','6','23122.38',    '7','4','15546.12',    '5','4','7576.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005790.0','1018885.0','10',    '10','7','11299.7',    '9','4','6913.01',    '8','5','4386.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094054.0','1044452.0','1',    '1','1','2758.48',    '1','1','1004.0',    '1','1','1754.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005791.0','1018885.0','16',    '8','3','28802.14',    '7','2','11421.2',    '5','2','17380.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094055.0','1044452.0','70',    '62','36','116809.26',    '59','33','76312.45',    '37','19','40496.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005792.0','1018885.0','1',    '1','1','861.32',    '1','0','0.0',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094056.0','1044452.0','2',    '2','2','6271.99',    '2','2','2958.6',    '2','2','3313.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005793.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094057.0','1044452.0','1',    '1','1','2899.03',    '1','0','0.0',    '1','1','2899.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005794.0','1018885.0','680',    '654','447','2060767.23',    '641','358','952905.3',    '519','332','1107861.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094058.0','1044452.0','506',    '460','202','464737.17',    '444','149','288725.37',    '256','102','176011.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005795.0','1018885.0','199',    '188','101','140790.14',    '181','49','89819.14',    '113','71','50971.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094059.0','1044452.0','111',    '100','53','61718.42',    '98','11','18738.09',    '68','48','42980.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005796.0','1018885.0','23',    '22','14','32671.71',    '21','9','14495.97',    '14','11','18175.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094060.0','1044452.0','28',    '25','17','34305.34',    '22','8','26647.16',    '14','9','7658.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005797.0','1018885.0','21',    '19','13','71303.5',    '19','11','42017.89',    '12','10','29285.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094061.0','1044452.0','1',    '1','1','6331.77',    '1','1','5100.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005798.0','1018885.0','640',    '571','328','603729.45',    '543','180','374540.34',    '345','210','229189.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094062.0','1044452.0','2',    '1','1','2236.89',    '1','1','1477.78',    '1','1','759.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005799.0','1018885.0','239',    '208','98','222173.58',    '198','61','91957.07',    '126','56','130216.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094063.0','1044452.0','13',    '12','9','24101.35',    '12','8','18001.97',    '9','6','6099.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005800.0','1018885.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094064.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005801.0','1018885.0','2',    '2','2','3695.63',    '2','1','1026.0',    '1','1','2669.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094065.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005802.0','1018885.0','239',    '216','127','386330.95',    '208','106','269590.67',    '111','58','116740.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094066.0','1044452.0','398',    '368','212','668987.59',    '354','123','362379.07',    '238','150','306608.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005803.0','1018885.0','222',    '191','88','171192.13',    '174','43','85946.47',    '117','60','85245.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094067.0','1044452.0','576',    '539','350','584046.89',    '529','163','323712.75',    '379','268','260334.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005804.0','1018885.0','1',    '1','1','513.0',    '1','1','513.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094068.0','1044452.0','643',    '598','337','973019.92',    '584','252','534470.93',    '342','188','438548.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005805.0','1018885.0','15',    '10','7','70330.61',    '10','6','30492.6',    '7','5','39838.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094069.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005806.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094070.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005807.0','1018885.0','96',    '87','23','25823.26',    '81','6','7859.36',    '45','19','17963.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094071.0','1044452.0','6',    '5','1','1275.0',    '5','1','1275.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005808.0','1018885.0','1',    '1','1','562.17',    '1','0','0.0',    '1','1','562.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094072.0','1044452.0','5',    '5','3','4634.08',    '5','1','2550.0',    '3','2','2084.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005809.0','1018885.0','382',    '343','199','464892.26',    '331','136','304600.18',    '185','115','160292.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094073.0','1044452.0','1',    '1','1','640.3',    '1','0','0.0',    '1','1','640.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005810.0','1018885.0','1',    '1','1','4823.7',    '1','1','1260.0',    '1','1','3563.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094074.0','1044452.0','74',    '69','50','99241.41',    '67','35','75447.66',    '42','26','23793.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005811.0','1018885.0','31',    '27','14','23145.12',    '26','8','13740.0',    '21','9','9405.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094075.0','1044452.0','1',    '1','1','3108.39',    '1','1','1876.62',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005812.0','1018885.0','1',    '1','1','1357.67',    '0','0','0.0',    '1','1','1357.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094076.0','1044452.0','105',    '97','29','86033.0',    '97','16','48795.61',    '43','18','37237.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005813.0','1018885.0','1',    '1','1','8665.6',    '1','1','1320.0',    '1','1','7345.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094077.0','1044452.0','5',    '5','1','1826.37',    '4','1','1826.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005814.0','1018885.0','1',    '1','1','3924.0',    '1','1','3924.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094078.0','1044452.0','2',    '2','1','1919.37',    '2','1','982.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005815.0','1018885.0','10',    '9','8','36357.45',    '9','6','19993.74',    '8','7','16363.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094079.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005816.0','1018885.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094080.0','1044452.0','151',    '129','60','148132.07',    '122','37','65937.43',    '70','35','82194.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005817.0','1018885.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094081.0','1044452.0','18',    '14','10','15348.66',    '13','6','9918.39',    '7','6','5430.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005818.0','1018885.0','19',    '19','13','20031.86',    '17','6','12634.16',    '13','10','7397.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094082.0','1044452.0','2',    '2','2','8370.55',    '2','2','8370.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005819.0','1018885.0','34',    '30','19','39974.3',    '28','12','27614.49',    '23','12','12359.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094083.0','1044452.0','28',    '21','6','13539.43',    '17','5','13062.87',    '7','1','476.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005820.0','1018885.0','1887',    '1748','872','1882117.89',    '1685','466','858919.01',    '1060','619','1023198.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094084.0','1044452.0','11',    '9','5','36045.83',    '8','5','21589.0',    '6','4','14456.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005821.0','1018885.0','1',    '1','1','1675.8',    '1','1','1642.0',    '1','1','33.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094085.0','1044452.0','140',    '128','80','148653.0',    '124','49','88067.55',    '75','50','60585.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005822.0','1018885.0','857',    '775','428','929660.97',    '734','203','317805.36',    '520','330','611855.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094086.0','1044452.0','938',    '840','400','568062.04',    '815','160','284448.66',    '484','302','283613.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005823.0','1018885.0','35',    '33','18','43324.36',    '33','10','13741.34',    '19','13','29583.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094087.0','1044452.0','1195',    '1104','549','883803.73',    '1082','278','480146.61',    '591','373','403657.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005824.0','1018885.0','243',    '211','112','207068.31',    '197','80','149828.9',    '117','57','57239.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094088.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005825.0','1018885.0','57',    '57','46','306274.08',    '57','41','106723.77',    '52','38','199550.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094089.0','1044452.0','118',    '102','49','46394.41',    '94','5','9558.48',    '74','45','36835.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005826.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094090.0','1044452.0','15',    '14','4','2922.48',    '14','2','1191.39',    '6','2','1731.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005827.0','1018885.0','982',    '904','436','964291.32',    '890','335','547602.2',    '434','198','416689.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094091.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005828.0','1018885.0','1',    '1','1','2121.46',    '1','1','449.0',    '1','1','1672.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094092.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005829.0','1018885.0','2',    '2','2','1938.35',    '2','2','1284.54',    '2','1','653.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094093.0','1044452.0','42',    '37','15','18256.86',    '35','7','13026.95',    '11','8','5229.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005830.0','1018885.0','1',    '1','1','1004.3',    '1','1','117.63',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094094.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005831.0','1018885.0','21',    '19','15','39973.71',    '19','14','29181.39',    '12','9','10792.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094095.0','1044452.0','145',    '136','61','129875.64',    '127','43','86068.21',    '77','32','43807.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005832.0','1018885.0','149',    '127','54','110191.65',    '115','25','54711.99',    '86','41','55479.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094096.0','1044452.0','146',    '127','86','261282.15',    '120','69','189179.77',    '78','50','72102.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005833.0','1018885.0','31',    '27','13','20748.27',    '26','4','12519.0',    '16','9','8229.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094097.0','1044452.0','28',    '27','19','49515.33',    '26','11','30419.69',    '19','14','19095.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005834.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094098.0','1044452.0','2',    '2','1','4066.05',    '2','1','898.0',    '2','1','3168.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005835.0','1018885.0','5',    '4','3','1820.94',    '4','3','1820.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094099.0','1044452.0','37',    '32','22','68727.54',    '30','17','46395.04',    '23','14','22332.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005836.0','1018885.0','40',    '36','27','74149.19',    '34','18','37641.35',    '27','21','36507.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094100.0','1044452.0','2',    '2','1','837.66',    '2','0','0.0',    '2','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005837.0','1018885.0','93',    '87','63','145500.33',    '83','47','105238.3',    '56','38','40262.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094101.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005838.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094102.0','1044452.0','1',    '1','1','6623.0',    '1','1','1026.0',    '1','1','5597.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005839.0','1018885.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094103.0','1044452.0','1',    '1','1','1666.4',    '1','1','1666.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005840.0','1018885.0','8',    '6','4','10650.85',    '6','4','7836.02',    '4','1','2814.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094104.0','1044452.0','3',    '2','2','29475.58',    '2','2','15336.19',    '2','2','14139.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005841.0','1018885.0','83',    '81','46','112188.07',    '80','37','89180.06',    '37','18','23008.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094105.0','1044452.0','4',    '4','4','6413.42',    '4','2','1473.0',    '3','3','4940.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005842.0','1018885.0','2',    '2','1','2418.5',    '2','1','2418.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094106.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001519.0',    '2005843.0','1018885.0','4',    '4','2','3956.58',    '4','2','2814.0',    '3','1','1142.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005899.0',    '2094107.0','1044452.0','1',    '1','1','3001.0',    '1','1','2501.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005844.0','1018885.0','11',    '10','4','6233.97',    '9','3','5704.32',    '4','2','529.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094108.0','1044452.0','71',    '63','25','90299.23',    '58','24','40829.98',    '37','12','49469.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005845.0','1018885.0','5',    '5','3','7697.32',    '5','2','7460.72',    '5','2','236.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094109.0','1044452.0','137',    '126','81','69206.77',    '116','14','17843.14',    '90','71','51363.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005846.0','1018885.0','1',    '1','1','16886.26',    '1','1','2966.0',    '1','1','13920.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094110.0','1044452.0','70',    '63','28','25048.63',    '60','7','9122.86',    '32','22','15925.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005847.0','1018885.0','3',    '3','1','903.57',    '3','0','0.0',    '2','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094111.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005848.0','1018885.0','1',    '1','1','1264.3',    '1','1','1264.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094112.0','1044452.0','172',    '157','102','342518.89',    '154','79','207626.77',    '96','65','134892.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005849.0','1018885.0','3155',    '2991','1774','1906580.52',    '2888','659','658735.31',    '1959','1397','1247845.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094113.0','1044452.0','2',    '2','2','3553.67',    '2','1','982.0',    '2','2','2571.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005850.0','1018885.0','390',    '341','196','425926.62',    '328','108','276463.23',    '202','132','149463.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094114.0','1044452.0','69',    '60','33','74208.64',    '60','18','45181.2',    '41','24','29027.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005851.0','1018885.0','23',    '20','6','5258.55',    '20','1','457.26',    '7','5','4801.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094115.0','1044452.0','338',    '305','193','427445.12',    '294','148','324309.9',    '187','102','103135.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005852.0','1018885.0','1',    '1','1','513.0',    '1','1','513.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094116.0','1044452.0','20',    '19','12','43085.53',    '18','7','19858.84',    '9','8','23226.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000059.0','1018885.0','2369',    '2195','1075','1962560.56',    '2150','671','1190311.21',    '1028','593','772249.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088323.0','1044452.0','1',    '1','1','1313.73',    '1','0','0.0',    '1','1','1313.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005853.0','1018885.0','135',    '119','82','250872.08',    '116','58','173190.33',    '79','53','77681.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094117.0','1044452.0','333',    '298','143','227589.81',    '277','70','136116.17',    '174','97','91473.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005854.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094118.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000188.0','1018885.0','5',    '4','2','1520.4',    '4','2','982.0',    '3','1','538.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088452.0','1044452.0','1',    '1','1','687.09',    '1','1','687.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005855.0','1018885.0','832',    '802','483','521042.42',    '772','199','205860.19',    '529','368','315182.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094119.0','1044452.0','1',    '1','1','2535.0',    '1','1','2535.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005856.0','1018885.0','1',    '1','1','971.17',    '1','0','0.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094120.0','1044452.0','1',    '1','1','4845.27',    '1','1','3930.82',    '1','1','914.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005857.0','1018885.0','5',    '5','2','1405.57',    '5','1','502.0',    '3','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094121.0','1044452.0','73',    '66','38','80701.24',    '62','27','55073.88',    '42','24','25627.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005858.0','1018885.0','296',    '265','153','269978.98',    '258','93','179590.24',    '162','88','90388.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094122.0','1044452.0','1',    '1','1','1221.01',    '1','1','982.0',    '1','1','239.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005859.0','1018885.0','5',    '5','3','3292.04',    '5','1','1275.0',    '4','2','2017.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094123.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005860.0','1018885.0','34',    '32','22','120935.31',    '32','20','47815.0',    '24','15','73120.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094124.0','1044452.0','1054',    '934','432','505316.91',    '906','164','251123.0',    '494','320','254193.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005861.0','1018885.0','380',    '353','133','286811.45',    '338','102','179603.27',    '197','62','107208.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094125.0','1044452.0','1177',    '1061','493','612457.23',    '1015','158','220254.21',    '597','394','392203.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005862.0','1018885.0','1',    '1','1','861.32',    '1','0','0.0',    '1','1','861.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094126.0','1044452.0','21',    '19','10','7282.57',    '19','1','491.0',    '10','9','6791.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005863.0','1018885.0','3',    '3','1','2535.0',    '3','1','2535.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094127.0','1044452.0','96',    '85','46','128954.37',    '83','38','94754.97',    '50','19','34199.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005864.0','1018885.0','129',    '113','53','111563.92',    '107','34','81873.85',    '62','27','29690.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094128.0','1044452.0','335',    '303','218','557587.12',    '292','149','362987.2',    '206','144','194599.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005865.0','1018885.0','193',    '167','96','302286.57',    '160','85','218148.15',    '99','39','84138.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094129.0','1044452.0','239',    '215','165','579925.63',    '207','137','366371.39',    '139','89','213554.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005866.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094130.0','1044452.0','1',    '1','1','2347.27',    '1','1','1502.85',    '1','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005867.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094131.0','1044452.0','146',    '127','41','96783.53',    '123','22','46872.37',    '49','26','49911.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005868.0','1018885.0','833',    '776','351','515105.34',    '757','118','211378.65',    '422','272','303726.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094132.0','1044452.0','956',    '881','469','713596.97',    '836','165','346445.61',    '549','385','367151.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000116.0','1018885.0','179',    '163','95','91956.43',    '160','13','12744.52',    '113','88','79211.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088380.0','1044452.0','41',    '35','23','31464.74',    '34','7','18838.07',    '24','18','12626.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000186.0','1018885.0','45',    '36','18','30213.33',    '34','6','19484.48',    '19','13','10728.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088450.0','1044452.0','35',    '30','19','29556.88',    '29','12','22805.17',    '19','11','6751.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005869.0','1018885.0','243',    '210','89','199598.63',    '199','55','117693.17',    '129','54','81905.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094133.0','1044452.0','1',    '1','1','1082.62',    '1','1','1082.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005870.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094134.0','1044452.0','746',    '690','235','309521.39',    '681','87','147631.02',    '290','174','161890.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000189.0','1018885.0','4',    '4','2','1026.0',    '4','2','1026.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088453.0','1044452.0','7',    '4','1','1.69',    '3','0','0.0',    '3','1','1.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005871.0','1018885.0','1',    '1','1','3350.91',    '1','0','0.0',    '1','1','3350.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094135.0','1044452.0','1',    '1','1','1706.61',    '1','1','701.64',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005872.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094136.0','1044452.0','14',    '12','5','5637.78',    '12','3','3702.2',    '3','2','1935.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005873.0','1018885.0','16',    '12','4','23499.78',    '11','3','12221.44',    '9','4','11278.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094137.0','1044452.0','128',    '110','60','78377.0',    '104','15','27603.89',    '67','51','50773.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005874.0','1018885.0','353',    '329','256','974023.43',    '314','143','460358.65',    '273','219','513664.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094138.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005875.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094139.0','1044452.0','3',    '2','2','12313.65',    '2','2','12144.65',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005876.0','1018885.0','229',    '208','105','209605.8',    '199','51','113657.5',    '138','76','95948.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094140.0','1044452.0','69',    '63','26','67542.7',    '57','13','38053.69',    '30','19','29489.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005877.0','1018885.0','173',    '148','66','141588.83',    '137','42','82341.74',    '69','34','59247.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094141.0','1044452.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005878.0','1018885.0','1',    '1','1','2226.41',    '1','1','1356.64',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094142.0','1044452.0','3',    '3','1','1955.94',    '3','1','513.0',    '2','1','1442.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005879.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094143.0','1044452.0','65',    '59','28','40881.6',    '57','16','30699.21',    '29','18','10182.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005880.0','1018885.0','27',    '19','11','23689.08',    '17','3','17667.45',    '14','9','6021.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094144.0','1044452.0','1380',    '1327','734','2061936.3',    '1294','485','953602.64',    '831','465','1108333.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005881.0','1018885.0','436',    '394','189','273253.59',    '375','81','137319.92',    '208','137','135933.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094145.0','1044452.0','4',    '4','2','3047.18',    '4','1','1805.27',    '2','2','1241.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005882.0','1018885.0','1864',    '1753','1052','2485857.7',    '1701','596','1213239.96',    '1156','759','1272617.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094146.0','1044452.0','3',    '3','1','835.97',    '3','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005883.0','1018885.0','198',    '175','71','132437.24',    '172','46','85298.99',    '80','38','47138.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094147.0','1044452.0','1',    '1','1','3942.39',    '1','1','3349.0',    '1','1','593.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000494.0','1018885.0','2',    '2','2','3699.55',    '2','2','2602.98',    '2','2','1096.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088758.0','1044452.0','612',    '555','304','917558.32',    '528','172','528448.08',    '332','217','389110.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005884.0','1018885.0','1',    '1','1','4202.0',    '1','1','4202.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094148.0','1044452.0','88',    '78','36','72300.24',    '74','26','57315.51',    '42','14','14984.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005885.0','1018885.0','26',    '23','20','52664.34',    '22','16','42555.39',    '17','12','10108.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094149.0','1044452.0','904',    '850','573','1526864.82',    '817','319','690113.19',    '635','425','836751.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005886.0','1018885.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094150.0','1044452.0','3858',    '3493','2122','4517499.54',    '3377','1428','2234975.63',    '2055','1310','2282523.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005887.0','1018885.0','94',    '82','20','43076.27',    '81','10','27520.72',    '28','16','15555.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094151.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005888.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094152.0','1044452.0','887',    '809','544','1235488.6',    '763','250','652164.48',    '581','435','583324.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005889.0','1018885.0','1',    '1','1','4925.41',    '1','1','4030.8',    '1','1','894.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094153.0','1044452.0','100',    '87','34','42444.75',    '84','17','25713.36',    '43','21','16731.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000164.0','1018885.0','1',    '1','1','3931.19',    '1','1','3652.58',    '1','1','278.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088428.0','1044452.0','181',    '164','105','299484.62',    '155','72','196700.4',    '105','64','102784.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005890.0','1018885.0','1',    '1','1','9265.3',    '1','1','3810.0',    '1','1','5455.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094154.0','1044452.0','5246',    '4963','2909','5583422.76',    '4880','1541','2461681.76',    '2963','1990','3121741.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005891.0','1018885.0','6',    '6','4','13543.57',    '6','4','10775.47',    '5','3','2768.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094155.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005892.0','1018885.0','65',    '54','25','34484.68',    '51','9','16547.01',    '34','20','17937.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094156.0','1044452.0','80',    '77','25','35420.05',    '77','10','24356.96',    '29','19','11063.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005893.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094157.0','1044452.0','128',    '123','87','201420.04',    '118','45','112392.03',    '88','70','89028.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005894.0','1018885.0','1',    '1','1','6312.03',    '1','1','4433.75',    '1','1','1878.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094158.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005895.0','1018885.0','108',    '100','67','263644.55',    '93','43','151597.47',    '79','54','112047.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094159.0','1044452.0','4',    '2','2','4225.41',    '2','0','0.0',    '2','2','4225.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005896.0','1018885.0','503',    '471','245','621528.67',    '448','174','414723.79',    '275','117','206804.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094160.0','1044452.0','5',    '3','2','1293.03',    '3','1','338.76',    '2','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005897.0','1018885.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094161.0','1044452.0','107',    '95','52','84341.47',    '90','18','49210.57',    '63','44','35130.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005898.0','1018885.0','1',    '1','1','8794.13',    '1','1','1526.0',    '1','1','7268.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094162.0','1044452.0','73',    '64','34','68902.79',    '57','15','25962.24',    '48','26','42940.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005899.0','1018885.0','143',    '127','92','251245.06',    '118','67','182836.27',    '81','55','68408.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094163.0','1044452.0','2',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005900.0','1018885.0','251',    '230','111','175758.68',    '217','52','107108.72',    '123','72','68649.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094164.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005901.0','1018885.0','765',    '725','437','688889.3',    '694','193','306451.08',    '461','334','382438.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094165.0','1044452.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005902.0','1018885.0','62',    '57','42','151336.91',    '56','30','96042.79',    '42','31','55294.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094166.0','1044452.0','84',    '75','30','45704.39',    '73','20','35073.47',    '30','19','10630.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005903.0','1018885.0','4',    '3','3','13509.75',    '3','3','3590.32',    '3','3','9919.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094167.0','1044452.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000033.0','1018885.0','389',    '355','169','385699.26',    '345','120','229413.41',    '205','91','156285.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088297.0','1044452.0','339',    '302','197','522528.52',    '281','110','298171.59',    '211','144','224356.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005904.0','1018885.0','1',    '1','1','1320.0',    '1','1','1320.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094168.0','1044452.0','6',    '6','3','6033.99',    '6','2','3675.0',    '3','2','2358.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005905.0','1018885.0','2089',    '1867','877','1323447.39',    '1832','585','800612.95',    '805','471','522834.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094169.0','1044452.0','50',    '43','22','22637.01',    '39','5','8171.06',    '28','18','14465.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005906.0','1018885.0','111',    '101','70','221894.73',    '99','44','136648.96',    '65','51','85245.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094170.0','1044452.0','1',    '1','1','1026.0',    '1','1','1026.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005907.0','1018885.0','2',    '2','2','2748.0',    '2','2','2748.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094171.0','1044452.0','3847',    '3584','2089','4363765.27',    '3503','1175','1985317.98',    '2159','1408','2378447.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005908.0','1018885.0','69',    '56','36','70844.99',    '51','18','50488.49',    '38','25','20356.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094172.0','1044452.0','728',    '647','317','624239.69',    '618','192','379018.23',    '374','190','245221.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005909.0','1018885.0','46',    '37','17','19948.09',    '35','6','7331.63',    '17','12','12616.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094173.0','1044452.0','21',    '19','8','13372.56',    '18','2','3124.0',    '12','8','10248.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005910.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094174.0','1044452.0','1',    '1','1','1429.99',    '1','1','513.0',    '1','1','916.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005911.0','1018885.0','495',    '457','338','779303.89',    '433','144','396916.57',    '351','278','382387.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094175.0','1044452.0','3',    '3','2','4334.16',    '3','1','3413.69',    '2','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005912.0','1018885.0','1',    '1','1','1260.0',    '1','1','1260.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094176.0','1044452.0','8',    '8','5','5914.83',    '8','4','3730.14',    '6','3','2184.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005913.0','1018885.0','77',    '66','31','58795.07',    '64','15','37291.38',    '36','19','21503.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094177.0','1044452.0','1',    '1','1','513.0',    '1','1','513.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005914.0','1018885.0','2',    '2','1','9695.96',    '2','1','6360.0',    '2','1','3335.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094178.0','1044452.0','2',    '2','2','9599.7',    '2','2','2640.0',    '2','2','6959.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005915.0','1018885.0','228',    '204','109','279218.86',    '192','73','144381.91',    '133','61','134836.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094179.0','1044452.0','7',    '4','1','1275.0',    '4','1','1275.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000037.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088301.0','1044452.0','9',    '6','3','4595.44',    '6','3','4052.85',    '3','1','542.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005916.0','1018885.0','133',    '125','83','213230.0',    '124','50','121557.08',    '81','60','91672.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094180.0','1044452.0','194',    '181','71','81881.05',    '176','19','39482.59',    '87','58','42398.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005917.0','1018885.0','23',    '22','19','65016.0',    '22','12','21218.66',    '18','18','43797.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094181.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005918.0','1018885.0','4',    '3','2','13787.55',    '3','1','1640.0',    '2','2','12147.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094182.0','1044452.0','114',    '107','68','103429.23',    '103','21','57146.03',    '82','55','46283.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005919.0','1018885.0','316',    '297','176','390606.01',    '273','75','143482.49',    '219','137','247123.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094183.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005920.0','1018885.0','49',    '47','29','53383.16',    '41','11','21450.82',    '37','25','31932.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094184.0','1044452.0','1',    '1','1','15354.6',    '1','1','12274.0',    '1','1','3080.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005921.0','1018885.0','579',    '518','330','689830.7',    '488','173','427623.57',    '358','226','262207.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094185.0','1044452.0','132',    '111','67','169345.91',    '104','46','78919.54',    '70','36','90426.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005922.0','1018885.0','544',    '490','236','422356.38',    '469','98','229632.32',    '257','177','192724.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094186.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005923.0','1018885.0','14',    '11','9','25206.67',    '11','8','8087.71',    '7','3','17118.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094187.0','1044452.0','2881',    '2711','1762','4904643.84',    '2612','1082','1887016.79',    '1875','1283','3017627.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005924.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094188.0','1044452.0','1255',    '1155','481','790499.53',    '1132','218','436235.68',    '591','343','354263.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005925.0','1018885.0','1',    '1','1','915.49',    '1','1','687.0',    '1','1','228.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094189.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005926.0','1018885.0','151',    '131','60','145310.63',    '122','43','90836.71',    '83','37','54473.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094190.0','1044452.0','131',    '109','51','120809.25',    '99','30','69686.91',    '55','29','51122.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005927.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094191.0','1044452.0','466',    '433','308','1133572.14',    '417','264','755269.56',    '301','182','378302.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000343.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088607.0','1044452.0','7',    '6','4','12835.72',    '6','4','11487.0',    '4','2','1348.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005928.0','1018885.0','258',    '236','162','715545.81',    '227','130','313199.0',    '172','111','402346.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094192.0','1044452.0','3',    '3','2','6071.17',    '3','1','5100.0',    '1','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005929.0','1018885.0','1',    '1','1','12271.62',    '1','1','4190.0',    '1','1','8081.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094193.0','1044452.0','2',    '1','1','1645.79',    '1','1','1275.0',    '1','1','370.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005930.0','1018885.0','81',    '76','41','48880.88',    '72','14','21556.96',    '49','33','27323.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094194.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005931.0','1018885.0','11',    '11','9','39744.78',    '11','8','32388.65',    '11','7','7356.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094195.0','1044452.0','308',    '282','193','366301.47',    '273','101','210386.29',    '207','146','155915.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005932.0','1018885.0','47',    '44','8','10472.9',    '40','5','8526.46',    '14','3','1946.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094196.0','1044452.0','76',    '70','26','52741.79',    '67','16','35200.84',    '29','11','17540.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005933.0','1018885.0','24',    '21','8','24462.71',    '21','7','12639.5',    '7','3','11823.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094197.0','1044452.0','1533',    '1469','865','1389116.46',    '1431','347','671234.84',    '928','686','717881.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005934.0','1018885.0','5',    '4','3','3840.09',    '4','2','2550.0',    '3','2','1290.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094198.0','1044452.0','458',    '415','213','607143.21',    '396','130','312915.14',    '254','143','294228.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005935.0','1018885.0','13',    '13','10','17555.78',    '13','7','14871.36',    '10','4','2684.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094199.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005936.0','1018885.0','26',    '18','13','41196.74',    '16','10','18373.87',    '14','8','22822.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094200.0','1044452.0','45',    '37','17','36280.23',    '37','9','17036.0',    '24','13','19244.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005937.0','1018885.0','1',    '1','1','4743.8',    '1','1','4702.0',    '1','1','41.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094201.0','1044452.0','314',    '283','123','220366.83',    '272','71','159376.67',    '126','72','60990.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005938.0','1018885.0','342',    '326','198','520450.65',    '315','131','336781.25',    '207','135','183669.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094202.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005939.0','1018885.0','350',    '301','146','249608.87',    '295','73','160261.77',    '151','96','89347.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094203.0','1044452.0','2',    '2','2','1824.04',    '2','0','0.0',    '2','2','1824.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005940.0','1018885.0','1',    '1','1','243.7',    '1','0','0.0',    '1','1','243.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094204.0','1044452.0','184',    '174','138','397090.25',    '173','126','350421.58',    '105','58','46668.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005941.0','1018885.0','13',    '12','4','8134.26',    '12','2','4023.0',    '4','2','4111.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094205.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005942.0','1018885.0','7',    '7','2','4178.67',    '5','2','3943.42',    '4','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094206.0','1044452.0','423',    '393','180','378507.45',    '385','115','265596.7',    '179','102','112910.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005943.0','1018885.0','9',    '9','5','5249.91',    '9','1','1374.0',    '5','5','3875.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094207.0','1044452.0','18',    '16','13','40643.94',    '16','11','37609.21',    '6','4','3034.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005944.0','1018885.0','9',    '8','5','8653.72',    '7','2','5487.46',    '5','4','3166.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094208.0','1044452.0','29',    '25','15','31315.34',    '25','10','26288.86',    '9','7','5026.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005945.0','1018885.0','41',    '38','22','44943.68',    '37','19','30058.6',    '20','11','14885.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094209.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000095.0','1018885.0','122',    '113','49','110479.35',    '110','33','77830.36',    '67','26','32648.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088359.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005946.0','1018885.0','93',    '89','38','64999.0',    '83','14','41348.01',    '55','28','23650.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094210.0','1044452.0','44',    '35','20','55709.45',    '33','17','40050.89',    '12','6','15658.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005947.0','1018885.0','340',    '321','156','370347.15',    '296','108','172734.47',    '218','113','197612.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094211.0','1044452.0','1',    '1','1','6740.0',    '1','1','6740.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000100.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088364.0','1044452.0','32',    '28','18','37606.37',    '28','13','27663.6',    '14','10','9942.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000212.0','1018885.0','108',    '92','57','119016.73',    '89','44','88997.15',    '50','27','30019.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088476.0','1044452.0','275',    '245','152','260608.2',    '228','79','157023.02',    '159','103','103585.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005948.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094212.0','1044452.0','6',    '5','3','8707.01',    '4','0','0.0',    '4','3','8707.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005949.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094213.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005950.0','1018885.0','1',    '1','1','866.39',    '1','0','0.0',    '1','1','866.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094214.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000214.0','1018885.0','50',    '47','26','50197.8',    '46','14','32960.7',    '25','17','17237.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088478.0','1044452.0','91',    '78','43','118454.16',    '75','36','80311.09',    '42','25','38143.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005951.0','1018885.0','4',    '3','3','4215.03',    '3','2','3924.0',    '3','2','291.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094215.0','1044452.0','171',    '151','86','156107.78',    '143','60','120766.58',    '76','33','35341.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005952.0','1018885.0','62',    '56','28','30122.78',    '53','13','20195.76',    '38','21','9927.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094216.0','1044452.0','433',    '386','213','354467.46',    '370','119','205004.48',    '225','140','149462.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005953.0','1018885.0','4',    '4','2','9035.95',    '4','2','2520.68',    '2','1','6515.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094217.0','1044452.0','31',    '26','17','21541.46',    '25','9','9278.13',    '15','11','12263.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005954.0','1018885.0','1',    '1','1','811.0',    '1','1','584.2',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094218.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005955.0','1018885.0','528',    '470','263','499728.29',    '441','146','335959.13',    '282','170','163769.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094219.0','1044452.0','969',    '920','617','1854027.86',    '878','406','905164.53',    '653','449','948863.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005956.0','1018885.0','1',    '1','1','1466.48',    '1','1','1098.0',    '1','1','368.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094220.0','1044452.0','19',    '14','9','10177.12',    '14','4','5044.74',    '11','8','5132.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005957.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094221.0','1044452.0','2',    '2','2','26270.02',    '2','2','4469.59',    '2','1','21800.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005958.0','1018885.0','5',    '3','2','327.52',    '3','1','100.72',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094222.0','1044452.0','10',    '10','8','16108.8',    '10','6','15839.75',    '4','2','269.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005959.0','1018885.0','84',    '77','25','30402.98',    '73','10','13869.34',    '40','19','16533.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094223.0','1044452.0','615',    '576','311','776807.53',    '557','202','391279.48',    '362','208','385528.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005960.0','1018885.0','1',    '1','1','937.37',    '1','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094224.0','1044452.0','11',    '9','2','2155.97',    '9','0','0.0',    '5','2','2155.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005961.0','1018885.0','1',    '1','1','2902.82',    '1','1','1342.4',    '1','1','1560.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094225.0','1044452.0','199',    '176','88','157466.39',    '162','50','92107.03',    '101','61','65359.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005962.0','1018885.0','52',    '48','34','95514.9',    '48','23','47627.86',    '34','24','47887.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094226.0','1044452.0','1',    '1','1','2933.39',    '1','1','1422.0',    '1','1','1511.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005963.0','1018885.0','17',    '16','7','14972.48',    '16','4','11314.0',    '9','6','3658.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094227.0','1044452.0','171',    '158','100','203873.68',    '156','60','116293.11',    '95','68','87580.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005964.0','1018885.0','10',    '9','5','11654.73',    '9','2','6936.61',    '5','5','4718.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094228.0','1044452.0','1',    '1','1','104.25',    '0','0','0.0',    '1','1','104.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005965.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094229.0','1044452.0','62',    '53','27','59189.93',    '52','14','19792.2',    '24','19','39397.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005966.0','1018885.0','1',    '1','1','1543.78',    '1','1','1543.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094230.0','1044452.0','1',    '1','1','4701.0',    '1','1','4532.0',    '1','1','169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000035.0','1018885.0','383',    '343','207','450110.95',    '328','141','277408.34',    '206','129','172702.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088299.0','1044452.0','9',    '9','6','7973.57',    '9','5','7746.77',    '4','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005967.0','1018885.0','15',    '12','6','5799.03',    '11','2','1114.0',    '8','5','4685.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094231.0','1044452.0','588',    '535','250','369259.61',    '511','118','157916.23',    '301','187','211343.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005968.0','1018885.0','142',    '128','81','91249.54',    '121','23','37690.22',    '84','64','53559.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094232.0','1044452.0','64',    '56','40','73164.15',    '53','24','57269.59',    '40','25','15894.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005969.0','1018885.0','26',    '26','16','13410.32',    '25','5','4081.27',    '18','13','9329.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094233.0','1044452.0','10',    '9','2','236.68',    '8','1','135.28',    '3','1','101.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005970.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094234.0','1044452.0','10',    '10','4','25403.4',    '10','4','14344.68',    '6','4','11058.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005971.0','1018885.0','41',    '36','24','110159.27',    '34','19','40090.98',    '23','13','70068.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094235.0','1044452.0','392',    '351','244','608145.51',    '338','158','387479.06',    '257','172','220666.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005972.0','1018885.0','389',    '372','225','556312.91',    '348','136','228484.19',    '273','174','327828.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094236.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005973.0','1018885.0','1',    '1','1','1452.57',    '1','1','549.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094237.0','1044452.0','3',    '2','1','7218.97',    '2','1','6214.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005974.0','1018885.0','2',    '2','1','920.47',    '2','0','0.0',    '2','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094238.0','1044452.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005975.0','1018885.0','75',    '70','41','58894.35',    '69','16','30554.32',    '45','29','28340.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094239.0','1044452.0','1',    '1','1','844.42',    '1','0','0.0',    '1','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005976.0','1018885.0','39',    '38','14','24726.16',    '37','6','6533.65',    '15','10','18192.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094240.0','1044452.0','1',    '1','1','549.0',    '1','1','549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005977.0','1018885.0','8',    '7','5','18991.73',    '7','4','8310.61',    '5','2','10681.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094241.0','1044452.0','205',    '190','97','210720.88',    '187','71','114156.25',    '118','59','96564.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005978.0','1018885.0','17',    '14','7','10734.34',    '12','3','7508.07',    '7','6','3226.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094242.0','1044452.0','9',    '8','6','20783.02',    '8','4','16540.0',    '5','4','4243.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005979.0','1018885.0','13',    '13','7','15867.99',    '13','7','12142.32',    '7','3','3725.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094243.0','1044452.0','8',    '7','3','3673.06',    '7','2','2777.94',    '5','1','895.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005980.0','1018885.0','1',    '1','1','1919.97',    '1','1','1084.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094244.0','1044452.0','51',    '45','29','71678.07',    '44','24','50631.41',    '31','20','21046.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005981.0','1018885.0','11',    '8','4','20467.7',    '8','3','8604.0',    '4','2','11863.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094245.0','1044452.0','1',    '1','1','1916.0',    '1','1','1416.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005982.0','1018885.0','3',    '3','3','11796.57',    '3','2','10200.0',    '3','3','1596.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094246.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005983.0','1018885.0','9',    '6','5','11411.23',    '6','3','5542.0',    '5','3','5869.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094247.0','1044452.0','5',    '5','3','3051.28',    '5','3','3051.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005984.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094248.0','1044452.0','136',    '129','58','58839.85',    '127','18','20074.36',    '68','49','38765.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005985.0','1018885.0','228',    '204','93','143979.38',    '196','39','54565.58',    '111','76','89413.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094249.0','1044452.0','26',    '23','14','14846.54',    '21','6','5950.2',    '14','12','8896.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005986.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094250.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005987.0','1018885.0','30',    '28','12','10404.66',    '28','4','4408.99',    '14','8','5995.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094251.0','1044452.0','538',    '486','288','679220.6',    '465','171','370399.46',    '320','199','308821.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005988.0','1018885.0','1851',    '1613','1017','2507546.75',    '1548','621','1105480.76',    '1047','708','1402065.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094252.0','1044452.0','11',    '11','8','12387.91',    '9','5','8188.21',    '10','6','4199.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000322.0','1018885.0','2',    '2','2','3434.8',    '2','2','3434.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088586.0','1044452.0','2025',    '1887','1023','1713560.46',    '1828','397','674286.17',    '1153','832','1039274.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005989.0','1018885.0','4',    '3','1','2550.0',    '3','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094253.0','1044452.0','32',    '28','21','33023.67',    '28','9','17230.78',    '18','18','15792.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005990.0','1018885.0','278',    '246','148','267761.11',    '231','94','166615.96',    '151','91','101145.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094254.0','1044452.0','130',    '110','63','149550.37',    '104','38','100412.01',    '72','40','49138.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005991.0','1018885.0','14',    '11','2','1593.64',    '9','2','1593.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094255.0','1044452.0','7',    '6','2','1114.0',    '5','2','1114.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005992.0','1018885.0','2',    '2','2','1321.89',    '2','1','191.52',    '1','1','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094256.0','1044452.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005993.0','1018885.0','753',    '674','433','976827.21',    '630','279','426796.31',    '489','300','550030.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094257.0','1044452.0','498',    '444','228','230962.27',    '424','69','76585.56',    '281','184','154376.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005994.0','1018885.0','7',    '5','4','3850.99',    '5','3','2297.94',    '3','3','1553.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094258.0','1044452.0','1',    '1','1','230.23',    '1','1','230.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005995.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094259.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005996.0','1018885.0','67',    '64','37','102098.7',    '64','27','56539.35',    '33','21','45559.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094260.0','1044452.0','227',    '202','117','231367.37',    '193','62','139504.33',    '129','80','91863.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005997.0','1018885.0','459',    '404','222','467327.87',    '379','139','235353.24',    '259','144','231974.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094261.0','1044452.0','670',    '605','291','679541.74',    '585','184','407236.86',    '302','176','272304.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2005998.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094262.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2005999.0','1018885.0','4',    '2','2','17910.71',    '2','2','11158.3',    '2','2','6752.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094263.0','1044452.0','464',    '448','314','824144.56',    '438','252','630989.12',    '272','146','193155.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000137.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088401.0','1044452.0','3',    '3','2','1504.55',    '3','0','0.0',    '2','2','1504.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006000.0','1018885.0','4',    '4','2','2032.64',    '4','2','1135.13',    '3','2','897.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094264.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006001.0','1018885.0','469',    '420','216','333873.59',    '391','92','162875.78',    '260','157','170997.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094265.0','1044452.0','1',    '1','1','477.0',    '1','1','477.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000073.0','1018885.0','70',    '68','54','175259.03',    '68','39','118214.86',    '46','30','57044.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088337.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000139.0','1018885.0','28',    '26','20','37391.01',    '25','12','28279.25',    '21','15','9111.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088403.0','1044452.0','35',    '31','18','36364.56',    '31','13','27493.07',    '15','10','8871.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006002.0','1018885.0','1',    '1','1','1166.37',    '1','1','262.8',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094266.0','1044452.0','24',    '22','8','15870.08',    '22','5','13561.34',    '14','5','2308.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006003.0','1018885.0','7',    '6','1','852.87',    '5','0','0.0',    '2','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094267.0','1044452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006004.0','1018885.0','224',    '200','86','105393.39',    '188','34','52003.4',    '109','61','53389.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094268.0','1044452.0','68',    '66','42','93316.09',    '62','23','60546.75',    '44','32','32769.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006005.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094269.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006006.0','1018885.0','1',    '1','1','954.0',    '1','1','954.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094270.0','1044452.0','386',    '346','171','257949.7',    '315','59','103001.34',    '215','136','154948.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006007.0','1018885.0','2',    '2','1','1832.0',    '2','1','1832.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094271.0','1044452.0','13',    '12','8','37523.99',    '10','6','25621.7',    '10','5','11902.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006008.0','1018885.0','15',    '13','8','20028.64',    '12','6','18713.72',    '5','3','1314.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094272.0','1044452.0','1',    '1','1','11154.0',    '1','1','11154.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006009.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094273.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006010.0','1018885.0','2069',    '1931','1064','2048961.12',    '1887','562','1130753.15',    '1093','717','918207.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094274.0','1044452.0','1',    '1','1','11726.11',    '1','1','1098.0',    '1','1','10628.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006011.0','1018885.0','1',    '1','1','4896.59',    '1','1','4334.0',    '1','1','562.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094275.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006012.0','1018885.0','11',    '9','3','3707.39',    '9','2','2632.79',    '2','1','1074.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094276.0','1044452.0','850',    '807','453','1155753.98',    '774','308','595252.56',    '566','303','560501.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006013.0','1018885.0','208',    '181','112','200440.02',    '171','62','122463.33',    '113','78','77976.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094277.0','1044452.0','55',    '47','29','59583.69',    '47','19','33178.14',    '29','16','26405.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006014.0','1018885.0','1',    '1','1','4304.78',    '1','1','1604.27',    '1','1','2700.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094278.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006015.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094279.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006016.0','1018885.0','1',    '1','1','869.15',    '1','1','869.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094280.0','1044452.0','142',    '130','83','239816.52',    '123','54','155028.44',    '99','57','84788.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000063.0','1018885.0','1',    '1','1','2696.08',    '1','0','0.0',    '1','1','2696.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088327.0','1044452.0','9',    '9','4','7755.36',    '9','4','7755.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006017.0','1018885.0','587',    '547','399','1460606.68',    '523','276','861490.14',    '393','276','599116.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094281.0','1044452.0','435',    '372','198','245339.08',    '351','80','95706.68',    '239','154','149632.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006018.0','1018885.0','347',    '321','210','658770.09',    '311','167','432749.66',    '206','117','226020.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094282.0','1044452.0','8',    '5','4','6866.68',    '5','2','3599.36',    '3','2','3267.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000165.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088429.0','1044452.0','1',    '1','1','15234.57',    '1','1','5787.0',    '1','1','9447.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006019.0','1018885.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094283.0','1044452.0','610',    '555','270','480766.44',    '526','156','296352.73',    '334','154','184413.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000118.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088382.0','1044452.0','812',    '753','262','559010.82',    '745','170','313162.28',    '359','154','245848.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006020.0','1018885.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094284.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006021.0','1018885.0','6',    '5','4','17911.04',    '5','4','14800.48',    '3','2','3110.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094285.0','1044452.0','63',    '62','30','76721.85',    '62','20','35287.96',    '40','23','41433.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000173.0','1018885.0','148',    '134','41','50435.38',    '125','12','20801.35',    '57','35','29634.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088437.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006022.0','1018885.0','1',    '1','1','1700.0',    '0','0','0.0',    '1','1','1700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094286.0','1044452.0','432',    '387','129','245172.94',    '369','71','123132.55',    '171','79','122040.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006023.0','1018885.0','580',    '474','182','366501.73',    '460','123','245307.6',    '182','91','121194.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094287.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006024.0','1018885.0','2',    '2','1','3143.62',    '2','1','665.0',    '2','1','2478.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094288.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006025.0','1018885.0','1003',    '909','317','421420.13',    '889','168','232845.08',    '366','199','188575.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094289.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006026.0','1018885.0','170',    '141','85','204304.09',    '138','71','154214.7',    '65','31','50089.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094290.0','1044452.0','1452',    '1356','546','774303.89',    '1330','211','345084.09',    '659','414','429219.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006027.0','1018885.0','1032',    '921','473','912259.35',    '884','323','616020.73',    '489','250','296238.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094291.0','1044452.0','1',    '1','1','2184.0',    '1','1','2184.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006028.0','1018885.0','6',    '5','1','84.5',    '5','0','0.0',    '3','1','84.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094292.0','1044452.0','1',    '1','1','977.93',    '1','0','0.0',    '1','1','977.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006029.0','1018885.0','138',    '129','48','122379.26',    '125','29','67860.26',    '66','33','54519.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094293.0','1044452.0','28',    '26','14','20313.15',    '24','7','12859.91',    '18','9','7453.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006030.0','1018885.0','2',    '2','1','908.59',    '2','1','908.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094294.0','1044452.0','343',    '300','140','231893.96',    '288','80','125457.28',    '171','87','106436.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006031.0','1018885.0','7',    '7','4','11310.58',    '7','3','10356.31',    '3','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094295.0','1044452.0','1',    '1','1','2611.37',    '1','0','0.0',    '1','1','2611.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000177.0','1018885.0','22',    '18','8','9199.1',    '18','4','6473.18',    '8','4','2725.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088441.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006032.0','1018885.0','122',    '117','74','137462.79',    '113','51','87571.01',    '75','43','49891.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094296.0','1044452.0','179',    '139','61','98060.3',    '130','27','35312.18',    '84','46','62748.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006033.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094297.0','1044452.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006034.0','1018885.0','1331',    '1245','831','2131441.39',    '1191','661','1235391.76',    '859','473','896049.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094298.0','1044452.0','100',    '90','57','89717.48',    '87','32','56712.6',    '53','36','33004.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006035.0','1018885.0','1',    '1','1','2578.99',    '1','1','2152.0',    '1','1','426.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094299.0','1044452.0','390',    '361','188','363850.49',    '353','116','214002.25',    '203','110','149848.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006036.0','1018885.0','1043',    '951','422','827364.82',    '926','302','520561.77',    '427','204','306803.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094300.0','1044452.0','3',    '3','2','2667.39',    '3','2','2238.92',    '1','1','428.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006037.0','1018885.0','11',    '11','6','13708.93',    '11','4','4800.4',    '6','4','8908.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094301.0','1044452.0','8',    '8','6','11135.46',    '8','4','6598.62',    '4','4','4536.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006038.0','1018885.0','2734',    '2560','1711','4906970.91',    '2471','1335','2594377.71',    '1685','1021','2312593.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094302.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006039.0','1018885.0','2',    '2','2','6430.0',    '2','2','6430.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094303.0','1044452.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000028.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088292.0','1044452.0','496',    '457','229','219251.35',    '440','67','73281.1',    '248','183','145970.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006040.0','1018885.0','75',    '68','50','163597.83',    '65','42','121937.13',    '49','30','41660.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094304.0','1044452.0','496',    '461','273','560373.49',    '448','154','331466.4',    '239','165','228907.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000171.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088435.0','1044452.0','1',    '1','1','2890.0',    '1','1','2890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006041.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094305.0','1044452.0','1',    '1','1','886.67',    '1','0','0.0',    '1','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000143.0','1018885.0','352',    '322','173','398701.61',    '312','118','251623.43',    '171','98','147078.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088407.0','1044452.0','27',    '25','15','29060.97',    '24','7','10757.41',    '15','12','18303.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006042.0','1018885.0','996',    '942','552','1464493.27',    '922','421','994204.61',    '542','274','470288.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094306.0','1044452.0','14',    '13','8','12831.04',    '13','5','10712.6',    '5','3','2118.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006043.0','1018885.0','1',    '1','1','1330.0',    '1','1','1330.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094307.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006044.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094308.0','1044452.0','105',    '94','32','49679.93',    '90','16','36920.58',    '51','20','12759.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006045.0','1018885.0','49',    '40','14','12061.21',    '39','3','3641.0',    '20','12','8420.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094309.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006046.0','1018885.0','3',    '3','2','5326.8',    '3','1','5100.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094310.0','1044452.0','2549',    '2405','1745','6420258.72',    '2340','1170','2828159.75',    '1770','1325','3592098.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006047.0','1018885.0','18',    '17','6','11273.32',    '16','6','7760.66',    '5','1','3512.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094311.0','1044452.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006048.0','1018885.0','573',    '523','186','272633.72',    '509','78','137410.28',    '261','136','135223.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094312.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006049.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094313.0','1044452.0','141',    '133','89','83779.41',    '133','18','23506.66',    '95','77','60272.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006050.0','1018885.0','199',    '182','133','351363.19',    '173','94','211067.29',    '133','96','140295.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094314.0','1044452.0','2442',    '2243','1195','2808529.91',    '2178','899','1940031.1',    '1141','573','868498.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006051.0','1018885.0','1',    '1','1','19410.71',    '1','1','11574.0',    '1','1','7836.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094315.0','1044452.0','419',    '372','197','497530.08',    '358','159','387259.37',    '180','84','110270.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2000167.0','1018885.0','1640',    '1478','800','1930291.97',    '1426','528','925684.49',    '918','501','1004607.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2088431.0','1044452.0','1',    '1','1','2580.62',    '1','1','2580.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006052.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094316.0','1044452.0','16',    '8','2','4654.42',    '6','1','3810.0',    '3','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006053.0','1018885.0','20',    '17','8','7870.23',    '16','3','2835.27',    '11','6','5034.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094317.0','1044452.0','36',    '32','20','52365.22',    '30','16','39713.94',    '20','12','12651.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006054.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094318.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006055.0','1018885.0','355',    '319','170','403815.48',    '305','127','213731.63',    '212','84','190083.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094319.0','1044452.0','1',    '1','1','1933.97',    '1','1','1098.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006056.0','1018885.0','143',    '123','60','136042.1',    '120','52','106418.6',    '50','16','29623.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094320.0','1044452.0','33',    '27','16','19073.86',    '27','9','10781.56',    '14','10','8292.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006057.0','1018885.0','40',    '38','16','34732.7',    '35','11','20009.31',    '18','11','14723.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094321.0','1044452.0','3',    '3','1','1640.0',    '3','1','1640.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006058.0','1018885.0','4487',    '4171','2501','5079942.18',    '4055','1245','2175462.55',    '2612','1875','2904479.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094322.0','1044452.0','2568',    '2392','1023','2184401.06',    '2292','623','1066207.51',    '1490','711','1118193.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000169.0','1018885.0','1819',    '1675','814','1666890.0',    '1611','499','887942.13',    '968','533','778947.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088433.0','1044452.0','814',    '760','243','354453.71',    '732','106','202599.25',    '343','169','151854.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006059.0','1018885.0','156',    '144','48','60763.68',    '140','13','27379.71',    '82','40','33383.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094323.0','1044452.0','867',    '825','382','804555.24',    '799','204','423310.39',    '465','252','381244.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006060.0','1018885.0','516',    '443','221','516983.91',    '419','135','260403.31',    '273','152','256580.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094324.0','1044452.0','3',    '3','2','2472.97',    '3','1','1275.0',    '1','1','1197.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006061.0','1018885.0','1',    '1','1','4339.24',    '1','1','1374.0',    '1','1','2965.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094325.0','1044452.0','3',    '2','1','1640.0',    '2','1','1640.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006062.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094326.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006063.0','1018885.0','823',    '713','381','943876.5',    '669','242','414354.83',    '454','244','529521.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094327.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006064.0','1018885.0','7',    '7','1','76.05',    '7','0','0.0',    '4','1','76.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094328.0','1044452.0','1100',    '1006','529','1084488.72',    '963','342','685933.78',    '553','298','398554.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000178.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088442.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006065.0','1018885.0','203',    '152','63','137238.34',    '145','55','117937.5',    '55','21','19300.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094329.0','1044452.0','1',    '1','1','731.15',    '1','1','731.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006066.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094330.0','1044452.0','1',    '1','1','5954.05',    '1','1','1646.0',    '1','1','4308.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006067.0','1018885.0','1781',    '1650','691','857420.23',    '1602','184','260472.64',    '873','581','596947.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094331.0','1044452.0','1',    '1','1','1646.0',    '1','1','1646.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006068.0','1018885.0','98',    '86','42','67413.72',    '82','17','34518.66',    '53','32','32895.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094332.0','1044452.0','3',    '3','3','11311.57',    '3','2','8910.0',    '3','3','2401.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006069.0','1018885.0','345',    '315','123','408428.12',    '310','104','301729.9',    '128','51','106698.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094333.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006070.0','1018885.0','116',    '102','51','93243.68',    '100','33','68685.98',    '46','24','24557.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094334.0','1044452.0','1',    '1','1','3789.0',    '1','1','3789.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006071.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094335.0','1044452.0','61',    '54','18','39125.42',    '51','10','21870.9',    '20','10','17254.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000241.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088505.0','1044452.0','89',    '81','35','92896.38',    '79','28','61521.77',    '41','16','31374.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001508.0',    '2006072.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005901.0',    '2094336.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006073.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094337.0','1044452.0','2897',    '2546','1521','3185609.53',    '2470','893','1785906.82',    '1472','1003','1399702.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006074.0','1018885.0','1',    '1','1','866.39',    '1','0','0.0',    '1','1','866.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094338.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006075.0','1018885.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094339.0','1044452.0','1',    '1','1','16260.94',    '1','1','1016.0',    '1','1','15244.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006076.0','1018885.0','798',    '749','410','999501.4',    '731','243','466304.75',    '439','270','533196.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094340.0','1044452.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006077.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094341.0','1044452.0','480',    '431','195','336181.63',    '414','110','203137.41',    '241','116','133044.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006078.0','1018885.0','1',    '1','1','1577.02',    '1','1','665.0',    '1','1','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094342.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006079.0','1018885.0','414',    '373','180','184086.76',    '364','53','59453.45',    '203','146','124633.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094343.0','1044452.0','3',    '3','2','22469.46',    '3','1','5174.0',    '3','2','17295.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006080.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094344.0','1044452.0','786',    '755','446','995253.58',    '739','232','535144.18',    '457','320','460109.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006081.0','1018885.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094345.0','1044452.0','4',    '1','1','510.92',    '1','1','10.92',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006082.0','1018885.0','139',    '131','50','61314.5',    '128','20','32464.84',    '72','37','28849.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094346.0','1044452.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006083.0','1018885.0','1352',    '1233','798','2153382.91',    '1187','630','1149580.09',    '769','459','1003802.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094347.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006084.0','1018885.0','228',    '208','120','369984.57',    '201','85','251951.31',    '117','72','118033.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094348.0','1044452.0','17',    '9','1','1560.0',    '8','1','1560.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006085.0','1018885.0','1',    '1','1','1501.8',    '1','1','1275.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094349.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006086.0','1018885.0','118',    '110','73','143119.69',    '103','52','108688.77',    '79','45','34430.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094350.0','1044452.0','258',    '217','106','138555.7',    '207','49','72304.25',    '127','72','66251.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006087.0','1018885.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094351.0','1044452.0','4',    '4','2','1330.0',    '4','2','1330.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006088.0','1018885.0','1',    '1','1','1524.66',    '1','1','687.0',    '1','1','837.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094352.0','1044452.0','1',    '1','1','2152.0',    '1','1','2152.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006089.0','1018885.0','906',    '801','404','705598.66',    '778','210','367120.14',    '405','271','338478.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094353.0','1044452.0','323',    '278','84','112508.05',    '267','49','73576.32',    '115','43','38931.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006090.0','1018885.0','88',    '76','50','75615.72',    '72','28','41282.44',    '51','32','34333.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094354.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006091.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094355.0','1044452.0','240',    '214','109','193647.7',    '205','65','113784.75',    '104','60','79862.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006092.0','1018885.0','10',    '9','4','1361.47',    '9','2','629.6',    '4','2','731.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094356.0','1044452.0','4',    '3','2','1431.4',    '3','1','1330.0',    '3','1','101.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006093.0','1018885.0','126',    '117','68','197827.65',    '114','35','90863.1',    '74','45','106964.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094357.0','1044452.0','1743',    '1495','867','2258042.76',    '1429','678','1378893.58',    '801','423','879149.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006094.0','1018885.0','284',    '240','97','192145.96',    '234','70','121609.87',    '105','48','70536.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094358.0','1044452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006095.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094359.0','1044452.0','548',    '483','193','490943.14',    '473','145','280892.59',    '226','97','210050.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006096.0','1018885.0','1',    '1','1','2642.74',    '1','1','1226.0',    '1','1','1416.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094360.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006097.0','1018885.0','1',    '1','1','1628.48',    '1','1','1260.0',    '1','1','368.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094361.0','1044452.0','125',    '110','44','95382.59',    '102','30','66546.92',    '53','22','28835.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006098.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094362.0','1044452.0','98',    '85','24','58288.94',    '85','17','45938.22',    '27','11','12350.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006099.0','1018885.0','11',    '9','4','3448.48',    '9','0','0.0',    '6','4','3448.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094363.0','1044452.0','28',    '25','13','31746.34',    '24','10','20637.79',    '13','7','11108.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006100.0','1018885.0','103',    '84','40','85301.96',    '75','24','37433.0',    '60','30','47868.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094364.0','1044452.0','1',    '1','1','549.0',    '1','1','549.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006101.0','1018885.0','391',    '366','131','257532.16',    '353','70','156029.46',    '169','90','101502.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094365.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006102.0','1018885.0','817',    '779','384','875615.94',    '761','269','503418.26',    '467','220','372197.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094366.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006103.0','1018885.0','60',    '56','26','87113.06',    '52','23','55958.12',    '30','12','31154.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094367.0','1044452.0','1',    '1','1','2110.97',    '1','1','1275.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006104.0','1018885.0','60',    '44','19','49363.98',    '39','17','21647.03',    '16','6','27716.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094368.0','1044452.0','3201',    '2905','1770','4383574.61',    '2803','1315','2433071.32',    '1828','1063','1950503.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006105.0','1018885.0','12',    '10','4','6191.11',    '10','4','5715.0',    '2','2','476.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094369.0','1044452.0','7',    '6','4','13419.46',    '6','3','9351.0',    '3','3','4068.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006106.0','1018885.0','1',    '1','1','2532.7',    '1','1','1527.73',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094370.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006107.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094371.0','1044452.0','1964',    '1782','1002','2174021.92',    '1710','680','1252412.6',    '1041','604','921609.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000039.0','1018885.0','88',    '79','40','48933.31',    '71','10','18046.82',    '48','33','30886.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088303.0','1044452.0','1',    '1','1','2425.99',    '1','1','1330.0',    '1','1','1095.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006108.0','1018885.0','31',    '29','15','32050.86',    '28','9','21276.94',    '12','7','10773.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094372.0','1044452.0','7',    '4','3','2660.0',    '4','3','2660.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006109.0','1018885.0','380',    '343','168','269914.58',    '334','71','115977.32',    '199','119','153937.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094373.0','1044452.0','2',    '2','2','1669.97',    '2','1','665.0',    '2','2','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000243.0','1018885.0','221',    '206','120','242722.59',    '203','75','147010.3',    '139','82','95712.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088507.0','1044452.0','2',    '1','1','1330.0',    '1','1','1330.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006110.0','1018885.0','863',    '779','367','807887.68',    '759','213','423622.0',    '426','236','384265.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094374.0','1044452.0','1',    '1','1','235.25',    '1','0','0.0',    '1','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006111.0','1018885.0','21',    '21','16','42312.71',    '20','9','28944.04',    '16','11','13368.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094375.0','1044452.0','2',    '1','1','2074.0',    '1','1','2074.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000245.0','1018885.0','231',    '206','48','74297.71',    '199','26','49327.69',    '66','30','24970.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088509.0','1044452.0','5',    '5','5','10006.74',    '5','4','9120.07',    '3','1','886.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006112.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094376.0','1044452.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006113.0','1018885.0','18',    '15','3','9118.44',    '15','2','7650.0',    '4','2','1468.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094377.0','1044452.0','396',    '343','211','477379.26',    '330','137','307045.27',    '235','145','170333.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006114.0','1018885.0','1',    '1','1','2518.23',    '1','1','1646.0',    '1','1','872.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094378.0','1044452.0','21',    '19','13','13106.75',    '19','1','324.75',    '13','13','12782.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006115.0','1018885.0','3',    '2','2','898.72',    '1','1','293.43',    '1','1','605.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094379.0','1044452.0','11',    '9','6','15447.62',    '8','6','11133.21',    '5','3','4314.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006116.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094380.0','1044452.0','2',    '1','1','665.0',    '1','1','665.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006117.0','1018885.0','1',    '1','1','1366.0',    '1','1','1366.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094381.0','1044452.0','2',    '2','2','6342.88',    '2','0','0.0',    '2','2','6342.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006118.0','1018885.0','1',    '1','1','665.0',    '1','1','665.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094382.0','1044452.0','2065',    '1908','942','2225578.35',    '1868','751','1420259.39',    '893','434','805318.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006119.0','1018885.0','168',    '153','101','316604.98',    '146','78','251317.98',    '100','52','65287.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094383.0','1044452.0','38',    '35','22','38692.21',    '34','11','29101.07',    '21','13','9591.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000122.0','1018885.0','101',    '80','37','59368.61',    '76','24','41635.71',    '36','17','17732.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088386.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006120.0','1018885.0','3402',    '3166','2150','5380998.46',    '3085','1309','2649307.66',    '2115','1536','2731690.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094384.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006121.0','1018885.0','149',    '137','38','50714.78',    '134','23','31511.34',    '57','19','19203.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094385.0','1044452.0','6',    '5','2','3260.64',    '5','0','0.0',    '2','2','3260.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006122.0','1018885.0','4',    '3','2','5700.76',    '3','1','3016.0',    '2','2','2684.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094386.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006123.0','1018885.0','827',    '744','218','325633.49',    '725','82','118528.34',    '292','162','207105.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094387.0','1044452.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006124.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094388.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006125.0','1018885.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094389.0','1044452.0','3',    '3','3','2660.01',    '3','0','0.0',    '3','3','2660.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006126.0','1018885.0','89',    '69','25','50193.52',    '66','17','36735.8',    '25','10','13457.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094390.0','1044452.0','2',    '2','1','937.37',    '2','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006127.0','1018885.0','92',    '82','18','21096.08',    '79','10','13449.67',    '23','10','7646.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094391.0','1044452.0','1',    '1','1','9243.43',    '1','1','2152.0',    '1','1','7091.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006128.0','1018885.0','1045',    '982','447','844265.1',    '945','233','470614.06',    '542','307','373651.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094392.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006129.0','1018885.0','59',    '47','19','19750.45',    '47','7','8239.22',    '28','16','11511.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094393.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006130.0','1018885.0','172',    '143','56','97843.78',    '139','36','73347.43',    '64','29','24496.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094394.0','1044452.0','3119',    '2983','2176','6682827.9',    '2803','1162','2413379.43',    '2338','1751','4269448.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006131.0','1018885.0','10',    '7','6','13389.93',    '7','6','9727.0',    '6','3','3662.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094395.0','1044452.0','1',    '1','1','1646.0',    '1','1','1646.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006132.0','1018885.0','2',    '2','1','1062.77',    '2','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094396.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006133.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094397.0','1044452.0','1104',    '998','467','807380.24',    '958','199','319071.43',    '594','354','488308.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006134.0','1018885.0','1',    '1','1','4142.81',    '1','0','0.0',    '1','1','4142.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094398.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006135.0','1018885.0','139',    '117','53','90045.69',    '106','31','59853.2',    '67','28','30192.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094399.0','1044452.0','55',    '50','15','36612.88',    '48','9','24329.0',    '17','8','12283.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006136.0','1018885.0','761',    '705','420','1000155.57',    '674','291','498974.22',    '468','258','501181.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094400.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006137.0','1018885.0','4',    '3','1','878.22',    '2','0','0.0',    '2','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094401.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006138.0','1018885.0','148',    '141','49','57804.21',    '140','19','29509.55',    '75','39','28294.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094402.0','1044452.0','251',    '231','108','127208.42',    '223','33','61637.61',    '134','86','65570.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006139.0','1018885.0','111',    '105','41','69594.54',    '105','23','42557.6',    '59','25','27036.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094403.0','1044452.0','1',    '1','1','9058.53',    '1','1','1646.0',    '1','1','7412.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006140.0','1018885.0','1',    '1','1','5120.58',    '1','1','2184.0',    '1','1','2936.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094404.0','1044452.0','1599',    '1476','696','1666050.1',    '1416','510','936748.72',    '920','376','729301.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000076.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088340.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006141.0','1018885.0','1',    '1','1','878.22',    '1','0','0.0',    '1','1','878.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094405.0','1044452.0','157',    '140','69','175435.26',    '133','44','101693.66',    '93','47','73741.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006142.0','1018885.0','1',    '1','1','1330.0',    '1','1','1330.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094406.0','1044452.0','1',    '1','1','3238.15',    '1','1','2152.0',    '1','1','1086.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006143.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094407.0','1044452.0','161',    '136','53','66827.94',    '131','22','34717.36',    '63','39','32110.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006144.0','1018885.0','2',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094408.0','1044452.0','181',    '131','66','170398.1',    '127','48','83771.09',    '77','37','86627.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006145.0','1018885.0','4',    '3','1','122.03',    '3','0','0.0',    '2','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094409.0','1044452.0','2618',    '2368','1062','1507815.5',    '2308','453','731380.17',    '1227','776','776435.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006146.0','1018885.0','1',    '1','1','3104.68',    '1','1','2604.68',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094410.0','1044452.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006147.0','1018885.0','1598',    '1494','901','1186332.56',    '1434','300','527099.88',    '1036','785','659232.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094411.0','1044452.0','67',    '56','31','44298.92',    '55','14','24632.17',    '27','21','19666.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006148.0','1018885.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094412.0','1044452.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006149.0','1018885.0','2',    '2','1','137.1',    '2','1','137.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094413.0','1044452.0','3',    '3','1','835.97',    '3','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006150.0','1018885.0','6',    '4','2','2230.25',    '4','2','1995.0',    '3','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094414.0','1044452.0','2',    '2','1','852.87',    '2','0','0.0',    '1','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006151.0','1018885.0','6',    '4','4','22304.2',    '4','4','12606.7',    '3','2','9697.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094415.0','1044452.0','106',    '102','44','33795.5',    '102','11','11532.41',    '46','33','22263.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006152.0','1018885.0','474',    '434','223','675742.29',    '420','175','415960.7',    '201','109','259781.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094416.0','1044452.0','594',    '548','260','576859.18',    '518','151','276182.7',    '377','170','300676.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006153.0','1018885.0','266',    '236','122','309030.67',    '230','95','236425.68',    '103','57','72604.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094417.0','1044452.0','749',    '704','230','405517.39',    '685','117','231489.19',    '326','151','174028.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006154.0','1018885.0','21',    '17','10','17633.92',    '16','9','10813.72',    '9','3','6820.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094418.0','1044452.0','401',    '331','176','325321.68',    '314','84','172256.01',    '217','131','153065.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006155.0','1018885.0','11',    '10','10','22076.81',    '10','8','12739.37',    '6','6','9337.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094419.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000392.0','1018885.0','31',    '28','12','12729.33',    '27','8','7130.64',    '15','6','5598.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088656.0','1044452.0','160',    '132','35','48573.0',    '127','14','26520.93',    '46','24','22052.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006156.0','1018885.0','984',    '896','460','972110.87',    '864','318','654229.17',    '513','255','317881.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094420.0','1044452.0','1',    '1','1','3040.33',    '1','0','0.0',    '1','1','3040.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006157.0','1018885.0','82',    '77','47','100375.83',    '72','35','66323.41',    '59','28','34052.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094421.0','1044452.0','1',    '1','1','1585.47',    '1','1','665.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006158.0','1018885.0','1080',    '1038','468','1150360.2',    '1012','322','589410.41',    '651','294','560949.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094422.0','1044452.0','1575',    '1453','606','837365.76',    '1411','196','391932.51',    '764','486','445433.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006159.0','1018885.0','11',    '11','9','28427.42',    '11','6','19913.09',    '8','7','8514.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094423.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006160.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094424.0','1044452.0','1',    '1','1','3615.82',    '1','1','1330.0',    '1','1','2285.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006161.0','1018885.0','572',    '512','316','916567.69',    '499','224','539064.67',    '334','194','377503.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094425.0','1044452.0','2',    '2','2','3841.46',    '2','2','3270.0',    '2','1','571.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000345.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088609.0','1044452.0','160',    '142','77','130006.72',    '136','33','71620.38',    '91','58','58386.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006162.0','1018885.0','18',    '14','3','2256.09',    '14','2','1420.12',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094426.0','1044452.0','108',    '103','48','97954.3',    '101','30','70432.06',    '55','30','27522.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006163.0','1018885.0','20',    '17','9','11948.34',    '17','5','4425.0',    '10','5','7523.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094427.0','1044452.0','16',    '16','5','6436.21',    '15','2','3810.0',    '7','3','2626.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006164.0','1018885.0','136',    '122','74','189421.04',    '121','55','84619.93',    '79','48','104801.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094428.0','1044452.0','30',    '26','12','11125.95',    '25','2','3318.8',    '12','10','7807.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006165.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094429.0','1044452.0','1074',    '990','404','749509.3',    '955','210','377225.66',    '554','279','372283.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006166.0','1018885.0','984',    '909','396','892285.01',    '849','259','459002.56',    '543','236','433282.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094430.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006167.0','1018885.0','11',    '11','8','15655.67',    '11','7','9830.78',    '5','2','5824.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094431.0','1044452.0','171',    '149','54','48493.71',    '136','11','18231.09',    '79','45','30262.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006168.0','1018885.0','178',    '140','53','76856.74',    '139','20','28513.18',    '62','36','48343.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094432.0','1044452.0','159',    '137','67','157255.95',    '133','41','97034.93',    '64','40','60221.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006169.0','1018885.0','1078',    '992','491','1011967.42',    '959','324','591937.99',    '519','281','420029.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094433.0','1044452.0','172',    '163','107','272576.56',    '160','91','206569.12',    '81','52','66007.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006170.0','1018885.0','17',    '15','9','8575.26',    '15','3','3845.47',    '9','6','4729.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094434.0','1044452.0','1762',    '1576','938','2334820.58',    '1502','683','1130862.19',    '988','533','1203958.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006171.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094435.0','1044452.0','8',    '8','1','852.87',    '8','0','0.0',    '2','1','852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006172.0','1018885.0','222',    '202','129','264744.56',    '196','88','181913.39',    '128','78','82831.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094436.0','1044452.0','89',    '82','33','51823.82',    '75','14','27704.1',    '48','26','24119.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006173.0','1018885.0','82',    '75','35','52097.64',    '72','24','34689.95',    '44','19','17407.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094437.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006174.0','1018885.0','1',    '1','1','115.05',    '1','1','115.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094438.0','1044452.0','259',    '229','110','175439.56',    '223','52','91620.54',    '130','83','83819.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006175.0','1018885.0','2012',    '1910','625','1237916.68',    '1861','366','680551.4',    '918','396','557365.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094439.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006176.0','1018885.0','55',    '49','34','78859.3',    '47','25','53656.49',    '36','22','25202.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094440.0','1044452.0','260',    '245','168','735521.22',    '240','138','420985.5',    '146','91','314535.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006177.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094441.0','1044452.0','157',    '133','54','64682.24',    '122','19','18904.29',    '78','41','45777.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006178.0','1018885.0','824',    '736','437','1079539.66',    '705','290','524512.11',    '486','280','555027.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094442.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006179.0','1018885.0','2',    '2','1','9378.99',    '2','0','0.0',    '2','1','9378.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094443.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006180.0','1018885.0','556',    '530','239','223074.68',    '515','68','93133.57',    '295','201','129941.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094444.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006181.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094445.0','1044452.0','89',    '75','22','32261.57',    '67','9','10430.72',    '36','16','21830.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006182.0','1018885.0','87',    '79','26','62594.86',    '74','15','43846.92',    '37','16','18747.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094446.0','1044452.0','2',    '2','1','1260.0',    '2','1','1260.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006183.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094447.0','1044452.0','6',    '6','3','8998.43',    '5','2','2649.0',    '5','2','6349.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006184.0','1018885.0','167',    '154','121','449036.84',    '149','91','226751.6',    '98','72','222285.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094448.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006185.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094449.0','1044452.0','11',    '10','6','13094.1',    '10','5','10381.41',    '5','4','2712.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006186.0','1018885.0','1550',    '1391','729','1635695.99',    '1345','498','745902.11',    '779','424','889793.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094450.0','1044452.0','654',    '613','370','767164.81',    '598','185','479256.02',    '414','287','287908.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006187.0','1018885.0','1',    '1','1','1330.0',    '1','1','1330.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094451.0','1044452.0','1666',    '1601','1173','4852657.18',    '1536','756','1818996.25',    '1272','920','3033660.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006188.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094452.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006189.0','1018885.0','1546',    '1486','1006','1044344.53',    '1428','221','345285.0',    '1115','921','699059.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094453.0','1044452.0','1',    '1','1','6500.0',    '1','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000191.0','1018885.0','13',    '10','7','8707.28',    '8','6','7480.92',    '8','4','1226.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088455.0','1044452.0','466',    '433','219','216585.06',    '424','44','71822.84',    '262','192','144762.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006190.0','1018885.0','82',    '69','34','78815.56',    '65','27','44345.7',    '30','17','34469.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094454.0','1044452.0','1',    '1','1','630.0',    '1','1','630.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006191.0','1018885.0','426',    '400','266','619757.66',    '382','151','252133.78',    '306','201','367623.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094455.0','1044452.0','176',    '158','111','295442.78',    '152','80','216423.35',    '92','68','79019.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006192.0','1018885.0','1200',    '1110','548','931382.7',    '1073','304','582703.7',    '623','358','348679.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094456.0','1044452.0','82',    '71','41','83022.37',    '69','26','60414.19',    '40','20','22608.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006193.0','1018885.0','17',    '13','9','31774.02',    '13','8','25828.16',    '8','3','5945.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094457.0','1044452.0','68',    '57','11','18000.09',    '57','7','10431.72',    '21','7','7568.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006194.0','1018885.0','18',    '16','7','23038.33',    '13','5','18551.02',    '7','3','4487.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094458.0','1044452.0','12',    '12','2','1599.17',    '11','0','0.0',    '3','2','1599.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006195.0','1018885.0','34',    '32','24','109366.99',    '31','24','27365.96',    '15','11','82001.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094459.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006196.0','1018885.0','1041',    '886','473','774944.44',    '853','223','351810.56',    '497','333','423133.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094460.0','1044452.0','1',    '1','1','2140.0',    '1','1','1640.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006197.0','1018885.0','17',    '17','9','13360.73',    '17','3','6573.0',    '11','8','6787.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094461.0','1044452.0','584',    '561','197','505675.68',    '541','134','260448.55',    '283','111','245227.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006198.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094462.0','1044452.0','1125',    '1052','576','1213407.96',    '1022','348','694817.31',    '676','372','518590.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006199.0','1018885.0','26',    '22','3','6155.67',    '22','1','5100.0',    '7','2','1055.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094463.0','1044452.0','1',    '1','1','665.0',    '1','1','665.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006200.0','1018885.0','112',    '93','35','37031.5',    '90','25','26369.92',    '32','14','10661.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094464.0','1044452.0','1',    '1','1','4175.89',    '1','1','1646.0',    '1','1','2529.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006201.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094465.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006202.0','1018885.0','4',    '2','1','937.37',    '2','0','0.0',    '1','1','937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094466.0','1044452.0','346',    '327','171','247472.61',    '314','82','113532.67',    '218','127','133939.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006203.0','1018885.0','133',    '116','52','157595.81',    '111','38','100191.58',    '49','23','57404.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094467.0','1044452.0','29',    '27','16','35979.34',    '27','9','25105.11',    '17','10','10874.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006204.0','1018885.0','83',    '71','40','86035.31',    '65','24','60818.58',    '43','21','25216.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094468.0','1044452.0','19',    '17','4','3907.17',    '17','1','2550.0',    '6','3','1357.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006205.0','1018885.0','5',    '5','3','2776.8',    '5','2','2550.0',    '3','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094469.0','1044452.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006206.0','1018885.0','1',    '1','1','277.5',    '1','0','0.0',    '1','1','277.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094470.0','1044452.0','1611',    '1505','816','2250905.29',    '1436','499','778069.83',    '1080','555','1472835.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006207.0','1018885.0','94',    '87','48','48042.57',    '82','16','18493.77',    '58','39','29548.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094471.0','1044452.0','2',    '1','1','1374.0',    '1','1','1374.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006208.0','1018885.0','1',    '1','1','687.0',    '1','1','687.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094472.0','1044452.0','135',    '106','48','86054.18',    '94','25','44225.47',    '58','31','41828.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006209.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094473.0','1044452.0','43',    '39','14','26371.25',    '37','4','8417.0',    '24','11','17954.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006210.0','1018885.0','1386',    '1287','547','1273271.82',    '1263','348','759846.73',    '634','328','513425.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094474.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006211.0','1018885.0','26',    '22','12','19347.34',    '20','6','8452.0',    '13','7','10895.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094475.0','1044452.0','2',    '2','1','954.27',    '2','0','0.0',    '1','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000559.0','1018885.0','1',    '1','1','918.63',    '1','0','0.0',    '1','1','918.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088823.0','1044452.0','1',    '1','1','1486.8',    '1','1','1260.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006212.0','1018885.0','13',    '10','4','2337.05',    '10','0','0.0',    '4','4','2337.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094476.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006213.0','1018885.0','182',    '161','51','60145.9',    '158','13','26753.05',    '77','41','33392.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094477.0','1044452.0','1',    '1','1','148.72',    '1','1','114.92',    '1','1','33.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000411.0','1018885.0','45',    '38','27','30576.32',    '37','5','11397.32',    '25','23','19179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088675.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006214.0','1018885.0','648',    '591','295','616559.79',    '561','171','303466.97',    '333','181','313092.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094478.0','1044452.0','1',    '1','1','470.71',    '1','1','470.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006215.0','1018885.0','2',    '2','1','1374.0',    '1','1','1374.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094479.0','1044452.0','1',    '1','1','2255.36',    '1','1','2255.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006216.0','1018885.0','132',    '113','32','33159.19',    '109','11','14992.85',    '47','24','18166.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094480.0','1044452.0','238',    '206','63','107449.4',    '200','33','40031.72',    '86','38','67417.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000121.0','1018885.0','5',    '4','2','2915.64',    '4','1','881.7',    '4','2','2033.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088385.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006217.0','1018885.0','457',    '393','131','211310.29',    '377','64','112541.64',    '190','95','98768.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094481.0','1044452.0','1',    '1','1','1064.46',    '1','0','0.0',    '1','1','1064.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006218.0','1018885.0','1',    '1','1','1795.37',    '1','1','665.0',    '1','1','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094482.0','1044452.0','11',    '8','4','6708.65',    '7','3','4984.32',    '4','2','1724.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000102.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088366.0','1044452.0','12',    '8','4','4961.36',    '8','3','4091.59',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006219.0','1018885.0','5',    '4','2','2505.27',    '3','1','1646.0',    '3','2','859.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094483.0','1044452.0','444',    '395','239','526382.87',    '371','152','349559.45',    '245','142','176823.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006220.0','1018885.0','1',    '1','1','5730.0',    '1','1','5730.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094484.0','1044452.0','12',    '10','2','2129.77',    '9','1','1260.0',    '4','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006221.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094485.0','1044452.0','152',    '133','61','144616.62',    '130','48','107647.05',    '57','25','36969.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006222.0','1018885.0','1596',    '1436','762','1377795.1',    '1393','407','774097.93',    '783','503','603697.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094486.0','1044452.0','30',    '26','12','19437.39',    '26','7','15452.3',    '12','7','3985.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000123.0','1018885.0','342',    '296','178','456504.95',    '290','135','235643.14',    '177','102','220861.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088387.0','1044452.0','10',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006223.0','1018885.0','278',    '250','101','262093.71',    '245','73','178920.25',    '110','48','83173.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094487.0','1044452.0','271',    '236','111','278933.53',    '227','88','168034.19',    '109','53','110899.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006224.0','1018885.0','1',    '1','1','2749.0',    '1','1','1562.0',    '1','1','1187.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094488.0','1044452.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006225.0','1018885.0','39',    '25','12','36482.18',    '25','12','18349.0',    '10','4','18133.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094489.0','1044452.0','184',    '153','47','90219.58',    '150','35','65603.56',    '64','19','24616.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006226.0','1018885.0','176',    '166','49','60379.39',    '164','30','39492.91',    '69','25','20886.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094490.0','1044452.0','4',    '4','3','7368.42',    '4','2','5423.0',    '4','3','1945.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006227.0','1018885.0','1',    '1','1','2852.27',    '1','1','2852.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094491.0','1044452.0','15',    '13','7','34651.62',    '13','7','9574.6',    '9','5','25077.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006228.0','1018885.0','8',    '8','8','25277.97',    '8','7','21702.89',    '5','4','3575.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094492.0','1044452.0','868',    '796','572','2161913.4',    '773','412','999712.03',    '602','410','1162201.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006229.0','1018885.0','9',    '9','5','16208.9',    '9','3','3108.0',    '8','5','13100.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094493.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006230.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094494.0','1044452.0','50',    '47','16','21616.14',    '47','5','8957.74',    '25','13','12658.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006231.0','1018885.0','1876',    '1758','1091','2662413.93',    '1708','702','1345747.95',    '1156','748','1316665.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094495.0','1044452.0','507',    '470','329','1005394.16',    '456','227','508215.58',    '334','227','497178.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006232.0','1018885.0','1',    '1','1','630.0',    '1','1','630.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094496.0','1044452.0','1',    '1','1','84.5',    '1','0','0.0',    '1','1','84.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006233.0','1018885.0','1',    '1','1','906.95',    '1','0','0.0',    '1','1','906.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094497.0','1044452.0','1',    '1','1','846.11',    '1','0','0.0',    '1','1','846.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006234.0','1018885.0','2298',    '2153','1373','3779440.44',    '2084','911','1648106.87',    '1461','944','2131333.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094498.0','1044452.0','2',    '1','1','2351.91',    '1','1','918.0',    '1','1','1433.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006235.0','1018885.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094499.0','1044452.0','2999',    '2825','1687','5064862.59',    '2730','1099','1873154.84',    '1930','1218','3191707.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000064.0','1018885.0','1',    '1','1','272.81',    '1','0','0.0',    '1','1','272.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088328.0','1044452.0','59',    '53','13','25270.61',    '50','10','14373.72',    '21','6','10896.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006236.0','1018885.0','37',    '35','17','30565.49',    '33','9','21661.76',    '13','9','8903.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094500.0','1044452.0','472',    '421','161','143284.46',    '405','27','43525.95',    '215','148','99758.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006237.0','1018885.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094501.0','1044452.0','1534',    '1425','664','747285.55',    '1374','247','326743.93',    '780','498','420541.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006238.0','1018885.0','1',    '1','1','869.77',    '1','0','0.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094502.0','1044452.0','7',    '6','4','5230.12',    '6','2','1954.0',    '6','4','3276.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006239.0','1018885.0','2',    '1','1','164.59',    '1','1','159.52',    '1','1','5.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094503.0','1044452.0','53',    '44','16','32986.95',    '40','8','17757.31',    '22','11','15229.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006240.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094504.0','1044452.0','4',    '2','1','1275.0',    '2','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006241.0','1018885.0','5',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094505.0','1044452.0','6',    '5','3','9664.41',    '5','2','6936.0',    '3','3','2728.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000496.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088760.0','1044452.0','1',    '1','1','918.0',    '1','1','918.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006242.0','1018885.0','60',    '54','36','126856.88',    '53','31','64004.17',    '29','14','62852.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094506.0','1044452.0','1',    '1','1','1036.0',    '1','1','1036.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006243.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094507.0','1044452.0','114',    '110','84','250694.09',    '109','69','135200.19',    '79','51','115493.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006244.0','1018885.0','28',    '24','14','37407.38',    '22','10','23877.07',    '14','8','13530.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094508.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006245.0','1018885.0','250',    '232','151','379705.08',    '225','82','165592.91',    '159','116','214112.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094509.0','1044452.0','1',    '1','1','1260.0',    '1','1','1260.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006246.0','1018885.0','92',    '88','58','153460.85',    '85','43','86824.76',    '53','38','66636.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094510.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006247.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094511.0','1044452.0','1',    '1','1','4898.56',    '1','1','918.0',    '1','1','3980.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006248.0','1018885.0','2161',    '1947','1098','2533326.84',    '1871','775','1247166.85',    '1188','671','1286159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094512.0','1044452.0','1',    '1','1','1431.96',    '1','0','0.0',    '1','1','1431.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006249.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094513.0','1044452.0','125',    '114','67','147320.29',    '108','48','106586.63',    '66','40','40733.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006250.0','1018885.0','21',    '16','8','17184.33',    '16','7','14642.35',    '7','3','2541.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094514.0','1044452.0','7',    '6','1','51.0',    '5','1','51.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006251.0','1018885.0','31',    '28','18','44206.26',    '28','14','28887.45',    '16','11','15318.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094515.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006252.0','1018885.0','1764',    '1621','949','2336960.71',    '1573','683','1162468.81',    '1020','598','1174491.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094516.0','1044452.0','30',    '27','21','85984.16',    '27','18','44312.61',    '20','14','41671.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006253.0','1018885.0','3088',    '2867','1749','3888886.32',    '2764','1004','1663450.13',    '1979','1332','2225436.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094517.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006254.0','1018885.0','27',    '23','9','10141.62',    '23','2','2712.12',    '14','7','7429.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094518.0','1044452.0','17',    '16','7','12871.38',    '16','4','8496.82',    '8','5','4374.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006255.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094519.0','1044452.0','23',    '22','13','51633.65',    '19','9','15751.18',    '15','10','35882.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006256.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094520.0','1044452.0','1883',    '1767','992','1787295.65',    '1707','552','1055753.23',    '1057','661','731542.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006257.0','1018885.0','6',    '5','2','10232.23',    '5','2','6384.0',    '3','2','3848.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094521.0','1044452.0','45',    '44','22','65683.21',    '44','12','27930.26',    '27','14','37752.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006258.0','1018885.0','1324',    '1266','876','2433143.78',    '1211','557','1248355.58',    '913','629','1184788.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094522.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006259.0','1018885.0','13',    '12','8','10444.07',    '11','5','5636.95',    '8','6','4807.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094523.0','1044452.0','156',    '129','72','258353.35',    '125','56','133852.35',    '76','44','124501.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006260.0','1018885.0','701',    '663','401','931995.27',    '633','294','525026.27',    '447','236','406969.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094524.0','1044452.0','1',    '1','1','459.0',    '1','1','459.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006261.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094525.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006262.0','1018885.0','178',    '163','87','194405.14',    '155','51','87927.31',    '105','59','106477.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094526.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006263.0','1018885.0','365',    '331','201','508955.32',    '319','140','248548.7',    '212','128','260406.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094527.0','1044452.0','2',    '2','1','4073.39',    '2','1','702.0',    '1','1','3371.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006264.0','1018885.0','1091',    '1023','690','2130212.73',    '1002','493','779694.1',    '760','462','1350518.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094528.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006265.0','1018885.0','597',    '566','336','732255.5',    '538','232','417857.9',    '369','206','314397.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094529.0','1044452.0','29',    '25','8','23209.04',    '22','7','7343.4',    '11','5','15865.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006266.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094530.0','1044452.0','54',    '47','13','12200.66',    '47','5','5994.5',    '21','9','6206.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006267.0','1018885.0','198',    '190','125','391445.15',    '188','72','162587.99',    '134','96','228857.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094531.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006268.0','1018885.0','20',    '16','11','24921.7',    '16','9','14478.37',    '11','8','10443.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094532.0','1044452.0','1',    '1','1','1157.41',    '1','0','0.0',    '1','1','1157.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006269.0','1018885.0','1',    '1','1','972.86',    '1','0','0.0',    '1','1','972.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094533.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006270.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094534.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006271.0','1018885.0','1',    '1','1','27.57',    '1','0','0.0',    '1','1','27.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094535.0','1044452.0','542',    '513','362','1142742.62',    '501','280','659673.62',    '335','222','483069.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006272.0','1018885.0','15',    '10','5','3795.84',    '10','1','459.0',    '5','4','3336.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094536.0','1044452.0','128',    '107','56','111083.86',    '99','29','67939.18',    '75','40','43144.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006273.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094537.0','1044452.0','7',    '7','4','2661.36',    '7','1','94.3',    '4','3','2567.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006274.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094538.0','1044452.0','1',    '1','1','3569.12',    '1','1','3569.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000141.0','1018885.0','1',    '1','1','3659.69',    '1','1','918.0',    '1','1','2741.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088405.0','1044452.0','1',    '1','1','920.47',    '1','0','0.0',    '1','1','920.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006275.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094539.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006276.0','1018885.0','103',    '91','55','120821.39',    '77','27','50002.37',    '63','42','70819.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094540.0','1044452.0','6',    '6','6','7795.78',    '6','2','2651.49',    '6','5','5144.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006277.0','1018885.0','1',    '1','1','5100.0',    '1','1','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094541.0','1044452.0','654',    '623','360','1010638.58',    '586','201','335842.38',    '478','286','674796.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006278.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094542.0','1044452.0','1',    '1','1','6637.09',    '1','1','5998.0',    '1','1','639.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006279.0','1018885.0','1',    '1','1','235.25',    '1','0','0.0',    '1','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094543.0','1044452.0','109',    '104','42','77215.02',    '102','17','39289.63',    '56','30','37925.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006280.0','1018885.0','1012',    '890','451','757391.56',    '846','259','385205.23',    '492','282','372186.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094544.0','1044452.0','20',    '15','5','10624.93',    '15','4','6068.0',    '6','3','4556.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006281.0','1018885.0','480',    '449','173','182686.91',    '430','49','73906.2',    '226','142','108780.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094545.0','1044452.0','9',    '9','6','13019.33',    '9','2','6235.66',    '6','6','6783.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006282.0','1018885.0','53',    '48','23','23115.3',    '45','6','5205.93',    '26','20','17909.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094546.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006283.0','1018885.0','15',    '9','6','17928.73',    '9','6','16730.76',    '8','1','1197.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094547.0','1044452.0','3',    '3','2','10368.01',    '2','2','2948.0',    '3','1','7420.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006284.0','1018885.0','1',    '1','1','10420.17',    '1','1','918.0',    '1','1','9502.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094548.0','1044452.0','168',    '139','51','84035.84',    '134','21','52131.42',    '58','36','31904.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006285.0','1018885.0','19',    '19','10','17693.29',    '15','4','5774.93',    '13','9','11918.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094549.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006286.0','1018885.0','39',    '31','19','60223.57',    '31','13','24605.47',    '22','12','35618.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094550.0','1044452.0','1',    '1','1','1422.0',    '1','1','1422.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006287.0','1018885.0','202',    '190','109','190659.29',    '182','59','102414.42',    '118','83','88244.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094551.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006288.0','1018885.0','4',    '3','3','7344.9',    '3','3','7344.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094552.0','1044452.0','7',    '6','5','3734.27',    '6','1','114.92',    '5','4','3619.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006289.0','1018885.0','1',    '1','1','543.15',    '1','0','0.0',    '1','1','543.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094553.0','1044452.0','8',    '7','1','1004.97',    '7','0','0.0',    '2','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006290.0','1018885.0','125',    '108','38','67841.3',    '102','24','50224.54',    '52','26','17616.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094554.0','1044452.0','22',    '21','14','47789.17',    '20','7','23353.9',    '12','10','24435.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006291.0','1018885.0','58',    '52','22','38445.51',    '52','16','22535.75',    '28','12','15909.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094555.0','1044452.0','10',    '10','6','3233.48',    '8','3','2111.56',    '6','3','1121.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000462.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088726.0','1044452.0','7',    '7','6','9670.67',    '7','3','6834.0',    '3','3','2836.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006292.0','1018885.0','399',    '342','141','208409.01',    '332','86','101510.46',    '154','77','106898.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094556.0','1044452.0','76',    '74','61','208179.47',    '73','51','119876.11',    '61','46','88303.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006293.0','1018885.0','2',    '2','2','13216.21',    '2','2','11223.77',    '1','1','1992.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094557.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006294.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094558.0','1044452.0','1',    '1','1','6086.67',    '1','1','5023.9',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006295.0','1018885.0','94',    '78','47','56106.42',    '68','16','28944.04',    '55','39','27162.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094559.0','1044452.0','22',    '18','5','3463.07',    '17','1','1275.0',    '9','4','2188.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006296.0','1018885.0','40',    '35','14','48621.63',    '32','9','25265.55',    '18','9','23356.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094560.0','1044452.0','152',    '142','62','75159.77',    '135','35','49323.86',    '74','42','25835.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006297.0','1018885.0','22',    '20','16','59852.88',    '19','13','38394.31',    '15','12','21458.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094561.0','1044452.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006298.0','1018885.0','1',    '1','1','1275.0',    '1','1','1275.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094562.0','1044452.0','7',    '7','4','8590.66',    '6','1','5998.0',    '4','3','2592.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006299.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094563.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006300.0','1018885.0','8',    '8','5','17171.56',    '8','4','13475.52',    '4','3','3696.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094564.0','1044452.0','15',    '12','4','2969.57',    '10','1','241.96',    '7','4','2727.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006301.0','1018885.0','56',    '49','19','30630.93',    '47','9','12732.78',    '26','15','17898.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094565.0','1044452.0','159',    '138','97','312072.44',    '133','71','188798.05',    '101','71','123274.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006302.0','1018885.0','1962',    '1826','1264','4850917.55',    '1741','871','1569421.33',    '1394','950','3281496.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094566.0','1044452.0','123',    '105','58','186201.61',    '103','43','69629.66',    '55','34','116571.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006303.0','1018885.0','1',    '1','1','1264.95',    '1','0','0.0',    '1','1','1264.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094567.0','1044452.0','5',    '3','1','1275.0',    '3','1','1275.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006304.0','1018885.0','145',    '130','88','79951.21',    '119','7','9960.64',    '106','85','69990.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094568.0','1044452.0','24',    '21','16','33312.83',    '21','9','24232.67',    '14','10','9080.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006305.0','1018885.0','1843',    '1587','974','4436597.77',    '1542','817','2247264.63',    '832','539','2189333.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094569.0','1044452.0','1',    '1','1','3922.72',    '1','0','0.0',    '1','1','3922.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006306.0','1018885.0','1',    '1','1','549.0',    '1','1','549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094570.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006307.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094571.0','1044452.0','514',    '463','313','771211.35',    '440','198','424820.99',    '308','205','346390.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006308.0','1018885.0','1',    '1','1','2550.0',    '1','1','2550.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094572.0','1044452.0','1',    '1','1','1403.82',    '1','1','1370.02',    '1','1','33.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006309.0','1018885.0','3',    '3','3','5100.0',    '3','3','5100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094573.0','1044452.0','459',    '365','171','333635.41',    '352','118','149040.1',    '219','108','184595.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006310.0','1018885.0','4',    '3','3','10524.73',    '3','3','7054.0',    '2','2','3470.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094574.0','1044452.0','4',    '2','1','971.17',    '2','0','0.0',    '2','1','971.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006311.0','1018885.0','65',    '61','34','53116.62',    '54','14','20666.51',    '42','27','32450.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094575.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006312.0','1018885.0','5',    '4','1','930.68',    '3','0','0.0',    '3','1','930.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094576.0','1044452.0','1',    '1','1','749.0',    '0','0','0.0',    '1','1','749.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006313.0','1018885.0','1',    '1','1','844.42',    '1','0','0.0',    '1','1','844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094577.0','1044452.0','1124',    '1059','493','624089.34',    '1010','161','231934.97',    '692','409','392154.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000492.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088756.0','1044452.0','1',    '1','1','370.26',    '1','0','0.0',    '1','1','370.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006314.0','1018885.0','1',    '1','1','1106.03',    '1','1','984.0',    '1','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094578.0','1044452.0','24',    '18','9','37057.61',    '18','5','20524.02',    '8','6','16533.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006118.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094382.0','1044452.0','349',    '279','170','444748.56',    '264','107','278877.98',    '184','106','165870.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006315.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094579.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006316.0','1018885.0','41',    '36','22','59272.06',    '35','20','40545.41',    '24','10','18726.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094580.0','1044452.0','680',    '585','241','361476.92',    '558','105','185452.67',    '306','178','176024.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006317.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094581.0','1044452.0','2',    '2','2','1353.51',    '1','1','687.0',    '2','1','666.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006318.0','1018885.0','2808',    '2610','1705','3488671.34',    '2510','890','1458652.61',    '1799','1284','2030018.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094582.0','1044452.0','1',    '1','1','1986.0',    '1','1','1986.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006319.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094583.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006320.0','1018885.0','462',    '430','255','626901.38',    '414','144','270702.28',    '276','193','356199.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094584.0','1044452.0','1443',    '1369','699','849521.51',    '1341','272','331534.67',    '800','531','517986.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000324.0','1018885.0','1',    '1','1','2153.77',    '1','1','1284.0',    '1','1','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088588.0','1044452.0','204',    '198','142','600595.14',    '194','108','224933.75',    '169','104','375661.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006321.0','1018885.0','85',    '83','56','100565.33',    '80','36','68650.77',    '59','39','31914.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094585.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006322.0','1018885.0','1',    '1','1','928.92',    '1','0','0.0',    '1','1','928.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094586.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006323.0','1018885.0','285',    '265','152','338531.83',    '247','89','178544.07',    '173','107','159987.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094587.0','1044452.0','1',    '1','1','538.91',    '0','0','0.0',    '1','1','538.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006324.0','1018885.0','585',    '546','332','667055.29',    '527','221','389302.44',    '368','213','277752.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094588.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006325.0','1018885.0','1',    '1','1','605.75',    '1','0','0.0',    '1','1','605.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094589.0','1044452.0','404',    '350','173','339860.91',    '338','78','144022.49',    '205','134','195838.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006326.0','1018885.0','59',    '56','39','91042.28',    '52','24','62233.73',    '47','33','28808.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094590.0','1044452.0','663',    '598','301','577930.77',    '561','147','286903.04',    '388','224','291027.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006327.0','1018885.0','128',    '108','75','120645.27',    '96','39','66382.42',    '86','57','54262.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094591.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006328.0','1018885.0','8',    '6','1','16.9',    '5','0','0.0',    '4','1','16.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094592.0','1044452.0','2',    '1','1','1920.23',    '1','1','1098.0',    '1','1','822.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006329.0','1018885.0','88',    '86','47','41503.16',    '78','7','9822.14',    '67','43','31681.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094593.0','1044452.0','1',    '1','1','549.0',    '1','1','549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006330.0','1018885.0','1',    '1','1','1147.27',    '1','0','0.0',    '1','1','1147.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094594.0','1044452.0','162',    '152','65','90513.49',    '148','25','38953.0',    '89','50','51560.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006331.0','1018885.0','252',    '217','106','176753.0',    '203','45','88587.5',    '118','79','88165.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094595.0','1044452.0','2',    '2','2','12366.37',    '2','1','11236.0',    '2','2','1130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006332.0','1018885.0','4',    '3','2','4887.96',    '2','2','4746.0',    '2','1','141.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094596.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006333.0','1018885.0','64',    '60','27','49425.16',    '59','11','22121.59',    '31','22','27303.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094597.0','1044452.0','894',    '850','531','1202860.24',    '834','339','756374.12',    '535','362','446486.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006334.0','1018885.0','199',    '178','124','153453.63',    '167','25','65655.04',    '139','113','87798.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094598.0','1044452.0','1',    '1','1','1113.47',    '1','0','0.0',    '1','1','1113.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006335.0','1018885.0','3435',    '3198','2036','5572003.32',    '3128','1315','2778799.66',    '2097','1383','2793203.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094599.0','1044452.0','146',    '130','72','121235.88',    '115','39','56788.17',    '93','50','64447.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006336.0','1018885.0','211',    '197','130','372208.21',    '191','82','275325.18',    '146','97','96883.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094600.0','1044452.0','59',    '52','31','81589.88',    '49','17','36734.14',    '41','24','44855.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006337.0','1018885.0','23',    '19','10','20324.92',    '17','9','19455.15',    '8','2','869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094601.0','1044452.0','1564',    '1409','891','1879291.11',    '1273','455','680719.5',    '1035','694','1198571.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006338.0','1018885.0','107',    '96','62','95731.72',    '95','27','44710.64',    '62','47','51021.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094602.0','1044452.0','5',    '4','3','8939.91',    '4','3','7985.64',    '3','1','954.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006339.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094603.0','1044452.0','1',    '1','1','1374.0',    '1','1','1374.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006340.0','1018885.0','482',    '453','324','987044.9',    '440','207','378660.62',    '318','240','608384.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094604.0','1044452.0','122',    '116','77','158520.95',    '110','48','69620.31',    '79','54','88900.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000040.0','1018885.0','1',    '1','1','1098.0',    '1','1','1098.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088304.0','1044452.0','12',    '12','9','30324.08',    '11','4','10840.48',    '10','7','19483.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006341.0','1018885.0','1',    '1','1','13070.08',    '1','1','1098.0',    '1','1','11972.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094605.0','1044452.0','1332',    '1244','628','1071773.86',    '1201','356','705873.46',    '654','406','365900.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000196.0','1018885.0','104',    '93','68','164554.81',    '89','51','119949.96',    '57','40','44604.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088460.0','1044452.0','1267',    '1157','663','1210364.43',    '1112','386','754850.36',    '745','474','455514.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006342.0','1018885.0','336',    '297','155','300549.88',    '276','97','163435.06',    '193','95','137114.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094606.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006343.0','1018885.0','6',    '6','3','3751.02',    '6','2','2311.0',    '5','2','1440.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094607.0','1044452.0','12',    '11','6','19771.14',    '11','5','15034.0',    '8','3','4737.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006344.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094608.0','1044452.0','18',    '11','10','71668.08',    '11','10','31458.69',    '9','5','40209.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000413.0','1018885.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088677.0','1044452.0','7',    '6','2','2710.57',    '5','0','0.0',    '5','2','2710.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006345.0','1018885.0','1',    '1','1','649.85',    '1','0','0.0',    '1','1','649.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094609.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000464.0','1018885.0','6',    '3','1','863.01',    '3','0','0.0',    '2','1','863.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088728.0','1044452.0','94',    '85','54','164112.06',    '81','29','49425.67',    '65','41','114686.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006346.0','1018885.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094610.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006347.0','1018885.0','1',    '1','1','715.83',    '1','0','0.0',    '1','1','715.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094611.0','1044452.0','6',    '5','4','2624.52',    '5','0','0.0',    '4','4','2624.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006348.0','1018885.0','1721',    '1623','1187','5927439.44',    '1596','929','2995737.57',    '1142','786','2931701.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094612.0','1044452.0','806',    '750','415','924668.82',    '730','288','610945.15',    '449','249','313723.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000463.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088727.0','1044452.0','69',    '62','42','82352.94',    '60','34','45543.97',    '41','22','36808.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006349.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094613.0','1044452.0','1049',    '970','584','1277653.44',    '935','429','686690.87',    '609','345','590962.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000519.0','1018885.0','1',    '1','1','459.0',    '1','1','459.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088783.0','1044452.0','7',    '6','4','4231.79',    '6','2','2906.75',    '3','2','1325.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000147.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088411.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006350.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094614.0','1044452.0','160',    '150','68','62500.48',    '144','10','12927.54',    '95','66','49572.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006351.0','1018885.0','102',    '94','49','47133.03',    '89','18','16637.41',    '64','39','30495.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094615.0','1044452.0','12',    '10','7','9026.18',    '10','7','7096.98',    '4','2','1929.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006352.0','1018885.0','1',    '1','1','226.8',    '0','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094616.0','1044452.0','289',    '267','167','262550.47',    '252','90','135822.08',    '177','122','126728.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006353.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094617.0','1044452.0','1',    '1','1','5328.46',    '1','1','2979.85',    '1','1','2348.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006354.0','1018885.0','56',    '51','23','48335.16',    '47','9','13797.0',    '30','21','34538.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094618.0','1044452.0','1058',    '970','570','1023991.64',    '919','243','428373.1',    '655','459','595618.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006355.0','1018885.0','34',    '32','24','51914.99',    '29','13','27440.77',    '23','15','24474.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094619.0','1044452.0','6',    '5','4','6555.81',    '5','3','4963.0',    '2','1','1592.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006356.0','1018885.0','5',    '5','2','988.42',    '5','0','0.0',    '3','2','988.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094620.0','1044452.0','2',    '2','2','1838.46',    '2','0','0.0',    '2','2','1838.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006357.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094621.0','1044452.0','138',    '115','69','160030.91',    '111','53','111270.02',    '65','41','48760.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006358.0','1018885.0','528',    '509','208','387308.78',    '497','129','206128.21',    '289','130','181180.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094622.0','1044452.0','2',    '1','1','68.62',    '1','1','68.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006359.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094623.0','1044452.0','2',    '2','1','2627.45',    '2','0','0.0',    '1','1','2627.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006360.0','1018885.0','1',    '1','1','1036.0',    '1','1','1036.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094624.0','1044452.0','367',    '326','189','311284.51',    '297','127','183845.07',    '233','128','127439.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006361.0','1018885.0','13',    '13','10','42111.66',    '13','10','25290.85',    '8','4','16820.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094625.0','1044452.0','9',    '7','3','11085.21',    '7','3','7885.0',    '4','1','3200.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006362.0','1018885.0','77',    '60','37','71973.83',    '55','21','36020.72',    '41','27','35953.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094626.0','1044452.0','33',    '29','15','16919.41',    '27','3','3228.58',    '17','15','13690.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006363.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094627.0','1044452.0','1342',    '1253','688','939451.71',    '1214','247','428180.61',    '755','545','511271.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006364.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094628.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006365.0','1018885.0','2',    '2','1','1403.18',    '2','0','0.0',    '2','1','1403.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094629.0','1044452.0','644',    '597','229','326530.54',    '580','89','173217.3',    '327','173','153313.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000151.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088415.0','1044452.0','679',    '635','271','361880.44',    '612','93','174886.24',    '370','215','186994.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006366.0','1018885.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094630.0','1044452.0','1',    '1','1','1091.45',    '0','0','0.0',    '1','1','1091.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000126.0','1018885.0','1',    '1','1','2619.97',    '1','1','1784.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088390.0','1044452.0','1',    '1','1','549.0',    '1','1','549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006367.0','1018885.0','630',    '587','232','243676.01',    '568','72','93586.95',    '317','189','150089.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094631.0','1044452.0','1399',    '1297','729','1532123.51',    '1209','414','790699.24',    '912','506','741424.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006368.0','1018885.0','1',    '1','1','563.95',    '1','0','0.0',    '1','1','563.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094632.0','1044452.0','1',    '1','1','561.0',    '1','1','561.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000149.0','1018885.0','716',    '620','377','1224119.85',    '609','337','875395.84',    '278','150','348724.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088413.0','1044452.0','530',    '495','337','834310.93',    '479','196','419345.35',    '354','255','414965.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000396.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088660.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006369.0','1018885.0','23',    '23','12','15353.72',    '23','3','4753.54',    '14','11','10600.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094633.0','1044452.0','4153',    '3926','2258','3441691.7',    '3825','964','1380360.24',    '2493','1758','2061331.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006370.0','1018885.0','370',    '332','221','395597.76',    '317','135','286584.59',    '202','126','109013.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094634.0','1044452.0','14',    '12','5','4253.42',    '12','1','1275.0',    '5','5','2978.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000124.0','1018885.0','1',    '1','1','931.55',    '1','1','79.2',    '1','1','852.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088388.0','1044452.0','57',    '45','30','79736.85',    '42','24','65607.7',    '18','12','14129.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000127.0','1018885.0','57',    '51','29','80925.56',    '48','22','44178.04',    '24','15','36747.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088391.0','1044452.0','736',    '624','347','774620.57',    '578','229','305004.46',    '439','223','469616.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006371.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094635.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006372.0','1018885.0','1',    '1','1','6360.0',    '1','1','6360.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094636.0','1044452.0','195',    '179','116','240351.27',    '172','74','143837.49',    '115','68','96513.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000353.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088617.0','1044452.0','4',    '3','2','5429.77',    '3','2','5429.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006373.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094637.0','1044452.0','1',    '1','1','1174.2',    '1','1','1174.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006374.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094638.0','1044452.0','66',    '57','37','84867.97',    '57','24','65982.84',    '34','24','18885.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006375.0','1018885.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094639.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006376.0','1018885.0','216',    '196','122','193599.68',    '178','43','84790.58',    '151','107','108809.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094640.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000217.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088481.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006377.0','1018885.0','19',    '15','9','32789.2',    '15','6','24285.03',    '7','5','8504.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094641.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006378.0','1018885.0','515',    '467','205','203288.28',    '445','51','77302.39',    '270','176','125985.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094642.0','1044452.0','6',    '5','3','17316.0',    '4','3','16116.0',    '2','1','1200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006379.0','1018885.0','3',    '3','2','11676.24',    '2','1','11184.0',    '2','1','492.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094643.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006380.0','1018885.0','26',    '25','12','37145.61',    '22','7','19342.53',    '16','11','17803.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094644.0','1044452.0','4156',    '3963','2193','2952976.18',    '3857','894','1211952.88',    '2429','1661','1741023.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006381.0','1018885.0','2',    '2','1','879.91',    '2','0','0.0',    '1','1','879.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094645.0','1044452.0','2',    '2','1','3729.73',    '2','1','1954.0',    '2','1','1775.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006382.0','1018885.0','8',    '7','5','4319.87',    '7','3','1647.0',    '5','3','2672.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094646.0','1044452.0','3',    '1','1','1782.0',    '1','1','1782.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006383.0','1018885.0','5158',    '4717','2252','4172845.4',    '4623','1363','2258146.94',    '2454','1339','1914698.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094647.0','1044452.0','145',    '121','97','465441.42',    '115','90','368961.11',    '75','47','96480.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006384.0','1018885.0','118',    '112','55','91923.68',    '108','34','59528.59',    '65','32','32395.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094648.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006385.0','1018885.0','46',    '42','25','51546.39',    '40','15','38941.03',    '21','13','12605.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094649.0','1044452.0','484',    '439','248','333186.35',    '411','97','169064.28',    '310','192','164122.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006386.0','1018885.0','5',    '3','2','1601.25',    '3','2','1601.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094650.0','1044452.0','17',    '16','10','18929.74',    '16','5','11888.87',    '11','8','7040.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006387.0','1018885.0','2',    '2','2','1557.47',    '2','2','645.45',    '1','1','912.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094651.0','1044452.0','6',    '5','1','131.25',    '4','1','131.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006388.0','1018885.0','3',    '2','1','6477.52',    '2','1','5418.59',    '1','1','1058.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094652.0','1044452.0','1',    '1','1','2259.0',    '1','1','2259.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006389.0','1018885.0','23',    '17','10','11525.61',    '14','6','7945.0',    '10','5','3580.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094653.0','1044452.0','3553',    '3304','2336','9064666.46',    '3149','1588','2684421.39',    '2578','1779','6380245.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006390.0','1018885.0','177',    '164','81','83072.44',    '153','18','21424.05',    '118','75','61648.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094654.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006391.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094655.0','1044452.0','9',    '9','3','2687.01',    '9','2','1824.0',    '4','1','863.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000080.0','1018885.0','197',    '176','89','111470.0',    '167','43','58036.5',    '108','62','53433.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088344.0','1044452.0','40',    '39','24','66512.54',    '38','14','31265.83',    '25','18','35246.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000502.0','1018885.0','1',    '1','1','506.79',    '1','1','232.44',    '1','1','274.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088766.0','1044452.0','4',    '4','3','7159.75',    '4','3','5535.5',    '3','2','1624.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006392.0','1018885.0','1',    '1','1','1004.97',    '1','0','0.0',    '1','1','1004.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094656.0','1044452.0','36',    '32','23','83429.76',    '27','19','26567.45',    '25','14','56862.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006393.0','1018885.0','1',    '1','1','6048.0',    '1','1','3648.0',    '1','1','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094657.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006394.0','1018885.0','6',    '5','3','5017.77',    '4','2','2948.0',    '3','2','2069.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094658.0','1044452.0','560',    '514','364','1127440.98',    '492','243','616285.67',    '369','258','511155.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006395.0','1018885.0','1',    '1','1','1275.0',    '1','1','1275.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094659.0','1044452.0','9',    '9','6','25775.94',    '6','3','13269.0',    '8','5','12506.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006396.0','1018885.0','1611',    '1556','303','255346.83',    '1434','133','124368.73',    '1290','217','130978.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094660.0','1044452.0','905',    '814','307','407408.45',    '787','111','134938.3',    '374','247','272470.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000078.0','1018885.0','10',    '9','0','0.0',    '8','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088342.0','1044452.0','57',    '51','27','69568.33',    '50','22','50335.4',    '24','12','19232.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006397.0','1018885.0','1',    '1','1','7240.0',    '1','1','7240.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094661.0','1044452.0','2',    '2','2','9308.92',    '2','2','7958.2',    '2','2','1350.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006398.0','1018885.0','113',    '104','76','140262.96',    '100','47','73138.97',    '77','56','67123.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094662.0','1044452.0','1',    '1','1','1105.02',    '1','0','0.0',    '1','1','1105.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006399.0','1018885.0','63',    '55','45','164214.67',    '53','45','152497.0',    '23','10','11717.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094663.0','1044452.0','205',    '194','115','285343.65',    '187','87','177960.93',    '117','60','107382.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006400.0','1018885.0','3',    '3','3','13460.22',    '3','3','13284.65',    '2','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094664.0','1044452.0','10',    '9','5','4525.97',    '9','1','549.0',    '7','5','3976.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006401.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094665.0','1044452.0','10',    '9','7','14673.22',    '9','3','8043.1',    '7','6','6630.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006402.0','1018885.0','2',    '2','1','3775.3',    '2','1','3775.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094666.0','1044452.0','13',    '12','8','17365.88',    '12','5','9195.8',    '7','5','8170.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006403.0','1018885.0','81',    '71','46','102926.15',    '69','37','77480.66',    '41','24','25445.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094667.0','1044452.0','1',    '1','1','100.06',    '1','1','100.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006404.0','1018885.0','1',    '1','1','984.0',    '1','1','984.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094668.0','1044452.0','57',    '54','21','37630.5',    '51','14','18468.58',    '41','14','19161.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000561.0','1018885.0','385',    '341','171','201217.41',    '327','52','74778.9',    '212','148','126438.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088825.0','1044452.0','15',    '15','3','2176.44',    '12','0','0.0',    '11','3','2176.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000153.0','1018885.0','399',    '342','168','245107.28',    '329','62','114346.31',    '220','135','130760.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088417.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006405.0','1018885.0','315',    '282','161','280530.71',    '269','80','144005.5',    '188','110','136525.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094669.0','1044452.0','3',    '3','3','6544.62',    '3','3','6186.0',    '2','1','358.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006406.0','1018885.0','4',    '1','1','5200.0',    '1','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094670.0','1044452.0','7',    '7','6','11012.84',    '7','6','10550.83',    '2','1','462.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000193.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088457.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000349.0','1018885.0','3',    '2','1','4104.74',    '2','1','4104.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088613.0','1044452.0','2',    '2','2','10773.83',    '2','2','9563.62',    '2','2','1210.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000338.0','1018885.0','47',    '42','29','36137.27',    '40','14','22078.53',    '30','22','14058.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088602.0','1044452.0','7',    '5','3','16382.21',    '5','3','12515.62',    '3','3','3866.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000065.0','1018885.0','1',    '1','1','3566.0',    '1','1','3566.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088329.0','1044452.0','1',    '1','1','1231.77',    '1','0','0.0',    '1','1','1231.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006407.0','1018885.0','1004',    '947','441','573353.06',    '906','132','191040.53',    '611','368','382312.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094671.0','1044452.0','322',    '250','100','144101.35',    '234','56','76500.24',    '125','64','67601.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006408.0','1018885.0','4',    '4','2','646.1',    '4','0','0.0',    '3','2','646.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094672.0','1044452.0','165',    '155','99','234368.7',    '150','68','159260.16',    '94','58','75108.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006409.0','1018885.0','1',    '1','1','327.04',    '1','1','327.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094673.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006410.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094674.0','1044452.0','607',    '587','124','116693.97',    '539','49','47754.7',    '491','86','68939.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006411.0','1018885.0','109',    '102','65','105141.13',    '98','34','71700.69',    '70','48','33440.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094675.0','1044452.0','33',    '33','18','30443.52',    '32','15','29594.21',    '19','4','849.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006412.0','1018885.0','1',    '1','1','6206.03',    '1','1','6084.0',    '1','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094676.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006413.0','1018885.0','3',    '3','2','4950.93',    '3','2','4950.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094677.0','1044452.0','2',    '2','1','6832.8',    '2','1','6832.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006414.0','1018885.0','504',    '456','246','445904.87',    '441','140','278628.09',    '255','138','167276.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094678.0','1044452.0','76',    '66','35','109461.83',    '58','20','62799.43',    '43','24','46662.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006415.0','1018885.0','2',    '2','2','13025.12',    '2','2','13025.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094679.0','1044452.0','1',    '1','1','1724.0',    '1','1','1724.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006416.0','1018885.0','3',    '3','2','4020.12',    '3','2','4020.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094680.0','1044452.0','13',    '10','3','2632.97',    '9','0','0.0',    '4','3','2632.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006417.0','1018885.0','19',    '12','9','51062.23',    '12','9','45672.53',    '6','3','5389.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094681.0','1044452.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006418.0','1018885.0','1',    '1','1','1054.96',    '1','1','1054.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094682.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000560.0','1018885.0','2',    '1','1','4230.57',    '1','1','4001.66',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088824.0','1044452.0','42',    '42','31','48685.25',    '41','31','47234.19',    '24','5','1451.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006419.0','1018885.0','2390',    '2254','1210','2216389.92',    '2211','728','1063121.72',    '1206','770','1153268.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094683.0','1044452.0','17',    '17','10','22250.26',    '17','10','21623.28',    '10','2','626.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006420.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094684.0','1044452.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006421.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094685.0','1044452.0','18',    '14','4','3247.11',    '13','4','3247.11',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000347.0','1018885.0','1',    '1','1','1544.03',    '1','1','1422.0',    '1','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088611.0','1044452.0','3',    '3','1','384.01',    '3','0','0.0',    '1','1','384.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006422.0','1018885.0','1',    '1','1','9191.45',    '1','1','6198.0',    '1','1','2993.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094686.0','1044452.0','30',    '25','14','15958.97',    '24','13','15574.96',    '10','2','384.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000247.0','1018885.0','530',    '484','295','771787.86',    '462','175','335622.66',    '304','200','436165.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088511.0','1044452.0','12',    '8','7','28348.55',    '8','7','27942.94',    '5','2','405.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006423.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094687.0','1044452.0','7',    '5','1','2373.0',    '4','1','2373.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000414.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088678.0','1044452.0','129',    '122','90','226994.4',    '117','75','153517.85',    '74','49','73476.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000192.0','1018885.0','17',    '14','12','16894.32',    '14','8','11452.48',    '7','5','5441.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088456.0','1044452.0','589',    '537','320','402570.95',    '516','108','172979.63',    '362','262','229591.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006424.0','1018885.0','1',    '1','1','1091.37',    '1','1','864.57',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094688.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006425.0','1018885.0','49',    '40','14','17295.15',    '40','7','12118.25',    '19','8','5176.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094689.0','1044452.0','1',    '1','1','3588.0',    '1','1','3588.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000517.0','1018885.0','14',    '12','6','5886.17',    '12','4','4746.0',    '6','2','1140.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088781.0','1044452.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000104.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088368.0','1044452.0','9',    '7','5','29865.86',    '7','5','26355.3',    '5','4','3510.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006426.0','1018885.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094690.0','1044452.0','846',    '742','484','976278.82',    '701','245','531331.25',    '526','372','444947.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006427.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094691.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006428.0','1018885.0','1',    '1','1','903.57',    '1','0','0.0',    '1','1','903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094692.0','1044452.0','57',    '51','36','57017.26',    '49','25','40463.29',    '26','18','16553.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006429.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094693.0','1044452.0','3',    '3','1','235.25',    '3','0','0.0',    '1','1','235.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006430.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094694.0','1044452.0','332',    '296','152','300965.47',    '276','83','181133.0',    '172','97','119832.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000103.0','1018885.0','1',    '1','1','4238.53',    '1','0','0.0',    '1','1','4238.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088367.0','1044452.0','27',    '23','6','9036.75',    '22','2','4204.75',    '11','5','4832.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000145.0','1018885.0','3',    '3','1','1475.57',    '3','1','1300.0',    '1','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088409.0','1044452.0','1',    '1','1','1256.0',    '1','1','1256.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000500.0','1018885.0','684',    '624','370','687039.53',    '578','188','362837.75',    '423','282','324201.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088764.0','1044452.0','6',    '6','1','610.2',    '6','1','610.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000195.0','1018885.0','747',    '668','350','464348.15',    '630','136','244114.18',    '423','261','220233.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088459.0','1044452.0','1',    '1','1','5428.91',    '1','1','5200.0',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000562.0','1018885.0','2',    '2','2','8832.8',    '2','2','8832.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088826.0','1044452.0','38',    '36','20','45943.39',    '34','17','30914.8',    '27','13','15028.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000351.0','1018885.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088615.0','1044452.0','2',    '2','1','2030.69',    '2','1','2030.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006431.0','1018885.0','3',    '3','3','18425.72',    '3','3','9980.84',    '2','2','8444.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094695.0','1044452.0','1',    '1','1','7240.0',    '1','1','7240.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006432.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094696.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000128.0','1018885.0','11',    '9','4','10492.13',    '8','3','1665.2',    '4','3','8826.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088392.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006433.0','1018885.0','4',    '4','4','11910.21',    '4','4','11680.17',    '4','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094697.0','1044452.0','28',    '25','17','71066.81',    '24','15','51509.34',    '14','7','19557.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006434.0','1018885.0','38',    '32','23','93228.41',    '32','20','47726.77',    '16','12','45501.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094698.0','1044452.0','1',    '1','1','3187.68',    '1','1','3187.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000404.0','1018885.0','1',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088668.0','1044452.0','2',    '1','1','1302.99',    '1','1','1302.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006435.0','1018885.0','5',    '4','3','6704.58',    '4','0','0.0',    '3','3','6704.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094699.0','1044452.0','20',    '19','6','6524.55',    '18','5','6369.45',    '12','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006436.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094700.0','1044452.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006437.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094701.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006438.0','1018885.0','24',    '22','14','9188.05',    '21','12','7590.53',    '15','6','1597.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094702.0','1044452.0','5',    '4','3','11685.56',    '4','3','10255.07',    '2','1','1430.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006439.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094703.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000198.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088462.0','1044452.0','3',    '3','3','11513.0',    '3','3','7071.38',    '3','1','4441.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000498.0','1018885.0','1',    '1','1','4780.32',    '1','1','3212.0',    '1','1','1568.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088762.0','1044452.0','16',    '14','6','25396.28',    '13','6','15653.6',    '7','1','9742.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006440.0','1018885.0','45',    '43','4','1784.85',    '37','0','0.0',    '34','4','1784.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094704.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000146.0','1018885.0','2',    '2','1','195.95',    '2','0','0.0',    '2','1','195.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088410.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006441.0','1018885.0','6',    '5','5','20488.13',    '5','5','20113.1',    '3','1','375.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094705.0','1044452.0','18',    '17','15','39505.71',    '16','15','36588.79',    '12','9','2916.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006442.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094706.0','1044452.0','358',    '333','127','162407.51',    '326','58','82868.77',    '177','87','79538.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006443.0','1018885.0','8',    '7','7','21774.67',    '7','7','16827.21',    '3','2','4947.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094707.0','1044452.0','6',    '6','3','11703.78',    '5','3','10318.0',    '5','2','1385.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006444.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094708.0','1044452.0','1',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000326.0','1018885.0','4',    '4','1','195.95',    '4','0','0.0',    '2','1','195.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088590.0','1044452.0','3',    '2','2','5192.9',    '2','2','5192.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006445.0','1018885.0','1',    '1','1','841.21',    '1','1','81.01',    '1','1','760.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094709.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000066.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088330.0','1044452.0','7',    '7','6','10474.88',    '7','6','10017.06',    '5','2','457.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006446.0','1018885.0','76',    '65','42','102390.27',    '61','21','61203.08',    '46','34','41187.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094710.0','1044452.0','1138',    '1105','281','331152.11',    '1005','126','159763.16',    '901','201','171388.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006447.0','1018885.0','1',    '1','1','8427.74',    '1','1','7536.0',    '1','1','891.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094711.0','1044452.0','52',    '45','25','42316.69',    '38','25','29666.18',    '26','8','12650.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000125.0','1018885.0','3',    '3','2','3429.77',    '3','2','3429.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088389.0','1044452.0','4',    '3','3','16845.08',    '3','3','16040.48',    '2','1','804.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000194.0','1018885.0','3',    '3','1','1271.28',    '3','1','874.11',    '2','1','397.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088458.0','1044452.0','1',    '1','1','1035.34',    '1','1','1035.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006448.0','1018885.0','7',    '7','4','21814.45',    '5','4','15786.21',    '5','2','6028.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094712.0','1044452.0','2',    '2','1','732.0',    '2','1','732.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006449.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094713.0','1044452.0','135',    '122','89','234310.09',    '114','67','149749.55',    '90','54','84560.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006450.0','1018885.0','144',    '129','85','220443.87',    '123','57','123550.84',    '95','62','96893.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094714.0','1044452.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006451.0','1018885.0','20',    '15','10','36854.1',    '14','9','32439.0',    '9','6','4415.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094715.0','1044452.0','11',    '11','5','5133.23',    '11','5','4978.13',    '5','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006452.0','1018885.0','2',    '2','2','6281.84',    '2','2','6281.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094716.0','1044452.0','2',    '2','2','2787.57',    '2','2','2558.66',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006453.0','1018885.0','7',    '2','2','20168.95',    '2','2','11136.7',    '2','1','9032.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094717.0','1044452.0','14',    '10','6','24329.75',    '9','6','21531.6',    '4','1','2798.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006454.0','1018885.0','2',    '2','1','4021.41',    '2','1','4021.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094718.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006455.0','1018885.0','9',    '8','3','6288.2',    '6','1','1374.0',    '6','2','4914.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094719.0','1044452.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006456.0','1018885.0','162',    '158','35','20165.85',    '144','9','3153.77',    '130','29','17012.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094720.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006457.0','1018885.0','1',    '1','1','1059.28',    '1','1','1059.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094721.0','1044452.0','1',    '1','1','1300.0',    '1','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006458.0','1018885.0','3',    '3','2','2696.66',    '3','1','1568.0',    '2','2','1128.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094722.0','1044452.0','6',    '5','4','7586.87',    '5','4','7356.83',    '1','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006459.0','1018885.0','3',    '3','1','4284.0',    '3','1','4284.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094723.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006460.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094724.0','1044452.0','748',    '719','256','290532.42',    '680','113','120159.55',    '555','181','170372.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000362.0','1018885.0','2',    '2','1','548.46',    '2','1','548.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088626.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006461.0','1018885.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094725.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006462.0','1018885.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094726.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006463.0','1018885.0','2',    '2','1','1241.88',    '1','1','1012.97',    '2','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094727.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000148.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088412.0','1044452.0','79',    '65','37','163373.22',    '64','37','127410.61',    '26','7','35962.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006464.0','1018885.0','72',    '49','39','149362.55',    '47','38','129987.13',    '24','15','19375.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094728.0','1044452.0','4',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006465.0','1018885.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094729.0','1044452.0','5',    '5','4','8846.18',    '4','4','8388.36',    '5','2','457.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006466.0','1018885.0','97',    '95','11','6994.24',    '88','2','1628.32',    '72','9','5365.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094730.0','1044452.0','632',    '612','135','147191.27',    '553','69','71264.56',    '497','87','75926.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006467.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094731.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006468.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094732.0','1044452.0','3',    '2','2','10431.92',    '2','2','10431.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006469.0','1018885.0','2',    '1','1','1606.64',    '1','1','1606.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094733.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006470.0','1018885.0','1',    '1','1','6424.5',    '1','1','5200.0',    '1','1','1224.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094734.0','1044452.0','1',    '1','1','2456.99',    '1','1','2456.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006471.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094735.0','1044452.0','4',    '4','3','10672.04',    '4','3','10516.94',    '1','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000106.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088370.0','1044452.0','1',    '1','1','6428.0',    '1','1','6428.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000416.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088680.0','1044452.0','41',    '36','30','108958.97',    '35','28','80201.8',    '20','10','28757.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006472.0','1018885.0','2',    '2','2','2325.39',    '2','2','2325.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094736.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006473.0','1018885.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094737.0','1044452.0','508',    '496','133','156938.03',    '443','70','88857.02',    '412','87','68081.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000252.0','1018885.0','13',    '12','3','4848.49',    '12','3','4333.64',    '6','1','514.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088516.0','1044452.0','3',    '2','2','1476.77',    '2','2','1476.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006474.0','1018885.0','154',    '136','54','81284.46',    '127','32','42594.55',    '73','33','38689.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094738.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006475.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094739.0','1044452.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006476.0','1018885.0','1',    '1','1','840.0',    '1','1','840.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094740.0','1044452.0','1',    '1','1','11638.01',    '1','1','984.0',    '1','1','10654.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006477.0','1018885.0','4',    '4','3','3194.81',    '3','3','3194.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094741.0','1044452.0','2',    '1','1','2470.62',    '1','1','2470.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006478.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094742.0','1044452.0','1',    '1','1','146.59',    '1','0','0.0',    '1','1','146.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006479.0','1018885.0','221',    '197','105','200528.06',    '186','56','92764.18',    '129','77','107763.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094743.0','1044452.0','19',    '18','9','13252.46',    '17','8','12558.25',    '12','3','694.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000383.0','1018885.0','19',    '19','7','4341.27',    '18','5','3241.52',    '13','5','1099.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088647.0','1044452.0','8',    '7','4','9612.58',    '7','4','9089.82',    '4','1','522.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006480.0','1018885.0','2',    '2','2','3690.52',    '2','2','3147.17',    '1','1','543.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094744.0','1044452.0','9',    '7','4','9446.93',    '7','1','6766.0',    '6','4','2680.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006481.0','1018885.0','6',    '5','5','11668.91',    '5','4','8821.99',    '4','2','2846.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094745.0','1044452.0','3',    '3','3','8105.18',    '3','3','6771.92',    '3','2','1333.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000408.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088672.0','1044452.0','4',    '3','3','25928.56',    '3','3','14512.74',    '1','1','11415.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000131.0','1018885.0','2',    '2','1','715.79',    '2','1','715.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088395.0','1044452.0','5',    '5','3','4261.66',    '4','2','2713.0',    '4','2','1548.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000434.0','1018885.0','40',    '37','17','20047.53',    '33','10','14957.81',    '26','11','5089.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088698.0','1044452.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006482.0','1018885.0','1',    '1','1','1476.75',    '1','1','1476.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094746.0','1044452.0','8',    '7','4','7943.22',    '6','4','6464.71',    '3','2','1478.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000410.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088674.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006483.0','1018885.0','3',    '3','3','16958.95',    '3','3','16740.66',    '1','1','218.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094747.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000202.0','1018885.0','24',    '23','12','22614.4',    '21','12','21179.24',    '14','6','1435.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088466.0','1044452.0','447',    '440','158','190824.46',    '403','79','110633.92',    '358','105','80190.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006484.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094748.0','1044452.0','1',    '1','1','1513.81',    '1','1','1513.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000298.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088562.0','1044452.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000251.0','1018885.0','2',    '2','2','18956.32',    '2','2','7103.28',    '1','1','11853.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088515.0','1044452.0','3',    '3','2','3387.63',    '3','2','3387.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006485.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094749.0','1044452.0','15',    '11','8','34868.47',    '11','8','30185.01',    '6','3','4683.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006486.0','1018885.0','2',    '2','2','3580.0',    '2','2','3580.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094750.0','1044452.0','1',    '1','1','521.16',    '1','1','521.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006487.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094751.0','1044452.0','1',    '1','1','2051.35',    '1','1','1143.62',    '1','1','907.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006488.0','1018885.0','1015',    '988','256','227843.73',    '893','103','119645.38',    '782','183','108198.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094752.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006489.0','1018885.0','1',    '1','1','758.42',    '1','1','758.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094753.0','1044452.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006490.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094754.0','1044452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006491.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094755.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006492.0','1018885.0','11',    '7','4','10798.27',    '7','4','10798.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094756.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006493.0','1018885.0','6',    '6','4','4178.82',    '6','4','4178.82',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094757.0','1044452.0','46',    '43','22','34530.82',    '39','18','28642.1',    '33','14','5888.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006494.0','1018885.0','13',    '12','8','16713.18',    '12','8','15325.66',    '9','5','1387.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094758.0','1044452.0','4',    '3','3','11994.72',    '3','3','8963.07',    '3','2','3031.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006495.0','1018885.0','29',    '25','17','41363.37',    '24','14','40204.65',    '13','4','1158.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094759.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006496.0','1018885.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094760.0','1044452.0','19',    '15','13','44797.47',    '15','13','35870.28',    '5','1','8927.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006497.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094761.0','1044452.0','80',    '71','51','155834.4',    '71','50','114422.24',    '28','12','41412.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006498.0','1018885.0','7',    '3','2','3558.58',    '3','2','3558.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094762.0','1044452.0','43',    '41','27','49244.57',    '40','25','46654.51',    '18','7','2590.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006499.0','1018885.0','1',    '1','1','687.39',    '1','1','687.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094763.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006500.0','1018885.0','1',    '1','1','1692.21',    '1','1','807.12',    '1','1','885.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094764.0','1044452.0','33',    '27','12','24835.28',    '25','12','22460.74',    '8','3','2374.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006501.0','1018885.0','4',    '3','2','7618.9',    '3','2','7618.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094765.0','1044452.0','179',    '173','87','197780.62',    '171','85','176372.6',    '82','20','21408.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006502.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094766.0','1044452.0','4',    '2','1','5200.0',    '1','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006503.0','1018885.0','1',    '1','1','1074.76',    '1','1','1074.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094767.0','1044452.0','4',    '4','1','2263.51',    '4','1','2263.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000273.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088537.0','1044452.0','35',    '29','14','33580.95',    '27','11','12256.23',    '19','6','21324.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006504.0','1018885.0','4',    '4','1','877.1',    '4','1','877.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094768.0','1044452.0','7',    '4','1','7108.0',    '3','1','7108.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006505.0','1018885.0','4',    '2','2','2650.5',    '2','2','2650.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094769.0','1044452.0','5',    '4','2','1667.84',    '4','2','1512.74',    '1','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006506.0','1018885.0','8',    '8','3','7469.02',    '8','2','7272.57',    '4','2','196.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094770.0','1044452.0','1',    '1','1','687.39',    '1','1','687.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006507.0','1018885.0','7',    '4','4','17122.51',    '4','4','17122.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094771.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006508.0','1018885.0','9',    '7','2','877.51',    '6','1','648.6',    '3','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094772.0','1044452.0','2',    '2','1','2674.0',    '2','1','2674.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006509.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094773.0','1044452.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006510.0','1018885.0','1',    '1','1','3464.06',    '1','1','3464.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094774.0','1044452.0','1',    '1','1','3375.76',    '1','1','3375.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006511.0','1018885.0','4',    '4','2','6947.33',    '4','2','6947.33',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094775.0','1044452.0','45',    '44','17','23418.99',    '43','13','16220.06',    '29','7','7198.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000516.0','1018885.0','18',    '12','7','25631.87',    '11','5','9990.61',    '7','4','15641.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088780.0','1044452.0','5',    '4','3','12145.18',    '4','3','11595.18',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006512.0','1018885.0','2',    '2','1','1545.91',    '2','1','1545.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094776.0','1044452.0','2',    '1','1','3230.92',    '1','1','3230.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006513.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094777.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006514.0','1018885.0','3',    '2','2','6338.32',    '2','2','5842.88',    '1','1','495.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094778.0','1044452.0','29',    '28','19','23895.6',    '26','16','18011.43',    '17','9','5884.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006515.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094779.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006516.0','1018885.0','2',    '1','1','5599.16',    '1','1','5200.0',    '1','1','399.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094780.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006517.0','1018885.0','31',    '16','4','12292.15',    '15','4','12292.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094781.0','1044452.0','3',    '3','1','3271.01',    '2','1','3271.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006518.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094782.0','1044452.0','13',    '9','6','16054.67',    '9','6','15825.76',    '2','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006519.0','1018885.0','9',    '9','6','12293.52',    '9','6','9619.66',    '7','4','2673.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094783.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006520.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094784.0','1044452.0','8',    '6','3','3647.01',    '5','3','3580.11',    '3','1','66.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006521.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094785.0','1044452.0','18',    '17','12','25422.11',    '17','10','22718.52',    '11','5','2703.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006522.0','1018885.0','12',    '5','5','12161.17',    '5','5','11577.71',    '2','2','583.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094786.0','1044452.0','22',    '21','10','30523.81',    '21','9','19195.59',    '13','5','11328.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000525.0','1018885.0','24',    '18','11','31437.84',    '18','11','30724.69',    '6','2','713.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088789.0','1044452.0','4',    '3','1','2207.76',    '3','1','2011.43',    '3','1','196.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000203.0','1018885.0','1',    '1','1','2384.86',    '1','1','2384.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088467.0','1044452.0','5',    '2','1','467.4',    '2','1','467.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006523.0','1018885.0','9',    '6','2','7673.15',    '6','1','3239.0',    '2','2','4434.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094787.0','1044452.0','27',    '22','12','62923.15',    '22','11','37341.84',    '13','7','25581.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000250.0','1018885.0','2',    '2','1','440.23',    '2','1','440.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088514.0','1044452.0','68',    '67','29','29141.65',    '65','28','26549.1',    '31','4','2592.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006524.0','1018885.0','1',    '1','1','4957.06',    '1','1','4957.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094788.0','1044452.0','33',    '32','13','28232.14',    '31','13','26883.12',    '15','2','1349.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000465.0','1018885.0','13',    '13','4','2337.46',    '12','2','1260.97',    '9','2','1076.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088729.0','1044452.0','9',    '6','1','2429.48',    '6','1','2429.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006525.0','1018885.0','1',    '1','1','2639.95',    '1','1','2411.04',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094789.0','1044452.0','5',    '2','1','2878.56',    '2','1','2878.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000129.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088393.0','1044452.0','23',    '15','8','21496.11',    '14','8','18365.77',    '4','1','3130.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000382.0','1018885.0','1',    '1','1','2271.2',    '1','1','2271.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088646.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000466.0','1018885.0','12',    '12','11','11034.55',    '12','11','11034.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088730.0','1044452.0','80',    '78','44','111200.35',    '77','43','108097.71',    '46','9','3102.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006526.0','1018885.0','8',    '7','3','1328.7',    '6','2','778.7',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094790.0','1044452.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006527.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094791.0','1044452.0','3',    '2','2','3932.81',    '2','2','3932.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000467.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088731.0','1044452.0','2',    '1','1','3571.7',    '1','1','3571.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006528.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094792.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006529.0','1018885.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094793.0','1044452.0','3',    '2','2','5758.57',    '2','2','5248.92',    '1','1','509.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006530.0','1018885.0','3',    '3','2','5686.84',    '3','2','5686.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094794.0','1044452.0','59',    '49','40','120538.69',    '49','39','106227.59',    '19','10','14311.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006531.0','1018885.0','2',    '2','2','311.74',    '2','1','156.64',    '1','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094795.0','1044452.0','7',    '4','2','1939.35',    '4','2','1939.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006532.0','1018885.0','3',    '3','3','10774.74',    '3','3','8805.97',    '3','1','1968.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094796.0','1044452.0','48',    '48','32','62163.47',    '48','32','56293.27',    '24','3','5870.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000418.0','1018885.0','1',    '1','1','5585.84',    '1','1','5585.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088682.0','1044452.0','5',    '5','4','5443.71',    '5','4','5288.61',    '3','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006533.0','1018885.0','27',    '21','15','46940.53',    '20','14','46408.17',    '5','4','532.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094797.0','1044452.0','7',    '3','3','2653.5',    '3','3','2424.59',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006534.0','1018885.0','1',    '1','1','228.91',    '1','0','0.0',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094798.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006535.0','1018885.0','96',    '78','55','258027.54',    '75','49','159299.02',    '46','31','98728.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094799.0','1044452.0','3',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006536.0','1018885.0','1',    '1','1','525.53',    '1','1','525.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094800.0','1044452.0','20',    '19','11','14209.84',    '19','11','13280.21',    '8','2','929.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006537.0','1018885.0','3',    '3','2','3647.77',    '3','2','3481.76',    '1','1','166.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094801.0','1044452.0','1',    '1','1','687.39',    '1','1','687.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006538.0','1018885.0','1',    '1','1','1992.82',    '1','1','1992.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094802.0','1044452.0','1',    '1','1','6478.91',    '1','1','6250.0',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006539.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094803.0','1044452.0','44',    '34','26','138298.8',    '34','23','80700.13',    '18','10','57598.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006540.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094804.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006541.0','1018885.0','17',    '17','16','50169.38',    '17','13','34426.09',    '11','5','15743.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094805.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000384.0','1018885.0','2',    '2','2','8836.0',    '2','2','8225.76',    '2','1','610.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088648.0','1044452.0','4',    '4','3','3900.0',    '4','3','3900.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006542.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094806.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006543.0','1018885.0','9',    '7','4','8759.38',    '7','3','7732.0',    '3','1','1027.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094807.0','1044452.0','20',    '9','6','32875.61',    '9','5','18955.29',    '5','4','13920.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006544.0','1018885.0','82',    '63','53','228028.83',    '63','53','175483.43',    '28','18','52545.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094808.0','1044452.0','2',    '2','1','960.96',    '2','1','153.24',    '1','1','807.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006545.0','1018885.0','1',    '1','1','4002.67',    '1','1','4002.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094809.0','1044452.0','5',    '3','2','2658.85',    '3','2','2233.61',    '2','2','425.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006546.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094810.0','1044452.0','5',    '5','2','5477.5',    '4','1','5200.0',    '3','1','277.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006547.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094811.0','1044452.0','2',    '2','1','1240.96',    '2','1','855.21',    '2','1','385.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000364.0','1018885.0','5',    '5','3','2137.17',    '5','2','1029.28',    '5','2','1107.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088628.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006548.0','1018885.0','54',    '53','22','37438.21',    '52','20','34189.64',    '27','5','3248.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094812.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006549.0','1018885.0','1',    '1','1','866.83',    '1','1','866.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094813.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006550.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094814.0','1044452.0','31',    '18','7','9267.35',    '17','7','8683.89',    '5','2','583.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006551.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094815.0','1044452.0','45',    '31','14','27261.96',    '26','14','24979.96',    '13','4','2282.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006552.0','1018885.0','52',    '46','24','38861.7',    '44','22','32563.04',    '15','6','6298.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094816.0','1044452.0','48',    '40','20','32220.3',    '38','20','30361.43',    '18','4','1858.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006553.0','1018885.0','1',    '1','1','1177.46',    '1','1','1177.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094817.0','1044452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006554.0','1018885.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094818.0','1044452.0','4',    '4','1','384.01',    '4','0','0.0',    '1','1','384.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000469.0','1018885.0','9',    '6','3','1784.34',    '6','2','1342.4',    '3','2','441.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088733.0','1044452.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006555.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094819.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006556.0','1018885.0','68',    '66','50','101077.36',    '66','48','82728.51',    '26','16','18348.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094820.0','1044452.0','1',    '1','1','1813.72',    '1','1','1813.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006557.0','1018885.0','2',    '2','1','1138.0',    '2','1','1138.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094821.0','1044452.0','148',    '139','71','103254.34',    '136','60','89322.98',    '83','22','13931.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006558.0','1018885.0','7',    '6','1','1300.0',    '5','1','1300.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094822.0','1044452.0','1',    '1','1','3561.31',    '1','1','3561.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006559.0','1018885.0','6',    '2','2','6145.73',    '2','2','6145.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094823.0','1044452.0','4',    '3','2','919.36',    '3','2','919.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006560.0','1018885.0','1',    '1','1','228.91',    '1','0','0.0',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094824.0','1044452.0','29',    '29','15','28116.31',    '29','14','26070.58',    '11','5','2045.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006561.0','1018885.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094825.0','1044452.0','1',    '1','1','2313.15',    '1','1','2313.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006562.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094826.0','1044452.0','1',    '1','1','1569.68',    '1','1','1569.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006563.0','1018885.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094827.0','1044452.0','6',    '5','3','3554.14',    '5','3','3331.8',    '3','1','222.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006564.0','1018885.0','99',    '94','42','55138.61',    '93','36','38826.23',    '44','15','16312.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094828.0','1044452.0','3',    '1','1','4356.76',    '1','1','1004.0',    '1','1','3352.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000271.0','1018885.0','51',    '49','9','13656.83',    '49','9','13253.37',    '25','1','403.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088535.0','1044452.0','1',    '1','1','4209.75',    '1','1','3428.99',    '1','1','780.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006565.0','1018885.0','1',    '1','1','1224.97',    '1','0','0.0',    '1','1','1224.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094829.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006566.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094830.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000565.0','1018885.0','31',    '30','13','15755.78',    '30','13','13075.3',    '14','5','2680.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088829.0','1044452.0','1',    '1','1','2932.06',    '1','1','2932.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006567.0','1018885.0','167',    '161','73','81510.47',    '161','69','74785.68',    '76','15','6724.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094831.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006568.0','1018885.0','4',    '2','2','3594.05',    '2','2','3445.81',    '1','1','148.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094832.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006569.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094833.0','1044452.0','52',    '51','17','30554.21',    '51','16','29481.5',    '18','2','1072.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006570.0','1018885.0','11',    '9','8','31361.61',    '9','8','30977.51',    '5','2','384.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094834.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006571.0','1018885.0','7',    '7','5','10079.0',    '7','5','10079.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094835.0','1044452.0','6',    '6','5','10709.05',    '6','5','10240.12',    '4','3','468.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006572.0','1018885.0','22',    '21','9','27963.31',    '20','6','15599.11',    '13','6','12364.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094836.0','1044452.0','1',    '1','1','24408.71',    '1','1','7200.0',    '1','1','17208.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000333.0','1018885.0','4',    '4','2','17532.0',    '4','2','6500.0',    '4','1','11032.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088597.0','1044452.0','42',    '39','26','53111.05',    '38','26','47140.18',    '21','8','5970.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006573.0','1018885.0','2',    '2','1','461.91',    '2','1','461.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094837.0','1044452.0','25',    '25','8','7763.8',    '25','8','7763.8',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006574.0','1018885.0','29',    '28','12','21974.95',    '28','11','21075.73',    '14','3','899.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094838.0','1044452.0','3',    '3','2','2112.16',    '3','1','1876.3',    '1','1','235.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006575.0','1018885.0','1',    '1','1','1223.31',    '1','1','1223.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094839.0','1044452.0','5',    '5','4','46682.65',    '5','4','15064.82',    '3','3','31617.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000521.0','1018885.0','10',    '10','7','17694.94',    '10','7','17341.82',    '2','1','353.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088785.0','1044452.0','12',    '12','4','6131.75',    '12','4','6131.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006576.0','1018885.0','306',    '295','73','91264.94',    '293','71','84583.13',    '130','7','6681.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094840.0','1044452.0','16',    '16','4','4144.12',    '15','4','4144.12',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006577.0','1018885.0','4',    '3','2','1800.0',    '2','1','1300.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094841.0','1044452.0','8',    '6','4','17840.79',    '5','4','17456.69',    '4','2','384.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006578.0','1018885.0','12',    '12','10','17104.37',    '11','8','16214.12',    '4','2','890.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094842.0','1044452.0','20',    '19','16','46961.49',    '19','16','35934.66',    '10','8','11026.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006579.0','1018885.0','5',    '4','3','4602.19',    '4','3','4602.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094843.0','1044452.0','5',    '5','4','7981.44',    '5','3','7833.2',    '1','1','148.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006580.0','1018885.0','2',    '2','2','4820.55',    '2','2','4608.0',    '1','1','212.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094844.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006581.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094845.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000564.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088828.0','1044452.0','18',    '18','8','13683.93',    '18','6','7690.38',    '8','4','5993.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006582.0','1018885.0','14',    '14','8','11234.15',    '14','7','9270.71',    '4','1','1963.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094846.0','1044452.0','5',    '5','3','6808.57',    '5','3','5944.22',    '3','2','864.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006583.0','1018885.0','45',    '43','13','10115.46',    '43','12','9762.08',    '20','2','353.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094847.0','1044452.0','6',    '5','3','2473.1',    '5','3','2473.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000255.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088519.0','1044452.0','136',    '131','52','61874.88',    '131','45','52247.18',    '75','13','9627.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006584.0','1018885.0','4',    '3','1','1293.38',    '3','0','0.0',    '2','1','1293.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094848.0','1044452.0','4',    '4','2','693.87',    '4','2','693.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006585.0','1018885.0','3',    '3','3','2494.99',    '3','3','1599.26',    '1','1','895.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094849.0','1044452.0','7',    '6','3','36051.74',    '5','1','1250.0',    '6','3','34801.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006586.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094850.0','1044452.0','34',    '34','9','6708.83',    '33','8','6450.54',    '13','1','258.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006587.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094851.0','1044452.0','58',    '52','37','90088.43',    '51','34','82281.95',    '18','14','7806.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006588.0','1018885.0','1',    '1','1','1003.13',    '1','1','1003.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094852.0','1044452.0','43',    '39','33','76352.78',    '39','28','63189.11',    '19','17','13163.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006589.0','1018885.0','22',    '21','17','56288.94',    '21','16','35993.7',    '11','7','20295.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094853.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006590.0','1018885.0','4',    '4','4','9898.19',    '4','4','9271.51',    '2','2','626.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094854.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006591.0','1018885.0','6',    '6','5','9410.05',    '6','5','8687.71',    '2','1','722.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094855.0','1044452.0','55',    '47','19','29000.01',    '45','17','27143.81',    '17','5','1856.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006592.0','1018885.0','106',    '104','49','48892.76',    '103','39','36863.2',    '49','16','12029.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094856.0','1044452.0','1',    '1','1','205.94',    '1','0','0.0',    '1','1','205.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006593.0','1018885.0','167',    '166','86','116423.48',    '164','76','98151.02',    '85','25','18272.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094857.0','1044452.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000522.0','1018885.0','18',    '18','7','9839.33',    '18','5','4296.03',    '11','5','5543.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088786.0','1044452.0','1',    '1','1','1142.03',    '1','1','1142.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006594.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094858.0','1044452.0','2',    '2','1','3732.64',    '2','1','2109.37',    '2','1','1623.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006595.0','1018885.0','8',    '8','7','22082.51',    '8','6','10029.23',    '3','2','12053.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094859.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006596.0','1018885.0','4',    '3','2','2660.08',    '3','2','2118.73',    '2','1','541.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094860.0','1044452.0','4',    '4','2','1847.96',    '4','2','1662.63',    '4','1','185.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000041.0','1018885.0','121',    '117','51','61346.25',    '116','42','46188.98',    '58','18','15157.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088305.0','1044452.0','9',    '9','8','27889.0',    '9','8','26275.13',    '6','4','1613.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006597.0','1018885.0','5',    '5','5','39893.99',    '5','5','21228.31',    '4','4','18665.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094861.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006598.0','1018885.0','46',    '41','34','74471.27',    '41','33','57292.37',    '28','12','17178.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094862.0','1044452.0','4',    '4','4','14610.72',    '4','4','9120.48',    '2','1','5490.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006599.0','1018885.0','2',    '2','2','7005.89',    '2','2','6770.03',    '2','1','235.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094863.0','1044452.0','7',    '6','4','19673.0',    '5','2','1796.0',    '6','3','17877.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006600.0','1018885.0','8',    '8','4','6672.52',    '8','4','6559.08',    '3','1','113.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094864.0','1044452.0','1',    '1','1','3726.24',    '1','1','3726.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006601.0','1018885.0','12',    '12','7','14740.61',    '12','7','13320.57',    '11','2','1420.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094865.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006602.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094866.0','1044452.0','88',    '88','60','78159.09',    '86','43','52003.05',    '61','25','26156.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006603.0','1018885.0','6',    '5','3','9573.79',    '5','3','9573.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094867.0','1044452.0','13',    '12','6','35751.91',    '12','6','17914.72',    '5','2','17837.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006604.0','1018885.0','15',    '12','11','34535.73',    '12','9','25911.71',    '6','4','8624.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094868.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000197.0','1018885.0','1',    '1','1','1562.42',    '1','1','1562.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088461.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006605.0','1018885.0','36',    '28','17','51227.54',    '26','16','50125.89',    '11','2','1101.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094869.0','1044452.0','30',    '23','23','81264.43',    '23','21','65302.51',    '11','10','15961.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006606.0','1018885.0','12',    '6','5','6734.74',    '5','5','6734.74',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094870.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000155.0','1018885.0','22',    '17','16','81139.45',    '17','16','36831.76',    '8','5','44307.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088419.0','1044452.0','14',    '8','6','27182.45',    '8','6','24373.96',    '3','1','2808.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006607.0','1018885.0','1',    '1','1','1808.77',    '1','1','1808.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094871.0','1044452.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006608.0','1018885.0','65',    '62','51','45475.42',    '56','7','10128.37',    '56','51','35347.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094872.0','1044452.0','8',    '8','7','8309.09',    '8','7','7697.84',    '4','1','611.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006609.0','1018885.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094873.0','1044452.0','10',    '4','3','9781.37',    '4','3','5556.35',    '1','1','4225.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006610.0','1018885.0','24',    '20','14','95018.54',    '19','14','63369.45',    '11','8','31649.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094874.0','1044452.0','4',    '4','2','8227.97',    '4','2','8227.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000254.0','1018885.0','3',    '3','3','6362.56',    '3','1','3714.82',    '3','3','2647.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088518.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006611.0','1018885.0','6',    '3','1','1257.68',    '3','1','874.0',    '1','1','383.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094875.0','1044452.0','30',    '29','25','23446.5',    '28','4','5315.28',    '28','25','18131.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006612.0','1018885.0','197',    '191','88','134352.17',    '189','82','125189.43',    '95','12','9162.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094876.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006613.0','1018885.0','1',    '1','1','643.4',    '1','1','529.4',    '1','1','114.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094877.0','1044452.0','17',    '17','7','8567.47',    '16','7','8567.47',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006614.0','1018885.0','4',    '4','1','931.79',    '4','1','572.46',    '2','1','359.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094878.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000355.0','1018885.0','5',    '5','2','2313.41',    '5','2','2313.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088619.0','1044452.0','15',    '14','13','31802.68',    '14','11','21624.42',    '11','8','10178.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006615.0','1018885.0','6',    '6','6','6811.28',    '6','6','6811.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094879.0','1044452.0','47',    '41','25','92747.98',    '40','25','69124.82',    '20','6','23623.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000218.0','1018885.0','13',    '12','8','19463.75',    '10','7','17738.75',    '7','1','1725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088482.0','1044452.0','115',    '107','31','40161.16',    '106','29','38781.15',    '54','3','1380.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006616.0','1018885.0','33',    '9','4','10096.03',    '5','4','7640.88',    '6','1','2455.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094880.0','1044452.0','16',    '16','11','130574.26',    '15','10','47202.81',    '13','10','83371.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006617.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094881.0','1044452.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006618.0','1018885.0','1',    '1','1','222.34',    '1','0','0.0',    '1','1','222.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094882.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006619.0','1018885.0','2',    '2','1','3844.0',    '2','1','3844.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094883.0','1044452.0','2',    '2','1','1048.75',    '2','0','0.0',    '2','1','1048.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000199.0','1018885.0','374',    '367','173','273601.14',    '364','162','242848.51',    '198','34','30752.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088463.0','1044452.0','11',    '9','2','650.59',    '9','1','493.6',    '1','1','156.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006620.0','1018885.0','21',    '21','4','4074.48',    '21','4','3560.08',    '10','1','514.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094884.0','1044452.0','2',    '2','2','2035.83',    '2','0','0.0',    '2','2','2035.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006621.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094885.0','1044452.0','3',    '3','2','5260.36',    '3','2','5033.48',    '3','2','226.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006622.0','1018885.0','16',    '15','6','13633.51',    '15','6','11439.48',    '4','2','2194.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094886.0','1044452.0','1',    '1','1','3494.22',    '1','1','3494.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006623.0','1018885.0','131',    '122','42','49581.33',    '119','41','44975.15',    '56','5','4606.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094887.0','1044452.0','69',    '68','22','27777.19',    '66','21','24913.7',    '37','4','2863.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006624.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094888.0','1044452.0','67',    '58','49','153901.05',    '58','45','133272.38',    '34','24','20628.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006625.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094889.0','1044452.0','1',    '1','1','6832.92',    '1','1','5200.0',    '1','1','1632.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006626.0','1018885.0','5',    '5','3','1870.41',    '5','1','596.96',    '3','2','1273.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094890.0','1044452.0','2',    '1','1','369.15',    '0','0','0.0',    '1','1','369.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000356.0','1018885.0','3',    '3','1','1091.63',    '3','1','1091.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088620.0','1044452.0','17',    '17','10','33645.31',    '17','10','23423.87',    '7','3','10221.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006627.0','1018885.0','1',    '1','1','222.34',    '1','0','0.0',    '1','1','222.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094891.0','1044452.0','42',    '35','16','38068.77',    '35','15','34922.97',    '19','5','3145.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006628.0','1018885.0','1011',    '975','370','493121.56',    '959','342','411211.76',    '507','80','81909.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094892.0','1044452.0','4',    '4','1','2600.0',    '4','1','2600.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006629.0','1018885.0','2',    '2','2','2599.89',    '2','2','2599.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094893.0','1044452.0','1',    '1','1','106.31',    '1','1','106.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000067.0','1018885.0','5',    '5','5','12597.71',    '5','5','12358.08',    '3','1','239.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088331.0','1044452.0','1',    '1','1','517.27',    '1','1','517.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006630.0','1018885.0','3',    '3','1','3530.87',    '3','1','3530.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094894.0','1044452.0','22',    '19','6','10688.26',    '19','4','6576.28',    '9','3','4111.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006631.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094895.0','1044452.0','1',    '1','1','2289.69',    '1','1','2289.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006632.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094896.0','1044452.0','13',    '12','2','1113.36',    '12','2','1113.36',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000219.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088483.0','1044452.0','10',    '9','3','3332.0',    '9','3','3332.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006633.0','1018885.0','1',    '1','1','2149.48',    '1','1','1122.0',    '1','1','1027.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094897.0','1044452.0','4',    '3','2','4087.2',    '3','2','4087.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006634.0','1018885.0','32',    '32','12','16244.35',    '32','8','12270.08',    '17','4','3974.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094898.0','1044452.0','664',    '650','305','530239.39',    '646','259','385426.52',    '350','110','144812.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006635.0','1018885.0','3',    '2','2','2775.75',    '2','2','2775.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094899.0','1044452.0','123',    '120','38','46713.43',    '119','33','41989.63',    '56','9','4723.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006636.0','1018885.0','5',    '5','5','12862.44',    '5','4','12390.72',    '2','2','471.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094900.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000089.0','1018885.0','2',    '1','1','3154.47',    '1','1','2918.61',    '1','1','235.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088353.0','1044452.0','49',    '49','20','95468.08',    '49','20','61508.33',    '21','9','33959.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006637.0','1018885.0','124',    '119','64','87262.97',    '118','61','84926.93',    '60','5','2336.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094901.0','1044452.0','78',    '75','40','62127.18',    '75','37','53515.18',    '41','10','8612.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006638.0','1018885.0','18',    '17','12','12714.82',    '17','12','11981.98',    '9','2','732.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094902.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006639.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094903.0','1044452.0','3',    '3','1','260.27',    '3','1','260.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000221.0','1018885.0','13',    '13','2','1288.59',    '12','2','1288.59',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088485.0','1044452.0','3',    '2','1','560.18',    '2','1','560.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006640.0','1018885.0','32',    '28','22','55346.86',    '28','21','47780.95',    '15','11','7565.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094904.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006641.0','1018885.0','7',    '6','6','11369.52',    '5','4','5322.93',    '4','4','6046.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094905.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000231.0','1018885.0','11',    '10','8','11740.4',    '10','8','10778.94',    '5','1','961.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088495.0','1044452.0','5',    '4','1','1030.12',    '3','1','1030.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006642.0','1018885.0','7',    '7','3','5137.14',    '7','3','5023.7',    '2','1','113.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094906.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000341.0','1018885.0','1',    '1','1','6025.05',    '1','1','5200.0',    '1','1','825.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088605.0','1044452.0','2',    '1','1','2889.93',    '1','1','1494.24',    '1','1','1395.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006643.0','1018885.0','59',    '56','28','60527.22',    '55','26','47813.72',    '22','11','12713.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094907.0','1044452.0','18',    '18','11','17535.73',    '18','7','10761.79',    '10','8','6773.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006644.0','1018885.0','40',    '38','21','28329.74',    '37','17','25666.39',    '18','6','2663.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094908.0','1044452.0','220',    '209','78','107385.31',    '204','66','76420.0',    '99','22','30965.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000520.0','1018885.0','13',    '11','8','18366.13',    '11','8','17941.19',    '5','3','424.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088784.0','1044452.0','2',    '2','1','359.26',    '2','1','359.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006645.0','1018885.0','26',    '24','4','7202.82',    '24','4','4561.61',    '11','2','2641.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094909.0','1044452.0','2',    '2','1','1122.0',    '2','1','1122.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006646.0','1018885.0','1',    '1','1','931.32',    '1','1','672.03',    '1','1','259.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094910.0','1044452.0','44',    '42','13','29116.16',    '42','12','10798.96',    '23','2','18317.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006647.0','1018885.0','344',    '305','275','853636.12',    '301','252','594846.65',    '193','148','258789.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094911.0','1044452.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006648.0','1018885.0','4',    '4','3','7142.66',    '4','3','6903.03',    '1','1','239.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094912.0','1044452.0','13',    '11','6','14325.98',    '11','6','12628.65',    '4','1','1697.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006649.0','1018885.0','1',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094913.0','1044452.0','1',    '1','1','823.25',    '1','1','823.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006650.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094914.0','1044452.0','254',    '241','73','90242.72',    '237','66','81463.32',    '107','15','8779.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000329.0','1018885.0','3',    '3','3','4393.48',    '3','2','1802.74',    '3','3','2590.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088593.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006651.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094915.0','1044452.0','3',    '3','3','26862.34',    '3','3','15586.74',    '2','1','11275.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006652.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094916.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006653.0','1018885.0','129',    '128','75','95272.61',    '127','71','91200.62',    '76','9','4071.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094917.0','1044452.0','3',    '3','2','3324.06',    '3','2','2729.07',    '2','1','594.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006654.0','1018885.0','3',    '2','1','3111.05',    '2','1','3111.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094918.0','1044452.0','18',    '17','13','43577.72',    '17','13','38096.0',    '9','2','5481.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006655.0','1018885.0','3',    '3','1','512.31',    '3','1','512.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094919.0','1044452.0','28',    '25','12','18424.9',    '25','12','17470.86',    '10','2','954.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006656.0','1018885.0','7',    '7','4','7154.57',    '7','4','4319.82',    '5','1','2834.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094920.0','1044452.0','53',    '53','23','33002.62',    '52','23','31462.71',    '31','1','1539.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006657.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094921.0','1044452.0','1',    '1','1','853.33',    '1','1','853.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006658.0','1018885.0','4',    '3','1','102.2',    '3','1','102.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094922.0','1044452.0','1',    '1','1','3084.02',    '1','1','2935.78',    '1','1','148.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006659.0','1018885.0','1',    '1','1','1138.0',    '1','1','1138.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094923.0','1044452.0','3',    '2','1','402.82',    '2','1','402.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000068.0','1018885.0','5',    '5','3','15065.29',    '5','3','11049.69',    '1','1','4015.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088332.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006660.0','1018885.0','2',    '1','1','1804.37',    '1','1','1804.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094924.0','1044452.0','35',    '34','15','43725.81',    '34','14','40191.67',    '18','3','3534.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006661.0','1018885.0','34',    '34','18','30704.87',    '33','15','17466.82',    '20','10','13238.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094925.0','1044452.0','274',    '259','43','61553.32',    '258','40','46222.12',    '131','11','15331.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006662.0','1018885.0','5',    '4','3','4745.94',    '4','3','4595.94',    '2','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094926.0','1044452.0','148',    '143','84','157123.22',    '135','74','109610.68',    '81','33','47512.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006663.0','1018885.0','21',    '20','14','29077.35',    '20','14','27455.46',    '9','4','1621.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094927.0','1044452.0','7',    '4','1','2284.41',    '4','1','2284.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000329.0','1018885.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088593.0','1044452.0','62',    '56','22','59704.66',    '55','16','19658.58',    '30','12','40046.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006664.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094928.0','1044452.0','273',    '268','123','165376.32',    '266','116','146359.85',    '130','24','19016.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006665.0','1018885.0','2',    '1','1','920.32',    '1','1','920.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094929.0','1044452.0','110',    '103','87','258115.61',    '101','79','212084.4',    '63','42','46031.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006666.0','1018885.0','112',    '110','44','45797.15',    '108','40','39815.29',    '52','10','5981.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094930.0','1044452.0','1',    '1','1','641.37',    '1','1','641.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006667.0','1018885.0','8',    '7','7','21108.62',    '7','7','20724.52',    '3','1','384.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094931.0','1044452.0','124',    '122','84','198386.95',    '122','82','172429.36',    '69','18','25957.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000294.0','1018885.0','6',    '6','6','11915.66',    '6','5','11295.7',    '4','2','619.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088558.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006668.0','1018885.0','6',    '6','3','7699.58',    '6','3','7440.29',    '3','1','259.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094932.0','1044452.0','308',    '291','152','241312.23',    '284','139','189612.86',    '150','42','51699.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000213.0','1018885.0','422',    '356','289','1054491.78',    '337','257','619014.25',    '217','147','435477.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088477.0','1044452.0','17',    '17','3','6098.08',    '17','3','6098.08',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000258.0','1018885.0','1',    '1','1','5584.1',    '1','1','5200.0',    '1','1','384.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088522.0','1044452.0','17',    '12','11','32546.36',    '12','11','29222.15',    '7','2','3324.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006669.0','1018885.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094933.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006670.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094934.0','1044452.0','1',    '1','1','8734.57',    '1','0','0.0',    '1','1','8734.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006671.0','1018885.0','87',    '77','64','147105.23',    '74','62','140064.48',    '33','13','7040.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094935.0','1044452.0','21',    '17','7','17389.29',    '17','7','17267.39',    '6','1','121.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006672.0','1018885.0','18',    '15','9','14764.08',    '15','7','12359.54',    '9','3','2404.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094936.0','1044452.0','5',    '5','2','2616.7',    '4','2','2442.15',    '2','1','174.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006673.0','1018885.0','13',    '13','10','17281.38',    '13','10','16782.17',    '4','3','499.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094937.0','1044452.0','105',    '103','49','66895.13',    '101','40','50980.9',    '63','21','15914.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000087.0','1018885.0','333',    '322','268','229390.93',    '292','45','35500.66',    '290','256','193890.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088351.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006674.0','1018885.0','2',    '2','1','435.76',    '2','1','435.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094938.0','1044452.0','1',    '1','1','7017.91',    '1','1','1189.9',    '1','1','5828.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006675.0','1018885.0','1',    '1','1','323.9',    '1','1','323.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094939.0','1044452.0','30',    '29','15','24296.55',    '28','15','16949.32',    '17','5','7347.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006676.0','1018885.0','3',    '3','1','265.89',    '3','1','265.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094940.0','1044452.0','39',    '38','19','28545.6',    '37','12','23952.98',    '31','10','4592.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006677.0','1018885.0','131',    '129','71','109362.84',    '126','67','88122.02',    '70','12','21240.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094941.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006678.0','1018885.0','2',    '2','1','3622.82',    '2','1','3622.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094942.0','1044452.0','6',    '6','3','7916.42',    '6','3','3638.47',    '2','1','4277.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006679.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094943.0','1044452.0','1',    '1','1','1432.0',    '1','1','1432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006680.0','1018885.0','4',    '4','1','807.94',    '4','1','585.6',    '1','1','222.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094944.0','1044452.0','16',    '16','5','2936.65',    '16','4','2679.45',    '7','1','257.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006681.0','1018885.0','106',    '103','40','42940.53',    '99','32','35066.72',    '59','13','7873.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094945.0','1044452.0','6',    '4','2','4122.34',    '4','2','3900.0',    '2','1','222.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006682.0','1018885.0','69',    '65','18','40812.27',    '63','17','33524.78',    '25','6','7287.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094946.0','1044452.0','1',    '1','1','2754.0',    '1','1','2754.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006683.0','1018885.0','8',    '5','4','10813.22',    '5','4','9285.59',    '3','1','1527.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094947.0','1044452.0','223',    '215','79','68650.73',    '214','74','62872.21',    '97','12','5778.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006684.0','1018885.0','5',    '5','5','15087.14',    '5','5','12521.72',    '2','2','2565.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094948.0','1044452.0','6',    '6','6','24729.57',    '4','4','14644.0',    '4','4','10085.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000256.0','1018885.0','1',    '1','1','251.85',    '1','1','251.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088520.0','1044452.0','95',    '94','40','52868.02',    '93','39','50658.04',    '44','5','2209.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006685.0','1018885.0','23',    '22','16','38064.56',    '21','14','32729.69',    '13','6','5334.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094949.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006686.0','1018885.0','2',    '2','2','1844.0',    '2','2','1844.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094950.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006687.0','1018885.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094951.0','1044452.0','54',    '51','25','56603.25',    '50','24','51101.92',    '26','5','5501.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006688.0','1018885.0','2',    '2','1','480.12',    '2','1','480.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094952.0','1044452.0','9',    '9','3','5764.12',    '9','2','1003.74',    '4','1','4760.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006689.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094953.0','1044452.0','1',    '1','1','5473.79',    '1','1','5295.03',    '1','1','178.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000366.0','1018885.0','7',    '4','4','2576.94',    '4','3','2428.7',    '2','1','148.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088630.0','1044452.0','1',    '1','1','2154.36',    '1','1','1818.58',    '1','1','335.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006690.0','1018885.0','3',    '2','2','14199.45',    '2','2','6779.25',    '1','1','7420.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094954.0','1044452.0','84',    '83','47','85358.83',    '82','45','59006.0',    '42','13','26352.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006691.0','1018885.0','5',    '5','4','16418.4',    '5','4','9836.46',    '1','1','6581.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094955.0','1044452.0','2',    '2','1','3848.66',    '2','1','2988.28',    '1','1','860.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006692.0','1018885.0','121',    '117','60','106273.52',    '116','56','91431.63',    '56','15','14841.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094956.0','1044452.0','11',    '8','7','23909.31',    '8','7','21608.19',    '5','2','2301.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006693.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094957.0','1044452.0','1',    '1','1','3772.0',    '1','1','3772.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006694.0','1018885.0','8',    '8','2','1791.96',    '8','2','1791.96',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094958.0','1044452.0','4',    '4','1','493.01',    '4','1','493.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006695.0','1018885.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094959.0','1044452.0','96',    '95','32','48330.28',    '95','30','38417.66',    '52','7','9912.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006696.0','1018885.0','2',    '2','1','3753.75',    '2','1','3369.65',    '1','1','384.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094960.0','1044452.0','4',    '3','3','6371.73',    '3','3','5090.44',    '1','1','1281.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006697.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094961.0','1044452.0','14',    '13','9','16280.81',    '13','7','15332.0',    '8','2','948.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006698.0','1018885.0','50',    '48','25','55803.86',    '47','23','52380.43',    '27','7','3423.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094962.0','1044452.0','37',    '32','27','46788.44',    '32','25','44307.27',    '12','7','2481.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006699.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094963.0','1044452.0','66',    '58','52','208451.94',    '56','50','138829.27',    '34','25','69622.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006700.0','1018885.0','116',    '111','49','70171.24',    '110','38','39075.0',    '53','19','31096.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094964.0','1044452.0','23',    '22','22','62354.14',    '22','22','60388.32',    '4','3','1965.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006701.0','1018885.0','222',    '215','67','101810.69',    '215','66','74350.02',    '91','5','27460.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094965.0','1044452.0','1',    '1','1','540.4',    '1','1','540.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000253.0','1018885.0','10',    '10','9','9408.6',    '10','6','5898.7',    '7','6','3509.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088517.0','1044452.0','4',    '4','3','7172.92',    '4','3','5018.0',    '2','1','2154.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006702.0','1018885.0','5',    '5','4','6252.45',    '5','3','4608.2',    '4','2','1644.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094966.0','1044452.0','24',    '22','13','34187.3',    '21','10','19321.48',    '10','5','14865.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000215.0','1018885.0','26',    '24','22','67047.88',    '24','18','42293.14',    '14','7','24754.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088479.0','1044452.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000222.0','1018885.0','4',    '4','2','4542.02',    '4','2','2876.0',    '2','1','1666.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088486.0','1044452.0','15',    '15','5','7490.05',    '15','5','6434.58',    '6','2','1055.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006703.0','1018885.0','12',    '11','11','28788.87',    '11','11','27522.9',    '5','2','1265.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094967.0','1044452.0','4',    '3','3','9241.58',    '3','3','8275.71',    '1','1','965.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006704.0','1018885.0','1',    '1','1','5200.0',    '1','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094968.0','1044452.0','2',    '1','1','1800.0',    '1','1','1300.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006705.0','1018885.0','300',    '290','135','177712.52',    '288','120','132138.44',    '157','41','45574.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094969.0','1044452.0','13',    '13','3','2170.71',    '13','3','2170.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006706.0','1018885.0','3',    '3','3','5746.34',    '3','2','5024.0',    '3','2','722.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094970.0','1044452.0','2',    '2','1','1615.79',    '2','1','1615.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006707.0','1018885.0','19',    '18','6','7405.28',    '18','4','6931.39',    '9','2','473.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094971.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006708.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094972.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006709.0','1018885.0','3',    '3','3','2901.13',    '3','3','2901.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094973.0','1044452.0','1',    '1','1','5151.6',    '1','1','5151.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006710.0','1018885.0','7',    '4','2','1846.84',    '3','2','1846.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094974.0','1044452.0','1',    '1','1','3822.02',    '1','1','3822.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006711.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094975.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000296.0','1018885.0','7',    '7','6','3596.88',    '7','6','3064.54',    '4','3','532.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088560.0','1044452.0','3',    '2','2','8656.14',    '2','2','8051.49',    '1','1','604.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006712.0','1018885.0','5',    '2','1','739.44',    '2','1','739.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094976.0','1044452.0','5',    '3','3','9085.98',    '3','3','7733.06',    '1','1','1352.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006713.0','1018885.0','1',    '1','1','4432.29',    '1','1','2472.0',    '1','1','1960.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094977.0','1044452.0','8',    '6','5','32587.63',    '6','5','22457.26',    '3','2','10130.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006714.0','1018885.0','10',    '10','10','8478.87',    '10','1','217.2',    '10','10','8261.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094978.0','1044452.0','5',    '3','3','7025.72',    '3','3','6685.24',    '3','1','340.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006715.0','1018885.0','2',    '2','2','1552.53',    '2','0','0.0',    '2','2','1552.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094979.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006716.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094980.0','1044452.0','68',    '56','43','204835.87',    '52','40','115740.39',    '33','21','89095.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006717.0','1018885.0','1',    '1','1','365.65',    '1','1','365.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094981.0','1044452.0','3',    '2','2','3411.76',    '2','2','3411.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006718.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094982.0','1044452.0','2',    '2','1','1326.47',    '2','1','1113.42',    '2','1','213.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006719.0','1018885.0','8',    '8','6','20270.73',    '7','6','16817.37',    '7','4','3453.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094983.0','1044452.0','1113',    '1033','791','678036.35',    '954','186','163000.23',    '869','710','515036.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006720.0','1018885.0','5',    '4','3','9776.89',    '4','3','9480.41',    '2','2','296.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094984.0','1044452.0','11',    '11','10','25269.16',    '11','10','21193.61',    '8','6','4075.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006721.0','1018885.0','2',    '2','2','2959.62',    '2','2','2959.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094985.0','1044452.0','5',    '3','2','6024.0',    '3','2','6024.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006722.0','1018885.0','168',    '156','111','112100.04',    '146','38','54331.41',    '112','79','57768.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094986.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006723.0','1018885.0','3',    '3','3','15586.61',    '3','2','14818.41',    '3','2','768.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094987.0','1044452.0','26',    '26','21','50540.41',    '26','21','47578.31',    '19','3','2962.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006724.0','1018885.0','6',    '5','5','12211.17',    '5','5','12211.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094988.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006725.0','1018885.0','1',    '1','1','1517.92',    '1','1','1517.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094989.0','1044452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006726.0','1018885.0','4',    '3','2','4900.83',    '3','2','4900.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094990.0','1044452.0','1',    '1','1','215.57',    '1','0','0.0',    '1','1','215.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000564.0','1018885.0','1',    '1','1','661.92',    '1','1','661.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088828.0','1044452.0','1',    '1','1','1626.21',    '1','1','1626.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006727.0','1018885.0','267',    '242','200','865139.37',    '231','193','407505.31',    '145','62','457634.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094991.0','1044452.0','6',    '5','4','3898.0',    '5','4','3898.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000301.0','1018885.0','281',    '265','202','180368.1',    '229','22','22222.28',    '224','190','158145.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088565.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006728.0','1018885.0','4',    '2','2','3022.67',    '2','2','2809.0',    '1','1','213.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094992.0','1044452.0','77',    '69','55','207680.48',    '69','55','140159.77',    '38','11','67520.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006729.0','1018885.0','1',    '1','1','9726.71',    '1','1','6331.37',    '1','1','3395.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094993.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006730.0','1018885.0','193',    '179','152','127053.76',    '168','23','22340.32',    '158','144','104713.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094994.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000331.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088595.0','1044452.0','6',    '6','3','6443.3',    '6','3','4792.14',    '5','2','1651.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006731.0','1018885.0','64',    '60','47','39967.11',    '53','8','6662.15',    '55','45','33304.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094995.0','1044452.0','1',    '1','1','882.58',    '1','0','0.0',    '1','1','882.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006732.0','1018885.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094996.0','1044452.0','37',    '36','22','13557.4',    '26','16','7664.34',    '22','7','5893.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000260.0','1018885.0','2',    '1','1','235.86',    '1','0','0.0',    '1','1','235.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088524.0','1044452.0','1',    '1','1','4319.96',    '1','1','4319.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006733.0','1018885.0','4',    '3','1','4307.03',    '3','1','4307.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094997.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006734.0','1018885.0','1',    '1','1','431.52',    '1','1','431.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094998.0','1044452.0','172',    '162','141','431512.13',    '160','134','336251.16',    '91','65','95260.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006735.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2094999.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006736.0','1018885.0','5',    '5','4','37763.42',    '4','4','11726.2',    '5','2','26037.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095000.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006737.0','1018885.0','6',    '6','4','4571.54',    '5','3','4041.88',    '3','1','529.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095001.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006738.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095002.0','1044452.0','1',    '1','1','4021.0',    '1','1','4021.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006739.0','1018885.0','3',    '3','3','6275.4',    '3','1','3864.3',    '3','3','2411.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095003.0','1044452.0','2',    '2','1','1300.0',    '2','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006740.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095004.0','1044452.0','1',    '1','1','1160.25',    '1','1','287.17',    '1','1','873.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006741.0','1018885.0','1',    '1','1','7364.1',    '1','1','6439.0',    '1','1','925.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095005.0','1044452.0','1',    '1','1','713.14',    '1','0','0.0',    '1','1','713.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006742.0','1018885.0','2',    '2','2','9544.23',    '2','2','6419.4',    '2','1','3124.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095006.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006743.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095007.0','1044452.0','4',    '4','1','5200.0',    '4','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006744.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095008.0','1044452.0','187',    '179','152','122467.27',    '157','17','16195.84',    '161','144','106271.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006745.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095009.0','1044452.0','12',    '9','7','27312.57',    '8','6','19114.41',    '5','4','8198.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006746.0','1018885.0','21',    '19','16','38008.81',    '19','16','35010.09',    '9','4','2998.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095010.0','1044452.0','3',    '3','3','1626.46',    '3','0','0.0',    '3','3','1626.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006747.0','1018885.0','2',    '2','2','7800.98',    '2','2','4445.31',    '2','2','3355.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095011.0','1044452.0','8',    '7','7','9009.05',    '7','7','8240.85',    '4','4','768.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006748.0','1018885.0','7',    '6','5','8738.56',    '6','5','8738.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095012.0','1044452.0','1',    '1','1','995.66',    '1','1','995.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006749.0','1018885.0','81',    '81','68','189756.2',    '78','67','138226.05',    '61','22','51530.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095013.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006750.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095014.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006751.0','1018885.0','1',    '1','1','800.88',    '1','0','0.0',    '1','1','800.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095015.0','1044452.0','3',    '3','3','7475.9',    '3','3','7475.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000272.0','1018885.0','1',    '1','1','1764.51',    '1','1','1764.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088536.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006752.0','1018885.0','1',    '1','1','455.89',    '1','1','379.89',    '1','1','76.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095016.0','1044452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000232.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088496.0','1044452.0','29',    '21','18','105022.3',    '20','18','56313.25',    '15','8','48709.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006753.0','1018885.0','2',    '2','2','3284.48',    '2','2','3284.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095017.0','1044452.0','5',    '5','2','551.09',    '5','1','503.59',    '2','1','47.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006754.0','1018885.0','22',    '22','14','9558.18',    '19','1','100.0',    '20','13','9458.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095018.0','1044452.0','6',    '5','3','7120.72',    '5','3','6619.6',    '3','2','501.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006755.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095019.0','1044452.0','1',    '1','1','474.6',    '1','1','474.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006756.0','1018885.0','6',    '6','4','3271.92',    '4','0','0.0',    '6','4','3271.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095020.0','1044452.0','6',    '5','3','2791.74',    '5','2','969.09',    '5','3','1822.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006757.0','1018885.0','16',    '12','10','26356.68',    '12','9','21070.42',    '5','3','5286.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095021.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006758.0','1018885.0','19',    '13','10','19292.93',    '13','10','19171.82',    '7','1','121.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095022.0','1044452.0','8',    '8','7','41076.61',    '8','7','18304.2',    '4','3','22772.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006759.0','1018885.0','6',    '5','4','10594.09',    '4','3','9963.32',    '4','2','630.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095023.0','1044452.0','7',    '7','6','19233.63',    '7','6','11299.84',    '3','1','7933.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006760.0','1018885.0','7',    '4','3','3660.13',    '4','3','3040.17',    '4','2','619.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095024.0','1044452.0','3',    '3','3','9565.17',    '3','3','9340.0',    '1','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006761.0','1018885.0','4',    '4','3','8510.62',    '3','3','8510.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095025.0','1044452.0','2',    '2','2','1845.18',    '2','2','1845.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006762.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095026.0','1044452.0','3',    '3','2','2105.0',    '2','1','345.8',    '3','2','1759.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006763.0','1018885.0','5',    '2','1','4009.12',    '1','1','898.0',    '2','1','3111.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095027.0','1044452.0','8',    '8','6','5465.56',    '8','2','762.99',    '6','5','4702.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006764.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095028.0','1044452.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006765.0','1018885.0','1',    '1','1','835.08',    '1','0','0.0',    '1','1','835.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095029.0','1044452.0','5',    '4','3','4023.76',    '4','2','3263.82',    '3','1','759.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006766.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095030.0','1044452.0','11',    '9','6','42848.87',    '9','6','25362.6',    '4','3','17486.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000234.0','1018885.0','1',    '1','1','137.02',    '1','0','0.0',    '1','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088498.0','1044452.0','6',    '6','6','7844.55',    '6','4','3620.49',    '6','5','4224.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000566.0','1018885.0','2',    '1','1','5444.82',    '1','1','5200.0',    '1','1','244.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088830.0','1044452.0','42',    '33','27','243858.69',    '31','27','140538.32',    '19','14','103320.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006767.0','1018885.0','3',    '2','2','816.76',    '2','1','580.9',    '1','1','235.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095031.0','1044452.0','2',    '2','2','2092.26',    '2','2','2092.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006768.0','1018885.0','31',    '23','19','63625.05',    '23','19','56894.04',    '10','3','6731.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095032.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006769.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095033.0','1044452.0','3',    '3','3','12611.36',    '3','3','12611.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006770.0','1018885.0','1',    '1','1','835.08',    '1','0','0.0',    '1','1','835.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095034.0','1044452.0','15',    '14','11','36337.13',    '13','11','27760.65',    '10','4','8576.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006771.0','1018885.0','3',    '2','2','3415.84',    '2','2','3415.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095035.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000255.0','1018885.0','1',    '1','1','2359.27',    '1','1','2359.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088519.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006772.0','1018885.0','3',    '3','1','4412.0',    '3','1','4412.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095036.0','1044452.0','7',    '7','5','8099.73',    '7','5','8099.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006773.0','1018885.0','47',    '40','18','11160.56',    '35','6','5396.74',    '33','15','5763.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095037.0','1044452.0','1',    '1','1','2600.0',    '1','1','2600.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006774.0','1018885.0','1',    '1','1','1132.98',    '1','1','1132.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095038.0','1044452.0','914',    '850','616','530488.62',    '760','173','147872.76',    '703','544','382615.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006775.0','1018885.0','17',    '17','15','12598.19',    '17','5','3055.11',    '15','14','9543.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095039.0','1044452.0','1',    '1','1','3074.08',    '1','1','3074.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006776.0','1018885.0','15',    '14','12','20259.81',    '13','2','5002.71',    '13','12','15257.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095040.0','1044452.0','69',    '66','48','42420.27',    '63','17','15265.05',    '51','35','27155.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006777.0','1018885.0','2',    '2','2','2655.52',    '2','1','2430.35',    '1','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095041.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006778.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095042.0','1044452.0','2',    '2','2','2143.82',    '2','2','2143.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006779.0','1018885.0','8',    '7','4','2740.75',    '7','1','919.62',    '6','3','1821.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095043.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006780.0','1018885.0','2',    '2','2','915.6',    '2','2','915.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095044.0','1044452.0','11',    '9','7','11631.23',    '9','6','10927.73',    '5','2','703.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006781.0','1018885.0','4',    '3','1','1380.0',    '3','1','1380.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095045.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006782.0','1018885.0','15',    '15','14','11354.47',    '15','3','1018.11',    '13','12','10336.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095046.0','1044452.0','4',    '3','2','911.17',    '2','1','778.11',    '1','1','133.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006783.0','1018885.0','137',    '132','118','108263.19',    '122','29','28261.03',    '122','109','80002.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095047.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006784.0','1018885.0','5',    '3','2','2082.57',    '3','2','1802.92',    '2','1','279.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095048.0','1044452.0','1',    '1','1','228.7',    '1','1','228.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006785.0','1018885.0','4',    '4','1','299.45',    '4','1','299.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095049.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006786.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095050.0','1044452.0','3',    '3','2','3813.3',    '2','2','2695.63',    '3','1','1117.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006787.0','1018885.0','22',    '20','15','17874.92',    '20','11','14551.67',    '10','6','3323.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095051.0','1044452.0','205',    '197','155','129878.32',    '177','27','21555.53',    '179','149','108322.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006788.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095052.0','1044452.0','1206',    '1131','842','795938.31',    '1028','272','240889.33',    '946','744','555048.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006789.0','1018885.0','2',    '2','2','1276.13',    '2','2','1276.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095053.0','1044452.0','57',    '54','38','29339.71',    '44','7','4695.11',    '43','33','24644.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000420.0','1018885.0','1',    '1','1','9258.58',    '1','1','6511.0',    '1','1','2747.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088684.0','1044452.0','1',    '1','1','816.08',    '1','0','0.0',    '1','1','816.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006790.0','1018885.0','1',    '1','1','835.08',    '1','0','0.0',    '1','1','835.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095054.0','1044452.0','1',    '1','1','2600.0',    '1','1','2600.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006791.0','1018885.0','2',    '2','1','887.32',    '2','1','887.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095055.0','1044452.0','276',    '263','211','191576.28',    '238','38','44911.04',    '230','197','146665.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006792.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095056.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006793.0','1018885.0','164',    '154','124','105273.7',    '136','17','17197.88',    '139','115','88075.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095057.0','1044452.0','6',    '6','5','5031.96',    '6','3','2172.23',    '3','3','2859.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006794.0','1018885.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095058.0','1044452.0','2',    '2','1','977.58',    '2','0','0.0',    '2','1','977.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006795.0','1018885.0','1',    '1','1','137.02',    '1','0','0.0',    '1','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095059.0','1044452.0','47',    '39','30','50461.67',    '39','19','34833.11',    '26','18','15628.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006796.0','1018885.0','12',    '12','9','26036.93',    '12','8','25516.59',    '6','3','520.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095060.0','1044452.0','1',    '1','1','3520.76',    '1','1','2600.0',    '1','1','920.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006797.0','1018885.0','4',    '4','3','3715.19',    '4','3','2889.61',    '1','1','825.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095061.0','1044452.0','39',    '37','29','22777.95',    '30','5','1900.2',    '35','28','20877.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006798.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095062.0','1044452.0','2',    '2','2','1774.66',    '2','0','0.0',    '2','2','1774.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006799.0','1018885.0','3',    '3','2','987.08',    '3','0','0.0',    '2','2','987.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095063.0','1044452.0','4',    '3','3','4297.64',    '3','3','4297.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000438.0','1018885.0','1',    '1','1','1321.42',    '1','1','1096.25',    '1','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088702.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006800.0','1018885.0','2',    '2','2','1309.08',    '2','2','1309.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095064.0','1044452.0','1',    '1','1','129.15',    '1','1','129.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006801.0','1018885.0','1',    '1','1','10770.93',    '1','1','6157.0',    '1','1','4613.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095065.0','1044452.0','6',    '6','4','4049.38',    '6','4','3687.19',    '5','1','362.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006802.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095066.0','1044452.0','5',    '4','2','8232.52',    '4','2','8232.52',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006803.0','1018885.0','10',    '7','6','46461.8',    '7','6','24810.47',    '5','3','21651.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095067.0','1044452.0','100',    '100','40','51616.88',    '98','34','33797.55',    '56','14','17819.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006804.0','1018885.0','4',    '4','3','4751.25',    '3','3','4751.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095068.0','1044452.0','19',    '18','16','141779.98',    '18','16','81053.99',    '11','6','60725.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006805.0','1018885.0','71',    '67','50','95606.0',    '61','40','64883.82',    '38','24','30722.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095069.0','1044452.0','2',    '2','2','3814.47',    '2','2','3698.0',    '1','1','116.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006806.0','1018885.0','6',    '6','3','5946.75',    '6','3','5721.58',    '1','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095070.0','1044452.0','174',    '164','130','104831.8',    '134','11','9801.65',    '149','125','95030.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006807.0','1018885.0','75',    '75','39','35399.26',    '74','30','27356.62',    '51','15','8042.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095071.0','1044452.0','3',    '1','1','931.75',    '1','1','569.56',    '1','1','362.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000529.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088793.0','1044452.0','15',    '14','10','15480.09',    '14','9','14095.75',    '8','4','1384.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006808.0','1018885.0','14',    '12','9','19863.12',    '12','6','12005.88',    '8','5','7857.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095072.0','1044452.0','1',    '1','1','2040.75',    '1','1','2040.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006809.0','1018885.0','16',    '13','12','118606.72',    '12','12','45141.2',    '10','7','73465.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095073.0','1044452.0','1',    '1','1','189.83',    '1','1','189.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006810.0','1018885.0','66',    '64','24','20961.51',    '64','21','15836.41',    '37','8','5125.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095074.0','1044452.0','1',    '1','1','2652.95',    '1','1','2652.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006811.0','1018885.0','3',    '3','3','4507.86',    '3','3','4507.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095075.0','1044452.0','1',    '1','1','1553.39',    '1','1','1553.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006812.0','1018885.0','8',    '6','5','7537.64',    '6','5','6424.49',    '4','2','1113.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095076.0','1044452.0','7',    '6','6','13744.99',    '5','4','12323.18',    '5','5','1421.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006813.0','1018885.0','11',    '11','6','8390.18',    '10','5','6625.19',    '5','3','1764.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095077.0','1044452.0','8',    '8','5','8214.41',    '6','1','5200.0',    '5','4','3014.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006814.0','1018885.0','2',    '2','1','3311.05',    '1','1','3311.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095078.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006815.0','1018885.0','2',    '2','1','835.08',    '2','0','0.0',    '1','1','835.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095079.0','1044452.0','2',    '2','1','1210.4',    '2','1','1210.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006816.0','1018885.0','8',    '8','5','7432.21',    '8','5','3969.16',    '5','4','3463.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095080.0','1044452.0','1',    '1','1','474.17',    '1','1','474.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006817.0','1018885.0','34',    '33','26','21583.34',    '26','4','3239.0',    '31','24','18344.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095081.0','1044452.0','218',    '205','155','123593.42',    '186','21','14568.05',    '178','149','109025.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006818.0','1018885.0','11',    '11','11','9461.59',    '11','3','1212.46',    '10','10','8249.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095082.0','1044452.0','3',    '3','1','800.0',    '3','1','800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006819.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095083.0','1044452.0','19',    '19','17','12480.85',    '17','2','698.28',    '18','16','11782.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006820.0','1018885.0','3',    '2','2','4926.66',    '2','2','4926.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095084.0','1044452.0','1',    '1','1','6157.0',    '1','1','6157.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006821.0','1018885.0','190',    '184','158','143959.42',    '173','19','17900.46',    '175','155','126058.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095085.0','1044452.0','6',    '6','4','3965.86',    '6','4','3965.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006822.0','1018885.0','2',    '2','1','3005.72',    '2','1','3005.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095086.0','1044452.0','2',    '1','1','387.97',    '0','0','0.0',    '1','1','387.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006823.0','1018885.0','3',    '3','3','725.41',    '3','3','500.24',    '1','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095087.0','1044452.0','1',    '1','1','2550.49',    '1','1','2550.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006824.0','1018885.0','2',    '1','1','564.46',    '1','1','564.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095088.0','1044452.0','107',    '93','45','42536.26',    '86','26','28497.6',    '47','27','14038.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000205.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088469.0','1044452.0','7',    '5','4','3999.09',    '5','4','3999.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006825.0','1018885.0','77',    '68','47','39325.95',    '64','17','12898.38',    '52','38','26427.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095089.0','1044452.0','11',    '9','3','6387.0',    '7','3','6387.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006826.0','1018885.0','19',    '19','11','17678.86',    '19','10','16437.92',    '13','3','1240.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095090.0','1044452.0','59',    '55','26','21980.15',    '55','19','16759.59',    '29','13','5220.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006827.0','1018885.0','53',    '50','37','31281.6',    '45','5','3886.46',    '46','36','27395.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095091.0','1044452.0','3',    '3','3','4664.73',    '3','3','4664.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006828.0','1018885.0','2',    '1','1','5596.16',    '1','1','1107.0',    '1','1','4489.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095092.0','1044452.0','113',    '104','71','133905.26',    '95','52','87611.17',    '59','35','46294.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006829.0','1018885.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095093.0','1044452.0','4',    '4','3','4021.61',    '4','3','3884.59',    '2','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006830.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095094.0','1044452.0','181',    '181','75','81120.71',    '178','58','58023.83',    '120','33','23096.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006831.0','1018885.0','6',    '5','1','1300.0',    '5','1','1300.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095095.0','1044452.0','3',    '1','1','1366.48',    '1','1','1366.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006832.0','1018885.0','16',    '13','12','86899.71',    '13','12','52323.69',    '9','8','34576.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095096.0','1044452.0','1',    '1','1','729.6',    '1','1','729.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006833.0','1018885.0','7',    '7','4','3926.19',    '6','3','3185.25',    '2','1','740.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095097.0','1044452.0','2',    '2','2','3614.2',    '2','2','3477.18',    '1','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006834.0','1018885.0','1',    '1','1','315.3',    '1','1','239.3',    '1','1','76.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095098.0','1044452.0','1',    '1','1','2690.64',    '1','1','2690.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006835.0','1018885.0','1',    '1','1','2390.81',    '1','1','2390.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095099.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006836.0','1018885.0','6',    '5','5','4677.73',    '5','2','672.57',    '5','4','4005.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095100.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006837.0','1018885.0','4',    '4','4','5491.07',    '4','2','2532.05',    '2','2','2959.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095101.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000385.0','1018885.0','4',    '3','3','6537.39',    '3','3','6321.11',    '1','1','216.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088649.0','1044452.0','4',    '4','4','3596.82',    '4','0','0.0',    '4','4','3596.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000436.0','1018885.0','15',    '13','9','27534.18',    '13','9','21608.46',    '5','3','5925.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088700.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006838.0','1018885.0','11',    '10','8','67341.91',    '10','8','30509.53',    '7','6','36832.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095102.0','1044452.0','1',    '1','1','215.57',    '1','0','0.0',    '1','1','215.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006839.0','1018885.0','1',    '1','1','441.44',    '1','1','304.42',    '1','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095103.0','1044452.0','8',    '8','6','13235.01',    '8','6','11370.89',    '5','2','1864.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006840.0','1018885.0','51',    '48','43','36921.66',    '45','10','9073.26',    '42','37','27848.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095104.0','1044452.0','1',    '1','1','3429.89',    '1','1','1098.0',    '1','1','2331.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006841.0','1018885.0','23',    '22','16','24050.23',    '22','15','22824.92',    '15','5','1225.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095105.0','1044452.0','2',    '1','1','1291.09',    '1','1','1291.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006842.0','1018885.0','8',    '8','6','3111.54',    '6','0','0.0',    '8','6','3111.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095106.0','1044452.0','1',    '1','1','2152.0',    '1','1','2152.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006843.0','1018885.0','35',    '35','20','10042.42',    '35','12','3163.45',    '21','11','6878.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095107.0','1044452.0','2',    '1','1','780.3',    '1','1','780.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006844.0','1018885.0','1',    '1','1','18476.76',    '1','1','6472.0',    '1','1','12004.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095108.0','1044452.0','3',    '3','3','25682.17',    '3','3','15199.33',    '1','1','10482.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006845.0','1018885.0','3',    '3','2','1635.9',    '3','2','1635.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095109.0','1044452.0','23',    '22','12','13076.49',    '22','10','8546.84',    '12','4','4529.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000415.0','1018885.0','75',    '70','61','48246.08',    '64','4','2581.38',    '68','59','45664.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088679.0','1044452.0','23',    '13','9','31874.42',    '13','9','22178.17',    '8','6','9696.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006846.0','1018885.0','13',    '12','9','13166.35',    '12','8','10946.92',    '6','4','2219.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095110.0','1044452.0','59',    '53','34','40719.53',    '48','10','12448.19',    '36','30','28271.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006847.0','1018885.0','685',    '660','512','451254.05',    '580','103','121936.16',    '573','460','329317.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095111.0','1044452.0','2',    '2','2','1836.85',    '2','2','1836.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006848.0','1018885.0','1',    '1','1','2600.0',    '1','1','2600.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095112.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006849.0','1018885.0','6',    '5','5','9248.6',    '5','5','9248.6',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095113.0','1044452.0','1',    '1','1','2373.23',    '1','1','2373.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006850.0','1018885.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095114.0','1044452.0','65',    '58','39','32199.98',    '51','9','7586.14',    '51','35','24613.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006834.0','1018885.0','14',    '11','9','7799.13',    '10','1','522.03',    '9','9','7277.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095098.0','1044452.0','1',    '1','1','601.0',    '1','1','601.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006851.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095115.0','1044452.0','1',    '1','1','1106.42',    '1','1','1106.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006852.0','1018885.0','18',    '16','10','12395.15',    '16','6','7851.5',    '11','8','4543.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095116.0','1044452.0','1',    '1','1','5771.48',    '1','1','5695.48',    '1','1','76.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006853.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095117.0','1044452.0','6',    '6','6','10673.36',    '6','5','6387.1',    '4','4','4286.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006854.0','1018885.0','1',    '1','1','1300.0',    '1','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095118.0','1044452.0','2',    '2','2','7359.8',    '2','2','7359.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006855.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095119.0','1044452.0','2',    '2','1','2579.71',    '2','1','2579.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000257.0','1018885.0','5',    '5','4','7511.11',    '5','4','7138.79',    '3','1','372.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088521.0','1044452.0','133',    '127','91','73854.33',    '110','16','11809.65',    '119','86','62044.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006856.0','1018885.0','320',    '306','231','194415.77',    '263','50','29805.15',    '272','223','164610.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095120.0','1044452.0','3',    '3','3','7780.19',    '3','3','6257.59',    '3','1','1522.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006857.0','1018885.0','2',    '1','1','202.24',    '1','1','202.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095121.0','1044452.0','14',    '14','10','12433.58',    '12','4','5287.39',    '14','9','7146.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006858.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095122.0','1044452.0','10',    '8','7','4590.55',    '8','2','650.86',    '7','6','3939.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006859.0','1018885.0','6',    '4','3','2312.98',    '4','1','715.02',    '2','2','1597.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095123.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006860.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095124.0','1044452.0','2',    '2','2','2204.23',    '1','1','582.74',    '2','2','1621.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006861.0','1018885.0','4',    '3','2','3784.12',    '2','2','3784.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095125.0','1044452.0','3',    '3','1','563.48',    '3','1','563.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006862.0','1018885.0','1',    '1','1','1300.0',    '1','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095126.0','1044452.0','5',    '4','4','13821.36',    '4','4','13821.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006863.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095127.0','1044452.0','4',    '2','1','6127.1',    '2','1','690.0',    '1','1','5437.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006864.0','1018885.0','5',    '4','2','5304.87',    '4','2','5120.61',    '1','1','184.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095128.0','1044452.0','2',    '2','1','413.36',    '2','1','413.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006865.0','1018885.0','4',    '4','2','1844.5',    '4','2','1844.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095129.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006866.0','1018885.0','88',    '76','58','391360.02',    '74','57','193344.02',    '56','25','198016.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095130.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006867.0','1018885.0','11',    '6','2','4109.0',    '5','2','4109.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095131.0','1044452.0','4',    '1','1','94.7',    '1','1','94.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006868.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095132.0','1044452.0','1',    '1','1','680.91',    '1','1','680.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006869.0','1018885.0','3',    '3','3','5394.5',    '3','2','5257.48',    '3','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095133.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006870.0','1018885.0','5',    '5','3','3362.3',    '5','3','3362.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095134.0','1044452.0','1',    '1','1','1300.0',    '1','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006871.0','1018885.0','1',    '1','1','871.02',    '1','1','657.35',    '1','1','213.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095135.0','1044452.0','42',    '38','28','62334.81',    '38','27','45770.68',    '18','6','16564.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006872.0','1018885.0','80',    '71','50','279957.1',    '70','49','140494.25',    '36','21','139462.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095136.0','1044452.0','2',    '2','2','2415.37',    '2','2','2415.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006873.0','1018885.0','13',    '12','12','9641.25',    '12','0','0.0',    '12','12','9641.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095137.0','1044452.0','1',    '1','1','2151.49',    '1','1','2151.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006874.0','1018885.0','4',    '3','2','6549.38',    '3','2','6549.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095138.0','1044452.0','9',    '8','4','11354.07',    '8','4','11160.03',    '3','1','194.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006875.0','1018885.0','4',    '4','3','5512.34',    '4','2','1686.01',    '2','1','3826.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095139.0','1044452.0','12',    '12','10','11128.53',    '12','10','10868.01',    '4','2','260.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006876.0','1018885.0','3',    '1','1','3229.89',    '1','1','3229.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095140.0','1044452.0','1',    '1','1','9.5',    '1','0','0.0',    '1','1','9.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006877.0','1018885.0','6',    '4','4','22423.02',    '4','4','11333.87',    '4','2','11089.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095141.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000223.0','1018885.0','13',    '9','6','9462.95',    '9','5','7802.33',    '4','2','1660.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088487.0','1044452.0','281',    '267','85','154032.24',    '264','72','136683.25',    '108','20','17348.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006878.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095142.0','1044452.0','8',    '8','4','8048.47',    '8','4','8048.47',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006879.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095143.0','1044452.0','15',    '12','6','11050.67',    '12','6','10913.65',    '6','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000471.0','1018885.0','1',    '1','1','475.99',    '1','1','475.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088735.0','1044452.0','4',    '3','1','1610.19',    '2','1','765.61',    '2','1','844.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006880.0','1018885.0','5',    '4','1','44.3',    '4','1','44.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095144.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006881.0','1018885.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095145.0','1044452.0','1',    '1','1','273.0',    '1','1','273.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006882.0','1018885.0','1',    '1','1','1432.0',    '1','1','1432.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095146.0','1044452.0','11',    '4','2','1984.41',    '4','2','1346.89',    '1','1','637.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006883.0','1018885.0','1',    '1','1','408.85',    '1','1','408.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095147.0','1044452.0','25',    '22','18','93411.18',    '22','17','49667.63',    '17','13','43743.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006884.0','1018885.0','7',    '7','6','20188.64',    '7','6','16683.5',    '7','2','3505.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095148.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006885.0','1018885.0','4',    '4','2','2600.0',    '4','2','2600.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095149.0','1044452.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006886.0','1018885.0','1',    '1','1','230.2',    '1','1','230.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095150.0','1044452.0','1',    '1','1','3423.2',    '1','1','1469.89',    '1','1','1953.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006887.0','1018885.0','6',    '5','3','13037.18',    '5','3','10363.52',    '2','1','2673.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095151.0','1044452.0','1',    '1','1','2066.64',    '1','1','2066.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006888.0','1018885.0','2',    '2','2','3329.28',    '2','2','3329.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095152.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006889.0','1018885.0','3',    '2','1','16087.09',    '2','1','1044.0',    '2','1','15043.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095153.0','1044452.0','448',    '430','129','198314.37',    '414','99','150362.41',    '291','48','47951.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006890.0','1018885.0','3',    '3','2','2524.78',    '3','2','2524.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095154.0','1044452.0','34',    '27','8','15831.72',    '26','8','15451.51',    '10','1','380.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006891.0','1018885.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095155.0','1044452.0','1',    '1','1','325.04',    '1','1','325.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006892.0','1018885.0','9',    '9','5','3457.23',    '9','4','3144.56',    '1','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095156.0','1044452.0','10',    '7','5','5171.89',    '7','5','5171.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006893.0','1018885.0','8',    '7','3','3605.84',    '7','3','3331.8',    '5','2','274.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095157.0','1044452.0','3',    '3','2','3666.42',    '3','2','3666.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006894.0','1018885.0','1',    '1','1','649.95',    '0','0','0.0',    '1','1','649.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095158.0','1044452.0','6',    '4','2','2456.78',    '4','2','2437.78',    '1','1','19.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006895.0','1018885.0','4',    '4','2','1711.65',    '4','2','1486.48',    '3','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095159.0','1044452.0','2',    '2','2','5636.35',    '2','2','2107.8',    '1','1','3528.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006896.0','1018885.0','16',    '15','9','5741.72',    '14','5','1969.23',    '12','6','3772.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095160.0','1044452.0','2',    '2','2','5959.41',    '2','1','4492.96',    '2','2','1466.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006897.0','1018885.0','2',    '2','1','806.58',    '2','0','0.0',    '1','1','806.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095161.0','1044452.0','5',    '5','4','9999.62',    '5','4','9999.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006898.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095162.0','1044452.0','9',    '9','2','2403.36',    '9','1','900.0',    '3','1','1503.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006899.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095163.0','1044452.0','7',    '7','2','1684.25',    '5','1','878.32',    '5','1','805.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006900.0','1018885.0','23',    '21','10','23016.05',    '21','9','19575.5',    '11','5','3440.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095164.0','1044452.0','24',    '20','14','12831.17',    '17','1','2414.86',    '16','13','10416.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006901.0','1018885.0','4',    '4','4','7807.13',    '4','4','6029.15',    '3','1','1777.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095165.0','1044452.0','39',    '38','21','40358.62',    '38','21','40197.27',    '14','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006902.0','1018885.0','2',    '2','1','4300.86',    '2','1','4300.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095166.0','1044452.0','12',    '11','4','3389.57',    '11','4','3228.22',    '4','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006903.0','1018885.0','16',    '15','10','11983.52',    '14','10','10124.7',    '7','2','1858.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095167.0','1044452.0','2',    '2','2','3729.05',    '2','1','1510.0',    '2','2','2219.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006904.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095168.0','1044452.0','167',    '162','79','90372.6',    '159','54','56851.73',    '118','46','33520.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006905.0','1018885.0','1',    '1','1','137.02',    '1','0','0.0',    '1','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095169.0','1044452.0','237',    '215','164','151663.87',    '202','62','54324.0',    '165','132','97339.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006906.0','1018885.0','11',    '7','6','23298.43',    '7','6','23073.26',    '2','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095170.0','1044452.0','20',    '18','13','25911.5',    '18','13','16879.81',    '10','5','9031.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006907.0','1018885.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095171.0','1044452.0','7',    '6','4','5342.92',    '6','4','5342.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006908.0','1018885.0','1',    '1','1','475.62',    '1','1','338.6',    '1','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095172.0','1044452.0','12',    '12','10','57854.28',    '12','10','35514.39',    '9','4','22339.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006909.0','1018885.0','690',    '649','488','399240.85',    '575','125','64215.17',    '579','458','335025.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095173.0','1044452.0','1',    '1','1','1012.75',    '1','0','0.0',    '1','1','1012.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006910.0','1018885.0','2',    '1','1','4440.96',    '1','1','4440.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095174.0','1044452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2001754.0','1018885.0','7',    '6','3','9067.59',    '6','3','6052.54',    '3','2','3015.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2090018.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006911.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095175.0','1044452.0','6',    '5','5','3976.62',    '4','0','0.0',    '5','5','3976.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006912.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095176.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006913.0','1018885.0','2',    '2','1','800.88',    '2','0','0.0',    '1','1','800.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095177.0','1044452.0','10',    '9','9','13316.85',    '9','9','13179.83',    '3','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006914.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095178.0','1044452.0','5',    '5','5','3650.98',    '4','4','3013.96',    '3','2','637.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006915.0','1018885.0','4',    '4','3','5105.52',    '4','3','4192.49',    '1','1','913.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095179.0','1044452.0','4',    '2','1','4591.43',    '2','1','4591.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006916.0','1018885.0','25',    '25','10','11700.2',    '25','5','5869.98',    '12','6','5830.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095180.0','1044452.0','1',    '1','1','2600.0',    '1','1','2600.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006917.0','1018885.0','1',    '1','1','4078.91',    '1','1','4078.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095181.0','1044452.0','44',    '42','20','67819.79',    '42','20','66906.76',    '15','2','913.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006918.0','1018885.0','8',    '7','6','15828.2',    '6','6','15152.22',    '4','2','675.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095182.0','1044452.0','3',    '3','1','4170.88',    '3','1','4170.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006919.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095183.0','1044452.0','17',    '16','12','8999.63',    '14','2','667.75',    '14','12','8331.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006920.0','1018885.0','1',    '1','1','255.53',    '1','1','255.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095184.0','1044452.0','66',    '62','45','111321.32',    '61','42','90030.57',    '30','13','21290.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006921.0','1018885.0','571',    '538','438','392947.24',    '506','122','110263.96',    '450','381','282683.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095185.0','1044452.0','46',    '43','34','120303.68',    '42','31','66635.7',    '23','11','53667.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006922.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095186.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006923.0','1018885.0','1',    '1','1','1868.5',    '1','1','1868.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095187.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2001780.0','1018885.0','1',    '1','1','2161.52',    '1','1','1821.67',    '1','1','339.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2090044.0','1044452.0','9',    '9','7','6082.12',    '7','2','482.7',    '9','7','5599.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006924.0','1018885.0','198',    '182','138','103622.45',    '163','20','9964.46',    '165','129','93657.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095188.0','1044452.0','1',    '1','1','3737.12',    '1','1','3737.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006925.0','1018885.0','16',    '16','12','71920.52',    '16','12','40852.54',    '12','9','31067.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095189.0','1044452.0','9',    '8','4','19923.29',    '7','4','5895.55',    '5','2','14027.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006926.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095190.0','1044452.0','26',    '22','21','168746.02',    '22','21','95103.49',    '11','9','73642.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006927.0','1018885.0','8',    '7','6','6106.53',    '7','3','1133.93',    '4','4','4972.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095191.0','1044452.0','2',    '2','2','2305.67',    '2','2','2168.65',    '1','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006928.0','1018885.0','155',    '145','108','96768.32',    '134','24','21513.6',    '121','99','75254.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095192.0','1044452.0','6',    '5','4','23690.57',    '5','4','18845.56',    '4','2','4845.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006929.0','1018885.0','3',    '1','1','2538.0',    '1','1','2538.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095193.0','1044452.0','48',    '44','29','27269.01',    '37','3','2424.72',    '42','29','24844.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006930.0','1018885.0','2',    '2','2','1378.87',    '2','0','0.0',    '2','2','1378.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095194.0','1044452.0','9',    '8','2','2949.14',    '8','2','2949.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006931.0','1018885.0','3',    '3','3','3994.83',    '3','3','3994.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095195.0','1044452.0','1',    '1','1','645.21',    '1','1','645.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006932.0','1018885.0','7',    '6','3','3047.29',    '6','2','2248.0',    '3','1','799.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095196.0','1044452.0','1',    '1','1','519.0',    '1','1','519.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006933.0','1018885.0','74',    '71','56','45815.0',    '64','17','12435.65',    '59','47','33379.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095197.0','1044452.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006934.0','1018885.0','3',    '3','2','2449.12',    '3','2','2449.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095198.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006935.0','1018885.0','3',    '3','3','5516.02',    '3','3','5379.0',    '2','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095199.0','1044452.0','8',    '6','4','10483.23',    '6','4','9651.31',    '3','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006936.0','1018885.0','3',    '2','1','1300.0',    '2','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095200.0','1044452.0','12',    '12','8','43973.31',    '12','8','24659.07',    '4','2','19314.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006937.0','1018885.0','1',    '1','1','1543.71',    '1','1','756.13',    '1','1','787.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095201.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006938.0','1018885.0','9',    '9','5','3540.81',    '8','5','3403.79',    '6','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095202.0','1044452.0','5',    '5','5','48494.93',    '5','5','28884.0',    '4','4','19610.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006939.0','1018885.0','1',    '1','1','1300.0',    '1','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095203.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006940.0','1018885.0','29',    '22','19','45722.95',    '21','17','35476.63',    '14','9','10246.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095204.0','1044452.0','1',    '1','1','7473.48',    '1','1','932.0',    '1','1','6541.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006941.0','1018885.0','25',    '23','20','69123.05',    '23','20','57454.27',    '8','5','11668.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095205.0','1044452.0','73',    '72','35','43670.77',    '72','33','37033.86',    '42','11','6636.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006942.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095206.0','1044452.0','8',    '8','8','7661.28',    '8','2','1207.11',    '8','8','6454.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006943.0','1018885.0','4',    '4','3','10797.88',    '4','3','10797.88',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095207.0','1044452.0','1',    '1','1','3100.1',    '1','1','2084.7',    '1','1','1015.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006944.0','1018885.0','2',    '2','2','3803.13',    '2','2','3803.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095208.0','1044452.0','1',    '1','1','8203.85',    '1','1','5200.0',    '1','1','3003.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006945.0','1018885.0','59',    '50','41','196207.49',    '49','40','119834.77',    '27','14','76372.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095209.0','1044452.0','14',    '14','12','13392.17',    '13','3','6812.33',    '11','9','6579.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006946.0','1018885.0','7',    '7','6','13655.51',    '7','6','13655.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095210.0','1044452.0','145',    '144','55','62274.84',    '140','44','38593.21',    '81','23','23681.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006947.0','1018885.0','2',    '2','2','3175.35',    '2','2','3175.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095211.0','1044452.0','2',    '2','2','10081.98',    '2','2','8573.98',    '1','1','1508.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006948.0','1018885.0','8',    '8','6','6178.21',    '8','6','6178.21',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095212.0','1044452.0','39',    '36','28','105421.62',    '35','24','49790.01',    '24','16','55631.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006949.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095213.0','1044452.0','2',    '2','2','1499.66',    '2','2','1499.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006950.0','1018885.0','1',    '1','1','105.97',    '1','1','105.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095214.0','1044452.0','275',    '251','183','177738.14',    '230','54','60905.22',    '199','160','116832.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006951.0','1018885.0','6',    '6','4','13615.7',    '6','3','8743.87',    '4','2','4871.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095215.0','1044452.0','4',    '4','3','4086.17',    '4','3','3389.62',    '3','2','696.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006952.0','1018885.0','1',    '1','1','2600.0',    '1','1','2600.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095216.0','1044452.0','6',    '5','4','8126.39',    '5','4','7901.22',    '1','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006953.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095217.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006954.0','1018885.0','6',    '5','4','2859.39',    '4','2','629.69',    '4','4','2229.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095218.0','1044452.0','26',    '25','14','41836.52',    '25','13','16973.7',    '18','8','24862.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006955.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095219.0','1044452.0','4',    '4','3','3525.0',    '4','2','1835.84',    '2','2','1689.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006956.0','1018885.0','4',    '4','3','5769.12',    '4','2','5456.45',    '2','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095220.0','1044452.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006957.0','1018885.0','620',    '609','167','255221.21',    '597','112','163140.44',    '372','79','92080.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095221.0','1044452.0','14',    '14','11','9629.05',    '14','10','8877.37',    '7','1','751.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006958.0','1018885.0','3',    '3','3','10458.86',    '3','3','8875.26',    '1','1','1583.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095222.0','1044452.0','48',    '41','32','125100.95',    '41','31','98012.98',    '22','8','27087.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006959.0','1018885.0','6',    '4','2','9168.25',    '4','2','9168.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095223.0','1044452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006960.0','1018885.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095224.0','1044452.0','562',    '547','193','290751.69',    '528','131','184113.81',    '343','90','106637.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006961.0','1018885.0','23',    '20','2','1403.92',    '20','2','1403.92',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095225.0','1044452.0','64',    '63','30','44199.89',    '62','28','40646.48',    '20','7','3553.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006962.0','1018885.0','8',    '8','3','6061.68',    '8','2','4110.0',    '4','1','1951.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095226.0','1044452.0','111',    '103','68','214053.46',    '103','65','202757.17',    '45','14','11296.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006963.0','1018885.0','22',    '21','11','11437.2',    '20','1','1124.0',    '19','10','10313.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095227.0','1044452.0','26',    '26','10','22903.12',    '25','9','18088.88',    '11','3','4814.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006964.0','1018885.0','4',    '3','2','2873.36',    '3','2','2399.34',    '2','1','474.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095228.0','1044452.0','46',    '44','12','20387.47',    '43','10','18752.77',    '15','3','1634.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006965.0','1018885.0','4',    '4','3','3851.9',    '4','1','2240.64',    '4','2','1611.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095229.0','1044452.0','4',    '4','3','5127.62',    '4','3','5127.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006966.0','1018885.0','30',    '27','9','6102.67',    '25','6','5422.34',    '16','3','680.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095230.0','1044452.0','4',    '3','1','900.0',    '3','1','900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006967.0','1018885.0','1',    '1','1','3363.4',    '1','1','3363.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095231.0','1044452.0','76',    '73','35','128214.24',    '73','34','123482.11',    '28','5','4732.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006968.0','1018885.0','176',    '158','98','295151.2',    '154','95','243209.79',    '87','15','51941.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095232.0','1044452.0','25',    '25','5','7911.34',    '25','2','5061.11',    '21','3','2850.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006969.0','1018885.0','41',    '38','17','46060.59',    '38','17','44831.4',    '12','3','1229.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095233.0','1044452.0','177',    '169','74','104557.38',    '158','35','39119.16',    '135','53','65438.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006970.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095234.0','1044452.0','43',    '41','20','69746.32',    '40','16','64716.8',    '22','7','5029.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006971.0','1018885.0','968',    '933','445','514745.18',    '869','177','225667.2',    '732','337','289077.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095235.0','1044452.0','466',    '445','252','416089.35',    '434','149','217789.04',    '301','158','198300.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006972.0','1018885.0','39',    '35','20','48033.48',    '31','18','37553.21',    '17','6','10480.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095236.0','1044452.0','138',    '129','55','134026.15',    '127','50','106787.21',    '62','16','27238.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006973.0','1018885.0','427',    '413','196','296583.88',    '405','150','192085.91',    '257','80','104497.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095237.0','1044452.0','91',    '77','41','123088.05',    '77','36','111665.71',    '27','11','11422.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006974.0','1018885.0','45',    '43','21','35553.59',    '41','19','31322.05',    '19','4','4231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095238.0','1044452.0','2',    '1','1','1829.99',    '1','1','1829.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006975.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095239.0','1044452.0','13',    '12','5','10122.23',    '12','2','2634.0',    '9','5','7488.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006976.0','1018885.0','1',    '1','1','599.11',    '1','1','599.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095240.0','1044452.0','1',    '1','1','959.7',    '1','1','959.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006977.0','1018885.0','1',    '1','1','3070.24',    '1','1','2238.32',    '1','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095241.0','1044452.0','14',    '10','5','8012.58',    '10','5','6377.5',    '9','3','1635.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006978.0','1018885.0','7',    '6','5','9960.91',    '6','5','9885.91',    '2','1','75.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095242.0','1044452.0','68',    '65','28','51526.68',    '65','26','46404.78',    '22','5','5121.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006979.0','1018885.0','56',    '53','27','75501.66',    '53','23','66654.64',    '25','8','8847.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095243.0','1044452.0','16',    '13','4','7133.48',    '13','4','7133.48',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006980.0','1018885.0','131',    '125','24','41113.84',    '119','13','18551.24',    '78','17','22562.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095244.0','1044452.0','169',    '163','89','147330.56',    '154','29','57101.85',    '118','69','90228.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2001684.0','1018885.0','7',    '7','2','7053.35',    '7','2','7053.35',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2089948.0','1044452.0','2',    '2','1','900.0',    '2','1','900.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006981.0','1018885.0','30',    '26','12','38460.92',    '26','12','38299.57',    '10','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095245.0','1044452.0','11',    '9','3','2855.92',    '9','2','2024.0',    '5','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006982.0','1018885.0','91',    '89','43','80547.33',    '87','39','76409.74',    '33','8','4137.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095246.0','1044452.0','150',    '142','47','64063.82',    '138','25','33849.16',    '94','28','30214.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006983.0','1018885.0','51',    '39','28','138049.29',    '39','28','138049.29',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095247.0','1044452.0','28',    '27','18','26820.13',    '27','13','14886.73',    '15','12','11933.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006984.0','1018885.0','46',    '40','17','27296.49',    '39','12','22634.94',    '26','6','4661.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095248.0','1044452.0','19',    '18','9','24216.69',    '18','9','24216.69',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006985.0','1018885.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095249.0','1044452.0','52',    '49','20','60472.88',    '49','20','59204.32',    '18','3','1268.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006986.0','1018885.0','27',    '24','9','15245.94',    '24','8','13346.19',    '12','2','1899.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095250.0','1044452.0','5',    '4','1','5009.0',    '3','1','5009.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006987.0','1018885.0','6',    '6','3','665.51',    '6','2','539.97',    '1','1','125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095251.0','1044452.0','46',    '40','17','47696.0',    '40','17','46824.71',    '7','2','871.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006988.0','1018885.0','13',    '11','5','10893.79',    '11','5','10732.44',    '2','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095252.0','1044452.0','105',    '100','48','67192.23',    '96','33','41333.06',    '66','25','25859.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006989.0','1018885.0','268',    '262','102','172115.41',    '248','40','52736.25',    '214','83','119379.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095253.0','1044452.0','9',    '9','5','6578.99',    '9','5','6578.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006990.0','1018885.0','24',    '22','11','14352.13',    '21','7','7672.89',    '15','6','6679.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095254.0','1044452.0','58',    '57','32','76750.76',    '57','31','75601.81',    '19','3','1148.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006991.0','1018885.0','94',    '89','54','210980.31',    '89','53','202661.82',    '30','7','8318.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095255.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006992.0','1018885.0','12',    '11','7','8248.35',    '11','6','7925.65',    '4','2','322.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095256.0','1044452.0','1',    '1','1','363.5',    '1','0','0.0',    '1','1','363.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006993.0','1018885.0','20',    '19','6','15260.09',    '15','5','10260.09',    '14','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095257.0','1044452.0','2',    '1','1','1800.0',    '1','1','1800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006994.0','1018885.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095258.0','1044452.0','3',    '3','3','5451.2',    '3','3','5451.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006995.0','1018885.0','80',    '77','24','39809.51',    '71','14','14978.29',    '45','18','24831.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095259.0','1044452.0','43',    '41','21','50653.22',    '39','19','43957.97',    '18','6','6695.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006996.0','1018885.0','138',    '134','65','72963.21',    '129','26','28068.84',    '81','46','44894.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095260.0','1044452.0','27',    '24','6','6061.74',    '24','3','2814.31',    '15','3','3247.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006997.0','1018885.0','7',    '7','4','15232.88',    '7','3','15071.53',    '2','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095261.0','1044452.0','21',    '21','7','15476.68',    '20','4','3819.94',    '15','5','11656.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006998.0','1018885.0','13',    '12','5','6883.47',    '12','2','2436.04',    '4','3','4447.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095262.0','1044452.0','14',    '13','3','3838.96',    '13','3','2655.12',    '7','1','1183.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006999.0','1018885.0','10',    '10','8','24230.74',    '10','8','22235.7',    '3','2','1995.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095263.0','1044452.0','485',    '472','209','301507.49',    '454','105','126288.03',    '365','155','175219.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2006994.0','1018885.0','147',    '134','77','146094.47',    '130','65','120808.93',    '58','23','25285.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095258.0','1044452.0','615',    '591','370','566270.49',    '566','198','255242.96',    '460','263','311027.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2001843.0','1018885.0','30',    '29','22','31586.64',    '26','8','7872.0',    '26','19','23714.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2090107.0','1044452.0','10',    '10','8','19242.4',    '10','8','19242.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007000.0','1018885.0','23',    '23','7','14080.28',    '23','7','13918.93',    '4','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095264.0','1044452.0','1',    '1','1','1108.96',    '1','1','1108.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007001.0','1018885.0','22',    '20','8','10095.95',    '19','6','8351.0',    '14','3','1744.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095265.0','1044452.0','8',    '8','6','25360.38',    '8','6','24963.11',    '5','1','397.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007002.0','1018885.0','5',    '5','3','3524.33',    '5','3','3362.98',    '2','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095266.0','1044452.0','8',    '7','3','6727.65',    '7','3','6727.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2006926.0','1018885.0','225',    '213','101','188712.48',    '211','82','122964.52',    '141','46','65747.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095190.0','1044452.0','51',    '47','14','35214.05',    '45','13','34655.43',    '17','2','558.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007003.0','1018885.0','40',    '36','21','74230.24',    '36','20','74068.89',    '19','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095267.0','1044452.0','151',    '145','74','83031.96',    '129','25','26184.0',    '122','55','56847.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007004.0','1018885.0','6',    '6','1','1124.0',    '6','1','1124.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095268.0','1044452.0','14',    '13','6','11124.81',    '13','6','11124.81',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007005.0','1018885.0','4',    '2','2','1529.81',    '2','2','1529.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095269.0','1044452.0','31',    '31','7','6761.68',    '31','6','6010.0',    '20','1','751.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007006.0','1018885.0','12',    '11','7','16588.3',    '11','7','11146.74',    '4','2','5441.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095270.0','1044452.0','11',    '11','2','3566.22',    '11','2','3388.0',    '4','1','178.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007007.0','1018885.0','96',    '88','32','72576.93',    '87','29','70148.43',    '18','7','2428.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095271.0','1044452.0','26',    '24','17','28012.34',    '22','11','10617.05',    '15','12','17395.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007008.0','1018885.0','3',    '3','2','2579.84',    '3','1','192.72',    '2','2','2387.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095272.0','1044452.0','17',    '16','5','8459.8',    '16','2','5578.96',    '10','3','2880.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007009.0','1018885.0','28',    '28','11','24767.42',    '28','7','21817.18',    '17','5','2950.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095273.0','1044452.0','16',    '16','5','6727.26',    '16','4','6178.67',    '5','1','548.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007010.0','1018885.0','44',    '42','31','53738.08',    '40','21','27848.76',    '32','19','25889.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095274.0','1044452.0','70',    '69','37','53767.72',    '66','27','47852.69',    '31','12','5915.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007011.0','1018885.0','65',    '63','24','44440.89',    '63','21','37252.22',    '23','7','7188.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095275.0','1044452.0','31',    '27','15','38909.14',    '26','15','33084.85',    '9','2','5824.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007012.0','1018885.0','414',    '400','204','323648.43',    '387','128','188993.24',    '256','112','134655.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095276.0','1044452.0','6',    '6','2','5225.3',    '6','2','5225.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007013.0','1018885.0','1649',    '1594','525','756776.55',    '1532','282','356259.1',    '1127','354','400517.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095277.0','1044452.0','1',    '1','1','1030.93',    '1','1','1030.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007014.0','1018885.0','3',    '3','1','751.68',    '3','0','0.0',    '1','1','751.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095278.0','1044452.0','2',    '2','1','1449.49',    '2','1','1213.57',    '1','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2001675.0','1018885.0','40',    '38','12','22500.3',    '38','10','21507.03',    '15','2','993.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2089939.0','1044452.0','10',    '9','4','6137.01',    '9','2','3641.26',    '4','2','2495.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007015.0','1018885.0','7',    '6','2','6737.32',    '6','2','6737.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095279.0','1044452.0','1',    '1','1','2949.43',    '1','1','2949.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007016.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095280.0','1044452.0','3',    '2','1','313.81',    '2','1','313.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2000348.0','1018885.0','2',    '2','2','21378.36',    '2','2','13463.47',    '1','1','7914.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2088612.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007017.0','1018885.0','49',    '48','8','10877.41',    '47','3','6163.04',    '22','6','4714.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095281.0','1044452.0','5',    '5','1','831.92',    '5','0','0.0',    '2','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001455.0',    '2007018.0','1018885.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005902.0',    '2095282.0','1044452.0','13',    '12','4','4387.15',    '11','1','307.8',    '8','3','4079.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007019.0','1018885.0','5',    '5','4','5854.93',    '5','1','2065.94',    '5','3','3788.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095283.0','1044452.0','20',    '16','12','53202.15',    '16','12','52284.8',    '7','1','917.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002288.0','1018885.0','7',    '7','3','5671.43',    '7','2','2424.0',    '3','2','3247.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090552.0','1044452.0','28',    '26','14','32238.82',    '26','14','32077.47',    '6','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002348.0','1018885.0','21',    '21','10','38639.4',    '20','10','38639.4',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090612.0','1044452.0','5',    '5','2','3226.38',    '5','2','3226.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002264.0','1018885.0','5',    '5','3','7328.47',    '5','2','6581.43',    '3','1','747.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090528.0','1044452.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007020.0','1018885.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095284.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003989.0','1018885.0','1',    '1','1','1253.88',    '1','1','1253.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092253.0','1044452.0','59',    '52','33','138907.85',    '52','33','128645.39',    '14','4','10262.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004155.0','1018885.0','25',    '24','19','96360.12',    '23','19','75682.35',    '19','10','20677.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092419.0','1044452.0','47',    '46','17','29659.54',    '43','9','17311.92',    '25','10','12347.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002470.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090734.0','1044452.0','4',    '4','2','1663.84',    '4','0','0.0',    '3','2','1663.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002506.0','1018885.0','9',    '9','3','1980.8',    '9','3','1980.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090770.0','1044452.0','1115',    '1076','381','511119.54',    '1050','285','376950.54',    '608','166','134169.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007021.0','1018885.0','17',    '16','5','6916.21',    '16','5','5906.07',    '5','1','1010.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095285.0','1044452.0','38',    '33','12','17068.89',    '33','8','13239.25',    '15','5','3829.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007022.0','1018885.0','1',    '1','1','364.96',    '1','1','364.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095286.0','1044452.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000094.0','1018885.0','25',    '24','11','56427.94',    '23','11','52986.42',    '9','1','3441.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088358.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007023.0','1018885.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095287.0','1044452.0','1',    '1','1','3327.66',    '1','0','0.0',    '1','1','3327.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007024.0','1018885.0','20',    '18','6','11342.47',    '17','5','11029.8',    '3','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095288.0','1044452.0','550',    '536','282','367535.83',    '500','113','132292.81',    '406','209','235243.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007025.0','1018885.0','46',    '44','24','37543.82',    '43','9','10464.13',    '32','21','27079.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095289.0','1044452.0','54',    '50','25','39976.21',    '46','8','9498.8',    '32','21','30477.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007026.0','1018885.0','10',    '8','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095290.0','1044452.0','143',    '137','80','213094.02',    '135','76','207046.03',    '52','11','6047.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007027.0','1018885.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095291.0','1044452.0','111',    '106','61','112381.88',    '100','46','93466.19',    '46','27','18915.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007028.0','1018885.0','29',    '25','7','8573.76',    '25','5','5078.16',    '18','5','3495.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095292.0','1044452.0','6',    '6','2','2827.43',    '6','1','1124.0',    '6','2','1703.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000269.0','1018885.0','8',    '7','3','9465.56',    '7','3','9229.64',    '4','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088533.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007029.0','1018885.0','102',    '96','70','406770.65',    '95','67','330353.36',    '53','24','76417.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095293.0','1044452.0','2',    '2','2','4313.7',    '2','2','4313.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007030.0','1018885.0','116',    '109','44','77267.09',    '107','40','56542.69',    '62','16','20724.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095294.0','1044452.0','36',    '32','13','36301.77',    '32','11','21796.73',    '13','4','14505.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000398.0','1018885.0','4',    '3','1','1663.83',    '3','0','0.0',    '2','1','1663.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088662.0','1044452.0','17',    '16','6','4145.37',    '16','6','4145.37',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007031.0','1018885.0','1',    '1','1','900.0',    '1','1','900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095295.0','1044452.0','7',    '5','2','4609.35',    '5','2','4448.0',    '3','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007032.0','1018885.0','1',    '1','1','2790.0',    '1','1','2600.0',    '1','1','190.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095296.0','1044452.0','151',    '145','40','46969.95',    '140','28','28442.13',    '87','19','18527.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2000497.0','1018885.0','12',    '7','4','13178.98',    '7','4','10836.29',    '4','3','2342.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2088761.0','1044452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007033.0','1018885.0','1',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095297.0','1044452.0','2',    '1','1','5200.0',    '1','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002316.0','1018885.0','10',    '10','3','2384.66',    '8','0','0.0',    '7','3','2384.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090580.0','1044452.0','5',    '5','3','8768.4',    '5','3','8768.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2001777.0','1018885.0','68',    '60','30','89236.92',    '59','30','82258.9',    '22','5','6978.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090041.0','1044452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002317.0','1018885.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090581.0','1044452.0','7',    '5','2','4132.86',    '5','2','4132.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007034.0','1018885.0','6',    '5','2','4975.85',    '5','2','4975.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095298.0','1044452.0','12',    '11','1','2915.66',    '11','1','2915.66',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2004063.0','1018885.0','10',    '8','5','14433.24',    '8','5','12769.41',    '5','1','1663.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2092327.0','1044452.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007035.0','1018885.0','1',    '1','1','831.92',    '1','0','0.0',    '1','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095299.0','1044452.0','8',    '8','4','15505.56',    '8','4','12716.0',    '4','3','2789.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003942.0','1018885.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092206.0','1044452.0','19',    '18','14','74179.48',    '17','13','43369.38',    '13','9','30810.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002526.0','1018885.0','4',    '3','2','1001.5',    '3','2','1001.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090790.0','1044452.0','1',    '1','1','7471.05',    '1','1','3839.38',    '1','1','3631.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007036.0','1018885.0','300',    '284','151','247679.19',    '275','91','136442.84',    '193','93','111236.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095300.0','1044452.0','25',    '23','7','16336.46',    '23','7','15191.87',    '5','2','1144.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004308.0','1018885.0','36',    '36','5','5410.06',    '33','4','4578.14',    '16','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092572.0','1044452.0','177',    '169','52','73887.26',    '168','42','65266.27',    '69','14','8620.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004292.0','1018885.0','4',    '4','2','4325.65',    '4','1','900.0',    '2','2','3425.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092556.0','1044452.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007037.0','1018885.0','34',    '34','6','13130.65',    '29','5','11748.73',    '18','2','1381.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095301.0','1044452.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002548.0','1018885.0','46',    '43','17','35399.76',    '42','14','31894.85',    '20','7','3504.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090812.0','1044452.0','72',    '69','20','52597.39',    '66','17','34395.24',    '56','10','18202.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007038.0','1018885.0','26',    '22','18','81793.62',    '20','18','63478.6',    '12','5','18315.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095302.0','1044452.0','278',    '268','110','157966.24',    '262','57','73300.36',    '190','70','84665.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007039.0','1018885.0','12',    '9','8','16240.58',    '9','6','7246.89',    '7','6','8993.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095303.0','1044452.0','194',    '187','54','73384.17',    '185','29','37645.18',    '129','35','35738.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007040.0','1018885.0','616',    '597','186','259910.72',    '562','82','112139.72',    '463','132','147771.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095304.0','1044452.0','1',    '1','1','197.64',    '1','1','197.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007041.0','1018885.0','16',    '16','3','1691.28',    '16','1','900.0',    '10','2','791.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095305.0','1044452.0','46',    '41','20','57264.57',    '41','19','56035.33',    '15','5','1229.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007042.0','1018885.0','4',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095306.0','1044452.0','5',    '5','2','520.61',    '5','2','520.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007043.0','1018885.0','3',    '3','1','345.36',    '3','1','345.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095307.0','1044452.0','21',    '20','7','6488.04',    '16','1','1124.0',    '16','6','5364.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007044.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095308.0','1044453.0','61',    '56','15','18999.61',    '54','9','10362.05',    '36','8','8637.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007045.0','1018886.0','5',    '5','1','161.35',    '5','0','0.0',    '3','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095309.0','1044453.0','17',    '17','10','65682.32',    '17','10','65446.4',    '8','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002293.0','1018886.0','8',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090557.0','1044453.0','20',    '18','6','21798.74',    '17','6','21798.74',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002345.0','1018886.0','126',    '124','17','17510.61',    '121','10','11606.77',    '57','8','5903.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090609.0','1044453.0','5',    '5','1','500.0',    '5','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007046.0','1018886.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095310.0','1044453.0','2',    '2','1','801.5',    '2','0','0.0',    '1','1','801.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004006.0','1018886.0','24',    '23','14','22438.58',    '20','6','6748.0',    '18','13','15690.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092270.0','1044453.0','6',    '5','3','12845.21',    '5','2','10138.58',    '3','2','2706.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004172.0','1018886.0','837',    '811','362','566928.36',    '795','227','327451.06',    '475','208','239477.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092436.0','1044453.0','37',    '35','22','53816.24',    '35','21','46366.45',    '17','6','7449.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007047.0','1018886.0','10',    '9','3','13399.75',    '9','3','10935.1',    '6','1','2464.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095311.0','1044453.0','1',    '1','1','2906.43',    '1','1','2906.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002453.0','1018886.0','1',    '1','1','774.4',    '1','1','774.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090717.0','1044453.0','139',    '131','26','42005.6',    '123','17','25893.81',    '96','16','16111.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002611.0','1018886.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090875.0','1044453.0','5',    '5','3','3547.54',    '5','3','3547.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002473.0','1018886.0','11',    '11','6','6275.04',    '11','5','5045.85',    '6','2','1229.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090737.0','1044453.0','16',    '15','6','9676.83',    '14','5','4355.26',    '3','2','5321.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000049.0','1018886.0','10',    '9','2','4827.12',    '8','1','3995.2',    '4','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088313.0','1044453.0','23',    '21','7','13158.72',    '21','6','11823.44',    '4','3','1335.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007048.0','1018886.0','2',    '2','1','2390.26',    '2','1','2390.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095312.0','1044453.0','16',    '14','1','601.26',    '14','0','0.0',    '3','1','601.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007049.0','1018886.0','187',    '176','145','129307.36',    '159','35','23706.7',    '160','137','105600.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095313.0','1044453.0','31',    '30','13','26790.19',    '30','8','11630.62',    '17','10','15159.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007050.0','1018886.0','7',    '7','5','11677.38',    '7','5','11677.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095314.0','1044453.0','10',    '9','3','3216.48',    '9','2','2464.8',    '2','1','751.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007051.0','1018886.0','6',    '6','3','4164.21',    '6','3','4164.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095315.0','1044453.0','13',    '13','8','8207.06',    '12','7','6155.71',    '7','4','2051.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007052.0','1018886.0','1',    '1','1','3136.15',    '1','1','2910.98',    '1','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095316.0','1044453.0','10',    '10','10','6793.75',    '9','1','128.74',    '10','9','6665.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002456.0','1018886.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090720.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2001812.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090076.0','1044453.0','15',    '15','7','10700.11',    '15','3','4125.0',    '10','5','6575.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007053.0','1018886.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095317.0','1044453.0','7',    '7','1','1614.54',    '7','1','1614.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007054.0','1018886.0','1',    '1','1','1640.26',    '1','1','1478.91',    '1','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095318.0','1044453.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007055.0','1018886.0','308',    '300','95','160008.43',    '292','68','87643.41',    '216','47','72365.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095319.0','1044453.0','265',    '259','144','178372.85',    '239','33','35090.92',    '169','119','143281.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007056.0','1018886.0','31',    '29','11','38124.78',    '29','10','37292.86',    '11','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095320.0','1044453.0','160',    '152','50','98800.64',    '146','42','78268.3',    '97','18','20532.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007057.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095321.0','1044453.0','539',    '526','183','264290.72',    '506','73','111767.29',    '394','131','152523.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002303.0','1018886.0','15',    '14','6','9636.27',    '14','6','9584.79',    '7','1','51.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090567.0','1044453.0','46',    '42','36','53053.9',    '36','13','13312.63',    '34','30','39741.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002292.0','1018886.0','4',    '4','1','900.0',    '4','1','900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090556.0','1044453.0','387',    '373','139','204757.15',    '357','64','104079.91',    '282','103','100677.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007058.0','1018886.0','38',    '37','17','25994.72',    '35','10','11631.7',    '18','11','14363.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095322.0','1044453.0','45',    '42','23','38788.06',    '41','14','19604.35',    '27','14','19183.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007059.0','1018886.0','29',    '27','11','19199.56',    '27','10','12825.6',    '17','4','6373.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095323.0','1044453.0','30',    '26','18','78108.42',    '26','18','77237.13',    '7','2','871.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004260.0','1018886.0','42',    '41','17','21555.61',    '39','6','7606.37',    '34','12','13949.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092524.0','1044453.0','22',    '21','8','13688.56',    '21','8','13688.56',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004237.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092501.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007060.0','1018886.0','118',    '102','80','337212.49',    '98','80','308419.55',    '49','17','28792.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095324.0','1044453.0','1',    '1','1','225.17',    '1','0','0.0',    '1','1','225.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007061.0','1018886.0','166',    '149','99','80290.57',    '127','17','11795.97',    '131','88','68494.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095325.0','1044453.0','1',    '1','1','5474.18',    '1','1','4565.0',    '1','1','909.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007062.0','1018886.0','6',    '6','2','2555.52',    '5','1','1653.91',    '4','1','901.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095326.0','1044453.0','76',    '71','55','119986.65',    '70','55','104522.98',    '32','12','15463.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007063.0','1018886.0','17',    '17','14','30345.61',    '17','14','29989.86',    '7','1','355.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095327.0','1044453.0','17',    '16','9','6221.48',    '16','8','6084.46',    '5','1','137.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000042.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088306.0','1044453.0','2',    '2','1','313.81',    '2','1','313.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002290.0','1018886.0','2',    '2','2','2024.0',    '2','2','2024.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090554.0','1044453.0','2',    '2','1','6545.59',    '2','1','6545.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2000043.0','1018886.0','27',    '26','12','23437.54',    '26','12','23437.54',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2088307.0','1044453.0','4',    '4','1','3388.08',    '4','1','3388.08',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2004069.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2092333.0','1044453.0','2',    '2','2','3900.0',    '2','2','3900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007064.0','1018886.0','1',    '1','1','2999.57',    '1','1','2999.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095328.0','1044453.0','1',    '1','1','468.04',    '1','1','468.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002475.0','1018886.0','13',    '13','4','5931.92',    '13','4','5180.24',    '5','1','751.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090739.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007065.0','1018886.0','375',    '371','186','247002.83',    '349','72','80893.24',    '311','147','166109.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095329.0','1044453.0','46',    '43','22','91008.65',    '42','20','90462.09',    '14','3','546.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002390.0','1018886.0','11',    '9','3','9883.79',    '9','3','9883.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090654.0','1044453.0','17',    '17','5','4629.0',    '17','3','3561.16',    '8','2','1067.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2001756.0','1018886.0','1',    '1','1','558.43',    '1','0','0.0',    '1','1','558.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090020.0','1044453.0','97',    '93','42','63299.93',    '88','18','20185.36',    '57','31','43114.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007066.0','1018886.0','38',    '33','10','21082.3',    '33','9','19337.35',    '7','2','1744.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095330.0','1044453.0','3',    '3','1','900.0',    '3','1','900.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007067.0','1018886.0','1',    '1','1','1124.0',    '1','1','1124.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095331.0','1044453.0','35',    '34','20','33066.92',    '34','7','11042.91',    '25','17','22024.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007068.0','1018886.0','19',    '16','5','4610.38',    '16','4','4213.11',    '2','1','397.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095332.0','1044453.0','3',    '3','1','5200.0',    '3','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007069.0','1018886.0','104',    '102','45','57016.39',    '95','24','24580.05',    '73','28','32436.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095333.0','1044453.0','54',    '49','25','59188.58',    '49','20','35602.98',    '24','12','23585.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007070.0','1018886.0','20',    '18','6','14289.73',    '18','6','14289.73',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095334.0','1044453.0','2',    '2','1','1350.65',    '2','1','1189.3',    '1','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002323.0','1018886.0','23',    '23','5','9547.37',    '23','3','8886.02',    '11','2','661.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090587.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007071.0','1018886.0','12',    '12','2','2001.66',    '12','1','1169.74',    '10','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095335.0','1044453.0','7',    '7','1','751.68',    '7','0','0.0',    '1','1','751.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007072.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095336.0','1044453.0','70',    '67','36','82278.78',    '66','35','79859.09',    '28','7','2419.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002276.0','1018886.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090540.0','1044453.0','3',    '3','2','3109.52',    '3','2','3109.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004311.0','1018886.0','1',    '1','1','900.0',    '1','1','900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092575.0','1044453.0','5',    '5','2','2636.94',    '4','2','2636.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2003984.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2092248.0','1044453.0','3',    '2','1','927.44',    '2','1','927.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002454.0','1018886.0','1',    '1','1','839.81',    '1','1','839.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090718.0','1044453.0','5',    '5','2','2637.8',    '5','2','2401.88',    '2','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002446.0','1018886.0','4',    '4','1','831.92',    '4','0','0.0',    '3','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090710.0','1044453.0','7',    '6','2','8392.05',    '6','2','8392.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007073.0','1018886.0','64',    '54','13','38302.82',    '54','10','37104.91',    '13','3','1197.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095337.0','1044453.0','8',    '8','3','2438.77',    '8','2','2225.36',    '4','2','213.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000079.0','1018886.0','7',    '6','4','10780.88',    '6','2','8710.0',    '4','3','2070.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088343.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007074.0','1018886.0','17',    '16','0','0.0',    '16','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095338.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007075.0','1018886.0','47',    '46','24','98629.96',    '46','24','93277.77',    '15','5','5352.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095339.0','1044453.0','14',    '14','5','10747.89',    '14','5','10747.89',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007076.0','1018886.0','13',    '11','6','12749.18',    '11','4','7489.6',    '6','2','5259.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095340.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007077.0','1018886.0','4',    '3','1','2312.0',    '3','1','2312.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095341.0','1044453.0','19',    '18','8','7811.92',    '18','6','5664.04',    '9','4','2147.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007078.0','1018886.0','11',    '10','4','4087.81',    '10','3','2504.21',    '4','1','1583.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095342.0','1044453.0','6',    '5','1','1774.02',    '5','1','1300.0',    '2','1','474.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007079.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095343.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002528.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090792.0','1044453.0','65',    '59','33','80108.68',    '59','31','68281.26',    '27','8','11827.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007080.0','1018886.0','6',    '4','2','3759.37',    '4','2','2927.45',    '1','1','831.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095344.0','1044453.0','91',    '87','48','94151.12',    '86','44','78900.69',    '33','12','15250.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007081.0','1018886.0','31',    '30','18','25672.83',    '29','15','18961.04',    '16','7','6711.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095345.0','1044453.0','40',    '39','20','33217.29',    '37','17','28128.8',    '15','7','5088.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007082.0','1018886.0','2',    '2','1','1583.6',    '2','0','0.0',    '1','1','1583.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095346.0','1044453.0','2',    '2','1','5200.0',    '2','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2001782.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090046.0','1044453.0','7',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007083.0','1018886.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095347.0','1044453.0','39',    '37','20','39247.59',    '37','19','31523.55',    '12','6','7724.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002328.0','1018886.0','106',    '102','60','161212.84',    '100','56','156088.14',    '44','18','5124.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090592.0','1044453.0','28',    '22','6','24223.25',    '22','6','24223.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007084.0','1018886.0','26',    '26','10','22825.18',    '25','9','18504.25',    '11','2','4320.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095348.0','1044453.0','86',    '82','51','151114.83',    '80','49','149362.22',    '29','8','1752.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002304.0','1018886.0','9',    '9','3','8751.5',    '9','3','8349.6',    '2','1','401.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090568.0','1044453.0','44',    '44','14','15778.08',    '42','5','4961.4',    '31','10','10816.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002263.0','1018886.0','16',    '15','4','7283.1',    '15','3','4626.0',    '5','3','2657.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090527.0','1044453.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2004034.0','1018886.0','47',    '45','26','82542.81',    '45','26','81510.17',    '10','4','1032.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2092298.0','1044453.0','16',    '14','5','4393.52',    '13','1','309.2',    '8','4','4084.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002347.0','1018886.0','16',    '14','12','36047.26',    '14','11','35707.09',    '8','2','340.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090611.0','1044453.0','2',    '2','1','329.6',    '2','1','329.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002491.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090755.0','1044453.0','12',    '7','1','400.4',    '7','1','400.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004235.0','1018886.0','5',    '4','4','6733.97',    '4','3','5666.13',    '2','2','1067.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092499.0','1044453.0','13',    '12','5','7344.73',    '12','5','7344.73',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007085.0','1018886.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095349.0','1044453.0','12',    '10','4','30196.35',    '10','4','30035.0',    '3','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002589.0','1018886.0','5',    '5','4','5726.99',    '5','3','3261.01',    '4','2','2465.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090853.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007086.0','1018886.0','3',    '3','1','3205.0',    '3','1','3205.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095350.0','1044453.0','2',    '2','1','992.2',    '2','1','992.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2001771.0','1018886.0','9',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090035.0','1044453.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000096.0','1018886.0','84',    '76','53','185819.5',    '75','50','171557.27',    '29','14','14262.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088360.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007087.0','1018886.0','33',    '31','15','49987.67',    '31','15','48176.96',    '9','4','1810.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095351.0','1044453.0','11',    '11','1','820.12',    '11','1','820.12',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007088.0','1018886.0','8',    '6','3','3967.56',    '6','3','3967.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095352.0','1044453.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007089.0','1018886.0','4',    '3','2','1195.02',    '3','2','1195.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095353.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007090.0','1018886.0','1',    '1','1','1746.01',    '1','1','1746.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095354.0','1044453.0','2',    '2','2','4175.33',    '2','2','2341.19',    '1','1','1834.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002261.0','1018886.0','11',    '10','4','5397.91',    '10','2','4783.61',    '4','3','614.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090525.0','1044453.0','9',    '7','5','5083.56',    '6','2','1042.01',    '5','3','4041.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007091.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095355.0','1044453.0','2',    '2','1','752.0',    '2','1','752.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007092.0','1018886.0','13',    '12','3','9581.83',    '12','3','7918.0',    '5','1','1663.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095356.0','1044453.0','10',    '10','6','30077.2',    '10','6','30077.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002315.0','1018886.0','5',    '5','2','4212.18',    '5','1','2288.29',    '3','1','1923.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090579.0','1044453.0','1',    '1','1','460.52',    '1','1','460.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002319.0','1018886.0','1',    '1','1','1263.8',    '1','1','1263.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090583.0','1044453.0','22',    '20','11','27025.86',    '20','11','26517.12',    '6','1','508.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002322.0','1018886.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090586.0','1044453.0','9',    '9','3','2196.09',    '9','2','1960.17',    '3','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004212.0','1018886.0','6',    '6','2','1028.96',    '5','2','1028.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092476.0','1044453.0','30',    '30','16','22464.48',    '27','8','8890.9',    '19','11','13573.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004184.0','1018886.0','16',    '15','5','5369.53',    '14','1','458.27',    '8','4','4911.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092448.0','1044453.0','11',    '11','4','5466.08',    '11','3','5230.16',    '4','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007093.0','1018886.0','10',    '9','4','19938.45',    '9','4','19938.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095357.0','1044453.0','14',    '6','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002363.0','1018886.0','29',    '27','7','8207.89',    '26','6','7733.87',    '9','2','474.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090627.0','1044453.0','7',    '6','4','9249.91',    '6','4','6754.16',    '4','2','2495.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007094.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095358.0','1044453.0','2',    '2','1','312.67',    '2','0','0.0',    '1','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007095.0','1018886.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095359.0','1044453.0','4',    '4','2','2058.84',    '4','2','2058.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000265.0','1018886.0','3',    '2','2','5641.87',    '2','2','5641.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088529.0','1044453.0','17',    '15','6','29470.06',    '15','6','29470.06',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007096.0','1018886.0','10',    '10','8','36522.92',    '10','7','36287.0',    '2','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095360.0','1044453.0','23',    '22','13','76357.44',    '22','12','64352.07',    '8','4','12005.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007097.0','1018886.0','6',    '6','2','1130.61',    '6','2','1130.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095361.0','1044453.0','8',    '8','2','8606.91',    '8','2','7004.58',    '2','1','1602.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004271.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092535.0','1044453.0','5',    '5','3','9317.53',    '5','3','9317.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002708.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090972.0','1044453.0','5',    '5','3','14870.37',    '4','3','7570.14',    '3','1','7300.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007098.0','1018886.0','1',    '1','1','1975.06',    '1','1','1975.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095362.0','1044453.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007099.0','1018886.0','1',    '1','1','569.39',    '1','1','569.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095363.0','1044453.0','1',    '1','1','3828.6',    '1','1','3027.43',    '1','1','801.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007100.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095364.0','1044453.0','11',    '11','4','4240.18',    '10','2','3842.91',    '3','2','397.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002388.0','1018886.0','69',    '60','23','59359.97',    '57','21','48982.49',    '17','3','10377.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090652.0','1044453.0','4',    '4','2','1467.38',    '4','2','1467.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000276.0','1018886.0','8',    '8','4','4723.11',    '8','3','4517.76',    '4','2','205.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088540.0','1044453.0','22',    '21','5','4104.02',    '21','3','2779.77',    '9','2','1324.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002324.0','1018886.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090588.0','1044453.0','5',    '4','2','4104.0',    '4','2','4104.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007101.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095365.0','1044453.0','17',    '17','5','6417.88',    '16','1','1058.0',    '10','5','5359.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2004181.0','1018886.0','3',    '2','2','4497.57',    '2','2','4497.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2092445.0','1044453.0','11',    '7','3','16257.07',    '6','3','15343.92',    '3','2','913.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007102.0','1018886.0','13',    '13','2','3720.98',    '12','2','2116.0',    '6','1','1604.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095366.0','1044453.0','4',    '4','1','2600.0',    '4','1','2600.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004091.0','1018886.0','4',    '4','1','394.26',    '4','1','394.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092355.0','1044453.0','1',    '1','1','4002.55',    '1','1','4002.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002282.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090546.0','1044453.0','3',    '2','1','1317.0',    '2','1','1317.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002569.0','1018886.0','6',    '6','3','11971.96',    '6','3','11971.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090833.0','1044453.0','3',    '3','1','2358.0',    '3','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004202.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092466.0','1044453.0','8',    '8','4','12397.42',    '7','4','7590.42',    '3','2','4807.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007103.0','1018886.0','2',    '2','2','801.86',    '2','2','801.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095367.0','1044453.0','6',    '6','3','19436.37',    '6','3','13370.38',    '2','2','6065.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002389.0','1018886.0','6',    '6','4','9263.37',    '6','4','9164.37',    '3','1','99.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090653.0','1044453.0','4',    '4','2','8911.07',    '4','2','8911.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002571.0','1018886.0','25',    '23','11','28228.8',    '22','6','17338.23',    '13','7','10890.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090835.0','1044453.0','21',    '20','10','39556.57',    '20','8','30389.26',    '8','4','9167.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007104.0','1018886.0','13',    '13','2','1395.29',    '13','2','1395.29',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095368.0','1044453.0','4',    '4','1','802.49',    '4','0','0.0',    '3','1','802.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007105.0','1018886.0','3',    '3','2','1846.62',    '3','2','1846.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095369.0','1044453.0','3',    '3','1','1068.38',    '3','1','1068.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007106.0','1018886.0','15',    '15','6','5196.5',    '13','2','1615.7',    '8','4','3580.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095370.0','1044453.0','7',    '6','4','5014.3',    '6','4','5014.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007107.0','1018886.0','9',    '9','3','2761.35',    '9','2','2600.0',    '2','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095371.0','1044453.0','8',    '7','3','1586.55',    '7','2','1425.2',    '3','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007108.0','1018886.0','2',    '2','1','1836.9',    '2','1','1836.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095372.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002287.0','1018886.0','3',    '3','1','1300.0',    '3','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090551.0','1044453.0','5',    '3','3','7205.1',    '3','3','6192.22',    '1','1','1012.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007109.0','1018886.0','9',    '9','2','660.08',    '8','1','459.82',    '3','1','200.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095373.0','1044453.0','27',    '27','11','24616.8',    '26','7','5535.36',    '20','8','19081.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002306.0','1018886.0','18',    '16','10','37445.12',    '16','10','37445.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090570.0','1044453.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000429.0','1018886.0','7',    '7','2','11807.62',    '6','2','8602.96',    '3','1','3204.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088693.0','1044453.0','3',    '3','1','550.0',    '3','0','0.0',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004113.0','1018886.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092377.0','1044453.0','36',    '34','17','17110.72',    '29','3','3730.66',    '28','16','13380.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007110.0','1018886.0','6',    '6','3','2492.75',    '6','2','2331.4',    '3','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095374.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002889.0','1018886.0','4',    '4','2','5954.17',    '4','2','5230.28',    '2','1','723.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091153.0','1044453.0','2',    '2','1','576.0',    '2','1','576.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007111.0','1018886.0','17',    '16','4','3240.43',    '16','1','1300.0',    '8','3','1940.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095375.0','1044453.0','4',    '4','2','1535.92',    '4','1','1300.0',    '2','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000000.0','1018886.0','3',    '2','1','2537.58',    '2','1','2537.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088264.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002289.0','1018886.0','4',    '4','1','445.71',    '4','1','445.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090553.0','1044453.0','5',    '5','2','3932.02',    '4','1','1300.0',    '3','2','2632.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007112.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095376.0','1044453.0','10',    '9','3','3675.51',    '9','2','3514.16',    '4','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004174.0','1018886.0','4',    '4','1','1602.33',    '4','0','0.0',    '2','1','1602.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092438.0','1044453.0','8',    '8','4','4072.52',    '8','3','3110.0',    '5','2','962.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007113.0','1018886.0','6',    '5','2','3162.48',    '5','2','3162.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095377.0','1044453.0','14',    '12','4','9821.37',    '12','3','9534.48',    '3','1','286.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002568.0','1018886.0','13',    '12','3','2104.49',    '11','1','752.0',    '12','2','1352.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090832.0','1044453.0','3',    '3','2','4087.0',    '3','2','4087.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2001685.0','1018886.0','4',    '4','2','3051.18',    '4','2','2925.64',    '2','1','125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2089949.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007114.0','1018886.0','35',    '35','18','33900.56',    '35','17','28145.57',    '17','5','5754.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095378.0','1044453.0','5',    '5','2','13746.23',    '5','2','11420.0',    '4','1','2326.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007115.0','1018886.0','9',    '8','2','913.35',    '8','1','752.0',    '3','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095379.0','1044453.0','31',    '20','13','39744.96',    '19','13','26108.73',    '13','2','13636.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007116.0','1018886.0','4',    '4','2','1832.96',    '4','2','1832.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095380.0','1044453.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002277.0','1018886.0','15',    '13','8','30625.86',    '13','8','30389.94',    '3','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090541.0','1044453.0','4',    '4','1','638.0',    '4','1','638.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007117.0','1018886.0','20',    '19','6','7430.3',    '19','4','2770.16',    '8','3','4660.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095381.0','1044453.0','5',    '5','4','3583.57',    '5','3','3270.9',    '2','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002313.0','1018886.0','12',    '11','4','18049.16',    '11','4','17007.51',    '4','1','1041.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090577.0','1044453.0','16',    '14','7','16125.2',    '13','6','14625.72',    '7','4','1499.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2004254.0','1018886.0','9',    '8','2','4571.43',    '8','2','1521.31',    '3','1','3050.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2092518.0','1044453.0','17',    '17','3','4701.02',    '17','3','4701.02',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002274.0','1018886.0','10',    '9','3','8014.03',    '9','3','8014.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090538.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002420.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090684.0','1044453.0','4',    '4','1','802.49',    '4','0','0.0',    '3','1','802.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003966.0','1018886.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092230.0','1044453.0','5',    '5','2','1611.58',    '5','2','1611.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002828.0','1018886.0','4',    '3','1','5200.0',    '3','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091092.0','1044453.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002455.0','1018886.0','2',    '2','1','1527.58',    '1','0','0.0',    '2','1','1527.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090719.0','1044453.0','1',    '1','1','1612.67',    '1','1','1300.0',    '1','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007118.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095382.0','1044453.0','4',    '3','2','3603.35',    '3','2','3603.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007119.0','1018886.0','11',    '10','7','9811.13',    '10','6','8229.9',    '4','4','1581.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095383.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007120.0','1018886.0','5',    '4','1','417.88',    '4','1','417.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095384.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007121.0','1018886.0','31',    '28','15','37948.58',    '28','14','35534.31',    '9','5','2414.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095385.0','1044453.0','13',    '7','2','2514.69',    '7','2','1789.6',    '2','1','725.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002283.0','1018886.0','4',    '4','3','8941.64',    '4','3','8941.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090547.0','1044453.0','7',    '7','1','1300.0',    '7','1','1300.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2001678.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2089942.0','1044453.0','14',    '14','7','6446.1',    '13','1','1313.36',    '10','7','5132.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002321.0','1018886.0','20',    '19','12','10174.27',    '12','3','3378.14',    '13','9','6796.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090585.0','1044453.0','12',    '11','6','14845.82',    '11','6','14684.47',    '6','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007122.0','1018886.0','75',    '71','59','53115.35',    '56','8','9083.88',    '66','56','44031.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095386.0','1044453.0','67',    '63','32','102948.95',    '58','28','59877.6',    '39','13','43071.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004239.0','1018886.0','51',    '51','22','25733.63',    '46','7','9493.36',    '43','16','16240.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092503.0','1044453.0','33',    '29','9','9101.68',    '28','5','6772.61',    '16','4','2329.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007123.0','1018886.0','5',    '4','1','594.34',    '4','1','594.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095387.0','1044453.0','15',    '13','5','21864.94',    '13','5','15609.04',    '8','3','6255.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002882.0','1018886.0','32',    '29','16','28443.03',    '29','15','27983.01',    '16','1','460.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091146.0','1044453.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002318.0','1018886.0','5',    '4','1','658.24',    '4','1','658.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090582.0','1044453.0','27',    '26','6','6317.9',    '25','1','997.76',    '22','6','5320.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007124.0','1018886.0','4',    '4','2','1900.17',    '4','1','251.37',    '4','2','1648.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095388.0','1044453.0','49',    '40','16','25919.39',    '37','15','23110.9',    '16','2','2808.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002262.0','1018886.0','1',    '1','1','834.4',    '1','0','0.0',    '1','1','834.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090526.0','1044453.0','28',    '25','14','27675.23',    '25','14','25183.81',    '12','2','2491.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007125.0','1018886.0','1',    '1','1','617.57',    '1','1','248.0',    '1','1','369.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095389.0','1044453.0','3',    '3','3','8152.85',    '3','3','8152.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003981.0','1018886.0','24',    '21','13','31906.99',    '21','11','30335.02',    '7','3','1571.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092245.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007126.0','1018886.0','17',    '17','5','13827.95',    '17','5','12225.61',    '7','2','1602.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095390.0','1044453.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002362.0','1018886.0','9',    '9','2','1183.54',    '9','1','1058.0',    '6','1','125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090626.0','1044453.0','12',    '11','7','10171.36',    '11','6','10010.01',    '5','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007127.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095391.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007128.0','1018886.0','5',    '5','3','5528.25',    '5','3','5402.71',    '1','1','125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095392.0','1044453.0','11',    '8','5','10276.42',    '8','5','10276.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007129.0','1018886.0','5',    '5','3','6217.57',    '5','3','5820.3',    '1','1','397.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095393.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002259.0','1018886.0','16',    '15','1','723.89',    '15','0','0.0',    '7','1','723.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090523.0','1044453.0','2',    '2','1','550.0',    '2','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2007130.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2095394.0','1044453.0','23',    '23','3','2259.38',    '21','3','2259.38',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007131.0','1018886.0','12',    '9','7','11965.07',    '9','7','11579.46',    '6','1','385.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095395.0','1044453.0','4',    '2','2','3348.11',    '2','2','3025.41',    '2','2','322.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001492.0',    '2002477.0','1018886.0','9',    '9','5','5912.04',    '9','5','5912.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005903.0',    '2090741.0','1044453.0','8',    '7','1','125.54',    '7','0','0.0',    '1','1','125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007132.0','1018886.0','6',    '6','3','5370.11',    '6','2','4567.62',    '3','1','802.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095396.0','1044453.0','52',    '52','19','34181.14',    '49','16','22934.28',    '38','9','11246.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007133.0','1018886.0','2',    '2','1','2590.09',    '2','1','2204.88',    '1','1','385.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095397.0','1044453.0','5',    '5','4','11603.39',    '5','4','11442.04',    '3','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007134.0','1018886.0','22',    '20','16','31492.48',    '20','15','25114.04',    '6','3','6378.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095398.0','1044453.0','8',    '5','3','2108.58',    '5','3','2108.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007135.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095399.0','1044453.0','7',    '7','4','4718.98',    '7','2','1914.0',    '4','3','2804.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000013.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088277.0','1044453.0','13',    '11','5','6646.36',    '10','4','5648.86',    '4','1','997.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000034.0','1018886.0','10',    '10','2','2358.0',    '10','2','2358.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088298.0','1044453.0','5',    '4','3','2344.92',    '4','3','2344.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002795.0','1018886.0','1',    '1','1','4490.99',    '1','1','4109.64',    '1','1','381.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091059.0','1044453.0','44',    '42','14','17420.56',    '41','7','6310.0',    '33','13','11110.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002720.0','1018886.0','9',    '8','5','7221.95',    '8','4','6703.65',    '4','3','518.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090984.0','1044453.0','36',    '31','13','83643.42',    '31','13','78427.16',    '8','1','5216.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002860.0','1018886.0','2',    '1','1','1300.0',    '1','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091124.0','1044453.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007136.0','1018886.0','13',    '11','6','21224.48',    '9','6','4976.56',    '6','3','16247.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095400.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002643.0','1018886.0','12',    '11','5','14239.4',    '10','5','9689.09',    '5','2','4550.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090907.0','1044453.0','27',    '21','6','4936.71',    '20','6','4936.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002411.0','1018886.0','6',    '5','1','4389.82',    '5','1','4389.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090675.0','1044453.0','2',    '2','1','1186.11',    '1','1','1186.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007137.0','1018886.0','15',    '11','8','17227.59',    '11','8','16018.59',    '5','2','1209.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095401.0','1044453.0','49',    '45','30','25405.24',    '31','2','4139.98',    '38','29','21265.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004550.0','1018886.0','12',    '8','3','5058.47',    '8','3','4745.8',    '1','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092814.0','1044453.0','5',    '5','2','1788.05',    '5','2','1788.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002699.0','1018886.0','56',    '49','36','172969.42',    '49','35','161494.76',    '15','9','11474.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090963.0','1044453.0','3',    '3','2','8856.39',    '3','2','6200.46',    '2','2','2655.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004590.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092854.0','1044453.0','7',    '6','2','7742.24',    '6','2','7742.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004503.0','1018886.0','105',    '97','79','56692.94',    '80','8','4416.83',    '85','75','52276.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092767.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000133.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088397.0','1044453.0','4',    '2','1','3523.47',    '2','1','1509.0',    '1','1','2014.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007138.0','1018886.0','12',    '10','5','2852.39',    '10','4','2303.8',    '6','2','548.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095402.0','1044453.0','716',    '697','605','476738.76',    '539','53','41767.63',    '653','588','434971.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004762.0','1018886.0','10',    '9','7','9527.93',    '4','2','6364.88',    '7','5','3163.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093026.0','1044453.0','15',    '15','11','28242.14',    '15','11','27864.2',    '6','1','377.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007139.0','1018886.0','8',    '7','3','1371.23',    '6','2','967.23',    '5','1','404.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095403.0','1044453.0','10',    '7','4','6333.24',    '7','3','6106.12',    '2','1','227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002605.0','1018886.0','5',    '5','2','4202.64',    '5','2','4202.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090869.0','1044453.0','8',    '8','8','6253.8',    '7','0','0.0',    '8','8','6253.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002911.0','1018886.0','4',    '4','1','1200.01',    '4','1','1200.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091175.0','1044453.0','65',    '59','39','40353.24',    '57','29','31500.37',    '32','14','8852.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002369.0','1018886.0','117',    '108','71','61723.0',    '95','20','21039.2',    '84','61','40683.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090633.0','1044453.0','1',    '1','1','1486.16',    '1','1','1486.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002793.0','1018886.0','122',    '115','79','57456.91',    '96','6','4058.71',    '102','77','53398.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091057.0','1044453.0','3',    '2','1','4770.09',    '2','1','4770.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002836.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091100.0','1044453.0','32',    '29','20','18198.28',    '25','3','4694.7',    '23','18','13503.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002888.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091152.0','1044453.0','40',    '36','12','17716.44',    '34','11','15682.46',    '16','3','2033.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007140.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095404.0','1044453.0','5',    '3','2','2554.94',    '3','2','2429.4',    '1','1','125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002396.0','1018886.0','2',    '2','1','1121.6',    '2','1','897.74',    '2','1','223.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090660.0','1044453.0','30',    '24','5','21764.9',    '23','5','21764.9',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002673.0','1018886.0','7',    '7','1','1311.86',    '7','1','1311.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090937.0','1044453.0','1',    '1','1','2240.61',    '1','1','2240.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007141.0','1018886.0','8',    '8','4','2933.96',    '7','1','613.44',    '6','4','2320.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095405.0','1044453.0','1',    '1','1','620.96',    '1','1','620.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002691.0','1018886.0','4',    '4','4','3934.59',    '2','2','2014.27',    '3','2','1920.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090955.0','1044453.0','11',    '11','7','3667.6',    '9','0','0.0',    '10','7','3667.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007142.0','1018886.0','5',    '5','3','3703.94',    '5','3','3524.11',    '2','1','179.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095406.0','1044453.0','7',    '5','2','3511.79',    '5','2','3284.67',    '2','1','227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002743.0','1018886.0','2',    '2','1','2195.51',    '2','1','2195.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091007.0','1044453.0','6',    '6','3','5135.14',    '6','3','4410.05',    '4','1','725.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002476.0','1018886.0','32',    '28','14','33995.98',    '28','13','33075.9',    '5','4','920.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090740.0','1044453.0','52',    '42','28','56679.79',    '42','28','55897.31',    '15','3','782.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002718.0','1018886.0','7',    '6','2','1749.02',    '6','1','1275.0',    '5','1','474.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090982.0','1044453.0','23',    '19','13','27500.16',    '19','12','21292.23',    '8','3','6207.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004475.0','1018886.0','6',    '5','3','4997.8',    '5','3','4997.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092739.0','1044453.0','16',    '16','7','10035.19',    '15','6','9163.9',    '8','3','871.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004496.0','1018886.0','10',    '6','3','6631.21',    '6','3','6228.56',    '3','1','402.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092760.0','1044453.0','5',    '5','2','1530.91',    '5','1','1218.24',    '3','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002749.0','1018886.0','6',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091013.0','1044453.0','25',    '23','5','4820.1',    '21','5','3437.6',    '11','2','1382.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007143.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095407.0','1044453.0','2',    '1','1','245.52',    '1','0','0.0',    '1','1','245.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007144.0','1018886.0','6',    '5','5','4028.86',    '2','1','649.26',    '5','4','3379.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095408.0','1044453.0','2',    '2','1','1744.18',    '2','1','1744.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000017.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088281.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004549.0','1018886.0','17',    '14','10','10505.01',    '14','10','10072.09',    '8','2','432.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092813.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002738.0','1018886.0','46',    '44','39','29766.36',    '33','3','2158.33',    '42','39','27608.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091002.0','1044453.0','3',    '3','3','2533.2',    '3','0','0.0',    '3','3','2533.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004510.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092774.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000053.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088317.0','1044453.0','1',    '1','1','4372.45',    '1','1','1300.0',    '1','1','3072.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007145.0','1018886.0','3',    '3','2','8852.82',    '3','2','8852.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095409.0','1044453.0','7',    '6','3','9487.59',    '6','2','9174.92',    '2','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007146.0','1018886.0','20',    '15','11','23651.13',    '15','11','21156.73',    '6','3','2494.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095410.0','1044453.0','16',    '7','2','15221.8',    '7','2','14288.0',    '2','1','933.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007147.0','1018886.0','9',    '8','4','3702.19',    '7','2','3304.92',    '4','2','397.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095411.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002934.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091198.0','1044453.0','455',    '365','272','1163891.62',    '352','264','843141.54',    '179','62','320750.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000020.0','1018886.0','16',    '9','4','9975.0',    '9','4','9975.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088284.0','1044453.0','31',    '29','22','82103.05',    '28','19','45244.64',    '18','11','36858.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007148.0','1018886.0','11',    '11','8','4912.0',    '8','0','0.0',    '9','8','4912.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095412.0','1044453.0','5',    '5','4','2180.55',    '4','0','0.0',    '4','4','2180.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007149.0','1018886.0','49',    '43','26','20379.63',    '39','3','908.26',    '40','26','19471.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095413.0','1044453.0','1',    '1','1','863.4',    '1','1','863.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002591.0','1018886.0','1',    '1','1','12206.0',    '1','1','11656.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090855.0','1044453.0','2',    '2','1','974.4',    '2','0','0.0',    '1','1','974.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004328.0','1018886.0','5',    '5','5','21495.15',    '5','5','19454.63',    '2','2','2040.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092592.0','1044453.0','11',    '11','9','8696.93',    '10','2','1947.73',    '8','8','6749.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007150.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095414.0','1044453.0','22',    '21','9','8607.93',    '19','4','4420.36',    '11','8','4187.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007151.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095415.0','1044453.0','408',    '399','306','955959.97',    '392','290','392038.55',    '323','130','563921.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000130.0','1018886.0','6',    '5','1','900.92',    '5','1','758.47',    '3','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088394.0','1044453.0','1',    '1','1','2720.0',    '1','1','2720.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002915.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091179.0','1044453.0','8',    '8','7','7694.24',    '5','1','2418.32',    '8','6','5275.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002838.0','1018886.0','22',    '18','12','32033.61',    '17','12','31089.78',    '12','4','943.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091102.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002761.0','1018886.0','9',    '8','5','7878.89',    '8','5','7878.89',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091025.0','1044453.0','33',    '30','21','68876.42',    '29','17','51904.56',    '13','7','16971.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007152.0','1018886.0','57',    '44','36','157080.44',    '44','35','94399.94',    '23','13','62680.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095416.0','1044453.0','17',    '16','8','11366.36',    '16','8','11205.01',    '5','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007153.0','1018886.0','10',    '8','5','16125.2',    '8','5','12716.22',    '5','3','3408.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095417.0','1044453.0','28',    '26','17','15151.48',    '22','4','4051.16',    '20','15','11100.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004357.0','1018886.0','1',    '1','1','914.4',    '1','0','0.0',    '1','1','914.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092621.0','1044453.0','23',    '23','7','2668.76',    '22','2','632.97',    '13','7','2035.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002522.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090786.0','1044453.0','23',    '20','10','16367.34',    '18','9','13646.15',    '12','4','2721.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007154.0','1018886.0','9',    '9','7','8317.2',    '6','3','4506.89',    '9','7','3810.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095418.0','1044453.0','1',    '1','1','6024.0',    '1','1','6024.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004652.0','1018886.0','38',    '36','32','25944.31',    '28','7','6972.77',    '34','30','18971.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092916.0','1044453.0','64',    '63','51','38438.6',    '53','5','5393.37',    '58','50','33045.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002372.0','1018886.0','4',    '4','4','2681.2',    '2','0','0.0',    '4','4','2681.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090636.0','1044453.0','1',    '1','1','1139.24',    '1','1','1139.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004688.0','1018886.0','6',    '6','5','6443.71',    '6','4','5035.89',    '4','4','1407.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092952.0','1044453.0','3',    '3','2','1521.28',    '3','1','66.48',    '1','1','1454.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007155.0','1018886.0','8',    '6','3','2949.57',    '6','3','2348.06',    '4','3','601.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095419.0','1044453.0','82',    '76','29','45289.32',    '72','21','21632.13',    '39','12','23657.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002403.0','1018886.0','6',    '6','3','7135.43',    '6','3','5791.07',    '3','1','1344.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090667.0','1044453.0','15',    '12','7','7223.38',    '12','7','5728.93',    '5','4','1494.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004827.0','1018886.0','7',    '6','1','312.67',    '5','0','0.0',    '4','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093091.0','1044453.0','17',    '16','5','9195.75',    '14','5','6436.19',    '9','3','2759.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007156.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095420.0','1044453.0','4',    '4','3','2900.51',    '4','3','2900.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002590.0','1018886.0','2',    '2','2','1832.41',    '2','1','954.01',    '1','1','878.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090854.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004490.0','1018886.0','6',    '4','1','4738.05',    '4','1','4738.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092754.0','1044453.0','13',    '11','8','17857.98',    '11','8','17857.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007157.0','1018886.0','4',    '3','2','6123.12',    '3','2','5737.91',    '2','1','385.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095421.0','1044453.0','46',    '35','17','52933.71',    '35','16','52375.09',    '10','3','558.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004667.0','1018886.0','19',    '14','12','17307.49',    '14','12','15849.11',    '1','1','1458.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092931.0','1044453.0','7',    '7','4','3386.42',    '7','4','3386.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000011.0','1018886.0','7',    '4','3','5837.49',    '4','3','5524.82',    '2','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088275.0','1044453.0','18',    '16','6','13298.03',    '16','5','12983.16',    '9','2','314.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007158.0','1018886.0','11',    '9','5','6946.69',    '9','4','6634.02',    '4','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095422.0','1044453.0','3',    '3','2','4558.19',    '3','2','4558.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007159.0','1018886.0','4',    '3','2','966.6',    '3','2','966.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095423.0','1044453.0','14',    '10','2','5829.97',    '10','2','5517.3',    '2','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007160.0','1018886.0','12',    '9','2','10502.44',    '9','2','7519.0',    '3','1','2983.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095424.0','1044453.0','31',    '30','13','27797.9',    '29','12','21802.59',    '9','3','5995.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002737.0','1018886.0','9',    '9','8','5244.92',    '6','1','500.86',    '8','8','4744.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091001.0','1044453.0','6',    '6','4','2964.68',    '5','1','231.96',    '5','4','2732.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002725.0','1018886.0','25',    '24','11','24519.6',    '20','6','10178.26',    '16','7','14341.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090989.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007161.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095425.0','1044453.0','1',    '1','1','1111.54',    '1','1','1111.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007162.0','1018886.0','9',    '9','5','4469.35',    '9','4','3374.95',    '5','2','1094.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095426.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000004.0','1018886.0','245',    '231','141','127876.78',    '215','49','43654.19',    '161','115','84222.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088268.0','1044453.0','12',    '10','7','31534.83',    '8','5','19307.71',    '6','3','12227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007163.0','1018886.0','2',    '2','2','1021.92',    '2','0','0.0',    '2','2','1021.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095427.0','1044453.0','1',    '1','1','70.0',    '1','0','0.0',    '1','1','70.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002717.0','1018886.0','1',    '1','1','1001.86',    '1','1','1001.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090981.0','1044453.0','5',    '4','2','6678.03',    '4','2','4150.72',    '3','1','2527.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007164.0','1018886.0','8',    '8','4','3569.53',    '7','3','2775.13',    '2','1','794.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095428.0','1044453.0','6',    '6','3','7484.17',    '6','3','7484.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002677.0','1018886.0','1',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090941.0','1044453.0','6',    '6','5','29774.61',    '6','5','5129.12',    '6','5','24645.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002576.0','1018886.0','1',    '1','1','227.12',    '1','0','0.0',    '1','1','227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090840.0','1044453.0','3',    '3','1','656.0',    '3','1','656.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007165.0','1018886.0','62',    '59','53','60212.99',    '49','17','17733.28',    '52','52','42479.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095429.0','1044453.0','2',    '2','2','6559.28',    '2','2','6559.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002606.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090870.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002730.0','1018886.0','56',    '55','14','18307.37',    '55','7','7900.0',    '35','9','10407.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090994.0','1044453.0','11',    '10','8','16775.87',    '9','8','16306.04',    '5','1','469.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007166.0','1018886.0','16',    '14','10','26435.58',    '14','10','25725.64',    '4','1','709.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095430.0','1044453.0','2',    '2','1','726.36',    '2','1','726.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004641.0','1018886.0','3',    '3','2','3745.3',    '3','1','3529.78',    '3','1','215.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092905.0','1044453.0','30',    '24','11','21264.22',    '24','9','17615.35',    '7','4','3648.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004562.0','1018886.0','22',    '17','12','17479.96',    '17','11','15101.7',    '5','4','2378.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092826.0','1044453.0','5',    '4','2','2263.86',    '4','1','2040.0',    '2','1','223.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004547.0','1018886.0','7',    '7','5','12997.38',    '7','5','10924.12',    '4','2','2073.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092811.0','1044453.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004478.0','1018886.0','13',    '8','7','29841.23',    '7','6','13387.57',    '5','3','16453.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092742.0','1044453.0','17',    '15','11','24059.07',    '15','11','19211.2',    '4','3','4847.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007167.0','1018886.0','2',    '2','2','4464.61',    '2','2','4464.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095431.0','1044453.0','8',    '8','5','6599.62',    '8','5','6599.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000150.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088414.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000047.0','1018886.0','12',    '12','10','8749.8',    '8','0','0.0',    '11','10','8749.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088311.0','1044453.0','2',    '2','1','2309.29',    '2','1','2309.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007168.0','1018886.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095432.0','1044453.0','9',    '9','9','4089.2',    '4','0','0.0',    '9','9','4089.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002775.0','1018886.0','50',    '41','28','60638.04',    '41','27','59238.55',    '16','2','1399.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091039.0','1044453.0','32',    '30','14','43837.28',    '30','13','38051.3',    '14','7','5785.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002816.0','1018886.0','4',    '4','3','1248.34',    '4','3','1248.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091080.0','1044453.0','2',    '1','1','816.4',    '1','0','0.0',    '1','1','816.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002537.0','1018886.0','1',    '1','1','824.4',    '1','0','0.0',    '1','1','824.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090801.0','1044453.0','261',    '247','192','182588.81',    '220','66','57917.45',    '206','164','124671.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007169.0','1018886.0','2',    '2','2','2232.36',    '2','2','2232.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095433.0','1044453.0','3',    '3','2','1835.92',    '1','0','0.0',    '3','2','1835.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007170.0','1018886.0','13',    '11','4','2351.62',    '10','4','2351.62',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095434.0','1044453.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000088.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088352.0','1044453.0','10',    '9','2','14588.02',    '9','2','5187.76',    '4','1','9400.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000003.0','1018886.0','1',    '1','1','1186.14',    '1','1','251.74',    '1','1','934.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088267.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007171.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095435.0','1044453.0','1',    '1','1','844.4',    '1','0','0.0',    '1','1','844.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007172.0','1018886.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095436.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002671.0','1018886.0','5',    '5','4','2903.89',    '5','4','2029.49',    '2','1','874.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090935.0','1044453.0','6',    '4','3','3327.2',    '3','3','3327.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002744.0','1018886.0','30',    '28','18','21383.15',    '27','14','17793.85',    '16','6','3589.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091008.0','1044453.0','3',    '3','1','1570.19',    '3','1','1570.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002758.0','1018886.0','4',    '4','3','2159.64',    '4','1','486.84',    '4','3','1672.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091022.0','1044453.0','4',    '4','3','6177.82',    '4','2','6147.82',    '1','1','30.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002400.0','1018886.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090664.0','1044453.0','87',    '80','29','25568.93',    '75','20','17886.72',    '32','13','7682.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007173.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095437.0','1044453.0','46',    '41','17','12409.91',    '38','10','6296.55',    '22','11','6113.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007174.0','1018886.0','26',    '26','12','13341.93',    '26','7','7518.0',    '19','9','5823.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095438.0','1044453.0','1',    '1','1','932.87',    '1','1','932.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002770.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091034.0','1044453.0','11',    '10','5','9809.5',    '10','5','9809.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007175.0','1018886.0','19',    '18','16','13535.52',    '12','0','0.0',    '17','16','13535.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095439.0','1044453.0','12',    '10','7','29479.63',    '10','6','15846.68',    '2','1','13632.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002651.0','1018886.0','6',    '6','1','722.04',    '6','1','722.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090915.0','1044453.0','2',    '2','2','8307.1',    '2','2','7122.65',    '2','1','1184.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002713.0','1018886.0','10',    '8','5','4199.33',    '8','1','274.5',    '7','5','3924.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090977.0','1044453.0','6',    '6','5','2707.2',    '5','0','0.0',    '6','5','2707.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004591.0','1018886.0','13',    '12','7','12969.5',    '12','6','10971.13',    '8','3','1998.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092855.0','1044453.0','48',    '41','24','33760.94',    '34','15','24662.93',    '29','14','9098.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000157.0','1018886.0','3',    '3','1','1350.0',    '3','1','1350.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088421.0','1044453.0','9',    '7','4','2938.19',    '6','3','2671.19',    '5','1','267.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004504.0','1018886.0','8',    '8','3','1680.78',    '7','2','826.38',    '3','1','854.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092768.0','1044453.0','6',    '6','4','3564.24',    '6','4','3052.22',    '2','2','512.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002675.0','1018886.0','1',    '1','1','894.08',    '1','1','894.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090939.0','1044453.0','3',    '3','1','1571.57',    '3','1','1571.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007176.0','1018886.0','1',    '1','1','1300.0',    '1','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095440.0','1044453.0','4',    '3','2','1664.8',    '2','0','0.0',    '2','2','1664.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002831.0','1018886.0','2',    '2','2','1836.0',    '2','2','1021.6',    '1','1','814.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091095.0','1044453.0','7',    '6','3','4755.85',    '6','3','4755.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007177.0','1018886.0','11',    '10','9','10287.83',    '6','2','4569.48',    '10','9','5718.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095441.0','1044453.0','7',    '5','1','523.12',    '5','1','523.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007178.0','1018886.0','94',    '84','44','59206.24',    '82','20','19157.0',    '69','35','40049.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095442.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004518.0','1018886.0','10',    '7','2','4157.0',    '7','2','4157.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092782.0','1044453.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007179.0','1018886.0','11',    '8','7','13955.36',    '8','7','13719.44',    '3','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095443.0','1044453.0','30',    '28','6','10573.07',    '27','6','9487.22',    '14','1','1085.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004587.0','1018886.0','7',    '7','4','8346.82',    '7','4','8346.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092851.0','1044453.0','13',    '10','6','11046.91',    '10','6','10885.56',    '5','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000083.0','1018886.0','6',    '6','2','7490.87',    '6','2','7490.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088347.0','1044453.0','2',    '2','1','20615.33',    '2','1','12290.0',    '1','1','8325.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007180.0','1018886.0','132',    '111','63','204046.43',    '104','58','155253.29',    '46','16','48793.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095444.0','1044453.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007181.0','1018886.0','8',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095445.0','1044453.0','29',    '28','20','47698.42',    '27','18','37402.7',    '19','9','10295.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007182.0','1018886.0','16',    '14','8','15644.74',    '14','7','14506.92',    '4','2','1137.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095446.0','1044453.0','41',    '39','30','22257.58',    '30','3','914.69',    '36','29','21342.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002879.0','1018886.0','55',    '32','15','47706.14',    '31','15','43272.91',    '9','1','4433.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091143.0','1044453.0','2',    '2','2','5591.72',    '2','2','5591.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007134.0','1018886.0','18',    '18','13','10785.72',    '12','0','0.0',    '18','13','10785.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095398.0','1044453.0','34',    '32','29','18295.57',    '29','3','838.63',    '31','28','17456.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007183.0','1018886.0','30',    '29','27','27272.56',    '25','5','8413.16',    '28','27','18859.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095447.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004408.0','1018886.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092672.0','1044453.0','224',    '213','91','115881.76',    '205','73','87103.81',    '115','43','28777.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002402.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090666.0','1044453.0','13',    '13','7','5377.29',    '12','6','3284.25',    '6','3','2093.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007184.0','1018886.0','5',    '4','3','2795.59',    '2','1','1126.79',    '4','2','1668.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095448.0','1044453.0','25',    '20','6','13979.69',    '20','5','13818.34',    '9','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002570.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090834.0','1044453.0','32',    '30','14','19090.49',    '30','14','17890.49',    '10','1','1200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002676.0','1018886.0','4',    '4','2','1612.8',    '4','0','0.0',    '2','2','1612.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090940.0','1044453.0','15',    '15','14','9908.91',    '10','0','0.0',    '15','14','9908.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007185.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095449.0','1044453.0','1',    '1','1','854.4',    '1','0','0.0',    '1','1','854.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004673.0','1018886.0','6',    '6','4','4502.13',    '6','4','4502.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092937.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007186.0','1018886.0','18',    '14','1','312.67',    '14','0','0.0',    '3','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095450.0','1044453.0','20',    '18','9','11381.96',    '18','8','10667.21',    '6','1','714.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004623.0','1018886.0','1',    '1','1','2011.0',    '1','1','2011.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092887.0','1044453.0','2',    '2','2','1336.87',    '2','1','274.5',    '2','2','1062.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007187.0','1018886.0','30',    '21','6','25859.09',    '20','6','19179.21',    '7','1','6679.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095451.0','1044453.0','2',    '2','1','2600.0',    '2','1','2600.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000132.0','1018886.0','10',    '10','5','5940.7',    '10','5','5840.7',    '6','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088396.0','1044453.0','18',    '16','15','89908.2',    '16','15','57539.67',    '10','9','32368.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002373.0','1018886.0','112',    '104','33','35320.04',    '102','25','24357.66',    '51','17','10962.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090637.0','1044453.0','36',    '36','27','31086.58',    '18','1','1869.33',    '34','27','29217.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004639.0','1018886.0','10',    '9','8','11253.67',    '9','8','9709.76',    '3','1','1543.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092903.0','1044453.0','22',    '19','10','20690.43',    '19','10','20293.21',    '7','1','397.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002430.0','1018886.0','1',    '1','1','844.4',    '1','0','0.0',    '1','1','844.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090694.0','1044453.0','10',    '10','8','12493.72',    '9','7','10369.24',    '5','3','2124.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004477.0','1018886.0','1',    '1','1','5150.05',    '1','1','5150.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092741.0','1044453.0','7',    '7','7','5152.94',    '6','0','0.0',    '7','7','5152.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007188.0','1018886.0','7',    '6','4','8697.16',    '6','4','8434.71',    '4','2','262.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095452.0','1044453.0','122',    '107','42','41966.98',    '102','23','24414.64',    '71','24','17552.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007189.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095453.0','1044453.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007190.0','1018886.0','21',    '18','14','69026.22',    '16','13','54723.92',    '12','6','14302.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095454.0','1044453.0','3',    '3','3','5692.54',    '3','3','5692.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002771.0','1018886.0','23',    '21','16','12002.69',    '11','1','82.1',    '19','16','11920.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091035.0','1044453.0','68',    '63','57','110900.27',    '53','14','40046.86',    '58','49','70853.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002904.0','1018886.0','13',    '12','8','20697.82',    '12','8','20697.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091168.0','1044453.0','2',    '2','1','7600.0',    '2','1','5200.0',    '2','1','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004626.0','1018886.0','56',    '51','33','101150.75',    '51','33','64673.79',    '22','10','36476.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092890.0','1044453.0','63',    '58','25','22027.82',    '56','18','15033.88',    '38','13','6993.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002851.0','1018886.0','71',    '68','58','46649.63',    '62','22','13498.23',    '60','50','33151.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091115.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007191.0','1018886.0','4',    '4','3','6174.4',    '3','1','5200.0',    '3','3','974.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095455.0','1044453.0','12',    '10','7','18709.83',    '10','7','9979.72',    '5','3','8730.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007192.0','1018886.0','69',    '66','29','33327.62',    '66','19','22698.21',    '36','17','10629.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095456.0','1044453.0','17',    '17','9','9558.6',    '17','7','6988.19',    '7','4','2570.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000183.0','1018886.0','5',    '5','5','5974.44',    '5','4','5180.04',    '4','1','794.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088447.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007193.0','1018886.0','17',    '13','10','25162.1',    '13','10','24464.61',    '7','1','697.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095457.0','1044453.0','4',    '4','3','1738.8',    '2','0','0.0',    '3','3','1738.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002902.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091166.0','1044453.0','1',    '1','1','1196.36',    '1','1','1196.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000016.0','1018886.0','9',    '7','2','1768.55',    '6','2','1768.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088280.0','1044453.0','22',    '20','7','4109.95',    '20','7','4109.95',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007194.0','1018886.0','30',    '28','18','27104.32',    '28','18','26146.25',    '12','4','958.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095458.0','1044453.0','16',    '16','11','47308.93',    '16','11','26894.16',    '7','3','20414.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007195.0','1018886.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095459.0','1044453.0','1',    '1','1','924.82',    '1','1','924.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000032.0','1018886.0','16',    '14','3','4854.77',    '14','2','4618.85',    '4','1','235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088296.0','1044453.0','3',    '3','3','7295.7',    '3','3','7295.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002823.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091087.0','1044453.0','8',    '7','6','6314.5',    '5','2','2809.38',    '6','5','3505.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000077.0','1018886.0','26',    '23','14','26503.41',    '22','13','24622.06',    '14','4','1881.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088341.0','1044453.0','3',    '3','3','2894.72',    '2','0','0.0',    '3','3','2894.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002617.0','1018886.0','210',    '198','164','119345.2',    '157','11','5084.93',    '182','162','114260.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090881.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007196.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095460.0','1044453.0','44',    '36','22','80400.85',    '36','22','78533.25',    '10','3','1867.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002848.0','1018886.0','2',    '1','1','753.35',    '1','1','753.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091112.0','1044453.0','1',    '1','1','1093.0',    '1','1','1093.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007197.0','1018886.0','127',    '121','91','86484.95',    '110','29','28093.94',    '103','85','58391.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095461.0','1044453.0','5',    '4','2','822.12',    '4','2','822.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000091.0','1018886.0','2',    '1','1','3188.54',    '1','1','3188.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088355.0','1044453.0','10',    '10','10','7182.15',    '9','0','0.0',    '10','10','7182.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000075.0','1018886.0','14',    '14','9','7994.43',    '10','4','3472.91',    '10','6','4521.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088339.0','1044453.0','75',    '69','27','31637.81',    '61','15','17920.81',    '41','18','13717.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007198.0','1018886.0','13',    '11','8','5309.5',    '9','2','2292.0',    '8','7','3017.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095462.0','1044453.0','13',    '12','6','6931.47',    '12','5','6534.2',    '5','1','397.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000093.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088357.0','1044453.0','1',    '1','1','1312.15',    '1','1','1150.8',    '1','1','161.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007199.0','1018886.0','136',    '128','113','95495.49',    '98','4','3366.54',    '121','111','92128.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095463.0','1044453.0','1',    '1','1','895.0',    '1','1','895.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007200.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095464.0','1044453.0','9',    '7','1','312.67',    '7','0','0.0',    '4','1','312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007201.0','1018886.0','14',    '13','5','5471.84',    '13','5','5471.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095465.0','1044453.0','1',    '1','1','1098.29',    '1','1','289.89',    '1','1','808.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007202.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095466.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002665.0','1018886.0','6',    '5','3','3786.06',    '5','2','3210.8',    '1','1','575.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090929.0','1044453.0','3',    '3','3','9763.98',    '3','3','7152.48',    '2','1','2611.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002631.0','1018886.0','8',    '7','6','6314.96',    '7','5','4402.26',    '5','3','1912.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090895.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002863.0','1018886.0','5',    '5','4','3536.06',    '4','2','1060.86',    '5','4','2475.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091127.0','1044453.0','6',    '6','6','8511.6',    '5','1','5200.0',    '5','5','3311.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000081.0','1018886.0','182',    '172','133','104413.64',    '155','22','19283.85',    '165','125','85129.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088345.0','1044453.0','1',    '1','1','944.4',    '0','0','0.0',    '1','1','944.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002858.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091122.0','1044453.0','25',    '23','12','14346.12',    '23','10','10006.27',    '11','8','4339.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002597.0','1018886.0','2',    '2','1','1269.8',    '2','1','1269.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090861.0','1044453.0','4',    '4','3','6921.96',    '4','3','6229.8',    '2','1','692.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002746.0','1018886.0','2',    '2','2','1790.8',    '1','0','0.0',    '2','2','1790.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091010.0','1044453.0','22',    '22','20','23408.3',    '19','7','10360.29',    '20','17','13048.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002897.0','1018886.0','6',    '6','3','6484.08',    '6','3','6484.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091161.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002612.0','1018886.0','5',    '5','4','6275.43',    '5','3','3491.04',    '4','3','2784.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090876.0','1044453.0','37',    '33','18','16515.62',    '32','15','13864.84',    '18','6','2650.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007203.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095467.0','1044453.0','2',    '2','1','2972.16',    '2','1','2972.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007204.0','1018886.0','1',    '1','1','914.4',    '1','0','0.0',    '1','1','914.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095468.0','1044453.0','1',    '1','1','954.01',    '1','1','954.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004565.0','1018886.0','1',    '1','1','149.76',    '1','1','149.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092829.0','1044453.0','23',    '22','16','24486.71',    '22','14','21601.69',    '14','4','2885.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002813.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091077.0','1044453.0','133',    '124','59','64394.08',    '123','48','51522.04',    '64','19','12872.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004493.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092757.0','1044453.0','9',    '7','4','8421.84',    '6','4','8421.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004685.0','1018886.0','2',    '2','1','142.45',    '1','0','0.0',    '1','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092949.0','1044453.0','26',    '23','21','32330.53',    '16','13','20964.0',    '17','12','11366.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007205.0','1018886.0','47',    '46','40','27260.12',    '33','5','5531.27',    '46','38','21728.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095469.0','1044453.0','3',    '2','2','5130.12',    '2','1','4235.72',    '2','2','894.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004532.0','1018886.0','1',    '1','1','794.4',    '1','0','0.0',    '1','1','794.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092796.0','1044453.0','2',    '1','1','1504.23',    '1','1','1494.23',    '1','1','10.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000019.0','1018886.0','1',    '1','1','302.96',    '1','1','302.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088283.0','1044453.0','31',    '31','17','9447.09',    '27','5','2976.93',    '23','14','6470.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002620.0','1018886.0','18',    '16','9','25786.77',    '16','8','25298.01',    '15','2','488.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090884.0','1044453.0','1',    '1','1','259.84',    '1','1','259.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007206.0','1018886.0','70',    '53','34','101889.36',    '52','32','80560.34',    '20','7','21329.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095470.0','1044453.0','1',    '1','1','299.4',    '1','1','299.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002861.0','1018886.0','7',    '6','5','3774.26',    '5','1','421.48',    '5','5','3352.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091125.0','1044453.0','16',    '15','10','8103.59',    '9','2','754.87',    '14','10','7348.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000027.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088291.0','1044453.0','13',    '12','3','8269.62',    '12','3','4369.94',    '4','2','3899.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002715.0','1018886.0','1',    '1','1','2035.3',    '1','1','2035.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090979.0','1044453.0','2',    '2','2','1754.4',    '2','2','1754.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002626.0','1018886.0','11',    '8','5','5103.59',    '8','5','4961.14',    '3','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090890.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007207.0','1018886.0','8',    '8','7','5301.99',    '6','3','1253.99',    '6','5','4048.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095471.0','1044453.0','4',    '4','4','5931.28',    '3','2','2479.68',    '4','4','3451.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007208.0','1018886.0','18',    '18','8','8943.83',    '14','5','5237.5',    '13','6','3706.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095472.0','1044453.0','4',    '4','3','2258.8',    '3','0','0.0',    '4','3','2258.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002492.0','1018886.0','41',    '34','19','34182.33',    '31','14','25842.29',    '23','8','8340.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090756.0','1044453.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002599.0','1018886.0','2',    '1','1','1304.0',    '1','1','1304.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090863.0','1044453.0','16',    '13','10','24263.49',    '12','9','20382.96',    '7','4','3880.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007209.0','1018886.0','7',    '7','2','5128.08',    '6','2','5128.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095473.0','1044453.0','109',    '103','81','114335.31',    '86','38','65489.48',    '84','68','48845.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002608.0','1018886.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090872.0','1044453.0','144',    '134','109','88587.36',    '99','18','10674.34',    '116','101','77913.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007210.0','1018886.0','26',    '26','16','11021.55',    '23','8','7039.9',    '17','9','3981.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095474.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000046.0','1018886.0','1',    '1','1','923.5',    '1','1','823.5',    '1','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088310.0','1044453.0','11',    '10','6','22252.78',    '10','5','21152.78',    '6','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002797.0','1018886.0','60',    '58','45','37769.49',    '37','8','7222.81',    '52','42','30546.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091061.0','1044453.0','10',    '9','8','18451.65',    '9','7','17617.25',    '2','1','834.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002826.0','1018886.0','65',    '59','43','36376.36',    '50','6','2547.96',    '55','41','33828.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091090.0','1044453.0','3',    '2','1','4396.76',    '2','1','4396.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002434.0','1018886.0','19',    '18','9','27847.33',    '18','7','25738.42',    '8','4','2108.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090698.0','1044453.0','1',    '1','1','678.6',    '1','1','678.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002805.0','1018886.0','2',    '2','1','814.4',    '2','0','0.0',    '2','1','814.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091069.0','1044453.0','1',    '1','1','884.4',    '1','0','0.0',    '1','1','884.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007211.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095475.0','1044453.0','4',    '4','2','5657.36',    '4','2','5657.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007212.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095476.0','1044453.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007213.0','1018886.0','32',    '30','18','95915.18',    '30','18','54749.71',    '9','4','41165.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095477.0','1044453.0','1',    '1','1','3374.4',    '1','1','3374.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002439.0','1018886.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090703.0','1044453.0','37',    '33','25','100900.86',    '33','24','47226.29',    '19','9','53674.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004583.0','1018886.0','11',    '10','6','14911.3',    '10','3','12886.98',    '7','3','2024.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092847.0','1044453.0','261',    '234','161','129860.91',    '208','17','15610.98',    '186','155','114249.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004616.0','1018886.0','25',    '25','15','27771.4',    '24','15','26920.57',    '14','2','850.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092880.0','1044453.0','127',    '120','101','85780.12',    '108','38','23617.5',    '114','97','62162.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007214.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095478.0','1044453.0','168',    '160','125','110954.03',    '110','30','22922.79',    '134','113','88031.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004620.0','1018886.0','5',    '5','4','2500.03',    '5','1','635.71',    '4','3','1864.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092884.0','1044453.0','23',    '22','18','14659.75',    '22','5','3020.98',    '21','17','11638.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007215.0','1018886.0','87',    '75','66','298914.65',    '74','63','142383.77',    '43','25','156530.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095479.0','1044453.0','5',    '5','2','1668.8',    '4','0','0.0',    '2','2','1668.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000110.0','1018886.0','10',    '6','5','12209.54',    '5','3','10420.74',    '3','3','1788.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088374.0','1044453.0','69',    '66','54','46055.21',    '46','14','13900.25',    '56','46','32154.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002559.0','1018886.0','7',    '7','7','6280.8',    '3','0','0.0',    '7','7','6280.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090823.0','1044453.0','85',    '80','57','40373.4',    '64','7','4627.44',    '70','54','35745.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007216.0','1018886.0','57',    '52','22','11469.09',    '43','10','5321.66',    '37','15','6147.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095480.0','1044453.0','5',    '5','4','6362.33',    '5','3','6189.49',    '3','1','172.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007217.0','1018886.0','5',    '4','3','16479.62',    '3','3','15242.35',    '3','1','1237.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095481.0','1044453.0','15',    '15','10','18932.06',    '14','7','7068.31',    '9','5','11863.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002714.0','1018886.0','69',    '66','55','38423.5',    '53','5','3337.56',    '58','53','35085.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090978.0','1044453.0','31',    '30','22','16336.44',    '23','5','4351.51',    '28','22','11984.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000005.0','1018886.0','48',    '45','35','24227.29',    '37','3','1048.76',    '38','33','23178.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088269.0','1044453.0','21',    '20','17','12420.1',    '17','2','3201.92',    '18','15','9218.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007218.0','1018886.0','5',    '4','3','9018.35',    '4','3','9018.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095482.0','1044453.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007219.0','1018886.0','12',    '12','11','8217.63',    '12','3','1531.98',    '10','10','6685.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095483.0','1044453.0','3',    '3','2','1372.8',    '3','2','1308.8',    '1','1','64.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002884.0','1018886.0','14',    '13','10','10451.08',    '13','3','5679.77',    '9','8','4771.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091148.0','1044453.0','1',    '1','1','3560.0',    '1','1','3560.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007220.0','1018886.0','27',    '26','19','14998.04',    '20','2','841.93',    '20','18','14156.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095484.0','1044453.0','13',    '12','5','4761.62',    '12','5','4211.62',    '5','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007221.0','1018886.0','49',    '48','41','30307.88',    '32','0','0.0',    '46','41','30307.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095485.0','1044453.0','3',    '3','1','315.88',    '2','1','315.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002581.0','1018886.0','2',    '2','2','2238.99',    '2','2','2198.99',    '1','1','40.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090845.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002424.0','1018886.0','315',    '276','123','89442.18',    '242','21','13366.61',    '179','113','76075.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090688.0','1044453.0','1',    '1','1','794.4',    '0','0','0.0',    '1','1','794.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007222.0','1018886.0','4',    '4','3','10302.66',    '4','3','10160.21',    '3','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095486.0','1044453.0','11',    '5','4','5355.2',    '5','4','5355.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000007.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088271.0','1044453.0','291',    '265','142','114346.13',    '237','26','20620.45',    '177','127','93725.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007223.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095487.0','1044453.0','30',    '29','23','23545.4',    '24','11','13305.24',    '22','17','10240.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007224.0','1018886.0','10',    '9','9','43011.85',    '9','9','27885.98',    '3','2','15125.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095488.0','1044453.0','174',    '159','110','83111.32',    '139','8','3631.55',    '135','108','79479.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007225.0','1018886.0','6',    '6','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095489.0','1044453.0','3',    '2','2','1461.24',    '1','0','0.0',    '2','2','1461.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002786.0','1018886.0','44',    '38','25','26510.44',    '35','10','9723.17',    '29','17','16787.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091050.0','1044453.0','53',    '51','48','38525.18',    '29','8','3429.68',    '50','47','35095.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002856.0','1018886.0','1',    '1','1','736.06',    '1','0','0.0',    '1','1','736.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091120.0','1044453.0','15',    '13','9','7348.97',    '11','1','238.44',    '10','9','7110.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000052.0','1018886.0','6',    '2','1','772.47',    '2','1','772.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088316.0','1044453.0','119',    '111','81','227534.46',    '108','78','180366.82',    '60','18','47167.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007226.0','1018886.0','1',    '1','1','4389.98',    '1','1','4389.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095490.0','1044453.0','4',    '3','1','540.36',    '3','1','540.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007227.0','1018886.0','53',    '50','40','74288.01',    '43','9','22086.22',    '44','36','52201.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095491.0','1044453.0','18',    '17','10','8592.83',    '13','4','2071.09',    '12','8','6521.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007228.0','1018886.0','2',    '2','2','102.0',    '2','0','0.0',    '2','2','102.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095492.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007229.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095493.0','1044453.0','2',    '2','2','2993.98',    '2','2','2953.98',    '1','1','40.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000054.0','1018886.0','20',    '20','13','10759.02',    '20','3','1157.88',    '17','13','9601.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088318.0','1044453.0','1',    '1','1','6192.0',    '1','1','6192.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007230.0','1018886.0','109',    '101','64','45292.28',    '93','14','8397.57',    '77','55','36894.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095494.0','1044453.0','38',    '33','25','126551.37',    '33','25','69819.52',    '20','6','56731.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004502.0','1018886.0','29',    '28','18','40492.33',    '28','17','38667.09',    '14','7','1825.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092766.0','1044453.0','21',    '19','15','14804.97',    '17','5','5485.95',    '16','13','9319.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007231.0','1018886.0','14',    '14','10','22423.43',    '14','10','21774.44',    '6','1','648.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095495.0','1044453.0','74',    '69','54','40063.73',    '61','9','6654.32',    '62','50','33409.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004653.0','1018886.0','15',    '13','9','24511.58',    '13','9','24328.42',    '9','1','183.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092917.0','1044453.0','2',    '2','2','1628.8',    '2','0','0.0',    '2','2','1628.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007232.0','1018886.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095496.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007233.0','1018886.0','14',    '9','6','19915.69',    '7','5','13644.56',    '4','3','6271.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095497.0','1044453.0','2',    '2','2','8934.66',    '2','2','8934.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007234.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095498.0','1044453.0','354',    '335','239','210846.46',    '243','45','47537.02',    '291','221','163309.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007235.0','1018886.0','647',    '591','402','351718.12',    '538','107','99974.11',    '453','349','251744.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095499.0','1044453.0','3',    '3','2','6008.95',    '3','2','6008.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000085.0','1018886.0','31',    '25','13','11880.29',    '23','6','6726.8',    '15','9','5153.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088349.0','1044453.0','2',    '2','1','1002.75',    '2','0','0.0',    '1','1','1002.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002628.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090892.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002658.0','1018886.0','56',    '53','38','34012.28',    '46','4','2079.88',    '45','38','31932.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090922.0','1044453.0','13',    '11','8','10632.19',    '10','7','9775.86',    '5','1','856.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002679.0','1018886.0','2',    '2','2','6447.22',    '2','2','6447.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090943.0','1044453.0','39',    '33','15','21832.68',    '29','8','11848.89',    '23','8','9983.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000015.0','1018886.0','16',    '15','12','8616.82',    '13','2','1575.31',    '14','12','7041.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088279.0','1044453.0','65',    '59','40','132003.16',    '58','39','92302.42',    '44','16','39700.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007236.0','1018886.0','15',    '15','12','10597.4',    '12','4','4597.24',    '15','10','6000.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095500.0','1044453.0','1',    '1','1','1010.55',    '1','1','1010.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000045.0','1018886.0','5',    '5','4','2543.2',    '4','0','0.0',    '4','4','2543.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088309.0','1044453.0','71',    '66','51','38362.23',    '45','5','1929.09',    '56','49','36433.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002868.0','1018886.0','6',    '6','4','6675.18',    '5','3','6455.84',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091132.0','1044453.0','9',    '7','2','3492.93',    '7','2','3163.25',    '1','1','329.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007237.0','1018886.0','11',    '10','8','41878.27',    '10','8','29794.96',    '3','1','12083.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095501.0','1044453.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004491.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092755.0','1044453.0','1',    '1','1','1099.12',    '1','1','723.65',    '1','1','375.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007238.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095502.0','1044453.0','5',    '3','2','2119.73',    '3','2','2119.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000069.0','1018886.0','1',    '1','1','976.0',    '1','1','976.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088333.0','1044453.0','41',    '41','35','28903.14',    '27','2','1193.65',    '37','35','27709.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007239.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095503.0','1044453.0','2',    '2','2','4093.84',    '2','2','4093.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007240.0','1018886.0','1',    '1','1','1074.46',    '1','1','1074.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095504.0','1044453.0','1',    '1','1','1300.0',    '1','1','1300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000055.0','1018886.0','2',    '2','2','3767.88',    '2','2','3243.99',    '1','1','523.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088319.0','1044453.0','4',    '4','1','293.0',    '4','1','293.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002395.0','1018886.0','11',    '11','4','8052.61',    '11','4','8052.61',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090659.0','1044453.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007241.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095505.0','1044453.0','13',    '13','3','2271.01',    '13','3','2271.01',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002812.0','1018886.0','4',    '4','3','6163.64',    '4','3','5724.96',    '2','2','438.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091076.0','1044453.0','85',    '75','62','148004.45',    '73','59','106340.83',    '42','14','41663.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002864.0','1018886.0','1',    '1','1','807.4',    '1','1','807.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091128.0','1044453.0','4',    '4','3','11351.42',    '4','3','11209.37',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002376.0','1018886.0','1',    '1','1','743.56',    '1','1','743.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090640.0','1044453.0','33',    '27','23','58124.31',    '27','23','56968.62',    '9','3','1155.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002716.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090980.0','1044453.0','3',    '2','1','1123.17',    '2','1','1123.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007242.0','1018886.0','106',    '101','66','53226.78',    '88','4','2695.55',    '84','66','50531.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095506.0','1044453.0','284',    '263','148','112367.23',    '233','34','25219.04',    '191','127','87148.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002375.0','1018886.0','8',    '7','2','3398.4',    '7','2','3374.4',    '3','1','24.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090639.0','1044453.0','1',    '1','1','3472.6',    '1','1','3472.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002875.0','1018886.0','2',    '2','1','1267.97',    '2','1','1267.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091139.0','1044453.0','3',    '3','3','8630.43',    '3','3','5435.8',    '2','2','3194.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007243.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095507.0','1044453.0','1',    '1','1','2112.49',    '1','1','2112.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004545.0','1018886.0','112',    '110','99','1140139.15',    '110','97','532217.1',    '102','93','607922.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092809.0','1044453.0','2',    '2','1','658.76',    '1','1','658.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002616.0','1018886.0','2',    '1','1','260.75',    '1','1','260.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090880.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004574.0','1018886.0','68',    '68','63','302197.46',    '68','61','128391.93',    '61','56','173805.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092838.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004568.0','1018886.0','73',    '72','67','217754.52',    '70','65','199180.57',    '56','38','18573.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092832.0','1044453.0','1',    '1','1','3209.0',    '1','1','3209.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007244.0','1018886.0','19',    '14','7','9961.52',    '14','7','8525.36',    '10','4','1436.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095508.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004570.0','1018886.0','1',    '1','1','1281.92',    '1','1','420.01',    '1','1','861.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092834.0','1044453.0','4',    '4','3','6662.01',    '4','3','6662.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004773.0','1018886.0','3',    '3','2','3224.1',    '3','2','3224.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093037.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000056.0','1018886.0','219',    '210','145','534202.98',    '208','128','403776.75',    '149','77','130426.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088320.0','1044453.0','20',    '19','17','29239.39',    '19','17','28727.37',    '9','2','512.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000014.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088278.0','1044453.0','73',    '63','40','117063.91',    '63','29','71585.63',    '43','22','45478.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007245.0','1018886.0','6',    '5','5','10877.15',    '5','5','9962.75',    '3','1','914.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095509.0','1044453.0','21',    '19','15','26829.49',    '19','14','24330.96',    '5','4','2498.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002600.0','1018886.0','18',    '18','18','15177.38',    '11','2','291.2',    '18','18','14886.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090864.0','1044453.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002582.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090846.0','1044453.0','1',    '1','1','301.45',    '1','1','301.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002405.0','1018886.0','1',    '1','1','866.7',    '1','1','724.65',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090669.0','1044453.0','3',    '3','1','974.71',    '2','1','974.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000044.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088308.0','1044453.0','18',    '17','10','11777.18',    '17','10','11040.32',    '8','3','736.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007246.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095510.0','1044453.0','88',    '72','63','197279.14',    '71','61','155468.7',    '48','28','41810.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007247.0','1018886.0','11',    '10','6','7138.52',    '10','6','6919.18',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095511.0','1044453.0','10',    '9','5','10105.57',    '9','5','10105.57',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004506.0','1018886.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092770.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007248.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095512.0','1044453.0','7',    '6','3','2024.64',    '5','2','1585.96',    '5','2','438.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007249.0','1018886.0','5',    '5','5','4746.48',    '5','3','4622.48',    '2','2','124.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095513.0','1044453.0','228',    '210','139','115082.24',    '182','33','19533.23',    '165','129','95549.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000051.0','1018886.0','27',    '25','23','50463.13',    '25','20','41048.7',    '14','8','9414.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088315.0','1044453.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002595.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090859.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002895.0','1018886.0','21',    '19','18','66572.0',    '19','18','49047.01',    '13','12','17524.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091159.0','1044453.0','2',    '2','1','1705.61',    '2','1','1300.0',    '1','1','405.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002722.0','1018886.0','2',    '2','1','4042.0',    '2','1','4042.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090986.0','1044453.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007250.0','1018886.0','3',    '2','1','1822.6',    '2','1','1822.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095514.0','1044453.0','3',    '3','1','391.2',    '3','1','391.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004581.0','1018886.0','5',    '4','3','2900.0',    '4','3','2900.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092845.0','1044453.0','98',    '87','47','114081.81',    '80','34','83336.63',    '59','30','30745.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004523.0','1018886.0','61',    '61','55','301715.33',    '61','54','140628.77',    '55','47','161086.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092787.0','1044453.0','5',    '5','4','8999.52',    '5','4','8999.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000048.0','1018886.0','2',    '2','2','3883.55',    '2','2','3664.21',    '2','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088312.0','1044453.0','11',    '9','7','10998.83',    '9','6','10553.72',    '4','1','445.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004662.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092926.0','1044453.0','9',    '9','6','7618.81',    '8','6','7618.81',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000092.0','1018886.0','19',    '18','11','24702.25',    '17','11','24702.25',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088356.0','1044453.0','3',    '3','2','4052.38',    '3','2','3617.55',    '3','1','434.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002894.0','1018886.0','2',    '2','1','3461.05',    '2','1','3461.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091158.0','1044453.0','15',    '5','4','10460.36',    '5','3','3449.85',    '3','1','7010.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002696.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090960.0','1044453.0','1',    '1','1','6030.0',    '1','1','6030.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002827.0','1018886.0','7',    '7','5','5365.23',    '7','5','5365.23',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091091.0','1044453.0','3',    '3','3','5456.73',    '3','3','5456.73',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004686.0','1018886.0','31',    '29','20','14347.98',    '26','2','988.93',    '25','18','13359.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092950.0','1044453.0','3',    '3','3','6447.2',    '3','2','6427.2',    '2','1','20.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002520.0','1018886.0','8',    '7','3','4671.03',    '7','2','4661.03',    '5','1','10.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090784.0','1044453.0','27',    '26','18','16027.9',    '24','9','9015.22',    '20','11','7012.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002927.0','1018886.0','4',    '4','1','6753.81',    '4','1','886.0',    '4','1','5867.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091191.0','1044453.0','3',    '3','3','14204.51',    '3','3','9421.38',    '1','1','4783.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007251.0','1018886.0','6',    '3','2','9242.83',    '3','2','7812.0',    '1','1','1430.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095515.0','1044453.0','15',    '13','9','14269.17',    '13','9','11869.17',    '5','1','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004642.0','1018886.0','1',    '1','1','814.4',    '1','0','0.0',    '1','1','814.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092906.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000097.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088361.0','1044453.0','1',    '1','1','5065.4',    '1','1','5065.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004668.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092932.0','1044453.0','1',    '1','1','1209.91',    '1','1','298.0',    '1','1','911.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002698.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090962.0','1044453.0','11',    '9','9','21179.47',    '9','9','20960.13',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007252.0','1018886.0','52',    '47','25','47868.58',    '46','22','28953.47',    '28','12','18915.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095516.0','1044453.0','12',    '11','5','8918.91',    '11','5','8918.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000174.0','1018886.0','45',    '45','40','262963.75',    '45','36','107170.55',    '38','34','155793.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088438.0','1044453.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000009.0','1018886.0','2',    '2','2','8827.74',    '2','2','8827.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088273.0','1044453.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002623.0','1018886.0','1',    '1','1','369.57',    '1','0','0.0',    '1','1','369.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090887.0','1044453.0','5',    '4','1','5200.0',    '4','1','5200.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000010.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088274.0','1044453.0','141',    '108','90','243172.27',    '107','90','217988.95',    '48','22','25183.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007253.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095517.0','1044453.0','2',    '2','2','2344.57',    '2','2','2202.52',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007254.0','1018886.0','7',    '7','4','4032.1',    '7','4','4032.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095518.0','1044453.0','4',    '3','1','1001.4',    '3','1','1001.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007255.0','1018886.0','27',    '25','21','71448.62',    '25','21','60834.12',    '9','7','10614.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095519.0','1044453.0','1',    '1','1','702.72',    '1','1','702.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007256.0','1018886.0','8',    '7','5','7407.88',    '5','4','2792.03',    '5','3','4615.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095520.0','1044453.0','4',    '3','1','843.34',    '3','1','843.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007257.0','1018886.0','4',    '4','3','3173.97',    '4','3','2304.32',    '1','1','869.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095521.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002397.0','1018886.0','12',    '11','0','0.0',    '10','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090661.0','1044453.0','1',    '1','1','40.39',    '1','1','40.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002601.0','1018886.0','3',    '3','2','2059.54',    '2','2','2059.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090865.0','1044453.0','1',    '1','1','1039.45',    '1','1','1039.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007258.0','1018886.0','2',    '2','2','5967.51',    '2','2','5967.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095522.0','1044453.0','6',    '6','6','15337.68',    '5','4','9615.42',    '5','3','5722.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002731.0','1018886.0','18',    '16','6','10128.3',    '15','6','9168.56',    '5','2','959.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090995.0','1044453.0','4',    '3','3','8314.03',    '3','3','8314.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004508.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092772.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004654.0','1018886.0','88',    '77','55','125784.88',    '77','47','113952.99',    '45','26','11831.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2092918.0','1044453.0','1',    '1','1','8442.08',    '1','1','1690.8',    '1','1','6751.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007259.0','1018886.0','1',    '1','1','372.88',    '1','1','372.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095523.0','1044453.0','3',    '3','2','3034.73',    '3','2','2144.51',    '2','1','890.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002844.0','1018886.0','731',    '684','428','343199.74',    '600','78','64160.2',    '530','393','279039.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091108.0','1044453.0','2',    '2','2','5431.28',    '2','2','5431.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002684.0','1018886.0','17',    '15','9','6685.2',    '13','0','0.0',    '15','9','6685.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090948.0','1044453.0','2',    '2','2','2543.23',    '2','2','2543.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002874.0','1018886.0','22',    '19','13','22238.28',    '19','12','17798.88',    '10','4','4439.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091138.0','1044453.0','1',    '1','1','758.0',    '1','1','758.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003021.0','1018886.0','68',    '63','44','130960.92',    '62','43','94595.27',    '38','15','36365.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091285.0','1044453.0','3',    '3','2','1818.38',    '3','1','1675.93',    '1','1','142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002885.0','1018886.0','1',    '1','1','266.42',    '1','1','266.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091149.0','1044453.0','1',    '1','1','6647.96',    '1','0','0.0',    '1','1','6647.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004976.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093240.0','1044453.0','18',    '16','6','7247.14',    '16','6','7247.14',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002563.0','1018886.0','16',    '15','13','28555.97',    '15','13','24776.25',    '12','3','3779.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090827.0','1044453.0','22',    '20','9','8690.6',    '20','8','7893.11',    '7','1','797.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002825.0','1018886.0','1',    '1','1','235.52',    '1','0','0.0',    '1','1','235.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091089.0','1044453.0','17',    '14','8','23254.53',    '14','8','14726.25',    '6','2','8528.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002567.0','1018886.0','3',    '2','2','1627.25',    '2','2','1627.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090831.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002625.0','1018886.0','4',    '4','4','10610.48',    '4','4','10610.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090889.0','1044453.0','2',    '2','1','142.59',    '2','1','142.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002941.0','1018886.0','7',    '7','3','2954.85',    '7','2','2374.12',    '5','2','580.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091205.0','1044453.0','5',    '3','2','1798.8',    '2','0','0.0',    '2','2','1798.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002790.0','1018886.0','9',    '8','2','4184.15',    '7','2','4184.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091054.0','1044453.0','1',    '1','1','5200.0',    '1','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003049.0','1018886.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091313.0','1044453.0','3',    '3','1','1437.88',    '3','1','1437.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004923.0','1018886.0','5',    '5','3','8826.31',    '5','3','8826.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093187.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004938.0','1018886.0','1',    '1','1','2196.82',    '1','1','2054.77',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093202.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002584.0','1018886.0','10',    '10','7','9549.23',    '10','7','9549.23',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090848.0','1044453.0','1',    '1','1','854.0',    '1','1','854.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002981.0','1018886.0','3',    '3','2','1297.72',    '3','2','1297.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091245.0','1044453.0','1',    '1','1','990.0',    '1','1','990.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002928.0','1018886.0','2',    '2','2','1261.27',    '2','2','397.36',    '2','2','863.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091192.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003019.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091283.0','1044453.0','5',    '4','3','9445.01',    '4','3','9214.97',    '1','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004852.0','1018886.0','34',    '30','22','20905.01',    '26','8','7231.18',    '22','17','13673.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093116.0','1044453.0','3',    '3','1','72.0',    '3','0','0.0',    '1','1','72.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004943.0','1018886.0','13',    '13','10','7349.77',    '10','2','588.78',    '12','9','6760.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093207.0','1044453.0','6',    '6','6','5458.4',    '4','0','0.0',    '6','6','5458.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005113.0','1018886.0','14',    '14','12','25901.13',    '14','11','21657.43',    '11','5','4243.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093377.0','1044453.0','3',    '2','2','1470.46',    '2','2','1470.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002984.0','1018886.0','2',    '2','1','256.11',    '2','1','256.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091248.0','1044453.0','5',    '4','3','3008.66',    '4','3','3008.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002817.0','1018886.0','2',    '2','2','2074.37',    '2','1','1882.2',    '1','1','192.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091081.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002881.0','1018886.0','3',    '3','3','1815.18',    '3','3','1815.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091145.0','1044453.0','3',    '3','2','1851.5',    '3','2','1851.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002752.0','1018886.0','5',    '4','2','1878.65',    '4','2','1878.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091016.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002936.0','1018886.0','5',    '5','2','2451.44',    '5','2','2451.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091200.0','1044453.0','28',    '17','12','45750.93',    '17','10','31605.07',    '13','6','14145.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002739.0','1018886.0','2',    '2','1','1539.99',    '2','1','1539.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091003.0','1044453.0','8',    '8','3','4077.44',    '8','3','3858.1',    '4','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004847.0','1018886.0','4',    '3','3','7632.47',    '3','3','7490.42',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093111.0','1044453.0','33',    '29','19','26969.32',    '29','19','23986.28',    '14','6','2983.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002785.0','1018886.0','3',    '1','1','947.81',    '1','1','947.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091049.0','1044453.0','3',    '3','1','1173.54',    '3','1','1173.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007260.0','1018886.0','1',    '1','1','4694.07',    '1','1','4694.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095524.0','1044453.0','10',    '8','7','14244.15',    '7','7','13991.65',    '7','3','252.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005068.0','1018886.0','1',    '1','1','2569.38',    '1','1','2569.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093332.0','1044453.0','1',    '1','1','585.02',    '1','1','585.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005111.0','1018886.0','2',    '2','2','2053.34',    '2','2','2053.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093375.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003000.0','1018886.0','9',    '9','9','25163.28',    '9','9','24013.08',    '7','5','1150.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091264.0','1044453.0','204',    '195','106','332633.04',    '194','79','177484.06',    '116','63','155148.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003029.0','1018886.0','2',    '2','2','4477.49',    '2','1','914.22',    '2','2','3563.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091293.0','1044453.0','1',    '1','1','1476.54',    '1','1','1476.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004928.0','1018886.0','4',    '4','3','7740.53',    '3','2','1980.0',    '2','2','5760.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093192.0','1044453.0','4',    '4','3','3974.11',    '4','2','3568.5',    '3','1','405.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002740.0','1018886.0','20',    '18','13','30910.12',    '18','13','30303.11',    '7','2','607.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091004.0','1044453.0','5',    '5','4','12221.51',    '5','4','12221.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002660.0','1018886.0','11',    '10','2','2086.25',    '9','2','1866.91',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090924.0','1044453.0','1',    '1','1','426.56',    '1','1','426.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002997.0','1018886.0','13',    '11','8','13068.12',    '11','8','12411.46',    '4','3','656.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091261.0','1044453.0','33',    '26','20','98971.15',    '25','20','69426.95',    '18','8','29544.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002906.0','1018886.0','3',    '3','3','6922.52',    '3','3','6922.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091170.0','1044453.0','106',    '83','59','154866.03',    '81','53','99216.86',    '53','25','55649.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002583.0','1018886.0','3',    '2','1','282.76',    '2','1','282.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090847.0','1044453.0','2',    '2','1','1048.24',    '2','1','1048.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002937.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091201.0','1044453.0','2',    '2','2','3921.59',    '2','2','3921.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002990.0','1018886.0','4',    '4','4','2398.61',    '4','4','2256.56',    '3','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091254.0','1044453.0','14',    '12','11','14298.27',    '12','11','12787.51',    '8','2','1510.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004844.0','1018886.0','1',    '1','1','1193.14',    '1','1','1193.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093108.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002787.0','1018886.0','5',    '4','4','3130.37',    '4','4','3130.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091051.0','1044453.0','3',    '3','3','10242.0',    '3','3','10242.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002700.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090964.0','1044453.0','2',    '2','2','1175.04',    '2','2','1175.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002958.0','1018886.0','1',    '1','1','913.4',    '1','1','913.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091222.0','1044453.0','2',    '2','1','1333.61',    '2','1','1333.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002610.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090874.0','1044453.0','26',    '23','17','40318.0',    '22','15','32469.03',    '15','7','7848.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004921.0','1018886.0','5',    '5','1','2306.0',    '5','1','2306.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093185.0','1044453.0','1',    '1','1','2652.06',    '1','1','2387.06',    '1','1','265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002562.0','1018886.0','2',    '2','1','175.57',    '2','0','0.0',    '1','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090826.0','1044453.0','1',    '1','1','1182.15',    '1','1','1182.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002707.0','1018886.0','1',    '1','1','424.0',    '1','1','424.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090971.0','1044453.0','4',    '3','3','10566.86',    '3','3','10566.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002969.0','1018886.0','257',    '237','109','280584.04',    '231','76','151396.52',    '136','53','129187.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091233.0','1044453.0','6',    '4','2','8654.35',    '4','2','1782.0',    '1','1','6872.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004996.0','1018886.0','5',    '3','3','5749.88',    '3','3','5749.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093260.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002586.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2090850.0','1044453.0','5',    '3','3','6264.36',    '3','3','5507.61',    '3','3','756.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004858.0','1018886.0','3',    '3','3','4690.89',    '3','3','4285.28',    '2','1','405.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093122.0','1044453.0','2',    '2','2','3116.96',    '2','2','3116.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004930.0','1018886.0','70',    '63','48','212632.77',    '61','44','89487.11',    '45','20','123145.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093194.0','1044453.0','2',    '2','2','1315.76',    '2','2','1085.72',    '1','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004903.0','1018886.0','78',    '66','41','62144.56',    '64','36','53097.25',    '30','14','9047.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093167.0','1044453.0','159',    '137','122','369887.11',    '136','119','308830.95',    '78','40','61056.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004868.0','1018886.0','6',    '5','4','5135.14',    '5','4','5135.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093132.0','1044453.0','7',    '7','6','9467.54',    '7','6','7303.11',    '2','1','2164.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005092.0','1018886.0','2',    '2','1','1002.83',    '2','1','1002.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093356.0','1044453.0','24',    '18','12','17944.12',    '16','9','16601.13',    '8','4','1342.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004904.0','1018886.0','30',    '25','10','18455.62',    '23','10','15169.14',    '9','2','3286.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093168.0','1044453.0','4',    '3','1','3693.89',    '3','1','3693.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005190.0','1018886.0','2',    '2','1','850.95',    '2','1','850.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093454.0','1044453.0','3',    '3','3','43344.5',    '3','3','21982.0',    '1','1','21362.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002977.0','1018886.0','1',    '1','1','1465.69',    '1','1','1104.3',    '1','1','361.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091241.0','1044453.0','4',    '4','4','10558.83',    '4','4','10174.82',    '2','1','384.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003001.0','1018886.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091265.0','1044453.0','33',    '29','24','71413.02',    '29','24','68431.76',    '16','10','2981.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002951.0','1018886.0','1',    '1','1','995.14',    '1','1','995.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091215.0','1044453.0','2',    '2','1','548.76',    '2','1','548.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004927.0','1018886.0','11',    '10','6','7282.05',    '10','6','7282.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093191.0','1044453.0','1',    '1','1','738.34',    '1','1','738.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004977.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093241.0','1044453.0','1',    '1','1','476.62',    '1','1','476.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005119.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093383.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004848.0','1018886.0','3',    '3','3','3913.91',    '3','3','3913.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093112.0','1044453.0','2',    '2','1','5316.84',    '2','1','4911.23',    '1','1','405.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004905.0','1018886.0','1',    '1','1','4629.03',    '1','1','4629.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093169.0','1044453.0','6',    '6','6','12545.63',    '6','5','10972.82',    '5','3','1572.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005046.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093310.0','1044453.0','1',    '1','1','1362.78',    '1','1','1362.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004871.0','1018886.0','30',    '28','16','14871.75',    '27','9','11956.95',    '17','8','2914.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093135.0','1044453.0','52',    '48','42','140600.78',    '48','42','107990.62',    '36','12','32610.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003023.0','1018886.0','88',    '79','59','196210.79',    '79','56','166677.55',    '44','16','29533.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091287.0','1044453.0','8',    '8','6','19357.58',    '8','6','19357.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002972.0','1018886.0','88',    '84','39','94475.65',    '82','27','58744.07',    '48','23','35731.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091236.0','1044453.0','6',    '5','4','13297.35',    '5','4','9644.79',    '4','2','3652.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004882.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093146.0','1044453.0','14',    '10','8','19780.98',    '10','8','14952.19',    '4','2','4828.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004979.0','1018886.0','4',    '4','4','6847.87',    '4','4','6847.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093243.0','1044453.0','5',    '5','5','14471.77',    '5','5','13932.66',    '2','2','539.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007261.0','1018886.0','30',    '23','16','29809.81',    '22','16','29425.8',    '9','2','384.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095525.0','1044453.0','1',    '1','1','1335.42',    '1','1','1335.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005114.0','1018886.0','2',    '2','2','3324.2',    '2','2','3324.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093378.0','1044453.0','6',    '6','4','4945.96',    '6','4','4833.1',    '4','1','112.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004989.0','1018886.0','7',    '5','2','1132.65',    '5','2','903.74',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093253.0','1044453.0','3',    '3','2','756.23',    '3','2','756.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005038.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093302.0','1044453.0','2',    '2','1','1268.31',    '2','1','1268.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005146.0','1018886.0','8',    '8','5','11947.18',    '8','5','9936.71',    '3','1','2010.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093410.0','1044453.0','7',    '6','6','14625.31',    '6','6','12225.31',    '3','1','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004911.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093175.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003017.0','1018886.0','1',    '1','1','2148.84',    '1','1','2148.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091281.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002946.0','1018886.0','20',    '17','13','19259.24',    '17','13','18755.8',    '5','2','503.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091210.0','1044453.0','1',    '1','1','207.2',    '1','1','207.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004897.0','1018886.0','10',    '8','6','14722.94',    '8','6','13262.22',    '5','3','1460.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093161.0','1044453.0','1',    '1','1','1066.76',    '1','1','1066.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005036.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093300.0','1044453.0','75',    '68','39','101426.58',    '65','27','46926.06',    '52','24','54500.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005075.0','1018886.0','2',    '2','2','3160.1',    '2','2','3160.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093339.0','1044453.0','2',    '2','1','853.8',    '2','1','853.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005170.0','1018886.0','3',    '3','1','526.68',    '3','1','526.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093434.0','1044453.0','53',    '49','40','87904.41',    '48','36','62701.77',    '30','18','25202.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005035.0','1018886.0','1',    '1','1','2317.37',    '1','1','2317.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093299.0','1044453.0','17',    '13','11','19987.26',    '13','11','18880.02',    '3','2','1107.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003041.0','1018886.0','2',    '1','1','1059.52',    '1','1','1059.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091305.0','1044453.0','4',    '3','2','4709.84',    '3','2','4709.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005026.0','1018886.0','1',    '1','1','100.6',    '1','1','100.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093290.0','1044453.0','1',    '1','1','677.82',    '1','1','522.72',    '1','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007262.0','1018886.0','1',    '1','1','2816.92',    '1','1','2816.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095526.0','1044453.0','7',    '5','5','6913.6',    '5','5','6529.59',    '1','1','384.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004987.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093251.0','1044453.0','2',    '2','2','1737.35',    '2','2','1737.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003196.0','1018886.0','6',    '4','2','937.07',    '4','2','937.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091460.0','1044453.0','2',    '2','1','263.12',    '2','1','263.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002987.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091251.0','1044453.0','1',    '1','1','2224.04',    '1','1','940.06',    '1','1','1283.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002955.0','1018886.0','13',    '13','5','10291.77',    '13','4','10072.43',    '8','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091219.0','1044453.0','1',    '1','1','3158.52',    '1','1','3158.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003070.0','1018886.0','1',    '1','1','1202.32',    '1','1','1202.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091334.0','1044453.0','5',    '5','4','10003.99',    '5','4','5752.84',    '3','2','4251.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004898.0','1018886.0','6',    '6','6','16388.58',    '6','6','14425.99',    '3','2','1962.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093162.0','1044453.0','2',    '2','2','286.11',    '2','1','110.54',    '1','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003027.0','1018886.0','15',    '13','13','34246.42',    '13','11','32644.88',    '8','3','1601.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091291.0','1044453.0','1',    '1','1','346.21',    '1','1','346.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005009.0','1018886.0','13',    '10','3','3335.79',    '8','1','2004.56',    '6','3','1331.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093273.0','1044453.0','13',    '9','6','16629.47',    '9','6','16629.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003003.0','1018886.0','5',    '5','4','6299.57',    '5','4','5296.51',    '2','2','1003.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091267.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002979.0','1018886.0','1',    '1','1','1887.73',    '1','1','1712.16',    '1','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091243.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003209.0','1018886.0','2',    '2','1','3386.24',    '2','1','3386.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091473.0','1044453.0','100',    '88','77','512297.37',    '85','74','269501.87',    '59','31','242795.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002962.0','1018886.0','145',    '136','68','133632.7',    '135','40','80361.9',    '73','46','53270.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091226.0','1044453.0','1',    '1','1','1960.08',    '1','1','1804.98',    '1','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005094.0','1018886.0','1',    '1','1','460.84',    '1','1','460.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093358.0','1044453.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004863.0','1018886.0','5',    '3','1','670.88',    '3','1','670.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093127.0','1044453.0','52',    '48','18','31872.35',    '47','12','29665.54',    '26','7','2206.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005072.0','1018886.0','49',    '42','27','86961.93',    '39','26','79395.59',    '21','7','7566.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093336.0','1044453.0','17',    '17','13','42200.39',    '16','12','36264.32',    '12','5','5936.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005002.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093266.0','1044453.0','1',    '1','1','1300.0',    '1','1','1300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005017.0','1018886.0','1',    '1','1','5197.87',    '1','1','5197.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093281.0','1044453.0','2',    '2','2','2453.87',    '2','2','2278.3',    '1','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005065.0','1018886.0','3',    '2','1','1022.0',    '2','1','1022.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093329.0','1044453.0','1',    '1','1','1180.42',    '1','1','815.3',    '1','1','365.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005118.0','1018886.0','2',    '2','2','1301.3',    '2','2','1072.39',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093382.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004940.0','1018886.0','8',    '7','3','7776.36',    '5','2','1856.74',    '3','2','5919.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093204.0','1044453.0','4',    '4','1','775.4',    '4','1','775.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005148.0','1018886.0','1',    '1','1','900.67',    '1','1','900.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093412.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005176.0','1018886.0','1',    '1','1','609.35',    '1','1','609.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093440.0','1044453.0','70',    '63','45','64994.87',    '62','44','61096.51',    '33','10','3898.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002949.0','1018886.0','3',    '1','1','2116.24',    '1','1','2116.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091213.0','1044453.0','2',    '2','2','2458.76',    '2','2','2239.42',    '1','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004888.0','1018886.0','3',    '3','2','3456.34',    '3','2','3456.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093152.0','1044453.0','1',    '1','1','684.49',    '1','1','684.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003169.0','1018886.0','1',    '1','1','255.5',    '1','1','255.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091433.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005047.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093311.0','1044453.0','7',    '6','6','8486.73',    '6','5','7176.53',    '4','2','1310.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005120.0','1018886.0','8',    '6','3','17802.58',    '6','1','2970.0',    '5','3','14832.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093384.0','1044453.0','7',    '7','4','11435.63',    '7','4','10159.73',    '3','1','1275.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007263.0','1018886.0','33',    '27','22','75196.95',    '26','22','68746.92',    '15','6','6450.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095527.0','1044453.0','1',    '1','1','4747.98',    '1','1','4190.95',    '1','1','557.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002960.0','1018886.0','2',    '2','1','442.9',    '2','1','442.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091224.0','1044453.0','1',    '1','1','1691.84',    '1','1','1691.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003193.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091457.0','1044453.0','1',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004899.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093163.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005087.0','1018886.0','1',    '1','1','1142.46',    '1','1','1142.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093351.0','1044453.0','1',    '1','1','578.35',    '1','1','578.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004971.0','1018886.0','4',    '4','4','14043.84',    '4','2','6128.26',    '4','4','7915.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093235.0','1044453.0','10',    '9','6','13437.96',    '9','6','13086.82',    '4','2','351.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002999.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091263.0','1044453.0','11',    '9','6','9469.69',    '9','6','8205.58',    '4','2','1264.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005107.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093371.0','1044453.0','2',    '1','1','713.31',    '1','1','713.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003241.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091505.0','1044453.0','6',    '4','3','1679.26',    '4','2','1537.21',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003143.0','1018886.0','13',    '10','5','6653.55',    '10','5','5605.77',    '3','1','1047.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091407.0','1044453.0','4',    '4','4','8275.33',    '4','4','8275.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003118.0','1018886.0','23',    '21','17','71979.44',    '21','14','58054.18',    '15','7','13925.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091382.0','1044453.0','2',    '2','1','784.0',    '2','1','784.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000107.0','1018886.0','1',    '1','1','630.9',    '1','1','630.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088371.0','1044453.0','11',    '8','6','16397.68',    '8','6','16397.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007264.0','1018886.0','28',    '26','8','6838.05',    '25','8','6838.05',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095528.0','1044453.0','1',    '1','1','294.12',    '1','1','294.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003031.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091295.0','1044453.0','2',    '2','1','175.57',    '2','0','0.0',    '2','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003078.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091342.0','1044453.0','13',    '11','9','19471.48',    '11','9','18835.83',    '3','2','635.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007265.0','1018886.0','113',    '102','82','355297.13',    '101','79','275039.15',    '64','38','80257.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095529.0','1044453.0','4',    '4','4','4814.7',    '4','4','4124.58',    '4','3','690.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000030.0','1018886.0','9',    '7','5','8659.86',    '7','5','8659.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088294.0','1044453.0','5',    '5','1','1694.18',    '5','1','1694.18',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000138.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088402.0','1044453.0','1',    '1','1','3602.93',    '1','1','3602.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007266.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095530.0','1044453.0','37',    '31','25','97931.36',    '30','23','49743.31',    '19','5','48188.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007267.0','1018886.0','14',    '14','8','21128.8',    '14','6','20146.48',    '11','5','982.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095531.0','1044453.0','1',    '1','1','2355.79',    '1','1','2355.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003301.0','1018886.0','1',    '1','1','4184.72',    '1','1','3334.23',    '1','1','850.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091565.0','1044453.0','3',    '2','1','1821.2',    '1','1','1821.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005263.0','1018886.0','1',    '1','1','1721.49',    '1','1','1721.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093527.0','1044453.0','2',    '2','2','4435.78',    '2','2','4435.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003083.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091347.0','1044453.0','2',    '1','1','746.2',    '1','1','746.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003375.0','1018886.0','15',    '14','13','34145.61',    '14','13','26266.95',    '12','5','7878.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091639.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003266.0','1018886.0','1',    '1','1','390.0',    '1','1','390.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091530.0','1044453.0','39',    '31','23','47909.92',    '31','22','47053.87',    '9','4','856.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007268.0','1018886.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095532.0','1044453.0','4',    '4','3','17673.66',    '4','3','9453.26',    '1','1','8220.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000136.0','1018886.0','1',    '1','1','4763.72',    '1','1','1020.0',    '1','1','3743.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088400.0','1044453.0','26',    '18','15','49929.49',    '18','15','33186.0',    '8','7','16743.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007269.0','1018886.0','4',    '3','3','3038.86',    '3','3','3038.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095533.0','1044453.0','18',    '17','10','28011.17',    '16','8','24787.16',    '8','5','3224.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004891.0','1018886.0','6',    '5','3','3389.86',    '4','3','3159.82',    '3','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093155.0','1044453.0','1',    '1','1','279.15',    '1','1','279.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007270.0','1018886.0','5',    '4','3','9912.72',    '4','3','9912.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095534.0','1044453.0','1',    '1','1','369.17',    '1','1','193.6',    '1','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005032.0','1018886.0','2',    '2','2','3426.34',    '2','2','2161.37',    '2','1','1264.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093296.0','1044453.0','7',    '5','5','8718.77',    '5','5','8543.2',    '4','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007271.0','1018886.0','4',    '4','4','9184.0',    '4','4','8981.87',    '3','1','202.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095535.0','1044453.0','3',    '3','3','3903.09',    '3','3','3903.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004932.0','1018886.0','33',    '27','17','36808.16',    '25','15','34554.24',    '14','4','2253.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093196.0','1044453.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007272.0','1018886.0','2',    '2','2','2825.35',    '2','2','2825.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095536.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005162.0','1018886.0','28',    '27','16','22314.32',    '26','16','21498.25',    '13','4','816.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093426.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007273.0','1018886.0','11',    '8','5','12084.6',    '8','5','11756.48',    '4','1','328.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095537.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002945.0','1018886.0','7',    '5','4','2995.17',    '4','4','2995.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091209.0','1044453.0','3',    '3','3','4966.83',    '3','3','4561.22',    '3','2','405.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007274.0','1018886.0','3',    '3','1','4615.21',    '3','1','4460.11',    '2','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095538.0','1044453.0','1',    '1','1','318.85',    '1','1','318.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003039.0','1018886.0','41',    '29','19','54097.53',    '29','19','51840.04',    '8','2','2257.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091303.0','1044453.0','10',    '9','3','6944.54',    '9','2','5941.37',    '3','1','1003.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007275.0','1018886.0','1',    '1','1','2495.68',    '1','1','2320.11',    '1','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095539.0','1044453.0','2',    '2','2','540.69',    '2','0','0.0',    '2','2','540.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003144.0','1018886.0','3',    '2','2','6047.31',    '1','1','990.0',    '2','2','5057.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091408.0','1044453.0','54',    '46','32','68829.21',    '46','26','57505.66',    '26','14','11323.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003139.0','1018886.0','2',    '2','2','3190.03',    '2','2','2959.99',    '1','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091403.0','1044453.0','264',    '241','196','381214.59',    '239','175','325354.86',    '137','82','55859.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005174.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093438.0','1044453.0','10',    '8','6','10695.36',    '8','5','10300.86',    '2','2','394.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003123.0','1018886.0','3',    '3','3','4125.85',    '3','3','4058.95',    '1','1','66.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091387.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005057.0','1018886.0','1',    '1','1','1611.39',    '1','1','1611.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093321.0','1044453.0','1',    '1','1','1571.36',    '1','1','1571.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000134.0','1018886.0','4',    '2','2','4624.74',    '2','2','4624.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088398.0','1044453.0','7',    '6','3','2347.78',    '6','3','2347.78',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004953.0','1018886.0','9',    '6','5','8157.89',    '6','5','6733.69',    '3','2','1424.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093217.0','1044453.0','1',    '1','1','7211.03',    '1','1','3306.02',    '1','1','3905.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002975.0','1018886.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091239.0','1044453.0','3',    '2','1','1750.06',    '2','1','1750.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005069.0','1018886.0','5',    '5','3','2503.2',    '3','0','0.0',    '4','3','2503.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093333.0','1044453.0','3',    '2','2','2298.0',    '2','2','2298.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003076.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091340.0','1044453.0','8',    '6','4','1935.46',    '6','4','1935.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002952.0','1018886.0','13',    '11','10','44085.27',    '11','10','43943.22',    '2','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091216.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007276.0','1018886.0','23',    '22','18','33652.82',    '22','17','33103.69',    '10','3','549.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095540.0','1044453.0','13',    '5','2','1332.05',    '5','1','1190.0',    '1','1','142.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002982.0','1018886.0','1',    '1','1','901.01',    '1','1','901.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091246.0','1044453.0','4',    '3','2','2543.49',    '3','1','1746.0',    '1','1','797.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007277.0','1018886.0','1',    '1','1','2265.16',    '1','1','2265.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095541.0','1044453.0','2',    '2','2','5977.33',    '2','2','5977.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003156.0','1018886.0','4',    '4','2','1875.01',    '4','2','1875.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091420.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005403.0','1018886.0','6',    '5','5','5256.11',    '5','5','3792.65',    '2','1','1463.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093667.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007278.0','1018886.0','5',    '4','1','3653.41',    '4','1','3653.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095542.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003258.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091522.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007279.0','1018886.0','2',    '2','1','1835.84',    '2','1','1835.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095543.0','1044453.0','1',    '1','1','385.18',    '1','1','385.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003243.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091507.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007280.0','1018886.0','2',    '2','1','2173.0',    '2','1','2173.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095544.0','1044453.0','2',    '2','2','4024.16',    '2','2','4024.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007281.0','1018886.0','96',    '84','70','344274.77',    '81','61','150138.99',    '59','44','194135.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095545.0','1044453.0','5',    '5','5','6576.25',    '5','5','6576.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000098.0','1018886.0','22',    '18','15','29338.76',    '18','15','26589.57',    '6','2','2749.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088362.0','1044453.0','7',    '7','2','1257.96',    '7','2','1257.96',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003064.0','1018886.0','5',    '3','3','10269.4',    '3','3','10269.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091328.0','1044453.0','1',    '1','1','230.04',    '1','0','0.0',    '1','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005317.0','1018886.0','1',    '1','1','971.97',    '1','1','971.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093581.0','1044453.0','14',    '11','6','10616.35',    '10','5','7968.72',    '8','3','2647.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007282.0','1018886.0','21',    '20','16','24668.41',    '20','10','22806.94',    '8','7','1861.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095546.0','1044453.0','10',    '10','4','9901.91',    '9','4','8965.58',    '4','1','936.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003377.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091641.0','1044453.0','1',    '1','1','1492.67',    '1','1','1492.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003264.0','1018886.0','48',    '40','33','59530.42',    '39','30','51007.69',    '17','8','8522.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091528.0','1044453.0','7',    '6','4','8901.76',    '6','4','8329.85',    '2','1','571.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003557.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091821.0','1044453.0','46',    '43','33','87590.22',    '43','33','71032.76',    '10','3','16557.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003321.0','1018886.0','1',    '1','1','108.0',    '1','1','108.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091585.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007283.0','1018886.0','4',    '4','4','6635.02',    '4','4','5867.0',    '3','3','768.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095547.0','1044453.0','120',    '106','81','406534.47',    '102','66','212819.61',    '69','39','193714.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007284.0','1018886.0','4',    '4','2','5958.9',    '4','2','5958.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095548.0','1044453.0','3',    '3','3','3812.63',    '3','3','3357.77',    '2','1','454.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007285.0','1018886.0','1',    '1','1','1173.95',    '1','1','768.34',    '1','1','405.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095549.0','1044453.0','3',    '3','1','3439.21',    '3','1','3439.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007286.0','1018886.0','4',    '3','2','3208.04',    '3','2','3208.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095550.0','1044453.0','12',    '11','10','12553.89',    '11','10','11450.97',    '6','3','1102.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000072.0','1018886.0','24',    '24','19','67836.93',    '24','19','58967.39',    '10','5','8869.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088336.0','1044453.0','20',    '16','11','15646.83',    '15','10','13837.16',    '7','3','1809.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007287.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095551.0','1044453.0','6',    '4','3','17969.14',    '4','2','11440.0',    '3','2','6529.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007288.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095552.0','1044453.0','32',    '21','11','28692.33',    '21','10','28204.33',    '6','2','488.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007289.0','1018886.0','1',    '1','1','951.56',    '1','1','951.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095553.0','1044453.0','1',    '1','1','1228.57',    '1','1','1228.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007290.0','1018886.0','12',    '12','11','9378.4',    '7','0','0.0',    '12','11','9378.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095554.0','1044453.0','4',    '3','2','1059.55',    '3','2','1059.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007291.0','1018886.0','8',    '6','5','5174.65',    '6','5','4878.98',    '3','1','295.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095555.0','1044453.0','36',    '33','24','36251.87',    '33','24','34763.83',    '16','7','1488.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007292.0','1018886.0','79',    '70','57','186674.7',    '70','57','167781.66',    '31','11','18893.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095556.0','1044453.0','2',    '2','2','8561.32',    '2','2','8561.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007293.0','1018886.0','6',    '6','2','870.19',    '5','2','650.85',    '3','1','219.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095557.0','1044453.0','103',    '102','94','475572.9',    '102','92','233402.59',    '96','88','242170.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007294.0','1018886.0','5',    '4','2','971.75',    '4','2','971.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095558.0','1044453.0','14',    '13','12','46969.9',    '13','12','43011.07',    '7','2','3958.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007295.0','1018886.0','8',    '7','6','7786.97',    '7','6','7786.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095559.0','1044453.0','3',    '3','3','3883.02',    '3','3','3883.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007296.0','1018886.0','44',    '39','33','65676.13',    '39','31','59707.95',    '24','11','5968.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095560.0','1044453.0','3',    '2','1','1004.98',    '2','1','1004.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007297.0','1018886.0','2',    '1','1','227.23',    '1','1','227.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095561.0','1044453.0','124',    '119','65','98494.6',    '118','64','89343.0',    '55','13','9151.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2002959.0','1018886.0','4',    '2','2','5919.26',    '2','2','5919.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091223.0','1044453.0','49',    '46','31','57856.73',    '45','29','53132.09',    '25','7','4724.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007298.0','1018886.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095562.0','1044453.0','13',    '10','8','14017.58',    '10','8','13140.08',    '5','2','877.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007299.0','1018886.0','3',    '3','1','1134.86',    '3','1','1134.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095563.0','1044453.0','1',    '1','1','699.87',    '1','1','699.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007300.0','1018886.0','13',    '10','7','15862.84',    '10','7','15862.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095564.0','1044453.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007301.0','1018886.0','2',    '2','1','230.04',    '2','0','0.0',    '1','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095565.0','1044453.0','1',    '1','1','1454.0',    '1','1','1454.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007302.0','1018886.0','40',    '39','20','25788.68',    '37','12','15321.8',    '23','12','10466.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095566.0','1044453.0','49',    '49','22','55165.52',    '48','16','38129.45',    '31','8','17036.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002989.0','1018886.0','1',    '1','1','846.76',    '1','1','846.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091253.0','1044453.0','52',    '49','32','76649.16',    '48','24','39541.84',    '34','19','37107.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007303.0','1018886.0','1',    '1','1','2720.36',    '1','1','2720.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095567.0','1044453.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003229.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091493.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007304.0','1018886.0','7',    '7','3','10370.67',    '7','2','6302.08',    '4','3','4068.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095568.0','1044453.0','1',    '1','1','175.57',    '1','0','0.0',    '1','1','175.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003087.0','1018886.0','2',    '1','1','4624.49',    '1','1','4624.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091351.0','1044453.0','1',    '1','1','1540.88',    '1','1','1540.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000160.0','1018886.0','1',    '1','1','1581.0',    '1','1','1581.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088424.0','1044453.0','2',    '2','1','2363.02',    '2','1','2132.98',    '1','1','230.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003594.0','1018886.0','12',    '8','5','9101.2',    '8','5','7857.66',    '4','2','1243.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091858.0','1044453.0','1',    '1','1','4353.03',    '1','1','3942.99',    '1','1','410.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007305.0','1018886.0','9',    '6','4','13117.9',    '6','4','12444.38',    '4','2','673.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095569.0','1044453.0','1',    '1','1','112.2',    '1','1','112.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003062.0','1018886.0','9',    '9','9','23403.62',    '9','9','23075.5',    '4','1','328.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091326.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003129.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091393.0','1044453.0','8',    '7','6','7900.91',    '6','6','7672.0',    '3','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003185.0','1018886.0','3',    '3','2','4776.88',    '3','1','1074.79',    '2','2','3702.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091449.0','1044453.0','17',    '15','10','21161.56',    '15','10','21161.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005394.0','1018886.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093658.0','1044453.0','2',    '2','2','3463.31',    '2','2','3463.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005408.0','1018886.0','4',    '4','2','6270.19',    '3','2','6270.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093672.0','1044453.0','7',    '5','3','8255.21',    '5','3','8255.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003599.0','1018886.0','2',    '2','2','698.0',    '2','2','698.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091863.0','1044453.0','2',    '2','1','509.86',    '2','1','509.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003398.0','1018886.0','5',    '4','4','12822.37',    '4','4','12283.26',    '3','2','539.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091662.0','1044453.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003307.0','1018886.0','2',    '1','1','1349.12',    '1','1','1349.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091571.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003210.0','1018886.0','3',    '3','2','4114.44',    '3','2','4114.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091474.0','1044453.0','7',    '5','1','549.09',    '4','1','549.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007306.0','1018886.0','5',    '4','1','59.22',    '4','1','59.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095570.0','1044453.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007307.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095571.0','1044453.0','1',    '1','1','151.29',    '1','1','151.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007308.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095572.0','1044453.0','66',    '53','39','138363.64',    '53','37','105189.34',    '26','13','33174.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007309.0','1018886.0','1',    '1','1','2088.01',    '1','1','2088.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095573.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007310.0','1018886.0','4',    '2','1','5200.0',    '2','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095574.0','1044453.0','1',    '1','1','525.53',    '1','1','525.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007311.0','1018886.0','15',    '12','10','83263.63',    '12','10','33464.09',    '6','2','49799.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095575.0','1044453.0','5',    '4','4','3685.46',    '3','3','3375.26',    '2','2','310.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007312.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095576.0','1044453.0','150',    '135','101','355990.81',    '131','98','231131.2',    '77','31','124859.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007313.0','1018886.0','7',    '6','4','10892.07',    '6','4','10892.07',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095577.0','1044453.0','4',    '4','2','4956.54',    '4','2','4801.44',    '2','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007314.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095578.0','1044453.0','4',    '4','4','8070.85',    '4','4','8070.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007315.0','1018886.0','1',    '1','1','927.16',    '1','1','927.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095579.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003405.0','1018886.0','1',    '1','1','460.72',    '1','1','460.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091669.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007316.0','1018886.0','8',    '6','3','1533.35',    '6','2','1378.25',    '2','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095580.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005294.0','1018886.0','2',    '2','1','1824.47',    '2','1','1824.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093558.0','1044453.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003046.0','1018886.0','26',    '22','19','28680.45',    '22','19','28680.45',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091310.0','1044453.0','3',    '2','2','15620.84',    '2','2','6076.0',    '2','1','9544.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007317.0','1018886.0','8',    '6','4','8428.57',    '6','4','8044.56',    '1','1','384.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095581.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003260.0','1018886.0','11',    '11','5','5087.21',    '11','4','4858.3',    '3','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091524.0','1044453.0','1',    '1','1','1027.28',    '1','1','1027.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003255.0','1018886.0','7',    '3','2','5176.4',    '3','2','5176.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091519.0','1044453.0','42',    '30','22','57703.96',    '29','20','52994.4',    '14','6','4709.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007318.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095582.0','1044453.0','2',    '2','2','6019.18',    '2','2','6019.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003028.0','1018886.0','1',    '1','1','1028.16',    '1','1','1028.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091292.0','1044453.0','2',    '1','1','776.98',    '1','1','776.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003149.0','1018886.0','25',    '20','17','93296.51',    '20','15','50563.37',    '14','9','42733.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091413.0','1044453.0','8',    '6','6','9221.43',    '6','6','8837.42',    '3','2','384.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005245.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093509.0','1044453.0','3',    '2','1','1252.55',    '2','1','1252.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003550.0','1018886.0','5',    '5','3','10146.46',    '5','3','7823.7',    '4','3','2322.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091814.0','1044453.0','6',    '6','5','20871.82',    '6','5','17143.23',    '2','1','3728.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007319.0','1018886.0','4',    '4','2','1253.25',    '4','2','1253.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095583.0','1044453.0','1',    '1','1','2896.09',    '1','1','2896.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005582.0','1018886.0','1',    '1','1','1602.44',    '1','1','1602.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093846.0','1044453.0','2',    '2','2','3348.48',    '2','2','3348.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000184.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088448.0','1044453.0','16',    '15','15','161779.11',    '15','12','105188.19',    '9','8','56590.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003438.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091702.0','1044453.0','3',    '3','3','3937.38',    '2','2','2307.93',    '1','1','1629.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000175.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088439.0','1044453.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007320.0','1018886.0','36',    '27','17','44582.33',    '27','17','41410.93',    '7','2','3171.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095584.0','1044453.0','52',    '51','37','65578.86',    '51','36','62821.03',    '24','10','2757.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003167.0','1018886.0','6',    '4','4','6832.71',    '4','4','6832.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091431.0','1044453.0','3',    '3','1','4713.45',    '3','1','4713.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007321.0','1018886.0','2',    '2','2','6167.54',    '2','2','6167.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095585.0','1044453.0','21',    '16','12','34218.46',    '16','12','34218.46',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005416.0','1018886.0','2',    '1','1','337.0',    '1','1','337.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093680.0','1044453.0','8',    '8','7','18479.04',    '8','7','18479.04',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007322.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095586.0','1044453.0','29',    '22','18','59743.09',    '22','14','36247.22',    '14','9','23495.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007323.0','1018886.0','5',    '5','3','8662.51',    '5','3','8662.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095587.0','1044453.0','2',    '2','1','6670.0',    '2','1','6670.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003122.0','1018886.0','19',    '15','14','44078.0',    '15','14','40025.69',    '3','2','4052.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091386.0','1044453.0','1',    '1','1','1270.31',    '1','1','1270.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007324.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095588.0','1044453.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007325.0','1018886.0','16',    '14','5','8244.43',    '6','2','2020.65',    '13','5','6223.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095589.0','1044453.0','6',    '5','5','12147.62',    '5','5','10847.57',    '2','2','1300.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007326.0','1018886.0','80',    '73','32','22710.61',    '26','2','270.36',    '62','30','22440.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095590.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007327.0','1018886.0','75',    '68','36','36901.45',    '48','17','20901.62',    '53','21','15999.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095591.0','1044453.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007328.0','1018886.0','3',    '2','1','490.18',    '1','0','0.0',    '2','1','490.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095592.0','1044453.0','94',    '89','50','45290.06',    '48','12','11231.27',    '66','43','34058.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003095.0','1018886.0','101',    '82','41','38905.38',    '44','7','9052.16',    '71','37','29853.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091359.0','1044453.0','5',    '5','3','2543.73',    '4','0','0.0',    '4','3','2543.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007329.0','1018886.0','1',    '1','1','1666.68',    '1','1','1666.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095593.0','1044453.0','115',    '114','72','77268.76',    '93','31','28862.75',    '91','55','48406.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003224.0','1018886.0','857',    '749','419','357974.88',    '431','88','72370.05',    '631','368','285604.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091488.0','1044453.0','185',    '153','51','37863.08',    '137','39','22677.4',    '79','18','15185.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007330.0','1018886.0','1',    '1','1','387.0',    '1','1','387.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095594.0','1044453.0','92',    '87','42','34459.03',    '35','0','0.0',    '74','42','34459.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007331.0','1018886.0','680',    '604','367','318753.79',    '299','30','35475.09',    '503','348','283278.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095595.0','1044453.0','1',    '1','1','445.97',    '1','1','445.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007332.0','1018886.0','1173',    '1130','724','677186.94',    '873','129','149519.98',    '925','655','527666.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095596.0','1044453.0','354',    '279','134','284987.17',    '243','98','169318.89',    '168','70','115668.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007333.0','1018886.0','2',    '2','2','4410.23',    '2','1','4181.32',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095597.0','1044453.0','4',    '4','4','3284.47',    '4','4','3284.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007334.0','1018886.0','94',    '84','55','53880.19',    '59','24','27573.93',    '71','41','26306.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095598.0','1044453.0','61',    '56','18','12382.45',    '28','5','2268.82',    '44','13','10113.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003127.0','1018886.0','17',    '11','2','1141.8',    '9','2','1141.8',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091391.0','1044453.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007335.0','1018886.0','627',    '573','170','139053.79',    '520','90','74387.56',    '491','121','64666.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095599.0','1044453.0','1041',    '903','203','142889.13',    '745','73','49329.01',    '764','147','93560.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003436.0','1018886.0','140',    '119','69','59211.25',    '47','4','5549.09',    '101','67','53662.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091700.0','1044453.0','398',    '369','124','80173.97',    '346','62','45975.24',    '309','77','34198.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005088.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093352.0','1044453.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005399.0','1018886.0','39',    '28','15','12652.18',    '19','4','1981.5',    '23','13','10670.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093663.0','1044453.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007336.0','1018886.0','1',    '1','1','160.8',    '1','1','160.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095600.0','1044453.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003265.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091529.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005183.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093447.0','1044453.0','4',    '3','2','1070.0',    '3','2','1070.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002986.0','1018886.0','1',    '1','1','498.34',    '1','1','498.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091250.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003463.0','1018886.0','4',    '4','1','825.74',    '4','0','0.0',    '3','1','825.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091727.0','1044453.0','11',    '8','6','5005.59',    '2','0','0.0',    '8','6','5005.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007337.0','1018886.0','4',    '2','2','1273.92',    '2','2','1273.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095601.0','1044453.0','4',    '1','1','250.0',    '1','1','250.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003032.0','1018886.0','142',    '99','48','41020.42',    '53','14','12766.22',    '76','38','28254.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091296.0','1044453.0','168',    '145','60','42551.74',    '70','13','5540.5',    '120','49','37011.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007338.0','1018886.0','5',    '5','2','2262.97',    '2','1','1202.24',    '5','2','1060.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095602.0','1044453.0','2',    '2','2','2971.1',    '1','1','1629.93',    '2','2','1341.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003053.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091317.0','1044453.0','11',    '8','1','796.45',    '4','0','0.0',    '4','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007339.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095603.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000113.0','1018886.0','215',    '200','109','104008.85',    '108','34','39644.51',    '141','79','64364.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088377.0','1044453.0','112',    '108','74','99924.31',    '70','36','61539.79',    '65','45','38384.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007340.0','1018886.0','1',    '1','1','311.5',    '1','1','311.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095604.0','1044453.0','9',    '7','5','6288.51',    '7','4','6049.5',    '3','1','239.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007341.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095605.0','1044453.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2002964.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091228.0','1044453.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007342.0','1018886.0','249',    '230','150','123246.45',    '101','10','8300.81',    '199','142','114945.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095606.0','1044453.0','2',    '2','2','1583.9',    '1','0','0.0',    '2','2','1583.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2002956.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091220.0','1044453.0','2943',    '2792','1580','1574263.01',    '2240','321','474871.21',    '1982','1375','1099391.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003548.0','1018886.0','1',    '1','1','132.0',    '1','1','132.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091812.0','1044453.0','48',    '26','11','16311.74',    '9','4','10570.48',    '21','7','5741.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005273.0','1018886.0','66',    '57','53','319836.0',    '56','50','198339.77',    '35','20','121496.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093537.0','1044453.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003197.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091461.0','1044453.0','2',    '2','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000036.0','1018886.0','9',    '5','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088300.0','1044453.0','55',    '43','28','127377.0',    '43','28','78693.77',    '9','8','48683.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000024.0','1018886.0','7',    '6','2','1214.83',    '6','1','969.74',    '6','1','245.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088288.0','1044453.0','9',    '8','5','3578.27',    '4','1','488.0',    '5','4','3090.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007343.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095607.0','1044453.0','321',    '287','68','35666.64',    '254','22','13369.51',    '249','55','22297.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003373.0','1018886.0','4',    '4','1','490.18',    '4','0','0.0',    '3','1','490.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091637.0','1044453.0','2',    '2','1','743.01',    '2','1','504.0',    '1','1','239.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005262.0','1018886.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093526.0','1044453.0','7',    '5','1','21313.88',    '5','1','13184.0',    '1','1','8129.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007344.0','1018886.0','183',    '168','115','96535.69',    '60','5','6128.32',    '154','112','90407.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095608.0','1044453.0','439',    '398','260','217842.14',    '259','16','11197.96',    '313','247','206644.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003061.0','1018886.0','9',    '6','5','11973.94',    '6','5','11818.84',    '1','1','155.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091325.0','1044453.0','117',    '108','55','77348.44',    '108','34','41907.05',    '68','32','35441.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003188.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091452.0','1044453.0','48',    '42','18','13534.9',    '26','2','1035.23',    '33','16','12499.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005289.0','1018886.0','1626',    '1545','844','1295728.38',    '1372','437','776688.68',    '1144','567','519039.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093553.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007345.0','1018886.0','242',    '209','135','127808.85',    '156','81','73595.22',    '163','85','54213.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095609.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003236.0','1018886.0','5',    '4','4','5817.04',    '4','4','5588.13',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091500.0','1044453.0','6',    '4','3','2310.46',    '2','2','1474.49',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007346.0','1018886.0','12',    '8','2','1102.37',    '5','1','305.92',    '5','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095610.0','1044453.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007347.0','1018886.0','1',    '1','1','728.32',    '1','1','728.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095611.0','1044453.0','1298',    '1205','800','674778.14',    '543','99','92741.89',    '1040','728','582036.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007348.0','1018886.0','43',    '33','15','10867.2',    '20','6','3954.0',    '28','12','6913.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095612.0','1044453.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000057.0','1018886.0','254',    '223','94','74269.29',    '139','31','22545.18',    '183','68','51724.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088321.0','1044453.0','33',    '32','12','9209.68',    '22','2','1161.28',    '23','11','8048.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007349.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095613.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007350.0','1018886.0','1744',    '1632','956','819616.55',    '1089','177','145514.33',    '1351','847','674102.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095614.0','1044453.0','3',    '2','2','2191.14',    '2','2','2191.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007351.0','1018886.0','292',    '210','92','153121.44',    '196','78','98042.19',    '106','37','55079.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095615.0','1044453.0','28',    '20','17','14305.34',    '4','0','0.0',    '20','17','14305.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003220.0','1018886.0','17',    '16','11','12609.0',    '10','3','4722.97',    '15','10','7886.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091484.0','1044453.0','16',    '12','5','6054.63',    '9','2','1113.94',    '6','3','4940.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003184.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091448.0','1044453.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007352.0','1018886.0','56',    '40','21','92141.2',    '40','21','81867.97',    '10','1','10273.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095616.0','1044453.0','21',    '17','15','47650.06',    '17','14','39502.97',    '5','3','8147.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005320.0','1018886.0','3',    '3','1','626.35',    '2','1','626.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093584.0','1044453.0','2',    '1','1','229.93',    '1','1','229.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003084.0','1018886.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091348.0','1044453.0','28',    '24','11','7360.31',    '8','2','164.07',    '21','9','7196.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003162.0','1018886.0','104',    '86','44','69186.37',    '60','26','43491.74',    '52','23','25694.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091426.0','1044453.0','68',    '59','31','26153.92',    '45','12','8104.1',    '51','28','18049.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007353.0','1018886.0','1',    '1','1','796.45',    '0','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095617.0','1044453.0','13',    '11','1','150.0',    '9','0','0.0',    '9','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003189.0','1018886.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091453.0','1044453.0','68',    '58','24','30414.56',    '51','13','14249.21',    '47','13','16165.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007354.0','1018886.0','2',    '2','2','1671.94',    '1','0','0.0',    '2','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095618.0','1044453.0','8',    '5','2','2307.61',    '5','2','2080.81',    '4','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003582.0','1018886.0','180',    '164','70','72464.37',    '160','37','37343.96',    '84','43','35120.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091846.0','1044453.0','1008',    '896','516','445324.12',    '449','69','73260.63',    '751','471','372063.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003434.0','1018886.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091698.0','1044453.0','12',    '5','4','4783.54',    '5','3','3424.2',    '5','2','1359.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007355.0','1018886.0','340',    '302','183','161962.03',    '105','9','18624.64',    '258','175','143337.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095619.0','1044453.0','887',    '799','481','417075.71',    '410','59','63063.13',    '665','440','354012.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005476.0','1018886.0','1949',    '1883','1222','1232008.97',    '1452','262','364126.54',    '1484','1068','867882.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093740.0','1044453.0','3491',    '3314','2016','2011708.73',    '2551','450','567291.99',    '2597','1747','1444416.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007356.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095620.0','1044453.0','24',    '23','11','8581.64',    '8','2','1057.91',    '20','9','7523.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007357.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095621.0','1044453.0','93',    '54','21','22559.49',    '41','9','11032.53',    '27','15','11526.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003409.0','1018886.0','1',    '1','1','796.45',    '0','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091673.0','1044453.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003269.0','1018886.0','4',    '4','2','1012.53',    '4','0','0.0',    '4','2','1012.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091533.0','1044453.0','159',    '137','53','37621.64',    '61','4','1439.74',    '111','50','36181.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003154.0','1018886.0','21',    '18','12','10697.68',    '8','4','5566.79',    '14','8','5130.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091418.0','1044453.0','109',    '95','27','33056.41',    '72','12','20463.62',    '72','18','12592.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005274.0','1018886.0','630',    '583','213','167651.36',    '519','106','92359.42',    '492','141','75291.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093538.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007358.0','1018886.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095622.0','1044453.0','36',    '31','18','43410.48',    '29','18','40936.13',    '15','4','2474.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007359.0','1018886.0','2',    '2','1','100.2',    '2','1','100.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095623.0','1044453.0','7',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003165.0','1018886.0','57',    '35','11','14748.82',    '19','4','8447.51',    '23','8','6301.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091429.0','1044453.0','64',    '41','17','54323.15',    '40','16','34120.06',    '22','9','20203.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007360.0','1018886.0','30',    '24','12','12536.53',    '20','6','7841.33',    '21','6','4695.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095624.0','1044453.0','4',    '4','1','835.97',    '2','0','0.0',    '4','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007361.0','1018886.0','334',    '282','66','49992.51',    '221','27','15044.98',    '242','46','34947.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095625.0','1044453.0','1',    '1','1','762.14',    '0','0','0.0',    '1','1','762.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000114.0','1018886.0','95',    '84','53','39530.34',    '30','7','5015.26',    '77','48','34515.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088378.0','1044453.0','10',    '7','5','9486.22',    '7','5','9486.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007362.0','1018886.0','69',    '55','28','29637.55',    '34','5','9888.88',    '36','24','19748.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095626.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007363.0','1018886.0','669',    '601','283','248176.44',    '465','96','76387.21',    '480','222','171789.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095627.0','1044453.0','14',    '13','7','16115.74',    '13','7','16115.74',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007364.0','1018886.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095628.0','1044453.0','52',    '38','17','15056.84',    '24','4','5395.56',    '22','14','9661.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007365.0','1018886.0','372',    '304','193','186001.19',    '175','31','41007.78',    '244','172','144993.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095629.0','1044453.0','5',    '4','3','1766.04',    '4','2','969.59',    '2','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007366.0','1018886.0','11',    '9','5','4649.11',    '6','1','333.99',    '7','5','4315.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095630.0','1044453.0','516',    '467','101','57966.02',    '426','41','25887.12',    '416','79','32078.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007367.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095631.0','1044453.0','98',    '84','36','29735.1',    '72','22','19309.83',    '60','17','10425.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007368.0','1018886.0','70',    '54','33','27477.39',    '27','3','3184.51',    '42','30','24292.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095632.0','1044453.0','26',    '26','19','13921.73',    '13','3','2018.87',    '20','16','11902.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007369.0','1018886.0','6',    '5','2','6803.76',    '5','2','6803.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095633.0','1044453.0','286',    '274','196','272866.05',    '231','79','159117.68',    '208','140','113748.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007370.0','1018886.0','61',    '49','24','17685.27',    '33','11','5649.05',    '34','17','12036.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095634.0','1044453.0','213',    '146','48','65306.74',    '134','37','43810.56',    '73','18','21496.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005175.0','1018886.0','14',    '14','7','8613.6',    '11','4','3668.39',    '12','6','4945.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093439.0','1044453.0','55',    '52','25','22179.46',    '44','15','12480.66',    '27','13','9698.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007371.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095635.0','1044453.0','2',    '2','2','1898.74',    '1','0','0.0',    '2','2','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2004866.0','1018886.0','2',    '2','1','157.73',    '2','0','0.0',    '1','1','157.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093130.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007372.0','1018886.0','1',    '1','1','3536.2',    '1','1','797.0',    '1','1','2739.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095636.0','1044453.0','126',    '119','56','45416.46',    '71','4','1677.08',    '78','53','43739.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005182.0','1018886.0','1571',    '1504','1047','1014030.3',    '877','165','232609.85',    '1304','957','781420.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093446.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007373.0','1018886.0','914',    '848','559','569590.18',    '510','112','173594.31',    '728','490','395995.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095637.0','1044453.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007374.0','1018886.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095638.0','1044453.0','11',    '8','6','16019.39',    '8','6','16019.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2004910.0','1018886.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093174.0','1044453.0','6',    '6','3','3093.86',    '6','1','507.0',    '4','3','2586.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003018.0','1018886.0','449',    '386','106','88268.01',    '338','49','36079.85',    '311','78','52188.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091282.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005042.0','1018886.0','1',    '1','1','488.0',    '1','1','488.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093306.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003116.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091380.0','1044453.0','11',    '9','8','23942.61',    '9','8','23347.15',    '1','1','595.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005021.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093285.0','1044453.0','285',    '190','84','200521.09',    '171','73','132721.26',    '94','29','67799.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003160.0','1018886.0','252',    '234','141','122827.96',    '88','11','15617.51',    '208','133','107210.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091424.0','1044453.0','2354',    '2208','1301','1293846.33',    '1804','237','317013.29',    '1637','1146','976833.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003217.0','1018886.0','12',    '9','6','14163.01',    '9','6','8994.33',    '6','4','5168.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091481.0','1044453.0','75',    '61','32','36266.78',    '34','4','13749.31',    '44','29','22517.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000135.0','1018886.0','23',    '18','15','44084.64',    '18','14','26733.57',    '9','5','17351.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088399.0','1044453.0','6',    '2','1','2429.37',    '2','1','2126.77',    '1','1','302.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003315.0','1018886.0','3',    '2','1','796.45',    '1','0','0.0',    '2','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091579.0','1044453.0','42',    '29','16','11789.97',    '17','9','5873.93',    '21','9','5916.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000138.0','1018886.0','4',    '4','4','4413.48',    '2','2','973.69',    '4','3','3439.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088402.0','1044453.0','40',    '33','23','15945.08',    '15','4','1246.58',    '28','20','14698.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005397.0','1018886.0','367',    '295','133','105051.05',    '203','44','29517.89',    '250','110','75533.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093661.0','1044453.0','108',    '94','48','36698.4',    '34','3','918.43',    '81','47','35779.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003454.0','1018886.0','219',    '190','83','66116.92',    '103','15','8347.75',    '166','70','57769.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091718.0','1044453.0','10',    '8','5','3260.89',    '7','4','2424.92',    '5','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003186.0','1018886.0','24',    '20','11','13901.67',    '13','5','8049.88',    '12','7','5851.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091450.0','1044453.0','5',    '5','4','7209.84',    '5','3','7087.81',    '3','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003411.0','1018886.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091675.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007375.0','1018886.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095639.0','1044453.0','2',    '2','1','2315.96',    '2','1','2087.54',    '1','1','228.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000026.0','1018886.0','3',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088290.0','1044453.0','105',    '100','68','61020.31',    '51','16','14495.91',    '86','56','46524.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007376.0','1018886.0','1',    '1','1','507.0',    '1','1','507.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095640.0','1044453.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2002973.0','1018886.0','78',    '68','43','118468.84',    '63','36','85919.31',    '33','17','32549.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091237.0','1044453.0','95',    '73','45','250274.27',    '69','42','119511.86',    '44','28','130762.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003040.0','1018886.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091304.0','1044453.0','119',    '75','31','44268.7',    '51','9','26529.36',    '38','22','17739.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003101.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091365.0','1044453.0','1',    '1','1','5428.91',    '1','1','5200.0',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003598.0','1018886.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091862.0','1044453.0','6',    '5','5','5538.81',    '5','5','5248.7',    '1','1','290.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000112.0','1018886.0','7',    '5','3','9160.41',    '5','3','9160.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088376.0','1044453.0','2',    '2','2','883.65',    '2','1','654.74',    '1','1','228.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007377.0','1018886.0','1',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095641.0','1044453.0','4',    '2','2','4548.65',    '2','2','4548.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007378.0','1018886.0','4',    '3','1','835.97',    '0','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095642.0','1044453.0','1',    '1','1','150.0',    '0','0','0.0',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007379.0','1018886.0','226',    '209','73','460020.54',    '204','69','284119.63',    '62','30','175900.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095643.0','1044453.0','1',    '1','1','1546.8',    '1','1','924.18',    '1','1','622.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007380.0','1018886.0','1',    '1','1','1443.12',    '1','1','1443.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095644.0','1044453.0','157',    '140','36','22121.99',    '120','14','8755.49',    '112','27','13366.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007381.0','1018886.0','31',    '20','17','36850.71',    '19','16','34857.98',    '10','5','1992.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095645.0','1044453.0','27',    '26','12','13608.6',    '24','8','7447.0',    '15','4','6161.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007382.0','1018886.0','2',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095646.0','1044453.0','54',    '50','28','45784.2',    '38','17','37237.54',    '23','11','8546.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003066.0','1018886.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091330.0','1044453.0','362',    '344','226','288963.05',    '260','62','132128.14',    '277','180','156834.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007383.0','1018886.0','150',    '127','52','37125.34',    '72','16','8863.87',    '96','42','28261.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095647.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007384.0','1018886.0','490',    '474','296','355937.93',    '308','116','183640.91',    '392','226','172297.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095648.0','1044453.0','263',    '245','139','108408.23',    '111','15','11099.72',    '202','127','97308.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004841.0','1018886.0','144',    '118','65','72910.49',    '88','43','53406.53',    '80','27','19503.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093105.0','1044453.0','3',    '3','1','835.97',    '2','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2004968.0','1018886.0','26',    '21','4','9464.88',    '17','3','7607.84',    '9','2','1857.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093232.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005011.0','1018886.0','120',    '106','48','31684.42',    '77','14','7026.09',    '76','34','24658.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093275.0','1044453.0','670',    '638','363','546806.55',    '578','197','336215.45',    '443','231','210591.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003045.0','1018886.0','2',    '2','2','1878.77',    '2','1','816.0',    '2','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091309.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003020.0','1018886.0','486',    '437','271','224459.79',    '276','20','13726.9',    '343','257','210732.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091284.0','1044453.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003230.0','1018886.0','2',    '1','1','497.0',    '1','1','497.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091494.0','1044453.0','2',    '2','1','1700.12',    '2','1','1700.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000070.0','1018886.0','1',    '1','1','14283.92',    '1','1','696.0',    '1','1','13587.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088334.0','1044453.0','13',    '11','3','2629.94',    '11','0','0.0',    '8','3','2629.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000060.0','1018886.0','27',    '17','9','26873.95',    '15','8','25202.01',    '6','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088324.0','1044453.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007385.0','1018887.0','6',    '5','1','93.64',    '5','1','93.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095649.0','1044454.0','497',    '465','283','263320.9',    '312','131','129962.67',    '372','190','133358.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003109.0','1018887.0','99',    '95','55','57379.19',    '87','30','27838.14',    '65','42','29541.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091373.0','1044454.0','77',    '70','45','33750.37',    '54','32','20146.0',    '48','23','13604.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2005515.0','1018887.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2093779.0','1044454.0','26',    '21','10','14737.16',    '10','3','2778.64',    '15','9','11958.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007386.0','1018887.0','1',    '1','1','958.0',    '0','0','0.0',    '1','1','958.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095650.0','1044454.0','275',    '222','65','60280.41',    '161','18','13116.1',    '170','51','47164.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007387.0','1018887.0','1',    '1','1','2281.25',    '1','1','2281.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095651.0','1044454.0','1',    '1','1','751.43',    '0','0','0.0',    '1','1','751.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007388.0','1018887.0','4',    '3','2','5789.26',    '3','2','5789.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095652.0','1044454.0','22',    '21','10','6660.46',    '18','9','5515.84',    '14','3','1144.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007389.0','1018887.0','28',    '23','14','11029.71',    '16','5','5435.49',    '20','9','5594.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095653.0','1044454.0','2215',    '2049','1293','1106426.23',    '1347','200','181703.5',    '1658','1164','924722.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007390.0','1018887.0','2',    '2','1','796.45',    '2','0','0.0',    '2','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095654.0','1044454.0','1',    '1','1','5200.0',    '1','1','5200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007391.0','1018887.0','1',    '1','1','488.0',    '1','1','488.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095655.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007392.0','1018887.0','1',    '1','1','1047.31',    '1','1','736.0',    '1','1','311.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095656.0','1044454.0','2809',    '2704','1694','1980186.81',    '2237','564','881894.85',    '2056','1335','1098291.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007393.0','1018887.0','17',    '14','10','8122.58',    '5','2','1527.92',    '11','9','6594.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095657.0','1044454.0','1564',    '1434','683','640042.47',    '1043','240','214635.4',    '1163','531','425407.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007394.0','1018887.0','19',    '15','3','4244.29',    '12','2','3994.29',    '8','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095658.0','1044454.0','21',    '19','12','23195.57',    '18','10','13454.23',    '10','3','9741.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007395.0','1018887.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095659.0','1044454.0','7',    '5','5','6476.26',    '5','4','5863.34',    '5','2','612.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007396.0','1018887.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095660.0','1044454.0','11',    '8','3','5688.21',    '8','3','4852.24',    '4','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007397.0','1018887.0','6',    '3','1','1852.38',    '3','1','757.0',    '3','1','1095.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095661.0','1044454.0','4',    '4','2','1671.94',    '3','0','0.0',    '3','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007398.0','1018887.0','243',    '228','138','165769.21',    '192','63','92130.65',    '166','98','73638.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095662.0','1044454.0','2',    '2','1','1695.63',    '2','1','739.88',    '1','1','955.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007399.0','1018887.0','10',    '8','1','327.9',    '7','0','0.0',    '8','1','327.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095663.0','1044454.0','7',    '4','4','11572.13',    '4','4','11033.02',    '3','2','539.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007400.0','1018887.0','326',    '282','149','117963.21',    '118','21','14789.48',    '243','135','103173.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095664.0','1044454.0','13',    '11','10','18846.45',    '11','10','18846.45',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000140.0','1018887.0','34',    '32','9','6498.05',    '17','1','504.0',    '20','8','5994.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088404.0','1044454.0','217',    '183','154','2179764.86',    '181','148','863249.75',    '131','100','1316515.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007401.0','1018887.0','2',    '2','1','563.0',    '2','1','563.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095665.0','1044454.0','22',    '13','2','8312.4',    '12','2','8312.4',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007402.0','1018887.0','1',    '1','1','250.0',    '0','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095666.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007403.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095667.0','1044454.0','1',    '1','1','306.09',    '1','1','306.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007404.0','1018887.0','286',    '216','107','270011.32',    '199','94','188425.72',    '114','41','81585.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095668.0','1044454.0','5',    '5','3','1969.97',    '4','0','0.0',    '4','3','1969.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007405.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095669.0','1044454.0','4',    '4','3','3682.38',    '4','3','3372.18',    '2','2','310.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007406.0','1018887.0','89',    '70','26','21108.63',    '36','7','6112.06',    '51','19','14996.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095670.0','1044454.0','1',    '1','1','796.45',    '0','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007407.0','1018887.0','120',    '105','44','35603.1',    '93','27','18954.02',    '91','27','16649.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095671.0','1044454.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007408.0','1018887.0','17',    '13','6','10258.12',    '11','4','8424.97',    '8','3','1833.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095672.0','1044454.0','1365',    '1249','784','648642.73',    '781','89','78607.04',    '1019','733','570035.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007409.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095673.0','1044454.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000185.0','1018887.0','635',    '606','365','443788.88',    '491','133','207469.35',    '443','283','236319.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088449.0','1044454.0','7',    '4','3','6046.57',    '4','3','6046.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007410.0','1018887.0','7',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095674.0','1044454.0','1',    '1','1','25311.39',    '1','1','12500.0',    '1','1','12811.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007411.0','1018887.0','1',    '1','1','3006.1',    '1','1','2000.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095675.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007412.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095676.0','1044454.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007413.0','1018887.0','6',    '5','4','20652.42',    '5','4','14520.0',    '2','1','6132.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095677.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007414.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095678.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007415.0','1018887.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095679.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007416.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095680.0','1044454.0','5',    '4','3','9849.87',    '4','3','9745.97',    '1','1','103.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007417.0','1018887.0','3',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095681.0','1044454.0','8',    '7','1','2000.0',    '6','1','2000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007418.0','1018887.0','2',    '2','1','2214.7',    '2','1','2000.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095682.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007419.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095683.0','1044454.0','8',    '8','7','32273.98',    '8','7','24183.0',    '4','1','8090.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007420.0','1018887.0','1',    '1','1','12987.55',    '1','1','980.0',    '1','1','12007.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095684.0','1044454.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003414.0','1018887.0','44',    '37','20','61957.64',    '35','16','45747.73',    '26','7','16209.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091678.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007421.0','1018887.0','2',    '2','1','7416.67',    '2','1','2880.0',    '2','1','4536.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095685.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007422.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095686.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007423.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095687.0','1044454.0','5',    '5','3','6000.0',    '5','3','6000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007424.0','1018887.0','21',    '20','15','105859.66',    '20','15','62037.35',    '13','7','43822.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095688.0','1044454.0','8',    '7','6','12000.0',    '7','6','12000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007425.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095689.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007426.0','1018887.0','188',    '167','82','262264.96',    '157','71','161978.82',    '108','27','100286.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095690.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007427.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095691.0','1044454.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007428.0','1018887.0','1',    '1','1','980.0',    '1','1','980.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095692.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007429.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095693.0','1044454.0','3',    '3','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007430.0','1018887.0','16',    '15','9','37575.11',    '14','8','19320.0',    '10','3','18255.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095694.0','1044454.0','2',    '2','2','3684.89',    '2','2','3684.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007431.0','1018887.0','5',    '5','1','2000.0',    '4','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095695.0','1044454.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003256.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091520.0','1044454.0','3',    '3','3','6000.0',    '3','3','6000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007432.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095696.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007433.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095697.0','1044454.0','27',    '25','19','41030.98',    '25','19','40315.52',    '13','1','715.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007434.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095698.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007435.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095699.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007436.0','1018887.0','24',    '22','12','43791.21',    '22','12','29550.0',    '9','1','14241.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095700.0','1044454.0','2',    '2','1','431.9',    '2','0','0.0',    '1','1','431.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007437.0','1018887.0','25',    '23','18','36000.0',    '22','18','36000.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095701.0','1044454.0','5',    '5','3','4184.12',    '5','3','4184.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007438.0','1018887.0','1',    '1','1','12202.56',    '1','1','3330.0',    '1','1','8872.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095702.0','1044454.0','8',    '8','5','37869.37',    '8','5','18521.0',    '5','3','19348.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007439.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095703.0','1044454.0','1',    '1','1','8172.38',    '1','1','2000.0',    '1','1','6172.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007440.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095704.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007441.0','1018887.0','12',    '11','8','47606.81',    '11','7','31087.64',    '7','3','16519.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095705.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007442.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095706.0','1044454.0','2',    '2','1','2440.0',    '2','1','2440.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007443.0','1018887.0','1',    '1','1','5577.88',    '1','1','2980.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095707.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007444.0','1018887.0','11',    '10','7','104499.2',    '10','7','65468.6',    '8','6','39030.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095708.0','1044454.0','4',    '4','2','16568.05',    '4','2','5385.14',    '4','2','11182.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007445.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095709.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007446.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095710.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007447.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095711.0','1044454.0','13',    '12','6','17105.75',    '11','5','15715.35',    '6','2','1390.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003164.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091428.0','1044454.0','3',    '3','3','5269.86',    '3','3','5269.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007448.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095712.0','1044454.0','10',    '10','4','14520.0',    '9','4','14520.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000168.0','1018887.0','3133',    '2691','1128','2367188.63',    '2412','849','1882709.66',    '1573','446','484478.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088432.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007449.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095713.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000176.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088440.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007450.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095714.0','1044454.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007451.0','1018887.0','2',    '2','1','17231.24',    '2','1','9541.19',    '1','1','7690.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095715.0','1044454.0','1',    '1','1','11835.0',    '1','1','11835.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007452.0','1018887.0','1',    '1','1','11235.0',    '1','1','11235.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095716.0','1044454.0','3',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007453.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095717.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007454.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095718.0','1044454.0','3',    '3','2','4980.0',    '3','2','4980.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007455.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095719.0','1044454.0','3',    '3','3','6880.0',    '3','3','6880.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007456.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095720.0','1044454.0','10',    '9','7','41603.82',    '9','7','29656.0',    '6','2','11947.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007457.0','1018887.0','2',    '2','2','5241.4',    '2','1','4450.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095721.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007458.0','1018887.0','3',    '3','3','4794.79',    '3','2','4000.0',    '2','1','794.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095722.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007459.0','1018887.0','1',    '1','1','3577.88',    '1','1','980.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095723.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007460.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095724.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007461.0','1018887.0','1',    '1','1','611.3',    '1','0','0.0',    '1','1','611.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095725.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007462.0','1018887.0','1',    '1','1','1273.58',    '1','1','1273.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095726.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007463.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095727.0','1044454.0','3',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007464.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095728.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007465.0','1018887.0','86',    '79','53','110196.78',    '77','53','109405.38',    '40','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095729.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007466.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095730.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007467.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095731.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007468.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095732.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007469.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095733.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007470.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095734.0','1044454.0','1',    '1','1','980.0',    '1','1','980.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007471.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095735.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007472.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095736.0','1044454.0','6',    '6','4','10103.66',    '6','4','9888.96',    '3','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007473.0','1018887.0','17',    '17','11','84376.02',    '16','11','43715.41',    '9','3','40660.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095737.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007474.0','1018887.0','6',    '5','4','12468.0',    '5','4','12468.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095738.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007475.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095739.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007476.0','1018887.0','7',    '7','6','54238.66',    '7','6','36981.0',    '2','2','17257.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095740.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007477.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095741.0','1044454.0','1',    '1','1','4366.05',    '1','1','2000.0',    '1','1','2366.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007478.0','1018887.0','7',    '7','6','60517.41',    '7','6','30025.58',    '5','3','30491.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095742.0','1044454.0','3',    '2','2','14875.78',    '2','2','9080.0',    '1','1','5795.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007479.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095743.0','1044454.0','3',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007480.0','1018887.0','2431',    '2216','1199','2888458.44',    '2099','1013','2404147.72',    '1465','448','484310.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095744.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007481.0','1018887.0','5',    '4','4','9363.3',    '4','4','8532.8',    '4','1','830.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095745.0','1044454.0','5',    '5','5','38297.58',    '5','4','9920.0',    '4','3','28377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007482.0','1018887.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095746.0','1044454.0','2',    '2','2','9778.06',    '2','2','5176.0',    '1','1','4602.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007483.0','1018887.0','9',    '7','5','18779.08',    '7','5','18070.0',    '6','1','709.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095747.0','1044454.0','4',    '4','4','15376.0',    '4','4','15376.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007484.0','1018887.0','16',    '15','8','19905.0',    '13','8','19655.0',    '8','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095748.0','1044454.0','2',    '2','1','12500.0',    '2','1','12500.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007485.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095749.0','1044454.0','1',    '1','1','4000.0',    '1','1','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007486.0','1018887.0','2',    '2','2','5582.0',    '2','2','5582.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095750.0','1044454.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007487.0','1018887.0','2',    '2','2','4000.0',    '2','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095751.0','1044454.0','3',    '3','2','7658.0',    '3','2','7658.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007488.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095752.0','1044454.0','1',    '1','1','3723.24',    '1','1','3723.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005275.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093539.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007489.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095753.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007490.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095754.0','1044454.0','1',    '1','1','4004.87',    '1','1','4004.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003440.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091704.0','1044454.0','1',    '1','1','3414.65',    '1','1','1046.0',    '1','1','2368.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003115.0','1018887.0','1',    '1','1','12463.35',    '1','1','4200.0',    '1','1','8263.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091379.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007491.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095755.0','1044454.0','7',    '5','4','20485.27',    '5','4','13530.0',    '3','2','6955.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000162.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088426.0','1044454.0','2',    '2','2','3586.19',    '2','1','2000.0',    '2','2','1586.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007492.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095756.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000156.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088420.0','1044454.0','6',    '5','2','2422.74',    '5','2','2422.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007493.0','1018887.0','4',    '4','2','4037.69',    '4','1','2531.59',    '3','2','1506.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095757.0','1044454.0','4355',    '3914','1777','3871553.49',    '3670','1383','2975343.89',    '2575','690','896209.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007494.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095758.0','1044454.0','2432',    '2146','963','1804240.82',    '1798','541','1209377.18',    '1411','540','594863.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007495.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095759.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007496.0','1018887.0','3',    '3','3','25805.44',    '3','3','7780.0',    '2','2','18025.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095760.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007497.0','1018887.0','1',    '1','1','624.49',    '1','0','0.0',    '1','1','624.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095761.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007498.0','1018887.0','1',    '1','1','4072.11',    '1','1','2352.73',    '1','1','1719.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095762.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007499.0','1018887.0','1',    '1','1','4230.33',    '1','1','3046.0',    '1','1','1184.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095763.0','1044454.0','568',    '474','200','559954.14',    '434','173','486122.36',    '222','61','73831.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007500.0','1018887.0','2',    '2','2','4230.55',    '2','2','4230.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095764.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007501.0','1018887.0','1',    '1','1','1006.1',    '0','0','0.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095765.0','1044454.0','12',    '10','4','8000.0',    '9','4','8000.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007502.0','1018887.0','141',    '129','87','243813.09',    '127','87','223365.57',    '71','3','20447.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095766.0','1044454.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007503.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095767.0','1044454.0','3',    '3','2','2500.0',    '2','1','2000.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007504.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095768.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007505.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095769.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007506.0','1018887.0','1361',    '1126','394','603348.83',    '963','221','439952.47',    '661','202','163396.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095770.0','1044454.0','17',    '11','6','12000.0',    '11','6','12000.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007507.0','1018887.0','1',    '1','1','4966.0',    '1','1','4966.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095771.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007508.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095772.0','1044454.0','1285',    '1031','441','772219.45',    '871','312','634560.26',    '661','168','137659.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007509.0','1018887.0','1',    '1','1','7737.49',    '1','1','4339.0',    '1','1','3398.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095773.0','1044454.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007510.0','1018887.0','280',    '266','145','311945.17',    '254','143','301651.93',    '150','13','10293.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095774.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007511.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095775.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007512.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095776.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007513.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095777.0','1044454.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003166.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091430.0','1044454.0','6',    '4','1','2000.0',    '4','1','2000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007514.0','1018887.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095778.0','1044454.0','5',    '4','2','6433.04',    '4','2','4000.0',    '2','1','2433.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007515.0','1018887.0','1',    '1','1','1382.17',    '1','0','0.0',    '1','1','1382.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095779.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000117.0','1018887.0','1',    '1','1','27133.24',    '1','1','13540.0',    '1','1','13593.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088381.0','1044454.0','2406',    '2086','724','1343807.15',    '1897','588','1145764.44',    '1183','207','198042.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007516.0','1018887.0','1',    '1','1','3003.0',    '1','1','3003.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095780.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007517.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095781.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007518.0','1018887.0','1',    '1','1','523.0',    '1','1','523.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095782.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007519.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095783.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007520.0','1018887.0','28',    '23','13','32430.79',    '22','13','31639.39',    '14','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095784.0','1044454.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007521.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095785.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007522.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095786.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007523.0','1018887.0','685',    '570','276','398703.63',    '420','107','231096.36',    '404','197','167607.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095787.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007524.0','1018887.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095788.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007525.0','1018887.0','798',    '704','343','505932.81',    '512','125','288665.91',    '523','255','217266.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095789.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007526.0','1018887.0','1',    '1','1','204.99',    '1','1','204.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095790.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007527.0','1018887.0','1',    '1','1','3162.71',    '1','1','689.73',    '1','1','2472.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095791.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007528.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095792.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007529.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095793.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007530.0','1018887.0','39',    '35','25','61394.06',    '34','25','57201.73',    '14','5','4192.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095794.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007531.0','1018887.0','23',    '23','8','14708.24',    '20','4','9351.82',    '13','5','5356.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095795.0','1044454.0','4',    '4','4','17357.43',    '4','4','9176.0',    '3','2','8181.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007532.0','1018887.0','72',    '67','50','101278.41',    '67','50','98890.0',    '31','4','2388.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095796.0','1044454.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003468.0','1018887.0','138',    '130','90','201364.86',    '128','88','184076.54',    '69','17','17288.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091732.0','1044454.0','12',    '10','6','18511.31',    '10','6','18511.31',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003234.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091498.0','1044454.0','87',    '78','37','105975.73',    '70','36','83271.57',    '56','7','22704.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2000115.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2088379.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007533.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095797.0','1044454.0','77',    '65','39','113858.27',    '64','32','90696.13',    '30','14','23162.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007534.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095798.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007535.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095799.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007536.0','1018887.0','635',    '547','221','395111.36',    '460','160','318979.26',    '345','84','76132.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095800.0','1044454.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007537.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095801.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007538.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095802.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007539.0','1018887.0','232',    '215','112','228840.77',    '206','104','191920.7',    '117','23','36920.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095803.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007540.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095804.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007541.0','1018887.0','2785',    '2458','933','1953323.31',    '2232','751','1679065.52',    '1414','276','274257.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095805.0','1044454.0','2549',    '2272','1019','1935711.76',    '2124','781','1605993.2',    '1450','409','329718.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007542.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095806.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007543.0','1018887.0','1',    '1','1','1335.0',    '1','1','1335.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095807.0','1044454.0','1023',    '885','396','784189.62',    '725','221','575494.56',    '604','232','208695.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007544.0','1018887.0','41',    '32','18','56576.01',    '32','18','34149.0',    '13','3','22427.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095808.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007545.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095809.0','1044454.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007546.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095810.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007547.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095811.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007548.0','1018887.0','1',    '1','1','2608.26',    '1','1','2000.0',    '1','1','608.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095812.0','1044454.0','524',    '455','203','451711.46',    '426','176','374138.53',    '267','56','77572.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007549.0','1018887.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095813.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007550.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095814.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007551.0','1018887.0','7',    '7','4','38159.26',    '7','4','11074.0',    '4','3','27085.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095815.0','1044454.0','1',    '1','1','23599.84',    '1','1','13799.0',    '1','1','9800.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007552.0','1018887.0','6',    '3','1','2000.0',    '3','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095816.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007553.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095817.0','1044454.0','1220',    '933','408','674157.57',    '758','253','508115.65',    '613','193','166041.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007554.0','1018887.0','2',    '2','2','26185.14',    '2','2','16596.0',    '1','1','9589.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095818.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007555.0','1018887.0','5',    '2','2','2500.0',    '1','1','2000.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095819.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007556.0','1018887.0','1',    '1','1','2186.38',    '1','1','2186.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095820.0','1044454.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007557.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095821.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007558.0','1018887.0','7',    '7','3','6000.0',    '7','3','6000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095822.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007559.0','1018887.0','9',    '9','1','713.74',    '5','1','713.74',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095823.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007560.0','1018887.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095824.0','1044454.0','31',    '29','17','34900.0',    '28','17','34900.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007561.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095825.0','1044454.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007562.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095826.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007563.0','1018887.0','510',    '467','225','533589.95',    '432','177','422515.89',    '294','100','111074.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095827.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007564.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095828.0','1044454.0','1',    '1','1','1248.0',    '1','1','1248.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007565.0','1018887.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095829.0','1044454.0','3539',    '2767','1015','1886815.24',    '2304','786','1642788.9',    '1768','308','244026.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007566.0','1018887.0','2',    '2','1','4358.0',    '2','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095830.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007567.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095831.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007568.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095832.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007569.0','1018887.0','6',    '6','5','24451.72',    '6','5','14677.0',    '3','2','9774.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095833.0','1044454.0','5970',    '5343','2420','5001583.87',    '5064','1906','4018309.32',    '3425','885','983274.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007570.0','1018887.0','3',    '3','3','26423.07',    '3','3','16595.0',    '3','1','9828.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095834.0','1044454.0','17',    '11','5','10442.53',    '9','5','10327.06',    '5','1','115.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007571.0','1018887.0','6',    '6','4','18590.02',    '6','4','11564.0',    '4','1','7026.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095835.0','1044454.0','1',    '1','1','8340.0',    '1','1','8340.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007572.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095836.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007573.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095837.0','1044454.0','57',    '51','37','81656.56',    '50','37','78253.84',    '24','2','3402.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007574.0','1018887.0','339',    '315','185','527173.06',    '298','168','455635.69',    '203','58','71537.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095838.0','1044454.0','6',    '5','3','4791.4',    '4','2','4000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007575.0','1018887.0','270',    '235','106','232675.61',    '212','77','191001.37',    '142','40','41674.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095839.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007576.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095840.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007577.0','1018887.0','6',    '6','4','42093.0',    '6','4','42093.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095841.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007578.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095842.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095843.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007580.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095844.0','1044454.0','4',    '4','2','4000.0',    '4','2','4000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007581.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095845.0','1044454.0','13',    '12','6','38325.65',    '12','6','21580.0',    '6','2','16745.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007582.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095846.0','1044454.0','2',    '2','2','7325.0',    '2','2','7325.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007583.0','1018887.0','649',    '578','318','695571.37',    '537','285','628695.77',    '350','86','66875.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095847.0','1044454.0','9',    '9','8','18118.0',    '9','8','18118.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007584.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095848.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007585.0','1018887.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095849.0','1044454.0','23',    '18','7','11885.38',    '15','6','11046.0',    '9','2','839.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007586.0','1018887.0','1583',    '1439','819','2273612.23',    '1370','722','1871161.26',    '953','298','402450.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095850.0','1044454.0','1',    '1','1','2751.14',    '1','1','890.0',    '1','1','1861.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007587.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095851.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007588.0','1018887.0','1',    '1','1','22916.35',    '1','1','12121.4',    '1','1','10794.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095852.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007589.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095853.0','1044454.0','7',    '5','5','10000.0',    '5','5','10000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007590.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095854.0','1044454.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005580.0','1018887.0','2606',    '2325','818','1590288.42',    '2135','672','1365462.83',    '1387','231','224825.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093844.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003221.0','1018887.0','5',    '3','1','2608.26',    '3','1','2000.0',    '2','1','608.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091485.0','1044454.0','1',    '1','1','2751.75',    '1','1','2000.0',    '1','1','751.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003113.0','1018887.0','3',    '2','1','1216.0',    '2','1','1216.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091377.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007591.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095855.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007592.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095856.0','1044454.0','3',    '3','1','10476.85',    '3','1','9686.0',    '2','1','790.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007593.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095857.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007594.0','1018887.0','1',    '1','1','2139.37',    '1','1','1133.27',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095858.0','1044454.0','1',    '1','1','3654.57',    '1','1','3051.34',    '1','1','603.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003111.0','1018887.0','1',    '1','1','6103.0',    '1','1','6103.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091375.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2003132.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2091396.0','1044454.0','948',    '863','478','1329762.97',    '824','419','1035478.05',    '557','194','294284.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000181.0','1018887.0','1',    '1','1','1682.74',    '1','1','1682.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088445.0','1044454.0','134',    '126','62','223943.08',    '120','58','186791.09',    '77','21','37151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007595.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095859.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007596.0','1018887.0','1998',    '1783','745','1514866.13',    '1593','512','1156571.38',    '1090','342','358294.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095860.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007597.0','1018887.0','382',    '338','152','363513.05',    '327','130','306458.08',    '184','44','57054.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095861.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007598.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095862.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007599.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095863.0','1044454.0','10',    '6','2','2822.1',    '4','2','2822.1',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007600.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095864.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007601.0','1018887.0','1',    '1','1','1034.22',    '1','1','242.82',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095865.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007602.0','1018887.0','2',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095866.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007603.0','1018887.0','6',    '6','1','2000.0',    '4','1','2000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095867.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007604.0','1018887.0','3',    '3','3','9541.66',    '3','3','8000.0',    '2','1','1541.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095868.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007605.0','1018887.0','245',    '215','87','127564.75',    '171','44','88115.75',    '143','52','39449.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095869.0','1044454.0','18',    '11','4','8000.0',    '11','4','8000.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007606.0','1018887.0','580',    '530','265','590278.0',    '465','190','483503.94',    '384','118','106774.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095870.0','1044454.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007607.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095871.0','1044454.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007608.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095872.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007609.0','1018887.0','4',    '4','3','29779.16',    '4','3','25210.0',    '2','2','4569.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095873.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007610.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095874.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007611.0','1018887.0','4',    '4','3','6881.0',    '4','3','6881.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095875.0','1044454.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007612.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095876.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007613.0','1018887.0','8',    '7','7','55587.58',    '7','7','19460.0',    '5','4','36127.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095877.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007614.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095878.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007615.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095879.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007616.0','1018887.0','105',    '96','69','140073.41',    '95','69','138000.0',    '45','2','2073.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095880.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007617.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095881.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007618.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095882.0','1044454.0','4',    '3','1','6386.0',    '3','1','6386.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007619.0','1018887.0','1',    '1','1','3332.0',    '1','1','3332.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095883.0','1044454.0','1',    '1','1','3000.0',    '1','1','3000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007620.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095884.0','1044454.0','5',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007621.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095885.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007622.0','1018887.0','13',    '7','4','7216.52',    '7','3','6000.0',    '5','1','1216.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095886.0','1044454.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007623.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095887.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007624.0','1018887.0','1',    '1','1','1006.1',    '1','0','0.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095888.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007625.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095889.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007626.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095890.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007627.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095891.0','1044454.0','3',    '3','2','13038.89',    '3','2','9815.0',    '2','1','3223.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007628.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095892.0','1044454.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007629.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095893.0','1044454.0','2',    '2','1','2053.54',    '2','0','0.0',    '2','1','2053.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007630.0','1018887.0','3',    '3','3','6676.0',    '3','3','6676.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095894.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007631.0','1018887.0','784',    '755','566','2996936.04',    '745','555','2613025.83',    '395','121','383910.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095895.0','1044454.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007632.0','1018887.0','5',    '5','3','6000.0',    '5','3','6000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095896.0','1044454.0','1',    '1','1','259.71',    '1','0','0.0',    '1','1','259.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007633.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095897.0','1044454.0','3',    '3','3','26783.02',    '3','3','6000.0',    '3','2','20783.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007634.0','1018887.0','2',    '2','2','8421.97',    '2','1','4358.0',    '2','1','4063.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095898.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007635.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095899.0','1044454.0','2551',    '2123','740','1298375.46',    '1872','558','1109496.15',    '1241','232','188879.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007636.0','1018887.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095900.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007637.0','1018887.0','1',    '1','1','2197.32',    '1','1','2000.0',    '1','1','197.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095901.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003552.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091816.0','1044454.0','6',    '6','2','4000.0',    '6','2','4000.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2003306.0','1018887.0','64',    '36','11','22000.0',    '27','11','22000.0',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2091570.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007638.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095902.0','1044454.0','116',    '106','57','119638.28',    '101','54','101548.53',    '66','19','18089.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007639.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095903.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007640.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095904.0','1044454.0','1',    '1','1','17368.96',    '1','1','5190.0',    '1','1','12178.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007641.0','1018887.0','5',    '5','4','18308.07',    '5','3','12835.0',    '4','3','5473.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095905.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2000163.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2088427.0','1044454.0','3164',    '2656','1018','2033120.89',    '2326','790','1607147.9',    '1667','326','425972.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007642.0','1018887.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095906.0','1044454.0','1',    '1','1','1824.04',    '1','1','1824.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007643.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095907.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007644.0','1018887.0','1',    '1','1','5770.42',    '1','1','1248.0',    '1','1','4522.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095908.0','1044454.0','3',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007645.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095909.0','1044454.0','1',    '1','1','17699.19',    '1','1','8060.0',    '1','1','9639.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007646.0','1018887.0','1098',    '988','526','929643.81',    '853','358','714191.05',    '653','241','215452.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095910.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007647.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095911.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007648.0','1018887.0','4',    '4','3','8360.52',    '4','3','7810.0',    '2','1','550.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095912.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001509.0',    '2007649.0','1018887.0','1',    '1','1','3245.0',    '1','1','3245.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005904.0',    '2095913.0','1044454.0','3',    '2','1','2050.65',    '2','1','794.0',    '1','1','1256.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007650.0','1018887.0','914',    '823','446','1178564.44',    '776','344','784765.29',    '538','222','393799.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095914.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007651.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095915.0','1044454.0','7836',    '7000','3073','6558374.06',    '6520','2475','5258828.79',    '4628','1161','1299545.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007652.0','1018887.0','82',    '67','31','63523.47',    '65','29','60743.02',    '40','5','2780.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095916.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007653.0','1018887.0','4',    '4','1','812.0',    '4','1','812.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095917.0','1044454.0','13',    '13','8','8502.79',    '11','4','5122.49',    '9','4','3380.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007654.0','1018887.0','4',    '4','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095918.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007655.0','1018887.0','193',    '179','96','167997.88',    '170','65','121009.89',    '120','45','46987.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095919.0','1044454.0','1',    '1','1','3471.69',    '1','1','2628.24',    '1','1','843.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007656.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095920.0','1044454.0','5',    '5','4','33720.05',    '5','4','7722.0',    '4','3','25998.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007657.0','1018887.0','4',    '3','2','8716.0',    '3','2','8716.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095921.0','1044454.0','38',    '32','14','32781.3',    '26','13','29186.3',    '22','5','3595.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007658.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095922.0','1044454.0','2',    '2','2','19470.51',    '2','2','9079.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007659.0','1018887.0','180',    '158','85','185019.46',    '150','54','134527.17',    '112','48','50492.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095923.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007660.0','1018887.0','211',    '204','109','440866.05',    '200','100','325655.67',    '135','44','115210.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095924.0','1044454.0','19',    '16','5','12618.24',    '14','5','12618.24',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007661.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095925.0','1044454.0','3',    '3','2','6358.0',    '3','2','6358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007662.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095926.0','1044454.0','1',    '1','1','2484.03',    '1','1','2484.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007663.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095927.0','1044454.0','5',    '5','4','23698.76',    '5','4','13390.0',    '3','1','10308.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007664.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095928.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007665.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095929.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007666.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095930.0','1044454.0','9',    '8','4','8000.0',    '8','4','8000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007667.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095931.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007668.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095932.0','1044454.0','9',    '6','1','1216.52',    '5','0','0.0',    '6','1','1216.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007669.0','1018887.0','6',    '2','1','791.4',    '0','0','0.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095933.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007670.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095934.0','1044454.0','16',    '14','8','14563.0',    '14','8','14563.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007671.0','1018887.0','1',    '1','1','1020.83',    '0','0','0.0',    '1','1','1020.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095935.0','1044454.0','3',    '3','1','7706.23',    '3','1','6079.15',    '3','1','1627.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007672.0','1018887.0','3363',    '2825','1209','2410412.83',    '2511','935','1980249.54',    '1852','441','430163.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095936.0','1044454.0','1',    '1','1','5311.41',    '1','1','4263.0',    '1','1','1048.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007673.0','1018887.0','6',    '3','2','4000.0',    '2','2','4000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095937.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007674.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095938.0','1044454.0','1',    '1','1','3582.0',    '1','1','3582.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007675.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095939.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007676.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095940.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007677.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095941.0','1044454.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007678.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095942.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007679.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095943.0','1044454.0','2',    '2','1','259.71',    '2','0','0.0',    '1','1','259.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007680.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095944.0','1044454.0','1',    '1','1','1070.43',    '1','0','0.0',    '1','1','1070.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007681.0','1018887.0','98',    '94','53','183793.97',    '86','42','148048.22',    '65','29','35745.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095945.0','1044454.0','3',    '3','1','791.4',    '2','0','0.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007682.0','1018887.0','1',    '1','1','22432.74',    '1','1','6890.0',    '1','1','15542.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095946.0','1044454.0','801',    '737','488','2265296.51',    '708','416','1417791.4',    '489','216','847505.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007683.0','1018887.0','3',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095947.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007684.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095948.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007685.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095949.0','1044454.0','7',    '7','5','17432.57',    '7','5','14316.29',    '4','3','3116.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007686.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095950.0','1044454.0','1',    '1','1','4433.04',    '1','1','2000.0',    '1','1','2433.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007687.0','1018887.0','1004',    '847','307','614813.25',    '753','273','577189.37',    '580','50','37623.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095951.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007688.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095952.0','1044454.0','430',    '387','216','474489.83',    '352','166','403044.89',    '238','82','71444.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007689.0','1018887.0','10',    '10','4','8663.73',    '10','4','8492.92',    '5','1','170.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095953.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007690.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095954.0','1044454.0','1',    '1','1','3872.29',    '1','1','2000.0',    '1','1','1872.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007691.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095955.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007692.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095956.0','1044454.0','2',    '2','2','6137.94',    '2','2','5345.12',    '1','1','792.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007693.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095957.0','1044454.0','1',    '1','1','6386.0',    '1','1','6386.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007694.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095958.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007695.0','1018887.0','1',    '1','1','9034.68',    '1','1','7378.01',    '1','1','1656.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095959.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007696.0','1018887.0','3',    '2','1','2748.73',    '1','1','2000.0',    '2','1','748.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095960.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007697.0','1018887.0','1',    '1','1','730.0',    '1','1','730.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095961.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007698.0','1018887.0','1',    '1','1','2529.87',    '1','1','2000.0',    '1','1','529.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095962.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007699.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095963.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007700.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095964.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007701.0','1018887.0','1',    '1','1','7815.4',    '1','1','7024.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095965.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007702.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095966.0','1044454.0','406',    '372','197','401046.28',    '352','177','334462.98',    '210','59','66583.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007703.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095967.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007704.0','1018887.0','2',    '2','2','7077.59',    '2','2','7077.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095968.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007705.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095969.0','1044454.0','5',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007706.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095970.0','1044454.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007707.0','1018887.0','4',    '4','2','18483.51',    '4','2','8092.0',    '3','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095971.0','1044454.0','2660',    '2352','1142','2557526.71',    '2201','968','2101448.49',    '1509','404','456078.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007708.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095972.0','1044454.0','3',    '3','1','2150.82',    '3','1','2000.0',    '3','1','150.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007709.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095973.0','1044454.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007710.0','1018887.0','207',    '188','85','199376.21',    '178','74','158430.95',    '115','31','40945.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095974.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007711.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095975.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007712.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095976.0','1044454.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007713.0','1018887.0','86',    '74','36','147034.99',    '70','29','84184.14',    '45','17','62850.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095977.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007714.0','1018887.0','95',    '82','43','69156.08',    '76','37','58729.64',    '47','11','10426.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095978.0','1044454.0','45',    '34','21','43252.64',    '32','21','42030.0',    '24','2','1222.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007715.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095979.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007716.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095980.0','1044454.0','9',    '9','3','4563.44',    '8','2','4000.0',    '5','1','563.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007717.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095981.0','1044454.0','6',    '6','5','26304.0',    '6','5','26304.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007718.0','1018887.0','3',    '3','2','35768.35',    '3','2','14134.0',    '3','2','21634.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095982.0','1044454.0','1',    '1','1','5021.4',    '1','1','4358.0',    '1','1','663.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007719.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095983.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007720.0','1018887.0','4',    '4','2','4000.0',    '4','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095984.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007721.0','1018887.0','1',    '1','1','2676.0',    '1','1','2676.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095985.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007722.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095986.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007723.0','1018887.0','1',    '1','1','7062.0',    '1','1','7062.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095987.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007724.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095988.0','1044454.0','6',    '6','5','75190.0',    '5','5','64798.49',    '4','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007725.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095989.0','1044454.0','1',    '1','1','14121.45',    '1','1','11752.8',    '1','1','2368.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007726.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095990.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007727.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095991.0','1044454.0','4',    '4','4','12386.0',    '4','4','12386.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007728.0','1018887.0','1639',    '1571','1224','6188782.43',    '1555','1203','5514986.83',    '894','266','673795.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095992.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007729.0','1018887.0','1',    '1','1','6518.0',    '1','1','6518.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095993.0','1044454.0','2',    '2','2','15017.1',    '2','2','12391.0',    '2','1','2626.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007730.0','1018887.0','1151',    '1093','851','4286043.02',    '1077','836','3708790.26',    '570','194','577252.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095994.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007731.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095995.0','1044454.0','17',    '17','15','119750.11',    '17','15','57688.6',    '15','9','62061.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007732.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095996.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007733.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095997.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007734.0','1018887.0','2',    '2','2','6358.0',    '2','2','6358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095998.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007735.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2095999.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007736.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096000.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007737.0','1018887.0','2',    '2','2','21318.38',    '2','2','11320.0',    '1','1','9998.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096001.0','1044454.0','12583',    '11946','9925','60669794.75',    '11811','9860','49501820.49',    '5719','2005','11167974.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007738.0','1018887.0','10',    '9','7','54939.7',    '8','7','31938.0',    '7','3','23001.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096002.0','1044454.0','1',    '1','1','4063.32',    '1','1','1156.0',    '1','1','2907.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007739.0','1018887.0','1',    '1','1','9146.32',    '1','1','1352.0',    '1','1','7794.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096003.0','1044454.0','3',    '3','2','5071.54',    '3','1','4358.0',    '1','1','713.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007740.0','1018887.0','1',    '1','1','6092.0',    '1','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096004.0','1044454.0','3',    '3','2','8187.1',    '3','2','8187.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007741.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096005.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007742.0','1018887.0','2',    '2','1','4358.0',    '2','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096006.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007743.0','1018887.0','1',    '1','1','5364.1',    '1','1','4358.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096007.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007744.0','1018887.0','11020',    '10460','8105','43869147.09',    '10310','7975','37557018.14',    '5572','1851','6312128.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096008.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007745.0','1018887.0','1',    '1','1','31242.8',    '1','1','27691.0',    '1','1','3551.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096009.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007746.0','1018887.0','1',    '1','1','13424.14',    '1','1','6308.0',    '1','1','7116.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096010.0','1044454.0','1',    '1','1','3352.0',    '1','1','3352.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007747.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096011.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007748.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096012.0','1044454.0','1',    '1','1','6092.0',    '1','1','6092.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007749.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096013.0','1044454.0','6',    '5','3','17189.4',    '5','2','16398.0',    '4','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007750.0','1018887.0','8',    '7','3','8358.0',    '7','3','8358.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096014.0','1044454.0','33666',    '32228','24686','133591704.63',    '31787','24317','110441268.44',    '16681','5498','23150436.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007751.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096015.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007752.0','1018887.0','2',    '2','1','23546.8',    '2','1','9692.0',    '1','1','13854.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096016.0','1044454.0','1',    '1','1','4807.02',    '1','1','1156.0',    '1','1','3651.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007753.0','1018887.0','2',    '2','2','10392.0',    '2','2','10392.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096017.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007754.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096018.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007755.0','1018887.0','1',    '1','1','3156.0',    '1','1','3156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096019.0','1044454.0','3',    '3','1','3949.88',    '2','1','1352.0',    '2','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007756.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096020.0','1044454.0','1',    '1','1','2214.7',    '1','1','2000.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007757.0','1018887.0','2054',    '1957','1446','7615793.32',    '1935','1424','6566744.56',    '982','336','1049048.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096021.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007758.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096022.0','1044454.0','11532',    '10875','8437','49102030.89',    '10684','8269','40364445.15',    '6179','2189','8737585.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007759.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096023.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007760.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096024.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007761.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096025.0','1044454.0','1',    '1','1','6092.0',    '1','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007762.0','1018887.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096026.0','1044454.0','1',    '1','1','6386.0',    '1','1','6386.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007763.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096027.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007764.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096028.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007765.0','1018887.0','1',    '1','1','5589.0',    '1','1','4089.0',    '1','1','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096029.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007766.0','1018887.0','2',    '2','1','7826.0',    '2','1','7826.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096030.0','1044454.0','4',    '4','1','4358.0',    '2','1','4358.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007767.0','1018887.0','1',    '1','1','24174.57',    '1','1','14262.0',    '1','1','9912.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096031.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007768.0','1018887.0','19',    '14','12','42654.54',    '14','12','41956.0',    '6','1','698.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096032.0','1044454.0','3',    '2','2','5035.24',    '2','1','4358.0',    '2','1','677.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007769.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096033.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007770.0','1018887.0','1',    '1','1','17567.26',    '1','1','4358.0',    '1','1','13209.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096034.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007771.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096035.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007772.0','1018887.0','26031',    '24892','19470','117260509.43',    '24550','19224','97103715.52',    '13560','4764','20156793.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096036.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007773.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096037.0','1044454.0','3',    '3','3','21216.0',    '3','3','21216.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007774.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096038.0','1044454.0','1',    '1','1','25655.96',    '1','1','14858.0',    '1','1','10797.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007775.0','1018887.0','1',    '1','1','2422.03',    '1','1','2422.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096039.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007776.0','1018887.0','1',    '1','1','5209.0',    '1','1','5209.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096040.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007777.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096041.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007778.0','1018887.0','5',    '4','3','12744.0',    '4','3','12744.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096042.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007779.0','1018887.0','1',    '1','1','1156.0',    '1','1','1156.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096043.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007780.0','1018887.0','2',    '2','1','8929.76',    '2','1','3734.0',    '2','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096044.0','1044454.0','1',    '1','1','17276.0',    '1','1','14858.0',    '1','1','2418.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007781.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096045.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007782.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096046.0','1044454.0','3',    '2','2','6358.0',    '2','2','6358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007783.0','1018887.0','1',    '1','1','13917.61',    '1','1','4358.0',    '1','1','9559.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096047.0','1044454.0','2',    '2','1','6726.65',    '2','1','4358.0',    '1','1','2368.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007784.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096048.0','1044454.0','1',    '1','1','7572.05',    '1','1','4200.04',    '1','1','3372.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007785.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096049.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007786.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096050.0','1044454.0','2',    '2','2','10450.0',    '2','2','10450.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007787.0','1018887.0','19102',    '18292','14676','87656853.89',    '18073','14533','72164368.31',    '9382','3411','15492485.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096051.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007788.0','1018887.0','2',    '2','2','16582.0',    '2','2','16582.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096052.0','1044454.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007789.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096053.0','1044454.0','1',    '1','1','5070.0',    '1','1','5070.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007790.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096054.0','1044454.0','3',    '3','3','11542.0',    '3','3','11542.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007791.0','1018887.0','1',    '1','1','8466.0',    '1','1','5514.0',    '1','1','2952.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096055.0','1044454.0','6',    '6','6','29433.0',    '6','6','29433.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007792.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096056.0','1044454.0','1',    '1','1','6092.0',    '1','1','6092.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007793.0','1018887.0','1',    '1','1','9754.24',    '1','1','4820.0',    '1','1','4934.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096057.0','1044454.0','4',    '4','3','14822.95',    '4','3','14822.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007794.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096058.0','1044454.0','1287',    '1048','844','6857608.56',    '1034','835','4639054.57',    '669','340','2218553.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007795.0','1018887.0','9',    '9','5','25938.55',    '9','5','15074.0',    '6','3','10864.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096059.0','1044454.0','1',    '1','1','6767.0',    '1','1','6767.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007796.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096060.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007797.0','1018887.0','2',    '2','1','4936.0',    '2','1','4936.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096061.0','1044454.0','2',    '2','2','8716.0',    '2','2','8716.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007798.0','1018887.0','1',    '1','1','24374.92',    '1','1','16760.0',    '1','1','7614.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096062.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007799.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096063.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007800.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096064.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007801.0','1018887.0','5',    '4','3','7364.1',    '3','2','6358.0',    '3','2','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096065.0','1044454.0','2',    '2','2','4358.0',    '2','2','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007802.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096066.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007803.0','1018887.0','30',    '28','19','117607.92',    '27','19','95453.28',    '14','3','22154.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096067.0','1044454.0','3',    '3','3','17825.46',    '3','3','16183.21',    '2','1','1642.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007804.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096068.0','1044454.0','1',    '1','1','10271.38',    '1','1','4358.0',    '1','1','5913.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007805.0','1018887.0','1',    '1','1','12148.0',    '1','1','12148.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096069.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007806.0','1018887.0','4',    '4','3','19556.81',    '4','3','11888.0',    '2','1','7668.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096070.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007807.0','1018887.0','40',    '38','29','199472.84',    '38','29','145845.21',    '15','9','53627.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096071.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007808.0','1018887.0','1',    '1','1','23825.19',    '1','1','16091.0',    '1','1','7734.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096072.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007809.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096073.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007810.0','1018887.0','4734',    '4566','3781','25708997.78',    '4522','3738','19895845.01',    '2575','1143','5813152.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096074.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007811.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096075.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007812.0','1018887.0','1',    '1','1','9228.0',    '1','1','9228.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096076.0','1044454.0','1',    '1','1','6867.0',    '1','1','6867.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007813.0','1018887.0','6197',    '5820','4553','24492449.01',    '5706','4505','21275570.06',    '2869','888','3216878.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096077.0','1044454.0','1',    '1','1','9558.0',    '1','1','9558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007814.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096078.0','1044454.0','4',    '4','3','8803.42',    '4','3','8716.0',    '3','1','87.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007815.0','1018887.0','28',    '27','22','162057.61',    '26','22','102385.0',    '21','9','59672.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096079.0','1044454.0','1',    '1','1','3858.0',    '1','1','3858.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007816.0','1018887.0','40',    '38','28','339744.59',    '36','28','168757.62',    '32','15','170986.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096080.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007817.0','1018887.0','1',    '1','1','7880.0',    '1','1','7880.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096081.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007818.0','1018887.0','3',    '3','1','4358.0',    '2','1','4358.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096082.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007819.0','1018887.0','1',    '1','1','4890.0',    '1','1','4890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096083.0','1044454.0','1',    '1','1','6071.15',    '1','1','4545.14',    '1','1','1526.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007820.0','1018887.0','1',    '1','1','6092.0',    '1','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096084.0','1044454.0','18',    '16','12','60103.36',    '16','12','46415.0',    '10','3','13688.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007821.0','1018887.0','24143',    '23074','18470','91605183.24',    '22806','18253','81194354.92',    '10586','3196','10410828.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096085.0','1044454.0','1',    '1','1','11975.3',    '1','1','4092.0',    '1','1','7883.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007822.0','1018887.0','3',    '3','3','24052.54',    '3','3','11360.0',    '2','2','12692.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096086.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007823.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096087.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007824.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096088.0','1044454.0','72',    '69','55','570676.66',    '69','55','366399.96',    '41','23','204276.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007825.0','1018887.0','24',    '23','18','143841.64',    '22','17','94915.0',    '19','7','48926.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096089.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007826.0','1018887.0','4',    '4','4','61085.4',    '4','4','37610.0',    '4','3','23475.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096090.0','1044454.0','10',    '9','5','23194.0',    '9','5','23194.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007827.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096091.0','1044454.0','1',    '1','1','5579.0',    '1','1','5579.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007828.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096092.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007829.0','1018887.0','41',    '39','30','135657.22',    '38','30','129509.58',    '23','8','6147.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096093.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007830.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096094.0','1044454.0','1',    '1','1','6386.0',    '1','1','6386.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007831.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096095.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007832.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096096.0','1044454.0','15911',    '15140','12396','60201967.83',    '14957','12318','54321069.01',    '6204','1609','5880898.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007833.0','1018887.0','1',    '1','1','6092.0',    '1','1','6092.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096097.0','1044454.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007834.0','1018887.0','3',    '3','3','11074.0',    '3','3','11074.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096098.0','1044454.0','2',    '2','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007835.0','1018887.0','53',    '49','40','277324.8',    '47','40','172838.15',    '35','17','104486.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096099.0','1044454.0','1',    '1','1','18018.83',    '1','1','4358.0',    '1','1','13660.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007836.0','1018887.0','3',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096100.0','1044454.0','1',    '1','1','10045.71',    '1','1','6386.0',    '1','1','3659.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007837.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096101.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007838.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096102.0','1044454.0','27',    '27','21','217631.64',    '27','21','142360.6',    '19','9','75271.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007839.0','1018887.0','1',    '1','1','8414.15',    '1','1','8414.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096103.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007840.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096104.0','1044454.0','1',    '1','1','3675.0',    '1','1','3675.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007841.0','1018887.0','1',    '1','1','8280.05',    '1','1','7745.0',    '1','1','535.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096105.0','1044454.0','1',    '1','1','8242.33',    '1','1','7058.0',    '1','1','1184.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007842.0','1018887.0','2',    '2','2','8716.0',    '2','2','8716.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096106.0','1044454.0','1',    '1','1','6679.45',    '1','1','6092.0',    '1','1','587.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007843.0','1018887.0','3',    '3','3','18294.53',    '3','3','14620.9',    '1','1','3673.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096107.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007844.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096108.0','1044454.0','5',    '5','4','14834.65',    '5','4','9514.0',    '2','1','5320.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007845.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096109.0','1044454.0','1',    '1','1','7275.32',    '1','1','6092.0',    '1','1','1183.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007846.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096110.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007847.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096111.0','1044454.0','1',    '1','1','10189.59',    '1','1','4358.0',    '1','1','5831.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007848.0','1018887.0','18',    '15','8','65546.98',    '15','8','44106.0',    '8','3','21440.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096112.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007849.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096113.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007850.0','1018887.0','8',    '8','6','21904.72',    '8','5','18515.44',    '4','2','3389.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096114.0','1044454.0','5',    '5','5','36951.23',    '5','5','25210.25',    '4','2','11740.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007851.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096115.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007852.0','1018887.0','4',    '4','4','29090.45',    '4','4','21193.0',    '3','2','7897.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096116.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007853.0','1018887.0','64',    '57','28','108700.54',    '52','22','93376.83',    '34','12','15323.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096117.0','1044454.0','5',    '4','3','8950.0',    '3','3','8950.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007854.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096118.0','1044454.0','2',    '2','2','15247.04',    '2','2','9248.0',    '1','1','5999.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007855.0','1018887.0','1522',    '1434','767','1827722.08',    '1380','509','1345435.51',    '979','406','482286.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096119.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007856.0','1018887.0','1',    '1','1','6767.0',    '1','1','6767.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096120.0','1044454.0','1',    '1','1','6024.0',    '1','1','6024.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007857.0','1018887.0','4',    '4','4','31207.41',    '4','4','24687.0',    '3','1','6520.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096121.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007858.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096122.0','1044454.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007859.0','1018887.0','1',    '1','1','12710.0',    '1','1','12710.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096123.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007860.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096124.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007861.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096125.0','1044454.0','3',    '3','1','27854.0',    '3','1','27854.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007862.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096126.0','1044454.0','1',    '1','1','4936.0',    '1','1','4936.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007863.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096127.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007864.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096128.0','1044454.0','4',    '4','4','10358.0',    '4','4','10358.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007865.0','1018887.0','1',    '1','1','8858.0',    '1','1','4358.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096129.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007866.0','1018887.0','37',    '30','24','147990.29',    '29','24','125705.71',    '18','5','22284.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096130.0','1044454.0','1',    '1','1','8975.0',    '1','1','8975.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007867.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096131.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007868.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096132.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007869.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096133.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007870.0','1018887.0','1',    '1','1','7127.0',    '1','1','7127.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096134.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007871.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096135.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007872.0','1018887.0','13',    '13','11','114707.92',    '13','11','77869.87',    '8','4','36838.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096136.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007873.0','1018887.0','17',    '17','11','63075.53',    '15','10','31035.0',    '11','4','32040.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096137.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007874.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096138.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007875.0','1018887.0','1',    '1','1','19039.65',    '1','1','11586.0',    '1','1','7453.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096139.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007876.0','1018887.0','1',    '1','1','21229.63',    '1','1','12162.0',    '1','1','9067.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096140.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007877.0','1018887.0','2377',    '2229','1692','6639905.46',    '2192','1665','6365010.75',    '879','219','274894.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096141.0','1044454.0','3',    '3','2','8716.0',    '3','2','8716.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007878.0','1018887.0','2',    '2','2','6716.0',    '2','2','6716.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096142.0','1044454.0','1',    '1','1','6790.92',    '1','1','4358.0',    '1','1','2432.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007879.0','1018887.0','1',    '1','1','9038.42',    '1','1','1352.0',    '1','1','7686.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096143.0','1044454.0','1',    '1','1','5428.1',    '1','1','4358.0',    '1','1','1070.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007880.0','1018887.0','1',    '1','1','6294.61',    '1','1','6294.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096144.0','1044454.0','6',    '6','3','14682.09',    '6','3','13320.0',    '2','1','1362.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007881.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096145.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007882.0','1018887.0','32',    '31','6','12487.06',    '28','4','10760.8',    '23','2','1726.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096146.0','1044454.0','1',    '1','1','6143.0',    '1','1','6143.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007883.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096147.0','1044454.0','2',    '2','1','3352.0',    '2','1','3352.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007884.0','1018887.0','3',    '3','2','6358.0',    '2','2','6358.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096148.0','1044454.0','14',    '14','9','116713.5',    '14','9','71946.94',    '11','5','44766.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007885.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096149.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007886.0','1018887.0','1',    '1','1','6990.0',    '1','1','6990.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096150.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007887.0','1018887.0','2',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096151.0','1044454.0','1',    '1','1','16592.0',    '1','1','16592.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007888.0','1018887.0','1',    '1','1','5142.78',    '1','1','4358.0',    '1','1','784.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096152.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007889.0','1018887.0','2',    '2','2','14759.21',    '2','2','10804.0',    '1','1','3955.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096153.0','1044454.0','3',    '3','3','56823.0',    '3','3','45481.0',    '2','1','11342.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007890.0','1018887.0','4',    '4','3','32308.07',    '4','3','15756.0',    '4','1','16552.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096154.0','1044454.0','7',    '5','3','8358.0',    '5','3','8358.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007891.0','1018887.0','2',    '2','1','8858.0',    '2','1','4358.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096155.0','1044454.0','4',    '4','3','14808.0',    '4','3','14808.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007892.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096156.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007893.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096157.0','1044454.0','26373',    '24987','20201','111006110.37',    '24620','20029','94575647.08',    '11303','3675','16430463.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007894.0','1018887.0','1',    '1','1','5710.0',    '1','1','5710.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096158.0','1044454.0','1',    '1','1','15937.86',    '1','1','9013.0',    '1','1','6924.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007895.0','1018887.0','33',    '30','26','185802.62',    '29','25','133827.77',    '16','7','51974.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096159.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007896.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096160.0','1044454.0','2',    '2','2','9543.77',    '2','1','7864.0',    '2','2','1679.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007897.0','1018887.0','1',    '1','1','8312.29',    '1','1','4358.0',    '1','1','3954.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096161.0','1044454.0','3',    '3','2','18229.02',    '3','2','7138.0',    '2','2','11091.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007898.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096162.0','1044454.0','2',    '2','1','4572.7',    '2','1','4358.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007899.0','1018887.0','1',    '1','1','20058.0',    '1','1','20058.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096163.0','1044454.0','1',    '1','1','10984.04',    '1','1','5208.0',    '1','1','5776.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007900.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096164.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007901.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096165.0','1044454.0','2',    '2','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007902.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096166.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007903.0','1018887.0','1',    '1','1','13002.88',    '1','1','11292.0',    '1','1','1710.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096167.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007904.0','1018887.0','1',    '1','1','4950.16',    '1','1','4358.0',    '1','1','592.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096168.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007905.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096169.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007906.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096170.0','1044454.0','7',    '7','4','17969.0',    '7','4','17969.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007907.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096171.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007908.0','1018887.0','21',    '21','15','72397.58',    '20','15','53606.0',    '11','2','18791.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096172.0','1044454.0','1',    '1','1','30600.0',    '1','1','19858.0',    '1','1','10742.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007909.0','1018887.0','3',    '3','2','14950.0',    '3','2','14950.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096173.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007910.0','1018887.0','9773',    '8984','6883','29025801.39',    '8767','6774','27357921.16',    '3684','828','1667880.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096174.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007911.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096175.0','1044454.0','1',    '1','1','16358.0',    '1','1','16358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007912.0','1018887.0','2',    '2','2','7120.99',    '2','2','6358.0',    '2','1','762.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096176.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007913.0','1018887.0','1',    '1','1','6219.6',    '1','1','5213.5',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096177.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007914.0','1018887.0','2',    '2','1','4358.0',    '2','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096178.0','1044454.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007915.0','1018887.0','38',    '33','22','120146.87',    '32','21','99015.0',    '17','4','21131.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096179.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007916.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096180.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007917.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096181.0','1044454.0','1',    '1','1','15776.45',    '1','1','5927.0',    '1','1','9849.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007918.0','1018887.0','1',    '1','1','11023.82',    '1','1','8342.0',    '1','1','2681.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096182.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007919.0','1018887.0','3',    '3','1','4958.0',    '3','1','4958.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096183.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007920.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096184.0','1044454.0','3',    '3','2','20668.93',    '3','2','19899.0',    '1','1','769.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007921.0','1018887.0','5',    '5','3','12808.0',    '5','3','12808.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096185.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007922.0','1018887.0','2',    '2','2','9970.52',    '2','2','6358.0',    '2','1','3612.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096186.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007923.0','1018887.0','1',    '1','1','12581.89',    '1','1','4597.0',    '1','1','7984.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096187.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007924.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096188.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007925.0','1018887.0','20',    '18','14','71351.64',    '18','14','53734.0',    '11','3','17617.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096189.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007926.0','1018887.0','3',    '3','3','37880.15',    '3','2','20874.38',    '2','2','17005.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096190.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007927.0','1018887.0','1',    '1','1','3448.0',    '1','1','3448.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096191.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007928.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096192.0','1044454.0','1',    '1','1','8165.0',    '1','1','8165.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007929.0','1018887.0','56',    '55','41','378352.48',    '54','41','221932.6',    '35','16','156419.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096193.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007930.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096194.0','1044454.0','2',    '2','1','12404.5',    '2','1','6386.0',    '2','1','6018.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007931.0','1018887.0','1',    '1','1','6882.83',    '1','1','6882.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096195.0','1044454.0','8',    '7','4','8000.0',    '4','4','8000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007932.0','1018887.0','2',    '2','2','11241.4',    '2','2','10450.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096196.0','1044454.0','1',    '1','1','6092.0',    '1','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007933.0','1018887.0','34',    '31','23','123882.8',    '31','23','89007.0',    '20','9','34875.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096197.0','1044454.0','2',    '2','2','8716.0',    '2','2','8716.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007934.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096198.0','1044454.0','1',    '1','1','19331.8',    '1','1','9731.0',    '1','1','9600.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007935.0','1018887.0','1',    '1','1','2936.0',    '1','1','2936.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096199.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007936.0','1018887.0','2395',    '2284','1825','9558979.01',    '2231','1800','8380690.79',    '1118','326','1178288.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096200.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007937.0','1018887.0','30939',    '29630','24067','145267561.15',    '29296','23856','117094781.41',    '14684','5861','28172779.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096201.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007938.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096202.0','1044454.0','2',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007939.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096203.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007940.0','1018887.0','3',    '3','1','13773.23',    '3','1','6584.0',    '2','1','7189.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096204.0','1044454.0','10429',    '10048','8408','54378724.09',    '9949','8371','43220302.09',    '5079','2142','11158422.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007941.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096205.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007942.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096206.0','1044454.0','2',    '2','2','17398.96',    '2','2','13477.0',    '2','2','3921.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007943.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096207.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007944.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096208.0','1044454.0','1',    '1','1','5342.78',    '1','1','5292.78',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007945.0','1018887.0','3',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096209.0','1044454.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007946.0','1018887.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096210.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007947.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096211.0','1044454.0','4',    '3','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007948.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096212.0','1044454.0','4',    '4','2','3006.1',    '4','1','2000.0',    '3','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007949.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096213.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007950.0','1018887.0','9',    '5','3','3582.8',    '4','1','2000.0',    '4','2','1582.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096214.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007951.0','1018887.0','1',    '1','1','26181.85',    '1','1','12324.0',    '1','1','13857.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096215.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007952.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096216.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007953.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096217.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007954.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096218.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007955.0','1018887.0','1',    '1','1','5558.0',    '1','1','5558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096219.0','1044454.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007956.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096220.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007957.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096221.0','1044454.0','1',    '1','1','2814.0',    '1','1','2814.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007958.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096222.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007959.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096223.0','1044454.0','3179',    '2934','1394','3084093.78',    '2698','975','2306326.47',    '1885','686','777767.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007960.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096224.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007961.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096225.0','1044454.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007962.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096226.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007963.0','1018887.0','2',    '2','1','595.88',    '2','1','595.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096227.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007964.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096228.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007965.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096229.0','1044454.0','1',    '1','1','6209.38',    '1','1','3010.0',    '1','1','3199.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007966.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096230.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007967.0','1018887.0','2',    '2','1','10992.0',    '2','1','10992.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096231.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007968.0','1018887.0','5',    '5','5','10000.0',    '5','5','10000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096232.0','1044454.0','80',    '73','40','54515.57',    '58','19','33277.09',    '59','27','21238.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007969.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096233.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007970.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096234.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007971.0','1018887.0','319',    '285','137','300179.37',    '240','84','217492.14',    '208','79','82687.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096235.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007972.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096236.0','1044454.0','3068',    '2864','1451','3338193.37',    '2734','955','2439329.35',    '1914','777','898864.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007973.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096237.0','1044454.0','395',    '364','167','368639.53',    '327','122','306623.84',    '229','74','62015.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007974.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096238.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007975.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096239.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007976.0','1018887.0','52',    '47','20','53279.24',    '40','17','48685.73',    '31','6','4593.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096240.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007977.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096241.0','1044454.0','7',    '6','4','5582.8',    '6','2','4000.0',    '4','2','1582.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007978.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096242.0','1044454.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007979.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096243.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007980.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096244.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007981.0','1018887.0','18',    '12','6','10301.81',    '9','3','6894.49',    '8','5','3407.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096245.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007982.0','1018887.0','1',    '1','1','2686.33',    '1','1','2686.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096246.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007983.0','1018887.0','1',    '1','1','5721.16',    '1','1','5200.0',    '1','1','521.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096247.0','1044454.0','1',    '1','1','10697.69',    '1','1','8983.7',    '1','1','1713.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007984.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096248.0','1044454.0','1',    '1','1','8105.38',    '1','1','6386.0',    '1','1','1719.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007985.0','1018887.0','1',    '1','1','12528.0',    '1','1','12528.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096249.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007986.0','1018887.0','151',    '111','46','116783.3',    '94','36','92873.96',    '81','16','23909.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096250.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007987.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096251.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007988.0','1018887.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096252.0','1044454.0','7',    '6','5','33233.6',    '6','5','22570.0',    '3','2','10663.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007989.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096253.0','1044454.0','1',    '1','1','2364.62',    '1','1','2000.0',    '1','1','364.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007990.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096254.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007991.0','1018887.0','2',    '2','2','2791.4',    '2','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096255.0','1044454.0','1',    '1','1','2103.9',    '1','1','2000.0',    '1','1','103.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007992.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096256.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007993.0','1018887.0','1196',    '1059','637','1310919.53',    '888','413','1016137.35',    '769','335','294782.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096257.0','1044454.0','40',    '37','16','37910.95',    '33','10','29315.45',    '23','10','8595.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007994.0','1018887.0','1',    '1','1','9654.0',    '1','1','5955.0',    '1','1','3699.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096258.0','1044454.0','1',    '1','1','12992.82',    '1','1','4890.0',    '1','1','8102.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007995.0','1018887.0','926',    '817','450','1061710.21',    '706','320','833503.43',    '591','217','228206.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096259.0','1044454.0','66',    '63','47','474838.78',    '62','46','262295.0',    '43','24','212543.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007996.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096260.0','1044454.0','1899',    '1707','1110','2808702.03',    '1502','797','2141647.77',    '1286','603','667054.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007997.0','1018887.0','1',    '1','1','9223.76',    '1','1','4028.0',    '1','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096261.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007998.0','1018887.0','6',    '6','5','28087.31',    '6','5','27999.89',    '5','1','87.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096262.0','1044454.0','1',    '1','1','16393.16',    '1','1','6056.0',    '1','1','10337.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2007999.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096263.0','1044454.0','191',    '164','85','227292.84',    '155','68','184611.51',    '115','42','42681.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008000.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096264.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008001.0','1018887.0','100',    '75','35','111478.25',    '70','31','85078.04',    '42','9','26400.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096265.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008002.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096266.0','1044454.0','2',    '2','1','7142.5',    '2','1','7142.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008003.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096267.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008004.0','1018887.0','2057',    '1869','908','1888475.28',    '1745','583','1336775.93',    '1134','490','551699.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096268.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008005.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096269.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008006.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096270.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008007.0','1018887.0','1',    '1','1','937.44',    '1','1','192.24',    '1','1','745.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096271.0','1044454.0','1',    '1','1','767.46',    '0','0','0.0',    '1','1','767.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008008.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096272.0','1044454.0','1',    '1','1','7556.4',    '1','1','2000.0',    '1','1','5556.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008009.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096273.0','1044454.0','1',    '1','1','2980.0',    '1','1','2980.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008010.0','1018887.0','208',    '192','96','210971.46',    '180','66','159761.09',    '116','45','51210.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096274.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008011.0','1018887.0','1',    '1','1','8976.86',    '1','1','2000.0',    '1','1','6976.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096275.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008012.0','1018887.0','1',    '1','1','9001.36',    '1','1','9001.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096276.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008013.0','1018887.0','51',    '42','18','35526.42',    '39','16','31994.11',    '19','4','3532.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096277.0','1044454.0','2637',    '2327','1044','2159127.71',    '1989','667','1630995.81',    '1526','537','528131.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008014.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096278.0','1044454.0','73',    '63','32','97836.42',    '60','30','70492.79',    '36','10','27343.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008015.0','1018887.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096279.0','1044454.0','63',    '61','41','285584.53',    '60','41','212106.8',    '41','12','73477.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008016.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096280.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008017.0','1018887.0','2',    '2','1','22161.23',    '2','1','18387.0',    '2','1','3774.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096281.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008018.0','1018887.0','49',    '41','34','372439.05',    '38','33','202625.55',    '27','17','169813.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096282.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008019.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096283.0','1044454.0','6',    '6','4','68318.7',    '5','3','24492.38',    '5','3','43826.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008020.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096284.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008021.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096285.0','1044454.0','82',    '57','16','27969.01',    '49','10','22360.0',    '34','7','5609.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008022.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096286.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008023.0','1018887.0','87',    '84','44','141579.41',    '80','41','124210.32',    '60','17','17369.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096287.0','1044454.0','351',    '312','164','520016.92',    '299','114','342173.66',    '214','92','177843.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008024.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096288.0','1044454.0','1',    '1','1','71.96',    '1','0','0.0',    '1','1','71.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008025.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096289.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008026.0','1018887.0','21',    '18','10','50713.7',    '15','9','43619.58',    '18','5','7094.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096290.0','1044454.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008027.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096291.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008028.0','1018887.0','2',    '2','1','791.4',    '2','0','0.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096292.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008029.0','1018887.0','3',    '3','2','1491.39',    '0','0','0.0',    '3','2','1491.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096293.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008030.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096294.0','1044454.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008031.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096295.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008032.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096296.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008033.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096297.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008034.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096298.0','1044454.0','1',    '1','1','12555.21',    '1','1','7767.43',    '1','1','4787.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008035.0','1018887.0','1',    '1','1','505.0',    '1','1','505.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096299.0','1044454.0','2',    '2','1','13535.67',    '2','1','3098.0',    '1','1','10437.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008036.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096300.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008037.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096301.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008038.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096302.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008039.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096303.0','1044454.0','2',    '2','2','11024.0',    '2','2','11024.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008040.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096304.0','1044454.0','16134',    '15329','11380','55632062.26',    '15081','11104','49418484.74',    '8118','2396','6213577.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008041.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096305.0','1044454.0','4',    '2','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008042.0','1018887.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096306.0','1044454.0','1',    '1','1','814.0',    '1','1','814.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008043.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096307.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008044.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096308.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008045.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096309.0','1044454.0','1217',    '1091','641','2351797.97',    '1058','522','1677897.24',    '720','297','673900.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008046.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096310.0','1044454.0','43',    '40','16','23846.84',    '36','12','19953.8',    '20','5','3893.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008047.0','1018887.0','1708',    '1511','739','1461708.5',    '1246','430','1094031.12',    '1079','424','367677.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096311.0','1044454.0','7137',    '6287','3113','5940348.38',    '5417','1937','4320591.11',    '4197','1684','1619757.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008048.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096312.0','1044454.0','1',    '1','1','1156.85',    '1','1','1156.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008049.0','1018887.0','1',    '1','1','10701.54',    '1','1','2000.0',    '1','1','8701.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096313.0','1044454.0','1459',    '1303','782','1789577.2',    '1102','546','1412560.92',    '942','402','377016.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008050.0','1018887.0','3',    '3','2','11361.28',    '3','2','4890.0',    '3','1','6471.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096314.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008051.0','1018887.0','4',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096315.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008052.0','1018887.0','7',    '6','4','20929.21',    '6','4','19166.0',    '2','1','1763.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096316.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008053.0','1018887.0','3',    '3','3','13074.0',    '3','3','13074.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096317.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008054.0','1018887.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096318.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008055.0','1018887.0','1',    '1','1','23590.44',    '1','1','11721.0',    '1','1','11869.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096319.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008056.0','1018887.0','50',    '47','19','65376.91',    '43','14','50567.48',    '31','9','14809.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096320.0','1044454.0','1',    '1','1','2421.0',    '1','1','2421.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008057.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096321.0','1044454.0','1',    '1','1','28806.49',    '1','1','15579.93',    '1','1','13226.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008058.0','1018887.0','1939',    '1680','693','1137598.29',    '1379','356','794995.62',    '1100','399','342602.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096322.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008059.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096323.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008060.0','1018887.0','1',    '1','1','2754.0',    '1','1','2754.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096324.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008061.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096325.0','1044454.0','1',    '1','1','24437.04',    '1','1','21815.0',    '1','1','2622.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008062.0','1018887.0','1',    '1','1','2214.7',    '1','1','2000.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096326.0','1044454.0','52',    '42','14','36210.29',    '38','11','27318.69',    '23','5','8891.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008063.0','1018887.0','1',    '1','1','697.92',    '1','1','486.74',    '1','1','211.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096327.0','1044454.0','1',    '1','1','1161.19',    '1','1','1104.23',    '1','1','56.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008064.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096328.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008065.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096329.0','1044454.0','33',    '24','11','23072.0',    '20','11','23072.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008066.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096330.0','1044454.0','181',    '167','88','179660.87',    '140','56','140815.91',    '122','48','38844.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008067.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096331.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008068.0','1018887.0','3',    '3','3','20303.0',    '3','3','15303.0',    '2','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096332.0','1044454.0','39',    '37','29','125896.32',    '37','29','122262.52',    '23','2','3633.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008069.0','1018887.0','1',    '1','1','10822.6',    '1','1','3156.0',    '1','1','7666.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096333.0','1044454.0','4004',    '3739','2980','13343558.55',    '3671','2943','12376632.18',    '1566','392','966926.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008070.0','1018887.0','4',    '4','4','37403.95',    '4','4','34207.74',    '4','1','3196.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096334.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008071.0','1018887.0','50',    '44','21','61277.56',    '43','21','55404.39',    '23','3','5873.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096335.0','1044454.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008072.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096336.0','1044454.0','175',    '155','51','86119.08',    '136','26','56049.23',    '83','33','30069.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008073.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096337.0','1044454.0','1',    '1','1','763.08',    '1','1','763.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008074.0','1018887.0','5336',    '4544','2037','3917210.28',    '3836','1358','3136700.0',    '3002','919','780510.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096338.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008075.0','1018887.0','70',    '66','40','98506.92',    '55','21','65912.84',    '44','27','32594.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096339.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008076.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096340.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008077.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096341.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008078.0','1018887.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096342.0','1044454.0','22',    '22','18','270072.01',    '22','18','118532.6',    '19','15','151539.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008079.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096343.0','1044454.0','5',    '5','3','16491.34',    '5','2','14699.94',    '2','2','1791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008080.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096344.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008081.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096345.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008082.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096346.0','1044454.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008083.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096347.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008084.0','1018887.0','2',    '2','1','1146.41',    '2','0','0.0',    '2','1','1146.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096348.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008085.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096349.0','1044454.0','4',    '3','2','8716.0',    '3','2','8716.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008086.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096350.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008087.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096351.0','1044454.0','1',    '1','1','5364.1',    '1','1','4358.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008088.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096352.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096353.0','1044454.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008090.0','1018887.0','1',    '1','1','12413.42',    '1','1','7178.0',    '1','1','5235.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096354.0','1044454.0','1',    '1','1','9071.61',    '1','1','8474.0',    '1','1','597.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008091.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096355.0','1044454.0','3',    '2','1','2358.0',    '2','1','2358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008092.0','1018887.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096356.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008093.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096357.0','1044454.0','1',    '1','1','5078.16',    '1','1','4358.0',    '1','1','720.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008094.0','1018887.0','2',    '2','2','7163.69',    '2','2','6358.0',    '2','1','805.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096358.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008095.0','1018887.0','1',    '1','1','6627.56',    '1','1','4567.02',    '1','1','2060.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096359.0','1044454.0','2',    '2','2','10119.48',    '2','2','9609.0',    '2','1','510.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008096.0','1018887.0','4',    '4','4','26433.0',    '4','4','26433.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096360.0','1044454.0','41',    '38','31','204166.13',    '37','31','152741.79',    '19','8','51424.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008097.0','1018887.0','1',    '1','1','19469.88',    '1','1','16872.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096361.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008098.0','1018887.0','3',    '3','2','8716.0',    '3','2','8716.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096362.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008099.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096363.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008100.0','1018887.0','3',    '3','1','6092.0',    '3','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096364.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008101.0','1018887.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096365.0','1044454.0','2',    '2','2','6716.0',    '2','2','6716.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008102.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096366.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008103.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096367.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008104.0','1018887.0','1',    '1','1','6728.0',    '1','1','6728.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096368.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008105.0','1018887.0','2',    '2','2','8358.0',    '2','2','8358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096369.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008106.0','1018887.0','4',    '4','3','20039.23',    '4','3','20039.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096370.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008107.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096371.0','1044454.0','1',    '1','1','14355.56',    '1','1','2890.0',    '1','1','11465.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008108.0','1018887.0','3',    '3','3','26972.43',    '3','3','14122.0',    '2','1','12850.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096372.0','1044454.0','4',    '4','3','27845.29',    '4','3','7480.0',    '2','2','20365.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008109.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096373.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008110.0','1018887.0','1',    '1','1','19358.0',    '1','1','14858.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096374.0','1044454.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008111.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096375.0','1044454.0','2',    '2','1','6726.0',    '2','1','6726.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008112.0','1018887.0','13',    '13','9','77709.43',    '12','9','68318.72',    '8','4','9390.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096376.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008113.0','1018887.0','5',    '5','3','12042.35',    '4','2','8218.0',    '3','2','3824.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096377.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008114.0','1018887.0','4',    '4','3','14254.94',    '4','3','12521.52',    '2','1','1733.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096378.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008115.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096379.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008116.0','1018887.0','1',    '1','1','5960.46',    '1','1','4358.0',    '1','1','1602.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096380.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008117.0','1018887.0','5',    '5','4','19334.92',    '5','3','11198.34',    '3','3','8136.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096381.0','1044454.0','2',    '2','1','6948.38',    '2','1','6035.0',    '2','1','913.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008118.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096382.0','1044454.0','3',    '3','2','8858.0',    '1','1','4358.0',    '2','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008119.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096383.0','1044454.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008120.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096384.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008121.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096385.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008122.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096386.0','1044454.0','3',    '3','1','4358.0',    '3','1','4358.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008123.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096387.0','1044454.0','1',    '1','1','2890.0',    '1','1','2890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008124.0','1018887.0','2',    '2','1','3747.0',    '2','1','3747.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096388.0','1044454.0','1',    '1','1','5149.4',    '1','1','4358.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008125.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096389.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008126.0','1018887.0','1',    '1','1','22568.88',    '1','1','14858.0',    '1','1','7710.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096390.0','1044454.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008127.0','1018887.0','1',    '1','1','1734.0',    '1','1','1734.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096391.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008128.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096392.0','1044454.0','2',    '2','2','7943.65',    '2','1','4358.0',    '2','1','3585.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008129.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096393.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008130.0','1018887.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096394.0','1044454.0','1',    '1','1','31932.37',    '1','1','20752.0',    '1','1','11180.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008131.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096395.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008132.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096396.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008133.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096397.0','1044454.0','1',    '1','1','6640.26',    '1','1','1736.0',    '1','1','4904.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008134.0','1018887.0','6',    '6','4','44440.16',    '6','4','25574.0',    '3','2','18866.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096398.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008135.0','1018887.0','24',    '23','19','157747.35',    '23','18','117900.46',    '17','11','39846.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096399.0','1044454.0','18',    '18','13','104795.67',    '18','13','80132.58',    '13','6','24663.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008136.0','1018887.0','2',    '2','1','17907.88',    '2','1','11310.0',    '2','1','6597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096400.0','1044454.0','2',    '2','1','4358.0',    '1','1','4358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008137.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096401.0','1044454.0','1',    '1','1','6587.0',    '1','1','6587.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008138.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096402.0','1044454.0','4',    '4','1','4936.0',    '4','1','4936.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008139.0','1018887.0','1',    '1','1','9612.38',    '1','1','6497.0',    '1','1','3115.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096403.0','1044454.0','59',    '56','42','313025.8',    '56','40','242158.57',    '40','14','70867.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008140.0','1018887.0','4',    '2','2','29559.77',    '2','2','9322.0',    '2','2','20237.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096404.0','1044454.0','1',    '1','1','21034.51',    '1','1','10643.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008141.0','1018887.0','1',    '1','1','17273.05',    '1','1','6736.0',    '1','1','10537.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008142.0','1018887.0','5',    '5','4','43357.22',    '5','4','24309.0',    '2','2','19048.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096406.0','1044454.0','1',    '1','1','6374.0',    '1','1','6374.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008143.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096407.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008144.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096408.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008145.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096409.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008146.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096410.0','1044454.0','3',    '3','2','22744.46',    '3','2','10716.0',    '2','1','12028.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008147.0','1018887.0','8',    '8','7','27616.0',    '8','7','27616.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096411.0','1044454.0','19656',    '18762','14793','103043801.23',    '18494','14604','82997179.94',    '11922','4522','20046621.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008148.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096412.0','1044454.0','34',    '28','20','62081.0',    '28','20','62081.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008149.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096413.0','1044454.0','8',    '7','6','30455.74',    '7','6','17178.0',    '7','1','13277.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008150.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096414.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008151.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096415.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008152.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096416.0','1044454.0','1',    '1','1','6092.0',    '1','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008153.0','1018887.0','19234',    '18281','14517','164766652.07',    '17989','14378','95753384.43',    '12346','7040','69013267.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096417.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008154.0','1018887.0','7',    '6','4','14716.0',    '6','4','14716.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096418.0','1044454.0','1',    '1','1','29707.32',    '1','1','18213.0',    '1','1','11494.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008155.0','1018887.0','7',    '7','5','18368.0',    '7','5','18368.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096419.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008156.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096420.0','1044454.0','4',    '4','3','26579.0',    '4','3','16908.0',    '4','3','9671.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008157.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096421.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008158.0','1018887.0','36422',    '34908','27870','334944184.22',    '34453','27655','200081724.18',    '23450','14075','134862460.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096422.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008159.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096423.0','1044454.0','5',    '4','3','10744.0',    '4','3','10744.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008160.0','1018887.0','2',    '2','1','6692.52',    '2','1','1156.0',    '2','1','5536.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096424.0','1044454.0','1',    '1','1','3352.0',    '1','1','3352.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008161.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096425.0','1044454.0','1',    '1','1','12022.32',    '1','1','2890.0',    '1','1','9132.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008162.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096426.0','1044454.0','1',    '1','1','6092.0',    '1','1','6092.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008163.0','1018887.0','1',    '1','1','19512.73',    '1','1','11783.2',    '1','1','7729.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096427.0','1044454.0','1',    '1','1','17733.94',    '1','1','3736.0',    '1','1','13997.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008164.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096428.0','1044454.0','2',    '2','1','4688.9',    '2','1','4358.0',    '2','1','330.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008165.0','1018887.0','20',    '17','11','60067.74',    '17','11','50862.2',    '8','1','9205.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096429.0','1044454.0','1',    '1','1','3156.0',    '1','1','3156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008166.0','1018887.0','17',    '16','12','82960.66',    '16','12','58159.0',    '13','5','24801.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096430.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008167.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096431.0','1044454.0','13276',    '12223','9784','50389868.97',    '11995','9750','44839245.94',    '5746','1344','5550623.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008168.0','1018887.0','7',    '7','6','36361.51',    '7','6','25970.0',    '5','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096432.0','1044454.0','23',    '20','13','52347.68',    '20','13','46411.4',    '15','1','5936.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008169.0','1018887.0','1',    '1','1','6166.0',    '1','1','6166.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096433.0','1044454.0','6',    '6','4','8000.0',    '6','4','8000.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008170.0','1018887.0','7',    '7','7','16358.0',    '7','7','16358.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096434.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008171.0','1018887.0','1',    '1','1','17646.51',    '1','1','5738.0',    '1','1','11908.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096435.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008172.0','1018887.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096436.0','1044454.0','1',    '1','1','1156.0',    '1','1','1156.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008173.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096437.0','1044454.0','5',    '5','4','49127.25',    '5','4','30186.6',    '5','2','18940.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008174.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096438.0','1044454.0','1',    '1','1','15882.51',    '1','1','4358.0',    '1','1','11524.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008175.0','1018887.0','43106',    '41401','32165','418423344.64',    '40938','31884','252376986.55',    '30184','17725','166046358.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096439.0','1044454.0','14609',    '14166','11160','126997290.99',    '13994','11069','86199232.13',    '9058','4572','40798058.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008176.0','1018887.0','46',    '36','28','140952.7',    '34','27','98951.0',    '17','4','42001.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096440.0','1044454.0','13',    '12','11','31671.88',    '12','11','29074.0',    '3','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008177.0','1018887.0','5',    '5','5','46699.0',    '5','5','36316.74',    '2','1','10382.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096441.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008178.0','1018887.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096442.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008179.0','1018887.0','1',    '1','1','18860.85',    '1','1','15038.0',    '1','1','3822.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096443.0','1044454.0','1',    '1','1','14851.93',    '1','1','6162.0',    '1','1','8689.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008180.0','1018887.0','1',    '1','1','6599.0',    '1','1','6599.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096444.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008181.0','1018887.0','1',    '1','1','19978.57',    '1','1','5879.0',    '1','1','14099.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096445.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008182.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096446.0','1044454.0','5407',    '5075','3909','36712712.08',    '4965','3875','21574612.23',    '3377','1823','15138099.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008183.0','1018887.0','1',    '1','1','10639.88',    '1','1','8042.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096447.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008184.0','1018887.0','1',    '1','1','6195.29',    '1','1','4358.0',    '1','1','1837.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096448.0','1044454.0','3',    '3','3','14092.0',    '3','3','10092.0',    '3','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008185.0','1018887.0','69',    '65','51','268246.17',    '64','50','231255.0',    '37','12','36991.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096449.0','1044454.0','2',    '2','2','5028.0',    '2','2','5028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008186.0','1018887.0','7',    '6','2','4358.0',    '6','2','4358.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096450.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008187.0','1018887.0','9',    '9','6','57278.96',    '9','5','34412.0',    '9','4','22866.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096451.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008188.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096452.0','1044454.0','13',    '9','6','19432.0',    '9','6','19432.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008189.0','1018887.0','2',    '2','2','15029.85',    '2','2','5156.0',    '1','1','9873.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096453.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008190.0','1018887.0','3',    '3','3','11074.0',    '3','3','11074.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096454.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008191.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096455.0','1044454.0','19',    '19','9','56886.75',    '18','9','41452.0',    '11','2','15434.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008192.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096456.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008193.0','1018887.0','1',    '1','1','4818.0',    '1','1','4818.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096457.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008194.0','1018887.0','2',    '1','1','6092.0',    '1','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096458.0','1044454.0','5',    '5','4','35415.16',    '5','4','30219.4',    '3','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008195.0','1018887.0','2',    '2','2','6716.1',    '2','2','5710.0',    '2','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096459.0','1044454.0','3',    '3','2','5548.0',    '2','2','5548.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008196.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096460.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008197.0','1018887.0','6',    '5','3','15270.0',    '4','3','15270.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096461.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008198.0','1018887.0','1',    '1','1','8123.84',    '1','1','3565.0',    '1','1','4558.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096462.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008199.0','1018887.0','1',    '1','1','5019.4',    '1','0','0.0',    '1','1','5019.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096463.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008200.0','1018887.0','7',    '3','3','20003.81',    '3','3','8358.0',    '2','1','11645.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096464.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008201.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096465.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008202.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096466.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008203.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096467.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008204.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096468.0','1044454.0','2',    '2','1','4358.0',    '2','1','4358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008205.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096469.0','1044454.0','29177',    '27396','21764','187084223.15',    '26786','21589','127143088.86',    '16095','7334','59941134.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008206.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096470.0','1044454.0','1351',    '1219','975','4815151.25',    '1181','968','4014732.06',    '753','185','800419.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008207.0','1018887.0','1',    '1','1','14933.0',    '1','1','14933.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096471.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008208.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096472.0','1044454.0','1',    '1','1','5742.0',    '1','1','5742.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008209.0','1018887.0','1',    '1','1','3156.0',    '1','1','3156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096473.0','1044454.0','5',    '5','5','23878.0',    '5','5','23878.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008210.0','1018887.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096474.0','1044454.0','3',    '3','2','8716.0',    '3','2','8716.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008211.0','1018887.0','17',    '14','9','88130.62',    '13','8','50056.0',    '11','5','38074.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096475.0','1044454.0','27',    '26','18','149131.36',    '23','18','114235.55',    '20','5','34895.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008212.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096476.0','1044454.0','2',    '2','1','969.42',    '2','1','969.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008213.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096477.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008214.0','1018887.0','14',    '12','8','53352.0',    '12','8','38460.49',    '10','1','14891.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096478.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008215.0','1018887.0','6',    '6','4','62931.88',    '6','4','60946.0',    '4','1','1985.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096479.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008216.0','1018887.0','77',    '74','45','285856.04',    '72','45','214027.0',    '47','11','71829.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096480.0','1044454.0','10',    '6','4','23980.55',    '6','4','21382.67',    '5','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008217.0','1018887.0','11',    '10','7','37457.1',    '10','7','25929.0',    '6','1','11528.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096481.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008218.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096482.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008219.0','1018887.0','4',    '4','3','10716.0',    '4','3','10716.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096483.0','1044454.0','4',    '2','1','2358.0',    '2','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008220.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096484.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008221.0','1018887.0','9970',    '9525','7257','84126871.79',    '9398','7201','53145534.49',    '6185','3421','30981337.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096485.0','1044454.0','2',    '2','1','4358.0',    '2','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008222.0','1018887.0','7',    '7','5','27164.95',    '7','5','26387.9',    '5','1','777.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096486.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008223.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096487.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008224.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096488.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008225.0','1018887.0','1',    '1','1','7558.0',    '1','1','7558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096489.0','1044454.0','3',    '2','2','16362.37',    '2','2','8092.0',    '2','1','8270.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008226.0','1018887.0','21',    '21','15','136026.33',    '21','15','88737.0',    '15','9','47289.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096490.0','1044454.0','37',    '30','22','50426.0',    '30','22','50426.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008227.0','1018887.0','1',    '1','1','4936.0',    '1','1','4936.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096491.0','1044454.0','24',    '24','19','134970.44',    '24','19','106506.64',    '14','4','28463.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008228.0','1018887.0','1',    '1','1','3224.0',    '1','1','3224.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096492.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008229.0','1018887.0','6',    '5','4','29086.25',    '5','3','22056.0',    '5','2','7030.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096493.0','1044454.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008230.0','1018887.0','17294',    '16493','12941','78160794.38',    '16266','12820','66566720.87',    '8556','2853','11594073.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096494.0','1044454.0','19',    '19','11','34296.13',    '19','11','26441.0',    '10','1','7855.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008231.0','1018887.0','1',    '1','1','12234.0',    '1','1','12234.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096495.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008232.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096496.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008233.0','1018887.0','4',    '4','4','13351.0',    '4','4','13351.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096497.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008234.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096498.0','1044454.0','9082',    '8711','6792','66666333.53',    '8595','6714','42280876.87',    '6336','3528','24385456.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008235.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096499.0','1044454.0','91',    '62','46','190213.74',    '57','46','176122.04',    '16','3','14091.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008236.0','1018887.0','11',    '11','9','32172.75',    '11','9','29790.0',    '4','1','2382.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096500.0','1044454.0','10',    '8','5','14588.0',    '7','5','14588.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008237.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096501.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008238.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096502.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008239.0','1018887.0','3',    '3','2','12820.0',    '2','2','12820.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096503.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008240.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096504.0','1044454.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008241.0','1018887.0','15776',    '15114','12768','107399972.57',    '14997','12723','83836086.72',    '6636','2750','23563885.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096505.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008242.0','1018887.0','14',    '12','9','58481.71',    '11','9','54019.6',    '5','2','4462.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096506.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008243.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096507.0','1044454.0','2',    '2','2','12186.43',    '2','2','9796.0',    '1','1','2390.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008244.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096508.0','1044454.0','17',    '14','14','140668.08',    '14','14','106573.39',    '12','7','34094.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008245.0','1018887.0','1',    '1','1','17929.79',    '1','1','8131.0',    '1','1','9798.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096509.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008246.0','1018887.0','28213',    '26731','21690','161738513.2',    '26307','21567','117703032.65',    '14008','5992','44035480.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096510.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008247.0','1018887.0','4',    '4','3','8716.0',    '4','3','8716.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096511.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008248.0','1018887.0','1',    '1','1','4962.0',    '1','1','4962.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096512.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008249.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096513.0','1044454.0','6',    '6','5','36884.81',    '6','5','23253.0',    '4','2','13631.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008250.0','1018887.0','31538',    '30418','24165','312949427.63',    '30038','23937','194081513.74',    '21779','12576','118867913.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096514.0','1044454.0','11',    '9','5','36514.23',    '9','5','23506.0',    '6','1','13008.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008251.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096515.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008252.0','1018887.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096516.0','1044454.0','2',    '2','1','12611.64',    '2','1','4557.0',    '1','1','8054.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008253.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096517.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008254.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096518.0','1044454.0','3',    '3','1','4358.0',    '2','1','4358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008255.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096519.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008256.0','1018887.0','23',    '23','17','214695.21',    '23','16','119964.0',    '23','11','94731.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096520.0','1044454.0','2897',    '2776','2367','28900859.67',    '2755','2352','18503715.8',    '1691','1043','10397143.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008257.0','1018887.0','6',    '6','5','13838.7',    '6','4','13074.0',    '2','2','764.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096521.0','1044454.0','1',    '1','1','13080.21',    '1','1','3156.0',    '1','1','9924.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008258.0','1018887.0','2',    '2','2','6358.0',    '2','2','6358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096522.0','1044454.0','3',    '2','2','21080.76',    '2','2','15885.0',    '1','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008259.0','1018887.0','1',    '1','1','6271.0',    '1','1','4358.0',    '1','1','1913.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096523.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008260.0','1018887.0','4',    '4','4','45974.87',    '4','4','24425.0',    '4','2','21549.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096524.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008261.0','1018887.0','30',    '28','13','20525.42',    '28','11','18002.44',    '14','4','2522.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096525.0','1044454.0','34',    '32','16','34843.64',    '31','14','29401.16',    '20','6','5442.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008262.0','1018887.0','14',    '14','8','14999.09',    '14','6','11018.32',    '10','3','3980.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096526.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008263.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096527.0','1044454.0','1',    '1','1','2655.0',    '1','1','2655.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008264.0','1018887.0','6',    '6','6','61703.96',    '6','6','38356.0',    '4','2','23347.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096528.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096529.0','1044454.0','4',    '4','2','6716.0',    '4','2','6716.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008266.0','1018887.0','10',    '8','7','117262.84',    '8','7','69037.0',    '7','5','48225.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096530.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008267.0','1018887.0','2',    '2','2','44561.59',    '2','2','17966.0',    '2','2','26595.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096531.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008268.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096532.0','1044454.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008269.0','1018887.0','1192',    '1158','958','10888831.81',    '1143','950','7025556.02',    '765','427','3863275.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096533.0','1044454.0','2',    '2','1','2358.0',    '2','1','2358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008270.0','1018887.0','1',    '1','1','14625.14',    '1','1','6092.0',    '1','1','8533.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096534.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008271.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096535.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008272.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096536.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008273.0','1018887.0','1',    '1','1','13606.59',    '1','1','11237.94',    '1','1','2368.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096537.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008274.0','1018887.0','5',    '5','4','4746.25',    '5','4','4746.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096538.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008275.0','1018887.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096539.0','1044454.0','851',    '792','655','8832913.87',    '788','653','5624709.44',    '519','332','3208204.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008276.0','1018887.0','9',    '8','4','24424.0',    '8','4','24424.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096540.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008277.0','1018887.0','7',    '6','6','52743.32',    '6','6','23728.0',    '4','4','29015.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096541.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008278.0','1018887.0','1',    '1','1','26182.63',    '1','1','16592.0',    '1','1','9590.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096542.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008279.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096543.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008280.0','1018887.0','1',    '1','1','19315.91',    '1','1','9558.0',    '1','1','9757.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096544.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008281.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096545.0','1044454.0','1',    '1','1','18396.97',    '1','1','6767.0',    '1','1','11629.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008282.0','1018887.0','1',    '1','1','6547.76',    '1','1','1352.0',    '1','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096546.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008283.0','1018887.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096547.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008284.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096548.0','1044454.0','3',    '2','1','26200.0',    '2','1','16049.0',    '1','1','10151.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008285.0','1018887.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096549.0','1044454.0','6',    '5','2','10786.58',    '3','1','4358.0',    '4','2','6428.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008286.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096550.0','1044454.0','925',    '874','712','9884695.05',    '866','710','6300424.73',    '569','370','3584270.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008287.0','1018887.0','1',    '1','1','18908.0',    '1','1','18908.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096551.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008288.0','1018887.0','9',    '9','8','52232.07',    '9','8','42767.0',    '4','3','9465.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096552.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008289.0','1018887.0','4',    '4','3','6000.0',    '4','3','6000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096553.0','1044454.0','1',    '1','1','16592.0',    '1','1','16592.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008290.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096554.0','1044454.0','1',    '1','1','25464.54',    '1','1','14234.0',    '1','1','11230.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008291.0','1018887.0','2',    '2','1','13247.72',    '2','1','3156.0',    '1','1','10091.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096555.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008292.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096556.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008293.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096557.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008294.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096558.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008295.0','1018887.0','2',    '2','2','13526.0',    '2','2','13526.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096559.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008296.0','1018887.0','50',    '50','32','223711.4',    '50','32','142828.79',    '26','10','80882.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096560.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008297.0','1018887.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096561.0','1044454.0','2',    '1','1','3891.0',    '1','1','3891.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008298.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096562.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008299.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096563.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008300.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096564.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008301.0','1018887.0','2',    '2','2','3514.0',    '2','2','3514.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096565.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008302.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096566.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008303.0','1018887.0','1',    '1','1','9940.1',    '1','1','8934.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096567.0','1044454.0','2626',    '2510','2114','28370818.67',    '2481','2100','17449791.21',    '1706','1090','10921027.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008304.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096568.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008305.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096569.0','1044454.0','1',    '1','1','513.7',    '1','1','513.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008306.0','1018887.0','1',    '1','1','6044.29',    '1','1','6044.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096570.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008307.0','1018887.0','161',    '148','44','85961.67',    '143','39','76484.84',    '96','14','9476.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096571.0','1044454.0','28',    '28','18','62500.64',    '28','18','54707.0',    '16','2','7793.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008308.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096572.0','1044454.0','10',    '10','6','19074.0',    '10','6','19074.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008309.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096573.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008310.0','1018887.0','1',    '1','1','4858.0',    '1','1','4358.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096574.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008311.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096575.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008312.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096576.0','1044454.0','98',    '92','35','64645.76',    '83','26','55328.41',    '57','13','9317.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008313.0','1018887.0','1',    '1','1','28081.23',    '1','1','16752.0',    '1','1','11329.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096577.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096578.0','1044454.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008315.0','1018887.0','1',    '1','1','4092.0',    '1','1','4092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096579.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008316.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096580.0','1044454.0','5',    '5','4','35608.0',    '4','4','35608.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008317.0','1018887.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096581.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008318.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096582.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008319.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096583.0','1044454.0','12',    '12','9','91764.46',    '12','9','54536.0',    '8','5','37228.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008320.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096584.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008321.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096585.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008322.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096586.0','1044454.0','1',    '1','1','25357.85',    '1','1','14858.0',    '1','1','10499.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008323.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096587.0','1044454.0','1',    '1','1','14234.0',    '1','1','14234.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008324.0','1018887.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096588.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008325.0','1018887.0','1',    '1','1','3560.0',    '1','1','3560.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096589.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008326.0','1018887.0','5',    '5','5','38533.02',    '5','5','38533.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096590.0','1044454.0','2',    '2','2','27600.0',    '2','2','16858.0',    '1','1','10742.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008327.0','1018887.0','1',    '1','1','13462.0',    '1','1','8962.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096591.0','1044454.0','1',    '1','1','14858.0',    '1','1','14858.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008328.0','1018887.0','1',    '1','1','86.86',    '1','1','86.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096592.0','1044454.0','7',    '7','6','125010.37',    '7','6','88438.0',    '5','3','36572.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008329.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096593.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008330.0','1018887.0','7494',    '7035','5656','27226924.79',    '6931','5583','24475985.75',    '3160','1013','2750939.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096594.0','1044454.0','181',    '162','65','149368.71',    '151','54','107164.15',    '112','25','42204.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008331.0','1018887.0','1',    '1','1','23660.88',    '1','1','17063.0',    '1','1','6597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096595.0','1044454.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005405.0','1018887.0','1',    '1','1','6331.92',    '1','1','4358.0',    '1','1','1973.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093669.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005596.0','1018887.0','2',    '2','2','10744.0',    '2','2','10744.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093860.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005615.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093879.0','1044454.0','1',    '1','1','5762.0',    '1','1','5762.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008332.0','1018887.0','522',    '465','377','4444354.24',    '456','371','2869566.5',    '288','166','1574787.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096596.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008333.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096597.0','1044454.0','188',    '172','99','275922.28',    '166','90','211921.56',    '114','36','64000.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008334.0','1018887.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096598.0','1044454.0','18',    '15','7','9128.09',    '13','5','6624.0',    '8','4','2504.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008335.0','1018887.0','10',    '10','9','34429.79',    '10','9','34429.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096599.0','1044454.0','13736',    '13028','10373','96903915.7',    '12840','10284','64636852.1',    '8177','4263','32267063.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005437.0','1018887.0','8',    '4','3','8358.0',    '4','3','8358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093701.0','1044454.0','9',    '7','3','33513.08',    '7','3','22618.57',    '4','2','10894.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008336.0','1018887.0','1',    '1','1','6883.4',    '1','1','6092.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096600.0','1044454.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005487.0','1018887.0','5',    '5','1','2358.0',    '4','1','2358.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093751.0','1044454.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005548.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093812.0','1044454.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005438.0','1018887.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093702.0','1044454.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008337.0','1018887.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096601.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008338.0','1018887.0','2',    '2','1','4358.0',    '2','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096602.0','1044454.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008339.0','1018888.0','1',    '1','1','10961.76',    '1','1','3028.0',    '1','1','7933.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096603.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008340.0','1018888.0','9',    '7','2','2564.13',    '7','2','2564.13',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096604.0','1044455.0','2',    '2','2','12727.42',    '2','2','9296.67',    '1','1','3430.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005811.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094075.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008341.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096605.0','1044455.0','1',    '1','1','4143.0',    '1','1','4143.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008342.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096606.0','1044455.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005610.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093874.0','1044455.0','46',    '37','23','49131.23',    '37','18','37764.27',    '24','11','11366.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008343.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096607.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005454.0','1018888.0','3',    '3','3','59209.44',    '3','3','25308.0',    '3','3','33901.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093718.0','1044455.0','34076',    '32811','26507','320703091.61',    '32404','26293','205735454.14',    '21638','12043','114967637.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005530.0','1018888.0','1',    '1','1','6143.0',    '1','1','6143.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093794.0','1044455.0','7',    '6','2','13100.13',    '6','2','3156.0',    '2','1','9944.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008344.0','1018888.0','1',    '1','1','10997.59',    '1','1','1156.0',    '1','1','9841.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096608.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008345.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096609.0','1044455.0','1',    '1','1','11743.51',    '1','1','1352.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008346.0','1018888.0','1',    '1','1','26200.0',    '1','1','12162.0',    '1','1','14038.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096610.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008347.0','1018888.0','26',    '21','15','100604.17',    '21','15','75762.91',    '10','3','24841.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096611.0','1044455.0','1',    '1','1','5813.06',    '1','1','5813.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008348.0','1018888.0','3',    '2','1','7382.36',    '2','1','4358.0',    '1','1','3024.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096612.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005372.0','1018888.0','1',    '1','1','10256.07',    '1','1','6128.0',    '1','1','4128.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093636.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005477.0','1018888.0','56',    '53','18','27070.21',    '49','9','18797.38',    '30','11','8272.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093741.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005522.0','1018888.0','1',    '1','1','15019.13',    '1','1','4299.0',    '1','1','10720.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093786.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008349.0','1018888.0','15',    '13','8','79222.67',    '13','8','48827.94',    '10','3','30394.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096613.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008350.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096614.0','1044455.0','6',    '6','2','6744.0',    '6','2','6744.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008351.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096615.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005648.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093912.0','1044455.0','6',    '6','5','16588.07',    '6','5','16588.07',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008352.0','1018888.0','1',    '1','1','7586.0',    '1','1','7586.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096616.0','1044455.0','4',    '3','2','13967.41',    '3','2','8716.0',    '1','1','5251.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008353.0','1018888.0','2',    '2','2','6358.0',    '2','2','6358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096617.0','1044455.0','1',    '1','1','12444.67',    '1','1','6440.0',    '1','1','6004.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005607.0','1018888.0','22673',    '21920','17392','224622253.6',    '21661','17288','141822229.36',    '15410','8914','82800024.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093871.0','1044455.0','1',    '1','1','14858.0',    '1','1','14858.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008354.0','1018888.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096618.0','1044455.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005532.0','1018888.0','4',    '4','3','11037.39',    '4','3','11037.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093796.0','1044455.0','1',    '1','1','4028.0',    '1','1','4028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008355.0','1018888.0','3',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096619.0','1044455.0','1',    '1','1','13401.3',    '1','1','4358.0',    '1','1','9043.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008356.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096620.0','1044455.0','1',    '1','1','11377.76',    '1','1','6182.0',    '1','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008357.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096621.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008358.0','1018888.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096622.0','1044455.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008359.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096623.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005816.0','1018888.0','10',    '9','8','45188.1',    '9','8','44182.0',    '4','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094080.0','1044455.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005354.0','1018888.0','4',    '4','3','55759.99',    '4','3','22743.61',    '3','3','33016.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093618.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005668.0','1018888.0','2',    '2','1','7661.05',    '2','1','4358.0',    '2','1','3303.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093932.0','1044455.0','3',    '3','3','13074.0',    '3','3','13074.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008360.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096624.0','1044455.0','1',    '1','1','11583.62',    '1','1','1156.0',    '1','1','10427.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005422.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093686.0','1044455.0','3',    '3','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005505.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093769.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008361.0','1018888.0','460',    '430','365','5525884.16',    '428','363','3177713.47',    '322','229','2348170.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096625.0','1044455.0','5559',    '5371','4498','42136790.4',    '5316','4467','29248523.42',    '3030','1453','12888266.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008362.0','1018888.0','1',    '1','1','18889.53',    '1','1','8368.0',    '1','1','10521.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096626.0','1044455.0','1',    '1','1','19986.77',    '1','1','18736.77',    '1','1','1250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008363.0','1018888.0','75',    '63','30','78711.83',    '58','20','53567.81',    '45','20','25144.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096627.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008364.0','1018888.0','1099',    '980','417','851942.82',    '910','339','728985.85',    '624','128','122956.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096628.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008365.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096629.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005432.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093696.0','1044455.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008366.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096630.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008367.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096631.0','1044455.0','1',    '1','1','13339.73',    '1','1','3184.0',    '1','1','10155.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008368.0','1018888.0','4',    '4','4','48310.29',    '4','4','10866.0',    '3','3','37444.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096632.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008369.0','1018888.0','1',    '1','1','16777.51',    '1','1','6386.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096633.0','1044455.0','1',    '1','1','3624.0',    '1','1','3624.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005460.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093724.0','1044455.0','1',    '1','1','3451.88',    '1','1','854.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005494.0','1018888.0','17',    '17','16','174227.71',    '17','16','97971.2',    '12','10','76256.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093758.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008370.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096634.0','1044455.0','10',    '10','3','15919.84',    '9','3','10446.0',    '4','1','5473.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005497.0','1018888.0','8',    '7','7','113914.95',    '7','7','70785.0',    '5','4','43129.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093761.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2005554.0','1018888.0','2',    '2','1','23877.06',    '2','1','13485.55',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2093818.0','1044455.0','3',    '3','2','6358.0',    '3','2','6358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008371.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096635.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005628.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093892.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008372.0','1018888.0','1',    '1','1','4699.73',    '1','1','4358.0',    '1','1','341.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096636.0','1044455.0','6',    '5','4','38043.78',    '5','4','21849.16',    '5','4','16194.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008373.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096637.0','1044455.0','6',    '6','4','51441.92',    '6','3','31124.84',    '5','3','20317.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005587.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093851.0','1044455.0','2',    '2','2','14849.81',    '2','2','6694.0',    '1','1','8155.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008374.0','1018888.0','3',    '3','1','16777.51',    '3','1','6386.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096638.0','1044455.0','44',    '37','18','29100.68',    '35','15','21570.55',    '24','8','7530.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005459.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093723.0','1044455.0','5',    '5','4','8000.0',    '5','4','8000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008375.0','1018888.0','22',    '20','5','10384.19',    '18','4','8653.37',    '10','3','1730.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096639.0','1044455.0','1',    '1','1','12234.0',    '1','1','12234.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005576.0','1018888.0','1',    '1','1','7159.45',    '1','1','7159.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093840.0','1044455.0','1',    '1','1','25600.0',    '1','1','13104.0',    '1','1','12496.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008376.0','1018888.0','10',    '9','6','21488.9',    '9','6','21488.9',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096640.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005718.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093982.0','1044455.0','13',    '9','4','6791.4',    '8','3','6000.0',    '8','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008377.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096641.0','1044455.0','1',    '1','1','11196.32',    '1','1','3406.0',    '1','1','7790.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005699.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093963.0','1044455.0','5',    '5','3','30510.37',    '5','3','20686.0',    '4','1','9824.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005463.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093727.0','1044455.0','2',    '2','2','27954.0',    '2','2','19216.0',    '2','1','8738.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008378.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096642.0','1044455.0','1',    '1','1','19452.11',    '1','1','4704.0',    '1','1','14748.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008379.0','1018888.0','4',    '4','4','54726.71',    '4','4','45528.0',    '3','3','9198.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096643.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008380.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096644.0','1044455.0','1',    '1','1','3224.0',    '1','1','3224.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005593.0','1018888.0','6',    '6','3','22913.63',    '5','3','18489.0',    '5','1','4424.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093857.0','1044455.0','1',    '1','1','24466.0',    '1','1','14858.0',    '1','1','9608.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005625.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093889.0','1044455.0','67',    '55','18','40839.13',    '53','13','32009.83',    '34','9','8829.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005568.0','1018888.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093832.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005642.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093906.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008381.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096645.0','1044455.0','13',    '13','9','37507.58',    '13','9','34857.0',    '4','1','2650.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008382.0','1018888.0','3',    '3','2','7248.0',    '2','2','7248.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096646.0','1044455.0','4',    '4','4','43782.85',    '4','4','38432.0',    '1','1','5350.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005492.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093756.0','1044455.0','1',    '1','1','14528.0',    '1','1','14528.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005502.0','1018888.0','1',    '1','1','24185.18',    '1','1','9558.0',    '1','1','14627.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093766.0','1044455.0','1',    '1','1','6092.0',    '1','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008383.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096647.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005526.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093790.0','1044455.0','1',    '1','1','7462.0',    '1','1','6962.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008384.0','1018888.0','2',    '2','2','7593.0',    '2','2','7593.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096648.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008385.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096649.0','1044455.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005558.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093822.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005359.0','1018888.0','1',    '1','1','6089.0',    '1','1','6089.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093623.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008386.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096650.0','1044455.0','1',    '1','1','5364.1',    '1','1','4358.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005656.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093920.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008387.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096651.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008388.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096652.0','1044455.0','4',    '3','2','11128.0',    '3','2','11128.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008389.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096653.0','1044455.0','1',    '1','1','17059.51',    '1','1','6668.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008390.0','1018888.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096654.0','1044455.0','4',    '4','2','17291.44',    '3','2','12220.0',    '4','2','5071.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005566.0','1018888.0','1',    '1','1','5588.0',    '1','1','5588.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093830.0','1044455.0','1',    '1','1','6386.0',    '1','1','6386.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008391.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096655.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005644.0','1018888.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093908.0','1044455.0','1',    '1','1','15723.08',    '1','1','7031.0',    '1','1','8692.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005641.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093905.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005436.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093700.0','1044455.0','1',    '1','1','12196.34',    '1','1','5200.0',    '1','1','6996.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008392.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096656.0','1044455.0','1',    '1','1','9656.75',    '1','1','6092.0',    '1','1','3564.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008393.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096657.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005676.0','1018888.0','3',    '3','1','2000.0',    '3','1','2000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093940.0','1044455.0','1',    '1','1','7060.79',    '1','1','4358.0',    '1','1','2702.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008394.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096658.0','1044455.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008395.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096659.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008396.0','1018888.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096660.0','1044455.0','2',    '2','1','1156.0',    '2','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005627.0','1018888.0','2',    '2','2','32077.04',    '2','2','9892.0',    '2','2','22185.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093891.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008397.0','1018888.0','1',    '1','1','2890.0',    '1','1','2890.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096661.0','1044455.0','1',    '1','1','10208.0',    '1','1','10208.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008398.0','1018888.0','1',    '1','1','11822.6',    '1','1','7091.0',    '1','1','4731.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096662.0','1044455.0','25',    '24','23','324983.07',    '24','23','198606.67',    '21','17','126376.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008399.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096663.0','1044455.0','13',    '10','6','60078.68',    '8','6','38431.0',    '7','3','21647.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005730.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093994.0','1044455.0','2',    '2','2','6358.0',    '2','2','6358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005696.0','1018888.0','1',    '1','1','6941.0',    '1','1','6941.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093960.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008400.0','1018888.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096664.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005544.0','1018888.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093808.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008401.0','1018888.0','2',    '2','2','10754.65',    '2','2','8386.0',    '1','1','2368.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096665.0','1044455.0','1',    '1','1','3156.0',    '1','1','3156.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005639.0','1018888.0','1',    '1','1','7155.93',    '1','1','6386.0',    '1','1','769.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093903.0','1044455.0','4',    '4','3','29366.42',    '4','3','17066.0',    '4','1','12300.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008402.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096666.0','1044455.0','5',    '5','1','2358.0',    '5','1','2358.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008403.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096667.0','1044455.0','1',    '1','1','6143.0',    '1','1','6143.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005340.0','1018888.0','6',    '6','3','18208.38',    '6','3','9224.0',    '3','1','8984.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093604.0','1044455.0','678',    '641','444','1478451.26',    '615','393','1225474.3',    '391','201','252976.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005458.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093722.0','1044455.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005448.0','1018888.0','1',    '1','1','7418.88',    '1','1','1156.0',    '1','1','6262.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093712.0','1044455.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005549.0','1018888.0','2',    '2','1','4141.94',    '2','0','0.0',    '1','1','4141.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093813.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005450.0','1018888.0','1546',    '1419','890','2420605.72',    '1332','760','1969526.35',    '892','356','451079.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093714.0','1044455.0','3',    '3','2','21254.91',    '3','2','10072.0',    '3','2','11182.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001512.0',    '2008404.0','1018888.0','5523',    '5082','2943','6595105.85',    '4863','2553','5755094.27',    '2587','853','840011.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005905.0',    '2096668.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005620.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093884.0','1044455.0','15',    '15','8','103094.09',    '15','8','70052.0',    '10','4','33042.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005507.0','1018888.0','1',    '1','1','12384.0',    '1','1','12384.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093771.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008405.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096669.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005470.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093734.0','1044455.0','2',    '2','1','4358.0',    '2','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008406.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096670.0','1044455.0','1',    '1','1','21596.4',    '1','1','9688.26',    '1','1','11908.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005510.0','1018888.0','4',    '4','3','32396.31',    '4','3','17466.0',    '2','1','14930.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093774.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005485.0','1018888.0','1',    '1','1','16067.43',    '1','1','4358.0',    '1','1','11709.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093749.0','1044455.0','2',    '2','2','10967.5',    '2','2','7378.0',    '1','1','3589.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008407.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096671.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008408.0','1018888.0','1',    '1','1','3926.67',    '1','1','2890.0',    '1','1','1036.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096672.0','1044455.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005727.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093991.0','1044455.0','4',    '2','2','19042.6',    '2','2','8716.0',    '2','1','10326.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005592.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093856.0','1044455.0','20216',    '19569','16342','171626501.23',    '19435','16214','110749654.6',    '11834','6465','60876846.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008409.0','1018888.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096673.0','1044455.0','1',    '1','1','6092.0',    '1','1','6092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008410.0','1018888.0','3',    '3','3','6004.0',    '3','3','6004.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096674.0','1044455.0','1',    '1','1','17930.65',    '1','1','1352.0',    '1','1','16578.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008411.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096675.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005713.0','1018888.0','4',    '4','2','9722.1',    '4','2','8716.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093977.0','1044455.0','4594',    '4454','3725','47400094.25',    '4412','3692','29309671.5',    '3023','1901','18090422.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008412.0','1018888.0','1',    '1','1','24051.32',    '1','1','6386.0',    '1','1','17665.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096676.0','1044455.0','6767',    '6577','5407','68401497.11',    '6531','5361','42886616.94',    '4475','2746','25514880.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008413.0','1018888.0','4',    '4','2','8716.0',    '4','2','8716.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096677.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008414.0','1018888.0','2',    '2','2','18049.85',    '2','2','11276.0',    '1','1','6773.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096678.0','1044455.0','5',    '5','5','21960.0',    '5','5','21960.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008415.0','1018888.0','2',    '2','2','31119.84',    '2','2','14967.0',    '2','2','16152.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096679.0','1044455.0','1',    '1','1','26200.0',    '1','1','12841.28',    '1','1','13358.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008416.0','1018888.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096680.0','1044455.0','2',    '2','2','15848.08',    '2','2','7156.0',    '2','1','8692.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008417.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096681.0','1044455.0','6',    '6','5','40106.0',    '6','5','40106.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008418.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096682.0','1044455.0','2',    '2','1','1156.0',    '2','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008419.0','1018888.0','1',    '1','1','10654.14',    '1','1','4358.0',    '1','1','6296.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096683.0','1044455.0','2',    '2','2','25463.12',    '2','2','11536.0',    '2','1','13927.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008420.0','1018888.0','3',    '3','2','5149.4',    '2','1','4358.0',    '3','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096684.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005457.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093721.0','1044455.0','1',    '1','1','26200.0',    '1','1','10737.8',    '1','1','15462.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008421.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096685.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008422.0','1018888.0','2',    '1','1','5226.0',    '1','1','5226.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096686.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008423.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096687.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008424.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096688.0','1044455.0','1',    '1','1','13361.45',    '1','1','1156.0',    '1','1','12205.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005589.0','1018888.0','11',    '10','8','58493.02',    '10','8','37710.0',    '7','2','20783.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093853.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005654.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093918.0','1044455.0','1',    '1','1','20228.53',    '1','1','5710.0',    '1','1','14518.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008425.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096689.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005691.0','1018888.0','1821',    '1681','1038','2789750.26',    '1562','831','2276450.53',    '1120','462','513299.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093955.0','1044455.0','1',    '1','1','20283.71',    '1','1','9422.0',    '1','1','10861.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005743.0','1018888.0','1',    '1','1','4136.45',    '1','1','4136.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094007.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005472.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093736.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008426.0','1018888.0','1427',    '1285','721','1626873.69',    '1205','598','1399245.26',    '699','260','227628.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096690.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005712.0','1018888.0','3',    '3','1','4850.6',    '3','1','4850.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093976.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008427.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096691.0','1044455.0','1',    '1','1','13839.01',    '1','1','6092.0',    '1','1','7747.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008428.0','1018888.0','1',    '1','1','10394.89',    '1','1','5862.0',    '1','1','4532.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096692.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008429.0','1018888.0','1',    '1','1','1232.36',    '1','0','0.0',    '1','1','1232.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096693.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008430.0','1018888.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096694.0','1044455.0','6',    '6','5','16386.0',    '6','5','16386.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008431.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096695.0','1044455.0','1',    '1','1','6143.0',    '1','1','6143.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008432.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096696.0','1044455.0','341',    '315','202','599384.08',    '305','184','466308.29',    '180','65','133075.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005513.0','1018888.0','4',    '4','4','81819.38',    '4','4','45154.0',    '4','4','36665.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093777.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008433.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096697.0','1044455.0','1',    '1','1','12951.96',    '1','1','11168.32',    '1','1','1783.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008434.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096698.0','1044455.0','4788',    '4656','3914','37158066.86',    '4618','3886','26485619.28',    '2640','1293','10672447.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008435.0','1018888.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096699.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005529.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093793.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008436.0','1018888.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096700.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005669.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093933.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008437.0','1018888.0','2',    '2','2','14072.25',    '2','2','7697.0',    '2','2','6375.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096701.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008438.0','1018888.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096702.0','1044455.0','5089',    '4655','2815','6528673.99',    '4381','2337','5387179.17',    '2775','1148','1141494.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008439.0','1018888.0','3',    '3','3','43164.0',    '3','3','31492.0',    '2','1','11672.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096703.0','1044455.0','1',    '1','1','9228.0',    '1','1','9228.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008440.0','1018888.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096704.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005633.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093897.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008441.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096705.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005474.0','1018888.0','1117',    '1001','469','1254679.62',    '962','419','1028582.51',    '572','136','226097.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093738.0','1044455.0','51',    '42','18','27079.6',    '33','8','16000.0',    '31','14','11079.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008442.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096706.0','1044455.0','939',    '859','469','1353975.27',    '798','389','1079623.75',    '587','203','274351.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005736.0','1018888.0','1',    '1','1','3809.33',    '1','1','3017.93',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2094000.0','1044455.0','3',    '3','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008443.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096707.0','1044455.0','199',    '186','108','330326.56',    '175','97','277614.99',    '121','28','52711.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008444.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096708.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008445.0','1018888.0','1',    '1','1','4765.4',    '1','1','4765.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096709.0','1044455.0','17',    '17','5','14473.44',    '14','4','9887.48',    '10','2','4585.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008446.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096710.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008447.0','1018888.0','1',    '1','1','23530.34',    '1','1','1794.0',    '1','1','21736.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096711.0','1044455.0','1',    '1','1','3352.0',    '1','1','3352.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005657.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093921.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008448.0','1018888.0','49',    '44','35','181947.1',    '44','31','148089.77',    '32','23','33857.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096712.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008449.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096713.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008450.0','1018888.0','1',    '1','1','4028.0',    '1','1','4028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096714.0','1044455.0','753',    '673','381','1052377.11',    '634','331','849656.85',    '420','136','202720.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005659.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093923.0','1044455.0','5',    '5','3','21000.89',    '5','3','10386.0',    '3','1','10614.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008451.0','1018888.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096715.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008452.0','1018888.0','1',    '1','1','8345.36',    '1','1','4358.0',    '1','1','3987.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096716.0','1044455.0','412',    '390','286','993518.82',    '377','276','852386.58',    '271','101','141132.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005799.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2094063.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008453.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096717.0','1044455.0','1',    '1','1','6237.15',    '1','1','6237.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008454.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096718.0','1044455.0','1',    '1','1','4824.72',    '1','1','1352.0',    '1','1','3472.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008455.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096719.0','1044455.0','208',    '192','119','301382.93',    '172','87','235763.27',    '147','61','65619.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008456.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096720.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008457.0','1018888.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096721.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008458.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096722.0','1044455.0','1',    '1','1','1064.4',    '1','1','273.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008459.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096723.0','1044455.0','2',    '2','1','14234.0',    '2','1','14234.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008460.0','1018888.0','1',    '1','1','7405.31',    '1','1','3072.0',    '1','1','4333.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096724.0','1044455.0','2',    '2','1','12112.18',    '2','1','3672.0',    '2','1','8440.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008461.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096725.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005617.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093881.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008462.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096726.0','1044455.0','1',    '1','1','3970.1',    '1','1','3970.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005539.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093803.0','1044455.0','1',    '1','1','4858.0',    '1','1','4358.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008463.0','1018888.0','1356',    '1233','816','2720084.3',    '1163','744','2261891.99',    '806','278','458192.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096727.0','1044455.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005512.0','1018888.0','5',    '5','2','8069.54',    '4','2','5156.0',    '5','2','2913.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093776.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008464.0','1018888.0','8608',    '7846','5287','18894753.46',    '7403','4434','17123991.11',    '4887','2100','1770762.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096728.0','1044455.0','2',    '2','1','2592.16',    '2','1','2000.0',    '1','1','592.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005754.0','1018888.0','10',    '10','8','139982.85',    '10','8','64432.65',    '8','7','75550.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094018.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2005694.0','1018888.0','1',    '1','1','10275.15',    '1','1','1156.0',    '1','1','9119.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2093958.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008465.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096729.0','1044455.0','1',    '1','1','730.0',    '1','1','730.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008466.0','1018888.0','1',    '1','1','3368.0',    '1','1','3368.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096730.0','1044455.0','1',    '1','1','819.93',    '1','0','0.0',    '1','1','819.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008467.0','1018888.0','4',    '3','2','2791.4',    '3','1','2000.0',    '3','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096731.0','1044455.0','3',    '3','3','6000.0',    '3','3','6000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008468.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096732.0','1044455.0','3',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008469.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096733.0','1044455.0','3',    '3','2','8828.0',    '3','2','8828.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005618.0','1018888.0','3',    '3','2','6358.0',    '3','2','6358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093882.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008470.0','1018888.0','1',    '1','1','26200.0',    '1','1','15104.0',    '1','1','11096.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096734.0','1044455.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008471.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096735.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008472.0','1018888.0','1',    '1','1','4572.7',    '1','1','4358.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096736.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008473.0','1018888.0','1',    '1','1','3792.36',    '1','1','3792.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096737.0','1044455.0','3',    '3','3','13706.34',    '3','3','13635.1',    '3','1','71.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008474.0','1018888.0','1',    '1','1','3736.0',    '1','1','3736.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096738.0','1044455.0','6',    '5','2','5241.4',    '5','2','4450.0',    '4','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093890.0','1044455.0','22',    '21','16','48190.53',    '17','8','28888.15',    '19','11','19302.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008475.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096739.0','1044455.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008476.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096740.0','1044455.0','1',    '1','1','8750.0',    '1','1','8200.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008477.0','1018888.0','1',    '1','1','5184.0',    '1','1','5184.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096741.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005594.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093858.0','1044455.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008478.0','1018888.0','1',    '1','1','6028.58',    '1','1','2890.0',    '1','1','3138.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096742.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008479.0','1018888.0','1',    '1','1','4708.64',    '1','1','3352.0',    '1','1','1356.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096743.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008480.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096744.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005835.0','1018888.0','3',    '3','2','2880.0',    '3','2','2880.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094099.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008481.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096745.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008482.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096746.0','1044455.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008483.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096747.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008484.0','1018888.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096748.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2005804.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2094068.0','1044455.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008485.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096749.0','1044455.0','147',    '130','91','345125.19',    '124','85','314728.22',    '81','19','30396.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2005805.0','1018888.0','3',    '3','2','5149.4',    '3','1','4358.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2094069.0','1044455.0','2328',    '2232','1659','6341798.41',    '2144','1300','5305750.3',    '1724','976','1036048.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008486.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096750.0','1044455.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008487.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096751.0','1044455.0','2',    '2','2','5617.9',    '2','1','3734.0',    '2','2','1883.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008488.0','1018888.0','2',    '2','1','5909.0',    '2','1','5909.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096752.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008489.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096753.0','1044455.0','2',    '2','1','4358.0',    '2','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008490.0','1018888.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096754.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008491.0','1018888.0','16',    '16','13','72964.62',    '16','13','49203.0',    '9','3','23761.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096755.0','1044455.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008492.0','1018888.0','1',    '1','1','6143.0',    '1','1','6143.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096756.0','1044455.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008493.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096757.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008494.0','1018888.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096758.0','1044455.0','21',    '19','5','7248.14',    '14','4','5746.18',    '12','2','1501.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008495.0','1018888.0','2',    '1','1','9119.7',    '1','1','8092.0',    '1','1','1027.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096759.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008496.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096760.0','1044455.0','68',    '65','41','82053.02',    '63','31','69478.05',    '48','18','12574.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008497.0','1018888.0','3',    '3','3','4226.9',    '1','1','2000.0',    '3','3','2226.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096761.0','1044455.0','574',    '528','233','509732.74',    '506','185','428618.75',    '298','74','81113.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005649.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093913.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008498.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096762.0','1044455.0','22',    '21','12','51568.77',    '17','12','38178.86',    '18','2','13389.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008499.0','1018888.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096763.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008500.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096764.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008501.0','1018888.0','1',    '1','1','9325.46',    '1','1','8558.0',    '1','1','767.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096765.0','1044455.0','70',    '61','38','137675.79',    '60','34','109824.7',    '38','11','27851.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008502.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096766.0','1044455.0','37',    '37','31','138834.6',    '36','23','101275.72',    '32','19','37558.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008503.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096767.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008504.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096768.0','1044455.0','5',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008505.0','1018888.0','1',    '1','1','9945.88',    '1','1','7348.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096769.0','1044455.0','44',    '44','14','24015.02',    '39','13','22422.29',    '31','3','1592.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2005767.0','1018888.0','2',    '2','2','23208.63',    '2','2','10831.33',    '2','1','12377.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2094031.0','1044455.0','1',    '1','1','2819.4',    '1','1','2028.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008506.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096770.0','1044455.0','2',    '2','2','22767.33',    '2','2','15299.0',    '2','1','7468.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005807.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094071.0','1044455.0','3',    '2','2','2847.05',    '2','1','2312.0',    '2','1','535.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008507.0','1018888.0','1',    '1','1','4572.7',    '1','1','4358.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096771.0','1044455.0','1',    '1','1','13846.21',    '1','1','10168.0',    '1','1','3678.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008508.0','1018888.0','1959',    '1803','1045','2713824.04',    '1706','860','2209179.81',    '1298','441','504644.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096772.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008509.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096773.0','1044455.0','244',    '223','123','258305.25',    '202','87','199437.52',    '149','59','58867.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008510.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096774.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008511.0','1018888.0','11',    '10','6','22389.51',    '10','5','19864.0',    '6','3','2525.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096775.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008512.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096776.0','1044455.0','7',    '7','2','2535.05',    '6','1','2000.0',    '5','1','535.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008513.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096777.0','1044455.0','1',    '1','1','5200.31',    '1','1','4015.98',    '1','1','1184.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008514.0','1018888.0','2',    '2','2','1608.76',    '2','2','1608.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096778.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008515.0','1018888.0','1023',    '943','551','1984137.12',    '912','484','1529152.25',    '678','242','454984.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096779.0','1044455.0','2',    '2','2','14920.05',    '2','2','8242.0',    '1','1','6678.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008516.0','1018888.0','1',    '1','1','6903.53',    '1','1','1156.0',    '1','1','5747.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096780.0','1044455.0','14',    '11','4','10063.78',    '11','4','10063.78',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008517.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096781.0','1044455.0','37',    '33','17','40061.22',    '32','16','37481.27',    '24','2','2579.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008518.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096782.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008519.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096783.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008520.0','1018888.0','6237',    '5866','4313','15598097.04',    '5590','3381','13335877.42',    '4240','2242','2262219.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096784.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008521.0','1018888.0','3',    '3','3','12871.5',    '3','3','11074.0',    '2','2','1797.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096785.0','1044455.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005726.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093990.0','1044455.0','1',    '1','1','8342.0',    '1','1','8342.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008522.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096786.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008523.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096787.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008524.0','1018888.0','1',    '1','1','4820.0',    '1','1','4820.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096788.0','1044455.0','1',    '1','1','8396.47',    '1','1','6375.0',    '1','1','2021.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005824.0','1018888.0','2',    '2','2','8292.0',    '2','2','8292.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2094088.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008525.0','1018888.0','1',    '1','1','2592.16',    '1','1','2000.0',    '1','1','592.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096789.0','1044455.0','599',    '535','291','882724.9',    '507','258','697368.73',    '342','93','185356.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008526.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096790.0','1044455.0','1',    '1','1','12391.51',    '1','1','2000.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008527.0','1018888.0','1',    '1','1','1944.16',    '1','1','1352.0',    '1','1','592.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096791.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008528.0','1018888.0','1',    '1','1','2887.55',    '1','1','2887.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096792.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2005735.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2093999.0','1044455.0','29',    '28','10','45936.92',    '26','8','38202.7',    '20','5','7734.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008529.0','1018888.0','6',    '6','1','16679.91',    '5','1','1736.0',    '5','1','14943.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096793.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008530.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096794.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008531.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096795.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008532.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096796.0','1044455.0','3283',    '3086','2246','8337669.87',    '2967','1852','7280257.6',    '2059','1043','1057412.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2005560.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2093824.0','1044455.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008533.0','1018888.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096797.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008534.0','1018888.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096798.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008535.0','1018888.0','156',    '140','71','277940.19',    '137','68','229819.36',    '105','20','48120.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096799.0','1044455.0','1',    '1','1','214.7',    '0','0','0.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2005537.0','1018888.0','1605',    '1400','613','1535549.94',    '1308','541','1335301.6',    '787','154','200248.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2093801.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008536.0','1018888.0','1',    '1','1','4916.55',    '1','1','4358.0',    '1','1','558.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096800.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005486.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093750.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008537.0','1018888.0','1',    '1','1','761.91',    '1','0','0.0',    '1','1','761.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096801.0','1044455.0','1',    '1','1','11373.63',    '1','1','2358.0',    '1','1','9015.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008538.0','1018888.0','11097',    '10391','7481','29134380.75',    '9985','6545','25922918.27',    '6230','2855','3211462.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096802.0','1044455.0','1',    '1','1','2952.0',    '1','1','2952.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008539.0','1018888.0','1',    '1','1','6033.16',    '1','1','1156.0',    '1','1','4877.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096803.0','1044455.0','1',    '1','1','11292.0',    '1','1','11292.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008540.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096804.0','1044455.0','89',    '86','45','128075.85',    '82','37','94723.27',    '53','16','33352.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008541.0','1018888.0','3327',    '3054','2102','7458819.72',    '2844','1678','6474999.74',    '2026','950','983819.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096805.0','1044455.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008542.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096806.0','1044455.0','4',    '4','3','35993.83',    '4','3','26399.0',    '2','1','9594.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008543.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096807.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008544.0','1018888.0','4',    '4','3','9566.0',    '4','3','9566.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096808.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2005653.0','1018888.0','1',    '1','1','13259.51',    '1','1','2868.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2093917.0','1044455.0','4',    '4','2','25842.23',    '4','2','10147.0',    '2','1','15695.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008545.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096809.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2005569.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2093833.0','1044455.0','312',    '284','149','327185.77',    '253','108','248405.99',    '202','78','78779.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008546.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096810.0','1044455.0','1',    '1','1','2912.0',    '1','1','2912.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008547.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096811.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008548.0','1018888.0','1350',    '1251','808','2833500.99',    '1202','728','2184612.66',    '805','365','648888.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096812.0','1044455.0','1',    '1','1','9699.0',    '1','1','9699.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008549.0','1018888.0','1',    '1','1','2890.0',    '1','1','2890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096813.0','1044455.0','5',    '5','5','29120.98',    '5','5','21177.0',    '3','2','7943.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008550.0','1018888.0','1',    '1','1','24275.51',    '1','1','13884.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096814.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008551.0','1018888.0','8',    '7','1','293.24',    '6','1','293.24',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096815.0','1044455.0','3',    '3','2','8986.76',    '3','2','8986.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008552.0','1018888.0','2',    '2','1','2941.0',    '2','1','2941.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096816.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008553.0','1018888.0','3',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096817.0','1044455.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008554.0','1018888.0','3',    '3','3','32350.76',    '3','3','14773.8',    '3','2','17576.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096818.0','1044455.0','1',    '1','1','1546.63',    '1','1','755.23',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008555.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096819.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008556.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096820.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008557.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096821.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008558.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096822.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008559.0','1018888.0','1',    '1','1','12696.0',    '1','1','12696.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096823.0','1044455.0','762',    '679','414','1097157.11',    '629','350','897635.13',    '440','162','199521.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008560.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096824.0','1044455.0','4',    '4','3','8020.16',    '4','3','5156.0',    '2','1','2864.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008561.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096825.0','1044455.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005677.0','1018888.0','3',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093941.0','1044455.0','3068',    '2767','1427','4613369.6',    '2610','1216','3637120.68',    '1762','552','976248.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008562.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096826.0','1044455.0','8',    '7','2','5523.76',    '7','2','5523.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008563.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096827.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008564.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096828.0','1044455.0','1',    '1','1','12909.0',    '1','1','12909.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005501.0','1018888.0','2',    '2','1','5031.0',    '2','1','5031.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093765.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008565.0','1018888.0','2',    '2','2','18777.91',    '2','2','16636.0',    '2','2','2141.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096829.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005698.0','1018888.0','5',    '5','3','6000.0',    '5','3','6000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093962.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008566.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096830.0','1044455.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005523.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093787.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008567.0','1018888.0','3',    '3','3','13652.0',    '3','3','13652.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096831.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008568.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096832.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2005572.0','1018888.0','5',    '5','5','29620.0',    '5','5','25827.0',    '2','2','3793.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2093836.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005602.0','1018888.0','1',    '1','1','1156.0',    '1','1','1156.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093866.0','1044455.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2005669.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2093933.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008569.0','1018888.0','25',    '25','16','91751.77',    '22','14','76989.07',    '22','10','14762.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096833.0','1044455.0','1',    '1','1','3372.0',    '1','1','3372.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005635.0','1018888.0','2',    '2','2','2074.0',    '2','2','1574.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093899.0','1044455.0','1',    '1','1','4028.0',    '1','1','4028.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008570.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096834.0','1044455.0','3',    '3','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008571.0','1018888.0','13509',    '12255','6090','14883747.93',    '11713','5118','12579006.51',    '6702','1892','2304741.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096835.0','1044455.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008572.0','1018888.0','3',    '3','2','4000.0',    '3','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096836.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005812.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094076.0','1044455.0','1',    '1','1','2402.42',    '1','1','2000.0',    '1','1','402.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008573.0','1018888.0','1',    '1','1','2314.52',    '1','1','2314.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096837.0','1044455.0','6',    '6','5','28605.73',    '6','5','22017.0',    '3','2','6588.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005814.0','1018888.0','38',    '32','13','55582.4',    '30','13','47180.82',    '24','5','8401.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094078.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008574.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096838.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008575.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096839.0','1044455.0','1',    '1','1','1736.0',    '1','1','1736.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008576.0','1018888.0','2',    '2','2','11734.86',    '2','2','7923.0',    '2','1','3811.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096840.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008577.0','1018888.0','1',    '1','1','3615.0',    '1','1','3565.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096841.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008578.0','1018888.0','208',    '187','58','195641.5',    '177','43','130852.3',    '114','31','64789.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096842.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008579.0','1018888.0','3',    '3','2','9248.0',    '3','2','9248.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096843.0','1044455.0','2',    '2','1','17557.87',    '2','1','9918.0',    '2','1','7639.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008580.0','1018888.0','6',    '6','5','42141.08',    '6','3','38288.0',    '5','3','3853.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096844.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008581.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096845.0','1044455.0','3',    '3','1','1389.0',    '3','1','1389.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008582.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096846.0','1044455.0','6',    '5','2','4000.0',    '5','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2005564.0','1018888.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2093828.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005665.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093929.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005679.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093943.0','1044455.0','7',    '7','4','20581.76',    '7','4','15386.0',    '6','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008583.0','1018888.0','5822',    '5544','4122','17790525.49',    '5367','3482','15097611.6',    '3882','1965','2692913.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096847.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005475.0','1018888.0','1',    '1','1','4994.76',    '1','1','4358.0',    '1','1','636.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093739.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008584.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096848.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008585.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096849.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005714.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093978.0','1044455.0','3',    '3','3','18307.51',    '3','2','7032.0',    '3','2','11275.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005837.0','1018888.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094101.0','1044455.0','2',    '2','2','9658.07',    '2','2','8866.67',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005800.0','1018888.0','1',    '1','1','1200.0',    '1','0','0.0',    '1','1','1200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094064.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005725.0','1018888.0','17',    '16','7','33892.02',    '16','7','33338.4',    '8','1','553.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093989.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008586.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096850.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008587.0','1018888.0','3318',    '3136','2316','8461138.47',    '2933','1750','7097855.38',    '2380','1339','1363283.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096851.0','1044455.0','1',    '1','1','11858.0',    '1','1','4358.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008588.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096852.0','1044455.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008589.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096853.0','1044455.0','1',    '1','1','5514.0',    '1','1','5514.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008590.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096854.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005717.0','1018888.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093981.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008591.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096855.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008592.0','1018888.0','1',    '1','1','6860.0',    '1','1','6860.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096856.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005715.0','1018888.0','1',    '1','1','214.7',    '1','0','0.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093979.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008593.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096857.0','1044455.0','1',    '1','1','4067.7',    '1','1','2578.0',    '1','1','1489.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008594.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096858.0','1044455.0','3',    '3','1','2000.0',    '3','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008595.0','1018888.0','1',    '1','1','2592.16',    '1','1','2000.0',    '1','1','592.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096859.0','1044455.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008596.0','1018888.0','6',    '3','1','1797.19',    '3','1','1797.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096860.0','1044455.0','106',    '99','60','91238.38',    '82','33','64453.53',    '84','34','26784.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008597.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096861.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008598.0','1018888.0','599',    '526','221','493712.35',    '486','197','425727.19',    '328','60','67985.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096862.0','1044455.0','1',    '1','1','16837.43',    '1','1','5552.0',    '1','1','11285.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008599.0','1018888.0','2',    '2','1','260.9',    '2','0','0.0',    '2','1','260.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096863.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008600.0','1018888.0','36',    '32','16','35047.65',    '27','15','33464.85',    '20','2','1582.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096864.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008601.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096865.0','1044455.0','6',    '6','5','16331.58',    '6','5','14039.02',    '6','2','2292.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008602.0','1018888.0','92',    '86','39','130939.38',    '81','31','91339.29',    '64','22','39600.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096866.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005553.0','1018888.0','163',    '153','77','250222.36',    '148','72','198945.88',    '85','23','51276.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093817.0','1044455.0','3',    '3','3','20101.51',    '3','3','9710.0',    '2','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008603.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096867.0','1044455.0','4',    '4','3','10767.0',    '4','3','10767.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005619.0','1018888.0','1',    '1','1','5079.89',    '1','1','5079.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093883.0','1044455.0','2',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008604.0','1018888.0','9',    '9','7','102239.2',    '9','7','49559.24',    '7','5','52679.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096868.0','1044455.0','2',    '2','2','9134.93',    '2','2','4578.0',    '2','1','4556.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008605.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096869.0','1044455.0','3755',    '3463','2167','6401025.88',    '3362','1997','5386215.11',    '1901','621','1014810.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008606.0','1018888.0','5259',    '5014','3881','20686438.76',    '4854','3444','16161876.83',    '3589','2001','4524561.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096870.0','1044455.0','4',    '4','3','5700.27',    '4','3','5412.2',    '2','1','288.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008607.0','1018888.0','2',    '2','2','12922.5',    '2','2','11125.0',    '2','2','1797.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096871.0','1044455.0','1',    '1','1','25270.11',    '1','1','14878.6',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008608.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096872.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005443.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093707.0','1044455.0','2494',    '2281','1164','2454863.94',    '2102','867','2002281.59',    '1481','487','452582.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008609.0','1018888.0','1',    '1','1','12234.0',    '1','1','12234.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096873.0','1044455.0','1',    '1','1','11394.0',    '1','1','11394.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005599.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2093863.0','1044455.0','4',    '4','3','7876.2',    '3','3','5736.0',    '3','1','2140.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005689.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2093953.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2005781.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2094045.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005819.0','1018888.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094083.0','1044455.0','1017',    '918','403','1193354.99',    '877','362','970489.32',    '535','132','222865.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005802.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094066.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2005820.0','1018888.0','1',    '1','1','10566.99',    '1','1','5756.0',    '1','1','4810.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2094084.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008610.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096874.0','1044455.0','7',    '7','4','28451.51',    '7','4','18060.0',    '6','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008611.0','1018888.0','1',    '1','1','3894.39',    '1','1','2531.52',    '1','1','1362.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096875.0','1044455.0','3',    '3','2','6358.0',    '3','2','6358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008612.0','1018888.0','1',    '1','1','3352.0',    '1','1','3352.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096876.0','1044455.0','3',    '3','2','13552.0',    '3','2','13552.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008613.0','1018888.0','1',    '1','1','2890.0',    '1','1','2890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096877.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008614.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096878.0','1044455.0','2',    '2','2','7612.0',    '2','2','7612.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001529.0',    '2008615.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005906.0',    '2096879.0','1044455.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008616.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096880.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008617.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096881.0','1044455.0','2',    '2','2','7565.0',    '2','2','7565.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008618.0','1018888.0','2',    '2','1','4358.0',    '2','1','4358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096882.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008619.0','1018888.0','1',    '1','1','7725.4',    '1','1','6934.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096883.0','1044455.0','250',    '218','77','282986.52',    '206','69','202877.79',    '134','27','80108.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008620.0','1018888.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096884.0','1044455.0','261',    '227','104','248245.88',    '210','85','200556.94',    '153','39','47688.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008621.0','1018888.0','26',    '22','9','34806.4',    '19','9','33800.3',    '13','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096885.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008622.0','1018888.0','5',    '5','4','11745.0',    '5','4','11745.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096886.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008623.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096887.0','1044455.0','12761',    '11826','8052','28732301.02',    '11261','6589','25578382.99',    '7405','3265','3153918.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008624.0','1018888.0','2',    '2','1','6092.0',    '2','1','6092.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096888.0','1044455.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008625.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096889.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008626.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096890.0','1044455.0','7',    '7','5','38130.16',    '7','5','15918.0',    '2','2','22212.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008627.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096891.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008628.0','1018888.0','3',    '3','1','4358.0',    '3','1','4358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096892.0','1044455.0','2',    '2','2','15022.78',    '2','2','12708.0',    '2','1','2314.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008629.0','1018888.0','1',    '1','1','11581.76',    '1','1','6386.0',    '1','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096893.0','1044455.0','2',    '2','2','15693.34',    '2','2','8716.0',    '1','1','6977.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008630.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096894.0','1044455.0','1',    '1','1','5465.36',    '1','1','3894.04',    '1','1','1571.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008631.0','1018888.0','1',    '1','1','19556.8',    '1','1','16696.71',    '1','1','2860.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096895.0','1044455.0','1',    '1','1','4416.67',    '1','1','4028.0',    '1','1','388.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008632.0','1018888.0','1',    '1','1','2391.3',    '1','1','1385.2',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096896.0','1044455.0','2',    '2','2','19394.04',    '2','2','13594.75',    '1','1','5799.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008633.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096897.0','1044455.0','2',    '2','2','7149.4',    '2','2','6358.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008634.0','1018888.0','1',    '1','1','3168.22',    '1','1','2000.0',    '1','1','1168.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096898.0','1044455.0','2',    '2','2','29385.03',    '2','2','14256.0',    '1','1','15129.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008635.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096899.0','1044455.0','1',    '1','1','5149.4',    '1','1','4358.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008636.0','1018888.0','3',    '2','1','4358.0',    '2','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096900.0','1044455.0','1',    '1','1','24462.49',    '1','1','13730.0',    '1','1','10732.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008637.0','1018888.0','3',    '3','2','2546.25',    '3','1','2000.0',    '3','1','546.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096901.0','1044455.0','1',    '1','1','12234.0',    '1','1','12234.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008638.0','1018888.0','3',    '3','2','9098.38',    '3','2','8716.0',    '3','1','382.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096902.0','1044455.0','61',    '55','34','366161.49',    '51','34','212574.03',    '38','20','153587.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008639.0','1018888.0','11',    '11','9','23904.77',    '11','8','21529.99',    '9','3','2374.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096903.0','1044455.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008640.0','1018888.0','1',    '1','1','21261.43',    '1','1','13561.08',    '1','1','7700.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096904.0','1044455.0','1',    '1','1','5144.0',    '1','1','5144.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008641.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096905.0','1044455.0','2',    '2','2','5323.27',    '2','2','5323.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008642.0','1018888.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096906.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008643.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096907.0','1044455.0','10',    '9','8','10057.08',    '8','5','6690.22',    '7','4','3366.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008644.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096908.0','1044455.0','1',    '1','1','13620.04',    '1','1','5835.0',    '1','1','7785.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008645.0','1018888.0','1',    '1','1','9558.0',    '1','1','9558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096909.0','1044455.0','3',    '3','3','22222.1',    '3','3','21013.0',    '3','1','1209.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008646.0','1018888.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096910.0','1044455.0','1',    '1','1','2500.0',    '1','1','2000.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008647.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096911.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008648.0','1018888.0','2',    '2','1','15438.38',    '2','1','4890.0',    '2','1','10548.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096912.0','1044455.0','1',    '1','1','3230.0',    '1','1','3230.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008649.0','1018888.0','4850',    '4510','2930','7773114.43',    '4183','2332','6207275.35',    '3373','1363','1565839.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096913.0','1044455.0','1',    '1','1','214.7',    '1','0','0.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008650.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096914.0','1044455.0','1',    '1','1','2050.0',    '1','1','2050.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008651.0','1018888.0','1',    '1','1','7098.1',    '1','1','6092.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096915.0','1044455.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008652.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096916.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008653.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096917.0','1044455.0','502',    '464','276','812036.82',    '431','244','686328.84',    '329','100','125707.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008654.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096918.0','1044455.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008655.0','1018888.0','1',    '1','1','6892.64',    '1','1','6092.0',    '1','1','800.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096919.0','1044455.0','149',    '133','85','206162.47',    '118','59','164128.62',    '103','50','42033.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008656.0','1018888.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096920.0','1044455.0','1',    '1','1','2546.25',    '1','1','2000.0',    '1','1','546.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008657.0','1018888.0','1',    '1','1','342.56',    '1','0','0.0',    '1','1','342.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096921.0','1044455.0','1',    '1','1','5886.57',    '1','1','5594.51',    '1','1','292.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008658.0','1018888.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096922.0','1044455.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008659.0','1018889.0','17',    '16','9','60047.01',    '16','8','38794.75',    '8','3','21252.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096923.0','1044456.0','1',    '1','1','2044.0',    '1','1','2044.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008660.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096924.0','1044456.0','1',    '1','1','23807.65',    '1','1','12234.0',    '1','1','11573.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008661.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096925.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008662.0','1018889.0','66',    '58','30','169209.51',    '54','28','104502.93',    '38','8','64706.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096926.0','1044456.0','8549',    '7668','4273','9214517.98',    '6838','3087','7234671.37',    '5344','1952','1979846.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008663.0','1018889.0','1',    '1','1','6092.0',    '1','1','6092.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096927.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008664.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096928.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008665.0','1018889.0','1',    '1','1','9429.55',    '1','1','3230.0',    '1','1','6199.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096929.0','1044456.0','248',    '242','199','952923.62',    '238','170','789135.8',    '180','98','163787.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008666.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096930.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008667.0','1018889.0','14064',    '13503','10892','82216491.01',    '13308','10336','58564695.65',    '8629','4815','23651795.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096931.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008668.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096932.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008669.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096933.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008670.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096934.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008671.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096935.0','1044456.0','1',    '1','1','13467.0',    '1','1','13467.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008672.0','1018889.0','12',    '11','5','10782.6',    '11','3','8840.01',    '8','2','1942.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096936.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008673.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096937.0','1044456.0','1',    '1','1','1915.0',    '1','1','1915.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008674.0','1018889.0','7',    '6','5','33272.16',    '6','5','16356.0',    '4','1','16916.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096938.0','1044456.0','1',    '1','1','6672.12',    '1','1','2802.0',    '1','1','3870.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008675.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096939.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008676.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096940.0','1044456.0','106',    '98','68','161522.0',    '89','43','113062.33',    '73','49','48459.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008677.0','1018889.0','4',    '3','2','2791.4',    '3','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096941.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008678.0','1018889.0','3',    '3','3','9349.58',    '3','3','6068.0',    '3','2','3281.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096942.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008679.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096943.0','1044456.0','1969',    '1811','1158','2742456.54',    '1660','790','2059604.98',    '1347','684','682851.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008680.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096944.0','1044456.0','5',    '3','3','28242.36',    '3','3','18550.37',    '2','2','9691.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008681.0','1018889.0','2',    '2','1','3722.4',    '2','1','3722.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096945.0','1044456.0','4',    '4','3','4820.0',    '4','3','4820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008682.0','1018889.0','1',    '1','1','3318.0',    '1','1','3318.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096946.0','1044456.0','182',    '179','140','704869.37',    '177','125','584675.95',    '123','58','120193.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008683.0','1018889.0','1',    '1','1','26200.0',    '1','1','15971.39',    '1','1','10228.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096947.0','1044456.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008684.0','1018889.0','1',    '1','1','5588.0',    '1','1','5588.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096948.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008685.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096949.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008686.0','1018889.0','1',    '1','1','13139.95',    '1','1','5058.0',    '1','1','8081.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096950.0','1044456.0','8',    '8','4','6791.4',    '8','3','6000.0',    '5','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008687.0','1018889.0','1',    '1','1','11858.12',    '1','1','814.0',    '1','1','11044.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096951.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008688.0','1018889.0','38',    '33','17','45352.42',    '30','13','34170.09',    '23','6','11182.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096952.0','1044456.0','1',    '1','1','214.7',    '1','0','0.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008689.0','1018889.0','2',    '2','2','21061.52',    '2','2','7746.0',    '2','1','13315.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096953.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008690.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096954.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008691.0','1018889.0','1',    '1','1','2453.78',    '1','1','2239.08',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096955.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008692.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096956.0','1044456.0','8669',    '7770','4571','10295062.62',    '6856','3207','7819897.96',    '5623','2395','2475164.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008693.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096957.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008694.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096958.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008695.0','1018889.0','6936',    '6031','3248','7288267.84',    '5374','2482','5929990.59',    '4169','1386','1358277.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096959.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008696.0','1018889.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096960.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008697.0','1018889.0','1',    '1','1','1096.74',    '1','0','0.0',    '1','1','1096.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096961.0','1044456.0','20688',    '19674','15842','103714586.19',    '19407','15099','75480906.77',    '11993','5992','28233679.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008698.0','1018889.0','3',    '3','3','6000.0',    '3','3','6000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096962.0','1044456.0','11966',    '11342','8712','55929016.51',    '11133','8189','42264034.42',    '7209','3567','13664982.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008699.0','1018889.0','179',    '135','61','125347.16',    '111','58','119122.2',    '88','6','6224.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096963.0','1044456.0','1',    '1','1','5743.94',    '1','1','4952.54',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008700.0','1018889.0','3597',    '3338','2116','5441487.05',    '3045','1502','4036787.92',    '2511','1209','1404699.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096964.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008701.0','1018889.0','1',    '1','1','7182.73',    '1','1','6391.33',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096965.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008702.0','1018889.0','1',    '1','1','5564.0',    '1','1','5564.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096966.0','1044456.0','3527',    '3269','1936','5351865.82',    '3014','1440','4056741.84',    '2416','1009','1295123.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008703.0','1018889.0','1',    '1','1','786.08',    '1','0','0.0',    '1','1','786.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096967.0','1044456.0','4',    '4','4','17589.47',    '4','4','10050.0',    '3','1','7539.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008704.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096968.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008705.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096969.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008706.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096970.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008707.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096971.0','1044456.0','417',    '397','251','703086.65',    '381','221','592066.38',    '267','95','111020.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008708.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096972.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008709.0','1018889.0','2',    '2','2','2791.4',    '2','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096973.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008710.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096974.0','1044456.0','2',    '2','2','17669.08',    '2','2','6990.5',    '2','2','10678.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008711.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096975.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008712.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096976.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008713.0','1018889.0','83',    '73','54','214410.44',    '67','48','179011.28',    '54','23','35399.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096977.0','1044456.0','1',    '1','1','2214.7',    '1','1','2000.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008714.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096978.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008715.0','1018889.0','1',    '1','1','3796.4',    '1','1','820.0',    '1','1','2976.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096979.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008716.0','1018889.0','1',    '1','1','2546.09',    '1','1','2546.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096980.0','1044456.0','1',    '1','1','6383.0',    '1','1','6383.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008717.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096981.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008718.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096982.0','1044456.0','964',    '894','460','1540805.01',    '843','361','1188849.88',    '552','214','351955.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008719.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096983.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008720.0','1018889.0','5',    '4','2','4262.86',    '4','2','2820.0',    '4','1','1442.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096984.0','1044456.0','4',    '4','3','10213.6',    '4','2','8115.0',    '3','2','2098.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008721.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096985.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008722.0','1018889.0','2',    '2','2','6064.12',    '2','2','6064.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096986.0','1044456.0','2',    '2','1','791.4',    '2','0','0.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008723.0','1018889.0','199',    '196','117','354436.68',    '187','93','265697.03',    '154','53','88739.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096987.0','1044456.0','2',    '2','1','791.4',    '1','0','0.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008724.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096988.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008725.0','1018889.0','90',    '82','44','101568.18',    '73','35','87900.68',    '57','17','13667.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096989.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008726.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096990.0','1044456.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008727.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2096991.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008728.0','1018889.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096992.0','1044456.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008729.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096993.0','1044456.0','2',    '2','2','13341.24',    '2','2','7178.0',    '1','1','6163.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008730.0','1018889.0','1',    '1','1','4664.85',    '1','1','4050.0',    '1','1','614.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096994.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008731.0','1018889.0','16',    '15','7','10317.84',    '15','6','10202.37',    '9','1','115.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096995.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008732.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096996.0','1044456.0','3380',    '2939','1242','2520298.25',    '2684','885','2015717.07',    '1774','546','504581.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008733.0','1018889.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096997.0','1044456.0','2',    '2','2','24973.37',    '2','2','14227.0',    '1','1','10746.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008734.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2096998.0','1044456.0','1',    '1','1','451.87',    '1','1','451.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008735.0','1018889.0','2',    '2','2','4000.0',    '2','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2096999.0','1044456.0','11203',    '10669','7540','21794121.53',    '10370','6233','16637497.48',    '7811','3665','5156624.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008736.0','1018889.0','1145',    '1074','737','1993769.95',    '1021','512','1519065.46',    '872','448','474704.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097000.0','1044456.0','1',    '1','1','7682.5',    '1','1','4970.0',    '1','1','2712.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008737.0','1018889.0','3',    '3','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097001.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008738.0','1018889.0','2',    '2','1','3216.0',    '2','1','3216.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097002.0','1044456.0','32',    '26','14','39723.95',    '23','13','32658.82',    '17','6','7065.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008739.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097003.0','1044456.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008740.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097004.0','1044456.0','2586',    '2360','1297','3044078.29',    '2098','881','2352810.9',    '1709','681','691267.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008741.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097005.0','1044456.0','725',    '671','320','918119.18',    '646','297','819744.08',    '438','90','98375.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008742.0','1018889.0','1',    '1','1','761.92',    '0','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097006.0','1044456.0','1',    '1','1','4606.88',    '1','1','1326.0',    '1','1','3280.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008743.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097007.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008744.0','1018889.0','1',    '1','1','532.0',    '1','1','532.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097008.0','1044456.0','5',    '3','2','8465.04',    '3','2','8465.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008745.0','1018889.0','156',    '144','57','94802.04',    '131','47','76809.16',    '69','17','17992.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097009.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008746.0','1018889.0','2',    '2','1','10139.88',    '2','1','7542.0',    '2','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097010.0','1044456.0','3',    '3','2','9978.1',    '3','2','8972.0',    '2','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008747.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097011.0','1044456.0','29',    '27','11','22143.56',    '27','10','21352.16',    '18','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008748.0','1018889.0','2',    '2','2','7558.99',    '2','1','2000.0',    '1','1','5558.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097012.0','1044456.0','3',    '3','1','791.4',    '2','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008749.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097013.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008750.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097014.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008751.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097015.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008752.0','1018889.0','4',    '4','3','23188.7',    '4','3','10569.33',    '4','1','12619.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097016.0','1044456.0','1',    '1','1','6500.0',    '1','1','2000.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008753.0','1018889.0','676',    '625','362','835315.11',    '572','263','639072.83',    '444','183','196242.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097017.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008754.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097018.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008755.0','1018889.0','2',    '2','1','163.32',    '1','0','0.0',    '2','1','163.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097019.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008756.0','1018889.0','1',    '1','1','3764.12',    '1','1','3764.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097020.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008757.0','1018889.0','1',    '1','1','361.92',    '1','0','0.0',    '1','1','361.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097021.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008758.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097022.0','1044456.0','1',    '1','1','2497.69',    '1','1','1550.99',    '1','1','946.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008759.0','1018889.0','3',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097023.0','1044456.0','2',    '2','2','5664.0',    '2','2','5664.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008760.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097024.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008761.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097025.0','1044456.0','1',    '1','1','7312.83',    '1','1','7312.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008762.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097026.0','1044456.0','1',    '1','1','6421.0',    '1','1','6421.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008763.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097027.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008764.0','1018889.0','2',    '2','1','4358.0',    '2','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097028.0','1044456.0','13',    '11','10','20000.0',    '11','10','20000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008765.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097029.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008766.0','1018889.0','1',    '1','1','1010.0',    '1','1','1010.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097030.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008767.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097031.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008768.0','1018889.0','2',    '2','1','702.13',    '2','1','702.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097032.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008769.0','1018889.0','1',    '1','1','6834.08',    '1','1','4488.0',    '1','1','2346.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097033.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008770.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097034.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008771.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097035.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008772.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097036.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008773.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097037.0','1044456.0','3',    '2','2','17214.42',    '2','2','9200.0',    '2','1','8014.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008774.0','1018889.0','7',    '6','2','4499.82',    '6','2','4000.0',    '5','1','499.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097038.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008775.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097039.0','1044456.0','8',    '5','1','501.36',    '5','1','501.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008776.0','1018889.0','1628',    '1500','875','3116767.72',    '1443','724','2257210.54',    '962','387','859557.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097040.0','1044456.0','641',    '581','298','548095.28',    '499','159','395796.92',    '386','176','152298.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008777.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097041.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008778.0','1018889.0','1',    '1','1','6421.0',    '1','1','6421.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097042.0','1044456.0','1',    '1','1','16352.25',    '1','1','4358.0',    '1','1','11994.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008779.0','1018889.0','33',    '27','17','39891.6',    '25','15','36530.74',    '20','4','3360.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097043.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008780.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097044.0','1044456.0','1',    '1','1','1120.82',    '1','0','0.0',    '1','1','1120.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008781.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097045.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008782.0','1018889.0','31',    '30','14','44503.13',    '30','12','31029.71',    '16','5','13473.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097046.0','1044456.0','1',    '1','1','2066.96',    '1','1','2066.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008783.0','1018889.0','1505',    '1331','497','930763.62',    '1238','422','809613.84',    '810','123','121149.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097047.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008784.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097048.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008785.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097049.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008786.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097050.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008787.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097051.0','1044456.0','99',    '90','38','59930.96',    '85','28','51473.37',    '51','16','8457.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008788.0','1018889.0','31',    '25','15','32685.91',    '21','12','29431.52',    '18','5','3254.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097052.0','1044456.0','1',    '1','1','71.96',    '1','1','71.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008789.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097053.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008790.0','1018889.0','340',    '297','177','898748.12',    '286','160','544452.45',    '165','77','354295.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097054.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008791.0','1018889.0','1',    '1','1','214.7',    '1','0','0.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097055.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008792.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097056.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008793.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097057.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008794.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097058.0','1044456.0','4',    '3','2','7600.64',    '2','2','5190.3',    '3','1','2410.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008795.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097059.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008796.0','1018889.0','1',    '1','1','1078.5',    '1','1','1078.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097060.0','1044456.0','1',    '1','1','4542.5',    '1','1','4542.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008797.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097061.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008798.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097062.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008799.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097063.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008800.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097064.0','1044456.0','2',    '2','2','8401.39',    '2','2','8008.92',    '2','2','392.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008801.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097065.0','1044456.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008802.0','1018889.0','39',    '34','20','33940.67',    '28','11','24341.22',    '23','12','9599.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097066.0','1044456.0','4717',    '4054','1760','3574917.39',    '3576','1208','2807799.77',    '2515','780','767117.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008803.0','1018889.0','1',    '1','1','3165.09',    '1','1','3165.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097067.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008804.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097068.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008805.0','1018889.0','12',    '9','3','10348.24',    '7','3','9086.0',    '5','1','1262.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097069.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008806.0','1018889.0','1',    '1','1','24988.54',    '1','1','13744.0',    '1','1','11244.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097070.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008807.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097071.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008808.0','1018889.0','231',    '203','74','133824.45',    '190','65','125890.74',    '105','10','7933.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097072.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008809.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097073.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008810.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097074.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008811.0','1018889.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097075.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008812.0','1018889.0','1',    '1','1','21370.81',    '1','1','13763.0',    '1','1','7607.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097076.0','1044456.0','2',    '2','1','4358.0',    '2','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008813.0','1018889.0','1',    '1','1','14092.64',    '1','1','2820.0',    '1','1','11272.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097077.0','1044456.0','1',    '1','1','3510.66',    '1','1','2842.0',    '1','1','668.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008814.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097078.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008815.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097079.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008816.0','1018889.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097080.0','1044456.0','2',    '2','1','2206.71',    '2','1','2000.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008817.0','1018889.0','1',    '1','1','206.71',    '1','0','0.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097081.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008818.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097082.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008819.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097083.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008820.0','1018889.0','1',    '1','1','936.33',    '1','1','936.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097084.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008821.0','1018889.0','1',    '1','1','2820.0',    '1','1','2820.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097085.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008822.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097086.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008823.0','1018889.0','6067',    '5446','2703','7166540.67',    '5089','2183','5549941.75',    '3465','1074','1616598.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097087.0','1044456.0','1',    '1','1','11721.0',    '1','1','11721.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008824.0','1018889.0','1',    '1','1','4250.0',    '1','1','4250.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097088.0','1044456.0','1',    '1','1','2814.0',    '1','1','2814.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008825.0','1018889.0','11',    '10','2','4000.0',    '8','2','4000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097089.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008826.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097090.0','1044456.0','20',    '18','14','29940.78',    '17','11','25108.32',    '15','7','4832.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008827.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097091.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008828.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097092.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008829.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097093.0','1044456.0','426',    '375','192','452340.08',    '361','170','405914.3',    '246','54','46425.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008830.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097094.0','1044456.0','1',    '1','1','11476.95',    '1','1','3578.0',    '1','1','7898.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008831.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097095.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008832.0','1018889.0','3966',    '3240','1406','2854977.1',    '2858','1154','2344377.46',    '1872','469','510599.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097096.0','1044456.0','2',    '2','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008833.0','1018889.0','1',    '1','1','3318.2',    '1','1','3318.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097097.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008834.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097098.0','1044456.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008835.0','1018889.0','1',    '1','1','849.51',    '1','1','849.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097099.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008836.0','1018889.0','7786',    '7366','5140','14491047.75',    '6995','3821','10521290.45',    '5747','2972','3969757.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097100.0','1044456.0','2',    '2','2','27600.0',    '2','2','20033.31',    '1','1','7566.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008837.0','1018889.0','1',    '1','1','1978.51',    '1','1','1187.11',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097101.0','1044456.0','2',    '2','2','28181.72',    '2','2','10040.0',    '1','1','18141.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008838.0','1018889.0','1',    '1','1','2427.0',    '1','1','2427.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097102.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097103.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008840.0','1018889.0','1',    '1','1','13647.77',    '1','1','2884.0',    '1','1','10763.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097104.0','1044456.0','1',    '1','1','4503.82',    '1','1','4503.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008841.0','1018889.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097105.0','1044456.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008842.0','1018889.0','20',    '16','9','17280.12',    '14','8','15593.34',    '11','2','1686.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097106.0','1044456.0','548',    '501','232','588958.72',    '482','207','490378.27',    '286','61','98580.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008843.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097107.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008844.0','1018889.0','1',    '1','1','814.0',    '1','1','814.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097108.0','1044456.0','3',    '3','2','3108.0',    '2','2','3108.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008845.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097109.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008846.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097110.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008847.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097111.0','1044456.0','780',    '704','319','595057.19',    '614','170','399506.27',    '464','207','195550.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008848.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097112.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008849.0','1018889.0','1421',    '1276','579','1225210.29',    '1171','431','997251.86',    '814','244','227958.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097113.0','1044456.0','7',    '7','5','10679.5',    '7','4','9244.0',    '5','3','1435.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008850.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097114.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008851.0','1018889.0','152',    '129','61','111608.6',    '120','44','91209.96',    '82','24','20398.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097115.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008852.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097116.0','1044456.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008853.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097117.0','1044456.0','1',    '1','1','2934.0',    '1','1','2934.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008854.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097118.0','1044456.0','1',    '1','1','2605.17',    '1','1','2000.0',    '1','1','605.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008855.0','1018889.0','7',    '7','4','5380.3',    '4','1','2000.0',    '7','4','3380.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097119.0','1044456.0','2',    '2','2','10560.0',    '2','2','10560.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008856.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097120.0','1044456.0','25',    '22','16','35545.17',    '21','15','31530.97',    '12','6','4014.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008857.0','1018889.0','5',    '5','1','500.49',    '5','0','0.0',    '2','1','500.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097121.0','1044456.0','70',    '65','42','68707.87',    '55','25','46838.57',    '51','29','21869.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008858.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097122.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008859.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097123.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008860.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097124.0','1044456.0','469',    '423','254','1177651.56',    '409','225','713812.74',    '279','94','463838.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008861.0','1018889.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097125.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008862.0','1018889.0','1',    '1','1','16716.24',    '1','1','7487.0',    '1','1','9229.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097126.0','1044456.0','1',    '1','1','6500.0',    '1','1','2000.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008863.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097127.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008864.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097128.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008865.0','1018889.0','2',    '1','1','1853.2',    '1','1','1061.8',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097129.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008866.0','1018889.0','2',    '2','1','2177.66',    '2','1','2000.0',    '2','1','177.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097130.0','1044456.0','2',    '2','2','22135.06',    '2','2','11558.0',    '2','1','10577.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008867.0','1018889.0','15',    '15','5','7021.1',    '14','3','5438.3',    '9','2','1582.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097131.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008868.0','1018889.0','2',    '2','2','12793.76',    '2','2','7598.0',    '1','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097132.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008869.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097133.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008870.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097134.0','1044456.0','420',    '378','194','270968.31',    '326','134','207515.49',    '230','89','63452.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008871.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097135.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008872.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097136.0','1044456.0','1',    '1','1','1272.9',    '1','1','1272.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008873.0','1018889.0','1',    '1','1','14125.51',    '1','1','3734.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097137.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008874.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097138.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008875.0','1018889.0','1',    '1','1','6422.0',    '1','1','6422.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097139.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008876.0','1018889.0','1385',    '1299','792','2233298.65',    '1215','637','1792038.41',    '969','365','441260.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097140.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008877.0','1018889.0','757',    '672','290','678846.44',    '621','197','524602.06',    '417','139','154244.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097141.0','1044456.0','2495',    '2392','1717','5244879.14',    '2330','1332','3930485.26',    '1877','961','1314393.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008878.0','1018889.0','2',    '2','2','4442.0',    '2','2','4442.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097142.0','1044456.0','1',    '1','1','214.7',    '0','0','0.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008879.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097143.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008880.0','1018889.0','18',    '16','12','24000.0',    '16','12','24000.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097144.0','1044456.0','42',    '35','11','20120.32',    '32','10','19114.22',    '20','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008881.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097145.0','1044456.0','596',    '531','237','429272.12',    '481','184','351114.97',    '313','88','78157.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008882.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097146.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008883.0','1018889.0','3',    '3','2','18389.49',    '3','2','4477.0',    '1','1','13912.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097147.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001456.0',    '2008884.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005907.0',    '2097148.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008885.0','1018889.0','15',    '14','8','15000.85',    '14','8','12527.21',    '10','4','2473.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097149.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008886.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097150.0','1044456.0','9',    '8','4','2675.51',    '7','2','389.75',    '5','3','2285.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008887.0','1018889.0','1',    '1','1','2094.71',    '1','1','2094.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097151.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008888.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097152.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008889.0','1018889.0','4',    '3','2','4188.17',    '3','2','4188.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097153.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008890.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097154.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008891.0','1018889.0','92',    '84','55','99907.9',    '81','51','90860.21',    '50','11','9047.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097155.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008892.0','1018889.0','3',    '3','2','2710.37',    '3','2','2710.37',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097156.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008893.0','1018889.0','132',    '110','44','61730.94',    '95','27','46345.99',    '76','22','15384.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097157.0','1044456.0','606',    '513','165','262912.29',    '430','110','186577.37',    '319','70','76334.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008894.0','1018889.0','15',    '13','11','36009.95',    '13','9','23065.3',    '10','7','12944.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097158.0','1044456.0','2',    '2','2','5582.0',    '2','2','5582.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001458.0',    '2008895.0','1018889.0','6',    '6','6','18155.2',    '6','6','16357.7',    '5','2','1797.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005908.0',    '2097159.0','1044456.0','1',    '1','1','3904.32',    '1','1','3120.0',    '1','1','784.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008896.0','1018889.0','47',    '44','19','58102.41',    '41','18','51199.23',    '23','5','6903.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097160.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008897.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097161.0','1044456.0','1',    '1','1','5531.88',    '1','1','2934.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008898.0','1018889.0','789',    '718','408','735058.85',    '649','325','593736.05',    '457','153','141322.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097162.0','1044456.0','268',    '230','95','232370.44',    '215','85','196578.96',    '134','30','35791.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008899.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097163.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008900.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097164.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008901.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097165.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008902.0','1018889.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097166.0','1044456.0','1396',    '1250','765','1455317.24',    '1063','496','1136089.95',    '914','380','319227.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008903.0','1018889.0','97',    '89','51','86916.01',    '76','20','54248.1',    '66','40','32667.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097167.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008904.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097168.0','1044456.0','49',    '41','19','29956.09',    '40','17','27943.86',    '20','3','2012.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008905.0','1018889.0','1',    '1','1','500.49',    '1','0','0.0',    '1','1','500.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097169.0','1044456.0','1977',    '1783','852','1624840.29',    '1602','461','1179233.98',    '1102','521','445606.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008906.0','1018889.0','48',    '44','21','30444.26',    '30','9','20830.77',    '37','14','9613.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097170.0','1044456.0','2079',    '1842','860','1847139.78',    '1703','729','1503416.52',    '1017','285','343723.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008907.0','1018889.0','1361',    '1172','515','1046186.32',    '1097','461','921418.6',    '618','114','124767.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097171.0','1044456.0','15',    '14','6','15794.15',    '13','3','12888.26',    '6','3','2905.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008908.0','1018889.0','477',    '438','181','358524.54',    '404','138','292957.55',    '233','67','65566.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097172.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008909.0','1018889.0','9',    '7','2','1133.02',    '5','1','371.1',    '5','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097173.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008910.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097174.0','1044456.0','1',    '1','1','7258.01',    '1','1','7258.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008911.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097175.0','1044456.0','1',    '1','1','1710.0',    '1','1','1710.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008912.0','1018889.0','5',    '3','1','2070.77',    '3','1','2070.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097176.0','1044456.0','1',    '1','1','3545.0',    '1','1','3545.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008913.0','1018889.0','1',    '1','1','761.92',    '0','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097177.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008914.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097178.0','1044456.0','9',    '7','1','666.0',    '6','1','666.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008915.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097179.0','1044456.0','4',    '3','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008916.0','1018889.0','10',    '10','4','9286.44',    '7','3','8524.52',    '5','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097180.0','1044456.0','12',    '11','4','5024.36',    '11','4','4817.65',    '3','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008917.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097181.0','1044456.0','3370',    '3149','1741','3391210.25',    '2925','1119','2544142.85',    '2179','918','847067.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008918.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097182.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008919.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097183.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008920.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097184.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008921.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097185.0','1044456.0','114',    '104','63','145377.0',    '93','51','124976.08',    '70','26','20400.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008922.0','1018889.0','124',    '113','73','128102.97',    '92','40','82787.95',    '76','46','45315.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097186.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008923.0','1018889.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097187.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008924.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097188.0','1044456.0','6',    '6','2','2761.92',    '6','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008925.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097189.0','1044456.0','1',    '1','1','479.32',    '1','1','479.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008926.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097190.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008927.0','1018889.0','1',    '1','1','2682.0',    '1','1','2682.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097191.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008928.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097192.0','1044456.0','1',    '1','1','11196.52',    '1','1','8502.0',    '1','1','2694.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008929.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097193.0','1044456.0','3',    '3','2','1523.84',    '2','0','0.0',    '3','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008930.0','1018889.0','308',    '279','161','384491.25',    '264','142','337957.51',    '183','40','46533.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097194.0','1044456.0','1146',    '1067','576','1363053.1',    '1003','422','1077123.06',    '644','285','285930.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008931.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097195.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008932.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097196.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008933.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097197.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008934.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097198.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008935.0','1018889.0','2',    '2','1','13993.52',    '1','1','5472.0',    '2','1','8521.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097199.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008936.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097200.0','1044456.0','21',    '16','5','26909.44',    '14','3','22756.0',    '10','3','4153.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008937.0','1018889.0','67',    '60','29','57950.75',    '55','22','44630.98',    '39','16','13319.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097201.0','1044456.0','2',    '2','1','14145.21',    '2','1','9042.0',    '1','1','5103.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008938.0','1018889.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097202.0','1044456.0','24',    '23','11','51774.75',    '23','8','37316.19',    '13','6','14458.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008939.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097203.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008940.0','1018889.0','1',    '1','1','8738.38',    '1','1','6140.5',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097204.0','1044456.0','2',    '2','1','1056.0',    '2','1','1056.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008941.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097205.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008942.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097206.0','1044456.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008943.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097207.0','1044456.0','1545',    '1425','774','1594943.6',    '1306','521','1187877.68',    '959','377','407065.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008944.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097208.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008945.0','1018889.0','109',    '97','48','60326.63',    '73','25','37918.5',    '69','28','22408.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097209.0','1044456.0','18',    '16','5','10327.02',    '15','4','8532.87',    '11','3','1794.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008946.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097210.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008947.0','1018889.0','24',    '24','9','26150.9',    '24','7','23451.72',    '12','3','2699.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097211.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008948.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097212.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008949.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097213.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008950.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097214.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008951.0','1018889.0','631',    '587','389','1189151.28',    '562','288','915952.9',    '413','222','273198.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097215.0','1044456.0','5',    '4','2','4000.0',    '4','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008952.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097216.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008953.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097217.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008954.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097218.0','1044456.0','28',    '27','15','38150.6',    '26','13','33257.68',    '22','6','4892.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008955.0','1018889.0','24',    '21','11','15920.61',    '16','8','10792.84',    '15','4','5127.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097219.0','1044456.0','12',    '12','6','5437.48',    '12','1','2000.0',    '7','5','3437.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008956.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097220.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008957.0','1018889.0','1',    '1','1','3736.0',    '1','1','3736.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097221.0','1044456.0','2',    '2','2','1988.62',    '1','1','1226.7',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008958.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097222.0','1044456.0','1',    '1','1','4048.52',    '1','1','3286.6',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008959.0','1018889.0','157',    '149','86','135887.6',    '125','30','78446.89',    '113','68','57440.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097223.0','1044456.0','1',    '1','1','203.84',    '1','1','203.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008960.0','1018889.0','1',    '1','1','227.12',    '1','1','227.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097224.0','1044456.0','216',    '187','98','180477.8',    '172','78','148708.13',    '115','33','31769.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008961.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097225.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008962.0','1018889.0','2',    '2','2','2287.6',    '2','2','2287.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097226.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008963.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097227.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008964.0','1018889.0','3',    '3','2','5855.81',    '3','2','5855.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097228.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008965.0','1018889.0','1',    '1','1','2260.4',    '1','1','2260.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097229.0','1044456.0','1',    '1','1','7501.21',    '1','1','5200.0',    '1','1','2301.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008966.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097230.0','1044456.0','2185',    '1894','781','1233078.48',    '1654','507','916562.22',    '1097','354','316516.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008967.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097231.0','1044456.0','1249',    '1096','556','873577.08',    '965','359','630917.34',    '687','289','242659.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008968.0','1018889.0','1868',    '1742','1117','2338485.9',    '1622','659','1691615.77',    '1255','715','646870.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097232.0','1044456.0','1',    '1','1','9986.28',    '1','1','7329.29',    '1','1','2656.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008969.0','1018889.0','2',    '2','2','2616.43',    '2','2','2616.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097233.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008970.0','1018889.0','73',    '69','39','62827.08',    '66','26','50031.44',    '48','17','12795.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097234.0','1044456.0','76',    '70','48','70998.26',    '57','22','47075.62',    '48','34','23922.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008971.0','1018889.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097235.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008972.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097236.0','1044456.0','370',    '331','154','323677.71',    '307','102','261481.94',    '203','69','62195.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008973.0','1018889.0','1',    '1','1','3710.0',    '1','1','3710.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097237.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008974.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097238.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008975.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097239.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008976.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097240.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008977.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097241.0','1044456.0','3',    '3','3','6000.0',    '3','3','6000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008978.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097242.0','1044456.0','1',    '1','1','130.45',    '1','1','130.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008979.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097243.0','1044456.0','1',    '1','1','4932.08',    '1','1','4064.6',    '1','1','867.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008980.0','1018889.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097244.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008981.0','1018889.0','1',    '1','1','5936.0',    '1','1','5936.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097245.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008982.0','1018889.0','217',    '189','63','107190.02',    '158','43','84111.19',    '110','29','23078.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097246.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008983.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097247.0','1044456.0','455',    '373','175','309821.03',    '301','110','239125.13',    '228','93','70695.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008984.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097248.0','1044456.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008985.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097249.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008986.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097250.0','1044456.0','1',    '1','1','21440.26',    '1','1','7371.0',    '1','1','14069.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008987.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097251.0','1044456.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008988.0','1018889.0','1',    '1','1','7602.06',    '1','1','7438.0',    '1','1','164.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097252.0','1044456.0','1',    '1','1','901.77',    '1','1','901.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008989.0','1018889.0','306',    '250','162','1480788.8',    '248','158','842582.19',    '162','71','638206.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097253.0','1044456.0','3',    '3','3','7400.62',    '3','3','6638.7',    '3','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008990.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097254.0','1044456.0','7',    '7','6','21566.73',    '7','5','19143.79',    '5','4','2422.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008991.0','1018889.0','1',    '1','1','651.15',    '1','1','651.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097255.0','1044456.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008992.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097256.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008993.0','1018889.0','4',    '4','3','4449.55',    '4','2','3687.63',    '3','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097257.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008994.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097258.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008995.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097259.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008996.0','1018889.0','316',    '210','82','167686.23',    '160','57','121970.0',    '151','30','45716.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097260.0','1044456.0','149',    '145','109','312306.98',    '140','72','246244.95',    '111','62','66062.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008997.0','1018889.0','250',    '244','163','482324.61',    '221','94','341494.13',    '187','113','140830.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097261.0','1044456.0','1',    '1','1','18579.01',    '1','1','4358.0',    '1','1','14221.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008998.0','1018889.0','1',    '1','1','3004.0',    '1','1','3004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097262.0','1044456.0','1',    '1','1','2109.55',    '1','0','0.0',    '1','1','2109.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008999.0','1018889.0','52',    '50','35','94160.37',    '48','28','68897.8',    '30','18','25262.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097263.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009000.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097264.0','1044456.0','521',    '442','238','466960.0',    '392','182','390492.21',    '262','90','76467.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009001.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097265.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009002.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097266.0','1044456.0','7525',    '7045','4235','11810769.28',    '6609','2726','8602835.68',    '4810','2572','3207933.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009003.0','1018889.0','1',    '1','1','1629.92',    '1','1','868.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097267.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009004.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097268.0','1044456.0','4',    '4','4','11779.87',    '4','4','11720.0',    '2','1','59.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009005.0','1018889.0','1',    '1','1','761.92',    '0','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097269.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009006.0','1018889.0','26',    '20','9','17377.96',    '18','8','15011.45',    '11','4','2366.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097270.0','1044456.0','17',    '15','8','8095.36',    '9','1','2000.0',    '12','8','6095.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009007.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097271.0','1044456.0','10',    '8','5','16766.76',    '4','4','14081.0',    '8','4','2685.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009008.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097272.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009009.0','1018889.0','1',    '1','1','924.06',    '1','1','924.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097273.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009010.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097274.0','1044456.0','46',    '41','26','55556.33',    '38','17','45245.25',    '26','13','10311.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009011.0','1018889.0','16235',    '14789','7747','18847020.11',    '14075','5934','14911112.48',    '9652','3367','3935907.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097275.0','1044456.0','1215',    '1129','651','1336772.02',    '1019','359','950718.17',    '795','411','386053.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009012.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097276.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009013.0','1018889.0','53',    '45','18','16328.4',    '36','8','7244.39',    '26','12','9084.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097277.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009014.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097278.0','1044456.0','1',    '1','1','8212.0',    '1','1','8212.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009015.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097279.0','1044456.0','1',    '1','1','2968.63',    '1','1','2000.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009016.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097280.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009017.0','1018889.0','2',    '2','2','8716.0',    '2','2','8716.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097281.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009018.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097282.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009019.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097283.0','1044456.0','2',    '2','2','15307.71',    '2','2','14500.0',    '1','1','807.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009020.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097284.0','1044456.0','6713',    '6036','3078','6058229.41',    '5709','1857','4375402.7',    '3763','1746','1682826.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009021.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097285.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009022.0','1018889.0','2',    '2','2','10463.0',    '2','2','10463.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097286.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009023.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097287.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009024.0','1018889.0','2',    '2','1','8445.48',    '2','1','1030.0',    '1','1','7415.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097288.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009025.0','1018889.0','144',    '140','101','343860.02',    '139','73','258089.78',    '104','59','85770.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097289.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009026.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097290.0','1044456.0','2',    '2','1','4358.0',    '2','1','4358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009027.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097291.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009028.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097292.0','1044456.0','1',    '1','1','5711.62',    '1','1','4949.7',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009029.0','1018889.0','1',    '1','1','24094.0',    '1','1','14858.0',    '1','1','9236.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097293.0','1044456.0','1',    '1','1','22025.43',    '1','1','10239.0',    '1','1','11786.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009030.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097294.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009031.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097295.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009032.0','1018889.0','51',    '35','28','278883.51',    '35','28','201868.0',    '25','12','77015.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097296.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009033.0','1018889.0','6506',    '6135','3358','7209951.84',    '5830','1892','5071918.24',    '4152','2135','2138033.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097297.0','1044456.0','192',    '158','85','149798.01',    '124','44','112065.66',    '98','51','37732.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009034.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097298.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009035.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097299.0','1044456.0','12',    '10','4','10085.72',    '8','3','7030.0',    '6','2','3055.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009036.0','1018889.0','192',    '167','104','300404.02',    '158','72','244943.82',    '123','70','55460.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097300.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009037.0','1018889.0','3',    '2','2','6354.94',    '2','2','5386.31',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097301.0','1044456.0','2',    '2','1','23266.07',    '2','1','14210.0',    '1','1','9056.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009038.0','1018889.0','674',    '631','405','1172462.1',    '582','272','785317.05',    '453','258','387145.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097302.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009039.0','1018889.0','1',    '1','1','3004.0',    '1','1','3004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097303.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009040.0','1018889.0','1',    '1','1','25600.0',    '1','1','14276.0',    '1','1','11324.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097304.0','1044456.0','1',    '1','1','15469.74',    '1','1','4358.0',    '1','1','11111.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009041.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097305.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009042.0','1018889.0','1',    '1','1','3362.0',    '1','1','3362.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097306.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009043.0','1018889.0','1',    '1','1','7895.54',    '1','1','7133.62',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097307.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009044.0','1018889.0','3',    '3','2','14902.73',    '2','2','10492.0',    '3','1','4410.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097308.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009045.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097309.0','1044456.0','1',    '1','1','4021.17',    '1','1','4021.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009046.0','1018889.0','6',    '4','4','37469.63',    '4','4','16814.0',    '3','2','20655.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097310.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009047.0','1018889.0','1',    '1','1','4170.0',    '0','0','0.0',    '1','1','4170.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097311.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009048.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097312.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009049.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097313.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009050.0','1018889.0','1118',    '1051','942','12585029.67',    '1043','927','7292750.99',    '820','559','5292278.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097314.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009051.0','1018889.0','1',    '1','1','10912.55',    '1','1','8143.0',    '1','1','2769.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097315.0','1044456.0','100',    '95','75','458657.31',    '94','64','300278.78',    '70','39','158378.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009052.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097316.0','1044456.0','3',    '3','3','45043.01',    '3','3','20634.0',    '3','2','24409.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009053.0','1018889.0','292',    '145','60','224341.96',    '112','55','200831.22',    '70','8','23510.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097317.0','1044456.0','1',    '1','1','16422.87',    '1','1','7370.0',    '1','1','9052.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009054.0','1018889.0','10222',    '9424','6230','34500350.28',    '9122','5748','25265216.28',    '5332','2116','9235134.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097318.0','1044456.0','2',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009055.0','1018889.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097319.0','1044456.0','3159',    '3016','2256','14967870.26',    '2973','1949','10671595.32',    '2195','1201','4296274.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009056.0','1018889.0','44',    '42','28','90152.21',    '39','28','77826.78',    '25','6','12325.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097320.0','1044456.0','706',    '682','493','2374913.66',    '669','394','1862278.0',    '523','285','512635.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009057.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097321.0','1044456.0','4',    '3','2','6358.0',    '3','2','6358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009058.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097322.0','1044456.0','1',    '1','1','6533.0',    '1','1','6533.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009059.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097323.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009060.0','1018889.0','28',    '23','21','308384.18',    '22','21','218474.32',    '20','11','89909.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097324.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009061.0','1018889.0','1',    '1','1','8785.83',    '1','1','6524.26',    '1','1','2261.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097325.0','1044456.0','4',    '4','4','26154.72',    '4','4','18629.0',    '3','2','7525.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009062.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097326.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009063.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097327.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009064.0','1018889.0','1',    '1','1','3004.0',    '1','1','3004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097328.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009065.0','1018889.0','1',    '1','1','5326.63',    '1','1','4358.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097329.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009066.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097330.0','1044456.0','8',    '8','8','96397.67',    '8','8','39062.89',    '6','5','57334.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009067.0','1018889.0','1',    '1','1','3864.0',    '1','1','3864.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097331.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009068.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097332.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009069.0','1018889.0','1',    '1','1','14144.55',    '1','1','5864.0',    '1','1','8280.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097333.0','1044456.0','2',    '2','2','10125.2',    '2','2','6121.0',    '2','1','4004.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009070.0','1018889.0','5',    '5','4','21543.85',    '5','4','12078.0',    '4','2','9465.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097334.0','1044456.0','1',    '1','1','3004.0',    '1','1','3004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009071.0','1018889.0','1',    '1','1','3864.0',    '1','1','3864.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097335.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009072.0','1018889.0','2',    '2','1','13424.96',    '2','1','4014.0',    '2','1','9410.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097336.0','1044456.0','1',    '1','1','7318.0',    '1','1','7318.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009073.0','1018889.0','2',    '2','1','17589.94',    '1','1','6706.0',    '2','1','10883.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097337.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009074.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097338.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009075.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097339.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009076.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097340.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009077.0','1018889.0','310',    '284','143','232838.65',    '263','70','159302.23',    '183','95','73536.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097341.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009078.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097342.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009079.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097343.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009080.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097344.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009081.0','1018889.0','1',    '1','1','25600.0',    '1','1','14858.0',    '1','1','10742.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097345.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009082.0','1018889.0','5036',    '4725','4090','47809660.02',    '4668','4035','27402316.76',    '3341','2186','20407343.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097346.0','1044456.0','1',    '1','1','22126.97',    '1','1','4358.0',    '1','1','17768.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009083.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097347.0','1044456.0','280',    '235','161','1213465.65',    '223','157','756854.47',    '144','58','456611.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009084.0','1018889.0','9',    '7','6','89956.1',    '7','6','56959.0',    '5','4','32997.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097348.0','1044456.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009085.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097349.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009086.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097350.0','1044456.0','1',    '1','1','4879.12',    '1','1','4879.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009087.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097351.0','1044456.0','431',    '417','319','1788821.51',    '411','266','1385295.92',    '300','172','403525.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009088.0','1018889.0','1',    '1','1','65.39',    '1','1','65.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097352.0','1044456.0','18765',    '17813','10941','52542083.41',    '17529','8999','39836955.22',    '11251','4968','12705128.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009089.0','1018889.0','3',    '3','1','761.92',    '1','0','0.0',    '3','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097353.0','1044456.0','5',    '5','2','7206.21',    '5','2','6799.0',    '4','1','407.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009090.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097354.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009091.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097355.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009092.0','1018889.0','1',    '1','1','16170.29',    '1','1','5864.0',    '1','1','10306.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097356.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009093.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097357.0','1044456.0','1',    '1','1','5200.0',    '1','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009094.0','1018889.0','595',    '566','375','1277880.16',    '539','276','953381.79',    '426','229','324498.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097358.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009095.0','1018889.0','6',    '6','5','48569.39',    '6','5','12734.0',    '3','3','35835.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097359.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009096.0','1018889.0','1',    '1','1','5864.0',    '1','1','5864.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097360.0','1044456.0','11723',    '11034','7245','45182998.69',    '10779','6151','32100569.02',    '6936','3353','13082429.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009097.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097361.0','1044456.0','1',    '1','1','44421.0',    '1','1','27887.21',    '1','1','16533.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009098.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097362.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009099.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097363.0','1044456.0','1',    '1','1','24666.21',    '1','1','5864.0',    '1','1','18802.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009100.0','1018889.0','24',    '23','13','43142.79',    '23','9','37189.22',    '15','8','5953.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097364.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009101.0','1018889.0','1',    '1','1','5464.64',    '1','1','4510.0',    '1','1','954.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097365.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009102.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097366.0','1044456.0','1',    '1','1','9558.0',    '1','1','9558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009103.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097367.0','1044456.0','6',    '5','3','14789.82',    '5','3','12899.73',    '4','2','1890.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009104.0','1018889.0','6',    '6','4','47125.76',    '6','4','27328.0',    '4','2','19797.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097368.0','1044456.0','1',    '1','1','6816.42',    '1','1','4609.9',    '1','1','2206.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009105.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097369.0','1044456.0','1',    '1','1','17549.89',    '1','1','4517.0',    '1','1','13032.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009106.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097370.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009107.0','1018889.0','1',    '1','1','1710.0',    '1','1','1710.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097371.0','1044456.0','1',    '1','1','5984.0',    '1','1','5984.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009108.0','1018889.0','1',    '1','1','11276.32',    '1','1','3004.0',    '1','1','8272.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097372.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009109.0','1018889.0','1',    '1','1','24391.22',    '1','1','14006.0',    '1','1','10385.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097373.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009110.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097374.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009111.0','1018889.0','3',    '3','3','66242.28',    '3','3','41282.0',    '2','2','24960.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097375.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009112.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097376.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009113.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097377.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009114.0','1018889.0','1',    '1','1','2358.0',    '1','1','2358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097378.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009115.0','1018889.0','5',    '4','2','6637.74',    '3','1','2000.0',    '3','1','4637.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097379.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009116.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097380.0','1044456.0','1',    '1','1','10543.32',    '1','1','5465.0',    '1','1','5078.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009117.0','1018889.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097381.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009118.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097382.0','1044456.0','1',    '1','1','23818.0',    '1','1','14858.0',    '1','1','8960.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009119.0','1018889.0','10520',    '9850','7893','82771453.83',    '9706','7653','44279469.23',    '6886','4281','38491984.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097383.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009120.0','1018889.0','30',    '30','19','105713.27',    '30','17','78768.33',    '18','12','26944.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097384.0','1044456.0','1',    '1','1','22514.78',    '1','1','3004.0',    '1','1','19510.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009121.0','1018889.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097385.0','1044456.0','1',    '1','1','1004.0',    '1','1','1004.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009122.0','1018889.0','1',    '1','1','25600.0',    '1','1','16658.0',    '1','1','8942.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097386.0','1044456.0','3',    '3','3','10304.0',    '3','3','10304.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009123.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097387.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009124.0','1018889.0','5',    '5','4','13074.0',    '5','4','13074.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097388.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009125.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097389.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009126.0','1018889.0','7',    '5','4','41516.0',    '5','4','30317.49',    '2','1','11198.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097390.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009127.0','1018889.0','2',    '2','1','24690.18',    '2','1','3634.0',    '1','1','21056.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097391.0','1044456.0','1',    '1','1','32598.0',    '1','1','21856.0',    '1','1','10742.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009128.0','1018889.0','1',    '1','1','18806.33',    '1','1','14858.0',    '1','1','3948.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097392.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009129.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097393.0','1044456.0','1',    '1','1','5864.0',    '1','1','5864.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009130.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097394.0','1044456.0','81',    '76','63','289160.91',    '75','52','240883.17',    '56','31','48277.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009131.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097395.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009132.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097396.0','1044456.0','13',    '12','7','94751.67',    '12','7','53966.0',    '8','3','40785.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009133.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097397.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009134.0','1018889.0','2',    '1','1','14858.0',    '1','1','14858.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097398.0','1044456.0','1',    '1','1','23168.84',    '1','1','14006.0',    '1','1','9162.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009135.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097399.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009136.0','1018889.0','36',    '35','26','183695.6',    '33','24','135991.0',    '26','11','47704.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097400.0','1044456.0','7',    '6','6','46497.88',    '6','6','31544.0',    '6','4','14953.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009137.0','1018889.0','1',    '1','1','6110.64',    '1','0','0.0',    '1','1','6110.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097401.0','1044456.0','2',    '2','1','4358.0',    '2','1','4358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009138.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097402.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009139.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097403.0','1044456.0','1',    '1','1','5366.85',    '1','1','1004.0',    '1','1','4362.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009140.0','1018889.0','1',    '1','1','892.7',    '1','0','0.0',    '1','1','892.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097404.0','1044456.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009141.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097405.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009142.0','1018889.0','11761',    '10997','9505','110184428.4',    '10903','9350','64674678.06',    '7822','5009','45509750.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097406.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009143.0','1018889.0','6',    '6','6','74703.6',    '6','6','36982.18',    '3','3','37721.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097407.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009144.0','1018889.0','3872',    '3658','2559','13270385.06',    '3606','2233','11010390.91',    '2154','901','2259994.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097408.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009145.0','1018889.0','244',    '229','202','2904049.14',    '229','202','1834212.88',    '166','113','1069836.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097409.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009146.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097410.0','1044456.0','2',    '2','2','14677.92',    '2','2','13916.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009147.0','1018889.0','9573',    '8943','7330','64138938.29',    '8836','6839','41674343.49',    '6048','3431','22464594.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097411.0','1044456.0','1',    '1','1','18189.59',    '1','1','4358.0',    '1','1','13831.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009148.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097412.0','1044456.0','3',    '3','2','28244.82',    '3','2','8236.0',    '3','2','20008.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009149.0','1018889.0','8',    '8','4','9454.86',    '7','4','9454.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097413.0','1044456.0','1',    '1','1','2537.62',    '1','0','0.0',    '1','1','2537.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009150.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097414.0','1044456.0','64',    '52','18','29194.61',    '47','16','27509.42',    '34','2','1685.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009151.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097415.0','1044456.0','6',    '5','1','2000.0',    '4','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009152.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097416.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009153.0','1018889.0','1',    '1','1','11790.0',    '1','1','11790.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097417.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009154.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097418.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009155.0','1018889.0','1',    '1','1','6162.34',    '0','0','0.0',    '1','1','6162.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097419.0','1044456.0','372',    '347','252','2723115.41',    '326','232','1503792.42',    '239','152','1219322.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009156.0','1018889.0','1',    '1','1','6113.76',    '1','1','6113.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097420.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009157.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097421.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009158.0','1018889.0','682',    '589','223','462215.46',    '524','185','385215.55',    '350','70','76999.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097422.0','1044456.0','5514',    '4410','1370','2796583.24',    '3927','1178','2480967.07',    '2407','280','315616.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009159.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097423.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009160.0','1018889.0','2180',    '1710','501','856673.69',    '1447','367','732655.42',    '938','154','124018.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097424.0','1044456.0','9',    '9','3','3457.2',    '8','2','2695.28',    '6','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009161.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097425.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009162.0','1018889.0','341',    '315','118','301679.73',    '304','90','200573.36',    '175','45','101106.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097426.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009163.0','1018889.0','25',    '25','7','13565.09',    '25','7','13565.09',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097427.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009164.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097428.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009165.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097429.0','1044456.0','1',    '1','1','9591.7',    '1','1','3004.0',    '1','1','6587.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009166.0','1018889.0','1',    '1','1','26200.0',    '1','1','6647.0',    '1','1','19553.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097430.0','1044456.0','1',    '1','1','5864.0',    '1','1','5864.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009167.0','1018889.0','10',    '10','6','22329.04',    '10','6','18566.87',    '7','4','3762.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097431.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009168.0','1018889.0','1',    '1','1','2960.0',    '1','1','2960.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097432.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009169.0','1018889.0','4',    '4','3','34130.71',    '4','2','16858.0',    '4','2','17272.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097433.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009170.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097434.0','1044456.0','1',    '1','1','3537.87',    '1','1','2775.95',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009171.0','1018889.0','1331',    '1045','348','527341.34',    '894','218','413117.32',    '547','150','114224.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097435.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009172.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097436.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009173.0','1018889.0','50',    '31','6','15845.72',    '21','4','12762.0',    '24','3','3083.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097437.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009174.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097438.0','1044456.0','6',    '6','1','2000.0',    '5','1','2000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009175.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097439.0','1044456.0','4506',    '3646','1238','2701256.05',    '3281','1073','2304063.08',    '2092','305','397192.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009176.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009177.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097441.0','1044456.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009178.0','1018889.0','1',    '1','1','13498.83',    '1','1','4358.0',    '1','1','9140.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097442.0','1044456.0','100',    '91','50','96347.04',    '83','40','80080.49',    '61','25','16266.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009179.0','1018889.0','4',    '4','2','6716.0',    '4','2','6716.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097443.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009180.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097444.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009181.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097445.0','1044456.0','1',    '1','1','4705.26',    '1','0','0.0',    '1','1','4705.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009182.0','1018889.0','1',    '1','1','1038.0',    '1','1','1038.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097446.0','1044456.0','1',    '1','1','3710.0',    '1','1','3710.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009183.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097447.0','1044456.0','7256',    '5992','2046','4353209.91',    '5406','1778','3760672.73',    '3429','465','592537.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009184.0','1018889.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097448.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009185.0','1018889.0','1',    '1','1','1184.0',    '1','1','1184.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097449.0','1044456.0','40',    '37','15','32517.48',    '35','11','25638.32',    '27','6','6879.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009186.0','1018889.0','1',    '1','1','4825.84',    '1','1','4488.85',    '1','1','336.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097450.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009187.0','1018889.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097451.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009188.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097452.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009189.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097453.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009190.0','1018889.0','2',    '2','2','14270.0',    '2','2','14270.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097454.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009191.0','1018889.0','1',    '1','1','6205.14',    '1','1','3948.0',    '1','1','2257.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097455.0','1044456.0','1570',    '1496','985','7782193.46',    '1460','860','5403080.58',    '937','458','2379112.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009192.0','1018889.0','1',    '1','1','5903.0',    '1','1','5903.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097456.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008757.0','1018889.0','1',    '1','1','3803.25',    '1','1','1004.0',    '1','1','2799.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097021.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009193.0','1018889.0','1951',    '1545','498','751590.1',    '1303','315','598245.58',    '861','204','153344.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097457.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009194.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097458.0','1044456.0','1',    '1','1','4710.41',    '1','1','4358.0',    '1','1','352.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009195.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097459.0','1044456.0','3',    '3','3','34834.58',    '3','3','20134.0',    '3','2','14700.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009196.0','1018889.0','3',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097460.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009197.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097461.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009198.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097462.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009199.0','1018889.0','1',    '1','1','3184.0',    '1','1','3184.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097463.0','1044456.0','7',    '6','5','27746.71',    '5','4','20040.0',    '5','2','7706.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008765.0','1018889.0','2',    '2','1','2358.0',    '2','1','2358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097029.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008628.0','1018889.0','3',    '3','3','12750.59',    '3','2','11027.0',    '3','2','1723.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096892.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009200.0','1018889.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097464.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008869.0','1018889.0','1107',    '941','409','543400.87',    '750','169','325166.09',    '614','277','218234.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097133.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009201.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097465.0','1044456.0','4',    '3','1','4358.0',    '3','1','4358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009202.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097466.0','1044456.0','36',    '31','24','106301.59',    '31','23','85438.01',    '23','8','20863.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009203.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097467.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008673.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096937.0','1044456.0','1',    '1','1','10526.63',    '1','1','9558.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008498.0','1018889.0','1',    '1','1','3056.72',    '1','1','3056.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096762.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009204.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097468.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009205.0','1018889.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097469.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009206.0','1018889.0','1',    '1','1','5362.0',    '1','1','5362.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097470.0','1044456.0','6',    '4','1','761.92',    '3','0','0.0',    '2','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008842.0','1018889.0','1',    '1','1','6134.0',    '1','1','6134.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097106.0','1044456.0','3',    '2','2','9408.03',    '2','2','5139.86',    '2','2','4268.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009207.0','1018889.0','4',    '4','1','968.63',    '4','0','0.0',    '3','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097471.0','1044456.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009208.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097472.0','1044456.0','1',    '1','1','5127.55',    '1','1','2358.0',    '1','1','2769.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009209.0','1018889.0','14868',    '13924','10199','71093067.7',    '13642','9528','47399371.38',    '9785','4695','23693696.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097473.0','1044456.0','1',    '1','1','4489.09',    '1','1','4489.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009210.0','1018889.0','1',    '1','1','761.92',    '0','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097474.0','1044456.0','5899',    '5589','3458','19817008.39',    '5351','2654','13140562.0',    '3799','1985','6676446.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009211.0','1018889.0','2',    '1','1','9558.0',    '1','1','9558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097475.0','1044456.0','1',    '1','1','5119.92',    '1','1','4358.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009212.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097476.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009213.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097477.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009214.0','1018889.0','4',    '4','3','9785.77',    '4','2','6616.0',    '3','2','3169.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097478.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009215.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097479.0','1044456.0','6769',    '5602','1840','3504181.09',    '5017','1454','2995356.05',    '3051','550','508825.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008880.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097144.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009216.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097480.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008500.0','1018889.0','1',    '1','1','6134.0',    '1','1','6134.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096764.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009217.0','1018889.0','2',    '2','2','28609.35',    '2','2','14298.89',    '2','2','14310.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097481.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008629.0','1018889.0','3',    '3','2','16092.71',    '3','1','4358.0',    '3','2','11734.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096893.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009218.0','1018889.0','6',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097482.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009219.0','1018889.0','2',    '2','2','4608.0',    '2','1','4358.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097483.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009220.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097484.0','1044456.0','1',    '1','1','3583.48',    '1','1','2510.0',    '1','1','1073.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009221.0','1018889.0','15',    '12','7','77858.52',    '10','7','41204.0',    '9','5','36654.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097485.0','1044456.0','1',    '1','1','6860.0',    '1','1','6860.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009222.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097486.0','1044456.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009223.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097487.0','1044456.0','1',    '1','1','12794.65',    '1','1','8263.58',    '1','1','4531.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009224.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097488.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009225.0','1018889.0','2',    '2','2','15584.17',    '2','2','15584.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097489.0','1044456.0','1027',    '858','370','792281.35',    '777','319','694934.96',    '500','72','97346.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009226.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097490.0','1044456.0','1008',    '803','252','526513.08',    '712','229','475680.03',    '432','35','50833.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009227.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097491.0','1044456.0','11',    '6','2','1182.34',    '5','1','547.94',    '5','1','634.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009228.0','1018889.0','3',    '3','3','6250.0',    '3','3','6000.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097492.0','1044456.0','681',    '580','236','405360.53',    '515','186','333466.68',    '334','77','71893.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009229.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097493.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009230.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097494.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009231.0','1018889.0','383',    '364','78','143186.11',    '354','66','111315.35',    '218','22','31870.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097495.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009232.0','1018889.0','3',    '3','3','34283.38',    '3','3','18321.0',    '3','2','15962.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097496.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009233.0','1018889.0','1',    '1','1','5119.92',    '1','1','4358.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097497.0','1044456.0','258',    '241','85','102346.27',    '228','69','88014.52',    '130','18','14331.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009234.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097498.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009235.0','1018889.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097499.0','1044456.0','1',    '1','1','22514.43',    '1','1','4358.0',    '1','1','18156.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2008871.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097135.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008759.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097023.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009236.0','1018889.0','1',    '1','1','13455.0',    '1','1','4358.0',    '1','1','9097.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097500.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009237.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097501.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008811.0','1018889.0','6',    '6','5','40708.13',    '6','5','35123.0',    '5','2','5585.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097075.0','1044456.0','9',    '9','7','81908.3',    '9','7','50429.05',    '7','3','31479.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009238.0','1018889.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097502.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009239.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097503.0','1044456.0','7',    '4','4','10635.57',    '4','3','6000.0',    '1','1','4635.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009240.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097504.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009241.0','1018889.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097505.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009242.0','1018889.0','960',    '811','424','670309.41',    '615','179','447664.27',    '559','283','222645.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097506.0','1044456.0','4',    '4','2','17500.1',    '3','2','13092.0',    '3','2','4408.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009243.0','1018889.0','527',    '454','151','241142.89',    '429','132','198828.1',    '260','42','42314.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097507.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009244.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097508.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009245.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097509.0','1044456.0','1',    '1','1','11136.0',    '1','1','11136.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009246.0','1018889.0','2',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097510.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009247.0','1018889.0','6936',    '6551','4247','31370858.38',    '6389','3826','19362147.92',    '4501','2225','12008710.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097511.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009248.0','1018889.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097512.0','1044456.0','1',    '1','1','1004.0',    '1','1','1004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009249.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097513.0','1044456.0','2',    '2','2','6358.0',    '2','2','6358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009250.0','1018889.0','2',    '2','2','38267.85',    '2','2','22416.0',    '2','2','15851.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097514.0','1044456.0','2',    '2','1','4358.0',    '2','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009251.0','1018889.0','1',    '1','1','2753.52',    '1','1','2678.87',    '1','1','74.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097515.0','1044456.0','1',    '1','1','25064.03',    '1','1','12812.67',    '1','1','12251.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009252.0','1018889.0','32',    '31','22','143082.58',    '31','22','114889.88',    '18','6','28192.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097516.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009253.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097517.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009254.0','1018889.0','22',    '19','9','19218.0',    '19','9','19218.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097518.0','1044456.0','10',    '6','1','761.92',    '6','0','0.0',    '4','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009255.0','1018889.0','17',    '16','9','8756.09',    '15','3','4184.57',    '12','6','4571.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097519.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009256.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097520.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009257.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097521.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009258.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097522.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009259.0','1018889.0','320',    '305','184','516516.48',    '286','103','395914.91',    '223','126','120601.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097523.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009260.0','1018889.0','179',    '129','51','101735.39',    '108','33','66779.11',    '77','21','34956.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097524.0','1044456.0','460',    '430','172','455015.79',    '413','139','361503.91',    '255','69','93511.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008791.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097055.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009261.0','1018889.0','14',    '13','10','50415.06',    '12','9','32024.0',    '5','4','18391.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097525.0','1044456.0','3',    '3','2','25270.36',    '2','2','19870.0',    '2','1','5400.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009262.0','1018889.0','1',    '1','1','1004.0',    '1','1','1004.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097526.0','1044456.0','4',    '4','4','27706.53',    '4','4','16696.0',    '3','1','11010.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008651.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096915.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008455.0','1018889.0','9',    '8','8','48864.75',    '8','8','21316.0',    '5','5','27548.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096719.0','1044456.0','1',    '1','1','6679.52',    '1','1','5012.0',    '1','1','1667.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008626.0','1018889.0','1',    '1','1','14858.0',    '1','1','14858.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096890.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008826.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097090.0','1044456.0','2',    '2','2','34403.0',    '2','2','23722.85',    '2','1','10680.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009263.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097527.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009264.0','1018889.0','1',    '1','1','3004.0',    '1','1','3004.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097528.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009265.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097529.0','1044456.0','1498',    '1258','431','1008864.11',    '1159','380','858318.8',    '726','103','150545.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009266.0','1018889.0','4',    '4','3','6358.0',    '4','3','6358.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097530.0','1044456.0','4',    '2','1','5993.47',    '2','1','5686.98',    '1','1','306.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008820.0','1018889.0','1',    '1','1','4758.0',    '1','1','4358.0',    '1','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097084.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009267.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097531.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009268.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097532.0','1044456.0','3',    '3','3','30965.91',    '3','3','25419.0',    '2','1','5546.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009269.0','1018889.0','2',    '1','1','22502.72',    '1','1','9558.0',    '1','1','12944.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097533.0','1044456.0','2',    '2','2','25088.53',    '2','2','12422.0',    '2','1','12666.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009270.0','1018889.0','2',    '2','2','9477.92',    '2','2','8716.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097534.0','1044456.0','5030',    '4818','3097','13947803.38',    '4714','2407','11019226.14',    '3258','1584','2928577.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009271.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097535.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009272.0','1018889.0','75',    '64','41','220780.1',    '62','39','164318.23',    '46','14','56461.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097536.0','1044456.0','7',    '7','3','3175.34',    '7','1','2000.0',    '4','2','1175.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009273.0','1018889.0','5',    '3','2','5864.0',    '3','2','5864.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097537.0','1044456.0','370',    '310','110','199496.58',    '280','85','179270.82',    '178','31','20225.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009274.0','1018889.0','10395',    '9893','7141','47211285.44',    '9775','6351','32369514.55',    '6273','3210','14841770.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097538.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009275.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097539.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009276.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097540.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009277.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097541.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009278.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097542.0','1044456.0','7585',    '7062','4785','31901087.08',    '6871','4271','22043874.45',    '4562','2299','9857212.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009279.0','1018889.0','5364',    '4453','1488','2975292.25',    '4078','1323','2633576.69',    '2438','293','341715.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097543.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008453.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096717.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009280.0','1018889.0','163',    '148','50','98044.13',    '130','35','67285.14',    '85','24','30758.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097544.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008767.0','1018889.0','38',    '35','15','28876.72',    '33','15','28312.61',    '19','1','564.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097031.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009281.0','1018889.0','4',    '4','3','6974.0',    '4','3','6974.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097545.0','1044456.0','8',    '5','1','2000.0',    '5','1','2000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009282.0','1018889.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097546.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009283.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097547.0','1044456.0','9',    '8','7','45189.9',    '8','7','23002.0',    '7','4','22187.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009284.0','1018889.0','83',    '76','29','53300.64',    '73','27','46146.5',    '48','6','7154.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097548.0','1044456.0','1',    '1','1','15469.89',    '1','1','6134.0',    '1','1','9335.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009285.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097549.0','1044456.0','159',    '154','80','241725.23',    '143','52','184063.63',    '91','44','57661.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009286.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097550.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009287.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097551.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008769.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097033.0','1044456.0','56',    '48','24','90030.2',    '46','24','77538.0',    '28','2','12492.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009288.0','1018889.0','1',    '1','1','9582.0',    '1','1','9582.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097552.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009289.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097553.0','1044456.0','1',    '1','1','6105.31',    '1','1','6105.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009290.0','1018889.0','4131',    '3856','2782','24157167.19',    '3789','2632','15406463.61',    '2301','1230','8750703.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097554.0','1044456.0','11738',    '11050','8061','57543562.58',    '10853','7494','38369611.73',    '6846','3469','19173950.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009291.0','1018889.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097555.0','1044456.0','17',    '11','2','6358.0',    '8','2','6358.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009292.0','1018889.0','1',    '1','1','9174.28',    '1','1','6706.0',    '1','1','2468.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097556.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009293.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097557.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009294.0','1018889.0','30',    '26','13','71148.15',    '23','12','53002.0',    '16','3','18146.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097558.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008838.0','1018889.0','5',    '5','4','16002.77',    '5','3','10685.16',    '4','3','5317.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097102.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009295.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097559.0','1044456.0','1',    '1','1','1738.97',    '1','1','1738.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008873.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097137.0','1044456.0','3',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009296.0','1018889.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097560.0','1044456.0','1',    '1','1','6963.71',    '1','1','6757.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009297.0','1018889.0','1',    '1','1','14186.08',    '1','1','5970.0',    '1','1','8216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097561.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008624.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096888.0','1044456.0','63',    '57','16','22747.53',    '57','14','20868.29',    '32','3','1879.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009298.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097562.0','1044456.0','1',    '1','1','16256.68',    '1','1','5864.0',    '1','1','10392.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009299.0','1018889.0','1',    '1','1','6817.35',    '1','1','2358.0',    '1','1','4459.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097563.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009300.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097564.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008739.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097003.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009301.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097565.0','1044456.0','2',    '2','2','8883.21',    '2','2','6716.0',    '2','1','2167.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009302.0','1018889.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097566.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009303.0','1018889.0','2',    '2','1','761.92',    '1','0','0.0',    '2','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097567.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009304.0','1018889.0','1',    '1','1','10378.98',    '1','1','9558.0',    '1','1','820.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097568.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009305.0','1018889.0','1',    '1','1','129.21',    '1','1','129.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097569.0','1044456.0','122',    '102','37','47171.5',    '80','15','28820.5',    '58','23','18351.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009306.0','1018889.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097570.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009272.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097536.0','1044456.0','1',    '1','1','5403.56',    '1','0','0.0',    '1','1','5403.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009307.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097571.0','1044456.0','4',    '4','3','28810.85',    '4','3','21707.0',    '4','2','7103.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009308.0','1018889.0','11',    '11','7','45323.36',    '9','7','30146.0',    '9','2','15177.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097572.0','1044456.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009309.0','1018889.0','15865',    '14807','9298','61425798.43',    '14470','8163','44862855.35',    '8363','3956','16562943.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097573.0','1044456.0','93',    '66','51','345467.99',    '61','51','221969.2',    '39','15','123498.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009310.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097574.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009311.0','1018889.0','52',    '34','25','104479.53',    '32','25','84425.0',    '14','6','20054.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097575.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009312.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097576.0','1044456.0','1',    '1','1','5292.54',    '1','1','5292.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009313.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097577.0','1044456.0','204',    '190','110','213276.82',    '179','53','131323.06',    '151','77','81953.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009314.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097578.0','1044456.0','375',    '323','182','399113.26',    '305','161','336881.14',    '190','55','62232.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009315.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097579.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009316.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097580.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009317.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097581.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009318.0','1018889.0','1',    '1','1','2643.63',    '1','1','1675.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097582.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009319.0','1018889.0','1',    '1','1','3419.5',    '1','1','2884.0',    '1','1','535.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097583.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009320.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097584.0','1044456.0','3964',    '3685','1965','3590834.22',    '3450','997','2408814.76',    '2448','1304','1182019.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009321.0','1018889.0','2504',    '2353','1392','2862161.31',    '2172','788','2019070.34',    '1646','904','843090.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097585.0','1044456.0','1',    '1','1','1114.88',    '1','1','1114.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008840.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097104.0','1044456.0','12',    '11','5','7317.95',    '9','3','4825.48',    '7','4','2492.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009322.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097586.0','1044456.0','4',    '4','1','2000.0',    '4','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009323.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097587.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009324.0','1018889.0','48',    '45','29','151750.37',    '42','27','120820.71',    '28','9','30929.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097588.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008740.0','1018889.0','172',    '166','83','170862.26',    '148','53','127484.74',    '114','41','43377.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097004.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009325.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097589.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009326.0','1018889.0','2',    '2','2','23677.14',    '2','2','19872.0',    '2','1','3805.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097590.0','1044456.0','1',    '1','1','7086.11',    '1','1','7086.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009327.0','1018889.0','1',    '1','1','8809.7',    '1','1','4358.0',    '1','1','4451.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097591.0','1044456.0','6770',    '6321','5277','49792483.04',    '6213','5078','28860722.08',    '4413','2943','20931760.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008809.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097073.0','1044456.0','3',    '3','3','8358.0',    '3','3','8358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009328.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097592.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008851.0','1018889.0','1',    '1','1','2124.93',    '1','1','2124.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097115.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009329.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097593.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009330.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097594.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009331.0','1018889.0','2',    '2','2','6061.65',    '2','2','4858.35',    '2','1','1203.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097595.0','1044456.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009332.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097596.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009333.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097597.0','1044456.0','1',    '1','1','12649.06',    '1','1','7282.0',    '1','1','5367.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008705.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096969.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009334.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097598.0','1044456.0','3724',    '3494','2013','4365544.07',    '3319','1155','3181791.11',    '2375','1263','1183752.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008539.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096803.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008741.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097005.0','1044456.0','1',    '1','1','5459.4',    '1','1','4697.48',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009335.0','1018889.0','3',    '2','1','12081.07',    '2','1','1008.0',    '2','1','11073.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097599.0','1044456.0','1',    '1','1','9553.76',    '1','1','4358.0',    '1','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009336.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097600.0','1044456.0','1',    '1','1','1004.0',    '1','1','1004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009337.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097601.0','1044456.0','2',    '2','2','3631.64',    '2','1','2368.7',    '2','1','1262.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009338.0','1018889.0','1',    '1','1','6295.0',    '1','1','6295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097602.0','1044456.0','6',    '6','4','13251.71',    '6','4','9761.55',    '3','2','3490.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009339.0','1018889.0','36',    '35','23','53644.11',    '32','15','45018.14',    '28','13','8625.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097603.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009340.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097604.0','1044456.0','1',    '1','1','7708.24',    '1','1','4134.0',    '1','1','3574.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009341.0','1018889.0','2',    '2','2','7256.97',    '2','2','6716.0',    '1','1','540.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097605.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009342.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097606.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009343.0','1018889.0','4213',    '4034','2336','8831108.98',    '3898','1636','7043715.89',    '2624','1251','1787393.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097607.0','1044456.0','1',    '1','1','26200.0',    '1','1','16364.0',    '1','1','9836.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009344.0','1018889.0','1',    '1','1','1315.0',    '1','1','1315.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097608.0','1044456.0','919',    '853','434','1091413.64',    '787','264','799097.92',    '578','258','292315.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009345.0','1018889.0','594',    '564','327','584681.42',    '528','158','406317.92',    '403','222','178363.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097609.0','1044456.0','1',    '1','1','5864.0',    '1','1','5864.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009346.0','1018889.0','28',    '24','12','20972.67',    '22','10','16704.88',    '16','5','4267.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097610.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009347.0','1018889.0','6',    '5','4','33449.9',    '5','4','16938.0',    '3','1','16511.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097611.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009348.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097612.0','1044456.0','6807',    '6374','5212','48881276.93',    '6248','5011','29902032.79',    '4339','2638','18979244.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009349.0','1018889.0','23',    '22','12','45091.82',    '19','10','30156.76',    '14','7','14935.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097613.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009306.0','1018889.0','1',    '1','1','283.15',    '1','1','283.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097570.0','1044456.0','19',    '17','11','83037.31',    '15','11','51086.0',    '10','3','31951.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008480.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096744.0','1044456.0','2',    '2','1','3053.47',    '2','1','2358.0',    '1','1','695.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009350.0','1018889.0','817',    '781','480','1057468.33',    '741','264','738193.76',    '536','299','319274.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097614.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009351.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097615.0','1044456.0','1',    '1','1','10397.12',    '1','1','2358.0',    '1','1','8039.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009352.0','1018889.0','2',    '2','1','12500.0',    '2','1','12500.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097616.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008683.0','1018889.0','1',    '1','1','21738.89',    '1','1','7950.0',    '1','1','13788.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096947.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009353.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097617.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009354.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097618.0','1044456.0','10',    '9','7','13962.81',    '9','3','10295.0',    '6','4','3667.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009355.0','1018889.0','1',    '1','1','761.92',    '0','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097619.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009356.0','1018889.0','261',    '245','125','232024.26',    '232','70','169519.15',    '172','74','62505.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097620.0','1044456.0','1',    '1','1','7268.43',    '1','1','6183.04',    '1','1','1085.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009357.0','1018889.0','1',    '1','1','8205.0',    '1','1','8205.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097621.0','1044456.0','2',    '2','1','1546.91',    '2','1','1546.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009358.0','1018889.0','1600',    '1497','755','2158432.2',    '1377','450','1406349.52',    '1053','487','752082.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097622.0','1044456.0','4',    '4','1','761.92',    '3','0','0.0',    '2','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009359.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097623.0','1044456.0','1',    '1','1','14858.0',    '1','1','14858.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009360.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097624.0','1044456.0','1',    '1','1','12573.76',    '1','1','3506.0',    '1','1','9067.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008654.0','1018889.0','1',    '1','1','4740.0',    '1','1','4740.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096918.0','1044456.0','1368',    '1273','608','1053325.43',    '1207','403','811786.37',    '844','286','241539.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009361.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097625.0','1044456.0','239',    '231','102','216157.14',    '222','74','175947.62',    '137','38','40209.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009362.0','1018889.0','6',    '6','3','5358.0',    '6','1','4358.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097626.0','1044456.0','1293',    '1112','598','1527149.4',    '1040','503','1181179.95',    '669','235','345969.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009363.0','1018889.0','1',    '1','1','1257.92',    '1','1','289.29',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097627.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008766.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097030.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009364.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097628.0','1044456.0','13',    '11','8','16374.62',    '10','5','13610.65',    '9','4','2763.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008457.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096721.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009365.0','1018889.0','119',    '105','39','78905.09',    '101','31','69298.43',    '55','12','9606.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097629.0','1044456.0','3664',    '3290','1469','3082124.4',    '2984','1040','2322983.0',    '2068','711','759141.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009366.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097630.0','1044456.0','18',    '18','12','21969.72',    '17','7','16590.86',    '13','7','5378.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009367.0','1018889.0','410',    '380','171','308701.85',    '364','121','240466.71',    '221','80','68235.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097631.0','1044456.0','1',    '1','1','3004.0',    '1','1','3004.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009368.0','1018889.0','1447',    '1369','765','2988046.01',    '1310','563','2298032.46',    '925','403','690013.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097632.0','1044456.0','1',    '1','1','9764.71',    '1','1','9558.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001533.0',    '2009369.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005909.0',    '2097633.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009370.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097634.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009371.0','1018889.0','48',    '39','29','178932.25',    '39','27','122789.65',    '24','10','56142.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097635.0','1044456.0','4',    '2','1','2586.92',    '2','1','1825.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009372.0','1018889.0','1',    '1','1','3630.66',    '1','1','3630.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097636.0','1044456.0','13',    '12','6','10285.76',    '10','4','8000.0',    '9','3','2285.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009373.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097637.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009374.0','1018889.0','1',    '1','1','10996.57',    '1','1','1588.0',    '1','1','9408.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097638.0','1044456.0','2',    '2','1','2358.0',    '2','1','2358.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009375.0','1018889.0','1',    '1','1','7961.92',    '1','1','7200.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097639.0','1044456.0','2',    '2','1','206.71',    '2','0','0.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009376.0','1018889.0','30',    '28','6','12676.94',    '24','3','10173.34',    '12','3','2503.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097640.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009377.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097641.0','1044456.0','11',    '10','8','52423.74',    '10','8','46894.54',    '6','2','5529.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009378.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097642.0','1044456.0','500',    '474','292','593607.94',    '445','176','434882.78',    '329','172','158725.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008737.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097001.0','1044456.0','2',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009379.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097643.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008882.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097146.0','1044456.0','14',    '12','5','8320.28',    '11','3','7108.81',    '11','2','1211.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009380.0','1018889.0','8',    '8','4','3426.6',    '7','1','2694.0',    '7','3','732.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097644.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009381.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097645.0','1044456.0','1',    '1','1','561.65',    '1','1','561.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009382.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097646.0','1044456.0','11',    '10','7','14718.19',    '10','7','13749.56',    '5','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009383.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097647.0','1044456.0','1',    '1','1','2730.0',    '1','1','2730.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009384.0','1018889.0','3',    '3','1','2000.0',    '3','1','2000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097648.0','1044456.0','11',    '11','8','14283.65',    '11','7','12129.68',    '8','2','2153.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009385.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097649.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009386.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097650.0','1044456.0','5',    '3','2','2497.69',    '3','1','2000.0',    '3','1','497.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009387.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097651.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009388.0','1018889.0','1203',    '1128','627','1341258.51',    '1068','411','1023301.4',    '804','350','317957.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097652.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009389.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097653.0','1044456.0','5',    '4','4','5279.16',    '2','2','3548.61',    '3','2','1730.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009390.0','1018889.0','1',    '1','1','2156.0',    '1','1','2156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097654.0','1044456.0','1',    '1','1','13501.7',    '1','1','7709.0',    '1','1','5792.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009391.0','1018889.0','5',    '4','4','6010.3',    '3','3','5248.38',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097655.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008703.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096967.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009392.0','1018889.0','62',    '55','14','38428.25',    '49','12','36697.7',    '25','3','1730.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097656.0','1044456.0','1009',    '880','322','436896.26',    '696','139','294554.86',    '521','195','142341.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008849.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097113.0','1044456.0','1',    '1','1','798.0',    '1','1','798.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009393.0','1018889.0','53',    '43','12','21471.27',    '34','8','18978.8',    '26','4','2492.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097657.0','1044456.0','2',    '1','1','24051.8',    '1','1','6638.0',    '1','1','17413.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008652.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096916.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009394.0','1018889.0','226',    '190','75','101518.51',    '166','36','70033.72',    '104','49','31484.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097658.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009395.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097659.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009396.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097660.0','1044456.0','1',    '1','1','1851.26',    '1','1','946.0',    '1','1','905.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008557.0','1018889.0','111',    '102','46','88880.38',    '93','43','80626.02',    '58','8','8254.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096821.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009397.0','1018889.0','2357',    '2213','1230','2785467.13',    '2083','912','2220877.64',    '1507','540','564589.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097661.0','1044456.0','65',    '62','41','64714.73',    '54','21','41932.99',    '46','28','22781.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008707.0','1018889.0','121',    '110','60','122722.66',    '104','38','87571.63',    '71','32','35151.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096971.0','1044456.0','2033',    '1855','864','1645375.57',    '1656','494','1108716.23',    '1286','532','536659.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009398.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097662.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009399.0','1018889.0','5239',    '4571','1894','3490470.52',    '4016','1333','2721534.7',    '2768','813','768935.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097663.0','1044456.0','305',    '278','149','300866.27',    '245','86','222019.65',    '199','89','78846.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009400.0','1018889.0','5',    '5','4','4847.84',    '4','2','3324.0',    '4','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097664.0','1044456.0','1',    '1','1','2317.04',    '1','1','2317.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009401.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097665.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009402.0','1018889.0','2',    '2','1','5541.57',    '2','1','5541.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097666.0','1044456.0','17',    '17','8','15931.36',    '14','6','13677.55',    '8','3','2253.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009403.0','1018889.0','1',    '1','1','3430.92',    '1','1','2669.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097667.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009404.0','1018889.0','1484',    '1209','399','544695.91',    '1027','263','409566.58',    '702','164','135129.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097668.0','1044456.0','1',    '1','1','1484.0',    '1','1','1484.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009405.0','1018889.0','1',    '1','1','206.71',    '0','0','0.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097669.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009406.0','1018889.0','94',    '90','59','190468.4',    '85','34','118588.31',    '74','41','71880.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097670.0','1044456.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009407.0','1018889.0','750',    '649','289','411664.16',    '520','120','247562.76',    '427','198','164101.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097671.0','1044456.0','303',    '256','68','114623.46',    '223','53','97744.44',    '136','20','16879.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008710.0','1018889.0','1436',    '1279','466','768620.57',    '1126','258','541815.3',    '793','249','226805.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096974.0','1044456.0','2903',    '2479','865','1687771.75',    '2262','728','1532519.72',    '1387','207','155252.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009408.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097672.0','1044456.0','11',    '7','2','2200.0',    '4','0','0.0',    '5','2','2200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009409.0','1018889.0','2',    '2','1','2452.15',    '2','1','2452.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097673.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009410.0','1018889.0','2',    '2','2','14665.52',    '2','2','4614.4',    '2','2','10051.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097674.0','1044456.0','3',    '3','3','2285.76',    '0','0','0.0',    '3','3','2285.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008793.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097057.0','1044456.0','398',    '356','173','272952.96',    '318','71','167351.96',    '223','125','105601.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009411.0','1018889.0','1',    '1','1','972.82',    '1','1','516.11',    '1','1','456.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097675.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009412.0','1018889.0','19',    '18','11','33032.25',    '18','11','26424.16',    '5','4','6608.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097676.0','1044456.0','1',    '1','1','1608.19',    '1','1','1608.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009413.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097677.0','1044456.0','47',    '39','18','51567.08',    '36','13','34733.41',    '25','9','16833.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009414.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097678.0','1044456.0','1',    '1','1','2884.0',    '1','1','2884.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008762.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097026.0','1044456.0','21',    '18','7','7680.88',    '16','2','2757.87',    '10','7','4923.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009415.0','1018889.0','67',    '53','27','75842.66',    '47','23','60678.0',    '29','7','15164.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097679.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009416.0','1018889.0','1',    '1','1','652.65',    '1','0','0.0',    '1','1','652.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097680.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008655.0','1018889.0','7',    '7','3','4968.63',    '7','2','4000.0',    '4','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096919.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009417.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097681.0','1044456.0','2007',    '1744','609','1084826.48',    '1514','376','759983.8',    '1015','283','324842.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009418.0','1018889.0','1',    '1','1','3942.72',    '1','1','804.0',    '1','1','3138.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097682.0','1044456.0','309',    '266','146','258838.51',    '235','79','195143.06',    '180','79','63695.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009419.0','1018889.0','331',    '290','114','211696.67',    '251','79','127644.41',    '171','59','84052.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097683.0','1044456.0','1',    '1','1','2509.7',    '1','1','2000.0',    '1','1','509.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009420.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097684.0','1044456.0','2',    '2','1','3172.0',    '2','1','3172.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009421.0','1018889.0','57',    '50','32','58308.01',    '40','23','47576.21',    '37','14','10731.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097685.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009422.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097686.0','1044456.0','27',    '25','18','77595.22',    '25','16','59742.93',    '15','8','17852.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008521.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096785.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009423.0','1018889.0','85',    '79','36','108089.62',    '68','22','77223.66',    '48','24','30865.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097687.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008715.0','1018889.0','3948',    '3678','2079','4371757.27',    '3471','1164','3082514.31',    '2537','1363','1289242.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096979.0','1044456.0','26',    '23','5','7006.36',    '21','3','5482.52',    '10','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009424.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097688.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009425.0','1018889.0','24',    '22','12','27118.62',    '22','10','22482.18',    '16','7','4636.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097689.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009426.0','1018889.0','1',    '1','1','3344.0',    '1','1','3344.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097690.0','1044456.0','2326',    '2040','880','1381889.83',    '1685','405','912816.49',    '1326','558','469073.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009427.0','1018889.0','1093',    '1003','604','1285120.47',    '922','361','947258.3',    '719','360','337862.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097691.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009428.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097692.0','1044456.0','293',    '279','164','391469.81',    '264','79','266783.5',    '191','125','124686.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009429.0','1018889.0','1',    '1','1','1164.0',    '1','1','1164.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097693.0','1044456.0','10',    '8','3','7901.66',    '8','3','5615.0',    '1','1','2286.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009430.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097694.0','1044456.0','1',    '1','1','2653.36',    '1','1','2000.0',    '1','1','653.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008816.0','1018889.0','252',    '229','133','331838.83',    '214','110','289400.16',    '111','45','42438.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097080.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008653.0','1018889.0','1',    '1','1','182.31',    '1','0','0.0',    '1','1','182.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096917.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009431.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097695.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009432.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097696.0','1044456.0','233',    '183','78','163329.38',    '163','61','138238.6',    '113','23','25090.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009433.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097697.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009434.0','1018889.0','1',    '1','1','2724.0',    '1','1','2724.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097698.0','1044456.0','264',    '243','149','346907.59',    '230','114','268538.47',    '173','81','78369.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009435.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097699.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009436.0','1018889.0','5',    '5','3','3553.63',    '5','1','2585.0',    '5','2','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097700.0','1044456.0','1',    '1','1','2724.0',    '1','1','2724.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009437.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097701.0','1044456.0','55',    '51','11','20522.07',    '47','8','16761.29',    '26','4','3760.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009438.0','1018889.0','7',    '7','4','9228.98',    '6','2','6529.8',    '6','3','2699.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097702.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009439.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097703.0','1044456.0','5',    '5','4','4806.41',    '5','1','3075.86',    '5','3','1730.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009440.0','1018889.0','7759',    '7356','4110','8168375.98',    '6862','2205','5572560.25',    '5252','2702','2595815.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097704.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009441.0','1018889.0','1',    '1','1','2617.35',    '1','1','2617.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097705.0','1044456.0','1',    '1','1','2694.0',    '1','1','2694.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009442.0','1018889.0','3',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097706.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009443.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097707.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009444.0','1018889.0','1',    '1','1','206.71',    '1','0','0.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097708.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009445.0','1018889.0','29',    '27','11','9437.95',    '25','3','2800.72',    '13','9','6637.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097709.0','1044456.0','1',    '1','1','4170.0',    '1','1','4170.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009446.0','1018889.0','7',    '7','4','4409.98',    '5','2','2679.43',    '6','2','1730.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097710.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009447.0','1018889.0','5',    '5','4','5217.42',    '5','3','4804.0',    '2','2','413.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097711.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009448.0','1018889.0','1043',    '952','521','1057958.54',    '876','345','779187.72',    '672','307','278770.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097712.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008829.0','1018889.0','3',    '2','1','761.92',    '2','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097093.0','1044456.0','2',    '2','1','306.68',    '2','1','306.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009449.0','1018889.0','9',    '9','4','2039.73',    '9','3','1626.31',    '4','2','413.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097713.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009450.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097714.0','1044456.0','6459',    '5865','2747','6074917.92',    '5541','2001','4398752.52',    '3689','1281','1676165.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009451.0','1018889.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097715.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009452.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097716.0','1044456.0','5409',    '4823','2252','4884490.86',    '4284','1509','3534839.57',    '3194','1114','1349651.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009453.0','1018889.0','2',    '1','1','968.63',    '0','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097717.0','1044456.0','17',    '16','9','40028.94',    '16','9','39822.23',    '12','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009454.0','1018889.0','3',    '3','3','2285.76',    '1','0','0.0',    '3','3','2285.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097718.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009455.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097719.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009456.0','1018889.0','845',    '754','316','648436.12',    '681','240','519478.71',    '407','100','128957.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097720.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009457.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097721.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009458.0','1018889.0','2',    '2','2','4434.0',    '2','2','4434.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097722.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009459.0','1018889.0','4',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097723.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009460.0','1018889.0','1',    '1','1','2655.25',    '1','1','2655.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097724.0','1044456.0','7',    '6','5','21927.13',    '6','5','20833.54',    '4','1','1093.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009461.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097725.0','1044456.0','1',    '1','1','1403.55',    '1','1','1403.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008650.0','1018889.0','1',    '1','1','2126.4',    '1','1','1626.4',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096914.0','1044456.0','1',    '1','1','4284.65',    '1','1','4284.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009462.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097726.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009463.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097727.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009464.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097728.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009465.0','1018889.0','1',    '1','1','7045.0',    '1','1','2000.0',    '1','1','5045.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097729.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009466.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097730.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009467.0','1018889.0','1',    '1','1','6502.0',    '1','1','6502.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097731.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009468.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097732.0','1044456.0','1',    '1','1','1185.34',    '1','0','0.0',    '1','1','1185.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009469.0','1018889.0','748',    '672','274','366162.03',    '537','120','229784.65',    '444','168','136377.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097733.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009470.0','1018889.0','8',    '5','1','2000.0',    '5','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097734.0','1044456.0','1',    '1','1','217.84',    '1','0','0.0',    '1','1','217.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009471.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097735.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008885.0','1018889.0','282',    '256','153','221307.21',    '222','100','156119.68',    '180','78','65187.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097149.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009472.0','1018889.0','375',    '315','130','177157.91',    '270','101','149857.3',    '187','41','27300.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097736.0','1044456.0','1',    '1','1','4793.17',    '1','1','3825.0',    '1','1','968.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009473.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097737.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009474.0','1018889.0','24',    '23','15','48042.49',    '21','11','35755.88',    '17','11','12286.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097738.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009475.0','1018889.0','1',    '1','1','2761.92',    '1','1','2000.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097739.0','1044456.0','918',    '853','492','922287.52',    '789','239','636649.58',    '597','340','285637.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009476.0','1018889.0','235',    '204','98','343420.86',    '195','79','241921.0',    '121','59','101499.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097740.0','1044456.0','215',    '204','125','247950.78',    '197','88','185666.81',    '141','69','62283.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009477.0','1018889.0','1',    '1','1','2224.78',    '1','1','868.0',    '1','1','1356.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097741.0','1044456.0','1',    '1','1','5067.43',    '1','1','2156.0',    '1','1','2911.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009478.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097742.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009479.0','1018889.0','2848',    '2696','1715','5480752.12',    '2605','1250','4098606.44',    '1865','970','1382145.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097743.0','1044456.0','621',    '572','292','535959.95',    '508','201','424708.67',    '358','134','111251.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008553.0','1018889.0','265',    '236','105','155825.92',    '187','47','104643.23',    '152','70','51182.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096817.0','1044456.0','567',    '510','247','507192.65',    '456','157','362375.36',    '337','131','144817.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009480.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097744.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008538.0','1018889.0','1',    '1','1','2370.67',    '1','0','0.0',    '1','1','2370.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096802.0','1044456.0','2',    '2','1','3702.0',    '2','1','3702.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009481.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097745.0','1044456.0','8',    '5','3','5623.18',    '5','3','5623.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009482.0','1018889.0','1',    '1','1','2206.71',    '1','1','2000.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097746.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009483.0','1018889.0','3',    '3','2','1523.84',    '2','0','0.0',    '3','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097747.0','1044456.0','210',    '192','107','239811.29',    '172','79','198770.58',    '115','46','41040.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009484.0','1018889.0','3',    '3','2','1523.84',    '3','0','0.0',    '2','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097748.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009485.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097749.0','1044456.0','708',    '639','332','635525.38',    '568','238','499906.9',    '431','138','135618.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008789.0','1018889.0','18',    '15','9','14822.16',    '14','7','13091.61',    '11','2','1730.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097053.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008481.0','1018889.0','94',    '87','50','170525.08',    '79','36','117744.38',    '68','30','52780.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096745.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009486.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097750.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009487.0','1018889.0','2',    '2','1','2968.63',    '2','1','2000.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097751.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008713.0','1018889.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096977.0','1044456.0','1',    '1','1','968.63',    '0','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009488.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097752.0','1044456.0','54',    '51','31','51340.41',    '50','15','42648.16',    '41','18','8692.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009489.0','1018889.0','15',    '14','6','15668.96',    '13','3','10506.73',    '7','4','5162.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097753.0','1044456.0','1112',    '1055','704','2067450.02',    '1023','441','1392965.99',    '764','463','674484.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008568.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096832.0','1044456.0','160',    '145','87','205502.97',    '143','49','158195.8',    '111','59','47307.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009490.0','1018889.0','61',    '57','39','84037.16',    '47','21','62561.13',    '39','26','21476.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097754.0','1044456.0','9',    '9','6','11680.95',    '9','4','10157.11',    '7','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009491.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097755.0','1044456.0','1',    '1','1','961.63',    '0','0','0.0',    '1','1','961.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009492.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097756.0','1044456.0','1',    '1','1','1144.34',    '1','1','1144.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008675.0','1018889.0','1456',    '1319','675','1288607.78',    '1129','403','931587.96',    '838','386','357019.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096939.0','1044456.0','1',    '1','1','11606.63',    '1','1','2724.0',    '1','1','8882.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009493.0','1018889.0','1',    '1','1','2217.42',    '1','1','2217.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097757.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009494.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097758.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009495.0','1018889.0','31',    '28','12','11424.83',    '22','6','6865.01',    '17','6','4559.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097759.0','1044456.0','8',    '7','5','7089.97',    '7','4','5566.13',    '5','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009496.0','1018889.0','34',    '31','13','33487.81',    '27','10','27629.98',    '23','7','5857.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097760.0','1044456.0','11',    '10','3','3202.42',    '10','3','2667.95',    '3','1','534.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009497.0','1018889.0','23',    '23','9','15503.76',    '23','6','13218.0',    '9','3','2285.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097761.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009498.0','1018889.0','1',    '1','1','4632.22',    '1','1','3398.0',    '1','1','1234.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097762.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009499.0','1018889.0','1',    '1','1','22005.04',    '1','1','9011.0',    '1','1','12994.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097763.0','1044456.0','5',    '5','1','164.06',    '5','0','0.0',    '4','1','164.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009500.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097764.0','1044456.0','2139',    '2029','1153','2576820.86',    '1891','698','1906582.12',    '1399','695','670238.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009501.0','1018889.0','447',    '429','293','982555.4',    '406','203','699812.57',    '319','188','282742.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097765.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009502.0','1018889.0','2502',    '2260','1229','2453718.15',    '1927','736','1730410.32',    '1536','687','723307.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097766.0','1044456.0','1',    '1','1','733.7',    '1','1','733.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009503.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097767.0','1044456.0','1',    '1','1','10381.89',    '1','1','2746.0',    '1','1','7635.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009504.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097768.0','1044456.0','313',    '298','148','277360.47',    '290','120','216170.03',    '151','61','61190.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009505.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097769.0','1044456.0','1',    '1','1','1290.0',    '1','1','1290.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009506.0','1018889.0','2',    '2','1','10731.76',    '2','1','5536.0',    '2','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097770.0','1044456.0','54',    '53','34','77283.25',    '47','19','49191.38',    '44','23','28091.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009507.0','1018889.0','1',    '1','1','1624.69',    '1','1','1624.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097771.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009508.0','1018889.0','270',    '246','113','164185.24',    '197','57','108451.56',    '164','68','55733.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097772.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009509.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097773.0','1044456.0','1',    '1','1','380.0',    '1','1','380.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009510.0','1018889.0','1',    '1','1','2358.0',    '1','1','2358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097774.0','1044456.0','1',    '1','1','3873.26',    '1','1','3873.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009511.0','1018889.0','9',    '5','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097775.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009512.0','1018889.0','204',    '194','137','506680.26',    '190','117','371594.04',    '141','59','135086.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097776.0','1044456.0','1',    '1','1','1982.0',    '1','1','1982.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009513.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097777.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009514.0','1018889.0','566',    '550','392','1532179.79',    '541','311','1117953.0',    '408','239','414226.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097778.0','1044456.0','1',    '1','1','3543.17',    '1','1','1167.0',    '1','1','2376.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009515.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097779.0','1044456.0','3',    '3','2','5812.61',    '3','2','4082.06',    '2','2','1730.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009516.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097780.0','1044456.0','82',    '78','39','126155.1',    '73','28','86393.14',    '50','20','39761.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009517.0','1018889.0','306',    '286','178','438749.77',    '278','108','325622.93',    '192','105','113126.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097781.0','1044456.0','2',    '2','2','2761.92',    '2','1','2000.0',    '2','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009518.0','1018889.0','1',    '1','1','1749.3',    '1','1','1749.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097782.0','1044456.0','2',    '2','1','4304.7',    '2','0','0.0',    '2','1','4304.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009519.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097783.0','1044456.0','271',    '232','74','122832.27',    '217','58','107954.12',    '118','19','14878.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009520.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097784.0','1044456.0','55',    '46','10','18059.23',    '42','10','17350.28',    '30','1','708.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009521.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097785.0','1044456.0','11',    '11','6','23445.28',    '11','4','20479.49',    '8','4','2965.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009522.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097786.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009523.0','1018889.0','675',    '637','437','1094909.56',    '610','313','892734.36',    '459','227','202175.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097787.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009524.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097788.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009525.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097789.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009526.0','1018889.0','1',    '1','1','761.92',    '0','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097790.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009527.0','1018889.0','7',    '5','3','5117.12',    '5','3','5117.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097791.0','1044456.0','1',    '1','1','3018.48',    '1','1','1945.0',    '1','1','1073.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009528.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097792.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009529.0','1018889.0','2',    '2','2','12526.63',    '2','2','11558.0',    '2','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097793.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009530.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097794.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009531.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097795.0','1044456.0','47',    '45','30','107081.9',    '42','21','60218.75',    '37','20','46863.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009532.0','1018889.0','35',    '31','14','24657.29',    '29','12','21559.65',    '12','5','3097.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097796.0','1044456.0','2651',    '2435','1208','2658493.73',    '2234','932','2149579.1',    '1638','487','508914.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009533.0','1018889.0','1',    '1','1','3506.0',    '1','1','3506.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097797.0','1044456.0','1',    '1','1','1092.0',    '1','1','1092.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009534.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097798.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009535.0','1018889.0','91',    '81','17','35608.62',    '76','11','22700.54',    '34','7','12908.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097799.0','1044456.0','10',    '9','4','10285.25',    '9','4','8670.49',    '5','2','1614.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009536.0','1018889.0','2317',    '2203','1282','2890877.45',    '2073','847','2205334.07',    '1540','705','685543.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097800.0','1044456.0','1',    '1','1','7200.0',    '1','1','7200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009537.0','1018889.0','192',    '173','88','141822.48',    '147','41','92477.84',    '133','61','49344.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097801.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009538.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097802.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009539.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097803.0','1044456.0','106',    '99','73','246821.74',    '91','48','167616.91',    '81','48','79204.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009540.0','1018889.0','83',    '78','47','117886.66',    '68','28','72459.23',    '57','33','45427.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097804.0','1044456.0','1',    '1','1','1223.09',    '1','1','1223.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009541.0','1018889.0','831',    '763','523','1331825.8',    '716','394','1084947.5',    '555','236','246878.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097805.0','1044456.0','5',    '5','3','4761.92',    '5','2','4000.0',    '4','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009542.0','1018889.0','276',    '243','135','260857.19',    '213','98','214756.63',    '157','61','46100.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097806.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009543.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097807.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009544.0','1018889.0','3',    '3','1','2184.4',    '3','1','2000.0',    '3','1','184.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097808.0','1044456.0','6309',    '5902','3201','7426013.85',    '5569','2149','5659701.64',    '4085','1665','1766312.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009545.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097809.0','1044456.0','39',    '38','30','91076.61',    '36','23','74641.16',    '32','17','16435.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009546.0','1018889.0','3',    '3','3','8567.07',    '3','3','7775.29',    '2','1','791.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097810.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009547.0','1018889.0','1',    '1','1','4105.0',    '1','1','4105.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097811.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009548.0','1018889.0','74',    '72','49','141241.64',    '71','37','112011.23',    '54','31','29230.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097812.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009549.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097813.0','1044456.0','31',    '28','10','19829.12',    '25','6','15367.91',    '16','7','4461.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009550.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097814.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009551.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097815.0','1044456.0','3',    '3','2','18635.22',    '3','2','4485.0',    '1','1','14150.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009552.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097816.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009553.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097817.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009554.0','1018889.0','122',    '95','18','27422.65',    '85','16','23136.29',    '45','3','4286.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097818.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009555.0','1018889.0','11',    '11','5','4978.58',    '10','3','3454.74',    '7','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097819.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009556.0','1018889.0','560',    '519','190','501590.71',    '510','164','385761.06',    '258','59','115829.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097820.0','1044456.0','1',    '1','1','15886.07',    '1','1','1348.0',    '1','1','14538.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009557.0','1018889.0','2',    '2','1','968.63',    '1','0','0.0',    '2','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097821.0','1044456.0','6058',    '5779','4094','10245975.09',    '5593','2949','7845145.83',    '4135','2280','2400829.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009558.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097822.0','1044456.0','7',    '7','4','7834.68',    '7','4','7072.76',    '6','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009559.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097823.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009560.0','1018889.0','1',    '1','1','5299.22',    '1','1','5299.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097824.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009561.0','1018889.0','1',    '1','1','3899.92',    '1','1','3138.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097825.0','1044456.0','1',    '1','1','4759.8',    '1','1','2684.0',    '1','1','2075.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009562.0','1018889.0','1',    '1','1','2778.0',    '1','1','2778.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097826.0','1044456.0','28',    '23','11','25322.85',    '22','10','23252.22',    '13','3','2070.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009563.0','1018889.0','77',    '76','51','148649.2',    '65','38','104883.64',    '56','32','43765.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097827.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009564.0','1018889.0','1',    '1','1','7115.65',    '1','1','6463.0',    '1','1','652.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097828.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009565.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097829.0','1044456.0','1',    '1','1','4948.63',    '1','1','3980.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009566.0','1018889.0','1',    '1','1','3038.0',    '1','1','3038.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097830.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009567.0','1018889.0','1',    '1','1','2968.63',    '1','1','2000.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097831.0','1044456.0','6',    '5','2','7287.92',    '5','1','6526.0',    '2','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009568.0','1018889.0','990',    '818','273','567871.76',    '754','218','448600.62',    '467','96','119271.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097832.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009569.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097833.0','1044456.0','1454',    '1337','491','1137981.22',    '1292','426','938416.22',    '691','148','199565.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009570.0','1018889.0','1484',    '1096','341','663579.49',    '922','268','583540.05',    '567','88','80039.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097834.0','1044456.0','1332',    '1146','424','1073680.18',    '1076','361','921358.97',    '609','140','152321.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009571.0','1018889.0','534',    '489','310','878825.68',    '457','206','621578.72',    '356','198','257246.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097835.0','1044456.0','1',    '1','1','7302.99',    '1','1','778.0',    '1','1','6524.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009572.0','1018889.0','23',    '19','7','7002.6',    '16','1','2000.0',    '17','6','5002.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097836.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009573.0','1018889.0','808',    '705','384','547321.2',    '552','156','310760.4',    '526','281','236560.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097837.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009574.0','1018889.0','1',    '1','1','2806.45',    '1','1','2563.53',    '1','1','242.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097838.0','1044456.0','1',    '1','1','24713.32',    '1','1','8898.0',    '1','1','15815.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009575.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097839.0','1044456.0','1',    '1','1','9285.24',    '1','1','6864.57',    '1','1','2420.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009576.0','1018889.0','1',    '1','1','3912.65',    '1','1','3912.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097840.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009577.0','1018889.0','62',    '59','40','117810.5',    '53','25','78971.58',    '46','34','38838.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097841.0','1044456.0','1',    '1','1','5153.94',    '1','1','5153.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009578.0','1018889.0','1',    '1','1','784.19',    '1','1','577.48',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097842.0','1044456.0','729',    '606','264','586429.78',    '539','216','488060.05',    '325','88','98369.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009579.0','1018889.0','1',    '1','1','761.92',    '0','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097843.0','1044456.0','1',    '1','1','670.0',    '1','1','670.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009580.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097844.0','1044456.0','9',    '9','8','9606.0',    '9','2','4214.64',    '8','7','5391.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009581.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097845.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009582.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097846.0','1044456.0','65',    '56','29','70434.59',    '44','16','46764.9',    '36','20','23669.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009583.0','1018889.0','2',    '2','1','968.63',    '2','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097847.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009584.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097848.0','1044456.0','20',    '17','10','7986.03',    '14','5','3007.37',    '12','7','4978.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009585.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097849.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009586.0','1018889.0','1',    '1','1','1945.0',    '1','1','1945.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097850.0','1044456.0','1',    '1','1','19020.46',    '1','1','6607.0',    '1','1','12413.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009587.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097851.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009588.0','1018889.0','1',    '1','1','3112.0',    '1','1','3112.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097852.0','1044456.0','1',    '1','1','14858.0',    '1','1','14858.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008887.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097151.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009589.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097853.0','1044456.0','77',    '75','55','270793.53',    '74','47','182578.09',    '54','28','88215.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009590.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097854.0','1044456.0','1000',    '957','608','1580577.12',    '891','410','1170792.12',    '714','355','409785.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009591.0','1018889.0','1',    '1','1','5656.71',    '1','1','5200.0',    '1','1','456.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097855.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009592.0','1018889.0','3',    '3','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097856.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008770.0','1018889.0','1',    '1','1','152.18',    '1','1','152.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097034.0','1044456.0','7',    '5','3','3523.84',    '4','1','2000.0',    '3','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009593.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097857.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009594.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097858.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008657.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096921.0','1044456.0','1',    '1','1','6111.55',    '1','1','5611.55',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008768.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097032.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009595.0','1018889.0','344',    '317','191','349367.75',    '262','85','216132.06',    '218','134','133235.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097859.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009596.0','1018889.0','1',    '1','1','772.0',    '1','1','772.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097860.0','1044456.0','19',    '19','16','55786.5',    '19','13','40754.99',    '16','13','15031.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009597.0','1018889.0','1',    '1','1','522.06',    '1','1','522.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097861.0','1044456.0','1',    '1','1','3354.99',    '1','1','2000.0',    '1','1','1354.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009598.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097862.0','1044456.0','1',    '1','1','3093.59',    '1','1','2000.0',    '1','1','1093.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009599.0','1018889.0','2',    '2','1','679.04',    '2','0','0.0',    '1','1','679.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097863.0','1044456.0','1',    '1','1','928.0',    '1','1','928.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009600.0','1018889.0','5021',    '4733','3145','8854652.83',    '4561','2231','6626069.51',    '3448','1792','2228583.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097864.0','1044456.0','1',    '1','1','5105.06',    '1','1','2684.0',    '1','1','2421.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009601.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097865.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009602.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097866.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009603.0','1018889.0','1002',    '858','194','303422.78',    '775','148','256494.26',    '474','58','46928.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097867.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009604.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097868.0','1044456.0','11',    '10','5','7507.5',    '9','4','5983.66',    '10','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009605.0','1018889.0','4',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097869.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009606.0','1018889.0','1',    '1','1','1228.0',    '1','1','1228.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097870.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009607.0','1018889.0','312',    '288','106','223157.94',    '271','89','189377.59',    '153','36','33780.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097871.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009608.0','1018889.0','1',    '1','1','10931.21',    '1','1','830.0',    '1','1','10101.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097872.0','1044456.0','251',    '239','160','410816.42',    '231','118','322917.65',    '164','76','87898.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009609.0','1018889.0','1',    '1','1','912.99',    '1','1','744.15',    '1','1','168.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097873.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009610.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097874.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009611.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097875.0','1044456.0','7',    '6','2','3330.39',    '5','1','3123.68',    '5','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009612.0','1018889.0','1',    '1','1','564.11',    '1','0','0.0',    '1','1','564.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097876.0','1044456.0','6657',    '5969','2985','6052473.44',    '5419','2120','4605053.18',    '4022','1432','1447420.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009613.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097877.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009614.0','1018889.0','1',    '1','1','2778.0',    '1','1','2778.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097878.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009615.0','1018889.0','11031',    '10385','6900','18551672.7',    '9986','5126','14061236.92',    '7307','3603','4490435.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097879.0','1044456.0','2',    '2','2','8197.06',    '2','2','7075.9',    '2','1','1121.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009616.0','1018889.0','24',    '22','11','20281.81',    '19','8','17582.63',    '15','4','2699.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097880.0','1044456.0','1',    '1','1','2662.69',    '1','1','2000.0',    '1','1','662.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009617.0','1018889.0','7',    '6','2','2050.0',    '6','1','2000.0',    '2','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097881.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009618.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097882.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009619.0','1018889.0','3',    '3','1','2761.92',    '2','1','2000.0',    '3','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097883.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009620.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097884.0','1044456.0','2613',    '2171','915','1605719.88',    '1782','487','1096945.94',    '1374','520','508773.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009621.0','1018889.0','721',    '631','325','520983.72',    '511','184','363910.06',    '417','186','157073.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097885.0','1044456.0','31',    '28','12','34066.04',    '24','9','26883.65',    '21','8','7182.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009622.0','1018889.0','1',    '1','1','761.92',    '0','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097886.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009623.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097887.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009624.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097888.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008719.0','1018889.0','25',    '22','11','17809.6',    '16','7','14000.0',    '15','5','3809.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096983.0','1044456.0','402',    '341','173','380655.38',    '299','111','250073.34',    '204','86','130582.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009625.0','1018889.0','7',    '7','3','2492.47',    '3','0','0.0',    '4','3','2492.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097889.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009626.0','1018889.0','19',    '12','1','761.92',    '7','0','0.0',    '11','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097890.0','1044456.0','6',    '6','2','1200.72',    '6','2','846.1',    '3','1','354.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008680.0','1018889.0','1',    '1','1','3218.0',    '1','1','3218.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096944.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009627.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097891.0','1044456.0','53',    '50','30','32965.9',    '38','10','18076.0',    '40','20','14889.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009628.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097892.0','1044456.0','2364',    '1982','956','1272693.22',    '1529','389','767406.59',    '1333','641','505286.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009629.0','1018889.0','1664',    '1401','492','766103.54',    '1183','261','555932.88',    '783','272','210170.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097893.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009630.0','1018889.0','101',    '88','49','69020.79',    '63','22','43610.46',    '66','33','25410.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097894.0','1044456.0','25',    '18','9','6522.45',    '12','4','2688.07',    '9','5','3834.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009631.0','1018889.0','2',    '2','2','1523.84',    '2','0','0.0',    '2','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097895.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009632.0','1018889.0','1',    '1','1','8402.48',    '1','1','7581.5',    '1','1','820.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097896.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009633.0','1018889.0','4',    '4','2','1730.55',    '3','0','0.0',    '4','2','1730.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097897.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009634.0','1018889.0','1',    '1','1','1282.88',    '1','1','1282.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097898.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009635.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097899.0','1044456.0','284',    '255','146','216474.54',    '222','85','144289.4',    '186','89','72185.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009636.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097900.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009637.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097901.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009638.0','1018889.0','2',    '2','1','18179.18',    '2','1','8732.0',    '2','1','9447.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097902.0','1044456.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009639.0','1018889.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097903.0','1044456.0','156',    '139','91','162382.67',    '110','49','96067.85',    '92','55','66314.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009640.0','1018889.0','1',    '1','1','15005.71',    '1','1','2595.0',    '1','1','12410.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097904.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009641.0','1018889.0','36',    '33','20','39784.52',    '27','15','31958.61',    '24','10','7825.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097905.0','1044456.0','1',    '1','1','968.63',    '0','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009642.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097906.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009643.0','1018889.0','15',    '10','5','9466.09',    '9','5','9466.09',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097907.0','1044456.0','930',    '786','384','591429.28',    '641','205','368380.61',    '498','231','223048.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009644.0','1018889.0','1',    '1','1','4358.0',    '1','1','4358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097908.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009645.0','1018889.0','609',    '461','164','265781.85',    '358','92','190286.73',    '278','82','75495.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097909.0','1044456.0','18',    '15','6','7418.41',    '14','5','6656.49',    '10','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008794.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097058.0','1044456.0','599',    '511','278','444218.42',    '403','123','240760.21',    '360','190','203458.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009646.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097910.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009647.0','1018889.0','1',    '1','1','904.0',    '1','1','697.29',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097911.0','1044456.0','49',    '42','20','33559.82',    '37','16','25140.4',    '23','9','8419.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009648.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097912.0','1044456.0','2',    '2','1','761.92',    '2','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009649.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097913.0','1044456.0','1',    '1','1','4173.8',    '1','1','2000.0',    '1','1','2173.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009650.0','1018889.0','689',    '614','353','590469.03',    '544','178','384681.38',    '420','231','205787.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097914.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009651.0','1018889.0','140',    '134','105','459043.43',    '130','79','334138.67',    '99','63','124904.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097915.0','1044456.0','4',    '2','1','3354.16',    '2','1','3038.0',    '1','1','316.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009652.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097916.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008559.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096823.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009653.0','1018889.0','1',    '1','1','19543.15',    '1','1','16346.0',    '1','1','3197.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097917.0','1044456.0','1',    '1','1','842.0',    '1','1','842.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009654.0','1018889.0','19',    '14','3','4500.79',    '11','3','4294.08',    '7','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097918.0','1044456.0','68',    '65','41','54767.68',    '47','16','27271.2',    '52','31','27496.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009655.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097919.0','1044456.0','30',    '26','10','28715.95',    '24','7','25441.0',    '16','4','3274.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009656.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097920.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009657.0','1018889.0','2627',    '2098','721','1359284.43',    '1753','470','1051022.11',    '1166','320','308262.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097921.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009658.0','1018889.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097922.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008461.0','1018889.0','97',    '90','52','100244.43',    '80','32','75722.01',    '65','32','24522.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096725.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009659.0','1018889.0','55',    '46','24','28522.11',    '33','6','13980.71',    '40','19','14541.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097923.0','1044456.0','1',    '1','1','1698.91',    '1','1','1698.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008875.0','1018889.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097139.0','1044456.0','17',    '16','7','7084.96',    '10','4','4799.2',    '9','3','2285.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009660.0','1018889.0','399',    '306','96','214305.57',    '259','75','185614.11',    '166','30','28691.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097924.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009661.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097925.0','1044456.0','6',    '5','2','1523.84',    '5','0','0.0',    '3','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009662.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097926.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009663.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097927.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009664.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097928.0','1044456.0','219',    '205','122','350330.11',    '197','84','263047.13',    '144','65','87282.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009665.0','1018889.0','4',    '4','1','2000.0',    '4','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097929.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009666.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097930.0','1044456.0','137',    '106','59','164092.04',    '99','47','136214.07',    '66','23','27877.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009667.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097931.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009668.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097932.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009669.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097933.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009670.0','1018889.0','105',    '95','46','85668.31',    '88','25','56509.57',    '53','31','29158.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097934.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009671.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097935.0','1044456.0','3',    '2','2','973.31',    '1','1','211.39',    '2','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009672.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097936.0','1044456.0','3',    '3','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009673.0','1018889.0','12',    '8','4','8372.08',    '7','4','8372.08',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097937.0','1044456.0','1',    '1','1','603.5',    '1','1','603.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009674.0','1018889.0','1',    '1','1','2072.6',    '1','1','2072.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097938.0','1044456.0','3',    '3','1','5200.0',    '3','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009675.0','1018889.0','16',    '16','5','13248.23',    '14','3','11458.11',    '12','2','1790.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097939.0','1044456.0','134',    '127','53','83949.07',    '109','33','61801.91',    '81','25','22147.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009676.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097940.0','1044456.0','144',    '136','92','192369.9',    '115','60','153181.35',    '103','52','39188.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009677.0','1018889.0','619',    '509','267','601585.46',    '475','217','496354.48',    '252','91','105230.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097941.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009678.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097942.0','1044456.0','68',    '55','26','37278.09',    '47','9','19068.88',    '34','22','18209.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009679.0','1018889.0','1',    '1','1','5308.83',    '1','1','5102.12',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097943.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009680.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097944.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009681.0','1018889.0','2',    '2','1','968.63',    '2','0','0.0',    '2','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097945.0','1044456.0','97',    '89','48','93784.24',    '81','23','62857.17',    '62','38','30927.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009682.0','1018889.0','227',    '218','130','395845.78',    '207','89','276799.29',    '155','74','119046.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097946.0','1044456.0','1',    '1','1','1570.63',    '1','1','1570.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009683.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097947.0','1044456.0','25',    '22','9','15456.69',    '21','9','15456.69',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009684.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097948.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009685.0','1018889.0','16',    '15','6','14557.26',    '15','4','12116.52',    '9','3','2440.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097949.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009686.0','1018889.0','13',    '11','7','19653.45',    '10','4','11751.14',    '9','5','7902.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097950.0','1044456.0','205',    '188','126','252364.56',    '148','73','191223.5',    '140','81','61141.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008631.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096895.0','1044456.0','3',    '3','3','4475.62',    '3','2','2964.29',    '2','2','1511.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009687.0','1018889.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097951.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009688.0','1018889.0','22',    '20','9','13209.61',    '17','5','9056.3',    '14','5','4153.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097952.0','1044456.0','1',    '1','1','4215.67',    '1','1','1845.0',    '1','1','2370.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009689.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097953.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009690.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097954.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009691.0','1018889.0','1',    '1','1','1764.78',    '1','0','0.0',    '1','1','1764.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097955.0','1044456.0','402',    '351','95','149859.09',    '325','80','134873.53',    '165','19','14985.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009692.0','1018889.0','78',    '70','40','126385.95',    '57','32','104864.95',    '48','15','21521.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097956.0','1044456.0','1',    '1','1','535.79',    '1','0','0.0',    '1','1','535.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009693.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097957.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009694.0','1018889.0','58',    '49','13','35264.94',    '44','10','30479.73',    '24','6','4785.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097958.0','1044456.0','3823',    '3178','1306','2369251.92',    '2731','928','1901022.65',    '1920','483','468229.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009695.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097959.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008815.0','1018889.0','548',    '511','173','260507.58',    '482','115','204355.88',    '311','73','56151.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097079.0','1044456.0','11',    '10','5','7832.48',    '9','3','4556.65',    '6','2','3275.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009696.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097960.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009697.0','1018889.0','83',    '75','43','86189.91',    '65','25','60577.16',    '48','26','25612.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097961.0','1044456.0','19',    '18','7','14387.16',    '17','4','7394.86',    '12','4','6992.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009698.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097962.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009699.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097963.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008569.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096833.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009700.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097964.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009701.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097965.0','1044456.0','1',    '1','1','7205.28',    '1','1','2205.28',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009702.0','1018889.0','4',    '3','1','10449.34',    '3','1','2988.0',    '3','1','7461.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097966.0','1044456.0','9',    '9','6','22737.52',    '8','4','18086.28',    '8','4','4651.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009703.0','1018889.0','183',    '167','88','161621.66',    '141','55','101018.43',    '113','56','60603.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097967.0','1044456.0','33',    '31','22','54587.73',    '29','17','47269.73',    '21','10','7318.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009704.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097968.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009705.0','1018889.0','1687',    '1573','823','1503466.29',    '1464','468','1071827.34',    '1037','504','431638.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097969.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009706.0','1018889.0','2148',    '2055','1331','4873961.46',    '1986','995','3583526.99',    '1407','733','1290434.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097970.0','1044456.0','1',    '1','1','143.16',    '1','1','143.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009707.0','1018889.0','1243',    '1106','308','490000.5',    '1000','213','405942.26',    '616','106','84058.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097971.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008844.0','1018889.0','142',    '117','79','218194.77',    '114','73','205925.56',    '68','19','12269.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097108.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009708.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097972.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009709.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097973.0','1044456.0','238',    '220','103','242450.32',    '203','77','196426.45',    '125','43','46023.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009710.0','1018889.0','479',    '445','243','555332.69',    '414','185','443039.92',    '267','98','112292.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097974.0','1044456.0','21',    '17','5','7853.22',    '15','3','5522.83',    '11','3','2330.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009711.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097975.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009712.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097976.0','1044456.0','1',    '1','1','968.63',    '1','0','0.0',    '1','1','968.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009713.0','1018889.0','37',    '34','21','42931.84',    '33','14','31378.26',    '24','11','11553.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097977.0','1044456.0','37',    '35','21','23899.4',    '31','7','14257.6',    '26','14','9641.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009714.0','1018889.0','654',    '623','395','1331984.6',    '605','284','985892.67',    '406','212','346091.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097978.0','1044456.0','61',    '57','35','55689.59',    '49','28','43260.51',    '45','17','12429.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009715.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097979.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009716.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097980.0','1044456.0','1280',    '1149','565','919758.43',    '967','308','630085.09',    '746','344','289673.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009717.0','1018889.0','2',    '2','1','761.92',    '2','0','0.0',    '2','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097981.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008813.0','1018889.0','151',    '137','51','121232.65',    '126','37','78693.52',    '68','21','42539.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097077.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009718.0','1018889.0','751',    '667','339','838434.05',    '595','228','641075.07',    '401','167','197358.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097982.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009719.0','1018889.0','1707',    '1448','652','1210021.21',    '1284','490','994578.46',    '846','227','215442.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097983.0','1044456.0','583',    '548','323','715999.5',    '502','228','555168.1',    '351','156','160831.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009720.0','1018889.0','2',    '2','1','2275.18',    '2','1','2275.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097984.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009721.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097985.0','1044456.0','11',    '10','1','761.92',    '9','0','0.0',    '6','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009722.0','1018889.0','1',    '1','1','3560.75',    '1','1','2000.0',    '1','1','1560.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097986.0','1044456.0','1',    '1','1','2824.0',    '1','1','2824.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009723.0','1018889.0','1',    '1','1','744.0',    '1','1','744.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097987.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009724.0','1018889.0','2415',    '2137','1086','2196755.36',    '1838','642','1556143.86',    '1483','620','640611.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097988.0','1044456.0','2',    '2','1','761.92',    '2','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009725.0','1018889.0','80',    '71','37','60701.79',    '64','16','38107.53',    '56','27','22594.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097989.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009726.0','1018889.0','1',    '1','1','2206.71',    '1','1','2000.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097990.0','1044456.0','5',    '5','4','5460.55',    '5','3','5050.77',    '3','1','409.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008522.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096786.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009727.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097991.0','1044456.0','2463',    '2212','1112','2018321.96',    '1921','653','1473740.74',    '1477','602','544581.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009728.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097992.0','1044456.0','114',    '97','67','102297.75',    '68','23','50806.33',    '78','51','51491.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009729.0','1018889.0','22',    '17','9','20155.01',    '14','5','17874.37',    '11','4','2280.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097993.0','1044456.0','1',    '1','1','2824.0',    '1','1','2824.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009730.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097994.0','1044456.0','2',    '2','2','19174.3',    '2','2','6828.0',    '2','1','12346.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009731.0','1018889.0','3470',    '3276','1933','6218300.22',    '3183','1402','4395039.31',    '2229','1102','1823260.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097995.0','1044456.0','1',    '1','1','748.99',    '1','0','0.0',    '1','1','748.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009732.0','1018889.0','1',    '1','1','5200.0',    '1','1','5200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097996.0','1044456.0','188',    '174','110','199994.0',    '162','73','147725.21',    '122','59','52268.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009733.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097997.0','1044456.0','18',    '17','2','6908.99',    '15','1','5582.96',    '8','2','1326.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009734.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097998.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009735.0','1018889.0','184',    '156','99','218052.35',    '140','74','184454.87',    '96','42','33597.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097999.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009736.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098000.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009737.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098001.0','1044456.0','99',    '86','52','68735.64',    '74','34','51641.68',    '62','23','17093.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008743.0','1018889.0','15',    '14','7','13334.95',    '14','4','8455.0',    '12','5','4879.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097007.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009738.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098002.0','1044456.0','1',    '1','1','761.92',    '1','0','0.0',    '1','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009739.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098003.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009740.0','1018889.0','1',    '1','1','4193.0',    '1','1','4193.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098004.0','1044456.0','815',    '739','370','502985.65',    '618','125','289708.22',    '533','284','213277.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009741.0','1018889.0','1',    '1','1','1012.53',    '0','0','0.0',    '1','1','1012.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098005.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009742.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098006.0','1044456.0','1',    '1','1','2206.71',    '1','1','2000.0',    '1','1','206.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009743.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098007.0','1044456.0','8',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008712.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096976.0','1044456.0','4706',    '4338','2244','4968312.62',    '3982','1484','3765957.75',    '2804','1182','1202354.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008633.0','1018889.0','1',    '1','1','1416.87',    '1','1','1416.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096897.0','1044456.0','6',    '6','2','1523.84',    '5','0','0.0',    '5','2','1523.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009744.0','1018889.0','1',    '1','1','15420.53',    '1','1','4060.0',    '1','1','11360.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098008.0','1044456.0','1',    '1','1','3527.09',    '1','1','3527.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009745.0','1018889.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098009.0','1044456.0','55',    '50','32','93592.4',    '40','18','67717.26',    '42','24','25875.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009746.0','1018889.0','1',    '1','1','17331.69',    '1','1','3282.0',    '1','1','14049.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098010.0','1044456.0','1',    '1','1','2171.35',    '1','0','0.0',    '1','1','2171.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009747.0','1018889.0','4989',    '4731','2966','8552512.5',    '4523','2143','6317663.06',    '3397','1709','2234849.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098011.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009748.0','1018889.0','1200',    '1109','593','1215292.46',    '1025','475','978922.05',    '738','225','236370.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098012.0','1044456.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009749.0','1018889.0','150',    '139','63','97823.65',    '133','53','88760.85',    '83','14','9062.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098013.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009750.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098014.0','1044456.0','195',    '178','105','344894.29',    '168','89','278409.36',    '115','45','66484.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009751.0','1018889.0','1',    '1','1','3004.15',    '1','1','3004.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098015.0','1044456.0','1296',    '1143','949','8301153.15',    '1117','878','4174998.01',    '841','572','4126155.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009752.0','1018889.0','407',    '385','203','236381.99',    '308','74','128438.62',    '281','138','107943.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098016.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009753.0','1018889.0','183',    '176','67','168328.39',    '172','67','154536.24',    '121','10','13792.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098017.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009754.0','1018889.0','243',    '227','95','176480.45',    '215','80','163323.77',    '148','24','13156.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098018.0','1044456.0','43',    '34','22','65652.84',    '32','22','54374.31',    '26','4','11278.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008570.0','1018889.0','140',    '134','61','52557.66',    '131','45','37347.54',    '93','33','15210.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096834.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009755.0','1018889.0','804',    '743','408','991714.39',    '677','263','688719.86',    '502','238','302994.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098019.0','1044456.0','941',    '895','571','1285325.84',    '831','386','989395.38',    '666','311','295930.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009756.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098020.0','1044456.0','1',    '1','1','1012.53',    '1','0','0.0',    '1','1','1012.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009757.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098021.0','1044456.0','396',    '367','162','257279.41',    '342','125','208519.36',    '187','54','48760.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009758.0','1018889.0','639',    '593','290','612134.34',    '526','180','441329.61',    '407','150','170804.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098022.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009759.0','1018889.0','4',    '3','2','3012.53',    '2','1','2000.0',    '2','1','1012.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098023.0','1044456.0','18',    '17','9','23149.78',    '14','2','15634.66',    '11','8','7515.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009760.0','1018889.0','3',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098024.0','1044456.0','1',    '1','1','6664.0',    '1','1','6664.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009761.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098025.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009762.0','1018889.0','892',    '832','392','908370.05',    '785','330','800113.99',    '544','113','108256.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098026.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009763.0','1018889.0','4',    '4','2','4673.21',    '4','2','4673.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098027.0','1044456.0','1',    '1','1','5483.87',    '1','1','5483.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009764.0','1018889.0','1',    '1','1','1674.16',    '1','1','1674.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098028.0','1044456.0','1',    '1','1','2616.31',    '1','1','2616.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009765.0','1018889.0','1',    '1','1','2369.74',    '1','1','2369.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098029.0','1044456.0','1',    '1','1','1255.33',    '1','1','1255.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009766.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098030.0','1044456.0','1',    '1','1','9600.47',    '1','1','6967.94',    '1','1','2632.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009767.0','1018889.0','1',    '1','1','3437.35',    '1','1','2000.0',    '1','1','1437.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098031.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009768.0','1018889.0','1',    '1','1','3573.81',    '1','1','3416.08',    '1','1','157.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098032.0','1044456.0','4',    '3','2','2605.2',    '3','1','2000.0',    '3','1','605.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009769.0','1018889.0','1',    '1','1','2796.45',    '1','1','2000.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098033.0','1044456.0','2737',    '2532','1232','1843660.39',    '2158','493','1093739.8',    '1741','873','749920.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008764.0','1018889.0','1',    '1','1','2290.06',    '1','1','2290.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097028.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009770.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098034.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009771.0','1018889.0','82',    '78','32','55188.75',    '76','29','50890.59',    '43','7','4298.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098035.0','1044456.0','16',    '16','10','20827.34',    '11','2','14239.66',    '13','9','6587.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009772.0','1018889.0','2',    '2','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098036.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009773.0','1018889.0','154',    '144','36','49763.16',    '133','29','44102.14',    '57','8','5661.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098037.0','1044456.0','106',    '100','50','132324.05',    '94','47','124878.13',    '69','7','7445.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009774.0','1018889.0','1',    '1','1','635.36',    '1','1','635.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098038.0','1044456.0','694',    '592','230','442647.96',    '548','186','368122.78',    '348','73','74525.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009775.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098039.0','1044456.0','2',    '2','1','1448.35',    '2','1','1448.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009776.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098040.0','1044456.0','1',    '1','1','2266.92',    '1','1','2266.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009777.0','1018889.0','2548',    '2404','1290','2612506.87',    '2253','713','1850485.81',    '1646','812','762021.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098041.0','1044456.0','516',    '467','172','373628.8',    '454','163','355194.68',    '274','24','18434.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009778.0','1018889.0','9654',    '9106','5160','16381830.79',    '8652','4062','11324798.57',    '6380','2495','5057032.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098042.0','1044456.0','142',    '140','69','128177.55',    '137','57','99980.16',    '76','20','28197.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009779.0','1018889.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098043.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009780.0','1018889.0','1',    '1','1','3762.92',    '1','1','3762.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098044.0','1044456.0','1',    '1','1','4660.44',    '1','1','4660.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009781.0','1018889.0','5261',    '4920','2655','5616440.51',    '4524','1598','4084477.92',    '3360','1525','1531962.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098045.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009782.0','1018889.0','1',    '1','1','216.08',    '1','0','0.0',    '1','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098046.0','1044456.0','4297',    '3971','1984','3884970.76',    '3700','1290','2844350.6',    '2755','1098','1040620.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009783.0','1018889.0','55',    '54','20','38081.03',    '53','16','31225.33',    '34','10','6855.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098047.0','1044456.0','4',    '3','1','150.0',    '3','0','0.0',    '3','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009784.0','1018889.0','1',    '1','1','3222.09',    '1','1','3222.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098048.0','1044456.0','1',    '1','1','2592.97',    '1','1','2000.0',    '1','1','592.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009785.0','1018889.0','22',    '18','7','8556.88',    '17','5','6963.98',    '9','2','1592.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098049.0','1044456.0','14',    '13','9','18044.49',    '13','8','17248.04',    '8','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009786.0','1018889.0','1',    '1','1','2732.01',    '1','1','2732.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098050.0','1044456.0','76',    '67','23','24738.69',    '58','17','20917.36',    '31','6','3821.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009787.0','1018889.0','300',    '284','194','553918.59',    '262','163','454824.19',    '185','65','99094.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098051.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009788.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098052.0','1044456.0','23',    '21','6','7889.48',    '20','6','7889.48',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009789.0','1018889.0','18',    '18','12','12454.28',    '17','10','10258.05',    '12','4','2196.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098053.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009790.0','1018889.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098054.0','1044456.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009791.0','1018889.0','3612',    '3422','2094','4906102.81',    '3261','1289','3699443.73',    '2401','1265','1206659.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098055.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009792.0','1018889.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098056.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009793.0','1018889.0','120',    '108','42','79502.98',    '99','33','70277.0',    '72','17','9225.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098057.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009794.0','1018889.0','3',    '3','1','2000.0',    '2','1','2000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098058.0','1044456.0','2419',    '2234','1257','2155638.57',    '1908','546','1259711.57',    '1602','919','895927.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009795.0','1018889.0','1',    '1','1','3991.06',    '1','1','3402.0',    '1','1','589.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098059.0','1044456.0','21',    '21','9','17333.87',    '21','9','17183.87',    '15','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009796.0','1018889.0','9',    '9','6','14763.82',    '6','3','5682.26',    '8','5','9081.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098060.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009797.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098061.0','1044456.0','6',    '6','4','4659.88',    '6','4','4659.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009798.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098062.0','1044456.0','1',    '1','1','3122.0',    '1','1','3122.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009799.0','1018889.0','20',    '19','9','13780.07',    '17','6','11390.72',    '10','3','2389.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098063.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009800.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098064.0','1044456.0','2',    '2','2','3272.43',    '2','1','2529.46',    '1','1','742.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009801.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098065.0','1044456.0','3380',    '3230','1607','3777870.22',    '3128','1368','3183123.31',    '2366','543','594746.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009802.0','1018889.0','4',    '4','2','4104.76',    '4','2','2976.0',    '4','1','1128.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098066.0','1044456.0','1',    '1','1','2487.44',    '1','1','2487.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009803.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098067.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009804.0','1018889.0','1',    '1','1','2044.71',    '1','1','1248.26',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098068.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009805.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098069.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009806.0','1018889.0','43',    '35','11','17649.54',    '30','10','16853.09',    '20','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098070.0','1044456.0','95',    '84','19','42811.66',    '76','16','35025.94',    '49','5','7785.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009807.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098071.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009808.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098072.0','1044456.0','503',    '444','273','748262.44',    '381','166','492094.89',    '300','165','256167.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009809.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098073.0','1044456.0','1',    '1','1','377.81',    '1','1','377.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009810.0','1018889.0','2',    '2','2','869.25',    '2','0','0.0',    '2','2','869.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098074.0','1044456.0','1',    '1','1','2563.24',    '1','1','2563.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009811.0','1018889.0','5',    '5','5','13631.62',    '5','5','13631.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098075.0','1044456.0','22',    '21','9','8060.69',    '21','7','6949.84',    '17','2','1110.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009812.0','1018889.0','1221',    '1117','871','6062606.84',    '1079','783','3551258.42',    '761','456','2511348.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098076.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009813.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098077.0','1044456.0','2817',    '2648','1536','3907880.11',    '2384','792','2622820.78',    '1889','1053','1285059.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009814.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098078.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009815.0','1018889.0','2962',    '2801','1581','2252272.01',    '2481','587','1322904.32',    '1967','1194','929367.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098079.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009816.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098080.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008658.0','1018889.0','171',    '160','135','452492.38',    '155','133','418283.1',    '108','31','34209.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096922.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009817.0','1018889.0','72',    '66','41','85662.18',    '66','40','76823.96',    '35','7','8838.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098081.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009818.0','1018889.0','1',    '1','1','12157.02',    '1','1','9408.0',    '1','1','2749.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098082.0','1044456.0','119',    '111','42','75385.84',    '108','37','66130.33',    '51','8','9255.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009819.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098083.0','1044456.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009820.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098084.0','1044456.0','2',    '2','2','1200.33',    '1','1','187.8',    '2','2','1012.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009821.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098085.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009822.0','1018889.0','6',    '4','3','16940.54',    '4','3','12883.0',    '1','1','4057.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098086.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009823.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098087.0','1044456.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009824.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098088.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009825.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098089.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009826.0','1018889.0','55',    '53','32','56961.91',    '51','26','48996.85',    '33','10','7965.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098090.0','1044456.0','1',    '1','1','1342.06',    '1','1','1125.98',    '1','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009827.0','1018889.0','3',    '3','2','4036.69',    '2','1','2000.0',    '3','2','2036.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098091.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009828.0','1018889.0','3978',    '3576','1596','2495483.06',    '3165','891','1772913.85',    '2427','922','722569.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098092.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009829.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098093.0','1044456.0','392',    '349','241','336861.55',    '265','111','205077.7',    '266','166','131783.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009830.0','1018889.0','1',    '1','1','1076.88',    '1','1','1076.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098094.0','1044456.0','331',    '299','127','269720.61',    '268','87','199493.43',    '163','56','70227.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009831.0','1018889.0','8',    '7','5','10413.06',    '7','4','10098.0',    '3','2','315.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098095.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009832.0','1018889.0','11',    '9','4','2833.05',    '7','1','293.7',    '4','3','2539.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098096.0','1044456.0','1',    '1','1','146.9',    '1','1','146.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009833.0','1018889.0','274',    '257','162','238342.7',    '219','65','139690.48',    '184','117','98652.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098097.0','1044456.0','4',    '4','4','18991.42',    '4','4','8862.75',    '3','1','10128.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009834.0','1018889.0','2',    '2','1','387.78',    '2','1','387.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098098.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009835.0','1018889.0','3',    '3','2','1505.31',    '3','0','0.0',    '3','2','1505.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098099.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009836.0','1018889.0','74',    '68','34','62111.44',    '64','21','45714.9',    '42','22','16396.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098100.0','1044456.0','5',    '5','5','4287.17',    '5','5','4287.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009837.0','1018889.0','6',    '4','3','3435.96',    '4','2','3285.99',    '3','1','149.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098101.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009838.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098102.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009839.0','1018889.0','253',    '234','99','177201.53',    '222','76','130429.0',    '133','39','46772.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098103.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008797.0','1018889.0','1347',    '1157','603','1284571.63',    '1009','379','1006518.01',    '735','298','278053.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097061.0','1044456.0','6',    '5','1','2000.0',    '5','1','2000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009840.0','1018889.0','5',    '5','1','2000.0',    '5','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098104.0','1044456.0','2297',    '2193','1389','2947755.63',    '2004','784','2029784.49',    '1545','914','917971.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009841.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098105.0','1044456.0','359',    '342','168','273781.58',    '324','143','239802.46',    '213','42','33979.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009842.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098106.0','1044456.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009843.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098107.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009844.0','1018889.0','2',    '2','2','2712.99',    '1','1','1400.91',    '2','2','1312.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098108.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009845.0','1018889.0','1491',    '1253','540','1164070.97',    '1088','418','965010.88',    '757','178','199060.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098109.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009846.0','1018889.0','330',    '286','117','229411.05',    '256','91','189225.56',    '174','31','40185.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098110.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009847.0','1018889.0','1074',    '990','538','1052687.84',    '884','388','856820.21',    '648','228','195867.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098111.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009848.0','1018889.0','1',    '1','1','411.68',    '1','1','411.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098112.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009849.0','1018889.0','1',    '1','1','796.45',    '0','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098113.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009850.0','1018889.0','12',    '12','5','4896.12',    '11','3','3303.22',    '7','2','1592.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098114.0','1044456.0','1',    '1','1','980.36',    '1','0','0.0',    '1','1','980.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009851.0','1018889.0','636',    '594','236','383945.07',    '568','204','342309.85',    '337','46','41635.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098115.0','1044456.0','53',    '48','25','72142.88',    '43','17','54092.91',    '29','13','18049.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009852.0','1018889.0','112',    '107','43','80347.03',    '105','35','73681.66',    '76','14','6665.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098116.0','1044456.0','186',    '181','107','263424.2',    '172','81','210048.27',    '111','57','53375.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009853.0','1018889.0','1',    '1','1','216.08',    '1','0','0.0',    '1','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098117.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009854.0','1018889.0','1',    '1','1','12500.0',    '1','1','12500.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098118.0','1044456.0','3',    '2','1','710.46',    '2','1','710.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009855.0','1018889.0','460',    '429','257','711527.19',    '409','169','542794.05',    '318','153','168733.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098119.0','1044456.0','3',    '3','2','34112.2',    '3','2','12023.0',    '3','2','22089.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009856.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098120.0','1044456.0','3002',    '2827','1486','2725217.75',    '2654','923','2021747.02',    '1896','798','703470.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009857.0','1018889.0','681',    '630','337','694545.55',    '576','248','547261.03',    '421','151','147284.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098121.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009858.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098122.0','1044456.0','2417',    '2270','1128','2137190.94',    '2150','811','1675911.32',    '1550','507','461279.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009859.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098123.0','1044456.0','3',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009860.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098124.0','1044456.0','1',    '1','1','161.21',    '1','0','0.0',    '1','1','161.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009861.0','1018889.0','118',    '109','46','65843.79',    '95','34','53152.41',    '54','18','12691.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098125.0','1044456.0','516',    '483','235','484855.08',    '456','191','395831.32',    '294','74','89023.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009862.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098126.0','1044456.0','42',    '38','22','22668.96',    '28','6','8690.43',    '22','18','13978.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009863.0','1018889.0','2',    '2','1','5119.92',    '2','1','4358.0',    '2','1','761.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098127.0','1044456.0','130',    '124','90','191553.22',    '117','57','139289.24',    '94','58','52263.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009864.0','1018889.0','65',    '57','23','54613.96',    '52','19','47267.59',    '38','5','7346.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098128.0','1044456.0','7',    '6','3','6000.0',    '6','3','6000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009865.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098129.0','1044456.0','2',    '2','1','2310.63',    '2','1','1710.0',    '1','1','600.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009866.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098130.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008823.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097087.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009867.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098131.0','1044456.0','2',    '2','1','2708.76',    '2','1','2708.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009868.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098132.0','1044456.0','335',    '306','151','357337.61',    '286','127','273493.18',    '163','42','83844.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009869.0','1018889.0','1',    '1','1','5295.05',    '1','1','5295.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098133.0','1044456.0','1',    '1','1','1975.78',    '1','1','1975.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009870.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098134.0','1044456.0','1',    '1','1','3464.0',    '1','1','3464.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009871.0','1018889.0','15',    '14','13','34154.2',    '14','12','30647.64',    '11','2','3506.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098135.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009872.0','1018889.0','5',    '5','2','2592.98',    '5','2','2592.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098136.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009873.0','1018889.0','55',    '55','25','23310.73',    '53','17','17864.52',    '38','10','5446.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098137.0','1044456.0','2941',    '2771','1614','5054514.26',    '2666','1274','3234168.69',    '2041','849','1820345.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008857.0','1018889.0','1528',    '1439','810','1496627.9',    '1306','468','1081648.57',    '1055','489','414979.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097121.0','1044456.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009874.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098138.0','1044456.0','1',    '1','1','3840.29',    '1','1','3840.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009875.0','1018889.0','3363',    '3150','1514','2472159.88',    '2854','795','1618638.53',    '2111','959','853521.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098139.0','1044456.0','1',    '1','1','2640.08',    '1','1','2640.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009876.0','1018889.0','1',    '1','1','1552.0',    '1','1','1552.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098140.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009877.0','1018889.0','40',    '28','13','23472.97',    '26','13','23472.97',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098141.0','1044456.0','1',    '1','1','976.0',    '1','1','976.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009878.0','1018889.0','4',    '3','1','216.08',    '3','0','0.0',    '2','1','216.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098142.0','1044456.0','12',    '12','4','9160.33',    '11','4','9160.33',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009879.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098143.0','1044456.0','13',    '11','2','4000.0',    '11','2','4000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009880.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098144.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009881.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098145.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009882.0','1018889.0','56',    '49','29','66398.81',    '49','26','60921.74',    '35','6','5477.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098146.0','1044456.0','34',    '26','9','54085.01',    '23','9','43620.99',    '12','3','10464.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009883.0','1018889.0','3',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098147.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009884.0','1018889.0','203',    '191','108','286428.04',    '188','83','244394.27',    '134','49','42033.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098148.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009885.0','1018889.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098149.0','1044456.0','2',    '2','2','7285.55',    '2','2','6758.49',    '2','1','527.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009886.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098150.0','1044456.0','7',    '7','4','11362.7',    '6','4','10753.99',    '6','1','608.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009887.0','1018889.0','17',    '17','6','10119.15',    '13','2','5590.18',    '12','6','4528.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098151.0','1044456.0','56',    '55','16','20677.61',    '53','14','18150.73',    '35','4','2526.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009888.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098152.0','1044456.0','2',    '2','1','2120.67',    '2','1','2120.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009889.0','1018889.0','2445',    '2217','814','1682217.96',    '2077','746','1500311.11',    '1317','130','181906.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098153.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009890.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098154.0','1044456.0','1',    '1','1','976.0',    '1','1','976.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008524.0','1018889.0','55',    '51','24','42605.13',    '43','17','35258.66',    '36','11','7346.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096788.0','1044456.0','1144',    '1081','584','1235559.86',    '1023','491','1074570.75',    '788','222','160989.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009891.0','1018889.0','26',    '18','6','13346.45',    '15','5','10000.0',    '16','3','3346.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098155.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009892.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098156.0','1044456.0','52',    '51','34','102856.81',    '50','33','97800.23',    '37','5','5056.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009893.0','1018889.0','7',    '6','3','6309.38',    '6','3','6309.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098157.0','1044456.0','148',    '142','53','124072.67',    '136','46','109147.5',    '95','16','14925.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009894.0','1018889.0','27',    '25','16','30749.91',    '22','9','21573.36',    '20','12','9176.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098158.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009895.0','1018889.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098159.0','1044456.0','1568',    '1437','724','1415745.47',    '1358','532','1092805.72',    '984','341','322939.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009896.0','1018889.0','1',    '1','1','10910.22',    '1','1','5027.0',    '1','1','5883.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098160.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009897.0','1018889.0','552',    '520','235','357628.92',    '448','110','248301.51',    '350','144','109327.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098161.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009898.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098162.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008562.0','1018889.0','1',    '1','1','9278.06',    '1','1','2000.0',    '1','1','7278.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096826.0','1044456.0','4',    '4','2','4886.44',    '4','2','2931.29',    '3','2','1955.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009899.0','1018889.0','59',    '58','28','37324.53',    '57','23','31963.46',    '39','9','5361.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098163.0','1044456.0','12',    '11','5','4198.33',    '11','0','0.0',    '8','5','4198.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009900.0','1018889.0','16',    '16','8','12054.83',    '12','3','6479.68',    '11','7','5575.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098164.0','1044456.0','1',    '1','1','983.32',    '1','1','983.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009901.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098165.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009902.0','1018889.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098166.0','1044456.0','5358',    '4836','2276','3955586.65',    '4323','1259','2770426.02',    '3316','1331','1185160.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008773.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097037.0','1044456.0','1885',    '1792','906','2059985.13',    '1755','787','1758494.15',    '1286','314','301490.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009903.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098167.0','1044456.0','8',    '8','5','10933.28',    '8','5','10383.29',    '6','1','549.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009904.0','1018889.0','557',    '515','238','397783.63',    '493','199','347573.41',    '314','70','50210.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098168.0','1044456.0','197',    '166','55','133818.28',    '153','53','106285.0',    '84','9','27533.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009905.0','1018889.0','107',    '100','70','110518.52',    '90','51','85383.84',    '82','32','25134.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098169.0','1044456.0','1',    '1','1','394.4',    '1','1','394.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009906.0','1018889.0','1',    '1','1','436.81',    '1','1','436.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098170.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009907.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098171.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009908.0','1018889.0','214',    '205','128','226482.03',    '202','121','193331.27',    '110','31','33150.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098172.0','1044456.0','1',    '1','1','5715.72',    '1','1','976.0',    '1','1','4739.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009909.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098173.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009910.0','1018889.0','215',    '154','65','137106.22',    '134','54','110345.87',    '105','23','26760.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098174.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009911.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098175.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009912.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098176.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009913.0','1018889.0','533',    '503','311','505313.93',    '456','164','346003.11',    '369','196','159310.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098177.0','1044456.0','44',    '40','13','45585.93',    '34','12','41394.86',    '23','3','4191.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008634.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096898.0','1044456.0','38',    '37','23','36252.03',    '36','16','26811.17',    '27','12','9440.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009914.0','1018889.0','48',    '42','13','21328.79',    '42','11','16531.83',    '17','5','4796.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098178.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009915.0','1018889.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098179.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009916.0','1018889.0','658',    '511','396','1363159.53',    '466','301','953314.99',    '354','213','409844.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098180.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009917.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098181.0','1044456.0','113',    '105','46','83639.34',    '93','33','70640.8',    '63','16','12998.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009918.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098182.0','1044456.0','709',    '661','382','976896.04',    '626','344','842532.36',    '442','110','134363.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009919.0','1018889.0','2',    '2','2','1162.53',    '2','0','0.0',    '2','2','1162.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098183.0','1044456.0','365',    '346','180','335077.0',    '339','162','296449.91',    '196','46','38627.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009920.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098184.0','1044456.0','2',    '2','1','1730.55',    '1','1','1203.49',    '2','1','527.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009921.0','1018889.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098185.0','1044456.0','373',    '347','199','298142.86',    '299','97','195011.67',    '244','132','103131.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009922.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098186.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009923.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098187.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009924.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098188.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009925.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098189.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009926.0','1018889.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098190.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009927.0','1018889.0','32',    '28','16','45915.47',    '25','12','38207.34',    '19','7','7708.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098191.0','1044456.0','146',    '141','63','144322.32',    '138','55','130421.75',    '89','17','13900.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009928.0','1018889.0','1',    '1','1','2833.58',    '1','1','2833.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098192.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009929.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098193.0','1044456.0','13',    '13','9','16933.13',    '11','4','5401.71',    '9','6','11531.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009930.0','1018889.0','135',    '127','72','130444.0',    '115','46','96826.2',    '91','40','33617.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098194.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009931.0','1018889.0','2',    '2','2','3012.53',    '2','1','2000.0',    '1','1','1012.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098195.0','1044456.0','38',    '35','18','21709.37',    '35','16','19256.2',    '13','4','2453.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009932.0','1018889.0','1',    '1','1','2231.28',    '1','1','2231.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098196.0','1044456.0','128',    '122','46','51816.66',    '111','21','26455.1',    '85','30','25361.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009933.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098197.0','1044456.0','1060',    '1000','640','1358801.38',    '896','347','947387.63',    '729','436','411413.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009934.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098198.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009935.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098199.0','1044456.0','5',    '5','1','2000.0',    '5','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009936.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098200.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009937.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098201.0','1044456.0','4627',    '4417','2206','4991942.3',    '4254','1753','3902150.09',    '3045','976','1089792.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009938.0','1018889.0','159',    '139','51','82361.32',    '125','30','66210.92',    '74','24','16150.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098202.0','1044456.0','5685',    '5293','2486','3192103.06',    '4650','878','1771334.44',    '3504','1869','1420768.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009939.0','1018889.0','8',    '7','2','3804.88',    '6','2','3289.25',    '4','1','515.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098203.0','1044456.0','928',    '856','420','550704.26',    '693','140','293756.58',    '605','319','256947.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009940.0','1018889.0','21',    '20','9','6981.49',    '15','3','2567.08',    '10','6','4414.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098204.0','1044456.0','376',    '361','197','422127.17',    '345','165','365867.46',    '241','77','56259.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009941.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098205.0','1044456.0','35',    '32','11','23518.0',    '28','6','17708.47',    '14','6','5809.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009942.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098206.0','1044456.0','2',    '2','2','4314.86',    '2','2','4314.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009943.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098207.0','1044456.0','1',    '1','1','85.65',    '1','1','85.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009944.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098208.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009945.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098209.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009946.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098210.0','1044456.0','1525',    '1273','609','1094079.5',    '1079','332','784724.41',    '810','374','309355.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009947.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098211.0','1044456.0','133',    '125','83','145295.42',    '106','42','102038.1',    '80','54','43257.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009948.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098212.0','1044456.0','109',    '104','54','62425.49',    '92','27','43081.59',    '72','34','19343.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009949.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098213.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009950.0','1018889.0','24',    '18','6','10293.69',    '17','6','10074.8',    '8','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098214.0','1044456.0','1059',    '610','97','219061.56',    '461','89','192358.13',    '351','12','26703.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009951.0','1018889.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098215.0','1044456.0','10',    '10','7','9939.89',    '9','5','8337.48',    '8','3','1602.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009952.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098216.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009953.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098217.0','1044456.0','1031',    '861','323','504128.7',    '704','163','356700.85',    '530','184','147427.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009954.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098218.0','1044456.0','117',    '112','64','120354.41',    '87','38','93698.92',    '81','32','26655.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009955.0','1018889.0','1',    '1','1','2543.25',    '1','1','2543.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098219.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009956.0','1018889.0','1297',    '815','193','475994.83',    '656','184','448279.44',    '476','12','27715.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098220.0','1044456.0','125',    '117','64','128993.76',    '104','51','111410.27',    '83','21','17583.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009957.0','1018889.0','2',    '2','1','8315.55',    '2','1','3828.0',    '2','1','4487.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098221.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009958.0','1018889.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098222.0','1044456.0','11',    '10','4','6806.83',    '8','3','6000.0',    '5','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009959.0','1018889.0','154',    '141','101','186277.7',    '121','53','139781.04',    '83','55','46496.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098223.0','1044456.0','1',    '1','1','796.45',    '1','0','0.0',    '1','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009960.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098224.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009961.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098225.0','1044456.0','2966',    '2387','892','1455754.81',    '1936','509','1074817.61',    '1424','453','380937.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009962.0','1018889.0','3',    '2','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098226.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009963.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098227.0','1044456.0','2649',    '2155','900','1512382.55',    '1780','515','1056772.63',    '1347','494','455609.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009964.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098228.0','1044456.0','2',    '2','1','323.38',    '2','1','323.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009965.0','1018889.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098229.0','1044456.0','807',    '783','501','1154176.25',    '716','362','865899.75',    '550','269','288276.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009966.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098230.0','1044456.0','1',    '1','1','1725.75',    '1','1','1725.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009967.0','1018889.0','171',    '166','132','315680.8',    '155','88','234439.49',    '129','92','81241.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098231.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009968.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098232.0','1044456.0','1',    '1','1','2208.96',    '1','1','1889.41',    '1','1','319.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008833.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097097.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009969.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098233.0','1044456.0','2',    '2','2','3470.89',    '2','1','2674.44',    '2','1','796.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009970.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098234.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009971.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098235.0','1044456.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009972.0','1018889.0','682',    '638','455','682315.81',    '542','255','457052.72',    '454','274','225263.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098236.0','1044456.0','66',    '63','47','104114.24',    '53','32','72481.89',    '50','24','31632.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009973.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098237.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009974.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098238.0','1044456.0','881',    '471','96','245787.38',    '336','91','233947.8',    '285','7','11839.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009975.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098239.0','1044456.0','894',    '502','110','255891.83',    '360','100','245260.64',    '275','10','10631.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009976.0','1018889.0','203',    '122','20','69036.12',    '89','20','54510.6',    '86','3','14525.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098240.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009977.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098241.0','1044456.0','1',    '1','1','880.7',    '1','1','880.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009978.0','1018889.0','1',    '1','1','593.47',    '1','1','593.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098242.0','1044456.0','1867',    '1174','253','466900.47',    '911','220','428051.57',    '629','44','38848.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009979.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098243.0','1044456.0','7',    '6','2','3716.12',    '5','1','2000.0',    '4','1','1716.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009980.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098244.0','1044456.0','18',    '13','5','8873.04',    '11','5','8873.04',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009981.0','1018889.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098245.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009982.0','1018889.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098246.0','1044456.0','1685',    '1345','410','770316.08',    '1125','323','674984.52',    '719','117','95331.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009983.0','1018889.0','2273',    '2049','1478','3325194.97',    '1831','1146','2732464.84',    '1321','632','592730.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098247.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009984.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098248.0','1044456.0','1',    '1','1','3450.32',    '1','1','2000.0',    '1','1','1450.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008888.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097152.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009985.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098249.0','1044456.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009986.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098250.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009987.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098251.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009988.0','1018889.0','8',    '7','5','7547.55',    '7','5','7547.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098252.0','1044456.0','1',    '1','1','657.0',    '1','1','657.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009989.0','1018889.0','7',    '6','3','8727.13',    '4','2','4000.0',    '5','2','4727.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098253.0','1044456.0','1',    '1','1','5000.0',    '0','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009990.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098254.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009991.0','1018889.0','1',    '1','1','2465.46',    '1','1','2000.0',    '1','1','465.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098255.0','1044456.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009992.0','1018889.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098256.0','1044456.0','4',    '4','1','7000.0',    '3','1','2000.0',    '4','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009993.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098257.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009994.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098258.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009995.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098259.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009996.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098260.0','1044456.0','875',    '514','90','163913.97',    '385','81','156471.55',    '267','10','7442.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009997.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098261.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009998.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098262.0','1044456.0','57',    '52','13','24525.01',    '43','8','20859.91',    '28','6','3665.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2009999.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098263.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010000.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098264.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010001.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098265.0','1044456.0','13',    '12','8','18564.33',    '11','5','14949.39',    '9','4','3614.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010002.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098266.0','1044456.0','442',    '301','63','135347.41',    '263','60','127865.38',    '131','4','7482.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010003.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098267.0','1044456.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010004.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098268.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010005.0','1018889.0','21',    '11','2','9200.0',    '10','2','9200.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098269.0','1044456.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010006.0','1018889.0','43',    '38','20','48712.8',    '35','19','44756.18',    '26','7','3956.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098270.0','1044456.0','7',    '6','2','2725.34',    '6','1','2000.0',    '1','1','725.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010007.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098271.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010008.0','1018889.0','983',    '889','513','954128.49',    '776','332','726451.95',    '563','268','227676.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098272.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010009.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098273.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010010.0','1018889.0','231',    '154','31','54176.54',    '114','26','50205.15',    '86','6','3971.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098274.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010011.0','1018889.0','497',    '459','331','753258.45',    '428','269','618246.98',    '322','142','135011.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098275.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010012.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098276.0','1044456.0','5',    '5','4','8000.0',    '5','4','8000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010013.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098277.0','1044456.0','415',    '332','161','221527.73',    '258','85','153819.79',    '204','87','67707.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010014.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098278.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010015.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098279.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010016.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098280.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010017.0','1018889.0','7',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098281.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010018.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098282.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010019.0','1018889.0','1026',    '617','127','307210.68',    '494','114','255717.35',    '305','17','51493.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098283.0','1044456.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010020.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098284.0','1044456.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010021.0','1018889.0','7',    '5','2','4000.0',    '4','2','4000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098285.0','1044456.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010022.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098286.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010023.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098287.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010024.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098288.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010025.0','1018889.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098289.0','1044456.0','24',    '13','1','2000.0',    '9','1','2000.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010026.0','1018889.0','9',    '4','1','2000.0',    '4','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098290.0','1044456.0','1',    '1','1','13301.0',    '1','1','13301.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010027.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098291.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010028.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098292.0','1044456.0','4',    '4','2','4101.44',    '3','2','4101.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010029.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098293.0','1044456.0','198',    '116','13','24550.0',    '70','12','24000.0',    '84','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010030.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098294.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010031.0','1018889.0','9',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098295.0','1044456.0','1',    '1','1','847.43',    '1','0','0.0',    '1','1','847.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010032.0','1018889.0','9',    '7','1','3341.8',    '3','1','3341.8',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098296.0','1044456.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010033.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098297.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010034.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098298.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010035.0','1018889.0','345',    '270','65','110347.34',    '218','51','98821.56',    '142','16','11525.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098299.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010036.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098300.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010037.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098301.0','1044456.0','102',    '62','17','32218.89',    '42','16','32000.0',    '37','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010038.0','1018889.0','4',    '4','4','9912.75',    '4','3','9105.92',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098302.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010039.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098303.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010040.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098304.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010041.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098305.0','1044456.0','14',    '9','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010042.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098306.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010043.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098307.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010044.0','1018889.0','2',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098308.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010045.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098309.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010046.0','1018889.0','1',    '1','1','3481.55',    '1','1','2801.0',    '1','1','680.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098310.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010047.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098311.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010048.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098312.0','1044456.0','5',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010049.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098313.0','1044456.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008711.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096975.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010050.0','1018889.0','1',    '1','1','173.67',    '0','0','0.0',    '1','1','173.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098314.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010051.0','1018889.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098315.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010052.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098316.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010053.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098317.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010054.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098318.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010055.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098319.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010056.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098320.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010057.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098321.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008542.0','1018889.0','1',    '1','1','918.2',    '1','1','918.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096806.0','1044456.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010058.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098322.0','1044456.0','57',    '38','12','20406.81',    '29','10','19087.92',    '22','3','1318.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010059.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098323.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010060.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098324.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010061.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098325.0','1044456.0','222',    '186','69','105790.58',    '162','47','91899.58',    '108','24','13891.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010062.0','1018889.0','569',    '297','79','153939.41',    '240','73','138845.61',    '161','9','15093.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098326.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010063.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098327.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010064.0','1018889.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098328.0','1044456.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010065.0','1018889.0','5',    '4','3','6933.0',    '4','3','6933.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098329.0','1044456.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010066.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098330.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010067.0','1018889.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098331.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010068.0','1018889.0','2',    '2','1','2806.83',    '1','1','2000.0',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098332.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010069.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098333.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010070.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098334.0','1044456.0','418',    '330','88','152536.21',    '296','70','136105.12',    '157','22','16431.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010071.0','1018889.0','4',    '4','4','11736.46',    '4','2','9857.0',    '3','3','1879.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098335.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010072.0','1018889.0','2',    '2','1','218.89',    '1','0','0.0',    '2','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098336.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010073.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098337.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010074.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098338.0','1044456.0','1078',    '738','162','317802.84',    '626','147','294460.06',    '335','17','23342.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010075.0','1018889.0','26',    '18','4','6806.83',    '11','3','6000.0',    '11','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098339.0','1044456.0','3',    '2','1','82.76',    '2','1','82.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010076.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098340.0','1044456.0','64',    '46','9','21200.0',    '31','9','21200.0',    '37','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008688.0','1018889.0','6',    '6','4','14871.8',    '6','4','9676.04',    '2','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096952.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010077.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098341.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010078.0','1018889.0','1272',    '927','255','570136.42',    '796','235','493644.5',    '509','37','76491.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098342.0','1044456.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010079.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098343.0','1044456.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010080.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098344.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010081.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098345.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010082.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098346.0','1044456.0','1',    '1','1','2307.19',    '1','1','2000.0',    '1','1','307.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010083.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098347.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010084.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098348.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010085.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098349.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010086.0','1018889.0','104',    '54','11','22000.0',    '37','11','22000.0',    '36','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098350.0','1044456.0','6',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010087.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098351.0','1044456.0','3',    '2','2','4806.83',    '2','2','4000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010088.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098352.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010089.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098353.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010090.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098354.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010091.0','1018889.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098355.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010092.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098356.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010093.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098357.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010094.0','1018889.0','469',    '429','335','818229.76',    '398','272','659809.07',    '305','179','158420.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098358.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010095.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098359.0','1044456.0','19',    '16','12','34228.06',    '14','9','25460.74',    '12','6','8767.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010096.0','1018889.0','29',    '19','7','9808.5',    '14','5','8387.29',    '12','2','1421.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098360.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010097.0','1018889.0','130',    '74','26','45699.77',    '51','18','32935.85',    '47','11','12763.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098361.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010098.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098362.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010099.0','1018889.0','1',    '1','1','1873.75',    '1','1','1873.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098363.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010100.0','1018889.0','206',    '116','25','45201.86',    '91','23','44304.16',    '63','2','897.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098364.0','1044456.0','7',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010101.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098365.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010102.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098366.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010103.0','1018889.0','23',    '21','6','10178.97',    '13','6','10178.97',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098367.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010104.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010105.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098369.0','1044456.0','3',    '3','2','4729.75',    '3','2','4000.0',    '2','1','729.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010106.0','1018889.0','32',    '28','21','38176.49',    '22','14','30214.37',    '21','9','7962.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098370.0','1044456.0','1',    '1','1','218.89',    '1','0','0.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008879.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097143.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010107.0','1018889.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098371.0','1044456.0','3',    '3','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008659.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096923.0','1044456.0','30',    '21','5','10000.0',    '18','5','10000.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010108.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098372.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010109.0','1018889.0','31',    '20','3','6000.0',    '8','3','6000.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098373.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010110.0','1018889.0','1',    '1','1','2218.89',    '1','1','2000.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098374.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010111.0','1018889.0','1',    '1','1','773.6',    '1','0','0.0',    '1','1','773.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098375.0','1044456.0','3623',    '2226','486','938717.84',    '1690','437','881143.67',    '1259','62','57574.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010112.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098376.0','1044456.0','2',    '2','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010113.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098377.0','1044456.0','9',    '9','7','19847.78',    '9','6','19297.78',    '4','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010114.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098378.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010115.0','1018889.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098379.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010116.0','1018889.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098380.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010117.0','1018889.0','5966',    '4165','1078','2006300.07',    '3430','961','1838739.09',    '2164','162','167560.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098381.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010118.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098382.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010119.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098383.0','1044456.0','2606',    '2426','1847','4640254.05',    '2326','1563','3760629.42',    '1440','740','879624.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010120.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098384.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010121.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098385.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010122.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098386.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010123.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098387.0','1044456.0','1',    '1','1','218.89',    '1','0','0.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010124.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098388.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010125.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098389.0','1044456.0','555',    '519','419','946819.26',    '484','329','746501.68',    '331','226','200317.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010126.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098390.0','1044456.0','531',    '358','101','192058.08',    '283','90','181914.41',    '211','12','10143.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010127.0','1018889.0','10',    '8','3','6000.0',    '8','3','6000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098391.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010128.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098392.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010129.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098393.0','1044456.0','2',    '2','1','2806.83',    '2','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010130.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098394.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010131.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098395.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010132.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098396.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010133.0','1018889.0','708',    '512','146','309739.92',    '434','128','273640.28',    '258','27','36099.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098397.0','1044456.0','2',    '2','2','4706.77',    '2','2','4706.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010134.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098398.0','1044456.0','1',    '1','1','612.85',    '1','1','612.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010135.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098399.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010136.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098400.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010137.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098401.0','1044456.0','4',    '3','3','6000.0',    '3','3','6000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010138.0','1018889.0','393',    '364','295','780574.58',    '344','234','608430.55',    '235','160','172144.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098402.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010139.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098403.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010140.0','1018889.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098404.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010141.0','1018889.0','18',    '17','6','13354.06',    '17','6','13354.06',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098405.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010142.0','1018889.0','63',    '45','7','14037.96',    '41','6','12000.0',    '29','2','2037.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098406.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010143.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098407.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010144.0','1018889.0','3650',    '2538','710','1512039.09',    '2085','643','1396761.91',    '1330','104','115277.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098408.0','1044456.0','2',    '2','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010145.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098409.0','1044456.0','9',    '5','4','8000.0',    '5','4','8000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010146.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098410.0','1044456.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010147.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098411.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010148.0','1018889.0','1404',    '1208','911','2366570.46',    '1161','819','2049899.95',    '663','297','316670.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098412.0','1044456.0','862',    '741','300','644388.61',    '679','278','597799.67',    '414','45','46588.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010149.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098413.0','1044456.0','5791',    '4145','1055','2287857.52',    '3505','963','2093945.24',    '2196','145','193912.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010150.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098414.0','1044456.0','6',    '6','3','6000.0',    '6','3','6000.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010151.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098415.0','1044456.0','4453',    '3215','1006','2234612.11',    '2726','893','1944714.48',    '1775','180','289897.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010152.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098416.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010153.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098417.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010154.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098418.0','1044456.0','15',    '14','2','4000.0',    '12','2','4000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010155.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098419.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010156.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098420.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010157.0','1018889.0','2',    '1','1','2319.41',    '1','1','2100.52',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098421.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010158.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098422.0','1044456.0','2',    '2','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010159.0','1018889.0','18',    '9','3','6000.0',    '7','3','6000.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098423.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010160.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098424.0','1044456.0','3',    '3','3','11463.04',    '2','2','9849.38',    '2','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010161.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098425.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010162.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098426.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010163.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098427.0','1044456.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010164.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098428.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010165.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098429.0','1044456.0','1',    '1','1','2614.38',    '1','1','2000.0',    '1','1','614.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010166.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098430.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010167.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098431.0','1044456.0','1',    '1','1','523.27',    '1','0','0.0',    '1','1','523.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010168.0','1018889.0','1',    '1','1','3025.72',    '1','1','2000.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098432.0','1044456.0','17',    '13','1','361.48',    '12','0','0.0',    '6','1','361.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010169.0','1018889.0','208',    '192','153','403959.52',    '178','116','320745.27',    '142','96','83214.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098433.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010170.0','1018889.0','22',    '13','5','10000.0',    '11','5','10000.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098434.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010171.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098435.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010172.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098436.0','1044456.0','14',    '12','4','5004.87',    '11','3','4198.04',    '9','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010173.0','1018889.0','32',    '19','5','10847.68',    '14','4','8000.0',    '10','1','2847.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098437.0','1044456.0','327',    '201','49','93293.45',    '156','45','90104.07',    '108','5','3189.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010174.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098438.0','1044456.0','2',    '2','1','3245.73',    '2','1','3245.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010175.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098439.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010176.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098440.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010177.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098441.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010178.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098442.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010179.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098443.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010180.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098444.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010181.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098445.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010182.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098446.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010183.0','1018889.0','1874',    '1346','371','711293.44',    '1141','311','616162.19',    '721','81','95131.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098447.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010184.0','1018889.0','25',    '19','2','4000.0',    '15','2','4000.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098448.0','1044456.0','2',    '2','2','5832.55',    '2','2','4000.0',    '2','2','1832.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010185.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098449.0','1044456.0','3885',    '3686','2933','7857478.87',    '3545','2529','6371080.18',    '2329','1334','1486398.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010186.0','1018889.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098450.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010187.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098451.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010188.0','1018889.0','2',    '2','2','2525.0',    '2','2','2525.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098452.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010189.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098453.0','1044456.0','1754',    '1284','391','842138.95',    '1051','351','762141.42',    '750','72','79997.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010190.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098454.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010191.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098455.0','1044456.0','66',    '52','25','58129.67',    '48','25','52617.99',    '39','1','5511.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010192.0','1018889.0','220',    '210','159','351057.53',    '200','132','306607.44',    '120','50','44450.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098456.0','1044456.0','1',    '1','1','2873.58',    '1','1','2873.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010193.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098457.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010194.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098458.0','1044456.0','543',    '356','74','144074.03',    '285','68','134843.63',    '168','10','9230.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010195.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098459.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010196.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098460.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010197.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098461.0','1044456.0','8177',    '7721','6202','14784208.37',    '7458','5606','12551727.43',    '4326','2354','2232480.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010198.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098462.0','1044456.0','173',    '162','110','278898.61',    '147','83','227210.96',    '106','51','51687.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010199.0','1018889.0','8245',    '7781','6207','17820611.69',    '7553','5621','14694365.31',    '4682','2498','3126246.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098463.0','1044456.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010200.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098464.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010201.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098465.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010202.0','1018889.0','1',    '1','1','4993.93',    '1','1','3968.21',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098466.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010203.0','1018889.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098467.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010204.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098468.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010205.0','1018889.0','538',    '492','387','892019.03',    '444','297','714165.29',    '319','190','177853.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098469.0','1044456.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010206.0','1018889.0','32',    '31','18','79837.04',    '30','14','57615.17',    '19','10','22221.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098470.0','1044456.0','25',    '21','18','40617.38',    '19','10','30627.58',    '16','11','9989.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010207.0','1018889.0','4',    '4','2','4000.0',    '4','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098471.0','1044456.0','2350',    '1867','539','1087226.29',    '1599','456','993837.09',    '1066','114','93389.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010208.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098472.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010209.0','1018889.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098473.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010210.0','1018889.0','1',    '1','1','2256.37',    '1','1','2000.0',    '1','1','256.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098474.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010211.0','1018889.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098475.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010212.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098476.0','1044456.0','3',    '3','3','7025.72',    '3','3','6000.0',    '2','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010213.0','1018889.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098477.0','1044456.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010214.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098478.0','1044456.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010215.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098479.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010216.0','1018889.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098480.0','1044456.0','1',    '1','1','5799.0',    '1','1','5799.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010217.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098481.0','1044456.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010218.0','1018889.0','48',    '40','21','40307.19',    '37','20','40000.0',    '32','1','307.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098482.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010219.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098483.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010220.0','1018889.0','27',    '21','4','8000.0',    '19','4','8000.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098484.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010221.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098485.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010222.0','1018889.0','1570',    '1018','252','565709.55',    '843','215','501414.98',    '555','58','64294.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098486.0','1044456.0','229',    '131','27','52694.43',    '92','23','44562.0',    '85','4','8132.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010223.0','1018889.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098487.0','1044456.0','1448',    '1094','361','741674.3',    '969','331','673036.57',    '565','50','68637.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010224.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098488.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010225.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098489.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010226.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098490.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010227.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098491.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010228.0','1018889.0','1',    '1','1','791.33',    '0','0','0.0',    '1','1','791.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098492.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010229.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098493.0','1044456.0','6',    '6','4','9800.68',    '6','4','9269.08',    '4','1','531.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010230.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098494.0','1044456.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010231.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098495.0','1044456.0','4',    '4','3','3613.66',    '4','1','2000.0',    '2','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010232.0','1018889.0','3',    '3','2','4218.89',    '3','2','4000.0',    '2','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098496.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010233.0','1018889.0','4',    '4','2','4573.0',    '4','2','4573.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098497.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010234.0','1018889.0','2179',    '2091','1726','4015671.48',    '2000','1535','3387236.94',    '1293','702','628434.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098498.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010235.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098499.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010236.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098500.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010237.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098501.0','1044456.0','1',    '1','1','13230.0',    '1','1','13230.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010238.0','1018889.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098502.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010239.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098503.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010240.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098504.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010241.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098505.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010242.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098506.0','1044456.0','2808',    '2031','598','1316963.23',    '1730','560','1199817.92',    '1152','71','117145.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010243.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098507.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010244.0','1018889.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098508.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010245.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098509.0','1044456.0','310',    '191','48','105246.08',    '147','43','99493.77',    '110','5','5752.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010246.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098510.0','1044456.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010247.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098511.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010248.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098512.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010249.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098513.0','1044456.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010250.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098514.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010251.0','1018889.0','1',    '1','1','648.42',    '1','0','0.0',    '1','1','648.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098515.0','1044456.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010252.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098516.0','1044456.0','2',    '2','1','11216.0',    '2','1','11216.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010253.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098517.0','1044456.0','11',    '7','2','3346.4',    '6','2','3346.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010254.0','1018889.0','2634',    '1794','502','1002547.19',    '1497','459','953699.1',    '969','58','48848.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098518.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010255.0','1018889.0','1',    '1','1','6312.16',    '1','1','2116.94',    '1','1','4195.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098519.0','1044456.0','111',    '71','15','30277.69',    '54','12','20638.52',    '39','3','9639.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010256.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098520.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010257.0','1018889.0','9',    '9','8','32290.29',    '9','8','26059.91',    '5','3','6230.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098521.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010258.0','1018889.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098522.0','1044456.0','6758',    '5310','1906','4416436.2',    '4669','1695','3828258.76',    '3062','385','588177.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010259.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098523.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010260.0','1018889.0','343',    '235','50','80865.94',    '199','40','72174.21',    '121','10','8691.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098524.0','1044456.0','1',    '1','1','1025.72',    '0','0','0.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010261.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098525.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010262.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098526.0','1044456.0','8',    '7','3','7037.87',    '6','3','7037.87',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010263.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098527.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010264.0','1018889.0','1',    '1','1','2588.91',    '1','1','2000.0',    '1','1','588.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098528.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010265.0','1018889.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098529.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010266.0','1018889.0','2',    '2','2','4962.65',    '2','2','4000.0',    '1','1','962.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098530.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010267.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098531.0','1044456.0','149',    '104','23','47356.62',    '90','17','43043.65',    '66','7','4312.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010268.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098532.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010269.0','1018889.0','5',    '4','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098533.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010270.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098534.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010271.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098535.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010272.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098536.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010273.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098537.0','1044456.0','108',    '73','16','32000.0',    '54','16','32000.0',    '44','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010274.0','1018889.0','9',    '5','1','2000.0',    '4','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098538.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010275.0','1018889.0','637',    '537','364','850698.57',    '513','321','732072.22',    '287','98','118626.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098539.0','1044456.0','1136',    '691','173','322063.14',    '532','147','296794.51',    '366','29','25268.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010276.0','1018889.0','440',    '387','292','829536.97',    '376','263','683787.14',    '220','93','145749.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098540.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010277.0','1018889.0','6',    '3','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098541.0','1044456.0','7',    '6','1','2000.0',    '5','1','2000.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010278.0','1018889.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098542.0','1044456.0','342',    '319','236','485242.89',    '269','181','387943.39',    '229','121','97299.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010279.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098543.0','1044456.0','415',    '282','56','105933.57',    '242','54','103888.69',    '119','4','2044.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010280.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098544.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010281.0','1018889.0','14',    '11','3','6000.0',    '11','3','6000.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098545.0','1044456.0','8',    '6','4','8000.0',    '4','4','8000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010282.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098546.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010283.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098547.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010284.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098548.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010285.0','1018889.0','26',    '16','5','11151.77',    '16','5','10000.0',    '9','1','1151.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098549.0','1044456.0','6',    '6','4','13268.03',    '6','4','10686.18',    '3','1','2581.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010286.0','1018889.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098550.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010287.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098551.0','1044456.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008660.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096924.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010288.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098552.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010289.0','1018889.0','1488',    '938','182','330665.76',    '733','156','296918.97',    '507','29','33746.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098553.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010290.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098554.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010291.0','1018889.0','1',    '1','1','5001.0',    '1','1','5001.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098555.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010292.0','1018889.0','1',    '1','1','2880.11',    '1','1','2880.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098556.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010293.0','1018889.0','5277',    '3711','962','1795343.18',    '3040','855','1677189.89',    '1951','140','118153.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098557.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010294.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098558.0','1044456.0','407',    '256','27','51518.43',    '172','24','49685.88',    '156','3','1832.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010295.0','1018889.0','2',    '2','2','4515.27',    '2','2','4000.0',    '2','1','515.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098559.0','1044456.0','26',    '19','12','24000.0',    '17','12','24000.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010296.0','1018889.0','2',    '2','2','10571.62',    '2','2','2463.0',    '1','1','8108.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098560.0','1044456.0','7',    '5','2','5180.28',    '5','2','4154.56',    '5','2','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010297.0','1018889.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098561.0','1044456.0','4',    '2','2','4000.0',    '2','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010298.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098562.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010299.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098563.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010300.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098564.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010301.0','1018889.0','76',    '46','10','20724.75',    '38','9','18000.0',    '17','1','2724.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098565.0','1044456.0','1144',    '882','244','452031.35',    '726','192','394697.47',    '483','71','57333.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010302.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098566.0','1044456.0','1724',    '1247','383','716178.72',    '1007','323','618334.19',    '751','78','97844.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010303.0','1018889.0','322',    '227','54','95963.23',    '178','44','85384.94',    '133','10','10578.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098567.0','1044456.0','258',    '172','41','83224.73',    '141','39','79932.87',    '91','2','3291.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010304.0','1018889.0','88',    '51','14','26806.83',    '38','13','26000.0',    '35','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098568.0','1044456.0','460',    '258','56','104928.31',    '183','48','93801.77',    '169','9','11126.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010305.0','1018889.0','13',    '8','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098569.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010306.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098570.0','1044456.0','1466',    '1076','328','622552.96',    '891','286','549012.47',    '655','64','73540.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010307.0','1018889.0','636',    '439','100','188623.28',    '349','92','182458.18',    '215','11','6165.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098571.0','1044456.0','809',    '523','137','257413.35',    '403','129','253031.0',    '322','9','4382.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010308.0','1018889.0','1226',    '745','150','285114.21',    '542','134','261885.01',    '437','22','23229.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098572.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008850.0','1018889.0','2669',    '1747','486','922291.55',    '1410','445','864277.12',    '920','68','58014.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097114.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010309.0','1018889.0','387',    '295','103','215908.02',    '247','80','170201.73',    '177','32','45706.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098573.0','1044456.0','634',    '407','103','206912.55',    '312','88','179879.64',    '251','18','27032.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010310.0','1018889.0','421',    '293','60','110593.92',    '231','54','105739.29',    '162','7','4854.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098574.0','1044456.0','18',    '11','2','2791.33',    '5','1','2000.0',    '10','1','791.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010311.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098575.0','1044456.0','380',    '265','55','119733.97',    '197','50','103249.0',    '167','6','16484.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010312.0','1018889.0','719',    '492','139','260532.75',    '389','124','248160.89',    '295','21','12371.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098576.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010313.0','1018889.0','394',    '247','54','97586.17',    '184','47','90842.0',    '148','8','6744.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098577.0','1044456.0','188',    '108','24','44939.12',    '72','22','43325.46',    '67','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010314.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098578.0','1044456.0','713',    '438','101','201402.31',    '305','92','189256.0',    '281','11','12146.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010315.0','1018889.0','146',    '104','29','54475.86',    '88','24','45751.78',    '63','5','8724.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098579.0','1044456.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010316.0','1018889.0','993',    '727','196','367927.34',    '572','167','336633.27',    '437','35','31294.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098580.0','1044456.0','797',    '541','127','263352.76',    '429','111','252995.92',    '312','18','10356.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010317.0','1018889.0','1089',    '814','188','352544.45',    '715','171','333807.17',    '403','21','18737.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098581.0','1044456.0','332',    '218','54','110524.47',    '161','49','107893.97',    '125','5','2630.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010318.0','1018889.0','175',    '107','38','58064.4',    '80','28','51919.65',    '67','11','6144.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098582.0','1044456.0','1848',    '1406','399','746371.18',    '1205','340','625900.68',    '822','109','120470.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010319.0','1018889.0','932',    '492','92','164821.15',    '326','82','158884.99',    '302','10','5936.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098583.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010320.0','1018889.0','93',    '71','15','28806.83',    '51','14','28000.0',    '45','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098584.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010321.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098585.0','1044456.0','51',    '31','5','10000.0',    '23','5','10000.0',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010322.0','1018889.0','6',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098586.0','1044456.0','9',    '3','1','2000.0',    '3','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010323.0','1018889.0','1144',    '866','241','412733.71',    '734','202','385124.68',    '517','48','27609.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098587.0','1044456.0','1141',    '811','241','439710.57',    '653','195','384061.11',    '448','60','55649.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010324.0','1018889.0','171',    '110','32','70754.55',    '85','30','61972.15',    '66','4','8782.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098588.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010325.0','1018889.0','126',    '91','22','40910.69',    '71','18','36564.52',    '50','8','4346.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098589.0','1044456.0','247',    '158','35','68241.23',    '120','33','66000.0',    '104','2','2241.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010326.0','1018889.0','563',    '390','114','175692.67',    '320','92','154872.88',    '234','31','20819.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098590.0','1044456.0','154',    '105','27','57740.79',    '86','22','53099.4',    '63','7','4641.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010327.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098591.0','1044456.0','481',    '301','65','105884.74',    '230','49','93446.31',    '186','20','12438.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010328.0','1018889.0','702',    '531','137','250710.06',    '436','115','224749.23',    '327','25','25960.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098592.0','1044456.0','571',    '366','105','187476.51',    '292','94','178224.3',    '198','13','9252.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010329.0','1018889.0','73',    '42','12','26148.0',    '30','12','26148.0',    '26','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098593.0','1044456.0','338',    '216','61','113114.51',    '156','51','103369.9',    '138','10','9744.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010330.0','1018889.0','86',    '39','11','22000.0',    '27','11','22000.0',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098594.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010331.0','1018889.0','323',    '225','66','118920.0',    '195','63','113641.38',    '106','5','5278.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098595.0','1044456.0','218',    '135','20','37131.72',    '96','18','36106.0',    '80','2','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010332.0','1018889.0','771',    '568','141','245584.76',    '458','124','230647.2',    '344','23','14937.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098596.0','1044456.0','400',    '268','87','149797.3',    '209','66','122898.81',    '161','28','26898.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010333.0','1018889.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098597.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010334.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098598.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010335.0','1018889.0','161',    '108','42','89142.6',    '80','34','78084.0',    '70','9','11058.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098599.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010336.0','1018889.0','164',    '116','33','46403.53',    '96','29','42862.02',    '68','5','3541.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098600.0','1044456.0','1058',    '634','140','253307.88',    '494','122','231838.04',    '352','21','21469.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008462.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096726.0','1044456.0','8',    '5','3','7389.72',    '4','2','4000.0',    '4','1','3389.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010337.0','1018889.0','636',    '400','90','163260.84',    '308','79','147698.84',    '218','17','15562.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098601.0','1044456.0','459',    '273','82','154534.01',    '200','74','146128.82',    '171','9','8405.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010338.0','1018889.0','503',    '300','79','148543.81',    '210','73','145446.48',    '186','6','3097.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098602.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010339.0','1018889.0','209',    '122','52','99379.82',    '99','43','86000.0',    '80','10','13379.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098603.0','1044456.0','223',    '158','55','107994.25',    '132','41','87014.06',    '96','16','20980.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010340.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098604.0','1044456.0','96',    '60','18','34806.83',    '45','17','34000.0',    '38','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010341.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098605.0','1044456.0','119',    '82','20','37933.19',    '60','19','37126.36',    '59','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010342.0','1018889.0','91',    '53','17','29933.92',    '38','13','24801.0',    '32','5','5132.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098606.0','1044456.0','14',    '12','2','4000.0',    '7','2','4000.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010343.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098607.0','1044456.0','604',    '408','118','223780.44',    '318','102','210388.5',    '257','17','13391.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010344.0','1018889.0','872',    '551','134','271835.0',    '427','117','255152.65',    '348','20','16682.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098608.0','1044456.0','237',    '170','45','86702.19',    '143','41','82000.0',    '86','4','4702.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010345.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098609.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010346.0','1018889.0','690',    '428','85','188284.5',    '332','79','166864.92',    '227','7','21419.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098610.0','1044456.0','751',    '509','119','211864.11',    '408','110','205145.32',    '284','13','6718.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010347.0','1018889.0','733',    '502','120','199513.31',    '398','104','180987.84',    '281','20','18525.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098611.0','1044456.0','187',    '125','26','50227.32',    '85','21','42000.0',    '75','5','8227.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010348.0','1018889.0','174',    '128','52','89505.6',    '104','39','77187.61',    '87','16','12317.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098612.0','1044456.0','229',    '140','40','76256.74',    '107','33','66000.0',    '74','8','10256.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010349.0','1018889.0','1143',    '825','197','356040.69',    '666','174','337955.21',    '493','33','18085.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098613.0','1044456.0','607',    '431','99','202859.96',    '360','94','192965.13',    '224','7','9894.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010350.0','1018889.0','728',    '543','161','285726.27',    '458','152','273257.36',    '306','17','12468.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098614.0','1044456.0','616',    '409','140','297116.62',    '328','133','276659.1',    '238','10','20457.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010351.0','1018889.0','1266',    '831','216','382230.02',    '679','178','347825.85',    '441','44','34404.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098615.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010352.0','1018889.0','32',    '24','9','18000.0',    '16','9','18000.0',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098616.0','1044456.0','809',    '523','125','268752.46',    '396','111','241977.12',    '308','19','26775.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010353.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098617.0','1044456.0','330',    '219','58','88485.06',    '164','43','79302.09',    '126','18','9182.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010354.0','1018889.0','275',    '182','52','95190.35',    '139','45','83076.72',    '105','9','12113.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098618.0','1044456.0','380',    '240','64','127811.77',    '176','60','120716.92',    '145','6','7094.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010355.0','1018889.0','166',    '110','39','83600.18',    '90','29','67115.26',    '62','12','16484.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098619.0','1044456.0','321',    '226','63','107949.86',    '173','54','99039.9',    '142','11','8909.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010356.0','1018889.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098620.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010357.0','1018889.0','210',    '150','38','75396.28',    '120','32','67911.5',    '82','10','7484.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098621.0','1044456.0','1621',    '1018','213','407686.73',    '787','203','394439.82',    '549','11','13246.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010358.0','1018889.0','187',    '134','38','68172.64',    '114','33','60714.68',    '83','5','7457.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098622.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010359.0','1018889.0','58',    '32','8','14550.0',    '24','7','14000.0',    '17','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098623.0','1044456.0','155',    '106','26','60217.35',    '76','22','55854.8',    '69','5','4362.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010360.0','1018889.0','208',    '143','35','67019.52',    '104','30','54419.02',    '91','5','12600.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098624.0','1044456.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010361.0','1018889.0','267',    '160','52','97923.14',    '113','45','90000.0',    '110','7','7923.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098625.0','1044456.0','667',    '395','106','194113.28',    '301','94','186899.0',    '212','12','7214.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010362.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098626.0','1044456.0','214',    '140','39','96162.12',    '113','38','87675.78',    '85','2','8486.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010363.0','1018889.0','1003',    '728','179','345410.23',    '604','155','306203.81',    '424','39','39206.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098627.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010364.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098628.0','1044456.0','5',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010365.0','1018889.0','328',    '206','51','103680.48',    '171','47','101480.99',    '105','4','2199.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098629.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010366.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098630.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010367.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098631.0','1044456.0','18',    '10','4','4062.33',    '8','1','616.12',    '9','4','3446.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010368.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098632.0','1044456.0','114',    '86','31','52246.23',    '68','18','37877.4',    '53','17','14368.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010369.0','1018889.0','182',    '129','36','94072.6',    '100','22','83531.22',    '65','15','10541.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098633.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010370.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098634.0','1044456.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010371.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098635.0','1044456.0','7983',    '7385','5587','13153484.38',    '6944','4618','10806325.62',    '4836','2318','2347158.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010372.0','1018889.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098636.0','1044456.0','1',    '1','1','5285.12',    '1','1','5285.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008638.0','1018889.0','1',    '1','1','22150.38',    '1','1','12880.0',    '1','1','9270.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096902.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010373.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098637.0','1044456.0','14981',    '14065','11386','24957414.34',    '13732','11019','22866385.69',    '5937','2075','2091028.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010374.0','1018889.0','9146',    '8562','6725','17456790.98',    '8392','6562','15642683.06',    '4459','1117','1814107.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098638.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010375.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098639.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010376.0','1018889.0','3050',    '2112','497','911147.36',    '1747','431','831498.56',    '1096','82','79648.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098640.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010377.0','1018889.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098641.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010378.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098642.0','1044456.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010379.0','1018889.0','54',    '35','7','6108.58',    '29','4','4863.97',    '26','3','1244.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098643.0','1044456.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010380.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098644.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010381.0','1018889.0','5',    '4','2','2806.83',    '3','1','2000.0',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098645.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010382.0','1018889.0','109',    '85','27','45396.03',    '66','18','35714.07',    '58','12','9681.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098646.0','1044456.0','3',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010383.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098647.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010384.0','1018889.0','4',    '3','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098648.0','1044456.0','2',    '2','1','6876.06',    '1','1','5850.34',    '2','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010385.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098649.0','1044456.0','56',    '49','29','49896.49',    '42','19','39501.73',    '32','15','10394.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008721.0','1018889.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096985.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008690.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096954.0','1044456.0','768',    '542','143','240136.51',    '439','114','213348.73',    '294','34','26787.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010386.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098650.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010387.0','1018889.0','702',    '678','565','1752443.52',    '665','522','1453724.95',    '464','299','298718.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098651.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010388.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098652.0','1044456.0','1445',    '861','192','333517.05',    '667','162','299611.14',    '450','37','33905.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010389.0','1018889.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098653.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010390.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098654.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010391.0','1018889.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098655.0','1044456.0','2',    '2','2','6346.09',    '2','2','5539.26',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010392.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098656.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010393.0','1018889.0','1334',    '838','210','381406.33',    '660','160','329058.65',    '455','54','52347.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098657.0','1044456.0','1',    '1','1','1227.84',    '1','1','1227.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010394.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098658.0','1044456.0','7',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008744.0','1018889.0','450',    '307','76','151123.82',    '240','72','145706.14',    '166','6','5417.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097008.0','1044456.0','71',    '42','10','24404.61',    '30','9','18000.0',    '29','1','6404.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010395.0','1018889.0','4',    '4','3','7072.52',    '3','3','6000.0',    '2','1','1072.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098659.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010396.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098660.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010397.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098661.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010398.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098662.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010399.0','1018889.0','2',    '2','2','7769.51',    '2','1','2000.0',    '2','2','5769.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098663.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010400.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098664.0','1044456.0','1055',    '622','128','237526.27',    '473','110','212311.25',    '343','21','25215.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010401.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098665.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010402.0','1018889.0','1263',    '716','139','326576.17',    '510','136','281995.85',    '421','10','44580.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098666.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010403.0','1018889.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098667.0','1044456.0','49',    '33','8','14806.83',    '26','7','14000.0',    '22','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010404.0','1018889.0','31',    '28','6','12000.0',    '18','6','12000.0',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098668.0','1044456.0','1',    '1','1','369.27',    '1','1','369.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010405.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098669.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010406.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098670.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010407.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098671.0','1044456.0','148',    '99','21','37642.28',    '79','18','33389.24',    '60','6','4253.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010408.0','1018889.0','459',    '297','92','136190.86',    '233','81','127251.57',    '172','16','8939.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098672.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010409.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098673.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010410.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098674.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010411.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098675.0','1044456.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010412.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098676.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010413.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098677.0','1044456.0','8',    '7','4','7413.67',    '7','3','6657.0',    '3','1','756.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010414.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098678.0','1044456.0','2',    '2','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010415.0','1018889.0','3',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098679.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010416.0','1018889.0','25',    '18','5','10738.02',    '15','4','8766.81',    '12','2','1971.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098680.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010417.0','1018889.0','6',    '5','2','2806.83',    '4','1','2000.0',    '3','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098681.0','1044456.0','43',    '35','15','20499.78',    '28','11','17272.46',    '25','4','3227.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010418.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098682.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010419.0','1018889.0','14',    '12','3','10335.9',    '11','3','9435.97',    '3','1','899.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098683.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010420.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098684.0','1044456.0','5743',    '5454','4413','10731227.16',    '5332','4156','9302377.59',    '2839','1296','1428849.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010421.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098685.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010422.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098686.0','1044456.0','354',    '250','58','82473.94',    '164','43','68881.57',    '164','19','13592.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010423.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098687.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010424.0','1018889.0','10',    '9','1','2000.0',    '8','1','2000.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098688.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010425.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098689.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010426.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098690.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010427.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098691.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010428.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098692.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010429.0','1018889.0','4',    '3','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098693.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010430.0','1018889.0','1623',    '1029','278','479668.46',    '802','233','428315.41',    '586','59','51353.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098694.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010431.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098695.0','1044456.0','2',    '2','2','3038.94',    '2','1','2000.0',    '2','2','1038.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010432.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098696.0','1044456.0','996',    '903','643','1315026.35',    '819','470','1046885.88',    '565','292','268140.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010433.0','1018889.0','703',    '485','117','226129.03',    '360','86','187717.97',    '307','39','38411.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098697.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010434.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098698.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010435.0','1018889.0','1',    '1','1','3526.52',    '1','1','2380.0',    '1','1','1146.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098699.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008881.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097145.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010436.0','1018889.0','3',    '2','1','2285.0',    '2','1','2285.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098700.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010437.0','1018889.0','1023',    '814','369','593920.43',    '599','224','449520.15',    '582','179','144400.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098701.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010438.0','1018889.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098702.0','1044456.0','134',    '76','25','45189.12',    '64','24','44382.29',    '46','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010439.0','1018889.0','1276',    '787','153','293467.19',    '610','128','248662.13',    '432','31','44805.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098703.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010440.0','1018889.0','116',    '70','19','38308.5',    '54','19','37058.15',    '40','1','1250.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098704.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010441.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098705.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010442.0','1018889.0','13',    '10','6','9613.66',    '8','4','8000.0',    '7','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098706.0','1044456.0','1072',    '801','223','400324.33',    '618','177','347601.49',    '499','53','52722.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010443.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098707.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010444.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098708.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010445.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098709.0','1044456.0','2',    '2','2','2838.74',    '2','2','2657.0',    '2','1','181.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010446.0','1018889.0','8',    '8','6','11607.83',    '8','6','10801.0',    '5','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098710.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010447.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098711.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010448.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098712.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010449.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098713.0','1044456.0','1221',    '884','233','353646.2',    '710','198','329066.69',    '507','43','24579.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010450.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098714.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010451.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098715.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010452.0','1018889.0','1',    '1','1','787.57',    '1','1','787.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098716.0','1044456.0','788',    '538','135','241395.66',    '439','116','217355.87',    '291','23','24039.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010453.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098717.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010454.0','1018889.0','2',    '2','1','1678.1',    '2','1','657.0',    '1','1','1021.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098718.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010455.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098719.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010456.0','1018889.0','1008',    '558','130','292509.32',    '415','110','255118.9',    '338','27','37390.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098720.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010457.0','1018889.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098721.0','1044456.0','827',    '593','196','312843.43',    '487','169','281718.02',    '363','35','31125.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010458.0','1018889.0','4',    '4','2','2307.19',    '3','1','2000.0',    '4','1','307.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098722.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010459.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098723.0','1044456.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010460.0','1018889.0','25',    '15','7','14000.0',    '10','7','14000.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098724.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010461.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098725.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010462.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098726.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010463.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098727.0','1044456.0','561',    '366','95','180309.73',    '283','85','169415.32',    '192','13','10894.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010464.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098728.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010465.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098729.0','1044456.0','694',    '497','143','269909.7',    '378','109','226249.18',    '293','46','43660.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010466.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098730.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010467.0','1018889.0','1',    '1','1','7633.62',    '1','1','7633.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098731.0','1044456.0','14',    '7','4','4824.98',    '7','3','4073.77',    '5','1','751.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010468.0','1018889.0','64',    '43','12','18376.16',    '22','8','13861.58',    '32','5','4514.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098732.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010469.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098733.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010470.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098734.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010471.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098735.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010472.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098736.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010473.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098737.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010474.0','1018889.0','9',    '8','6','11025.72',    '8','5','10000.0',    '5','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098738.0','1044456.0','11137',    '10739','9130','22066348.33',    '10612','8866','19200016.75',    '5125','2521','2866331.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010475.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098739.0','1044456.0','1',    '1','1','3178.26',    '1','1','3178.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010476.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098740.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008824.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097088.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010477.0','1018889.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098741.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008564.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096828.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010478.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098742.0','1044456.0','76',    '73','61','184249.0',    '69','50','150522.76',    '51','32','33726.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010479.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098743.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010480.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098744.0','1044456.0','2',    '1','1','737.23',    '1','1','737.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010481.0','1018889.0','1',    '1','1','8832.33',    '1','1','7200.0',    '1','1','1632.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098745.0','1044456.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010482.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098746.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010483.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098747.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010484.0','1018889.0','9',    '7','7','20863.16',    '7','5','13287.06',    '7','6','7576.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098748.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010485.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098749.0','1044456.0','1',    '1','1','2931.52',    '1','1','2000.0',    '1','1','931.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010486.0','1018889.0','71',    '54','37','89237.33',    '53','36','84222.27',    '31','5','5015.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098750.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010487.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098751.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010488.0','1018889.0','1',    '1','1','8789.88',    '1','1','687.0',    '1','1','8102.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098752.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010489.0','1018889.0','12544',    '11941','9886','29223213.29',    '11807','9697','25537540.5',    '6348','2116','3685672.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098753.0','1044456.0','6707',    '6486','5593','13968781.54',    '6411','5465','12052154.82',    '3259','1648','1916626.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010490.0','1018889.0','5',    '5','3','6000.0',    '5','3','6000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098754.0','1044456.0','1',    '1','1','2184.66',    '1','1','2184.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010491.0','1018889.0','8',    '7','3','6000.0',    '6','3','6000.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010492.0','1018889.0','2126',    '1810','1042','2035638.95',    '1468','689','1544548.73',    '1266','542','491090.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098756.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010493.0','1018889.0','8767',    '7531','4170','8701172.8',    '6471','3228','7295765.03',    '4604','1566','1405407.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098757.0','1044456.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010494.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098758.0','1044456.0','17',    '12','2','4000.0',    '9','2','4000.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010495.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098759.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010496.0','1018889.0','5',    '5','4','9586.83',    '5','4','8380.0',    '3','2','1206.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098760.0','1044456.0','3',    '3','3','6754.39',    '3','3','6754.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010497.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098761.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008682.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096946.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010498.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098762.0','1044456.0','10',    '9','8','17959.03',    '9','8','16000.0',    '7','2','1959.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008635.0','1018889.0','6',    '5','3','11363.0',    '4','2','9663.0',    '5','1','1700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096899.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010499.0','1018889.0','1',    '1','1','1025.72',    '1','0','0.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098763.0','1044456.0','1',    '1','1','5974.8',    '1','1','2554.0',    '1','1','3420.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010500.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098764.0','1044456.0','41',    '37','26','54796.03',    '37','21','49452.95',    '24','7','5343.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010501.0','1018889.0','3',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098765.0','1044456.0','1',    '1','1','4924.97',    '1','1','4924.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010502.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098766.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010503.0','1018889.0','397',    '382','293','709644.9',    '370','261','597828.47',    '210','100','111816.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098767.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010504.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098768.0','1044456.0','1',    '1','1','12499.63',    '1','1','7656.0',    '1','1','4843.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010505.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098769.0','1044456.0','1',    '1','1','2756.67',    '1','1','2000.0',    '1','1','756.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010506.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098770.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010507.0','1018889.0','8',    '8','0','0.0',    '8','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098771.0','1044456.0','1',    '1','1','2947.52',    '1','1','2554.0',    '1','1','393.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010508.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098772.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010509.0','1018889.0','1',    '1','1','6369.0',    '1','1','6369.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098773.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010510.0','1018889.0','1',    '1','1','2645.36',    '1','1','2645.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098774.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010511.0','1018889.0','3',    '3','3','6000.0',    '3','3','6000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098775.0','1044456.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010512.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098776.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010513.0','1018889.0','1',    '1','1','2554.0',    '1','1','2554.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098777.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010514.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098778.0','1044456.0','91',    '87','65','216937.64',    '84','52','168944.9',    '69','38','47992.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010515.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098779.0','1044456.0','1',    '1','1','1627.73',    '1','1','1627.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010516.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098780.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010517.0','1018889.0','11',    '11','7','14000.0',    '9','7','14000.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098781.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010518.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098782.0','1044456.0','2',    '2','2','4806.83',    '2','2','4000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010519.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098783.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010520.0','1018889.0','2',    '2','1','4770.77',    '1','0','0.0',    '2','1','4770.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098784.0','1044456.0','1',    '1','1','9262.44',    '1','1','2463.0',    '1','1','6799.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010521.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098785.0','1044456.0','1',    '1','1','3599.92',    '1','1','2000.0',    '1','1','1599.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010522.0','1018889.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098786.0','1044456.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010523.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098787.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010524.0','1018889.0','12',    '10','7','14000.0',    '8','7','14000.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098788.0','1044456.0','3',    '3','2','2921.61',    '3','2','2114.78',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010525.0','1018889.0','4',    '3','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098789.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010526.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098790.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010527.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098791.0','1044456.0','17249',    '16255','13059','34979060.42',    '15913','12489','29985553.61',    '8915','3230','4993506.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010528.0','1018889.0','13',    '11','7','13329.21',    '11','6','12000.0',    '7','3','1329.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098792.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010529.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098793.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010530.0','1018889.0','26',    '24','15','53755.91',    '22','15','45323.0',    '13','3','8432.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098794.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010531.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098795.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010532.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098796.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010533.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098797.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010534.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098798.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010535.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098799.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010536.0','1018889.0','1',    '1','1','2926.0',    '1','1','2926.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098800.0','1044456.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010537.0','1018889.0','4',    '4','1','2554.0',    '4','1','2554.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098801.0','1044456.0','3',    '3','3','6000.0',    '3','3','6000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010538.0','1018889.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098802.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010539.0','1018889.0','3',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098803.0','1044456.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010540.0','1018889.0','2',    '2','1','3662.0',    '2','1','3662.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098804.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010541.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098805.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010542.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098806.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010543.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098807.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010544.0','1018889.0','370',    '349','309','2969581.05',    '344','303','1621135.61',    '245','167','1348445.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098808.0','1044456.0','1',    '1','1','9425.25',    '1','1','4425.25',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010545.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098809.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010546.0','1018889.0','2',    '2','2','4900.33',    '2','2','4093.5',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098810.0','1044456.0','1',    '1','1','3006.0',    '1','1','2456.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010547.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098811.0','1044456.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010548.0','1018889.0','3',    '3','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098812.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010549.0','1018889.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098813.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010550.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098814.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010551.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098815.0','1044456.0','1',    '1','1','3282.09',    '1','1','2000.0',    '1','1','1282.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010552.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098816.0','1044456.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010553.0','1018889.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098817.0','1044456.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010554.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098818.0','1044456.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010555.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098819.0','1044456.0','1',    '1','1','20698.53',    '1','1','7200.0',    '1','1','13498.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010556.0','1018889.0','32',    '27','17','45119.17',    '27','17','42043.0',    '14','1','3076.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098820.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010557.0','1018889.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098821.0','1044456.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010558.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098822.0','1044456.0','1',    '1','1','1025.72',    '1','0','0.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2008835.0','1018889.0','3',    '3','2','4380.0',    '3','2','4380.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2097099.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010559.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098823.0','1044456.0','15',    '15','14','35520.45',    '15','13','31541.26',    '7','4','3979.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2008799.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2097063.0','1044456.0','6829',    '5744','3312','6379460.38',    '4698','2393','5132403.15',    '3838','1424','1247057.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010560.0','1018889.0','8357',    '7890','6353','14485593.36',    '7701','6133','13110819.84',    '3661','1332','1374773.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098824.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010561.0','1018889.0','3',    '2','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098825.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010562.0','1018889.0','1',    '1','1','10168.8',    '1','1','7656.0',    '1','1','2512.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098826.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010563.0','1018889.0','3395',    '3198','2532','6907185.54',    '3064','2112','5502567.99',    '2135','1230','1404617.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098827.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010564.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098828.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010565.0','1018889.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098829.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010566.0','1018889.0','901',    '808','669','1348757.4',    '771','657','1317920.0',    '434','36','30837.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098830.0','1044456.0','721',    '691','538','1485838.69',    '671','489','1255120.33',    '354','182','230718.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010567.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098831.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010568.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098832.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010569.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098833.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010570.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098834.0','1044456.0','3',    '3','3','4816.79',    '3','2','4000.0',    '1','1','816.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010571.0','1018889.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098835.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010572.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098836.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010573.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098837.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010574.0','1018889.0','204',    '194','151','399406.87',    '191','123','307543.32',    '128','71','91863.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098838.0','1044456.0','3',    '3','3','6000.0',    '3','3','6000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010575.0','1018889.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098839.0','1044456.0','3839',    '3669','3033','9045802.41',    '3576','2651','7284981.34',    '2528','1574','1760821.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010576.0','1018889.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098840.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010577.0','1018889.0','1',    '1','1','949.34',    '1','1','730.45',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098841.0','1044456.0','2',    '2','2','9338.44',    '2','2','7724.78',    '2','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010578.0','1018889.0','22',    '22','19','59309.73',    '21','17','47657.76',    '16','12','11651.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098842.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010579.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098843.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010580.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098844.0','1044456.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2008864.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2097128.0','1044456.0','2',    '2','2','7299.92',    '2','2','7299.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010581.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098845.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010582.0','1018889.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098846.0','1044456.0','1',    '1','1','3387.29',    '1','1','3387.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010583.0','1018889.0','3',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098847.0','1044456.0','44',    '33','18','40266.56',    '30','18','36210.0',    '21','2','4056.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010584.0','1018889.0','1',    '1','1','2497.69',    '1','1','2497.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098848.0','1044456.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010585.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098849.0','1044456.0','1',    '1','1','1980.0',    '1','1','1980.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010586.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098850.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010587.0','1018889.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098851.0','1044456.0','1',    '1','1','3025.72',    '1','1','2000.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010588.0','1018889.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098852.0','1044456.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010589.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098853.0','1044457.0','19552',    '18528','15473','43303316.01',    '18294','15211','36776526.95',    '9375','3276','6526789.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010590.0','1018890.0','1',    '1','1','456.0',    '1','1','456.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098854.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2008543.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2096807.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010591.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098855.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2008714.0','1018890.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2096978.0','1044457.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010592.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098856.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010593.0','1018890.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098857.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010594.0','1018890.0','18',    '17','11','22000.0',    '16','11','22000.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098858.0','1044457.0','1',    '1','1','5939.3',    '1','1','3142.31',    '1','1','2796.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010595.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098859.0','1044457.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010596.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098860.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010597.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098861.0','1044457.0','4',    '4','4','8806.83',    '4','4','8000.0',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010598.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098862.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010599.0','1018890.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098863.0','1044457.0','1',    '1','1','3388.26',    '1','1','554.0',    '1','1','2834.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010600.0','1018890.0','1',    '1','1','3365.18',    '1','1','2339.46',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098864.0','1044457.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010601.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098865.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010602.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098866.0','1044457.0','6',    '5','5','12056.97',    '5','5','8679.19',    '2','2','3377.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010603.0','1018890.0','1',    '1','1','2169.07',    '1','1','2000.0',    '1','1','169.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098867.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010604.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098868.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010605.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098869.0','1044457.0','1',    '1','1','1116.83',    '1','0','0.0',    '1','1','1116.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010606.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098870.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010607.0','1018890.0','3',    '3','3','21151.88',    '3','3','8061.0',    '1','1','13090.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098871.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010608.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098872.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010609.0','1018890.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098873.0','1044457.0','89',    '86','64','152124.24',    '83','55','122256.15',    '64','39','29868.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010610.0','1018890.0','502',    '459','329','911300.78',    '420','284','765771.62',    '280','135','145529.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098874.0','1044457.0','3',    '3','2','7200.0',    '2','2','7200.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010611.0','1018890.0','371',    '340','223','517847.07',    '303','162','407778.62',    '230','105','110068.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098875.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010612.0','1018890.0','3',    '3','3','13841.1',    '3','3','6687.0',    '3','2','7154.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098876.0','1044457.0','724',    '688','555','1277468.3',    '660','484','1072523.9',    '428','241','204944.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010613.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098877.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010614.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098878.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010615.0','1018890.0','8353',    '8071','6930','16969066.72',    '7969','6792','15013696.44',    '3999','1840','1955370.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098879.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010616.0','1018890.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098880.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010617.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098881.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010618.0','1018890.0','6188',    '5797','4703','11622605.34',    '5647','4563','10180313.0',    '2932','1062','1442292.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098882.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010619.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098883.0','1044457.0','1',    '1','1','3110.36',    '1','1','3110.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010620.0','1018890.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098884.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008572.0','1018890.0','1',    '1','1','2141.53',    '1','1','2000.0',    '1','1','141.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2096836.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2008859.0','1018890.0','1',    '1','1','13157.0',    '1','1','13157.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2097123.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010621.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098885.0','1044457.0','1',    '1','1','738.54',    '1','1','738.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010622.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098886.0','1044457.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010623.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098887.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010624.0','1018890.0','1',    '1','1','2218.89',    '1','1','2000.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098888.0','1044457.0','1',    '1','1','2322.12',    '1','1','2000.0',    '1','1','322.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010625.0','1018890.0','22',    '20','13','40266.65',    '18','10','34549.99',    '12','5','5716.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098889.0','1044457.0','1',    '1','1','3166.83',    '1','1','2522.6',    '1','1','644.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010626.0','1018890.0','1964',    '1816','1379','3305845.19',    '1770','1342','2933978.54',    '877','243','371866.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098890.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010627.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098891.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010628.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098892.0','1044457.0','4',    '4','4','8000.0',    '4','4','8000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010629.0','1018890.0','1',    '1','1','562.98',    '1','1','562.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098893.0','1044457.0','1',    '1','1','2554.0',    '1','1','2554.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010630.0','1018890.0','1',    '1','1','5315.61',    '1','1','4748.0',    '1','1','567.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098894.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010631.0','1018890.0','1',    '1','1','3071.0',    '1','1','3071.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098895.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010632.0','1018890.0','1',    '1','1','3881.25',    '0','0','0.0',    '1','1','3881.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098896.0','1044457.0','2',    '2','2','5405.72',    '2','2','4380.0',    '2','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010633.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098897.0','1044457.0','2',    '2','1','2380.0',    '2','1','2380.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010634.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098898.0','1044457.0','9139',    '8535','6833','17703379.6',    '8328','6658','15744686.16',    '4602','1213','1958693.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010635.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098899.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010636.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098900.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010637.0','1018890.0','1',    '1','1','2463.0',    '1','1','2463.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098901.0','1044457.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010638.0','1018890.0','1',    '1','1','5151.88',    '1','1','2554.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098902.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010639.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098903.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010640.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098904.0','1044457.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010641.0','1018890.0','346',    '322','234','575452.86',    '308','191','509645.87',    '195','83','65806.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098905.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010642.0','1018890.0','7',    '6','3','5025.72',    '4','2','4000.0',    '3','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098906.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010643.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098907.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010644.0','1018890.0','8',    '7','5','5513.68',    '5','4','4706.85',    '6','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098908.0','1044457.0','4',    '4','4','9206.03',    '4','4','8053.3',    '4','3','1152.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010645.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098909.0','1044457.0','1',    '1','1','6006.83',    '1','1','5200.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010646.0','1018890.0','3',    '3','2','5842.48',    '3','2','5842.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098910.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010647.0','1018890.0','345',    '306','185','322638.66',    '237','118','244853.65',    '206','92','77785.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098911.0','1044457.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010648.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098912.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010649.0','1018890.0','77',    '45','11','14051.12',    '23','5','9210.14',    '34','6','4840.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098913.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010650.0','1018890.0','1933',    '1571','580','910990.65',    '1210','296','640982.99',    '1098','325','270007.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098914.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010651.0','1018890.0','2',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098915.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010652.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098916.0','1044457.0','1',    '1','1','13584.52',    '1','1','6203.0',    '1','1','7381.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010653.0','1018890.0','3',    '3','1','2523.49',    '2','1','2523.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098917.0','1044457.0','121',    '84','28','74671.58',    '59','20','63291.82',    '53','14','11379.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010654.0','1018890.0','2',    '2','2','3198.42',    '2','2','2391.59',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098918.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010655.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098919.0','1044457.0','510',    '437','180','397072.02',    '349','128','306352.96',    '291','78','90719.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010656.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098920.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010657.0','1018890.0','1',    '1','1','1449.17',    '1','1','1230.28',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098921.0','1044457.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010658.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098922.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010659.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098923.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010660.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098924.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010661.0','1018890.0','7',    '7','6','9633.16',    '7','4','6233.88',    '6','4','3399.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098925.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010662.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098926.0','1044457.0','2',    '2','2','9378.81',    '2','2','5139.45',    '2','2','4239.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010663.0','1018890.0','1',    '1','1','2575.0',    '1','1','2575.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098927.0','1044457.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010664.0','1018890.0','50',    '38','25','59623.87',    '27','18','43926.85',    '29','13','15697.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098928.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010665.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098929.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010666.0','1018890.0','4',    '3','2','5394.06',    '3','2','5130.79',    '2','1','263.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098930.0','1044457.0','215',    '184','71','106801.96',    '144','45','83416.64',    '117','29','23385.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010667.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098931.0','1044457.0','4',    '3','3','5613.66',    '2','2','4000.0',    '2','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010668.0','1018890.0','780',    '711','519','1172762.22',    '644','403','943570.18',    '484','256','229192.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098932.0','1044457.0','69',    '40','14','23874.78',    '28','8','19152.0',    '19','6','4722.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010669.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098933.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010670.0','1018890.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098934.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010671.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098935.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010672.0','1018890.0','4',    '2','2','3025.72',    '1','1','2000.0',    '2','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098936.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010673.0','1018890.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098937.0','1044457.0','689',    '668','575','2123886.85',    '658','525','1721218.33',    '462','288','402668.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010674.0','1018890.0','1',    '1','1','3606.47',    '1','1','3387.58',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098938.0','1044457.0','1',    '1','1','756.67',    '1','0','0.0',    '1','1','756.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010675.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098939.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010676.0','1018890.0','4',    '3','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098940.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010677.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098941.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010678.0','1018890.0','14',    '12','5','8420.49',    '12','3','6000.0',    '6','3','2420.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098942.0','1044457.0','598',    '467','141','240341.29',    '379','114','213476.39',    '298','37','26864.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010679.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098943.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010680.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098944.0','1044457.0','1',    '1','1','7676.0',    '1','1','7676.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010681.0','1018890.0','4',    '4','3','14578.01',    '4','3','13771.18',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098945.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010682.0','1018890.0','646',    '585','410','968084.42',    '524','327','784625.14',    '382','188','183459.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098946.0','1044457.0','1',    '1','1','6001.0',    '1','1','6001.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010683.0','1018890.0','3',    '2','1','198.0',    '1','1','198.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098947.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010684.0','1018890.0','2',    '2','2','4806.83',    '2','2','4000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098948.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010685.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098949.0','1044457.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010686.0','1018890.0','232',    '147','55','81303.73',    '106','34','62246.53',    '97','23','19057.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098950.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010687.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098951.0','1044457.0','2',    '2','1','806.83',    '0','0','0.0',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010688.0','1018890.0','5516',    '4782','3024','6720788.23',    '4209','2410','5604334.69',    '3011','1196','1116453.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098952.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010689.0','1018890.0','3',    '1','1','3453.08',    '1','1','3453.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098953.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010690.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098954.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010691.0','1018890.0','3',    '2','2','2378.76',    '2','2','2378.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098955.0','1044457.0','1',    '1','1','1025.72',    '1','0','0.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010692.0','1018890.0','626',    '569','413','1089221.27',    '520','334','870773.38',    '408','199','218447.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098956.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010693.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098957.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010694.0','1018890.0','934',    '729','351','500057.72',    '489','173','317715.45',    '516','214','182342.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098958.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010695.0','1018890.0','2',    '2','1','191.46',    '1','1','191.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098959.0','1044457.0','4',    '3','2','4000.0',    '3','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010696.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098960.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010697.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098961.0','1044457.0','1071',    '861','365','587543.02',    '660','206','400028.83',    '591','182','187514.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010698.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098962.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010699.0','1018890.0','1885',    '1512','668','1127516.61',    '1150','381','815725.27',    '1013','347','311791.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098963.0','1044457.0','56',    '32','9','11827.84',    '23','5','8381.63',    '17','4','3446.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010700.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098964.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010701.0','1018890.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098965.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010702.0','1018890.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098966.0','1044457.0','8',    '7','3','6467.13',    '7','2','4264.56',    '4','2','2202.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010703.0','1018890.0','13',    '13','5','13408.39',    '10','4','12561.3',    '8','2','847.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098967.0','1044457.0','180',    '142','56','136442.41',    '124','47','109646.35',    '90','18','26796.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010704.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098968.0','1044457.0','4',    '4','2','7295.7',    '3','2','6039.3',    '3','1','1256.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010705.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098969.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010706.0','1018890.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098970.0','1044457.0','2',    '2','2','1898.9',    '2','2','1092.07',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010707.0','1018890.0','2381',    '1975','1036','1890096.84',    '1491','633','1392451.38',    '1372','538','497645.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098971.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010708.0','1018890.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098972.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010709.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098973.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010710.0','1018890.0','263',    '235','168','343217.72',    '211','129','283511.02',    '168','78','59706.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098974.0','1044457.0','338',    '284','121','221485.42',    '211','61','152977.09',    '200','74','68508.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010711.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098975.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010712.0','1018890.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098976.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010713.0','1018890.0','8',    '8','8','13902.69',    '7','6','11482.2',    '7','3','2420.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098977.0','1044457.0','1',    '1','1','18380.41',    '1','1','16523.58',    '1','1','1856.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010714.0','1018890.0','10',    '8','0','0.0',    '4','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098978.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010715.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098979.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010716.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098980.0','1044457.0','767',    '685','517','1353715.45',    '627','401','1062330.85',    '449','261','291384.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010717.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098981.0','1044457.0','2396',    '2187','1650','4354328.05',    '2067','1378','3567281.64',    '1417','727','787046.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010718.0','1018890.0','2',    '1','1','2657.0',    '1','1','2657.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098982.0','1044457.0','1',    '1','1','2322.12',    '1','1','2000.0',    '1','1','322.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010719.0','1018890.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098983.0','1044457.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010720.0','1018890.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098984.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010721.0','1018890.0','10',    '10','3','4806.83',    '8','2','4000.0',    '7','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098985.0','1044457.0','17',    '14','5','9486.59',    '10','5','9486.59',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010722.0','1018890.0','31',    '22','3','4806.83',    '12','2','4000.0',    '18','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098986.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010723.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098987.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010724.0','1018890.0','3',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098988.0','1044457.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010725.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098989.0','1044457.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010726.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098990.0','1044457.0','9',    '6','1','2000.0',    '3','1','2000.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010727.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098991.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010728.0','1018890.0','25',    '14','3','4450.8',    '11','3','4450.8',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098992.0','1044457.0','27',    '21','8','11700.42',    '17','7','10893.59',    '12','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010729.0','1018890.0','391',    '340','215','354937.6',    '269','102','239994.32',    '246','143','114943.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098993.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010730.0','1018890.0','1',    '1','1','3019.89',    '1','1','2801.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098994.0','1044457.0','107',    '77','32','59149.5',    '61','16','40529.58',    '55','21','18619.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010731.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098995.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010732.0','1018890.0','209',    '175','68','124304.05',    '141','40','88743.46',    '111','36','35560.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2098996.0','1044457.0','168',    '139','54','64134.11',    '103','18','36058.96',    '84','37','28075.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010733.0','1018890.0','1',    '1','1','617.86',    '1','1','617.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098997.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010734.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098998.0','1044457.0','4',    '4','3','6639.38',    '4','2','4000.0',    '4','3','2639.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010735.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2098999.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010736.0','1018890.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099000.0','1044457.0','370',    '340','263','776431.56',    '318','222','672132.35',    '237','109','104299.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010737.0','1018890.0','1',    '1','1','1585.58',    '1','1','1585.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099001.0','1044457.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010738.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099002.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010739.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2099003.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010740.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099004.0','1044457.0','1273',    '1071','596','1041082.83',    '885','365','793324.79',    '733','310','247758.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010741.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2099005.0','1044457.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010742.0','1018890.0','1084',    '861','367','471557.87',    '602','165','294840.61',    '618','234','176717.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2099006.0','1044457.0','1',    '1','1','5134.99',    '1','1','4584.99',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010743.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2099007.0','1044457.0','1',    '1','1','218.89',    '0','0','0.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010744.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2099008.0','1044457.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010745.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099009.0','1044457.0','268',    '213','90','122755.65',    '155','40','78122.1',    '129','58','44633.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010746.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099010.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010747.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099011.0','1044457.0','2',    '2','2','6983.52',    '2','1','5369.86',    '2','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010748.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2099012.0','1044457.0','724',    '630','342','706020.99',    '541','268','594127.86',    '390','130','111893.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001523.0',    '2010749.0','1018890.0','2',    '2','1','4510.49',    '2','1','3484.77',    '2','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005910.0',    '2099013.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010750.0','1018890.0','1',    '1','1','2857.66',    '1','1','2857.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099014.0','1044457.0','4',    '4','3','7318.0',    '4','3','7318.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010751.0','1018890.0','993',    '750','296','553286.24',    '555','172','404368.67',    '508','153','148917.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099015.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010752.0','1018890.0','521',    '379','150','241183.42',    '283','84','172288.94',    '250','81','68894.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099016.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010753.0','1018890.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099017.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010754.0','1018890.0','1',    '1','1','3217.64',    '1','1','3217.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099018.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010755.0','1018890.0','691',    '651','522','1542255.71',    '633','474','1319987.83',    '445','225','222267.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099019.0','1044457.0','2',    '2','1','2424.0',    '2','1','2424.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010756.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099020.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010757.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099021.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010758.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099022.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010759.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099023.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010760.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099024.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010761.0','1018890.0','89',    '68','39','53991.14',    '41','15','30491.5',    '53','29','23499.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099025.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010762.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099026.0','1044457.0','311',    '278','152','230578.8',    '239','94','172526.94',    '167','74','58051.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010763.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099027.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010764.0','1018890.0','190',    '172','119','311519.83',    '163','99','257792.58',    '102','43','53727.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099028.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010765.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099029.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010766.0','1018890.0','15329',    '14590','12036','32462466.05',    '14316','11445','27273718.99',    '8642','4069','5188747.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099030.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010767.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099031.0','1044457.0','20',    '14','10','16390.06',    '13','6','10779.14',    '10','7','5610.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010768.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099032.0','1044457.0','42',    '40','13','19583.27',    '37','7','14684.64',    '20','9','4898.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010769.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099033.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010770.0','1018890.0','1',    '1','1','439.55',    '1','1','220.66',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099034.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010771.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099035.0','1044457.0','2425',    '2094','1279','2960288.35',    '1822','925','2265093.77',    '1369','636','695194.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010772.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099036.0','1044457.0','588',    '517','224','440378.08',    '458','180','382341.38',    '280','58','58036.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010773.0','1018890.0','1',    '1','1','3275.13',    '1','1','3056.24',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099037.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010774.0','1018890.0','1',    '1','1','3025.72',    '1','1','2000.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099038.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010775.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099039.0','1044457.0','6',    '6','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010776.0','1018890.0','1',    '1','1','5041.75',    '1','1','4234.92',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099040.0','1044457.0','405',    '353','145','244419.12',    '305','86','174651.07',    '215','72','69768.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010777.0','1018890.0','1',    '1','1','218.89',    '1','0','0.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099041.0','1044457.0','1',    '1','1','2648.42',    '1','1','2000.0',    '1','1','648.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010778.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099042.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010779.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099043.0','1044457.0','405',    '378','308','861378.98',    '370','275','731000.23',    '257','125','130378.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010780.0','1018890.0','1',    '1','1','2218.89',    '1','1','2000.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099044.0','1044457.0','32',    '30','21','45075.81',    '30','17','39947.21',    '21','8','5128.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010781.0','1018890.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099045.0','1044457.0','1',    '1','1','4111.43',    '1','1','4111.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010782.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099046.0','1044457.0','2',    '2','1','2964.12',    '1','1','2352.0',    '2','1','612.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010783.0','1018890.0','22',    '14','2','4000.0',    '12','2','4000.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099047.0','1044457.0','1',    '1','1','1105.12',    '1','1','79.4',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010784.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099048.0','1044457.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010785.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099049.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010786.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099050.0','1044457.0','1',    '1','1','1905.98',    '1','1','558.14',    '1','1','1347.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010787.0','1018890.0','564',    '538','446','1386235.15',    '521','382','1092843.0',    '380','243','293392.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099051.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010788.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099052.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010789.0','1018890.0','1222',    '1160','928','2366749.54',    '1108','715','1830784.24',    '829','530','535965.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099053.0','1044457.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010790.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099054.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010791.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099055.0','1044457.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010792.0','1018890.0','2',    '2','1','283.37',    '2','1','283.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099056.0','1044457.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010793.0','1018890.0','1',    '1','1','381.0',    '1','1','381.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099057.0','1044457.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010794.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099058.0','1044457.0','1',    '1','1','2218.89',    '1','1','2000.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010795.0','1018890.0','9',    '8','6','28590.44',    '7','5','26539.0',    '6','3','2051.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099059.0','1044457.0','2',    '2','2','4000.0',    '2','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2003724.0','1018890.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2091988.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010796.0','1018890.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099060.0','1044457.0','1',    '1','1','9118.15',    '1','1','4334.9',    '1','1','4783.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010797.0','1018890.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099061.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003881.0','1018890.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092145.0','1044457.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003895.0','1018890.0','7292',    '6242','3196','6529092.29',    '5463','2292','5207784.55',    '4003','1444','1321307.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092159.0','1044457.0','11',    '10','7','19968.7',    '8','6','14431.62',    '8','4','5537.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010798.0','1018890.0','1',    '1','1','2384.0',    '1','1','2384.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099062.0','1044457.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010799.0','1018890.0','2198',    '1899','1048','1929094.15',    '1603','616','1422116.55',    '1251','578','506977.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099063.0','1044457.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2003736.0','1018896.0','76',    '68','44','95014.05',    '65','40','81108.0',    '35','13','13906.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2092000.0','1044463.0','791',    '732','573','1747480.33',    '704','507','1455498.04',    '500','247','291982.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010800.0','1018896.0','13703',    '13192','11120','31547572.34',    '12869','10329','25772251.25',    '8124','4510','5775321.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099064.0','1044463.0','7',    '7','6','25101.69',    '6','5','21985.26',    '4','2','3116.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010801.0','1018896.0','4',    '3','1','526.54',    '3','0','0.0',    '1','1','526.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099065.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010802.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099066.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010803.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099067.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010804.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099068.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010805.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099069.0','1044463.0','2',    '2','2','5025.72',    '2','2','4000.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010806.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099070.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2003743.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2092007.0','1044463.0','1',    '1','1','538.31',    '1','0','0.0',    '1','1','538.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010807.0','1018896.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099071.0','1044463.0','3',    '2','2','3025.72',    '2','1','2000.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010808.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099072.0','1044463.0','1',    '1','1','274.23',    '1','1','274.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010809.0','1018896.0','1',    '1','1','2469.72',    '1','1','2469.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099073.0','1044463.0','735',    '572','233','433786.11',    '438','153','350118.31',    '382','108','83667.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003896.0','1018896.0','7',    '7','6','24155.37',    '7','3','14852.0',    '4','4','9303.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092160.0','1044463.0','31',    '20','3','4806.83',    '14','2','4000.0',    '13','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010810.0','1018896.0','3',    '3','3','3077.16',    '2','0','0.0',    '3','3','3077.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099074.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003856.0','1018896.0','5',    '5','4','10063.5',    '4','4','8000.0',    '5','3','2063.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092120.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003857.0','1018896.0','23',    '21','10','19641.31',    '17','4','11689.87',    '15','8','7951.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092121.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010811.0','1018896.0','40',    '32','18','44585.15',    '20','7','23049.07',    '26','12','21536.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099075.0','1044463.0','59',    '51','36','80993.69',    '48','32','67349.07',    '32','17','13644.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010812.0','1018896.0','1',    '1','1','218.89',    '1','0','0.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099076.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010813.0','1018896.0','254',    '247','209','831964.28',    '239','181','627343.51',    '183','132','204620.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099077.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010814.0','1018896.0','1',    '1','1','2380.0',    '1','1','2380.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099078.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010815.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099079.0','1044463.0','354',    '301','164','290513.21',    '257','110','232675.87',    '210','71','57837.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003778.0','1018896.0','5',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092042.0','1044463.0','27',    '25','15','34414.64',    '21','9','29987.48',    '22','7','4427.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010816.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099080.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010817.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099081.0','1044463.0','11',    '7','3','4806.83',    '6','2','4000.0',    '4','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002324.0','1018896.0','2',    '2','2','1202.36',    '2','1','176.64',    '2','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090588.0','1044463.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010818.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099082.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003850.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092114.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002328.0','1018896.0','149',    '104','31','42169.59',    '62','15','28193.99',    '69','18','13975.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090592.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002261.0','1018896.0','138',    '115','52','67718.26',    '84','22','42910.12',    '77','32','24808.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090525.0','1044463.0','77',    '55','23','26414.14',    '29','9','14568.52',    '40','15','11845.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010819.0','1018896.0','1603',    '1326','555','824414.1',    '1023','282','576765.71',    '920','310','247648.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099083.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004122.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092386.0','1044463.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002273.0','1018896.0','156',    '146','112','343826.3',    '138','89','265331.22',    '107','65','78495.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090537.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004034.0','1018896.0','1',    '1','1','3025.72',    '1','1','2000.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092298.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004302.0','1018896.0','2',    '2','2','11019.99',    '2','2','2903.0',    '2','2','8116.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092566.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010820.0','1018896.0','1',    '1','1','554.0',    '1','1','554.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099084.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002589.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090853.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002570.0','1018896.0','3',    '2','2','2757.74',    '1','1','2000.0',    '1','1','757.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090834.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010821.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099085.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010822.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099086.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010823.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099087.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003782.0','1018896.0','4',    '4','3','7593.07',    '4','3','6070.0',    '3','1','1523.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092046.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010824.0','1018896.0','1',    '1','1','5552.0',    '1','1','5552.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099088.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003725.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091989.0','1044463.0','3',    '3','3','8088.92',    '3','3','6000.0',    '2','2','2088.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003882.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092146.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010825.0','1018896.0','1',    '1','1','2687.0',    '1','1','2687.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099089.0','1044463.0','1',    '1','1','2497.94',    '1','1','2000.0',    '1','1','497.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010826.0','1018896.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099090.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003738.0','1018896.0','30',    '27','16','35661.18',    '26','13','30707.03',    '16','7','4954.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092002.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010827.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099091.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010828.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099092.0','1044463.0','13',    '9','4','3682.57',    '6','1','274.3',    '7','4','3408.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010829.0','1018896.0','1',    '1','1','1765.0',    '1','1','1310.4',    '1','1','454.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099093.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010830.0','1018896.0','19',    '13','3','4806.83',    '6','2','4000.0',    '10','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099094.0','1044463.0','2',    '2','2','7356.0',    '2','2','7137.11',    '2','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010831.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099095.0','1044463.0','4567',    '4398','3775','9113100.53',    '4333','3590','7771180.75',    '2449','1386','1341919.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003741.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092005.0','1044463.0','506',    '480','409','1109487.79',    '470','380','926076.52',    '320','181','183411.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010832.0','1018896.0','145',    '140','116','363943.17',    '135','95','281884.37',    '107','73','82058.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099096.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010833.0','1018896.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099097.0','1044463.0','2',    '2','1','856.48',    '1','0','0.0',    '2','1','856.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010834.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099098.0','1044463.0','2',    '2','2','5244.56',    '2','2','4218.84',    '2','2','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010835.0','1018896.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099099.0','1044463.0','1',    '1','1','3025.72',    '1','1','2000.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003735.0','1018896.0','3',    '3','2','4000.0',    '3','2','4000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091999.0','1044463.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003764.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092028.0','1044463.0','2',    '2','1','3040.95',    '2','1','2234.12',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010836.0','1018896.0','3',    '3','2','4463.0',    '3','2','4463.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099100.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010837.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099101.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004115.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092379.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010838.0','1018896.0','4',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099102.0','1044463.0','1',    '1','1','2476.0',    '1','1','2476.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002305.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090569.0','1044463.0','1',    '1','1','2859.0',    '1','1','2859.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004114.0','1018896.0','1',    '1','1','3025.72',    '1','1','2000.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092378.0','1044463.0','2',    '2','2','12687.76',    '2','2','12687.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010839.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099103.0','1044463.0','1',    '1','1','2218.89',    '1','1','2000.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010840.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099104.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004202.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092466.0','1044463.0','1',    '1','1','2463.0',    '1','1','2463.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004270.0','1018896.0','1',    '1','1','5662.61',    '1','1','5662.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092534.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002465.0','1018896.0','16',    '14','8','10253.04',    '14','3','6000.0',    '11','5','4253.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090729.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002828.0','1018896.0','1',    '1','1','6065.86',    '1','1','5453.74',    '1','1','612.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091092.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002571.0','1018896.0','1',    '1','1','323.66',    '1','0','0.0',    '1','1','323.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090835.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004462.0','1018896.0','1',    '1','1','2802.09',    '1','1','2000.0',    '1','1','802.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092726.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010841.0','1018896.0','194',    '189','161','458453.12',    '184','149','383245.03',    '100','60','75208.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099105.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010842.0','1018896.0','134',    '116','78','147826.22',    '99','49','114258.76',    '79','40','33567.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099106.0','1044463.0','9866',    '9519','8003','22135250.89',    '9335','7365','18126894.86',    '6142','3747','4008356.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010843.0','1018896.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099107.0','1044463.0','55',    '49','43','133278.83',    '46','39','116871.3',    '30','17','16407.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003733.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091997.0','1044463.0','1',    '1','1','2562.07',    '1','1','1755.24',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010844.0','1018896.0','148',    '133','74','183321.62',    '117','64','165106.0',    '95','18','18215.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099108.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010845.0','1018896.0','3',    '3','2','5832.55',    '3','2','4000.0',    '2','2','1832.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099109.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003883.0','1018896.0','1',    '1','1','2456.0',    '1','1','2456.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092147.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003756.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092020.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010846.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099110.0','1044463.0','1',    '1','1','7200.0',    '1','1','7200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010847.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099111.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002293.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090557.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010848.0','1018896.0','50',    '40','31','51889.28',    '35','20','39348.74',    '26','16','12540.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099112.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010849.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099113.0','1044463.0','180',    '147','39','61457.47',    '125','22','45799.85',    '82','18','15657.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003753.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092017.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010850.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099114.0','1044463.0','541',    '468','264','413906.99',    '347','150','300268.87',    '343','142','113638.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010851.0','1018896.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099115.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010852.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099116.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2003870.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2092134.0','1044463.0','17',    '15','4','5469.53',    '14','3','4662.7',    '5','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003794.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092058.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010853.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099117.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010854.0','1018896.0','1',    '1','1','10852.89',    '1','1','2687.0',    '1','1','8165.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099118.0','1044463.0','47',    '44','36','106249.6',    '43','35','94365.78',    '28','11','11883.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003798.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092062.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003845.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092109.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003818.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092082.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010855.0','1018896.0','3',    '3','2','1613.66',    '3','0','0.0',    '3','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099119.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010856.0','1018896.0','3',    '2','1','7842.89',    '2','1','7624.0',    '2','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099120.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003844.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092108.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003726.0','1018896.0','2',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091990.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003854.0','1018896.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092118.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003908.0','1018896.0','67',    '54','35','86876.91',    '43','28','73639.4',    '37','15','13237.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092172.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003728.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091992.0','1044463.0','6',    '6','5','16412.37',    '6','5','12413.72',    '6','3','3998.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010857.0','1018896.0','139',    '109','36','73493.2',    '79','22','54828.31',    '56','19','18664.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099121.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003727.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091991.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010858.0','1018896.0','1',    '1','1','687.58',    '0','0','0.0',    '1','1','687.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099122.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010859.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099123.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002313.0','1018896.0','1',    '1','1','515.16',    '1','1','515.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090577.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003755.0','1018896.0','4164',    '3764','2811','7800012.75',    '3510','2263','6162785.85',    '2580','1385','1637226.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092019.0','1044463.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003910.0','1018896.0','2',    '2','1','5802.89',    '2','1','5584.0',    '2','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092174.0','1044463.0','1',    '1','1','1299.96',    '1','0','0.0',    '1','1','1299.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010860.0','1018896.0','1',    '1','1','7584.0',    '1','1','7584.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099124.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003864.0','1018896.0','615',    '548','294','628339.01',    '477','198','485226.23',    '352','144','143112.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092128.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010861.0','1018896.0','1',    '1','1','2871.92',    '1','1','2871.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099125.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004073.0','1018896.0','2',    '2','1','806.83',    '2','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092337.0','1044463.0','15',    '12','7','13356.83',    '12','6','12000.0',    '9','2','1356.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003917.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092181.0','1044463.0','1',    '1','1','16447.32',    '1','1','12985.0',    '1','1','3462.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010862.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099126.0','1044463.0','1',    '1','1','1614.98',    '1','1','1614.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003791.0','1018896.0','1',    '1','1','1164.5',    '1','1','1164.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092055.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003985.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092249.0','1044463.0','1',    '1','1','3832.0',    '1','1','3832.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010863.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099127.0','1044463.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003740.0','1018896.0','1143',    '940','306','441347.09',    '782','179','312907.74',    '550','144','128439.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092004.0','1044463.0','2',    '2','1','2806.83',    '2','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010864.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099128.0','1044463.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002263.0','1018896.0','1',    '1','1','757.88',    '1','1','757.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090527.0','1044463.0','2',    '2','2','9658.0',    '2','2','9658.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010865.0','1018896.0','44',    '42','35','104163.28',    '38','27','88358.11',    '32','19','15805.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099129.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010866.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099130.0','1044463.0','1',    '1','1','7876.89',    '1','1','7658.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002319.0','1018896.0','664',    '531','269','388441.54',    '405','136','266677.44',    '339','154','121764.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090583.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010867.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099131.0','1044463.0','2',    '2','2','4000.0',    '2','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002289.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090553.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010868.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099132.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002309.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090573.0','1044463.0','1',    '1','1','1361.51',    '1','1','1361.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010869.0','1018896.0','25',    '22','8','12980.95',    '16','7','11318.98',    '18','3','1661.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099133.0','1044463.0','187',    '160','80','153098.33',    '128','53','115961.28',    '105','38','37137.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004035.0','1018896.0','13',    '10','3','4806.83',    '10','2','4000.0',    '3','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092299.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010870.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099134.0','1044463.0','53',    '45','18','19683.36',    '40','5','10000.0',    '25','13','9683.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010871.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099135.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001524.0',    '2010872.0','1018896.0','1',    '1','1','2821.41',    '1','1','2000.0',    '1','1','821.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005911.0',    '2099136.0','1044463.0','1',    '1','1','1025.72',    '1','0','0.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004241.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092505.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010873.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099137.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002446.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090710.0','1044463.0','242',    '207','102','160988.03',    '173','51','109611.85',    '127','63','51376.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002316.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090580.0','1044463.0','3',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002611.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090875.0','1044463.0','1',    '1','1','1025.72',    '1','0','0.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003862.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092126.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010874.0','1018896.0','5',    '4','3','8960.04',    '4','3','8960.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099138.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004151.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092415.0','1044463.0','741',    '648','351','628172.27',    '545','217','479301.82',    '450','172','148870.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004116.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092380.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004011.0','1018896.0','4',    '4','4','8000.0',    '4','4','8000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092275.0','1044463.0','1',    '1','1','1674.99',    '1','1','1674.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010875.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099139.0','1044463.0','1199',    '1081','802','2281524.77',    '1014','623','1716734.43',    '735','448','564790.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002318.0','1018896.0','1',    '1','1','2383.89',    '1','1','2165.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090582.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004013.0','1018896.0','1',    '1','1','7200.0',    '1','1','7200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092277.0','1044463.0','1',    '1','1','2806.83',    '1','1','2000.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010876.0','1018896.0','36',    '30','16','27220.77',    '26','8','17842.64',    '22','10','9378.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099140.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002347.0','1018896.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090611.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002471.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090735.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010877.0','1018896.0','7',    '6','3','3613.66',    '5','1','2000.0',    '4','2','1613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099141.0','1044463.0','761',    '577','217','362170.52',    '433','139','285743.74',    '389','89','76426.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004244.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092508.0','1044463.0','1011',    '789','304','466597.7',    '654','203','374891.23',    '472','119','91706.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010878.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099142.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004251.0','1018896.0','3',    '3','1','3025.72',    '3','1','2000.0',    '2','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092515.0','1044463.0','5',    '5','1','799.0',    '5','0','0.0',    '4','1','799.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003906.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092170.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004242.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092506.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010879.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099143.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002590.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090854.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010880.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099144.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004267.0','1018896.0','1657',    '1431','732','1567662.47',    '1245','500','1243155.76',    '909','343','324506.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092531.0','1044463.0','4',    '4','2','13725.42',    '4','2','13725.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010881.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099145.0','1044463.0','340',    '310','229','432398.19',    '276','127','274961.61',    '224','160','157436.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003879.0','1018896.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092143.0','1044463.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004175.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092439.0','1044463.0','3',    '3','2','8673.16',    '2','1','5581.0',    '2','2','3092.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010882.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099146.0','1044463.0','808',    '770','636','2160749.26',    '738','562','1768734.51',    '569','356','392014.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003765.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092029.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003872.0','1018896.0','1333',    '1097','517','1087515.66',    '922','368','858739.14',    '718','216','228776.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092136.0','1044463.0','3',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003849.0','1018896.0','1',    '1','1','4999.07',    '1','1','4780.18',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092113.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010883.0','1018896.0','4',    '4','3','5047.69',    '4','2','4240.86',    '3','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099147.0','1044463.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004057.0','1018896.0','2',    '1','1','4520.53',    '1','1','4134.0',    '1','1','386.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092321.0','1044463.0','1',    '1','1','1025.72',    '1','0','0.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003746.0','1018896.0','126',    '110','80','164290.21',    '88','50','112139.32',    '90','53','52150.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092010.0','1044463.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003884.0','1018896.0','1',    '1','1','2424.0',    '1','1','2424.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092148.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010884.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099148.0','1044463.0','288',    '243','99','167680.79',    '197','54','127486.66',    '148','51','40194.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003832.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092096.0','1044463.0','1',    '1','1','11119.59',    '1','1','7790.0',    '1','1','3329.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010885.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099149.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010886.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099150.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010887.0','1018896.0','2',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099151.0','1044463.0','1',    '1','1','3290.08',    '1','1','2483.25',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010888.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099152.0','1044463.0','3',    '3','2','5853.69',    '3','2','5853.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003903.0','1018896.0','49',    '40','23','33638.72',    '34','13','25156.2',    '28','11','8482.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092167.0','1044463.0','4',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003747.0','1018896.0','2',    '2','1','12958.0',    '2','1','12958.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092011.0','1044463.0','1',    '1','1','218.89',    '1','0','0.0',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010889.0','1018896.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099153.0','1044463.0','2',    '2','1','806.83',    '1','0','0.0',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002288.0','1018896.0','1',    '1','1','1025.72',    '1','0','0.0',    '1','1','1025.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090552.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003777.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092041.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010890.0','1018896.0','3',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099154.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004216.0','1018896.0','1',    '1','1','3837.03',    '1','1','3837.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092480.0','1044463.0','120',    '108','53','91185.09',    '81','35','70850.64',    '76','27','20334.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010891.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099155.0','1044463.0','7',    '4','2','2806.83',    '4','1','2000.0',    '2','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010892.0','1018896.0','632',    '536','395','824227.07',    '472','280','620644.4',    '371','211','203582.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099156.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010893.0','1018896.0','1381',    '1171','511','844712.34',    '1012','317','632807.35',    '705','271','211904.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099157.0','1044463.0','1',    '1','1','25195.82',    '1','1','12958.0',    '1','1','12237.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010894.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099158.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010895.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099159.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010896.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099160.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004094.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092358.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002275.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090539.0','1044463.0','1',    '1','1','1252.25',    '1','1','381.26',    '1','1','870.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002277.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090541.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010897.0','1018896.0','90',    '85','66','138558.59',    '80','49','105270.77',    '56','38','33287.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099161.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002304.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090568.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002543.0','1018896.0','1',    '1','1','806.83',    '0','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090807.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004172.0','1018896.0','1362',    '1086','531','863947.98',    '871','325','640383.8',    '713','273','223564.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092436.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004292.0','1018896.0','1',    '1','1','2344.43',    '1','1','2000.0',    '1','1','344.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092556.0','1044463.0','1',    '1','1','12663.32',    '1','1','7658.0',    '1','1','5005.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002533.0','1018896.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090797.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004293.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092557.0','1044463.0','336',    '296','140','286427.73',    '265','105','237957.5',    '169','56','48470.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002365.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090629.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002592.0','1018896.0','212',    '187','81','140345.46',    '161','55','112317.33',    '124','36','28028.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090856.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003752.0','1018896.0','54',    '46','30','65620.27',    '38','24','57577.11',    '29','10','8043.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092016.0','1044463.0','34',    '30','7','16784.42',    '29','7','16075.34',    '14','1','709.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010898.0','1018896.0','160',    '139','67','154152.97',    '128','51','133007.66',    '65','27','21145.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099162.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010899.0','1018896.0','240',    '220','109','231992.67',    '196','87','200828.7',    '135','36','31163.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099163.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003761.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092025.0','1044463.0','3',    '3','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010900.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099164.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010901.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099165.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010902.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099166.0','1044463.0','9',    '9','7','16131.34',    '9','7','13320.0',    '6','1','2811.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010903.0','1018896.0','3',    '3','2','2352.0',    '3','2','2352.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099167.0','1044463.0','425',    '371','129','256278.54',    '330','105','222260.97',    '195','35','34017.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003786.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092050.0','1044463.0','22',    '18','6','15745.98',    '14','6','14523.37',    '11','1','1222.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003921.0','1018896.0','1058',    '950','445','985067.96',    '882','343','820014.76',    '529','185','165053.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092185.0','1044463.0','1',    '1','1','25600.0',    '1','1','13970.0',    '1','1','11630.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002259.0','1018896.0','1',    '1','1','3408.0',    '1','1','3408.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090523.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010904.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099168.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010905.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099169.0','1044463.0','157',    '143','67','175317.63',    '136','62','124676.26',    '76','18','50641.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002550.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090814.0','1044463.0','2',    '2','2','2791.4',    '2','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002279.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090543.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004212.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092476.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002299.0','1018896.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090563.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010906.0','1018896.0','65',    '55','27','44786.34',    '49','15','33859.77',    '35','15','10926.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099170.0','1044463.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004134.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092398.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004236.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092500.0','1044463.0','764',    '688','360','1042803.17',    '646','310','856217.81',    '397','121','186585.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004248.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092512.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002475.0','1018896.0','105',    '100','59','118981.88',    '87','45','99932.65',    '54','28','19049.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090739.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002547.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090811.0','1044463.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002477.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090741.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002456.0','1018896.0','10',    '9','8','15804.91',    '8','7','12491.27',    '5','3','3313.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090720.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002548.0','1018896.0','1',    '1','1','2552.12',    '1','1','2297.74',    '1','1','254.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090812.0','1044463.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002457.0','1018896.0','28',    '22','8','13691.91',    '20','6','10303.33',    '10','3','3388.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090721.0','1044463.0','1110',    '996','371','784992.69',    '944','324','672342.8',    '552','95','112649.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010907.0','1018896.0','4',    '4','3','7486.65',    '4','3','6264.04',    '3','1','1222.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099171.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010908.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099172.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002859.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091123.0','1044463.0','184',    '161','59','118671.12',    '150','52','108699.11',    '81','12','9972.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010909.0','1018896.0','9',    '7','5','5113.13',    '6','4','3667.21',    '3','2','1445.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099173.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004398.0','1018896.0','2',    '2','1','1187.21',    '2','1','1187.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092662.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010910.0','1018896.0','327',    '299','175','378101.35',    '278','143','317899.16',    '163','48','60202.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099174.0','1044463.0','518',    '429','257','679840.22',    '368','202','561128.41',    '284','97','118711.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002349.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090613.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002321.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090585.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003923.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092187.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010911.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099175.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002323.0','1018896.0','1',    '1','1','806.83',    '1','0','0.0',    '1','1','806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090587.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002278.0','1018896.0','28',    '24','11','24090.68',    '23','9','21524.34',    '17','3','2566.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090542.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004157.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092421.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002290.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090554.0','1044463.0','1',    '1','1','2760.0',    '1','1','2760.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010912.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099176.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010913.0','1018896.0','3',    '3','3','6880.0',    '3','3','6880.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099177.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002310.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090574.0','1044463.0','3',    '3','1','2000.0',    '3','1','2000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010914.0','1018896.0','5048',    '4483','2214','4896411.97',    '4181','1780','3839139.53',    '2824','894','1057272.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099178.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004199.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092463.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010915.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099179.0','1044463.0','1',    '1','1','5812.23',    '1','1','5298.33',    '1','1','513.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004250.0','1018896.0','85',    '74','19','38093.52',    '71','17','31608.75',    '49','3','6484.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092514.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004254.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092518.0','1044463.0','1',    '1','1','5234.17',    '1','0','0.0',    '1','1','5234.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002359.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090623.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002546.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090810.0','1044463.0','299',    '271','178','446119.55',    '242','148','369872.39',    '181','75','76247.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002569.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090833.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002568.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090832.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002528.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090792.0','1044463.0','379',    '354','260','682783.67',    '325','228','571802.36',    '229','98','110981.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002455.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090719.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004235.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092499.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002549.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090813.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010916.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099180.0','1044463.0','12',    '11','5','10789.16',    '9','5','10789.16',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004317.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092581.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002484.0','1018896.0','1',    '1','1','17791.17',    '1','1','8148.0',    '1','1','9643.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090748.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004371.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092635.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002708.0','1018896.0','1',    '1','1','980.0',    '1','1','980.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090972.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002276.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090540.0','1044463.0','1',    '1','1','1006.1',    '1','0','0.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002364.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090628.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010917.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099181.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002494.0','1018896.0','692',    '640','268','706020.14',    '607','238','573911.3',    '431','79','132108.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090758.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004291.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092555.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010918.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099182.0','1044463.0','2705',    '2456','1681','3821215.21',    '2313','1438','3250163.85',    '1436','589','571051.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010919.0','1018896.0','2399',    '2175','1007','3020320.83',    '2054','869','2480714.76',    '1284','358','539606.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099183.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004453.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092717.0','1044463.0','167',    '154','126','334449.71',    '152','113','286497.86',    '98','49','47951.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004660.0','1018896.0','341',    '292','150','285513.11',    '263','129','248917.2',    '173','47','36595.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092924.0','1044463.0','5',    '4','2','4880.0',    '4','2','4880.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010920.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099184.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010921.0','1018896.0','1325',    '1169','669','1381985.57',    '1070','564','1214565.79',    '679','193','167419.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099185.0','1044463.0','3',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002673.0','1018896.0','1',    '1','1','194.6',    '1','1','194.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090937.0','1044463.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010922.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099186.0','1044463.0','2',    '2','2','4249.64',    '2','2','4000.0',    '1','1','249.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002287.0','1018896.0','49',    '38','25','69254.0',    '36','22','57903.74',    '23','14','11350.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090551.0','1044463.0','161',    '142','113','323589.5',    '133','104','301760.68',    '88','31','21828.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010923.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099187.0','1044463.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003991.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092255.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002322.0','1018896.0','1',    '1','1','2753.8',    '1','1','2000.0',    '1','1','753.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090586.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010924.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099188.0','1044463.0','131',    '117','70','140145.97',    '98','53','112420.6',    '81','28','27725.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002270.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090534.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010925.0','1018896.0','222',    '191','67','107491.74',    '156','43','80032.99',    '123','30','27458.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099189.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002415.0','1018896.0','1',    '1','1','7610.54',    '1','1','6562.44',    '1','1','1048.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090679.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003981.0','1018896.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092245.0','1044463.0','2',    '2','2','5613.77',    '2','2','5613.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004173.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092437.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004243.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092507.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004113.0','1018896.0','7',    '6','4','32903.4',    '6','4','20347.0',    '3','2','12556.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092377.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010926.0','1018896.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004237.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092501.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002454.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090718.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010927.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099191.0','1044463.0','1',    '1','1','3508.75',    '1','1','3508.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002891.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091155.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002506.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090770.0','1044463.0','5',    '5','3','12288.35',    '5','3','12288.35',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010928.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099192.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010929.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099193.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004307.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092571.0','1044463.0','1',    '1','1','3006.1',    '1','1','2000.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002466.0','1018896.0','1',    '1','1','16221.74',    '1','1','8535.0',    '1','1','7686.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090730.0','1044463.0','1',    '1','1','2445.0',    '1','1','2445.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004300.0','1018896.0','8540',    '8194','6794','17111933.61',    '8022','6380','14762293.38',    '4632','2468','2349640.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092564.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004298.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092562.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004333.0','1018896.0','1',    '1','1','4500.0',    '0','0','0.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092597.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004014.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092278.0','1044463.0','1',    '1','1','2214.7',    '1','1','2000.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010930.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099194.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010931.0','1018896.0','14',    '13','9','49227.34',    '13','9','46688.84',    '5','1','2538.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099195.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010932.0','1018896.0','17',    '17','13','29144.14',    '17','12','25763.84',    '8','4','3380.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099196.0','1044463.0','1',    '1','1','4951.36',    '1','1','4951.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010933.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099197.0','1044463.0','740',    '604','233','518347.33',    '536','192','420257.43',    '349','69','98089.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010934.0','1018896.0','1',    '1','1','3084.0',    '1','1','3084.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099198.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010935.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099199.0','1044463.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010936.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099200.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002344.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090608.0','1044463.0','1',    '1','1','20256.84',    '1','1','6391.0',    '1','1','13865.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004234.0','1018896.0','5',    '4','4','5561.47',    '4','4','4864.0',    '3','1','697.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092498.0','1044463.0','1',    '1','1','2628.11',    '1','1','1836.71',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004108.0','1018896.0','5',    '5','1','2214.7',    '5','1','2000.0',    '3','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092372.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004273.0','1018896.0','2',    '1','1','8826.0',    '1','1','8826.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092537.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010937.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099201.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004276.0','1018896.0','2',    '2','2','9458.81',    '2','2','9458.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092540.0','1044463.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002452.0','1018896.0','5',    '5','3','16765.09',    '5','3','8224.0',    '2','1','8541.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090716.0','1044463.0','81',    '76','37','94485.11',    '72','33','74765.12',    '47','18','19719.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002386.0','1018896.0','1',    '1','1','1808.55',    '1','1','1808.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090650.0','1044463.0','9',    '7','1','6604.0',    '6','1','6604.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002882.0','1018896.0','3473',    '3302','2773','9029993.76',    '3246','2631','7562580.6',    '2060','1007','1467413.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091146.0','1044463.0','10342',    '9317','4775','16731073.36',    '8773','4268','12434298.74',    '5814','1470','4296774.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002388.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090652.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010938.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099202.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010939.0','1018896.0','2711',    '2288','1121','2049376.65',    '2038','871','1692263.5',    '1393','424','357113.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099203.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002884.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091148.0','1044463.0','3',    '3','3','6000.0',    '3','3','6000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002422.0','1018896.0','68',    '62','18','58488.92',    '54','13','40559.8',    '41','9','17929.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090686.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010940.0','1018896.0','276',    '253','180','485046.64',    '235','151','402148.87',    '150','78','82897.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099204.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004318.0','1018896.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092582.0','1044463.0','240',    '228','166','473317.04',    '223','154','409808.95',    '133','51','63508.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002886.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091150.0','1044463.0','1',    '1','1','14268.77',    '1','1','890.0',    '1','1','13378.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002665.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090929.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004269.0','1018896.0','1',    '1','1','3006.1',    '1','1','2000.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092533.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004441.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092705.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010941.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099205.0','1044463.0','1',    '1','1','1404.93',    '1','0','0.0',    '1','1','1404.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004386.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092650.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002280.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090544.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004359.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092623.0','1044463.0','728',    '661','242','563038.28',    '568','181','433381.3',    '385','101','129656.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002330.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090594.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010942.0','1018896.0','3',    '3','3','4221.6',    '3','3','4221.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099206.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004069.0','1018896.0','1',    '1','1','8050.78',    '1','1','6702.95',    '1','1','1347.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092333.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004239.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092503.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002325.0','1018896.0','1',    '1','1','3101.77',    '1','1','3101.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090589.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004312.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092576.0','1044463.0','23',    '19','13','44249.4',    '17','13','36135.0',    '10','3','8114.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002542.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090806.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002535.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090799.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004063.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092327.0','1044463.0','1',    '1','1','4500.0',    '1','0','0.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002857.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091121.0','1044463.0','1',    '1','1','1437.12',    '1','1','1437.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004272.0','1018896.0','10',    '8','3','5321.0',    '7','3','4529.6',    '4','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092536.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010943.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099207.0','1044463.0','2',    '2','2','2791.4',    '2','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002489.0','1018896.0','5',    '5','2','5434.0',    '5','2','5434.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090753.0','1044463.0','2',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002892.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091156.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002453.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090717.0','1044463.0','3',    '3','3','24576.87',    '3','3','12535.0',    '3','1','12041.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004361.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092625.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002851.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091115.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004424.0','1018896.0','1405',    '1297','885','1939554.5',    '1190','696','1593464.33',    '823','397','346090.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092688.0','1044463.0','1',    '1','1','3084.0',    '1','1','3084.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004369.0','1018896.0','2',    '1','1','5274.66',    '1','1','890.0',    '1','1','4384.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092633.0','1044463.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004320.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092584.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010944.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099208.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004321.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092585.0','1044463.0','1',    '1','1','2712.0',    '1','1','2712.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004299.0','1018896.0','9460',    '8463','5457','12121785.53',    '7735','4234','9867764.55',    '5084','2366','2254020.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092563.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004323.0','1018896.0','5',    '5','4','9509.1',    '5','3','8503.0',    '5','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092587.0','1044463.0','45',    '42','37','107311.37',    '39','33','86788.55',    '27','18','20522.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002743.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091007.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004613.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092877.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010945.0','1018896.0','6',    '5','5','11590.81',    '5','5','10000.0',    '5','3','1590.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099209.0','1044463.0','17183',    '16400','13835','35995204.37',    '16156','13398','31321512.63',    '8147','3636','4673691.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010946.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099210.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010947.0','1018896.0','3',    '3','3','11326.4',    '3','3','10535.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099211.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004335.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092599.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002397.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090661.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004324.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092588.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002348.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090612.0','1044463.0','3757',    '3572','2882','7688205.27',    '3489','2673','6720024.21',    '2131','1022','968181.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010948.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099212.0','1044463.0','1',    '1','1','6792.93',    '1','1','6792.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002345.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090609.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004328.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092592.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010949.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099213.0','1044463.0','165',    '156','133','386379.94',    '151','122','332918.16',    '92','43','53461.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010950.0','1018896.0','1',    '1','1','18883.61',    '1','1','2542.0',    '1','1','16341.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099214.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010951.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099215.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004006.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092270.0','1044463.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004408.0','1018896.0','6',    '5','1','7887.66',    '4','1','6665.02',    '4','1','1222.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092672.0','1044463.0','1',    '1','1','1882.8',    '1','1','1882.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010952.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099216.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002295.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090559.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004274.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092538.0','1044463.0','2',    '2','1','22767.04',    '2','1','13568.0',    '2','1','9199.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004072.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092336.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010953.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099217.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004410.0','1018896.0','14',    '13','12','34066.55',    '13','12','33275.15',    '6','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092674.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002756.0','1018896.0','1',    '1','1','890.0',    '1','1','890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091020.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010954.0','1018896.0','68',    '62','46','113871.02',    '57','45','105790.57',    '29','6','8080.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099218.0','1044463.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010955.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099219.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004397.0','1018896.0','1',    '1','1','2890.0',    '1','1','2890.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092661.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010956.0','1018896.0','43',    '35','30','80577.74',    '34','30','65332.94',    '14','8','15244.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099220.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004450.0','1018896.0','3',    '3','2','5388.67',    '3','2','4225.0',    '2','1','1163.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092714.0','1044463.0','111',    '107','84','236926.42',    '103','75','198523.68',    '81','43','38402.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010957.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099221.0','1044463.0','1',    '1','1','3792.08',    '1','1','3180.76',    '1','1','611.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004017.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092281.0','1044463.0','123',    '117','89','252765.1',    '111','73','208284.4',    '79','49','44480.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002706.0','1018896.0','4',    '4','3','7006.01',    '4','3','6000.0',    '3','1','1006.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090970.0','1044463.0','663',    '638','522','1522468.7',    '620','466','1266760.73',    '450','255','255707.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010958.0','1018896.0','3',    '3','3','30684.6',    '3','3','17735.0',    '3','2','12949.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099222.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002464.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090728.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003984.0','1018896.0','7507',    '7138','5826','16863384.24',    '7006','5536','14582176.88',    '3952','1568','2281207.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092248.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002591.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090855.0','1044463.0','24266',    '22854','18203','46986222.76',    '22440','17865','42910929.49',    '11817','3031','4075293.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004311.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092575.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002539.0','1018896.0','1',    '1','1','2145.9',    '1','1','2145.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090803.0','1044463.0','2',    '2','2','2851.25',    '2','2','2851.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004258.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092522.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004265.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092529.0','1044463.0','1644',    '1565','1274','3522927.22',    '1531','1154','2991950.03',    '959','545','530977.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002389.0','1018896.0','1',    '1','1','16711.41',    '1','1','2804.0',    '1','1','13907.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090653.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002856.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091120.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004363.0','1018896.0','1',    '1','1','2214.7',    '1','1','2000.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092627.0','1044463.0','1',    '1','1','3006.1',    '1','1','2000.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010959.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099223.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004065.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092329.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002262.0','1018896.0','1',    '1','1','890.0',    '1','1','890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090526.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002315.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090579.0','1044463.0','3',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002298.0','1018896.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090562.0','1044463.0','3346',    '3208','2635','7215056.8',    '3162','2462','6189436.16',    '1840','904','1025620.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002283.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090547.0','1044463.0','78',    '64','37','86441.12',    '59','36','76001.75',    '36','5','10439.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004184.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092448.0','1044463.0','1',    '1','1','890.0',    '1','1','890.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010960.0','1018896.0','5',    '5','1','1159.77',    '5','1','624.72',    '2','1','535.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099224.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002451.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090715.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002889.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091153.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010961.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099225.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002473.0','1018896.0','2',    '2','2','2791.4',    '2','1','2000.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090737.0','1044463.0','4',    '4','2','5148.46',    '4','2','5148.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002306.0','1018896.0','160',    '144','100','212712.28',    '129','80','182327.7',    '98','43','30384.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090570.0','1044463.0','3',    '3','3','15560.14',    '3','3','11650.0',    '2','2','3910.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004464.0','1018896.0','430',    '409','347','1224685.41',    '404','324','973223.2',    '260','154','251462.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092728.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010962.0','1018896.0','4',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099226.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010963.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099227.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004222.0','1018896.0','131',    '121','84','167802.39',    '109','57','133131.17',    '81','47','34671.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092486.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004310.0','1018896.0','917',    '825','336','705627.23',    '751','256','608101.64',    '483','119','97525.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092574.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010964.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099228.0','1044463.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010965.0','1018896.0','1',    '1','1','3084.0',    '1','1','3084.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099229.0','1044463.0','1',    '1','1','14876.38',    '1','1','6268.0',    '1','1','8608.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004249.0','1018896.0','1',    '1','1','15693.54',    '1','1','10609.26',    '1','1','5084.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092513.0','1044463.0','1',    '1','1','3580.1',    '1','1','3580.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002537.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090801.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002526.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090790.0','1044463.0','2',    '2','2','28200.0',    '2','2','15835.0',    '1','1','12365.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004314.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092578.0','1044463.0','2',    '2','1','4982.19',    '2','1','2890.0',    '2','1','2092.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002390.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090654.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004290.0','1018896.0','13744',    '13193','11124','33180725.76',    '13036','10921','28541640.36',    '6897','2657','4639085.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092554.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010966.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099230.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002366.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090630.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004283.0','1018896.0','1',    '1','1','2846.7',    '1','1','2632.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092547.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004437.0','1018896.0','1',    '1','1','2144.29',    '1','1','2000.0',    '1','1','144.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092701.0','1044463.0','3',    '3','2','4094.76',    '3','2','4094.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002823.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091087.0','1044463.0','1',    '1','1','5619.95',    '1','1','4613.85',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004384.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092648.0','1044463.0','4',    '3','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003758.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092022.0','1044463.0','1284',    '1239','1047','3919674.53',    '1219','975','3238879.78',    '868','502','680794.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010967.0','1018896.0','6',    '6','4','6115.68',    '5','4','6115.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099231.0','1044463.0','5',    '5','5','13441.01',    '5','5','8222.0',    '2','1','5219.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010968.0','1018896.0','5',    '4','3','6000.0',    '4','3','6000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099232.0','1044463.0','1',    '1','1','9832.1',    '1','1','8826.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004431.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092695.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010969.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099233.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010970.0','1018896.0','3',    '1','1','8749.7',    '1','1','8535.0',    '1','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099234.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004403.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092667.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004217.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092481.0','1044463.0','3',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004388.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092652.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003942.0','1018896.0','1',    '1','1','473.76',    '1','1','473.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092206.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010971.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099235.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010972.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099236.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004407.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092671.0','1044463.0','442',    '394','361','3605111.22',    '390','359','2206370.39',    '235','151','1398740.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010973.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099237.0','1044463.0','1',    '1','1','2519.22',    '1','1','2519.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002824.0','1018896.0','1',    '1','1','3759.73',    '1','1','1505.5',    '1','1','2254.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091088.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002302.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090566.0','1044463.0','1',    '1','1','3621.24',    '1','1','2829.84',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003989.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092253.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004260.0','1018896.0','1',    '1','1','3006.1',    '1','1','2000.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092524.0','1044463.0','882',    '842','655','1674582.36',    '804','570','1398613.68',    '534','275','275968.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010974.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099238.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002491.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090755.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004461.0','1018896.0','5',    '4','3','7885.7',    '4','3','6088.2',    '2','2','1797.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092725.0','1044463.0','392',    '375','314','995330.92',    '364','293','815308.44',    '227','115','180022.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004297.0','1018896.0','716',    '649','574','1392261.52',    '634','572','1354951.08',    '337','24','37310.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092561.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010975.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099239.0','1044463.0','1',    '1','1','2890.0',    '1','1','2890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004402.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092666.0','1044463.0','5',    '4','1','2000.0',    '4','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002317.0','1018896.0','33',    '31','25','115793.21',    '30','23','90940.5',    '22','12','24852.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090581.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002320.0','1018896.0','1',    '1','1','13835.0',    '1','1','13835.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090584.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004365.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092629.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002334.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090598.0','1044463.0','4',    '4','3','7654.7',    '4','3','6890.0',    '3','1','764.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004428.0','1018896.0','2',    '2','1','13820.0',    '2','1','13820.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092692.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003966.0','1018896.0','2',    '1','1','2890.0',    '1','1','2890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092230.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010976.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099240.0','1044463.0','2',    '2','2','3006.1',    '2','1','2000.0',    '2','2','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004262.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092526.0','1044463.0','1',    '1','1','2890.0',    '1','1','2890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002617.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090881.0','1044463.0','11',    '7','5','68765.0',    '7','5','45382.0',    '3','2','23383.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002418.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090682.0','1044463.0','14680',    '13977','11550','29211822.69',    '13705','11014','25617808.19',    '7545','3489','3594014.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002858.0','1018896.0','1',    '1','1','13565.0',    '1','1','13565.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091122.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002470.0','1018896.0','120',    '117','99','336725.58',    '116','96','272250.56',    '65','28','64475.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090734.0','1044463.0','2',    '2','1','3006.1',    '2','1','2000.0',    '2','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010977.0','1018896.0','46',    '45','30','95914.9',    '42','27','68572.59',    '32','12','27342.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099241.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010978.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099242.0','1044463.0','48',    '41','23','87527.71',    '33','19','51799.0',    '24','9','35728.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004070.0','1018896.0','2',    '2','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092334.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010979.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099243.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002282.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090546.0','1044463.0','3',    '3','2','3985.0',    '3','2','3985.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010980.0','1018896.0','1',    '1','1','2155.08',    '1','1','2155.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099244.0','1044463.0','29',    '23','12','26778.86',    '22','11','24220.2',    '13','2','2558.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010981.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099245.0','1044463.0','70',    '64','23','61180.04',    '60','22','54121.02',    '26','4','7059.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010982.0','1018896.0','5823',    '5552','4593','12257047.24',    '5455','4414','10579429.83',    '3106','1416','1677617.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099246.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002341.0','1018896.0','1',    '1','1','1731.88',    '1','1','1731.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090605.0','1044463.0','2',    '2','1','6764.28',    '2','1','5758.18',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004186.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092450.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004091.0','1018896.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092355.0','1044463.0','4',    '4','2','4000.0',    '4','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010983.0','1018896.0','1',    '1','1','804.0',    '1','1','804.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099247.0','1044463.0','50',    '43','16','38698.33',    '41','14','27330.17',    '29','5','11368.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004261.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092525.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010984.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099248.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002488.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090752.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002292.0','1018896.0','71',    '66','36','82925.74',    '62','29','63072.58',    '47','13','19853.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090556.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002363.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090627.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002264.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090528.0','1044463.0','1',    '1','1','3006.1',    '1','1','2000.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010985.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099249.0','1044463.0','4780',    '4588','3872','11504203.91',    '4520','3698','9576694.07',    '2677','1485','1927509.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004019.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092283.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004286.0','1018896.0','1',    '1','1','4865.42',    '1','1','1998.0',    '1','1','2867.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092550.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002544.0','1018896.0','1',    '1','1','8535.0',    '1','1','8535.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090808.0','1044463.0','2',    '2','2','19323.3',    '2','2','5608.0',    '2','1','13715.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004155.0','1018896.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092419.0','1044463.0','4',    '4','4','13295.13',    '4','4','9534.0',    '2','1','3761.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004245.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092509.0','1044463.0','14',    '12','4','9601.34',    '12','2','6800.0',    '6','3','2801.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002419.0','1018896.0','1',    '1','1','8265.0',    '1','1','8265.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090683.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004282.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092546.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010986.0','1018896.0','2494',    '2282','1075','2557643.04',    '2152','986','2187804.06',    '1438','261','369838.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099250.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002594.0','1018896.0','179',    '160','136','1214143.06',    '156','134','652836.8',    '101','66','561306.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090858.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010987.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099251.0','1044463.0','133',    '123','102','265453.33',    '114','81','218724.32',    '87','51','46729.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004465.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092729.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002671.0','1018896.0','1',    '1','1','1332.0',    '1','1','1332.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090935.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002595.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090859.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002420.0','1018896.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090684.0','1044463.0','6',    '6','4','9168.0',    '6','4','9168.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004452.0','1018896.0','2349',    '2140','1867','21043125.15',    '2128','1851','11904802.42',    '1381','920','9138322.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092716.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004342.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092606.0','1044463.0','2283',    '2071','716','1315177.16',    '1904','527','1054091.16',    '1272','262','261086.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004188.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092452.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004444.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092708.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010988.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099252.0','1044463.0','3',    '3','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010989.0','1018896.0','106',    '94','27','49301.59',    '88','20','41829.75',    '38','11','7471.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099253.0','1044463.0','3',    '2','1','13143.93',    '2','1','12235.2',    '1','1','908.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002303.0','1018896.0','1',    '1','1','1180.91',    '1','1','1180.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090567.0','1044463.0','1',    '1','1','794.0',    '1','1','794.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004661.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092925.0','1044463.0','405',    '387','301','784772.79',    '377','264','652845.01',    '237','134','131927.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002274.0','1018896.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090538.0','1044463.0','974',    '909','799','5809091.54',    '901','792','3733798.75',    '583','376','2075292.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010990.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099254.0','1044463.0','1',    '1','1','3065.0',    '1','1','3065.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003945.0','1018896.0','2',    '2','2','3576.62',    '2','1','2358.0',    '2','1','1218.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092209.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002755.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091019.0','1044463.0','1',    '1','1','334.52',    '1','1','334.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002379.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090643.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004174.0','1018896.0','20',    '16','7','8331.88',    '12','4','5039.68',    '12','5','3292.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092438.0','1044463.0','1778',    '1565','514','1115321.14',    '1472','453','993758.74',    '904','113','121562.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004271.0','1018896.0','1',    '1','1','12636.08',    '1','1','8391.0',    '1','1','4245.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092535.0','1044463.0','1',    '1','1','353.48',    '1','1','353.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002369.0','1018896.0','3',    '3','2','11500.47',    '3','2','4710.0',    '2','2','6790.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090633.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010991.0','1018896.0','11',    '9','5','6539.38',    '8','4','6423.91',    '4','1','115.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099255.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002880.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091144.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010992.0','1018896.0','1',    '1','1','4043.24',    '1','1','2936.0',    '1','1','1107.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099256.0','1044463.0','2',    '2','2','16854.0',    '2','2','16854.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002362.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090626.0','1044463.0','1114',    '1013','682','1406024.8',    '942','563','1195576.99',    '626','241','210447.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004367.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092631.0','1044463.0','224',    '212','151','364122.43',    '203','135','309579.29',    '117','55','54543.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002492.0','1018896.0','969',    '849','320','714027.09',    '787','241','554203.26',    '509','133','159823.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090756.0','1044463.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010993.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099257.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010994.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099258.0','1044463.0','25',    '24','5','8214.7',    '24','4','8000.0',    '7','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004401.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092665.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004466.0','1018896.0','1',    '1','1','4068.17',    '1','1','4068.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092730.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002626.0','1018896.0','2',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090890.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004362.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092626.0','1044463.0','2',    '2','2','32600.65',    '2','2','11210.0',    '2','2','21390.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002796.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091060.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004425.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092689.0','1044463.0','574',    '538','497','5108138.17',    '536','493','3179157.04',    '316','197','1928981.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004331.0','1018896.0','1',    '1','1','4100.1',    '1','1','3550.1',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092595.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002861.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091125.0','1044463.0','1',    '1','1','3028.0',    '1','1','3028.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004373.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092637.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004375.0','1018896.0','1',    '1','1','10221.43',    '1','1','8996.0',    '1','1','1225.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092639.0','1044463.0','224',    '206','80','197204.12',    '193','73','165087.39',    '129','16','32116.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004436.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092700.0','1044463.0','1',    '1','1','2676.0',    '1','1','2676.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004338.0','1018896.0','2',    '2','2','7424.06',    '2','2','7424.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092602.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004451.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092715.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010995.0','1018896.0','108',    '98','38','68866.98',    '88','27','52454.65',    '67','18','16412.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099259.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004454.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092718.0','1044463.0','1',    '1','1','6742.0',    '1','1','6742.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010996.0','1018896.0','87',    '76','42','225443.56',    '71','41','144909.3',    '45','15','80534.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099260.0','1044463.0','2017',    '1845','1291','3114349.77',    '1772','1131','2609004.51',    '1062','449','505345.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002424.0','1018896.0','35',    '33','10','26009.52',    '29','10','18915.99',    '16','1','7093.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090688.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010997.0','1018896.0','1',    '1','1','8214.0',    '1','1','8214.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099261.0','1044463.0','130',    '117','41','63098.04',    '111','31','46470.08',    '66','17','16627.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002715.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090979.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004372.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092636.0','1044463.0','1',    '1','1','2791.4',    '1','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010998.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099262.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2010999.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099263.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004409.0','1018896.0','7',    '7','1','2000.0',    '7','1','2000.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092673.0','1044463.0','1',    '1','1','2586.48',    '1','1','2586.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011000.0','1018896.0','1',    '1','1','4491.87',    '1','1','4491.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099264.0','1044463.0','1',    '1','1','12898.29',    '1','1','9222.0',    '1','1','3676.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004411.0','1018896.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092675.0','1044463.0','640',    '610','543','2132626.15',    '605','537','1652770.89',    '378','186','479855.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004412.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092676.0','1044463.0','1',    '1','1','6568.0',    '1','1','6568.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004355.0','1018896.0','1',    '1','1','3805.3',    '1','1','3805.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092619.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011001.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099265.0','1044463.0','7448',    '6692','4032','8355591.7',    '6224','3374','7212617.75',    '3836','1306','1142973.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002713.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090977.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004426.0','1018896.0','201',    '198','54','174922.21',    '192','48','138187.77',    '116','15','36734.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092690.0','1044463.0','3',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011002.0','1018896.0','3406',    '3244','784','2447266.05',    '3172','728','1613615.03',    '1958','171','833651.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099266.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004679.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092943.0','1044463.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002717.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090981.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011003.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099267.0','1044463.0','3781',    '3563','845','2450412.95',    '3459','759','1761890.43',    '2153','197','688522.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002710.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090974.0','1044463.0','15',    '15','3','4372.99',    '14','2','4000.0',    '9','1','372.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011004.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099268.0','1044463.0','1995',    '1847','426','1175884.48',    '1791','409','874757.96',    '1000','55','301126.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011005.0','1018896.0','1374',    '1274','292','777998.27',    '1227','277','623303.47',    '680','36','154694.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099269.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002631.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090895.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011006.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099270.0','1044463.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004387.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092651.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002368.0','1018896.0','1',    '1','1','3187.81',    '1','1','2676.0',    '1','1','511.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090632.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004455.0','1018896.0','414',    '383','267','635229.24',    '360','222','530753.11',    '223','108','104476.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092719.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004414.0','1018896.0','1',    '1','1','7352.88',    '1','1','4755.0',    '1','1','2597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092678.0','1044463.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004614.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092878.0','1044463.0','6',    '6','5','22856.3',    '6','5','19838.0',    '4','3','3018.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004348.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092612.0','1044463.0','1',    '1','1','15204.28',    '1','1','6815.0',    '1','1','8389.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011007.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099271.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011008.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099272.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002716.0','1018896.0','3',    '3','1','6661.76',    '3','1','1466.0',    '2','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090980.0','1044463.0','12',    '12','4','22557.76',    '12','4','17362.0',    '8','1','5195.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011009.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099273.0','1044463.0','1',    '1','1','4702.47',    '1','1','4702.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002888.0','1018896.0','1',    '1','1','25600.0',    '1','1','12234.0',    '1','1','13366.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091152.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011010.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099274.0','1044463.0','1390',    '1299','297','883578.52',    '1248','267','597096.29',    '837','78','286482.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002894.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091158.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004343.0','1018896.0','1',    '1','1','1156.0',    '1','1','1156.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092607.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004445.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092709.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002394.0','1018896.0','2',    '1','1','3765.59',    '1','1','3765.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090658.0','1044463.0','136',    '129','33','81498.93',    '123','27','61572.16',    '80','13','19926.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004429.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092693.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004394.0','1018896.0','2412',    '2244','1537','3946276.19',    '2167','1359','3342528.51',    '1290','509','603747.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092658.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002798.0','1018896.0','245',    '211','76','318502.62',    '209','71','250883.3',    '126','13','67619.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091062.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004427.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092691.0','1044463.0','351',    '315','149','930383.85',    '312','136','574823.57',    '162','63','355560.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002793.0','1018896.0','6',    '5','3','8523.76',    '5','3','6000.0',    '4','3','2523.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091057.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004337.0','1018896.0','9',    '9','1','2000.0',    '9','1','2000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092601.0','1044463.0','60',    '53','9','29911.88',    '47','8','18342.0',    '27','2','11569.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002836.0','1018896.0','4',    '4','2','3734.0',    '3','2','3734.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091100.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011011.0','1018896.0','549',    '515','186','558916.87',    '495','172','401827.74',    '303','42','157089.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099275.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011012.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099276.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002395.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090659.0','1044463.0','7',    '6','1','13389.75',    '6','1','3156.0',    '5','1','10233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011013.0','1018896.0','544',    '523','145','603193.27',    '515','134','288351.96',    '322','47','314841.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099277.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004385.0','1018896.0','1',    '1','1','3006.1',    '1','1','2000.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092649.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004442.0','1018896.0','1942',    '1865','489','1536629.63',    '1820','458','1002538.7',    '1039','111','534090.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092706.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004418.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092682.0','1044463.0','123',    '116','28','74532.3',    '109','26','50074.0',    '68','7','24458.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011014.0','1018896.0','1254',    '1169','359','1109144.67',    '1140','309','714128.02',    '738','129','395016.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099278.0','1044463.0','1',    '1','1','6936.0',    '1','1','6936.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011015.0','1018896.0','570',    '522','149','410459.01',    '504','143','297395.29',    '248','23','113063.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099279.0','1044463.0','8',    '8','3','6000.0',    '7','3','6000.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004346.0','1018896.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092610.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011016.0','1018896.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099280.0','1044463.0','2',    '2','2','5352.0',    '2','2','5352.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011017.0','1018896.0','8',    '8','3','15077.01',    '7','3','5156.0',    '6','1','9921.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099281.0','1044463.0','2',    '2','1','1352.0',    '2','1','1352.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002632.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090896.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004349.0','1018896.0','2',    '1','1','5988.89',    '1','1','3156.0',    '1','1','2832.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092613.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011018.0','1018896.0','4',    '4','3','18190.0',    '4','3','18190.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099282.0','1044463.0','2',    '2','2','6475.99',    '2','2','5684.59',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004352.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092616.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011019.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099283.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004416.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092680.0','1044463.0','1',    '1','1','25933.99',    '1','1','12528.0',    '1','1','13405.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002575.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090839.0','1044463.0','2',    '2','1','1156.0',    '2','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011020.0','1018896.0','1',    '1','1','10625.93',    '1','1','1736.0',    '1','1','8889.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099284.0','1044463.0','3',    '3','2','3156.0',    '3','2','3156.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002393.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090657.0','1044463.0','1',    '1','1','3380.0',    '1','1','3380.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004357.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092621.0','1044463.0','11',    '10','2','4000.0',    '10','2','4000.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004319.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092583.0','1044463.0','527',    '485','119','289767.62',    '472','116','237782.0',    '267','13','51985.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002396.0','1018896.0','4',    '4','2','29774.19',    '3','2','7867.0',    '3','2','21907.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090660.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011021.0','1018896.0','12',    '9','3','8789.14',    '9','3','8789.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099285.0','1044463.0','1',    '1','1','2162.48',    '1','1','1612.48',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002370.0','1018896.0','85',    '81','64','152887.31',    '77','54','124340.75',    '59','34','28546.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090634.0','1044463.0','1',    '1','1','477.44',    '1','1','477.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004440.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092704.0','1044463.0','2',    '2','1','2000.0',    '1','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004344.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092608.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011022.0','1018896.0','4',    '4','1','2000.0',    '4','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099286.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004435.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092699.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011023.0','1018896.0','1',    '1','1','9242.17',    '1','1','980.0',    '1','1','8262.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099287.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004334.0','1018896.0','8',    '5','3','6106.3',    '5','3','5495.0',    '2','1','611.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092598.0','1044463.0','947',    '852','349','778535.61',    '813','278','612879.97',    '445','128','165655.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004336.0','1018896.0','6',    '6','2','18615.57',    '4','2','10964.0',    '5','1','7651.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092600.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004389.0','1018896.0','1',    '1','1','2468.68',    '1','1','2000.0',    '1','1','468.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092653.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011024.0','1018896.0','52',    '47','15','32851.4',    '42','11','28858.43',    '25','7','3992.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099288.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004327.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092591.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002863.0','1018896.0','244',    '222','102','358136.41',    '213','83','314996.13',    '126','37','43140.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091127.0','1044463.0','1951',    '1727','658','1380656.9',    '1552','478','1048430.89',    '1089','277','332226.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011025.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099289.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002758.0','1018896.0','1263',    '1182','274','712954.95',    '1142','254','563071.5',    '662','54','149883.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091022.0','1044463.0','340',    '323','118','681981.62',    '322','116','414239.96',    '188','31','267741.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004663.0','1018896.0','3',    '3','1','8107.81',    '3','0','0.0',    '3','1','8107.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092927.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011026.0','1018896.0','2',    '2','1','1586.0',    '1','0','0.0',    '1','1','1586.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099290.0','1044463.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004358.0','1018896.0','11',    '10','4','28456.24',    '10','4','15849.8',    '5','1','12606.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092622.0','1044463.0','1',    '1','1','3352.0',    '1','1','3352.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004470.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092734.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011027.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099291.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004325.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092589.0','1044463.0','419',    '384','118','307228.66',    '361','95','261385.45',    '237','34','45843.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004391.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092655.0','1044463.0','2',    '1','1','759.47',    '1','0','0.0',    '1','1','759.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004339.0','1018896.0','6',    '6','3','6000.0',    '6','3','6000.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092603.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004662.0','1018896.0','7',    '7','4','5851.5',    '7','3','5156.0',    '4','1','695.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092926.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011028.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099292.0','1044463.0','10',    '9','2','4000.0',    '7','2','4000.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004364.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092628.0','1044463.0','2',    '2','2','7817.35',    '2','2','3352.0',    '2','1','4465.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011029.0','1018896.0','5',    '5','1','2000.0',    '5','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099293.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002795.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091059.0','1044463.0','1',    '1','1','3574.35',    '1','1','3574.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011030.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099294.0','1044463.0','701',    '617','264','584143.36',    '566','219','507683.94',    '338','97','76459.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011031.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099295.0','1044463.0','4',    '4','4','5671.4',    '4','3','4880.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002597.0','1018896.0','1',    '1','1','198.34',    '1','1','198.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090861.0','1044463.0','1',    '1','1','6223.51',    '1','1','5671.17',    '1','1','552.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004471.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092735.0','1044463.0','1',    '1','1','7033.66',    '1','1','2814.0',    '1','1','4219.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004405.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092669.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002596.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090860.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002744.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091008.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002371.0','1018896.0','15',    '15','6','11973.58',    '14','6','11973.58',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090635.0','1044463.0','8',    '5','1','366.13',    '3','0','0.0',    '5','1','366.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002826.0','1018896.0','1',    '1','1','3591.3',    '1','1','2980.0',    '1','1','611.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091090.0','1044463.0','4',    '4','3','11120.0',    '4','3','11120.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002905.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091169.0','1044463.0','2',    '2','2','7839.34',    '2','2','5220.28',    '2','1','2619.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004353.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092617.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002845.0','1018896.0','51',    '46','13','36382.52',    '45','11','23527.91',    '28','3','12854.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091109.0','1044463.0','19',    '17','6','19174.71',    '17','5','17120.16',    '13','3','2054.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002730.0','1018896.0','491',    '442','128','301719.12',    '380','78','219244.33',    '269','72','82474.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090994.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011032.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099296.0','1044463.0','2',    '2','2','8404.07',    '2','2','5156.0',    '2','1','3248.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002864.0','1018896.0','7',    '4','2','4000.0',    '3','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091128.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002915.0','1018896.0','1',    '1','1','1432.34',    '1','1','880.0',    '1','1','552.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091179.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011033.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099297.0','1044463.0','5',    '5','2','22382.89',    '4','2','13868.0',    '4','1','8514.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002599.0','1018896.0','2',    '2','2','10543.33',    '2','2','8804.0',    '1','1','1739.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090863.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011034.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099298.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011035.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099299.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011036.0','1018896.0','3',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099300.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004404.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092668.0','1044463.0','6',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011037.0','1018896.0','34',    '24','4','11310.49',    '18','4','6980.0',    '17','1','4330.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099301.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004419.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092683.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002628.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090892.0','1044463.0','1',    '1','1','814.0',    '1','1','814.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004379.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092643.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011038.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099302.0','1044463.0','1',    '1','1','7752.34',    '1','1','7200.0',    '1','1','552.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002576.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090840.0','1044463.0','24',    '23','7','24729.78',    '22','7','18443.91',    '12','1','6285.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002837.0','1018896.0','1',    '1','1','552.34',    '1','0','0.0',    '1','1','552.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091101.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002895.0','1018896.0','48',    '42','13','50861.36',    '40','12','40615.0',    '21','4','10246.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091159.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011039.0','1018896.0','31',    '27','7','12788.79',    '23','5','9010.0',    '17','3','3778.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099303.0','1044463.0','7',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002860.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091124.0','1044463.0','93',    '87','29','82332.88',    '82','26','57957.44',    '49','12','24375.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011040.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099304.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002373.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090637.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002409.0','1018896.0','3',    '3','3','7488.75',    '3','3','6980.0',    '1','1','508.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090673.0','1044463.0','16',    '12','4','8268.4',    '12','3','6000.0',    '8','1','2268.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002927.0','1018896.0','1',    '1','1','26200.0',    '1','1','15218.0',    '1','1','10982.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091191.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011041.0','1018896.0','827',    '747','250','614811.4',    '720','218','531330.31',    '370','54','83481.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099305.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011042.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099306.0','1044463.0','1',    '1','1','3852.52',    '1','1','3852.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011043.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099307.0','1044463.0','1',    '1','1','14528.0',    '1','1','14528.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002637.0','1018896.0','10',    '9','4','7644.72',    '7','2','4000.0',    '8','2','3644.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090901.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002675.0','1018896.0','3',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090939.0','1044463.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011044.0','1018896.0','9',    '7','5','4637.02',    '5','2','2048.12',    '6','3','2588.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099308.0','1044463.0','891',    '795','264','672270.61',    '742','233','565052.53',    '412','64','107218.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002521.0','1018896.0','861',    '708','306','586446.74',    '613','218','468931.58',    '417','134','117515.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090785.0','1044463.0','121',    '112','47','94715.23',    '105','38','74759.7',    '69','18','19955.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004540.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092804.0','1044463.0','913',    '842','337','686280.37',    '785','263','534004.7',    '523','122','152275.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004381.0','1018896.0','1',    '1','1','15507.84',    '1','1','9840.0',    '1','1','5667.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092645.0','1044463.0','4',    '4','1','2000.0',    '3','1','2000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011045.0','1018896.0','1',    '1','1','1967.3',    '1','1','1967.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099309.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004330.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092594.0','1044463.0','1996',    '1671','627','1480147.03',    '1469','493','1100435.81',    '1002','231','379711.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002634.0','1018896.0','1074',    '1012','590','3506233.04',    '996','565','2213650.16',    '561','203','1292582.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090898.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002729.0','1018896.0','3',    '3','2','4000.0',    '3','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090993.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004683.0','1018896.0','12',    '11','1','2000.0',    '11','1','2000.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092947.0','1044463.0','149',    '138','34','100506.82',    '131','27','49634.9',    '72','12','50871.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002806.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091070.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002522.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090786.0','1044463.0','16',    '13','5','9896.0',    '7','5','9896.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004581.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092845.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004489.0','1018896.0','1171',    '1043','334','621582.9',    '969','272','550556.37',    '578','85','71026.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092753.0','1044463.0','2990',    '2734','1069','2175712.48',    '2561','888','1793234.22',    '1702','347','382478.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004475.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092739.0','1044463.0','1187',    '1057','433','1131329.25',    '973','362','960180.91',    '612','139','171148.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011046.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099310.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011047.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099311.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004510.0','1018896.0','1',    '1','1','1828.0',    '1','1','1828.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092774.0','1044463.0','3',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004496.0','1018896.0','391',    '354','138','308177.65',    '333','106','247977.82',    '193','48','60199.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092760.0','1044463.0','475',    '433','138','471620.84',    '421','127','336263.42',    '240','28','135357.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004552.0','1018896.0','1',    '1','1','5582.57',    '1','1','1582.0',    '1','1','4000.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092816.0','1044463.0','1',    '1','1','1736.0',    '1','1','1736.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004590.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092854.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011048.0','1018896.0','1',    '1','1','5203.43',    '1','1','2902.0',    '1','1','2301.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099312.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011049.0','1018896.0','1',    '1','1','6411.25',    '1','1','6411.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099313.0','1044463.0','1',    '1','1','769.93',    '1','0','0.0',    '1','1','769.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002410.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090674.0','1044463.0','31',    '28','8','23321.14',    '28','5','20721.0',    '14','3','2600.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011050.0','1018896.0','6249',    '5715','2679','5776252.9',    '5294','2183','4637264.62',    '3811','986','1138988.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099314.0','1044463.0','421',    '393','185','387499.05',    '376','168','350586.5',    '209','46','36912.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002616.0','1018896.0','863',    '822','312','3018302.82',    '805','294','1531025.51',    '491','140','1487277.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090880.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002868.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091132.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011051.0','1018896.0','1',    '1','1','1259.08',    '1','0','0.0',    '1','1','1259.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099315.0','1044463.0','1',    '1','1','2980.0',    '1','1','2980.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004624.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092888.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004519.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092783.0','1044463.0','120',    '111','24','149525.14',    '111','21','87599.52',    '60','8','61925.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004626.0','1018896.0','2',    '2','2','4000.0',    '2','2','4000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092890.0','1044463.0','1762',    '1664','420','1106777.12',    '1621','374','862428.25',    '979','102','244348.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004587.0','1018896.0','52',    '45','18','37917.81',    '42','15','33871.21',    '22','5','4046.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092851.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011052.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099316.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002411.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090675.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004493.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092757.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004518.0','1018896.0','1',    '1','1','3624.57',    '1','1','3624.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092782.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011053.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099317.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011054.0','1018896.0','4',    '4','2','4000.0',    '4','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099318.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002771.0','1018896.0','5',    '4','1','2000.0',    '4','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091035.0','1044463.0','625',    '575','142','341042.77',    '556','136','281155.86',    '288','17','59886.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011055.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099319.0','1044463.0','3',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002676.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090940.0','1044463.0','77',    '70','39','96069.28',    '69','33','82162.22',    '49','10','13907.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004478.0','1018896.0','6',    '6','6','21619.6',    '6','6','18380.99',    '5','4','3238.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092742.0','1044463.0','2',    '2','2','3849.77',    '2','2','3849.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004639.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092903.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002907.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091171.0','1044463.0','491',    '453','161','424294.11',    '442','154','330566.37',    '222','20','93727.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004641.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092905.0','1044463.0','1',    '1','1','6571.97',    '1','1','2880.0',    '1','1','3691.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004506.0','1018896.0','11',    '8','4','8000.0',    '8','4','8000.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092770.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004477.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092741.0','1044463.0','1',    '1','1','11743.51',    '1','1','1352.0',    '1','1','10391.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004571.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092835.0','1044463.0','13',    '11','3','3047.06',    '10','2','2255.66',    '7','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002769.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091033.0','1044463.0','23',    '23','8','16718.45',    '20','8','15315.75',    '13','2','1402.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011056.0','1018896.0','178',    '144','63','133787.03',    '125','50','111311.51',    '74','25','22475.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099320.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002920.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091184.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004762.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093026.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004565.0','1018896.0','383',    '365','249','516910.67',    '351','195','393333.6',    '242','116','123577.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092829.0','1044463.0','31',    '30','14','35547.96',    '28','10','28045.02',    '21','9','7502.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002651.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090915.0','1044463.0','688',    '634','299','800577.97',    '613','287','726506.42',    '414','56','74071.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011057.0','1018896.0','2098',    '1932','927','2267257.51',    '1830','821','1920963.92',    '1199','312','346293.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099321.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011058.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099322.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002689.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090953.0','1044463.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004495.0','1018896.0','33',    '32','11','21652.41',    '30','8','18320.64',    '17','5','3331.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092759.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011059.0','1018896.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099323.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004833.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093097.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011060.0','1018896.0','65',    '58','27','54674.54',    '52','25','49796.54',    '28','6','4878.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099324.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002760.0','1018896.0','93',    '91','54','125191.4',    '87','51','119243.34',    '54','10','5948.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091024.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004481.0','1018896.0','1894',    '1775','771','1948459.51',    '1677','660','1422986.36',    '1089','265','525473.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092745.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002728.0','1018896.0','4',    '3','1','9134.8',    '2','1','8331.0',    '2','1','803.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090992.0','1044463.0','309',    '271','45','86502.99',    '259','38','78962.0',    '160','8','7540.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002476.0','1018896.0','8',    '8','3','4214.7',    '8','2','4000.0',    '7','1','214.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090740.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002687.0','1018896.0','117',    '97','50','136939.95',    '90','39','94677.81',    '61','23','42262.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090951.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004664.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092928.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002439.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090703.0','1044463.0','49',    '45','13','28580.36',    '40','10','25128.18',    '19','4','3452.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004528.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092792.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004476.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092740.0','1044463.0','1',    '1','1','880.0',    '1','1','880.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004667.0','1018896.0','34',    '29','13','26049.16',    '28','13','25443.46',    '21','1','605.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092931.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004523.0','1018896.0','122',    '108','37','100441.26',    '101','34','88803.83',    '66','7','11637.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092787.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011061.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099325.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004584.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092848.0','1044463.0','7',    '7','1','2000.0',    '5','1','2000.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011062.0','1018896.0','727',    '644','78','215630.94',    '616','68','144697.0',    '389','20','70933.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099326.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004652.0','1018896.0','162',    '147','46','93996.55',    '124','30','74060.67',    '95','20','19935.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092916.0','1044463.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004551.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092815.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011063.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099327.0','1044463.0','3',    '3','2','516.3',    '3','2','516.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004573.0','1018896.0','1',    '1','1','1734.0',    '1','1','1734.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092837.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004508.0','1018896.0','1',    '1','1','2616.4',    '1','1','2616.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092772.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002699.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090963.0','1044463.0','1',    '1','1','2552.34',    '1','1','2000.0',    '1','1','552.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011064.0','1018896.0','260',    '248','109','1315560.44',    '246','109','792916.0',    '135','43','522644.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099328.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011065.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099329.0','1044463.0','483',    '424','167','284420.52',    '388','143','245049.87',    '270','50','39370.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004570.0','1018896.0','31',    '21','6','14155.69',    '18','6','14155.69',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092834.0','1044463.0','1',    '1','1','455.99',    '1','1','455.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004583.0','1018896.0','336',    '320','111','446317.1',    '316','110','316332.27',    '152','14','129984.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092847.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004623.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092887.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004504.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092768.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011066.0','1018896.0','281',    '213','92','180301.23',    '170','61','139404.86',    '132','47','40896.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099330.0','1044463.0','533',    '497','210','499012.73',    '462','187','435473.92',    '296','64','63538.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004654.0','1018896.0','129',    '117','31','57366.85',    '106','30','53660.2',    '53','2','3706.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092918.0','1044463.0','1',    '1','1','2550.0',    '1','1','2000.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004618.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092882.0','1044463.0','1',    '1','1','2087.24',    '1','1','980.0',    '1','1','1107.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004786.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093050.0','1044463.0','271',    '251','95','203068.8',    '240','85','156908.45',    '155','21','46160.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002697.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090961.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002872.0','1018896.0','1',    '1','1','2465.51',    '1','1','2465.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091136.0','1044463.0','1',    '1','1','382.38',    '0','0','0.0',    '1','1','382.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002412.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090676.0','1044463.0','1',    '1','1','4334.36',    '1','1','4218.89',    '1','1','115.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002808.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091072.0','1044463.0','255',    '233','40','79074.04',    '216','37','74886.77',    '150','4','4187.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004671.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092935.0','1044463.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011067.0','1018896.0','194',    '180','54','145106.26',    '156','39','113137.3',    '112','23','31968.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099331.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004673.0','1018896.0','4',    '4','2','4000.0',    '4','2','4000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092937.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004568.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092832.0','1044463.0','137',    '129','74','170554.15',    '118','60','139320.24',    '77','29','31233.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004569.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092833.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011068.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099332.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011069.0','1018896.0','121',    '111','47','79532.9',    '104','39','70116.0',    '73','15','9416.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099333.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004479.0','1018896.0','5',    '5','4','8000.0',    '5','4','8000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092743.0','1044463.0','3',    '2','2','4394.38',    '2','2','4394.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002754.0','1018896.0','6',    '6','5','24926.23',    '6','5','12589.84',    '5','2','12336.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091018.0','1044463.0','2',    '2','1','6429.0',    '2','1','6429.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004549.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092813.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004550.0','1018896.0','3',    '3','2','3350.98',    '3','2','3011.04',    '1','1','339.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092814.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002838.0','1018896.0','2',    '2','1','12014.22',    '2','1','2880.0',    '2','1','9134.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091102.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002650.0','1018896.0','1',    '1','1','330.17',    '1','0','0.0',    '1','1','330.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090914.0','1044463.0','1',    '1','1','709.08',    '1','0','0.0',    '1','1','709.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011070.0','1018896.0','1',    '1','1','857.06',    '1','1','857.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099334.0','1044463.0','147',    '132','44','86993.59',    '100','21','64892.94',    '85','31','22100.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011071.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099335.0','1044463.0','3',    '3','2','14530.75',    '3','2','5156.0',    '3','1','9374.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011072.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099336.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011073.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099337.0','1044463.0','187',    '177','95','170983.57',    '168','88','152629.52',    '101','20','18354.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011074.0','1018896.0','140',    '130','64','121434.92',    '127','59','112289.38',    '70','17','9145.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099338.0','1044463.0','1',    '1','1','1808.15',    '1','1','1808.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004502.0','1018896.0','2',    '2','1','25238.99',    '2','1','11859.0',    '1','1','13379.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092766.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011075.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099339.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004503.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092767.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011076.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099340.0','1044463.0','250',    '217','94','329951.35',    '211','85','250437.3',    '141','28','79514.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004653.0','1018896.0','1',    '1','1','3432.34',    '1','1','2880.0',    '1','1','552.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092917.0','1044463.0','1',    '1','1','2322.93',    '1','1','1468.58',    '1','1','854.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011077.0','1018896.0','77',    '74','56','332757.71',    '73','53','222420.33',    '42','24','110337.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099341.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004547.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092811.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004607.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092871.0','1044463.0','47',    '41','16','44585.58',    '38','13','36375.03',    '28','7','8210.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011078.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099342.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002918.0','1018896.0','1',    '1','1','1156.0',    '1','1','1156.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091182.0','1044463.0','1',    '1','1','5376.7',    '1','1','2754.0',    '1','1','2622.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002875.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091139.0','1044463.0','1',    '1','1','2682.72',    '1','1','2000.0',    '1','1','682.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004543.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092807.0','1044463.0','385',    '332','61','132331.77',    '310','57','119748.38',    '162','9','12583.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004545.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092809.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004644.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092908.0','1044463.0','1',    '1','1','6750.04',    '1','1','3094.0',    '1','1','3656.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011079.0','1018896.0','2',    '2','1','7164.07',    '2','1','2525.0',    '1','1','4639.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099343.0','1044463.0','1',    '1','1','6207.23',    '1','1','3064.0',    '1','1','3143.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011080.0','1018896.0','6',    '5','2','4000.0',    '5','2','4000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099344.0','1044463.0','1',    '1','1','407.0',    '1','1','407.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011081.0','1018896.0','266',    '244','84','240665.07',    '231','70','195126.43',    '156','32','45538.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099345.0','1044463.0','1',    '1','1','1046.0',    '1','1','1046.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004491.0','1018896.0','2',    '2','2','14234.0',    '2','2','14234.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092755.0','1044463.0','1',    '1','1','1156.0',    '1','1','1156.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002731.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090995.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004490.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092754.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004542.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092806.0','1044463.0','1',    '1','1','1006.1',    '1','0','0.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011082.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099346.0','1044463.0','8',    '6','2','1072.68',    '6','1','281.28',    '5','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011083.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099347.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011084.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099348.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004668.0','1018896.0','6',    '6','3','4178.75',    '6','2','4000.0',    '4','1','178.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092932.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011085.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099349.0','1044463.0','38',    '34','6','11736.0',    '34','6','11736.0',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011086.0','1018896.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099350.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011087.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099351.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002753.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091017.0','1044463.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002813.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091077.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004562.0','1018896.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092826.0','1044463.0','133',    '128','55','507316.1',    '128','50','278840.0',    '80','26','228476.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004642.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092906.0','1044463.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011088.0','1018896.0','167',    '156','80','234597.33',    '154','77','199916.16',    '88','21','34681.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099352.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011089.0','1018896.0','41',    '25','23','142924.19',    '24','23','93806.09',    '15','6','49118.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099353.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011090.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099354.0','1044463.0','1',    '1','1','529.11',    '1','1','529.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011091.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099355.0','1044463.0','1',    '1','1','833.0',    '1','1','833.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011092.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099356.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002372.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090636.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011093.0','1018896.0','3',    '2','1','2000.0',    '2','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099357.0','1044463.0','1',    '1','1','1767.08',    '1','1','541.65',    '1','1','1225.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004638.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092902.0','1044463.0','8',    '7','2','4000.0',    '7','2','4000.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004616.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092880.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004685.0','1018896.0','1',    '1','1','7891.01',    '1','1','7891.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092949.0','1044463.0','47',    '44','19','35347.26',    '43','17','34000.0',    '26','3','1347.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004620.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092884.0','1044463.0','1',    '1','1','2083.04',    '1','1','2083.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004645.0','1018896.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092909.0','1044463.0','47',    '44','14','26160.21',    '42','12','24577.41',    '17','2','1582.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002579.0','1018896.0','1',    '1','1','2401.43',    '1','1','1176.0',    '1','1','1225.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090843.0','1044463.0','514',    '454','163','341882.88',    '426','148','295839.96',    '220','42','46042.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011094.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099358.0','1044463.0','2',    '2','2','8215.49',    '2','2','8215.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002939.0','1018896.0','81',    '73','10','23025.18',    '66','9','21432.68',    '39','2','1592.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091203.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002786.0','1018896.0','177',    '160','31','76347.86',    '148','25','51398.55',    '93','9','24949.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091050.0','1044463.0','235',    '187','32','55705.14',    '170','26','51232.89',    '95','6','4472.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002930.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091194.0','1044463.0','2467',    '2305','1637','8543672.51',    '2225','1551','5555520.22',    '1451','576','2988152.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002790.0','1018896.0','1155',    '962','387','813001.04',    '857','332','731735.61',    '554','89','81265.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091054.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002664.0','1018896.0','2',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090928.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002742.0','1018896.0','1065',    '959','317','617315.08',    '897','279','541167.88',    '535','71','76147.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091006.0','1044463.0','2',    '2','1','6729.75',    '2','1','2880.0',    '2','1','3849.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002951.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091215.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002990.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091254.0','1044463.0','1',    '1','1','1010.0',    '1','1','1010.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004921.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093185.0','1044463.0','1',    '1','1','2754.0',    '1','1','2754.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011095.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099359.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011096.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099360.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004899.0','1018896.0','217',    '202','77','264206.85',    '195','72','210823.76',    '114','19','53383.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093163.0','1044463.0','840',    '775','596','3651348.21',    '753','575','2076659.91',    '556','237','1574688.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004882.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093146.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011097.0','1018896.0','7',    '7','3','5582.0',    '6','3','5582.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099361.0','1044463.0','3505',    '3204','1580','4881020.68',    '3021','1430','3705094.71',    '2048','469','1175925.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011098.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099362.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011099.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099363.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005075.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093339.0','1044463.0','583',    '481','152','284631.69',    '401','123','248230.5',    '260','40','36401.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011100.0','1018896.0','34',    '28','13','26536.63',    '27','12','23035.32',    '11','2','3501.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099364.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005114.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093378.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005017.0','1018896.0','185',    '165','24','71070.18',    '156','19','45548.45',    '107','8','25521.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093281.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005011.0','1018896.0','1',    '1','1','3006.1',    '1','1','2000.0',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093275.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011101.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099365.0','1044463.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005164.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093428.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011102.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099366.0','1044463.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002964.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091228.0','1044463.0','1630',    '1315','634','1070627.09',    '1066','357','760374.69',    '796','355','310252.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002952.0','1018896.0','1',    '1','1','1806.12',    '1','1','1806.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091216.0','1044463.0','28',    '25','11','33412.9',    '25','10','32121.5',    '5','2','1291.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011103.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099367.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002658.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090922.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002935.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091199.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005025.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093289.0','1044463.0','21',    '17','7','15128.14',    '17','7','13618.68',    '10','1','1509.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002782.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091046.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011104.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099368.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002906.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091170.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005068.0','1018896.0','3',    '3','2','4542.99',    '3','1','2000.0',    '3','2','2542.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093332.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011105.0','1018896.0','6',    '6','2','5680.81',    '6','2','2795.1',    '4','2','2885.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099369.0','1044463.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011106.0','1018896.0','1',    '1','1','4476.08',    '1','1','4476.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099370.0','1044463.0','1',    '1','1','22672.46',    '1','1','12264.0',    '1','1','10408.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002610.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090874.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005071.0','1018896.0','2315',    '2031','736','1679705.45',    '1896','633','1410352.07',    '1138','199','269353.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093335.0','1044463.0','23',    '20','8','13552.86',    '19','7','13002.86',    '11','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011107.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099371.0','1044463.0','2',    '2','1','4472.5',    '2','1','3380.0',    '2','1','1092.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004979.0','1018896.0','504',    '456','52','99208.38',    '440','49','93436.42',    '251','5','5771.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093243.0','1044463.0','462',    '416','47','113532.84',    '399','43','79676.9',    '223','10','33855.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004996.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093260.0','1044463.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005001.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093265.0','1044463.0','15',    '13','8','19888.61',    '13','8','19338.61',    '9','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004932.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093196.0','1044463.0','73',    '72','25','71510.41',    '65','23','53154.23',    '54','8','18356.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004856.0','1018896.0','4',    '3','1','1388.56',    '3','1','1046.0',    '2','1','342.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093120.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005065.0','1018896.0','822',    '779','269','1988939.3',    '770','265','1154117.9',    '390','86','834821.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093329.0','1044463.0','807',    '656','314','586621.39',    '541','201','460869.06',    '409','149','125752.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004912.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093176.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005019.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093283.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011108.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099372.0','1044463.0','2508',    '2122','745','1383675.08',    '1939','595','1176807.13',    '1253','230','206867.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011109.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099373.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005046.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093310.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003045.0','1018896.0','1',    '1','1','354.54',    '1','0','0.0',    '1','1','354.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091309.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005069.0','1018896.0','70',    '61','31','84447.08',    '57','27','78589.8',    '30','8','5857.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093333.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002680.0','1018896.0','61',    '56','21','59186.6',    '49','16','44290.95',    '36','7','14895.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090944.0','1044463.0','308',    '281','142','299556.74',    '270','130','273173.96',    '165','28','26382.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011110.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099374.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011111.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099375.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011112.0','1018896.0','85',    '78','15','38155.53',    '71','13','35928.63',    '52','3','2226.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099376.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002928.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091192.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002750.0','1018896.0','1',    '1','1','1483.47',    '1','0','0.0',    '1','1','1483.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091014.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003021.0','1018896.0','19',    '16','7','15763.12',    '14','5','12314.36',    '11','5','3448.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091285.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003214.0','1018896.0','154',    '135','25','46504.16',    '124','22','45206.0',    '65','3','1298.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091478.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011113.0','1018896.0','408',    '356','117','321274.83',    '332','97','245959.58',    '201','33','75315.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099377.0','1044463.0','17',    '13','6','9631.6',    '12','5','8840.2',    '7','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011114.0','1018896.0','421',    '392','179','435817.15',    '363','152','349610.55',    '255','60','86206.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099378.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011115.0','1018896.0','5',    '5','2','21985.75',    '5','2','18350.87',    '4','1','3634.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099379.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005152.0','1018896.0','1',    '1','1','1472.74',    '1','1','1472.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093416.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004929.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093193.0','1044463.0','1',    '1','1','2483.86',    '1','1','814.0',    '1','1','1669.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011116.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099380.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005121.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093385.0','1044463.0','1918',    '1696','617','1296617.69',    '1553','509','1124332.65',    '1011','173','172285.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002844.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091108.0','1044463.0','386',    '367','186','581972.24',    '361','163','473572.71',    '241','68','108399.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005038.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093302.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011117.0','1018896.0','1',    '1','1','25978.45',    '1','1','7468.0',    '1','1','18510.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099381.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002739.0','1018896.0','1229',    '1122','731','3088622.34',    '1083','681','2310628.06',    '672','216','777994.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091003.0','1044463.0','1431',    '1279','476','1062851.44',    '1179','382','815290.8',    '757','183','247560.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011118.0','1018896.0','7552',    '6613','3701','14946908.62',    '6212','3450','10687838.34',    '3662','1011','4259070.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099382.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011119.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099383.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004987.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093251.0','1044463.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002825.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091089.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004940.0','1018896.0','1',    '1','1','3221.0',    '1','1','3221.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093204.0','1044463.0','1',    '1','1','4500.0',    '1','0','0.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011120.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099384.0','1044463.0','535',    '490','194','358189.71',    '461','149','302630.36',    '299','71','55559.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002972.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091236.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005094.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093358.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003038.0','1018896.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091302.0','1044463.0','1',    '1','1','2550.0',    '1','1','2000.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011121.0','1018896.0','3',    '2','2','28805.09',    '2','2','10885.0',    '2','2','17920.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099385.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005124.0','1018896.0','4',    '3','1','2000.0',    '3','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093388.0','1044463.0','1',    '1','1','992.57',    '1','1','992.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004999.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093263.0','1044463.0','2',    '2','2','2381.43',    '2','1','1156.0',    '2','1','1225.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002989.0','1018896.0','4',    '1','1','11511.0',    '1','1','11511.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091253.0','1044463.0','1',    '1','1','20049.14',    '1','1','6211.0',    '1','1','13838.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005140.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093404.0','1044463.0','1',    '1','1','1101.86',    '1','1','1101.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011122.0','1018896.0','65',    '60','21','44168.37',    '55','16','39707.16',    '35','6','4461.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099386.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005074.0','1018896.0','2',    '2','1','674.0',    '2','1','674.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093338.0','1044463.0','86',    '81','30','124834.61',    '78','28','102214.42',    '41','9','22620.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011123.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099387.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005133.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093397.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004846.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093110.0','1044463.0','1476',    '1304','713','1789682.23',    '1222','615','1545254.52',    '717','199','244427.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005158.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093422.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002558.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090822.0','1044463.0','1',    '1','1','1298.96',    '1','1','798.6',    '1','1','500.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004688.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092952.0','1044463.0','2',    '2','1','13265.57',    '2','1','808.0',    '1','1','12457.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002738.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091002.0','1044463.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002812.0','1018896.0','30',    '25','9','35848.84',    '24','9','21592.98',    '19','2','14255.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091076.0','1044463.0','568',    '522','408','2708606.22',    '509','386','1600904.27',    '324','158','1107701.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002904.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091168.0','1044463.0','1',    '1','1','3580.43',    '1','1','3580.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002740.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091004.0','1044463.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002707.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090971.0','1044463.0','8',    '7','4','9470.63',    '7','4','8674.0',    '3','1','796.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002885.0','1018896.0','1',    '1','1','1563.79',    '1','1','814.0',    '1','1','749.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091149.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004884.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093148.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003035.0','1018896.0','273',    '248','87','146655.24',    '228','61','125586.27',    '153','30','21068.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091299.0','1044463.0','1',    '1','1','1108.0',    '1','1','1108.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003024.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091288.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011124.0','1018896.0','1',    '1','1','1673.27',    '1','0','0.0',    '1','1','1673.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099388.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011125.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099389.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004977.0','1018896.0','1',    '1','1','12819.06',    '1','1','2808.0',    '1','1','10011.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093241.0','1044463.0','29',    '25','16','31050.62',    '24','15','30428.55',    '17','2','622.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011126.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099390.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005176.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093440.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004841.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093105.0','1044463.0','4357',    '4017','2193','7885431.37',    '3835','1970','5947275.3',    '2481','692','1938156.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011127.0','1018896.0','3034',    '2592','1283','4683479.57',    '2467','1158','3572868.38',    '1286','361','1110611.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099391.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004964.0','1018896.0','1',    '1','1','674.0',    '1','1','674.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093228.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004968.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093232.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004849.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093113.0','1044463.0','1',    '1','1','14353.39',    '1','1','3685.0',    '1','1','10668.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011128.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099392.0','1044463.0','111',    '104','36','85672.73',    '101','32','73332.25',    '48','7','12340.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011129.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099393.0','1044463.0','6',    '5','2','2273.04',    '4','1','1481.64',    '3','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005182.0','1018896.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093446.0','1044463.0','585',    '510','299','730072.95',    '461','245','601999.74',    '268','101','128073.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005105.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093369.0','1044463.0','2',    '2','1','2000.0',    '2','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005083.0','1018896.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093347.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004945.0','1018896.0','4',    '4','4','6791.4',    '4','3','6000.0',    '4','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093209.0','1044463.0','71',    '68','27','57459.21',    '65','22','50302.79',    '40','9','7156.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003017.0','1018896.0','26',    '23','9','18889.59',    '18','8','15632.06',    '16','3','3257.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091281.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011130.0','1018896.0','205',    '178','97','154715.9',    '140','47','101255.47',    '137','66','53460.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099394.0','1044463.0','5',    '5','5','8933.93',    '5','5','8933.93',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005060.0','1018896.0','541',    '486','177','333556.5',    '456','154','291591.82',    '296','37','41964.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093324.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011131.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099395.0','1044463.0','63',    '57','29','56230.74',    '50','18','45341.21',    '38','13','10889.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011132.0','1018896.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099396.0','1044463.0','1161',    '792','163','258909.99',    '533','107','212604.0',    '516','60','46305.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005108.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093372.0','1044463.0','9',    '8','1','791.4',    '5','0','0.0',    '7','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011133.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099397.0','1044463.0','1',    '1','1','434.0',    '1','1','434.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005188.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093452.0','1044463.0','70',    '60','39','57199.16',    '51','20','39260.95',    '41','22','17938.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002657.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090921.0','1044463.0','270',    '241','190','394833.28',    '207','140','302464.69',    '174','110','92368.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011134.0','1018896.0','130',    '117','43','79749.97',    '104','37','73816.33',    '73','12','5933.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099398.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004835.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093099.0','1044463.0','1',    '1','1','2738.0',    '1','1','2738.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004532.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092796.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002709.0','1018896.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090973.0','1044463.0','4',    '4','2','4000.0',    '4','2','4000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011135.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099399.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002704.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090968.0','1044463.0','42',    '34','18','33776.05',    '27','13','29027.65',    '17','6','4748.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011136.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099400.0','1044463.0','1157',    '1012','638','1266642.44',    '879','441','995179.04',    '653','324','271463.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002958.0','1018896.0','70',    '49','8','13609.4',    '32','7','12818.0',    '40','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091222.0','1044463.0','3',    '2','1','2000.0',    '2','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002736.0','1018896.0','935',    '765','321','537772.45',    '646','220','433767.05',    '447','129','104005.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091000.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005034.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093298.0','1044463.0','7377',    '6259','3364','6490261.15',    '5365','2355','5156741.24',    '3933','1521','1333519.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002605.0','1018896.0','1',    '1','1','791.4',    '0','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090869.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011137.0','1018896.0','1449',    '1287','764','1425075.44',    '1133','509','1116434.01',    '792','380','308641.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099401.0','1044463.0','1',    '1','1','3624.82',    '1','1','2618.72',    '1','1','1006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004961.0','1018896.0','2',    '2','2','2791.4',    '2','1','2000.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093225.0','1044463.0','1',    '1','1','330.24',    '1','1','330.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005088.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093352.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011138.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099402.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004966.0','1018896.0','1228',    '1130','919','6167942.03',    '1108','898','3616319.62',    '758','419','2551622.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093230.0','1044463.0','1',    '1','1','2114.2',    '1','0','0.0',    '1','1','2114.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002981.0','1018896.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091245.0','1044463.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005027.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093291.0','1044463.0','1',    '1','1','4543.73',    '1','1','4043.73',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004885.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093149.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005042.0','1018896.0','4',    '4','2','15281.0',    '3','2','14489.6',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093306.0','1044463.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011139.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099403.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005162.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093426.0','1044463.0','14',    '13','9','32254.38',    '13','9','28826.2',    '6','3','3428.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011140.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099404.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002977.0','1018896.0','16',    '13','8','16406.58',    '12','3','8787.92',    '8','5','7618.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091241.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004917.0','1018896.0','2',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093181.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011141.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099405.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005109.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093373.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002902.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091166.0','1044463.0','3171',    '2920','2204','13321509.7',    '2844','2136','8561515.08',    '1660','791','4759994.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002934.0','1018896.0','2',    '2','1','720.49',    '2','1','720.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091198.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002661.0','1018896.0','3',    '3','1','2000.0',    '3','1','2000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090925.0','1044463.0','1',    '1','1','11712.0',    '1','1','11712.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004865.0','1018896.0','240',    '217','132','269854.4',    '188','95','214339.97',    '147','69','55514.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093129.0','1044463.0','1',    '1','1','791.4',    '1','0','0.0',    '1','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011142.0','1018896.0','39',    '28','5','8791.4',    '18','4','8000.0',    '21','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099406.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011143.0','1018896.0','1',    '1','1','738.0',    '1','1','738.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099407.0','1044463.0','3',    '2','1','1283.58',    '2','0','0.0',    '2','1','1283.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005026.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093290.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004891.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093155.0','1044463.0','45',    '43','12','40365.2',    '38','12','27247.94',    '21','1','13117.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005179.0','1018896.0','27',    '24','16','18374.0',    '15','4','6288.3',    '21','15','12085.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093443.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011144.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099408.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011145.0','1018896.0','17',    '16','9','16915.35',    '16','4','13292.52',    '11','5','3622.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099409.0','1044463.0','1',    '1','1','2000.0',    '1','1','2000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004953.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093217.0','1044463.0','842',    '768','261','675317.42',    '733','234','581951.02',    '346','66','93366.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002959.0','1018896.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091223.0','1044463.0','2',    '2','2','4791.4',    '2','2','4000.0',    '2','1','791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005160.0','1018896.0','1',    '1','1','2000.0',    '1','1','2000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093424.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002955.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091219.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005170.0','1018896.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093434.0','1044463.0','512',    '426','229','488888.78',    '360','149','387121.84',    '277','121','101766.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005144.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093408.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005172.0','1018896.0','389',    '355','209','754999.03',    '337','174','440391.55',    '202','102','314607.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093436.0','1044463.0','19',    '19','6','9683.7',    '19','5','8771.09',    '13','2','912.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011146.0','1018896.0','1',    '1','1','4333.7',    '1','1','3979.64',    '1','1','354.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099410.0','1044463.0','60',    '52','25','33915.56',    '46','10','14990.12',    '33','20','18925.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002973.0','1018896.0','44',    '40','14','51978.6',    '39','7','31111.11',    '17','9','20867.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091237.0','1044463.0','3',    '2','1','835.97',    '2','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011147.0','1018896.0','1669',    '1588','716','703466.17',    '1444','55','107342.34',    '1030','685','596123.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099411.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011148.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099412.0','1044463.0','35',    '34','11','29553.96',    '31','9','25904.76',    '15','4','3649.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011149.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099413.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005052.0','1018896.0','7',    '6','4','4802.64',    '6','4','4802.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093316.0','1044463.0','2',    '2','1','17867.35',    '2','1','11474.0',    '1','1','6393.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011150.0','1018896.0','1',    '1','1','12048.0',    '1','1','12048.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099414.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005171.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093435.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002603.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090867.0','1044463.0','40',    '35','15','16121.75',    '24','6','10149.57',    '20','9','5972.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004595.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092859.0','1044463.0','9',    '7','4','18699.46',    '6','2','15953.67',    '6','3','2745.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002698.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090962.0','1044463.0','5',    '3','3','6778.27',    '3','3','4569.8',    '1','1','2208.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004525.0','1018896.0','45',    '30','13','10281.64',    '15','0','0.0',    '24','13','10281.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092789.0','1044463.0','15',    '14','5','5537.8',    '11','3','1781.62',    '7','3','3756.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002562.0','1018896.0','115',    '103','51','82569.82',    '98','33','52544.39',    '60','24','30025.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090826.0','1044463.0','1',    '1','1','202.24',    '1','1','202.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004960.0','1018896.0','40',    '38','9','10335.34',    '33','3','2562.7',    '19','7','7772.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093224.0','1044463.0','78',    '74','40','101623.23',    '72','34','85199.5',    '39','19','16423.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003029.0','1018896.0','50',    '50','35','105504.02',    '48','33','91796.61',    '35','19','13707.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091293.0','1044463.0','1',    '1','1','1439.71',    '0','0','0.0',    '1','1','1439.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011151.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099415.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005192.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093456.0','1044463.0','28',    '25','14','26729.89',    '24','13','25950.14',    '15','2','779.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011152.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099416.0','1044463.0','26',    '25','15','15849.48',    '25','12','12916.97',    '12','4','2932.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005193.0','1018896.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093457.0','1044463.0','63',    '57','30','75778.12',    '51','18','58350.57',    '44','20','17427.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005009.0','1018896.0','33',    '30','13','49113.75',    '30','10','39299.62',    '17','7','9814.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093273.0','1044463.0','1',    '1','1','1076.16',    '1','1','1076.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005137.0','1018896.0','15',    '14','5','21432.53',    '14','5','20873.69',    '4','1','558.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093401.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004892.0','1018896.0','20',    '16','8','8760.97',    '12','4','5417.09',    '11','4','3343.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093156.0','1044463.0','14',    '13','2','1511.17',    '11','0','0.0',    '8','2','1511.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011153.0','1018896.0','8',    '6','2','3033.63',    '4','0','0.0',    '4','2','3033.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099417.0','1044463.0','1',    '1','1','181.88',    '1','1','181.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005023.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093287.0','1044463.0','15',    '13','4','6861.13',    '11','3','6025.16',    '5','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011154.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099418.0','1044463.0','35',    '31','6','8636.75',    '31','6','8636.75',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004910.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093174.0','1044463.0','85',    '79','52','115997.39',    '72','41','88816.44',    '50','23','27180.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004725.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092989.0','1044463.0','3',    '3','1','328.95',    '3','0','0.0',    '2','1','328.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011155.0','1018896.0','1',    '1','1','464.38',    '1','1','464.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099419.0','1044463.0','13',    '11','5','6892.59',    '11','4','6184.48',    '6','1','708.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002559.0','1018896.0','1',    '1','1','3838.23',    '1','1','3838.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090823.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005127.0','1018896.0','1',    '1','1','1389.79',    '1','1','1389.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093391.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002848.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091112.0','1044463.0','39',    '38','15','54520.16',    '35','12','52267.36',    '13','4','2252.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011156.0','1018896.0','14',    '10','4','3373.37',    '10','4','2799.36',    '7','1','574.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099420.0','1044463.0','71',    '64','21','61096.23',    '59','11','39700.08',    '38','18','21396.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002583.0','1018896.0','302',    '274','173','423027.6',    '265','116','187926.96',    '190','126','235100.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090847.0','1044463.0','36',    '32','9','16949.02',    '30','7','5021.87',    '12','4','11927.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005199.0','1018896.0','1',    '1','1','425.0',    '1','0','0.0',    '1','1','425.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093463.0','1044463.0','2',    '2','1','835.97',    '1','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002941.0','1018896.0','835',    '801','257','223133.03',    '752','22','31674.19',    '416','246','191458.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091205.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011157.0','1018896.0','1',    '1','1','6313.35',    '1','1','967.0',    '1','1','5346.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099421.0','1044463.0','885',    '861','344','268516.33',    '817','9','11206.65',    '545','339','257309.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002997.0','1018896.0','44',    '37','19','26918.07',    '26','2','12510.0',    '27','18','14408.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091261.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011158.0','1018896.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099422.0','1044463.0','921',    '807','416','431497.07',    '676','63','100365.16',    '561','384','331131.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004976.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093240.0','1044463.0','67',    '63','22','16930.57',    '62','1','805.0',    '29','21','16125.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004957.0','1018896.0','143',    '120','36','65473.85',    '116','14','46003.05',    '52','28','19470.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093221.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004859.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093123.0','1044463.0','61',    '47','23','32867.32',    '43','5','12504.85',    '39','21','20362.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004967.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093231.0','1044463.0','79',    '75','35','36224.67',    '60','6','6975.42',    '55','30','29249.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004978.0','1018896.0','2',    '2','1','2003.5',    '1','1','2003.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093242.0','1044463.0','1',    '1','1','2817.58',    '1','1','805.0',    '1','1','2012.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004686.0','1018896.0','19',    '16','8','6289.83',    '14','3','2617.0',    '7','5','3672.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092950.0','1044463.0','27',    '24','14','29772.46',    '21','7','21036.45',    '18','9','8736.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005177.0','1018896.0','2',    '2','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093441.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004646.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092910.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005100.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093364.0','1044463.0','3416',    '3281','1512','3151423.94',    '3138','575','1957550.13',    '1929','1160','1193873.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004840.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093104.0','1044463.0','1',    '1','1','907.9',    '1','0','0.0',    '1','1','907.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011159.0','1018896.0','3723',    '3239','1577','2502776.4',    '2921','562','1227530.62',    '2083','1244','1275245.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099423.0','1044463.0','6',    '4','3','8261.37',    '4','2','1358.36',    '2','2','6903.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011160.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099424.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011161.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099425.0','1044463.0','36',    '31','10','19279.24',    '31','7','13912.95',    '12','5','5366.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004868.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093132.0','1044463.0','2',    '2','2','8357.01',    '2','2','6231.47',    '2','2','2125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004902.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093166.0','1044463.0','472',    '409','197','224587.26',    '326','37','75213.36',    '308','173','149373.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005021.0','1018896.0','9',    '6','1','250.0',    '6','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093285.0','1044463.0','1',    '1','1','4036.34',    '1','1','3378.44',    '1','1','657.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002945.0','1018896.0','7',    '6','4','2973.72',    '5','0','0.0',    '5','4','2973.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091209.0','1044463.0','3',    '3','3','28871.94',    '3','1','12621.0',    '3','3','16250.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003041.0','1018896.0','2',    '2','1','1495.45',    '2','1','659.48',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091305.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004965.0','1018896.0','6227',    '5433','2394','2354689.86',    '4856','317','473213.99',    '3478','2210','1881475.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093229.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005085.0','1018896.0','34',    '30','10','44680.73',    '28','5','21014.84',    '13','9','23665.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093349.0','1044463.0','2038',    '1824','724','1088746.86',    '1685','242','536547.96',    '981','578','552198.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002620.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090884.0','1044463.0','2',    '1','1','967.0',    '1','1','967.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011162.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099426.0','1044463.0','1173',    '1014','375','867755.09',    '979','249','541983.23',    '489','230','325771.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002787.0','1018896.0','32',    '29','10','14648.21',    '28','2','2324.98',    '18','8','12323.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091051.0','1044463.0','3',    '3','1','835.97',    '3','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002663.0','1018896.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090927.0','1044463.0','1',    '1','1','6107.95',    '1','1','6107.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002980.0','1018896.0','5',    '3','1','1062.77',    '3','0','0.0',    '3','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091244.0','1044463.0','9',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011163.0','1018896.0','4',    '4','2','1127.6',    '4','0','0.0',    '2','2','1127.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099427.0','1044463.0','156',    '128','55','76338.13',    '98','22','31610.47',    '91','40','44727.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004852.0','1018896.0','2309',    '2052','1070','2123224.22',    '1857','394','1255308.2',    '1274','834','867916.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093116.0','1044463.0','1',    '1','1','3588.4',    '1','1','3361.6',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011164.0','1018896.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099428.0','1044463.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011165.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099429.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005136.0','1018896.0','602',    '497','208','531363.08',    '479','152','385006.63',    '258','111','146356.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093400.0','1044463.0','7',    '6','2','14367.71',    '6','1','5400.0',    '5','2','8967.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005120.0','1018896.0','1',    '1','1','465.81',    '1','0','0.0',    '1','1','465.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093384.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005157.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093421.0','1044463.0','5534',    '4932','2063','2387564.98',    '4408','474','800176.92',    '2982','1765','1587388.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005059.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093323.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004752.0','1018896.0','6',    '6','3','7470.38',    '5','2','1598.34',    '6','3','5872.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093016.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005196.0','1018896.0','1',    '1','1','7679.34',    '1','1','967.0',    '1','1','6712.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093460.0','1044463.0','314',    '305','155','406783.33',    '302','105','336436.89',    '143','70','70346.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011166.0','1018896.0','1',    '1','1','596.47',    '1','0','0.0',    '1','1','596.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099430.0','1044463.0','1',    '1','1','1305.0',    '1','1','1305.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002911.0','1018896.0','492',    '428','229','503120.15',    '383','86','248110.14',    '294','192','255010.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091175.0','1044463.0','294',    '255','118','155295.8',    '228','52','79758.33',    '184','92','75537.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011167.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099431.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002817.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091081.0','1044463.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004992.0','1018896.0','7',    '7','5','4539.47',    '5','0','0.0',    '6','5','4539.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093256.0','1044463.0','1',    '1','1','280.03',    '1','1','280.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002962.0','1018896.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091226.0','1044463.0','40',    '34','5','10357.12',    '34','3','8586.84',    '9','3','1770.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004927.0','1018896.0','985',    '932','320','278948.15',    '881','41','57121.49',    '482','291','221826.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093191.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004963.0','1018896.0','1',    '1','1','191.23',    '1','0','0.0',    '1','1','191.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093227.0','1044463.0','7',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011168.0','1018896.0','2',    '2','1','1978.19',    '2','1','1978.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099432.0','1044463.0','105',    '98','59','73335.7',    '89','11','15580.83',    '73','55','57754.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004980.0','1018896.0','34',    '28','16','13203.11',    '21','2','885.54',    '19','14','12317.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093244.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011169.0','1018896.0','5455',    '5080','2065','2436522.83',    '4699','390','772398.7',    '3066','1860','1664124.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099433.0','1044463.0','2',    '2','1','348.83',    '2','0','0.0',    '2','1','348.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011170.0','1018896.0','2',    '2','1','1305.0',    '2','1','1305.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099434.0','1044463.0','1',    '1','1','346.47',    '1','0','0.0',    '1','1','346.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005183.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093447.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011171.0','1018896.0','1514',    '1289','674','728768.67',    '1050','127','194902.42',    '923','603','533866.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099435.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011172.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099436.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005187.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093451.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004986.0','1018896.0','113',    '99','55','55234.42',    '79','5','13891.25',    '75','51','41343.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093250.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005054.0','1018896.0','2845',    '2341','942','1744349.26',    '2140','462','975127.8',    '1354','676','769221.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093318.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011173.0','1018896.0','84',    '72','24','26025.85',    '68','4','8214.3',    '37','21','17811.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099437.0','1044463.0','7085',    '6461','3400','4398204.07',    '5776','879','1607364.14',    '4376','2939','2790839.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002877.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091141.0','1044463.0','1',    '1','1','471.92',    '1','1','471.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002659.0','1018896.0','488',    '477','290','316167.59',    '430','30','90022.19',    '377','272','226145.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090923.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002700.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090964.0','1044463.0','8',    '8','3','3169.63',    '8','3','3169.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002586.0','1018896.0','2079',    '1700','806','1297775.76',    '1481','290','480290.25',    '1072','632','817485.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090850.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002943.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091207.0','1044463.0','1',    '1','1','6705.0',    '1','1','6705.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011174.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099438.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011175.0','1018896.0','1680',    '1422','425','500765.7',    '1283','103','187014.79',    '768','360','313750.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099439.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002816.0','1018896.0','1',    '1','1','212.49',    '1','0','0.0',    '1','1','212.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091080.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004894.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093158.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011176.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099440.0','1044463.0','2',    '2','1','4115.93',    '2','1','967.0',    '1','1','3148.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011177.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099441.0','1044463.0','1795',    '1643','759','639783.81',    '1476','41','47934.4',    '1122','741','591849.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002567.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090831.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011178.0','1018896.0','3',    '3','1','1514.72',    '3','0','0.0',    '3','1','1514.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099442.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005051.0','1018896.0','1030',    '941','512','716601.16',    '861','121','285417.64',    '652','451','431183.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093315.0','1044463.0','4',    '4','1','835.97',    '4','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005129.0','1018896.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093393.0','1044463.0','92',    '77','31','32044.07',    '58','10','10696.56',    '51','25','21347.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004943.0','1018896.0','1834',    '1670','874','1058787.65',    '1438','184','371724.58',    '1162','759','687063.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093207.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011179.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099443.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005035.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093299.0','1044463.0','1170',    '982','410','441536.65',    '862','84','134460.01',    '611','357','307076.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005118.0','1018896.0','13',    '11','6','21808.06',    '11','5','16647.73',    '4','2','5160.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093382.0','1044463.0','2',    '2','1','3818.15',    '2','0','0.0',    '2','1','3818.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005036.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093300.0','1044463.0','38',    '30','10','13194.7',    '27','5','7904.92',    '18','7','5289.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011180.0','1018896.0','1449',    '1278','451','466678.91',    '1180','86','143218.85',    '647','388','323460.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099444.0','1044463.0','6',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011181.0','1018896.0','2',    '2','1','8139.99',    '1','1','2388.65',    '2','1','5751.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099445.0','1044463.0','41',    '41','15','15189.58',    '41','1','1197.59',    '24','15','13991.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004866.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093130.0','1044463.0','100',    '86','41','38300.12',    '65','9','9493.63',    '67','35','28806.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005159.0','1018896.0','1',    '1','1','2049.95',    '1','1','1721.0',    '1','1','328.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093423.0','1044463.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004983.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093247.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011182.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099446.0','1044463.0','3',    '3','3','4087.38',    '3','1','1961.84',    '3','3','2125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005180.0','1018896.0','1052',    '975','416','450963.8',    '917','70','133269.63',    '565','369','317694.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093444.0','1044463.0','552',    '472','198','388419.14',    '444','109','255319.84',    '255','128','133099.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004505.0','1018896.0','8',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092769.0','1044463.0','5296',    '4848','2306','2581012.94',    '4316','482','791858.3',    '3187','2040','1789154.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004935.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004721.0','1018896.0','4',    '4','3','2873.38',    '4','0','0.0',    '3','3','2873.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092985.0','1044463.0','223',    '162','37','44302.17',    '146','10','15680.6',    '71','30','28621.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003036.0','1018896.0','1',    '1','1','1123.24',    '1','1','1123.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091300.0','1044463.0','7',    '5','2','2389.92',    '5','0','0.0',    '2','2','2389.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002775.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091039.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002986.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091250.0','1044463.0','49',    '46','17','34128.54',    '44','6','21051.13',    '28','14','13077.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002623.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090887.0','1044463.0','1',    '1','1','805.0',    '1','1','805.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003046.0','1018896.0','174',    '143','53','46667.21',    '118','9','6964.66',    '98','46','39702.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091310.0','1044463.0','1245',    '1159','320','297788.25',    '1056','32','63567.49',    '613','303','234220.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002625.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090889.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004480.0','1018896.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092744.0','1044463.0','3612',    '3323','1738','2103785.41',    '2903','312','764455.21',    '2197','1509','1339330.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002785.0','1018896.0','3',    '3','2','1917.88',    '3','2','1917.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091049.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004827.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093091.0','1044463.0','1',    '1','1','3731.67',    '1','0','0.0',    '1','1','3731.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002970.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091234.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002879.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091143.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004897.0','1018896.0','147',    '130','43','80404.45',    '124','19','46262.46',    '58','33','34141.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093161.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002563.0','1018896.0','119',    '107','50','66404.14',    '94','8','22139.96',    '76','47','44264.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090827.0','1044463.0','1',    '1','1','558.25',    '1','0','0.0',    '1','1','558.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011183.0','1018896.0','2',    '2','1','7852.35',    '2','1','805.0',    '2','1','7047.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099447.0','1044463.0','783',    '699','281','364688.86',    '657','68','116062.88',    '396','240','248625.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002936.0','1018896.0','2137',    '1771','870','1016334.09',    '1523','201','265450.72',    '1207','766','750883.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091200.0','1044463.0','1',    '1','1','1200.0',    '0','0','0.0',    '1','1','1200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004901.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093165.0','1044463.0','8',    '7','3','3954.73',    '5','1','967.0',    '5','3','2987.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002969.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091233.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004848.0','1018896.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093112.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003000.0','1018896.0','859',    '815','420','424094.24',    '723','39','81110.16',    '574','398','342984.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091264.0','1044463.0','1614',    '1525','797','892676.41',    '1344','114','288024.39',    '1061','722','604652.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005006.0','1018896.0','1',    '1','1','50.0',    '1','0','0.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093270.0','1044463.0','2',    '2','1','5351.87',    '2','1','5351.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004985.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093249.0','1044463.0','12',    '11','3','2986.97',    '10','1','1088.23',    '5','2','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004955.0','1018896.0','4489',    '4123','1721','1517446.11',    '3822','158','271599.81',    '2512','1614','1245846.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093219.0','1044463.0','132',    '124','81','77466.35',    '115','7','11010.43',    '97','77','66455.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003023.0','1018896.0','18',    '16','5','7507.16',    '15','2','1934.0',    '12','5','5573.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091287.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011184.0','1018896.0','24',    '17','5','9775.68',    '15','2','6205.0',    '8','4','3570.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099448.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011185.0','1018896.0','454',    '407','169','355639.52',    '396','99','246649.95',    '213','108','108989.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099449.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002979.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091243.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005132.0','1018896.0','53',    '49','10','8472.73',    '45','1','231.52',    '20','10','8241.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093396.0','1044463.0','1187',    '1125','463','826681.68',    '1056','174','433091.42',    '650','366','393590.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003018.0','1018896.0','1',    '1','1','118.41',    '1','1','118.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091282.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005169.0','1018896.0','2',    '2','2','7012.91',    '2','1','5137.49',    '2','1','1875.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093433.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004947.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093211.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005194.0','1018896.0','656',    '537','196','172600.98',    '477','32','33229.58',    '291','174','139371.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093458.0','1044463.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005142.0','1018896.0','1770',    '1686','615','545099.68',    '1569','52','94192.07',    '954','574','450907.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093406.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011186.0','1018896.0','3195',    '2855','1658','4639759.79',    '2631','937','3140605.17',    '1776','1090','1499154.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099450.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002582.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090846.0','1044463.0','10',    '10','3','1898.74',    '10','0','0.0',    '5','3','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002584.0','1018896.0','1',    '1','1','6441.77',    '1','1','1610.0',    '1','1','4831.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090848.0','1044463.0','1550',    '1335','584','951201.05',    '1207','254','451343.52',    '835','438','499857.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011187.0','1018896.0','130',    '118','53','81390.62',    '111','16','39409.82',    '65','45','41980.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099451.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002966.0','1018896.0','38',    '32','12','9847.13',    '27','1','433.78',    '21','11','9413.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091230.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005174.0','1018896.0','1',    '1','1','365.48',    '1','0','0.0',    '1','1','365.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093438.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005175.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093439.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004847.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093111.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005087.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093351.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004888.0','1018896.0','6',    '5','3','1652.02',    '5','2','487.1',    '2','2','1164.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093152.0','1044463.0','1',    '1','1','705.2',    '1','0','0.0',    '1','1','705.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004908.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093172.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005146.0','1018896.0','1',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093410.0','1044463.0','1',    '1','1','657.9',    '1','0','0.0',    '1','1','657.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011188.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099452.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003050.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091314.0','1044463.0','2173',    '1878','897','898075.85',    '1614','177','271760.21',    '1185','765','626315.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002946.0','1018896.0','974',    '794','360','406957.99',    '670','68','118345.75',    '516','318','288612.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091210.0','1044463.0','2',    '2','1','6897.0',    '2','1','6897.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005135.0','1018896.0','85',    '70','22','53108.42',    '63','9','30286.32',    '34','19','22822.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093399.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004949.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093213.0','1044463.0','5',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011189.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099453.0','1044463.0','36',    '32','14','10399.07',    '25','2','681.19',    '26','12','9717.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011190.0','1018896.0','5128',    '4335','1746','2069365.88',    '3784','486','702413.58',    '2723','1462','1366952.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099454.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002737.0','1018896.0','1',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091001.0','1044463.0','9',    '9','4','2035.82',    '9','1','111.04',    '6','3','1924.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002881.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091145.0','1044463.0','1',    '1','1','6444.01',    '1','1','6205.0',    '1','1','239.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011191.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099455.0','1044463.0','4524',    '4011','1854','4496845.88',    '3833','1041','2611478.02',    '2273','1244','1885367.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002752.0','1018896.0','7',    '6','4','9343.74',    '5','3','6790.98',    '5','3','2552.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091016.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002984.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091248.0','1044463.0','3',    '3','2','2380.91',    '3','2','2380.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011192.0','1018896.0','1',    '1','1','692.93',    '1','0','0.0',    '1','1','692.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099456.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005119.0','1018896.0','406',    '331','142','160217.84',    '292','24','56609.67',    '207','125','103608.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093383.0','1044463.0','332',    '266','149','291545.31',    '256','104','208471.37',    '169','87','83073.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005002.0','1018896.0','223',    '214','112','104413.97',    '191','16','20218.66',    '154','105','84195.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093266.0','1044463.0','1',    '1','1','6038.01',    '1','1','805.0',    '1','1','5233.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004906.0','1018896.0','271',    '241','52','57637.7',    '235','14','21776.84',    '77','42','35860.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093170.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011193.0','1018896.0','1',    '1','1','1867.77',    '1','1','805.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099457.0','1044463.0','14',    '12','6','11091.88',    '11','1','6205.0',    '8','6','4886.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011194.0','1018896.0','1',    '1','1','328.95',    '0','0','0.0',    '1','1','328.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099458.0','1044463.0','17',    '14','5','11329.7',    '10','2','8594.99',    '11','3','2734.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004989.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093253.0','1044463.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011195.0','1018896.0','1',    '1','1','4802.64',    '1','1','805.0',    '1','1','3997.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099459.0','1044463.0','3',    '3','1','805.0',    '3','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005131.0','1018896.0','4',    '3','1','1734.58',    '3','1','1734.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093395.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004915.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093179.0','1044463.0','257',    '216','97','254138.58',    '212','58','134067.62',    '121','66','120070.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005185.0','1018896.0','142',    '120','64','67092.39',    '87','7','15595.57',    '97','60','51496.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093449.0','1044463.0','5',    '5','1','744.44',    '5','0','0.0',    '3','1','744.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005134.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093398.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011196.0','1018896.0','142',    '111','29','42301.61',    '110','16','28504.7',    '38','16','13796.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099460.0','1044463.0','5',    '5','4','2734.71',    '5','0','0.0',    '5','4','2734.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002783.0','1018896.0','1',    '1','1','2849.04',    '1','1','1917.45',    '1','1','931.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091047.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004928.0','1018896.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093192.0','1044463.0','132',    '116','39','77334.04',    '108','21','49360.48',    '52','24','27973.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002819.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091083.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011197.0','1018896.0','1',    '1','1','1595.27',    '1','1','1595.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099461.0','1044463.0','40',    '36','23','22040.29',    '33','6','7599.13',    '27','18','14441.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002937.0','1018896.0','3470',    '3037','1127','1439419.18',    '2751','357','612572.88',    '1591','870','826846.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091201.0','1044463.0','848',    '724','348','385017.85',    '609','83','112194.3',    '469','292','272823.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005072.0','1018896.0','9',    '9','3','1886.72',    '7','0','0.0',    '6','3','1886.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093336.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003049.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091313.0','1044463.0','4',    '4','1','191.59',    '4','1','191.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011198.0','1018896.0','3',    '3','2','2736.36',    '3','0','0.0',    '3','2','2736.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099462.0','1044463.0','581',    '503','226','328261.42',    '443','81','166356.12',    '314','167','161905.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004905.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093169.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011199.0','1018896.0','7867',    '7017','3257','5559637.24',    '6623','1608','2681762.45',    '4492','2389','2877874.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099463.0','1044463.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011200.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099464.0','1044463.0','10',    '9','5','4085.9',    '7','1','670.79',    '7','5','3415.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004930.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093194.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011201.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099465.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004982.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093246.0','1044463.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004911.0','1018896.0','1823',    '1677','442','410531.43',    '1608','86','135178.37',    '765','374','275353.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093175.0','1044463.0','1',    '1','1','1305.0',    '1','1','1305.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005015.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093279.0','1044463.0','1711',    '1459','695','892262.86',    '1283','200','330556.68',    '917','567','561706.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011202.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099466.0','1044463.0','4',    '3','1','776.16',    '3','1','776.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005092.0','1018896.0','515',    '483','222','203037.93',    '443','39','41882.44',    '275','198','161155.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093356.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003001.0','1018896.0','986',    '942','340','356271.12',    '881','50','109108.08',    '543','304','247163.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091265.0','1044463.0','1220',    '1131','567','843763.48',    '1058','183','438642.17',    '721','448','405121.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005047.0','1018896.0','1',    '1','1','18982.23',    '1','1','11825.75',    '1','1','7156.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093311.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005200.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093464.0','1044463.0','2',    '2','1','2029.77',    '2','1','967.0',    '2','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002948.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091212.0','1044463.0','905',    '781','330','421284.49',    '717','120','164195.18',    '446','256','257089.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005126.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093390.0','1044463.0','4783',    '4323','2270','4013865.79',    '3963','978','1856212.61',    '2859','1749','2157653.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005148.0','1018896.0','2',    '2','1','250.0',    '1','0','0.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093412.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005050.0','1018896.0','667',    '639','236','226105.11',    '613','29','55106.06',    '351','219','170999.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093314.0','1044463.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004876.0','1018896.0','849',    '809','118','90991.97',    '778','26','30753.93',    '281','93','60238.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093140.0','1044463.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011203.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099467.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004574.0','1018896.0','2',    '1','1','491.85',    '1','0','0.0',    '1','1','491.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2092838.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011204.0','1018896.0','3',    '3','1','1633.95',    '3','1','1305.0',    '1','1','328.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099468.0','1044463.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002714.0','1018896.0','1882',    '1746','814','1460181.49',    '1622','223','720503.92',    '1102','690','739677.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090978.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002874.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091138.0','1044463.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011205.0','1018896.0','549',    '474','254','286935.99',    '409','42','73011.71',    '331','237','213924.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099469.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003019.0','1018896.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091283.0','1044463.0','228',    '210','65','52589.36',    '198','7','6491.78',    '91','59','46097.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004838.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093102.0','1044463.0','1',    '1','1','770.59',    '1','1','28.6',    '1','1','741.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005000.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093264.0','1044463.0','2489',    '2019','734','1322331.84',    '1847','393','726389.88',    '1093','476','595941.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005032.0','1018896.0','428',    '408','152','212365.0',    '390','31','80277.56',    '219','137','132087.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093296.0','1044463.0','435',    '419','269','258837.62',    '383','40','39024.8',    '342','258','219812.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011206.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099470.0','1044463.0','1924',    '1686','547','769745.48',    '1569','192','407779.88',    '844','407','361965.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011207.0','1018896.0','50',    '44','18','13550.41',    '41','0','0.0',    '28','18','13550.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099471.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011208.0','1018896.0','360',    '345','215','277514.67',    '317','36','106614.94',    '276','200','170899.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099472.0','1044463.0','87',    '71','31','31423.47',    '65','9','11252.27',    '41','24','20171.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005067.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093331.0','1044463.0','1',    '1','1','2866.84',    '1','1','965.67',    '1','1','1901.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004904.0','1018896.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093168.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002987.0','1018896.0','126',    '125','83','99164.14',    '113','16','30409.27',    '101','80','68754.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091251.0','1044463.0','2153',    '1987','782','1192592.29',    '1881','270','453445.12',    '1130','644','739147.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003013.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091277.0','1044463.0','1',    '1','1','11867.0',    '1','1','11867.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005084.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093348.0','1044463.0','19',    '15','6','4968.44',    '13','0','0.0',    '8','6','4968.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005165.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093429.0','1044463.0','2',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005150.0','1018896.0','1711',    '1584','515','448893.09',    '1460','58','83902.73',    '813','469','364990.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093414.0','1044463.0','1',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011209.0','1018896.0','3174',    '2690','1229','1459017.3',    '2370','323','590306.11',    '1662','1013','868711.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099473.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011210.0','1018896.0','25',    '23','14','16645.27',    '22','5','7700.2',    '12','12','8945.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099474.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002581.0','1018896.0','3384',    '2939','1039','1266957.01',    '2719','292','514802.52',    '1511','836','752154.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090845.0','1044463.0','177',    '167','25','24240.25',    '156','5','10501.38',    '66','20','13738.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002660.0','1018896.0','71',    '65','39','110036.99',    '63','29','88435.71',    '38','24','21601.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090924.0','1044463.0','76',    '64','30','25484.55',    '60','0','0.0',    '45','30','25484.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002688.0','1018896.0','8',    '7','1','6577.62',    '7','1','5400.0',    '5','1','1177.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090952.0','1044463.0','1845',    '1694','441','381668.76',    '1586','63','111885.02',    '815','393','269783.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011211.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099475.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004858.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093122.0','1044463.0','44',    '42','23','28747.35',    '39','3','12070.82',    '26','22','16676.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011212.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099476.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004860.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093124.0','1044463.0','5702',    '5087','1926','2364592.62',    '4675','421','880098.32',    '2819','1657','1484494.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004903.0','1018896.0','5',    '5','1','805.0',    '4','1','805.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093167.0','1044463.0','1',    '1','1','967.0',    '1','1','967.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004867.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093131.0','1044463.0','1',    '1','1','1521.87',    '1','1','1521.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005181.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093445.0','1044463.0','156',    '144','55','72881.43',    '133','10','26327.97',    '82','48','46553.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004909.0','1018896.0','1',    '1','1','216.29',    '1','1','216.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093173.0','1044463.0','2544',    '2177','780','730350.9',    '1932','113','158816.73',    '1233','700','571534.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004956.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093220.0','1044463.0','6492',    '5902','2807','4887183.89',    '5471','1178','2597583.57',    '3656','2099','2289600.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011213.0','1018896.0','61',    '54','32','83641.47',    '53','29','65346.79',    '38','14','18294.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099477.0','1044463.0','1',    '1','1','11705.0',    '1','1','11705.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005107.0','1018896.0','2539',    '2226','738','1155828.43',    '2108','338','704040.48',    '1038','491','451787.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093371.0','1044463.0','43',    '42','26','23372.14',    '40','2','3797.8',    '33','25','19574.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011214.0','1018896.0','7103',    '6484','2612','3603878.19',    '6037','820','1730535.83',    '3573','2008','1873342.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099478.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005201.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093465.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011215.0','1018896.0','1',    '1','1','1058.41',    '1','0','0.0',    '1','1','1058.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099479.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005101.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093365.0','1044463.0','194',    '161','79','83923.99',    '140','12','20459.06',    '118','73','63464.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002696.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090960.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002684.0','1018896.0','1',    '1','1','594.0',    '1','0','0.0',    '1','1','594.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2090948.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011216.0','1018896.0','3',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099480.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002820.0','1018896.0','1',    '1','1','2215.6',    '1','1','2215.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091084.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011217.0','1018896.0','2542',    '2471','987','1012443.24',    '2342','124','280065.61',    '1490','919','732377.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099481.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004844.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093108.0','1044463.0','918',    '793','216','201237.83',    '766','30','55738.94',    '344','190','145498.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004923.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093187.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005057.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093321.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005003.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093267.0','1044463.0','21',    '19','6','17250.39',    '19','3','14377.0',    '8','4','2873.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004863.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093127.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004886.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093150.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011218.0','1018896.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099482.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005073.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093337.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011219.0','1018896.0','1',    '1','1','6425.51',    '1','1','3460.0',    '1','1','2965.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099483.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005130.0','1018896.0','1',    '1','1','1158.21',    '1','1','95.44',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093394.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004972.0','1018896.0','3896',    '3633','1464','2852939.31',    '3454','484','1645774.09',    '2015','1139','1207165.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093236.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002999.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091263.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004873.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093137.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004984.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093248.0','1044463.0','17',    '16','4','3601.71',    '16','1','1093.8',    '8','3','2507.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011220.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099484.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004877.0','1018896.0','2',    '1','1','1840.31',    '1','1','1004.34',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093141.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004898.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093162.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004954.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093218.0','1044463.0','156',    '101','21','18198.79',    '92','4','1837.56',    '45','19','16361.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004871.0','1018896.0','1',    '1','1','774.73',    '1','0','0.0',    '1','1','774.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093135.0','1044463.0','401',    '368','134','166209.82',    '353','37','66000.3',    '216','114','100209.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005190.0','1018896.0','51',    '50','37','44826.18',    '35','7','18072.84',    '41','31','26753.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093454.0','1044463.0','241',    '231','139','174705.21',    '206','23','46957.24',    '182','134','127747.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003027.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091291.0','1044463.0','215',    '202','115','111025.75',    '167','6','17422.29',    '143','113','93603.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003039.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091303.0','1044463.0','11',    '10','6','18652.19',    '9','4','13632.21',    '8','5','5019.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011221.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099485.0','1044463.0','155',    '121','50','146550.97',    '116','40','112473.64',    '57','24','34077.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005145.0','1018896.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093409.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005154.0','1018896.0','2',    '2','2','1740.19',    '2','0','0.0',    '2','2','1740.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093418.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005205.0','1018896.0','54',    '47','28','25973.76',    '36','2','2353.74',    '36','27','23620.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093469.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002956.0','1018896.0','2',    '2','1','2639.67',    '2','1','1803.7',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091220.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005229.0','1018896.0','470',    '464','290','260372.47',    '430','15','21443.78',    '373','286','238928.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093493.0','1044463.0','159',    '143','58','77915.94',    '134','24','44219.86',    '79','41','33696.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011222.0','1018896.0','1',    '1','1','1802.97',    '1','1','967.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099486.0','1044463.0','4',    '2','2','2971.76',    '2','1','2135.79',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005147.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093411.0','1044463.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002994.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091258.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003229.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091493.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005223.0','1018896.0','3',    '2','2','8257.3',    '2','2','8257.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093487.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011223.0','1018896.0','4',    '4','3','2474.37',    '4','0','0.0',    '3','3','2474.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099487.0','1044463.0','23',    '14','4','3281.94',    '11','2','1610.0',    '8','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011224.0','1018896.0','2726',    '2512','1141','1123919.09',    '2258','166','265068.62',    '1553','1037','858850.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099488.0','1044463.0','614',    '535','275','304438.86',    '458','62','82458.94',    '367','240','221979.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005061.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093325.0','1044463.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003028.0','1018896.0','2',    '2','1','192.6',    '2','1','192.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091292.0','1044463.0','1',    '1','1','857.39',    '1','0','0.0',    '1','1','857.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003031.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091295.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011225.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099489.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003042.0','1018896.0','62',    '51','19','35991.62',    '50','9','16355.53',    '21','13','19636.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091306.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011226.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099490.0','1044463.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011227.0','1018896.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099491.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003241.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091505.0','1044463.0','1',    '1','1','83.47',    '1','0','0.0',    '1','1','83.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005234.0','1018896.0','47',    '37','12','19658.65',    '33','5','14839.58',    '27','8','4819.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093498.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003171.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091435.0','1044463.0','4107',    '3866','2138','2333903.07',    '3420','272','612227.07',    '2743','1994','1721676.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003224.0','1018896.0','6',    '3','1','1315.79',    '3','0','0.0',    '1','1','1315.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091488.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011228.0','1018896.0','1',    '1','1','1507.11',    '1','1','1507.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099492.0','1044463.0','408',    '384','82','72197.35',    '369','9','25150.44',    '169','75','47046.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003163.0','1018896.0','2',    '2','1','1596.39',    '1','1','1596.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091427.0','1044463.0','1',    '1','1','1362.12',    '1','1','1362.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003396.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091660.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003167.0','1018896.0','1129',    '960','358','581166.64',    '898','148','279415.96',    '555','279','301750.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091431.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011229.0','1018896.0','1',    '1','1','967.0',    '1','1','967.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099493.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003197.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091461.0','1044463.0','107',    '79','21','36940.68',    '71','9','20238.36',    '39','16','16702.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011230.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099494.0','1044463.0','394',    '344','109','109174.94',    '324','18','33212.41',    '165','96','75962.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003134.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091398.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011231.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099495.0','1044463.0','24',    '20','3','4009.68',    '20','2','2337.74',    '6','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005197.0','1018896.0','1',    '1','1','1303.35',    '1','1','1303.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093461.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011232.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099496.0','1044463.0','33',    '29','5','7796.21',    '27','2','5061.5',    '13','3','2734.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003239.0','1018896.0','2485',    '2322','911','876084.64',    '2057','97','184291.71',    '1398','842','691792.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091503.0','1044463.0','1',    '1','1','4000.0',    '1','0','0.0',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004951.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093215.0','1044463.0','1355',    '1250','737','733831.03',    '1072','81','124382.01',    '961','685','609449.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002978.0','1018896.0','707',    '688','210','197832.06',    '652','16','37435.95',    '355','201','160396.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091242.0','1044463.0','3',    '3','1','1997.93',    '3','1','1305.0',    '2','1','692.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011233.0','1018896.0','8',    '6','1','835.97',    '6','0','0.0',    '4','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099497.0','1044463.0','3455',    '3095','1081','1645786.62',    '2859','376','866894.66',    '1680','857','778891.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011234.0','1018896.0','29',    '25','10','31114.41',    '24','5','25133.98',    '13','7','5980.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099498.0','1044463.0','1',    '1','1','1305.41',    '1','1','242.64',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003216.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091480.0','1044463.0','1',    '1','1','782.65',    '1','0','0.0',    '1','1','782.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011235.0','1018896.0','2641',    '2500','1111','1094827.13',    '2341','107','229424.99',    '1535','1033','865402.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099499.0','1044463.0','1',    '1','1','670.88',    '1','1','444.08',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003067.0','1018896.0','178',    '137','70','400440.11',    '134','60','269062.45',    '74','43','131377.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091331.0','1044463.0','1520',    '1460','829','783373.57',    '1338','71','96444.64',    '1127','805','686928.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003160.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091424.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005163.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093427.0','1044463.0','7',    '6','2','1671.94',    '5','0','0.0',    '3','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011236.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099500.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003040.0','1018896.0','3553',    '3140','1366','2013183.92',    '2842','449','843522.85',    '1993','1118','1169661.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091304.0','1044463.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011237.0','1018896.0','34',    '32','12','25129.61',    '32','11','16018.18',    '18','7','9111.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099501.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002982.0','1018896.0','3',    '2','1','5308.14',    '2','1','5186.11',    '1','1','122.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091246.0','1044463.0','86',    '85','56','57140.1',    '77','3','6875.79',    '70','56','50264.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011238.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099502.0','1044463.0','3',    '2','2','2339.45',    '2','1','1503.48',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011239.0','1018896.0','371',    '288','117','134387.58',    '255','41','55371.13',    '171','88','79016.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099503.0','1044463.0','1',    '1','1','1147.79',    '1','0','0.0',    '1','1','1147.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011240.0','1018896.0','1',    '1','1','561.8',    '0','0','0.0',    '1','1','561.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099504.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003144.0','1018896.0','4511',    '4121','1551','1976754.49',    '3829','403','611074.1',    '2296','1321','1365680.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091408.0','1044463.0','1',    '1','1','561.79',    '1','0','0.0',    '1','1','561.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011241.0','1018896.0','493',    '412','118','103700.45',    '381','23','27979.2',    '218','103','75721.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099505.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011242.0','1018896.0','3',    '2','2','2272.0',    '2','2','2272.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099506.0','1044463.0','1',    '1','1','8335.94',    '1','1','1612.6',    '1','1','6723.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005211.0','1018896.0','1',    '1','1','632.36',    '1','0','0.0',    '1','1','632.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093475.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003091.0','1018896.0','491',    '440','225','265401.79',    '373','41','77748.87',    '288','199','187652.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091355.0','1044463.0','1545',    '1423','755','1732917.75',    '1366','575','1236171.13',    '854','361','496746.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005347.0','1018896.0','4',    '3','1','835.97',    '3','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093611.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003154.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091418.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011243.0','1018896.0','34',    '34','18','28935.28',    '28','7','19621.66',    '20','12','9313.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099507.0','1044463.0','1159',    '1031','418','463421.63',    '917','107','170573.21',    '592','342','292848.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003156.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091420.0','1044463.0','557',    '507','258','222395.75',    '381','22','16619.64',    '360','250','205776.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003199.0','1018896.0','843',    '740','307','381250.3',    '678','140','226783.77',    '384','198','154466.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091463.0','1044463.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003076.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091340.0','1044463.0','1414',    '1267','501','482519.24',    '1099','90','140640.42',    '750','429','341878.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011244.0','1018896.0','1',    '1','1','1477.14',    '1','1','1477.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099508.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003249.0','1018896.0','5',    '4','2','5385.48',    '4','2','3876.31',    '1','1','1509.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091513.0','1044463.0','83',    '74','41','53365.85',    '70','15','31531.87',    '45','28','21833.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005280.0','1018896.0','1',    '1','1','226.8',    '0','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093544.0','1044463.0','10',    '8','4','9447.89',    '8','4','6044.53',    '7','1','3403.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011245.0','1018896.0','445',    '411','167','152133.18',    '344','16','28132.31',    '264','153','124000.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099509.0','1044463.0','460',    '421','149','140507.57',    '384','71','70720.98',    '273','96','69786.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003147.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091411.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011246.0','1018896.0','1',    '1','1','9070.98',    '1','1','6165.0',    '1','1','2905.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099510.0','1044463.0','3',    '3','2','4402.19',    '3','2','3566.22',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003209.0','1018896.0','22',    '19','7','4367.53',    '17','2','796.85',    '9','5','3570.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091473.0','1044463.0','1',    '1','1','639.0',    '1','1','639.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005245.0','1018896.0','1',    '1','1','143.16',    '1','0','0.0',    '1','1','143.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093509.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003133.0','1018896.0','2',    '2','2','1392.97',    '2','1','557.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091397.0','1044463.0','1',    '1','1','1540.26',    '1','1','1540.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003078.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091342.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011247.0','1018896.0','521',    '460','160','163083.17',    '407','34','51438.63',    '260','135','111644.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099511.0','1044463.0','243',    '216','94','83651.31',    '150','5','10858.39',    '150','90','72792.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005242.0','1018896.0','1208',    '1147','637','716880.37',    '914','175','261334.3',    '786','543','455546.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093506.0','1044463.0','172',    '143','62','114930.72',    '121','19','77007.05',    '82','45','37923.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005081.0','1018896.0','30',    '27','14','19170.52',    '26','7','8455.29',    '18','11','10715.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093345.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004919.0','1018896.0','1',    '1','1','699.07',    '1','1','699.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093183.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011248.0','1018896.0','1797',    '1583','582','647971.45',    '1393','169','271211.24',    '849','462','376760.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099512.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011249.0','1018896.0','54',    '51','22','27493.91',    '44','10','10386.34',    '33','17','17107.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099513.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011250.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099514.0','1044463.0','7',    '5','4','12534.43',    '5','3','9283.13',    '5','2','3251.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005086.0','1018896.0','272',    '244','93','91207.98',    '188','11','18260.73',    '159','88','72947.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093350.0','1044463.0','651',    '609','215','225788.43',    '531','47','76797.4',    '318','185','148991.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011251.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099515.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002949.0','1018896.0','14',    '11','3','3364.29',    '11','3','2019.44',    '5','1','1344.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091213.0','1044463.0','3',    '3','2','4761.79',    '2','1','476.0',    '2','2','4285.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003099.0','1018896.0','5',    '5','4','10470.47',    '5','4','9051.52',    '4','1','1418.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091363.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003101.0','1018896.0','3871',    '3715','2104','6902753.05',    '3600','1263','4066993.44',    '2550','1471','2835759.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091365.0','1044463.0','579',    '490','222','255428.16',    '436','87','115710.14',    '292','163','139718.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003121.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091385.0','1044463.0','591',    '513','200','186691.01',    '433','31','36728.6',    '295','176','149962.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005155.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093419.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005237.0','1018896.0','513',    '462','189','166406.45',    '383','35','39320.09',    '262','160','127086.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093501.0','1044463.0','2',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011252.0','1018896.0','1',    '1','1','978.89',    '1','1','619.04',    '1','1','359.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099516.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005143.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093407.0','1044463.0','587',    '526','211','171018.49',    '433','19','15303.97',    '325','199','155714.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003258.0','1018896.0','1',    '1','1','942.28',    '1','1','942.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091522.0','1044463.0','67',    '59','33','40798.82',    '45','10','21175.59',    '45','28','19623.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011253.0','1018896.0','142',    '130','64','58193.64',    '84','4','6552.12',    '101','62','51641.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099517.0','1044463.0','1',    '1','1','17775.66',    '1','1','11376.0',    '1','1','6399.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002974.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091238.0','1044463.0','873',    '825','430','389361.2',    '639','65','84303.49',    '597','393','305057.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011254.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099518.0','1044463.0','58',    '58','27','36863.62',    '57','13','18005.26',    '40','18','18858.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011255.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099519.0','1044463.0','1',    '1','1','1129.0',    '1','1','879.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003233.0','1018896.0','18',    '17','4','8834.84',    '16','2','6586.96',    '11','3','2247.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091497.0','1044463.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011256.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099520.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011257.0','1018896.0','217',    '205','113','172939.37',    '168','39','84227.77',    '145','91','88711.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099521.0','1044463.0','629',    '573','318','347072.47',    '417','46','83106.34',    '409','280','263966.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011258.0','1018896.0','3',    '2','1','1066.08',    '2','1','639.0',    '1','1','427.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099522.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003196.0','1018896.0','949',    '872','446','1094058.52',    '848','326','708096.31',    '532','259','385962.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091460.0','1044463.0','976',    '900','436','619746.63',    '796','183','322386.31',    '570','307','297360.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003069.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091333.0','1044463.0','1',    '1','1','1561.5',    '1','1','728.0',    '1','1','833.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005213.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093477.0','1044463.0','400',    '376','145','142729.13',    '302','28','35376.58',    '212','123','107352.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011259.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099523.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005368.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093632.0','1044463.0','244',    '229','127','199654.18',    '173','43','114663.5',    '158','96','84990.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011260.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099524.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011261.0','1018896.0','181',    '166','78','66329.64',    '123','5','6388.76',    '109','74','59940.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099525.0','1044463.0','112',    '106','65','75729.39',    '78','18','32435.74',    '81','54','43293.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011262.0','1018896.0','3',    '2','1','627.93',    '2','1','627.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099526.0','1044463.0','710',    '639','275','326075.55',    '513','84','156943.22',    '410','211','169132.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011263.0','1018896.0','4',    '4','1','835.97',    '4','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099527.0','1044463.0','8',    '8','0','0.0',    '8','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011264.0','1018896.0','916',    '855','411','744516.4',    '740','178','417195.5',    '536','287','327320.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099528.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011265.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099529.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005282.0','1018896.0','22',    '19','5','2570.74',    '17','3','1281.17',    '10','2','1289.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093546.0','1044463.0','2',    '2','1','1811.95',    '1','1','975.98',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005240.0','1018896.0','634',    '595','248','251438.43',    '499','47','74204.14',    '417','216','177234.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093504.0','1044463.0','2',    '2','1','11539.0',    '2','1','11539.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011266.0','1018896.0','3',    '3','2','2970.56',    '3','0','0.0',    '3','2','2970.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099530.0','1044463.0','35',    '33','9','14172.74',    '28','1','5400.0',    '15','9','8772.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003055.0','1018896.0','91',    '87','43','55163.43',    '69','18','32083.89',    '56','27','23079.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091319.0','1044463.0','310',    '278','124','123104.68',    '218','29','31348.11',    '190','102','91756.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011267.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099531.0','1044463.0','1',    '1','1','514.17',    '1','1','514.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005345.0','1018896.0','13',    '11','4','3467.0',    '8','3','2276.5',    '7','2','1190.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093609.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011268.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099532.0','1044463.0','2',    '2','1','468.0',    '2','1','468.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003454.0','1018896.0','239',    '202','73','61732.24',    '170','13','16774.81',    '121','63','44957.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091718.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003243.0','1018896.0','1',    '1','1','6431.8',    '1','1','6205.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091507.0','1044463.0','179',    '171','88','152842.56',    '157','37','59052.23',    '130','71','93790.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003081.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091345.0','1044463.0','6',    '6','3','8409.55',    '6','2','7573.58',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003109.0','1018896.0','250',    '228','98','90659.45',    '181','16','22931.92',    '131','85','67727.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091373.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003211.0','1018896.0','8',    '8','1','2275.28',    '8','1','2275.28',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091475.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003185.0','1018896.0','1',    '1','1','8471.82',    '1','1','639.0',    '1','1','7832.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091449.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011269.0','1018896.0','1600',    '1475','580','507274.94',    '1292','109','128549.05',    '876','498','378725.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099533.0','1044463.0','75',    '67','30','23251.59',    '40','0','0.0',    '55','30','23251.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005294.0','1018896.0','1',    '1','1','2298.7',    '1','1','2071.9',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093558.0','1044463.0','143',    '124','58','120225.58',    '105','31','58660.14',    '83','37','61565.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005355.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093619.0','1044463.0','276',    '240','144','145835.41',    '175','28','46835.68',    '175','121','98999.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003141.0','1018896.0','1192',    '1075','448','459832.4',    '900','115','146201.6',    '644','372','313630.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091405.0','1044463.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003315.0','1018896.0','439',    '396','225','185241.02',    '248','9','6999.23',    '307','219','178241.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091579.0','1044463.0','14',    '13','7','39704.71',    '13','6','31254.77',    '4','2','8449.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005218.0','1018896.0','374',    '347','194','173647.62',    '253','11','19905.78',    '301','187','153741.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093482.0','1044463.0','8',    '8','3','2415.0',    '8','3','2415.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003182.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091446.0','1044463.0','2',    '2','2','1671.94',    '2','0','0.0',    '2','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005403.0','1018896.0','271',    '236','126','177714.83',    '207','78','121174.54',    '129','68','56540.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093667.0','1044463.0','3',    '3','1','434.18',    '3','1','434.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011270.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099534.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005394.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093658.0','1044463.0','2',    '2','1','5749.96',    '1','1','476.0',    '2','1','5273.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011271.0','1018896.0','43',    '43','24','21070.93',    '34','9','7056.09',    '34','17','14014.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099535.0','1044463.0','152',    '139','60','133781.2',    '107','22','88066.44',    '98','47','45714.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2007279.0','1018896.0','1247',    '1155','623','535245.92',    '813','51','60436.95',    '829','586','474808.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2095543.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005380.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093644.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011272.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099536.0','1044463.0','264',    '229','87','70652.97',    '171','9','6174.38',    '141','78','64478.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005399.0','1018896.0','40',    '38','16','26122.41',    '35','6','13956.98',    '31','14','12165.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093663.0','1044463.0','113',    '101','49','48587.04',    '68','4','9585.44',    '73','46','39001.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005189.0','1018896.0','1',    '1','1','639.0',    '1','1','639.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093453.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005519.0','1018896.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093783.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2004988.0','1018896.0','355',    '309','85','96559.49',    '266','20','28576.06',    '178','72','67983.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093252.0','1044463.0','2508',    '2214','952','1267926.3',    '1950','231','516359.28',    '1321','805','751567.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003407.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091671.0','1044463.0','2378',    '2081','939','1432685.83',    '1908','345','591674.41',    '1464','771','841011.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011273.0','1018896.0','2',    '2','2','1867.77',    '1','1','805.0',    '2','2','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099537.0','1044463.0','1',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002953.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091217.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003463.0','1018896.0','1987',    '1747','848','1237966.46',    '1583','365','598183.23',    '1197','653','639783.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091727.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003022.0','1018896.0','3',    '2','1','1062.77',    '1','0','0.0',    '2','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091286.0','1044463.0','1506',    '1310','527','784177.92',    '1120','150','306900.07',    '891','433','477277.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011274.0','1018896.0','1552',    '1410','478','601792.91',    '1285','128','202994.52',    '824','409','398798.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099538.0','1044463.0','19',    '19','8','5195.21',    '16','0','0.0',    '13','8','5195.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011275.0','1018896.0','1',    '1','1','503.81',    '1','1','503.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099539.0','1044463.0','1698',    '1577','661','1515083.4',    '1482','349','964297.75',    '845','462','550785.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011276.0','1018896.0','25',    '23','11','14082.28',    '23','3','8294.97',    '17','8','5787.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099540.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011277.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099541.0','1044463.0','3064',    '2647','1293','1400542.49',    '2274','217','351488.46',    '1790','1174','1049054.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003436.0','1018896.0','5',    '4','1','250.0',    '3','0','0.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091700.0','1044463.0','102',    '78','29','45318.32',    '68','10','26534.83',    '48','21','18783.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005209.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093473.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003090.0','1018896.0','108',    '106','62','51961.02',    '83','1','659.92',    '85','61','51301.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091354.0','1044463.0','2',    '2','1','4516.27',    '2','1','3680.3',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003193.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091457.0','1044463.0','181',    '127','43','66000.34',    '111','23','28306.25',    '85','33','37694.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002957.0','1018896.0','2152',    '1787','728','877334.21',    '1609','183','299901.96',    '1052','621','577432.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091221.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011278.0','1018896.0','2985',    '2643','906','1149022.63',    '2460','359','544731.26',    '1341','654','604291.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099542.0','1044463.0','3',    '3','1','654.98',    '3','0','0.0',    '1','1','654.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003172.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091436.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005314.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093578.0','1044463.0','2',    '2','2','1802.97',    '2','1','967.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011279.0','1018896.0','5',    '3','1','835.97',    '3','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099543.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005256.0','1018896.0','465',    '389','180','203454.35',    '341','59','91694.35',    '241','132','111760.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093520.0','1044463.0','1',    '1','1','1014.62',    '1','0','0.0',    '1','1','1014.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003152.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091416.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003093.0','1018896.0','716',    '615','260','367322.37',    '562','103','177025.5',    '352','198','190296.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091357.0','1044463.0','18',    '15','8','7052.33',    '12','1','565.6',    '12','8','6486.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003127.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091391.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003220.0','1018896.0','41',    '8','0','0.0',    '3','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091484.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005317.0','1018896.0','9',    '8','4','17396.29',    '6','2','7010.0',    '6','4','10386.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093581.0','1044463.0','404',    '373','212','204789.29',    '283','21','40109.58',    '290','201','164679.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005166.0','1018896.0','1943',    '1673','608','849458.06',    '1495','221','424204.5',    '951','466','425253.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093430.0','1044463.0','1',    '1','1','1885.99',    '1','1','860.28',    '1','1','1025.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011280.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099544.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005128.0','1018896.0','1474',    '1240','619','1147547.02',    '1147','400','526831.82',    '718','382','620715.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093392.0','1044463.0','1',    '1','1','8811.52',    '1','1','3106.23',    '1','1','5705.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003301.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091565.0','1044463.0','2',    '2','2','3976.47',    '2','2','2994.0',    '2','1','982.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003020.0','1018896.0','154',    '101','37','33160.16',    '76','9','10620.86',    '63','31','22539.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091284.0','1044463.0','1998',    '1792','720','810459.03',    '1642','206','282262.78',    '1153','583','528196.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005416.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093680.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003047.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091311.0','1044463.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011281.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099545.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011282.0','1018896.0','119',    '111','58','69846.91',    '73','13','31961.56',    '82','46','37885.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099546.0','1044463.0','845',    '742','381','339551.0',    '576','21','31796.02',    '579','370','307754.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011283.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099547.0','1044463.0','2195',    '2032','802','1071636.29',    '1879','298','475430.95',    '1267','633','596205.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005518.0','1018896.0','48',    '45','22','25539.73',    '38','7','13072.92',    '26','15','12466.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093782.0','1044463.0','2',    '2','2','2095.32',    '2','1','1346.4',    '2','1','748.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011284.0','1018896.0','2',    '2','1','1230.88',    '2','1','1230.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099548.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2007358.0','1018896.0','1',    '1','1','805.0',    '1','1','805.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2095622.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011285.0','1018896.0','7',    '5','4','3103.34',    '2','1','1204.6',    '4','3','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099549.0','1044463.0','3',    '2','1','1228.22',    '2','1','549.2',    '1','1','679.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003398.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091662.0','1044463.0','1',    '1','1','2016.47',    '1','1','2016.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003014.0','1018896.0','627',    '582','296','415688.19',    '558','167','214271.26',    '406','203','201416.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091278.0','1044463.0','1695',    '1566','678','987254.6',    '1357','224','427485.52',    '1022','531','559769.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003174.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091438.0','1044463.0','1',    '1','1','347.34',    '1','0','0.0',    '1','1','347.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003594.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091858.0','1044463.0','110',    '45','18','21233.21',    '35','5','5444.73',    '32','15','15788.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011286.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099550.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005480.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093744.0','1044463.0','718',    '640','285','301104.14',    '555','61','95189.68',    '381','245','205914.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005410.0','1018896.0','134',    '95','31','120884.73',    '88','24','81078.09',    '58','17','39806.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093674.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011287.0','1018896.0','3674',    '3385','1200','1360459.22',    '3109','359','504567.33',    '2048','958','855891.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099551.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003409.0','1018896.0','1762',    '1529','475','487396.63',    '1382','124','184231.57',    '819','385','303165.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091673.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003380.0','1018896.0','1',    '1','1','65.4',    '1','1','65.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091644.0','1044463.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011288.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099552.0','1044463.0','1629',    '1385','615','713346.84',    '1190','140','233546.72',    '880','518','479800.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011289.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099553.0','1044463.0','1',    '1','1','425.0',    '1','1','425.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005186.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093450.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003167.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091431.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003598.0','1018896.0','280',    '224','31','34010.65',    '214','21','24996.84',    '72','13','9013.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091862.0','1044463.0','119',    '109','56','63664.37',    '89','13','17876.55',    '76','48','45787.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011290.0','1018896.0','183',    '173','74','71602.47',    '152','20','21841.41',    '108','60','49761.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099554.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003124.0','1018896.0','1',    '1','1','1305.0',    '1','1','1305.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091388.0','1044463.0','5',    '3','2','1112.77',    '3','0','0.0',    '2','2','1112.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003032.0','1018896.0','1',    '1','1','7356.41',    '1','1','805.0',    '1','1','6551.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091296.0','1044463.0','2',    '2','1','654.98',    '2','0','0.0',    '2','1','654.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003217.0','1018896.0','1',    '1','1','327.49',    '1','0','0.0',    '1','1','327.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091481.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011291.0','1018896.0','4',    '2','1','904.98',    '2','0','0.0',    '2','1','904.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099555.0','1044463.0','2760',    '2478','989','1282311.83',    '2244','310','517067.48',    '1550','785','765244.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003128.0','1018896.0','6',    '3','2','7010.0',    '3','2','7010.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091392.0','1044463.0','2',    '2','2','5301.78',    '1','0','0.0',    '2','2','5301.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002960.0','1018896.0','517',    '481','225','304196.97',    '449','75','140013.61',    '304','178','164183.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091224.0','1044463.0','1',    '1','1','1594.85',    '1','0','0.0',    '1','1','1594.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011292.0','1018896.0','41',    '38','14','28980.23',    '37','9','15065.28',    '22','9','13914.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099556.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011293.0','1018896.0','1114',    '979','476','684780.36',    '913','251','304882.65',    '704','353','379897.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099557.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005491.0','1018896.0','2092',    '1837','723','939186.64',    '1676','269','414309.04',    '1143','567','524877.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093755.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003139.0','1018896.0','1362',    '1235','613','934291.97',    '1115','195','407552.71',    '850','516','526739.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091403.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005580.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093844.0','1044463.0','5',    '5','4','5550.59',    '4','2','3739.75',    '3','2','1810.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011294.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099558.0','1044463.0','3',    '3','1','355.16',    '3','1','355.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003122.0','1018896.0','16',    '14','6','16047.68',    '13','2','12477.0',    '9','4','3570.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091386.0','1044463.0','5',    '5','2','2216.91',    '4','1','967.0',    '4','2','1249.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2002975.0','1018896.0','507',    '414','142','145073.65',    '363','28','32622.06',    '251','124','112451.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091239.0','1044463.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011295.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099559.0','1044463.0','4867',    '4434','1636','2313132.63',    '4155','580','1122839.64',    '2507','1310','1190292.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011296.0','1018896.0','44',    '41','16','17117.36',    '34','3','6632.12',    '27','13','10485.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099560.0','1044463.0','1873',    '1634','518','542357.08',    '1425','88','156001.65',    '916','450','386355.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011297.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099561.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005214.0','1018896.0','166',    '127','71','62332.83',    '100','2','1424.92',    '106','70','60907.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093478.0','1044463.0','15',    '15','10','8776.69',    '9','0','0.0',    '12','10','8776.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011298.0','1018896.0','412',    '332','80','103471.41',    '308','53','63024.2',    '120','36','40447.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099562.0','1044463.0','2',    '2','1','637.94',    '2','0','0.0',    '1','1','637.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005353.0','1018896.0','1519',    '1292','641','644343.78',    '993','82','134335.62',    '966','594','510008.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093617.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011299.0','1018896.0','171',    '160','76','119072.24',    '143','25','56383.51',    '117','65','62688.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099563.0','1044463.0','4',    '4','3','2812.9',    '3','0','0.0',    '3','3','2812.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011300.0','1018896.0','1',    '1','1','1959.98',    '1','1','1305.0',    '1','1','654.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099564.0','1044463.0','1',    '1','1','1561.76',    '1','0','0.0',    '1','1','1561.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003062.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091326.0','1044463.0','3',    '3','3','2592.81',    '3','1','1050.4',    '2','2','1542.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005221.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093485.0','1044463.0','2',    '2','2','6063.8',    '2','2','5063.89',    '1','1','999.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003083.0','1018896.0','631',    '575','322','385692.91',    '499','52','129954.2',    '471','297','255738.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091347.0','1044463.0','4',    '4','3','5959.15',    '4','3','4450.76',    '3','2','1508.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005235.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093499.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011301.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099565.0','1044463.0','31',    '31','7','9888.83',    '31','2','6901.28',    '17','5','2987.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003110.0','1018896.0','20',    '12','6','10276.02',    '11','3','3725.29',    '6','5','6550.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091374.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011302.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099566.0','1044463.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003057.0','1018896.0','3872',    '3582','1544','1724373.27',    '3259','372','666047.65',    '2205','1289','1058325.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091321.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011303.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099567.0','1044463.0','312',    '270','117','128761.81',    '230','34','50464.27',    '189','97','78297.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011304.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099568.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003373.0','1018896.0','1',    '1','1','3524.35',    '1','1','2124.0',    '1','1','1400.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091637.0','1044463.0','1252',    '1180','457','411030.08',    '1052','40','61288.86',    '718','427','349741.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003061.0','1018896.0','144',    '113','44','48397.83',    '99','17','16292.51',    '60','31','32105.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091325.0','1044463.0','1',    '1','1','4956.72',    '1','1','4956.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011305.0','1018896.0','7',    '4','1','835.97',    '4','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099569.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005296.0','1018896.0','3',    '3','1','7452.54',    '3','1','967.0',    '2','1','6485.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093560.0','1044463.0','2',    '2','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011306.0','1018896.0','4377',    '3734','1271','1408617.47',    '3383','294','487986.46',    '2050','1071','920631.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099570.0','1044463.0','161',    '145','49','74601.34',    '138','27','50260.41',    '75','29','24340.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003455.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091719.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003143.0','1018896.0','4',    '3','2','1251.4',    '3','2','1251.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091407.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003129.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091393.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011307.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099571.0','1044463.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005320.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093584.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005367.0','1018896.0','1',    '1','1','672.42',    '1','0','0.0',    '1','1','672.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093631.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003149.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091413.0','1044463.0','494',    '462','223','317544.61',    '401','145','228667.91',    '256','105','88876.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003544.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091808.0','1044463.0','935',    '835','393','637295.8',    '740','191','356825.87',    '491','264','280469.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005319.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093583.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005257.0','1018896.0','1',    '1','1','740.94',    '1','0','0.0',    '1','1','740.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093521.0','1044463.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005302.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093566.0','1044463.0','634',    '500','192','174837.53',    '404','14','20000.57',    '295','185','154836.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003205.0','1018896.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091469.0','1044463.0','2',    '2','2','2193.47',    '2','1','1211.0',    '2','1','982.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011308.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099572.0','1044463.0','628',    '554','241','412654.59',    '510','107','175394.08',    '344','183','237260.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011309.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099573.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005262.0','1018896.0','11',    '10','8','5402.5',    '9','0','0.0',    '9','8','5402.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093526.0','1044463.0','2',    '1','1','5752.08',    '1','1','5752.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003230.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091494.0','1044463.0','13',    '11','4','4138.87',    '9','2','2240.13',    '6','3','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011310.0','1018896.0','21',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099574.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003043.0','1018896.0','2',    '2','2','7010.0',    '2','2','7010.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091307.0','1044463.0','6',    '6','4','5666.43',    '6','3','2477.71',    '5','2','3188.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011311.0','1018896.0','5974',    '5050','2301','2611649.47',    '4482','544','841378.58',    '3231','1995','1770270.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099575.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003053.0','1018896.0','3',    '3','2','2145.93',    '3','0','0.0',    '3','2','2145.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091317.0','1044463.0','9',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005281.0','1018896.0','5',    '4','2','3577.08',    '4','1','805.0',    '2','2','2772.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093545.0','1044463.0','134',    '82','34','136995.13',    '72','16','83187.17',    '53','22','53807.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003087.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091351.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003375.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091639.0','1044463.0','3178',    '2838','1165','1809817.68',    '2699','693','1070639.58',    '1775','735','739178.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003304.0','1018896.0','1',    '1','1','250.0',    '0','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091568.0','1044463.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003108.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091372.0','1044463.0','107',    '81','25','27439.96',    '61','5','9024.3',    '49','22','18415.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003236.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091500.0','1044463.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005203.0','1018896.0','54',    '49','19','21966.05',    '43','10','11077.33',    '35','12','10888.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093467.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011312.0','1018896.0','981',    '786','293','419181.54',    '712','132','189076.24',    '507','220','230105.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099576.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011313.0','1018896.0','1366',    '1247','512','712780.01',    '1162','175','320391.47',    '758','411','392388.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099577.0','1044463.0','4',    '4','1','226.8',    '4','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003574.0','1018896.0','3',    '3','1','252.84',    '3','0','0.0',    '3','1','252.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091838.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011314.0','1018896.0','14',    '12','7','5099.52',    '10','1','169.58',    '10','6','4929.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099578.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005258.0','1018896.0','14',    '14','4','4168.87',    '11','2','1832.83',    '10','3','2336.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093522.0','1044463.0','7116',    '6463','3159','5693005.71',    '6109','1510','2878669.09',    '4173','2342','2814336.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005208.0','1018896.0','647',    '580','240','429662.49',    '517','111','233416.12',    '388','172','196246.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093472.0','1044463.0','1997',    '1805','757','785109.5',    '1580','137','237742.41',    '1163','659','547367.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003135.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091399.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011315.0','1018896.0','19',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099579.0','1044463.0','1',    '1','1','789.48',    '1','1','789.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011316.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099580.0','1044463.0','15',    '15','7','8232.82',    '13','2','2990.2',    '14','7','5242.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011317.0','1018896.0','3',    '3','1','4358.52',    '2','0','0.0',    '3','1','4358.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099581.0','1044463.0','28',    '19','6','8868.57',    '16','4','2482.13',    '15','4','6386.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005272.0','1018896.0','1',    '1','1','1200.0',    '0','0','0.0',    '1','1','1200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093536.0','1044463.0','74',    '70','42','38304.54',    '49','1','2824.16',    '60','42','35480.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005274.0','1018896.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093538.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003003.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091267.0','1044463.0','3143',    '2485','1240','1692021.9',    '2132','434','701661.44',    '1677','997','990360.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005404.0','1018896.0','13',    '12','5','8352.39',    '12','3','2535.6',    '7','4','5816.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093668.0','1044463.0','4',    '3','1','835.97',    '3','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003116.0','1018896.0','16',    '13','8','14750.04',    '12','5','3988.38',    '9','5','10761.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091380.0','1044463.0','221',    '80','30','69022.35',    '61','14','56600.5',    '48','19','12421.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011318.0','1018896.0','2469',    '2142','802','760767.13',    '1900','147','196146.57',    '1250','696','564620.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099582.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003169.0','1018896.0','4',    '2','1','835.97',    '2','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091433.0','1044463.0','5961',    '5273','2770','5545280.97',    '4987','1592','2789180.2',    '3448','2044','2756100.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011319.0','1018896.0','202',    '155','90','200085.98',    '150','78','166497.06',    '75','30','33588.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099583.0','1044463.0','2199',    '2021','692','959468.33',    '1914','268','474742.38',    '1186','536','484725.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011320.0','1018896.0','1',    '1','1','159.14',    '1','1','159.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099584.0','1044463.0','165',    '145','68','103193.69',    '110','16','40641.35',    '94','60','62552.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011321.0','1018896.0','2003',    '1578','709','733801.66',    '1298','165','195560.3',    '1010','598','538241.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099585.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011322.0','1018896.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099586.0','1044463.0','1',    '1','1','332.05',    '1','0','0.0',    '1','1','332.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011323.0','1018896.0','3428',    '3139','1126','1254114.87',    '2786','252','354066.72',    '1899','953','900048.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099587.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003548.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091812.0','1044463.0','171',    '146','60','92134.25',    '131','21','38380.38',    '97','47','53753.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003070.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091334.0','1044463.0','95',    '90','45','83848.12',    '84','22','36858.69',    '50','30','46989.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003104.0','1018896.0','314',    '298','119','110245.2',    '261','27','34451.04',    '159','99','75794.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091368.0','1044463.0','77',    '73','29','33051.88',    '62','9','13740.79',    '44','23','19311.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011324.0','1018896.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099588.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005313.0','1018896.0','13',    '13','7','10525.99',    '10','3','7182.11',    '9','4','3343.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093577.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011325.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099589.0','1044463.0','51',    '48','12','9814.6',    '40','3','1455.24',    '27','10','8359.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011326.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099590.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003226.0','1018896.0','32',    '28','14','24865.67',    '26','4','14981.16',    '18','12','9884.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091490.0','1044463.0','1822',    '1470','623','1216790.61',    '1303','374','814627.68',    '812','374','402162.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003118.0','1018896.0','933',    '823','410','813619.77',    '762','207','310722.54',    '622','327','502897.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091382.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005232.0','1018896.0','2277',    '1771','507','617767.88',    '1651','220','280852.97',    '807','356','336914.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093496.0','1044463.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003054.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091318.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003060.0','1018896.0','1',    '1','1','1149.93',    '1','1','805.0',    '1','1','344.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091324.0','1044463.0','93',    '58','16','41201.72',    '52','12','32109.06',    '26','8','9092.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011327.0','1018896.0','1191',    '1084','584','515505.56',    '876','32','44597.09',    '838','565','470908.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099591.0','1044463.0','1117',    '1025','517','502868.91',    '884','43','90157.66',    '717','493','412711.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011328.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099592.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005288.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093552.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003260.0','1018896.0','507',    '430','192','450822.11',    '406','143','315649.97',    '199','86','135172.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091524.0','1044463.0','4',    '3','2','5475.68',    '3','2','4399.91',    '1','1','1075.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003261.0','1018896.0','1',    '1','1','250.0',    '0','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091525.0','1044463.0','1',    '1','1','5154.3',    '1','1','4144.66',    '1','1','1009.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011329.0','1018896.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099593.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003215.0','1018896.0','1',    '1','1','894.49',    '1','0','0.0',    '1','1','894.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091479.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011330.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099594.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005230.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093494.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003074.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091338.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003073.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091337.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005312.0','1018896.0','3',    '3','2','1062.77',    '1','0','0.0',    '3','2','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093576.0','1044463.0','1426',    '1311','463','621790.22',    '1219','168','272179.01',    '754','363','349611.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003125.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091389.0','1044463.0','468',    '407','152','156079.3',    '350','20','40828.41',    '232','139','115250.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011331.0','1018896.0','246',    '215','88','108273.32',    '188','16','27107.03',    '155','77','81166.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099595.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003123.0','1018896.0','2',    '2','2','1671.94',    '2','0','0.0',    '2','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091387.0','1044463.0','1',    '1','1','327.49',    '1','0','0.0',    '1','1','327.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011332.0','1018896.0','488',    '388','113','148340.66',    '356','49','83490.46',    '192','72','64850.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099596.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003178.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091442.0','1044463.0','7',    '4','1','527.6',    '4','1','300.8',    '2','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011333.0','1018896.0','1',    '1','1','12351.13',    '1','1','6205.0',    '1','1','6146.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099597.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003095.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091359.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011334.0','1018896.0','816',    '751','410','388814.68',    '598','45','72757.35',    '565','377','316057.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099598.0','1044463.0','41',    '39','20','35500.11',    '37','11','24190.43',    '26','11','11309.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003434.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091698.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011335.0','1018896.0','1',    '1','1','2728.99',    '1','0','0.0',    '1','1','2728.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099599.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005324.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093588.0','1044463.0','11',    '7','2','3520.7',    '7','1','1305.0',    '4','2','2215.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011336.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099600.0','1044463.0','3',    '3','2','1835.88',    '3','0','0.0',    '3','2','1835.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005325.0','1018896.0','501',    '329','133','170490.05',    '295','57','76946.91',    '214','104','93543.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093589.0','1044463.0','175',    '148','59','74868.05',    '129','25','29347.39',    '97','48','45520.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003184.0','1018896.0','3803',    '3422','1737','1738180.93',    '2874','259','388966.07',    '2444','1588','1349214.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091448.0','1044463.0','277',    '246','98','207147.68',    '229','52','140051.5',    '136','66','67096.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003405.0','1018896.0','36',    '35','20','33916.85',    '30','11','18231.69',    '28','15','15685.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091669.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011337.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099601.0','1044463.0','3',    '3','2','4478.82',    '3','2','2071.2',    '3','2','2407.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005371.0','1018896.0','280',    '264','126','130144.59',    '233','28','36128.59',    '172','107','94016.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093635.0','1044463.0','3',    '2','1','1699.68',    '2','1','1699.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005275.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093539.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005515.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093779.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011338.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099602.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011339.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099603.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005582.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093846.0','1044463.0','2579',    '2093','986','1568344.62',    '1836','369','698551.78',    '1398','807','869792.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005397.0','1018896.0','3769',    '3453','1708','3532575.83',    '3308','1021','1708666.53',    '2220','1197','1823909.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093661.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005344.0','1018896.0','3',    '3','1','226.8',    '3','0','0.0',    '2','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093608.0','1044463.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005299.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093563.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005586.0','1018896.0','1',    '1','1','316.94',    '1','0','0.0',    '1','1','316.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093850.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2007357.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2095621.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005516.0','1018896.0','11',    '10','4','4749.64',    '9','2','1913.84',    '4','2','2835.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093780.0','1044463.0','24',    '21','9','11300.5',    '19','6','5697.67',    '10','6','5602.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003084.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091348.0','1044463.0','1507',    '1136','501','685581.0',    '998','232','362929.24',    '706','345','322651.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011340.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099604.0','1044463.0','23',    '21','7','7606.56',    '18','2','1384.57',    '16','5','6221.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011341.0','1018896.0','165',    '157','94','83203.52',    '123','5','7448.21',    '135','90','75755.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099605.0','1044463.0','3391',    '3017','839','861495.25',    '2784','209','314725.82',    '1531','685','546769.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011342.0','1018896.0','7',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099606.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005412.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093676.0','1044463.0','5',    '5','3','3782.91',    '5','1','2153.0',    '4','2','1629.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011343.0','1018896.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099607.0','1044463.0','1125',    '1019','536','525062.55',    '862','73','111542.79',    '734','488','413519.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011344.0','1018896.0','7',    '5','3','2196.06',    '5','1','1158.14',    '3','2','1037.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099608.0','1044463.0','2754',    '2480','976','1067241.02',    '2239','264','442401.83',    '1535','787','624839.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011345.0','1018896.0','3159',    '2800','1051','1324563.16',    '2569','378','545329.54',    '1730','830','779233.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099609.0','1044463.0','2',    '2','1','6143.25',    '2','1','5400.0',    '2','1','743.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011346.0','1018896.0','5',    '5','2','2836.25',    '4','1','815.48',    '3','2','2020.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099610.0','1044463.0','1',    '1','1','1132.49',    '1','1','805.0',    '1','1','327.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011347.0','1018896.0','3',    '3','2','2568.92',    '2','1','856.6',    '2','2','1712.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099611.0','1044463.0','4307',    '3890','1781','1846202.7',    '3314','266','425349.7',    '2660','1629','1420853.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005545.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093809.0','1044463.0','3',    '3','1','288.98',    '3','1','288.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011348.0','1018896.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099612.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011349.0','1018896.0','6',    '6','1','3617.91',    '6','1','3617.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099613.0','1044463.0','547',    '473','210','429082.27',    '444','139','276845.0',    '265','114','152237.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003264.0','1018896.0','1',    '1','1','1554.17',    '1','0','0.0',    '1','1','1554.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091528.0','1044463.0','2',    '2','1','741.0',    '2','1','741.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003557.0','1018896.0','3',    '2','2','1898.74',    '1','0','0.0',    '2','2','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091821.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011350.0','1018896.0','4936',    '4520','2168','3729302.44',    '4278','1020','1612169.44',    '3018','1674','2117133.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099614.0','1044463.0','218',    '193','65','73924.49',    '180','25','30366.57',    '86','47','43557.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003457.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091721.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003150.0','1018896.0','1',    '1','1','2942.45',    '1','1','1305.0',    '1','1','1637.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091414.0','1044463.0','5',    '3','2','4264.57',    '3','2','1951.8',    '2','2','2312.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003251.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091515.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003064.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091328.0','1044463.0','2',    '2','2','1559.97',    '1','0','0.0',    '2','2','1559.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003157.0','1018896.0','107',    '97','48','52031.87',    '91','10','14011.45',    '65','42','38020.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091421.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003266.0','1018896.0','44',    '39','17','15504.03',    '30','2','2802.0',    '29','15','12702.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091530.0','1044463.0','177',    '154','44','58910.03',    '142','21','38678.28',    '72','26','20231.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011351.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099615.0','1044463.0','3',    '2','1','743.25',    '1','0','0.0',    '1','1','743.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003468.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091732.0','1044463.0','1683',    '1467','699','856982.07',    '1279','215','367518.45',    '975','577','489463.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005408.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093672.0','1044463.0','1154',    '1035','515','888322.94',    '939','245','445382.65',    '764','383','442940.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003550.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091814.0','1044463.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011352.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099616.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005369.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093633.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011353.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099617.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005263.0','1018896.0','9',    '7','2','1355.46',    '7','1','292.69',    '4','2','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093527.0','1044463.0','787',    '719','263','336441.44',    '669','87','141710.63',    '441','210','194730.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011354.0','1018896.0','7',    '5','4','3335.34',    '5','0','0.0',    '5','4','3335.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099618.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005343.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093607.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003578.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091842.0','1044463.0','6',    '6','3','2247.57',    '6','0','0.0',    '3','3','2247.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005423.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093687.0','1044463.0','1',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003210.0','1018896.0','1',    '1','1','945.37',    '1','0','0.0',    '1','1','945.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091474.0','1044463.0','1',    '1','1','904.98',    '1','0','0.0',    '1','1','904.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003140.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091404.0','1044463.0','5980',    '5641','2360','3640876.43',    '5348','929','1852538.87',    '3276','1774','1788337.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003162.0','1018896.0','11',    '7','6','14105.21',    '7','4','8572.43',    '6','5','5532.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091426.0','1044463.0','51',    '45','14','12856.72',    '42','5','5055.39',    '33','10','7801.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005629.0','1018896.0','659',    '586','290','292923.32',    '484','61','76746.32',    '438','252','216177.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093893.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003552.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091816.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005378.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093642.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011355.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099619.0','1044463.0','203',    '193','63','55062.08',    '180','9','9839.34',    '95','58','45222.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003599.0','1018896.0','606',    '542','197','230428.25',    '500','71','110831.47',    '288','147','119596.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091863.0','1044463.0','1',    '1','1','12205.0',    '1','1','12205.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005476.0','1018896.0','3',    '2','1','835.97',    '1','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093740.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003269.0','1018896.0','170',    '155','60','52106.93',    '138','17','18019.65',    '104','50','34087.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091533.0','1044463.0','3095',    '2791','1054','1428555.2',    '2560','381','667719.48',    '1569','825','760835.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011356.0','1018896.0','7',    '6','2','5794.39',    '5','1','1422.5',    '5','2','4371.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099620.0','1044463.0','4',    '4','4','4382.88',    '4','0','0.0',    '4','4','4382.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011357.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099621.0','1044463.0','1',    '1','1','513.34',    '1','0','0.0',    '1','1','513.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005329.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093593.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003255.0','1018896.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091519.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005330.0','1018896.0','19',    '17','13','33355.06',    '17','5','23218.88',    '15','12','10136.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093594.0','1044463.0','540',    '490','186','250388.49',    '454','67','110399.76',    '292','152','139988.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011358.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099622.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011359.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099623.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2005334.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2093598.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011360.0','1018896.0','749',    '532','192','284985.21',    '454','114','168513.35',    '301','104','116471.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099624.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011361.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099625.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011362.0','1018896.0','1029',    '859','371','456332.05',    '768','110','148908.63',    '539','305','307423.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099626.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005277.0','1018896.0','5153',    '4749','1888','3058844.8',    '4514','821','1598953.33',    '2727','1408','1459891.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093541.0','1044463.0','14',    '14','3','2734.71',    '10','0','0.0',    '7','3','2734.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2005584.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2093848.0','1044463.0','61',    '41','20','25383.91',    '37','11','16396.3',    '21','11','8987.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005379.0','1018896.0','12',    '10','6','6901.08',    '9','4','4720.26',    '7','3','2180.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093643.0','1044463.0','1',    '1','1','1776.92',    '1','1','1104.5',    '1','1','672.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2005261.0','1018896.0','181',    '169','58','49786.3',    '147','3','3529.9',    '96','56','46256.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2093525.0','1044463.0','11',    '10','5','4894.86',    '9','2','1324.18',    '6','4','3570.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011363.0','1018896.0','5',    '5','2','2057.85',    '4','2','1221.88',    '4','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099627.0','1044463.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005289.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093553.0','1044463.0','1',    '1','1','3472.0',    '1','1','3472.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011364.0','1018896.0','56',    '48','15','19900.12',    '44','5','10425.22',    '29','12','9474.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099628.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005321.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093585.0','1044463.0','10',    '10','6','8879.4',    '9','5','7161.65',    '6','3','1717.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011365.0','1018896.0','1',    '1','1','1154.98',    '1','0','0.0',    '1','1','1154.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099629.0','1044463.0','2',    '2','2','2125.54',    '1','0','0.0',    '2','2','2125.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2007317.0','1018896.0','1',    '1','1','740.94',    '1','0','0.0',    '1','1','740.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2095581.0','1044463.0','4',    '4','3','4579.66',    '4','2','2624.42',    '4','3','1955.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003306.0','1018896.0','433',    '309','118','176817.36',    '274','70','93897.27',    '142','59','82920.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091570.0','1044463.0','864',    '810','342','296368.84',    '708','42','66644.98',    '546','313','229723.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011366.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099630.0','1044463.0','1',    '1','1','2180.84',    '1','1','1853.35',    '1','1','327.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011367.0','1018896.0','4',    '3','2','8387.07',    '3','2','6397.0',    '3','1','1990.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099631.0','1044463.0','5',    '5','1','1060.0',    '5','1','810.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005322.0','1018896.0','51',    '38','25','156444.98',    '33','19','95929.18',    '21','14','60515.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093586.0','1044463.0','1',    '1','1','3372.44',    '1','1','810.0',    '1','1','2562.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011368.0','1018896.0','6',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099632.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005323.0','1018896.0','3',    '3','1','810.0',    '3','1','810.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093587.0','1044463.0','19',    '16','6','26416.75',    '14','5','14571.06',    '9','4','11845.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011369.0','1018896.0','1',    '1','1','5001.49',    '1','1','5001.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099633.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005420.0','1018896.0','1',    '1','1','13584.86',    '1','1','5400.0',    '1','1','8184.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093684.0','1044463.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011370.0','1018896.0','1',    '1','1','4000.0',    '1','0','0.0',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099634.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005385.0','1018896.0','1',    '1','1','6398.1',    '1','0','0.0',    '1','1','6398.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093649.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2007594.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2095858.0','1044463.0','188',    '157','84','280273.14',    '144','64','162180.6',    '93','43','118092.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011371.0','1018896.0','1',    '1','1','750.0',    '0','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099635.0','1044463.0','293',    '235','111','366662.46',    '217','80','191649.8',    '145','65','175012.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003114.0','1018896.0','1064',    '847','354','878477.61',    '784','252','638238.9',    '431','180','240238.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091378.0','1044463.0','1',    '1','1','810.0',    '1','1','810.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011372.0','1018896.0','4',    '4','2','6916.46',    '4','2','1620.0',    '4','2','5296.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099636.0','1044463.0','298',    '294','158','159112.6',    '248','14','40586.48',    '217','149','118526.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003377.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091641.0','1044463.0','40',    '34','11','12723.12',    '28','4','4846.09',    '24','10','7877.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011373.0','1018896.0','1',    '1','1','13660.11',    '1','1','6210.0',    '1','1','7450.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099637.0','1044463.0','181',    '154','70','72035.84',    '124','9','13499.01',    '106','67','58536.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003256.0','1018896.0','1',    '1','1','810.0',    '1','1','810.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091520.0','1044463.0','3',    '3','1','835.97',    '3','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011374.0','1018896.0','1183',    '1005','475','1155110.88',    '918','314','515903.63',    '641','283','639207.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099638.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003115.0','1018896.0','11',    '10','2','3603.71',    '10','1','2830.79',    '2','1','772.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091379.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011375.0','1018896.0','3',    '3','1','6448.39',    '3','1','997.0',    '1','1','5451.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099639.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011376.0','1018896.0','1',    '1','1','22414.84',    '1','1','11710.0',    '1','1','10704.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099640.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011377.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099641.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011378.0','1018896.0','1',    '1','1','19331.21',    '1','1','11710.0',    '1','1','7621.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099642.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011379.0','1018896.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099643.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011380.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099644.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011381.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099645.0','1044463.0','321',    '232','88','200896.4',    '202','58','137477.7',    '125','48','63418.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003188.0','1018896.0','1',    '1','1','517.45',    '1','1','517.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091452.0','1044463.0','2',    '2','1','2829.97',    '2','1','1994.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011382.0','1018896.0','1',    '1','1','810.0',    '1','1','810.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099646.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2007322.0','1018896.0','1',    '1','1','810.0',    '1','1','810.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2095586.0','1044463.0','1',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011383.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099647.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003111.0','1018896.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091375.0','1044463.0','17',    '11','2','7872.08',    '9','2','7872.08',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003411.0','1018896.0','12',    '10','5','14677.57',    '10','2','9388.0',    '8','3','5289.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091675.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003414.0','1018896.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091678.0','1044463.0','1',    '1','1','4936.29',    '1','0','0.0',    '1','1','4936.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011384.0','1018896.0','2',    '2','1','538.76',    '2','0','0.0',    '1','1','538.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099648.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011385.0','1018896.0','364',    '331','182','210326.18',    '275','50','77452.85',    '232','153','132873.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099649.0','1044463.0','9',    '5','3','10308.36',    '5','3','10308.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003459.0','1018896.0','5',    '5','2','8833.22',    '5','1','810.0',    '4','2','8023.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091723.0','1044463.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011386.0','1018896.0','2',    '2','1','810.0',    '2','1','810.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099650.0','1044463.0','1',    '1','1','11710.0',    '1','1','11710.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011387.0','1018896.0','401',    '287','72','131428.23',    '256','36','66027.35',    '134','47','65400.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099651.0','1044463.0','3',    '3','1','3909.85',    '3','0','0.0',    '3','1','3909.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003440.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091704.0','1044463.0','63',    '54','22','22145.29',    '47','5','8566.4',    '34','17','13578.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011388.0','1018896.0','220',    '185','85','278091.38',    '170','65','136463.73',    '114','46','141627.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099652.0','1044463.0','1161',    '1071','560','1047001.21',    '994','297','621055.85',    '745','383','425945.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011389.0','1018896.0','2035',    '1978','668','628855.54',    '1902','66','115107.73',    '1077','620','513747.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099653.0','1044463.0','2202',    '2033','685','731834.67',    '1934','143','274510.73',    '1037','576','457323.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011390.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099654.0','1044463.0','3558',    '3214','1386','2221152.12',    '2916','530','1322087.33',    '1789','999','899064.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011391.0','1018896.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099655.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011392.0','1018896.0','2',    '2','2','31653.05',    '2','2','12607.0',    '2','2','19046.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099656.0','1044463.0','3',    '2','1','810.0',    '2','1','810.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003164.0','1018896.0','10',    '8','1','1062.77',    '6','0','0.0',    '6','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091428.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003066.0','1018896.0','3824',    '3451','1138','1243927.92',    '3191','229','433348.4',    '1719','984','810579.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091330.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011393.0','1018896.0','3390',    '3091','1429','2241607.92',    '2861','623','1091505.37',    '1939','1056','1150102.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099657.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011394.0','1018896.0','3',    '1','1','2663.67',    '1','1','967.0',    '1','1','1696.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099658.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011395.0','1018896.0','1',    '1','1','2396.72',    '1','1','805.0',    '1','1','1591.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099659.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003202.0','1018896.0','9',    '7','3','9487.8',    '7','3','8471.0',    '4','1','1016.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091466.0','1044463.0','1',    '1','1','810.0',    '1','1','810.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011396.0','1018896.0','3',    '3','2','8029.0',    '2','2','7020.0',    '2','1','1009.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099660.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003203.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091467.0','1044463.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011397.0','1018896.0','1',    '1','1','3677.79',    '1','0','0.0',    '1','1','3677.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099661.0','1044463.0','4',    '3','2','1801.33',    '1','0','0.0',    '3','2','1801.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011398.0','1018896.0','4',    '4','2','7046.8',    '4','2','6820.0',    '2','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099662.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011399.0','1018896.0','2',    '2','1','1451.0',    '2','1','1451.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099663.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011400.0','1018896.0','1',    '1','1','1451.0',    '1','1','1451.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099664.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2005273.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2093537.0','1044463.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011401.0','1018896.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099665.0','1044463.0','1',    '1','1','2989.8',    '1','1','2989.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011402.0','1018896.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099666.0','1044463.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011403.0','1018896.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099667.0','1044463.0','1',    '1','1','1328.19',    '1','0','0.0',    '1','1','1328.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011404.0','1018896.0','1',    '1','1','2217.36',    '1','0','0.0',    '1','1','2217.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099668.0','1044463.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011405.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099669.0','1044463.0','32',    '22','16','26465.18',    '19','10','20196.5',    '11','9','6268.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005264.0','1018896.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093528.0','1044463.0','56',    '43','25','112700.09',    '41','23','57819.33',    '24','12','54880.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011406.0','1018901.0','1',    '1','1','4005.62',    '1','1','2953.58',    '1','1','1052.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099670.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011407.0','1018901.0','3',    '3','1','1451.0',    '3','1','1451.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099671.0','1044468.0','4838',    '4619','3128','10352370.12',    '4433','1519','4349776.45',    '3775','2642','6002593.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011408.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099672.0','1044468.0','29',    '25','9','25349.49',    '24','7','12084.69',    '18','4','13264.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005335.0','1018901.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093599.0','1044468.0','827',    '775','519','1057953.04',    '711','338','518957.39',    '564','363','538995.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011409.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099673.0','1044468.0','1606',    '1342','569','639646.18',    '1187','171','247158.19',    '804','448','392487.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011410.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099674.0','1044468.0','2',    '2','1','810.0',    '2','1','810.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2005307.0','1018901.0','1',    '1','1','4000.0',    '0','0','0.0',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2093571.0','1044468.0','1',    '1','1','914.48',    '1','0','0.0',    '1','1','914.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011411.0','1018901.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099675.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2005291.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2093555.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005606.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093870.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003265.0','1018901.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091529.0','1044468.0','30',    '26','12','33496.95',    '25','8','27681.39',    '16','7','5815.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011412.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099676.0','1044468.0','1',    '1','1','1754.19',    '1','1','1656.81',    '1','1','97.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011413.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099677.0','1044468.0','2598',    '2426','1172','1188632.13',    '2128','176','309358.11',    '1649','1068','879274.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003321.0','1018901.0','727',    '614','303','1007570.65',    '575','230','577367.35',    '344','154','430203.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091585.0','1044468.0','3768',    '3503','1098','1162088.67',    '3280','157','296412.39',    '1716','991','865676.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011414.0','1018901.0','1',    '1','1','349.73',    '1','0','0.0',    '1','1','349.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099678.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005358.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093622.0','1044468.0','2244',    '1830','1051','4011043.74',    '1733','884','2112502.67',    '999','514','1898541.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011415.0','1018901.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099679.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011416.0','1018901.0','2',    '2','2','2255.68',    '2','1','1419.71',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099680.0','1044468.0','17',    '16','10','29520.0',    '15','7','19771.18',    '10','5','9748.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011417.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099681.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005547.0','1018901.0','1',    '1','1','4595.52',    '1','1','810.0',    '1','1','3785.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093811.0','1044468.0','8457',    '6975','3813','15046704.93',    '6427','2915','7323671.92',    '3904','2011','7723033.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003438.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091702.0','1044468.0','1',    '1','1','250.0',    '0','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011418.0','1018901.0','1',    '1','1','382.05',    '1','0','0.0',    '1','1','382.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099682.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2005608.0','1018901.0','5089',    '4814','1931','2220113.48',    '4527','338','762795.53',    '2767','1719','1457317.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2093872.0','1044468.0','1',    '1','1','810.0',    '1','1','810.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011419.0','1018901.0','1607',    '1422','542','515386.22',    '1268','63','113440.55',    '852','497','401945.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099683.0','1044468.0','106',    '89','34','113494.09',    '79','19','36278.33',    '63','25','77215.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2005303.0','1018901.0','16',    '14','12','71246.35',    '13','10','50123.69',    '9','7','21122.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2093567.0','1044468.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003187.0','1018901.0','51',    '29','9','17618.07',    '28','6','12030.67',    '12','3','5587.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091451.0','1044468.0','1',    '1','1','664.1',    '1','0','0.0',    '1','1','664.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005267.0','1018901.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093531.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011420.0','1018901.0','1',    '1','1','11710.0',    '1','1','11710.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099684.0','1044468.0','2',    '2','2','27867.75',    '2','1','11705.0',    '2','2','16162.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2005387.0','1018901.0','1',    '1','1','3455.45',    '1','0','0.0',    '1','1','3455.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2093651.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011421.0','1018901.0','1',    '1','1','1062.77',    '1','0','0.0',    '1','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099685.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003221.0','1018901.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091485.0','1044468.0','3',    '3','1','835.97',    '2','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011422.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099686.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003462.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091726.0','1044468.0','1',    '1','1','8884.38',    '1','1','5886.82',    '1','1','2997.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003165.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091429.0','1044468.0','1',    '1','1','810.0',    '1','1','810.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011423.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099687.0','1044468.0','1',    '1','1','27200.0',    '1','1','12205.0',    '1','1','14995.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003307.0','1018901.0','2',    '2','2','2140.97',    '2','1','1305.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091571.0','1044468.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011424.0','1018901.0','30',    '23','16','152090.33',    '22','15','98932.58',    '14','9','53157.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099688.0','1044468.0','6',    '5','4','28372.51',    '5','4','19540.0',    '2','2','8832.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011425.0','1018901.0','1',    '1','1','4997.53',    '1','1','997.0',    '1','1','4000.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099689.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011426.0','1018901.0','1',    '1','1','302.72',    '1','1','302.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099690.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011427.0','1018901.0','1',    '1','1','7095.11',    '1','1','810.0',    '1','1','6285.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099691.0','1044468.0','94',    '75','45','236740.11',    '70','36','108909.47',    '41','28','127830.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011428.0','1018901.0','1',    '1','1','1036.8',    '1','1','810.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099692.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011429.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099693.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011430.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099694.0','1044468.0','1',    '1','1','332.05',    '1','0','0.0',    '1','1','332.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011431.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099695.0','1044468.0','1590',    '1494','495','531896.79',    '1407','95','170131.35',    '759','440','361765.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011432.0','1018901.0','3',    '3','1','1685.07',    '2','1','1685.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099696.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003382.0','1018901.0','8',    '7','2','1802.97',    '7','1','967.0',    '6','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091646.0','1044468.0','2722',    '2430','1235','1958578.8',    '2238','547','804624.42',    '1625','940','1153954.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2005427.0','1018901.0','336',    '263','86','79253.65',    '215','14','16315.71',    '138','73','62937.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2093691.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011433.0','1018901.0','1',    '1','1','967.0',    '1','1','967.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099697.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2007344.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2095608.0','1044468.0','2',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011434.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099698.0','1044468.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011435.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099699.0','1044468.0','9',    '9','6','3855.35',    '5','1','805.0',    '7','5','3050.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011436.0','1018901.0','466',    '413','181','203362.94',    '354','44','83819.5',    '261','147','119543.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099700.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011437.0','1018901.0','2356',    '2188','1031','1055753.77',    '1843','129','238811.09',    '1531','948','816942.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099701.0','1044468.0','1',    '1','1','561.28',    '1','0','0.0',    '1','1','561.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011438.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099702.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011439.0','1018901.0','1431',    '1268','575','669866.23',    '1105','202','297624.77',    '816','435','372241.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099703.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011440.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099704.0','1044468.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011441.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099705.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011442.0','1018901.0','5',    '5','2','1671.94',    '4','0','0.0',    '3','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099706.0','1044468.0','1',    '1','1','2246.75',    '1','1','805.0',    '1','1','1441.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011443.0','1018901.0','1',    '1','1','904.05',    '1','0','0.0',    '1','1','904.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099707.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011444.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099708.0','1044468.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011445.0','1018901.0','4',    '4','1','835.97',    '3','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099709.0','1044468.0','2988',    '2638','1242','1546598.96',    '2267','326','520975.14',    '1799','1052','1025623.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011446.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099710.0','1044468.0','1',    '1','1','4482.15',    '1','1','4482.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011447.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099711.0','1044468.0','2',    '2','1','1759.37',    '2','1','1759.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011448.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099712.0','1044468.0','2',    '1','1','226.8',    '1','0','0.0',    '1','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011449.0','1018901.0','39',    '38','29','83528.02',    '37','19','51794.1',    '29','22','31733.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099713.0','1044468.0','76',    '74','27','22861.23',    '60','2','1742.68',    '43','25','21118.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011450.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099714.0','1044468.0','2',    '2','1','835.97',    '2','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011451.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099715.0','1044468.0','352',    '323','188','362495.88',    '286','93','258143.5',    '191','120','104352.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011452.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099716.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011453.0','1018901.0','42',    '32','18','23000.48',    '27','2','2110.0',    '27','17','20890.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099717.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011454.0','1018901.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099718.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011455.0','1018901.0','2',    '2','1','557.22',    '2','0','0.0',    '2','1','557.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099719.0','1044468.0','7',    '7','2','7370.44',    '6','1','6106.0',    '4','2','1264.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011456.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099720.0','1044468.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011457.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011458.0','1018901.0','1',    '1','1','2257.05',    '1','1','2257.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099722.0','1044468.0','2',    '1','1','9016.37',    '1','1','5400.0',    '1','1','3616.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003132.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091396.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011459.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099723.0','1044468.0','5',    '3','2','8129.14',    '3','2','8129.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011460.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099724.0','1044468.0','202',    '154','54','101576.73',    '141','29','73480.25',    '68','29','28096.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011461.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099725.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011462.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099726.0','1044468.0','3',    '3','3','4191.77',    '3','2','2110.0',    '2','2','2081.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011463.0','1018901.0','754',    '724','469','1469028.66',    '692','250','609053.81',    '579','375','859974.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099727.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011464.0','1018901.0','2',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099728.0','1044468.0','157',    '135','75','140743.39',    '108','23','77630.61',    '89','61','63112.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011465.0','1018901.0','3387',    '3098','1577','2825227.92',    '2790','854','1895141.84',    '1908','1002','930086.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099729.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011466.0','1018901.0','663',    '629','253','389793.89',    '590','144','161063.06',    '478','186','228730.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099730.0','1044468.0','480',    '449','166','184599.89',    '391','18','43513.64',    '280','155','141086.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011467.0','1018901.0','3',    '2','2','5752.06',    '2','2','5752.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099731.0','1044468.0','10',    '6','5','11155.84',    '6','5','10799.59',    '2','1','356.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011468.0','1018901.0','79',    '69','40','69785.46',    '59','20','46989.75',    '46','26','22795.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099732.0','1044468.0','1',    '1','1','483.6',    '1','1','483.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003582.0','1018901.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091846.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011469.0','1018901.0','13',    '9','6','15097.69',    '9','6','14897.69',    '5','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099733.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011470.0','1018901.0','2',    '2','1','5400.0',    '2','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099734.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011471.0','1018901.0','8',    '5','4','4542.55',    '4','3','4409.41',    '3','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099735.0','1044468.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011472.0','1018901.0','7',    '6','1','117.68',    '6','1','117.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099736.0','1044468.0','160',    '145','58','47541.9',    '119','2','692.9',    '108','56','46849.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011473.0','1018901.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099737.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011474.0','1018901.0','80',    '67','19','19635.03',    '63','4','5991.54',    '31','17','13643.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099738.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011475.0','1018901.0','1294',    '1170','472','505931.8',    '961','95','159430.12',    '744','408','346501.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099739.0','1044468.0','8',    '8','6','7541.92',    '8','6','7318.81',    '2','1','223.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011476.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099740.0','1044468.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011477.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099741.0','1044468.0','6',    '6','1','6118.0',    '6','1','5943.0',    '4','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011478.0','1018901.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099742.0','1044468.0','1',    '1','1','805.0',    '1','1','805.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003113.0','1018901.0','4',    '3','1','1062.77',    '3','0','0.0',    '2','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091377.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003234.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091498.0','1044468.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011479.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099743.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011480.0','1018901.0','1954',    '1638','735','1566267.56',    '1471','336','921430.38',    '1036','527','644837.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099744.0','1044468.0','31',    '30','14','11566.23',    '28','1','805.0',    '23','14','10761.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011481.0','1018901.0','1',    '1','1','1482.13',    '1','1','1482.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099745.0','1044468.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011482.0','1018901.0','2',    '2','1','1189.65',    '1','1','429.9',    '2','1','759.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099746.0','1044468.0','4',    '4','3','3925.34',    '3','1','2253.4',    '2','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011483.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099747.0','1044468.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011484.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099748.0','1044468.0','1',    '1','1','491.32',    '1','1','491.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011485.0','1018901.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099749.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011486.0','1018901.0','5',    '5','5','20827.33',    '5','4','4441.43',    '5','4','16385.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099750.0','1044468.0','6',    '6','3','4973.91',    '6','3','4600.41',    '4','1','373.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011487.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099751.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011488.0','1018901.0','3',    '2','1','2256.0',    '2','1','967.0',    '1','1','1289.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099752.0','1044468.0','298',    '268','106','97483.5',    '237','10','12052.93',    '171','104','85430.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011489.0','1018901.0','556',    '520','230','411093.49',    '491','144','260128.1',    '369','142','150965.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099753.0','1044468.0','1332',    '1245','507','498989.85',    '1088','79','108998.26',    '803','454','389991.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011490.0','1018901.0','3539',    '3301','1501','1514760.03',    '2960','158','308683.46',    '2160','1414','1206076.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099754.0','1044468.0','1015',    '936','503','1267090.81',    '882','322','646550.38',    '626','360','620540.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011491.0','1018901.0','3',    '3','2','9233.25',    '3','2','9233.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099755.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011492.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099756.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011493.0','1018901.0','1',    '1','1','9693.91',    '1','1','6205.0',    '1','1','3488.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099757.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011494.0','1018901.0','206',    '171','43','67537.66',    '163','19','42790.81',    '61','28','24746.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099758.0','1044468.0','1',    '1','1','2054.26',    '1','1','1865.26',    '1','1','189.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011495.0','1018901.0','1',    '1','1','3470.41',    '1','1','1896.21',    '1','1','1574.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099759.0','1044468.0','3',    '3','3','7896.71',    '3','2','6427.71',    '3','1','1469.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011496.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099760.0','1044468.0','1',    '1','1','1013.12',    '1','1','1013.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011497.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099761.0','1044468.0','2',    '2','1','835.97',    '2','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011498.0','1018901.0','7',    '5','3','1633.86',    '4','3','1481.87',    '3','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099762.0','1044468.0','92',    '84','33','53595.11',    '78','14','31762.78',    '50','23','21832.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011499.0','1018901.0','2953',    '2667','1034','1182302.46',    '2438','261','431773.44',    '1466','850','750529.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099763.0','1044468.0','156',    '148','58','63848.31',    '129','9','19905.76',    '94','54','43942.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011500.0','1018901.0','1',    '1','1','686.93',    '1','1','337.2',    '1','1','349.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099764.0','1044468.0','2',    '2','1','2143.09',    '2','1','810.0',    '2','1','1333.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011501.0','1018901.0','3',    '3','1','1062.77',    '2','0','0.0',    '2','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099765.0','1044468.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011502.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099766.0','1044468.0','1233',    '1015','400','560598.31',    '927','122','228776.81',    '585','325','331821.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011503.0','1018901.0','4',    '4','3','2638.94',    '3','1','967.0',    '3','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099767.0','1044468.0','214',    '181','59','62386.66',    '153','23','29473.24',    '95','42','32913.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011504.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099768.0','1044468.0','1',    '1','1','5399.64',    '1','1','5399.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011505.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099769.0','1044468.0','1',    '1','1','332.05',    '1','0','0.0',    '1','1','332.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011506.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099770.0','1044468.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011507.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099771.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011508.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099772.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011509.0','1018901.0','18',    '17','6','4358.19',    '14','1','554.11',    '13','5','3804.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099773.0','1044468.0','1',    '1','1','557.0',    '1','1','557.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011510.0','1018901.0','509',    '503','235','216183.99',    '462','23','35971.17',    '334','221','180212.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099774.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011511.0','1018901.0','1736',    '1579','775','884935.2',    '1338','180','327779.73',    '1080','658','557155.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099775.0','1044468.0','1',    '1','1','1887.25',    '1','1','1887.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011512.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099776.0','1044468.0','9',    '5','3','3387.72',    '4','3','3387.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011513.0','1018901.0','3',    '3','1','1057.55',    '2','1','221.58',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099777.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011514.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099778.0','1044468.0','12',    '11','11','10561.97',    '11','11','10561.97',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011515.0','1018901.0','4',    '3','3','6516.02',    '3','3','6516.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099779.0','1044468.0','1',    '1','1','1403.21',    '1','1','1403.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011516.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099780.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011517.0','1018901.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099781.0','1044468.0','3',    '3','1','835.97',    '2','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011518.0','1018901.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099782.0','1044468.0','2075',    '1958','1051','1143082.58',    '1669','238','387759.94',    '1468','924','755322.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011519.0','1018901.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099783.0','1044468.0','86',    '77','36','43956.27',    '72','7','18661.33',    '49','31','25294.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011520.0','1018901.0','30',    '28','13','11481.43',    '25','2','2319.3',    '17','12','9162.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099784.0','1044468.0','53',    '49','15','14436.02',    '45','7','7092.26',    '28','10','7343.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011521.0','1018901.0','209',    '193','91','95108.52',    '154','14','20892.27',    '128','82','74216.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099785.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011522.0','1018901.0','3348',    '2990','1511','2619223.79',    '2641','625','1503687.49',    '1945','1110','1115536.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099786.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011523.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099787.0','1044468.0','1630',    '1391','663','1025216.84',    '1287','414','563231.71',    '862','427','461985.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011524.0','1018901.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099788.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011525.0','1018901.0','12',    '8','3','6970.57',    '8','3','6970.57',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099789.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011526.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099790.0','1044468.0','71',    '68','23','19951.61',    '60','1','933.0',    '49','23','19018.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011527.0','1018901.0','2',    '2','1','2083.79',    '2','1','2083.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099791.0','1044468.0','491',    '444','224','259408.03',    '357','60','94965.34',    '319','184','164442.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011528.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099792.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011529.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099793.0','1044468.0','113',    '82','64','383176.39',    '73','56','285848.71',    '44','19','97327.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011530.0','1018901.0','6',    '4','2','1635.84',    '4','2','1635.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099794.0','1044468.0','16',    '9','8','56992.49',    '9','8','21493.27',    '4','4','35499.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011531.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099795.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011532.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099796.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011533.0','1018901.0','6',    '5','4','7923.46',    '4','3','2495.46',    '3','1','5428.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099797.0','1044468.0','1',    '1','1','3404.58',    '1','1','1627.11',    '1','1','1777.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011534.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099798.0','1044468.0','1989',    '1761','363','315921.44',    '1660','78','75907.53',    '691','297','240013.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011535.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099799.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003186.0','1018901.0','91',    '77','30','29458.18',    '68','10','12984.23',    '44','21','16473.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091450.0','1044468.0','1',    '1','1','898.0',    '1','1','898.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011536.0','1018901.0','2',    '2','1','835.97',    '1','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099800.0','1044468.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003223.0','1018901.0','4',    '3','1','3608.35',    '3','1','805.0',    '2','1','2803.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091487.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011537.0','1018901.0','1',    '1','1','805.0',    '1','1','805.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099801.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011538.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099802.0','1044468.0','1',    '1','1','805.0',    '1','1','805.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011539.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099803.0','1044468.0','249',    '191','134','238382.68',    '179','118','191534.14',    '116','44','46848.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011540.0','1018901.0','32',    '25','7','7471.49',    '24','4','2985.42',    '7','4','4486.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099804.0','1044468.0','2',    '1','1','488.81',    '1','1','488.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011541.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099805.0','1044468.0','2',    '2','1','1720.87',    '2','1','1364.62',    '1','1','356.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011542.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099806.0','1044468.0','12',    '7','1','805.0',    '6','1','805.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011543.0','1018901.0','6',    '4','3','4112.59',    '4','3','4112.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099807.0','1044468.0','3',    '2','1','2759.35',    '1','1','706.0',    '2','1','2053.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2003189.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2091453.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011544.0','1018901.0','3',    '3','2','1640.97',    '3','1','805.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099808.0','1044468.0','9',    '8','5','9501.77',    '7','4','9114.15',    '5','1','387.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011545.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099809.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011546.0','1018901.0','1',    '1','1','15577.48',    '1','1','11305.0',    '1','1','4272.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099810.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011547.0','1018901.0','1',    '1','1','601.67',    '1','0','0.0',    '1','1','601.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099811.0','1044468.0','239',    '210','82','132674.36',    '179','36','90612.11',    '111','54','42062.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2003166.0','1018901.0','704',    '671','341','645562.33',    '631','176','405248.83',    '374','218','240313.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2091430.0','1044468.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2003212.0','1018901.0','3',    '3','0','0.0',    '0','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2091476.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011548.0','1018901.0','2',    '2','2','1094.17',    '2','0','0.0',    '2','2','1094.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099812.0','1044468.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011549.0','1018901.0','1054',    '945','438','684032.56',    '799','137','371213.67',    '587','347','312818.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099813.0','1044468.0','85',    '77','24','18631.49',    '71','5','2189.21',    '39','21','16442.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011550.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099814.0','1044468.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011551.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099815.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011552.0','1018901.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099816.0','1044468.0','11',    '9','2','11571.17',    '8','2','6100.85',    '7','2','5470.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011553.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099817.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011554.0','1018901.0','723',    '676','311','303953.48',    '568','35','55392.83',    '488','293','248560.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099818.0','1044468.0','1',    '1','1','5209.88',    '1','1','805.0',    '1','1','4404.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011555.0','1018901.0','1546',    '1426','576','746274.57',    '1285','200','365347.55',    '856','426','380927.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099819.0','1044468.0','4',    '4','3','16611.38',    '4','3','16200.0',    '3','1','411.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011556.0','1018901.0','3',    '3','2','1021.69',    '3','1','798.58',    '3','1','223.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099820.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011557.0','1018901.0','2',    '2','2','1898.74',    '2','0','0.0',    '2','2','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099821.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011558.0','1018901.0','243',    '229','118','149888.95',    '197','20','49114.19',    '146','106','100774.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099822.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011559.0','1018901.0','2',    '2','1','835.97',    '2','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099823.0','1044468.0','10',    '10','4','5552.48',    '10','2','3880.54',    '5','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011560.0','1018901.0','1432',    '1243','546','591715.32',    '1067','103','173085.07',    '817','488','418630.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099824.0','1044468.0','2652',    '2347','1232','2393056.58',    '2166','617','1130655.4',    '1634','953','1262401.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011561.0','1018901.0','1',    '1','1','3504.45',    '1','1','936.27',    '1','1','2568.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099825.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011562.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099826.0','1044468.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011563.0','1018901.0','7',    '6','4','3570.68',    '5','0','0.0',    '5','4','3570.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099827.0','1044468.0','6',    '4','3','3227.88',    '4','3','3227.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011564.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099828.0','1044468.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011565.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099829.0','1044468.0','1',    '1','1','1161.88',    '1','1','1161.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011566.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099830.0','1044468.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011567.0','1018901.0','8',    '7','2','4573.21',    '7','2','3079.2',    '7','1','1494.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099831.0','1044468.0','1',    '1','1','2959.13',    '1','1','2123.16',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011568.0','1018901.0','4',    '4','2','1223.7',    '4','2','1223.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099832.0','1044468.0','2',    '2','1','1062.77',    '2','0','0.0',    '2','1','1062.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011569.0','1018901.0','3',    '2','2','6714.49',    '2','2','6714.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099833.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011570.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099834.0','1044468.0','1527',    '1305','629','675518.12',    '1152','90','177711.32',    '857','574','497806.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011571.0','1018901.0','1',    '1','1','6899.8',    '1','1','2416.54',    '1','1','4483.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099835.0','1044468.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011572.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099836.0','1044468.0','14',    '12','5','9517.18',    '12','5','9517.18',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011573.0','1018901.0','11',    '7','6','7798.74',    '7','5','7198.21',    '4','1','600.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099837.0','1044468.0','5',    '5','4','5017.43',    '5','4','4884.29',    '3','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011574.0','1018901.0','2',    '1','1','593.83',    '1','1','593.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099838.0','1044468.0','277',    '263','74','462472.15',    '251','45','149500.2',    '145','47','312971.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001460.0',    '2011575.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005914.0',    '2099839.0','1044468.0','1',    '1','1','478.2',    '1','1','478.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011576.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099840.0','1044468.0','1',    '1','1','2075.92',    '1','1','2075.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011577.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099841.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011578.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099842.0','1044468.0','1411',    '1234','458','491201.1',    '1130','90','163514.11',    '680','391','327686.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011579.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099843.0','1044468.0','2',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011580.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099844.0','1044468.0','1',    '1','1','811.4',    '1','1','811.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011581.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099845.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011582.0','1018901.0','2039',    '1779','467','771653.04',    '1696','189','435962.53',    '795','332','335690.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099846.0','1044468.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011583.0','1018901.0','19',    '19','9','15705.16',    '16','4','11275.31',    '10','6','4429.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099847.0','1044468.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011584.0','1018901.0','15',    '13','1','5500.0',    '11','0','0.0',    '7','1','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099848.0','1044468.0','1',    '1','1','250.0',    '0','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011585.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099849.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011586.0','1018901.0','152',    '150','100','306839.71',    '136','48','136631.38',    '125','85','170208.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099850.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011587.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099851.0','1044468.0','623',    '539','211','282762.75',    '484','65','108454.66',    '354','171','174308.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011588.0','1018901.0','2305',    '2087','947','1423973.16',    '1873','359','778138.15',    '1311','694','645835.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099852.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001681.0',    '2011589.0','1018901.0','3',    '2','1','226.8',    '0','0','0.0',    '2','1','226.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005917.0',    '2099853.0','1044468.0','2',    '2','2','1505.95',    '1','0','0.0',    '2','2','1505.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011590.0','1018901.0','637',    '593','209','262125.23',    '529','47','117117.62',    '335','173','145007.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099854.0','1044468.0','1',    '1','1','12205.0',    '1','1','12205.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011591.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099855.0','1044468.0','4592',    '4354','1589','1889368.75',    '4097','288','664850.58',    '2467','1411','1224518.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011592.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099856.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011593.0','1018901.0','1',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099857.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011531.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099795.0','1044468.0','954',    '887','415','633448.05',    '789','211','357996.75',    '583','284','275451.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011594.0','1018901.0','11',    '9','6','19026.66',    '8','3','15450.81',    '5','5','3575.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099858.0','1044468.0','260',    '232','86','69204.65',    '188','4','2870.35',    '158','82','66334.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011370.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099634.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011595.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099859.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011596.0','1018901.0','1',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099860.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011597.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099861.0','1044468.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011590.0','1018901.0','6',    '2','2','6876.99',    '2','2','6876.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099854.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011598.0','1018901.0','12',    '12','3','2817.85',    '11','1','1145.91',    '5','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099862.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011599.0','1018901.0','231',    '212','107','195099.66',    '196','51','97789.36',    '144','79','97310.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099863.0','1044468.0','3',    '2','1','835.97',    '2','0','0.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011600.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099864.0','1044468.0','573',    '492','213','232253.01',    '402','38','61868.73',    '310','190','170384.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011601.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099865.0','1044468.0','4',    '4','2','1671.94',    '4','0','0.0',    '2','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011602.0','1018901.0','1',    '1','1','3334.71',    '1','1','2498.74',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099866.0','1044468.0','15',    '12','4','3343.88',    '10','0','0.0',    '8','4','3343.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011603.0','1018901.0','215',    '200','93','80672.4',    '156','13','11591.26',    '143','83','69081.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099867.0','1044468.0','19',    '16','13','49455.97',    '16','13','49455.97',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011604.0','1018901.0','1',    '1','1','2171.64',    '1','1','1879.94',    '1','1','291.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099868.0','1044468.0','5',    '4','2','1477.8',    '4','2','1477.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011440.0','1018901.0','8',    '7','5','15898.79',    '7','5','14714.64',    '4','2','1184.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099704.0','1044468.0','9',    '9','5','14581.94',    '9','3','12910.0',    '6','2','1671.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011605.0','1018901.0','1',    '1','1','1386.32',    '1','1','1386.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099869.0','1044468.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011485.0','1018901.0','8',    '6','4','2125.08',    '5','0','0.0',    '6','4','2125.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099749.0','1044468.0','655',    '615','136','297005.49',    '601','49','92282.96',    '275','114','204722.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011606.0','1018901.0','2102',    '1888','831','1652202.84',    '1757','466','1112888.76',    '1104','514','539314.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099870.0','1044468.0','103',    '88','35','40632.1',    '81','15','12622.61',    '54','26','28009.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011607.0','1018901.0','293',    '275','109','93340.54',    '223','7','8100.45',    '166','103','85240.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099871.0','1044468.0','1',    '1','1','1629.9',    '1','1','1629.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011608.0','1018901.0','7',    '7','3','1898.74',    '6','0','0.0',    '6','3','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099872.0','1044468.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011609.0','1018901.0','10',    '10','7','26617.31',    '10','6','26351.03',    '6','2','266.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099873.0','1044468.0','112',    '97','52','47304.64',    '82','13','13096.85',    '74','42','34207.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011610.0','1018901.0','3',    '2','1','5400.0',    '2','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099874.0','1044468.0','163',    '148','64','52828.57',    '123','11','8982.76',    '106','55','43845.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011611.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099875.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011612.0','1018901.0','7',    '6','5','15316.72',    '6','5','15316.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099876.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011613.0','1018901.0','2',    '2','1','1007.0',    '2','1','1007.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099877.0','1044468.0','2',    '2','1','835.97',    '2','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011614.0','1018901.0','2',    '2','2','4078.39',    '1','1','2517.65',    '2','2','1560.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099878.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011615.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099879.0','1044468.0','8',    '7','4','9505.91',    '5','3','2577.0',    '7','4','6928.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011616.0','1018901.0','1',    '1','1','10932.15',    '1','1','6367.0',    '1','1','4565.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099880.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011524.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099788.0','1044468.0','3',    '3','1','1555.97',    '3','1','720.0',    '2','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011617.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099881.0','1044468.0','65',    '61','18','12771.17',    '50','0','0.0',    '42','18','12771.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011618.0','1018901.0','18',    '15','15','61437.77',    '15','15','60697.6',    '5','2','740.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099882.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011359.0','1018901.0','1',    '1','1','1202.32',    '1','1','1202.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099623.0','1044468.0','107',    '100','55','96625.65',    '87','22','56647.25',    '63','40','39978.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011619.0','1018901.0','1',    '1','1','532.23',    '1','1','532.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099883.0','1044468.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011620.0','1018901.0','600',    '557','299','285521.67',    '446','56','88753.84',    '419','270','196767.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099884.0','1044468.0','1',    '1','1','1398.92',    '1','0','0.0',    '1','1','1398.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011621.0','1018901.0','3224',    '3000','1332','2628651.02',    '2771','580','1732437.65',    '1760','934','896213.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099885.0','1044468.0','1',    '1','1','2577.48',    '1','1','2577.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011622.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099886.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011623.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099887.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011624.0','1018901.0','34',    '25','7','15035.0',    '24','4','11916.8',    '10','4','3118.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099888.0','1044468.0','52',    '44','10','19800.13',    '40','7','11680.96',    '20','6','8119.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011397.0','1018901.0','53',    '53','25','21938.49',    '51','5','3987.66',    '37','23','17950.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099661.0','1044468.0','3',    '2','2','1898.74',    '2','0','0.0',    '2','2','1898.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011625.0','1018901.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099889.0','1044468.0','461',    '430','203','233736.17',    '379','52','79807.48',    '291','171','153928.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011626.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099890.0','1044468.0','105',    '98','51','139753.17',    '92','33','91343.56',    '59','32','48409.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011496.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099760.0','1044468.0','1537',    '1446','547','494043.74',    '1235','71','88228.69',    '881','494','405815.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011627.0','1018901.0','1987',    '1798','909','1955895.24',    '1704','523','1088079.19',    '1198','635','867816.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099891.0','1044468.0','1',    '1','1','703.3',    '1','1','703.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011461.0','1018901.0','2',    '2','1','803.44',    '2','1','803.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099725.0','1044468.0','3',    '3','2','1319.47',    '3','0','0.0',    '3','2','1319.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011628.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099892.0','1044468.0','3',    '3','1','835.97',    '2','0','0.0',    '3','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011505.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099769.0','1044468.0','180',    '166','63','70388.8',    '135','7','25708.53',    '100','60','44680.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011486.0','1018901.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099750.0','1044468.0','78',    '72','26','104847.21',    '68','11','49587.2',    '35','19','55260.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011629.0','1018901.0','1',    '1','1','835.97',    '0','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099893.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011630.0','1018901.0','1',    '1','1','835.97',    '1','0','0.0',    '1','1','835.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099894.0','1044468.0','1806',    '1616','733','1452589.34',    '1437','327','862534.06',    '1010','521','590055.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011631.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099895.0','1044468.0','1155',    '1091','451','581425.26',    '1024','143','185594.08',    '826','380','395831.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011508.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099772.0','1044468.0','68',    '66','37','41606.05',    '58','9','12204.67',    '51','30','29401.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011632.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099896.0','1044468.0','1850',    '1788','1263','4333979.9',    '1724','757','2058568.09',    '1464','1035','2275411.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011633.0','1018901.0','4',    '4','4','8392.25',    '4','4','8392.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099897.0','1044468.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011634.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099898.0','1044468.0','2',    '2','2','2031.18',    '2','2','2031.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011635.0','1018901.0','1',    '1','1','2114.84',    '1','0','0.0',    '1','1','2114.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099899.0','1044468.0','8',    '7','3','11937.87',    '6','2','6309.76',    '2','2','5628.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011636.0','1018901.0','8',    '8','4','3278.98',    '8','1','805.0',    '4','3','2473.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099900.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011637.0','1018901.0','2',    '1','1','1050.96',    '1','1','1050.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099901.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011638.0','1018901.0','1',    '1','1','2730.79',    '1','0','0.0',    '1','1','2730.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099902.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011639.0','1018901.0','1',    '1','1','7266.0',    '1','1','7266.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099903.0','1044468.0','2',    '2','2','3485.78',    '2','2','3352.64',    '1','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011557.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099821.0','1044468.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011509.0','1018901.0','2',    '2','2','4714.4',    '2','2','4714.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099773.0','1044468.0','3',    '2','1','5400.0',    '2','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011640.0','1018901.0','1',    '1','1','838.59',    '1','1','838.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099904.0','1044468.0','1',    '1','1','233.55',    '1','1','233.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011641.0','1018901.0','3',    '2','2','2023.0',    '2','2','2023.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099905.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011642.0','1018901.0','24',    '24','17','14954.87',    '24','15','14425.28',    '16','3','529.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099906.0','1044468.0','1',    '1','1','1360.88',    '1','1','1360.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011643.0','1018901.0','6',    '5','3','5084.36',    '5','3','5084.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099907.0','1044468.0','4',    '4','2','4230.27',    '4','2','4078.28',    '4','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011644.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099908.0','1044468.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011645.0','1018901.0','4',    '1','1','654.59',    '1','1','654.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099909.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011646.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099910.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011647.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099911.0','1044468.0','3',    '3','2','2685.38',    '3','2','2685.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011648.0','1018901.0','22',    '15','10','20891.65',    '15','10','19589.63',    '10','2','1302.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099912.0','1044468.0','1',    '1','1','2605.88',    '1','1','2605.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011503.0','1018901.0','2',    '2','2','6583.96',    '2','2','6583.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099767.0','1044468.0','1',    '1','1','799.0',    '1','1','799.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011649.0','1018901.0','11',    '10','4','4208.03',    '10','4','4208.03',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099913.0','1044468.0','9',    '8','7','18589.56',    '8','7','18059.97',    '5','2','529.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011650.0','1018901.0','17',    '16','15','43017.62',    '16','14','42110.63',    '10','1','906.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099914.0','1044468.0','1',    '1','1','3615.0',    '1','1','3615.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011651.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099915.0','1044468.0','1',    '1','1','77.34',    '1','1','77.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011652.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099916.0','1044468.0','4',    '4','2','2330.65',    '3','2','1943.57',    '2','1','387.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011653.0','1018901.0','2',    '2','1','4268.35',    '2','1','4268.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099917.0','1044468.0','2',    '2','2','2856.88',    '2','2','2856.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011654.0','1018901.0','3',    '3','3','6176.32',    '3','3','6176.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099918.0','1044468.0','1',    '1','1','3236.52',    '1','1','3236.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011655.0','1018901.0','5',    '5','4','7421.43',    '5','4','7117.45',    '4','2','303.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099919.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011656.0','1018901.0','5',    '3','2','2097.46',    '3','2','2097.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099920.0','1044468.0','2',    '2','1','2277.8',    '2','1','2277.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011657.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099921.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011658.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099922.0','1044468.0','2',    '2','1','596.49',    '2','1','596.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011659.0','1018901.0','2',    '2','2','4538.3',    '2','2','4538.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099923.0','1044468.0','6',    '5','3','1305.87',    '5','3','1305.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011660.0','1018901.0','1',    '1','1','3165.81',    '1','1','3165.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099924.0','1044468.0','23',    '20','15','43516.83',    '20','15','37534.54',    '6','1','5982.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011661.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099925.0','1044468.0','6',    '6','6','6455.9',    '6','6','6455.9',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011662.0','1018901.0','32',    '27','19','50738.97',    '26','19','38103.25',    '18','4','12635.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099926.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011663.0','1018901.0','4',    '3','2','1931.98',    '2','2','1931.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099927.0','1044468.0','5',    '5','3','4016.9',    '5','3','4016.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011497.0','1018901.0','2',    '2','1','4759.34',    '2','1','4759.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099761.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011664.0','1018901.0','1',    '1','1','807.03',    '1','1','581.42',    '1','1','225.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099928.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011665.0','1018901.0','10',    '9','8','10032.72',    '9','8','9880.73',    '3','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099929.0','1044468.0','3',    '2','1','1171.51',    '2','1','1171.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011458.0','1018901.0','1',    '1','1','1788.34',    '1','1','1788.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099722.0','1044468.0','32',    '31','25','42795.3',    '31','25','42795.3',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011666.0','1018901.0','20',    '19','17','39385.99',    '19','16','36129.86',    '11','1','3256.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099930.0','1044468.0','1',    '1','1','772.03',    '1','1','772.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011667.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099931.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011451.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099715.0','1044468.0','1',    '1','1','3132.66',    '1','1','3132.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011668.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099932.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011542.0','1018901.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099806.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011669.0','1018901.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099933.0','1044468.0','11',    '10','9','25129.08',    '10','9','22307.69',    '7','1','2821.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011670.0','1018901.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099934.0','1044468.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011567.0','1018901.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099831.0','1044468.0','10',    '10','9','20195.06',    '10','8','18810.94',    '7','3','1384.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011671.0','1018901.0','5',    '3','2','33634.82',    '3','2','22593.0',    '1','1','11041.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099935.0','1044468.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011672.0','1018901.0','1',    '1','1','1399.15',    '1','1','1399.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099936.0','1044468.0','1',    '1','1','1171.94',    '1','1','1171.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011673.0','1018901.0','1',    '1','1','2040.64',    '1','1','1888.65',    '1','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099937.0','1044468.0','6',    '6','3','3753.31',    '6','3','3753.31',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011674.0','1018901.0','5',    '4','4','9442.14',    '4','4','9442.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099938.0','1044468.0','47',    '44','33','47157.97',    '44','31','45721.19',    '30','8','1436.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011675.0','1018901.0','9',    '9','8','16540.67',    '9','8','16540.67',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099939.0','1044468.0','3',    '3','3','6753.32',    '3','3','6753.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011676.0','1018901.0','2',    '2','1','1110.23',    '2','1','1110.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099940.0','1044468.0','8',    '6','5','7278.85',    '6','5','7126.86',    '4','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011677.0','1018901.0','48',    '45','11','44687.6',    '45','7','22621.46',    '20','6','22066.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099941.0','1044468.0','18',    '18','12','13615.21',    '18','12','13463.22',    '8','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011678.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099942.0','1044468.0','6',    '6','6','10646.99',    '6','6','10646.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011536.0','1018901.0','28',    '20','10','127739.6',    '20','10','70276.0',    '9','8','57463.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099800.0','1044468.0','119',    '112','97','255907.82',    '109','95','104378.43',    '63','34','151529.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011679.0','1018901.0','8',    '4','3','9512.76',    '4','3','2481.02',    '2','1','7031.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099943.0','1044468.0','6',    '6','5','5523.67',    '6','5','4734.57',    '4','1','789.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011680.0','1018901.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099944.0','1044468.0','6',    '4','2','2025.89',    '4','2','2025.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011681.0','1018901.0','2',    '1','1','11302.0',    '1','1','11302.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099945.0','1044468.0','6',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011682.0','1018901.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099946.0','1044468.0','2',    '2','1','8252.67',    '2','1','564.0',    '1','1','7688.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011683.0','1018901.0','3',    '1','1','6655.14',    '1','1','361.0',    '1','1','6294.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099947.0','1044468.0','1',    '1','1','16820.73',    '1','1','11353.0',    '1','1','5467.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011684.0','1018901.0','7',    '5','4','36574.94',    '3','2','22550.0',    '3','3','14024.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099948.0','1044468.0','3',    '3','2','1443.94',    '3','2','1443.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011685.0','1018901.0','4',    '4','4','6972.68',    '4','4','5993.84',    '4','2','978.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099949.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011686.0','1018901.0','2',    '2','2','3156.57',    '2','2','3156.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099950.0','1044468.0','5',    '3','3','6819.35',    '3','3','5565.88',    '2','1','1253.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011687.0','1018901.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099951.0','1044468.0','1',    '1','1','6528.0',    '1','1','6528.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011688.0','1018901.0','5',    '5','4','13884.43',    '5','4','13884.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099952.0','1044468.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011689.0','1018901.0','10',    '10','7','9944.99',    '9','7','9944.99',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099953.0','1044468.0','9',    '9','9','34776.95',    '9','9','34247.36',    '7','2','529.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011474.0','1018901.0','4',    '4','2','4361.8',    '4','2','4361.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099738.0','1044468.0','1',    '1','1','520.59',    '1','1','520.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011578.0','1018901.0','2',    '2','1','301.28',    '2','1','301.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099842.0','1044468.0','3',    '3','3','3103.5',    '3','3','3103.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011581.0','1018901.0','4',    '4','3','1181.55',    '4','3','955.94',    '1','1','225.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099845.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011690.0','1018901.0','1',    '1','1','4363.78',    '1','1','4363.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099954.0','1044468.0','5',    '5','2','2273.8',    '5','2','2273.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011408.0','1018901.0','1',    '1','1','294.42',    '1','1','294.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099672.0','1044468.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011691.0','1018901.0','1',    '1','1','257.68',    '1','1','257.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099955.0','1044468.0','1',    '1','1','5039.02',    '1','1','5039.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011692.0','1018901.0','31',    '26','22','47620.1',    '25','21','46938.52',    '15','3','681.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099956.0','1044468.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011693.0','1018901.0','1',    '1','1','588.63',    '1','1','588.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099957.0','1044468.0','13',    '11','9','28613.08',    '11','9','27749.29',    '10','1','863.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011694.0','1018901.0','1',    '1','1','3982.4',    '1','1','3982.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099958.0','1044468.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011695.0','1018901.0','32',    '29','15','79761.95',    '29','15','55031.09',    '21','4','24730.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099959.0','1044468.0','35',    '32','29','37460.13',    '32','28','34785.36',    '21','7','2674.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011696.0','1018901.0','4',    '3','3','11094.24',    '2','2','2051.21',    '2','1','9043.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099960.0','1044468.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011697.0','1018907.0','10',    '9','6','8676.59',    '9','6','8676.59',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099961.0','1044474.0','16',    '13','8','23542.08',    '13','8','15796.08',    '6','1','7746.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001461.0',    '2011698.0','1018907.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005916.0',    '2099962.0','1044474.0','11',    '10','6','16208.43',    '10','6','15830.83',    '2','1','377.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011699.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099963.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011491.0','1018907.0','8',    '2','2','12650.12',    '2','2','12650.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099755.0','1044474.0','4',    '4','3','4119.32',    '4','3','3516.11',    '4','2','603.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011700.0','1018907.0','3',    '2','2','22548.0',    '2','2','22548.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099964.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011478.0','1018907.0','8',    '5','2','12398.72',    '4','2','1080.0',    '3','1','11318.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099742.0','1044474.0','8',    '7','6','4610.78',    '7','6','4610.78',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011466.0','1018907.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099730.0','1044474.0','1',    '1','1','4917.06',    '1','1','4765.07',    '1','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011423.0','1018907.0','1',    '1','1','455.41',    '1','1','455.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099687.0','1044474.0','12',    '12','10','16065.67',    '12','10','16065.67',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011701.0','1018907.0','8',    '7','3','12077.74',    '7','3','10441.16',    '6','2','1636.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099965.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011702.0','1018907.0','8',    '7','7','22538.91',    '7','7','22313.3',    '6','1','225.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099966.0','1044474.0','32',    '28','24','77712.5',    '26','24','76886.47',    '15','2','826.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011703.0','1018907.0','10',    '7','2','12051.0',    '6','1','11451.0',    '5','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099967.0','1044474.0','1',    '1','1','227.19',    '1','1','227.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011704.0','1018907.0','2',    '2','1','192.72',    '2','1','192.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099968.0','1044474.0','3',    '3','2','7795.22',    '3','2','7795.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011705.0','1018907.0','1',    '1','1','1154.55',    '1','1','776.95',    '1','1','377.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099969.0','1044474.0','3',    '2','1','2332.02',    '2','1','2332.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011706.0','1018907.0','34',    '34','27','41516.33',    '34','26','40682.76',    '19','5','833.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099970.0','1044474.0','2',    '2','2','4135.84',    '2','2','3983.85',    '1','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011707.0','1018907.0','2',    '2','2','3515.79',    '2','2','3515.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099971.0','1044474.0','61',    '55','26','157055.6',    '54','26','69078.29',    '38','15','87977.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011708.0','1018907.0','5',    '4','2','29927.97',    '3','2','22655.0',    '3','1','7272.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099972.0','1044474.0','2',    '2','1','11241.0',    '2','1','11241.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011709.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099973.0','1044474.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011710.0','1018907.0','12',    '11','6','9234.46',    '11','6','9234.46',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099974.0','1044474.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011711.0','1018907.0','1',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099975.0','1044474.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011712.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099976.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011713.0','1018907.0','1',    '1','1','1233.44',    '1','1','1233.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099977.0','1044474.0','4',    '4','4','7470.96',    '4','4','7245.35',    '3','1','225.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011714.0','1018907.0','3',    '2','2','1485.36',    '2','2','1485.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099978.0','1044474.0','153',    '139','103','276588.41',    '137','103','250802.87',    '82','21','25785.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011715.0','1018907.0','98',    '76','51','80796.77',    '73','51','74180.9',    '48','7','6615.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099979.0','1044474.0','2',    '2','2','4746.57',    '2','2','4746.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011716.0','1018907.0','54',    '47','40','125900.59',    '46','40','106763.05',    '27','14','19137.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099980.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011379.0','1018907.0','11',    '5','2','5740.93',    '4','2','5740.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099643.0','1044474.0','1',    '1','1','3873.14',    '1','1','3873.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011717.0','1018907.0','18',    '18','15','17006.0',    '18','15','11478.13',    '12','3','5527.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099981.0','1044474.0','7',    '6','6','14840.75',    '6','6','14840.75',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011718.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099982.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011719.0','1018907.0','7',    '5','2','11731.8',    '3','2','11731.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099983.0','1044474.0','6',    '6','3','30468.86',    '6','3','23906.87',    '3','1','6561.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011720.0','1018907.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099984.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011721.0','1018907.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099985.0','1044474.0','1',    '1','1','8270.98',    '1','1','402.0',    '1','1','7868.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011722.0','1018907.0','2',    '2','1','19912.22',    '1','1','11368.0',    '2','1','8544.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2099986.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011723.0','1018907.0','3',    '1','1','91.31',    '1','1','91.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099987.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011724.0','1018907.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099988.0','1044474.0','21',    '14','2','13168.94',    '14','2','1067.0',    '4','1','12101.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011725.0','1018907.0','18',    '10','4','31763.88',    '8','4','17722.57',    '6','2','14041.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099989.0','1044474.0','17',    '17','15','29965.54',    '16','14','29661.56',    '11','2','303.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011726.0','1018907.0','5',    '3','2','29936.14',    '3','2','22482.0',    '1','1','7454.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099990.0','1044474.0','3',    '2','2','4111.45',    '2','2','4111.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011727.0','1018907.0','13',    '11','6','56828.19',    '10','6','36278.5',    '8','3','20549.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099991.0','1044474.0','2',    '2','1','339.21',    '2','1','339.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011728.0','1018907.0','10',    '8','4','5616.15',    '8','4','5464.16',    '4','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099992.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011729.0','1018907.0','3',    '2','2','3384.01',    '2','2','3384.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099993.0','1044474.0','1',    '1','1','1241.01',    '1','1','1241.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011730.0','1018907.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099994.0','1044474.0','5',    '5','5','15019.6',    '5','5','13010.05',    '3','1','2009.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011731.0','1018907.0','5',    '5','3','5253.7',    '5','3','5253.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099995.0','1044474.0','1',    '1','1','3572.06',    '1','1','3572.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011732.0','1018907.0','9',    '7','4','11963.9',    '7','4','11963.9',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099996.0','1044474.0','1',    '1','1','2990.97',    '1','1','2990.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011733.0','1018907.0','9',    '9','5','8497.0',    '9','4','7820.17',    '7','3','676.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099997.0','1044474.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011734.0','1018907.0','5',    '4','4','12374.9',    '4','4','12374.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099998.0','1044474.0','43',    '38','33','151703.86',    '37','32','55527.4',    '26','18','96176.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011735.0','1018907.0','2',    '1','1','4019.78',    '1','1','4019.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2099999.0','1044474.0','57',    '55','47','89398.37',    '55','47','84539.23',    '33','8','4859.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011736.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100000.0','1044474.0','6',    '5','3','53210.79',    '4','3','25636.0',    '5','3','27574.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011737.0','1018907.0','1',    '1','1','341.09',    '1','1','341.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100001.0','1044474.0','1',    '1','1','1208.56',    '1','1','1208.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011738.0','1018907.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100002.0','1044474.0','4',    '3','2','25747.26',    '2','2','11636.0',    '3','2','14111.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011739.0','1018907.0','7',    '5','3','4801.34',    '4','2','4001.36',    '4','1','799.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100003.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011740.0','1018907.0','24',    '14','3','43705.04',    '12','3','22817.0',    '9','2','20888.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100004.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011741.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100005.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011742.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100006.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011743.0','1018907.0','1',    '1','1','7537.27',    '1','1','468.0',    '1','1','7069.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100007.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011744.0','1018907.0','9',    '5','1','26537.25',    '5','1','11512.0',    '3','1','15025.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100008.0','1044474.0','3',    '3','3','10504.05',    '3','3','10504.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011745.0','1018907.0','7',    '4','3','10566.71',    '4','3','1686.0',    '4','1','8880.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100009.0','1044474.0','20',    '20','18','31919.62',    '20','17','30860.44',    '14','6','1059.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011746.0','1018907.0','2',    '1','1','471.24',    '1','1','471.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100010.0','1044474.0','6',    '6','6','14644.12',    '6','6','13567.88',    '4','2','1076.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011747.0','1018907.0','2',    '1','1','6983.42',    '1','1','6983.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100011.0','1044474.0','19',    '18','16','15500.86',    '18','16','15275.25',    '12','1','225.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011748.0','1018907.0','1',    '1','1','265.2',    '1','1','265.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100012.0','1044474.0','1',    '1','1','3042.49',    '1','1','2609.39',    '1','1','433.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011749.0','1018907.0','12',    '11','10','20040.88',    '11','10','20040.88',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100013.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011750.0','1018907.0','14',    '11','4','19271.29',    '11','4','12772.0',    '4','1','6499.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100014.0','1044474.0','24',    '21','16','54588.98',    '21','16','53554.03',    '9','2','1034.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011751.0','1018907.0','11',    '11','8','18191.19',    '10','8','17011.41',    '4','2','1179.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100015.0','1044474.0','44',    '31','23','60504.09',    '31','20','52987.64',    '18','4','7516.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011752.0','1018907.0','5',    '5','5','8950.25',    '5','5','8950.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100016.0','1044474.0','18',    '13','9','14019.25',    '13','8','12382.02',    '8','2','1637.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011753.0','1018907.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100017.0','1044474.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011754.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100018.0','1044474.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011755.0','1018907.0','4',    '4','3','7120.35',    '4','3','7120.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100019.0','1044474.0','1',    '1','1','25051.79',    '1','1','11531.0',    '1','1','13520.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011756.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100020.0','1044474.0','59',    '59','40','124375.71',    '58','39','117824.8',    '31','7','6550.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011757.0','1018907.0','12',    '12','10','43297.84',    '12','10','39819.41',    '11','4','3478.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100021.0','1044474.0','23',    '21','18','65005.58',    '21','18','62561.52',    '12','2','2444.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011758.0','1018907.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100022.0','1044474.0','1',    '1','1','2988.03',    '1','1','2988.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011759.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100023.0','1044474.0','17',    '16','10','17554.07',    '16','9','16946.83',    '6','2','607.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011760.0','1018907.0','5',    '5','3','4404.63',    '5','3','4404.63',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100024.0','1044474.0','24',    '21','16','24642.46',    '21','16','24039.25',    '13','3','603.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011761.0','1018907.0','1',    '1','1','829.09',    '1','1','829.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100025.0','1044474.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011762.0','1018907.0','34',    '18','7','11150.09',    '18','4','7772.4',    '9','5','3377.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100026.0','1044474.0','9',    '7','6','16699.71',    '7','6','16699.71',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011763.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100027.0','1044474.0','35',    '35','27','42746.42',    '35','27','40893.63',    '21','5','1852.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011764.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100028.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011765.0','1018907.0','1',    '1','1','157.48',    '1','1','157.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100029.0','1044474.0','14',    '6','2','25446.17',    '5','2','18332.0',    '5','2','7114.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011766.0','1018907.0','12',    '9','9','15834.11',    '9','9','15834.11',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100030.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011767.0','1018907.0','1',    '1','1','3326.71',    '1','1','3326.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100031.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011768.0','1018907.0','9',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100032.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011769.0','1018907.0','8',    '6','1','19247.69',    '5','1','11471.0',    '2','1','7776.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100033.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011770.0','1018907.0','37',    '28','11','91407.31',    '24','9','42451.39',    '14','8','48955.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100034.0','1044474.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011771.0','1018907.0','1',    '1','1','74.22',    '1','1','74.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100035.0','1044474.0','83',    '78','65','174016.94',    '77','64','145882.76',    '50','16','28134.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011772.0','1018907.0','1',    '1','1','16995.45',    '1','1','10900.0',    '1','1','6095.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100036.0','1044474.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011773.0','1018907.0','86',    '71','24','325986.08',    '67','23','199622.98',    '43','17','126363.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100037.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011774.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100038.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011775.0','1018907.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100039.0','1044474.0','21',    '21','19','82870.65',    '21','19','14110.8',    '18','14','68759.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011776.0','1018907.0','2',    '2','2','1130.72',    '2','1','978.73',    '2','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100040.0','1044474.0','1',    '1','1','3664.82',    '1','1','3664.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011777.0','1018907.0','6',    '6','6','10470.73',    '6','6','10470.73',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100041.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011778.0','1018907.0','1',    '1','1','5282.98',    '1','1','5282.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100042.0','1044474.0','2',    '2','2','1627.79',    '2','2','1627.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011779.0','1018907.0','6',    '6','5','15258.68',    '6','4','14881.08',    '3','1','377.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100043.0','1044474.0','4',    '3','2','5425.24',    '3','2','5425.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011780.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100044.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011781.0','1018907.0','4',    '3','2','5919.82',    '3','2','5919.82',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100045.0','1044474.0','1',    '1','1','2337.49',    '1','1','2337.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011782.0','1018907.0','2',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100046.0','1044474.0','3',    '3','3','6006.59',    '3','2','4877.15',    '2','2','1129.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011783.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100047.0','1044474.0','2',    '2','1','11351.0',    '2','1','11351.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011784.0','1018907.0','12',    '11','9','24963.74',    '11','9','24738.13',    '6','1','225.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100048.0','1044474.0','7',    '7','7','9878.68',    '7','7','9878.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011785.0','1018907.0','7',    '7','5','6638.82',    '7','5','6198.58',    '5','1','440.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100049.0','1044474.0','23',    '22','19','41677.9',    '22','18','37461.94',    '13','6','4215.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011786.0','1018907.0','227',    '221','65','246821.86',    '218','50','130271.97',    '109','41','116549.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100050.0','1044474.0','6',    '4','3','11093.45',    '4','3','11093.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011787.0','1018907.0','5',    '2','1','11325.0',    '2','1','11325.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100051.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011788.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100052.0','1044474.0','8',    '4','3','20575.69',    '3','3','12204.0',    '2','1','8371.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011789.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100053.0','1044474.0','18',    '14','5','75993.02',    '10','5','45891.0',    '11','4','30102.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011790.0','1018907.0','4',    '3','2','23207.39',    '3','2','12948.62',    '1','1','10258.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100054.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011791.0','1018907.0','1',    '1','1','629.0',    '1','1','629.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100055.0','1044474.0','1',    '1','1','2940.98',    '1','1','2940.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011792.0','1018907.0','5',    '5','4','10291.87',    '5','4','10291.87',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100056.0','1044474.0','106',    '96','73','240171.22',    '94','72','207957.06',    '58','18','32214.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011793.0','1018907.0','1',    '1','1','1912.08',    '1','1','1912.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100057.0','1044474.0','1',    '1','1','3628.96',    '1','1','3476.97',    '1','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011794.0','1018907.0','3',    '3','2','2840.78',    '3','2','2840.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100058.0','1044474.0','13',    '11','11','13566.76',    '11','7','8957.12',    '11','5','4609.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011795.0','1018907.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100059.0','1044474.0','1',    '1','1','11420.0',    '1','1','11420.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011796.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100060.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011797.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100061.0','1044474.0','1',    '1','1','25010.91',    '1','1','17353.0',    '1','1','7657.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011798.0','1018907.0','104',    '85','44','420127.84',    '82','43','175301.24',    '58','30','244826.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100062.0','1044474.0','13',    '7','3','19416.0',    '7','3','19416.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011799.0','1018907.0','6',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100063.0','1044474.0','17',    '12','2','32444.45',    '12','2','23838.4',    '6','1','8606.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011800.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100064.0','1044474.0','44',    '35','11','106802.77',    '34','11','50453.2',    '22','5','56349.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011801.0','1018907.0','8',    '6','4','28912.89',    '5','3','21792.96',    '4','2','7119.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100065.0','1044474.0','6',    '4','2','24725.19',    '3','1','11481.0',    '3','2','13244.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011802.0','1018907.0','14',    '13','5','11712.8',    '13','5','11712.8',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100066.0','1044474.0','1',    '1','1','1105.0',    '1','1','1105.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011803.0','1018907.0','8',    '7','4','11531.18',    '7','4','11531.18',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100067.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011804.0','1018907.0','5',    '3','2','8596.02',    '3','2','8596.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100068.0','1044474.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011805.0','1018907.0','10',    '10','8','28262.73',    '9','8','28262.73',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100069.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011806.0','1018907.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100070.0','1044474.0','2',    '2','1','1884.42',    '2','1','1884.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011807.0','1018907.0','37',    '26','9','17360.99',    '25','8','16810.99',    '9','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100071.0','1044474.0','47',    '41','27','128231.93',    '37','24','78388.61',    '24','8','49843.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011808.0','1018907.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100072.0','1044474.0','94',    '77','43','141797.14',    '77','40','118496.49',    '51','11','23300.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011809.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100073.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011810.0','1018907.0','1',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100074.0','1044474.0','1',    '1','1','1098.0',    '1','1','1098.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011811.0','1018907.0','5',    '5','5','30386.37',    '5','2','990.0',    '5','5','29396.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100075.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011812.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100076.0','1044474.0','3',    '1','1','1865.0',    '1','1','1865.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011813.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100077.0','1044474.0','1',    '1','1','1142.14',    '1','1','642.0',    '1','1','500.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011814.0','1018907.0','23',    '15','0','0.0',    '14','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100078.0','1044474.0','1',    '1','1','589.0',    '1','1','589.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011815.0','1018907.0','17',    '17','13','50124.58',    '16','10','38148.81',    '13','5','11975.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100079.0','1044474.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011816.0','1018907.0','4',    '2','1','4682.59',    '2','1','1227.0',    '1','1','3455.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100080.0','1044474.0','7',    '7','4','14395.67',    '7','3','13456.77',    '4','1','938.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011817.0','1018907.0','25',    '20','12','48578.44',    '19','12','45510.99',    '9','2','3067.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100081.0','1044474.0','4',    '4','1','1798.4',    '4','1','1798.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011818.0','1018907.0','30',    '21','7','20406.89',    '21','7','20406.89',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100082.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011819.0','1018907.0','12',    '12','3','3630.69',    '11','2','2935.72',    '6','1','694.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100083.0','1044474.0','7',    '7','3','5782.81',    '7','3','5782.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011820.0','1018907.0','5',    '4','4','7991.43',    '4','4','4949.28',    '4','1','3042.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100084.0','1044474.0','6',    '3','1','528.0',    '3','1','528.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011821.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100085.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011822.0','1018907.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100086.0','1044474.0','243',    '193','93','275421.76',    '179','85','235732.77',    '100','17','39688.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011823.0','1018907.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100087.0','1044474.0','5',    '5','1','528.93',    '5','1','528.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011824.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100088.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011825.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100089.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011826.0','1018907.0','99',    '75','39','490147.22',    '66','38','229552.58',    '57','30','260594.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100090.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011827.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100091.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011828.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100092.0','1044474.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011829.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100093.0','1044474.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011830.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100094.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011831.0','1018907.0','2',    '2','1','5400.0',    '2','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100095.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011832.0','1018907.0','3',    '2','1','443.0',    '2','1','443.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100096.0','1044474.0','3',    '2','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011833.0','1018907.0','59',    '39','20','51650.03',    '35','19','44586.45',    '24','3','7063.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100097.0','1044474.0','46',    '38','20','43365.12',    '38','18','41463.77',    '24','4','1901.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011834.0','1018907.0','97',    '89','55','108117.47',    '89','48','95539.11',    '48','20','12578.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100098.0','1044474.0','5',    '5','2','5013.91',    '5','2','5013.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011835.0','1018907.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100099.0','1044474.0','4',    '2','2','2702.88',    '2','2','2702.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011836.0','1018907.0','115',    '87','51','171776.69',    '82','46','138542.95',    '43','13','33233.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100100.0','1044474.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011837.0','1018907.0','10',    '4','2','14734.38',    '4','2','13354.0',    '2','1','1380.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100101.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011838.0','1018907.0','56',    '53','41','117033.8',    '52','36','84730.37',    '40','17','32303.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100102.0','1044474.0','21',    '15','9','28754.66',    '15','9','28754.66',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011839.0','1018907.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100103.0','1044474.0','23',    '15','5','13660.93',    '14','5','13660.93',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011840.0','1018907.0','5',    '5','2','9160.43',    '5','2','2497.59',    '4','2','6662.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100104.0','1044474.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011841.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100105.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011842.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100106.0','1044474.0','20',    '12','5','10136.55',    '8','3','1002.62',    '9','3','9133.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011843.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100107.0','1044474.0','1',    '1','1','18041.56',    '1','1','11558.0',    '1','1','6483.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011844.0','1018907.0','23',    '20','10','97604.06',    '19','9','49785.08',    '12','6','47818.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100108.0','1044474.0','1',    '1','1','11489.0',    '1','1','11489.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011845.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100109.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011846.0','1018907.0','3',    '2','1','2184.49',    '1','1','2184.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100110.0','1044474.0','1',    '1','1','11631.15',    '1','1','11489.0',    '1','1','142.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011847.0','1018907.0','3',    '2','1','3372.19',    '2','1','3372.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100111.0','1044474.0','1',    '1','1','519.94',    '1','1','519.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011848.0','1018907.0','1',    '1','1','5304.48',    '1','1','589.0',    '1','1','4715.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100112.0','1044474.0','13',    '11','9','106381.08',    '10','9','37237.0',    '8','7','69144.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011849.0','1018907.0','2',    '1','1','15675.44',    '1','1','12030.0',    '1','1','3645.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100113.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011850.0','1018907.0','27',    '24','13','27692.08',    '24','12','27502.09',    '10','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100114.0','1044474.0','9',    '4','1','2877.44',    '4','1','2877.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011851.0','1018907.0','12',    '8','4','8050.41',    '7','4','8050.41',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100115.0','1044474.0','6',    '6','3','7455.67',    '6','3','7455.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011852.0','1018907.0','1',    '1','1','675.36',    '1','1','675.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100116.0','1044474.0','3',    '3','2','8385.09',    '3','2','8385.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011853.0','1018907.0','22',    '19','16','36505.12',    '18','15','35291.12',    '13','5','1214.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100117.0','1044474.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011854.0','1018907.0','3',    '2','1','5400.0',    '2','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100118.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011855.0','1018907.0','5',    '5','1','440.5',    '5','1','440.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100119.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011856.0','1018907.0','14',    '13','8','32835.68',    '13','8','32835.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100120.0','1044474.0','1',    '1','1','709.07',    '1','1','709.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011857.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100121.0','1044474.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011858.0','1018907.0','4',    '4','3','8844.19',    '4','3','8844.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100122.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011859.0','1018907.0','277',    '193','126','443175.15',    '186','117','377711.2',    '111','39','65463.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100123.0','1044474.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011860.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100124.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011861.0','1018907.0','1',    '1','1','369.97',    '1','1','369.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100125.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011862.0','1018907.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100126.0','1044474.0','2',    '1','1','587.96',    '1','1','587.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011863.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100127.0','1044474.0','1',    '1','1','13323.73',    '1','1','1189.1',    '1','1','12134.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011864.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100128.0','1044474.0','16',    '8','2','12606.55',    '7','2','12606.55',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011865.0','1018907.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100129.0','1044474.0','15',    '15','7','82379.81',    '11','3','22940.0',    '10','6','59439.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011866.0','1018907.0','8',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100130.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011867.0','1018907.0','9',    '6','2','21649.13',    '5','2','15685.22',    '4','1','5963.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100131.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011868.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100132.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011869.0','1018907.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100133.0','1044474.0','3',    '3','1','519.13',    '3','1','519.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011870.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100134.0','1044474.0','36',    '31','13','36836.47',    '31','12','31123.97',    '21','3','5712.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011871.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100135.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011872.0','1018907.0','31',    '23','15','171307.09',    '22','14','96663.16',    '16','9','74643.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100136.0','1044474.0','1',    '1','1','3678.62',    '1','0','0.0',    '1','1','3678.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011873.0','1018907.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100137.0','1044474.0','16',    '13','4','3768.54',    '12','4','3768.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011874.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100138.0','1044474.0','15',    '14','4','6421.08',    '14','4','6421.08',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011875.0','1018907.0','10',    '7','3','7140.17',    '7','3','7140.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100139.0','1044474.0','5',    '3','2','10800.0',    '3','2','10800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011876.0','1018907.0','9',    '9','6','22054.2',    '9','6','21888.2',    '4','1','166.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100140.0','1044474.0','19',    '17','2','2678.0',    '16','2','2678.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011877.0','1018907.0','177',    '129','65','165822.41',    '120','53','123888.94',    '63','19','41933.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100141.0','1044474.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011878.0','1018907.0','1',    '1','1','3373.05',    '1','1','3373.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100142.0','1044474.0','44',    '42','8','10086.64',    '41','7','9471.22',    '23','2','615.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011879.0','1018907.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100143.0','1044474.0','4',    '4','2','5747.4',    '4','2','5747.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011880.0','1018907.0','7',    '5','5','11323.76',    '4','3','2590.23',    '4','3','8733.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100144.0','1044474.0','6',    '2','1','1911.64',    '2','1','1911.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011881.0','1018907.0','14',    '8','2','14516.1',    '6','2','11302.0',    '6','1','3214.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100145.0','1044474.0','7',    '6','3','6668.9',    '6','3','6668.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011882.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100146.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2011883.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2100147.0','1044474.0','45',    '42','34','58477.27',    '42','34','38772.0',    '19','6','19705.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011884.0','1018907.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100148.0','1044474.0','2',    '2','1','2410.95',    '2','1','2410.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011885.0','1018907.0','1',    '1','1','21541.75',    '1','1','11548.0',    '1','1','9993.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100149.0','1044474.0','10',    '10','3','46471.05',    '9','3','24994.0',    '5','3','21477.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011886.0','1018907.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100150.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011887.0','1018907.0','1',    '1','1','27200.0',    '0','0','0.0',    '1','1','27200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100151.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011888.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100152.0','1044474.0','23',    '19','13','132570.31',    '19','12','94077.2',    '16','6','38493.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011889.0','1018907.0','2',    '2','2','1376.9',    '2','2','1376.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100153.0','1044474.0','7',    '6','3','12319.25',    '4','3','12319.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011890.0','1018907.0','91',    '81','65','276537.0',    '76','56','196212.61',    '59','41','80324.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100154.0','1044474.0','7',    '6','4','4805.67',    '6','4','4402.96',    '4','2','402.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011891.0','1018907.0','15',    '15','10','33144.02',    '14','9','30269.42',    '10','3','2874.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100155.0','1044474.0','62',    '57','36','99005.23',    '55','25','43218.83',    '35','17','55786.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011892.0','1018907.0','1',    '1','1','6020.0',    '1','1','6020.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100156.0','1044474.0','7',    '6','2','6319.92',    '5','2','6319.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011893.0','1018907.0','320',    '215','91','245583.89',    '195','63','89180.62',    '139','60','156403.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100157.0','1044474.0','3',    '2','2','1853.62',    '2','2','1853.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011894.0','1018907.0','6',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100158.0','1044474.0','3',    '3','1','6246.0',    '3','1','6246.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011895.0','1018907.0','3',    '3','2','3825.46',    '3','2','3825.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100159.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011896.0','1018907.0','10',    '8','1','10353.99',    '7','1','10353.99',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100160.0','1044474.0','5',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011897.0','1018907.0','20',    '11','4','53746.81',    '10','4','34297.85',    '4','2','19448.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100161.0','1044474.0','5',    '4','3','5609.1',    '4','3','5609.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011898.0','1018907.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100162.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011899.0','1018907.0','4',    '4','2','7472.01',    '4','2','7472.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100163.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011900.0','1018907.0','4',    '3','1','25563.37',    '3','1','11421.0',    '2','1','14142.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100164.0','1044474.0','2',    '2','1','10900.0',    '2','1','10900.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011901.0','1018907.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100165.0','1044474.0','6',    '5','4','6002.42',    '5','4','6002.42',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011902.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100166.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011903.0','1018907.0','14',    '9','1','2178.02',    '7','1','2178.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100167.0','1044474.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011904.0','1018907.0','5',    '2','1','5400.0',    '2','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100168.0','1044474.0','1',    '1','1','1308.64',    '1','1','1308.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011905.0','1018907.0','2',    '2','2','5332.02',    '2','2','5332.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100169.0','1044474.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011906.0','1018907.0','11',    '7','2','5025.71',    '7','1','620.0',    '2','1','4405.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100170.0','1044474.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011907.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100171.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011908.0','1018907.0','5',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100172.0','1044474.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011909.0','1018907.0','2',    '2','1','846.0',    '2','1','846.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100173.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011910.0','1018907.0','5',    '2','1','11345.98',    '2','1','396.0',    '2','1','10949.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100174.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011911.0','1018907.0','2',    '2','1','6125.0',    '2','1','6125.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100175.0','1044474.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011912.0','1018907.0','3',    '2','1','3040.8',    '2','1','3040.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100176.0','1044474.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011913.0','1018907.0','5',    '4','3','4025.38',    '4','3','4025.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100177.0','1044474.0','11',    '10','3','7012.03',    '9','3','7012.03',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011914.0','1018907.0','8',    '5','5','25173.4',    '5','5','25173.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100178.0','1044474.0','1',    '1','1','3846.0',    '1','1','3846.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011915.0','1018907.0','53',    '40','23','66735.37',    '39','18','30686.14',    '24','11','36049.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100179.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011916.0','1018907.0','4',    '4','2','34222.93',    '4','2','12214.0',    '3','2','22008.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100180.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011917.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100181.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011918.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100182.0','1044474.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011919.0','1018907.0','5',    '4','3','14741.0',    '4','3','14741.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100183.0','1044474.0','3',    '3','2','2298.08',    '3','2','2298.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011920.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100184.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011921.0','1018907.0','5',    '5','4','7685.06',    '5','4','5178.41',    '4','1','2506.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100185.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011922.0','1018907.0','35',    '24','14','32237.74',    '22','12','22172.74',    '13','3','10065.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100186.0','1044474.0','5',    '5','2','9412.37',    '5','2','9412.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011923.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100187.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011924.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100188.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011925.0','1018907.0','18',    '14','4','51545.69',    '14','3','33493.0',    '6','3','18052.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100189.0','1044474.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011926.0','1018907.0','1',    '1','1','18924.39',    '1','1','6321.0',    '1','1','12603.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100190.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011927.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100191.0','1044474.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011928.0','1018907.0','12',    '7','5','45231.96',    '6','4','44626.0',    '3','1','605.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100192.0','1044474.0','7',    '6','6','53898.16',    '6','6','25864.0',    '4','3','28034.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011929.0','1018907.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100193.0','1044474.0','6',    '3','1','11296.0',    '3','1','11296.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011930.0','1018907.0','2',    '2','2','14427.0',    '2','2','14427.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100194.0','1044474.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011931.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100195.0','1044474.0','7',    '7','1','11686.71',    '4','1','11400.0',    '4','1','286.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011932.0','1018907.0','23',    '16','4','18963.3',    '16','4','18963.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100196.0','1044474.0','1',    '1','1','406.44',    '1','1','406.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011933.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100197.0','1044474.0','1',    '1','1','1905.26',    '1','1','1334.42',    '1','1','570.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011934.0','1018907.0','10',    '8','3','18251.0',    '8','3','18251.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100198.0','1044474.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011935.0','1018907.0','2',    '2','1','8337.06',    '2','1','520.0',    '2','1','7817.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100199.0','1044474.0','29',    '23','11','17487.33',    '21','9','14044.94',    '15','2','3442.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011936.0','1018907.0','4',    '1','1','19480.29',    '1','1','11320.0',    '1','1','8160.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100200.0','1044474.0','1',    '1','1','11426.0',    '1','1','11426.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011937.0','1018907.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100201.0','1044474.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011938.0','1018907.0','20',    '17','13','45940.18',    '17','13','45940.18',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100202.0','1044474.0','5',    '3','3','12930.17',    '3','3','12930.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011939.0','1018907.0','1',    '1','1','3392.28',    '1','1','3392.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100203.0','1044474.0','3',    '3','2','4977.21',    '3','2','4977.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011940.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100204.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011941.0','1018907.0','11',    '11','7','32425.56',    '11','7','31614.14',    '9','1','811.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100205.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011942.0','1018907.0','6',    '4','3','6149.19',    '4','3','6149.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100206.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011943.0','1018907.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100207.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011944.0','1018907.0','19',    '18','11','59057.39',    '17','11','52159.81',    '13','3','6897.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100208.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011945.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100209.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011946.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100210.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011947.0','1018907.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100211.0','1044474.0','21',    '18','6','54212.04',    '17','5','24767.0',    '10','5','29445.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011948.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100212.0','1044474.0','1',    '1','1','27200.0',    '1','1','11875.0',    '1','1','15325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011949.0','1018907.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100213.0','1044474.0','1',    '1','1','8710.83',    '1','1','6383.0',    '1','1','2327.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011950.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100214.0','1044474.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011951.0','1018907.0','18',    '12','8','36702.89',    '11','8','36702.89',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100215.0','1044474.0','1',    '1','1','2344.94',    '1','1','1865.0',    '1','1','479.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2011952.0','1018907.0','1',    '1','1','2214.19',    '1','1','1930.33',    '1','1','283.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100216.0','1044474.0','20',    '18','1','775.64',    '18','1','775.64',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011953.0','1018907.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100217.0','1044474.0','1',    '1','1','2121.92',    '1','1','2121.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011954.0','1018907.0','2',    '1','1','2584.84',    '1','1','2584.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100218.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011955.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100219.0','1044474.0','20',    '14','2','3119.29',    '14','2','3119.29',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011956.0','1018907.0','18',    '13','9','39707.39',    '13','9','32332.04',    '6','3','7375.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100220.0','1044474.0','7',    '3','1','1989.22',    '3','1','1989.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011957.0','1018907.0','2',    '2','1','158.4',    '2','1','158.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100221.0','1044474.0','2',    '2','1','16109.57',    '2','1','15377.77',    '2','1','731.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011958.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100222.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011959.0','1018907.0','9',    '7','1','3894.82',    '6','1','3704.83',    '3','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100223.0','1044474.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011960.0','1018907.0','1',    '1','1','491.06',    '1','1','491.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100224.0','1044474.0','8',    '4','3','9974.74',    '4','3','9974.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011961.0','1018907.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100225.0','1044474.0','13',    '13','3','4657.19',    '13','3','4657.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011962.0','1018907.0','7',    '5','2','1882.16',    '4','2','1882.16',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100226.0','1044474.0','11',    '7','4','6642.22',    '5','4','6139.34',    '5','1','502.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011963.0','1018907.0','1',    '1','1','6312.0',    '1','1','6312.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100227.0','1044474.0','4',    '3','2','1363.6',    '2','2','1363.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011964.0','1018907.0','5',    '4','3','9208.8',    '4','2','6666.86',    '2','1','2541.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100228.0','1044474.0','4',    '3','1','6257.0',    '3','1','6257.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011965.0','1018907.0','7',    '6','4','17654.16',    '6','4','17112.0',    '4','1','542.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100229.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011966.0','1018907.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100230.0','1044474.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011967.0','1018907.0','21',    '18','13','38503.59',    '18','13','34590.83',    '10','1','3912.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100231.0','1044474.0','1',    '1','1','4884.22',    '1','1','4884.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011968.0','1018907.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100232.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011969.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100233.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011970.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100234.0','1044474.0','2',    '2','2','3279.49',    '2','2','3279.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011971.0','1018907.0','49',    '43','12','26591.35',    '42','10','25444.49',    '20','2','1146.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100235.0','1044474.0','52',    '45','26','60259.2',    '44','26','60259.2',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011972.0','1018907.0','60',    '35','17','56331.92',    '33','13','31725.18',    '16','8','24606.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100236.0','1044474.0','8',    '8','3','12266.0',    '8','3','12266.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011973.0','1018907.0','14',    '12','7','20670.49',    '11','7','15830.56',    '8','3','4839.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100237.0','1044474.0','10',    '4','2','6099.75',    '4','2','6099.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011974.0','1018907.0','7',    '3','1','1819.62',    '2','1','1819.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100238.0','1044474.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011975.0','1018907.0','565',    '483','313','1355879.45',    '448','254','896545.02',    '306','146','459334.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100239.0','1044474.0','7',    '5','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011976.0','1018907.0','20',    '16','5','13279.06',    '16','4','8862.11',    '9','2','4416.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100240.0','1044474.0','1',    '1','1','6312.0',    '1','1','6312.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011977.0','1018907.0','14',    '12','5','9269.92',    '10','4','7833.16',    '10','1','1436.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100241.0','1044474.0','170',    '136','85','227742.87',    '127','82','220252.74',    '79','12','7490.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011978.0','1018907.0','61',    '48','23','66668.06',    '47','23','25632.0',    '37','12','41036.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100242.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011979.0','1018907.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100243.0','1044474.0','6',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011980.0','1018907.0','52',    '40','20','50681.58',    '38','20','36884.45',    '17','4','13797.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100244.0','1044474.0','13',    '11','8','18263.89',    '11','8','17956.18',    '3','1','307.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011981.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100245.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011982.0','1018907.0','5',    '5','3','12213.51',    '5','3','6346.72',    '2','1','5866.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100246.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011983.0','1018907.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100247.0','1044474.0','10',    '10','3','2878.76',    '9','3','2878.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011984.0','1018907.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100248.0','1044474.0','100',    '71','37','119219.43',    '63','31','99199.52',    '47','12','20019.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011985.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100249.0','1044474.0','15',    '11','7','28341.08',    '11','7','13918.82',    '7','4','14422.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011986.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100250.0','1044474.0','7',    '6','5','25872.38',    '6','5','25872.38',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011987.0','1018907.0','1',    '1','1','636.23',    '1','1','636.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100251.0','1044474.0','72',    '70','4','7593.92',    '70','2','1454.04',    '26','2','6139.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011988.0','1018907.0','26',    '22','6','14048.09',    '21','5','13898.15',    '11','1','149.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100252.0','1044474.0','3',    '3','2','6191.0',    '3','2','6191.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011989.0','1018907.0','70',    '62','30','168906.52',    '60','28','88270.77',    '41','20','80635.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100253.0','1044474.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011990.0','1018907.0','7',    '4','3','5579.85',    '4','3','5579.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100254.0','1044474.0','4',    '3','2','6081.46',    '2','2','4053.34',    '3','1','2028.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011991.0','1018907.0','11',    '8','3','4335.24',    '8','3','4335.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100255.0','1044474.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011992.0','1018907.0','1',    '1','1','507.53',    '1','1','507.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100256.0','1044474.0','38',    '32','21','71414.38',    '32','19','69135.73',    '15','4','2278.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2011993.0','1018907.0','28',    '26','4','11657.48',    '25','4','10832.6',    '7','1','824.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100257.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2011994.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100258.0','1044474.0','55',    '46','15','34985.6',    '44','12','32685.77',    '20','5','2299.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011995.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100259.0','1044474.0','8',    '5','2','1705.63',    '5','2','1505.64',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011996.0','1018907.0','11',    '9','2','11205.0',    '9','2','11205.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100260.0','1044474.0','41',    '22','14','58563.35',    '19','12','25419.55',    '14','7','33143.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011997.0','1018907.0','8',    '8','1','11310.0',    '8','1','11310.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100261.0','1044474.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011998.0','1018907.0','81',    '64','26','90883.95',    '57','26','74337.11',    '30','5','16546.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100262.0','1044474.0','6',    '5','1','853.92',    '5','1','853.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2011999.0','1018907.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100263.0','1044474.0','12',    '11','6','13746.32',    '11','4','6048.18',    '6','4','7698.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012000.0','1018907.0','7',    '6','3','3423.03',    '5','3','3423.03',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100264.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012001.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100265.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012002.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100266.0','1044474.0','145',    '108','55','180611.25',    '99','48','163816.24',    '58','12','16795.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012003.0','1018907.0','33',    '25','18','72308.82',    '24','18','65712.03',    '12','2','6596.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100267.0','1044474.0','9',    '7','4','16525.87',    '7','4','16359.87',    '3','1','166.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012004.0','1018907.0','2',    '2','2','8948.26',    '2','2','8948.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100268.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012005.0','1018907.0','192',    '157','78','257534.52',    '142','58','103620.31',    '115','50','153914.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100269.0','1044474.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012006.0','1018907.0','8',    '6','4','4269.06',    '6','4','3844.07',    '3','1','424.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100270.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012007.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100271.0','1044474.0','94',    '87','19','54332.97',    '87','7','24907.0',    '46','17','29425.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012008.0','1018907.0','8',    '8','1','727.56',    '8','1','727.56',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100272.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012009.0','1018907.0','6',    '3','1','392.8',    '3','1','392.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100273.0','1044474.0','53',    '39','7','11160.31',    '37','6','10713.61',    '12','1','446.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012010.0','1018907.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100274.0','1044474.0','17',    '15','14','41202.15',    '14','12','37468.57',    '8','3','3733.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012011.0','1018907.0','36',    '28','13','27127.74',    '27','10','18325.67',    '13','5','8802.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100275.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012012.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100276.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012013.0','1018907.0','1',    '1','1','1915.45',    '1','1','1915.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100277.0','1044474.0','56',    '47','30','95086.21',    '43','26','80825.52',    '21','7','14260.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012014.0','1018907.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100278.0','1044474.0','2',    '2','2','4329.54',    '2','2','1838.75',    '2','1','2490.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012015.0','1018907.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100279.0','1044474.0','6',    '6','3','4859.01',    '6','3','4859.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012016.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100280.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012017.0','1018907.0','9',    '8','2','1588.71',    '8','1','888.83',    '2','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100281.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012018.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100282.0','1044474.0','22',    '20','8','24985.17',    '20','5','14856.23',    '13','5','10128.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012019.0','1018907.0','229',    '210','39','47283.98',    '204','31','36517.56',    '68','9','10766.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100283.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012020.0','1018907.0','20',    '18','5','8020.98',    '16','3','7096.0',    '7','3','924.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100284.0','1044474.0','27',    '25','9','46338.97',    '25','9','33447.38',    '16','6','12891.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012021.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100285.0','1044474.0','42',    '37','14','75191.22',    '34','13','37052.69',    '19','5','38138.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012022.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100286.0','1044474.0','6',    '6','2','987.06',    '6','2','987.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012023.0','1018907.0','21',    '21','11','38870.92',    '21','10','11410.43',    '11','5','27460.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100287.0','1044474.0','3',    '2','1','533.43',    '2','1','533.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012024.0','1018907.0','58',    '52','26','100927.3',    '49','20','69107.63',    '29','15','31819.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100288.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012025.0','1018907.0','3',    '2','1','2214.87',    '2','1','2214.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100289.0','1044474.0','5',    '3','1','8152.66',    '3','1','380.0',    '1','1','7772.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012026.0','1018907.0','4',    '4','2','18003.26',    '4','1','5400.0',    '3','1','12603.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100290.0','1044474.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012027.0','1018907.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100291.0','1044474.0','6',    '4','2','29356.55',    '4','2','13955.93',    '3','2','15400.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012028.0','1018907.0','8',    '7','1','388.0',    '7','1','388.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100292.0','1044474.0','5',    '5','3','23377.91',    '5','2','11936.0',    '3','2','11441.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012029.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100293.0','1044474.0','22',    '16','4','20196.82',    '16','2','12244.26',    '6','4','7952.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012030.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100294.0','1044474.0','11',    '10','2','4768.92',    '10','2','4768.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012031.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012032.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100296.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012033.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100297.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012034.0','1018907.0','61',    '56','13','25087.52',    '56','13','25087.52',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100298.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012035.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100299.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012036.0','1018907.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100300.0','1044474.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012037.0','1018907.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100301.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012038.0','1018907.0','3',    '3','1','5440.0',    '2','0','0.0',    '2','1','5440.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100302.0','1044474.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012039.0','1018907.0','4',    '4','2','11603.63',    '4','2','818.0',    '2','2','10785.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100303.0','1044474.0','19',    '13','5','40746.27',    '13','5','26071.07',    '4','2','14675.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012040.0','1018907.0','10',    '10','3','8925.4',    '10','3','4994.17',    '5','1','3931.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100304.0','1044474.0','4',    '3','1','3008.64',    '3','1','3008.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012041.0','1018918.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100305.0','1044485.0','31',    '28','2','9008.13',    '27','1','381.0',    '14','1','8627.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012042.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100306.0','1044485.0','5',    '3','2','5614.0',    '3','1','5400.0',    '3','1','214.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012043.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100307.0','1044485.0','7',    '6','2','2866.81',    '6','2','2866.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012044.0','1018918.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100308.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012045.0','1018918.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100309.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012046.0','1018918.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100310.0','1044485.0','15',    '14','4','14856.73',    '14','3','14666.74',    '5','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012047.0','1018918.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100311.0','1044485.0','15',    '15','2','6367.0',    '15','2','6367.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012048.0','1018918.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100312.0','1044485.0','14',    '12','1','905.0',    '11','1','905.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012049.0','1018918.0','3',    '2','1','735.08',    '2','1','735.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100313.0','1044485.0','1',    '1','1','833.07',    '1','1','354.0',    '1','1','479.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012050.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100314.0','1044485.0','6',    '5','1','464.0',    '5','1','464.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012051.0','1018918.0','9',    '9','2','1009.0',    '9','1','464.0',    '1','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100315.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012052.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100316.0','1044485.0','21',    '21','3','6654.66',    '21','2','6109.66',    '4','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012053.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100317.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012054.0','1018918.0','65',    '52','30','25483.62',    '44','7','7862.82',    '42','26','17620.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100318.0','1044485.0','9',    '9','1','1777.32',    '9','1','1777.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012055.0','1018918.0','10',    '7','5','41408.21',    '7','4','24555.63',    '4','2','16852.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100319.0','1044485.0','8',    '7','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012056.0','1018918.0','7',    '6','2','712.0',    '6','2','712.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100320.0','1044485.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012057.0','1018918.0','8',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100321.0','1044485.0','3',    '1','1','19566.57',    '1','1','11259.0',    '1','1','8307.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001624.0',    '2012058.0','1018918.0','11',    '11','3','1498.36',    '11','1','728.36',    '6','2','770.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005918.0',    '2100322.0','1044485.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012059.0','1018918.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100323.0','1044485.0','97',    '73','20','50505.81',    '68','17','24224.12',    '35','10','26281.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012060.0','1018918.0','11',    '11','3','3808.81',    '11','2','3618.82',    '5','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100324.0','1044485.0','15',    '14','2','6588.0',    '13','1','6043.0',    '8','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012061.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100325.0','1044485.0','41',    '36','18','104038.43',    '33','11','48101.9',    '22','9','55936.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012062.0','1018918.0','1',    '1','1','699.88',    '1','0','0.0',    '1','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100326.0','1044485.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012063.0','1018918.0','7',    '5','2','5122.6',    '5','1','4932.61',    '3','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100327.0','1044485.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012064.0','1018918.0','4',    '4','1','2254.13',    '4','1','386.0',    '2','1','1868.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100328.0','1044485.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012065.0','1018918.0','8',    '8','4','23743.18',    '8','4','6941.0',    '4','3','16802.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100329.0','1044485.0','4',    '4','2','12374.0',    '4','2','8874.0',    '1','1','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012066.0','1018918.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100330.0','1044485.0','1',    '1','1','2176.69',    '1','1','2176.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012067.0','1018918.0','4',    '3','1','2367.44',    '3','1','2367.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100331.0','1044485.0','4',    '4','1','1520.0',    '3','1','1520.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012068.0','1018918.0','21',    '15','5','10649.18',    '14','4','10459.19',    '2','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100332.0','1044485.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012069.0','1018918.0','4',    '4','3','6392.32',    '4','2','5847.32',    '4','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100333.0','1044485.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012070.0','1018918.0','1',    '1','1','1347.7',    '1','1','1347.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100334.0','1044485.0','249',    '219','35','61193.4',    '217','23','51852.49',    '43','15','9340.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012071.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100335.0','1044485.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012072.0','1018918.0','1',    '1','1','968.3',    '1','1','968.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100336.0','1044485.0','33',    '28','14','83559.29',    '28','14','43987.76',    '16','9','39571.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012073.0','1018918.0','1',    '1','1','360.0',    '1','1','360.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100337.0','1044485.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012074.0','1018918.0','12',    '12','5','31459.37',    '12','5','28236.64',    '4','1','3222.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100338.0','1044485.0','20',    '17','3','3237.33',    '17','2','2347.46',    '3','1','889.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012075.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100339.0','1044485.0','5',    '5','2','11321.0',    '5','1','5881.0',    '2','1','5440.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012076.0','1018918.0','1',    '1','1','545.0',    '0','0','0.0',    '1','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100340.0','1044485.0','5',    '5','3','6406.46',    '3','1','756.0',    '4','3','5650.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012077.0','1018918.0','86',    '70','4','14557.24',    '69','4','13957.24',    '13','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100341.0','1044485.0','1',    '1','1','5345.03',    '1','1','5345.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012078.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100342.0','1044485.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012079.0','1018918.0','4',    '4','1','5400.0',    '4','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100343.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012080.0','1018918.0','4',    '4','1','2233.24',    '4','1','388.0',    '1','1','1845.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100344.0','1044485.0','1',    '1','1','4709.68',    '1','1','4709.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012081.0','1018918.0','30',    '27','7','8854.07',    '27','6','7622.34',    '9','2','1231.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100345.0','1044485.0','53',    '45','1','528.82',    '44','1','528.82',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012082.0','1018918.0','24',    '21','9','92757.27',    '21','9','49375.63',    '11','4','43381.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100346.0','1044485.0','10',    '9','4','45418.95',    '8','2','11292.0',    '4','2','34126.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012083.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100347.0','1044485.0','1',    '1','1','4545.48',    '0','0','0.0',    '1','1','4545.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012084.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100348.0','1044485.0','23',    '19','2','3861.72',    '19','1','3686.72',    '5','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012085.0','1018918.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100349.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012086.0','1018918.0','2',    '2','1','1884.99',    '2','1','1884.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100350.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001564.0',    '2012087.0','1018918.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005919.0',    '2100351.0','1044485.0','7',    '7','0','0.0',    '7','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012088.0','1018918.0','6',    '6','3','5254.71',    '6','3','5254.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100352.0','1044485.0','18',    '18','4','23249.88',    '18','3','22550.0',    '6','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012089.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100353.0','1044485.0','9',    '7','2','6797.62',    '7','2','6797.62',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012090.0','1018918.0','3',    '1','1','2858.72',    '1','1','2858.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100354.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012091.0','1018918.0','6',    '6','1','2398.4',    '5','1','2398.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100355.0','1044485.0','33',    '24','4','6774.37',    '23','3','6074.49',    '7','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012092.0','1018918.0','10',    '8','2','12946.06',    '8','2','12946.06',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100356.0','1044485.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012093.0','1018918.0','4',    '2','1','8959.0',    '2','1','659.0',    '2','1','8300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100357.0','1044485.0','3',    '3','1','699.88',    '2','0','0.0',    '1','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012094.0','1018918.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100358.0','1044485.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012095.0','1018918.0','25',    '22','4','9282.76',    '22','3','9092.77',    '10','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100359.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012096.0','1018918.0','1',    '1','1','1068.37',    '1','0','0.0',    '1','1','1068.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100360.0','1044485.0','2',    '2','1','545.0',    '2','0','0.0',    '1','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012097.0','1018918.0','4',    '4','1','22946.61',    '4','1','11372.0',    '1','1','11574.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100361.0','1044485.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012098.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100362.0','1044485.0','2',    '2','1','305.69',    '2','1','305.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012099.0','1018918.0','4',    '3','2','3802.55',    '3','2','3802.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100363.0','1044485.0','12',    '11','3','37506.37',    '11','3','23857.99',    '5','2','13648.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012100.0','1018918.0','9',    '8','1','15468.68',    '8','1','5864.0',    '2','1','9604.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100364.0','1044485.0','12',    '12','6','35266.97',    '11','5','3909.6',    '5','4','31357.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012101.0','1018918.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100365.0','1044485.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012102.0','1018918.0','4',    '4','1','2272.0',    '4','1','2272.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100366.0','1044485.0','42',    '39','13','18748.91',    '38','4','12572.24',    '23','11','6176.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012103.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100367.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012104.0','1018918.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100368.0','1044485.0','116',    '110','28','196215.95',    '103','22','76320.0',    '49','16','119895.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012105.0','1018918.0','2',    '2','1','1440.69',    '2','1','579.0',    '1','1','861.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100369.0','1044485.0','1',    '1','1','572.0',    '1','1','572.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012106.0','1018918.0','113',    '99','32','141079.84',    '97','18','81183.5',    '50','25','59896.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100370.0','1044485.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012107.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100371.0','1044485.0','23',    '22','4','13809.53',    '20','3','1062.0',    '11','4','12747.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012108.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100372.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012109.0','1018918.0','2',    '1','1','417.36',    '1','1','417.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100373.0','1044485.0','1',    '1','1','16857.76',    '1','1','11312.0',    '1','1','5545.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012110.0','1018918.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100374.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012111.0','1018918.0','33',    '28','12','51875.73',    '28','12','37039.39',    '13','6','14836.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100375.0','1044485.0','40',    '35','15','31719.33',    '33','14','28030.28',    '17','2','3689.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012112.0','1018918.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100376.0','1044485.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012113.0','1018918.0','239',    '227','188','386116.61',    '225','174','354153.73',    '138','74','31962.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100377.0','1044485.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012114.0','1018918.0','35',    '29','23','53063.34',    '29','23','50299.53',    '18','8','2763.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100378.0','1044485.0','1',    '1','1','6495.0',    '1','1','6495.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012115.0','1018918.0','18',    '16','11','22442.08',    '16','11','22290.09',    '5','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100379.0','1044485.0','6',    '5','2','27812.71',    '5','2','18556.0',    '2','2','9256.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012116.0','1018918.0','11',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100380.0','1044485.0','1',    '1','1','1584.0',    '1','1','1584.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012117.0','1018918.0','5',    '5','4','8092.24',    '5','4','6312.29',    '2','1','1779.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100381.0','1044485.0','61',    '60','30','106934.0',    '56','23','77282.0',    '26','12','29652.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012118.0','1018918.0','3',    '3','1','89.99',    '3','0','0.0',    '3','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100382.0','1044485.0','13',    '12','4','10950.6',    '12','3','10760.61',    '6','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012119.0','1018918.0','699',    '600','197','395090.08',    '559','106','237729.15',    '346','123','157360.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100383.0','1044485.0','8',    '7','2','7944.0',    '7','2','7944.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012120.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100384.0','1044485.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012121.0','1018918.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100385.0','1044485.0','29',    '25','10','37613.89',    '25','9','27935.99',    '11','4','9677.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012122.0','1018918.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100386.0','1044485.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012123.0','1018918.0','2',    '2','1','15774.26',    '2','1','11493.0',    '1','1','4281.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100387.0','1044485.0','17',    '16','6','6944.68',    '16','4','5744.68',    '5','2','1200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012124.0','1018918.0','6',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100388.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012125.0','1018918.0','8',    '8','3','5221.44',    '8','3','4771.44',    '4','1','450.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100389.0','1044485.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012126.0','1019013.0','16',    '9','4','10615.98',    '6','3','10165.98',    '6','1','450.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100390.0','1044580.0','2',    '2','2','5449.63',    '2','2','4849.63',    '2','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012127.0','1019013.0','197',    '175','151','299042.12',    '173','147','286552.23',    '111','52','12489.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100391.0','1044580.0','26',    '24','11','46892.05',    '24','11','46892.05',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012128.0','1019013.0','7',    '5','1','3582.46',    '5','1','3029.27',    '3','1','553.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100392.0','1044580.0','53',    '51','37','54756.75',    '51','35','52054.81',    '26','13','2701.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012129.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100393.0','1044580.0','3',    '3','3','9015.85',    '3','3','7976.3',    '1','1','1039.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012130.0','1019013.0','630',    '592','507','1003169.69',    '585','491','940065.3',    '353','177','63104.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100394.0','1044580.0','370',    '357','327','668187.56',    '357','320','634289.59',    '245','133','33897.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012131.0','1019013.0','1',    '1','1','151.7',    '1','1','151.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100395.0','1044580.0','28',    '27','11','15524.24',    '24','4','10865.97',    '13','7','4658.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012132.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100396.0','1044580.0','5',    '5','2','10635.88',    '5','1','7310.0',    '2','2','3325.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012133.0','1019013.0','6',    '6','3','1800.0',    '5','0','0.0',    '3','3','1800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100397.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012134.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100398.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012135.0','1019013.0','9',    '6','4','9312.22',    '6','4','9312.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100399.0','1044580.0','11',    '11','3','2312.38',    '11','3','2114.0',    '6','1','198.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012136.0','1019013.0','11',    '9','5','5144.85',    '9','5','5144.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100400.0','1044580.0','2',    '1','1','545.0',    '1','0','0.0',    '1','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012137.0','1019013.0','39',    '38','33','63805.81',    '37','32','61336.89',    '24','14','2468.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100401.0','1044580.0','38',    '38','18','40647.99',    '38','15','38154.05',    '22','6','2493.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012138.0','1019013.0','118',    '104','82','181946.77',    '102','82','174186.82',    '74','35','7759.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100402.0','1044580.0','2',    '2','1','189.99',    '2','0','0.0',    '1','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012139.0','1019013.0','70',    '69','54','103696.66',    '66','49','90797.83',    '44','23','12898.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100403.0','1044580.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012140.0','1019013.0','119',    '112','97','291513.03',    '110','92','238633.58',    '77','53','52879.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100404.0','1044580.0','7',    '3','2','1347.82',    '3','1','161.4',    '2','1','1186.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012141.0','1019013.0','2',    '2','2','2399.35',    '2','1','2220.35',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100405.0','1044580.0','77',    '77','63','120152.84',    '77','63','114792.09',    '54','24','5360.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012142.0','1019013.0','10',    '9','7','23405.42',    '9','7','22343.95',    '5','3','1061.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100406.0','1044580.0','103',    '90','70','182722.58',    '89','62','158901.29',    '63','41','23821.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012143.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100407.0','1044580.0','3',    '3','1','2720.9',    '3','1','2720.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012144.0','1019013.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100408.0','1044580.0','46',    '39','30','70148.04',    '38','26','65319.16',    '23','11','4828.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012145.0','1019013.0','1',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100409.0','1044580.0','2',    '2','2','6052.61',    '2','2','5900.62',    '2','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012146.0','1019013.0','9',    '7','1','103.69',    '6','0','0.0',    '2','1','103.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100410.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012147.0','1019013.0','3',    '3','1','12028.0',    '3','1','12028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100411.0','1044580.0','15',    '14','3','30220.2',    '13','2','12145.0',    '8','3','18075.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012148.0','1019013.0','93',    '70','32','194305.34',    '63','26','121503.63',    '40','21','72801.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100412.0','1044580.0','504',    '433','128','231078.98',    '412','63','122766.36',    '224','91','108312.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012149.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100413.0','1044580.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012150.0','1019013.0','4',    '4','2','7077.45',    '4','2','7077.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100414.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012151.0','1019013.0','1',    '1','1','957.84',    '1','1','957.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100415.0','1044580.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012152.0','1019013.0','2',    '2','1','541.81',    '2','1','541.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100416.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012153.0','1019013.0','337',    '322','263','520787.21',    '316','251','488308.42',    '220','120','32478.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100417.0','1044580.0','227',    '221','203','429793.79',    '219','202','406286.83',    '150','82','23506.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012154.0','1019013.0','1',    '1','1','2193.78',    '1','1','2193.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100418.0','1044580.0','5',    '3','2','3499.47',    '2','2','3499.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012155.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100419.0','1044580.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012156.0','1019013.0','16',    '13','6','7305.69',    '13','5','6705.69',    '5','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100420.0','1044580.0','119',    '107','89','212201.2',    '106','86','201848.3',    '50','18','10352.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012157.0','1019013.0','26',    '21','14','40199.77',    '21','13','31542.21',    '9','4','8657.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100421.0','1044580.0','56',    '48','40','124049.29',    '47','39','111898.57',    '31','17','12150.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012158.0','1019013.0','44',    '31','15','51548.08',    '30','14','43110.92',    '25','8','8437.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100422.0','1044580.0','3',    '3','2','9948.19',    '3','2','9617.2',    '2','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012159.0','1019013.0','1',    '1','1','1287.86',    '1','1','1287.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100423.0','1044580.0','1',    '1','1','408.53',    '1','1','408.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012160.0','1019013.0','1',    '1','1','3815.23',    '1','1','3663.24',    '1','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100424.0','1044580.0','8',    '5','1','699.88',    '5','0','0.0',    '1','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012161.0','1019013.0','2',    '1','1','1771.3',    '1','1','1501.3',    '1','1','270.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100425.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012162.0','1019013.0','5',    '5','5','6156.19',    '5','5','5315.21',    '4','3','840.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100426.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012163.0','1019013.0','2',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100427.0','1044580.0','2',    '2','1','2147.33',    '2','1','2147.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012164.0','1019013.0','1022',    '957','819','1752165.13',    '949','771','1619303.33',    '596','310','132861.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100428.0','1044580.0','23',    '22','21','32804.25',    '22','20','31149.3',    '12','8','1654.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012165.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100429.0','1044580.0','1',    '1','1','2242.99',    '1','1','2063.99',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012166.0','1019013.0','11',    '10','9','20227.04',    '10','8','16773.11',    '9','6','3453.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100430.0','1044580.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012167.0','1019013.0','5',    '4','4','6650.7',    '4','3','6319.71',    '4','2','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100431.0','1044580.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012168.0','1019013.0','21',    '19','14','27065.55',    '18','13','25834.59',    '9','3','1230.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100432.0','1044580.0','201',    '177','44','89027.67',    '174','21','38960.11',    '79','32','50067.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012169.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100433.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012170.0','1019013.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100434.0','1044580.0','1',    '1','1','814.71',    '1','1','215.71',    '1','1','599.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012171.0','1019013.0','4',    '3','1','5828.96',    '2','1','484.0',    '2','1','5344.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100435.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012172.0','1019013.0','1',    '1','1','545.0',    '1','0','0.0',    '1','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100436.0','1044580.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012173.0','1019013.0','4',    '3','1','1383.26',    '3','1','1383.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100437.0','1044580.0','91',    '86','8','8378.97',    '82','3','3527.71',    '24','7','4851.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012174.0','1019013.0','1',    '1','1','764.54',    '1','1','764.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100438.0','1044580.0','77',    '70','34','193095.02',    '69','26','107247.2',    '50','23','85847.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012175.0','1019013.0','20',    '17','12','50703.73',    '17','9','46467.13',    '9','6','4236.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100439.0','1044580.0','14',    '12','2','1529.82',    '12','1','1339.83',    '4','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012176.0','1019013.0','4',    '3','1','5208.9',    '3','1','1205.0',    '2','1','4003.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100440.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012177.0','1019013.0','1',    '1','1','179.0',    '1','0','0.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100441.0','1044580.0','62',    '56','26','77627.99',    '56','21','73773.0',    '20','8','3854.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012178.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100442.0','1044580.0','5',    '2','1','220.62',    '2','1','220.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012179.0','1019013.0','486',    '403','260','598924.28',    '376','185','371654.93',    '303','151','227269.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100443.0','1044580.0','86',    '83','76','177456.74',    '82','74','168402.12',    '49','25','9054.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012180.0','1019013.0','1',    '1','1','3274.06',    '1','1','3274.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100444.0','1044580.0','25',    '23','17','40240.41',    '23','16','38097.47',    '16','10','2142.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012181.0','1019013.0','111',    '107','93','175033.36',    '106','91','165772.44',    '71','37','9260.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100445.0','1044580.0','3',    '3','3','4250.07',    '3','2','4098.08',    '2','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012182.0','1019013.0','11',    '11','9','17545.72',    '11','9','16704.74',    '6','4','840.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100446.0','1044580.0','194',    '189','176','356362.21',    '189','171','336695.37',    '135','75','19666.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012183.0','1019013.0','1',    '1','1','2010.2',    '1','1','2010.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100447.0','1044580.0','58',    '57','56','171513.98',    '57','56','161674.42',    '41','30','9839.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012184.0','1019013.0','10',    '9','8','5433.09',    '3','0','0.0',    '8','8','5433.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100448.0','1044580.0','40',    '38','35','86178.31',    '38','34','81059.06',    '26','16','5119.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012185.0','1019013.0','15',    '12','1','7897.8',    '12','1','6546.0',    '5','1','1351.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100449.0','1044580.0','128',    '116','27','138227.9',    '110','15','36588.68',    '55','20','101639.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012186.0','1019013.0','6',    '6','2','1589.75',    '6','0','0.0',    '4','2','1589.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100450.0','1044580.0','12',    '10','3','3152.41',    '9','2','2213.0',    '4','2','939.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012187.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100451.0','1044580.0','4',    '4','2','8613.0',    '3','1','3213.0',    '1','1','5400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012188.0','1019013.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100452.0','1044580.0','323',    '294','141','674870.35',    '290','111','333114.02',    '169','90','341756.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012189.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100453.0','1044580.0','2',    '2','1','1780.66',    '2','1','583.0',    '2','1','1197.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012190.0','1019013.0','4',    '4','1','12097.16',    '4','1','6856.0',    '2','1','5241.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100454.0','1044580.0','17',    '13','2','6188.66',    '11','1','5400.0',    '3','2','788.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012191.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100455.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012192.0','1019013.0','417',    '364','318','959902.44',    '361','307','841486.62',    '217','109','118415.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100456.0','1044580.0','3',    '2','1','2722.33',    '2','1','2722.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012193.0','1019013.0','218',    '203','172','364270.05',    '198','167','319640.36',    '127','64','44629.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100457.0','1044580.0','6',    '5','3','8366.68',    '4','3','8366.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012194.0','1019013.0','147',    '139','129','287412.41',    '139','126','275719.0',    '97','51','11693.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100458.0','1044580.0','21',    '21','19','33169.26',    '21','17','30722.93',    '15','8','2446.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012195.0','1019013.0','2',    '2','1','568.42',    '2','1','568.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100459.0','1044580.0','102',    '98','82','106163.04',    '98','79','97632.76',    '68','34','8530.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012196.0','1019013.0','20',    '15','10','15453.02',    '15','9','13171.06',    '9','3','2281.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100460.0','1044580.0','3',    '2','2','9518.34',    '2','2','9187.35',    '2','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012197.0','1019013.0','2',    '2','1','359.59',    '2','1','359.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100461.0','1044580.0','6',    '6','2','3583.57',    '6','1','2531.48',    '3','2','1052.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012198.0','1019013.0','10',    '7','7','6118.62',    '7','7','5635.64',    '6','3','482.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100462.0','1044580.0','3',    '2','2','2542.27',    '2','2','2542.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012199.0','1019013.0','67',    '63','52','98374.14',    '63','46','93297.69',    '46','21','5076.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100463.0','1044580.0','2',    '2','1','1128.0',    '2','1','1128.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012200.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100464.0','1044580.0','27',    '22','16','77877.58',    '22','16','53288.24',    '11','7','24589.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012201.0','1019013.0','95',    '84','27','57781.18',    '77','20','49734.77',    '40','11','8046.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100465.0','1044580.0','15',    '14','10','6936.9',    '12','1','1158.86',    '13','9','5778.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012202.0','1019013.0','85',    '81','13','26263.71',    '81','7','16097.66',    '31','8','10166.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100466.0','1044580.0','90',    '73','28','103657.49',    '69','26','65405.98',    '37','14','38251.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012203.0','1019013.0','2',    '1','1','189.99',    '1','0','0.0',    '1','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100467.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012204.0','1019013.0','8',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100468.0','1044580.0','13',    '12','6','16323.83',    '10','4','2886.0',    '8','4','13437.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012205.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100469.0','1044580.0','2',    '2','1','845.0',    '2','1','845.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012206.0','1019013.0','4',    '4','1','1082.0',    '3','1','1082.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100470.0','1044580.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012207.0','1019013.0','10',    '9','0','0.0',    '9','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100471.0','1044580.0','34',    '30','3','1946.58',    '30','2','1346.58',    '3','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012208.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100472.0','1044580.0','25',    '23','7','16563.1',    '23','6','15963.1',    '5','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012209.0','1019013.0','42',    '35','19','48969.57',    '34','14','42253.26',    '18','6','6716.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100473.0','1044580.0','14',    '12','5','8170.11',    '12','5','7570.11',    '3','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012210.0','1019013.0','21',    '14','5','7688.26',    '14','5','7688.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100474.0','1044580.0','8',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012211.0','1019013.0','24',    '8','3','6886.87',    '7','3','6796.88',    '5','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100475.0','1044580.0','17',    '12','6','6671.96',    '12','5','6108.77',    '10','2','563.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012212.0','1019013.0','79',    '69','61','117009.44',    '68','55','107192.52',    '50','28','9816.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100476.0','1044580.0','255',    '220','191','339822.12',    '219','186','318794.25',    '126','61','21027.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012213.0','1019013.0','1',    '1','1','428.92',    '1','1','338.93',    '1','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100477.0','1044580.0','26',    '22','16','31715.42',    '22','15','28952.15',    '13','8','2763.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012214.0','1019013.0','8',    '8','8','16212.45',    '8','8','15269.47',    '8','3','942.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100478.0','1044580.0','37',    '33','27','75035.98',    '30','27','64329.71',    '23','10','10706.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012215.0','1019013.0','112',    '110','94','164223.21',    '109','89','157144.37',    '66','33','7078.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100479.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012216.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100480.0','1044580.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012217.0','1019013.0','2',    '2','2','2852.9',    '2','2','2852.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100481.0','1044580.0','48',    '46','15','72411.06',    '45','14','55504.57',    '18','5','16906.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012218.0','1019013.0','6',    '5','4','13265.59',    '5','4','13086.59',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100482.0','1044580.0','2',    '2','2','3876.48',    '2','1','3564.36',    '1','1','312.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012219.0','1019013.0','5',    '3','2','768.99',    '3','1','579.0',    '2','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100483.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012220.0','1019013.0','37',    '33','8','19280.66',    '33','8','18190.66',    '10','2','1090.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100484.0','1044580.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012221.0','1019013.0','6',    '4','1','699.88',    '4','0','0.0',    '2','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100485.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012222.0','1019013.0','13',    '9','1','1601.83',    '9','1','1001.83',    '4','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100486.0','1044580.0','21',    '16','6','38504.57',    '14','3','18199.0',    '8','5','20305.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012223.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100487.0','1044580.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012224.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100488.0','1044580.0','3',    '3','1','8180.62',    '2','0','0.0',    '1','1','8180.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012225.0','1019013.0','9',    '8','2','6689.99',    '7','0','0.0',    '2','2','6689.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100489.0','1044580.0','17',    '17','11','74946.68',    '17','11','59860.71',    '9','2','15085.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012226.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100490.0','1044580.0','42',    '38','17','49726.72',    '37','14','36905.21',    '20','6','12821.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012227.0','1019013.0','59',    '51','5','11877.56',    '51','5','11877.56',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100491.0','1044580.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012228.0','1019013.0','11',    '10','3','27928.67',    '10','3','17786.8',    '3','1','10141.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100492.0','1044580.0','24',    '20','6','35144.4',    '20','4','24174.47',    '9','3','10969.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012229.0','1019013.0','1',    '1','1','8050.0',    '0','0','0.0',    '1','1','8050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100493.0','1044580.0','14',    '13','12','41300.16',    '13','12','37020.02',    '7','2','4280.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012230.0','1019013.0','10',    '8','3','12543.7',    '8','3','12543.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100494.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012231.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100495.0','1044580.0','1',    '1','1','842.49',    '1','1','842.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012232.0','1019013.0','103',    '97','75','132347.28',    '95','73','122887.81',    '53','21','9459.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100496.0','1044580.0','227',    '203','150','372482.44',    '200','138','324129.18',    '123','53','48353.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012233.0','1019013.0','48',    '45','40','79247.91',    '45','40','74247.07',    '30','19','5000.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100497.0','1044580.0','62',    '58','50','105024.64',    '57','48','99356.8',    '34','21','5667.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012234.0','1019013.0','2',    '2','1','5291.69',    '2','1','5112.69',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100498.0','1044580.0','7',    '7','6','23916.93',    '7','6','22817.95',    '3','2','1098.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012235.0','1019013.0','89',    '85','70','107229.07',    '84','66','98948.03',    '51','26','8281.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100499.0','1044580.0','71',    '70','18','40064.79',    '69','9','24455.87',    '31','12','15608.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012236.0','1019013.0','1',    '1','1','1096.75',    '1','1','944.76',    '1','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100500.0','1044580.0','11',    '10','3','11203.34',    '10','2','10800.0',    '3','2','403.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012237.0','1019013.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100501.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012238.0','1019013.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100502.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012239.0','1019013.0','175',    '168','137','322602.46',    '166','132','283788.78',    '108','59','38813.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100503.0','1044580.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012240.0','1019013.0','165',    '162','136','284570.02',    '161','129','271713.32',    '97','47','12856.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100504.0','1044580.0','4',    '4','2','4124.35',    '4','2','4124.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012241.0','1019013.0','3',    '3','2','12823.82',    '3','2','12823.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100505.0','1044580.0','43',    '39','16','67209.47',    '39','16','55220.27',    '17','4','11989.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012242.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100506.0','1044580.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012243.0','1019013.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100507.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012244.0','1019013.0','3',    '3','1','5864.0',    '3','1','5864.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100508.0','1044580.0','26',    '24','12','41192.8',    '23','7','17423.36',    '20','9','23769.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001643.0',    '2012245.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005922.0',    '2100509.0','1044580.0','30',    '21','4','26095.78',    '20','4','25719.88',    '10','1','375.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012246.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100510.0','1044580.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012247.0','1019013.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100511.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012248.0','1019013.0','14',    '14','0','0.0',    '13','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100512.0','1044580.0','49',    '32','16','31449.76',    '30','14','26674.74',    '13','4','4775.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012249.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100513.0','1044580.0','158',    '141','107','227408.62',    '137','103','194864.72',    '94','30','32543.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001542.0',    '2012250.0','1019013.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005923.0',    '2100514.0','1044580.0','1',    '1','1','1488.72',    '1','1','1488.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012251.0','1019013.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100515.0','1044580.0','93',    '89','77','187327.55',    '87','76','171039.81',    '66','34','16287.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012252.0','1019013.0','60',    '57','48','113233.65',    '56','45','107144.8',    '38','20','6088.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100516.0','1044580.0','14',    '13','11','28151.01',    '13','10','25099.69',    '12','8','3051.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012253.0','1019013.0','1',    '1','1','1100.0',    '1','1','1100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100517.0','1044580.0','3',    '3','2','8003.77',    '3','2','7516.79',    '2','1','486.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012254.0','1019013.0','3',    '3','3','16151.92',    '3','3','13978.08',    '2','2','2173.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100518.0','1044580.0','1',    '1','1','873.61',    '1','1','873.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012255.0','1019013.0','8',    '6','1','589.64',    '6','1','589.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100519.0','1044580.0','2',    '2','2','2940.77',    '2','2','2761.77',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012256.0','1019013.0','7',    '7','3','1489.75',    '5','0','0.0',    '6','3','1489.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100520.0','1044580.0','42',    '39','29','110990.89',    '39','27','79843.78',    '18','9','31147.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012257.0','1019013.0','18',    '15','6','46224.14',    '15','6','44115.15',    '4','1','2108.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100521.0','1044580.0','9',    '9','7','16265.41',    '9','7','14492.44',    '4','3','1772.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012258.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100522.0','1044580.0','110',    '92','66','118521.07',    '89','57','110321.96',    '59','25','8199.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012259.0','1019013.0','27',    '24','2','7000.0',    '23','2','7000.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100523.0','1044580.0','161',    '140','117','251601.44',    '137','105','222473.14',    '83','47','29128.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012260.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100524.0','1044580.0','1',    '1','1','382.1',    '1','1','382.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012261.0','1019013.0','18',    '14','3','2514.44',    '14','2','2045.81',    '3','1','468.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100525.0','1044580.0','1',    '1','1','881.82',    '1','1','702.82',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012262.0','1019013.0','64',    '57','23','93535.37',    '56','20','55586.94',    '24','8','37948.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100526.0','1044580.0','17',    '17','14','35261.35',    '17','14','32895.53',    '10','7','2365.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012263.0','1019013.0','267',    '229','51','62593.97',    '221','33','30115.17',    '58','26','32478.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100527.0','1044580.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012264.0','1019013.0','45',    '32','16','52110.7',    '31','16','52110.7',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100528.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012265.0','1019013.0','283',    '274','226','517176.73',    '272','217','484546.65',    '173','88','32630.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100529.0','1044580.0','14',    '12','3','5352.82',    '12','2','656.05',    '7','3','4696.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012266.0','1019013.0','9',    '8','8','18794.33',    '8','6','17622.36',    '8','5','1171.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100530.0','1044580.0','10',    '8','1','412.0',    '8','1','412.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012267.0','1019013.0','2',    '2','2','7561.51',    '2','2','6105.54',    '2','2','1455.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100531.0','1044580.0','16',    '10','5','2181.0',    '8','4','1636.0',    '6','1','545.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012268.0','1019013.0','23',    '22','17','36348.12',    '22','16','34273.18',    '13','9','2074.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100532.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012269.0','1019013.0','1',    '1','1','1095.32',    '1','1','1095.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100533.0','1044580.0','1',    '1','1','371.0',    '1','1','371.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012270.0','1019013.0','6',    '6','1','9256.66',    '6','1','524.0',    '3','1','8732.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100534.0','1044580.0','6',    '5','2','5783.9',    '5','2','5783.9',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012271.0','1019013.0','11',    '9','4','2966.21',    '7','1','1046.45',    '7','3','1919.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100535.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012272.0','1019013.0','9',    '6','2','4891.94',    '6','2','4891.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100536.0','1044580.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012273.0','1019013.0','29',    '21','21','38102.14',    '21','20','35487.21',    '15','11','2614.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100537.0','1044580.0','4',    '3','1','600.0',    '3','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012274.0','1019013.0','432',    '384','309','715120.02',    '379','299','665999.9',    '227','83','49120.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100538.0','1044580.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012275.0','1019013.0','2',    '2','2','8023.36',    '2','2','7871.37',    '2','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100539.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012276.0','1019013.0','105',    '97','90','211659.13',    '97','85','188062.5',    '62','31','23596.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100540.0','1044580.0','5',    '4','1','1987.74',    '4','1','1987.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012277.0','1019013.0','99',    '98','90','184872.83',    '97','90','175135.99',    '63','35','9736.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100541.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012278.0','1019013.0','17',    '16','13','40543.86',    '16','13','34804.26',    '10','8','5739.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100542.0','1044580.0','1',    '1','1','1058.21',    '1','1','1058.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012279.0','1019013.0','47',    '43','40','68027.97',    '43','34','59668.69',    '25','14','8359.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100543.0','1044580.0','14',    '9','2','1567.38',    '8','1','1046.82',    '3','1','520.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012280.0','1019013.0','5',    '3','3','3708.35',    '3','3','3377.36',    '2','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100544.0','1044580.0','2',    '2','2','3848.36',    '2','2','2962.0',    '1','1','886.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012281.0','1019013.0','263',    '235','160','638454.75',    '230','144','449069.63',    '149','79','189385.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100545.0','1044580.0','1',    '1','1','2871.76',    '1','1','2871.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012282.0','1019013.0','16',    '13','5','30695.04',    '13','5','16857.35',    '8','3','13837.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100546.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012283.0','1019013.0','26',    '22','20','45377.28',    '22','20','43516.32',    '13','9','1860.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100547.0','1044580.0','1',    '1','1','2029.85',    '1','1','2029.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012284.0','1019013.0','5',    '4','4','6292.57',    '4','4','6292.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100548.0','1044580.0','4',    '4','4','8782.98',    '4','4','8603.98',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012285.0','1019013.0','2',    '2','2','4691.8',    '2','2','4691.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100549.0','1044580.0','1',    '1','1','3979.35',    '1','1','3979.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012286.0','1019013.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100550.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012287.0','1019013.0','323',    '270','44','134048.92',    '254','20','21821.13',    '117','36','112227.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100551.0','1044580.0','7',    '4','1','464.0',    '4','1','464.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012288.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100552.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012289.0','1019013.0','290',    '261','83','349782.46',    '260','46','187418.43',    '127','61','162364.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100553.0','1044580.0','3',    '2','1','574.64',    '2','1','574.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012290.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100554.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012291.0','1019013.0','1227',    '1128','613','2123041.33',    '1051','473','1190653.95',    '786','388','932387.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100555.0','1044580.0','21',    '18','7','12859.43',    '14','2','4384.87',    '12','6','8474.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012292.0','1019013.0','6',    '5','1','455.0',    '5','0','0.0',    '2','1','455.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100556.0','1044580.0','8',    '5','2','6953.76',    '5','2','6953.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012293.0','1019013.0','11',    '11','9','68065.38',    '11','9','55280.73',    '7','3','12784.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100557.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012294.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100558.0','1044580.0','4',    '4','4','3350.98',    '4','4','3350.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012295.0','1019013.0','52',    '41','21','76757.09',    '37','20','65658.71',    '21','5','11098.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100559.0','1044580.0','98',    '78','66','93832.78',    '78','58','86181.47',    '41','22','7651.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012296.0','1019013.0','1',    '1','1','6528.0',    '1','1','6528.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100560.0','1044580.0','128',    '116','97','203889.71',    '114','93','180675.96',    '71','41','23213.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012297.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100561.0','1044580.0','548',    '512','439','1252137.96',    '508','424','1159323.29',    '331','192','92814.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012298.0','1019013.0','2',    '2','2','7014.96',    '2','2','7014.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100562.0','1044580.0','2',    '2','2','6064.44',    '2','2','6064.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012299.0','1019013.0','2',    '2','1','3671.9',    '2','1','3519.91',    '1','1','151.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100563.0','1044580.0','1',    '1','1','5369.69',    '1','1','5369.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012300.0','1019013.0','7',    '7','6','13722.09',    '7','6','13391.1',    '6','2','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100564.0','1044580.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012301.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100565.0','1044580.0','1',    '1','1','927.34',    '1','1','927.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012302.0','1019013.0','274',    '237','194','456172.4',    '237','183','378663.43',    '161','95','77508.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100566.0','1044580.0','6',    '4','4','15727.78',    '4','4','15282.5',    '4','2','445.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012303.0','1019013.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100567.0','1044580.0','4',    '4','4','3259.99',    '4','4','2885.05',    '4','1','374.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012304.0','1019013.0','16',    '15','14','43938.98',    '15','14','41281.16',    '9','6','2657.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100568.0','1044580.0','2',    '1','1','271.55',    '1','1','271.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012305.0','1019013.0','3',    '2','1','1903.04',    '2','1','1724.04',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100569.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012306.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100570.0','1044580.0','6',    '5','4','14069.65',    '5','4','12447.68',    '4','2','1621.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012307.0','1019013.0','6',    '6','3','10018.78',    '6','3','9706.64',    '3','1','312.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100571.0','1044580.0','4',    '3','3','3116.59',    '3','3','3116.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012308.0','1019013.0','61',    '56','39','101299.23',    '55','34','87032.27',    '35','18','14266.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100572.0','1044580.0','7',    '7','5','10668.82',    '7','5','10083.82',    '4','2','585.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012309.0','1019013.0','1',    '1','1','3103.38',    '1','1','2924.38',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100573.0','1044580.0','7',    '3','1','190.65',    '3','1','190.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012310.0','1019013.0','11',    '10','5','8820.6',    '10','5','8820.6',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100574.0','1044580.0','43',    '39','33','79075.51',    '39','31','71965.51',    '30','19','7110.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012311.0','1019013.0','4',    '4','2','1028.62',    '4','1','568.62',    '4','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100575.0','1044580.0','2',    '2','1','757.08',    '2','1','757.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012312.0','1019013.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100576.0','1044580.0','1',    '1','1','1900.94',    '1','1','1900.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012313.0','1019013.0','3',    '3','2','9257.03',    '3','2','9257.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100577.0','1044580.0','1',    '1','1','2182.68',    '1','1','2003.68',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012314.0','1019013.0','416',    '388','265','701867.33',    '380','246','602199.34',    '252','109','99667.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100578.0','1044580.0','4',    '3','1','4667.5',    '2','1','4667.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012315.0','1019013.0','2',    '2','1','210.82',    '2','1','210.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100579.0','1044580.0','4',    '4','4','4644.58',    '4','2','4313.59',    '4','2','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012316.0','1019013.0','6',    '5','5','7918.01',    '5','5','7649.02',    '2','1','268.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100580.0','1044580.0','3',    '2','2','5518.76',    '2','2','5518.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012317.0','1019013.0','1',    '1','1','317.85',    '1','1','317.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100581.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012318.0','1019013.0','1',    '1','1','702.97',    '1','1','702.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100582.0','1044580.0','1',    '1','1','6039.0',    '1','1','5400.0',    '1','1','639.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012319.0','1019013.0','7',    '7','6','9566.77',    '7','5','6422.66',    '7','4','3144.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100583.0','1044580.0','1',    '1','1','200.51',    '1','1','200.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012320.0','1019013.0','3',    '2','2','3761.57',    '2','2','3582.57',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100584.0','1044580.0','1',    '1','1','807.71',    '1','1','807.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012321.0','1019013.0','1',    '1','1','4651.07',    '1','1','4517.93',    '1','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100585.0','1044580.0','1',    '1','1','649.01',    '1','1','470.01',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012322.0','1019013.0','1',    '1','1','510.61',    '1','1','510.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100586.0','1044580.0','1',    '1','1','224.37',    '1','1','224.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012323.0','1019013.0','47',    '43','30','61192.45',    '41','30','54176.39',    '28','11','7016.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100587.0','1044580.0','17',    '17','15','23541.89',    '17','14','21714.91',    '15','9','1826.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012324.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100588.0','1044580.0','2',    '2','2','2778.76',    '2','2','2778.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012325.0','1019013.0','13',    '12','11','6947.99',    '12','11','6635.85',    '5','2','312.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100589.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012326.0','1019013.0','7',    '7','7','16150.96',    '7','7','15838.82',    '5','2','312.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100590.0','1044580.0','8',    '8','6','7187.27',    '8','6','6737.28',    '4','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012327.0','1019013.0','2',    '2','2','448.74',    '2','2','448.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100591.0','1044580.0','258',    '252','226','459920.93',    '252','215','412493.46',    '182','112','47427.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012328.0','1019013.0','258',    '236','203','348359.28',    '234','201','313875.6',    '173','71','34483.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100592.0','1044580.0','84',    '80','67','140785.63',    '80','64','133999.52',    '60','29','6786.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012329.0','1019013.0','410',    '383','316','827711.22',    '379','297','759260.61',    '260','134','68450.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100593.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012330.0','1019013.0','12',    '10','7','19252.35',    '9','7','18657.47',    '3','1','594.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100594.0','1044580.0','24',    '20','13','11875.44',    '19','13','11517.44',    '13','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012331.0','1019013.0','30',    '26','19','31873.89',    '25','18','31157.89',    '14','4','716.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100595.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012332.0','1019013.0','4',    '3','3','8773.52',    '3','3','8193.65',    '1','1','579.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100596.0','1044580.0','33',    '30','25','77856.98',    '30','24','71957.24',    '21','4','5899.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012333.0','1019013.0','5',    '4','3','5810.77',    '4','3','5810.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100597.0','1044580.0','4',    '3','3','7174.8',    '3','3','6995.8',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012334.0','1019013.0','39',    '36','31','44944.51',    '35','28','42885.53',    '20','7','2058.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100598.0','1044580.0','19',    '15','10','22460.75',    '15','10','22460.75',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012335.0','1019013.0','2',    '2','2','6643.2',    '2','2','6643.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100599.0','1044580.0','28',    '26','17','20881.72',    '26','16','16991.19',    '21','10','3890.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012336.0','1019013.0','5',    '4','2','944.0',    '4','2','944.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100600.0','1044580.0','1',    '1','1','645.0',    '1','1','645.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012337.0','1019013.0','2',    '1','1','1850.57',    '1','1','1850.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100601.0','1044580.0','144',    '113','95','274468.26',    '110','90','248337.37',    '46','25','26130.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012338.0','1019013.0','204',    '194','173','210136.1',    '191','161','190615.5',    '138','78','19520.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100602.0','1044580.0','4',    '4','4','7110.0',    '4','4','7110.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012339.0','1019013.0','10',    '9','8','14598.82',    '9','8','14061.82',    '6','3','537.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100603.0','1044580.0','63',    '59','50','86808.65',    '59','47','81194.89',    '41','23','5613.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012340.0','1019013.0','77',    '74','66','86154.32',    '72','61','77613.96',    '58','34','8540.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100604.0','1044580.0','1',    '1','1','1263.53',    '1','1','1263.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012341.0','1019013.0','26',    '23','18','17403.16',    '23','18','16509.89',    '13','5','893.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100605.0','1044580.0','35',    '34','30','68818.2',    '34','30','65967.52',    '25','16','2850.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012342.0','1019013.0','11',    '10','6','26389.9',    '10','6','25944.62',    '5','2','445.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100606.0','1044580.0','98',    '85','63','132286.97',    '83','59','116554.3',    '56','37','15732.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012343.0','1019013.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100607.0','1044580.0','5',    '5','4','8661.4',    '5','4','6588.9',    '5','2','2072.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012344.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100608.0','1044580.0','46',    '45','41','70913.16',    '45','39','67348.21',    '30','19','3564.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012345.0','1019013.0','3',    '3','3','4403.93',    '3','3','4270.79',    '1','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100609.0','1044580.0','13',    '13','12','26982.65',    '13','12','22050.77',    '11','6','4931.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012346.0','1019013.0','179',    '171','164','334078.98',    '171','161','303966.84',    '125','81','30112.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100610.0','1044580.0','2',    '1','1','348.2',    '1','1','348.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012347.0','1019013.0','4',    '4','3','3082.35',    '3','3','3082.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100611.0','1044580.0','38',    '33','31','123622.04',    '32','30','103370.64',    '27','13','20251.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012348.0','1019013.0','4',    '2','2','2250.51',    '2','2','2250.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100612.0','1044580.0','4',    '4','2','2569.38',    '4','2','2569.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012349.0','1019013.0','1',    '1','1','873.58',    '1','1','873.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100613.0','1044580.0','23',    '21','14','32005.34',    '21','14','30476.56',    '11','2','1528.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012350.0','1019013.0','1',    '1','1','565.24',    '1','1','386.24',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100614.0','1044580.0','14',    '14','13','38491.47',    '14','13','37654.47',    '11','4','837.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012351.0','1019013.0','232',    '221','188','390215.12',    '218','176','362976.51',    '152','94','27238.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100615.0','1044580.0','3',    '3','2','2102.94',    '3','2','1923.94',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012352.0','1019013.0','41',    '37','34','68153.74',    '37','32','65928.35',    '23','8','2225.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100616.0','1044580.0','1',    '1','1','830.25',    '1','1','830.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012353.0','1019013.0','8',    '5','5','9729.29',    '5','5','8971.87',    '4','3','757.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100617.0','1044580.0','25',    '24','19','56564.5',    '23','19','54327.54',    '11','8','2236.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012354.0','1019013.0','80',    '71','36','85823.8',    '69','31','72482.97',    '40','12','13340.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100618.0','1044580.0','1',    '1','1','6192.0',    '1','1','6192.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012355.0','1019013.0','164',    '129','65','106837.95',    '125','63','97960.56',    '77','10','8877.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100619.0','1044580.0','155',    '150','126','197692.03',    '149','121','183603.77',    '106','65','14088.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012356.0','1019013.0','86',    '72','54','108582.78',    '71','40','89492.95',    '44','30','19089.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100620.0','1044580.0','6',    '5','4','8581.82',    '5','3','7831.82',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012357.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100621.0','1044580.0','1',    '1','1','974.08',    '1','1','974.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012358.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100622.0','1044580.0','5',    '4','4','4319.22',    '3','3','3440.34',    '3','2','878.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012359.0','1019013.0','2',    '2','1','823.0',    '2','1','823.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100623.0','1044580.0','17',    '15','15','27733.44',    '15','13','25697.4',    '10','8','2036.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012360.0','1019013.0','144',    '130','75','204795.88',    '128','60','179257.32',    '82','31','25538.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100624.0','1044580.0','14',    '11','9','10073.53',    '11','9','8435.02',    '9','6','1638.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012361.0','1019013.0','4',    '4','4','8677.16',    '4','4','8186.02',    '2','2','491.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100625.0','1044580.0','27',    '26','22','34488.4',    '26','22','30291.88',    '19','7','4196.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012362.0','1019013.0','117',    '114','99','158356.65',    '114','96','151035.01',    '86','39','7321.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100626.0','1044580.0','8',    '8','6','9043.95',    '8','6','8585.81',    '5','2','458.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012363.0','1019013.0','3',    '3','2','4183.1',    '3','1','3754.46',    '3','2','428.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100627.0','1044580.0','40',    '39','35','79158.88',    '39','34','70893.63',    '25','15','8265.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012364.0','1019013.0','2',    '2','2','3998.44',    '2','2','3698.56',    '1','1','299.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100628.0','1044580.0','28',    '23','14','15349.7',    '22','13','14616.76',    '13','3','732.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012365.0','1019013.0','98',    '90','83','211095.28',    '89','81','187546.23',    '65','38','23549.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100629.0','1044580.0','48',    '41','21','36152.36',    '41','20','34574.5',    '21','4','1577.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012366.0','1019013.0','1',    '1','1','573.94',    '1','1','573.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100630.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012367.0','1019013.0','8',    '8','6','10502.63',    '8','6','8692.85',    '5','1','1809.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100631.0','1044580.0','27',    '24','23','37606.57',    '24','21','36399.59',    '15','5','1206.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012368.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100632.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012369.0','1019013.0','2',    '1','1','247.36',    '1','1','247.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100633.0','1044580.0','7',    '7','7','18332.4',    '7','7','16882.72',    '5','4','1449.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012370.0','1019013.0','2',    '2','2','832.92',    '2','2','832.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100634.0','1044580.0','94',    '88','60','130558.7',    '84','55','124110.18',    '46','19','6448.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012371.0','1019013.0','4',    '4','2','1850.85',    '4','1','1671.85',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100635.0','1044580.0','16',    '15','11','28377.03',    '14','9','22462.1',    '9','3','5914.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012372.0','1019013.0','7',    '7','7','9522.45',    '7','7','8765.03',    '5','3','757.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100636.0','1044580.0','1',    '1','1','2699.57',    '1','1','2699.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012373.0','1019013.0','12',    '10','8','18053.15',    '10','8','16728.99',    '8','4','1324.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100637.0','1044580.0','1',    '1','1','1092.8',    '1','1','1092.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012374.0','1019013.0','40',    '37','30','44591.42',    '36','27','41945.39',    '26','7','2646.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100638.0','1044580.0','44',    '42','38','102502.78',    '42','36','85847.89',    '31','17','16654.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012375.0','1019013.0','158',    '144','117','223994.24',    '144','113','212900.4',    '90','42','11093.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100639.0','1044580.0','56',    '49','42','88433.28',    '49','41','83721.3',    '34','18','4711.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012376.0','1019013.0','3',    '3','2','14168.28',    '3','2','13924.34',    '2','1','243.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100640.0','1044580.0','35',    '31','28','61505.39',    '31','27','60073.39',    '16','8','1432.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012377.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100641.0','1044580.0','16',    '14','14','39078.25',    '14','13','38473.38',    '7','2','604.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012378.0','1019013.0','88',    '87','76','164680.19',    '87','74','157230.25',    '66','39','7449.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100642.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012379.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100643.0','1044580.0','29',    '26','25','71346.62',    '26','23','64743.86',    '16','14','6602.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012380.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100644.0','1044580.0','5',    '5','5','8975.87',    '5','5','8515.87',    '4','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012381.0','1019013.0','2',    '2','2','10891.9',    '2','2','9756.79',    '2','2','1135.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100645.0','1044580.0','2',    '2','2','1362.21',    '2','2','1113.24',    '2','1','248.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012382.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100646.0','1044580.0','1',    '1','1','672.18',    '1','1','672.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012383.0','1019013.0','1',    '1','1','492.4',    '1','1','492.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100647.0','1044580.0','2',    '2','2','3426.51',    '2','2','3426.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012384.0','1019013.0','8',    '6','4','4235.48',    '6','4','3744.34',    '4','2','491.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100648.0','1044580.0','1',    '1','1','133.14',    '1','0','0.0',    '1','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012385.0','1019013.0','2',    '2','1','133.14',    '1','0','0.0',    '2','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100649.0','1044580.0','1',    '1','1','2775.32',    '1','1','2775.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012386.0','1019013.0','28',    '25','20','33591.16',    '25','20','32535.39',    '20','6','1055.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100650.0','1044580.0','10',    '6','4','6311.49',    '5','3','6132.49',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012387.0','1019013.0','99',    '94','82','142200.63',    '94','75','133645.01',    '60','32','8555.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100651.0','1044580.0','4',    '4','3','2471.42',    '4','3','2292.42',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012388.0','1019013.0','46',    '39','23','44907.46',    '37','21','36449.46',    '20','5','8458.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100652.0','1044580.0','21',    '16','14','28891.52',    '16','14','25587.82',    '10','6','3303.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012389.0','1019013.0','39',    '38','34','95537.45',    '38','34','91657.47',    '26','13','3879.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100653.0','1044580.0','9',    '9','6','12324.44',    '9','6','11714.5',    '5','1','609.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012390.0','1019013.0','13',    '11','11','21665.79',    '11','11','20387.81',    '5','3','1277.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100654.0','1044580.0','6',    '6','3','2710.99',    '6','3','2710.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012391.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100655.0','1044580.0','6',    '5','4','19539.64',    '5','4','19539.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012392.0','1019013.0','4',    '4','4','13504.2',    '4','4','11928.79',    '2','2','1575.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100656.0','1044580.0','100',    '78','57','74388.08',    '76','49','67621.14',    '42','17','6766.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012393.0','1019013.0','1',    '1','1','1126.64',    '1','1','1126.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100657.0','1044580.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012394.0','1019013.0','2',    '2','2','5758.28',    '2','2','5758.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100658.0','1044580.0','6',    '6','6','12698.0',    '6','6','12564.86',    '1','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012395.0','1019013.0','20',    '18','17','34918.13',    '18','16','31972.3',    '15','3','2945.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100659.0','1044580.0','1',    '1','1','1042.0',    '1','1','1042.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012396.0','1019013.0','35',    '30','27','48615.96',    '30','27','47206.63',    '16','8','1409.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100660.0','1044580.0','7',    '6','5','12670.32',    '6','5','12580.33',    '4','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012397.0','1019013.0','10',    '9','6','8568.45',    '9','6','8239.51',    '8','2','328.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100661.0','1044580.0','11',    '10','9','19441.81',    '10','9','18533.81',    '5','3','908.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012398.0','1019013.0','5',    '5','5','6540.43',    '5','5','6361.43',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100662.0','1044580.0','29',    '19','12','18034.14',    '19','12','16577.16',    '11','3','1456.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012399.0','1019013.0','2',    '1','1','2047.74',    '1','1','2047.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100663.0','1044580.0','1',    '1','1','3035.66',    '1','1','3035.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012400.0','1019013.0','16',    '12','10','21604.19',    '12','8','14896.25',    '5','3','6707.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100664.0','1044580.0','1',    '1','1','1665.1',    '1','1','1665.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012401.0','1019013.0','1',    '1','1','1428.29',    '1','1','1428.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100665.0','1044580.0','4',    '4','3','7024.32',    '4','3','7024.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012402.0','1019013.0','6',    '5','4','12936.27',    '4','4','7776.0',    '3','2','5160.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100666.0','1044580.0','124',    '114','81','183316.43',    '110','74','168670.84',    '80','33','14645.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012403.0','1019013.0','1',    '1','1','5230.9',    '1','1','5230.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100667.0','1044580.0','1',    '1','1','1164.95',    '1','0','0.0',    '1','1','1164.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012404.0','1019013.0','3',    '2','2','1979.91',    '2','2','1979.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100668.0','1044580.0','12',    '12','12','26893.04',    '12','12','26759.9',    '9','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012405.0','1019013.0','13',    '12','10','31667.39',    '12','8','19353.0',    '9','6','12314.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100669.0','1044580.0','11',    '9','5','13300.68',    '9','5','12201.7',    '6','2','1098.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012406.0','1019013.0','19',    '16','8','16570.27',    '15','8','16391.27',    '12','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100670.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012407.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100671.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012408.0','1019013.0','7',    '7','7','12749.56',    '7','7','12420.56',    '4','2','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100672.0','1044580.0','16',    '15','14','29139.42',    '15','14','28152.54',    '8','5','986.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012409.0','1019013.0','30',    '28','26','71810.43',    '28','26','65022.74',    '16','9','6787.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100673.0','1044580.0','78',    '68','59','148577.69',    '67','57','126224.02',    '46','25','22353.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012410.0','1019013.0','12',    '10','6','13064.31',    '8','6','12735.31',    '6','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100674.0','1044580.0','1',    '1','1','3143.7',    '1','1','3143.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012411.0','1019013.0','3',    '2','2','3279.19',    '2','2','3100.19',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100675.0','1044580.0','26',    '22','17','31607.52',    '22','17','29199.73',    '10','6','2407.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012412.0','1019013.0','90',    '68','58','118351.03',    '66','53','104188.23',    '38','27','14162.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100676.0','1044580.0','6',    '6','6','20003.15',    '6','6','19736.92',    '1','1','266.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012413.0','1019013.0','8',    '8','4','6523.57',    '8','3','4893.22',    '6','3','1630.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100677.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012414.0','1019013.0','4',    '3','2','5062.22',    '3','2','4912.22',    '2','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100678.0','1044580.0','5',    '5','2','3634.9',    '5','1','2589.91',    '3','1','1044.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012415.0','1019013.0','1',    '1','1','1440.74',    '1','1','1261.74',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100679.0','1044580.0','3',    '3','2','1302.47',    '3','2','1136.05',    '1','1','166.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012416.0','1019013.0','11',    '11','10','20288.21',    '11','10','19359.21',    '8','2','929.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100680.0','1044580.0','1',    '1','1','3453.76',    '1','1','3453.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012417.0','1019013.0','1',    '1','1','2813.48',    '1','0','0.0',    '1','1','2813.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100681.0','1044580.0','1',    '1','1','1823.5',    '1','1','1823.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012418.0','1019013.0','7',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100682.0','1044580.0','108',    '89','78','164117.38',    '89','75','158572.69',    '50','22','5544.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012419.0','1019013.0','89',    '57','18','49001.08',    '53','18','40874.49',    '33','6','8126.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100683.0','1044580.0','2',    '1','1','569.0',    '1','1','534.0',    '1','1','35.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012420.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100684.0','1044580.0','102',    '87','50','60489.31',    '84','39','52446.1',    '55','19','8043.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012421.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100685.0','1044580.0','1',    '1','1','1188.67',    '1','1','1188.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012422.0','1019013.0','1',    '1','1','1639.44',    '1','1','1639.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100686.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012423.0','1019013.0','1',    '1','1','832.5',    '1','1','832.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100687.0','1044580.0','12',    '12','10','35051.63',    '12','10','30478.11',    '6','2','4573.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012424.0','1019013.0','4',    '3','2','4010.6',    '3','2','4010.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100688.0','1044580.0','4',    '4','4','12568.82',    '4','4','12389.82',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012425.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100689.0','1044580.0','32',    '22','18','35174.5',    '21','16','32385.65',    '9','7','2788.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012426.0','1019013.0','1',    '1','1','1032.86',    '1','1','853.86',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100690.0','1044580.0','78',    '61','46','106336.79',    '61','43','102276.17',    '31','6','4060.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012427.0','1019013.0','3',    '3','2','5671.12',    '3','2','5671.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100691.0','1044580.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012428.0','1019013.0','2',    '2','2','9938.38',    '2','2','1683.4',    '1','1','8254.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100692.0','1044580.0','2',    '2','2','5180.09',    '2','2','5001.09',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012429.0','1019013.0','3',    '2','2','9622.07',    '2','1','5400.0',    '2','2','4222.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100693.0','1044580.0','4',    '4','2','8592.44',    '4','2','8413.44',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012430.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100694.0','1044580.0','30',    '27','24','30765.53',    '27','23','26548.79',    '16','9','4216.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012431.0','1019013.0','1',    '1','1','2953.28',    '1','1','2953.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100695.0','1044580.0','21',    '20','19','50061.74',    '20','19','49524.74',    '10','3','537.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012432.0','1019013.0','4',    '2','2','1036.28',    '2','1','728.32',    '1','1','307.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100696.0','1044580.0','2',    '1','1','2589.44',    '1','1','2589.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012433.0','1019013.0','7',    '6','6','14964.7',    '6','5','14480.72',    '3','2','483.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100697.0','1044580.0','1',    '1','1','225.92',    '1','1','225.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012434.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100698.0','1044580.0','15',    '14','9','23671.6',    '14','9','22743.53',    '7','3','928.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012435.0','1019013.0','4',    '2','1','749.44',    '2','1','749.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100699.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012436.0','1019013.0','3',    '3','2','1132.97',    '3','1','584.0',    '2','1','548.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100700.0','1044580.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012437.0','1019013.0','2',    '2','1','1428.66',    '2','1','1428.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100701.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012438.0','1019013.0','9',    '9','6','20628.18',    '9','6','20120.18',    '7','2','508.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100702.0','1044580.0','70',    '61','53','129364.67',    '59','52','116115.26',    '37','20','13249.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012439.0','1019013.0','3',    '3','2','6681.67',    '3','2','6681.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100703.0','1044580.0','69',    '63','55','125035.94',    '62','50','108466.33',    '36','17','16569.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012440.0','1019013.0','62',    '54','30','57052.74',    '50','26','47182.89',    '30','10','9869.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100704.0','1044580.0','4',    '4','3','3175.81',    '4','2','2906.82',    '2','2','268.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012441.0','1019013.0','103',    '98','66','118885.96',    '89','62','112120.45',    '65','14','6765.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100705.0','1044580.0','5',    '4','4','5438.42',    '4','4','5130.28',    '4','2','308.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012442.0','1019013.0','10',    '6','5','14568.92',    '6','5','14059.93',    '5','3','508.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100706.0','1044580.0','1',    '1','1','903.74',    '1','1','903.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012443.0','1019013.0','4',    '4','4','12448.8',    '4','4','12119.8',    '2','2','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100707.0','1044580.0','29',    '24','20','34187.81',    '23','20','33297.25',    '14','5','890.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012444.0','1019013.0','1',    '1','1','3848.94',    '1','1','3429.95',    '1','1','418.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100708.0','1044580.0','9',    '8','1','657.28',    '8','1','657.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012445.0','1019013.0','4',    '3','3','9882.12',    '3','2','9553.12',    '2','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100709.0','1044580.0','1',    '1','1','1525.63',    '1','1','1525.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012446.0','1019013.0','1',    '1','1','1084.75',    '1','1','1084.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100710.0','1044580.0','17',    '14','11','12640.29',    '13','10','11297.42',    '6','4','1342.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012447.0','1019013.0','29',    '23','15','40066.58',    '22','15','36358.78',    '14','3','3707.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100711.0','1044580.0','1',    '1','1','1819.28',    '1','1','1819.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012448.0','1019013.0','2',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100712.0','1044580.0','23',    '19','16','56184.68',    '19','16','53986.69',    '6','3','2197.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012449.0','1019013.0','5',    '2','1','3168.0',    '1','1','3168.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100713.0','1044580.0','2',    '2','2','3048.88',    '2','2','3048.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012450.0','1019013.0','6',    '6','3','7764.34',    '6','3','7764.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100714.0','1044580.0','62',    '57','51','110332.51',    '57','49','103689.02',    '40','18','6643.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012451.0','1019013.0','5',    '5','3','6864.38',    '5','3','6864.38',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100715.0','1044580.0','31',    '28','28','67712.11',    '28','27','51520.56',    '17','11','16191.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012452.0','1019013.0','1',    '1','1','550.0',    '1','1','550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100716.0','1044580.0','7',    '7','6','10247.39',    '7','6','10247.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012453.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100717.0','1044580.0','15',    '15','11','26656.9',    '15','10','25896.96',    '12','2','759.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012454.0','1019013.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100718.0','1044580.0','12',    '12','11','23810.79',    '12','9','22493.92',    '10','6','1316.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012455.0','1019013.0','3',    '2','1','1529.32',    '2','1','1459.33',    '2','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100719.0','1044580.0','3',    '2','2','726.62',    '2','2','726.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012456.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100720.0','1044580.0','3',    '2','2','3306.02',    '2','2','2701.15',    '2','2','604.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012457.0','1019013.0','28',    '24','20','37217.75',    '24','19','35345.76',    '9','4','1871.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100721.0','1044580.0','1',    '1','1','728.64',    '1','1','728.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012458.0','1019013.0','6',    '4','4','14441.42',    '4','4','14262.42',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100722.0','1044580.0','1',    '1','1','269.44',    '1','1','269.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012459.0','1019013.0','3',    '3','3','13169.29',    '3','3','13019.29',    '2','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100723.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012460.0','1019013.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100724.0','1044580.0','2',    '2','2','6140.04',    '2','2','5950.05',    '2','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012461.0','1019013.0','1',    '1','1','845.0',    '1','1','845.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100725.0','1044580.0','1',    '1','1','801.0',    '1','1','472.0',    '1','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012462.0','1019013.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100726.0','1044580.0','12',    '11','9','9058.17',    '11','8','8700.17',    '3','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012463.0','1019013.0','1',    '1','1','873.24',    '1','1','873.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100727.0','1044580.0','98',    '83','62','203540.38',    '82','59','191753.83',    '45','24','11786.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012464.0','1019013.0','7',    '7','5','2979.23',    '7','4','2800.23',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100728.0','1044580.0','22',    '21','16','31858.88',    '19','16','30284.9',    '12','6','1573.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012465.0','1019013.0','85',    '76','56','186715.33',    '75','47','141121.35',    '54','31','45593.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100729.0','1044580.0','17',    '13','11','17976.94',    '13','10','17066.73',    '9','5','910.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012466.0','1019013.0','37',    '33','30','48896.65',    '33','29','46506.65',    '24','14','2390.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100730.0','1044580.0','19',    '19','13','29708.11',    '19','13','28210.64',    '12','3','1497.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012467.0','1019013.0','3',    '3','3','2041.23',    '3','3','2041.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100731.0','1044580.0','28',    '24','24','41352.43',    '24','24','38989.13',    '15','9','2363.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012468.0','1019013.0','15',    '14','6','17562.55',    '14','6','14131.57',    '7','2','3430.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100732.0','1044580.0','55',    '42','32','70376.41',    '41','30','66342.92',    '23','13','4033.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012469.0','1019013.0','17',    '14','14','54957.52',    '14','14','44795.16',    '7','4','10162.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100733.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012470.0','1019013.0','36',    '30','24','35571.96',    '29','21','33747.97',    '14','9','1823.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100734.0','1044580.0','4',    '4','3','1171.73',    '4','2','992.73',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012471.0','1019013.0','2',    '2','1','1518.84',    '2','1','1518.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100735.0','1044580.0','28',    '21','18','47536.81',    '19','16','20590.1',    '15','11','26946.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012472.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100736.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012473.0','1019013.0','8',    '8','6','21998.15',    '8','6','14296.08',    '5','2','7702.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100737.0','1044580.0','3',    '3','3','5420.98',    '3','3','4341.98',    '2','1','1079.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012474.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100738.0','1044580.0','10',    '7','3','3338.31',    '7','3','3338.31',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012475.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100739.0','1044580.0','21',    '20','15','10364.17',    '19','11','8290.75',    '15','9','2073.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012476.0','1019013.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100740.0','1044580.0','1',    '1','1','2376.99',    '1','1','2243.85',    '1','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012477.0','1019013.0','1',    '1','1','1430.86',    '1','1','1430.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100741.0','1044580.0','56',    '51','44','96542.09',    '51','43','84101.22',    '37','19','12440.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012478.0','1019013.0','3',    '3','3','10614.0',    '3','2','10229.0',    '2','2','385.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100742.0','1044580.0','7',    '7','5','4126.66',    '7','5','4126.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012479.0','1019013.0','1',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100743.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012480.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100744.0','1044580.0','1',    '1','1','1639.53',    '1','1','1639.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012481.0','1019013.0','14',    '13','12','20514.54',    '13','12','16803.36',    '9','4','3711.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100745.0','1044580.0','5',    '3','2','3252.24',    '3','1','2152.28',    '1','1','1099.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012482.0','1019013.0','28',    '24','15','22854.17',    '22','11','19548.21',    '15','7','3305.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100746.0','1044580.0','4',    '4','4','3742.85',    '4','4','3742.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012483.0','1019013.0','3',    '1','1','13496.93',    '1','1','11653.0',    '1','1','1843.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100747.0','1044580.0','60',    '60','54','113744.21',    '60','53','105896.07',    '44','17','7848.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012484.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100748.0','1044580.0','1',    '1','1','4536.06',    '1','1','4536.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012485.0','1019013.0','144',    '99','83','286165.93',    '98','82','228388.35',    '58','27','57777.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100749.0','1044580.0','112',    '101','82','341680.54',    '100','79','282725.71',    '62','38','58954.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012486.0','1019013.0','7',    '6','6','8587.62',    '6','6','8587.62',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100750.0','1044580.0','1',    '1','1','271.12',    '1','1','271.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012487.0','1019013.0','7',    '6','4','11536.97',    '6','4','11536.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100751.0','1044580.0','10',    '8','6','10280.69',    '8','6','9922.69',    '6','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012488.0','1019013.0','38',    '34','19','40486.73',    '32','17','36573.23',    '20','8','3913.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100752.0','1044580.0','6',    '6','6','23739.84',    '6','6','23560.84',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012489.0','1019013.0','2',    '1','1','1617.6',    '1','1','1617.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100753.0','1044580.0','1',    '1','1','264.0',    '1','1','264.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012490.0','1019013.0','7',    '6','6','5606.2',    '6','3','4948.2',    '4','4','658.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100754.0','1044580.0','26',    '22','19','28198.67',    '22','18','27182.67',    '10','6','1016.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012491.0','1019013.0','5',    '4','3','9931.81',    '4','3','9931.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100755.0','1044580.0','13',    '10','5','28449.17',    '10','4','23199.17',    '5','1','5250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012492.0','1019013.0','104',    '91','69','99465.07',    '85','62','92299.02',    '63','30','7166.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100756.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012493.0','1019013.0','4',    '4','4','7235.14',    '4','3','7056.14',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100757.0','1044580.0','19',    '19','17','21519.7',    '19','14','20227.01',    '13','8','1292.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012494.0','1019013.0','17',    '17','15','23786.68',    '17','14','21942.9',    '12','9','1843.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100758.0','1044580.0','4',    '4','2','2169.6',    '4','2','2169.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012495.0','1019013.0','112',    '98','77','116372.54',    '96','76','97240.06',    '51','25','19132.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100759.0','1044580.0','59',    '54','44','116569.35',    '53','43','108627.85',    '40','22','7941.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012496.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100760.0','1044580.0','139',    '128','108','302811.9',    '125','102','278911.02',    '82','49','23900.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012497.0','1019013.0','19',    '18','5','14453.98',    '18','5','13422.24',    '12','3','1031.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100761.0','1044580.0','1',    '1','1','375.0',    '0','0','0.0',    '1','1','375.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012498.0','1019013.0','32',    '29','23','52708.72',    '28','21','47756.86',    '20','11','4951.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100762.0','1044580.0','1',    '1','1','1527.8',    '1','1','1527.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012499.0','1019013.0','26',    '26','16','32540.79',    '26','16','31873.91',    '12','2','666.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100763.0','1044580.0','5',    '4','2','7151.68',    '4','2','6972.68',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012500.0','1019013.0','4',    '2','1','3361.36',    '2','1','3361.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100764.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012501.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100765.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012502.0','1019013.0','8',    '4','4','7059.81',    '4','4','6779.82',    '4','1','279.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100766.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012503.0','1019013.0','9',    '8','6','6188.69',    '8','6','5680.69',    '3','2','508.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100767.0','1044580.0','78',    '71','61','149234.21',    '71','58','136757.05',    '46','32','12477.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012504.0','1019013.0','4',    '3','3','9165.55',    '3','2','8328.55',    '3','3','837.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100768.0','1044580.0','110',    '105','90','263325.77',    '105','88','253857.03',    '60','28','9468.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012505.0','1019013.0','50',    '44','36','64140.83',    '44','33','59584.59',    '22','15','4556.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100769.0','1044580.0','20',    '17','8','13216.5',    '17','6','12513.52',    '10','3','702.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012506.0','1019013.0','20',    '19','12','15815.48',    '19','12','14895.5',    '13','1','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100770.0','1044580.0','8',    '7','6','20513.36',    '7','5','15846.35',    '4','3','4667.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012507.0','1019013.0','3',    '3','1','2285.2',    '3','1','2106.2',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100771.0','1044580.0','2',    '2','2','2954.04',    '2','2','2775.04',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012508.0','1019013.0','5',    '4','3','5138.6',    '4','3','5138.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100772.0','1044580.0','1',    '1','1','4443.16',    '1','1','4293.16',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012509.0','1019013.0','1',    '1','1','800.56',    '1','1','800.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100773.0','1044580.0','3',    '3','2','8759.2',    '3','2','8759.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012510.0','1019013.0','2',    '2','2','4672.08',    '2','2','4522.08',    '2','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100774.0','1044580.0','11',    '10','9','18534.26',    '10','9','18205.26',    '6','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012511.0','1019013.0','4',    '4','4','8683.47',    '4','4','8354.47',    '4','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100775.0','1044580.0','2',    '2','2','8412.74',    '2','2','7320.25',    '2','2','1092.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012512.0','1019013.0','1',    '1','1','495.0',    '1','1','495.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100776.0','1044580.0','12',    '11','6','12199.19',    '11','6','11599.19',    '6','4','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012513.0','1019013.0','5',    '4','4','13541.2',    '4','4','13362.2',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100777.0','1044580.0','1',    '1','1','1568.32',    '1','1','1239.32',    '1','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012514.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100778.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012515.0','1019013.0','1',    '1','1','179.0',    '1','0','0.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100779.0','1044580.0','23',    '19','17','58877.87',    '19','17','58040.87',    '11','4','837.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012516.0','1019013.0','1',    '1','1','3915.85',    '1','1','3915.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100780.0','1044580.0','10',    '7','7','21252.55',    '7','7','21252.55',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012517.0','1019013.0','25',    '23','21','68369.76',    '23','21','65674.8',    '12','8','2694.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100781.0','1044580.0','2',    '2','1','5400.0',    '2','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012518.0','1019013.0','9',    '8','5','3590.18',    '8','3','3020.2',    '6','3','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100782.0','1044580.0','23',    '22','19','29558.27',    '22','18','28488.71',    '19','7','1069.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012519.0','1019013.0','39',    '38','32','83906.97',    '38','31','74430.07',    '25','14','9476.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100783.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012520.0','1019013.0','45',    '40','36','70292.07',    '40','35','66396.13',    '30','14','3895.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100784.0','1044580.0','2',    '2','2','7404.76',    '2','2','7404.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012521.0','1019013.0','2',    '2','2','1824.5',    '2','2','1645.5',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100785.0','1044580.0','27',    '25','25','71985.37',    '25','23','57735.01',    '16','8','14250.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012522.0','1019013.0','11',    '10','7','10547.22',    '10','7','9627.24',    '7','1','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100786.0','1044580.0','9',    '7','5','9415.45',    '7','5','9059.18',    '4','3','356.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012523.0','1019013.0','4',    '3','2','1709.44',    '3','2','1559.5',    '1','1','149.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100787.0','1044580.0','25',    '21','14','28780.76',    '21','13','24890.55',    '13','7','3890.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012524.0','1019013.0','2',    '2','2','7417.3',    '2','2','7417.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100788.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012525.0','1019013.0','48',    '43','29','62472.79',    '40','28','38913.98',    '30','10','23558.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100789.0','1044580.0','1',    '1','1','1066.04',    '1','1','1066.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012526.0','1019013.0','3',    '3','2','1458.02',    '3','2','1458.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100790.0','1044580.0','145',    '136','120','254051.66',    '135','113','207495.75',    '94','58','46555.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012527.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100791.0','1044580.0','21',    '17','8','9810.89',    '16','7','9417.89',    '8','2','393.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012528.0','1019013.0','13',    '10','7','15619.21',    '9','7','15440.21',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100792.0','1044580.0','1',    '1','1','8996.05',    '1','1','6135.0',    '1','1','2861.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012529.0','1019013.0','17',    '14','12','33134.43',    '14','12','29520.87',    '9','3','3613.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100793.0','1044580.0','3',    '3','1','6129.0',    '3','1','5950.0',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012530.0','1019013.0','4',    '4','3','5699.96',    '4','3','5341.96',    '4','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100794.0','1044580.0','1',    '1','1','1135.58',    '1','1','1135.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012531.0','1019013.0','6',    '6','3','3687.77',    '6','3','3179.77',    '3','2','508.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100795.0','1044580.0','13',    '12','9','16900.51',    '11','7','15752.12',    '9','6','1148.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012532.0','1019013.0','2',    '1','1','1158.0',    '1','1','1158.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100796.0','1044580.0','1',    '1','1','544.0',    '1','1','544.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012533.0','1019013.0','2',    '2','2','2666.6',    '2','1','2487.6',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100797.0','1044580.0','41',    '38','32','92007.2',    '38','30','65322.17',    '20','13','26685.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012534.0','1019013.0','2',    '2','1','2099.04',    '1','1','2099.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100798.0','1044580.0','7',    '5','4','3548.76',    '4','4','3369.76',    '5','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012535.0','1019013.0','3',    '3','3','7274.0',    '3','3','7274.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100799.0','1044580.0','1',    '1','1','2000.0',    '1','0','0.0',    '1','1','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012536.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100800.0','1044580.0','115',    '105','89','183997.77',    '105','85','176274.2',    '53','27','7723.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012537.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100801.0','1044580.0','2',    '2','1','5729.0',    '2','1','5400.0',    '2','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012538.0','1019013.0','15',    '15','12','23184.06',    '15','12','21350.15',    '11','5','1833.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100802.0','1044580.0','19',    '19','15','19115.28',    '19','15','13935.15',    '11','4','5180.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012539.0','1019013.0','4',    '4','4','7364.04',    '4','4','6677.04',    '3','3','687.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100803.0','1044580.0','1',    '1','1','1390.08',    '1','1','1390.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012540.0','1019013.0','70',    '64','45','86139.55',    '62','41','83018.55',    '36','16','3121.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100804.0','1044580.0','27',    '24','21','66858.57',    '24','21','65473.7',    '12','6','1384.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012541.0','1019013.0','1',    '1','1','2364.03',    '1','1','2364.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100805.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012542.0','1019013.0','3',    '2','2','7496.95',    '2','2','7317.95',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100806.0','1044580.0','1',    '1','1','2137.0',    '1','1','2137.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012543.0','1019013.0','1',    '1','1','2037.77',    '1','1','2037.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100807.0','1044580.0','4',    '4','3','5784.56',    '4','2','5426.56',    '4','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012544.0','1019013.0','61',    '48','44','116085.38',    '48','41','111581.49',    '32','11','4503.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100808.0','1044580.0','2',    '1','1','2472.03',    '1','1','2472.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012545.0','1019013.0','131',    '125','83','192753.61',    '122','74','154208.72',    '83','28','38544.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100809.0','1044580.0','5',    '5','4','6222.84',    '3','2','3298.85',    '4','3','2923.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012546.0','1019013.0','11',    '9','7','7151.07',    '9','7','6793.07',    '7','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100810.0','1044580.0','1',    '1','1','6192.0',    '1','1','6192.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012547.0','1019013.0','59',    '55','42','83270.84',    '54','42','82473.34',    '22','6','797.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100811.0','1044580.0','1',    '1','1','468.95',    '1','1','468.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012548.0','1019013.0','4',    '3','3','3879.53',    '3','3','3879.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100812.0','1044580.0','222',    '209','165','453030.58',    '206','160','414397.69',    '102','35','38632.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012549.0','1019013.0','2',    '2','2','2464.2',    '2','2','2464.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100813.0','1044580.0','16',    '13','13','32048.61',    '13','13','31898.61',    '4','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012550.0','1019013.0','15',    '15','13','32348.57',    '15','12','31213.58',    '13','6','1134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100814.0','1044580.0','2',    '2','2','830.14',    '2','2','830.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012551.0','1019013.0','13',    '12','8','16887.61',    '12','7','15928.64',    '8','3','958.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100815.0','1044580.0','5',    '5','4','7869.79',    '5','4','6789.79',    '3','1','1080.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012552.0','1019013.0','6',    '6','6','14380.32',    '6','6','13751.33',    '5','2','628.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100816.0','1044580.0','16',    '14','13','52074.14',    '14','11','31511.57',    '8','7','20562.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012553.0','1019013.0','8',    '8','8','26115.58',    '8','8','24297.62',    '5','4','1817.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100817.0','1044580.0','52',    '43','38','91923.55',    '43','37','87312.61',    '21','9','4610.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012554.0','1019013.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100818.0','1044580.0','3',    '2','2','3708.75',    '2','2','3379.75',    '1','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012555.0','1019013.0','68',    '60','47','117099.52',    '58','40','111869.8',    '33','17','5229.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100819.0','1044580.0','4',    '3','2','3979.67',    '3','1','3009.69',    '2','1','969.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012556.0','1019013.0','50',    '40','34','59236.92',    '39','32','57680.94',    '19','6','1555.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100820.0','1044580.0','29',    '25','21','59804.91',    '24','21','51349.56',    '15','8','8455.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012557.0','1019013.0','6',    '6','4','3707.33',    '6','4','3433.33',    '4','2','274.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100821.0','1044580.0','1',    '1','1','611.06',    '1','1','611.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012558.0','1019013.0','5',    '5','2','10800.0',    '5','2','10800.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100822.0','1044580.0','56',    '54','47','86172.33',    '53','42','80824.03',    '44','20','5348.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012559.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100823.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012560.0','1019013.0','3',    '3','1','435.22',    '3','1','435.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100824.0','1044580.0','36',    '31','28','61914.36',    '30','28','57014.73',    '18','9','4899.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012561.0','1019013.0','9',    '9','9','14469.51',    '9','9','13701.53',    '5','3','767.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100825.0','1044580.0','64',    '61','51','101460.45',    '61','49','95568.06',    '47','23','5892.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012562.0','1019013.0','1',    '1','1','1589.11',    '1','1','1589.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100826.0','1044580.0','53',    '51','47','85036.99',    '51','47','79044.63',    '41','23','5992.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012563.0','1019013.0','2',    '2','1','2222.68',    '2','1','2222.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100827.0','1044580.0','5',    '5','3','8011.84',    '5','3','8011.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012564.0','1019013.0','3',    '3','3','7738.36',    '3','3','6518.5',    '3','2','1219.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100828.0','1044580.0','2',    '2','2','8770.65',    '2','2','8770.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012565.0','1019013.0','21',    '18','17','63457.51',    '18','16','61444.04',    '9','8','2013.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100829.0','1044580.0','5',    '5','4','13648.3',    '5','4','13469.3',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012566.0','1019013.0','10',    '10','6','4634.64',    '10','5','4155.64',    '7','3','479.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100830.0','1044580.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012567.0','1019013.0','13',    '12','10','22066.1',    '12','9','21200.1',    '8','5','866.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100831.0','1044580.0','14',    '12','8','26557.27',    '12','7','24868.25',    '5','3','1689.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012568.0','1019013.0','15',    '14','13','33261.5',    '14','12','30325.37',    '9','6','2936.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100832.0','1044580.0','18',    '17','16','30924.37',    '17','16','27832.46',    '9','8','3091.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012569.0','1019013.0','4',    '4','4','9430.24',    '4','4','8753.67',    '2','1','676.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100833.0','1044580.0','19',    '17','14','9348.4',    '17','13','8840.4',    '7','3','508.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012570.0','1019013.0','6',    '4','4','2186.2',    '4','4','1857.2',    '1','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100834.0','1044580.0','54',    '47','33','77797.45',    '46','31','73062.27',    '30','9','4735.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012571.0','1019013.0','1',    '1','1','1159.05',    '1','1','1159.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100835.0','1044580.0','9',    '8','6','9191.15',    '7','4','7135.45',    '4','4','2055.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012572.0','1019013.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100836.0','1044580.0','1',    '1','1','665.21',    '1','1','665.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012573.0','1019013.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100837.0','1044580.0','1',    '1','1','449.0',    '1','1','449.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012574.0','1019013.0','20',    '19','14','26895.65',    '18','13','26092.37',    '15','5','803.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100838.0','1044580.0','27',    '26','25','63737.45',    '26','25','61793.56',    '14','7','1943.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012575.0','1019013.0','1',    '1','1','511.04',    '1','1','511.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100839.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012576.0','1019013.0','1',    '1','1','5128.38',    '1','1','5128.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100840.0','1044580.0','34',    '30','15','21345.87',    '30','15','21166.87',    '10','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012577.0','1019013.0','5',    '5','4','5214.23',    '5','4','5035.23',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100841.0','1044580.0','10',    '8','5','8759.96',    '8','5','8759.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012578.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100842.0','1044580.0','21',    '20','11','43599.62',    '20','10','22816.44',    '13','4','20783.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012579.0','1019013.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100843.0','1044580.0','96',    '77','65','163301.22',    '76','64','157985.45',    '40','23','5315.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012580.0','1019013.0','719',    '604','468','1173765.58',    '590','404','899783.93',    '394','232','273981.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100844.0','1044580.0','2',    '2','1','2061.98',    '2','1','792.0',    '2','1','1269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012581.0','1019013.0','2',    '2','1','1510.04',    '2','1','1510.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100845.0','1044580.0','1',    '1','1','550.0',    '1','1','550.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012582.0','1019013.0','3',    '2','2','3823.0',    '2','2','3823.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100846.0','1044580.0','3',    '3','3','14320.28',    '3','3','13221.3',    '2','2','1098.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012583.0','1019013.0','28',    '26','20','64634.26',    '25','19','57399.31',    '14','6','7234.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100847.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012584.0','1019013.0','1',    '1','1','179.0',    '1','0','0.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100848.0','1044580.0','1',    '1','1','449.0',    '1','1','449.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012585.0','1019013.0','1',    '1','1','430.8',    '1','1','430.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100849.0','1044580.0','2',    '1','1','1558.02',    '1','1','1379.02',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012586.0','1019013.0','4',    '3','3','5208.17',    '3','3','5208.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100850.0','1044580.0','4',    '4','4','7604.26',    '4','3','7275.26',    '3','2','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012587.0','1019013.0','5',    '4','2','10728.23',    '4','2','9800.52',    '1','1','927.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100851.0','1044580.0','39',    '34','22','32068.18',    '34','19','30156.23',    '19','8','1911.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012588.0','1019013.0','6',    '6','2','5876.83',    '6','2','5547.83',    '3','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100852.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012589.0','1019013.0','16',    '15','8','15337.35',    '14','7','13947.38',    '10','2','1389.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100853.0','1044580.0','1',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012590.0','1019013.0','3',    '3','2','757.4',    '3','1','407.4',    '3','1','350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100854.0','1044580.0','2',    '2','2','5579.0',    '2','1','5400.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012591.0','1019013.0','18',    '15','14','25014.8',    '15','13','22400.66',    '12','11','2614.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100855.0','1044580.0','1',    '1','1','3898.56',    '1','1','3898.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012592.0','1019013.0','8',    '7','7','16531.74',    '7','6','15837.49',    '7','4','694.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100856.0','1044580.0','9',    '6','5','14531.69',    '6','5','14531.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012593.0','1019013.0','14',    '14','9','17352.07',    '13','8','16436.8',    '9','3','915.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100857.0','1044580.0','219',    '183','153','420661.87',    '178','145','380643.92',    '121','49','40017.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012594.0','1019013.0','27',    '23','18','31623.48',    '23','15','21603.17',    '20','12','10020.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100858.0','1044580.0','5',    '5','5','8815.98',    '5','5','8682.84',    '2','1','133.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012595.0','1019013.0','3',    '2','1','2259.02',    '2','1','2259.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100859.0','1044580.0','30',    '26','14','22277.5',    '24','14','22098.5',    '16','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012596.0','1019013.0','16',    '13','11','12285.54',    '13','11','12106.54',    '8','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100860.0','1044580.0','203',    '175','114','150332.46',    '171','112','143974.06',    '111','16','6358.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012597.0','1019013.0','4',    '2','2','4162.12',    '2','2','3804.12',    '2','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100861.0','1044580.0','9',    '9','7','16061.72',    '9','7','15703.72',    '2','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012598.0','1019013.0','2',    '2','2','6751.27',    '2','2','2555.0',    '1','1','4196.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100862.0','1044580.0','8',    '7','7','8182.06',    '6','6','7663.07',    '5','2','518.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012599.0','1019013.0','1',    '1','1','1875.47',    '1','1','1875.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100863.0','1044580.0','1',    '1','1','243.0',    '1','1','243.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012600.0','1019013.0','2',    '2','2','6715.84',    '2','2','6715.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100864.0','1044580.0','17',    '16','13','28259.77',    '16','13','26867.2',    '6','4','1392.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012601.0','1019013.0','1',    '1','1','3824.73',    '1','1','3169.76',    '1','1','654.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100865.0','1044580.0','1',    '1','1','3161.24',    '1','1','3161.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012602.0','1019013.0','15',    '13','12','24686.23',    '13','12','23316.26',    '9','2','1369.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100866.0','1044580.0','2',    '2','2','7994.84',    '2','2','7994.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012603.0','1019013.0','2',    '2','2','8216.53',    '2','2','8037.53',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100867.0','1044580.0','8',    '8','6','12542.94',    '8','6','12363.94',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012604.0','1019013.0','56',    '52','37','76794.19',    '49','37','73393.22',    '35','12','3400.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100868.0','1044580.0','61',    '53','37','95394.94',    '53','36','88202.16',    '22','9','7192.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012605.0','1019013.0','4',    '3','3','6237.16',    '3','3','6237.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100869.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012606.0','1019013.0','41',    '39','21','45084.02',    '37','20','37296.14',    '22','6','7787.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100870.0','1044580.0','5',    '5','4','9931.99',    '5','4','9602.99',    '3','2','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012607.0','1019013.0','1',    '1','1','462.14',    '1','1','462.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100871.0','1044580.0','11',    '10','10','34527.15',    '10','10','33540.15',    '6','4','987.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012608.0','1019013.0','1',    '1','1','1888.94',    '1','1','1888.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100872.0','1044580.0','113',    '94','53','151068.04',    '90','41','125359.6',    '57','18','25708.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012609.0','1019013.0','1',    '1','1','5579.0',    '1','1','5400.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100873.0','1044580.0','25',    '23','12','20770.24',    '22','11','20112.24',    '16','3','658.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012610.0','1019013.0','118',    '95','73','143833.52',    '93','66','133778.77',    '49','20','10054.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100874.0','1044580.0','1',    '1','1','5457.4',    '1','1','5278.4',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012611.0','1019013.0','23',    '20','17','40339.12',    '20','16','39326.64',    '11','6','1012.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100875.0','1044580.0','6',    '6','4','2102.3',    '6','4','2102.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012612.0','1019013.0','10',    '10','10','31222.93',    '10','10','29896.93',    '7','5','1326.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100876.0','1044580.0','5',    '4','3','2435.06',    '4','3','2256.06',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012613.0','1019013.0','22',    '20','16','29066.51',    '20','15','27515.52',    '13','5','1550.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100877.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012614.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100878.0','1044580.0','19',    '17','15','27294.47',    '17','12','26506.48',    '7','4','787.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012615.0','1019013.0','26',    '17','10','43421.81',    '16','10','30443.71',    '15','6','12978.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100879.0','1044580.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012616.0','1019013.0','133',    '112','65','100787.25',    '111','63','90226.07',    '51','14','10561.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100880.0','1044580.0','7',    '7','6','7685.19',    '7','4','5297.58',    '6','5','2387.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012617.0','1019013.0','5',    '4','3','8845.55',    '4','3','8845.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100881.0','1044580.0','7',    '7','6','19042.5',    '7','6','18254.51',    '6','4','787.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012618.0','1019013.0','1',    '1','1','2111.82',    '1','1','2111.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100882.0','1044580.0','1',    '1','1','804.96',    '1','0','0.0',    '1','1','804.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012619.0','1019013.0','32',    '30','25','62228.84',    '30','24','53897.63',    '18','16','8331.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100883.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012620.0','1019013.0','5',    '5','2','2805.21',    '5','2','2805.21',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100884.0','1044580.0','9',    '9','7','4480.32',    '9','7','4480.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012621.0','1019013.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100885.0','1044580.0','8',    '6','5','8197.49',    '6','5','8018.49',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012622.0','1019013.0','33',    '32','26','79009.4',    '32','25','55274.63',    '16','6','23734.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100886.0','1044580.0','186',    '162','116','188932.53',    '161','113','176455.24',    '72','30','12477.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012623.0','1019013.0','30',    '26','17','28275.56',    '24','13','14246.99',    '18','7','14028.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100887.0','1044580.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012624.0','1019013.0','1',    '1','1','4313.81',    '1','1','4313.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100888.0','1044580.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012625.0','1019013.0','6',    '5','1','1609.85',    '5','0','0.0',    '3','1','1609.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100889.0','1044580.0','1',    '1','1','986.34',    '1','1','986.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012626.0','1019013.0','7',    '5','4','30494.11',    '5','4','7425.0',    '5','3','23069.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100890.0','1044580.0','1',    '1','1','3995.65',    '1','1','3185.65',    '1','1','810.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012627.0','1019013.0','66',    '56','43','94247.76',    '53','41','84636.82',    '26','11','9610.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100891.0','1044580.0','8',    '8','7','14433.23',    '7','6','14075.23',    '4','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012628.0','1019013.0','1',    '1','1','1626.86',    '1','1','1476.86',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100892.0','1044580.0','2',    '2','2','12105.58',    '2','2','10685.6',    '2','1','1419.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012629.0','1019013.0','3',    '3','3','2085.7',    '3','2','1606.7',    '2','2','479.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100893.0','1044580.0','3',    '3','3','3528.56',    '3','3','3528.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012630.0','1019013.0','57',    '52','42','43758.89',    '52','38','36437.48',    '33','17','7321.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100894.0','1044580.0','11',    '9','7','8031.61',    '9','6','6753.63',    '4','3','1277.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012631.0','1019027.0','35',    '31','23','43977.09',    '30','23','35765.63',    '20','4','8211.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100895.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012632.0','1019027.0','2',    '2','2','5950.16',    '2','2','5950.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100896.0','1044594.0','23',    '22','17','20801.33',    '21','15','17011.53',    '10','5','3789.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012633.0','1019027.0','11',    '10','9','23165.36',    '10','9','23165.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100897.0','1044594.0','88',    '85','66','158212.51',    '85','35','82673.4',    '62','45','75539.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012634.0','1019027.0','2',    '2','2','3400.58',    '2','2','3221.58',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100898.0','1044594.0','1',    '1','1','2140.89',    '1','1','1156.02',    '1','1','984.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012635.0','1019027.0','5',    '5','5','7932.34',    '5','4','4766.8',    '5','5','3165.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100899.0','1044594.0','62',    '58','48','64358.94',    '58','44','55100.61',    '32','17','9258.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012636.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100900.0','1044594.0','3',    '2','1','891.33',    '2','1','891.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012637.0','1019027.0','1',    '1','1','873.6',    '1','1','873.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100901.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012638.0','1019027.0','89',    '73','43','106691.89',    '70','33','74624.63',    '55','30','32067.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100902.0','1044594.0','21',    '18','16','50539.65',    '18','16','38824.83',    '11','9','11714.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012639.0','1019027.0','23',    '21','20','41863.22',    '21','19','41026.22',    '5','4','837.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100903.0','1044594.0','16',    '12','9','20233.59',    '12','9','17796.7',    '8','3','2436.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012640.0','1019027.0','1',    '1','1','2199.52',    '1','1','2199.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100904.0','1044594.0','3',    '2','1','2275.01',    '2','1','2275.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012641.0','1019027.0','1',    '1','1','148.86',    '1','1','148.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100905.0','1044594.0','52',    '39','30','51963.3',    '38','27','48141.49',    '19','12','3821.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012642.0','1019027.0','10',    '10','7','6996.98',    '10','4','6459.98',    '9','3','537.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100906.0','1044594.0','2',    '2','2','1667.0',    '2','2','1667.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012643.0','1019027.0','3',    '3','2','5634.05',    '3','2','4674.05',    '1','1','960.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100907.0','1044594.0','13',    '12','9','32985.22',    '12','8','32221.22',    '6','2','764.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012644.0','1019027.0','1',    '1','1','2141.68',    '1','1','2141.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100908.0','1044594.0','1',    '1','1','6036.0',    '1','1','6036.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012645.0','1019027.0','1',    '1','1','2498.4',    '1','1','2498.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100909.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012646.0','1019027.0','26',    '21','17','36247.79',    '21','17','33608.18',    '11','3','2639.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100910.0','1044594.0','8',    '8','8','9199.04',    '8','8','8512.04',    '8','4','687.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012647.0','1019027.0','4',    '2','2','9168.51',    '2','2','9168.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100911.0','1044594.0','1',    '1','1','580.0',    '1','1','580.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012648.0','1019027.0','1',    '1','1','2490.95',    '1','1','2311.95',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100912.0','1044594.0','59',    '57','44','93805.91',    '57','43','81160.69',    '35','12','12645.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012649.0','1019027.0','1',    '1','1','1489.24',    '1','1','1489.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100913.0','1044594.0','23',    '21','15','27936.02',    '21','14','26000.16',    '12','4','1935.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012650.0','1019027.0','31',    '30','25','37078.97',    '29','25','35075.97',    '17','9','2003.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100914.0','1044594.0','77',    '69','54','133885.55',    '68','44','115520.87',    '42','22','18364.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012651.0','1019027.0','11',    '8','7','34982.1',    '8','7','27503.78',    '6','3','7478.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100915.0','1044594.0','4',    '3','3','3327.52',    '3','3','3177.52',    '3','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012652.0','1019027.0','39',    '33','24','61958.37',    '33','22','46795.31',    '22','12','15163.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100916.0','1044594.0','114',    '104','76','169172.11',    '101','71','156647.85',    '59','24','12524.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012653.0','1019027.0','226',    '201','166','552286.32',    '197','139','441120.64',    '147','104','111165.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100917.0','1044594.0','2',    '2','2','2854.16',    '2','2','2525.16',    '1','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012654.0','1019027.0','9',    '7','7','8371.11',    '7','7','7921.12',    '4','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100918.0','1044594.0','25',    '23','15','31494.95',    '22','14','29617.48',    '15','7','1877.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012655.0','1019027.0','3',    '3','2','12975.26',    '3','2','10800.0',    '3','2','2175.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100919.0','1044594.0','2',    '1','1','312.51',    '1','1','312.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012656.0','1019027.0','1',    '1','1','753.0',    '1','1','753.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100920.0','1044594.0','18',    '17','13','16101.4',    '16','13','13852.66',    '9','3','2248.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012657.0','1019027.0','85',    '79','64','98261.96',    '78','58','81403.73',    '46','32','16858.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100921.0','1044594.0','9',    '7','6','23874.83',    '7','6','13306.61',    '5','5','10568.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012658.0','1019027.0','1',    '1','1','3449.3',    '1','1','549.3',    '1','1','2900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100922.0','1044594.0','9',    '8','8','20567.69',    '7','7','16450.84',    '4','3','4116.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012659.0','1019027.0','4',    '3','1','2457.18',    '3','1','2457.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100923.0','1044594.0','1',    '1','1','69.99',    '1','0','0.0',    '1','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012660.0','1019027.0','3',    '3','2','7410.02',    '3','2','7410.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100924.0','1044594.0','9',    '9','7','11453.95',    '9','7','11095.95',    '3','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012661.0','1019027.0','80',    '73','53','99077.87',    '70','49','88959.19',    '34','10','10118.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100925.0','1044594.0','2',    '2','1','875.0',    '0','0','0.0',    '2','1','875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012662.0','1019027.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100926.0','1044594.0','2',    '2','2','3079.28',    '2','2','3079.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012663.0','1019027.0','7',    '6','6','11360.58',    '6','5','9996.62',    '2','2','1363.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100927.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012664.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100928.0','1044594.0','7',    '7','6','19025.43',    '7','6','18546.43',    '5','2','479.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012665.0','1019027.0','1',    '1','1','1745.89',    '1','1','1158.0',    '1','1','587.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100929.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012666.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100930.0','1044594.0','1',    '1','1','6797.0',    '1','1','6797.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012667.0','1019027.0','2',    '2','1','150.0',    '2','0','0.0',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100931.0','1044594.0','23',    '21','17','63483.75',    '21','17','51704.92',    '9','5','11778.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012668.0','1019027.0','11',    '11','5','4198.9',    '11','5','4198.9',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100932.0','1044594.0','3',    '3','3','3359.2',    '3','3','3359.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012669.0','1019027.0','65',    '56','44','79678.77',    '56','42','62506.69',    '36','17','17172.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100933.0','1044594.0','1',    '1','1','2615.1',    '1','1','2615.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012670.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100934.0','1044594.0','66',    '55','38','65652.2',    '54','37','58180.72',    '30','12','7471.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012671.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100935.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012672.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100936.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012673.0','1019027.0','5',    '4','4','15361.19',    '4','4','15361.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100937.0','1044594.0','3',    '3','3','4875.69',    '3','3','4546.69',    '2','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012674.0','1019027.0','2',    '1','1','1368.0',    '1','1','1368.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100938.0','1044594.0','37',    '35','26','62524.12',    '35','25','55864.54',    '15','9','6659.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012675.0','1019027.0','3',    '3','3','3609.49',    '3','3','2651.56',    '2','1','957.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100939.0','1044594.0','2',    '2','1','1105.2',    '2','1','1105.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012676.0','1019027.0','27',    '24','19','62370.45',    '24','19','57338.3',    '12','9','5032.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100940.0','1044594.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012677.0','1019027.0','29',    '24','15','15336.64',    '24','13','12574.66',    '13','9','2761.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100941.0','1044594.0','47',    '43','21','29987.88',    '43','20','26267.58',    '26','10','3720.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012678.0','1019027.0','1',    '1','1','440.09',    '1','1','261.09',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100942.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012679.0','1019027.0','93',    '74','50','52797.46',    '70','43','43763.72',    '48','19','9033.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100943.0','1044594.0','7',    '6','6','19086.99',    '6','6','18167.01',    '5','1','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012680.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100944.0','1044594.0','3',    '2','2','445.6',    '2','2','445.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012681.0','1019027.0','2',    '2','1','224.77',    '2','1','224.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100945.0','1044594.0','7',    '6','3','5391.46',    '6','3','4121.48',    '4','1','1269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012682.0','1019027.0','5',    '5','4','7554.23',    '5','4','7554.23',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100946.0','1044594.0','4',    '4','4','13264.64',    '4','4','12162.35',    '1','1','1102.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012683.0','1019027.0','93',    '73','60','250729.52',    '70','56','215558.45',    '43','25','35171.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100947.0','1044594.0','6',    '5','4','5568.95',    '5','4','5098.96',    '2','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012684.0','1019027.0','238',    '198','160','608099.51',    '193','150','368568.83',    '135','72','239530.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100948.0','1044594.0','3',    '3','3','2404.64',    '3','3','2404.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012685.0','1019027.0','35',    '34','29','25105.25',    '33','27','23827.26',    '20','5','1277.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100949.0','1044594.0','324',    '267','225','870474.53',    '260','218','601561.93',    '156','96','268912.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012686.0','1019027.0','1',    '1','1','2976.22',    '1','1','2976.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100950.0','1044594.0','44',    '34','29','70386.1',    '33','29','69419.24',    '10','4','966.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012687.0','1019027.0','39',    '31','28','76337.54',    '31','27','56917.96',    '18','9','19419.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100951.0','1044594.0','12',    '9','9','21734.77',    '9','9','21555.77',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012688.0','1019027.0','1',    '1','1','3536.96',    '1','1','3536.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100952.0','1044594.0','32',    '24','19','46833.69',    '24','19','45913.71',    '11','1','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012689.0','1019027.0','11',    '11','10','20761.31',    '11','9','19626.58',    '9','5','1134.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100953.0','1044594.0','61',    '56','48','289543.43',    '53','46','218727.11',    '38','24','70816.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012690.0','1019027.0','27',    '22','14','21583.22',    '21','14','19773.01',    '16','3','1810.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100954.0','1044594.0','3',    '2','2','10484.68',    '2','2','10484.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012691.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100955.0','1044594.0','31',    '29','23','27125.14',    '29','22','26588.14',    '13','3','537.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012692.0','1019027.0','6',    '3','2','4733.59',    '3','2','4375.59',    '2','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100956.0','1044594.0','2',    '2','2','4879.44',    '2','2','4879.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012693.0','1019027.0','109',    '90','74','198317.16',    '89','70','186136.61',    '50','18','12180.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100957.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012694.0','1019027.0','1',    '1','1','982.8',    '1','1','982.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100958.0','1044594.0','33',    '29','24','44263.61',    '29','23','37836.91',    '20','11','6426.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012695.0','1019027.0','28',    '25','22','51295.05',    '25','22','51116.05',    '9','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100959.0','1044594.0','2',    '2','1','353.55',    '2','1','353.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012696.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100960.0','1044594.0','23',    '19','15','33540.18',    '19','14','29219.63',    '9','3','4320.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012697.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100961.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012698.0','1019027.0','16',    '15','10','32878.47',    '15','10','28925.7',    '5','3','3952.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100962.0','1044594.0','4',    '4','4','7596.69',    '4','4','7067.69',    '3','2','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012699.0','1019027.0','200',    '178','154','493143.64',    '175','148','463257.53',    '89','45','29886.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100963.0','1044594.0','1',    '1','1','641.34',    '1','1','641.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012700.0','1019027.0','218',    '160','130','592053.28',    '156','125','407057.08',    '102','48','184996.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100964.0','1044594.0','3',    '3','2','7589.23',    '3','2','7589.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012701.0','1019027.0','5',    '4','4','7456.83',    '4','4','6916.85',    '2','1','539.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100965.0','1044594.0','2',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012702.0','1019027.0','37',    '31','25','77019.68',    '30','24','60058.04',    '15','3','16961.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100966.0','1044594.0','114',    '98','80','336699.22',    '96','76','229686.77',    '58','31','107012.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012703.0','1019027.0','5',    '4','3','7525.21',    '4','3','7525.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2100967.0','1044594.0','199',    '170','145','503096.57',    '168','141','415978.49',    '88','47','87118.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012704.0','1019027.0','1',    '1','1','1787.76',    '1','1','1787.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100968.0','1044594.0','98',    '79','61','95524.72',    '78','61','91344.94',    '29','14','4179.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012705.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100969.0','1044594.0','1',    '1','1','655.0',    '1','1','655.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012706.0','1019027.0','1',    '1','1','643.94',    '1','1','537.94',    '1','1','106.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100970.0','1044594.0','623',    '566','505','2423746.89',    '557','490','1848809.46',    '341','174','574937.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012707.0','1019027.0','1',    '1','1','2524.47',    '1','1','2524.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100971.0','1044594.0','1',    '1','1','5856.0',    '1','1','5856.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012708.0','1019027.0','175',    '135','109','301804.98',    '129','101','252443.28',    '96','59','49361.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100972.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012709.0','1019027.0','1',    '1','1','2603.45',    '1','1','2603.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100973.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012710.0','1019027.0','1',    '1','1','1484.9',    '1','1','1484.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100974.0','1044594.0','1',    '1','1','5390.73',    '1','1','5211.73',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012711.0','1019027.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100975.0','1044594.0','41',    '34','28','66703.76',    '33','27','61079.68',    '19','7','5624.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012712.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100976.0','1044594.0','10',    '9','6','7102.18',    '9','6','7102.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012713.0','1019027.0','1',    '1','1','5299.33',    '1','1','5299.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100977.0','1044594.0','1',    '1','1','1425.18',    '1','1','815.24',    '1','1','609.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012714.0','1019027.0','736',    '579','467','1667321.34',    '541','432','1360120.39',    '386','193','307200.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100978.0','1044594.0','175',    '146','121','479548.52',    '143','120','404519.58',    '73','32','75028.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012715.0','1019027.0','3',    '3','2','7453.33',    '3','2','7453.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100979.0','1044594.0','5',    '2','2','5738.06',    '2','2','5438.18',    '2','1','299.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012716.0','1019027.0','1',    '1','1','6428.29',    '1','1','5907.0',    '1','1','521.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100980.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012717.0','1019027.0','1',    '1','1','3600.88',    '1','1','3600.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100981.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012718.0','1019027.0','80',    '68','49','88900.55',    '66','46','84319.45',    '34','14','4581.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100982.0','1044594.0','33',    '23','19','56540.53',    '22','17','53747.81',    '9','5','2792.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012719.0','1019027.0','254',    '226','178','488248.16',    '218','164','434098.92',    '145','64','54149.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100983.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012720.0','1019027.0','78',    '74','47','98407.21',    '73','44','86131.66',    '50','22','12275.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100984.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012721.0','1019027.0','69',    '63','39','102349.51',    '60','35','94478.21',    '32','13','7871.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100985.0','1044594.0','276',    '224','171','655208.99',    '216','168','520669.51',    '118','46','134539.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012722.0','1019027.0','3',    '3','3','4208.13',    '3','3','4058.13',    '1','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100986.0','1044594.0','84',    '66','52','126604.47',    '66','52','119047.23',    '29','8','7557.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012723.0','1019027.0','3',    '2','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100987.0','1044594.0','141',    '119','95','387259.81',    '118','83','304290.3',    '71','37','82969.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012724.0','1019027.0','13',    '11','9','43756.24',    '11','9','35832.12',    '8','5','7924.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100988.0','1044594.0','1',    '1','1','268.98',    '1','0','0.0',    '1','1','268.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012725.0','1019027.0','7',    '7','5','9081.15',    '7','5','8602.27',    '4','2','478.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100989.0','1044594.0','1',    '1','1','469.01',    '1','1','469.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012726.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100990.0','1044594.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012727.0','1019027.0','4',    '4','4','5531.71',    '4','4','5531.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100991.0','1044594.0','2',    '2','2','2197.9',    '2','2','2197.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012728.0','1019027.0','5',    '5','2','4533.03',    '5','2','4533.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100992.0','1044594.0','1',    '1','1','1351.67',    '1','1','1351.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012729.0','1019027.0','2',    '1','1','667.81',    '1','1','667.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100993.0','1044594.0','71',    '63','50','137886.19',    '62','47','131343.84',    '31','16','6542.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012730.0','1019027.0','5',    '4','2','6262.13',    '4','2','6262.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100994.0','1044594.0','8',    '5','4','13292.65',    '5','4','13292.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012731.0','1019027.0','1',    '1','1','4405.79',    '1','1','4405.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100995.0','1044594.0','7',    '6','4','13522.11',    '6','4','13522.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012732.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100996.0','1044594.0','6',    '6','3','3136.58',    '6','3','3136.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012733.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100997.0','1044594.0','1',    '1','1','8642.99',    '1','1','5856.0',    '1','1','2786.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012734.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100998.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012735.0','1019027.0','4',    '4','4','7857.04',    '4','4','7857.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2100999.0','1044594.0','395',    '336','241','638308.27',    '322','230','585696.86',    '174','69','52611.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012736.0','1019027.0','3',    '3','3','2949.8',    '3','3','2949.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101000.0','1044594.0','53',    '45','33','69613.64',    '44','33','68841.64',    '16','4','772.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012737.0','1019027.0','197',    '164','111','321543.83',    '160','103','263535.44',    '99','47','58008.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101001.0','1044594.0','1',    '1','1','69.99',    '0','0','0.0',    '1','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012738.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101002.0','1044594.0','9',    '7','6','13646.09',    '7','6','13646.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012739.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101003.0','1044594.0','17',    '15','13','47258.77',    '15','13','40541.37',    '9','4','6717.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012740.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101004.0','1044594.0','6',    '6','5','14470.1',    '5','5','14470.1',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012741.0','1019027.0','9',    '5','5','14804.97',    '5','5','14804.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101005.0','1044594.0','46',    '38','32','96225.99',    '38','32','78344.76',    '22','9','17881.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012742.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101006.0','1044594.0','97',    '81','67','384244.1',    '77','64','211011.54',    '44','29','173232.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012743.0','1019027.0','11',    '9','8','32871.73',    '9','8','28004.58',    '4','3','4867.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101007.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012744.0','1019027.0','44',    '35','24','65644.71',    '34','21','49110.67',    '21','10','16534.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101008.0','1044594.0','42',    '38','32','59479.91',    '37','32','58214.92',    '18','5','1264.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012745.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101009.0','1044594.0','1',    '1','1','949.97',    '1','1','949.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012746.0','1019027.0','1',    '1','1','6342.0',    '1','1','6013.0',    '1','1','329.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101010.0','1044594.0','5',    '4','3','5099.38',    '4','3','5099.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012747.0','1019027.0','20',    '16','13','45594.22',    '16','10','30406.52',    '10','9','15187.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101011.0','1044594.0','1',    '1','1','682.99',    '1','1','682.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012748.0','1019027.0','4',    '4','2','5210.62',    '4','2','4790.63',    '3','1','419.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101012.0','1044594.0','1',    '1','1','919.98',    '1','0','0.0',    '1','1','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012749.0','1019027.0','14',    '10','8','28513.26',    '9','8','21877.5',    '8','2','6635.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101013.0','1044594.0','12',    '9','6','9217.96',    '8','5','8025.99',    '6','3','1191.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012750.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101014.0','1044594.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012751.0','1019027.0','6',    '6','5','3619.84',    '6','5','3159.84',    '2','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101015.0','1044594.0','53',    '43','29','92941.92',    '43','27','80373.48',    '22','9','12568.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012752.0','1019027.0','1',    '1','1','764.23',    '1','1','585.23',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101016.0','1044594.0','59',    '50','43','160166.21',    '50','40','137503.73',    '24','18','22662.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012753.0','1019027.0','1',    '1','1','399.99',    '1','0','0.0',    '1','1','399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101017.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012754.0','1019027.0','1',    '1','1','497.0',    '1','1','497.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101018.0','1044594.0','475',    '404','354','1786951.17',    '392','338','1029164.0',    '289','163','757787.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012755.0','1019027.0','432',    '385','304','1025617.14',    '378','288','790353.81',    '219','115','235263.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101019.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012756.0','1019027.0','1',    '1','1','4049.95',    '1','1','4049.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101020.0','1044594.0','12',    '12','10','33834.3',    '12','10','24943.98',    '6','4','8890.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012757.0','1019027.0','1',    '1','1','1228.45',    '1','1','1049.45',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101021.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012758.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101022.0','1044594.0','22',    '18','14','52932.01',    '18','14','41581.61',    '14','8','11350.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012759.0','1019027.0','7',    '7','6','18832.35',    '7','6','17704.48',    '4','3','1127.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101023.0','1044594.0','6',    '6','6','12190.4',    '6','6','12190.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012760.0','1019027.0','1',    '1','1','632.94',    '1','1','453.94',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101024.0','1044594.0','111',    '91','66','172305.88',    '85','63','145970.03',    '54','22','26335.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012761.0','1019027.0','32',    '29','24','63027.89',    '29','22','61010.03',    '22','6','2017.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101025.0','1044594.0','395',    '302','244','1533516.57',    '274','233','1025056.53',    '196','101','508460.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012762.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101026.0','1044594.0','2',    '1','1','205.2',    '1','1','205.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012763.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101027.0','1044594.0','68',    '62','50','111152.64',    '61','44','81580.78',    '45','23','29571.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012764.0','1019027.0','147',    '125','99','359729.3',    '121','94','279705.47',    '70','40','80023.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101028.0','1044594.0','2',    '2','1','822.32',    '2','1','822.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012765.0','1019027.0','6',    '6','6','20013.14',    '6','6','15493.05',    '4','4','4520.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101029.0','1044594.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012766.0','1019027.0','54',    '39','32','104186.93',    '37','31','98170.6',    '15','5','6016.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101030.0','1044594.0','1',    '1','1','640.28',    '1','1','640.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012767.0','1019027.0','1',    '1','1','4662.31',    '1','1','2679.0',    '1','1','1983.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101031.0','1044594.0','2',    '1','1','1696.59',    '1','1','1696.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012768.0','1019027.0','298',    '246','208','721590.22',    '243','201','610417.91',    '130','65','111172.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101032.0','1044594.0','2',    '2','2','10946.0',    '1','1','5946.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012769.0','1019027.0','2',    '2','2','6236.65',    '2','2','6236.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101033.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012770.0','1019027.0','2',    '2','1','1147.27',    '2','1','968.27',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101034.0','1044594.0','10',    '10','6','25568.89',    '10','6','25210.89',    '4','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012771.0','1019027.0','5',    '4','4','9843.66',    '4','4','9843.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101035.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012772.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101036.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012773.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101037.0','1044594.0','30',    '25','21','50027.77',    '25','19','40402.34',    '9','4','9625.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012774.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101038.0','1044594.0','5',    '5','3','5210.75',    '5','3','5210.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012775.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101039.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012776.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101040.0','1044594.0','10',    '8','7','15048.07',    '8','7','14869.07',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012777.0','1019027.0','1',    '1','1','568.81',    '1','1','568.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101041.0','1044594.0','10',    '9','7','18836.49',    '9','6','14274.39',    '4','3','4562.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012778.0','1019027.0','1',    '1','1','4040.51',    '1','1','3861.51',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101042.0','1044594.0','1',    '1','1','1358.85',    '1','1','1358.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012779.0','1019027.0','15',    '15','10','21464.76',    '14','10','21464.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101043.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012780.0','1019027.0','39',    '29','22','58403.09',    '29','22','53958.81',    '12','5','4444.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101044.0','1044594.0','8',    '5','3','6947.19',    '5','3','6947.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012781.0','1019027.0','3',    '2','2','7260.04',    '2','2','7260.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101045.0','1044594.0','3',    '2','2','3181.94',    '2','2','3181.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012782.0','1019027.0','1',    '1','1','4127.8',    '1','1','4127.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101046.0','1044594.0','1',    '1','1','547.0',    '1','1','547.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012783.0','1019027.0','29',    '21','17','42517.18',    '21','16','40447.18',    '11','3','2070.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101047.0','1044594.0','37',    '24','21','47019.55',    '24','18','44900.58',    '9','4','2118.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012784.0','1019027.0','12',    '9','8','33692.31',    '9','8','25686.46',    '2','1','8005.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101048.0','1044594.0','3',    '2','1','285.32',    '2','1','285.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012785.0','1019027.0','80',    '65','51','157878.34',    '64','51','156408.43',    '25','3','1469.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101049.0','1044594.0','8',    '7','6','12521.93',    '7','6','12342.93',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012786.0','1019027.0','3',    '1','1','219.15',    '1','1','219.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101050.0','1044594.0','22',    '19','15','35082.06',    '19','15','32633.23',    '12','4','2448.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012787.0','1019027.0','3',    '3','1','1079.95',    '3','1','1079.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101051.0','1044594.0','163',    '138','112','281504.71',    '138','107','260558.58',    '81','36','20946.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012788.0','1019027.0','27',    '25','21','36631.47',    '25','21','35622.49',    '12','4','1008.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101052.0','1044594.0','12',    '10','6','18593.18',    '10','6','16555.61',    '5','2','2037.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012789.0','1019027.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101053.0','1044594.0','22',    '18','14','21127.25',    '18','14','20769.25',    '2','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012790.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101054.0','1044594.0','2',    '2','2','1678.37',    '2','2','1678.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012791.0','1019027.0','1',    '1','1','453.0',    '1','1','453.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101055.0','1044594.0','6',    '3','1','1416.0',    '3','1','541.0',    '3','1','875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012792.0','1019027.0','7',    '6','4','14308.11',    '6','4','9818.29',    '1','1','4489.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101056.0','1044594.0','2',    '2','1','546.0',    '2','1','546.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012793.0','1019027.0','3',    '2','2','802.76',    '2','2','623.76',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101057.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012794.0','1019027.0','3',    '2','2','8865.84',    '2','2','8865.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101058.0','1044594.0','610',    '598','183','147830.08',    '574','111','100589.37',    '484','99','47240.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012795.0','1019027.0','4',    '3','2','3618.14',    '3','2','2687.66',    '1','1','930.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101059.0','1044594.0','10',    '10','4','8930.13',    '9','4','8930.13',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012796.0','1019027.0','222',    '176','137','438034.13',    '170','126','312870.11',    '111','56','125164.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101060.0','1044594.0','14',    '10','7','18557.75',    '10','7','18378.75',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012797.0','1019027.0','4',    '3','3','3378.35',    '3','2','3199.35',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101061.0','1044594.0','173',    '159','116','237557.61',    '154','112','202856.29',    '80','34','34701.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012798.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101062.0','1044594.0','89',    '77','61','205249.21',    '75','59','164651.56',    '50','25','40597.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012799.0','1019027.0','26',    '18','14','22931.04',    '18','13','21082.19',    '8','3','1848.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101063.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012800.0','1019027.0','13',    '9','7','6225.62',    '9','7','6046.62',    '5','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101064.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012801.0','1019027.0','5',    '5','3','2896.01',    '5','3','2717.01',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101065.0','1044594.0','3',    '3','2','5579.0',    '3','1','5400.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012802.0','1019027.0','15',    '11','6','14336.16',    '10','6','13757.17',    '4','2','578.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101066.0','1044594.0','11',    '9','8','12352.79',    '9','8','10542.79',    '5','5','1810.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012803.0','1019027.0','36',    '27','22','76457.19',    '25','21','64457.16',    '16','6','12000.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101067.0','1044594.0','1',    '1','1','2880.07',    '1','1','2880.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012804.0','1019027.0','1',    '1','1','2962.08',    '1','1','2962.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101068.0','1044594.0','3',    '1','1','3846.5',    '1','1','3846.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012805.0','1019027.0','302',    '265','189','423354.28',    '258','179','391536.71',    '173','56','31817.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101069.0','1044594.0','36',    '33','6','4910.02',    '33','6','4107.93',    '29','3','802.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012806.0','1019027.0','12',    '12','5','3958.65',    '11','4','3643.66',    '10','2','314.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101070.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012807.0','1019027.0','2',    '2','2','4910.07',    '2','2','4910.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101071.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012808.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101072.0','1044594.0','1',    '1','1','1777.92',    '1','1','1777.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012809.0','1019027.0','7',    '5','4','5330.38',    '5','4','5151.38',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101073.0','1044594.0','30',    '26','23','126441.81',    '26','23','98689.77',    '15','7','27752.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012810.0','1019027.0','19',    '18','15','30314.0',    '18','15','29777.0',    '10','3','537.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101074.0','1044594.0','4',    '4','4','7150.67',    '4','4','6971.67',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012811.0','1019027.0','5',    '3','3','5356.66',    '3','3','5356.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101075.0','1044594.0','3',    '3','3','3349.5',    '3','2','3259.51',    '1','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012812.0','1019027.0','2',    '1','1','713.0',    '1','1','713.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101076.0','1044594.0','2',    '2','2','1880.48',    '2','2','1880.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012813.0','1019027.0','10',    '10','7','13931.47',    '10','7','12832.49',    '6','2','1098.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101077.0','1044594.0','2',    '2','1','1402.52',    '2','1','1402.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012814.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101078.0','1044594.0','1',    '1','1','2844.11',    '1','1','2844.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012815.0','1019027.0','64',    '52','20','42550.85',    '47','14','34752.67',    '35','9','7798.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101079.0','1044594.0','21',    '19','8','11314.65',    '17','6','11045.66',    '8','2','268.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012816.0','1019027.0','30',    '25','20','42004.69',    '24','19','34114.89',    '9','5','7889.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101080.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012817.0','1019027.0','5',    '5','4','9117.03',    '5','4','9117.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101081.0','1044594.0','89',    '78','64','108407.61',    '76','63','105942.86',    '33','7','2464.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012818.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101082.0','1044594.0','1',    '1','1','179.0',    '1','0','0.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012819.0','1019027.0','263',    '209','161','529349.26',    '205','154','420095.02',    '89','45','109254.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101083.0','1044594.0','15',    '12','11','26329.73',    '12','10','23830.03',    '8','3','2499.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012820.0','1019027.0','7',    '4','3','5085.65',    '3','2','4535.65',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101084.0','1044594.0','2',    '1','1','1142.93',    '1','1','1142.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012821.0','1019027.0','4',    '3','3','1243.58',    '3','2','1064.58',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101085.0','1044594.0','4',    '2','1','179.0',    '2','0','0.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012822.0','1019027.0','140',    '136','98','210031.53',    '136','93','201361.87',    '67','20','8669.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101086.0','1044594.0','8',    '6','3','1387.83',    '6','3','1387.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012823.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101087.0','1044594.0','49',    '44','28','60469.23',    '44','25','59077.24',    '25','5','1391.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012824.0','1019027.0','235',    '212','178','700637.99',    '206','177','535207.06',    '115','54','165430.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101088.0','1044594.0','61',    '60','21','14944.68',    '59','12','10004.68',    '47','12','4940.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012825.0','1019027.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101089.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012826.0','1019027.0','1',    '1','1','1546.02',    '1','1','1546.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101090.0','1044594.0','1',    '1','1','1070.87',    '1','1','1070.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012827.0','1019027.0','2',    '2','1','772.43',    '2','1','422.43',    '1','1','350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101091.0','1044594.0','124',    '101','87','277608.84',    '100','85','207475.34',    '43','29','70133.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012828.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101092.0','1044594.0','20',    '19','16','33684.84',    '19','14','32088.87',    '11','6','1595.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012829.0','1019027.0','124',    '63','38','125076.67',    '54','35','81615.81',    '44','14','43460.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101093.0','1044594.0','97',    '80','53','53153.67',    '79','44','47745.86',    '43','17','5407.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012830.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101094.0','1044594.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012831.0','1019027.0','6',    '3','3','9957.76',    '3','3','9347.82',    '2','1','609.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101095.0','1044594.0','1',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012832.0','1019027.0','8',    '4','3','9258.51',    '4','3','8808.52',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101096.0','1044594.0','6',    '6','4','4519.98',    '6','3','3220.0',    '5','2','1299.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012833.0','1019027.0','42',    '32','28','75074.81',    '31','27','73837.93',    '17','4','1236.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101097.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012834.0','1019027.0','2',    '2','2','3673.68',    '2','2','3673.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101098.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012835.0','1019027.0','5',    '3','1','179.0',    '3','0','0.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101099.0','1044594.0','3',    '3','1','4159.05',    '3','1','4159.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012836.0','1019027.0','3',    '3','2','12580.81',    '3','2','11554.0',    '1','1','1026.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101100.0','1044594.0','3',    '3','2','3047.5',    '2','2','2868.5',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012837.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101101.0','1044594.0','3',    '3','1','4410.8',    '3','1','4410.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012838.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101102.0','1044594.0','228',    '217','144','252304.17',    '215','132','231014.57',    '114','34','21289.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012839.0','1019027.0','1',    '1','1','2154.62',    '1','1','2154.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101103.0','1044594.0','2',    '2','1','227.5',    '2','1','227.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012840.0','1019027.0','8',    '8','5','12891.31',    '8','5','12891.31',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101104.0','1044594.0','2',    '1','1','5579.0',    '1','1','5400.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012841.0','1019027.0','33',    '26','21','85033.26',    '26','18','58801.7',    '14','11','26231.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101105.0','1044594.0','13',    '7','5','4383.68',    '7','5','4383.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012842.0','1019027.0','9',    '7','5','14224.41',    '7','4','11431.3',    '3','1','2793.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101106.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012843.0','1019027.0','97',    '95','34','27466.93',    '91','22','20900.93',    '71','16','6566.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101107.0','1044594.0','3',    '3','2','6631.26',    '3','2','6631.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012844.0','1019027.0','4',    '3','2','2673.45',    '3','2','2673.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101108.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012845.0','1019027.0','17',    '15','11','23148.2',    '15','11','23148.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101109.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012846.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101110.0','1044594.0','3',    '3','3','7438.95',    '3','2','7259.95',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012847.0','1019027.0','2',    '2','1','2459.84',    '2','1','2459.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101111.0','1044594.0','1',    '1','1','1486.55',    '1','1','1486.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012848.0','1019027.0','314',    '302','79','60140.65',    '292','51','42005.35',    '234','38','18135.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101112.0','1044594.0','2',    '2','1','449.99',    '2','0','0.0',    '2','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012849.0','1019027.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101113.0','1044594.0','11',    '8','4','6931.33',    '8','4','6931.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012850.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101114.0','1044594.0','49',    '40','24','42000.23',    '40','23','39843.37',    '11','3','2156.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012851.0','1019027.0','1',    '1','1','3261.52',    '1','1','3261.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101115.0','1044594.0','26',    '22','12','16972.85',    '21','12','16793.85',    '6','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012852.0','1019027.0','4',    '4','3','5285.04',    '3','3','5285.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101116.0','1044594.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012853.0','1019027.0','3',    '3','2','687.26',    '3','1','329.26',    '3','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101117.0','1044594.0','3',    '2','2','2892.9',    '2','2','2892.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012854.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101118.0','1044594.0','10',    '10','8','10031.39',    '10','8','9494.39',    '8','3','537.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012855.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101119.0','1044594.0','1',    '1','1','674.0',    '1','1','674.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012856.0','1019027.0','9',    '7','3','8833.72',    '7','3','8654.72',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101120.0','1044594.0','1',    '1','1','1296.23',    '1','1','1296.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012857.0','1019027.0','23',    '12','12','32461.99',    '12','12','32103.99',    '4','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101121.0','1044594.0','6',    '5','2','2421.29',    '5','2','2421.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012858.0','1019027.0','15',    '14','10','37915.88',    '14','8','29063.77',    '10','5','8852.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101122.0','1044594.0','7',    '6','1','1959.28',    '6','1','1959.28',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012859.0','1019027.0','1',    '1','1','626.66',    '1','1','626.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101123.0','1044594.0','1',    '1','1','2050.17',    '1','1','2050.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012860.0','1019027.0','3',    '2','1','1670.4',    '2','1','1670.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101124.0','1044594.0','57',    '40','31','89751.61',    '40','30','82351.37',    '15','4','7400.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012861.0','1019027.0','15',    '13','11','48102.12',    '13','11','42201.86',    '5','3','5900.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101125.0','1044594.0','2',    '2','1','276.16',    '2','1','276.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012862.0','1019027.0','12',    '11','9','14896.74',    '11','9','14717.74',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101126.0','1044594.0','1',    '1','1','4012.63',    '1','1','4012.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012863.0','1019027.0','6',    '5','4','5582.12',    '5','4','4853.12',    '2','2','729.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101127.0','1044594.0','4',    '4','3','6388.25',    '4','3','6388.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012864.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101128.0','1044594.0','208',    '204','63','52734.91',    '201','44','40861.57',    '150','27','11873.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012865.0','1019027.0','75',    '52','35','126002.45',    '50','34','111450.69',    '18','7','14551.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101129.0','1044594.0','3',    '3','1','2201.44',    '3','1','1497.56',    '3','1','703.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012866.0','1019027.0','2',    '2','1','229.98',    '2','0','0.0',    '2','1','229.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101130.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012867.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101131.0','1044594.0','16',    '15','8','7182.61',    '15','6','6942.63',    '12','2','239.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012868.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101132.0','1044594.0','10',    '10','1','807.55',    '7','1','807.55',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012869.0','1019027.0','303',    '236','201','822709.19',    '233','199','698344.35',    '105','46','124364.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101133.0','1044594.0','337',    '291','243','749339.0',    '285','233','633374.87',    '187','96','115964.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012870.0','1019027.0','16',    '12','9','25454.22',    '12','9','17284.34',    '7','4','8169.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101134.0','1044594.0','31',    '29','26','178565.01',    '29','26','95448.27',    '17','12','83116.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012871.0','1019027.0','14',    '13','10','43195.9',    '13','10','28848.82',    '5','3','14347.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101135.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012872.0','1019027.0','4',    '4','1','5400.0',    '4','1','5400.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101136.0','1044594.0','3',    '2','2','3416.48',    '2','2','3416.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012873.0','1019027.0','6',    '5','4','5785.03',    '5','4','5560.03',    '5','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101137.0','1044594.0','8',    '7','6','9204.83',    '7','6','9204.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012874.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101138.0','1044594.0','17',    '16','15','32012.61',    '16','15','31654.61',    '4','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012875.0','1019027.0','5',    '4','3','6833.5',    '4','2','6204.51',    '2','2','628.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101139.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012876.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101140.0','1044594.0','73',    '58','42','54606.97',    '57','40','53621.98',    '17','6','984.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012877.0','1019027.0','229',    '221','112','111674.78',    '217','83','86026.09',    '159','45','25648.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101141.0','1044594.0','102',    '67','42','110677.38',    '64','40','97180.85',    '33','10','13496.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012878.0','1019027.0','1',    '1','1','3646.47',    '1','1','3646.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101142.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012879.0','1019027.0','4',    '2','2','3910.25',    '2','2','3450.25',    '1','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101143.0','1044594.0','78',    '65','46','124003.02',    '63','46','114896.85',    '23','6','9106.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012880.0','1019027.0','4',    '4','2','4604.52',    '4','2','4144.52',    '2','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101144.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012881.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101145.0','1044594.0','19',    '18','12','23564.73',    '18','12','21160.0',    '4','2','2404.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012882.0','1019027.0','26',    '23','20','54302.76',    '22','20','35568.21',    '14','4','18734.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101146.0','1044594.0','1',    '1','1','336.2',    '1','1','336.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012883.0','1019027.0','1',    '1','1','3038.44',    '1','1','3038.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101147.0','1044594.0','2',    '1','1','267.25',    '1','1','267.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012884.0','1019027.0','6',    '5','2','1684.91',    '5','1','1505.91',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101148.0','1044594.0','330',    '321','60','45881.87',    '306','36','35038.69',    '258','29','10843.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012885.0','1019027.0','86',    '81','67','196262.56',    '80','66','166996.74',    '36','11','29265.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101149.0','1044594.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012886.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101150.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012887.0','1019027.0','4',    '4','2','9589.45',    '4','2','7506.24',    '2','1','2083.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101151.0','1044594.0','2',    '2','1','2687.5',    '2','1','2687.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012888.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101152.0','1044594.0','44',    '40','19','26084.25',    '40','18','24478.38',    '24','7','1605.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012889.0','1019027.0','4',    '4','3','6733.81',    '4','3','5983.94',    '2','1','749.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101153.0','1044594.0','1',    '1','1','125.22',    '1','1','125.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012890.0','1019027.0','432',    '357','267','855142.73',    '339','258','648707.0',    '192','85','206435.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101154.0','1044594.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012891.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101155.0','1044594.0','59',    '44','32','101792.98',    '40','30','70812.01',    '26','12','30980.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012892.0','1019027.0','25',    '13','11','36640.41',    '12','11','24907.76',    '6','2','11732.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101156.0','1044594.0','30',    '26','16','25743.87',    '25','15','24509.91',    '14','2','1233.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012893.0','1019027.0','36',    '27','19','59541.56',    '27','19','47018.2',    '16','6','12523.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101157.0','1044594.0','42',    '42','29','56477.82',    '41','29','53543.68',    '30','4','2934.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012894.0','1019027.0','71',    '60','44','162545.74',    '59','35','125120.83',    '36','18','37424.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101158.0','1044594.0','38',    '38','12','7556.12',    '38','5','3549.41',    '25','8','4006.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012895.0','1019027.0','30',    '26','24','143467.3',    '26','23','81140.66',    '18','12','62326.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101159.0','1044594.0','1',    '1','1','1352.39',    '1','1','766.0',    '1','1','586.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012896.0','1019027.0','56',    '46','38','104527.72',    '46','37','89267.69',    '22','10','15260.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101160.0','1044594.0','149',    '146','45','38679.85',    '137','28','25600.97',    '128','26','13078.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012897.0','1019027.0','5',    '3','2','981.27',    '3','2','981.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101161.0','1044594.0','31',    '30','18','31233.4',    '30','16','30600.4',    '15','4','633.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012898.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101162.0','1044594.0','323',    '266','226','683450.85',    '261','217','603432.31',    '125','48','80018.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012899.0','1019027.0','863',    '740','578','1891605.92',    '727','537','1538421.04',    '353','177','353184.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101163.0','1044594.0','1',    '1','1','3562.98',    '1','1','2643.0',    '1','1','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012900.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101164.0','1044594.0','1',    '1','1','3598.22',    '1','1','3419.22',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012901.0','1019027.0','4',    '3','3','5342.07',    '3','3','5342.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101165.0','1044594.0','25',    '23','15','23043.66',    '22','12','16720.73',    '17','6','6322.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012902.0','1019027.0','4',    '3','2','8262.7',    '3','2','5853.0',    '3','1','2409.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101166.0','1044594.0','18',    '13','10','13013.05',    '12','10','12563.06',    '4','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012903.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101167.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012904.0','1019027.0','4',    '1','1','1748.17',    '1','1','1748.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101168.0','1044594.0','43',    '33','21','49679.05',    '33','20','48663.17',    '9','4','1015.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012905.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101169.0','1044594.0','587',    '483','399','1511516.58',    '472','375','1041744.29',    '303','164','469772.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012906.0','1019027.0','2',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101170.0','1044594.0','234',    '213','177','378271.75',    '212','174','360204.56',    '105','41','18067.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012907.0','1019027.0','440',    '367','254','699341.53',    '355','224','496239.64',    '222','93','203101.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101171.0','1044594.0','14',    '12','6','9077.26',    '11','6','8577.26',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012908.0','1019027.0','10',    '5','4','7210.92',    '5','4','7210.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101172.0','1044594.0','9',    '8','6','9846.64',    '8','6','9047.65',    '3','2','798.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012909.0','1019027.0','178',    '172','60','50055.83',    '168','35','32584.73',    '142','29','17471.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101173.0','1044594.0','2',    '2','2','3949.39',    '2','2','3770.39',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012910.0','1019027.0','30',    '29','15','16250.31',    '29','10','11764.08',    '23','8','4486.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101174.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012911.0','1019027.0','1',    '1','1','1246.97',    '1','1','1067.97',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101175.0','1044594.0','3',    '3','3','9357.92',    '3','3','9357.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012912.0','1019027.0','109',    '91','73','300409.11',    '88','73','261816.73',    '52','13','38592.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101176.0','1044594.0','13',    '8','6','19303.25',    '7','6','19124.25',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012913.0','1019027.0','159',    '136','104','326559.94',    '133','101','304108.15',    '59','22','22451.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101177.0','1044594.0','1',    '1','1','5941.0',    '1','1','5941.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012914.0','1019027.0','7',    '7','5','8677.26',    '7','5','8677.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101178.0','1044594.0','7',    '4','2','5339.81',    '4','2','5339.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012915.0','1019027.0','5',    '4','4','5977.49',    '4','4','5977.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101179.0','1044594.0','3',    '3','3','8464.65',    '3','3','7109.29',    '2','1','1355.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012916.0','1019027.0','31',    '27','15','14619.96',    '27','15','12241.37',    '13','4','2378.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101180.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012917.0','1019027.0','2',    '2','2','6838.27',    '2','2','6838.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101181.0','1044594.0','293',    '287','84','67596.59',    '276','46','50041.64',    '238','39','17554.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012918.0','1019027.0','1',    '1','1','744.13',    '1','1','744.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101182.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012919.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101183.0','1044594.0','3',    '3','1','265.58',    '3','1','265.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012920.0','1019027.0','7',    '7','6','8539.0',    '7','6','8539.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101184.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012921.0','1019027.0','5',    '4','1','1959.95',    '4','1','1780.95',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101185.0','1044594.0','58',    '42','27','71030.49',    '41','27','69450.51',    '12','3','1579.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012922.0','1019027.0','30',    '21','13','32258.63',    '21','13','32079.63',    '8','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101186.0','1044594.0','9',    '7','5','3953.29',    '7','5','3953.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012923.0','1019027.0','3',    '2','1','5549.94',    '2','1','5400.0',    '2','1','149.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101187.0','1044594.0','3',    '1','1','4051.58',    '1','1','4051.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012924.0','1019027.0','12',    '10','8','23488.22',    '10','8','23309.22',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101188.0','1044594.0','34',    '27','19','30632.72',    '22','14','25720.14',    '26','11','4912.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012925.0','1019027.0','2',    '2','2','1986.84',    '2','2','1986.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101189.0','1044594.0','25',    '20','11','20615.75',    '20','11','19727.76',    '8','3','887.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012926.0','1019027.0','2',    '2','2','788.62',    '2','1','609.62',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101190.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012927.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101191.0','1044594.0','2',    '2','1','925.0',    '2','1','925.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012928.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101192.0','1044594.0','7',    '7','7','21839.03',    '7','7','21660.03',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012929.0','1019027.0','1',    '1','1','5400.0',    '1','1','5400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101193.0','1044594.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012930.0','1019027.0','13',    '12','7','11053.58',    '12','7','11053.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101194.0','1044594.0','13',    '7','5','18429.08',    '7','5','16691.07',    '4','1','1738.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012931.0','1019027.0','51',    '43','34','90057.5',    '43','32','73257.73',    '13','6','16799.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101195.0','1044594.0','7',    '6','3','11871.14',    '5','2','11321.14',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012932.0','1019027.0','2',    '2','2','4997.98',    '2','2','4997.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101196.0','1044594.0','2',    '1','1','1183.7',    '1','1','1183.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001536.0',    '2012933.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005926.0',    '2101197.0','1044594.0','5',    '3','2','1423.72',    '3','2','1244.72',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012934.0','1019027.0','8',    '5','2','1519.49',    '4','2','1340.49',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101198.0','1044594.0','32',    '30','23','46287.27',    '30','21','44867.28',    '20','6','1419.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012935.0','1019027.0','1',    '1','1','5400.0',    '1','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101199.0','1044594.0','57',    '49','30','86832.12',    '47','28','73735.77',    '29','10','13096.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012936.0','1019027.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101200.0','1044594.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012937.0','1019027.0','55',    '40','33','89716.04',    '39','31','74466.74',    '22','7','15249.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101201.0','1044594.0','2',    '2','2','7083.47',    '2','2','7083.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012938.0','1019027.0','279',    '239','181','706344.22',    '231','156','601392.9',    '152','76','104951.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101202.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012939.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101203.0','1044594.0','1',    '1','1','1627.13',    '1','1','1448.13',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012940.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101204.0','1044594.0','49',    '37','24','40316.56',    '36','22','35961.78',    '19','8','4354.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012941.0','1019027.0','1',    '1','1','1749.94',    '1','1','1749.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101205.0','1044594.0','13',    '10','1','3549.9',    '9','1','3549.9',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012942.0','1019027.0','14',    '12','6','9847.31',    '11','6','9847.31',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101206.0','1044594.0','2',    '2','1','2582.92',    '2','1','2403.92',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012943.0','1019027.0','1',    '1','1','3170.42',    '1','1','3170.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101207.0','1044594.0','2',    '2','2','1781.69',    '2','2','1546.69',    '2','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012944.0','1019027.0','2',    '2','1','4471.16',    '2','1','4471.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101208.0','1044594.0','3',    '3','1','176.92',    '3','1','176.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012945.0','1019027.0','3',    '3','2','7643.16',    '3','2','6520.6',    '2','1','1122.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101209.0','1044594.0','364',    '352','123','100598.25',    '338','84','79916.93',    '288','55','20681.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012946.0','1019027.0','1',    '1','1','1152.9',    '1','1','783.03',    '1','1','369.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101210.0','1044594.0','100',    '83','52','175717.34',    '80','50','145305.23',    '37','13','30412.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012947.0','1019027.0','7',    '5','4','6281.07',    '5','4','6281.07',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101211.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012948.0','1019027.0','192',    '174','155','489187.44',    '171','148','422432.65',    '111','49','66754.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101212.0','1044594.0','53',    '52','16','10127.26',    '51','10','6897.2',    '40','8','3230.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012949.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101213.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012950.0','1019027.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101214.0','1044594.0','40',    '39','12','9133.0',    '38','9','7097.5',    '30','5','2035.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012951.0','1019027.0','48',    '46','15','16925.41',    '45','9','11264.83',    '30','9','5660.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101215.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012952.0','1019027.0','1',    '1','1','2530.58',    '1','1','2530.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101216.0','1044594.0','13',    '12','11','18308.71',    '12','11','17771.71',    '5','2','537.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012953.0','1019027.0','14',    '12','7','11219.19',    '12','7','11219.19',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101217.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012954.0','1019027.0','86',    '72','59','254756.31',    '72','56','189003.17',    '49','17','65753.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101218.0','1044594.0','4',    '4','4','9997.13',    '4','4','9997.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012955.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101219.0','1044594.0','26',    '25','17','26090.26',    '25','17','25251.41',    '9','2','838.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012956.0','1019027.0','8',    '4','3','9407.9',    '4','3','7728.08',    '3','2','1679.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101220.0','1044594.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012957.0','1019027.0','3',    '2','1','5400.0',    '2','1','5400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101221.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012958.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101222.0','1044594.0','6',    '5','3','5222.57',    '5','3','5043.57',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012959.0','1019027.0','22',    '22','8','3171.18',    '22','2','1034.0',    '19','7','2137.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101223.0','1044594.0','11',    '11','5','3853.56',    '11','4','3449.56',    '7','2','404.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012960.0','1019027.0','108',    '96','79','274318.41',    '96','70','218517.46',    '55','31','55800.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101224.0','1044594.0','16',    '16','14','48563.64',    '16','14','33122.92',    '6','3','15440.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012961.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101225.0','1044594.0','1',    '1','1','4554.52',    '1','1','4554.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012962.0','1019027.0','13',    '10','4','27894.5',    '9','4','14962.22',    '4','2','12932.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101226.0','1044594.0','1',    '1','1','702.69',    '1','1','702.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012963.0','1019027.0','3',    '2','1','291.71',    '2','1','291.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101227.0','1044594.0','1',    '1','1','4873.07',    '1','1','4593.08',    '1','1','279.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012964.0','1019027.0','44',    '37','30','79832.44',    '36','29','59060.24',    '16','5','20772.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101228.0','1044594.0','23',    '20','16','42332.58',    '20','16','41632.7',    '5','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012965.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101229.0','1044594.0','22',    '17','11','26019.98',    '15','11','25321.0',    '7','2','698.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012966.0','1019027.0','17',    '15','8','19547.92',    '15','8','19547.92',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101230.0','1044594.0','2',    '2','1','3782.41',    '2','1','3782.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012967.0','1019027.0','11',    '11','2','2999.54',    '10','2','2999.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101231.0','1044594.0','80',    '78','18','16788.99',    '74','9','9728.98',    '70','11','7060.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012968.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101232.0','1044594.0','6',    '6','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012969.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101233.0','1044594.0','1',    '1','1','1051.4',    '1','1','1051.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012970.0','1019027.0','43',    '33','22','46600.67',    '33','22','43089.66',    '12','6','3511.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101234.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012971.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101235.0','1044594.0','13',    '12','5','6491.48',    '11','3','5491.49',    '9','2','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012972.0','1019027.0','14',    '14','2','1657.35',    '14','1','1422.35',    '11','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101236.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012973.0','1019027.0','26',    '25','2','1905.41',    '23','1','1726.41',    '15','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101237.0','1044594.0','1',    '1','1','2113.13',    '1','1','514.29',    '1','1','1598.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012974.0','1019027.0','69',    '69','48','84294.24',    '67','45','76640.19',    '48','11','7654.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101238.0','1044594.0','60',    '59','19','18254.66',    '57','15','13322.78',    '45','8','4931.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012975.0','1019027.0','6',    '5','2','3244.89',    '5','2','3244.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101239.0','1044594.0','5',    '4','2','636.96',    '4','1','457.96',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012976.0','1019027.0','8',    '8','4','3732.54',    '7','3','3442.54',    '6','2','290.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101240.0','1044594.0','6',    '5','3','6493.56',    '5','3','5339.6',    '1','1','1153.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012977.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101241.0','1044594.0','1',    '1','1','416.01',    '1','1','416.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012978.0','1019027.0','4',    '4','1','445.4',    '3','1','445.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101242.0','1044594.0','8',    '8','2','1152.7',    '7','1','927.7',    '7','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012979.0','1019027.0','165',    '156','99','189993.09',    '150','89','175009.8',    '92','31','14983.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101243.0','1044594.0','89',    '77','56','170775.23',    '75','52','142031.0',    '54','14','28744.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012980.0','1019027.0','22',    '20','4','1686.06',    '19','2','1328.06',    '13','2','358.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101244.0','1044594.0','37',    '36','26','39300.33',    '35','19','34810.51',    '19','9','4489.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012981.0','1019027.0','20',    '19','7','5320.32',    '19','4','4645.32',    '14','3','675.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101245.0','1044594.0','2',    '2','1','179.0',    '1','0','0.0',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012982.0','1019027.0','16',    '16','2','813.78',    '15','2','813.78',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101246.0','1044594.0','4',    '4','1','2388.49',    '4','1','2388.49',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012983.0','1019027.0','39',    '36','22','43288.37',    '34','22','42010.39',    '18','3','1277.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101247.0','1044594.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012984.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101248.0','1044594.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012985.0','1019027.0','2',    '2','1','950.49',    '2','1','950.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101249.0','1044594.0','4',    '3','2','3866.01',    '3','2','3866.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012986.0','1019027.0','17',    '17','6','7490.75',    '17','4','4696.36',    '16','3','2794.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101250.0','1044594.0','1',    '1','1','1507.04',    '1','1','1507.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012987.0','1019027.0','526',    '502','374','685626.95',    '495','349','650703.92',    '316','117','34923.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101251.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012988.0','1019027.0','6',    '6','1','322.5',    '5','0','0.0',    '5','1','322.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101252.0','1044594.0','62',    '57','37','70132.58',    '57','36','66362.46',    '32','8','3770.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012989.0','1019027.0','1',    '1','1','673.22',    '1','1','673.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101253.0','1044594.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012990.0','1019027.0','7',    '6','1','1928.83',    '5','1','1468.83',    '4','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101254.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012991.0','1019027.0','1',    '1','1','5980.0',    '1','1','5980.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101255.0','1044594.0','208',    '202','87','87711.89',    '196','71','77569.23',    '131','29','10142.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012992.0','1019027.0','16',    '15','9','7609.02',    '14','7','6420.02',    '11','3','1189.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101256.0','1044594.0','3',    '2','1','453.45',    '2','1','453.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012993.0','1019027.0','74',    '68','12','13428.27',    '66','7','11609.29',    '51','9','1818.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101257.0','1044594.0','2',    '2','1','851.59',    '2','1','851.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012994.0','1019027.0','17',    '15','10','24135.07',    '15','9','23820.07',    '6','2','315.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101258.0','1044594.0','13',    '11','2','1826.73',    '11','1','664.64',    '7','2','1162.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012995.0','1019027.0','12',    '11','9','13641.72',    '11','7','12238.57',    '10','3','1403.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101259.0','1044594.0','25',    '20','16','39995.74',    '20','15','38731.75',    '16','7','1263.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012996.0','1019027.0','33',    '31','21','56918.37',    '31','20','53996.49',    '20','7','2921.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101260.0','1044594.0','85',    '81','20','40088.51',    '78','17','27364.57',    '57','10','12723.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012997.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101261.0','1044594.0','4',    '4','3','1750.4',    '3','2','1571.4',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012998.0','1019027.0','16',    '14','5','5481.71',    '13','4','4161.82',    '10','2','1319.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101262.0','1044594.0','4',    '4','3','2102.8',    '4','1','1198.8',    '3','2','904.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2012999.0','1019027.0','119',    '117','38','33349.28',    '115','24','22396.35',    '98','17','10952.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101263.0','1044594.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013000.0','1019027.0','10',    '10','1','4623.0',    '10','1','4623.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101264.0','1044594.0','80',    '76','36','35913.93',    '73','30','29655.65',    '59','13','6258.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013001.0','1019027.0','5',    '5','5','9420.24',    '5','5','9241.24',    '5','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101265.0','1044594.0','37',    '33','22','55118.17',    '33','21','49925.45',    '19','9','5192.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013002.0','1019027.0','59',    '56','18','32310.49',    '53','13','19107.4',    '28','10','13203.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101266.0','1044594.0','38',    '35','23','41494.57',    '35','23','39524.75',    '25','7','1969.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013003.0','1019027.0','3',    '3','1','4409.62',    '3','1','3778.03',    '2','1','631.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101267.0','1044594.0','4',    '4','3','9645.46',    '4','2','9035.52',    '4','1','609.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013004.0','1019027.0','1',    '1','1','74.97',    '1','1','74.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101268.0','1044594.0','1056',    '995','733','1771336.71',    '976','665','1649873.11',    '577','241','121463.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013005.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101269.0','1044594.0','8',    '8','6','5162.57',    '8','6','4983.57',    '5','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013006.0','1019027.0','7',    '7','5','6586.3',    '7','5','6257.36',    '2','2','328.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101270.0','1044594.0','5',    '3','1','2428.42',    '3','1','2428.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013007.0','1019027.0','14',    '11','10','25513.57',    '11','9','23955.66',    '8','4','1557.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101271.0','1044594.0','208',    '198','123','233661.73',    '191','109','206793.19',    '115','39','26868.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013008.0','1019027.0','4',    '4','1','1264.09',    '4','1','895.0',    '2','1','369.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101272.0','1044594.0','2',    '2','2','1630.43',    '2','2','1451.43',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013009.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101273.0','1044594.0','70',    '65','42','91512.91',    '61','41','83972.2',    '33','13','7540.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013010.0','1019027.0','181',    '167','109','234347.85',    '162','94','194055.42',    '105','42','40292.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101274.0','1044594.0','301',    '278','144','202340.23',    '269','111','157633.01',    '206','68','44707.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013011.0','1019027.0','1',    '1','1','3825.56',    '1','1','3646.56',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101275.0','1044594.0','2',    '2','2','3868.2',    '2','2','3868.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013012.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101276.0','1044594.0','2',    '2','2','6474.34',    '2','2','6295.34',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013013.0','1019027.0','14',    '13','9','23088.67',    '13','9','23088.67',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101277.0','1044594.0','1',    '1','1','1126.35',    '1','1','1126.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013014.0','1019027.0','7',    '5','2','1225.37',    '5','1','1046.37',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101278.0','1044594.0','2',    '2','2','6133.77',    '2','2','6133.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013015.0','1019027.0','20',    '16','10','8631.16',    '16','8','8322.17',    '7','2','308.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101279.0','1044594.0','4',    '4','2','1653.58',    '4','2','1653.58',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013016.0','1019027.0','7',    '7','2','1071.21',    '7','2','1071.21',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101280.0','1044594.0','60',    '58','44','113265.97',    '55','37','100925.04',    '35','16','12340.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013017.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101281.0','1044594.0','70',    '54','30','47176.47',    '52','28','42334.68',    '31','6','4841.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013018.0','1019027.0','184',    '170','95','139533.04',    '165','70','95441.55',    '136','52','44091.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101282.0','1044594.0','3',    '3','2','397.03',    '2','2','397.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013019.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101283.0','1044594.0','1',    '1','1','783.64',    '1','1','783.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013020.0','1019027.0','58',    '52','28','38739.6',    '51','25','36770.6',    '31','11','1969.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101284.0','1044594.0','5',    '5','2','3992.18',    '5','1','1960.15',    '3','1','2032.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013021.0','1019027.0','26',    '23','15','21271.99',    '23','14','19723.01',    '13','4','1548.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101285.0','1044594.0','689',    '628','449','933579.57',    '611','391','793510.64',    '363','168','140068.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013022.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101286.0','1044594.0','20',    '16','8','18825.91',    '16','8','18825.91',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013023.0','1019027.0','1053',    '1004','728','1310649.55',    '984','667','1225390.66',    '576','226','85258.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101287.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013024.0','1019027.0','128',    '121','40','69671.77',    '120','40','63888.15',    '52','7','5783.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101288.0','1044594.0','30',    '28','13','13636.21',    '25','8','9377.29',    '25','8','4258.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013025.0','1019027.0','184',    '170','88','128300.09',    '157','73','104836.37',    '109','30','23463.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101289.0','1044594.0','12',    '11','2','4500.96',    '9','2','4500.96',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013026.0','1019027.0','462',    '445','202','181559.54',    '429','147','128006.63',    '342','96','53552.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101290.0','1044594.0','12',    '10','7','6892.69',    '9','6','6344.7',    '6','3','547.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013027.0','1019027.0','75',    '70','13','30286.83',    '61','8','25440.35',    '37','7','4846.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101291.0','1044594.0','33',    '26','20','60646.03',    '26','16','48595.59',    '19','11','12050.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013028.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101292.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013029.0','1019027.0','37',    '35','33','53257.23',    '35','31','45272.29',    '26','8','7984.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101293.0','1044594.0','329',    '296','220','473656.92',    '290','200','438275.38',    '166','69','35381.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013030.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101294.0','1044594.0','18',    '16','9','15340.2',    '16','8','14624.2',    '11','4','716.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013031.0','1019027.0','1',    '1','1','2490.9',    '1','1','2490.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101295.0','1044594.0','5',    '4','4','7774.36',    '4','4','7774.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013032.0','1019027.0','18',    '18','14','35391.71',    '18','13','33683.86',    '10','2','1707.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101296.0','1044594.0','212',    '192','140','230432.06',    '188','126','198386.53',    '123','53','32045.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013033.0','1019027.0','2',    '2','2','1401.56',    '2','1','1222.56',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101297.0','1044594.0','16',    '12','2','3483.61',    '10','2','2783.73',    '7','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013034.0','1019027.0','3',    '2','1','200.0',    '2','1','200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101298.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013035.0','1019027.0','398',    '340','232','424841.54',    '323','212','366841.31',    '223','91','58000.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101299.0','1044594.0','5',    '4','3','2694.39',    '4','3','2515.39',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013036.0','1019027.0','81',    '74','41','62828.71',    '71','36','55026.85',    '47','14','7801.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101300.0','1044594.0','4',    '1','1','1221.0',    '1','1','1221.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013037.0','1019027.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101301.0','1044594.0','11',    '8','6','6061.81',    '8','6','4683.47',    '5','3','1378.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013038.0','1019027.0','4',    '4','3','9324.89',    '4','3','6756.04',    '2','2','2568.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101302.0','1044594.0','404',    '374','159','175037.98',    '354','110','121344.54',    '292','77','53693.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013039.0','1019027.0','913',    '857','513','703014.52',    '828','417','562546.36',    '607','221','140468.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101303.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013040.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101304.0','1044594.0','8',    '5','1','204.15',    '4','1','204.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013041.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101305.0','1044594.0','31',    '31','19','41039.59',    '31','19','21846.54',    '19','8','19193.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013042.0','1019027.0','1',    '1','1','451.0',    '1','1','451.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101306.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013043.0','1019027.0','123',    '110','80','204973.88',    '107','79','192708.79',    '66','16','12265.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101307.0','1044594.0','188',    '166','84','253649.39',    '164','77','200525.7',    '83','27','53123.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013044.0','1019027.0','6',    '5','5','10500.31',    '5','5','10500.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101308.0','1044594.0','69',    '65','22','26976.31',    '63','21','22919.68',    '30','3','4056.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013045.0','1019027.0','19',    '17','11','14596.21',    '16','10','13423.35',    '12','4','1172.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101309.0','1044594.0','35',    '34','18','29373.69',    '34','17','21716.03',    '17','3','7657.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013046.0','1019027.0','1',    '1','1','879.22',    '1','1','879.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101310.0','1044594.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013047.0','1019027.0','18',    '15','11','18519.72',    '15','11','18145.79',    '6','2','373.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101311.0','1044594.0','7',    '7','4','5204.84',    '7','4','5204.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013048.0','1019027.0','1',    '1','1','5579.0',    '1','1','5400.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101312.0','1044594.0','3',    '2','1','916.59',    '2','1','916.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013049.0','1019027.0','11',    '6','4','5366.11',    '6','4','5366.11',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101313.0','1044594.0','272',    '264','161','175705.15',    '256','115','135722.01',    '205','87','39983.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013050.0','1019027.0','1',    '1','1','3568.49',    '1','1','3568.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101314.0','1044594.0','9',    '6','4','4871.66',    '6','4','4871.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013051.0','1019027.0','341',    '294','213','586244.16',    '292','198','519338.57',    '173','78','66905.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101315.0','1044594.0','1',    '1','1','922.76',    '1','1','922.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013052.0','1019027.0','1',    '1','1','4328.87',    '1','1','4328.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101316.0','1044594.0','300',    '266','154','513861.28',    '259','129','320445.9',    '155','82','193415.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013053.0','1019027.0','35',    '32','15','30116.69',    '31','14','27328.62',    '19','4','2788.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101317.0','1044594.0','8',    '8','6','13053.04',    '8','6','10745.85',    '6','1','2307.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013054.0','1019027.0','18',    '18','13','25366.23',    '18','12','23551.25',    '10','6','1814.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101318.0','1044594.0','24',    '24','4','7645.79',    '23','2','5966.79',    '11','2','1679.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013055.0','1019027.0','4',    '4','1','1264.97',    '4','1','626.88',    '2','1','638.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101319.0','1044594.0','85',    '81','51','80355.62',    '78','48','72094.1',    '42','13','8261.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013056.0','1019027.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101320.0','1044594.0','234',    '219','140','201256.98',    '209','111','167025.14',    '141','54','34231.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013057.0','1019027.0','510',    '467','285','521980.24',    '450','232','423739.26',    '311','132','98240.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101321.0','1044594.0','9',    '9','7','10233.17',    '9','2','6423.0',    '7','6','3810.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013058.0','1019027.0','8',    '8','6','3678.86',    '7','4','2344.86',    '5','4','1334.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101322.0','1044594.0','67',    '56','27','43898.01',    '54','19','36476.11',    '26','12','7421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013059.0','1019027.0','364',    '334','133','215730.64',    '311','113','171808.33',    '222','64','43922.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101323.0','1044594.0','41',    '35','29','73735.18',    '35','28','69551.54',    '17','4','4183.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013060.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101324.0','1044594.0','227',    '213','75','78233.42',    '210','67','63778.53',    '88','20','14454.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013061.0','1019027.0','1',    '1','1','570.35',    '1','1','570.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101325.0','1044594.0','18',    '13','5','3199.3',    '10','4','1120.22',    '9','3','2079.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013062.0','1019027.0','5',    '4','3','2190.62',    '4','3','2190.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101326.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013063.0','1019027.0','8',    '7','5','7419.72',    '6','5','7419.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101327.0','1044594.0','30',    '27','19','52333.6',    '26','16','49451.85',    '15','7','2881.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013064.0','1019027.0','408',    '375','233','465818.64',    '354','212','394160.27',    '223','75','71658.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101328.0','1044594.0','99',    '81','52','126398.3',    '76','46','113324.4',    '53','19','13073.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013065.0','1019027.0','62',    '54','25','26341.38',    '54','25','25892.35',    '22','3','449.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101329.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013066.0','1019027.0','34',    '29','4','7553.15',    '29','4','7553.15',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101330.0','1044594.0','10',    '9','9','27488.27',    '9','9','26074.93',    '5','2','1413.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013067.0','1019027.0','57',    '54','39','64453.05',    '54','36','62484.05',    '30','11','1969.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101331.0','1044594.0','7',    '7','6','5647.23',    '7','6','5647.23',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013068.0','1019027.0','81',    '62','45','83330.99',    '62','38','60300.72',    '47','24','23030.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101332.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013069.0','1019027.0','68',    '65','7','6832.57',    '65','7','5335.58',    '25','1','1496.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101333.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013070.0','1019027.0','1',    '1','1','1811.43',    '1','1','1811.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101334.0','1044594.0','332',    '310','65','73761.55',    '308','64','67845.4',    '118','5','5916.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013071.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101335.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013072.0','1019027.0','485',    '462','377','942268.76',    '457','344','830400.83',    '290','149','111867.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101336.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013073.0','1019027.0','81',    '73','51','120841.51',    '70','48','113032.33',    '42','10','7809.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101337.0','1044594.0','2',    '2','2','1460.36',    '2','2','1460.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013074.0','1019027.0','16',    '13','7','14390.66',    '13','7','14390.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101338.0','1044594.0','366',    '342','247','815939.21',    '337','236','730329.12',    '195','51','85610.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013075.0','1019027.0','37',    '32','15','17877.12',    '32','14','17702.12',    '10','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101339.0','1044594.0','1',    '1','1','1642.0',    '1','1','1642.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013076.0','1019027.0','8',    '6','3','2223.71',    '6','3','2223.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101340.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013077.0','1019027.0','177',    '151','69','71698.26',    '95','31','40001.88',    '118','49','31696.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101341.0','1044594.0','1',    '1','1','4720.94',    '1','1','4720.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013078.0','1019027.0','300',    '273','150','156857.16',    '197','77','97481.1',    '198','91','59376.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101342.0','1044594.0','52',    '48','21','25999.19',    '47','21','25999.19',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013079.0','1019027.0','3',    '3','2','676.29',    '3','1','619.29',    '1','1','57.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101343.0','1044594.0','437',    '408','146','294363.19',    '399','135','200395.62',    '170','58','93967.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013080.0','1019027.0','1',    '1','1','1825.14',    '1','1','1125.26',    '1','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101344.0','1044594.0','11',    '11','3','3837.4',    '11','3','3837.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013081.0','1019027.0','107',    '103','32','64992.11',    '103','31','59144.97',    '48','9','5847.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101345.0','1044594.0','14',    '13','9','44199.6',    '13','9','43483.6',    '9','4','716.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013082.0','1019027.0','6',    '6','2','2176.04',    '6','2','1942.47',    '2','1','233.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101346.0','1044594.0','16',    '16','13','25766.48',    '16','13','25766.48',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013083.0','1019027.0','3',    '3','1','805.96',    '3','1','805.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101347.0','1044594.0','257',    '226','178','689767.05',    '224','175','687508.02',    '59','11','2259.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013084.0','1019027.0','481',    '414','363','2094834.1',    '411','355','2085122.78',    '121','36','9711.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101348.0','1044594.0','27',    '25','20','33023.77',    '25','18','30352.14',    '14','4','2671.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013085.0','1019027.0','2',    '2','1','2512.95',    '2','1','2512.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101349.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013086.0','1019027.0','97',    '85','39','44479.44',    '62','27','34511.12',    '66','18','9968.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101350.0','1044594.0','10',    '8','5','16638.85',    '7','4','16048.11',    '3','2','590.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013087.0','1019027.0','75',    '60','29','36284.42',    '38','17','26600.89',    '46','16','9683.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101351.0','1044594.0','15',    '11','7','39145.0',    '11','6','38200.06',    '6','3','944.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013088.0','1019027.0','531',    '469','219','235165.39',    '372','144','173837.29',    '340','110','61328.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101352.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013089.0','1019027.0','21',    '18','12','11020.58',    '15','8','7674.02',    '11','6','3346.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101353.0','1044594.0','105',    '78','29','31121.99',    '67','23','27279.09',    '40','9','3842.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013090.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101354.0','1044594.0','635',    '550','284','332589.93',    '402','185','255017.29',    '365','129','77572.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013091.0','1019027.0','192',    '174','91','83797.78',    '138','50','51720.99',    '131','57','32076.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101355.0','1044594.0','271',    '249','98','178033.05',    '243','94','164102.74',    '101','19','13930.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013092.0','1019027.0','26',    '23','12','14111.08',    '20','9','11153.92',    '15','6','2957.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101356.0','1044594.0','7',    '6','3','3522.52',    '6','3','3522.52',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013093.0','1019027.0','13',    '10','7','3779.82',    '4','3','1312.72',    '8','4','2467.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101357.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013094.0','1019027.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101358.0','1044594.0','1',    '1','1','1537.85',    '1','1','1537.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013095.0','1019027.0','33',    '32','21','48147.52',    '32','21','47968.52',    '23','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101359.0','1044594.0','2',    '2','1','12085.26',    '2','1','12085.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013096.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101360.0','1044594.0','685',    '589','276','319087.0',    '438','160','224021.01',    '422','158','95065.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013097.0','1019027.0','1',    '1','1','2407.52',    '1','1','2407.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101361.0','1044594.0','66',    '51','28','27490.91',    '36','20','18860.57',    '38','14','8630.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013098.0','1019027.0','1',    '1','1','389.98',    '1','0','0.0',    '1','1','389.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101362.0','1044594.0','15',    '14','10','12060.7',    '13','10','11081.55',    '12','4','979.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013099.0','1019027.0','379',    '299','61','65947.4',    '261','42','39896.41',    '156','21','26050.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101363.0','1044594.0','1',    '1','1','2313.55',    '1','1','2313.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013100.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101364.0','1044594.0','14',    '11','8','85256.5',    '11','8','71757.34',    '5','3','13499.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013101.0','1019027.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101365.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013102.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101366.0','1044594.0','15',    '12','9','14942.96',    '10','8','14763.96',    '6','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013103.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101367.0','1044594.0','388',    '327','161','147987.92',    '232','89','93055.61',    '224','90','54932.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013104.0','1019027.0','264',    '235','165','356273.66',    '229','113','296070.38',    '168','87','60203.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101368.0','1044594.0','72',    '63','37','43878.91',    '56','24','31461.59',    '37','21','12417.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013105.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101369.0','1044594.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013106.0','1019027.0','5',    '5','2','2138.02',    '5','1','690.31',    '4','1','1447.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101370.0','1044594.0','45',    '35','10','9889.94',    '25','7','7033.52',    '21','5','2856.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013107.0','1019027.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101371.0','1044594.0','26',    '22','5','22029.64',    '19','3','18282.05',    '15','3','3747.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013108.0','1019027.0','3',    '2','2','15445.9',    '2','2','15445.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101372.0','1044594.0','3',    '1','1','2529.09',    '1','1','2350.09',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013109.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101373.0','1044594.0','133',    '130','36','71245.27',    '126','34','68453.22',    '40','7','2792.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013110.0','1019027.0','2',    '2','2','2348.02',    '2','2','2348.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101374.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013111.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101375.0','1044594.0','43',    '40','10','14233.18',    '40','10','8697.49',    '18','3','5535.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013112.0','1019027.0','1',    '1','1','8413.11',    '1','1','5964.0',    '1','1','2449.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101376.0','1044594.0','15',    '13','5','3841.99',    '13','5','3841.99',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013113.0','1019027.0','1',    '1','1','1138.61',    '1','1','1138.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101377.0','1044594.0','1',    '1','1','4500.0',    '0','0','0.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013114.0','1019027.0','36',    '31','22','71578.26',    '31','21','65492.13',    '19','5','6086.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101378.0','1044594.0','1',    '1','1','4320.56',    '1','1','4320.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013115.0','1019027.0','3',    '3','3','20727.25',    '3','3','20727.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101379.0','1044594.0','2',    '2','2','11137.18',    '2','2','11137.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013116.0','1019027.0','4',    '3','2','3260.1',    '3','2','3260.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101380.0','1044594.0','880',    '786','596','2195382.32',    '777','573','2172108.91',    '167','44','23273.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013117.0','1019027.0','21',    '21','16','41911.98',    '21','16','41328.98',    '14','3','583.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101381.0','1044594.0','2',    '2','2','1505.33',    '2','2','1505.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013118.0','1019027.0','139',    '123','24','30077.51',    '121','23','28363.75',    '31','5','1713.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101382.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013119.0','1019027.0','17',    '15','1','1238.6',    '15','1','1238.6',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101383.0','1044594.0','1182',    '986','312','335893.46',    '893','256','270061.29',    '488','100','65832.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013120.0','1019027.0','4',    '4','3','4876.14',    '4','3','4406.15',    '1','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101384.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013121.0','1019027.0','2',    '2','1','1540.56',    '1','1','1540.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101385.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013122.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101386.0','1044594.0','1',    '1','1','3040.1',    '1','1','3040.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013123.0','1019027.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101387.0','1044594.0','2',    '2','1','5358.44',    '2','1','5358.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013124.0','1019027.0','91',    '76','50','136415.34',    '76','50','136415.34',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101388.0','1044594.0','19',    '14','9','23555.12',    '14','9','22557.69',    '4','2','997.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013125.0','1019027.0','185',    '160','75','142608.74',    '157','75','129386.25',    '76','16','13222.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101389.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013126.0','1019027.0','25',    '23','10','11123.25',    '23','10','10509.56',    '7','1','613.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101390.0','1044594.0','453',    '387','321','791817.89',    '385','321','783599.43',    '63','13','8218.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013127.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101391.0','1044594.0','183',    '157','61','71981.65',    '121','29','47040.39',    '98','42','24941.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013128.0','1019027.0','1',    '1','1','3752.73',    '1','1','3425.12',    '1','1','327.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101392.0','1044594.0','377',    '338','187','228568.95',    '216','113','161106.68',    '256','95','67462.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013129.0','1019027.0','1',    '1','1','100.0',    '1','1','100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101393.0','1044594.0','5',    '5','4','7557.33',    '5','4','7378.33',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013130.0','1019027.0','3',    '3','3','5466.3',    '3','2','4417.96',    '2','1','1048.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101394.0','1044594.0','233',    '223','148','205512.14',    '219','131','193872.97',    '127','52','11639.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013131.0','1019027.0','134',    '126','59','74583.23',    '123','55','64783.06',    '48','16','9800.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101395.0','1044594.0','117',    '113','40','55944.13',    '113','40','51375.62',    '59','7','4568.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013132.0','1019027.0','17',    '16','8','8155.68',    '16','8','7708.11',    '7','1','447.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101396.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013133.0','1019027.0','7',    '4','4','14310.95',    '4','4','13791.58',    '3','1','519.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101397.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013134.0','1019027.0','1',    '1','1','651.41',    '0','0','0.0',    '1','1','651.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101398.0','1044594.0','28',    '26','8','13342.94',    '26','8','12464.27',    '10','1','878.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013135.0','1019027.0','2',    '2','1','604.79',    '1','0','0.0',    '1','1','604.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101399.0','1044594.0','1',    '1','1','287.56',    '1','1','287.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013136.0','1019027.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101400.0','1044594.0','149',    '142','105','191471.05',    '141','97','162383.97',    '89','29','29087.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013137.0','1019027.0','24',    '17','6','4330.06',    '12','5','3163.64',    '13','2','1166.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101401.0','1044594.0','8',    '7','6','36261.22',    '7','6','36082.22',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013138.0','1019027.0','3',    '3','2','14648.72',    '2','1','12017.25',    '3','2','2631.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101402.0','1044594.0','263',    '234','172','464436.68',    '232','170','463144.18',    '47','4','1292.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013139.0','1019027.0','44',    '40','13','48514.53',    '36','11','44527.47',    '21','6','3987.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101403.0','1044594.0','83',    '64','49','212068.15',    '63','48','211928.15',    '12','1','140.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013140.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101404.0','1044594.0','3',    '3','1','3331.56',    '3','1','3331.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013141.0','1019027.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101405.0','1044594.0','37',    '32','14','15746.98',    '23','7','10297.95',    '23','10','5449.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013142.0','1019027.0','35',    '31','27','72203.97',    '31','27','69824.72',    '18','7','2379.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101406.0','1044594.0','1',    '1','1','5579.0',    '1','1','5400.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013143.0','1019027.0','819',    '701','297','250721.97',    '476','153','140923.39',    '516','188','109798.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101407.0','1044594.0','1',    '1','1','2252.2',    '1','1','2252.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013144.0','1019027.0','841',    '747','383','390206.53',    '507','202','251638.94',    '578','234','138567.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101408.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013145.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101409.0','1044594.0','108',    '97','41','117554.28',    '89','31','103544.97',    '59','19','14009.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013146.0','1019027.0','1',    '1','1','761.67',    '1','1','761.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101410.0','1044594.0','20',    '19','13','25539.38',    '19','9','18810.8',    '13','7','6728.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013147.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101411.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013148.0','1019027.0','1',    '1','1','1881.6',    '1','1','1881.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101412.0','1044594.0','149',    '119','48','52752.82',    '99','33','39113.27',    '70','19','13639.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013149.0','1019027.0','481',    '418','288','1246175.19',    '409','275','642396.98',    '284','135','603778.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101413.0','1044594.0','149',    '132','62','61636.76',    '94','36','39861.15',    '105','38','21775.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013150.0','1019027.0','1',    '1','1','390.64',    '1','1','390.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101414.0','1044594.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013151.0','1019027.0','616',    '561','431','985154.12',    '554','398','881527.13',    '319','127','103626.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101415.0','1044594.0','1383',    '1281','570','616073.69',    '1035','370','447260.32',    '902','306','168813.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013152.0','1019027.0','64',    '59','36','51926.96',    '59','36','48830.26',    '31','6','3096.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101416.0','1044594.0','12',    '9','3','2622.36',    '6','1','1254.14',    '6','2','1368.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013153.0','1019027.0','5',    '5','5','15477.88',    '5','5','15477.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101417.0','1044594.0','35',    '35','16','12411.46',    '31','8','6339.76',    '26','10','6071.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013154.0','1019027.0','1',    '1','1','2265.9',    '1','1','2265.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101418.0','1044594.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013155.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101419.0','1044594.0','18',    '16','11','21781.92',    '15','11','21781.92',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013156.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101420.0','1044594.0','767',    '691','343','432834.8',    '559','255','347113.72',    '484','157','85721.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013157.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101421.0','1044594.0','371',    '319','119','128370.07',    '264','77','93873.93',    '172','58','34496.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013158.0','1019027.0','5',    '4','3','5354.32',    '4','3','5354.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101422.0','1044594.0','6',    '5','3','6209.15',    '4','3','6209.15',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013159.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101423.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013160.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101424.0','1044594.0','356',    '314','149','132844.2',    '237','74','79472.78',    '213','95','53371.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013161.0','1019027.0','19',    '9','1','699.88',    '5','0','0.0',    '7','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101425.0','1044594.0','139',    '122','67','82969.66',    '105','43','59338.54',    '78','36','23631.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013162.0','1019027.0','129',    '112','56','65602.83',    '87','40','52593.7',    '64','21','13009.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101426.0','1044594.0','214',    '192','107','108450.28',    '142','65','73378.24',    '148','58','35072.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013163.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101427.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013164.0','1019027.0','36',    '27','12','7135.29',    '17','8','5185.59',    '21','6','1949.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101428.0','1044594.0','9',    '8','3','2037.05',    '6','1','637.29',    '4','2','1399.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013165.0','1019027.0','13',    '12','9','15287.46',    '12','9','14170.62',    '5','1','1116.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101429.0','1044594.0','29',    '24','7','5344.32',    '18','6','4465.44',    '19','2','878.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013166.0','1019027.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101430.0','1044594.0','3',    '3','1','1016.6',    '3','1','1016.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013167.0','1019027.0','9',    '6','2','3024.3',    '6','2','1265.7',    '3','1','1758.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101431.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013168.0','1019027.0','13',    '8','6','28354.99',    '8','6','25106.37',    '4','3','3248.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101432.0','1044594.0','1',    '1','1','717.49',    '1','1','717.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013169.0','1019027.0','3',    '3','1','2006.7',    '3','1','2006.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101433.0','1044594.0','4',    '4','2','600.62',    '4','1','421.62',    '4','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013170.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101434.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013171.0','1019027.0','25',    '20','5','14338.34',    '20','5','2093.42',    '5','2','12244.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101435.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013172.0','1019027.0','1',    '1','1','154.1',    '1','1','154.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101436.0','1044594.0','44',    '40','28','75008.54',    '40','28','74113.54',    '19','5','895.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013173.0','1019027.0','7',    '7','2','1220.98',    '7','2','1220.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101437.0','1044594.0','1',    '1','1','1030.62',    '0','0','0.0',    '1','1','1030.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008866.0','1019027.0','111',    '107','73','224997.46',    '106','71','176884.68',    '56','24','48112.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097130.0','1044594.0','76',    '72','20','20680.7',    '71','18','19833.7',    '25','4','847.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013174.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101438.0','1044594.0','7',    '7','2','2098.87',    '7','2','2098.87',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013175.0','1019027.0','12',    '10','7','7576.45',    '10','7','7576.45',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101439.0','1044594.0','5',    '5','2','2631.18',    '5','2','2631.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013176.0','1019027.0','190',    '185','146','303412.66',    '176','117','260061.31',    '124','67','43351.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101440.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013177.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101441.0','1044594.0','36',    '35','31','107204.11',    '35','29','101165.75',    '18','7','6038.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013178.0','1019027.0','2',    '2','2','2602.83',    '2','2','2602.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101442.0','1044594.0','2',    '2','2','14575.92',    '2','2','14575.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013179.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101443.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013180.0','1019027.0','7',    '5','2','2414.06',    '5','2','2414.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101444.0','1044594.0','1',    '1','1','1047.92',    '1','1','1047.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013181.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101445.0','1044594.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013182.0','1019027.0','1355',    '1226','864','2621069.05',    '1181','779','1961131.78',    '789','357','659937.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101446.0','1044594.0','377',    '293','98','97634.6',    '241','54','64971.68',    '163','52','32662.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013183.0','1019027.0','285',    '268','96','141498.08',    '264','91','132591.96',    '107','22','8906.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101447.0','1044594.0','2',    '2','1','517.32',    '0','0','0.0',    '2','1','517.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013184.0','1019027.0','250',    '222','114','124532.77',    '146','66','87812.83',    '155','62','36719.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101448.0','1044594.0','4',    '3','3','4602.14',    '2','2','3954.15',    '1','1','647.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013185.0','1019027.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101449.0','1044594.0','2',    '2','1','2560.28',    '2','1','2560.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013186.0','1019027.0','85',    '67','32','172277.56',    '63','28','154081.63',    '37','11','18195.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101450.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013187.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101451.0','1044594.0','10',    '8','7','8242.72',    '8','7','7801.5',    '5','1','441.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013188.0','1019027.0','13',    '12','1','305.88',    '12','1','305.88',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101452.0','1044594.0','3',    '3','2','2148.01',    '3','2','1969.01',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013189.0','1019027.0','35',    '28','11','12097.44',    '16','5','8268.05',    '22','6','3829.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101453.0','1044594.0','2',    '2','2','1571.13',    '2','2','1571.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013190.0','1019027.0','2',    '2','2','1199.04',    '0','0','0.0',    '2','2','1199.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101454.0','1044594.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013191.0','1019027.0','3',    '3','1','410.46',    '3','1','410.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101455.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013192.0','1019027.0','15',    '11','5','4333.33',    '8','3','2933.57',    '7','2','1399.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101456.0','1044594.0','27',    '26','14','10151.61',    '26','14','10151.61',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013193.0','1019027.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101457.0','1044594.0','15',    '14','6','9135.43',    '14','5','8906.44',    '5','2','228.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013194.0','1019027.0','10',    '10','8','40972.15',    '9','7','40372.22',    '6','1','599.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101458.0','1044594.0','119',    '101','24','57364.94',    '95','24','48976.37',    '42','3','8388.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013195.0','1019027.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101459.0','1044594.0','105',    '97','68','124207.91',    '97','63','115878.41',    '57','15','8329.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013196.0','1019027.0','1',    '1','1','262.5',    '1','1','262.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101460.0','1044594.0','137',    '123','90','122340.26',    '121','85','111997.75',    '75','20','10342.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013197.0','1019027.0','1',    '1','1','2590.45',    '1','1','2590.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101461.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013198.0','1019027.0','1',    '1','1','866.04',    '1','1','866.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101462.0','1044594.0','44',    '41','9','10703.8',    '41','9','10703.8',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013199.0','1019027.0','350',    '340','232','742723.33',    '334','217','703259.81',    '199','59','39463.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101463.0','1044594.0','1',    '1','1','6759.84',    '1','1','6759.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013200.0','1019027.0','1048',    '910','558','1798810.15',    '907','552','1794031.35',    '150','19','4778.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101464.0','1044594.0','1',    '1','1','15322.79',    '1','1','15322.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013201.0','1019027.0','92',    '72','29','41385.66',    '65','27','37826.11',    '33','6','3559.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101465.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013202.0','1019027.0','41',    '37','25','26829.99',    '26','16','15505.21',    '30','14','11324.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101466.0','1044594.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013203.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101467.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013204.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101468.0','1044594.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013205.0','1019027.0','142',    '95','24','21292.82',    '82','16','13682.23',    '44','9','7610.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101469.0','1044594.0','295',    '273','181','1031707.22',    '268','170','967223.03',    '135','47','64484.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013206.0','1019027.0','23',    '21','8','14579.48',    '18','6','10874.6',    '15','5','3704.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101470.0','1044594.0','12',    '10','4','9018.41',    '10','4','8797.8',    '5','1','220.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013207.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101471.0','1044594.0','10',    '9','2','7525.16',    '7','1','3025.16',    '2','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013208.0','1019027.0','9',    '6','2','2626.62',    '5','2','2626.62',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101472.0','1044594.0','2',    '1','1','228.34',    '1','1','228.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013209.0','1019027.0','98',    '74','29','31222.25',    '53','25','28148.83',    '48','6','3073.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101473.0','1044594.0','232',    '203','101','182278.69',    '198','80','122337.74',    '126','43','59940.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013210.0','1019027.0','2',    '2','1','1864.05',    '2','1','1864.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101474.0','1044594.0','10',    '9','3','4824.68',    '8','2','4688.94',    '2','1','135.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013211.0','1019027.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101475.0','1044594.0','189',    '144','60','50898.58',    '108','38','28823.12',    '92','33','22075.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013212.0','1019027.0','8',    '6','2','4458.94',    '6','2','4458.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101476.0','1044594.0','45',    '41','21','27801.61',    '29','17','23313.56',    '27','8','4488.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013213.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101477.0','1044594.0','2',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013214.0','1019027.0','8',    '8','4','2490.74',    '5','1','391.1',    '6','3','2099.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101478.0','1044594.0','162',    '137','111','267170.66',    '133','105','236285.15',    '82','36','30885.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013215.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101479.0','1044594.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013216.0','1019027.0','369',    '345','43','38541.18',    '342','37','31225.4',    '89','10','7315.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101480.0','1044594.0','1',    '1','1','6094.0',    '1','1','6094.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013217.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101481.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013218.0','1019027.0','1',    '1','1','3097.05',    '1','1','3097.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101482.0','1044594.0','33',    '32','22','66644.07',    '31','20','57890.77',    '20','8','8753.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013219.0','1019027.0','149',    '148','115','301915.45',    '147','109','280345.59',    '93','22','21569.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101483.0','1044594.0','1',    '1','1','1405.33',    '1','1','1405.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013220.0','1019027.0','4',    '3','2','13264.14',    '3','2','13264.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101484.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013221.0','1019027.0','8',    '7','3','2442.81',    '7','3','2442.81',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101485.0','1044594.0','1',    '1','1','5431.43',    '1','1','5431.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013222.0','1019027.0','157',    '129','54','71106.12',    '95','31','52092.82',    '82','33','19013.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101486.0','1044594.0','27',    '27','16','26762.2',    '26','16','25957.26',    '14','1','804.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013223.0','1019027.0','170',    '136','71','73922.77',    '98','27','35947.42',    '95','52','37975.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101487.0','1044594.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013224.0','1019027.0','639',    '558','273','315302.11',    '373','132','206210.6',    '409','183','109091.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101488.0','1044594.0','262',    '200','73','121139.38',    '180','55','88042.72',    '104','34','33096.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013225.0','1019027.0','47',    '41','26','31236.28',    '22','13','19610.14',    '32','15','11626.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101489.0','1044594.0','6',    '4','1','1633.2',    '2','1','1633.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008528.0','1019027.0','41',    '33','19','24366.3',    '26','12','20197.92',    '19','9','4168.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096792.0','1044594.0','10',    '5','3','2766.52',    '4','2','2066.64',    '3','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013226.0','1019027.0','46',    '41','15','45599.44',    '39','13','39810.54',    '24','4','5788.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101490.0','1044594.0','35',    '32','14','65520.19',    '30','14','60089.63',    '16','3','5430.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013227.0','1019027.0','14',    '9','2','1325.86',    '5','0','0.0',    '7','2','1325.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101491.0','1044594.0','7',    '7','2','6962.2',    '7','1','6462.2',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013228.0','1019027.0','53',    '47','18','49993.84',    '46','14','37073.9',    '27','8','12919.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101492.0','1044594.0','8',    '4','2','5085.99',    '4','2','4386.11',    '2','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013229.0','1019027.0','2',    '2','1','1003.12',    '2','1','1003.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101493.0','1044594.0','144',    '123','49','71145.23',    '84','31','59114.35',    '91','26','12030.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013230.0','1019027.0','60',    '58','36','55134.98',    '54','29','51632.68',    '35','9','3502.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101494.0','1044594.0','11',    '9','4','22408.02',    '9','4','19579.76',    '2','1','2828.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013231.0','1019027.0','1',    '1','1','3468.19',    '1','1','3468.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101495.0','1044594.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013232.0','1019027.0','4',    '4','2','958.85',    '4','0','0.0',    '3','2','958.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101496.0','1044594.0','6',    '6','2','2824.03',    '4','2','2824.03',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013233.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101497.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013234.0','1019027.0','6',    '5','2','1538.26',    '4','2','1538.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101498.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013235.0','1019027.0','3',    '3','3','2805.23',    '3','2','2036.24',    '3','2','768.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101499.0','1044594.0','4',    '3','2','1324.38',    '3','2','1324.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013236.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101500.0','1044594.0','4',    '4','3','4236.44',    '4','2','3501.44',    '3','1','735.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013237.0','1019027.0','24',    '22','13','21588.8',    '22','13','21051.8',    '14','3','537.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101501.0','1044594.0','8',    '8','1','216.0',    '8','1','216.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013238.0','1019027.0','228',    '196','80','129381.3',    '194','76','106809.48',    '93','24','22571.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101502.0','1044594.0','381',    '364','275','576417.32',    '361','251','505656.81',    '220','87','70760.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013239.0','1019027.0','83',    '79','22','18140.64',    '79','22','17529.19',    '38','2','611.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101503.0','1044594.0','550',    '489','385','1350756.91',    '480','366','1279958.3',    '268','94','70798.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013240.0','1019027.0','85',    '72','33','85187.76',    '67','33','81971.42',    '22','4','3216.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101504.0','1044594.0','141',    '125','88','336568.19',    '125','85','335526.02',    '27','4','1042.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008691.0','1019027.0','22',    '21','4','3969.32',    '21','4','3720.45',    '10','1','248.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096955.0','1044594.0','1',    '1','1','200.0',    '1','1','200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008801.0','1019027.0','228',    '217','160','265781.18',    '215','135','219513.17',    '133','68','46268.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097065.0','1044594.0','4',    '4','1','5242.13',    '4','1','5242.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013241.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101505.0','1044594.0','14',    '12','6','4104.5',    '3','0','0.0',    '9','6','4104.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008689.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096953.0','1044594.0','1',    '1','1','3136.19',    '1','1','3136.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013242.0','1019027.0','598',    '524','271','284629.15',    '379','137','157294.54',    '377','169','127334.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101506.0','1044594.0','91',    '79','62','273226.25',    '79','62','272530.53',    '22','3','695.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013243.0','1019027.0','214',    '198','96','93590.8',    '125','44','57050.53',    '157','64','36540.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101507.0','1044594.0','1485',    '1287','701','879021.22',    '964','434','644427.44',    '891','378','234593.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013244.0','1019027.0','1',    '1','1','1799.29',    '1','1','1799.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101508.0','1044594.0','335',    '302','152','193441.77',    '258','108','157301.13',    '178','67','36140.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013245.0','1019027.0','55',    '46','19','14122.94',    '32','13','10512.25',    '33','8','3610.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101509.0','1044594.0','470',    '409','195','182502.12',    '277','107','120156.27',    '269','107','62345.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008839.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097103.0','1044594.0','1',    '1','1','2494.59',    '1','1','2494.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013246.0','1019027.0','4',    '3','2','1900.28',    '3','2','1136.9',    '2','2','763.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101510.0','1044594.0','1',    '1','1','2613.79',    '1','1','2004.49',    '1','1','609.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013247.0','1019027.0','10',    '8','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101511.0','1044594.0','21',    '17','13','11906.99',    '16','12','11180.0',    '9','3','726.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013248.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101512.0','1044594.0','4',    '4','4','11640.28',    '4','4','11461.28',    '3','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013249.0','1019027.0','184',    '170','39','33644.19',    '168','34','28849.87',    '57','10','4794.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101513.0','1044594.0','159',    '156','46','65038.2',    '155','45','61227.26',    '69','8','3810.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013250.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101514.0','1044594.0','17',    '17','4','2864.7',    '17','4','2864.7',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013251.0','1019027.0','7',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101515.0','1044594.0','7',    '6','1','4674.55',    '6','1','4674.55',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013252.0','1019027.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101516.0','1044594.0','262',    '255','169','358383.59',    '254','130','272793.02',    '188','83','85590.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013253.0','1019027.0','5',    '4','1','458.85',    '4','0','0.0',    '2','1','458.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101517.0','1044594.0','2',    '2','2','1996.28',    '2','2','1996.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013254.0','1019027.0','2',    '2','1','509.42',    '2','1','509.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101518.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013255.0','1019027.0','119',    '111','54','92049.18',    '103','35','73530.01',    '85','26','18519.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101519.0','1044594.0','2',    '1','1','1980.63',    '1','1','1980.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013256.0','1019027.0','6',    '6','3','6403.95',    '6','3','6403.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101520.0','1044594.0','70',    '47','14','21571.35',    '38','8','14482.06',    '22','7','7089.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008852.0','1019027.0','195',    '165','93','128209.66',    '106','40','76580.6',    '126','65','51629.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097116.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013257.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101521.0','1044594.0','1',    '1','1','1595.66',    '1','1','1595.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008642.0','1019027.0','1',    '1','1','565.7',    '1','1','565.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096906.0','1044594.0','120',    '102','77','131815.67',    '101','72','120407.37',    '56','18','11408.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013258.0','1019027.0','5',    '4','3','3244.38',    '4','3','3244.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101522.0','1044594.0','3',    '3','1','5400.0',    '3','1','5400.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013259.0','1019027.0','294',    '225','57','62670.23',    '203','47','52305.98',    '102','15','10364.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101523.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013260.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101524.0','1044594.0','121',    '115','32','36813.0',    '112','32','35576.49',    '45','3','1236.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013261.0','1019027.0','338',    '287','162','171423.66',    '234','92','107214.05',    '198','91','64209.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101525.0','1044594.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013262.0','1019027.0','14',    '13','3','4137.21',    '11','2','3437.33',    '6','1','699.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101526.0','1044594.0','23',    '20','11','27713.35',    '19','11','24268.16',    '9','2','3445.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013263.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101527.0','1044594.0','5',    '5','3','5624.08',    '5','3','5124.08',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013264.0','1019027.0','1',    '1','1','638.39',    '1','1','638.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101528.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013265.0','1019027.0','1527',    '1448','1051','4177872.62',    '1430','993','3951350.13',    '889','259','226522.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101529.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013266.0','1019027.0','1',    '1','1','2745.58',    '1','1','2745.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101530.0','1044594.0','124',    '107','25','36849.67',    '69','11','22792.09',    '92','17','14057.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013267.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101531.0','1044594.0','118',    '103','60','286972.27',    '98','53','252428.84',    '65','27','34543.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013268.0','1019027.0','15',    '11','9','25963.82',    '11','9','25653.83',    '4','1','309.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101532.0','1044594.0','38',    '32','17','33092.6',    '32','12','29082.8',    '18','9','4009.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013269.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101533.0','1044594.0','17',    '16','5','7708.61',    '14','3','6109.61',    '9','2','1599.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013270.0','1019027.0','507',    '413','148','189228.42',    '371','117','154163.19',    '212','47','35065.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101534.0','1044594.0','15',    '15','9','20836.41',    '14','9','19907.06',    '11','2','929.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013271.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101535.0','1044594.0','304',    '262','123','125082.84',    '209','67','80654.61',    '189','75','44428.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013272.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101536.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013273.0','1019027.0','1',    '1','1','826.0',    '1','1','826.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101537.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013274.0','1019027.0','3',    '3','2','1138.57',    '3','2','1138.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101538.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013275.0','1019027.0','274',    '250','129','154018.64',    '161','69','103242.93',    '191','85','50775.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101539.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013276.0','1019027.0','152',    '135','64','85749.25',    '100','29','50267.48',    '103','47','35481.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101540.0','1044594.0','174',    '160','103','649283.4',    '157','98','598647.85',    '81','29','50635.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008692.0','1019027.0','64',    '58','21','20194.54',    '44','13','15380.08',    '35','11','4814.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096956.0','1044594.0','68',    '65','21','23188.58',    '62','9','17954.78',    '48','15','5233.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008854.0','1019027.0','156',    '141','53','69575.61',    '118','30','38453.32',    '101','34','31122.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2097118.0','1044594.0','2',    '2','2','2254.1',    '2','2','2254.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008640.0','1019027.0','40',    '36','9','10503.87',    '27','9','10053.88',    '23','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096904.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013277.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101541.0','1044594.0','2',    '2','1','5400.0',    '2','1','5400.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013278.0','1019027.0','10',    '9','6','13446.76',    '9','5','12996.15',    '4','2','450.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101542.0','1044594.0','5',    '3','1','908.88',    '3','1','908.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013279.0','1019027.0','1',    '1','1','1356.0',    '1','1','1356.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101543.0','1044594.0','3',    '3','1','850.0',    '3','1','850.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013280.0','1019027.0','48',    '42','25','174745.73',    '36','22','158240.89',    '26','11','16504.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101544.0','1044594.0','16',    '14','10','18899.05',    '14','9','18260.05',    '7','2','639.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013281.0','1019027.0','77',    '74','53','143367.6',    '73','52','138275.16',    '36','15','5092.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101545.0','1044594.0','33',    '29','9','43811.01',    '26','6','42157.17',    '20','5','1653.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013282.0','1019027.0','940',    '859','305','682021.53',    '842','295','625340.09',    '305','49','56681.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101546.0','1044594.0','8',    '7','7','34889.11',    '7','7','31882.29',    '5','2','3006.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013283.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101547.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013284.0','1019027.0','5',    '3','2','6569.42',    '3','2','6569.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101548.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013285.0','1019027.0','1',    '1','1','5133.57',    '1','1','619.0',    '1','1','4514.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101549.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013286.0','1019027.0','32',    '30','25','65055.72',    '30','25','63175.99',    '11','3','1879.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101550.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013287.0','1019027.0','1',    '1','1','1272.85',    '1','1','1272.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101551.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013288.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101552.0','1044594.0','383',    '341','251','1263407.36',    '338','229','853250.09',    '214','131','410157.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013289.0','1019027.0','10',    '9','4','11719.05',    '9','4','11719.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101553.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013290.0','1019027.0','286',    '222','97','99950.41',    '162','51','60067.82',    '134','57','39882.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101554.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013291.0','1019027.0','2',    '2','2','13577.67',    '2','2','954.0',    '2','2','12623.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101555.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013292.0','1019027.0','18',    '18','4','6733.35',    '18','4','6733.35',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101556.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013293.0','1019027.0','63',    '61','41','61825.01',    '60','34','53044.55',    '35','8','8780.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101557.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008777.0','1019027.0','39',    '33','22','59249.52',    '32','22','59070.52',    '20','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2097041.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013294.0','1019027.0','76',    '62','29','97634.46',    '61','29','97634.46',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101558.0','1044594.0','39',    '35','5','7489.79',    '31','4','6795.94',    '22','2','693.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013295.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101559.0','1044594.0','8',    '8','7','25113.3',    '8','7','25113.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013296.0','1019027.0','13',    '12','6','10805.82',    '11','6','10303.04',    '8','2','502.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101560.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008725.0','1019027.0','354',    '312','154','175309.96',    '222','96','123645.02',    '238','88','51664.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096989.0','1044594.0','597',    '544','250','308110.75',    '450','157','226809.24',    '365','135','81301.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008664.0','1019027.0','12',    '8','4','2730.38',    '3','0','0.0',    '5','4','2730.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096928.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013297.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101561.0','1044594.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013298.0','1019027.0','29',    '26','18','65622.25',    '21','14','51608.13',    '20','8','14014.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101562.0','1044594.0','2',    '2','2','5479.53',    '2','2','5479.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013299.0','1019027.0','5',    '3','1','8558.0',    '3','1','8558.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101563.0','1044594.0','1',    '1','1','467.99',    '1','1','467.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013300.0','1019027.0','24',    '22','14','17030.27',    '22','14','16975.27',    '15','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101564.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013301.0','1019027.0','1',    '1','1','2766.88',    '1','1','2766.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101565.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013302.0','1019027.0','2',    '2','2','1794.15',    '2','2','1794.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101566.0','1044594.0','5',    '4','2','6483.1',    '4','2','6094.41',    '1','1','388.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013303.0','1019027.0','2',    '2','1','941.12',    '2','1','941.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101567.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013304.0','1019027.0','16',    '13','8','20399.91',    '13','7','14926.39',    '8','4','5473.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101568.0','1044594.0','3',    '2','1','631.47',    '2','1','561.48',    '2','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008917.0','1019027.0','9',    '8','5','8718.18',    '8','5','8718.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097181.0','1044594.0','59',    '50','36','196369.68',    '50','36','194843.8',    '20','4','1525.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013305.0','1019027.0','22',    '20','15','27929.63',    '18','13','25666.75',    '15','7','2262.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101569.0','1044594.0','19',    '19','14','87375.1',    '19','12','75514.14',    '10','8','11860.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013306.0','1019027.0','4',    '4','4','7140.79',    '4','4','7140.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101570.0','1044594.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013307.0','1019027.0','27',    '25','17','95402.07',    '25','17','90052.11',    '13','4','5349.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101571.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013308.0','1019027.0','17',    '14','8','24218.24',    '11','7','22239.72',    '9','3','1978.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101572.0','1044594.0','96',    '75','65','191416.67',    '71','55','142401.03',    '53','27','49015.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013309.0','1019027.0','12',    '12','7','15311.32',    '12','6','7704.03',    '10','5','7607.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101573.0','1044594.0','173',    '171','58','67547.74',    '167','50','63398.37',    '129','16','4149.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013310.0','1019027.0','8',    '8','7','15394.63',    '8','7','15394.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101574.0','1044594.0','2',    '2','1','953.6',    '2','1','774.84',    '1','1','178.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013311.0','1019027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101575.0','1044594.0','178',    '155','134','457611.91',    '150','127','406505.58',    '87','35','51106.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013312.0','1019027.0','2',    '2','2','8300.27',    '2','2','7950.33',    '1','1','349.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101576.0','1044594.0','52',    '44','20','79532.7',    '42','19','78637.73',    '29','3','894.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008463.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096727.0','1044594.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013313.0','1019027.0','22',    '21','12','17853.43',    '21','11','17030.13',    '10','1','823.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101577.0','1044594.0','6',    '6','5','22964.07',    '4','4','21854.77',    '4','2','1109.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013314.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101578.0','1044594.0','29',    '23','8','20149.55',    '22','6','19499.61',    '16','2','649.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013315.0','1019027.0','12',    '12','9','24571.62',    '12','8','15117.93',    '10','3','9453.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101579.0','1044594.0','1',    '1','1','1515.28',    '1','1','1515.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013316.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101580.0','1044594.0','1',    '1','1','3503.1',    '1','1','3503.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013317.0','1019027.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101581.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013318.0','1019027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101582.0','1044594.0','38',    '36','8','16683.53',    '36','8','16683.53',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013319.0','1019027.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101583.0','1044594.0','19',    '18','6','5007.37',    '18','3','3192.5',    '16','4','1814.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013320.0','1019027.0','3',    '3','1','184.32',    '2','1','184.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101584.0','1044594.0','69',    '61','45','107017.28',    '57','42','97445.46',    '30','8','9571.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013321.0','1019027.0','1',    '1','1','6022.46',    '1','1','6022.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101585.0','1044594.0','356',    '315','200','879546.22',    '298','159','754648.71',    '228','102','124897.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013322.0','1019027.0','15',    '15','8','29281.29',    '15','6','26699.87',    '11','4','2581.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101586.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013323.0','1019027.0','1',    '1','1','349.97',    '1','0','0.0',    '1','1','349.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101587.0','1044594.0','20',    '18','15','45690.65',    '18','15','43030.67',    '7','3','2659.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013324.0','1019027.0','31',    '29','16','44723.91',    '25','11','37057.81',    '22','7','7666.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101588.0','1044594.0','2',    '2','1','223.02',    '2','1','223.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013325.0','1019027.0','1',    '1','1','4500.0',    '0','0','0.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101589.0','1044594.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013326.0','1019027.0','29',    '29','26','48471.07',    '29','26','47152.19',    '16','3','1318.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101590.0','1044594.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013327.0','1019027.0','10',    '8','8','49735.91',    '8','8','47548.19',    '3','1','2187.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101591.0','1044594.0','28',    '25','16','60177.16',    '23','12','55101.29',    '15','4','5075.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013328.0','1019027.0','228',    '202','161','489282.58',    '191','156','449472.25',    '113','34','39810.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101592.0','1044594.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013329.0','1019027.0','10',    '10','5','5044.78',    '10','4','4378.68',    '9','3','666.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101593.0','1044594.0','2',    '2','2','29620.0',    '2','2','29620.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013330.0','1019027.0','24',    '20','15','52407.81',    '19','14','50925.04',    '13','2','1482.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101594.0','1044594.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013331.0','1019027.0','2',    '2','1','249.52',    '2','1','249.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101595.0','1044594.0','39',    '37','26','74225.16',    '34','20','54333.72',    '26','10','19891.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013332.0','1019027.0','7',    '6','5','46250.66',    '6','5','42751.69',    '3','3','3498.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101596.0','1044594.0','2',    '2','1','1398.8',    '2','1','1398.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008894.0','1019027.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097158.0','1044594.0','3',    '3','1','4760.2',    '3','1','4760.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013333.0','1019027.0','26',    '24','15','101650.75',    '23','14','73128.38',    '16','7','28522.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101597.0','1044594.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013334.0','1019027.0','12',    '12','11','36971.81',    '12','10','27929.69',    '8','2','9042.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101598.0','1044594.0','1',    '1','1','183.56',    '1','1','183.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008914.0','1019027.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2097178.0','1044594.0','7',    '7','5','7265.29',    '7','5','7265.29',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008934.0','1019027.0','42',    '34','18','58746.31',    '32','18','52260.01',    '17','4','6486.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097198.0','1044594.0','4',    '1','1','2644.61',    '1','0','0.0',    '1','1','2644.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013335.0','1019038.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101599.0','1044605.0','1',    '1','1','4323.0',    '1','1','4323.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013336.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101600.0','1044605.0','5',    '5','5','8734.61',    '5','5','7947.12',    '3','2','787.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013337.0','1019038.0','13',    '8','1','675.48',    '8','1','580.48',    '2','1','95.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101601.0','1044605.0','539',    '498','214','471594.6',    '461','157','388216.44',    '391','103','83378.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013338.0','1019038.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101602.0','1044605.0','12',    '10','8','33897.89',    '10','7','30137.95',    '6','3','3759.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013339.0','1019038.0','6',    '6','3','4939.58',    '6','2','4661.58',    '4','2','278.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101603.0','1044605.0','54',    '53','19','50719.48',    '53','19','49626.04',    '45','4','1093.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013340.0','1019038.0','28',    '22','8','21666.02',    '19','8','12328.0',    '14','3','9338.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101604.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013341.0','1019038.0','36',    '27','8','18148.73',    '27','8','17968.74',    '8','1','179.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101605.0','1044605.0','8',    '7','5','34646.8',    '7','5','34646.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013342.0','1019038.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101606.0','1044605.0','3',    '3','2','1658.86',    '3','2','1658.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013343.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101607.0','1044605.0','3',    '3','1','1499.36',    '3','1','1499.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013344.0','1019038.0','13',    '12','9','58970.66',    '12','9','55596.02',    '6','2','3374.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101608.0','1044605.0','11',    '9','2','6731.38',    '9','2','1995.55',    '5','1','4735.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013345.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101609.0','1044605.0','1',    '1','1','392.58',    '1','1','392.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013346.0','1019038.0','1',    '1','1','474.0',    '1','1','474.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101610.0','1044605.0','21',    '19','6','3451.15',    '19','4','2766.15',    '13','2','685.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013347.0','1019038.0','7',    '7','2','5291.28',    '6','2','5291.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101611.0','1044605.0','3',    '3','2','3729.93',    '3','2','3729.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013348.0','1019038.0','50',    '45','21','91737.33',    '45','21','86202.11',    '17','3','5535.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101612.0','1044605.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013349.0','1019038.0','4',    '4','1','473.43',    '4','1','473.43',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101613.0','1044605.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008544.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096808.0','1044605.0','2',    '2','1','7121.62',    '2','1','1576.0',    '2','1','5545.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013350.0','1019038.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101614.0','1044605.0','39',    '36','19','77086.22',    '34','17','46722.47',    '26','8','30363.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013351.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101615.0','1044605.0','6',    '5','4','10493.88',    '4','4','10493.88',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013352.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101616.0','1044605.0','1',    '1','1','3653.35',    '1','1','3653.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008856.0','1019038.0','3',    '2','1','2372.76',    '2','1','2372.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097120.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013353.0','1019038.0','4',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101617.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013354.0','1019038.0','6',    '5','1','7798.33',    '5','1','6878.35',    '2','1','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101618.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013355.0','1019038.0','2',    '2','1','489.7',    '2','1','489.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101619.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013356.0','1019038.0','1',    '1','1','429.29',    '1','1','429.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101620.0','1044605.0','3',    '3','2','4830.6',    '3','2','4830.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013357.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101621.0','1044605.0','211',    '175','145','508023.73',    '169','141','474884.05',    '90','30','33139.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008956.0','1019038.0','4',    '3','1','1391.7',    '2','1','1391.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097220.0','1044605.0','2',    '2','1','2207.07',    '1','1','2207.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013358.0','1019038.0','13',    '12','5','8625.98',    '11','4','8526.98',    '6','1','99.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101622.0','1044605.0','20',    '12','8','18258.54',    '11','8','9419.52',    '6','2','8839.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013359.0','1019038.0','3',    '3','1','1721.73',    '3','1','1721.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101623.0','1044605.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013360.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101624.0','1044605.0','52',    '36','21','62953.0',    '36','19','52641.34',    '18','7','10311.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013361.0','1019038.0','1',    '1','1','1305.96',    '1','1','1305.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101625.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013362.0','1019038.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101626.0','1044605.0','8',    '7','3','28251.92',    '7','3','24355.37',    '5','1','3896.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013363.0','1019038.0','14',    '14','5','6473.16',    '14','5','6473.16',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101627.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013364.0','1019038.0','54',    '48','36','207472.55',    '47','34','188580.09',    '31','9','18892.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101628.0','1044605.0','7',    '7','2','5286.91',    '7','2','5286.91',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013365.0','1019038.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101629.0','1044605.0','4',    '4','2','6239.03',    '4','2','6239.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013366.0','1019038.0','4',    '4','3','1173.6',    '4','3','1173.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101630.0','1044605.0','14',    '13','7','16383.98',    '13','7','16383.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013367.0','1019038.0','2',    '2','1','28200.0',    '2','1','28200.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101631.0','1044605.0','121',    '102','73','936542.6',    '97','71','837790.27',    '63','27','98752.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013368.0','1019038.0','11',    '9','2','3236.38',    '8','2','3236.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101632.0','1044605.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013369.0','1019038.0','5',    '3','1','3133.71',    '3','1','3133.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101633.0','1044605.0','70',    '60','40','120216.35',    '56','39','99346.95',    '26','9','20869.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013370.0','1019038.0','10',    '10','2','1974.21',    '9','2','1974.21',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101634.0','1044605.0','8',    '8','7','15388.02',    '8','7','15388.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013371.0','1019038.0','143',    '135','112','340913.13',    '133','110','326226.93',    '75','20','14686.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101635.0','1044605.0','2',    '2','1','1789.92',    '2','1','1789.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013372.0','1019038.0','51',    '44','35','81170.37',    '43','35','79437.5',    '17','3','1732.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101636.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013373.0','1019038.0','37',    '30','21','163421.68',    '27','20','145237.87',    '20','6','18183.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101637.0','1044605.0','38',    '37','27','108909.44',    '36','26','99167.24',    '17','4','9742.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013374.0','1019038.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101638.0','1044605.0','6',    '6','2','31272.96',    '6','2','31272.96',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013375.0','1019038.0','3',    '3','1','3759.0',    '3','1','3759.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101639.0','1044605.0','2',    '2','1','1381.55',    '2','1','1160.68',    '1','1','220.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013376.0','1019038.0','2',    '2','1','416.7',    '2','0','0.0',    '1','1','416.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101640.0','1044605.0','3',    '3','2','5479.06',    '3','2','5479.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013377.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101641.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013378.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101642.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013379.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101643.0','1044605.0','11',    '9','4','3301.88',    '5','2','1281.58',    '7','2','2020.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013380.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101644.0','1044605.0','10',    '7','1','2962.3',    '5','1','2962.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013381.0','1019038.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101645.0','1044605.0','11',    '9','5','5018.43',    '9','3','3563.14',    '5','2','1455.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013382.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101646.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013383.0','1019038.0','3',    '2','1','3593.78',    '2','1','3593.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101647.0','1044605.0','2',    '2','1','1174.07',    '2','1','1174.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013384.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101648.0','1044605.0','21',    '19','11','16264.68',    '18','10','15023.58',    '14','4','1241.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008723.0','1019038.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096987.0','1044605.0','2',    '1','1','193.55',    '1','1','193.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013385.0','1019038.0','66',    '59','35','172165.94',    '54','32','148030.87',    '31','8','24135.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101649.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013386.0','1019038.0','21',    '19','5','13034.41',    '18','5','13034.41',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101650.0','1044605.0','7',    '3','3','1964.71',    '3','3','1964.71',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008891.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2097155.0','1044605.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008531.0','1019038.0','2',    '2','1','387.58',    '2','1','387.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096795.0','1044605.0','3',    '3','2','8448.98',    '2','2','8448.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013387.0','1019038.0','40',    '35','12','45668.32',    '31','12','45618.32',    '15','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101651.0','1044605.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013388.0','1019038.0','11',    '9','2','2524.87',    '6','1','1708.0',    '7','2','816.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101652.0','1044605.0','7',    '6','1','1438.21',    '4','1','1438.21',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013389.0','1019038.0','5',    '5','4','24797.23',    '5','3','16102.82',    '4','2','8694.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101653.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013390.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101654.0','1044605.0','20',    '19','11','46869.84',    '19','10','37898.65',    '11','4','8971.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008574.0','1019038.0','7',    '7','4','2768.7',    '7','3','2237.27',    '4','1','531.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2096838.0','1044605.0','21',    '11','5','6116.2',    '10','5','6116.2',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013391.0','1019038.0','2',    '2','2','7332.07',    '2','2','6786.64',    '1','1','545.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101655.0','1044605.0','3',    '3','3','5043.76',    '3','3','5043.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013392.0','1019038.0','4',    '4','2','1987.31',    '4','2','1987.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101656.0','1044605.0','5',    '5','1','2758.59',    '4','1','1680.0',    '2','1','1078.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008796.0','1019038.0','3',    '2','1','2064.27',    '2','1','2064.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097060.0','1044605.0','15',    '12','7','15490.53',    '12','7','15490.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013393.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101657.0','1044605.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013394.0','1019038.0','1',    '1','1','4615.54',    '1','1','4615.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101658.0','1044605.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013395.0','1019038.0','2',    '2','1','2458.79',    '2','1','2228.79',    '2','1','230.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101659.0','1044605.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008663.0','1019038.0','44',    '38','33','94711.66',    '37','31','93394.69',    '20','4','1316.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2096927.0','1044605.0','1',    '1','1','3174.92',    '1','1','3174.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013396.0','1019038.0','1',    '1','1','522.83',    '1','1','522.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101660.0','1044605.0','2',    '1','1','756.38',    '1','1','756.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013397.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101661.0','1044605.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013398.0','1019038.0','14',    '7','4','5461.33',    '7','4','5461.33',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101662.0','1044605.0','2',    '2','1','1078.59',    '2','0','0.0',    '2','1','1078.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013399.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101663.0','1044605.0','1',    '1','1','1607.7',    '1','1','1607.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013400.0','1019038.0','34',    '30','29','94197.61',    '30','29','93115.64',    '17','3','1081.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101664.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013401.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101665.0','1044605.0','11',    '10','3','15400.4',    '8','3','15400.4',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008953.0','1019038.0','3',    '2','2','9423.6',    '2','2','9244.6',    '2','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097217.0','1044605.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013402.0','1019038.0','10',    '10','8','9921.95',    '10','8','9921.95',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101666.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013403.0','1019038.0','5',    '2','1','1347.88',    '2','1','1048.0',    '2','1','299.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101667.0','1044605.0','2',    '2','1','781.37',    '2','1','781.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013404.0','1019038.0','3',    '3','2','1870.06',    '3','2','1870.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101668.0','1044605.0','5',    '3','1','8370.13',    '3','1','8370.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008906.0','1019038.0','2',    '2','1','28200.0',    '1','1','28200.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097170.0','1044605.0','9',    '8','2','963.83',    '8','0','0.0',    '7','2','963.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013405.0','1019038.0','3',    '3','1','87.92',    '2','1','87.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101669.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013406.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101670.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013407.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101671.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013408.0','1019038.0','164',    '144','91','829961.9',    '141','87','730714.68',    '89','29','99247.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101672.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008947.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097211.0','1044605.0','23',    '21','6','108915.47',    '20','6','108565.47',    '8','1','350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013409.0','1019038.0','51',    '50','13','86954.96',    '49','12','82152.72',    '25','2','4802.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101673.0','1044605.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013410.0','1019038.0','17',    '8','1','321.58',    '7','0','0.0',    '3','1','321.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101674.0','1044605.0','28',    '25','6','40172.5',    '24','6','35878.36',    '7','2','4294.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013411.0','1019038.0','1',    '1','1','1461.22',    '1','1','1461.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101675.0','1044605.0','11',    '11','3','2352.58',    '11','2','1620.09',    '5','2','732.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008975.0','1019038.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097239.0','1044605.0','115',    '107','77','378860.53',    '106','74','311188.49',    '57','23','67672.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013412.0','1019038.0','1',    '1','1','6175.0',    '0','0','0.0',    '1','1','6175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101676.0','1044605.0','12',    '11','2','9529.62',    '9','2','9529.62',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013413.0','1019038.0','227',    '171','4','5352.48',    '170','3','1401.0',    '30','2','3951.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101677.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013414.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101678.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013415.0','1019038.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101679.0','1044605.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013416.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101680.0','1044605.0','7',    '4','1','776.72',    '3','1','776.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013417.0','1019038.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101681.0','1044605.0','1',    '1','1','1294.9',    '0','0','0.0',    '1','1','1294.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013418.0','1019038.0','79',    '64','24','172482.43',    '64','23','136227.95',    '32','12','36254.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101682.0','1044605.0','7',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013419.0','1019038.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101683.0','1044605.0','159',    '92','15','40043.03',    '69','8','14890.79',    '56','9','25152.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013420.0','1019038.0','16',    '11','5','3135.06',    '11','5','3135.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101684.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013421.0','1019038.0','5',    '5','1','7292.83',    '5','1','7292.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101685.0','1044605.0','3',    '3','2','3684.56',    '3','1','2902.25',    '3','2','782.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013422.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101686.0','1044605.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008974.0','1019038.0','471',    '403','154','1471628.75',    '388','134','1350054.22',    '209','66','121574.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097238.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013423.0','1019038.0','133',    '123','94','182747.52',    '122','89','164347.83',    '70','21','18399.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101687.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013424.0','1019038.0','2',    '1','1','1133.52',    '1','1','1133.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101688.0','1044605.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013425.0','1019038.0','10',    '9','5','7161.4',    '9','5','7161.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101689.0','1044605.0','12',    '9','2','819.46',    '8','0','0.0',    '5','2','819.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008955.0','1019038.0','184',    '171','129','226081.66',    '169','127','212018.53',    '96','18','14063.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097219.0','1044605.0','96',    '86','37','114174.24',    '80','30','67032.17',    '53','19','47142.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013426.0','1019038.0','111',    '93','69','393463.06',    '89','64','250725.41',    '60','35','142737.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101690.0','1044605.0','4',    '4','1','475.63',    '4','1','475.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013427.0','1019038.0','10',    '10','6','7775.62',    '8','3','6288.02',    '7','4','1487.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101691.0','1044605.0','40',    '37','32','70071.03',    '37','32','69055.07',    '21','4','1015.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013428.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101692.0','1044605.0','54',    '43','29','34439.38',    '42','27','33388.41',    '25','6','1050.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013429.0','1019038.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101693.0','1044605.0','3',    '3','2','1935.58',    '3','2','1935.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013430.0','1019038.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101694.0','1044605.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013431.0','1019038.0','45',    '38','5','6117.0',    '35','1','3389.43',    '20','4','2727.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101695.0','1044605.0','108',    '92','41','103142.4',    '90','37','92587.7',    '42','12','10554.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013432.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101696.0','1044605.0','46',    '33','24','195376.72',    '32','24','154010.8',    '17','10','41365.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013433.0','1019038.0','5',    '4','1','8004.0',    '3','0','0.0',    '1','1','8004.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101697.0','1044605.0','15',    '12','2','31214.57',    '11','2','29405.39',    '7','2','1809.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013434.0','1019038.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101698.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013435.0','1019038.0','32',    '26','9','92520.0',    '24','8','88330.01',    '12','4','4189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101699.0','1044605.0','2',    '2','1','804.12',    '1','1','804.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013436.0','1019038.0','2',    '2','1','246.01',    '2','0','0.0',    '1','1','246.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101700.0','1044605.0','7',    '6','5','8519.06',    '6','5','8519.06',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013437.0','1019038.0','1',    '1','1','195.88',    '1','1','195.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101701.0','1044605.0','1',    '1','1','3518.08',    '1','1','3518.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013438.0','1019038.0','2',    '2','2','1804.84',    '2','1','849.85',    '2','1','954.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101702.0','1044605.0','32',    '28','10','28478.14',    '28','10','26503.48',    '10','2','1974.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013439.0','1019038.0','16',    '15','9','12853.45',    '15','9','12853.45',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101703.0','1044605.0','4',    '1','1','621.52',    '1','1','621.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013440.0','1019038.0','88',    '85','59','140814.67',    '84','57','132990.06',    '37','5','7824.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101704.0','1044605.0','1',    '1','1','2240.16',    '1','1','2240.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008837.0','1019038.0','46',    '34','21','54217.17',    '30','17','28372.14',    '25','10','25845.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2097101.0','1044605.0','19',    '18','8','11377.68',    '18','8','11377.68',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013441.0','1019038.0','11',    '10','9','44718.98',    '10','9','43870.99',    '4','2','847.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101705.0','1044605.0','11',    '9','5','5919.02',    '9','5','5919.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013442.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101706.0','1044605.0','27',    '27','14','23957.19',    '26','11','18444.24',    '12','4','5512.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013443.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101707.0','1044605.0','54',    '46','35','297496.59',    '46','34','227546.33',    '36','20','69950.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008892.0','1019038.0','10',    '10','1','1040.47',    '9','1','1040.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097156.0','1044605.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013444.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101708.0','1044605.0','1',    '1','1','28200.0',    '1','1','28200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013445.0','1019038.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101709.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013446.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101710.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013447.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101711.0','1044605.0','5',    '5','5','10999.71',    '5','5','10999.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013448.0','1019038.0','16',    '15','2','1432.92',    '12','1','932.92',    '11','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101712.0','1044605.0','12',    '10','0','0.0',    '10','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013449.0','1019038.0','1',    '1','1','1301.4',    '1','1','1301.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101713.0','1044605.0','12',    '10','7','79464.89',    '10','6','60756.42',    '9','3','18708.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013450.0','1019038.0','3',    '2','2','3209.93',    '2','2','3209.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101714.0','1044605.0','2',    '2','1','1572.37',    '2','1','1572.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013451.0','1019038.0','3',    '3','2','574.67',    '3','2','574.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101715.0','1044605.0','14',    '14','10','7853.98',    '14','10','7637.98',    '8','2','216.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013452.0','1019038.0','10',    '9','3','7660.44',    '9','3','7660.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101716.0','1044605.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013453.0','1019038.0','20',    '19','2','889.64',    '18','2','889.64',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101717.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013454.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101718.0','1044605.0','1',    '1','1','220.87',    '1','0','0.0',    '1','1','220.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013455.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101719.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013456.0','1019038.0','10',    '10','8','28431.51',    '10','7','28031.53',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101720.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013457.0','1019038.0','5',    '3','2','2406.81',    '3','2','2406.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101721.0','1044605.0','30',    '27','19','111837.69',    '26','16','23922.66',    '23','18','87915.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013458.0','1019038.0','11',    '8','2','276.12',    '6','2','276.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101722.0','1044605.0','4',    '3','2','3906.06',    '3','2','3906.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013459.0','1019038.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101723.0','1044605.0','6',    '6','2','1167.99',    '5','2','1068.99',    '4','1','99.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013460.0','1019038.0','5',    '4','1','2575.42',    '4','1','2575.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101724.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013461.0','1019038.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101725.0','1044605.0','62',    '58','38','339188.0',    '53','29','214558.49',    '49','24','124629.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013462.0','1019038.0','2',    '2','1','1152.6',    '2','1','1152.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101726.0','1044605.0','1',    '1','1','4967.0',    '1','1','4967.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013463.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101727.0','1044605.0','22',    '19','4','34666.05',    '19','4','31788.58',    '8','1','2877.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013464.0','1019038.0','9',    '9','1','128.99',    '9','1','128.99',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101728.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013465.0','1019038.0','47',    '37','1','4381.3',    '34','1','4381.3',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101729.0','1044605.0','4',    '4','2','5638.72',    '4','2','5638.72',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013466.0','1019038.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101730.0','1044605.0','2',    '2','2','2606.12',    '2','2','782.95',    '2','2','1823.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013467.0','1019038.0','127',    '108','35','221450.45',    '103','28','193555.2',    '49','15','27895.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101731.0','1044605.0','9',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013468.0','1019038.0','2',    '1','1','5837.22',    '1','1','5837.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101732.0','1044605.0','5',    '4','3','33088.69',    '4','3','33088.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008573.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2096837.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013469.0','1019038.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101733.0','1044605.0','5',    '3','2','50534.0',    '3','2','50534.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013470.0','1019038.0','4',    '2','1','5529.36',    '2','1','5529.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101734.0','1044605.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008950.0','1019038.0','3',    '2','2','6409.6',    '2','2','3269.71',    '1','1','3139.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2097214.0','1044605.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008566.0','1019038.0','460',    '349','11','41668.89',    '349','8','15763.86',    '76','6','25905.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2096830.0','1044605.0','6',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013471.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101735.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013472.0','1019038.0','11',    '11','0','0.0',    '10','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101736.0','1044605.0','32',    '30','26','41282.21',    '30','26','39042.78',    '20','7','2239.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008897.0','1019038.0','117',    '94','63','361029.65',    '91','59','280797.01',    '52','23','80232.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097161.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013473.0','1019038.0','12',    '9','1','574.98',    '9','0','0.0',    '7','1','574.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101737.0','1044605.0','6',    '6','2','1544.08',    '6','2','1544.08',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013474.0','1019038.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101738.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013475.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101739.0','1044605.0','21',    '14','3','37105.48',    '13','2','28942.48',    '6','1','8163.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013476.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101740.0','1044605.0','4',    '4','3','3699.86',    '4','3','3699.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013477.0','1019038.0','6',    '6','3','1217.98',    '5','2','967.98',    '4','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101741.0','1044605.0','2',    '2','1','1196.0',    '2','1','1196.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008774.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097038.0','1044605.0','2',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008899.0','1019038.0','1',    '1','1','3666.74',    '1','1','3666.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097163.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013478.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101742.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013479.0','1019038.0','4',    '3','1','3335.3',    '3','1','3335.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101743.0','1044605.0','1',    '1','1','4003.64',    '1','1','4003.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008545.0','1019038.0','3',    '3','1','246.01',    '3','0','0.0',    '2','1','246.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096809.0','1044605.0','13',    '12','2','199.56',    '10','0','0.0',    '11','2','199.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008937.0','1019038.0','45',    '43','4','3098.05',    '43','3','2538.05',    '15','2','560.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097201.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013480.0','1019038.0','1179',    '815','184','507498.28',    '723','134','244554.25',    '460','102','262944.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101744.0','1044605.0','8',    '7','0','0.0',    '7','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013481.0','1019038.0','8',    '8','5','4770.86',    '8','5','4462.87',    '4','1','307.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101745.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013482.0','1019038.0','90',    '84','54','146414.3',    '82','49','138829.29',    '51','12','7585.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101746.0','1044605.0','1',    '1','1','43.2',    '1','1','43.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013483.0','1019038.0','3',    '3','2','1480.48',    '3','2','1480.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101747.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013484.0','1019038.0','45',    '39','19','24896.43',    '39','18','24331.44',    '17','2','564.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101748.0','1044605.0','1',    '1','1','171.2',    '1','1','171.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013485.0','1019038.0','1',    '1','1','628.53',    '1','1','628.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101749.0','1044605.0','70',    '63','40','90344.29',    '62','39','84148.47',    '38','5','6195.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013486.0','1019038.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101750.0','1044605.0','197',    '191','120','130974.82',    '189','115','120650.0',    '89','27','10324.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013487.0','1019038.0','1',    '1','1','2998.47',    '1','1','2998.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101751.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013488.0','1019038.0','28',    '26','19','25032.7',    '25','18','19424.26',    '15','4','5608.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101752.0','1044605.0','11',    '9','1','2239.0',    '9','1','2239.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013489.0','1019038.0','22',    '21','13','18495.48',    '21','13','18295.49',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101753.0','1044605.0','6',    '3','1','732.97',    '3','1','732.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008943.0','1019038.0','121',    '112','73','108112.59',    '112','66','97294.87',    '60','22','10817.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097207.0','1044605.0','2',    '2','1','1708.0',    '2','1','1708.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013490.0','1019038.0','9',    '9','2','5316.31',    '8','2','5316.31',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101754.0','1044605.0','22',    '15','12','83836.68',    '14','11','73875.83',    '9','5','9960.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013491.0','1019038.0','11',    '10','8','31508.26',    '10','8','22759.88',    '8','4','8748.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101755.0','1044605.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008972.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097236.0','1044605.0','6',    '5','3','26022.87',    '5','3','15402.41',    '2','2','10620.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013492.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101756.0','1044605.0','527',    '444','160','1052737.48',    '415','125','819437.13',    '249','83','233300.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013493.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101757.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013494.0','1019038.0','80',    '62','5','44521.78',    '60','4','44021.78',    '22','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101758.0','1044605.0','2',    '2','1','1337.55',    '2','1','1337.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013495.0','1019038.0','1',    '1','1','585.0',    '1','1','585.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101759.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101760.0','1044605.0','78',    '75','15','52158.37',    '75','13','37118.42',    '43','6','15039.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013497.0','1019038.0','8',    '7','2','23781.81',    '7','1','22786.82',    '3','2','994.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101761.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013498.0','1019038.0','129',    '126','13','37719.08',    '126','13','31824.33',    '49','5','5894.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101762.0','1044605.0','1',    '1','1','703.45',    '1','1','703.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013499.0','1019038.0','16',    '13','6','30930.33',    '13','3','30360.36',    '8','3','569.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101763.0','1044605.0','17',    '14','12','27267.58',    '14','11','26867.6',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013500.0','1019038.0','343',    '300','104','520712.97',    '287','85','439650.35',    '144','37','81062.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101764.0','1044605.0','2',    '1','1','310.8',    '1','1','310.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013501.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101765.0','1044605.0','12',    '10','8','12098.78',    '10','8','11806.07',    '5','1','292.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008684.0','1019038.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096948.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013502.0','1019038.0','65',    '53','15','174366.12',    '50','12','119650.69',    '24','6','54715.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101766.0','1044605.0','4',    '4','3','8373.79',    '4','3','8373.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013503.0','1019038.0','2',    '2','2','33399.29',    '2','2','32583.54',    '2','1','815.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101767.0','1044605.0','9',    '8','6','8221.47',    '8','6','8221.47',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013504.0','1019038.0','3',    '3','1','956.72',    '3','1','956.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101768.0','1044605.0','3',    '3','2','391.44',    '3','2','391.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008845.0','1019038.0','9',    '8','1','189.99',    '6','0','0.0',    '4','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2097109.0','1044605.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013505.0','1019038.0','32',    '30','25','23867.92',    '29','24','22261.96',    '20','3','1605.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101769.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013506.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101770.0','1044605.0','5',    '5','3','1473.04',    '5','3','1473.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013507.0','1019038.0','8',    '8','1','1452.76',    '7','1','1452.76',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101771.0','1044605.0','8',    '5','1','1097.12',    '5','1','1097.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013508.0','1019038.0','16',    '15','11','18338.83',    '15','11','18338.83',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101772.0','1044605.0','2',    '2','2','619.18',    '2','2','619.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013509.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101773.0','1044605.0','94',    '86','52','102212.5',    '86','45','94099.22',    '45','11','8113.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008825.0','1019038.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097089.0','1044605.0','7',    '6','2','1205.58',    '6','2','1205.58',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013510.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101774.0','1044605.0','9',    '8','2','1707.67',    '7','2','1707.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013511.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101775.0','1044605.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013512.0','1019038.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101776.0','1044605.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013513.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101777.0','1044605.0','1',    '1','1','502.06',    '1','1','502.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013514.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101778.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008971.0','1019038.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097235.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013515.0','1019038.0','3',    '3','1','1358.55',    '3','1','1071.06',    '1','1','287.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101779.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013516.0','1019038.0','41',    '28','13','186870.42',    '27','13','164450.8',    '12','4','22419.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101780.0','1044605.0','480',    '417','156','666280.38',    '401','131','486885.85',    '211','66','179394.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013517.0','1019038.0','4',    '4','1','3735.0',    '4','1','3735.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101781.0','1044605.0','10',    '10','9','8000.68',    '9','8','7384.7',    '8','4','615.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008944.0','1019038.0','10',    '8','6','14508.65',    '8','6','14508.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097208.0','1044605.0','33',    '30','24','21494.49',    '30','23','19834.51',    '16','4','1659.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013518.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101782.0','1044605.0','27',    '26','14','18111.18',    '25','11','11640.21',    '16','5','6470.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013519.0','1019038.0','201',    '191','118','280304.07',    '188','110','254517.43',    '108','25','25786.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101783.0','1044605.0','2',    '1','1','2035.1',    '1','1','1627.23',    '1','1','407.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013520.0','1019038.0','22',    '15','9','38956.25',    '15','9','35956.25',    '5','1','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101784.0','1044605.0','22',    '22','3','5316.77',    '22','3','1588.0',    '18','1','3728.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013521.0','1019038.0','6',    '5','2','1030.63',    '5','2','1030.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101785.0','1044605.0','7',    '7','1','1757.72',    '7','1','1757.72',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008883.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2097147.0','1044605.0','4',    '3','2','1407.94',    '3','2','1407.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008776.0','1019038.0','2',    '2','2','1678.74',    '2','2','1478.75',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097040.0','1044605.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013522.0','1019038.0','38',    '34','25','34569.06',    '34','23','31658.11',    '16','6','2910.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101786.0','1044605.0','7',    '7','3','29032.81',    '6','3','22340.05',    '5','1','6692.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013523.0','1019038.0','9',    '8','6','7682.07',    '8','6','7182.07',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101787.0','1044605.0','4',    '3','2','3589.63',    '2','1','712.0',    '2','2','2877.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013524.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101788.0','1044605.0','2',    '2','2','11500.17',    '2','2','11500.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013525.0','1019038.0','135',    '125','21','52347.05',    '123','17','31634.06',    '53','14','20712.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101789.0','1044605.0','65',    '62','36','60129.08',    '61','34','55807.33',    '26','6','4321.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013526.0','1019038.0','9',    '7','1','978.0',    '7','1','978.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101790.0','1044605.0','57',    '52','37','44345.48',    '52','35','42005.85',    '24','6','2339.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013527.0','1019038.0','24',    '23','1','1531.52',    '20','1','1531.52',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101791.0','1044605.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013528.0','1019038.0','14',    '14','5','59754.02',    '14','4','58042.16',    '7','2','1711.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101792.0','1044605.0','3',    '3','1','1549.14',    '3','1','1549.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013529.0','1019038.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101793.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013530.0','1019038.0','2',    '1','1','3521.43',    '1','1','2948.0',    '1','1','573.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101794.0','1044605.0','2',    '2','1','195.6',    '2','1','195.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013531.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101795.0','1044605.0','3',    '3','3','3089.92',    '3','3','2081.92',    '2','2','1008.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008827.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097091.0','1044605.0','8',    '7','6','10647.31',    '7','6','10647.31',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013532.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101796.0','1044605.0','1',    '1','1','913.53',    '1','1','913.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013533.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101797.0','1044605.0','1',    '1','1','14155.95',    '1','1','14155.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013534.0','1019038.0','15',    '13','5','3991.02',    '12','2','1814.0',    '12','4','2177.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101798.0','1044605.0','116',    '101','15','114931.13',    '97','11','95086.41',    '43','5','19844.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013535.0','1019038.0','15',    '13','2','17426.22',    '13','2','15478.97',    '4','1','1947.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101799.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013536.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101800.0','1044605.0','24',    '24','1','400.2',    '24','1','400.2',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013537.0','1019038.0','1',    '1','1','2843.13',    '1','1','2843.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101801.0','1044605.0','7',    '6','6','10305.56',    '6','6','10305.56',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013538.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101802.0','1044605.0','1',    '1','1','1810.69',    '1','1','1610.7',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008949.0','1019038.0','44',    '41','24','16484.04',    '40','21','15466.09',    '27','4','1017.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097213.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013539.0','1019038.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101803.0','1044605.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013540.0','1019038.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101804.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013541.0','1019038.0','9',    '9','1','534.92',    '8','0','0.0',    '8','1','534.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101805.0','1044605.0','5',    '4','3','27239.28',    '3','3','27239.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008948.0','1019038.0','25',    '23','6','54505.56',    '23','6','53348.08',    '15','2','1157.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097212.0','1044605.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008910.0','1019038.0','8',    '7','0','0.0',    '4','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097174.0','1044605.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013542.0','1019038.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101806.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013543.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101807.0','1044605.0','4',    '4','3','11188.09',    '4','3','11188.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008778.0','1019038.0','10',    '10','6','13469.3',    '10','6','13053.31',    '7','3','415.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097042.0','1044605.0','13',    '13','3','3397.6',    '12','2','3207.61',    '6','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008902.0','1019038.0','9',    '8','7','12934.15',    '7','7','12331.15',    '7','2','603.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097166.0','1044605.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013544.0','1019038.0','42',    '39','17','27177.82',    '39','16','23362.44',    '23','4','3815.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101808.0','1044605.0','76',    '66','37','106473.04',    '64','34','61242.45',    '32','14','45230.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013545.0','1019038.0','1',    '1','1','171.2',    '1','1','171.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101809.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013546.0','1019038.0','1',    '1','1','1116.1',    '1','1','1116.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101810.0','1044605.0','7',    '6','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013547.0','1019038.0','9',    '8','5','12288.57',    '8','4','12180.57',    '4','1','108.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101811.0','1044605.0','20',    '18','9','56033.86',    '18','9','54272.0',    '11','2','1761.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013548.0','1019038.0','9',    '8','4','6673.05',    '8','4','4687.65',    '4','3','1985.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101812.0','1044605.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013549.0','1019038.0','157',    '146','95','263514.75',    '145','92','230502.93',    '70','13','33011.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101813.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013550.0','1019038.0','89',    '87','66','70945.67',    '85','64','67592.75',    '53','10','3352.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101814.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013551.0','1019038.0','5',    '4','2','1150.68',    '4','1','950.69',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101815.0','1044605.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013552.0','1019038.0','11',    '11','9','42265.84',    '11','9','41282.35',    '6','1','983.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101816.0','1044605.0','1',    '1','1','295.17',    '1','1','295.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013553.0','1019038.0','19',    '19','10','9205.34',    '19','10','9113.34',    '7','1','92.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101817.0','1044605.0','7',    '7','6','7861.09',    '7','6','7861.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013554.0','1019038.0','11',    '8','5','19261.21',    '8','4','17488.66',    '5','2','1772.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101818.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013555.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101819.0','1044605.0','57',    '51','35','55094.64',    '48','33','53203.4',    '26','6','1891.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013556.0','1019038.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101820.0','1044605.0','1',    '1','1','680.58',    '1','1','680.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2013557.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2101821.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013558.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101822.0','1044605.0','1',    '1','1','681.0',    '1','1','681.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001625.0',    '2008686.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005930.0',    '2096950.0','1044605.0','2',    '2','1','368.05',    '2','0','0.0',    '1','1','368.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008967.0','1019038.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097231.0','1044605.0','6',    '5','1','1852.94',    '5','1','1852.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013559.0','1019038.0','1',    '1','1','978.0',    '1','1','978.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101823.0','1044605.0','121',    '107','56','251351.91',    '100','46','203427.86',    '62','22','47924.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013560.0','1019038.0','1',    '1','1','433.45',    '1','0','0.0',    '1','1','433.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101824.0','1044605.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013561.0','1019038.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101825.0','1044605.0','1',    '1','1','13750.0',    '0','0','0.0',    '1','1','13750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013562.0','1019038.0','9',    '7','4','4880.38',    '6','3','4690.39',    '4','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101826.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013563.0','1019038.0','4',    '4','1','4852.8',    '4','1','4852.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101827.0','1044605.0','11',    '10','1','256.06',    '9','1','256.06',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013564.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101828.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013565.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101829.0','1044605.0','3',    '3','1','189.99',    '3','0','0.0',    '3','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013566.0','1019038.0','2',    '2','2','1484.76',    '2','2','1484.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101830.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013567.0','1019038.0','1',    '1','1','12427.0',    '1','1','12427.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101831.0','1044605.0','223',    '194','65','197760.62',    '186','57','171072.14',    '117','21','26688.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013568.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101832.0','1044605.0','40',    '37','20','117836.56',    '37','20','100447.69',    '21','7','17388.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009029.0','1019038.0','65',    '61','46','123457.69',    '60','45','113809.02',    '33','13','9648.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097293.0','1044605.0','18',    '17','11','23833.36',    '17','10','22882.93',    '9','5','950.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013569.0','1019038.0','19',    '18','5','11539.74',    '18','4','2660.44',    '8','1','8879.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101833.0','1044605.0','1',    '1','1','5597.94',    '1','1','5597.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013570.0','1019038.0','22',    '21','9','6754.31',    '21','9','6754.31',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101834.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013571.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101835.0','1044605.0','10',    '10','2','3677.65',    '8','2','3677.65',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013572.0','1019038.0','4',    '4','1','1420.85',    '4','1','1420.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101836.0','1044605.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008901.0','1019038.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097165.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013573.0','1019038.0','26',    '17','10','24840.01',    '15','10','24345.01',    '8','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101837.0','1044605.0','11',    '10','2','5367.82',    '9','1','3779.78',    '6','1','1588.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008985.0','1019038.0','10',    '8','5','13293.46',    '8','5','13293.46',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097249.0','1044605.0','2',    '2','2','9114.24',    '2','2','9114.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013574.0','1019038.0','27',    '22','17','69612.11',    '21','16','41755.36',    '14','9','27856.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101838.0','1044605.0','1',    '1','1','9913.6',    '1','1','9913.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013575.0','1019038.0','16',    '14','2','2367.59',    '13','2','2367.59',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101839.0','1044605.0','3',    '3','2','29515.24',    '3','2','29515.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013576.0','1019038.0','13',    '10','2','379.63',    '10','1','289.64',    '4','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101840.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009013.0','1019038.0','4',    '2','1','297.6',    '2','1','297.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097277.0','1044605.0','6',    '6','4','6123.68',    '6','4','5923.69',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013577.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101841.0','1044605.0','17',    '15','12','27472.3',    '15','12','26912.32',    '9','2','559.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013578.0','1019038.0','6',    '6','1','191.04',    '6','1','92.04',    '2','1','99.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101842.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013579.0','1019038.0','1',    '1','1','179.0',    '1','0','0.0',    '1','1','179.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101843.0','1044605.0','26',    '25','12','10730.28',    '25','11','10216.16',    '6','1','514.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013580.0','1019038.0','1',    '1','1','1420.0',    '1','1','1420.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101844.0','1044605.0','1',    '1','1','477.24',    '1','1','477.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013581.0','1019038.0','14',    '14','9','12690.31',    '13','9','12490.32',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101845.0','1044605.0','14',    '14','7','18184.73',    '13','7','18184.73',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013582.0','1019038.0','4',    '4','1','9398.32',    '3','1','9398.32',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101846.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009069.0','1019038.0','18',    '17','11','13668.12',    '16','11','13468.13',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097333.0','1044605.0','36',    '31','23','57931.83',    '31','23','47742.15',    '18','5','10189.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013583.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101847.0','1044605.0','3',    '2','1','1741.0',    '2','1','866.0',    '2','1','875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013584.0','1019038.0','12',    '12','6','10579.55',    '12','6','6529.59',    '7','2','4049.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101848.0','1044605.0','30',    '24','14','12712.61',    '24','14','11762.64',    '11','3','949.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013585.0','1019038.0','9',    '6','2','7020.22',    '5','2','6820.23',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101849.0','1044605.0','52',    '49','29','47918.08',    '49','28','47055.29',    '30','4','862.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009101.0','1019038.0','161',    '140','108','194351.05',    '139','105','174387.89',    '77','16','19963.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097365.0','1044605.0','64',    '57','40','90111.45',    '57','39','86975.24',    '32','5','3136.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009058.0','1019038.0','12',    '11','8','18277.32',    '11','8','12818.99',    '5','4','5458.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097322.0','1044605.0','15',    '13','9','28709.79',    '13','9','21044.99',    '7','1','7664.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013586.0','1019038.0','42',    '41','18','22372.3',    '41','18','21562.97',    '15','2','809.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101850.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013587.0','1019038.0','42',    '38','16','12805.89',    '38','15','12335.9',    '22','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101851.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013588.0','1019038.0','1',    '1','1','1872.52',    '1','1','1872.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101852.0','1044605.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013589.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101853.0','1044605.0','3',    '3','1','925.21',    '3','1','925.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013590.0','1019038.0','7',    '7','1','7536.0',    '7','1','7536.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101854.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013591.0','1019038.0','9',    '9','2','2176.06',    '8','1','978.0',    '6','2','1198.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101855.0','1044605.0','13',    '13','3','29772.74',    '13','3','25941.22',    '5','2','3831.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013592.0','1019038.0','560',    '501','120','265077.84',    '484','79','182678.1',    '292','65','82399.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101856.0','1044605.0','8',    '8','3','10572.61',    '8','2','10072.61',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013593.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101857.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008959.0','1019038.0','1366',    '1031','245','1090198.7',    '905','166','684572.72',    '593','156','405625.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097223.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013594.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101858.0','1044605.0','3',    '3','2','659.48',    '3','2','659.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009001.0','1019038.0','5',    '5','1','753.0',    '5','1','553.0',    '2','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097265.0','1044605.0','38',    '38','32','54010.81',    '37','32','53086.84',    '26','4','923.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013595.0','1019038.0','1',    '1','1','1400.76',    '1','1','1400.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101859.0','1044605.0','7',    '5','4','15486.95',    '5','4','15486.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013596.0','1019038.0','13',    '11','9','19707.08',    '11','9','18941.09',    '6','3','765.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101860.0','1044605.0','11',    '10','6','4255.66',    '10','5','3855.68',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013597.0','1019038.0','9',    '8','6','7775.91',    '7','6','7255.92',    '6','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101861.0','1044605.0','2',    '2','1','3367.11',    '2','1','3367.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013598.0','1019038.0','65',    '63','18','61144.0',    '62','18','59364.03',    '48','2','1779.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101862.0','1044605.0','10',    '9','6','4006.45',    '9','5','3413.12',    '3','1','593.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013599.0','1019038.0','14',    '12','5','5904.48',    '12','4','5596.49',    '6','2','307.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101863.0','1044605.0','9',    '9','8','19892.13',    '9','8','19892.13',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013600.0','1019038.0','4',    '3','2','1208.21',    '3','2','1208.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101864.0','1044605.0','11',    '11','10','19074.29',    '11','10','18122.37',    '10','3','951.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009172.0','1019038.0','3',    '3','2','2617.07',    '3','2','2617.07',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097436.0','1044605.0','37',    '34','19','18125.9',    '34','18','17617.92',    '9','2','507.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013601.0','1019038.0','6',    '5','4','19972.11',    '5','4','19772.12',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101865.0','1044605.0','7',    '7','5','5214.27',    '7','5','5214.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013602.0','1019038.0','16',    '15','5','3808.01',    '13','5','3608.02',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101866.0','1044605.0','5',    '1','1','309.0',    '1','1','309.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013603.0','1019038.0','4',    '1','1','538.35',    '1','1','538.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101867.0','1044605.0','30',    '29','12','14943.04',    '27','12','11537.87',    '18','3','3405.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013604.0','1019038.0','88',    '81','56','69523.46',    '78','51','67022.21',    '49','11','2501.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101868.0','1044605.0','1',    '1','1','4307.18',    '1','1','4307.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013605.0','1019038.0','19',    '17','6','6678.9',    '15','6','6478.91',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101869.0','1044605.0','1',    '1','1','452.83',    '1','1','144.84',    '1','1','307.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009035.0','1019038.0','2',    '2','1','714.14',    '2','1','714.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097299.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013606.0','1019038.0','41',    '36','22','72496.47',    '36','21','61743.37',    '17','6','10753.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101870.0','1044605.0','3',    '3','2','4688.29',    '3','2','3411.57',    '2','1','1276.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013607.0','1019038.0','95',    '65','39','92086.23',    '59','37','81415.23',    '36','8','10671.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101871.0','1044605.0','30',    '25','10','24481.53',    '24','9','23433.01',    '11','3','1048.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009149.0','1019038.0','10',    '8','5','11081.99',    '8','5','7274.33',    '3','1','3807.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097413.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009076.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097340.0','1044605.0','1',    '1','1','296.5',    '1','1','296.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013608.0','1019038.0','34',    '30','18','32348.33',    '30','18','31948.35',    '8','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101872.0','1044605.0','9',    '8','3','1968.7',    '8','3','1568.72',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013609.0','1019038.0','16',    '16','8','14686.06',    '16','8','10945.26',    '9','1','3740.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101873.0','1044605.0','76',    '70','46','117002.06',    '69','45','110854.08',    '37','9','6147.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013610.0','1019038.0','62',    '58','36','87717.83',    '57','35','78650.17',    '28','7','9067.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101874.0','1044605.0','70',    '49','14','26041.0',    '48','14','21906.4',    '13','2','4134.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013611.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101875.0','1044605.0','4',    '4','3','3775.14',    '4','3','2415.17',    '3','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013612.0','1019038.0','4',    '4','4','8900.02',    '4','3','8792.02',    '3','1','108.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101876.0','1044605.0','3',    '3','2','7510.08',    '3','2','7510.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013613.0','1019038.0','699',    '566','352','1642727.65',    '550','315','1210617.52',    '345','121','432110.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101877.0','1044605.0','4',    '2','1','906.43',    '2','1','906.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013614.0','1019038.0','1',    '1','1','208.26',    '1','1','208.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101878.0','1044605.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013615.0','1019038.0','1',    '1','1','1599.87',    '1','1','1599.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101879.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013616.0','1019038.0','11',    '11','5','4285.44',    '11','5','4085.45',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101880.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009139.0','1019038.0','4',    '3','3','6801.27',    '3','3','6801.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097403.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009157.0','1019038.0','2',    '2','2','6285.01',    '2','2','6285.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097421.0','1044605.0','3',    '3','1','310.24',    '3','1','310.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013617.0','1019038.0','1',    '1','1','537.38',    '1','1','537.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101881.0','1044605.0','17',    '16','9','13927.92',    '15','9','13819.92',    '7','1','108.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013618.0','1019038.0','99',    '92','71','116144.78',    '92','71','111577.69',    '39','11','4567.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101882.0','1044605.0','13',    '12','8','16146.92',    '12','8','16146.92',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013619.0','1019038.0','11',    '10','8','22031.16',    '10','8','22031.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101883.0','1044605.0','2',    '2','1','394.97',    '2','1','394.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008962.0','1019038.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097226.0','1044605.0','8',    '7','5','10437.41',    '7','5','10437.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013620.0','1019038.0','2',    '1','1','21837.49',    '1','1','21837.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101884.0','1044605.0','10',    '10','9','11947.27',    '10','9','11787.28',    '7','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013621.0','1019038.0','2',    '2','1','18911.35',    '2','1','18911.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101885.0','1044605.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013622.0','1019038.0','61',    '57','42','81168.09',    '57','41','76410.14',    '20','5','4757.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101886.0','1044605.0','232',    '201','120','461699.21',    '200','111','423993.25',    '127','31','37705.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013623.0','1019038.0','54',    '51','29','36472.59',    '50','26','35136.57',    '29','7','1336.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101887.0','1044605.0','39',    '33','17','20887.64',    '33','17','20197.81',    '18','2','689.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013624.0','1019038.0','37',    '32','20','32689.52',    '31','20','31449.79',    '12','1','1239.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101888.0','1044605.0','18',    '17','9','15706.54',    '16','9','15506.55',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013625.0','1019038.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101889.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013626.0','1019038.0','17',    '16','8','7829.27',    '16','7','7629.28',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101890.0','1044605.0','40',    '39','22','25618.34',    '38','21','23651.4',    '20','4','1966.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013627.0','1019038.0','20',    '17','8','14403.9',    '17','8','14203.91',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101891.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009050.0','1019038.0','17',    '14','6','12534.4',    '14','5','9063.34',    '3','2','3471.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097314.0','1044605.0','9',    '9','5','5206.88',    '9','5','5098.88',    '5','1','108.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009136.0','1019038.0','20',    '18','7','4239.49',    '18','5','3297.52',    '9','3','941.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097400.0','1044605.0','10',    '9','7','10777.22',    '8','7','10777.22',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013628.0','1019038.0','58',    '54','42','110319.41',    '54','40','103894.35',    '26','6','6425.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101892.0','1044605.0','5',    '3','1','811.05',    '3','1','811.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013629.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101893.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013630.0','1019038.0','13',    '13','8','21657.02',    '13','8','21457.03',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101894.0','1044605.0','2',    '2','2','1266.87',    '2','2','1266.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013631.0','1019038.0','17',    '17','12','32822.4',    '16','12','32114.43',    '8','3','707.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101895.0','1044605.0','8',    '8','2','2978.1',    '7','2','2608.11',    '4','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013632.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101896.0','1044605.0','35',    '29','15','39617.43',    '29','13','35756.0',    '15','5','3861.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009141.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097405.0','1044605.0','8',    '8','3','6934.05',    '8','3','6139.37',    '5','1','794.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013633.0','1019038.0','3',    '3','2','1549.72',    '3','2','1549.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101897.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013634.0','1019038.0','1',    '1','1','2970.01',    '1','1','2970.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101898.0','1044605.0','29',    '29','19','24309.25',    '29','19','19399.27',    '19','4','4909.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013635.0','1019038.0','1',    '1','1','4064.0',    '1','1','4064.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101899.0','1044605.0','20',    '18','7','19213.3',    '18','5','15454.7',    '7','2','3758.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013636.0','1019038.0','169',    '162','121','269877.74',    '162','118','242800.31',    '87','22','27077.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101900.0','1044605.0','3',    '3','2','2375.4',    '3','2','2375.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009047.0','1019038.0','34',    '33','23','18804.86',    '33','23','17674.88',    '15','4','1129.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097311.0','1044605.0','2',    '1','1','4317.7',    '1','1','4317.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013637.0','1019038.0','26',    '24','16','18796.58',    '23','14','17888.62',    '15','5','907.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101901.0','1044605.0','253',    '202','135','915668.57',    '199','131','865089.12',    '102','29','50579.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013638.0','1019038.0','246',    '233','166','388885.01',    '231','166','380903.47',    '127','28','7981.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101902.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013639.0','1019038.0','361',    '352','255','494182.36',    '347','238','472654.95',    '179','52','21527.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101903.0','1044605.0','4',    '4','3','3216.93',    '4','3','3216.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013640.0','1019038.0','16',    '12','9','37995.92',    '12','9','29593.83',    '7','3','8402.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101904.0','1044605.0','13',    '9','2','1587.65',    '9','2','1587.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009085.0','1019038.0','3',    '3','1','257.95',    '3','1','257.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097349.0','1044605.0','1',    '1','1','1500.0',    '1','1','1500.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013641.0','1019038.0','235',    '225','156','365052.16',    '224','151','356462.9',    '104','25','8589.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101905.0','1044605.0','106',    '90','61','113322.36',    '89','59','111435.93',    '53','7','1886.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013642.0','1019038.0','2',    '2','1','506.35',    '2','1','306.36',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101906.0','1044605.0','14',    '13','9','9592.26',    '13','9','9592.26',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013643.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101907.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013644.0','1019038.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101908.0','1044605.0','3',    '3','2','1215.38',    '2','2','1215.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013645.0','1019038.0','27',    '24','13','22584.72',    '24','13','22584.72',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101909.0','1044605.0','118',    '116','86','179069.4',    '115','86','169295.61',    '60','17','9773.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013646.0','1019038.0','2',    '2','1','537.38',    '2','1','537.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101910.0','1044605.0','16',    '14','7','9522.39',    '14','7','9522.39',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013647.0','1019038.0','3',    '2','2','18969.44',    '2','2','18969.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101911.0','1044605.0','39',    '37','8','9117.27',    '35','7','8237.28',    '13','2','879.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013648.0','1019038.0','193',    '181','131','415278.75',    '175','125','359763.8',    '93','31','55514.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101912.0','1044605.0','464',    '399','315','900122.96',    '390','303','789374.34',    '212','85','110748.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009004.0','1019038.0','13',    '10','4','3490.88',    '10','3','3290.89',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097268.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013649.0','1019038.0','60',    '53','27','52042.25',    '51','25','42892.5',    '28','8','9149.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101913.0','1044605.0','21',    '21','14','14822.92',    '20','14','14622.93',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009078.0','1019038.0','10',    '9','1','672.04',    '9','1','472.05',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097342.0','1044605.0','11',    '7','3','2156.7',    '7','3','2156.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009208.0','1019038.0','6',    '5','5','7099.7',    '5','5','6130.87',    '3','1','968.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097472.0','1044605.0','2',    '2','2','1286.83',    '2','2','1286.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013650.0','1019038.0','59',    '53','37','69815.12',    '50','35','62137.42',    '27','7','7677.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101914.0','1044605.0','8',    '7','5','8778.19',    '7','5','8778.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013651.0','1019038.0','2',    '1','1','1217.94',    '1','1','1217.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101915.0','1044605.0','5',    '5','4','9153.78',    '5','4','8953.79',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013652.0','1019038.0','16',    '15','8','11469.7',    '14','8','10269.71',    '9','2','1199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101916.0','1044605.0','16',    '10','7','7386.13',    '10','7','7151.13',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013653.0','1019038.0','23',    '22','13','35722.91',    '22','12','31275.48',    '7','4','4447.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101917.0','1044605.0','39',    '25','6','10572.22',    '25','6','10372.22',    '8','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013654.0','1019038.0','19',    '12','9','10517.73',    '12','9','10517.73',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101918.0','1044605.0','3',    '2','1','4098.73',    '1','1','4098.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013655.0','1019038.0','1',    '1','1','341.64',    '1','1','341.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101919.0','1044605.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013656.0','1019038.0','16',    '14','11','23291.13',    '14','11','22571.15',    '9','2','719.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101920.0','1044605.0','7',    '5','3','2113.31',    '5','3','2113.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013657.0','1019038.0','26',    '23','19','24420.79',    '23','18','23570.19',    '13','2','850.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101921.0','1044605.0','20',    '17','9','35501.22',    '17','9','34211.3',    '7','1','1289.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013658.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101922.0','1044605.0','27',    '26','15','22052.2',    '26','15','19004.86',    '15','5','3047.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013659.0','1019038.0','7',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101923.0','1044605.0','59',    '56','43','75386.55',    '56','42','73220.99',    '29','8','2165.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013660.0','1019038.0','7',    '6','1','1125.0',    '5','1','1125.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101924.0','1044605.0','509',    '440','316','857908.46',    '423','298','580251.84',    '260','102','277656.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009263.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097527.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009219.0','1019038.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097483.0','1044605.0','57',    '45','22','99662.57',    '44','22','91185.42',    '19','5','8477.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009415.0','1019038.0','25',    '20','10','16259.69',    '20','10','15264.69',    '8','1','995.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097679.0','1044605.0','15',    '10','3','4035.95',    '8','3','4035.95',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009342.0','1019038.0','8',    '6','1','628.07',    '6','1','628.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097606.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009840.0','1019038.0','7',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098104.0','1044605.0','18',    '16','12','18478.24',    '16','12','18278.25',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013661.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101925.0','1044605.0','4',    '2','1','1123.51',    '2','1','1123.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009152.0','1019038.0','5',    '5','5','5129.13',    '5','5','5129.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097416.0','1044605.0','118',    '84','36','69418.27',    '82','34','67228.35',    '40','7','2189.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009082.0','1019038.0','5',    '4','2','635.85',    '4','1','465.86',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097346.0','1044605.0','22',    '21','10','9284.38',    '21','9','9084.39',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009156.0','1019038.0','2',    '2','2','1967.75',    '2','2','1967.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097420.0','1044605.0','80',    '74','52','82834.79',    '74','51','75654.94',    '39','12','7179.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013662.0','1019038.0','67',    '52','25','53184.87',    '46','22','45000.86',    '33','11','8184.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101926.0','1044605.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013663.0','1019038.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101927.0','1044605.0','1',    '1','1','1657.97',    '1','1','1657.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009322.0','1019038.0','34',    '33','19','49118.77',    '32','16','46853.82',    '20','5','2264.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097586.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009397.0','1019038.0','144',    '138','121','247681.12',    '136','119','237885.58',    '82','25','9795.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097661.0','1044605.0','7',    '6','2','5845.91',    '6','2','5845.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009221.0','1019038.0','1',    '1','1','767.12',    '1','1','767.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097485.0','1044605.0','6',    '5','2','1194.8',    '3','1','464.81',    '4','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009920.0','1019038.0','22',    '11','2','4298.36',    '11','2','2356.95',    '3','1','1941.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098184.0','1044605.0','7',    '6','3','9166.03',    '6','3','8671.03',    '5','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010121.0','1019038.0','15',    '11','8','12460.85',    '11','8','12460.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098385.0','1044605.0','5',    '5','3','2230.42',    '5','3','2122.42',    '3','1','108.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009949.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098213.0','1044605.0','9',    '5','1','385.2',    '5','1','385.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010082.0','1019038.0','17',    '12','4','1695.46',    '11','4','1695.46',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098346.0','1044605.0','22',    '17','11','44682.0',    '17','11','44187.0',    '7','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013664.0','1019038.0','18',    '18','6','3737.24',    '16','6','3737.24',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101928.0','1044605.0','232',    '229','180','220091.54',    '227','177','211083.47',    '138','29','9008.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009817.0','1019038.0','4',    '2','1','156.92',    '2','1','156.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098081.0','1044605.0','43',    '43','29','38304.69',    '43','28','37129.74',    '23','6','1174.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010045.0','1019038.0','10',    '9','6','14334.34',    '9','6','14334.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098309.0','1044605.0','1',    '1','1','479.94',    '1','1','479.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009906.0','1019038.0','97',    '92','58','69062.2',    '91','55','62347.32',    '41','10','6714.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098170.0','1044605.0','7',    '6','3','1510.22',    '6','3','1510.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010195.0','1019038.0','13',    '7','5','16338.14',    '7','5','16338.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098459.0','1044605.0','9',    '8','7','16314.44',    '8','7','16314.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010350.0','1019038.0','40',    '35','28','27934.3',    '35','28','25719.37',    '17','7','2214.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098614.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010283.0','1019038.0','1',    '1','1','553.81',    '1','1','553.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098547.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010417.0','1019038.0','1',    '1','1','533.02',    '1','1','533.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098681.0','1044605.0','6',    '6','2','6030.18',    '6','2','6030.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013665.0','1019038.0','24',    '21','16','35687.97',    '20','15','34792.99',    '11','3','894.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101929.0','1044605.0','18',    '13','4','7350.32',    '13','4','7350.32',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013666.0','1019038.0','36',    '34','28','52129.46',    '34','27','43185.27',    '17','7','8944.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101930.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013667.0','1019038.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101931.0','1044605.0','19',    '18','14','25175.12',    '18','14','24775.14',    '11','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013668.0','1019038.0','5',    '5','1','716.77',    '5','1','516.78',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101932.0','1044605.0','149',    '140','111','195768.45',    '138','111','188661.7',    '88','16','7106.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013669.0','1019038.0','87',    '72','30','33544.12',    '68','28','31074.21',    '36','7','2469.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101933.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013670.0','1019038.0','18',    '15','5','6070.81',    '15','5','6070.81',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101934.0','1044605.0','6',    '4','1','250.88',    '4','1','250.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009063.0','1019038.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097327.0','1044605.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013671.0','1019038.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101935.0','1044605.0','15',    '14','10','21643.96',    '14','10','21243.98',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013672.0','1019038.0','1',    '1','1','522.0',    '1','1','522.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101936.0','1044605.0','52',    '49','40','49936.54',    '49','40','46959.81',    '31','7','2976.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013673.0','1019038.0','8',    '8','5','9540.48',    '8','4','9239.86',    '7','1','300.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101937.0','1044605.0','21',    '19','12','23120.82',    '19','11','22920.83',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013674.0','1019038.0','74',    '68','48','189138.75',    '65','47','175640.44',    '43','10','13498.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101938.0','1044605.0','28',    '22','9','33236.03',    '20','8','33066.04',    '11','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013675.0','1019038.0','19',    '10','8','23993.3',    '10','8','23558.31',    '6','2','434.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101939.0','1044605.0','46',    '34','8','4344.84',    '33','8','3939.94',    '9','2','404.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009061.0','1019038.0','124',    '106','56','52025.78',    '104','54','48613.89',    '48','9','3411.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097325.0','1044605.0','2',    '1','1','401.68',    '1','1','401.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2013676.0','1019038.0','12',    '7','4','6157.42',    '7','4','6157.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2101940.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013677.0','1019038.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101941.0','1044605.0','4',    '4','3','4624.34',    '4','3','3136.22',    '1','1','1488.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009434.0','1019038.0','72',    '66','51','110620.4',    '65','50','100953.12',    '32','13','9667.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097698.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2009492.0','1019038.0','48',    '45','33','61917.0',    '45','32','60714.03',    '23','5','1202.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2097756.0','1044605.0','29',    '26','15','25591.02',    '26','15','25591.02',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009749.0','1019038.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098013.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009797.0','1019038.0','16',    '14','12','20076.58',    '14','12','19596.61',    '9','3','479.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098061.0','1044605.0','10',    '9','3','3408.66',    '9','3','3408.66',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010062.0','1019038.0','98',    '88','67','107490.46',    '88','64','101894.83',    '52','15','5595.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098326.0','1044605.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2013678.0','1019038.0','32',    '22','7','6626.5',    '21','6','6256.52',    '9','2','369.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2101942.0','1044605.0','1',    '1','1','1807.41',    '1','1','1807.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009414.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097678.0','1044605.0','66',    '58','36','57887.38',    '57','35','54459.88',    '27','9','3427.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009216.0','1019038.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097480.0','1044605.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009206.0','1019038.0','1',    '1','1','1064.04',    '1','1','1064.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097470.0','1044605.0','8',    '7','3','1949.02',    '7','3','1949.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009272.0','1019038.0','3',    '2','2','3456.29',    '2','2','3217.9',    '2','1','238.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097536.0','1044605.0','12',    '12','9','41527.24',    '12','9','41527.24',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009155.0','1019038.0','25',    '25','20','26741.11',    '25','19','24248.74',    '17','6','2492.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097419.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2009102.0','1019038.0','93',    '91','56','111439.13',    '90','55','105277.94',    '49','9','6161.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2097366.0','1044605.0','16',    '14','11','15263.56',    '14','11','14768.56',    '2','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009209.0','1019038.0','54',    '40','26','38543.36',    '39','26','35793.43',    '17','3','2749.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097473.0','1044605.0','96',    '90','66','135858.16',    '87','63','132299.5',    '42','7','3558.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013679.0','1019038.0','3',    '3','1','2159.27',    '3','1','1959.28',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101943.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009432.0','1019038.0','9',    '7','2','3296.97',    '7','2','3296.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097696.0','1044605.0','10',    '8','6','12628.79',    '8','6','12628.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013680.0','1019038.0','49',    '45','25','35570.27',    '45','25','33143.79',    '21','6','2426.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101944.0','1044605.0','7',    '7','6','8596.14',    '7','6','8046.14',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009270.0','1019038.0','8',    '8','5','6349.93',    '8','5','6349.93',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097534.0','1044605.0','95',    '90','80','162408.62',    '90','79','153487.21',    '58','18','8921.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009331.0','1019038.0','10',    '9','5','3451.5',    '9','5','3451.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097595.0','1044605.0','29',    '27','20','35160.86',    '27','19','34960.87',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010059.0','1019038.0','2',    '2','1','617.43',    '2','1','617.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098323.0','1044605.0','6',    '6','4','8913.98',    '6','4','8268.67',    '2','2','645.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009488.0','1019038.0','9',    '6','2','1617.85',    '6','2','1617.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097752.0','1044605.0','44',    '36','21','18212.53',    '35','20','17812.55',    '16','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010026.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098290.0','1044605.0','4',    '4','3','1199.31',    '4','3','1199.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009821.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098085.0','1044605.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010102.0','1019038.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098366.0','1044605.0','10',    '8','5','7723.71',    '7','5','7723.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009793.0','1019038.0','8',    '6','3','4182.37',    '6','3','4182.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098057.0','1044605.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009960.0','1019038.0','10',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098224.0','1044605.0','24',    '21','16','20328.82',    '21','16','19868.83',    '7','2','459.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009776.0','1019038.0','7',    '5','1','4661.82',    '5','1','995.0',    '1','1','3666.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098040.0','1044605.0','22',    '18','11','19578.0',    '18','11','19143.01',    '8','2','434.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010273.0','1019038.0','202',    '174','114','190029.04',    '166','111','158840.88',    '95','19','31188.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098537.0','1044605.0','50',    '48','20','23183.44',    '48','17','21805.29',    '27','6','1378.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009859.0','1019038.0','73',    '68','41','31135.48',    '68','40','27595.53',    '32','6','3539.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098123.0','1044605.0','1',    '1','1','2998.5',    '1','1','2798.51',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013681.0','1019038.0','124',    '109','48','37814.54',    '108','45','34984.86',    '39','5','2829.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101945.0','1044605.0','64',    '57','36','51826.08',    '55','32','38199.52',    '34','9','13626.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010298.0','1019038.0','3',    '3','3','2492.29',    '3','3','1762.3',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098562.0','1044605.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010341.0','1019038.0','2',    '1','1','634.54',    '1','1','634.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098605.0','1044605.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013682.0','1019038.0','13',    '8','5','14451.36',    '7','5','9604.72',    '3','1','4846.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101946.0','1044605.0','10',    '8','6','8560.82',    '8','6','7409.48',    '4','1','1151.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013683.0','1019038.0','34',    '29','20','24198.09',    '29','20','20415.35',    '13','2','3782.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101947.0','1044605.0','50',    '46','36','76512.43',    '42','36','62851.11',    '30','6','13661.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013684.0','1019038.0','14',    '13','6','5756.53',    '13','6','5121.55',    '7','3','634.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101948.0','1044605.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010374.0','1019038.0','8',    '5','1','766.88',    '5','1','766.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098638.0','1044605.0','1',    '1','1','3418.97',    '1','0','0.0',    '1','1','3418.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009282.0','1019038.0','2',    '2','2','36089.3',    '2','2','36089.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097546.0','1044605.0','4',    '4','2','2526.82',    '4','2','2446.83',    '2','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013685.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101949.0','1044605.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009237.0','1019038.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097501.0','1044605.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013686.0','1019096.0','13',    '12','6','6801.72',    '12','6','6801.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101950.0','1044663.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010079.0','1019096.0','9',    '9','6','5465.92',    '9','6','4970.92',    '5','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098343.0','1044663.0','1',    '1','1','972.1',    '1','1','972.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2008923.0','1019096.0','73',    '63','31','69510.11',    '61','26','48642.85',    '39','11','20867.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097187.0','1044663.0','20',    '19','14','20343.82',    '17','7','15104.92',    '12','9','5238.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013687.0','1019096.0','24',    '23','16','11846.56',    '23','16','10738.09',    '12','5','1108.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101951.0','1044663.0','41',    '34','17','41186.22',    '33','17','33919.15',    '18','8','7267.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013688.0','1019096.0','3',    '3','3','1532.49',    '3','3','1532.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2101952.0','1044663.0','15',    '15','9','10434.7',    '15','7','7843.23',    '11','4','2591.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009113.0','1019096.0','8',    '8','7','9574.26',    '8','7','9574.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097377.0','1044663.0','2',    '2','2','2244.16',    '2','2','2244.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013689.0','1019096.0','5',    '5','3','4403.9',    '5','3','3908.9',    '3','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2101953.0','1044663.0','21',    '21','19','31737.24',    '21','19','31247.27',    '14','3','489.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013690.0','1019096.0','6',    '6','5','4722.32',    '6','5','4722.32',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101954.0','1044663.0','49',    '45','30','31982.57',    '45','30','31582.59',    '24','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013691.0','1019096.0','6',    '5','3','3158.72',    '5','3','3158.72',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101955.0','1044663.0','28',    '27','25','35732.47',    '27','25','35180.55',    '15','2','551.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009378.0','1019096.0','11',    '9','5','3786.57',    '9','4','2173.72',    '4','2','1612.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097642.0','1044663.0','8',    '8','6','8901.85',    '8','6','8710.32',    '6','1','191.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009023.0','1019096.0','10',    '10','7','11138.09',    '9','7','10938.1',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097287.0','1044663.0','3',    '3','3','8443.52',    '3','3','8443.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013692.0','1019096.0','63',    '58','38','53072.58',    '57','37','49947.66',    '34','7','3124.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101956.0','1044663.0','6',    '6','5','5483.02',    '6','5','5483.02',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009916.0','1019096.0','5',    '5','2','5132.64',    '5','2','4932.65',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098180.0','1044663.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2009877.0','1019096.0','1',    '1','1','1789.1',    '1','1','1789.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2098141.0','1044663.0','24',    '23','19','38560.13',    '23','19','37206.18',    '10','2','1353.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013693.0','1019096.0','6',    '6','5','3666.03',    '6','5','3666.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101957.0','1044663.0','64',    '60','40','58690.54',    '60','39','53272.5',    '32','6','5418.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013694.0','1019096.0','17',    '17','8','5179.16',    '17','8','5129.16',    '8','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101958.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010246.0','1019096.0','44',    '40','26','33969.6',    '40','25','31937.99',    '21','4','2031.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098510.0','1044663.0','15',    '14','8','10800.17',    '14','8','9506.18',    '8','2','1293.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010430.0','1019096.0','65',    '61','43','63368.5',    '60','43','62178.53',    '33','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098694.0','1044663.0','4',    '4','3','7143.1',    '4','3','6943.11',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013695.0','1019096.0','2',    '2','2','2028.18',    '2','2','2028.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101959.0','1044663.0','7',    '7','5','12054.53',    '7','5','8560.0',    '6','4','3494.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009038.0','1019096.0','9',    '8','5','3203.92',    '8','5','3203.92',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097302.0','1044663.0','3',    '3','2','1269.54',    '3','2','749.55',    '2','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013696.0','1019096.0','2',    '2','2','1981.16',    '2','2','1981.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101960.0','1044663.0','2',    '2','2','837.9',    '2','2','837.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013697.0','1019096.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101961.0','1044663.0','270',    '231','147','303500.41',    '222','134','223712.57',    '163','48','79787.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013698.0','1019096.0','1',    '1','1','200.25',    '1','1','200.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101962.0','1044663.0','31',    '30','21','12044.47',    '29','21','11644.49',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013699.0','1019096.0','4',    '4','1','583.84',    '3','0','0.0',    '2','1','583.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101963.0','1044663.0','1',    '1','1','412.95',    '1','1','412.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013700.0','1019096.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101964.0','1044663.0','3',    '3','3','3853.8',    '3','3','3853.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009090.0','1019096.0','20',    '19','10','17979.47',    '19','10','17519.48',    '9','2','459.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097354.0','1044663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013701.0','1019096.0','22',    '20','12','20002.02',    '20','11','14066.07',    '9','2','5935.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101965.0','1044663.0','5',    '5','1','676.1',    '5','1','476.11',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013702.0','1019096.0','118',    '115','70','92513.61',    '114','66','87672.74',    '59','13','4840.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101966.0','1044663.0','2',    '2','2','1976.3',    '2','2','1976.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009154.0','1019096.0','16',    '15','7','7475.74',    '15','7','7275.75',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097418.0','1044663.0','17',    '16','14','30002.56',    '16','14','22876.03',    '11','4','7126.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013703.0','1019096.0','33',    '30','22','57146.57',    '28','21','56946.58',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101967.0','1044663.0','60',    '58','47','108342.88',    '58','46','107047.92',    '28','5','1294.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013704.0','1019096.0','5',    '5','4','9134.58',    '5','4','9134.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101968.0','1044663.0','12',    '12','10','13305.27',    '12','10','11335.32',    '8','3','1969.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009486.0','1019096.0','7',    '5','1','431.48',    '4','1','431.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097750.0','1044663.0','7',    '7','6','9910.01',    '7','6','9618.09',    '3','1','291.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009089.0','1019096.0','51',    '43','21','25097.36',    '43','17','18725.71',    '24','8','6371.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097353.0','1044663.0','1',    '1','1','3228.78',    '1','1','3228.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009333.0','1019096.0','41',    '36','27','39293.19',    '36','27','38523.22',    '18','3','769.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097597.0','1044663.0','6',    '5','3','6824.38',    '5','3','6624.39',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013705.0','1019096.0','1',    '1','1','319.79',    '1','1','319.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101969.0','1044663.0','209',    '197','116','364156.57',    '195','105','264312.47',    '127','39','99844.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013706.0','1019096.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101970.0','1044663.0','8',    '8','6','11843.99',    '8','6','11644.0',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009340.0','1019096.0','195',    '182','79','228243.04',    '177','70','198610.7',    '92','20','29632.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097604.0','1044663.0','37',    '36','31','38116.65',    '36','30','37226.7',    '27','5','889.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013707.0','1019096.0','74',    '69','45','54949.31',    '67','40','53459.39',    '39','8','1489.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101971.0','1044663.0','18',    '18','14','16082.29',    '18','13','15135.32',    '8','2','946.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009639.0','1019096.0','29',    '29','21','17860.21',    '28','19','15612.26',    '21','4','2247.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097903.0','1044663.0','38',    '31','15','47294.02',    '30','15','38935.51',    '18','3','8358.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013708.0','1019096.0','67',    '60','40','56676.87',    '60','38','41491.9',    '32','7','15184.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101972.0','1044663.0','20',    '18','13','31060.84',    '17','13','30224.6',    '12','3','836.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2009112.0','1019096.0','5',    '4','2','888.67',    '4','2','888.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2097376.0','1044663.0','24',    '22','15','17669.21',    '22','15','16754.21',    '11','2','915.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009443.0','1019096.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097707.0','1044663.0','5',    '5','2','1931.29',    '5','2','1931.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009461.0','1019096.0','234',    '230','143','158693.79',    '230','104','114941.85',    '153','68','43751.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097725.0','1044663.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009134.0','1019096.0','113',    '111','85','70858.77',    '111','84','67673.85',    '50','10','3184.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097398.0','1044663.0','42',    '38','18','24605.62',    '38','16','20779.07',    '24','5','3826.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010061.0','1019096.0','12',    '11','5','4517.58',    '10','5','4517.58',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098325.0','1044663.0','2',    '2','2','25753.18',    '2','2','21960.5',    '1','1','3792.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2009466.0','1019096.0','31',    '29','18','21344.52',    '29','18','21052.6',    '13','1','291.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2097730.0','1044663.0','5',    '5','4','2676.38',    '5','4','2106.4',    '4','2','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009265.0','1019096.0','76',    '73','61','108341.12',    '72','58','103889.27',    '36','8','4451.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097529.0','1044663.0','10',    '9','5','36523.0',    '9','5','35748.19',    '8','3','774.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013709.0','1019096.0','1',    '1','1','899.53',    '1','1','899.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101973.0','1044663.0','101',    '91','78','112766.82',    '90','76','97293.68',    '50','13','15473.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009924.0','1019096.0','25',    '22','13','20361.93',    '22','13','20361.93',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098188.0','1044663.0','49',    '47','33','33033.94',    '47','32','30939.02',    '28','8','2094.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009886.0','1019096.0','11',    '11','2','1698.15',    '11','1','1498.16',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098150.0','1044663.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009824.0','1019096.0','28',    '19','11','30207.45',    '17','11','29512.46',    '9','1','694.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098088.0','1044663.0','2',    '2','1','2010.43',    '2','1','2010.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010208.0','1019096.0','3',    '3','3','12344.13',    '3','3','12344.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098472.0','1044663.0','1',    '1','1','3066.18',    '1','1','1163.0',    '1','1','1903.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013710.0','1019096.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101974.0','1044663.0','13',    '11','9','8719.31',    '11','9','8719.31',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009952.0','1019096.0','18',    '17','14','12355.01',    '17','14','11165.04',    '7','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098216.0','1044663.0','12',    '11','9','9136.38',    '11','9','9136.38',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010605.0','1019096.0','2',    '2','1','661.28',    '2','1','661.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098869.0','1044663.0','7',    '6','3','5555.07',    '6','3','5431.58',    '1','1','123.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009850.0','1019096.0','12',    '8','5','6776.18',    '8','4','4768.89',    '5','2','2007.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098114.0','1044663.0','25',    '24','18','33523.98',    '24','18','32747.01',    '12','3','776.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013711.0','1019096.0','14',    '14','7','8270.09',    '13','7','8270.09',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101975.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010242.0','1019096.0','13',    '11','5','8663.94',    '11','5','7673.96',    '4','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098506.0','1044663.0','174',    '161','124','137456.44',    '161','120','130389.62',    '89','21','7066.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013712.0','1019096.0','7',    '5','4','13978.44',    '5','2','13578.46',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101976.0','1044663.0','10',    '10','8','3124.13',    '9','8','3124.13',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010330.0','1019096.0','2',    '1','1','1297.54',    '1','1','1097.55',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098594.0','1044663.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013713.0','1019096.0','1',    '1','1','412.95',    '1','1','412.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101977.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010599.0','1019096.0','3',    '3','2','1136.66',    '3','2','1136.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098863.0','1044663.0','5',    '5','3','2808.28',    '5','2','1876.26',    '4','2','932.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013714.0','1019096.0','10',    '7','6','37133.23',    '7','6','37133.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2101978.0','1044663.0','7',    '6','5','11619.5',    '6','4','10828.29',    '4','2','791.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010380.0','1019096.0','6',    '6','3','15104.85',    '5','3','14721.12',    '5','2','383.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098644.0','1044663.0','4',    '4','3','3668.83',    '4','3','3198.84',    '3','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009268.0','1019096.0','109',    '100','74','110012.71',    '99','73','105409.79',    '47','6','4602.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2097532.0','1044663.0','40',    '36','31','61920.6',    '36','29','38777.01',    '20','10','23143.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013715.0','1019096.0','128',    '124','93','109063.36',    '122','90','101924.55',    '63','12','7138.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101979.0','1044663.0','7',    '7','7','26813.24',    '7','7','26118.25',    '6','2','694.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013716.0','1019096.0','22',    '22','19','22400.76',    '22','18','22200.77',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101980.0','1044663.0','2',    '1','1','1900.35',    '1','1','1900.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011367.0','1019096.0','24',    '19','11','12874.76',    '19','11','10116.2',    '12','2','2758.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099631.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009305.0','1019096.0','7',    '7','5','13212.34',    '7','4','12812.36',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097569.0','1044663.0','101',    '96','73','81661.78',    '95','72','79776.81',    '51','5','1884.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013717.0','1019096.0','53',    '53','46','59339.5',    '53','46','57910.91',    '29','5','1428.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101981.0','1044663.0','83',    '80','66','112629.02',    '80','61','102479.68',    '55','19','10149.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009127.0','1019096.0','12',    '12','10','11985.43',    '12','10','11985.43',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097391.0','1044663.0','94',    '88','62','97503.66',    '88','60','83578.45',    '50','15','13925.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013718.0','1019096.0','19',    '19','16','30959.47',    '18','16','30959.47',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2101982.0','1044663.0','18',    '18','13','17119.43',    '18','13','17119.43',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013719.0','1019096.0','15',    '15','13','18113.39',    '15','13','17536.41',    '6','1','576.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101983.0','1044663.0','76',    '70','56','58728.63',    '69','53','52817.32',    '43','9','5911.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013720.0','1019096.0','240',    '197','123','337549.38',    '192','111','299033.32',    '115','32','38516.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2101984.0','1044663.0','127',    '114','73','178335.94',    '112','69','134300.5',    '67','18','44035.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013721.0','1019096.0','7',    '6','2','1355.02',    '6','2','1355.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101985.0','1044663.0','83',    '80','60','193795.64',    '78','57','190464.6',    '50','14','3331.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009264.0','1019096.0','1',    '1','1','9101.39',    '1','1','6604.35',    '1','1','2497.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097528.0','1044663.0','3',    '3','3','4159.52',    '3','3','3959.53',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009253.0','1019096.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097517.0','1044663.0','9',    '8','1','1244.85',    '7','1','1244.85',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009470.0','1019096.0','16',    '15','8','26102.8',    '13','8','23972.84',    '10','3','2129.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097734.0','1044663.0','7',    '7','6','9804.74',    '7','6','9604.74',    '5','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009051.0','1019096.0','34',    '33','19','26062.42',    '32','18','24122.46',    '19','6','1939.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097315.0','1044663.0','7',    '7','6','5079.93',    '7','6','5079.93',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009064.0','1019096.0','10',    '8','6','16040.41',    '8','6','13640.47',    '7','3','2399.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097328.0','1044663.0','15',    '14','9','5606.78',    '14','9','5406.79',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013722.0','1019096.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101986.0','1044663.0','5',    '4','3','8839.39',    '4','3','8639.4',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013723.0','1019096.0','20',    '20','13','19289.78',    '19','13','18829.79',    '12','2','459.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101987.0','1044663.0','50',    '48','34','56328.8',    '47','32','51043.89',    '28','10','5284.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009564.0','1019096.0','4',    '4','2','3085.28',    '4','2','2095.3',    '4','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097828.0','1044663.0','3',    '3','2','2901.64',    '3','2','2901.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009105.0','1019096.0','182',    '180','76','168544.38',    '175','64','126644.83',    '108','20','41899.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097369.0','1044663.0','131',    '122','88','133302.67',    '119','82','117195.3',    '68','14','16107.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009748.0','1019096.0','422',    '390','291','907390.15',    '384','280','790436.06',    '249','67','116954.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098012.0','1044663.0','3',    '3','2','3664.2',    '3','2','3664.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013724.0','1019096.0','377',    '359','292','375913.72',    '357','287','361804.24',    '206','35','14109.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101988.0','1044663.0','2',    '2','2','3660.23',    '2','2','3492.23',    '1','1','168.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2010032.0','1019096.0','9',    '7','4','10611.69',    '7','4','10411.7',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2098296.0','1044663.0','66',    '62','20','46168.63',    '61','15','19426.78',    '35','8','26741.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009419.0','1019096.0','2',    '2','1','273.5',    '2','1','273.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097683.0','1044663.0','46',    '29','16','33809.24',    '27','14','30893.36',    '21','4','2915.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013725.0','1019096.0','5',    '5','4','4997.44',    '5','4','4502.44',    '3','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101989.0','1044663.0','30',    '29','25','64605.12',    '29','25','57399.95',    '21','5','7205.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013726.0','1019096.0','2',    '2','2','1719.81',    '2','2','1249.82',    '1','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101990.0','1044663.0','4',    '4','3','11048.57',    '4','3','11048.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010255.0','1019096.0','37',    '34','24','30650.58',    '34','19','23153.81',    '15','9','7496.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098519.0','1044663.0','33',    '32','23','49747.0',    '32','21','34097.27',    '22','7','15649.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009869.0','1019096.0','6',    '6','5','3277.87',    '6','5','3277.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098133.0','1044663.0','4',    '3','1','2428.71',    '3','1','2228.72',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013727.0','1019096.0','9',    '8','3','3476.94',    '8','3','3276.95',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101991.0','1044663.0','34',    '33','20','30476.46',    '33','20','29081.53',    '16','4','1394.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009948.0','1019096.0','15',    '15','12','39259.17',    '15','12','33129.86',    '9','1','6129.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098212.0','1044663.0','43',    '42','36','62234.1',    '42','36','60644.15',    '27','4','1589.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013728.0','1019096.0','3',    '3','2','2238.91',    '3','2','2038.92',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101992.0','1044663.0','3',    '2','2','20113.11',    '2','2','20113.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013729.0','1019096.0','1',    '1','1','979.02',    '1','1','979.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101993.0','1044663.0','12',    '11','10','9951.54',    '11','10','8761.57',    '5','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009018.0','1019096.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097282.0','1044663.0','44',    '39','33','66407.33',    '39','31','63182.84',    '22','5','3224.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010131.0','1019096.0','42',    '42','37','109111.36',    '42','37','107954.96',    '22','4','1156.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098395.0','1044663.0','2',    '2','2','1588.47',    '2','2','1588.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013730.0','1019096.0','28',    '23','7','5127.82',    '20','7','5127.82',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101994.0','1044663.0','10',    '10','5','9373.34',    '10','5','9373.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010205.0','1019096.0','22',    '22','12','35861.41',    '21','12','32741.14',    '11','2','3120.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098469.0','1044663.0','8',    '7','6','2129.69',    '7','5','1929.7',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010308.0','1019096.0','6',    '6','4','10913.87',    '5','4','9955.0',    '2','1','958.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098572.0','1044663.0','144',    '136','109','112511.35',    '135','101','98555.96',    '76','24','13955.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010386.0','1019096.0','30',    '28','15','14279.92',    '28','15','13679.95',    '19','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098650.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010429.0','1019096.0','101',    '96','77','110311.69',    '96','77','106530.66',    '64','14','3781.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098693.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010435.0','1019096.0','111',    '102','49','72244.07',    '97','40','64683.04',    '71','16','7561.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098699.0','1044663.0','27',    '25','13','30146.12',    '24','13','28594.53',    '13','3','1551.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013731.0','1019096.0','26',    '26','18','23047.26',    '26','18','22847.27',    '16','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2101995.0','1044663.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013732.0','1019096.0','22',    '22','19','23578.04',    '22','19','23178.06',    '12','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101996.0','1044663.0','45',    '38','14','18140.13',    '32','13','17590.13',    '13','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013733.0','1019096.0','10',    '10','6','23785.27',    '10','6','23785.27',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101997.0','1044663.0','3',    '3','3','8104.03',    '3','3','7424.03',    '2','1','680.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013734.0','1019096.0','65',    '63','45','70486.97',    '62','45','65131.0',    '25','4','5355.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101998.0','1044663.0','24',    '23','12','13701.81',    '22','10','13301.83',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011460.0','1019096.0','138',    '130','104','213770.99',    '128','98','188883.11',    '84','32','24887.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099724.0','1044663.0','52',    '51','35','50564.71',    '51','35','45751.9',    '30','5','4812.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013735.0','1019096.0','25',    '23','13','13886.56',    '23','13','13686.57',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2101999.0','1044663.0','18',    '16','11','19474.76',    '14','11','19274.77',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013736.0','1019096.0','10',    '10','6','8069.22',    '10','5','6879.25',    '5','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102000.0','1044663.0','37',    '36','30','50268.82',    '36','29','49263.58',    '19','5','1005.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013737.0','1019096.0','6',    '5','4','6122.62',    '5','4','5652.63',    '3','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102001.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013738.0','1019096.0','7',    '6','6','11608.86',    '6','6','11408.87',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102002.0','1044663.0','11',    '11','11','18455.51',    '11','11','18255.52',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013739.0','1019096.0','29',    '26','6','14878.22',    '25','6','14878.22',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102003.0','1044663.0','2',    '2','2','624.28',    '2','2','624.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009111.0','1019096.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2097375.0','1044663.0','3',    '3','1','134.58',    '3','1','134.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009153.0','1019096.0','22',    '21','12','10249.89',    '21','9','8821.66',    '14','5','1428.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097417.0','1044663.0','1',    '1','1','5862.54',    '1','1','5862.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013740.0','1019096.0','7',    '5','3','3911.71',    '5','3','3058.23',    '3','1','853.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2102004.0','1044663.0','33',    '31','18','26025.57',    '31','18','25825.58',    '16','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2008996.0','1019096.0','79',    '75','37','96565.3',    '74','34','75348.56',    '42','8','21216.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2097260.0','1044663.0','7',    '7','6','15795.95',    '7','6','14605.98',    '5','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2013741.0','1019096.0','2',    '2','1','237.9',    '2','1','237.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2102005.0','1044663.0','70',    '66','51','101594.39',    '66','50','91044.49',    '41','12','10549.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009926.0','1019096.0','2',    '2','1','3775.08',    '2','1','3775.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098190.0','1044663.0','3',    '3','3','2713.65',    '3','3','2513.66',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009873.0','1019096.0','1',    '1','1','1501.71',    '1','1','1501.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098137.0','1044663.0','8',    '6','3','5080.92',    '6','3','5080.92',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010060.0','1019096.0','1',    '1','1','788.17',    '1','1','788.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098324.0','1044663.0','1',    '1','1','2170.04',    '1','1','2170.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009842.0','1019096.0','43',    '38','24','24806.81',    '38','22','23585.99',    '20','3','1220.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098106.0','1044663.0','16',    '14','8','13040.2',    '14','8','13040.2',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010039.0','1019096.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098303.0','1044663.0','4',    '3','3','27334.85',    '3','3','27334.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009805.0','1019096.0','11',    '10','4','2514.18',    '10','4','2514.18',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098069.0','1044663.0','15',    '12','8','11984.06',    '12','8','11984.06',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010173.0','1019096.0','2',    '2','1','10964.95',    '2','1','10964.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098437.0','1044663.0','8',    '8','7','6585.97',    '8','7','6385.98',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009807.0','1019096.0','2',    '1','1','307.23',    '1','1','307.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098071.0','1044663.0','122',    '116','69','93953.97',    '116','68','86934.05',    '45','7','7019.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010410.0','1019096.0','11',    '11','9','10490.31',    '11','7','9490.36',    '7','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098674.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010240.0','1019096.0','4',    '3','1','2258.67',    '3','1','2258.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098504.0','1044663.0','53',    '44','33','60875.8',    '43','31','40511.71',    '14','5','20364.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010478.0','1019096.0','3',    '3','2','2718.77',    '3','2','2134.93',    '2','1','583.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098742.0','1044663.0','2',    '2','1','1956.59',    '2','1','1956.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010332.0','1019096.0','20',    '18','6','5141.67',    '16','6','4544.65',    '10','2','597.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098596.0','1044663.0','1',    '1','1','2823.95',    '1','1','2623.96',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013742.0','1019096.0','5',    '5','5','15174.07',    '5','5','14504.09',    '2','2','669.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102006.0','1044663.0','21',    '20','19','28198.48',    '20','19','27798.5',    '15','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010733.0','1019096.0','21',    '21','16','31426.45',    '21','16','30476.49',    '13','5','949.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098997.0','1044663.0','27',    '24','16','22884.71',    '24','15','20999.62',    '13','4','1885.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013743.0','1019096.0','16',    '13','6','8617.81',    '12','5','3679.85',    '5','2','4937.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102007.0','1044663.0','3',    '3','2','689.7',    '3','2','689.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013744.0','1019096.0','23',    '23','21','26426.28',    '23','21','25626.32',    '11','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102008.0','1044663.0','3',    '2','2','7978.69',    '2','2','7978.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013745.0','1019096.0','194',    '190','92','117478.3',    '187','74','94186.98',    '127','38','23291.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102009.0','1044663.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013746.0','1019096.0','39',    '37','26','28566.64',    '36','22','24606.7',    '24','6','3959.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102010.0','1044663.0','7',    '6','5','2841.76',    '6','5','2841.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013747.0','1019096.0','123',    '108','77','129092.2',    '106','75','115432.78',    '54','15','13659.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102011.0','1044663.0','28',    '27','17','37178.38',    '27','17','36677.77',    '17','2','500.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011384.0','1019096.0','6',    '6','4','3248.39',    '6','4','2878.4',    '4','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099648.0','1044663.0','36',    '36','26','41785.74',    '36','26','40385.81',    '18','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013748.0','1019096.0','67',    '63','40','52131.36',    '63','39','48797.94',    '31','6','3333.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102012.0','1044663.0','29',    '28','23','23837.3',    '28','23','22757.31',    '15','5','1079.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013749.0','1019096.0','6',    '6','3','4347.32',    '5','2','3132.34',    '3','2','1214.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102013.0','1044663.0','5',    '4','2','3312.83',    '4','2','3312.83',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013750.0','1019096.0','4',    '4','3','5559.18',    '4','3','4569.2',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102014.0','1044663.0','5',    '5','5','7485.42',    '5','5','7285.43',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011559.0','1019096.0','25',    '23','8','10914.96',    '23','7','10714.97',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099823.0','1044663.0','4',    '3','2','579.12',    '3','2','579.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011497.0','1019096.0','14',    '12','8','9710.71',    '11','7','8610.71',    '9','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099761.0','1044663.0','60',    '56','20','28689.42',    '53','18','15409.48',    '21','5','13279.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011655.0','1019096.0','134',    '126','91','138734.69',    '122','91','131355.07',    '60','10','7379.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099919.0','1044663.0','3',    '3','2','2265.21',    '3','2','2265.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009750.0','1019096.0','61',    '58','49','91960.39',    '58','49','87651.15',    '28','11','4309.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098014.0','1044663.0','102',    '96','56','60879.02',    '95','53','58651.97',    '61','8','2227.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011605.0','1019096.0','20',    '18','12','26687.76',    '17','11','24885.31',    '10','4','1802.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099869.0','1044663.0','68',    '61','33','52343.28',    '61','33','49151.35',    '27','7','3191.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011668.0','1019096.0','32',    '31','11','14512.88',    '30','11','14121.63',    '19','2','391.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099932.0','1044663.0','94',    '87','71','94722.43',    '87','68','89974.49',    '38','10','4747.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2010118.0','1019096.0','88',    '84','40','55254.1',    '82','33','45779.72',    '53','14','9474.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098382.0','1044663.0','2',    '2','1','669.15',    '2','1','669.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011375.0','1019096.0','122',    '120','84','119447.99',    '120','78','107219.36',    '64','21','12228.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099639.0','1044663.0','41',    '38','18','17205.4',    '38','16','15869.87',    '17','4','1335.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009781.0','1019096.0','41',    '40','26','37140.01',    '40','25','36445.02',    '17','2','694.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098045.0','1044663.0','8',    '8','3','3228.2',    '8','3','3228.2',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010128.0','1019096.0','5',    '4','3','1871.65',    '4','3','1871.65',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098392.0','1044663.0','1',    '1','1','2658.38',    '1','1','2658.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2010218.0','1019096.0','6',    '6','6','7936.22',    '6','6','7936.22',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098482.0','1044663.0','9',    '9','3','2127.24',    '9','3','2127.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2010138.0','1019096.0','15',    '15','8','15425.4',    '14','6','14825.43',    '9','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098402.0','1044663.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013751.0','1019096.0','17',    '16','15','15833.78',    '16','15','15833.78',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102015.0','1044663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009788.0','1019096.0','16',    '16','11','9871.56',    '16','11','9671.57',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098052.0','1044663.0','13',    '12','11','7326.6',    '12','11','7326.6',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009794.0','1019096.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098058.0','1044663.0','2',    '2','1','590.76',    '2','1','590.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010002.0','1019096.0','2',    '2','1','624.94',    '2','1','624.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098266.0','1044663.0','75',    '69','28','33181.58',    '67','22','26309.08',    '36','9','6872.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010458.0','1019096.0','7',    '7','4','5902.77',    '6','4','5902.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098722.0','1044663.0','7',    '7','7','15916.75',    '7','6','15426.14',    '3','1','490.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010397.0','1019096.0','6',    '4','3','3598.47',    '4','3','3598.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098661.0','1044663.0','153',    '149','118','146649.07',    '149','114','133421.7',    '85','24','13227.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010451.0','1019096.0','20',    '19','15','12747.66',    '19','15','12095.57',    '10','4','652.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098715.0','1044663.0','197',    '182','119','330778.86',    '181','94','272394.84',    '122','53','58384.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010404.0','1019096.0','4',    '3','1','1921.06',    '3','1','1921.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098668.0','1044663.0','5',    '5','2','7724.49',    '5','2','7724.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010445.0','1019096.0','29',    '25','13','21967.76',    '24','13','21472.76',    '11','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098709.0','1044663.0','3',    '3','2','496.93',    '3','2','496.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010623.0','1019096.0','9',    '9','6','11132.27',    '9','5','9840.35',    '4','2','1291.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098887.0','1044663.0','20',    '20','10','15560.65',    '20','10','14097.42',    '12','3','1463.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013752.0','1019096.0','6',    '6','6','6682.07',    '6','6','6682.07',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102016.0','1044663.0','40',    '27','17','40277.55',    '26','14','34008.57',    '12','7','6268.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013753.0','1019096.0','7',    '7','5','13247.28',    '7','5','13247.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102017.0','1044663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011570.0','1019096.0','19',    '18','12','13851.16',    '18','12','13356.16',    '8','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099834.0','1044663.0','1',    '1','1','208.05',    '1','1','208.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013754.0','1019096.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102018.0','1044663.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013755.0','1019096.0','19',    '16','12','23978.46',    '16','12','23608.47',    '10','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102019.0','1044663.0','1',    '1','1','1093.17',    '1','1','1093.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011571.0','1019096.0','34',    '33','27','71739.84',    '33','25','70067.29',    '12','3','1672.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099835.0','1044663.0','4',    '4','4','5075.97',    '4','3','3809.97',    '2','2','1266.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013756.0','1019096.0','134',    '128','102','107921.29',    '126','100','103259.04',    '75','10','4662.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102020.0','1044663.0','99',    '95','40','56146.48',    '91','38','51751.51',    '47','8','4394.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013757.0','1019096.0','39',    '38','27','27941.47',    '37','27','25521.54',    '25','6','2419.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102021.0','1044663.0','14',    '11','7','11539.84',    '11','7','11539.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011462.0','1019096.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099726.0','1044663.0','15',    '12','10','13033.53',    '12','10','12428.54',    '4','1','604.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013758.0','1019096.0','16',    '14','3','6106.15',    '12','3','6106.15',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102022.0','1044663.0','38',    '37','29','37454.84',    '37','29','35851.87',    '19','4','1602.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011484.0','1019096.0','9',    '7','4','23783.11',    '7','4','22216.15',    '4','1','1566.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099748.0','1044663.0','29',    '20','10','19664.33',    '18','8','18663.11',    '12','3','1001.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2010723.0','1019096.0','21',    '19','16','12187.63',    '19','16','12187.63',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098987.0','1044663.0','105',    '92','64','92381.32',    '90','60','81291.11',    '52','11','11090.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013759.0','1019096.0','61',    '54','47','96514.37',    '53','47','92311.94',    '34','11','4202.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102023.0','1044663.0','8',    '8','8','14291.02',    '8','8','14091.03',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013760.0','1019096.0','19',    '19','9','8203.49',    '19','8','7803.51',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102024.0','1044663.0','26',    '24','22','25593.91',    '24','22','25193.93',    '12','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013761.0','1019096.0','43',    '41','28','62696.73',    '40','28','61531.75',    '24','3','1164.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102025.0','1044663.0','2',    '2','1','1534.62',    '2','1','544.64',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013762.0','1019096.0','22',    '19','14','26797.07',    '19','14','25607.1',    '8','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102026.0','1044663.0','3',    '3','2','3774.11',    '3','2','3774.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013763.0','1019096.0','42',    '40','37','46937.64',    '40','36','43412.74',    '25','9','3524.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102027.0','1044663.0','23',    '23','19','24511.42',    '22','19','23511.47',    '11','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011423.0','1019096.0','2',    '2','1','7410.62',    '2','1','7282.85',    '2','1','127.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099687.0','1044663.0','1',    '1','1','525.8',    '1','1','525.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013764.0','1019096.0','1',    '1','1','2393.78',    '1','1','2393.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102028.0','1044663.0','3',    '3','3','4437.98',    '3','2','4237.99',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011686.0','1019096.0','9',    '6','5','11265.11',    '6','5','10865.13',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099950.0','1044663.0','8',    '8','4','17589.62',    '8','4','12845.74',    '4','1','4743.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011354.0','1019096.0','26',    '24','15','11898.58',    '24','14','11438.59',    '13','2','459.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099618.0','1044663.0','3',    '3','2','8440.03',    '3','2','7450.05',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011656.0','1019096.0','3',    '3','3','2068.84',    '3','3','2068.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099920.0','1044663.0','1',    '1','1','1298.46',    '1','1','1298.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011694.0','1019096.0','21',    '13','5','12670.15',    '12','3','5127.97',    '9','3','7542.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099958.0','1044663.0','5',    '5','2','3302.11',    '5','2','3302.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011715.0','1019096.0','5',    '5','4','7428.32',    '5','4','7428.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099979.0','1044663.0','83',    '69','35','61557.56',    '66','28','44997.9',    '42','16','16559.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013765.0','1019096.0','2',    '2','1','147.06',    '2','1','147.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102029.0','1044663.0','9',    '7','5','7628.67',    '7','5','6742.15',    '6','3','886.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011611.0','1019096.0','162',    '155','132','348852.54',    '154','129','321463.29',    '90','21','27389.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099875.0','1044663.0','3',    '3','2','1638.15',    '3','2','1638.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011619.0','1019096.0','3',    '3','3','9557.38',    '3','3','8924.38',    '2','1','633.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099883.0','1044663.0','1',    '1','1','4339.31',    '1','1','1578.0',    '1','1','2761.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013766.0','1019096.0','800',    '649','380','1432830.09',    '628','323','642933.92',    '457','215','789896.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102030.0','1044663.0','11',    '11','9','11094.95',    '11','9','10894.96',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013767.0','1019096.0','26',    '25','16','22802.94',    '24','15','18161.16',    '19','2','4641.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102031.0','1044663.0','11',    '11','8','6041.56',    '11','7','5241.6',    '5','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013768.0','1019096.0','1',    '1','1','1853.99',    '1','1','1654.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102032.0','1044663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013769.0','1019096.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102033.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013770.0','1019096.0','11',    '11','8','9012.0',    '11','8','8612.02',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102034.0','1044663.0','23',    '23','14','53251.2',    '20','14','47786.53',    '12','4','5464.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011653.0','1019096.0','16',    '13','12','12050.8',    '13','11','7771.25',    '6','2','4279.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099917.0','1044663.0','67',    '59','48','80175.31',    '59','47','76822.57',    '34','8','3352.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013771.0','1019096.0','33',    '30','20','36624.23',    '30','18','35494.26',    '11','3','1129.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102035.0','1044663.0','1',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011614.0','1019096.0','164',    '158','123','221378.33',    '158','118','207960.63',    '95','25','13417.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099878.0','1044663.0','5',    '4','3','2070.92',    '4','3','2070.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010367.0','1019096.0','4',    '3','3','28795.63',    '3','3','28795.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098631.0','1044663.0','2',    '2','1','303.49',    '2','1','303.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013772.0','1019096.0','8',    '5','3','13243.23',    '5','3','13043.24',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102036.0','1044663.0','3',    '3','2','9384.27',    '3','2','9184.28',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013773.0','1019096.0','8',    '8','7','16876.96',    '8','7','16252.94',    '5','2','624.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102037.0','1044663.0','5',    '5','4','8479.35',    '5','4','8479.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013774.0','1019096.0','4',    '4','1','1123.86',    '4','1','1123.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102038.0','1044663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013775.0','1019096.0','74',    '64','38','112871.51',    '64','38','100336.2',    '37','7','12535.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102039.0','1044663.0','7',    '4','2','2052.14',    '4','1','877.16',    '3','1','1174.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013776.0','1019096.0','24',    '18','13','29987.44',    '15','13','29575.43',    '12','2','412.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102040.0','1044663.0','2',    '2','1','50.9',    '2','1','50.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011616.0','1019096.0','9',    '9','7','22516.42',    '9','7','22516.42',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099880.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011433.0','1019096.0','14',    '12','7','9228.13',    '12','7','9228.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099697.0','1044663.0','60',    '58','47','331477.52',    '57','45','286976.31',    '36','17','44501.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013777.0','1019096.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102041.0','1044663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013778.0','1019096.0','47',    '44','19','34421.36',    '43','17','29766.43',    '27','7','4654.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102042.0','1044663.0','10',    '8','4','5520.09',    '8','4','5520.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013779.0','1019096.0','1',    '1','1','4442.53',    '1','1','1578.0',    '1','1','2864.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102043.0','1044663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013780.0','1019096.0','271',    '255','116','190909.37',    '252','98','181389.58',    '151','29','9519.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102044.0','1044663.0','3',    '2','1','245.1',    '2','1','245.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013781.0','1019096.0','14',    '8','5','6334.06',    '7','4','6011.88',    '5','1','322.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102045.0','1044663.0','8',    '8','8','12205.7',    '8','8','11003.22',    '5','1','1202.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011529.0','1019096.0','4',    '3','1','851.43',    '3','1','851.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099793.0','1044663.0','3',    '3','3','3451.06',    '3','3','3451.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011312.0','1019096.0','3',    '3','3','1915.28',    '3','3','1715.29',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099576.0','1044663.0','3',    '2','2','3817.97',    '2','2','3817.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011620.0','1019096.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099884.0','1044663.0','16',    '15','10','7128.12',    '15','9','6528.15',    '9','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013782.0','1019096.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102046.0','1044663.0','13',    '12','10','6695.4',    '12','10','6695.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013783.0','1019041.0','4',    '3','2','1710.55',    '3','2','1710.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102047.0','1044608.0','337',    '310','163','532583.76',    '303','137','426716.04',    '203','65','105867.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013784.0','1019041.0','9',    '9','6','25471.37',    '7','3','2214.83',    '3','3','23256.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102048.0','1044608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011688.0','1019041.0','1',    '1','1','3041.97',    '1','1','3041.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099952.0','1044608.0','10',    '8','7','18390.54',    '8','6','16877.16',    '6','2','1513.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011549.0','1019041.0','10',    '8','7','10291.7',    '8','7','8661.73',    '5','3','1629.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099813.0','1044608.0','5',    '5','3','3345.38',    '5','3','3345.38',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011704.0','1019041.0','1',    '1','1','1162.37',    '1','1','1162.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099968.0','1044608.0','9',    '8','8','24773.66',    '8','8','24773.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011486.0','1019041.0','19',    '19','15','24731.87',    '19','15','24531.88',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099750.0','1044608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013785.0','1019041.0','7',    '4','3','13322.47',    '4','3','13122.48',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102049.0','1044608.0','19',    '19','14','27623.19',    '19','13','26063.23',    '12','2','1559.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013786.0','1019041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102050.0','1044608.0','42',    '36','22','51623.53',    '36','22','49400.91',    '14','2','2222.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013787.0','1019041.0','53',    '50','31','62859.97',    '49','30','56072.62',    '33','6','6787.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102051.0','1044608.0','3',    '3','1','2679.72',    '3','1','2679.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011594.0','1019041.0','91',    '86','55','118251.38',    '86','49','113387.55',    '40','14','4863.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099858.0','1044608.0','43',    '42','30','97087.36',    '38','29','96220.04',    '25','4','867.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009947.0','1019101.0','83',    '62','27','52266.84',    '51','18','36457.25',    '34','13','15809.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098211.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013788.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102052.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009844.0','1019101.0','4',    '4','3','2498.62',    '4','3','2298.63',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098108.0','1044668.0','19',    '18','17','20002.77',    '18','17','20002.77',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011669.0','1019101.0','13',    '12','7','14502.1',    '12','7','12507.15',    '7','4','1994.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099933.0','1044668.0','10',    '9','6','25045.63',    '9','6','25045.63',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009934.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098198.0','1044668.0','2',    '2','1','601.13',    '2','1','601.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009854.0','1019101.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098118.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013789.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102053.0','1044668.0','7',    '6','3','36240.29',    '6','3','36240.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2010357.0','1019101.0','11',    '9','8','25415.2',    '9','8','23537.07',    '4','1','1878.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098621.0','1044668.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013790.0','1019101.0','51',    '44','27','58076.15',    '43','25','49664.93',    '25','9','8411.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102054.0','1044668.0','3',    '2','1','4303.96',    '2','1','4303.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2010583.0','1019101.0','8',    '7','3','2580.76',    '7','3','2580.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098847.0','1044668.0','1',    '1','1','2070.8',    '1','1','2070.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011548.0','1019101.0','6',    '5','4','2705.55',    '5','4','2505.56',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099812.0','1044668.0','456',    '408','226','879924.25',    '398','213','702788.79',    '220','57','177135.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010570.0','1019101.0','7',    '6','4','8737.71',    '6','4','8737.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098834.0','1044668.0','104',    '95','49','131166.96',    '94','38','104819.63',    '52','15','26347.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013791.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102055.0','1044668.0','13',    '13','10','6877.28',    '13','8','5487.32',    '8','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013792.0','1019101.0','11',    '9','5','5509.41',    '9','5','5509.41',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102056.0','1044668.0','56',    '52','38','65038.03',    '52','38','63589.52',    '30','7','1448.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013793.0','1019101.0','17',    '16','12','19113.05',    '16','12','19113.05',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102057.0','1044668.0','8',    '8','6','3886.74',    '8','6','3886.74',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013794.0','1019101.0','86',    '85','62','85312.18',    '84','61','82123.46',    '37','9','3188.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102058.0','1044668.0','10',    '8','7','11780.31',    '8','6','11545.31',    '3','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013795.0','1019101.0','22',    '21','15','27249.49',    '21','12','25715.77',    '15','7','1533.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102059.0','1044668.0','2',    '2','2','6993.54',    '2','2','6808.54',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013796.0','1019101.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102060.0','1044668.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011397.0','1019101.0','5',    '3','1','169.99',    '2','0','0.0',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099661.0','1044668.0','10',    '9','5','4400.47',    '9','4','4211.47',    '5','1','189.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013797.0','1019101.0','6',    '6','5','3995.15',    '6','5','3995.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102061.0','1044668.0','3',    '2','1','247.5',    '1','1','247.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013798.0','1019101.0','3',    '3','1','741.13',    '2','1','741.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102062.0','1044668.0','7',    '7','6','6863.7',    '7','6','5948.7',    '4','2','915.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013799.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102063.0','1044668.0','25',    '22','9','13138.79',    '22','8','12643.79',    '9','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013800.0','1019101.0','45',    '40','30','118678.78',    '39','27','104894.85',    '29','8','13783.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102064.0','1044668.0','12',    '11','6','11696.23',    '9','6','11696.23',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013801.0','1019101.0','12',    '10','6','16680.55',    '8','5','13008.26',    '8','4','3672.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102065.0','1044668.0','10',    '9','6','12921.22',    '8','6','12921.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013802.0','1019101.0','1',    '1','1','413.6',    '1','1','413.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102066.0','1044668.0','11',    '10','3','5198.92',    '10','3','5198.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013803.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102067.0','1044668.0','6',    '6','3','2793.3',    '5','3','2793.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013804.0','1019101.0','3',    '2','1','1456.99',    '2','1','1257.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102068.0','1044668.0','5',    '4','4','2912.97',    '4','4','2912.97',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2010737.0','1019101.0','4',    '4','2','1253.73',    '4','2','1253.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099001.0','1044668.0','15',    '12','9','7517.69',    '11','9','7517.69',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013805.0','1019101.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102069.0','1044668.0','4',    '3','3','6139.4',    '3','3','6139.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009974.0','1019101.0','11',    '10','2','3072.64',    '10','2','3072.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098238.0','1044668.0','2',    '1','1','410.0',    '0','0','0.0',    '1','1','410.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013806.0','1019101.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102070.0','1044668.0','899',    '814','350','2760344.05',    '785','291','1800568.62',    '586','185','959775.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013807.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102071.0','1044668.0','5',    '4','3','3432.4',    '3','2','3132.41',    '2','1','299.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013808.0','1019101.0','96',    '89','58','131740.93',    '87','54','114265.68',    '57','17','17475.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102072.0','1044668.0','4',    '4','3','5927.16',    '4','3','5927.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009929.0','1019101.0','6',    '5','4','25663.65',    '4','4','25063.68',    '5','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098193.0','1044668.0','11',    '11','8','5093.12',    '11','8','4493.15',    '9','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013809.0','1019101.0','24',    '21','14','53204.98',    '21','13','46461.79',    '12','4','6743.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102073.0','1044668.0','1',    '1','1','207.25',    '1','1','207.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010094.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098358.0','1044668.0','7',    '6','6','17581.7',    '6','6','17581.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013810.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102074.0','1044668.0','9',    '7','5','3108.37',    '6','5','3108.37',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010270.0','1019101.0','3',    '2','1','636.4',    '2','1','636.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098534.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011368.0','1019101.0','10',    '9','5','2012.94',    '8','5','2012.94',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099632.0','1044668.0','28',    '24','19','51956.07',    '24','18','50747.2',    '7','1','1208.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010311.0','1019101.0','27',    '23','13','22027.42',    '22','13','21627.44',    '11','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098575.0','1044668.0','2',    '2','2','7725.76',    '2','2','7725.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011464.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099728.0','1044668.0','11',    '11','6','11399.56',    '11','6','11399.56',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010537.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098801.0','1044668.0','7',    '7','3','10883.52',    '7','3','10883.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011359.0','1019101.0','31',    '28','21','46873.78',    '28','21','39470.19',    '17','4','7403.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099623.0','1044668.0','57',    '49','32','84387.72',    '45','30','46823.88',    '28','13','37563.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013811.0','1019101.0','9',    '8','3','7997.51',    '8','3','7997.51',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102075.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013812.0','1019101.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102076.0','1044668.0','8',    '7','4','13700.89',    '7','4','12941.73',    '3','1','759.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013813.0','1019101.0','126',    '116','84','114582.07',    '116','79','106998.4',    '54','14','7583.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102077.0','1044668.0','50',    '49','37','88605.94',    '47','36','77926.61',    '32','9','10679.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013814.0','1019101.0','8',    '7','3','9139.25',    '7','3','8636.63',    '2','1','502.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102078.0','1044668.0','7',    '7','6','7945.12',    '7','6','7945.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013815.0','1019101.0','1',    '1','1','171.99',    '1','1','171.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102079.0','1044668.0','1',    '1','1','1050.7',    '1','1','1050.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011458.0','1019101.0','66',    '54','43','75488.9',    '53','41','41194.09',    '27','12','34294.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099722.0','1044668.0','60',    '56','31','54176.29',    '56','30','51993.92',    '22','4','2182.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013816.0','1019101.0','1',    '1','1','551.78',    '1','1','551.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102080.0','1044668.0','13',    '12','6','17558.65',    '12','6','17558.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011522.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099786.0','1044668.0','7',    '7','7','18819.36',    '7','7','18819.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011392.0','1019101.0','8',    '8','8','3134.6',    '8','8','3134.6',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099656.0','1044668.0','3',    '3','2','2703.42',    '3','2','2703.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013817.0','1019101.0','48',    '43','37','350354.21',    '43','36','327844.93',    '23','11','22509.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102081.0','1044668.0','5',    '4','4','20945.4',    '4','4','20945.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011713.0','1019101.0','5',    '5','4','17169.9',    '5','4','17169.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099977.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013818.0','1019101.0','4',    '3','1','1240.75',    '2','1','1240.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102082.0','1044668.0','2',    '2','2','2128.33',    '2','2','1398.34',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013819.0','1019101.0','14',    '14','8','15448.04',    '13','7','11557.06',    '8','2','3890.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102083.0','1044668.0','3',    '3','2','478.74',    '3','2','478.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013820.0','1019101.0','18',    '15','11','11797.82',    '15','10','11218.38',    '6','1','579.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102084.0','1044668.0','21',    '18','3','4514.44',    '18','3','3469.71',    '7','1','1044.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013821.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102085.0','1044668.0','8',    '8','4','12761.13',    '8','4','12761.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013822.0','1019101.0','21',    '21','18','52129.25',    '21','18','49849.31',    '7','3','2279.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102086.0','1044668.0','6',    '5','3','3588.28',    '5','3','2598.3',    '4','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013823.0','1019101.0','21',    '20','15','25118.96',    '20','15','22404.73',    '11','3','2714.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102087.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013824.0','1019101.0','13',    '11','8','9553.62',    '11','8','9553.62',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102088.0','1044668.0','556',    '522','292','2614364.19',    '501','267','2180181.65',    '366','150','434182.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013825.0','1019101.0','1',    '1','1','3071.2',    '1','1','3071.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102089.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011427.0','1019101.0','1',    '1','1','1789.08',    '1','1','1789.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099691.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011451.0','1019101.0','1',    '1','1','2324.27',    '1','1','2324.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099715.0','1044668.0','4',    '4','2','10803.2',    '4','2','10803.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011396.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099660.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013826.0','1019101.0','13',    '11','6','18329.63',    '11','6','18094.63',    '4','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102090.0','1044668.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011675.0','1019101.0','125',    '118','99','214818.69',    '118','96','197727.6',    '61','28','17091.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099939.0','1044668.0','1',    '1','1','1986.05',    '1','1','1986.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013827.0','1019101.0','5',    '3','3','1247.16',    '3','3','1247.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102091.0','1044668.0','1',    '1','1','246.4',    '1','1','246.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013828.0','1019101.0','15',    '14','8','25992.77',    '12','6','14209.9',    '8','3','11782.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102092.0','1044668.0','23',    '18','13','23440.95',    '18','13','23240.96',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013829.0','1019101.0','6',    '6','4','2467.99',    '6','4','2467.99',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102093.0','1044668.0','45',    '42','35','43411.74',    '42','35','41296.81',    '19','6','2114.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009879.0','1019101.0','4',    '4','2','1406.97',    '4','2','1406.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098143.0','1044668.0','4',    '3','3','9947.48',    '3','3','9947.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011621.0','1019101.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099885.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2010259.0','1019101.0','6',    '3','1','1094.7',    '3','1','1094.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098523.0','1044668.0','3',    '3','3','6490.49',    '3','3','6490.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011565.0','1019101.0','29',    '27','20','90998.29',    '26','18','89187.91',    '14','5','1810.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099829.0','1044668.0','60',    '49','37','95184.49',    '47','36','90113.76',    '26','5','5070.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010391.0','1019101.0','2',    '2','2','28739.63',    '2','2','25868.49',    '2','1','2871.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098655.0','1044668.0','12',    '9','4','10953.35',    '7','3','8382.85',    '5','1','2570.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013830.0','1019101.0','18',    '16','14','34896.74',    '16','14','34176.76',    '7','2','719.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102094.0','1044668.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013831.0','1019101.0','1',    '1','1','996.21',    '1','1','996.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102095.0','1044668.0','1',    '1','1','1727.89',    '1','1','1727.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013832.0','1019101.0','16',    '14','12','32571.16',    '14','12','32171.18',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102096.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013833.0','1019101.0','38',    '33','18','60076.01',    '33','16','42844.79',    '22','10','17231.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102097.0','1044668.0','42',    '38','26','90458.35',    '36','25','85907.6',    '19','5','4550.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013834.0','1019101.0','3',    '2','1','358.28',    '1','0','0.0',    '2','1','358.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102098.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011409.0','1019101.0','59',    '55','18','66859.37',    '55','16','66072.09',    '26','3','787.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099673.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013835.0','1019101.0','1',    '1','1','874.97',    '1','1','674.98',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102099.0','1044668.0','138',    '126','102','188887.95',    '123','86','152636.71',    '91','31','36251.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011646.0','1019101.0','2',    '1','1','486.26',    '1','1','486.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099910.0','1044668.0','8',    '8','8','7954.57',    '8','8','7754.58',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013836.0','1019101.0','1',    '1','1','1380.0',    '1','1','1380.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102100.0','1044668.0','19',    '17','11','41910.36',    '17','11','40018.54',    '6','1','1891.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013837.0','1019101.0','15',    '11','4','9882.47',    '11','4','9682.48',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102101.0','1044668.0','32',    '28','7','21347.55',    '24','5','5773.93',    '14','3','15573.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013838.0','1019101.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102102.0','1044668.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013839.0','1019101.0','2',    '1','1','76.11',    '1','1','76.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102103.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011391.0','1019101.0','7',    '5','1','169.99',    '5','0','0.0',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099655.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013840.0','1019101.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102104.0','1044668.0','7',    '5','4','4040.7',    '5','4','4040.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013841.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102105.0','1044668.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013842.0','1019101.0','2',    '2','1','686.8',    '2','1','686.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102106.0','1044668.0','2',    '1','1','22107.12',    '1','1','22107.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013843.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102107.0','1044668.0','19',    '18','14','16462.46',    '18','12','14017.99',    '14','3','2444.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011473.0','1019101.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099737.0','1044668.0','4',    '4','1','169.99',    '4','0','0.0',    '4','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009075.0','1019101.0','8',    '7','4','4837.17',    '7','3','4385.87',    '4','2','451.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2097339.0','1044668.0','1',    '1','1','1717.94',    '1','1','1717.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011664.0','1019101.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099928.0','1044668.0','23',    '22','16','27730.15',    '22','15','24313.83',    '13','5','3416.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009431.0','1019101.0','1',    '1','1','423.7',    '1','1','423.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2097695.0','1044668.0','1',    '1','1','1165.12',    '1','1','1165.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013844.0','1019101.0','5',    '5','4','4541.27',    '5','4','4541.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102108.0','1044668.0','5',    '4','1','366.53',    '3','1','366.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009878.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098142.0','1044668.0','13',    '12','9','39977.7',    '12','9','35207.7',    '9','3','4770.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009848.0','1019101.0','3',    '3','1','718.65',    '3','1','718.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098112.0','1044668.0','2',    '1','1','463.79',    '1','1','263.8',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009852.0','1019101.0','35',    '35','24','60629.66',    '35','21','57138.56',    '25','6','3491.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098116.0','1044668.0','1',    '1','1','3392.93',    '1','1','3392.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2010251.0','1019101.0','4',    '4','1','365.0',    '4','1','365.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2098515.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009421.0','1019101.0','6',    '5','2','1580.1',    '5','1','410.11',    '3','2','1169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2097685.0','1044668.0','1',    '1','1','614.75',    '1','1','614.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013845.0','1019101.0','44',    '43','34','63938.9',    '43','33','62037.6',    '30','5','1901.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102109.0','1044668.0','2',    '1','1','2816.84',    '1','1','1826.86',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009923.0','1019101.0','4',    '4','2','2409.71',    '4','2','2409.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098187.0','1044668.0','2',    '2','2','732.95',    '2','2','732.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010291.0','1019101.0','27',    '25','13','22803.21',    '25','10','20163.59',    '17','4','2639.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098555.0','1044668.0','15',    '14','8','12038.64',    '14','8','12038.64',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009975.0','1019101.0','12',    '12','7','13393.48',    '12','7','13393.48',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098239.0','1044668.0','16',    '14','7','16147.27',    '14','7','15531.15',    '4','2','616.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013846.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102110.0','1044668.0','22',    '19','8','35716.02',    '18','7','30716.02',    '7','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010068.0','1019101.0','1',    '1','1','506.66',    '1','1','506.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098332.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013847.0','1019101.0','7',    '5','1','653.77',    '5','1','653.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102111.0','1044668.0','1',    '1','1','3720.52',    '1','1','3720.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009935.0','1019101.0','5',    '4','3','5176.17',    '4','3','5176.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098199.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011480.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099744.0','1044668.0','3',    '3','1','4425.75',    '3','1','4425.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010258.0','1019101.0','154',    '142','115','568645.86',    '141','112','520499.6',    '79','30','48146.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098522.0','1044668.0','3',    '3','1','2611.6',    '3','1','2611.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013848.0','1019101.0','5',    '5','1','632.34',    '5','1','632.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102112.0','1044668.0','3',    '3','3','6657.44',    '3','3','6657.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010493.0','1019101.0','4',    '4','3','2441.74',    '4','3','2241.75',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098757.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013849.0','1019101.0','1',    '1','1','28200.0',    '1','1','28200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102113.0','1044668.0','47',    '44','30','68271.45',    '44','29','67471.49',    '25','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010344.0','1019101.0','124',    '109','53','292966.21',    '103','48','234996.92',    '62','19','57969.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098608.0','1044668.0','14',    '9','6','3782.29',    '7','6','3782.29',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013850.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102114.0','1044668.0','4',    '3','2','4578.69',    '3','2','4578.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013851.0','1019101.0','41',    '31','17','55491.61',    '29','14','32355.95',    '17','7','23135.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102115.0','1044668.0','41',    '35','26','46896.58',    '33','26','46896.58',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011531.0','1019101.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099795.0','1044668.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013852.0','1019101.0','30',    '30','21','38861.52',    '30','21','37971.54',    '13','2','889.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102116.0','1044668.0','5',    '5','3','7862.13',    '5','3','7862.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011631.0','1019101.0','3',    '3','3','16883.71',    '3','3','16883.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099895.0','1044668.0','182',    '134','19','110729.82',    '125','13','78800.02',    '52','9','31929.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013853.0','1019101.0','3',    '3','1','2366.3',    '3','1','2366.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102117.0','1044668.0','1',    '1','1','384.14',    '1','1','384.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013854.0','1019101.0','4',    '3','3','853.17',    '3','3','853.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102118.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013855.0','1019101.0','15',    '15','13','25302.72',    '15','12','24578.13',    '7','2','724.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102119.0','1044668.0','2',    '2','1','5550.0',    '1','0','0.0',    '1','1','5550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013856.0','1019101.0','16',    '16','8','21673.76',    '15','8','19679.27',    '14','3','1994.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102120.0','1044668.0','8',    '5','2','5049.15',    '5','2','5049.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013857.0','1019101.0','10',    '9','8','10957.47',    '9','8','10957.47',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102121.0','1044668.0','4',    '2','2','15588.89',    '2','2','15588.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011417.0','1019101.0','1',    '1','1','780.79',    '1','1','310.8',    '1','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099681.0','1044668.0','2',    '1','1','1267.89',    '1','1','1267.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011474.0','1019101.0','11',    '8','7','7809.39',    '8','7','7809.39',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099738.0','1044668.0','2',    '2','1','5304.39',    '1','1','5304.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013858.0','1019101.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102122.0','1044668.0','1',    '1','1','1609.62',    '1','1','1609.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013859.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102123.0','1044668.0','2',    '2','1','399.38',    '2','1','399.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013860.0','1019101.0','41',    '34','31','109829.55',    '34','31','109029.59',    '16','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102124.0','1044668.0','97',    '88','51','125569.77',    '86','45','106785.48',    '53','13','18784.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013861.0','1019101.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102125.0','1044668.0','33',    '32','22','31026.56',    '31','22','29254.33',    '22','3','1772.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011624.0','1019101.0','1',    '1','1','1667.91',    '1','1','1667.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099888.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013862.0','1019101.0','6',    '4','1','1539.6',    '4','1','1539.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102126.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011485.0','1019101.0','2',    '2','1','2345.82',    '2','1','2345.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099749.0','1044668.0','5',    '5','5','10783.98',    '5','5','10552.71',    '4','1','231.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013863.0','1019101.0','19',    '14','3','33838.27',    '13','3','33838.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102127.0','1044668.0','17',    '13','10','36248.54',    '13','10','35648.57',    '6','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011496.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099760.0','1044668.0','1',    '1','1','890.16',    '1','1','890.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011510.0','1019101.0','100',    '93','19','45090.12',    '93','18','44696.22',    '10','2','393.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099774.0','1044668.0','15',    '12','12','150322.56',    '12','12','140469.88',    '5','4','9852.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013864.0','1019101.0','49',    '44','33','42077.93',    '44','33','40957.97',    '24','4','1119.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102128.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011609.0','1019101.0','6',    '6','5','6378.03',    '6','4','5643.03',    '4','1','735.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099873.0','1044668.0','5',    '4','3','3479.5',    '4','3','3279.51',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013865.0','1019101.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102129.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013866.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102130.0','1044668.0','13',    '10','4','2633.12',    '9','2','1559.61',    '7','3','1073.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013867.0','1019101.0','3',    '3','3','3308.82',    '3','3','3308.82',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102131.0','1044668.0','5',    '5','5','9327.6',    '5','5','9327.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013868.0','1019101.0','15',    '14','9','85315.46',    '14','9','82550.14',    '4','1','2765.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102132.0','1044668.0','4',    '4','2','944.33',    '4','2','944.33',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013869.0','1019101.0','3',    '3','2','1203.91',    '3','2','1203.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102133.0','1044668.0','2',    '1','1','335.22',    '1','1','335.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011370.0','1019101.0','34',    '29','7','42830.79',    '29','5','31839.1',    '17','4','10991.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099634.0','1044668.0','6',    '5','2','2639.42',    '5','2','2639.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013870.0','1019101.0','1',    '1','1','5587.57',    '1','1','5587.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102134.0','1044668.0','8',    '7','3','1308.1',    '7','2','1191.71',    '5','1','116.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013871.0','1019101.0','5',    '5','3','4974.95',    '5','3','4974.95',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102135.0','1044668.0','26',    '25','21','41085.89',    '25','21','40885.9',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013872.0','1019101.0','6',    '5','4','3769.72',    '5','4','3341.57',    '5','2','428.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102136.0','1044668.0','54',    '52','36','73638.39',    '52','36','72448.42',    '21','1','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013873.0','1019101.0','12',    '12','9','18745.91',    '10','9','18745.91',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102137.0','1044668.0','103',    '96','84','202602.32',    '96','80','180823.13',    '69','24','21779.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011676.0','1019101.0','20',    '18','16','59228.54',    '18','16','56800.02',    '7','1','2428.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099940.0','1044668.0','5',    '3','1','2480.2',    '3','1','2480.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011687.0','1019101.0','3',    '3','2','1863.47',    '3','2','873.49',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099951.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013874.0','1019101.0','11',    '9','8','51643.68',    '9','8','49376.68',    '2','1','2267.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102138.0','1044668.0','13',    '11','5','15460.65',    '9','3','4347.37',    '9','3','11113.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011521.0','1019101.0','3',    '3','1','750.68',    '3','1','750.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099785.0','1044668.0','39',    '38','29','35577.43',    '37','29','35178.43',    '18','2','399.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013875.0','1019101.0','4',    '4','3','6909.23',    '4','3','4004.73',    '2','1','2904.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102139.0','1044668.0','75',    '66','49','60140.04',    '64','47','58740.11',    '40','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013876.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102140.0','1044668.0','1',    '1','1','850.24',    '1','1','850.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013877.0','1019101.0','6',    '5','2','2373.82',    '5','2','2188.82',    '2','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102141.0','1044668.0','3',    '3','2','3079.58',    '3','2','2679.6',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013878.0','1019101.0','14',    '13','9','41061.98',    '13','9','41061.98',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102142.0','1044668.0','8',    '8','8','12648.51',    '8','8','12648.51',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013879.0','1019101.0','1',    '1','1','3706.82',    '1','1','3500.6',    '1','1','206.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102143.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013880.0','1019101.0','249',    '230','121','1205889.35',    '224','116','1012879.49',    '120','37','193009.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102144.0','1044668.0','20',    '18','14','26716.91',    '18','14','26516.92',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011382.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099646.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013881.0','1019101.0','11',    '9','5','9670.5',    '7','5','9670.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102145.0','1044668.0','4',    '4','2','864.69',    '4','1','129.69',    '4','1','735.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011466.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099730.0','1044668.0','3',    '3','3','9993.84',    '3','3','9993.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013882.0','1019101.0','15',    '13','7','17347.97',    '12','6','15945.3',    '6','1','1402.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102146.0','1044668.0','18',    '18','13','27804.71',    '18','13','27804.71',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013883.0','1019101.0','1',    '1','1','1825.24',    '1','1','1598.46',    '1','1','226.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102147.0','1044668.0','22',    '18','11','42232.55',    '18','11','41477.56',    '11','1','754.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013884.0','1019101.0','21',    '17','5','6010.43',    '17','4','5280.44',    '9','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102148.0','1044668.0','1',    '1','1','125.96',    '1','1','125.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011610.0','1019101.0','13',    '13','12','26322.03',    '13','12','26322.03',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099874.0','1044668.0','15',    '12','9','68805.13',    '12','9','68598.39',    '9','1','206.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011714.0','1019101.0','44',    '41','33','74433.1',    '41','33','73833.13',    '19','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099978.0','1044668.0','38',    '32','21','42443.57',    '31','20','41620.08',    '18','3','823.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013885.0','1019101.0','10',    '7','7','15182.93',    '7','7','12820.14',    '5','2','2362.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102149.0','1044668.0','1',    '1','1','865.29',    '1','1','865.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013886.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102150.0','1044668.0','1',    '1','1','1190.92',    '1','1','1190.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013887.0','1019101.0','567',    '517','436','1440504.51',    '503','411','1325826.14',    '306','124','114678.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102151.0','1044668.0','15',    '15','11','5045.03',    '15','11','4627.38',    '7','2','417.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011638.0','1019101.0','4',    '3','1','1405.76',    '3','1','905.76',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099902.0','1044668.0','1',    '1','1','2585.17',    '1','1','2585.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013888.0','1019101.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102152.0','1044668.0','7',    '5','3','5149.79',    '4','3','5149.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013889.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102153.0','1044668.0','7',    '5','4','3850.08',    '5','4','3850.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013890.0','1019101.0','10',    '9','2','1601.39',    '9','2','1601.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102154.0','1044668.0','14',    '14','8','5726.73',    '14','8','5526.74',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013891.0','1019101.0','40',    '37','23','41280.27',    '36','22','40880.29',    '24','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102155.0','1044668.0','9',    '8','6','30982.91',    '8','6','30512.92',    '6','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009487.0','1019101.0','6',    '5','2','1331.6',    '5','2','1331.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2097751.0','1044668.0','20',    '18','7','9529.22',    '17','5','7908.93',    '11','4','1620.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013892.0','1019101.0','41',    '33','9','39386.38',    '30','8','38821.36',    '19','1','565.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102156.0','1044668.0','2',    '2','2','17559.99',    '2','2','17559.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009605.0','1019101.0','33',    '30','18','206825.56',    '30','17','181197.22',    '20','7','25628.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2097869.0','1044668.0','8',    '7','3','8543.19',    '7','3','8086.4',    '5','2','456.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009303.0','1019101.0','24',    '22','16','69214.31',    '22','14','66842.3',    '11','5','2372.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2097567.0','1044668.0','4',    '4','2','2162.13',    '4','1','144.06',    '3','1','2018.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2009845.0','1019101.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2098109.0','1044668.0','23',    '20','16','55111.31',    '20','16','53921.34',    '11','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009249.0','1019101.0','8',    '8','7','31157.73',    '8','7','31157.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2097513.0','1044668.0','8',    '7','4','2139.34',    '6','4','2139.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010037.0','1019101.0','1',    '1','1','274.65',    '1','1','274.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098301.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2010015.0','1019101.0','25',    '22','13','46681.1',    '21','12','42983.8',    '14','4','3697.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098279.0','1044668.0','1',    '1','1','385.48',    '1','1','385.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010034.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098298.0','1044668.0','1',    '1','1','303.77',    '1','1','303.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009978.0','1019101.0','15',    '13','11','12363.9',    '13','11','11963.92',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098242.0','1044668.0','1',    '1','1','5515.34',    '1','1','5515.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010132.0','1019101.0','159',    '147','89','147326.66',    '143','81','131045.23',    '83','30','16281.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098396.0','1044668.0','8',    '6','4','4057.53',    '6','4','3741.15',    '3','1','316.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013893.0','1019101.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102157.0','1044668.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010351.0','1019101.0','10',    '9','8','37691.43',    '9','8','37575.04',    '8','1','116.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098615.0','1044668.0','1',    '1','1','847.24',    '1','1','847.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009987.0','1019101.0','31',    '23','18','46441.95',    '23','17','45768.2',    '13','3','673.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098251.0','1044668.0','14',    '12','5','3702.48',    '12','5','3702.48',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013894.0','1019101.0','7',    '6','4','3321.54',    '5','3','2321.54',    '4','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102158.0','1044668.0','6',    '6','4','6813.3',    '5','4','6318.3',    '3','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010154.0','1019101.0','10',    '9','3','2108.05',    '9','3','2108.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098418.0','1044668.0','4',    '3','1','691.6',    '3','1','321.62',    '1','1','369.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013895.0','1019101.0','6',    '6','3','6256.94',    '5','3','5331.54',    '4','1','925.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102159.0','1044668.0','2',    '1','1','262.48',    '1','1','262.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010500.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098764.0','1044668.0','11',    '8','5','14249.77',    '8','5','12541.93',    '3','2','1707.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013896.0','1019101.0','2',    '1','1','1147.56',    '1','1','1147.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102160.0','1044668.0','37',    '35','29','39443.64',    '34','28','38202.34',    '21','4','1241.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013897.0','1019101.0','5',    '5','3','18033.92',    '5','3','18033.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102161.0','1044668.0','11',    '9','6','25654.34',    '8','6','25654.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011357.0','1019101.0','3',    '3','3','5950.87',    '3','3','5950.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099621.0','1044668.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009876.0','1019101.0','298',    '275','202','520726.95',    '269','196','478428.86',    '178','60','42298.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098140.0','1044668.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013898.0','1019101.0','70',    '69','48','65451.42',    '69','48','61690.33',    '40','9','3761.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102162.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013899.0','1019101.0','8',    '7','5','9540.48',    '7','5','9540.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102163.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009871.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098135.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011449.0','1019101.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099713.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009829.0','1019101.0','1',    '1','1','7334.43',    '1','1','7334.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098093.0','1044668.0','24',    '21','10','11714.71',    '21','10','11514.72',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011440.0','1019101.0','2',    '2','1','392.0',    '2','1','392.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099704.0','1044668.0','70',    '68','55','62491.5',    '68','55','60561.29',    '40','3','1930.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2009891.0','1019101.0','2',    '2','2','5193.04',    '2','2','4993.05',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098155.0','1044668.0','6',    '6','2','2102.44',    '6','2','2102.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2010194.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098458.0','1044668.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010300.0','1019101.0','3',    '2','1','340.1',    '2','1','340.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098564.0','1044668.0','2',    '2','1','5113.93',    '2','1','5113.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2010593.0','1019101.0','7',    '7','7','19332.17',    '7','7','19332.17',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098857.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013900.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102164.0','1044668.0','7',    '6','2','2613.21',    '6','2','2613.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013901.0','1019101.0','2',    '2','1','931.56',    '2','1','931.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102165.0','1044668.0','1',    '1','1','557.7',    '1','1','557.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011376.0','1019101.0','75',    '60','40','66076.75',    '60','40','60730.51',    '21','6','5346.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099640.0','1044668.0','7',    '7','2','4504.36',    '7','2','4504.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013902.0','1019101.0','5',    '4','3','8600.33',    '4','3','8400.34',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102166.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013903.0','1019101.0','10',    '10','6','5154.06',    '10','5','4954.07',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102167.0','1044668.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011429.0','1019101.0','3',    '2','1','239.25',    '2','1','239.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099693.0','1044668.0','75',    '70','57','75347.08',    '69','56','72992.13',    '26','5','2354.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013904.0','1019101.0','6',    '6','1','879.2',    '6','1','879.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102168.0','1044668.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011595.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099859.0','1044668.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013905.0','1019101.0','4',    '4','2','29647.9',    '4','2','29647.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102169.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013906.0','1019101.0','32',    '29','18','35298.45',    '29','18','34578.47',    '15','2','719.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102170.0','1044668.0','9',    '4','3','9968.01',    '4','1','814.0',    '2','2','9154.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011689.0','1019101.0','20',    '19','13','20195.01',    '19','13','19995.02',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099953.0','1044668.0','127',    '119','97','258110.52',    '117','84','224375.03',    '81','38','33735.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011657.0','1019101.0','1',    '1','1','798.61',    '1','1','798.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099921.0','1044668.0','4',    '4','2','10610.65',    '4','2','10240.66',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013907.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102171.0','1044668.0','61',    '57','43','94362.99',    '57','43','89548.78',    '37','9','4814.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013908.0','1019101.0','9',    '8','6','12372.26',    '7','6','11822.26',    '7','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102172.0','1044668.0','1',    '1','1','6724.22',    '1','1','6724.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011536.0','1019101.0','1',    '1','1','518.35',    '1','1','518.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099800.0','1044668.0','15',    '12','8','17724.33',    '12','6','15634.35',    '9','3','2089.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013909.0','1019101.0','2',    '2','1','3786.83',    '2','1','3786.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102173.0','1044668.0','11',    '10','6','7850.66',    '10','6','6860.68',    '6','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013910.0','1019101.0','5',    '5','3','43781.04',    '5','2','28590.0',    '4','2','15191.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102174.0','1044668.0','10',    '10','7','17185.94',    '10','6','16265.97',    '6','2','919.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013911.0','1019101.0','49',    '44','35','78432.76',    '39','28','64597.52',    '33','10','13835.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102175.0','1044668.0','45',    '38','24','27078.09',    '37','23','26585.39',    '14','2','492.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013912.0','1019101.0','98',    '96','62','115198.45',    '95','59','103928.77',    '54','11','11269.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102176.0','1044668.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013913.0','1019101.0','6',    '6','4','11884.84',    '6','3','10549.87',    '3','2','1334.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102177.0','1044668.0','223',    '204','137','412153.67',    '198','124','384621.53',    '107','34','27532.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011395.0','1019101.0','7',    '7','4','3439.11',    '7','4','3179.11',    '5','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099659.0','1044668.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011665.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099929.0','1044668.0','2',    '1','1','2173.48',    '1','1','2173.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011684.0','1019101.0','22',    '20','2','4166.74',    '20','2','3906.74',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099948.0','1044668.0','17',    '15','15','22145.41',    '15','15','21975.82',    '8','1','169.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013914.0','1019101.0','5',    '4','3','16404.72',    '4','3','16404.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102178.0','1044668.0','36',    '36','26','34136.99',    '34','26','33153.61',    '19','5','983.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013915.0','1019101.0','4',    '3','1','2648.96',    '3','1','2648.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102179.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011703.0','1019101.0','12',    '11','7','6914.24',    '11','7','6714.25',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099967.0','1044668.0','1',    '1','1','1306.0',    '1','1','1306.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013916.0','1019101.0','6',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102180.0','1044668.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013917.0','1019101.0','14',    '14','11','19468.85',    '14','11','19468.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102181.0','1044668.0','3',    '2','2','4926.97',    '2','2','4926.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011615.0','1019101.0','21',    '19','13','22613.27',    '19','13','21829.44',    '10','2','783.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099879.0','1044668.0','24',    '15','5','16488.0',    '14','4','3642.15',    '11','2','12845.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013918.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102182.0','1044668.0','5',    '5','2','735.12',    '5','2','735.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013919.0','1019101.0','1',    '1','1','191.4',    '1','1','191.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102183.0','1044668.0','10',    '10','5','6014.47',    '10','5','5024.49',    '7','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009296.0','1019101.0','7',    '6','2','3375.15',    '6','2','3375.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2097560.0','1044668.0','11',    '11','6','8309.8',    '11','5','7909.82',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011697.0','1019101.0','9',    '7','4','6054.04',    '5','4','6054.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099961.0','1044668.0','2',    '2','1','1744.27',    '2','1','1744.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009379.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2097643.0','1044668.0','48',    '40','24','35973.22',    '38','24','35573.24',    '16','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013920.0','1019101.0','19',    '19','10','12028.66',    '17','10','12028.66',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102184.0','1044668.0','23',    '23','17','64678.09',    '23','17','64678.09',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001464.0',    '2009973.0','1019101.0','6',    '4','3','5773.08',    '4','3','5773.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005933.0',    '2098237.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013921.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102185.0','1044668.0','7',    '5','3','4406.82',    '5','3','4406.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013922.0','1019101.0','22',    '18','7','8697.5',    '17','7','8697.5',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102186.0','1044668.0','9',    '5','3','13994.07',    '5','2','13870.58',    '2','1','123.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009490.0','1019101.0','1',    '1','1','2930.78',    '1','1','2930.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2097754.0','1044668.0','1',    '1','1','1343.78',    '1','1','1343.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2009954.0','1019101.0','2',    '2','2','1174.72',    '2','2','1174.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098218.0','1044668.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2009529.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2097793.0','1044668.0','384',    '336','273','1263234.19',    '328','247','1087263.35',    '231','91','175970.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010223.0','1019101.0','5',    '4','2','681.34',    '4','2','681.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098487.0','1044668.0','2',    '2','2','2396.75',    '2','2','2396.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001679.0',    '2009791.0','1019101.0','19',    '18','8','5480.74',    '18','8','5280.75',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005935.0',    '2098055.0','1044668.0','2',    '2','2','4884.56',    '2','2','4884.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010403.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098667.0','1044668.0','2',    '2','2','1846.48',    '2','2','1846.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010022.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098286.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010338.0','1019101.0','2',    '2','2','10518.65',    '2','2','10518.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098602.0','1044668.0','39',    '37','28','26595.79',    '36','28','25679.44',    '24','4','916.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010023.0','1019101.0','10',    '10','7','15961.76',    '10','7','15761.77',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098287.0','1044668.0','11',    '11','3','5057.46',    '11','3','5057.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013923.0','1019101.0','11',    '10','6','6563.11',    '10','6','6563.11',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102187.0','1044668.0','12',    '12','12','42574.04',    '12','12','41444.07',    '5','3','1129.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010264.0','1019101.0','47',    '43','25','64209.45',    '41','23','61193.18',    '27','6','3016.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098528.0','1044668.0','4',    '4','3','1963.59',    '4','3','1763.6',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013924.0','1019101.0','4',    '4','3','1664.4',    '4','3','1664.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102188.0','1044668.0','5',    '5','4','10163.22',    '5','4','10163.22',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010301.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098565.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2010441.0','1019101.0','32',    '31','26','88537.61',    '31','26','86761.5',    '19','2','1776.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2098705.0','1044668.0','7',    '7','5','9735.26',    '7','5','9735.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013925.0','1019101.0','77',    '72','43','87620.41',    '67','42','82669.66',    '37','6','4950.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102189.0','1044668.0','10',    '10','8','26297.3',    '10','8','26297.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013926.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102190.0','1044668.0','11',    '7','4','2988.96',    '6','4','2988.96',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011470.0','1019101.0','2',    '2','2','2630.2',    '2','2','2630.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099734.0','1044668.0','2',    '2','2','1968.98',    '2','2','1968.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013927.0','1019101.0','2',    '2','1','2628.57',    '2','1','2512.18',    '1','1','116.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102191.0','1044668.0','1',    '1','1','290.52',    '1','1','290.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013928.0','1019101.0','3',    '2','1','324.99',    '2','1','324.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102192.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2011425.0','1019101.0','35',    '30','24','184864.88',    '28','23','151658.22',    '20','9','33206.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2099689.0','1044668.0','23',    '17','13','41366.5',    '16','13','41275.56',    '7','1','90.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011434.0','1019101.0','62',    '44','29','48166.2',    '44','27','47406.2',    '17','2','760.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099698.0','1044668.0','11',    '11','6','11866.75',    '11','5','11666.76',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013929.0','1019101.0','4',    '4','2','2142.92',    '4','2','2142.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102193.0','1044668.0','3',    '3','2','389.03',    '3','2','389.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011685.0','1019101.0','1',    '1','1','144.84',    '1','1','144.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099949.0','1044668.0','1',    '1','1','2407.69',    '1','1','2114.98',    '1','1','292.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013930.0','1019101.0','2',    '2','1','3823.6',    '2','1','3823.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102194.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2010484.0','1019101.0','5',    '5','3','3517.64',    '5','3','3517.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2098748.0','1044668.0','6',    '4','3','3239.38',    '4','3','3239.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011353.0','1019101.0','5',    '5','3','7288.71',    '5','3','7288.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099617.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013931.0','1019101.0','14',    '10','2','6208.97',    '10','2','6208.97',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102195.0','1044668.0','30',    '29','19','24675.48',    '28','19','24675.48',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013932.0','1019101.0','5',    '4','3','1329.92',    '4','3','1329.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102196.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013933.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102197.0','1044668.0','14',    '13','6','9306.9',    '13','6','8811.9',    '4','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013934.0','1019101.0','7',    '5','4','5579.64',    '5','3','5380.64',    '3','1','199.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102198.0','1044668.0','1',    '1','1','244.45',    '1','1','244.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001465.0',    '2013935.0','1019101.0','31',    '30','20','43728.58',    '29','20','22712.95',    '18','6','21015.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005940.0',    '2102199.0','1044668.0','1',    '1','1','1187.8',    '1','1','1187.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013936.0','1019101.0','6',    '5','3','2378.23',    '4','3','2118.23',    '4','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102200.0','1044668.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013937.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102201.0','1044668.0','2',    '2','1','1479.99',    '2','1','1479.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013938.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102202.0','1044668.0','5',    '5','3','3077.85',    '5','3','3077.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013939.0','1019101.0','2',    '2','2','2113.96',    '2','2','2113.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102203.0','1044668.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011578.0','1019101.0','35',    '32','26','46726.51',    '32','25','46113.99',    '21','3','612.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099842.0','1044668.0','3',    '3','2','6683.01',    '3','2','6683.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2013940.0','1019101.0','3',    '3','1','1044.45',    '3','1','1044.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2102204.0','1044668.0','5',    '5','1','1753.69',    '5','1','1753.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013941.0','1019101.0','2',    '2','1','2238.19',    '2','1','2238.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102205.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011634.0','1019101.0','28',    '25','18','48590.14',    '25','18','47030.18',    '14','3','1559.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099898.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013942.0','1019101.0','7',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102206.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001629.0',    '2011636.0','1019101.0','3',    '2','1','1581.61',    '2','1','1581.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005941.0',    '2099900.0','1044668.0','17',    '14','5','7228.81',    '14','5','7228.81',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013943.0','1019101.0','3',    '3','2','5003.63',    '3','2','5003.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102207.0','1044668.0','7',    '7','1','794.0',    '7','1','794.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013944.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102208.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013945.0','1019101.0','37',    '33','20','31366.83',    '33','19','30766.86',    '14','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102209.0','1044668.0','4',    '4','2','2291.33',    '4','2','2291.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013946.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102210.0','1044668.0','1',    '1','1','534.47',    '1','1','534.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011628.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099892.0','1044668.0','13',    '11','9','13764.48',    '11','9','13764.48',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013947.0','1019101.0','23',    '20','16','27446.35',    '20','16','27046.37',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102211.0','1044668.0','7',    '6','5','8329.63',    '6','5','7859.64',    '5','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013948.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102212.0','1044668.0','1',    '1','1','7540.17',    '1','1','7540.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013949.0','1019101.0','10',    '6','5','4317.3',    '6','4','4117.31',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102213.0','1044668.0','16',    '15','10','13632.88',    '15','10','13632.88',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011606.0','1019101.0','7',    '6','4','4297.24',    '6','4','4097.25',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099870.0','1044668.0','1',    '1','1','169.99',    '1','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013950.0','1019101.0','1',    '1','1','655.0',    '1','1','655.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102214.0','1044668.0','1',    '1','1','195.86',    '1','1','195.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011503.0','1019101.0','8',    '6','5','11820.93',    '6','5','11820.93',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099767.0','1044668.0','188',    '176','105','91780.29',    '173','101','87210.41',    '94','11','4569.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013951.0','1019101.0','2',    '2','1','1223.65',    '2','1','1223.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102215.0','1044668.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013952.0','1019101.0','2',    '2','2','9970.53',    '2','2','1864.0',    '2','2','8106.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102216.0','1044668.0','5',    '4','2','23013.12',    '4','2','23013.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013953.0','1019101.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102217.0','1044668.0','7',    '7','6','15262.29',    '7','6','15002.29',    '4','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011446.0','1019101.0','16',    '15','13','26276.54',    '15','13','25676.57',    '7','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099710.0','1044668.0','30',    '29','15','18000.71',    '28','11','17090.14',    '15','6','910.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013954.0','1019101.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102218.0','1044668.0','16',    '14','9','14662.25',    '14','9','14662.25',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013955.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102219.0','1044668.0','53',    '49','40','98998.71',    '49','40','98067.21',    '27','5','931.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011567.0','1019101.0','48',    '45','33','73394.89',    '43','33','69139.75',    '20','4','4255.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099831.0','1044668.0','39',    '34','9','15704.47',    '34','9','15504.48',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011706.0','1019101.0','7',    '7','6','25401.42',    '7','6','25401.42',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099970.0','1044668.0','44',    '40','33','74078.68',    '39','32','72720.17',    '27','3','1358.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011662.0','1019101.0','3361',    '3117','2410','5223175.54',    '3049','2249','4700371.49',    '2251','832','522804.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099926.0','1044668.0','13',    '13','11','12764.99',    '13','10','11765.0',    '9','2','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013956.0','1019101.0','7',    '6','3','17662.93',    '5','3','17566.67',    '4','1','96.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102220.0','1044668.0','23',    '22','17','13907.86',    '22','17','13337.88',    '18','2','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013957.0','1019101.0','6',    '4','3','3749.01',    '4','3','3749.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102221.0','1044668.0','1',    '1','1','808.08',    '1','1','808.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013958.0','1019101.0','1',    '1','1','5204.41',    '1','1','5204.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102222.0','1044668.0','2',    '2','1','1881.93',    '2','1','1511.94',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013959.0','1019101.0','22',    '20','14','15442.23',    '20','14','15042.25',    '8','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102223.0','1044668.0','6',    '6','3','8629.74',    '6','3','8429.75',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013960.0','1019101.0','3',    '3','3','2308.17',    '3','3','2308.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102224.0','1044668.0','63',    '53','40','54589.12',    '53','39','50473.01',    '30','6','4116.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013961.0','1019101.0','11',    '9','7','5037.94',    '9','6','4883.94',    '4','1','154.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102225.0','1044668.0','4',    '4','2','3350.1',    '4','2','3350.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013962.0','1019101.0','20',    '18','15','21328.22',    '18','15','21128.23',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102226.0','1044668.0','285',    '256','179','367529.65',    '253','173','354277.41',    '127','31','13252.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011691.0','1019101.0','3',    '3','2','2540.19',    '3','2','2540.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099955.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013963.0','1019101.0','76',    '71','58','113260.8',    '70','56','106609.92',    '40','12','6650.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102227.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011645.0','1019101.0','8',    '7','3','12756.18',    '6','3','12756.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099909.0','1044668.0','11',    '8','6','4765.94',    '8','6','4095.96',    '4','2','669.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013964.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102228.0','1044668.0','180',    '169','108','152373.95',    '166','101','142780.45',    '103','26','9593.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013965.0','1019101.0','16',    '14','2','699.54',    '14','2','699.54',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102229.0','1044668.0','4',    '4','3','3337.3',    '4','3','3337.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013966.0','1019101.0','3',    '2','1','677.09',    '2','1','677.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102230.0','1044668.0','23',    '17','9','9719.12',    '17','9','9639.13',    '4','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011607.0','1019101.0','8',    '3','3','5203.98',    '3','3','4994.86',    '1','1','209.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099871.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011491.0','1019101.0','6',    '6','5','23790.82',    '5','5','23790.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099755.0','1044668.0','5',    '4','1','3374.89',    '4','1','2963.51',    '3','1','411.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013967.0','1019101.0','4',    '3','3','4357.58',    '3','3','4357.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102231.0','1044668.0','4',    '4','1','348.19',    '4','1','348.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011508.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099772.0','1044668.0','9',    '9','4','2744.41',    '9','3','2544.42',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013968.0','1019101.0','8',    '6','4','14310.61',    '6','4','14310.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102232.0','1044668.0','1',    '1','1','5407.29',    '1','1','5407.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013969.0','1019101.0','21',    '18','1','500.0',    '18','0','0.0',    '8','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102233.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013970.0','1019101.0','5',    '3','2','1364.24',    '3','2','1364.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102234.0','1044668.0','1',    '1','1','2641.92',    '1','1','2641.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013971.0','1019101.0','9',    '6','1','120.69',    '6','1','120.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102235.0','1044668.0','1',    '1','1','992.08',    '1','1','992.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013972.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102236.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011590.0','1019101.0','4',    '4','2','4757.89',    '4','2','4757.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099854.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013973.0','1019101.0','25',    '23','15','20106.95',    '23','14','19059.44',    '17','4','1047.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102237.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013974.0','1019101.0','8',    '7','3','1852.97',    '7','2','1482.98',    '3','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102238.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011478.0','1019101.0','6',    '5','5','22626.04',    '5','5','21526.06',    '3','1','1099.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099742.0','1044668.0','1',    '1','1','3479.75',    '1','1','3479.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011528.0','1019101.0','10',    '10','6','3322.88',    '10','4','2693.09',    '6','3','629.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099792.0','1044668.0','3',    '2','1','175.3',    '2','1','175.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013975.0','1019101.0','17',    '12','9','24775.9',    '12','9','24375.92',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102239.0','1044668.0','3',    '3','2','6435.57',    '3','2','6065.58',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013976.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102240.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011581.0','1019101.0','7',    '6','6','16572.45',    '6','6','16572.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099845.0','1044668.0','4',    '3','2','1952.01',    '3','2','1752.02',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013977.0','1019101.0','7',    '6','2','9054.8',    '6','2','9054.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102241.0','1044668.0','5',    '5','3','13124.67',    '5','3','13124.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011708.0','1019101.0','7',    '4','2','1745.66',    '4','2','1745.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099972.0','1044668.0','19',    '17','11','17680.23',    '17','11','16964.69',    '9','2','715.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011538.0','1019101.0','5',    '5','5','8612.53',    '5','5','8612.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099802.0','1044668.0','4',    '3','1','4842.9',    '3','1','3852.92',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011461.0','1019101.0','3',    '3','1','1531.47',    '3','1','1531.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099725.0','1044668.0','8',    '7','5','4349.25',    '7','5','4149.26',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013978.0','1019101.0','1',    '1','1','365.92',    '1','1','365.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102242.0','1044668.0','18',    '17','10','12748.42',    '17','9','12548.43',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013979.0','1019101.0','4',    '3','3','5864.62',    '3','3','5439.53',    '2','1','425.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102243.0','1044668.0','6',    '4','2','916.31',    '4','2','916.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011542.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099806.0','1044668.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013980.0','1019101.0','1',    '1','1','773.54',    '1','1','773.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102244.0','1044668.0','56',    '47','27','42368.39',    '47','26','38140.64',    '23','7','4227.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013981.0','1019101.0','2',    '1','1','576.59',    '1','1','576.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102245.0','1044668.0','1',    '1','1','473.57',    '1','1','473.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011509.0','1019101.0','5',    '5','3','3378.31',    '5','3','3378.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099773.0','1044668.0','1',    '1','1','191.96',    '1','1','191.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013982.0','1019101.0','14',    '14','11','18086.83',    '14','11','17591.83',    '7','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102246.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013983.0','1019101.0','47',    '44','26','47879.13',    '43','26','44706.82',    '17','2','3172.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102247.0','1044668.0','22',    '18','13','27543.5',    '18','12','26185.68',    '13','3','1357.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011690.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099954.0','1044668.0','4',    '4','1','709.76',    '4','1','709.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013984.0','1019101.0','35',    '32','23','26701.79',    '32','23','24421.25',    '19','5','2280.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102248.0','1044668.0','2',    '2','1','3728.71',    '2','1','3728.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013985.0','1019101.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102249.0','1044668.0','9',    '6','4','8156.11',    '6','4','7956.12',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013986.0','1019101.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102250.0','1044668.0','1',    '1','1','3006.51',    '1','1','3006.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013987.0','1019101.0','12',    '10','6','7329.7',    '10','6','7329.7',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102251.0','1044668.0','5',    '5','3','2090.53',    '5','2','1890.54',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013988.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102252.0','1044668.0','3',    '1','1','4298.33',    '1','1','4023.91',    '1','1','274.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013989.0','1019101.0','29',    '26','14','14910.44',    '25','13','14097.49',    '17','4','812.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102253.0','1044668.0','5',    '5','2','4403.01',    '4','2','4403.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013990.0','1019101.0','4',    '4','3','7681.89',    '4','3','7681.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102254.0','1044668.0','6',    '6','2','2469.76',    '6','2','2469.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011661.0','1019101.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099925.0','1044668.0','75',    '63','27','79065.52',    '61','26','77120.75',    '29','6','1944.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011700.0','1019101.0','1',    '1','1','173.84',    '1','1','173.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099964.0','1044668.0','7',    '6','5','9386.46',    '6','5','9386.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011639.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099903.0','1044668.0','1',    '1','1','4855.68',    '1','1','4855.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013991.0','1019101.0','19',    '18','8','12468.14',    '18','8','12468.14',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102255.0','1044668.0','2',    '2','1','547.0',    '2','1','547.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013992.0','1019101.0','18',    '15','13','31880.64',    '15','11','28688.76',    '7','2','3191.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102256.0','1044668.0','14',    '13','10','17126.73',    '13','10','17126.73',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011705.0','1019101.0','2',    '2','2','1474.85',    '2','2','1474.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099969.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013993.0','1019101.0','8',    '8','7','6292.45',    '8','7','6292.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102257.0','1044668.0','1',    '1','1','1773.52',    '1','1','1773.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013994.0','1019101.0','1',    '1','1','1680.19',    '1','1','1530.2',    '1','1','149.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102258.0','1044668.0','2',    '2','1','1606.89',    '2','1','1606.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011527.0','1019101.0','4',    '3','1','5646.25',    '3','1','5646.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099791.0','1044668.0','1',    '1','1','959.74',    '1','1','959.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013995.0','1019101.0','6',    '5','3','17704.52',    '5','3','17704.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102259.0','1044668.0','3',    '3','2','9409.38',    '3','2','9409.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013996.0','1019101.0','3',    '3','3','4340.59',    '3','3','4340.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102260.0','1044668.0','1',    '1','1','263.99',    '1','1','263.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000028.0','1019101.0','68',    '62','39','73838.71',    '61','39','71069.17',    '38','12','2769.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088292.0','1044668.0','2',    '2','1','3183.79',    '2','1','3183.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2006188.0','1019101.0','2',    '2','2','1132.54',    '2','2','872.54',    '2','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2094452.0','1044668.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013997.0','1019101.0','18',    '17','11','20338.48',    '15','11','17599.75',    '10','4','2738.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102261.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000343.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088607.0','1044668.0','3',    '3','1','4061.11',    '3','1','4061.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2013998.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102262.0','1044668.0','1',    '1','1','1192.47',    '1','1','1192.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000254.0','1019101.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088518.0','1044668.0','2',    '2','2','2127.3',    '2','2','2127.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2013999.0','1019101.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102263.0','1044668.0','4',    '3','2','6239.0',    '3','2','6239.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2006669.0','1019101.0','31',    '30','23','38761.39',    '29','23','37902.34',    '17','2','859.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2094933.0','1044668.0','19',    '19','12','18113.58',    '19','12','17713.6',    '16','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2007033.0','1019101.0','24',    '23','18','48772.55',    '23','18','46818.52',    '10','3','1954.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2095297.0','1044668.0','6',    '6','3','2818.86',    '6','3','2595.24',    '1','1','223.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000366.0','1019101.0','1',    '1','1','1315.89',    '1','1','1315.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088630.0','1044668.0','26',    '19','10','10840.65',    '19','10','9952.82',    '11','3','887.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000042.0','1019101.0','1',    '1','1','750.05',    '1','1','750.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088306.0','1044668.0','3',    '2','1','5358.71',    '2','1','5358.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014000.0','1019101.0','2',    '2','1','668.08',    '2','1','668.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102264.0','1044668.0','4',    '4','3','1253.2',    '3','3','1253.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000053.0','1019101.0','82',    '78','28','51279.11',    '74','24','48524.66',    '25','7','2754.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088317.0','1044668.0','24',    '20','19','33006.27',    '20','18','31046.33',    '15','4','1959.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000027.0','1019101.0','4',    '3','2','10940.01',    '3','2','10940.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088291.0','1044668.0','1',    '1','1','1683.53',    '1','1','1683.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007221.0','1019101.0','6',    '6','5','16958.63',    '6','5','16958.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095485.0','1044668.0','30',    '28','19','40128.85',    '28','19','39662.33',    '14','2','466.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014001.0','1019101.0','1',    '1','1','991.18',    '1','1','991.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102265.0','1044668.0','109',    '95','73','190270.64',    '93','64','176123.58',    '57','20','14147.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000017.0','1019101.0','1',    '1','1','774.0',    '1','1','774.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088281.0','1044668.0','4',    '4','3','2612.08',    '4','3','2612.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000056.0','1019101.0','39',    '36','29','27147.4',    '36','29','25292.43',    '21','3','1854.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088320.0','1044668.0','12',    '7','5','31760.5',    '7','3','31249.98',    '6','3','510.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007333.0','1019101.0','4',    '4','2','3182.8',    '4','2','2764.57',    '2','1','418.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095597.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000060.0','1019101.0','88',    '84','65','94807.17',    '83','58','87329.71',    '49','21','7477.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088324.0','1044668.0','11',    '8','4','9606.5',    '8','3','8736.52',    '6','2','869.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007268.0','1019101.0','89',    '81','58','121482.64',    '78','52','112675.15',    '54','13','8807.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095532.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014002.0','1019101.0','4',    '3','3','2502.39',    '3','3','2502.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102266.0','1044668.0','21',    '20','11','16317.33',    '20','11','16317.33',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014003.0','1019101.0','3',    '2','1','842.8',    '2','1','842.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102267.0','1044668.0','16',    '14','12','25788.01',    '14','12','24118.25',    '8','2','1669.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000118.0','1019101.0','36',    '32','23','34643.41',    '32','23','34643.41',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088382.0','1044668.0','6',    '6','3','11589.35',    '6','3','11589.35',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000059.0','1019101.0','9',    '7','5','2007.66',    '7','5','2007.66',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088323.0','1044668.0','1',    '1','1','391.72',    '1','1','391.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000382.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088646.0','1044668.0','228',    '173','108','788259.71',    '163','103','651723.41',    '101','40','136536.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006239.0','1019101.0','2',    '2','1','1498.76',    '2','1','1309.76',    '2','1','189.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094503.0','1044668.0','8',    '8','3','1252.41',    '8','3','1252.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000410.0','1019101.0','94',    '89','59','118137.89',    '88','56','112195.09',    '60','12','5942.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088674.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000418.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088682.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000331.0','1019101.0','8',    '4','1','3406.26',    '4','1','3406.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088595.0','1044668.0','3',    '3','1','2570.39',    '3','1','2570.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000355.0','1019101.0','23',    '21','11','36788.46',    '21','11','36545.7',    '10','2','242.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088619.0','1044668.0','5',    '5','5','2785.92',    '5','4','2262.45',    '4','3','523.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007056.0','1019101.0','2',    '2','1','5761.58',    '2','1','5314.34',    '1','1','447.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095320.0','1044668.0','2',    '2','1','1002.9',    '2','1','1002.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007110.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095374.0','1044668.0','60',    '58','43','73784.15',    '57','41','70813.22',    '39','8','2970.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000052.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088316.0','1044668.0','4',    '4','3','10762.62',    '4','3','10318.71',    '2','2','443.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000094.0','1019101.0','1',    '1','1','26282.76',    '1','1','26282.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088358.0','1044668.0','27',    '24','10','16860.75',    '24','9','16498.39',    '9','2','362.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014004.0','1019101.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102268.0','1044668.0','39',    '34','27','42530.22',    '34','26','39385.19',    '23','6','3145.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014005.0','1019101.0','1',    '1','1','120.69',    '1','1','120.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102269.0','1044668.0','1',    '1','1','4394.76',    '1','1','4394.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007188.0','1019101.0','10',    '8','8','26194.67',    '7','6','17971.6',    '4','3','8223.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095452.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007214.0','1019101.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095478.0','1044668.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014006.0','1019101.0','6',    '6','6','18098.74',    '6','6','17898.75',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102270.0','1044668.0','6',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007263.0','1019101.0','14',    '14','6','10004.06',    '14','5','7879.2',    '10','2','2124.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095527.0','1044668.0','5',    '4','3','10015.83',    '4','3','10015.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007279.0','1019101.0','5',    '2','1','437.4',    '2','1','437.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095543.0','1044668.0','7',    '7','6','15819.27',    '7','5','12529.49',    '7','4','3289.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007351.0','1019101.0','1',    '1','1','9875.53',    '1','1','9875.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095615.0','1044668.0','21',    '20','6','20958.11',    '20','4','9729.51',    '13','5','11228.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000140.0','1019101.0','2',    '2','1','233.0',    '2','1','233.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088404.0','1044668.0','22',    '18','16','80841.98',    '18','16','69830.7',    '12','3','11011.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000162.0','1019101.0','11',    '11','11','53629.53',    '11','11','37693.07',    '10','6','15936.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088426.0','1044668.0','1',    '1','1','1951.58',    '1','1','1951.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011682.0','1019101.0','4',    '4','2','6161.22',    '4','2','6161.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099946.0','1044668.0','1',    '1','1','21426.81',    '1','1','20855.6',    '1','1','571.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011679.0','1019101.0','3',    '3','1','237.28',    '3','1','237.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099943.0','1044668.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000186.0','1019183.0','1',    '1','1','478.5',    '1','1','478.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088450.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000033.0','1019183.0','6',    '6','5','11943.42',    '6','5','11743.43',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088297.0','1044750.0','5',    '5','4','10542.58',    '5','4','10542.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006106.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094370.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006191.0','1019183.0','2',    '2','2','12202.09',    '2','2','12202.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094455.0','1044750.0','3',    '2','2','4111.2',    '2','2','4111.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014007.0','1019183.0','7',    '3','2','10503.29',    '3','2','10503.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102271.0','1044750.0','4',    '4','4','11669.33',    '4','4','11669.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2006699.0','1019183.0','1',    '1','1','4470.93',    '1','1','4470.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2094963.0','1044750.0','4',    '4','3','2414.08',    '4','1','1239.1',    '4','2','1174.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000436.0','1019183.0','2',    '2','2','1435.99',    '2','1','966.0',    '1','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088700.0','1044750.0','5',    '5','1','11878.6',    '5','1','10613.67',    '2','1','1264.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2006573.0','1019183.0','8',    '8','6','15818.19',    '8','6','15223.1',    '3','1','595.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2094837.0','1044750.0','2',    '2','1','7527.53',    '2','1','6537.55',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007101.0','1019183.0','12',    '10','7','17966.05',    '10','7','15471.95',    '9','3','2494.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095365.0','1044750.0','1',    '1','1','328.8',    '1','1','328.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007034.0','1019183.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095298.0','1044750.0','31',    '27','22','231045.54',    '27','22','212778.58',    '14','6','18266.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014008.0','1019183.0','2',    '1','1','22288.54',    '1','1','22288.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102272.0','1044750.0','4',    '4','3','618.99',    '4','3','618.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2002386.0','1019183.0','36',    '33','23','49049.49',    '33','22','45849.7',    '20','5','3199.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2090650.0','1044750.0','11',    '9','9','28945.54',    '9','9','28945.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000020.0','1019183.0','7',    '4','1','8528.16',    '2','0','0.0',    '4','1','8528.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088284.0','1044750.0','10',    '10','4','29390.39',    '9','4','22372.74',    '7','2','7017.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007247.0','1019183.0','38',    '33','13','16959.56',    '28','11','15773.13',    '19','3','1186.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095511.0','1044750.0','37',    '34','31','72084.68',    '34','30','68171.69',    '24','6','3912.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014009.0','1019183.0','24',    '22','12','83408.66',    '22','10','71985.0',    '14','5','11423.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102273.0','1044750.0','17',    '13','7','35908.4',    '13','5','20254.83',    '10','7','15653.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014010.0','1019183.0','2',    '2','2','17530.36',    '2','2','17530.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102274.0','1044750.0','1',    '1','1','2462.95',    '1','1','2462.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000174.0','1019183.0','1',    '1','1','1264.0',    '1','1','1264.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088438.0','1044750.0','2',    '1','1','252.04',    '1','1','252.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007215.0','1019183.0','3',    '3','2','1428.38',    '3','2','1428.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095479.0','1044750.0','6',    '6','3','3277.81',    '6','2','2277.81',    '4','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014011.0','1019183.0','9',    '6','4','3949.67',    '6','3','3714.67',    '5','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102275.0','1044750.0','1',    '1','1','384.0',    '1','1','384.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000024.0','1019183.0','13',    '11','10','26867.87',    '11','10','26372.87',    '5','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088288.0','1044750.0','3',    '3','2','23562.27',    '3','2','20946.34',    '3','1','2615.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007284.0','1019183.0','3',    '3','2','8235.93',    '3','2','3135.35',    '3','2','5100.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095548.0','1044750.0','7',    '6','4','30502.73',    '6','4','27288.97',    '5','2','3213.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007306.0','1019183.0','22',    '19','15','133853.13',    '19','15','125250.84',    '11','4','8602.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095570.0','1044750.0','18',    '10','8','17019.83',    '10','7','16109.15',    '6','2','910.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011455.0','1019183.0','2',    '2','1','1002.65',    '2','1','1002.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099719.0','1044750.0','23',    '20','20','77336.19',    '20','19','75876.23',    '12','3','1459.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000117.0','1019183.0','3',    '3','1','611.6',    '3','1','611.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088381.0','1044750.0','2',    '2','1','966.0',    '2','1','966.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014012.0','1019183.0','6',    '4','4','5660.24',    '4','4','5660.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102276.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007363.0','1019183.0','1',    '1','1','2039.28',    '1','1','2039.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095627.0','1044750.0','101',    '95','29','38553.08',    '93','23','30033.93',    '58','14','8519.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000073.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088337.0','1044750.0','2',    '2','2','13210.03',    '2','2','13210.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011877.0','1019183.0','63',    '49','16','33231.83',    '49','16','32681.83',    '15','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2100141.0','1044750.0','20',    '11','9','28064.4',    '10','8','27864.41',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2006329.0','1019183.0','2',    '2','2','4974.89',    '2','2','4774.9',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2094593.0','1044750.0','1',    '1','1','5697.77',    '1','1','5697.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2005965.0','1019183.0','5',    '5','3','22730.16',    '4','3','21553.64',    '5','1','1176.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094229.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014013.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102277.0','1044750.0','1',    '1','1','6262.71',    '1','1','6262.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000231.0','1019183.0','7',    '3','3','23941.66',    '3','3','21535.05',    '3','2','2406.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088495.0','1044750.0','21',    '17','15','37074.1',    '17','14','35069.46',    '9','4','2004.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000232.0','1019183.0','4',    '4','4','8913.05',    '4','3','8226.52',    '3','2','686.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088496.0','1044750.0','8',    '8','7','21164.96',    '8','7','21164.96',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2007078.0','1019183.0','1',    '1','1','17409.22',    '1','1','7256.98',    '1','1','10152.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2095342.0','1044750.0','1',    '1','1','18741.56',    '1','1','18741.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000044.0','1019183.0','16',    '14','8','5203.63',    '14','7','4066.94',    '9','2','1136.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088308.0','1044750.0','10',    '9','7','29429.61',    '8','6','27974.63',    '6','3','1454.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007141.0','1019183.0','1',    '1','1','9949.22',    '1','1','9949.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095405.0','1044750.0','5',    '5','4','12422.71',    '5','2','9846.35',    '4','2','2576.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000069.0','1019183.0','4',    '3','3','2173.48',    '3','3','2173.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088333.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000036.0','1019183.0','2',    '1','1','229.45',    '1','1','229.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088300.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014014.0','1019183.0','10',    '9','1','21731.55',    '9','1','21731.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102278.0','1044750.0','2',    '1','1','949.46',    '1','1','949.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000057.0','1019183.0','23',    '19','10','66402.45',    '19','9','64504.61',    '8','3','1897.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088321.0','1044750.0','5',    '3','1','21212.15',    '3','1','21212.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014015.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102279.0','1044750.0','3',    '3','2','1128.59',    '3','2','1128.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000181.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088445.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006242.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094506.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014016.0','1019183.0','4',    '4','2','2003.67',    '3','2','2003.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102280.0','1044750.0','1',    '1','1','1677.53',    '1','1','1677.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000564.0','1019183.0','7',    '2','2','2260.07',    '2','2','2260.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088828.0','1044750.0','1',    '1','1','172.52',    '1','1','172.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006702.0','1019183.0','23',    '22','15','40061.55',    '22','15','37711.6',    '10','3','2349.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094966.0','1044750.0','19',    '13','5','38795.75',    '13','4','31842.8',    '6','3','6952.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014017.0','1019183.0','28',    '26','20','41556.25',    '26','19','39104.19',    '11','4','2452.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102281.0','1044750.0','13',    '13','8','14103.33',    '12','8','14103.33',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007054.0','1019183.0','10',    '9','8','17730.78',    '9','7','15431.15',    '6','2','2299.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095318.0','1044750.0','2',    '2','2','11965.39',    '2','2','11965.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000035.0','1019183.0','23',    '22','13','118660.55',    '22','10','114123.22',    '16','5','4537.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088299.0','1044750.0','3',    '3','3','2607.52',    '3','3','2607.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2007095.0','1019183.0','22',    '19','4','4593.45',    '18','4','4535.45',    '10','1','58.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2095359.0','1044750.0','2',    '2','2','1094.23',    '2','2','894.24',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014018.0','1019183.0','6',    '5','2','4264.57',    '5','2','4264.57',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102282.0','1044750.0','4',    '1','1','2966.8',    '1','1','2966.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000093.0','1019183.0','18',    '17','9','41700.86',    '16','9','35336.95',    '11','2','6363.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088357.0','1044750.0','1',    '1','1','5000.0',    '0','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000256.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088520.0','1044750.0','8',    '7','7','33701.81',    '7','7','33701.81',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014019.0','1019183.0','14',    '13','12','51558.49',    '13','11','50333.51',    '7','2','1224.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102283.0','1044750.0','1',    '1','1','966.0',    '1','1','966.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000258.0','1019183.0','3',    '3','2','19848.23',    '3','2','19848.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088522.0','1044750.0','2',    '2','2','8462.78',    '2','2','8462.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000047.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088311.0','1044750.0','216',    '176','95','368910.54',    '169','92','359226.78',    '61','13','9683.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014020.0','1019183.0','325',    '278','51','154165.11',    '268','46','143982.96',    '137','11','10182.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102284.0','1044750.0','21',    '16','11','128421.32',    '16','11','100803.74',    '11','5','27617.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014021.0','1019183.0','21',    '20','4','39804.76',    '20','4','39804.76',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102285.0','1044750.0','13',    '9','2','4408.82',    '8','2','4408.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000079.0','1019183.0','5',    '5','4','6282.72',    '5','4','6282.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088343.0','1044750.0','23',    '21','8','38584.14',    '19','7','37960.74',    '7','1','623.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007399.0','1019183.0','1',    '1','1','717.0',    '1','1','717.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095663.0','1044750.0','4',    '4','3','20846.52',    '4','3','20846.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007195.0','1019183.0','3',    '3','2','2501.6',    '3','2','2501.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095459.0','1044750.0','8',    '8','6','7151.55',    '8','6','7151.55',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007251.0','1019183.0','1',    '1','1','5589.65',    '1','1','5589.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095515.0','1044750.0','34',    '31','25','73634.45',    '31','25','73234.47',    '18','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000107.0','1019183.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088371.0','1044750.0','1',    '1','1','6024.68',    '1','1','6024.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007344.0','1019183.0','2',    '2','1','1021.6',    '2','1','1021.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095608.0','1044750.0','8',    '7','4','10414.39',    '7','4','10414.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014022.0','1019183.0','1',    '1','1','937.53',    '1','1','937.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102286.0','1044750.0','4',    '3','1','4770.44',    '3','1','4770.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000168.0','1019183.0','92',    '60','42','307577.52',    '57','40','277741.25',    '40','13','29836.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088432.0','1044750.0','7',    '6','4','5964.66',    '6','3','5704.66',    '3','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014023.0','1019183.0','14',    '14','8','10753.09',    '14','6','10126.39',    '8','2','626.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102287.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011672.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099936.0','1044750.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2005928.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094192.0','1044750.0','15',    '15','3','4557.19',    '15','3','3624.61',    '8','1','932.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014024.0','1019183.0','2',    '2','1','914.0',    '2','1','914.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102288.0','1044750.0','13',    '13','9','23301.59',    '12','9','23301.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006319.0','1019183.0','649',    '538','402','2862725.79',    '506','355','1879490.64',    '419','253','983235.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094583.0','1044750.0','3',    '2','1','6664.15',    '2','1','6664.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000139.0','1019183.0','2',    '2','1','1579.37',    '2','1','1579.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088403.0','1044750.0','21',    '20','15','23321.56',    '20','15','22429.45',    '13','2','892.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000213.0','1019183.0','5',    '5','5','19140.78',    '5','5','15863.89',    '3','2','3276.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088477.0','1044750.0','4',    '2','1','9373.08',    '2','1','9373.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000408.0','1019183.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088672.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014025.0','1019183.0','27',    '21','14','78393.4',    '21','14','73990.57',    '8','1','4402.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102289.0','1044750.0','8',    '8','4','14481.3',    '8','4','14481.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2006554.0','1019183.0','4',    '4','3','3989.78',    '4','3','3989.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2094818.0','1044750.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007043.0','1019183.0','1',    '1','1','560.77',    '1','1','560.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095307.0','1044750.0','1',    '1','1','1830.08',    '1','1','1830.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000298.0','1019183.0','17',    '14','13','108729.37',    '13','12','81447.74',    '11','6','27281.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088562.0','1044750.0','1',    '1','1','2486.19',    '1','0','0.0',    '1','1','2486.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007022.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095286.0','1044750.0','43',    '41','18','53620.24',    '38','16','51216.11',    '24','4','2404.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2002419.0','1019183.0','18',    '16','7','12545.6',    '15','7','12190.06',    '8','1','355.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2090683.0','1044750.0','3',    '1','1','1074.08',    '1','1','1074.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000077.0','1019183.0','6',    '5','2','32902.13',    '5','2','32902.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088341.0','1044750.0','6',    '6','2','2177.54',    '5','2','2057.73',    '3','1','119.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000011.0','1019183.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088275.0','1044750.0','5',    '3','2','3323.5',    '3','1','3203.69',    '3','1','119.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014026.0','1019183.0','8',    '8','7','105611.41',    '8','7','105611.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102290.0','1044750.0','9',    '8','5','27679.65',    '7','5','27264.05',    '3','1','415.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014027.0','1019183.0','7',    '4','4','38579.58',    '4','4','38579.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102291.0','1044750.0','2',    '2','1','1712.32',    '1','1','1712.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000097.0','1019183.0','17',    '16','11','37787.29',    '16','11','36914.82',    '6','1','872.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088361.0','1044750.0','3',    '3','2','11532.73',    '3','2','9920.79',    '2','1','1611.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000019.0','1019183.0','365',    '261','157','876342.26',    '239','138','770397.15',    '168','57','105945.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088283.0','1044750.0','2',    '2','1','152.22',    '2','1','152.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000138.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088402.0','1044750.0','1',    '1','1','1111.47',    '1','1','1111.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000134.0','1019183.0','14',    '11','7','26726.01',    '11','7','26153.11',    '6','1','572.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088398.0','1044750.0','6',    '3','1','1256.0',    '2','1','1256.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007514.0','1019183.0','53',    '39','16','103537.37',    '39','16','93588.09',    '15','4','9949.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095778.0','1044750.0','6',    '6','2','3263.51',    '5','2','3063.52',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000176.0','1019183.0','5',    '2','2','11439.49',    '2','2','9578.14',    '2','2','1861.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088440.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014028.0','1019183.0','1',    '1','1','756.45',    '1','1','756.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102292.0','1044750.0','8',    '7','5','31786.71',    '7','5','31786.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000165.0','1019183.0','3',    '2','2','833.08',    '2','2','833.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088429.0','1044750.0','28',    '26','15','57993.22',    '26','12','52684.41',    '13','6','5308.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006267.0','1019183.0','2',    '1','1','2274.88',    '1','1','2274.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094531.0','1044750.0','15',    '12','9','20183.83',    '12','9','20183.83',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006537.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094801.0','1044750.0','2',    '1','1','635.36',    '1','1','635.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2005879.0','1019183.0','8',    '7','5','51753.3',    '7','5','50591.66',    '4','1','1161.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094143.0','1044750.0','4',    '3','3','16976.28',    '3','3','16976.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000520.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088784.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000189.0','1019183.0','12',    '11','5','5870.77',    '10','4','5750.96',    '7','1','119.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088453.0','1044750.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000294.0','1019183.0','1',    '1','1','2159.65',    '1','1','2159.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088558.0','1044750.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000272.0','1019183.0','5',    '4','1','3697.87',    '4','1','3697.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088536.0','1044750.0','1',    '1','1','5250.67',    '1','1','5250.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2006847.0','1019183.0','41',    '33','17','38812.15',    '33','17','38692.34',    '15','1','119.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095111.0','1044750.0','38',    '32','13','50004.49',    '30','13','47358.16',    '14','3','2646.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014029.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102293.0','1044750.0','90',    '80','43','136120.44',    '77','38','130484.6',    '39','10','5635.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2002547.0','1019183.0','7',    '7','2','7848.23',    '6','1','1059.0',    '4','2','6789.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2090811.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2011447.0','1019183.0','1',    '1','1','1800.25',    '1','1','1800.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2099711.0','1044750.0','8',    '6','3','7132.87',    '6','3','7132.87',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007106.0','1019183.0','13',    '11','5','8718.81',    '11','5','8238.84',    '5','1','479.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095370.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000212.0','1019183.0','6',    '6','2','15534.43',    '6','2','15197.07',    '4','2','337.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088476.0','1044750.0','1',    '1','1','4026.23',    '1','1','4026.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007172.0','1019183.0','50',    '35','17','47437.24',    '34','17','47222.06',    '9','1','215.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095436.0','1044750.0','2',    '2','1','6725.16',    '2','1','6725.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001641.0',    '2000251.0','1019183.0','1',    '1','1','4168.64',    '1','1','658.0',    '1','1','3510.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005952.0',    '2088515.0','1044750.0','8',    '4','1','507.21',    '4','1','507.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007167.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095431.0','1044750.0','5',    '3','1','2947.48',    '3','1','2947.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000329.0','1019183.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088593.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007346.0','1019183.0','208',    '156','133','1645117.57',    '156','132','1467683.25',    '111','52','177434.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095610.0','1044750.0','23',    '19','13','107806.26',    '18','13','83117.16',    '15','10','24689.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000384.0','1019183.0','33',    '31','14','26556.69',    '26','12','25531.8',    '23','4','1024.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088648.0','1044750.0','31',    '28','14','51210.91',    '28','14','50414.11',    '16','2','796.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014030.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102294.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007084.0','1019183.0','5',    '5','1','816.52',    '4','1','816.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095348.0','1044750.0','51',    '46','17','59839.71',    '44','17','55794.23',    '25','3','4045.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007595.0','1019183.0','1',    '1','1','3168.5',    '1','1','3168.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095859.0','1044750.0','3',    '3','1','7046.66',    '3','1','7046.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000088.0','1019183.0','1',    '1','1','25174.06',    '1','1','25174.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088352.0','1044750.0','19',    '16','8','23640.22',    '12','6','7716.22',    '12','5','15924.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011505.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099769.0','1044750.0','13',    '9','6','10834.55',    '8','6','10834.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014031.0','1019183.0','64',    '54','18','38038.86',    '53','16','35812.22',    '28','4','2226.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102295.0','1044750.0','4',    '4','3','15192.28',    '4','3','12127.61',    '4','3','3064.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000177.0','1019183.0','2',    '2','1','555.78',    '2','1','555.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088441.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000110.0','1019183.0','7',    '6','4','2906.73',    '6','2','1641.48',    '5','3','1265.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088374.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006276.0','1019183.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094540.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000160.0','1019183.0','27',    '19','13','28116.04',    '19','13','22243.61',    '8','2','5872.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088424.0','1044750.0','1',    '1','1','605.0',    '1','1','605.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000467.0','1019183.0','54',    '53','19','28618.26',    '53','17','22344.43',    '25','5','6273.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088731.0','1044750.0','2',    '2','2','12332.06',    '2','2','12332.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007317.0','1019183.0','6',    '6','1','1090.9',    '6','1','1090.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095581.0','1044750.0','3',    '3','2','5767.19',    '3','2','5767.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000202.0','1019183.0','57',    '51','25','97628.76',    '51','25','97013.28',    '11','1','615.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088466.0','1044750.0','7',    '5','3','8292.76',    '4','2','7205.73',    '3','2','1087.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000026.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088290.0','1044750.0','1',    '1','1','2688.15',    '1','1','2688.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007032.0','1019183.0','14',    '13','9','9140.43',    '13','8','8780.32',    '5','1','360.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095296.0','1044750.0','4',    '4','1','15535.81',    '4','1','13581.06',    '2','1','1954.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014032.0','1019183.0','3',    '1','1','7869.92',    '1','1','7869.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102296.0','1044750.0','2',    '2','1','2342.71',    '2','1','2342.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000091.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088355.0','1044750.0','33',    '28','17','59070.03',    '28','16','57552.49',    '15','4','1517.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000164.0','1019183.0','5',    '4','1','6030.74',    '3','1','120.55',    '4','1','5910.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088428.0','1044750.0','444',    '397','272','1175411.31',    '359','236','512560.81',    '303','184','662850.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007196.0','1019183.0','12',    '12','4','12249.53',    '12','4','12249.53',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095460.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006290.0','1019183.0','4',    '4','2','3253.21',    '4','2','2996.22',    '4','1','256.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094554.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007175.0','1019183.0','1',    '1','1','4200.53',    '1','1','4080.72',    '1','1','119.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095439.0','1044750.0','107',    '96','58','184321.17',    '88','48','157263.57',    '56','23','27057.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014033.0','1019183.0','4',    '4','2','1549.0',    '4','2','1549.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102297.0','1044750.0','3',    '3','1','1110.0',    '3','1','1110.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007345.0','1019183.0','2',    '2','1','3636.71',    '2','1','3636.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095609.0','1044750.0','42',    '37','17','53320.73',    '37','16','51824.76',    '16','2','1495.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2006770.0','1019183.0','1',    '1','1','6499.5',    '1','1','5779.28',    '1','1','720.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095034.0','1044750.0','12',    '9','6','34582.18',    '9','6','34582.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007343.0','1019183.0','7',    '6','5','26374.89',    '5','5','26006.55',    '6','1','368.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095607.0','1044750.0','3',    '3','3','9056.07',    '3','3','9056.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007087.0','1019183.0','2',    '2','1','1940.3',    '2','1','1420.31',    '2','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095351.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000114.0','1019183.0','2',    '2','1','3229.35',    '2','1','3229.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088378.0','1044750.0','6',    '5','4','20989.59',    '5','4','20989.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000000.0','1019183.0','27',    '25','11','17609.41',    '24','11','17209.42',    '9','1','399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088264.0','1044750.0','15',    '13','5','26842.66',    '11','4','9224.37',    '8','3','17618.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014034.0','1019183.0','8',    '8','0','0.0',    '8','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102298.0','1044750.0','37',    '34','24','109828.1',    '34','23','108767.79',    '23','6','1060.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000096.0','1019183.0','2',    '2','1','400.72',    '1','0','0.0',    '2','1','400.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088360.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011612.0','1019183.0','150',    '134','97','1368430.53',    '132','90','1179706.61',    '107','55','188723.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099876.0','1044750.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007209.0','1019183.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095473.0','1044750.0','4',    '3','2','7206.88',    '2','2','7206.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014035.0','1019183.0','1',    '1','1','642.64',    '1','1','642.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102299.0','1044750.0','2',    '2','1','2548.0',    '2','1','2548.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014036.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102300.0','1044750.0','7',    '7','4','7143.44',    '7','4','7143.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2007347.0','1019183.0','10',    '8','1','4067.51',    '7','1','685.0',    '4','1','3382.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2095611.0','1044750.0','5',    '4','2','2791.92',    '4','2','2791.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000221.0','1019183.0','2',    '2','1','828.31',    '2','1','828.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088485.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014037.0','1019183.0','5',    '5','3','8912.91',    '5','3','8912.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102301.0','1044750.0','90',    '89','48','39562.8',    '67','3','3787.65',    '83','46','35775.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000419.0','1019183.0','1',    '1','1','200.5',    '1','1','200.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088683.0','1044750.0','187',    '181','86','139493.6',    '179','74','122129.38',    '109','24','17364.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014038.0','1019183.0','19',    '14','5','7401.24',    '14','5','7401.24',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102302.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007107.0','1019183.0','2',    '2','1','1117.99',    '2','0','0.0',    '2','1','1117.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095371.0','1044750.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011670.0','1019183.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099934.0','1044750.0','3',    '1','1','2259.22',    '1','1','2059.23',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014039.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102303.0','1044750.0','5',    '5','3','27580.6',    '5','3','26294.52',    '3','1','1286.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007040.0','1019183.0','2',    '2','1','5317.83',    '2','1','5317.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095304.0','1044750.0','8',    '5','4','26684.32',    '5','4','24578.25',    '5','2','2106.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000150.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088414.0','1044750.0','21',    '20','11','28194.86',    '20','11','28194.86',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001641.0',    '2000112.0','1019183.0','11',    '9','3','3869.99',    '8','3','3869.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005952.0',    '2088376.0','1044750.0','64',    '53','16','31228.89',    '48','16','29482.13',    '24','2','1746.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007322.0','1019183.0','45',    '42','39','216351.01',    '42','35','183092.92',    '29','22','33258.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095586.0','1044750.0','19',    '18','13','38386.26',    '18','13','31939.35',    '8','3','6446.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000136.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088400.0','1044750.0','67',    '59','38','64647.63',    '51','17','28637.47',    '52','30','36010.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014040.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102304.0','1044750.0','2',    '2','1','2232.09',    '2','1','2232.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000116.0','1019183.0','2',    '2','1','2388.96',    '2','1','1201.97',    '1','1','1186.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088380.0','1044750.0','17',    '17','7','10751.62',    '17','6','10201.62',    '10','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000171.0','1019183.0','16',    '15','7','4786.28',    '15','6','4581.12',    '9','1','205.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088435.0','1044750.0','9',    '9','4','10797.2',    '9','4','10797.2',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000494.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088758.0','1044750.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006244.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094508.0','1044750.0','8',    '7','1','931.3',    '7','1','931.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000271.0','1019183.0','5',    '4','2','2448.3',    '4','2','2448.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088535.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000383.0','1019183.0','7',    '5','3','8922.99',    '5','3','8922.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088647.0','1044750.0','1',    '1','1','28200.0',    '1','1','28200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000203.0','1019183.0','3',    '2','1','550.0',    '2','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088467.0','1044750.0','4',    '4','4','9791.8',    '4','4','9563.7',    '3','1','228.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000255.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088519.0','1044750.0','19',    '16','7','14227.06',    '16','5','8884.06',    '13','3','5343.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007115.0','1019183.0','137',    '130','69','160586.7',    '112','47','130129.23',    '93','35','30457.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095379.0','1044750.0','5',    '5','5','45192.22',    '5','4','38258.94',    '3','3','6933.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007019.0','1019183.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095283.0','1044750.0','1',    '1','1','3553.18',    '1','1','3553.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2002706.0','1019183.0','2',    '2','1','28200.0',    '2','1','28200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2090970.0','1044750.0','7',    '2','2','19723.46',    '2','2','11405.96',    '2','1','8317.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000015.0','1019183.0','291',    '228','116','1167325.97',    '204','104','830103.55',    '186','87','337222.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088279.0','1044750.0','134',    '126','75','192039.89',    '107','51','145058.68',    '100','45','46981.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007198.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095462.0','1044750.0','22',    '20','11','26432.57',    '20','11','20961.08',    '15','3','5471.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014041.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102305.0','1044750.0','1',    '1','1','2232.04',    '0','0','0.0',    '1','1','2232.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014042.0','1019183.0','2',    '2','1','1349.98',    '2','1','1349.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102306.0','1044750.0','17',    '17','10','14689.06',    '17','9','10180.78',    '12','3','4508.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000083.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088347.0','1044750.0','1',    '1','1','3096.26',    '1','1','3096.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000183.0','1019183.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088447.0','1044750.0','1',    '1','1','2904.08',    '1','1','2904.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000030.0','1019183.0','1',    '1','1','3442.7',    '1','1','2892.7',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088294.0','1044750.0','4',    '4','1','900.0',    '4','0','0.0',    '4','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014043.0','1019183.0','12',    '10','2','2601.01',    '9','2','2601.01',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102307.0','1044750.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007594.0','1019183.0','3',    '3','1','5651.29',    '3','1','5452.72',    '3','1','198.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095858.0','1044750.0','1',    '1','1','3626.03',    '1','1','3626.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007438.0','1019183.0','37',    '32','15','83659.11',    '29','15','83527.41',    '15','1','131.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095702.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014044.0','1019183.0','1',    '1','1','2772.03',    '1','1','2772.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102308.0','1044750.0','18',    '17','12','14281.85',    '17','11','14084.6',    '8','1','197.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000072.0','1019183.0','35',    '33','28','35537.16',    '33','26','33598.49',    '17','5','1938.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088336.0','1044750.0','23',    '22','14','65968.17',    '21','14','63767.34',    '15','4','2200.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014045.0','1019183.0','33',    '23','9','17270.72',    '23','8','13450.07',    '13','2','3820.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102309.0','1044750.0','3',    '2','2','2311.66',    '2','2','2311.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014046.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102310.0','1044750.0','61',    '51','19','89542.4',    '50','18','88635.25',    '21','2','907.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011524.0','1019183.0','8',    '8','3','3135.52',    '8','3','3135.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099788.0','1044750.0','1',    '1','1','13007.11',    '1','1','12807.12',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014047.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102311.0','1044750.0','3',    '3','1','3892.16',    '3','1','3536.62',    '2','1','355.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014048.0','1019183.0','29',    '28','17','23064.2',    '28','13','19629.22',    '17','6','3434.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102312.0','1044750.0','1',    '1','1','1252.14',    '1','1','1252.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014049.0','1019183.0','3',    '3','1','519.04',    '3','1','519.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102313.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014050.0','1019183.0','31',    '29','10','24193.55',    '29','10','23270.64',    '14','2','922.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102314.0','1044750.0','1',    '1','1','7849.48',    '1','1','7849.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011493.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099757.0','1044750.0','5',    '5','2','2749.08',    '5','2','2749.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000115.0','1019183.0','49',    '43','19','46023.63',    '43','19','41834.42',    '20','3','4189.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088379.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014051.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102315.0','1044750.0','4',    '4','3','15886.17',    '4','3','15886.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014052.0','1019183.0','4',    '4','2','1239.1',    '4','2','1239.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102316.0','1044750.0','1',    '1','1','11164.55',    '1','1','11164.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2006099.0','1019183.0','8',    '8','1','845.95',    '8','0','0.0',    '3','1','845.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2094363.0','1044750.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011699.0','1019183.0','59',    '50','17','25929.9',    '48','15','22908.29',    '30','5','3021.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099963.0','1044750.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000253.0','1019183.0','7',    '6','1','745.0',    '6','1','745.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088517.0','1044750.0','3',    '3','1','3309.8',    '3','1','3074.8',    '2','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011648.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099912.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000222.0','1019183.0','2',    '2','1','2005.16',    '2','1','2005.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088486.0','1044750.0','2',    '2','2','5663.4',    '1','1','663.4',    '2','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001641.0',    '2014053.0','1019183.0','3',    '3','3','4267.91',    '3','3','3749.1',    '1','1','518.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005952.0',    '2102317.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007123.0','1019183.0','72',    '68','52','99674.56',    '67','43','92758.02',    '45','21','6916.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095387.0','1044750.0','296',    '237','193','2378739.01',    '229','188','2026914.79',    '164','93','351824.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011707.0','1019183.0','7',    '5','3','3643.59',    '5','3','3643.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099971.0','1044750.0','5',    '4','4','33608.82',    '4','4','23170.67',    '1','1','10438.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000075.0','1019183.0','7',    '7','2','9904.96',    '7','2','9775.85',    '3','1','129.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088339.0','1044750.0','6',    '3','1','883.88',    '2','1','883.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000137.0','1019183.0','76',    '69','50','286256.52',    '66','48','256517.33',    '43','13','29739.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088401.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014054.0','1019183.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102318.0','1044750.0','10',    '6','2','9979.43',    '6','1','9484.43',    '2','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2006118.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2094382.0','1044750.0','11',    '9','6','7827.83',    '9','6','7827.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000048.0','1019183.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088312.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000434.0','1019183.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088698.0','1044750.0','8',    '7','2','2527.44',    '7','2','2527.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007349.0','1019183.0','2',    '2','1','4200.79',    '2','1','4200.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095613.0','1044750.0','7',    '7','3','24247.27',    '7','3','24247.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007357.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095621.0','1044750.0','37',    '34','18','67763.95',    '31','11','51459.91',    '20','10','16304.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014055.0','1019183.0','42',    '34','22','181877.73',    '31','22','170785.65',    '24','5','11092.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102319.0','1044750.0','1',    '1','1','3701.56',    '1','1','3701.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007091.0','1019183.0','1',    '1','1','691.0',    '1','1','392.0',    '1','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095355.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000009.0','1019183.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088273.0','1044750.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007051.0','1019183.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095315.0','1044750.0','10',    '9','7','67639.06',    '9','6','60008.14',    '7','1','7630.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014056.0','1019183.0','6',    '6','3','25115.5',    '6','3','25115.5',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102320.0','1044750.0','5',    '5','4','19206.37',    '5','4','19206.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000092.0','1019183.0','18',    '13','8','15655.66',    '13','8','13393.24',    '4','2','2262.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088356.0','1044750.0','1',    '1','1','8929.59',    '1','1','8870.18',    '1','1','59.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014057.0','1019183.0','283',    '264','118','297324.64',    '260','102','253256.06',    '138','37','44068.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102321.0','1044750.0','53',    '46','33','100233.71',    '44','33','97056.73',    '28','8','3176.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014058.0','1019183.0','3',    '3','1','9720.61',    '3','1','8734.88',    '2','1','985.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102322.0','1044750.0','8',    '8','4','18929.28',    '7','3','16332.82',    '7','3','2596.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007079.0','1019183.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095343.0','1044750.0','1',    '1','1','846.8',    '1','1','846.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014059.0','1019183.0','7',    '7','4','23225.74',    '6','4','23025.75',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102323.0','1044750.0','4',    '3','1','1124.61',    '3','1','1124.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000005.0','1019183.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088269.0','1044750.0','5',    '4','4','20788.58',    '4','4','20788.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007174.0','1019183.0','3',    '3','2','7565.74',    '3','2','4362.88',    '2','1','3202.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095438.0','1044750.0','3',    '3','3','12383.03',    '3','3','10898.24',    '2','2','1484.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014060.0','1019183.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102324.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007152.0','1019183.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095416.0','1044750.0','137',    '116','95','922289.09',    '114','79','733002.61',    '79','57','189286.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000169.0','1019183.0','56',    '52','27','64043.62',    '44','19','47968.68',    '34','11','16074.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088433.0','1044750.0','1551',    '1444','612','1166292.36',    '1312','479','824170.69',    '917','217','342121.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001641.0',    '2000070.0','1019183.0','7',    '5','5','25303.0',    '5','5','24928.72',    '4','1','374.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005952.0',    '2088334.0','1044750.0','65',    '56','33','196135.89',    '54','29','155363.49',    '35','19','40772.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000143.0','1019183.0','164',    '137','64','253561.76',    '127','56','206651.82',    '80','26','46909.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088407.0','1044750.0','132',    '121','81','650412.75',    '120','74','558896.09',    '74','36','91516.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000175.0','1019183.0','16',    '11','5','22036.18',    '8','4','7488.24',    '7','4','14547.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088439.0','1044750.0','1',    '1','1','1976.14',    '1','1','1976.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000362.0','1019183.0','17',    '15','12','225720.63',    '15','12','212190.59',    '12','3','13530.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088626.0','1044750.0','16',    '16','5','9444.9',    '16','5','8949.9',    '8','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000038.0','1019183.0','2',    '1','1','19477.89',    '1','1','16716.35',    '1','1','2761.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088302.0','1044750.0','1',    '1','1','299.0',    '1','0','0.0',    '1','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000565.0','1019183.0','3',    '2','2','2281.25',    '2','2','2281.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088829.0','1044750.0','17',    '17','10','24830.17',    '16','9','23325.39',    '14','2','1504.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014061.0','1019183.0','16',    '13','5','32346.99',    '13','5','32141.99',    '4','1','205.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102325.0','1044750.0','26',    '21','9','31649.91',    '21','9','31649.91',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007118.0','1019183.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095382.0','1044750.0','6',    '5','2','5199.39',    '5','2','4816.89',    '1','1','382.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014062.0','1019183.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102326.0','1044750.0','15',    '15','2','3119.91',    '15','2','3119.91',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2002484.0','1019183.0','89',    '73','43','156156.0',    '72','39','146120.12',    '44','9','10035.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2090748.0','1044750.0','1',    '1','1','745.0',    '1','1','745.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000241.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088505.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000007.0','1019183.0','2',    '2','1','4287.77',    '2','1','4287.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088271.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000089.0','1019183.0','56',    '52','30','188810.93',    '50','29','167346.59',    '25','13','21464.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088353.0','1044750.0','49',    '46','21','38078.99',    '43','15','31154.86',    '24','8','6924.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014063.0','1019183.0','5',    '5','2','10774.84',    '3','2','10774.84',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102327.0','1044750.0','6',    '4','3','9388.6',    '4','3','8638.22',    '2','1','750.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000364.0','1019183.0','9',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088628.0','1044750.0','4',    '4','2','1782.28',    '4','2','1782.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007259.0','1019183.0','9',    '8','3','6898.5',    '8','3','6898.5',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095523.0','1044750.0','2',    '2','1','786.72',    '2','1','786.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2006647.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2094911.0','1044750.0','1',    '1','1','1302.33',    '1','1','1302.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000184.0','1019183.0','32',    '29','17','46206.35',    '25','11','31405.42',    '18','10','14800.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088448.0','1044750.0','3',    '3','1','5329.2',    '3','1','5329.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007102.0','1019183.0','1',    '1','1','1718.39',    '1','1','1718.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095366.0','1044750.0','63',    '29','8','15556.64',    '28','8','15556.64',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000043.0','1019183.0','21',    '15','7','15395.26',    '15','7','15160.26',    '4','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088307.0','1044750.0','1',    '1','1','2510.8',    '1','1','2510.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014064.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102328.0','1044750.0','19',    '18','4','3989.68',    '17','4','3989.68',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011602.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099866.0','1044750.0','4',    '2','2','23186.9',    '2','2','23186.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014065.0','1019183.0','5',    '5','3','7709.74',    '3','3','7709.74',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102329.0','1044750.0','42',    '41','29','78451.78',    '34','18','59211.28',    '31','16','19240.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014066.0','1019183.0','3',    '3','3','6222.15',    '3','3','6222.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102330.0','1044750.0','72',    '66','36','74490.47',    '66','34','59976.5',    '41','11','14513.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014067.0','1019183.0','1',    '1','1','3112.09',    '1','1','3112.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102331.0','1044750.0','3',    '3','1','28200.0',    '3','1','28200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014068.0','1019183.0','1',    '1','1','119.81',    '1','0','0.0',    '1','1','119.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102332.0','1044750.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000100.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088364.0','1044750.0','5',    '3','1','3151.47',    '1','1','3151.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2007534.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2095798.0','1044750.0','11',    '10','2','11122.29',    '10','2','11122.29',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006110.0','1019183.0','15',    '11','7','8055.71',    '11','7','8055.71',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094374.0','1044750.0','6',    '3','3','2507.0',    '3','3','2507.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011557.0','1019183.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099821.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000301.0','1019183.0','19',    '16','7','33616.86',    '15','5','29624.58',    '10','5','3992.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088565.0','1044750.0','97',    '94','40','55505.38',    '91','35','45493.76',    '43','8','10011.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2011379.0','1019183.0','92',    '84','47','55904.34',    '84','42','48771.22',    '48','10','7133.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2099643.0','1044750.0','24',    '16','9','17035.52',    '15','9','17035.52',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000215.0','1019183.0','5',    '5','5','2775.06',    '5','4','2375.07',    '5','3','399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088479.0','1044750.0','4',    '3','3','5920.29',    '3','3','5720.3',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014069.0','1019183.0','8',    '8','4','4562.44',    '8','3','4422.44',    '5','1','140.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102333.0','1044750.0','4',    '4','3','60319.48',    '4','3','41442.22',    '4','3','18877.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2007097.0','1019183.0','244',    '206','121','432244.75',    '183','86','310709.65',    '156','65','121535.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2095361.0','1044750.0','4',    '4','2','2974.2',    '4','2','2614.09',    '2','1','360.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2011408.0','1019183.0','5',    '5','2','2557.46',    '5','2','2557.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2099672.0','1044750.0','81',    '69','36','141815.26',    '67','34','126973.21',    '38','10','14842.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000049.0','1019183.0','95',    '86','30','94380.32',    '83','28','87087.61',    '37','4','7292.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088313.0','1044750.0','1',    '1','1','2180.09',    '1','1','2180.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014070.0','1019183.0','4',    '4','3','8503.79',    '4','3','7723.64',    '1','1','780.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102334.0','1044750.0','13',    '9','8','31949.97',    '9','8','31949.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014071.0','1019183.0','82',    '72','46','84777.32',    '62','21','51619.08',    '58','29','33158.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102335.0','1044750.0','5',    '4','1','249.15',    '4','1','249.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014072.0','1019183.0','17',    '12','10','102518.01',    '12','8','88651.24',    '10','5','13866.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102336.0','1044750.0','1',    '1','1','1285.2',    '1','1','1285.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014073.0','1019183.0','17',    '15','9','14839.99',    '14','9','14839.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102337.0','1044750.0','1',    '1','1','2521.9',    '1','1','2521.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2014074.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2102338.0','1044750.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007591.0','1019183.0','8',    '7','4','14188.41',    '7','4','14188.41',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095855.0','1044750.0','31',    '24','15','43253.45',    '23','15','41134.59',    '10','3','2118.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000185.0','1019183.0','3',    '3','1','4589.91',    '3','1','745.0',    '1','1','3844.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088449.0','1044750.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007536.0','1019183.0','38',    '35','17','54931.11',    '35','16','54548.61',    '14','1','382.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095800.0','1044750.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014075.0','1019183.0','25',    '25','15','85685.14',    '24','15','84058.91',    '11','3','1626.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102339.0','1044750.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000167.0','1019183.0','1',    '1','1','12317.45',    '1','1','12317.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088431.0','1044750.0','2',    '2','2','5533.99',    '2','2','5533.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006531.0','1019183.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094795.0','1044750.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000296.0','1019183.0','15',    '15','11','34323.75',    '15','9','28099.5',    '11','7','6224.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088560.0','1044750.0','39',    '34','23','172178.71',    '31','22','168902.49',    '21','4','3276.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2006536.0','1019183.0','1',    '1','1','2182.33',    '1','1','2182.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2094800.0','1044750.0','5',    '4','2','2235.58',    '4','2','2235.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2007057.0','1019183.0','16',    '15','5','2180.78',    '15','2','1159.29',    '6','3','1021.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2095321.0','1044750.0','1',    '1','1','3568.77',    '1','1','3568.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001608.0',    '2000054.0','1019183.0','2',    '2','1','129.15',    '2','1','129.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005942.0',    '2088318.0','1044750.0','16',    '12','3','4431.42',    '12','3','4431.42',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014076.0','1019183.0','2',    '2','1','4235.58',    '2','1','3245.6',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102340.0','1044750.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014077.0','1019183.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102341.0','1044750.0','2',    '2','1','1343.24',    '2','1','1343.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2000135.0','1019183.0','6',    '5','1','334.4',    '5','1','334.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2088399.0','1044750.0','38',    '35','17','42598.45',    '33','15','40954.74',    '16','5','1643.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001571.0',    '2014078.0','1019226.0','8',    '7','1','764.8',    '7','1','764.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005946.0',    '2102342.0','1044793.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2000163.0','1019226.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2088427.0','1044793.0','1',    '1','1','2193.07',    '1','1','685.0',    '1','1','1508.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014079.0','1019226.0','21',    '21','15','53085.46',    '21','15','48030.78',    '12','2','5054.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102343.0','1044793.0','3',    '3','1','3660.5',    '3','1','3660.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014080.0','1019226.0','26',    '20','13','56230.5',    '19','13','54830.51',    '9','2','1399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102344.0','1044793.0','5',    '5','3','17327.58',    '5','3','17327.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014081.0','1019233.0','3',    '3','1','4081.57',    '3','1','4081.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102345.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014082.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102346.0','1044800.0','54',    '52','25','36931.6',    '50','22','29350.19',    '22','7','7581.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014083.0','1019233.0','9',    '6','3','17353.5',    '5','3','13539.23',    '3','1','3814.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102347.0','1044800.0','25',    '20','14','20293.08',    '20','13','19493.11',    '9','3','799.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001634.0',    '2014084.0','1019233.0','3',    '3','2','8207.09',    '3','2','8207.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005948.0',    '2102348.0','1044800.0','3',    '2','1','263.47',    '2','1','263.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014085.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102349.0','1044800.0','1',    '1','1','6952.77',    '1','1','6952.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014086.0','1019233.0','53',    '50','33','84004.08',    '50','33','78278.66',    '14','4','5725.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102350.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014087.0','1019233.0','7',    '6','3','3252.65',    '6','3','3252.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102351.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014088.0','1019233.0','3',    '3','1','4999.54',    '3','1','4999.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102352.0','1044800.0','16',    '15','7','35327.8',    '15','7','35327.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014089.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102353.0','1044800.0','28',    '27','17','55135.44',    '26','16','48471.71',    '14','2','6663.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014090.0','1019233.0','2',    '2','1','194.5',    '2','1','194.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102354.0','1044800.0','12',    '11','3','3097.94',    '11','3','3097.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014091.0','1019233.0','78',    '72','43','92747.54',    '65','31','72186.36',    '54','18','20561.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102355.0','1044800.0','26',    '22','7','13721.69',    '18','5','8572.99',    '19','4','5148.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014092.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102356.0','1044800.0','1',    '1','1','1110.0',    '1','1','1110.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014093.0','1019233.0','30',    '26','12','34025.52',    '25','11','32148.73',    '14','3','1876.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102357.0','1044800.0','7',    '7','3','7864.36',    '7','3','7864.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014094.0','1019233.0','1',    '1','1','3129.6',    '1','1','3129.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102358.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014095.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102359.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014096.0','1019233.0','1',    '1','1','1632.15',    '1','1','1632.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102360.0','1044800.0','8',    '6','1','12958.23',    '5','1','12361.25',    '5','1','596.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014097.0','1019233.0','42',    '40','21','78020.01',    '39','19','74551.0',    '25','9','3469.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102361.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014098.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102362.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014099.0','1019233.0','1',    '1','1','1979.63',    '1','1','1979.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102363.0','1044800.0','8',    '8','3','14182.69',    '8','3','14182.69',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014100.0','1019233.0','6',    '5','2','4367.84',    '5','2','4367.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102364.0','1044800.0','2',    '2','1','2297.21',    '2','0','0.0',    '2','1','2297.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014101.0','1019233.0','174',    '162','76','310598.32',    '160','61','219201.0',    '103','40','91397.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102365.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014102.0','1019233.0','3',    '3','3','31950.2',    '3','3','31750.21',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102366.0','1044800.0','20',    '16','3','4173.73',    '16','3','4173.73',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014103.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102367.0','1044800.0','1',    '1','1','1161.42',    '1','1','1161.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014104.0','1019233.0','5',    '4','2','9196.16',    '4','2','9196.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102368.0','1044800.0','4',    '3','2','6846.36',    '3','2','6846.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014105.0','1019233.0','2',    '2','2','10086.47',    '2','2','10086.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102369.0','1044800.0','5',    '3','3','12002.4',    '3','3','10152.53',    '3','2','1849.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014106.0','1019233.0','10',    '7','3','6674.37',    '7','3','6674.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102370.0','1044800.0','5',    '4','4','7938.83',    '4','4','7565.92',    '3','1','372.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014107.0','1019233.0','5',    '4','1','515.91',    '4','1','515.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102371.0','1044800.0','4',    '3','1','3409.36',    '3','1','3409.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014108.0','1019233.0','7',    '6','3','1179.12',    '6','3','1179.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102372.0','1044800.0','11',    '11','7','8743.39',    '9','3','3870.22',    '8','5','4873.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014109.0','1019233.0','1',    '1','1','5030.34',    '1','1','5030.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102373.0','1044800.0','16',    '16','8','12032.93',    '13','3','7605.71',    '13','5','4427.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014110.0','1019233.0','85',    '71','50','444151.33',    '68','47','397360.48',    '51','16','46790.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102374.0','1044800.0','29',    '22','17','90301.67',    '20','17','87883.62',    '13','4','2418.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014111.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102375.0','1044800.0','722',    '689','354','1313079.94',    '680','298','986948.51',    '448','158','326131.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014112.0','1019233.0','3',    '2','2','5364.84',    '2','2','5364.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102376.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014113.0','1019233.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102377.0','1044800.0','15',    '9','5','12664.0',    '9','5','12238.91',    '3','1','425.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014114.0','1019233.0','3',    '3','1','7154.45',    '2','1','7154.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102378.0','1044800.0','11',    '9','5','13599.18',    '9','5','13394.02',    '4','1','205.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014115.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102379.0','1044800.0','2',    '2','1','4397.36',    '2','1','4397.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014116.0','1019233.0','6',    '6','4','14170.53',    '6','4','12324.46',    '5','1','1846.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102380.0','1044800.0','101',    '99','48','76446.3',    '96','43','66064.1',    '65','14','10382.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014117.0','1019233.0','5',    '4','2','7666.58',    '4','2','3796.92',    '3','1','3869.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102381.0','1044800.0','15',    '11','8','10618.27',    '11','8','10618.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014118.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102382.0','1044800.0','3',    '3','1','2103.49',    '3','1','261.4',    '2','1','1842.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014119.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102383.0','1044800.0','58',    '56','30','60673.97',    '55','26','55145.93',    '24','5','5528.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014120.0','1019233.0','641',    '607','277','453740.53',    '597','227','369770.67',    '367','101','83969.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102384.0','1044800.0','19',    '17','2','2282.52',    '17','2','2282.52',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014121.0','1019233.0','5',    '5','4','28830.72',    '5','4','28830.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102385.0','1044800.0','1',    '1','1','1040.32',    '1','1','740.33',    '1','1','299.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014122.0','1019233.0','93',    '87','21','47170.3',    '86','20','45286.4',    '41','4','1883.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102386.0','1044800.0','4',    '4','2','4913.89',    '4','2','4913.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014123.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102387.0','1044800.0','3',    '3','3','8678.17',    '3','3','6368.77',    '3','1','2309.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014124.0','1019233.0','14',    '12','11','107902.58',    '12','11','97655.71',    '7','3','10246.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102388.0','1044800.0','7',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014125.0','1019233.0','20',    '20','14','23122.55',    '20','14','20273.68',    '9','3','2848.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102389.0','1044800.0','70',    '55','30','118535.93',    '51','28','97342.83',    '31','7','21193.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014126.0','1019233.0','3',    '3','1','3392.2',    '2','1','3392.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102390.0','1044800.0','11',    '9','4','8020.1',    '8','4','8020.1',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014127.0','1019233.0','3',    '3','3','9600.9',    '2','2','6151.04',    '1','1','3449.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102391.0','1044800.0','1',    '1','1','6350.61',    '1','1','6350.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014128.0','1019233.0','11',    '10','5','15519.7',    '10','5','15519.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102392.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014129.0','1019233.0','1',    '1','1','817.8',    '1','1','817.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102393.0','1044800.0','4',    '4','4','11199.71',    '4','4','11199.71',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014130.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102394.0','1044800.0','74',    '69','29','196872.5',    '62','25','166326.46',    '45','12','30546.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014131.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102395.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014132.0','1019233.0','1',    '1','1','4956.68',    '1','1','4956.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102396.0','1044800.0','4',    '4','1','930.34',    '4','1','507.36',    '1','1','422.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014133.0','1019233.0','5',    '5','2','11618.85',    '5','2','11098.86',    '3','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102397.0','1044800.0','42',    '35','22','43920.61',    '35','21','43720.62',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014134.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102398.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014135.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102399.0','1044800.0','2',    '2','1','1244.47',    '2','1','1244.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014136.0','1019233.0','1',    '1','1','1690.23',    '1','1','1690.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102400.0','1044800.0','129',    '116','79','464201.8',    '114','71','443664.39',    '82','27','20537.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014137.0','1019233.0','2',    '2','1','1782.4',    '2','1','1782.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102401.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014138.0','1019233.0','2',    '2','1','198.0',    '2','1','198.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102402.0','1044800.0','7',    '6','2','6509.81',    '6','2','6509.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014139.0','1019233.0','4',    '4','2','10164.51',    '4','2','10044.7',    '2','1','119.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102403.0','1044800.0','1',    '1','1','7787.29',    '1','1','7787.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014140.0','1019233.0','1',    '1','1','567.8',    '1','1','567.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102404.0','1044800.0','3',    '3','1','284.96',    '3','1','284.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014141.0','1019233.0','1',    '1','1','141.64',    '1','1','141.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102405.0','1044800.0','3',    '3','2','16720.83',    '3','2','16720.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014142.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102406.0','1044800.0','6',    '4','2','2380.12',    '4','2','2380.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014143.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102407.0','1044800.0','2',    '2','1','5849.56',    '2','1','5849.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014144.0','1019233.0','8',    '8','4','10115.67',    '7','4','10115.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102408.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014145.0','1019233.0','4',    '3','3','5408.32',    '3','3','5408.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102409.0','1044800.0','224',    '213','155','233538.81',    '208','140','222013.35',    '127','45','11525.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014146.0','1019233.0','2',    '2','1','659.0',    '1','1','659.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102410.0','1044800.0','2',    '2','2','1447.51',    '2','1','763.2',    '1','1','684.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014147.0','1019233.0','974',    '630','433','5218752.94',    '588','416','3834207.89',    '487','246','1384545.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102411.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014148.0','1019233.0','5',    '5','4','12670.5',    '5','4','12670.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102412.0','1044800.0','105',    '73','44','276803.32',    '71','39','218257.04',    '50','21','58546.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014149.0','1019233.0','1',    '1','1','16757.83',    '1','1','16757.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102413.0','1044800.0','15',    '13','6','16025.01',    '13','6','15835.02',    '6','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014150.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102414.0','1044800.0','47',    '43','21','132931.63',    '42','20','126971.67',    '20','2','5959.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014151.0','1019233.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102415.0','1044800.0','1',    '1','1','486.42',    '1','1','486.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014152.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102416.0','1044800.0','2',    '2','1','6242.03',    '2','1','5972.5',    '1','1','269.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014153.0','1019233.0','41',    '35','13','29811.98',    '34','13','28724.37',    '16','2','1087.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102417.0','1044800.0','9',    '9','8','106457.98',    '9','8','89442.51',    '4','3','17015.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014154.0','1019233.0','4',    '4','2','1024.2',    '4','1','824.21',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102418.0','1044800.0','42',    '34','30','205062.33',    '34','29','158939.67',    '20','12','46122.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014155.0','1019233.0','1',    '1','1','1595.9',    '1','1','1595.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102419.0','1044800.0','19',    '14','11','145921.57',    '14','11','123846.71',    '10','5','22074.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014156.0','1019233.0','7',    '6','5','22769.33',    '6','5','22769.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102420.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014157.0','1019233.0','40',    '35','8','16891.33',    '33','8','16891.33',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102421.0','1044800.0','22',    '17','16','176619.44',    '17','16','137190.7',    '7','5','39428.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014158.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102422.0','1044800.0','1',    '1','1','302.3',    '1','1','302.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014159.0','1019233.0','2',    '2','1','2687.78',    '2','1','2687.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102423.0','1044800.0','17',    '8','4','2064.0',    '6','3','1514.0',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014160.0','1019233.0','11',    '9','6','43466.91',    '8','5','31833.37',    '8','3','11633.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102424.0','1044800.0','29',    '18','10','61405.85',    '16','10','61175.87',    '10','1','229.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014161.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102425.0','1044800.0','2',    '2','1','2667.99',    '2','1','2667.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014162.0','1019233.0','16',    '11','7','40428.35',    '11','7','38262.24',    '3','1','2166.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102426.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014163.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102427.0','1044800.0','5',    '5','4','8007.8',    '5','4','8007.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014164.0','1019233.0','9',    '5','1','763.41',    '5','1','763.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102428.0','1044800.0','2',    '2','1','2699.79',    '2','1','2649.79',    '2','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014165.0','1019233.0','1',    '1','1','796.41',    '1','1','796.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102429.0','1044800.0','15',    '12','8','11465.33',    '12','7','9999.76',    '6','2','1465.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014166.0','1019233.0','4',    '4','4','5234.1',    '4','3','5049.1',    '4','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102430.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014167.0','1019233.0','1',    '1','1','3856.49',    '1','1','3856.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102431.0','1044800.0','12',    '12','10','38024.16',    '11','10','36130.31',    '7','3','1893.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014168.0','1019233.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102432.0','1044800.0','2',    '1','1','895.07',    '1','1','895.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014169.0','1019233.0','3',    '3','2','10629.9',    '3','2','10629.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102433.0','1044800.0','4',    '4','1','4189.06',    '3','1','4189.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014170.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102434.0','1044800.0','39',    '37','27','41817.08',    '35','26','39475.91',    '25','5','2341.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014171.0','1019233.0','1',    '1','1','14955.84',    '1','1','14955.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102435.0','1044800.0','3',    '2','2','2314.24',    '2','2','2314.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014172.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102436.0','1044800.0','2',    '2','1','6791.09',    '2','1','6791.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014173.0','1019233.0','5',    '5','2','1995.26',    '4','2','1995.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102437.0','1044800.0','4',    '3','3','10042.93',    '3','3','10042.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014174.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102438.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014175.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102439.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014176.0','1019233.0','21',    '21','18','17838.29',    '21','17','16448.33',    '13','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102440.0','1044800.0','7',    '6','1','1030.51',    '6','1','1030.51',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014177.0','1019233.0','2',    '2','1','3258.4',    '2','1','3258.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102441.0','1044800.0','44',    '41','17','41162.26',    '38','16','40932.26',    '16','2','230.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014178.0','1019233.0','12',    '9','5','25106.3',    '9','5','22804.91',    '4','1','2301.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102442.0','1044800.0','13',    '10','7','62597.22',    '10','7','60709.32',    '7','2','1887.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014179.0','1019233.0','14',    '11','11','172556.55',    '11','11','153510.04',    '7','4','19046.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102443.0','1044800.0','3',    '2','2','1037.88',    '2','1','837.89',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014180.0','1019233.0','3',    '3','2','587.69',    '3','1','217.7',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102444.0','1044800.0','20',    '14','9','48993.43',    '14','9','44267.73',    '7','2','4725.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014181.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102445.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014182.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102446.0','1044800.0','1',    '1','1','3962.32',    '1','1','3962.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014183.0','1019233.0','7',    '6','2','1303.64',    '6','2','1303.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102447.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014184.0','1019233.0','5',    '5','4','22228.62',    '5','4','22128.62',    '3','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102448.0','1044800.0','2',    '2','2','2094.14',    '2','2','2094.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014185.0','1019233.0','6',    '6','4','3639.33',    '6','4','3639.33',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102449.0','1044800.0','444',    '321','247','2504713.77',    '306','235','1918712.85',    '232','134','586000.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014186.0','1019233.0','4',    '3','1','5625.05',    '2','1','469.0',    '3','1','5156.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102450.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014187.0','1019233.0','36',    '33','20','46478.02',    '30','19','45230.93',    '15','2','1247.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102451.0','1044800.0','43',    '40','15','26924.03',    '38','15','26239.03',    '23','2','685.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014188.0','1019233.0','1',    '1','1','6913.89',    '1','1','6913.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102452.0','1044800.0','1',    '1','1','10011.06',    '1','1','7832.61',    '1','1','2178.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014189.0','1019233.0','105',    '77','50','479051.24',    '70','48','434967.97',    '48','21','44083.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102453.0','1044800.0','10',    '7','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014190.0','1019233.0','3',    '3','3','3728.77',    '3','3','3728.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102454.0','1044800.0','394',    '337','284','2536445.32',    '326','271','1691994.77',    '278','188','844450.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014191.0','1019233.0','2',    '2','1','1240.86',    '2','1','1240.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102455.0','1044800.0','3',    '3','3','5225.29',    '3','3','5225.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014192.0','1019233.0','1',    '1','1','626.6',    '1','1','626.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102456.0','1044800.0','4',    '4','2','965.88',    '4','2','865.88',    '3','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014193.0','1019233.0','14',    '6','3','8437.57',    '6','3','5256.66',    '3','1','3180.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102457.0','1044800.0','2',    '2','1','2682.46',    '2','1','2682.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014194.0','1019233.0','23',    '19','15','63583.05',    '19','14','54402.73',    '11','6','9180.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102458.0','1044800.0','1',    '1','1','2737.19',    '1','1','2737.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014195.0','1019233.0','2',    '2','2','4584.98',    '2','2','4584.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102459.0','1044800.0','2',    '2','1','43.88',    '1','1','43.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014196.0','1019233.0','99',    '76','42','51907.73',    '75','41','51407.73',    '18','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102460.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014197.0','1019233.0','2',    '2','2','31852.82',    '2','2','31852.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102461.0','1044800.0','8',    '4','4','69463.96',    '4','4','69463.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014198.0','1019233.0','17',    '14','13','83145.87',    '14','12','73736.97',    '8','4','9408.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102462.0','1044800.0','2',    '2','1','147.1',    '2','1','147.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014199.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102463.0','1044800.0','1',    '1','1','3698.93',    '1','1','3698.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014200.0','1019233.0','4',    '3','3','26721.24',    '3','2','13671.39',    '3','1','13049.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102464.0','1044800.0','23',    '15','9','36741.23',    '15','9','36015.91',    '10','1','725.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014201.0','1019233.0','5',    '5','1','308.92',    '5','1','308.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102465.0','1044800.0','16',    '15','12','49945.93',    '15','12','48055.68',    '9','3','1890.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014202.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102466.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014203.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102467.0','1044800.0','17',    '14','9','14452.41',    '13','8','13887.12',    '3','2','565.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014204.0','1019233.0','6',    '5','2','1722.04',    '5','2','1590.34',    '3','1','131.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102468.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014205.0','1019233.0','6',    '4','4','35865.09',    '4','4','33022.19',    '1','1','2842.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102469.0','1044800.0','2',    '2','2','25113.23',    '2','2','25113.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014206.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102470.0','1044800.0','1',    '1','1','11723.29',    '1','1','10500.99',    '1','1','1222.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014207.0','1019233.0','16',    '13','5','7512.29',    '13','4','6853.3',    '4','2','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102471.0','1044800.0','7',    '5','4','7843.74',    '5','3','7408.1',    '3','1','435.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014208.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102472.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014209.0','1019233.0','3',    '3','2','2692.9',    '3','2','2692.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102473.0','1044800.0','2',    '2','2','2445.82',    '2','2','2445.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014210.0','1019233.0','1',    '1','1','329.2',    '1','1','329.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102474.0','1044800.0','8',    '5','2','47275.57',    '3','2','44973.09',    '3','1','2302.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014211.0','1019233.0','48',    '40','18','68387.39',    '36','18','68187.4',    '20','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102475.0','1044800.0','4',    '3','1','483.0',    '3','1','483.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014212.0','1019233.0','3',    '3','1','693.92',    '2','1','693.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102476.0','1044800.0','3',    '3','1','1152.45',    '3','1','1152.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014213.0','1019233.0','10',    '6','3','27971.87',    '6','3','27748.25',    '4','1','223.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102477.0','1044800.0','1',    '1','1','1790.38',    '1','1','1404.68',    '1','1','385.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014214.0','1019233.0','41',    '38','20','47396.08',    '38','20','41158.55',    '15','2','6237.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102478.0','1044800.0','4',    '3','3','8261.97',    '3','3','8261.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014215.0','1019233.0','16',    '15','7','50144.67',    '14','7','50144.67',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102479.0','1044800.0','10',    '7','4','11548.46',    '5','4','10579.35',    '4','1','969.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014216.0','1019233.0','2',    '2','1','423.0',    '2','1','423.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102480.0','1044800.0','38',    '30','12','36866.26',    '28','12','36480.56',    '12','1','385.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014217.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102481.0','1044800.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014218.0','1019233.0','6',    '6','2','4328.16',    '6','2','4328.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102482.0','1044800.0','8',    '7','2','4854.8',    '7','2','4854.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014219.0','1019233.0','10',    '9','5','16522.97',    '9','5','16522.97',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102483.0','1044800.0','7',    '7','2','4512.7',    '7','2','4512.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014220.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102484.0','1044800.0','2',    '2','1','6333.77',    '2','1','5899.72',    '1','1','434.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014221.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102485.0','1044800.0','3',    '2','2','3380.92',    '2','2','3380.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014222.0','1019233.0','47',    '41','18','95533.01',    '40','17','89773.57',    '14','4','5759.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102486.0','1044800.0','142',    '126','55','188100.51',    '124','53','177882.69',    '68','9','10217.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014223.0','1019233.0','28',    '21','15','32787.63',    '20','13','20575.65',    '13','5','12211.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102487.0','1044800.0','1',    '1','1','591.67',    '1','1','591.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014224.0','1019233.0','1',    '1','1','1422.25',    '1','1','1422.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102488.0','1044800.0','6',    '5','2','5239.15',    '5','2','5239.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014225.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102489.0','1044800.0','3',    '2','2','7369.05',    '2','2','7369.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014226.0','1019233.0','1',    '1','1','6126.14',    '1','1','5926.14',    '1','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102490.0','1044800.0','4',    '4','4','31180.37',    '4','4','30522.84',    '4','1','657.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014227.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102491.0','1044800.0','4',    '2','2','26233.32',    '2','2','25397.86',    '1','1','835.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014228.0','1019233.0','5',    '4','3','4379.04',    '4','3','4379.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102492.0','1044800.0','24',    '21','11','23962.66',    '20','11','23097.67',    '9','1','864.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014229.0','1019233.0','1',    '1','1','2169.97',    '1','1','792.0',    '1','1','1377.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102493.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014230.0','1019233.0','31',    '29','18','58516.04',    '29','18','53882.52',    '18','4','4633.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102494.0','1044800.0','16',    '16','12','29713.43',    '16','12','29513.44',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014231.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102495.0','1044800.0','135',    '114','79','304176.8',    '110','79','292742.42',    '64','10','11434.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014232.0','1019233.0','3',    '1','1','28200.0',    '1','1','28200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102496.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014233.0','1019233.0','1',    '1','1','641.0',    '1','1','641.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102497.0','1044800.0','37',    '28','15','34748.54',    '27','15','34748.54',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014234.0','1019233.0','2',    '2','1','7985.96',    '2','1','7985.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102498.0','1044800.0','4',    '4','2','640.49',    '4','2','640.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014235.0','1019233.0','2',    '1','1','2110.2',    '1','1','2110.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102499.0','1044800.0','70',    '54','21','91847.66',    '53','19','79871.64',    '30','3','11976.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014236.0','1019233.0','16',    '14','10','23101.37',    '13','9','19954.87',    '7','1','3146.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102500.0','1044800.0','2',    '2','1','5592.09',    '2','1','5592.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014237.0','1019233.0','64',    '56','44','168195.15',    '53','43','161738.01',    '34','12','6457.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102501.0','1044800.0','12',    '11','3','13712.78',    '11','3','13712.78',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014238.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102502.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014239.0','1019233.0','29',    '25','16','20891.71',    '25','15','19873.0',    '10','2','1018.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102503.0','1044800.0','1',    '1','1','610.2',    '1','1','610.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014240.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102504.0','1044800.0','11',    '11','4','6674.27',    '11','4','6674.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014241.0','1019233.0','3',    '3','2','7485.58',    '3','2','7485.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102505.0','1044800.0','2',    '2','1','788.3',    '2','1','393.0',    '2','1','395.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014242.0','1019233.0','4',    '4','3','20417.91',    '3','3','20417.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102506.0','1044800.0','8',    '6','1','584.52',    '6','1','584.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014243.0','1019233.0','1',    '1','1','16528.91',    '1','1','12576.62',    '1','1','3952.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102507.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014244.0','1019233.0','13',    '12','1','187.5',    '12','1','187.5',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102508.0','1044800.0','1',    '1','1','993.05',    '1','1','993.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014245.0','1019233.0','12',    '9','8','12393.85',    '9','8','12393.85',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102509.0','1044800.0','1',    '1','1','1345.09',    '1','1','1345.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014246.0','1019233.0','142',    '133','109','138674.67',    '131','109','134475.22',    '77','18','4199.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102510.0','1044800.0','2',    '2','1','5801.98',    '2','1','5801.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014247.0','1019233.0','221',    '157','122','1218021.53',    '155','116','1041364.4',    '104','51','176657.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102511.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014248.0','1019233.0','14',    '13','4','17382.59',    '12','2','11415.31',    '7','3','5967.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102512.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014249.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102513.0','1044800.0','3',    '3','2','5913.22',    '3','2','4561.15',    '1','1','1352.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014250.0','1019233.0','18',    '16','7','26816.08',    '16','7','25337.82',    '7','1','1478.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102514.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014251.0','1019233.0','9',    '8','3','3099.68',    '8','3','3099.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102515.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014252.0','1019233.0','9',    '9','4','3609.85',    '9','4','3609.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102516.0','1044800.0','1',    '1','1','1608.62',    '1','1','1608.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014253.0','1019233.0','1',    '1','1','1442.18',    '1','1','1442.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102517.0','1044800.0','7',    '5','3','5529.44',    '5','3','5529.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014254.0','1019233.0','2',    '2','1','5074.59',    '2','1','74.59',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102518.0','1044800.0','9',    '8','5','26196.01',    '8','5','25306.81',    '3','1','889.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014255.0','1019233.0','17',    '13','10','46231.4',    '12','10','45971.4',    '7','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102519.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014256.0','1019233.0','67',    '65','55','175028.51',    '64','54','163055.03',    '39','23','11973.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102520.0','1044800.0','19',    '17','7','11720.36',    '17','7','9776.72',    '7','2','1943.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014257.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102521.0','1044800.0','6',    '5','2','908.61',    '4','1','759.11',    '3','1','149.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014258.0','1019233.0','74',    '69','28','69405.2',    '63','26','65917.71',    '45','4','3487.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102522.0','1044800.0','2',    '2','2','4876.48',    '2','2','4376.48',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014259.0','1019233.0','7',    '5','3','24763.84',    '5','3','24763.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102523.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014260.0','1019233.0','1',    '1','1','13889.56',    '1','1','10315.17',    '1','1','3574.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102524.0','1044800.0','1',    '1','1','6014.29',    '1','1','6014.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014261.0','1019233.0','13',    '12','5','13119.58',    '11','5','13119.58',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102525.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014262.0','1019233.0','12',    '10','5','13340.93',    '10','5','13340.93',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102526.0','1044800.0','43',    '33','24','52213.74',    '33','22','48086.63',    '16','6','4127.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014263.0','1019233.0','1',    '1','1','1836.4',    '1','1','1836.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102527.0','1044800.0','19',    '17','8','26237.56',    '15','7','21237.56',    '5','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014264.0','1019233.0','25',    '16','11','209987.89',    '15','10','174737.39',    '13','8','35250.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102528.0','1044800.0','2',    '2','1','567.64',    '2','1','567.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014265.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102529.0','1044800.0','1',    '1','1','10706.13',    '1','1','10706.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014266.0','1019233.0','4',    '3','2','4699.48',    '3','2','4699.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102530.0','1044800.0','1',    '1','1','1672.0',    '1','1','1672.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014267.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102531.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014268.0','1019233.0','17',    '12','8','28687.53',    '12','8','27907.54',    '7','2','779.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102532.0','1044800.0','3',    '3','3','6428.27',    '3','3','2203.06',    '2','1','4225.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014269.0','1019233.0','7',    '6','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102533.0','1044800.0','5',    '3','1','3531.72',    '3','1','3531.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014270.0','1019233.0','8',    '8','5','14303.62',    '8','5','13858.49',    '5','1','445.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102534.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014271.0','1019233.0','4',    '3','2','10401.87',    '3','2','9956.74',    '2','1','445.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102535.0','1044800.0','1',    '1','1','947.67',    '1','1','947.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014272.0','1019233.0','2',    '2','1','241.98',    '2','1','241.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102536.0','1044800.0','32',    '27','10','17556.32',    '26','10','15550.32',    '16','1','2006.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014273.0','1019233.0','7',    '6','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102537.0','1044800.0','10',    '7','4','10868.74',    '7','4','10868.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014274.0','1019233.0','49',    '47','41','72959.19',    '47','40','70539.55',    '29','6','2419.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102538.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014275.0','1019233.0','5',    '4','2','4931.18',    '4','1','4486.05',    '2','1','445.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102539.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014276.0','1019233.0','13',    '11','8','23746.2',    '11','8','22646.2',    '8','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102540.0','1044800.0','26',    '25','14','47723.77',    '25','14','46382.06',    '11','1','1341.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014277.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102541.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014278.0','1019233.0','5',    '3','1','404.62',    '3','1','404.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102542.0','1044800.0','6',    '5','2','2268.82',    '5','2','2268.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014279.0','1019233.0','2',    '2','1','1773.62',    '2','1','1773.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102543.0','1044800.0','5',    '5','3','9498.99',    '5','3','9498.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014280.0','1019233.0','8',    '8','6','13950.78',    '8','6','13728.22',    '6','1','222.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102544.0','1044800.0','50',    '33','12','24198.58',    '32','12','24198.58',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014281.0','1019233.0','2',    '1','1','356.0',    '1','1','356.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102545.0','1044800.0','1',    '1','1','667.45',    '1','1','667.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014282.0','1019233.0','2',    '2','1','170.34',    '2','1','170.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102546.0','1044800.0','1',    '1','1','913.6',    '1','1','469.0',    '1','1','444.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014283.0','1019233.0','1',    '1','1','803.26',    '1','1','803.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102547.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014284.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102548.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014285.0','1019233.0','1',    '1','1','8676.74',    '1','1','6466.73',    '1','1','2210.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102549.0','1044800.0','1',    '1','1','832.19',    '1','1','832.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014286.0','1019233.0','6',    '3','2','2301.8',    '3','2','2116.8',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102550.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014287.0','1019233.0','6',    '4','2','3416.41',    '4','2','3416.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102551.0','1044800.0','3',    '3','1','3265.5',    '3','1','3265.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014288.0','1019233.0','9',    '9','4','10398.41',    '9','4','6684.3',    '5','1','3714.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102552.0','1044800.0','25',    '12','10','156822.6',    '11','10','145448.13',    '4','2','11374.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014289.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102553.0','1044800.0','2',    '2','1','418.68',    '2','1','418.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014290.0','1019233.0','134',    '112','55','297284.67',    '111','53','287746.21',    '56','11','9538.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102554.0','1044800.0','7',    '6','2','1849.82',    '5','2','1849.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014291.0','1019233.0','1',    '1','1','6133.64',    '1','1','6133.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102555.0','1044800.0','88',    '76','43','245175.31',    '74','41','220570.6',    '56','11','24604.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014292.0','1019233.0','34',    '30','16','34858.31',    '30','15','32748.81',    '17','4','2109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102556.0','1044800.0','2',    '2','2','5847.94',    '2','2','1088.0',    '2','1','4759.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014293.0','1019233.0','2',    '2','1','1346.34',    '2','1','1346.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102557.0','1044800.0','1',    '1','1','345.6',    '1','1','345.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014294.0','1019233.0','6',    '4','2','2520.68',    '4','2','2520.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102558.0','1044800.0','267',    '212','136','1002264.33',    '188','125','886382.35',    '144','45','115881.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014295.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102559.0','1044800.0','11',    '6','3','5360.11',    '6','3','4981.26',    '1','1','378.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014296.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102560.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014297.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102561.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014298.0','1019233.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102562.0','1044800.0','5',    '5','2','9978.42',    '5','2','9978.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014299.0','1019233.0','14',    '12','5','3502.84',    '12','5','3502.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102563.0','1044800.0','2',    '1','1','3378.18',    '1','1','3378.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014300.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102564.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014301.0','1019233.0','2',    '2','1','2046.93',    '2','1','2046.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102565.0','1044800.0','4',    '3','1','6079.4',    '2','1','6079.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014302.0','1019233.0','16',    '12','7','75659.84',    '12','7','51257.33',    '9','3','24402.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102566.0','1044800.0','44',    '22','20','299970.22',    '22','19','277239.55',    '11','7','22730.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014303.0','1019233.0','1',    '1','1','169.99',    '1','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102567.0','1044800.0','3',    '3','2','3234.27',    '3','2','3234.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014304.0','1019233.0','3',    '3','3','53728.47',    '3','3','46238.86',    '2','2','7489.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102568.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014305.0','1019233.0','1',    '1','1','3800.28',    '1','1','3800.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102569.0','1044800.0','4',    '3','1','549.28',    '3','1','549.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014306.0','1019233.0','9',    '6','3','41070.53',    '5','3','40171.98',    '4','2','898.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102570.0','1044800.0','5',    '5','4','9380.59',    '5','4','9380.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014307.0','1019233.0','1',    '1','1','614.16',    '1','1','614.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102571.0','1044800.0','1',    '1','1','469.58',    '1','1','469.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014308.0','1019233.0','6',    '4','1','5466.12',    '4','1','5466.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102572.0','1044800.0','1',    '1','1','2540.18',    '1','1','2540.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014309.0','1019233.0','5',    '3','2','3042.8',    '3','2','3042.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102573.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014310.0','1019233.0','2',    '2','1','454.74',    '2','1','454.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102574.0','1044800.0','22',    '20','10','36172.4',    '20','10','36172.4',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014311.0','1019233.0','2',    '2','2','817.73',    '2','2','817.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102575.0','1044800.0','11',    '8','5','9331.98',    '8','5','7182.17',    '6','3','2149.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014312.0','1019233.0','4',    '4','2','10783.2',    '4','2','10783.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102576.0','1044800.0','3',    '2','1','910.0',    '2','1','910.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014313.0','1019233.0','124',    '102','52','133802.09',    '97','47','122588.82',    '53','12','11213.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102577.0','1044800.0','11',    '7','3','10279.64',    '7','3','9857.09',    '4','1','422.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014314.0','1019233.0','20',    '19','9','27398.16',    '19','8','27198.17',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102578.0','1044800.0','31',    '26','21','64252.58',    '26','21','63452.62',    '11','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014315.0','1019233.0','5',    '5','1','394.6',    '5','1','394.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102579.0','1044800.0','1',    '1','1','8815.67',    '1','1','6459.21',    '1','1','2356.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014316.0','1019233.0','14',    '10','6','22616.03',    '10','6','22616.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102580.0','1044800.0','1',    '1','1','974.99',    '1','1','974.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014317.0','1019233.0','2',    '1','1','1048.31',    '1','1','1048.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102581.0','1044800.0','7',    '7','3','2592.26',    '7','3','2092.26',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014318.0','1019233.0','9',    '6','5','37307.8',    '6','5','35333.56',    '4','4','1974.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102582.0','1044800.0','16',    '14','8','33250.47',    '12','8','32360.22',    '8','1','890.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014319.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102583.0','1044800.0','1',    '1','1','18272.08',    '1','1','16392.12',    '1','1','1879.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014320.0','1019233.0','13',    '9','4','14467.67',    '9','4','14467.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102584.0','1044800.0','3',    '3','2','7715.61',    '2','2','7715.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014321.0','1019233.0','2',    '2','2','6166.26',    '2','2','6166.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102585.0','1044800.0','1',    '1','1','315.07',    '1','1','315.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014322.0','1019233.0','16',    '15','8','26703.2',    '15','8','26703.2',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102586.0','1044800.0','3',    '3','2','1908.7',    '3','2','1908.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014323.0','1019233.0','2',    '2','1','722.68',    '2','1','722.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102587.0','1044800.0','814',    '677','565','4631677.29',    '662','555','3448621.36',    '528','328','1183055.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014324.0','1019233.0','93',    '83','23','69760.3',    '78','21','55475.14',    '36','4','14285.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102588.0','1044800.0','35',    '28','19','128854.38',    '27','17','112291.5',    '20','9','16562.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014325.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102589.0','1044800.0','1',    '1','1','5777.2',    '1','1','5577.21',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014326.0','1019233.0','13',    '10','6','16264.26',    '10','6','15374.56',    '5','2','889.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102590.0','1044800.0','7',    '6','2','1226.95',    '6','2','1116.96',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014327.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102591.0','1044800.0','3',    '3','2','3172.88',    '3','2','3172.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014328.0','1019233.0','6',    '5','3','9171.03',    '5','3','9171.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102592.0','1044800.0','2',    '2','1','965.21',    '2','1','765.22',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014329.0','1019233.0','3',    '2','1','3578.36',    '2','1','3578.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102593.0','1044800.0','5',    '5','3','2399.04',    '5','3','2399.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014330.0','1019233.0','11',    '6','4','17770.58',    '6','3','16474.06',    '3','1','1296.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102594.0','1044800.0','5',    '4','2','4125.78',    '4','2','3749.68',    '4','1','376.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014331.0','1019233.0','3',    '2','1','3813.64',    '2','1','3813.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102595.0','1044800.0','5',    '3','2','2759.22',    '3','1','496.0',    '3','2','2263.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014332.0','1019233.0','12',    '12','10','82746.9',    '12','9','80176.84',    '7','4','2570.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102596.0','1044800.0','10',    '7','5','13851.83',    '6','5','13551.83',    '3','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014333.0','1019233.0','3',    '2','1','708.96',    '2','1','708.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102597.0','1044800.0','5',    '4','2','4528.21',    '4','2','4528.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014334.0','1019233.0','1',    '1','1','637.78',    '1','1','637.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102598.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014335.0','1019233.0','5',    '5','2','4340.93',    '5','2','4340.93',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102599.0','1044800.0','14',    '11','5','16726.67',    '11','5','15895.84',    '7','2','830.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014336.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102600.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014337.0','1019233.0','18',    '17','11','41589.02',    '17','11','41589.02',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102601.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014338.0','1019233.0','170',    '150','61','208176.21',    '144','56','197287.16',    '78','9','10889.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102602.0','1044800.0','2',    '2','1','14463.2',    '2','1','14463.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014339.0','1019233.0','2',    '2','2','5478.68',    '2','2','5478.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102603.0','1044800.0','18',    '16','14','188536.98',    '16','14','174362.08',    '12','5','14174.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014340.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102604.0','1044800.0','2',    '2','1','144.92',    '1','1','144.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014341.0','1019233.0','41',    '34','16','75742.18',    '33','16','74275.78',    '19','1','1466.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102605.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014342.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102606.0','1044800.0','31',    '29','13','39853.06',    '27','11','36578.6',    '19','3','3274.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014343.0','1019233.0','6',    '6','4','10975.6',    '6','4','10975.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102607.0','1044800.0','1',    '1','1','5803.35',    '1','1','5803.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014344.0','1019233.0','8',    '8','4','7764.34',    '8','4','7764.34',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102608.0','1044800.0','2',    '2','2','3167.36',    '2','2','3167.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014345.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102609.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014346.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102610.0','1044800.0','33',    '13','4','7829.91',    '12','4','5092.84',    '7','1','2737.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014347.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102611.0','1044800.0','34',    '29','14','106923.82',    '29','14','98012.84',    '12','2','8910.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014348.0','1019233.0','9',    '8','1','1612.4',    '8','1','1612.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102612.0','1044800.0','20',    '19','8','15474.77',    '18','8','14484.79',    '8','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014349.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102613.0','1044800.0','13',    '6','3','9876.96',    '6','3','3227.84',    '2','1','6649.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014350.0','1019233.0','1',    '1','1','343.92',    '1','1','343.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102614.0','1044800.0','4',    '4','1','4836.1',    '4','1','4836.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014351.0','1019233.0','3',    '3','1','1712.37',    '3','1','1712.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102615.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014352.0','1019233.0','9',    '9','3','4687.49',    '8','3','4192.49',    '6','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102616.0','1044800.0','1',    '1','1','1144.25',    '1','1','1144.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014353.0','1019233.0','43',    '36','9','62813.01',    '34','9','62613.02',    '17','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102617.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014354.0','1019233.0','6',    '6','4','4229.42',    '6','4','4229.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102618.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014355.0','1019233.0','1',    '1','1','2376.52',    '1','1','2376.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102619.0','1044800.0','1',    '1','1','5008.56',    '1','1','4400.3',    '1','1','608.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014356.0','1019233.0','1',    '1','1','2048.9',    '1','1','2048.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102620.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014357.0','1019233.0','6',    '5','3','11293.86',    '5','3','10095.0',    '3','2','1198.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102621.0','1044800.0','4',    '4','2','1061.22',    '3','2','1061.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014358.0','1019233.0','49',    '40','39','425410.25',    '40','37','389038.04',    '32','17','36372.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102622.0','1044800.0','104',    '76','64','521868.37',    '75','64','487870.91',    '44','18','33997.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014359.0','1019233.0','195',    '166','108','951952.37',    '154','99','866464.28',    '98','39','85488.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102623.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014360.0','1019233.0','20',    '17','10','47777.16',    '16','9','42577.17',    '8','2','5199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102624.0','1044800.0','15',    '12','5','58168.19',    '12','5','50385.49',    '6','2','7782.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014361.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102625.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014362.0','1019233.0','14',    '13','5','23815.81',    '12','5','21132.02',    '4','1','2683.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102626.0','1044800.0','3',    '3','1','4622.9',    '3','1','4622.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014363.0','1019233.0','12',    '12','3','5884.49',    '12','2','5761.0',    '9','1','123.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102627.0','1044800.0','3',    '3','1','1070.72',    '3','1','1070.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014364.0','1019233.0','170',    '152','64','212860.94',    '148','57','166525.4',    '87','25','46335.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102628.0','1044800.0','9',    '6','4','33593.23',    '6','3','14208.55',    '5','3','19384.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014365.0','1019233.0','38',    '35','30','35063.5',    '34','27','30131.95',    '22','10','4931.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102629.0','1044800.0','3',    '2','2','2180.2',    '2','2','2180.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014366.0','1019233.0','1',    '1','1','461.96',    '1','1','461.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102630.0','1044800.0','4',    '3','3','10828.63',    '3','3','10828.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014367.0','1019233.0','4',    '4','2','5159.58',    '4','2','3336.14',    '3','1','1823.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102631.0','1044800.0','99',    '93','55','248605.66',    '90','52','225757.37',    '42','12','22848.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014368.0','1019233.0','50',    '46','38','100048.79',    '45','37','85964.35',    '32','11','14084.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102632.0','1044800.0','4',    '2','2','6659.57',    '2','2','6659.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014369.0','1019233.0','1',    '1','1','404.0',    '1','1','404.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102633.0','1044800.0','243',    '212','152','782680.48',    '200','128','577399.33',    '160','73','205281.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014370.0','1019233.0','1',    '1','1','2931.47',    '1','1','2931.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102634.0','1044800.0','2',    '2','1','698.46',    '2','1','698.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014371.0','1019233.0','266',    '244','208','1026074.53',    '241','199','857122.91',    '155','85','168951.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102635.0','1044800.0','3',    '2','1','4217.88',    '2','1','4217.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014372.0','1019233.0','42',    '31','16','77176.57',    '29','15','72038.28',    '11','2','5138.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102636.0','1044800.0','8',    '8','5','29654.07',    '7','3','28643.61',    '7','2','1010.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014373.0','1019233.0','11',    '8','2','1812.23',    '8','2','1702.24',    '2','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102637.0','1044800.0','22',    '19','9','18981.58',    '18','7','13481.58',    '8','2','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014374.0','1019233.0','2',    '2','1','2911.1',    '2','1','2911.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102638.0','1044800.0','10',    '9','7','17364.36',    '9','7','17364.36',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014375.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102639.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014376.0','1019233.0','3',    '2','1','4065.95',    '2','1','483.0',    '1','1','3582.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102640.0','1044800.0','4',    '4','1','1864.45',    '4','1','1864.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014377.0','1019233.0','155',    '120','78','594409.48',    '118','78','478555.34',    '72','39','115854.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102641.0','1044800.0','5',    '4','1','2145.26',    '4','1','2145.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014378.0','1019233.0','13',    '12','9','52394.36',    '12','9','51050.78',    '7','2','1343.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102642.0','1044800.0','4',    '4','1','2337.59',    '4','1','2337.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014379.0','1019233.0','206',    '183','154','578706.11',    '181','150','535778.23',    '119','43','42927.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102643.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014380.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102644.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014381.0','1019233.0','17',    '15','7','67874.78',    '14','7','57467.72',    '6','2','10407.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102645.0','1044800.0','1',    '1','1','934.46',    '1','1','934.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014382.0','1019233.0','7',    '6','2','4354.61',    '6','1','3060.8',    '4','1','1293.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102646.0','1044800.0','4',    '4','4','14235.57',    '4','4','14235.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014383.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102647.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014384.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102648.0','1044800.0','2',    '2','1','1035.84',    '2','1','1035.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014385.0','1019233.0','342',    '287','226','772103.75',    '280','225','740256.34',    '178','44','31847.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102649.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014386.0','1019233.0','1',    '1','1','1116.55',    '1','1','1116.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102650.0','1044800.0','2',    '2','1','1133.46',    '2','1','1133.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014387.0','1019233.0','232',    '196','179','2970174.59',    '192','177','2870819.75',    '134','57','99354.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102651.0','1044800.0','3',    '3','1','2406.0',    '3','1','2406.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014388.0','1019233.0','510',    '455','172','592636.38',    '435','141','488117.26',    '292','66','104519.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102652.0','1044800.0','1',    '1','1','7808.36',    '1','1','6448.39',    '1','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014389.0','1019233.0','44',    '40','17','59332.49',    '40','16','56802.02',    '18','3','2530.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102653.0','1044800.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014390.0','1019233.0','3',    '3','2','1503.53',    '3','2','1503.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102654.0','1044800.0','2',    '2','1','2435.66',    '2','1','2435.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014391.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102655.0','1044800.0','2',    '1','1','234.19',    '1','1','234.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014392.0','1019233.0','84',    '76','72','320118.4',    '76','70','307063.47',    '51','20','13054.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102656.0','1044800.0','1',    '1','1','2725.52',    '1','1','2725.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014393.0','1019233.0','6',    '5','3','2739.95',    '5','3','2739.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102657.0','1044800.0','2',    '1','1','19034.24',    '1','1','19034.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014394.0','1019233.0','650',    '523','463','6464434.66',    '511','450','5826455.64',    '363','196','637979.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102658.0','1044800.0','1',    '1','1','2775.24',    '1','1','2775.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014395.0','1019233.0','6',    '5','4','4007.95',    '5','4','4007.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102659.0','1044800.0','2',    '1','1','436.22',    '1','1','436.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014396.0','1019233.0','7',    '7','6','11084.39',    '7','6','10884.4',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102660.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014397.0','1019233.0','3',    '3','1','2193.2',    '3','1','2193.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102661.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014398.0','1019233.0','19',    '17','10','12181.21',    '16','9','10886.25',    '12','5','1294.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102662.0','1044800.0','69',    '56','44','108878.36',    '52','43','26343.42',    '37','20','82534.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014399.0','1019233.0','11',    '10','1','1259.41',    '10','1','1259.41',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102663.0','1044800.0','8',    '8','5','6485.56',    '8','4','5332.93',    '6','3','1152.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014400.0','1019233.0','65',    '55','40','122496.73',    '55','39','121711.76',    '26','4','784.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102664.0','1044800.0','3',    '3','1','575.66',    '3','1','575.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014401.0','1019233.0','4',    '2','1','4199.8',    '2','1','4199.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102665.0','1044800.0','3',    '3','1','708.5',    '3','1','708.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014402.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102666.0','1044800.0','1',    '1','1','3794.58',    '1','1','3794.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014403.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102667.0','1044800.0','5',    '5','2','2588.25',    '5','2','2068.26',    '4','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014404.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102668.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014405.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102669.0','1044800.0','3',    '2','2','1447.03',    '2','2','1447.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014406.0','1019233.0','10',    '7','2','3118.98',    '7','2','3118.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102670.0','1044800.0','1',    '1','1','3086.43',    '1','1','3086.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014407.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102671.0','1044800.0','13',    '9','3','1719.31',    '9','2','1609.32',    '2','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014408.0','1019233.0','3',    '2','1','380.67',    '2','0','0.0',    '1','1','380.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102672.0','1044800.0','28',    '19','10','35040.86',    '18','7','29540.91',    '7','3','5499.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014409.0','1019233.0','33',    '23','12','63428.57',    '23','12','62946.48',    '10','1','482.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102673.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014410.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102674.0','1044800.0','6',    '6','3','24840.96',    '6','3','23491.77',    '5','2','1349.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014411.0','1019233.0','2',    '2','1','791.84',    '2','0','0.0',    '1','1','791.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102675.0','1044800.0','4',    '2','1','139.82',    '2','1','139.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014412.0','1019233.0','3',    '2','2','10703.04',    '2','2','10333.06',    '2','2','369.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102676.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014413.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102677.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014414.0','1019233.0','57',    '43','29','208100.0',    '42','29','207100.05',    '24','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102678.0','1044800.0','76',    '65','41','71008.52',    '62','38','64393.18',    '23','8','6615.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014415.0','1019233.0','20',    '19','15','19565.87',    '19','15','18965.9',    '8','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102679.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014416.0','1019233.0','4',    '4','3','7361.99',    '4','3','7162.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102680.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014417.0','1019233.0','1',    '1','1','1249.68',    '1','1','1249.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102681.0','1044800.0','3',    '3','1','184.6',    '3','1','184.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014418.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102682.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014419.0','1019233.0','18',    '12','9','25955.12',    '12','9','20755.13',    '5','2','5199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102683.0','1044800.0','70',    '60','31','117152.25',    '57','29','100035.01',    '26','5','17117.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014420.0','1019233.0','1',    '1','1','483.0',    '1','1','483.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102684.0','1044800.0','18',    '17','9','5892.38',    '15','9','5892.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014421.0','1019233.0','6',    '4','1','2885.56',    '4','1','2885.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102685.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014422.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102686.0','1044800.0','6',    '6','2','31494.88',    '5','2','31494.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014423.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102687.0','1044800.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014424.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102688.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014425.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102689.0','1044800.0','6',    '4','3','15222.56',    '4','3','15222.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014426.0','1019233.0','2',    '2','1','1942.92',    '2','1','1942.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102690.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014427.0','1019233.0','11',    '7','6','22511.06',    '7','6','22231.27',    '3','1','279.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102691.0','1044800.0','17',    '17','15','26436.74',    '17','15','25451.78',    '13','5','984.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014428.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102692.0','1044800.0','25',    '17','11','39523.26',    '15','9','24004.81',    '10','6','15518.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014429.0','1019233.0','3',    '1','1','986.39',    '1','1','986.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102693.0','1044800.0','10',    '8','8','8534.83',    '8','8','7454.85',    '6','3','1079.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014430.0','1019233.0','6',    '5','3','5612.29',    '5','3','5612.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102694.0','1044800.0','44',    '37','21','26331.06',    '37','21','26331.06',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014431.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102695.0','1044800.0','2',    '1','1','785.28',    '1','1','785.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014432.0','1019233.0','4',    '4','4','35175.54',    '4','4','33815.57',    '4','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102696.0','1044800.0','1',    '1','1','2913.61',    '1','1','2913.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014433.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102697.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014434.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102698.0','1044800.0','28',    '27','19','72698.03',    '26','18','70929.65',    '13','2','1768.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014435.0','1019233.0','38',    '33','8','24012.14',    '32','8','23880.44',    '18','1','131.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102699.0','1044800.0','49',    '41','16','67501.67',    '40','16','67501.67',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014436.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102700.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014437.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102701.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014438.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102702.0','1044800.0','8',    '7','1','529.76',    '7','1','529.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014439.0','1019233.0','332',    '306','261','403502.66',    '304','253','375274.81',    '188','51','28227.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102703.0','1044800.0','8',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014440.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102704.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014441.0','1019233.0','31',    '29','17','200988.01',    '29','17','178190.74',    '19','7','22797.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102705.0','1044800.0','2',    '2','2','19756.0',    '2','2','18798.79',    '1','1','957.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014442.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102706.0','1044800.0','16',    '15','6','32650.84',    '14','5','32480.85',    '8','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014443.0','1019233.0','451',    '423','349','552172.39',    '418','339','518450.52',    '275','69','33721.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102707.0','1044800.0','1',    '1','1','516.0',    '1','1','516.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014444.0','1019233.0','1',    '1','1','297.08',    '1','1','297.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102708.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014445.0','1019233.0','8',    '8','2','830.64',    '8','2','830.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102709.0','1044800.0','1',    '1','1','2303.8',    '1','1','2303.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014446.0','1019233.0','5',    '4','3','7410.28',    '4','3','7210.29',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102710.0','1044800.0','5',    '5','1','3514.65',    '5','1','3514.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014447.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102711.0','1044800.0','1',    '1','1','3165.76',    '1','1','3165.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014448.0','1019233.0','50',    '42','16','39580.31',    '42','16','39149.42',    '9','1','430.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102712.0','1044800.0','5',    '3','1','1303.72',    '3','1','1303.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014449.0','1019233.0','5',    '5','3','3685.56',    '5','3','3225.97',    '1','1','459.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102713.0','1044800.0','11',    '10','3','6636.63',    '10','3','3988.8',    '3','1','2647.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014450.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102714.0','1044800.0','17',    '14','10','42212.57',    '12','10','42212.57',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014451.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102715.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014453.0','1019233.0','13',    '13','9','35895.85',    '13','9','35695.86',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102717.0','1044800.0','6',    '6','1','4996.38',    '5','1','4996.38',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014454.0','1019233.0','135',    '121','91','120313.2',    '119','89','115792.51',    '74','16','4520.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102718.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014455.0','1019233.0','22',    '18','16','51721.85',    '18','16','51431.87',    '13','2','289.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102719.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014456.0','1019233.0','135',    '117','41','73426.98',    '111','36','62937.96',    '61','10','10489.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102720.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014457.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102721.0','1044800.0','5',    '2','1','6017.98',    '2','1','6017.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014458.0','1019233.0','20',    '15','3','11492.78',    '15','3','4290.82',    '3','1','7201.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102722.0','1044800.0','1',    '1','1','3348.22',    '1','1','2848.22',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014459.0','1019233.0','8',    '8','4','9333.56',    '8','4','9333.56',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102723.0','1044800.0','2',    '2','1','719.36',    '2','1','719.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014460.0','1019233.0','22',    '19','12','30482.94',    '19','12','28878.91',    '15','2','1604.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102724.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014461.0','1019233.0','5',    '4','3','5534.95',    '4','2','5104.06',    '1','1','430.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102725.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014462.0','1019233.0','3',    '1','1','4393.39',    '1','1','4393.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102726.0','1044800.0','2',    '2','1','1834.88',    '2','1','474.91',    '1','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014463.0','1019233.0','84',    '82','76','118788.04',    '82','75','113744.84',    '46','14','5043.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102727.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014464.0','1019233.0','2',    '1','1','2033.69',    '1','1','2033.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102728.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014465.0','1019233.0','1',    '1','1','6968.83',    '1','1','6968.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102729.0','1044800.0','11',    '10','4','9058.09',    '10','4','9058.09',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014466.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102730.0','1044800.0','40',    '36','22','134425.66',    '36','21','115295.36',    '23','7','19130.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014467.0','1019233.0','263',    '235','199','766716.28',    '233','195','737657.94',    '132','34','29058.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102731.0','1044800.0','15',    '11','4','11990.18',    '9','3','11260.19',    '5','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014468.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102732.0','1044800.0','1',    '1','1','1867.69',    '1','1','1867.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014469.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102733.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014470.0','1019233.0','8',    '5','1','465.99',    '5','1','356.0',    '3','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102734.0','1044800.0','3',    '3','2','5871.9',    '3','2','4611.66',    '2','1','1260.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014471.0','1019233.0','3',    '1','1','1282.67',    '1','1','1282.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102735.0','1044800.0','1',    '1','1','5000.0',    '0','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014472.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102736.0','1044800.0','1',    '1','1','1289.71',    '1','1','119.74',    '1','1','1169.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014473.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102737.0','1044800.0','1',    '1','1','5000.0',    '1','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014474.0','1019233.0','2',    '2','2','21906.2',    '2','2','21906.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102738.0','1044800.0','4',    '3','3','11994.9',    '3','3','6337.14',    '1','1','5657.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014475.0','1019233.0','6',    '5','4','15057.25',    '5','4','15057.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102739.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014476.0','1019233.0','10',    '8','5','49656.52',    '7','4','43139.49',    '3','2','6517.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102740.0','1044800.0','3',    '3','2','5242.27',    '3','2','5242.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014477.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102741.0','1044800.0','7',    '7','2','5154.6',    '7','2','5154.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014478.0','1019233.0','2',    '2','1','1582.91',    '2','1','1582.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102742.0','1044800.0','2',    '2','1','1828.47',    '2','1','1828.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014479.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102743.0','1044800.0','13',    '12','6','17010.75',    '12','6','17010.75',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014480.0','1019233.0','1',    '1','1','609.58',    '1','0','0.0',    '1','1','609.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102744.0','1044800.0','1',    '1','1','634.38',    '1','1','634.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014481.0','1019233.0','449',    '395','310','1393531.85',    '379','303','1185708.11',    '237','91','207823.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102745.0','1044800.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014482.0','1019233.0','34',    '25','11','35139.64',    '22','10','34507.08',    '10','2','632.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102746.0','1044800.0','5',    '5','1','631.52',    '5','1','631.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014483.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102747.0','1044800.0','63',    '40','23','57082.12',    '38','22','43061.32',    '27','10','14020.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014484.0','1019233.0','40',    '36','15','50818.17',    '34','15','45439.87',    '21','4','5378.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102748.0','1044800.0','3',    '3','2','1393.52',    '3','2','1393.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014485.0','1019233.0','115',    '113','97','262394.85',    '113','97','252543.47',    '75','21','9851.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102749.0','1044800.0','3',    '2','1','860.76',    '2','1','860.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014486.0','1019233.0','4',    '3','1','4872.72',    '3','1','4872.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102750.0','1044800.0','2',    '2','1','355.27',    '2','1','355.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014487.0','1019233.0','164',    '154','112','342977.7',    '154','104','327503.34',    '92','33','15474.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102751.0','1044800.0','20',    '17','15','17973.37',    '17','15','17373.4',    '8','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014488.0','1019233.0','8',    '6','5','21022.84',    '6','5','3756.96',    '6','3','17265.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102752.0','1044800.0','129',    '105','57','185369.75',    '100','51','146367.9',    '70','22','39001.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014489.0','1019233.0','1',    '1','1','1198.47',    '1','1','1066.77',    '1','1','131.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102753.0','1044800.0','6',    '4','1','3244.34',    '4','1','3244.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014490.0','1019233.0','2',    '2','1','808.44',    '2','1','808.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102754.0','1044800.0','5',    '5','1','694.08',    '5','1','694.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014491.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102755.0','1044800.0','5',    '3','1','3107.38',    '2','1','3107.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014492.0','1019233.0','50',    '39','19','60627.09',    '32','15','41913.34',    '17','4','18713.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102756.0','1044800.0','6',    '3','1','19581.15',    '3','1','17493.18',    '2','1','2087.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014493.0','1019233.0','2',    '2','2','24069.59',    '2','2','15049.86',    '2','2','9019.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102757.0','1044800.0','1',    '1','1','470.65',    '1','1','470.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014494.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102758.0','1044800.0','49',    '33','17','91686.48',    '30','16','65497.04',    '19','6','26189.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014495.0','1019233.0','10',    '9','7','84928.55',    '7','7','84728.56',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102759.0','1044800.0','282',    '265','244','668863.93',    '265','239','627916.1',    '171','66','40947.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014496.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102760.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014497.0','1019233.0','44',    '34','15','114493.3',    '30','14','83415.72',    '15','7','31077.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102761.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014498.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102762.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014499.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102763.0','1044800.0','1',    '1','1','2207.89',    '1','1','2207.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014500.0','1019233.0','4',    '4','2','2971.94',    '4','2','2971.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102764.0','1044800.0','9',    '6','5','75627.53',    '6','5','75242.29',    '2','1','385.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014501.0','1019233.0','6',    '5','2','8194.2',    '4','2','8194.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102765.0','1044800.0','26',    '21','12','29046.15',    '20','11','22062.74',    '14','5','6983.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014502.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102766.0','1044800.0','1',    '1','1','5696.4',    '1','1','5696.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014503.0','1019233.0','4',    '4','4','2608.98',    '4','4','2124.11',    '3','1','484.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102767.0','1044800.0','14',    '11','8','25751.75',    '11','8','25551.76',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014504.0','1019233.0','1',    '1','1','2616.96',    '1','1','2616.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102768.0','1044800.0','8',    '6','3','2551.66',    '6','3','2551.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014505.0','1019233.0','9',    '8','1','1433.4',    '8','1','1433.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102769.0','1044800.0','272',    '211','138','948726.03',    '197','129','625498.27',    '136','75','323227.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014506.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102770.0','1044800.0','1',    '1','1','863.92',    '1','1','863.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014507.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102771.0','1044800.0','5',    '5','4','6782.71',    '5','3','6322.72',    '4','1','459.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014508.0','1019233.0','1',    '1','1','1442.47',    '1','1','1442.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102772.0','1044800.0','5',    '5','1','321.4',    '4','1','321.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014509.0','1019233.0','15',    '12','7','9014.55',    '12','7','9014.55',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102773.0','1044800.0','6',    '5','2','2149.57',    '5','2','2149.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014510.0','1019233.0','6',    '4','4','3733.15',    '4','4','3733.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102774.0','1044800.0','6',    '5','4','4001.36',    '5','4','4001.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014511.0','1019233.0','17',    '15','11','16287.97',    '15','11','15049.5',    '7','2','1238.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102775.0','1044800.0','1',    '1','1','1398.88',    '1','1','1398.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014512.0','1019233.0','11',    '10','5','4073.12',    '10','5','3713.85',    '8','2','359.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102776.0','1044800.0','6',    '4','3','14275.44',    '4','3','14275.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014513.0','1019233.0','16',    '15','13','7008.61',    '15','13','6271.72',    '7','2','736.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102777.0','1044800.0','17',    '15','10','11116.5',    '15','7','8725.67',    '13','5','2390.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014514.0','1019233.0','1',    '1','1','305.43',    '1','1','305.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102778.0','1044800.0','4',    '4','3','2227.56',    '4','3','2227.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014515.0','1019233.0','1',    '1','1','3614.68',    '1','1','3614.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102779.0','1044800.0','4',    '3','2','4559.73',    '3','1','4477.73',    '1','1','82.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014516.0','1019233.0','155',    '123','111','920279.7',    '121','107','806344.47',    '83','42','113935.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102780.0','1044800.0','3',    '3','1','939.05',    '3','1','739.06',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014517.0','1019233.0','34',    '29','18','42256.16',    '29','17','40866.2',    '11','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102781.0','1044800.0','1',    '1','1','472.84',    '1','1','472.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014518.0','1019233.0','14',    '11','7','18018.11',    '9','7','17818.12',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102782.0','1044800.0','2',    '2','2','4963.91',    '2','2','4963.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014519.0','1019233.0','11',    '11','8','16149.36',    '11','8','15018.93',    '9','1','1130.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102783.0','1044800.0','8',    '8','5','10490.71',    '8','4','10290.72',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014520.0','1019233.0','1',    '1','1','515.0',    '1','1','515.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102784.0','1044800.0','52',    '47','37','45707.7',    '46','37','45057.73',    '30','4','649.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014521.0','1019233.0','21',    '19','8','38396.29',    '19','8','38127.84',    '12','1','268.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102785.0','1044800.0','1',    '1','1','7221.42',    '1','1','7221.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014522.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102786.0','1044800.0','38',    '27','19','93870.1',    '26','18','93670.11',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014523.0','1019233.0','7',    '6','6','9847.8',    '6','5','8357.85',    '6','4','1489.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102787.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014524.0','1019233.0','58',    '57','45','67748.23',    '57','44','64765.54',    '37','12','2982.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102788.0','1044800.0','9',    '8','4','2007.55',    '7','4','1617.68',    '4','2','389.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014525.0','1019233.0','6',    '6','4','2333.82',    '6','4','2333.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102789.0','1044800.0','1',    '1','1','6484.46',    '1','1','6484.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014526.0','1019233.0','3',    '3','1','384.28',    '3','1','384.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102790.0','1044800.0','2',    '2','2','5249.21',    '2','2','4890.77',    '2','1','358.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014527.0','1019233.0','2',    '2','2','8915.68',    '2','2','8915.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102791.0','1044800.0','64',    '56','42','73227.81',    '56','41','63319.5',    '37','11','9908.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014528.0','1019233.0','5',    '4','2','2230.9',    '4','2','2030.91',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102792.0','1044800.0','12',    '11','5','1937.29',    '11','4','1337.32',    '7','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014529.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102793.0','1044800.0','2',    '2','2','3037.05',    '2','2','3037.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014530.0','1019233.0','5',    '4','2','2688.02',    '4','2','2688.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102794.0','1044800.0','5',    '5','5','18853.64',    '5','5','18853.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014531.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102795.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014532.0','1019233.0','19',    '17','9','12629.54',    '16','8','12353.71',    '10','1','275.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102796.0','1044800.0','21',    '21','5','2609.4',    '18','5','2609.4',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014533.0','1019233.0','13',    '11','5','2230.82',    '11','4','1924.28',    '6','2','306.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102797.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014534.0','1019233.0','10',    '10','9','16280.45',    '10','8','13016.01',    '7','1','3264.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102798.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014535.0','1019233.0','1',    '1','1','3401.29',    '1','1','3401.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102799.0','1044800.0','3',    '3','1','453.65',    '3','1','314.65',    '1','1','139.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014536.0','1019233.0','8',    '7','6','24306.85',    '6','6','21757.3',    '5','2','2549.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102800.0','1044800.0','143',    '118','86','504411.84',    '110','80','485249.18',    '60','18','19162.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014537.0','1019233.0','3',    '3','3','1912.08',    '3','3','1912.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102801.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014538.0','1019233.0','14',    '10','4','11792.37',    '9','4','11792.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102802.0','1044800.0','17',    '15','13','26529.42',    '15','13','25305.61',    '11','6','1223.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014539.0','1019233.0','4',    '4','4','1455.63',    '4','4','1255.64',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102803.0','1044800.0','6',    '5','1','185.0',    '5','0','0.0',    '3','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014540.0','1019233.0','2',    '2','1','1333.07',    '2','1','1133.08',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102804.0','1044800.0','14',    '11','4','3225.06',    '9','4','3225.06',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014541.0','1019233.0','18',    '17','12','28948.27',    '17','11','24066.56',    '14','6','4881.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102805.0','1044800.0','3',    '2','1','428.56',    '2','1','428.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014542.0','1019233.0','4',    '4','3','3730.03',    '4','3','2081.72',    '4','2','1648.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102806.0','1044800.0','27',    '25','21','37004.45',    '25','21','35701.04',    '18','6','1303.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014543.0','1019233.0','1',    '1','1','128.79',    '1','1','128.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102807.0','1044800.0','9',    '8','6','10850.37',    '6','5','9785.18',    '7','4','1065.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014544.0','1019233.0','16',    '13','6','25992.63',    '13','6','25992.63',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102808.0','1044800.0','1',    '1','1','657.83',    '1','1','657.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014545.0','1019233.0','1',    '1','1','1023.59',    '1','1','1023.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102809.0','1044800.0','19',    '17','7','6335.61',    '17','7','5592.39',    '7','4','743.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014546.0','1019233.0','1',    '1','1','1576.32',    '1','1','1376.33',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102810.0','1044800.0','6',    '4','4','24152.9',    '4','4','23952.91',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014547.0','1019233.0','1',    '1','1','472.84',    '1','1','472.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102811.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014548.0','1019233.0','4',    '4','4','5296.08',    '4','3','4896.1',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102812.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014549.0','1019233.0','3',    '3','1','1320.33',    '3','1','1320.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102813.0','1044800.0','1',    '1','1','858.61',    '1','1','658.62',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014550.0','1019233.0','4',    '3','3','2453.11',    '3','2','2253.12',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102814.0','1044800.0','8',    '5','2','1537.21',    '5','2','637.21',    '1','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014551.0','1019233.0','3',    '2','2','2512.77',    '2','2','2512.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102815.0','1044800.0','1',    '1','1','1379.84',    '1','1','1379.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014552.0','1019233.0','4',    '3','2','2367.22',    '3','2','2367.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102816.0','1044800.0','5',    '4','2','10437.17',    '4','1','10237.17',    '3','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014553.0','1019233.0','54',    '47','20','35050.21',    '43','18','23105.37',    '30','4','11944.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102817.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014554.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102818.0','1044800.0','1',    '1','1','25947.61',    '1','1','25947.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014555.0','1019233.0','2',    '2','2','10705.18',    '2','2','10335.19',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102819.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014556.0','1019233.0','3',    '3','1','1162.84',    '3','1','1162.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102820.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014557.0','1019233.0','17',    '14','7','64128.04',    '12','7','62512.61',    '8','1','1615.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102821.0','1044800.0','4',    '4','2','2418.4',    '3','1','558.43',    '1','1','1859.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014558.0','1019233.0','1',    '1','1','1301.19',    '1','1','1101.2',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102822.0','1044800.0','6',    '4','3','6163.28',    '4','3','6163.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014559.0','1019233.0','18',    '16','14','16351.35',    '15','14','15961.47',    '13','2','389.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102823.0','1044800.0','1',    '1','1','1807.41',    '1','1','1807.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014560.0','1019233.0','42',    '37','32','46445.96',    '37','31','43724.62',    '22','10','2721.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102824.0','1044800.0','10',    '8','4','19463.03',    '7','4','18551.72',    '4','2','911.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005704.0','1019233.0','3',    '3','3','1623.76',    '3','3','1623.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093968.0','1044800.0','571',    '517','397','705572.06',    '497','375','647978.91',    '296','94','57593.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014561.0','1019233.0','58',    '46','25','63460.14',    '45','22','57174.02',    '19','7','6286.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102825.0','1044800.0','19',    '18','8','44448.52',    '18','8','38898.42',    '11','3','5550.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014562.0','1019233.0','5',    '4','2','3154.41',    '4','2','2954.42',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102826.0','1044800.0','3',    '2','2','33205.52',    '2','2','33205.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014563.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102827.0','1044800.0','13',    '8','3','3252.98',    '8','3','2757.98',    '7','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014564.0','1019233.0','26',    '22','12','9499.05',    '21','12','9299.06',    '16','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102828.0','1044800.0','61',    '58','46','40463.42',    '58','43','38100.05',    '37','9','2363.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014565.0','1019233.0','12',    '9','4','14722.36',    '9','4','12528.63',    '6','2','2193.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102829.0','1044800.0','5',    '5','5','11946.2',    '5','5','11576.21',    '3','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014566.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102830.0','1044800.0','9',    '9','6','8124.19',    '9','6','8124.19',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014567.0','1019233.0','3',    '3','3','9770.76',    '3','3','9770.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102831.0','1044800.0','7',    '6','4','3419.46',    '6','4','3419.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014568.0','1019233.0','16',    '13','7','6452.96',    '13','7','6252.97',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102832.0','1044800.0','19',    '19','18','59722.99',    '19','18','58524.05',    '17','6','1198.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014569.0','1019233.0','25',    '22','19','20726.23',    '22','19','20006.25',    '17','2','719.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102833.0','1044800.0','235',    '216','176','194651.47',    '211','172','182739.92',    '168','41','11911.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014570.0','1019233.0','18',    '17','10','35801.19',    '16','10','35801.19',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102834.0','1044800.0','1',    '1','1','3881.79',    '1','1','3881.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014571.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102835.0','1044800.0','4',    '3','1','4129.48',    '3','1','4129.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014572.0','1019233.0','1',    '1','1','423.7',    '1','1','423.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102836.0','1044800.0','50',    '39','28','114623.53',    '39','28','95806.86',    '23','8','18816.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014573.0','1019233.0','2',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102837.0','1044800.0','2',    '2','2','2092.37',    '2','2','2092.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014574.0','1019233.0','46',    '38','25','25533.7',    '38','25','23073.76',    '26','5','2459.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102838.0','1044800.0','6',    '6','3','3242.31',    '6','3','3242.31',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014575.0','1019233.0','2',    '2','2','2746.62',    '2','2','2561.62',    '2','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102839.0','1044800.0','1',    '1','1','817.21',    '1','1','817.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014576.0','1019233.0','12',    '9','7','12849.48',    '9','7','12679.49',    '6','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102840.0','1044800.0','66',    '58','48','93306.08',    '58','48','88750.06',    '33','10','4556.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014577.0','1019233.0','385',    '338','298','805021.66',    '331','293','782299.64',    '178','59','22722.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102841.0','1044800.0','174',    '143','111','461451.55',    '134','103','361200.28',    '91','48','100251.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014578.0','1019233.0','238',    '209','154','391335.87',    '196','130','320193.08',    '144','73','71142.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102842.0','1044800.0','12',    '11','9','12517.12',    '10','7','7435.81',    '8','5','5081.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014579.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102843.0','1044800.0','13',    '12','10','48937.89',    '12','9','47988.77',    '9','3','949.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014580.0','1019233.0','1',    '1','1','666.0',    '1','1','666.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102844.0','1044800.0','2',    '2','1','1541.87',    '1','1','1541.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014581.0','1019233.0','7',    '7','6','14497.6',    '7','6','14297.61',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102845.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014582.0','1019233.0','198',    '169','142','314793.32',    '166','138','292187.29',    '111','41','22606.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102846.0','1044800.0','1',    '1','1','2754.44',    '1','1','2754.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014583.0','1019233.0','1',    '1','1','369.99',    '0','0','0.0',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102847.0','1044800.0','9',    '7','3','5238.48',    '7','2','2453.14',    '4','1','2785.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014584.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102848.0','1044800.0','6',    '3','1','2040.0',    '3','1','2040.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014419.0','1019233.0','15',    '13','8','6285.88',    '13','7','6085.89',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102683.0','1044800.0','2',    '2','2','4021.56',    '2','1','3521.56',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014585.0','1019233.0','2',    '2','1','1011.67',    '2','1','1011.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102849.0','1044800.0','4',    '4','3','9304.93',    '4','3','9104.94',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014586.0','1019233.0','4',    '2','1','2428.94',    '2','1','2228.95',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102850.0','1044800.0','3',    '3','3','9176.94',    '3','3','9176.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014587.0','1019233.0','1',    '1','1','2834.84',    '1','1','2414.84',    '1','1','420.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102851.0','1044800.0','24',    '23','21','49440.4',    '23','19','45937.41',    '13','7','3502.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014588.0','1019233.0','2',    '2','2','1943.38',    '2','2','1943.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102852.0','1044800.0','20',    '20','18','57644.35',    '20','18','55874.43',    '17','8','1769.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014589.0','1019233.0','10',    '6','6','6211.84',    '6','6','6031.85',    '3','1','179.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102853.0','1044800.0','2',    '1','1','214.65',    '1','1','214.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014590.0','1019233.0','1',    '1','1','856.66',    '1','1','856.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102854.0','1044800.0','1',    '1','1','768.32',    '1','1','768.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014591.0','1019233.0','3',    '2','2','553.31',    '2','2','353.32',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102855.0','1044800.0','2480',    '2101','1542','6238371.56',    '2010','1406','4876163.97',    '1610','701','1362207.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014592.0','1019233.0','8',    '6','3','1540.49',    '6','2','1340.5',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102856.0','1044800.0','1',    '1','1','4142.49',    '1','1','4142.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014593.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102857.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014594.0','1019233.0','7',    '3','1','5000.0',    '0','0','0.0',    '3','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102858.0','1044800.0','2',    '2','2','11819.13',    '2','2','11819.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014595.0','1019233.0','1',    '1','1','4418.66',    '1','1','4418.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102859.0','1044800.0','15',    '15','12','18702.39',    '15','12','18512.4',    '9','1','189.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014596.0','1019233.0','17',    '15','5','4465.12',    '13','4','3053.15',    '12','2','1411.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102860.0','1044800.0','3',    '3','2','3264.35',    '3','1','2527.46',    '2','1','736.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014597.0','1019233.0','2',    '2','1','1648.59',    '2','1','1648.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102861.0','1044800.0','33',    '29','27','32248.36',    '29','27','30771.25',    '19','6','1477.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014598.0','1019233.0','1',    '1','1','722.5',    '1','1','722.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102862.0','1044800.0','156',    '134','105','426664.73',    '132','102','399414.74',    '67','16','27249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014599.0','1019233.0','41',    '33','27','84105.71',    '32','25','79118.73',    '15','6','4986.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102863.0','1044800.0','1208',    '1061','866','2282206.4',    '1031','775','1786715.6',    '745','372','495490.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014600.0','1019233.0','2',    '2','2','4667.8',    '2','2','4467.81',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102864.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014601.0','1019233.0','28',    '27','26','205781.21',    '27','24','187156.8',    '20','9','18624.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102865.0','1044800.0','64',    '56','44','180116.98',    '55','43','164192.1',    '34','11','15924.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014602.0','1019233.0','11',    '9','5','20758.74',    '9','5','19520.09',    '5','2','1238.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102866.0','1044800.0','478',    '425','261','411679.41',    '403','212','344974.26',    '291','104','66705.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014603.0','1019233.0','3',    '3','1','1158.42',    '2','1','788.43',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102867.0','1044800.0','32',    '27','16','22296.46',    '25','15','20358.46',    '17','4','1938.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014604.0','1019233.0','96',    '75','53','132974.75',    '72','52','130045.38',    '30','7','2929.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102868.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014605.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102869.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014606.0','1019233.0','2',    '2','1','6086.31',    '2','1','5886.32',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102870.0','1044800.0','52',    '38','27','110758.38',    '37','25','106024.94',    '17','4','4733.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014607.0','1019233.0','229',    '206','144','240033.25',    '199','130','202393.38',    '138','49','37639.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102871.0','1044800.0','24',    '20','12','9365.56',    '20','10','8965.58',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014608.0','1019233.0','298',    '253','175','464748.66',    '241','161','381075.4',    '158','62','83673.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102872.0','1044800.0','10',    '9','6','9678.6',    '8','5','8328.44',    '4','2','1350.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014609.0','1019233.0','341',    '287','157','517934.52',    '274','116','389377.14',    '217','88','128557.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102873.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014610.0','1019233.0','38',    '26','19','52609.81',    '24','19','52409.82',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102874.0','1044800.0','5',    '3','2','216.49',    '3','2','216.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014611.0','1019233.0','5',    '5','4','7963.37',    '5','4','5732.51',    '2','1','2230.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102875.0','1044800.0','10',    '7','7','36695.4',    '7','7','26920.04',    '4','2','9775.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014612.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102876.0','1044800.0','25',    '23','22','67630.17',    '23','21','65285.23',    '9','5','2344.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014613.0','1019233.0','55',    '52','41','57599.86',    '52','35','50748.28',    '42','13','6851.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102877.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014614.0','1019233.0','2',    '1','1','6257.74',    '1','1','6257.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102878.0','1044800.0','12',    '10','4','1556.71',    '8','3','1356.72',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014615.0','1019233.0','70',    '67','53','231579.09',    '66','52','221830.47',    '46','13','9748.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102879.0','1044800.0','17',    '16','13','46713.51',    '16','13','46278.52',    '13','2','434.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014616.0','1019233.0','33',    '27','17','47074.1',    '26','16','39374.11',    '11','2','7699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102880.0','1044800.0','12',    '11','8','5255.4',    '10','7','5055.41',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014617.0','1019233.0','24',    '20','16','37223.79',    '20','16','36047.71',    '10','3','1176.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102881.0','1044800.0','9',    '9','6','10357.78',    '9','6','10357.78',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014618.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102882.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014619.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102883.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014620.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102884.0','1044800.0','6',    '5','5','19028.52',    '5','5','18738.54',    '4','2','289.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014621.0','1019233.0','4',    '3','2','4091.97',    '3','2','4091.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102885.0','1044800.0','7',    '6','5','9815.93',    '6','5','9615.94',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014622.0','1019233.0','56',    '51','31','81355.44',    '50','29','78032.53',    '24','12','3322.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102886.0','1044800.0','1',    '1','1','252.63',    '1','0','0.0',    '1','1','252.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014623.0','1019233.0','1',    '1','1','805.27',    '1','1','805.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102887.0','1044800.0','42',    '38','30','152286.12',    '38','29','142920.31',    '21','7','9365.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014624.0','1019233.0','8',    '7','6','47590.21',    '7','6','47590.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102888.0','1044800.0','1',    '1','1','221.4',    '1','1','221.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014625.0','1019233.0','2',    '2','1','13669.96',    '2','1','12032.84',    '1','1','1637.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102889.0','1044800.0','11',    '9','7','17163.3',    '8','7','16963.31',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014626.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102890.0','1044800.0','149',    '124','100','271444.99',    '122','96','256473.53',    '69','20','14971.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014627.0','1019233.0','45',    '38','31','66764.36',    '37','30','66159.38',    '15','2','604.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102891.0','1044800.0','234',    '209','155','254409.47',    '204','131','217354.58',    '147','55','37054.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014628.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102892.0','1044800.0','712',    '602','489','3265578.47',    '576','465','2634947.28',    '400','198','630631.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014629.0','1019233.0','1',    '1','1','3009.33',    '1','1','2774.33',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102893.0','1044800.0','23',    '22','8','9661.61',    '21','8','9166.61',    '18','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014630.0','1019233.0','8',    '4','4','18851.13',    '4','3','16316.18',    '2','2','2534.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102894.0','1044800.0','2',    '2','2','2983.05',    '2','2','2793.16',    '2','1','189.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014631.0','1019233.0','20',    '15','13','24574.33',    '15','13','24574.33',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102895.0','1044800.0','10',    '8','4','8249.9',    '8','4','7713.0',    '2','1','536.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014632.0','1019233.0','1',    '1','1','685.44',    '1','1','685.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102896.0','1044800.0','21',    '16','14','54174.63',    '16','13','49582.98',    '11','6','4591.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014633.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102897.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014634.0','1019233.0','3',    '2','2','2357.35',    '2','2','2357.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102898.0','1044800.0','36',    '32','25','47704.79',    '31','21','42926.38',    '22','8','4778.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014635.0','1019233.0','1',    '1','1','6642.42',    '1','1','6642.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102899.0','1044800.0','17',    '14','12','39884.77',    '12','11','27089.07',    '10','6','12795.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014636.0','1019233.0','6',    '5','3','7879.73',    '5','3','7879.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102900.0','1044800.0','13',    '13','10','33653.82',    '13','9','32462.79',    '9','6','1191.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014637.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102901.0','1044800.0','243',    '219','147','247287.3',    '212','131','215130.12',    '138','52','32157.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014638.0','1019233.0','10',    '10','5','2577.99',    '10','5','2378.0',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102902.0','1044800.0','2',    '2','2','9373.82',    '2','2','9373.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014639.0','1019233.0','72',    '62','45','179804.53',    '60','43','174199.28',    '31','9','5605.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102903.0','1044800.0','97',    '90','59','150957.55',    '87','57','133199.95',    '64','16','17757.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014640.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102904.0','1044800.0','15',    '13','12','31805.27',    '12','12','30066.08',    '10','4','1739.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014641.0','1019233.0','12',    '12','8','39345.15',    '12','7','37908.41',    '10','4','1436.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102905.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014642.0','1019233.0','11',    '6','6','14594.57',    '6','6','14159.58',    '4','2','434.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102906.0','1044800.0','23',    '21','15','21358.33',    '21','15','19661.08',    '16','2','1697.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014643.0','1019233.0','17',    '15','12','15258.48',    '15','12','13665.4',    '9','4','1593.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102907.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014644.0','1019233.0','6',    '5','3','10395.76',    '5','2','9795.79',    '5','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102908.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014645.0','1019233.0','15',    '15','11','50710.47',    '14','10','44078.99',    '9','3','6631.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102909.0','1044800.0','12',    '11','7','18138.38',    '10','7','17738.4',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014646.0','1019233.0','15',    '12','10','35857.63',    '11','10','35366.09',    '7','1','491.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102910.0','1044800.0','14',    '14','7','24993.94',    '14','6','24793.95',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014647.0','1019233.0','2',    '2','1','289.14',    '2','1','289.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102911.0','1044800.0','1',    '1','1','10721.71',    '1','1','10521.72',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014648.0','1019233.0','21',    '17','13','29183.01',    '16','13','29183.01',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102912.0','1044800.0','38',    '38','14','36519.99',    '36','12','34069.39',    '22','6','2450.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014649.0','1019233.0','23',    '20','14','13045.72',    '20','14','13045.72',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102913.0','1044800.0','35',    '34','26','48672.95',    '34','25','46937.99',    '26','4','1734.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014650.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102914.0','1044800.0','11',    '10','9','11940.78',    '10','9','11940.78',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014651.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102915.0','1044800.0','1',    '1','1','3227.89',    '1','1','414.0',    '1','1','2813.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014652.0','1019233.0','1',    '1','1','413.07',    '1','1','413.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102916.0','1044800.0','6',    '6','6','32790.46',    '6','6','32420.47',    '4','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014653.0','1019233.0','9',    '7','6','6059.69',    '7','6','5859.7',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102917.0','1044800.0','7',    '7','5','2921.77',    '7','5','2113.98',    '3','1','807.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014654.0','1019233.0','7',    '6','5','15585.56',    '6','5','15585.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102918.0','1044800.0','6',    '6','4','18213.4',    '5','4','17493.42',    '4','1','719.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014655.0','1019233.0','500',    '405','313','889999.0',    '383','285','707250.95',    '271','121','182748.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102919.0','1044800.0','2',    '2','2','4046.14',    '2','2','3846.15',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014656.0','1019233.0','1',    '1','1','1297.34',    '1','1','1297.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102920.0','1044800.0','4',    '2','2','1384.65',    '2','2','1384.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014657.0','1019233.0','7',    '7','6','10704.9',    '6','5','7706.93',    '4','3','2997.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102921.0','1044800.0','10',    '10','9','28980.56',    '10','9','28610.57',    '5','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014658.0','1019233.0','26',    '21','14','40558.13',    '21','13','38840.71',    '14','5','1717.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102922.0','1044800.0','7',    '6','6','4834.97',    '6','6','4494.99',    '3','1','339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014659.0','1019233.0','225',    '182','102','167930.75',    '167','76','120939.07',    '146','51','46991.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102923.0','1044800.0','1',    '1','1','10781.11',    '1','1','8777.46',    '1','1','2003.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014616.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102880.0','1044800.0','5',    '3','1','1299.89',    '3','1','1099.9',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014660.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102924.0','1044800.0','1',    '1','1','1098.34',    '1','1','1098.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014661.0','1019233.0','2',    '2','2','2099.1',    '2','2','2099.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102925.0','1044800.0','24',    '20','11','25066.08',    '20','11','24760.9',    '11','1','305.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014662.0','1019233.0','10',    '10','9','33659.09',    '10','9','31081.37',    '7','2','2577.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102926.0','1044800.0','1',    '1','1','2136.54',    '1','1','2136.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014663.0','1019233.0','39',    '37','19','18676.75',    '37','16','16237.08',    '27','7','2439.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102927.0','1044800.0','7',    '5','1','2000.73',    '5','1','1069.0',    '2','1','931.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014664.0','1019233.0','48',    '42','22','82639.72',    '34','15','50756.58',    '31','12','31883.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102928.0','1044800.0','1',    '1','1','141.49',    '1','1','141.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014665.0','1019233.0','82',    '76','61','231369.29',    '75','60','222863.84',    '45','10','8505.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102929.0','1044800.0','13',    '11','10','22376.22',    '11','10','21302.37',    '5','3','1073.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014666.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102930.0','1044800.0','54',    '46','36','119714.25',    '45','35','117224.32',    '21','6','2489.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014667.0','1019233.0','18',    '17','3','6680.68',    '16','3','4702.99',    '7','1','1977.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102931.0','1044800.0','1',    '1','1','1728.32',    '1','1','1728.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014668.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102932.0','1044800.0','21',    '20','18','30314.31',    '20','17','28714.39',    '11','8','1599.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014669.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102933.0','1044800.0','13',    '13','7','21799.85',    '13','7','21221.23',    '4','1','578.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014670.0','1019233.0','1',    '1','1','718.8',    '1','1','718.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102934.0','1044800.0','22',    '18','10','30818.16',    '17','8','29165.18',    '13','3','1652.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014671.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102935.0','1044800.0','2',    '2','1','1723.27',    '2','1','1723.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014672.0','1019233.0','23',    '20','17','102319.31',    '20','14','68870.6',    '15','7','33448.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102936.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014673.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102937.0','1044800.0','24',    '23','17','291345.55',    '23','16','279526.67',    '18','5','11818.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014674.0','1019233.0','257',    '229','104','169203.86',    '212','54','114979.22',    '172','66','54224.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102938.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014675.0','1019233.0','2',    '2','2','4365.8',    '2','2','4365.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102939.0','1044800.0','7',    '6','2','1303.22',    '6','2','1303.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014676.0','1019233.0','2',    '1','1','1903.32',    '1','1','1403.32',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102940.0','1044800.0','14',    '13','11','59139.37',    '13','11','57554.4',    '8','4','1584.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014677.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102941.0','1044800.0','6',    '6','4','7818.72',    '6','4','7323.72',    '3','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014678.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102942.0','1044800.0','2',    '2','1','4656.36',    '2','1','4656.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014679.0','1019233.0','7',    '6','5','7287.8',    '6','5','7287.8',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102943.0','1044800.0','8',    '6','4','3999.76',    '5','3','2569.27',    '5','2','1430.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014680.0','1019233.0','21',    '17','6','10975.49',    '17','6','10975.49',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102944.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014681.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102945.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014682.0','1019233.0','130',    '111','89','202832.83',    '110','82','170349.14',    '69','24','32483.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102946.0','1044800.0','244',    '206','120','305170.72',    '200','113','292641.34',    '102','21','12529.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014683.0','1019233.0','2',    '2','2','3248.39',    '2','2','3048.4',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102947.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014684.0','1019233.0','10',    '9','3','6250.72',    '9','3','6250.72',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102948.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014685.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102949.0','1044800.0','34',    '31','20','40808.95',    '31','17','30922.99',    '25','10','9885.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014686.0','1019233.0','18',    '17','11','11196.02',    '16','7','10272.57',    '12','4','923.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102950.0','1044800.0','136',    '126','112','550532.71',    '124','110','528812.39',    '78','37','21720.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014687.0','1019233.0','100',    '76','59','323665.53',    '73','58','319742.8',    '34','7','3922.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102951.0','1044800.0','4',    '4','1','5043.64',    '3','1','5043.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014688.0','1019233.0','1',    '1','1','3890.9',    '1','1','3890.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102952.0','1044800.0','174',    '153','104','150514.4',    '146','84','120574.76',    '100','39','29939.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014689.0','1019233.0','3',    '3','3','3372.95',    '3','2','3120.32',    '2','1','252.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102953.0','1044800.0','2',    '2','2','1798.54',    '2','2','1598.55',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014690.0','1019233.0','59',    '51','35','116734.01',    '51','34','91629.67',    '33','14','25104.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102954.0','1044800.0','14',    '13','8','29371.27',    '13','7','28918.65',    '5','2','452.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014691.0','1019233.0','25',    '22','9','34962.88',    '21','8','28967.24',    '21','4','5995.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102955.0','1044800.0','5',    '3','1','2687.29',    '3','1','2487.3',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014692.0','1019233.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102956.0','1044800.0','1',    '1','1','484.33',    '1','1','484.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014693.0','1019233.0','2',    '2','1','3713.98',    '2','1','3218.98',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102957.0','1044800.0','60',    '54','36','87141.41',    '53','34','73291.5',    '29','12','13849.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014694.0','1019233.0','172',    '164','99','258064.42',    '162','93','189677.12',    '103','34','68387.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102958.0','1044800.0','1',    '1','1','617.27',    '1','1','617.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014695.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102959.0','1044800.0','177',    '164','82','243163.58',    '151','44','155136.89',    '134','58','88026.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014696.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102960.0','1044800.0','2',    '2','2','13590.13',    '2','1','12394.64',    '2','1','1195.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014697.0','1019233.0','47',    '37','24','44199.05',    '35','21','41187.85',    '24','5','3011.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102961.0','1044800.0','1',    '1','1','9595.72',    '1','1','9595.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014698.0','1019233.0','282',    '253','55','418174.93',    '248','41','301354.98',    '140','40','116819.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102962.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014699.0','1019233.0','276',    '261','168','286722.39',    '260','163','278475.02',    '153','23','8247.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102963.0','1044800.0','43',    '42','20','67149.29',    '41','16','51169.31',    '22','8','15979.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014700.0','1019233.0','20',    '17','14','41115.05',    '17','13','37805.29',    '13','4','3309.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102964.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014701.0','1019233.0','63',    '60','25','91962.45',    '59','25','82298.41',    '35','4','9664.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102965.0','1044800.0','18',    '16','12','25622.71',    '16','12','25622.71',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014702.0','1019233.0','48',    '46','39','73599.14',    '46','37','72631.17',    '31','5','967.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102966.0','1044800.0','1',    '1','1','1000.0',    '0','0','0.0',    '1','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014703.0','1019233.0','25',    '17','11','35635.57',    '17','11','35635.57',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102967.0','1044800.0','61',    '57','21','40197.7',    '57','19','35800.53',    '33','8','4397.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014704.0','1019233.0','17',    '14','8','13691.66',    '13','6','13383.67',    '7','2','307.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102968.0','1044800.0','2',    '2','1','54.8',    '2','1','54.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014705.0','1019233.0','3',    '3','3','6178.27',    '3','3','6070.27',    '3','1','108.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102969.0','1044800.0','1',    '1','1','1336.32',    '1','1','1136.33',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014706.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102970.0','1044800.0','3',    '3','3','19436.87',    '3','3','19436.87',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014707.0','1019233.0','3',    '2','2','1548.8',    '2','2','1548.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102971.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014708.0','1019233.0','2',    '1','1','2502.44',    '1','1','2502.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102972.0','1044800.0','7',    '7','6','8458.43',    '7','5','7593.44',    '4','1','864.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014709.0','1019233.0','1',    '1','1','2106.74',    '1','1','2106.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102973.0','1044800.0','3',    '2','1','202.94',    '2','1','202.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014710.0','1019233.0','6',    '6','6','20082.34',    '6','5','19464.74',    '5','2','617.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102974.0','1044800.0','11',    '9','3','23465.02',    '9','2','14886.63',    '6','3','8578.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014711.0','1019233.0','6',    '6','3','5625.85',    '6','3','5625.85',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102975.0','1044800.0','8',    '8','5','19028.53',    '7','5','19028.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014712.0','1019233.0','96',    '79','54','177116.89',    '79','51','161168.68',    '46','13','15948.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102976.0','1044800.0','2',    '2','1','13957.44',    '2','1','13957.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014713.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102977.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014714.0','1019233.0','96',    '90','66','118191.69',    '90','66','111042.74',    '55','12','7148.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102978.0','1044800.0','1',    '1','1','942.65',    '1','1','942.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014715.0','1019233.0','1',    '1','1','837.82',    '1','1','837.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102979.0','1044800.0','2',    '2','2','1054.11',    '2','2','1054.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014716.0','1019233.0','9',    '8','4','14283.01',    '8','4','12215.06',    '5','1','2067.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102980.0','1044800.0','24',    '21','18','36987.5',    '21','18','35412.4',    '16','4','1575.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014717.0','1019233.0','41',    '40','22','50404.68',    '40','21','43614.64',    '22','5','6790.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102981.0','1044800.0','3',    '2','1','1143.0',    '2','1','1143.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014718.0','1019233.0','2',    '2','1','5172.19',    '2','1','5172.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102982.0','1044800.0','1',    '1','1','1359.97',    '1','0','0.0',    '1','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014719.0','1019233.0','4',    '3','2','3408.4',    '2','2','3028.43',    '3','2','379.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102983.0','1044800.0','3',    '3','2','3534.81',    '3','2','3534.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014720.0','1019233.0','1',    '1','1','2986.23',    '1','1','2861.23',    '1','1','125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102984.0','1044800.0','28',    '23','13','75581.76',    '22','13','75581.76',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014721.0','1019233.0','275',    '267','236','569547.45',    '265','227','544542.35',    '188','70','25005.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102985.0','1044800.0','11',    '9','8','22804.9',    '9','5','17396.5',    '9','7','5408.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014722.0','1019233.0','52',    '49','36','124224.13',    '49','31','116405.17',    '34','14','7818.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102986.0','1044800.0','14',    '14','5','4035.87',    '12','4','2193.26',    '11','3','1842.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014723.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102987.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014724.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102988.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014725.0','1019233.0','1',    '1','1','1669.95',    '1','1','1174.95',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102989.0','1044800.0','1',    '1','1','2350.05',    '1','1','2350.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014726.0','1019233.0','100',    '94','41','126112.83',    '91','37','109443.49',    '45','8','16669.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102990.0','1044800.0','187',    '168','127','334369.24',    '154','107','250533.71',    '122','60','83835.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014727.0','1019233.0','3',    '3','2','2899.16',    '3','2','2899.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102991.0','1044800.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014728.0','1019233.0','6',    '3','3','3130.94',    '3','2','1590.96',    '3','2','1539.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102992.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014729.0','1019233.0','137',    '127','72','177996.2',    '122','67','167029.45',    '90','20','10966.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102993.0','1044800.0','13',    '12','12','29021.71',    '12','12','25019.24',    '6','3','4002.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014730.0','1019233.0','35',    '26','5','7044.6',    '24','3','3218.26',    '11','3','3826.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102994.0','1044800.0','1',    '1','1','5070.68',    '1','1','3989.21',    '1','1','1081.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014731.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102995.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014732.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102996.0','1044800.0','13',    '11','4','10524.54',    '11','4','10524.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014733.0','1019233.0','64',    '61','41','266262.71',    '60','38','223169.89',    '37','17','43092.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102997.0','1044800.0','57',    '50','22','58391.99',    '48','20','51648.16',    '29','9','6743.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014734.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102998.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014735.0','1019233.0','19',    '15','15','81421.33',    '15','15','70908.14',    '10','7','10513.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2102999.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014736.0','1019233.0','14',    '13','12','28891.15',    '13','12','28172.82',    '10','2','718.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103000.0','1044800.0','2',    '2','1','503.49',    '2','1','503.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014737.0','1019233.0','3',    '2','1','791.67',    '2','0','0.0',    '1','1','791.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103001.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014738.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103002.0','1044800.0','2',    '2','2','2684.56',    '2','2','2684.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014739.0','1019233.0','138',    '129','77','159216.78',    '128','74','141582.21',    '85','13','17634.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103003.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014740.0','1019233.0','47',    '37','19','24489.3',    '37','16','20575.77',    '18','5','3913.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103004.0','1044800.0','10',    '9','5','12085.38',    '9','5','11095.4',    '4','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014741.0','1019233.0','93',    '88','62','330564.0',    '85','57','261255.65',    '66','37','69308.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103005.0','1044800.0','11',    '11','10','20492.13',    '11','10','19022.16',    '9','5','1469.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014742.0','1019233.0','1',    '1','1','1730.88',    '1','1','1730.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103006.0','1044800.0','35',    '33','23','75028.24',    '31','21','70257.45',    '24','10','4770.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014743.0','1019233.0','42',    '40','31','70366.71',    '39','31','66726.78',    '20','6','3639.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103007.0','1044800.0','3',    '3','2','7726.82',    '2','2','7726.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014744.0','1019233.0','3',    '3','1','3514.17',    '3','1','3514.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103008.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014745.0','1019233.0','8',    '7','4','17035.58',    '7','4','16841.82',    '4','1','193.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103009.0','1044800.0','3',    '3','1','1810.9',    '3','1','1810.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014746.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103010.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014747.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103011.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014748.0','1019233.0','7',    '7','5','11214.43',    '6','4','10216.59',    '4','2','997.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103012.0','1044800.0','3',    '2','2','1521.61',    '2','2','1321.62',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014749.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103013.0','1044800.0','1',    '1','1','2952.68',    '1','1','2952.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014750.0','1019233.0','49',    '45','31','87304.26',    '44','31','79028.94',    '23','6','8275.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103014.0','1044800.0','3',    '2','1','197.83',    '2','1','197.83',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014751.0','1019233.0','15',    '11','6','11986.23',    '11','6','11986.23',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103015.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014752.0','1019233.0','1',    '1','1','1453.75',    '1','0','0.0',    '1','1','1453.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103016.0','1044800.0','1',    '1','1','2454.05',    '1','1','2454.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014753.0','1019233.0','4',    '4','4','19921.68',    '4','3','17760.29',    '3','2','2161.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103017.0','1044800.0','148',    '130','72','131053.49',    '128','67','124330.35',    '82','10','6723.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014754.0','1019233.0','3',    '2','1','2625.89',    '2','1','2625.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103018.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014755.0','1019233.0','1',    '1','1','1025.82',    '1','1','1025.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103019.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014756.0','1019233.0','14',    '14','12','57253.47',    '14','12','42737.18',    '10','6','14516.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103020.0','1044800.0','37',    '28','4','3153.26',    '26','0','0.0',    '12','4','3153.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014757.0','1019233.0','6',    '6','5','2417.35',    '6','4','2217.36',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103021.0','1044800.0','26',    '21','15','28555.89',    '21','13','18626.55',    '14','4','9929.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005744.0','1019233.0','46',    '43','39','54683.18',    '41','38','52321.32',    '28','9','2361.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094008.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014758.0','1019233.0','1',    '1','1','1517.25',    '1','1','1517.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103022.0','1044800.0','3',    '3','1','6236.44',    '3','1','6236.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014759.0','1019233.0','20',    '13','8','22836.73',    '13','8','21807.42',    '7','2','1029.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103023.0','1044800.0','18',    '18','10','68163.97',    '17','9','54868.86',    '13','5','13295.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014760.0','1019233.0','6',    '5','2','1569.03',    '5','2','1569.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103024.0','1044800.0','1',    '1','1','2970.09',    '1','1','2970.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005775.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094039.0','1044800.0','5',    '5','3','3315.2',    '5','3','3080.2',    '2','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014761.0','1019233.0','3',    '3','1','1379.69',    '3','0','0.0',    '3','1','1379.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103025.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014762.0','1019233.0','165',    '147','100','237525.14',    '144','94','214879.13',    '95','21','22646.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103026.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014763.0','1019233.0','1',    '1','1','63.28',    '1','1','63.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103027.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014764.0','1019233.0','15',    '12','10','37348.03',    '12','9','31480.8',    '5','3','5867.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103028.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014765.0','1019233.0','3',    '3','2','14716.46',    '3','2','11353.16',    '2','1','3363.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103029.0','1044800.0','11',    '11','10','26313.78',    '11','10','24763.81',    '8','3','1549.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014766.0','1019233.0','7',    '7','5','7253.68',    '7','5','6833.68',    '7','2','420.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103030.0','1044800.0','19',    '18','13','20612.92',    '18','13','20052.93',    '14','3','559.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014767.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103031.0','1044800.0','104',    '95','77','164710.26',    '93','71','156103.74',    '61','18','8606.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014768.0','1019233.0','2',    '2','2','7512.14',    '2','2','7512.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103032.0','1044800.0','7',    '7','3','3265.72',    '7','3','3037.88',    '4','1','227.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014769.0','1019233.0','30',    '30','24','42690.73',    '30','16','31948.09',    '21','9','10742.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103033.0','1044800.0','19',    '17','13','41742.11',    '17','12','40891.59',    '9','2','850.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014770.0','1019233.0','1',    '1','1','5000.0',    '0','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103034.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014771.0','1019233.0','4',    '2','1','1561.08',    '2','1','1561.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103035.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014772.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103036.0','1044800.0','1',    '1','1','616.8',    '1','1','616.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014773.0','1019233.0','7',    '6','2','6231.99',    '6','2','6231.99',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103037.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014774.0','1019233.0','6',    '6','5','12284.33',    '6','5','12284.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103038.0','1044800.0','11',    '10','6','8220.66',    '10','6','8220.66',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005784.0','1019233.0','6',    '6','3','13845.25',    '6','3','13645.26',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094048.0','1044800.0','1',    '1','1','1519.43',    '1','1','1319.44',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014775.0','1019233.0','3',    '2','2','3407.94',    '2','2','3407.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103039.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014776.0','1019233.0','1',    '1','1','197.55',    '1','1','197.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103040.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014777.0','1019233.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103041.0','1044800.0','4',    '4','2','4466.8',    '4','2','4466.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014778.0','1019233.0','11',    '11','8','33826.36',    '11','7','30796.41',    '10','3','3029.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103042.0','1044800.0','269',    '246','148','317132.84',    '231','124','287288.53',    '164','51','29844.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014779.0','1019233.0','9',    '9','6','10881.91',    '9','4','4193.84',    '7','4','6688.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103043.0','1044800.0','8',    '6','3','20986.22',    '6','3','17409.93',    '4','2','3576.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014780.0','1019233.0','25',    '20','7','26028.65',    '20','6','21954.45',    '17','3','4074.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103044.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014781.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103045.0','1044800.0','173',    '167','113','910935.21',    '163','104','831082.15',    '123','49','79853.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014782.0','1019233.0','19',    '17','13','32841.41',    '17','12','29644.82',    '9','4','3196.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103046.0','1044800.0','24',    '18','4','9686.25',    '16','1','1911.25',    '7','3','7775.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014783.0','1019233.0','10',    '8','3','2001.08',    '8','3','2001.08',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103047.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014784.0','1019233.0','40',    '27','19','31994.24',    '27','14','21443.91',    '17','6','10550.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103048.0','1044800.0','1',    '1','1','3081.11',    '1','1','3081.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014785.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103049.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014786.0','1019233.0','1',    '1','1','1359.97',    '1','0','0.0',    '1','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103050.0','1044800.0','9',    '9','4','10706.68',    '9','4','9853.35',    '6','1','853.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005708.0','1019233.0','1',    '1','1','1619.01',    '1','1','1619.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093972.0','1044800.0','1',    '1','1','1130.93',    '1','1','1130.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014787.0','1019233.0','249',    '229','209','565431.05',    '227','202','518907.39',    '160','64','46523.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103051.0','1044800.0','2',    '1','1','3728.91',    '1','1','1189.0',    '1','1','2539.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014788.0','1019233.0','71',    '66','43','179722.06',    '63','34','155444.96',    '49','20','24277.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103052.0','1044800.0','20',    '18','14','14981.35',    '17','12','13984.69',    '12','5','996.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014789.0','1019233.0','1',    '1','1','5471.26',    '1','1','5076.42',    '1','1','394.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103053.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014790.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103054.0','1044800.0','4',    '3','1','1884.99',    '3','1','633.0',    '2','1','1251.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014791.0','1019233.0','1',    '1','1','447.73',    '1','1','447.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103055.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014792.0','1019233.0','7',    '7','6','13276.17',    '7','6','11776.21',    '7','3','1499.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103056.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014793.0','1019233.0','4',    '4','2','10315.88',    '4','2','10063.25',    '3','1','252.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103057.0','1044800.0','1',    '1','1','22087.46',    '1','1','14990.0',    '1','1','7097.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014794.0','1019233.0','56',    '45','20','36256.98',    '44','16','30577.04',    '31','7','5679.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103058.0','1044800.0','4',    '4','1','579.0',    '4','1','579.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014795.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103059.0','1044800.0','20',    '19','12','33129.86',    '18','12','31072.83',    '7','2','2057.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014796.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103060.0','1044800.0','13',    '11','10','24583.02',    '11','9','22115.09',    '7','3','2467.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014797.0','1019233.0','2',    '2','1','7195.14',    '2','1','7195.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103061.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014798.0','1019233.0','1',    '1','1','1519.2',    '1','0','0.0',    '1','1','1519.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103062.0','1044800.0','259',    '230','168','602896.19',    '224','160','525476.23',    '137','41','77419.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005825.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094089.0','1044800.0','7',    '5','2','4126.5',    '5','2','4126.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014799.0','1019233.0','2',    '2','2','1536.42',    '2','2','1336.43',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103063.0','1044800.0','4',    '4','3','3218.43',    '3','3','3093.43',    '2','1','125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005806.0','1019233.0','4',    '4','3','959.15',    '4','3','959.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094070.0','1044800.0','22',    '17','4','11583.57',    '15','3','11043.57',    '9','1','540.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014800.0','1019233.0','5',    '5','3','4271.88',    '5','3','4271.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103064.0','1044800.0','2',    '2','2','4404.08',    '2','2','4404.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014801.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103065.0','1044800.0','6',    '6','5','31746.09',    '5','4','25473.28',    '5','2','6272.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005774.0','1019233.0','4',    '4','1','5832.8',    '4','1','5782.8',    '2','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094038.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014802.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103066.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014803.0','1019233.0','53',    '46','28','54611.39',    '44','23','46427.13',    '32','14','8184.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103067.0','1044800.0','168',    '149','70','145326.0',    '142','56','65966.49',    '96','31','79359.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014804.0','1019233.0','2',    '2','1','1785.07',    '2','1','1785.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103068.0','1044800.0','1',    '1','1','698.85',    '1','1','698.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014805.0','1019233.0','253',    '217','164','519218.64',    '214','160','462192.7',    '129','39','57025.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103069.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014806.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103070.0','1044800.0','2',    '2','1','2638.42',    '1','1','2638.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014807.0','1019233.0','1',    '1','1','8630.08',    '1','1','469.0',    '1','1','8161.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103071.0','1044800.0','1',    '1','1','4310.02',    '1','1','4310.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014808.0','1019233.0','4',    '4','3','1861.37',    '4','3','1661.38',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103072.0','1044800.0','2',    '2','2','1942.65',    '2','2','1899.51',    '2','1','43.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005761.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094025.0','1044800.0','2',    '2','1','2291.18',    '2','1','1143.0',    '2','1','1148.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014809.0','1019233.0','11',    '11','6','7610.26',    '11','6','7610.26',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103073.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014810.0','1019233.0','51',    '47','23','40263.22',    '44','21','38740.66',    '37','4','1522.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103074.0','1044800.0','1',    '1','1','1000.0',    '1','0','0.0',    '1','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005808.0','1019233.0','3',    '3','2','3088.71',    '3','2','3088.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094072.0','1044800.0','1',    '1','1','5145.59',    '1','1','4754.4',    '1','1','391.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014811.0','1019233.0','12',    '11','9','20099.14',    '10','8','19991.14',    '7','1','108.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103075.0','1044800.0','24',    '21','13','23260.22',    '19','13','23060.23',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014812.0','1019233.0','5',    '4','3','8983.51',    '4','3','8983.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103076.0','1044800.0','1',    '1','1','405.22',    '1','1','405.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014813.0','1019233.0','3',    '3','3','7476.1',    '3','3','7287.1',    '3','1','189.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103077.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014814.0','1019233.0','2',    '2','2','1171.0',    '2','2','1171.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103078.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005825.0','1019233.0','1',    '1','1','1155.11',    '1','1','1155.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094089.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014815.0','1019233.0','7',    '6','6','8627.52',    '6','6','8427.53',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103079.0','1044800.0','2',    '2','2','16844.39',    '2','2','16844.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014816.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103080.0','1044800.0','3',    '3','3','10558.08',    '3','3','10558.08',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014817.0','1019233.0','2',    '2','1','1359.97',    '2','0','0.0',    '2','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103081.0','1044800.0','59',    '53','45','97565.67',    '50','42','89059.57',    '32','17','8506.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014818.0','1019233.0','10',    '9','9','18413.21',    '9','9','17156.76',    '7','3','1256.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103082.0','1044800.0','2',    '2','2','2739.38',    '2','2','2739.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014819.0','1019233.0','94',    '88','65','562134.72',    '86','55','454156.09',    '72','41','107978.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103083.0','1044800.0','1',    '1','1','949.13',    '1','0','0.0',    '1','1','949.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014820.0','1019233.0','4',    '4','2','3195.18',    '4','1','2344.66',    '3','1','850.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103084.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014821.0','1019233.0','3',    '3','1','2219.16',    '3','1','2019.17',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103085.0','1044800.0','5',    '4','1','709.45',    '4','1','709.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014822.0','1019233.0','2',    '1','1','1212.98',    '1','1','1212.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103086.0','1044800.0','5',    '5','4','28366.55',    '5','4','25838.34',    '3','1','2528.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014823.0','1019233.0','1',    '1','1','981.73',    '1','1','981.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103087.0','1044800.0','1',    '1','1','1210.66',    '1','1','1210.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014824.0','1019233.0','6',    '5','2','11108.71',    '5','2','11108.71',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103088.0','1044800.0','3',    '3','2','2553.43',    '3','2','2553.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014825.0','1019233.0','2',    '2','2','4585.48',    '2','2','4585.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103089.0','1044800.0','48',    '47','38','56241.36',    '46','25','43266.06',    '37','19','12975.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014826.0','1019233.0','3',    '3','3','12220.77',    '3','3','12220.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103090.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014827.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103091.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014828.0','1019233.0','17',    '17','12','56151.33',    '17','10','38157.05',    '11','8','17994.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103092.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014829.0','1019233.0','84',    '81','55','339952.35',    '79','54','308601.84',    '48','18','31350.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103093.0','1044800.0','4',    '4','2','5633.0',    '3','1','633.0',    '3','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014830.0','1019233.0','47',    '44','33','149864.39',    '43','32','140710.87',    '18','8','9153.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103094.0','1044800.0','2',    '2','1','3380.27',    '2','1','3380.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014831.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103095.0','1044800.0','1',    '1','1','2579.09',    '1','1','2579.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014832.0','1019233.0','14',    '12','1','369.99',    '11','0','0.0',    '7','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103096.0','1044800.0','1',    '1','1','1661.97',    '1','1','671.99',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014833.0','1019233.0','48',    '48','38','78785.36',    '47','32','67764.07',    '38','15','11021.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103097.0','1044800.0','2',    '2','2','11095.94',    '2','2','11095.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014834.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103098.0','1044800.0','7',    '7','3','1741.51',    '7','3','1741.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014835.0','1019233.0','25',    '23','11','19473.12',    '22','8','14144.46',    '18','6','5328.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103099.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005791.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094055.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014836.0','1019233.0','1',    '1','1','2508.33',    '1','1','2508.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103100.0','1044800.0','25',    '25','21','63378.34',    '25','19','55255.56',    '23','6','8122.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014837.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103101.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014838.0','1019233.0','31',    '29','13','42593.65',    '25','11','36222.37',    '21','3','6371.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103102.0','1044800.0','12',    '10','8','21985.1',    '10','7','19244.3',    '5','2','2740.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014839.0','1019233.0','8',    '8','5','5879.44',    '8','4','5386.21',    '7','2','493.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103103.0','1044800.0','21',    '18','7','21138.07',    '17','7','13286.97',    '12','2','7851.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014840.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103104.0','1044800.0','5',    '4','4','3535.79',    '3','3','2789.13',    '4','3','746.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014841.0','1019233.0','4',    '4','1','938.26',    '4','1','938.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103105.0','1044800.0','2',    '2','2','3098.47',    '2','2','2906.94',    '2','1','191.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014842.0','1019233.0','1',    '1','1','447.79',    '1','1','447.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103106.0','1044800.0','80',    '79','61','152446.47',    '78','58','146793.91',    '52','22','5652.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014843.0','1019233.0','2',    '2','2','5741.03',    '2','2','5741.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103107.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014844.0','1019233.0','19',    '19','11','21455.74',    '19','11','21060.9',    '7','1','394.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103108.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014845.0','1019233.0','7',    '7','6','20669.31',    '7','6','20669.31',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103109.0','1044800.0','16',    '15','8','18610.12',    '15','8','16520.15',    '10','3','2089.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014846.0','1019233.0','2',    '2','2','2739.11',    '2','2','2258.8',    '2','2','480.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103110.0','1044800.0','7',    '7','6','12888.95',    '7','4','9161.61',    '4','2','3727.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014847.0','1019233.0','13',    '12','11','33892.32',    '11','11','33292.35',    '9','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103111.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014848.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103112.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014849.0','1019233.0','12',    '12','3','7636.28',    '11','3','4761.28',    '11','1','2875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103113.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014850.0','1019233.0','17',    '17','7','15605.73',    '15','3','3324.18',    '15','6','12281.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103114.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014851.0','1019233.0','4',    '4','1','768.0',    '4','1','768.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103115.0','1044800.0','4',    '3','1','550.0',    '3','0','0.0',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014852.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103116.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014853.0','1019233.0','3',    '3','2','1100.0',    '1','0','0.0',    '3','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103117.0','1044800.0','9',    '7','6','31564.06',    '7','2','1620.0',    '6','5','29944.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014854.0','1019233.0','4',    '3','1','550.0',    '3','0','0.0',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103118.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014855.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103119.0','1044800.0','9',    '8','4','13644.62',    '5','3','8063.39',    '6','3','5581.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014856.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103120.0','1044800.0','1',    '1','1','242.08',    '1','0','0.0',    '1','1','242.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014857.0','1019233.0','2',    '2','2','5019.0',    '2','1','1024.0',    '2','2','3995.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103121.0','1044800.0','1',    '1','1','419.52',    '1','0','0.0',    '1','1','419.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014858.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103122.0','1044800.0','5',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014859.0','1019233.0','6',    '5','2','4990.46',    '3','1','2700.7',    '5','2','2289.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103123.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014860.0','1019233.0','32',    '32','20','59365.94',    '31','14','15605.6',    '30','17','43760.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103124.0','1044800.0','3',    '3','2','3514.66',    '2','1','761.34',    '2','1','2753.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014861.0','1019233.0','3',    '3','2','5401.36',    '3','2','3339.76',    '2','2','2061.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103125.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014862.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103126.0','1044800.0','9',    '9','4','38443.27',    '7','2','32717.43',    '6','3','5725.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014863.0','1019233.0','10',    '10','4','33917.48',    '9','4','30133.95',    '8','2','3783.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103127.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014864.0','1019233.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103128.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005729.0','1019233.0','7',    '7','3','23489.76',    '5','2','16342.99',    '6','3','7146.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093993.0','1044800.0','3',    '1','1','205.0',    '1','0','0.0',    '1','1','205.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005729.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093993.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014865.0','1019233.0','4',    '4','3','31872.0',    '4','3','31872.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103129.0','1044800.0','5',    '5','3','4293.33',    '3','1','1101.15',    '5','3','3192.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014866.0','1019233.0','13',    '12','5','3315.79',    '10','2','1405.6',    '5','4','1910.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103130.0','1044800.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014867.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103131.0','1044800.0','73',    '69','43','339018.68',    '66','38','289016.37',    '41','15','50002.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005838.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094102.0','1044800.0','5',    '3','1','1671.31',    '3','1','1671.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014868.0','1019233.0','7',    '5','2','20609.65',    '5','2','20609.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103132.0','1044800.0','113',    '93','5','51140.16',    '87','4','38970.95',    '43','3','12169.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005791.0','1019233.0','2',    '2','2','10000.0',    '2','0','0.0',    '2','2','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094055.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014869.0','1019233.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103133.0','1044800.0','5',    '5','5','46378.97',    '5','5','46378.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014870.0','1019233.0','1',    '1','1','3340.43',    '1','1','3340.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103134.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014871.0','1019233.0','5',    '5','1','5002.69',    '5','1','549.0',    '2','1','4453.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103135.0','1044800.0','11',    '11','0','0.0',    '6','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014872.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103136.0','1044800.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014873.0','1019233.0','37',    '35','28','89727.38',    '34','23','16282.48',    '31','24','73444.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103137.0','1044800.0','10',    '9','0','0.0',    '6','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014874.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103138.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014875.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103139.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005810.0','1019233.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094074.0','1044800.0','11',    '10','3','5028.74',    '9','3','5028.74',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014876.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103140.0','1044800.0','7',    '5','3','7134.27',    '5','3','7134.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014877.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103141.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014878.0','1019233.0','2',    '2','1','550.0',    '0','0','0.0',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103142.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014879.0','1019233.0','5',    '3','1','7734.25',    '3','1','7351.88',    '2','1','382.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103143.0','1044800.0','11',    '11','8','35689.38',    '11','8','35689.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014880.0','1019233.0','24',    '19','0','0.0',    '12','0','0.0',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103144.0','1044800.0','61',    '54','19','84291.05',    '52','16','81105.66',    '30','5','3185.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014881.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103145.0','1044800.0','10',    '10','4','9593.16',    '9','2','1792.0',    '7','3','7801.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014882.0','1019233.0','113',    '99','6','2711.07',    '79','0','0.0',    '85','6','2711.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103146.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014883.0','1019233.0','1',    '1','1','5000.0',    '0','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103147.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014884.0','1019233.0','32',    '25','0','0.0',    '17','0','0.0',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103148.0','1044800.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014885.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103149.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014886.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103150.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014887.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103151.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014888.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103152.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014889.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103153.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014890.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103154.0','1044800.0','4',    '3','1','2293.41',    '3','1','2293.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014891.0','1019233.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103155.0','1044800.0','6',    '6','3','35962.65',    '6','2','30386.8',    '3','3','5575.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005701.0','1019233.0','8',    '7','0','0.0',    '7','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093965.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005775.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094039.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014892.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103156.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014893.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103157.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014894.0','1019233.0','2',    '1','1','26736.44',    '1','1','23926.37',    '1','1','2810.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103158.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014895.0','1019233.0','6',    '6','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103159.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014896.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103160.0','1044800.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014897.0','1019233.0','27',    '22','1','200.0',    '17','0','0.0',    '22','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103161.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005970.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094234.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014898.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103162.0','1044800.0','1',    '1','1','1081.86',    '1','1','1081.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014899.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103163.0','1044800.0','6',    '5','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014900.0','1019233.0','4',    '4','0','0.0',    '1','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103164.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014901.0','1019233.0','147',    '134','17','16727.63',    '99','3','6687.0',    '122','17','10040.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103165.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014902.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103166.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005788.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094052.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014903.0','1019233.0','146',    '132','9','8232.54',    '102','2','2082.0',    '127','8','6150.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103167.0','1044800.0','1',    '1','1','8175.58',    '1','1','6738.47',    '1','1','1437.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014904.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103168.0','1044800.0','10',    '8','0','0.0',    '5','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014905.0','1019233.0','65',    '56','2','1067.77',    '34','0','0.0',    '50','2','1067.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103169.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005815.0','1019233.0','15',    '13','9','22895.54',    '13','8','18304.52',    '8','4','4591.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094079.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014906.0','1019233.0','18',    '17','9','34496.77',    '15','5','3826.0',    '13','9','30670.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103170.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005756.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094020.0','1044800.0','3',    '3','3','8301.96',    '3','2','5791.35',    '3','2','2510.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014907.0','1019233.0','1',    '1','1','5000.0',    '1','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103171.0','1044800.0','1',    '1','1','123.28',    '1','1','123.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014908.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103172.0','1044800.0','31',    '24','0','0.0',    '21','0','0.0',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014909.0','1019233.0','1',    '1','1','2937.0',    '1','1','2937.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103173.0','1044800.0','5',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014910.0','1019233.0','28',    '25','10','40761.03',    '21','6','11724.59',    '19','9','29036.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103174.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014911.0','1019233.0','7',    '5','1','2393.55',    '5','1','2393.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103175.0','1044800.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014912.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103176.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014913.0','1019233.0','11',    '9','1','822.51',    '3','0','0.0',    '9','1','822.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103177.0','1044800.0','58',    '46','2','6698.77',    '34','0','0.0',    '44','2','6698.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014914.0','1019233.0','5',    '5','1','550.0',    '3','0','0.0',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103178.0','1044800.0','21',    '18','10','15993.86',    '16','3','5999.09',    '14','9','9994.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014915.0','1019233.0','9',    '7','0','0.0',    '5','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103179.0','1044800.0','8',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014916.0','1019233.0','4',    '3','3','21724.17',    '3','1','19282.06',    '3','3','2442.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103180.0','1044800.0','9',    '6','1','89.99',    '3','0','0.0',    '5','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014917.0','1019233.0','1',    '1','1','21453.44',    '1','1','21453.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103181.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014918.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103182.0','1044800.0','105',    '79','0','0.0',    '61','0','0.0',    '68','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005839.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094103.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014919.0','1019233.0','20',    '16','1','298.77',    '13','0','0.0',    '14','1','298.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103183.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014920.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103184.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005806.0','1019233.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094070.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014921.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103185.0','1044800.0','8',    '6','1','1680.0',    '5','1','1680.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014922.0','1019233.0','203',    '187','117','1036863.35',    '185','114','916653.19',    '103','45','120210.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103186.0','1044800.0','16',    '10','7','136079.78',    '9','7','130393.19',    '7','2','5686.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014923.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103187.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014924.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103188.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014925.0','1019233.0','2',    '2','1','15302.23',    '2','1','15302.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103189.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014926.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103190.0','1044800.0','21',    '16','1','517.77',    '12','0','0.0',    '13','1','517.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005746.0','1019233.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094010.0','1044800.0','1',    '1','1','517.77',    '0','0','0.0',    '1','1','517.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014927.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103191.0','1044800.0','21',    '15','1','169.99',    '13','0','0.0',    '7','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014928.0','1019233.0','29',    '26','0','0.0',    '21','0','0.0',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103192.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014929.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103193.0','1044800.0','14',    '13','0','0.0',    '6','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014930.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103194.0','1044800.0','26',    '21','3','1125.53',    '15','0','0.0',    '21','3','1125.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014931.0','1019233.0','44',    '37','0','0.0',    '23','0','0.0',    '33','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103195.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014932.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103196.0','1044800.0','12',    '11','0','0.0',    '6','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014933.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103197.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014934.0','1019233.0','1',    '1','1','1900.06',    '1','1','1900.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103198.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014935.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103199.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014936.0','1019233.0','6',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103200.0','1044800.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014937.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103201.0','1044800.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014938.0','1019233.0','12',    '10','1','89.99',    '3','0','0.0',    '9','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103202.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014939.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103203.0','1044800.0','45',    '15','0','0.0',    '14','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014940.0','1019233.0','11',    '10','1','517.77',    '9','0','0.0',    '10','1','517.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103204.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014941.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103205.0','1044800.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005829.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094093.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014942.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103206.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014943.0','1019233.0','24',    '8','0','0.0',    '4','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103207.0','1044800.0','6',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014944.0','1019233.0','26',    '16','5','15334.9',    '13','5','15334.9',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103208.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014945.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103209.0','1044800.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005739.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094003.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014946.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103210.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014947.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103211.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014948.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103212.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014949.0','1019233.0','29',    '6','0','0.0',    '2','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103213.0','1044800.0','6',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014950.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103214.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014951.0','1019233.0','10',    '9','0','0.0',    '5','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103215.0','1044800.0','4',    '3','3','5333.72',    '3','3','4584.7',    '3','2','749.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014952.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103216.0','1044800.0','48',    '46','30','146031.92',    '46','27','125689.64',    '30','9','20342.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014953.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103217.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014954.0','1019233.0','70',    '62','9','6904.06',    '52','1','1041.0',    '56','9','5863.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103218.0','1044800.0','22',    '15','5','5771.0',    '15','5','5221.0',    '8','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014955.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103219.0','1044800.0','573',    '246','5','39159.24',    '199','4','38367.52',    '114','2','791.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014956.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103220.0','1044800.0','1',    '1','1','1142.0',    '1','1','1142.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014957.0','1019233.0','43',    '38','3','3184.31',    '24','1','1300.0',    '36','3','1884.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103221.0','1044800.0','3',    '1','1','979.0',    '1','1','979.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014958.0','1019233.0','16',    '6','2','2284.0',    '6','2','2284.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103222.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014917.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103181.0','1044800.0','1',    '1','1','1330.0',    '1','1','1330.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014959.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103223.0','1044800.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014960.0','1019233.0','12',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103224.0','1044800.0','48',    '46','5','13376.05',    '46','3','12645.21',    '18','2','730.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014961.0','1019233.0','2',    '1','1','1355.0',    '1','1','1355.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103225.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014962.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103226.0','1044800.0','48',    '23','1','1117.0',    '19','1','1117.0',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014963.0','1019233.0','10',    '7','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103227.0','1044800.0','49',    '27','1','43.01',    '15','0','0.0',    '19','1','43.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014964.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103228.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014965.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103229.0','1044800.0','752',    '706','467','836902.05',    '692','350','645287.05',    '512','233','191615.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014966.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103230.0','1044800.0','1',    '1','1','835.0',    '0','0','0.0',    '1','1','835.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014967.0','1019233.0','19',    '9','0','0.0',    '7','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103231.0','1044800.0','4',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014968.0','1019233.0','2',    '2','1','28800.0',    '2','1','28800.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103232.0','1044800.0','22',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014969.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103233.0','1044800.0','7',    '6','4','20803.35',    '5','4','11654.28',    '3','1','9149.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014970.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103234.0','1044800.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014971.0','1019233.0','11',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103235.0','1044800.0','5',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014972.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103236.0','1044800.0','125',    '66','5','2147.94',    '49','0','0.0',    '46','5','2147.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014973.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103237.0','1044800.0','6',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014974.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103238.0','1044800.0','50',    '49','41','64869.53',    '48','40','59463.87',    '31','9','5405.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014975.0','1019233.0','1',    '1','1','495.84',    '1','0','0.0',    '1','1','495.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103239.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014774.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103038.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014976.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103240.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014977.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103241.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014978.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103242.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014979.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103243.0','1044800.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014980.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103244.0','1044800.0','13',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014981.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103245.0','1044800.0','281',    '170','43','408821.09',    '152','39','313064.69',    '98','18','95756.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014982.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103246.0','1044800.0','1',    '1','1','60.71',    '0','0','0.0',    '1','1','60.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005747.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094011.0','1044800.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014983.0','1019233.0','26',    '8','1','729.99',    '6','0','0.0',    '4','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103247.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014984.0','1019233.0','36',    '25','19','198677.18',    '23','18','194428.23',    '16','6','4248.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103248.0','1044800.0','13',    '8','0','0.0',    '4','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014985.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103249.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014986.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103250.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014987.0','1019233.0','497',    '475','397','668105.32',    '464','319','547321.96',    '343','182','120783.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103251.0','1044800.0','25',    '23','2','4386.0',    '19','2','4386.0',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014988.0','1019233.0','39',    '22','4','6318.26',    '17','3','4211.62',    '12','2','2106.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103252.0','1044800.0','399',    '290','75','649679.31',    '268','68','370810.19',    '162','44','278869.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014989.0','1019233.0','43',    '20','2','2121.0',    '16','2','2121.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103253.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014990.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103254.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014991.0','1019233.0','37',    '35','4','4370.87',    '30','0','0.0',    '29','4','4370.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103255.0','1044800.0','19',    '17','7','84875.49',    '17','7','53075.73',    '7','3','31799.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014992.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103256.0','1044800.0','20',    '6','1','550.0',    '1','0','0.0',    '6','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014993.0','1019233.0','97',    '57','15','39174.18',    '49','12','27495.9',    '36','7','11678.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103257.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014994.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103258.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014995.0','1019233.0','16',    '14','9','10380.33',    '14','9','8307.84',    '8','2','2072.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103259.0','1044800.0','136',    '116','9','13138.11',    '95','2','6488.0',    '98','9','6650.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014996.0','1019233.0','5',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103260.0','1044800.0','1',    '1','1','979.0',    '1','1','979.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014935.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103199.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014997.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103261.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005784.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094048.0','1044800.0','48',    '22','8','31014.95',    '19','8','8846.8',    '11','3','22168.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014998.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103262.0','1044800.0','93',    '69','7','70066.73',    '63','7','31576.28',    '32','6','38490.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014999.0','1019233.0','27',    '13','0','0.0',    '8','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103263.0','1044800.0','53',    '31','0','0.0',    '18','0','0.0',    '25','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015000.0','1019233.0','22',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103264.0','1044800.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015001.0','1019233.0','96',    '91','67','123631.56',    '89','65','114245.9',    '59','15','9385.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103265.0','1044800.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015002.0','1019233.0','13',    '13','10','7759.31',    '13','9','7437.56',    '6','1','321.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103266.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015003.0','1019233.0','18',    '10','1','794.92',    '9','0','0.0',    '4','1','794.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103267.0','1044800.0','4',    '3','2','15689.28',    '3','2','15519.29',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015004.0','1019233.0','204',    '66','2','462.59',    '35','1','372.6',    '43','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103268.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015005.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103269.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005825.0','1019233.0','4',    '3','1','1117.0',    '3','1','1117.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094089.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015006.0','1019233.0','17',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103270.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015007.0','1019233.0','138',    '87','2','1232.01',    '64','0','0.0',    '64','2','1232.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103271.0','1044800.0','4',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015008.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103272.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015009.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103273.0','1044800.0','1',    '1','1','3351.0',    '1','1','3351.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015010.0','1019233.0','15',    '15','12','10271.75',    '15','12','9871.77',    '10','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103274.0','1044800.0','26',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015011.0','1019233.0','3',    '3','2','15396.42',    '3','2','15396.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103275.0','1044800.0','429',    '332','23','108587.61',    '305','21','82558.22',    '152','9','26029.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015012.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103276.0','1044800.0','4',    '4','2','2084.99',    '3','1','1355.0',    '3','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015013.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103277.0','1044800.0','12',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015014.0','1019233.0','11',    '11','1','550.0',    '4','0','0.0',    '11','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103278.0','1044800.0','12',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015015.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103279.0','1044800.0','78',    '77','52','71905.66',    '75','41','60140.73',    '54','20','11764.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015016.0','1019233.0','13',    '10','6','19184.66',    '8','6','18254.68',    '6','2','929.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103280.0','1044800.0','67',    '49','6','23053.72',    '40','2','18539.0',    '42','5','4514.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015017.0','1019233.0','5',    '5','0','0.0',    '0','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103281.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015018.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103282.0','1044800.0','351',    '289','171','2127096.25',    '278','155','1634294.77',    '201','73','492801.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005709.0','1019233.0','41',    '20','0','0.0',    '13','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093973.0','1044800.0','1',    '1','1','2234.0',    '1','1','2234.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015019.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103283.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005729.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093993.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005788.0','1019233.0','18',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094052.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005771.0','1019233.0','30',    '18','1','5843.45',    '13','0','0.0',    '11','1','5843.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094035.0','1044800.0','8',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005745.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094009.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015020.0','1019233.0','212',    '204','140','257281.11',    '201','119','232467.25',    '125','44','24813.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103284.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015021.0','1019233.0','18',    '10','9','83779.48',    '10','9','74663.33',    '6','2','9116.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103285.0','1044800.0','475',    '454','258','363173.22',    '444','226','308746.27',    '296','82','54426.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015022.0','1019233.0','10',    '10','4','14815.85',    '9','4','14460.64',    '8','2','355.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103286.0','1044800.0','55',    '19','1','169.99',    '13','0','0.0',    '10','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015023.0','1019233.0','18',    '16','0','0.0',    '14','0','0.0',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103287.0','1044800.0','18',    '10','0','0.0',    '9','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015024.0','1019233.0','22',    '15','1','517.77',    '12','0','0.0',    '13','1','517.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103288.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015025.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103289.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015026.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103290.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015027.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103291.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015028.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103292.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005777.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094041.0','1044800.0','7',    '7','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015029.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103293.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015030.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103294.0','1044800.0','1',    '1','1','2377.51',    '1','1','1142.0',    '1','1','1235.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015031.0','1019233.0','34',    '15','3','8692.24',    '13','3','7897.32',    '12','1','794.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103295.0','1044800.0','1',    '1','1','6442.99',    '0','0','0.0',    '1','1','6442.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015032.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103296.0','1044800.0','10',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015033.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103297.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015034.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103298.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015035.0','1019233.0','10',    '7','2','2015.04',    '7','2','1815.05',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103299.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015036.0','1019233.0','58',    '48','2','3123.0',    '42','2','3123.0',    '40','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103300.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015037.0','1019233.0','10',    '7','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103301.0','1044800.0','9',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015038.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103302.0','1044800.0','32',    '10','1','2234.0',    '6','1','2234.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015039.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103303.0','1044800.0','80',    '29','8','47264.6',    '23','6','35778.41',    '20','7','11486.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015040.0','1019233.0','1',    '1','1','259.56',    '1','1','259.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103304.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015041.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103305.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015042.0','1019233.0','17',    '5','1','1300.0',    '5','0','0.0',    '4','1','1300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103306.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005836.0','1019233.0','1',    '1','1','4251.0',    '1','1','3701.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094100.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015043.0','1019233.0','296',    '178','38','168614.42',    '157','36','128378.43',    '85','7','40235.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103307.0','1044800.0','169',    '162','113','187403.14',    '162','95','154695.62',    '105','35','32707.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014771.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103035.0','1044800.0','4',    '1','1','3035.11',    '1','1','2865.12',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015044.0','1019233.0','10',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103308.0','1044800.0','14',    '9','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015045.0','1019233.0','6',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103309.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015046.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103310.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015047.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103311.0','1044800.0','13',    '11','0','0.0',    '8','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005758.0','1019233.0','5',    '2','1','89.99',    '2','0','0.0',    '1','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094022.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015048.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103312.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015049.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103313.0','1044800.0','40',    '21','0','0.0',    '12','0','0.0',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014948.0','1019233.0','12',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103212.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015050.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103314.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015051.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103315.0','1044800.0','8',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015052.0','1019233.0','55',    '32','7','7505.0',    '31','7','7505.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103316.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015053.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103317.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015054.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103318.0','1044800.0','46',    '41','2','2239.86',    '36','0','0.0',    '34','2','2239.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015055.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103319.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015056.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103320.0','1044800.0','202',    '197','87','178323.89',    '194','83','164890.8',    '102','17','13433.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015057.0','1019233.0','18',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103321.0','1044800.0','7',    '7','0','0.0',    '6','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015058.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103322.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015059.0','1019233.0','143',    '72','34','148947.84',    '68','33','86484.64',    '39','11','62463.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103323.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015060.0','1019233.0','945',    '552','142','379159.56',    '512','138','294106.86',    '261','17','85052.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103324.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015061.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103325.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015062.0','1019233.0','16',    '7','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103326.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014777.0','1019233.0','1',    '1','1','59.4',    '1','1','59.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103041.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015063.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103327.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015064.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103328.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015065.0','1019233.0','13',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103329.0','1044800.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015066.0','1019233.0','2',    '2','1','1312.09',    '2','1','1312.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103330.0','1044800.0','6',    '4','1','979.0',    '3','1','979.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015067.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103331.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015068.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103332.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015069.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103333.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015070.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103334.0','1044800.0','94',    '80','5','4398.69',    '69','1','1896.0',    '65','4','2502.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015071.0','1019233.0','229',    '193','61','493710.62',    '182','59','359509.66',    '88','27','134200.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103335.0','1044800.0','2',    '2','1','89.99',    '2','0','0.0',    '2','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015072.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103336.0','1044800.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015073.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103337.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015074.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103338.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015075.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103339.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015076.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103340.0','1044800.0','919',    '731','40','167610.45',    '666','31','92997.7',    '305','18','74612.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015077.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103341.0','1044800.0','1',    '1','1','11748.55',    '1','1','11748.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005705.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093969.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015078.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103342.0','1044800.0','1',    '1','1','4104.15',    '1','1','979.0',    '1','1','3125.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015079.0','1019233.0','14',    '12','8','11706.95',    '12','7','9291.42',    '10','3','2415.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103343.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015080.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103344.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015081.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103345.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015082.0','1019233.0','7',    '7','1','149.5',    '7','0','0.0',    '6','1','149.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103346.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015083.0','1019233.0','32',    '29','3','2626.54',    '23','1','1041.0',    '26','3','1585.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103347.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015084.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103348.0','1044800.0','65',    '53','21','272458.17',    '50','20','228047.79',    '26','6','44410.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015085.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103349.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015086.0','1019233.0','52',    '8','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103350.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015087.0','1019233.0','20',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103351.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015088.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103352.0','1044800.0','658',    '348','59','152882.68',    '299','57','101169.66',    '147','11','51713.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015089.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103353.0','1044800.0','34',    '15','3','3743.0',    '12','3','3743.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015090.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103354.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015091.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103355.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014817.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103081.0','1044800.0','75',    '25','2','7601.4',    '19','2','7601.4',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015092.0','1019233.0','448',    '417','245','316105.55',    '413','190','241326.77',    '252','114','74778.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015093.0','1019233.0','68',    '46','10','27011.86',    '41','6','24484.74',    '29','4','2527.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103357.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015094.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103358.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015095.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103359.0','1044800.0','14',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005784.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094048.0','1044800.0','26',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015096.0','1019233.0','25',    '20','0','0.0',    '15','0','0.0',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103360.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015097.0','1019233.0','7',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103361.0','1044800.0','4',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015098.0','1019233.0','5',    '4','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103362.0','1044800.0','18',    '17','3','5485.85',    '16','2','1958.0',    '12','2','3527.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015099.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103363.0','1044800.0','18',    '16','0','0.0',    '10','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015100.0','1019233.0','1',    '1','1','4642.37',    '1','1','3061.0',    '1','1','1581.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103364.0','1044800.0','25',    '15','1','550.0',    '11','0','0.0',    '10','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015101.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103365.0','1044800.0','1',    '1','1','2266.86',    '1','1','1976.0',    '1','1','290.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015102.0','1019233.0','32',    '16','1','644.05',    '12','0','0.0',    '11','1','644.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103366.0','1044800.0','2',    '1','1','723.6',    '1','1','723.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015103.0','1019233.0','1615',    '907','143','1300925.11',    '767','130','1025636.68',    '462','52','275288.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103367.0','1044800.0','23',    '11','0','0.0',    '5','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015104.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103368.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015105.0','1019233.0','1',    '1','1','2941.94',    '1','1','1117.0',    '1','1','1824.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103369.0','1044800.0','5',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015106.0','1019233.0','19',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103370.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015049.0','1019233.0','60',    '33','2','2492.0',    '27','1','1117.0',    '16','1','1375.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103313.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015107.0','1019233.0','25',    '9','0','0.0',    '4','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103371.0','1044800.0','25',    '23','13','18086.19',    '20','13','17716.19',    '17','2','370.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015108.0','1019233.0','137',    '129','80','99152.2',    '125','74','89785.52',    '76','21','9366.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103372.0','1044800.0','111',    '93','68','426114.07',    '90','66','380738.57',    '48','17','45375.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015109.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103373.0','1044800.0','3',    '3','2','2648.51',    '3','2','2648.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015110.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103374.0','1044800.0','4',    '2','1','28800.0',    '2','1','25260.93',    '2','1','3539.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015111.0','1019233.0','4',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103375.0','1044800.0','8',    '6','0','0.0',    '3','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015112.0','1019233.0','2',    '1','1','1595.0',    '1','1','1595.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103376.0','1044800.0','35',    '28','0','0.0',    '21','0','0.0',    '28','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015113.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103377.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015114.0','1019233.0','13',    '9','0','0.0',    '7','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103378.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015115.0','1019233.0','7',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103379.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015116.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103380.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015117.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103381.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015118.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103382.0','1044800.0','16',    '7','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015119.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103383.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005787.0','1019233.0','211',    '113','11','13183.13',    '95','10','12905.16',    '49','1','277.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094051.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015120.0','1019233.0','17',    '9','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103384.0','1044800.0','65',    '28','4','4242.0',    '23','4','4242.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015121.0','1019233.0','679',    '448','97','792374.5',    '403','91','571994.81',    '220','41','220379.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103385.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015122.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103386.0','1044800.0','17',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015123.0','1019233.0','202',    '127','4','2957.18',    '85','1','1355.0',    '91','3','1602.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103387.0','1044800.0','481',    '319','87','900242.46',    '281','74','672402.77',    '184','44','227839.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015124.0','1019233.0','5',    '5','4','9360.19',    '5','4','9360.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103388.0','1044800.0','4',    '4','4','14119.62',    '4','4','14119.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005745.0','1019233.0','232',    '157','19','90256.99',    '138','18','59128.63',    '73','8','31128.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094009.0','1044800.0','590',    '493','394','3558545.43',    '475','374','2896925.28',    '351','163','661620.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015125.0','1019233.0','9',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103389.0','1044800.0','33',    '31','22','36909.57',    '29','21','33378.22',    '22','7','3531.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005836.0','1019233.0','226',    '166','45','408627.55',    '154','39','297026.16',    '99','28','111601.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094100.0','1044800.0','612',    '368','110','429441.68',    '324','80','396070.37',    '194','45','33371.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015126.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103390.0','1044800.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015127.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103391.0','1044800.0','7',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015128.0','1019233.0','12',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103392.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015129.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103393.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015130.0','1019233.0','79',    '76','52','98969.94',    '76','48','86745.59',    '51','21','12224.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103394.0','1044800.0','13',    '11','5','32706.24',    '7','5','5701.0',    '10','5','27005.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015131.0','1019233.0','266',    '209','61','135068.58',    '192','46','121973.29',    '99','22','13095.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103395.0','1044800.0','9',    '1','1','869.31',    '1','0','0.0',    '1','1','869.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005738.0','1019233.0','23',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094002.0','1044800.0','4',    '3','1','775.46',    '3','0','0.0',    '1','1','775.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015132.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103396.0','1044800.0','38',    '30','3','2415.32',    '19','0','0.0',    '26','3','2415.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015133.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103397.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015134.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103398.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015135.0','1019233.0','7',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103399.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015136.0','1019233.0','3',    '2','1','1355.0',    '1','1','1355.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103400.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015137.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103401.0','1044800.0','7',    '5','2','5909.15',    '5','2','5909.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015138.0','1019233.0','2613',    '1775','391','3318222.04',    '1591','352','2269026.13',    '958','207','1049195.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103402.0','1044800.0','8',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015139.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103403.0','1044800.0','16',    '13','0','0.0',    '10','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015140.0','1019233.0','11',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103404.0','1044800.0','24',    '13','0','0.0',    '12','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015141.0','1019233.0','66',    '46','16','162026.59',    '41','14','119022.15',    '29','9','43004.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103405.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015142.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103406.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015143.0','1019233.0','68',    '66','39','175362.83',    '64','34','147926.35',    '42','15','27436.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103407.0','1044800.0','33',    '29','0','0.0',    '27','0','0.0',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015144.0','1019233.0','5',    '4','4','5094.72',    '4','4','5094.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103408.0','1044800.0','7',    '5','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015145.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103409.0','1044800.0','3',    '2','1','12875.64',    '2','1','2234.0',    '2','1','10641.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015146.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103410.0','1044800.0','16',    '11','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015147.0','1019233.0','6',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103411.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015148.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103412.0','1044800.0','23',    '7','0','0.0',    '4','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015149.0','1019233.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103413.0','1044800.0','78',    '73','62','344279.06',    '73','59','336222.04',    '50','15','8057.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015150.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103414.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015151.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103415.0','1044800.0','75',    '60','46','157771.62',    '60','44','149808.39',    '29','6','7963.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015152.0','1019233.0','26',    '7','0','0.0',    '5','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103416.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015153.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103417.0','1044800.0','5',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015154.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103418.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015155.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103419.0','1044800.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015156.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103420.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015157.0','1019233.0','19',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103421.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015158.0','1019233.0','1144',    '919','84','495541.36',    '844','72','327768.35',    '411','40','167773.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103422.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015159.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103423.0','1044800.0','8',    '8','0','0.0',    '7','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015160.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103424.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015161.0','1019233.0','544',    '534','349','499237.65',    '527','336','439241.08',    '333','78','59996.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103425.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015162.0','1019233.0','14',    '12','7','51083.02',    '12','6','42332.06',    '7','3','8750.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103426.0','1044800.0','47',    '22','0','0.0',    '18','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015163.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103427.0','1044800.0','10',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015164.0','1019233.0','9',    '9','1','94.35',    '8','0','0.0',    '4','1','94.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103428.0','1044800.0','400',    '307','137','1553670.17',    '284','134','1302682.0',    '182','43','250988.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015165.0','1019233.0','1',    '1','1','5000.0',    '1','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103429.0','1044800.0','3',    '3','1','3091.34',    '3','1','3091.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015166.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103430.0','1044800.0','19',    '8','0','0.0',    '5','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015167.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103431.0','1044800.0','32',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015168.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103432.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005785.0','1019233.0','6',    '5','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094049.0','1044800.0','538',    '507','358','408746.48',    '498','283','300417.53',    '326','161','108328.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015169.0','1019233.0','8',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103433.0','1044800.0','45',    '31','4','3533.97',    '21','1','1344.0',    '19','3','2189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015170.0','1019233.0','2',    '1','1','1258.03',    '0','0','0.0',    '1','1','1258.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103434.0','1044800.0','6',    '5','0','0.0',    '3','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015171.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103435.0','1044800.0','9',    '4','2','57600.0',    '4','2','57600.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015172.0','1019233.0','3',    '2','1','2234.0',    '2','1','2234.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103436.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015173.0','1019233.0','1',    '1','1','1117.0',    '1','1','1117.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103437.0','1044800.0','7',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015174.0','1019233.0','17',    '10','1','89.99',    '7','0','0.0',    '6','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103438.0','1044800.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015175.0','1019233.0','163',    '154','107','105131.82',    '152','85','79809.62',    '101','46','25322.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103439.0','1044800.0','800',    '616','86','210034.32',    '571','60','179828.38',    '300','36','30205.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015176.0','1019233.0','1',    '1','1','2678.0',    '0','0','0.0',    '1','1','2678.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103440.0','1044800.0','45',    '37','5','26519.88',    '34','5','25930.31',    '20','2','589.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015177.0','1019233.0','2',    '2','1','1965.0',    '2','1','1965.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103441.0','1044800.0','2',    '2','1','1964.29',    '2','1','1964.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015178.0','1019233.0','6',    '6','4','60713.63',    '6','4','60713.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103442.0','1044800.0','1',    '1','1','5583.85',    '1','1','5583.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015179.0','1019233.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103443.0','1044800.0','176',    '143','41','209232.07',    '132','35','195585.59',    '73','13','13646.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015180.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103444.0','1044800.0','2',    '2','2','2184.27',    '2','2','2184.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015181.0','1019233.0','1532',    '1325','232','433247.44',    '1202','186','353039.24',    '722','79','80208.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103445.0','1044800.0','18',    '15','8','23759.91',    '11','7','22849.91',    '12','2','910.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015182.0','1019233.0','5',    '2','1','5881.05',    '2','1','5881.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103446.0','1044800.0','6',    '6','3','2728.54',    '5','2','2528.55',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015183.0','1019233.0','32',    '30','22','57312.22',    '29','22','56950.51',    '21','2','361.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103447.0','1044800.0','8',    '7','5','6681.35',    '7','5','6397.08',    '5','1','284.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015184.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103448.0','1044800.0','12',    '10','5','39622.67',    '9','5','38892.68',    '7','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015185.0','1019233.0','234',    '179','73','281525.85',    '163','65','232102.17',    '95','26','49423.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103449.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015186.0','1019233.0','44',    '38','33','152894.42',    '38','30','151462.03',    '25','7','1432.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103450.0','1044800.0','16',    '16','12','28090.11',    '16','11','27890.12',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015187.0','1019233.0','30',    '24','8','28095.86',    '21','6','26635.88',    '14','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103451.0','1044800.0','30',    '21','7','8186.68',    '17','4','5996.71',    '14','3','2189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015188.0','1019233.0','3',    '3','3','7146.49',    '3','3','6946.5',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103452.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015189.0','1019233.0','5',    '5','3','17546.5',    '5','3','16977.96',    '2','1','568.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103453.0','1044800.0','124',    '107','27','103162.39',    '102','24','90888.25',    '55','12','12274.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015190.0','1019233.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103454.0','1044800.0','4',    '4','2','897.35',    '4','2','897.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015191.0','1019233.0','7',    '5','1','11407.21',    '5','1','9900.14',    '2','1','1507.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103455.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015192.0','1019233.0','687',    '595','120','279997.32',    '530','94','260448.72',    '325','37','19548.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103456.0','1044800.0','1',    '1','1','1385.74',    '1','1','1385.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015193.0','1019233.0','43',    '27','8','24038.61',    '26','8','20634.32',    '15','2','3404.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103457.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005731.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093995.0','1044800.0','7',    '7','2','2840.39',    '7','2','2501.16',    '3','1','339.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015194.0','1019233.0','17',    '16','4','26118.17',    '14','4','23884.27',    '13','1','2233.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103458.0','1044800.0','1',    '1','1','2666.56',    '1','1','2666.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015195.0','1019233.0','1',    '1','1','1310.93',    '1','1','1110.94',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103459.0','1044800.0','79',    '56','45','147319.3',    '56','45','123750.64',    '38','12','23568.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015196.0','1019233.0','1',    '1','1','3914.27',    '1','1','3914.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103460.0','1044800.0','4',    '4','3','23634.27',    '4','3','23634.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015197.0','1019233.0','2',    '2','2','11037.97',    '2','2','11037.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103461.0','1044800.0','11',    '11','7','14189.52',    '9','7','13789.54',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015198.0','1019233.0','8',    '3','2','4958.02',    '3','2','4120.17',    '2','1','837.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103462.0','1044800.0','2',    '1','1','1327.2',    '1','1','1327.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015199.0','1019233.0','10',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103463.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015200.0','1019233.0','4',    '2','1','4132.17',    '2','1','4132.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103464.0','1044800.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015201.0','1019233.0','3',    '2','1','522.83',    '2','1','522.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103465.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015202.0','1019233.0','5',    '5','4','30115.44',    '4','4','30115.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103466.0','1044800.0','9',    '7','1','2068.26',    '7','1','1414.0',    '3','1','654.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015203.0','1019233.0','370',    '310','74','188495.9',    '275','63','151698.23',    '150','28','36797.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103467.0','1044800.0','6',    '5','3','5008.89',    '5','3','4808.9',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015204.0','1019233.0','5',    '4','2','33396.97',    '3','2','33396.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103468.0','1044800.0','67',    '43','5','15209.05',    '40','5','10209.05',    '21','2','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015205.0','1019233.0','1',    '1','1','1309.04',    '1','1','1309.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103469.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015206.0','1019233.0','1',    '1','1','720.12',    '1','0','0.0',    '1','1','720.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103470.0','1044800.0','5',    '5','5','13517.2',    '5','5','9781.19',    '2','2','3736.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015207.0','1019233.0','9',    '7','2','32963.53',    '6','2','32963.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103471.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015208.0','1019233.0','141',    '124','29','92881.2',    '104','24','86746.3',    '73','9','6134.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103472.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015209.0','1019233.0','5',    '3','1','496.63',    '3','1','496.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103473.0','1044800.0','9',    '9','5','7028.85',    '9','5','7028.85',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015210.0','1019233.0','1',    '1','1','9796.8',    '1','1','5775.0',    '1','1','4021.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103474.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015211.0','1019233.0','10',    '8','2','803.33',    '8','2','803.33',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103475.0','1044800.0','3',    '3','3','33863.14',    '3','3','32385.22',    '3','1','1477.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015212.0','1019233.0','32',    '26','13','23462.16',    '20','12','18959.26',    '22','6','4502.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103476.0','1044800.0','6',    '6','3','1557.04',    '6','3','1357.05',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015213.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103477.0','1044800.0','2',    '1','1','799.92',    '1','1','799.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015214.0','1019233.0','16',    '13','5','24534.19',    '13','5','21808.48',    '11','4','2725.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103478.0','1044800.0','1',    '1','1','140.67',    '1','1','140.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015215.0','1019233.0','64',    '51','10','67437.04',    '41','6','61550.52',    '38','6','5886.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103479.0','1044800.0','66',    '47','21','62424.82',    '47','21','60732.09',    '23','5','1692.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015216.0','1019233.0','4',    '4','2','649.59',    '4','2','649.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103480.0','1044800.0','1',    '1','1','883.07',    '1','1','883.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015217.0','1019233.0','35',    '31','11','30489.2',    '26','9','28642.32',    '16','4','1846.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103481.0','1044800.0','3',    '3','2','8101.95',    '3','2','7931.96',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015218.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103482.0','1044800.0','5',    '3','3','23220.25',    '3','2','16185.42',    '3','2','7034.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015219.0','1019233.0','17',    '16','2','2736.06',    '14','1','2006.07',    '6','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103483.0','1044800.0','15',    '14','5','12086.96',    '13','5','11028.49',    '6','1','1058.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015220.0','1019233.0','8',    '6','2','24604.6',    '6','2','24604.6',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103484.0','1044800.0','2',    '2','2','25725.83',    '2','2','25725.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015221.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103485.0','1044800.0','8',    '8','3','55881.52',    '8','3','55681.52',    '5','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015222.0','1019233.0','9',    '8','5','35811.53',    '7','4','34423.48',    '7','3','1388.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103486.0','1044800.0','12',    '9','5','12004.71',    '9','4','8046.9',    '6','4','3957.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015223.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103487.0','1044800.0','26',    '19','7','23590.54',    '18','6','20187.12',    '12','2','3403.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015224.0','1019233.0','1',    '1','1','1280.28',    '1','1','880.29',    '1','1','399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103488.0','1044800.0','4',    '2','2','10117.13',    '2','2','10117.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005762.0','1019233.0','13',    '12','9','16877.74',    '12','9','16877.74',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094026.0','1044800.0','101',    '73','15','74447.04',    '64','11','59595.05',    '47','6','14851.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015225.0','1019233.0','67',    '58','39','132832.69',    '56','35','111552.22',    '32','9','21280.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103489.0','1044800.0','6',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015226.0','1019233.0','52',    '43','25','112895.93',    '41','25','110184.82',    '16','4','2711.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103490.0','1044800.0','3',    '2','2','30003.67',    '2','2','29901.69',    '2','1','101.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015227.0','1019233.0','17',    '15','4','9044.05',    '15','4','9044.05',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103491.0','1044800.0','6',    '5','3','23757.8',    '5','3','23757.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015228.0','1019233.0','11',    '10','7','52496.02',    '10','7','52096.04',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103492.0','1044800.0','4',    '3','3','6342.82',    '3','3','4789.0',    '1','1','1553.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015229.0','1019233.0','3',    '1','1','946.0',    '1','1','946.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103493.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015230.0','1019233.0','4',    '3','2','1866.51',    '3','2','1866.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103494.0','1044800.0','4',    '3','1','140.01',    '3','1','140.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015231.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103495.0','1044800.0','7',    '6','4','10935.6',    '6','4','8988.67',    '4','2','1946.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015232.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103496.0','1044800.0','24',    '18','2','3608.69',    '10','2','3270.02',    '12','1','338.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015233.0','1019233.0','10',    '9','4','7365.65',    '9','4','7365.65',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103497.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015234.0','1019233.0','8',    '7','5','20361.66',    '7','5','20361.66',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103498.0','1044800.0','10',    '9','4','24519.13',    '8','4','24519.13',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015235.0','1019233.0','2',    '2','1','1569.75',    '2','1','1569.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103499.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015236.0','1019233.0','85',    '74','51','208119.12',    '71','50','198218.5',    '34','8','9900.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103500.0','1044800.0','64',    '46','33','122475.12',    '44','23','53424.62',    '32','23','69050.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015237.0','1019233.0','10',    '10','7','51827.27',    '10','7','41598.6',    '7','2','10228.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103501.0','1044800.0','85',    '54','28','233636.74',    '51','27','225995.09',    '33','6','7641.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2014817.0','1019233.0','21',    '16','1','729.99',    '13','0','0.0',    '9','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103081.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015238.0','1019233.0','5',    '4','3','5484.31',    '4','3','5129.32',    '2','1','354.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103502.0','1044800.0','7',    '5','3','8986.83',    '5','3','8986.83',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015239.0','1019233.0','6',    '5','5','18547.45',    '5','5','17723.95',    '3','2','823.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103503.0','1044800.0','8',    '7','4','5132.36',    '6','1','3799.39',    '4','3','1332.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015240.0','1019233.0','13',    '12','7','57939.8',    '12','7','57739.81',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103504.0','1044800.0','121',    '102','60','224744.05',    '99','56','215900.25',    '54','11','8843.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015241.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103505.0','1044800.0','1',    '1','1','1308.34',    '1','1','1308.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015242.0','1019233.0','12',    '9','4','16959.34',    '8','3','16465.53',    '7','2','493.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103506.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015243.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103507.0','1044800.0','1',    '1','1','5781.73',    '1','1','1556.0',    '1','1','4225.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015244.0','1019233.0','108',    '85','65','426477.21',    '82','62','397772.83',    '48','14','28704.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103508.0','1044800.0','5',    '5','2','15968.18',    '5','2','15599.45',    '2','1','368.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015245.0','1019233.0','1',    '1','1','4599.06',    '1','1','4599.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103509.0','1044800.0','26',    '23','15','37377.65',    '23','15','36398.61',    '10','3','979.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015246.0','1019233.0','9',    '9','6','21368.41',    '9','6','16733.78',    '6','1','4634.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103510.0','1044800.0','2',    '2','1','199.41',    '2','1','199.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015247.0','1019233.0','20',    '15','11','51127.14',    '15','11','51127.14',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103511.0','1044800.0','1',    '1','1','123.06',    '1','1','123.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015248.0','1019233.0','11',    '9','7','17691.42',    '8','7','17691.42',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103512.0','1044800.0','11',    '11','7','8404.96',    '11','7','7531.42',    '7','1','873.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015249.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103513.0','1044800.0','4',    '3','1','172.09',    '3','1','172.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015250.0','1019233.0','3',    '3','1','517.56',    '3','1','517.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103514.0','1044800.0','3',    '3','3','11312.01',    '3','3','11112.02',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015251.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103515.0','1044800.0','9',    '8','7','6510.86',    '8','7','6510.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015252.0','1019233.0','46',    '23','21','233981.91',    '23','21','207184.34',    '13','10','26797.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103516.0','1044800.0','5',    '5','2','30124.26',    '5','2','25618.0',    '1','1','4506.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015253.0','1019233.0','4',    '4','1','28800.0',    '4','1','28800.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103517.0','1044800.0','3',    '3','1','5298.43',    '2','0','0.0',    '2','1','5298.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005826.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094090.0','1044800.0','17',    '15','2','17655.4',    '15','2','17655.4',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015254.0','1019233.0','336',    '270','199','1928655.92',    '260','195','1789105.28',    '176','54','139550.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103518.0','1044800.0','7',    '6','4','7765.52',    '5','3','5509.43',    '5','3','2256.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015255.0','1019233.0','1',    '1','1','3020.34',    '1','1','3020.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103519.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015256.0','1019233.0','28',    '28','21','19939.4',    '28','21','19139.44',    '13','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103520.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015257.0','1019233.0','81',    '77','39','56220.93',    '75','29','45722.69',    '50','17','10498.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103521.0','1044800.0','2',    '2','2','2496.94',    '2','2','2496.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015258.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103522.0','1044800.0','3',    '3','2','884.78',    '3','2','884.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015259.0','1019233.0','7',    '7','3','11234.78',    '7','3','10439.79',    '3','2','794.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103523.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015260.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103524.0','1044800.0','39',    '35','18','97105.71',    '34','16','73446.95',    '18','6','23658.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015261.0','1019233.0','14',    '13','7','14423.36',    '12','7','14223.37',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103525.0','1044800.0','14',    '10','6','54645.63',    '9','6','54645.63',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015262.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103526.0','1044800.0','19',    '18','16','13529.72',    '17','16','12183.74',    '11','5','1345.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015263.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103527.0','1044800.0','7',    '7','1','2283.27',    '7','1','2283.27',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015264.0','1019233.0','35',    '30','20','26640.89',    '28','16','22166.41',    '16','6','4474.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103528.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005809.0','1019233.0','18',    '14','10','53080.95',    '14','10','52880.96',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094073.0','1044800.0','28',    '19','2','5994.0',    '16','2','5994.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015265.0','1019233.0','3',    '3','3','11118.39',    '3','3','11118.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103529.0','1044800.0','15',    '15','14','25357.21',    '15','14','25357.21',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015266.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103530.0','1044800.0','20',    '20','13','12789.08',    '18','11','11178.82',    '16','5','1610.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015267.0','1019233.0','1',    '1','1','660.01',    '1','1','660.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103531.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015268.0','1019233.0','9',    '9','8','4311.0',    '9','8','4311.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103532.0','1044800.0','24',    '16','4','11880.31',    '14','3','11710.32',    '8','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015269.0','1019233.0','16',    '15','5','6471.55',    '13','4','4408.5',    '14','3','2063.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103533.0','1044800.0','16',    '13','12','30684.85',    '13','12','29194.0',    '9','5','1490.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015270.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103534.0','1044800.0','7',    '7','5','10607.44',    '6','5','10332.93',    '4','1','274.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015271.0','1019233.0','287',    '221','142','489468.69',    '205','134','463938.2',    '104','25','25530.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103535.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015272.0','1019233.0','4',    '4','1','1070.44',    '4','1','1070.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103536.0','1044800.0','7',    '6','5','15710.6',    '6','5','15578.9',    '2','1','131.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015273.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103537.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015274.0','1019233.0','3',    '2','1','2873.8',    '1','1','2873.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103538.0','1044800.0','27',    '21','5','14985.99',    '18','5','14428.19',    '10','1','557.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015275.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103539.0','1044800.0','254',    '190','151','1184868.88',    '188','149','1071915.22',    '109','51','112953.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015276.0','1019233.0','2',    '2','1','8130.22',    '2','1','8130.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103540.0','1044800.0','13',    '13','10','25286.7',    '13','10','24752.19',    '11','3','534.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015277.0','1019233.0','1',    '1','1','586.84',    '1','1','586.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103541.0','1044800.0','4',    '3','3','9961.13',    '3','3','9961.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015278.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103542.0','1044800.0','2',    '2','1','1169.4',    '2','1','1169.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015279.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103543.0','1044800.0','9',    '7','2','29942.0',    '7','2','29942.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005777.0','1019233.0','1',    '1','1','5568.65',    '1','1','5568.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094041.0','1044800.0','111',    '86','13','64753.68',    '80','11','56906.5',    '44','8','7847.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015280.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103544.0','1044800.0','8',    '4','1','13291.94',    '3','0','0.0',    '1','1','13291.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015281.0','1019233.0','13',    '10','3','32429.4',    '10','3','32429.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103545.0','1044800.0','17',    '14','10','43493.53',    '14','9','36965.0',    '13','5','6528.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015282.0','1019233.0','8',    '6','4','10486.58',    '6','4','10486.58',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103546.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015283.0','1019233.0','11',    '9','6','7087.35',    '8','5','6950.06',    '3','1','137.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103547.0','1044800.0','9',    '8','4','16383.01',    '8','4','16183.02',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015284.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103548.0','1044800.0','2',    '2','1','627.16',    '2','1','627.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015285.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103549.0','1044800.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015286.0','1019233.0','2',    '2','1','26085.75',    '1','1','26085.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103550.0','1044800.0','11',    '9','2','4944.19',    '8','2','4469.53',    '9','1','474.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015287.0','1019233.0','2',    '1','1','3384.69',    '1','1','3384.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103551.0','1044800.0','5',    '4','1','12157.29',    '4','1','1486.0',    '2','1','10671.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015288.0','1019233.0','23',    '22','19','65885.67',    '22','17','56811.54',    '14','6','9074.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103552.0','1044800.0','3',    '3','2','2397.53',    '3','1','1982.53',    '2','1','415.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015289.0','1019233.0','77',    '62','43','96896.71',    '59','42','95147.52',    '31','3','1749.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103553.0','1044800.0','10',    '7','4','4199.67',    '6','4','4199.67',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005935.0','1019233.0','14',    '12','6','18754.43',    '12','6','16821.56',    '5','3','1932.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094199.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015290.0','1019233.0','4',    '4','1','141.44',    '3','1','141.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103554.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015291.0','1019233.0','2',    '1','1','7007.54',    '1','1','7007.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103555.0','1044800.0','146',    '114','60','130770.39',    '113','58','123670.55',    '57','9','7099.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015292.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103556.0','1044800.0','9',    '9','7','43897.86',    '9','7','42432.0',    '8','4','1465.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015293.0','1019233.0','4',    '4','1','451.71',    '4','1','451.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103557.0','1044800.0','8',    '7','5','13647.18',    '6','5','13447.19',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015294.0','1019233.0','68',    '52','33','56669.77',    '51','33','55985.52',    '26','3','684.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103558.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015295.0','1019233.0','5',    '5','2','5697.53',    '5','2','5347.53',    '1','1','350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103559.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015296.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103560.0','1044800.0','4',    '4','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015297.0','1019233.0','8',    '7','6','15872.32',    '7','6','15672.33',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103561.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015298.0','1019233.0','1',    '1','1','7384.8',    '1','1','7384.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103562.0','1044800.0','22',    '19','14','21908.94',    '18','12','19650.47',    '12','4','2258.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015299.0','1019233.0','19',    '16','3','1919.54',    '14','2','1189.55',    '6','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103563.0','1044800.0','5',    '5','2','1487.14',    '5','2','1487.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015300.0','1019233.0','21',    '19','14','17182.47',    '19','12','16133.62',    '10','3','1048.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103564.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015301.0','1019233.0','6',    '3','2','16253.93',    '3','2','14408.01',    '3','1','1845.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103565.0','1044800.0','33',    '33','20','20779.37',    '30','20','20179.4',    '24','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015302.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103566.0','1044800.0','2',    '1','1','383.58',    '1','1','383.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015303.0','1019233.0','943',    '704','536','6020247.09',    '664','515','5065109.98',    '460','210','955137.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103567.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015304.0','1019233.0','47',    '37','25','110383.93',    '34','24','93797.45',    '21','7','16586.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103568.0','1044800.0','10',    '9','5','13168.24',    '8','4','6733.57',    '5','2','6434.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015305.0','1019233.0','41',    '31','6','13636.73',    '30','6','12858.53',    '12','1','778.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103569.0','1044800.0','1',    '1','1','11173.04',    '1','1','11173.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015306.0','1019233.0','1',    '1','1','546.97',    '1','1','546.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103570.0','1044800.0','22',    '22','11','10447.79',    '22','10','10047.81',    '15','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015307.0','1019233.0','3',    '2','1','2820.36',    '2','1','2820.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103571.0','1044800.0','4',    '2','1','842.65',    '2','1','842.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015308.0','1019233.0','199',    '146','27','53275.45',    '99','19','30537.56',    '106','13','22737.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103572.0','1044800.0','1',    '1','1','771.11',    '1','1','771.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015309.0','1019233.0','9',    '8','5','11139.11',    '8','5','10318.77',    '4','1','820.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103573.0','1044800.0','26',    '23','17','31314.37',    '22','17','30914.39',    '19','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015310.0','1019233.0','5',    '4','3','23917.41',    '4','3','23717.42',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103574.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015311.0','1019233.0','166',    '129','75','491345.05',    '125','73','482192.05',    '60','8','9153.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103575.0','1044800.0','153',    '114','17','67084.13',    '101','16','62778.46',    '72','10','4305.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015312.0','1019233.0','21',    '21','13','22739.85',    '20','13','22459.87',    '8','2','279.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103576.0','1044800.0','5',    '5','3','2670.61',    '5','3','2470.62',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015313.0','1019233.0','3',    '3','2','6113.03',    '3','2','6113.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103577.0','1044800.0','3',    '3','2','1588.56',    '1','1','858.57',    '3','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015314.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103578.0','1044800.0','12',    '12','4','37479.14',    '11','2','30249.15',    '9','2','7229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015315.0','1019233.0','5',    '4','2','2276.11',    '4','2','2276.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103579.0','1044800.0','33',    '31','12','83914.19',    '30','9','52367.19',    '19','9','31547.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015316.0','1019233.0','10',    '7','3','15384.18',    '7','3','7384.18',    '5','1','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103580.0','1044800.0','12',    '10','2','12476.03',    '10','2','12476.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015317.0','1019233.0','33',    '26','13','55715.14',    '25','12','54850.15',    '11','1','864.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103581.0','1044800.0','6',    '5','2','6870.0',    '5','0','0.0',    '5','2','6870.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015318.0','1019233.0','6',    '4','2','2174.89',    '4','2','1974.9',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103582.0','1044800.0','37',    '3','0','0.0',    '0','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015319.0','1019233.0','3',    '2','2','2993.48',    '2','2','2075.44',    '1','1','918.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103583.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015320.0','1019233.0','18',    '15','11','29125.08',    '15','11','27870.08',    '8','2','1255.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103584.0','1044800.0','44',    '31','26','107167.93',    '30','25','49102.97',    '21','11','58064.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015321.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103585.0','1044800.0','60',    '49','39','363047.54',    '47','36','345994.51',    '25','8','17053.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015322.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103586.0','1044800.0','1',    '1','1','2342.82',    '1','1','2342.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005839.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094103.0','1044800.0','9',    '8','4','18199.83',    '8','4','17999.84',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015323.0','1019233.0','21',    '19','11','29012.08',    '19','11','27181.79',    '11','1','1830.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103587.0','1044800.0','50',    '44','26','88950.88',    '43','22','86981.54',    '29','9','1969.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015324.0','1019233.0','15',    '12','8','90454.27',    '12','8','81421.97',    '5','2','9032.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103588.0','1044800.0','4',    '3','2','1171.21',    '3','1','971.22',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015325.0','1019233.0','458',    '399','81','225318.68',    '379','72','191911.8',    '177','24','33406.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103589.0','1044800.0','24',    '23','20','44403.91',    '23','18','42672.13',    '13','6','1731.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006027.0','1019233.0','1',    '1','1','1558.0',    '1','1','1558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094291.0','1044800.0','10',    '10','4','10140.88',    '9','4','8188.61',    '5','1','1952.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015326.0','1019233.0','6',    '5','1','1558.0',    '5','1','1558.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103590.0','1044800.0','4',    '4','3','1358.24',    '4','3','1158.25',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015327.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103591.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015328.0','1019233.0','78',    '69','43','74781.24',    '67','41','73621.53',    '29','5','1159.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103592.0','1044800.0','8',    '6','4','11819.88',    '6','4','11819.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015329.0','1019233.0','33',    '26','6','11908.17',    '23','5','10167.38',    '16','3','1740.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103593.0','1044800.0','194',    '136','29','46679.84',    '110','19','36908.11',    '79','15','9771.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015330.0','1019233.0','2',    '2','2','2613.04',    '2','2','2248.04',    '1','1','365.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103594.0','1044800.0','4',    '4','1','565.91',    '4','0','0.0',    '2','1','565.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005702.0','1019233.0','14',    '11','6','15429.97',    '10','6','15429.97',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093966.0','1044800.0','33',    '27','20','22360.03',    '26','17','21160.09',    '20','6','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015331.0','1019233.0','5',    '4','4','13016.14',    '4','4','12816.15',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103595.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015332.0','1019233.0','39',    '35','22','74994.49',    '34','21','74594.51',    '21','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103596.0','1044800.0','106',    '87','66','276310.81',    '86','66','272916.86',    '27','3','3393.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015333.0','1019233.0','15',    '14','13','38164.74',    '14','13','34963.98',    '12','4','3200.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103597.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005978.0','1019233.0','18',    '16','12','17937.95',    '16','10','15553.81',    '8','4','2384.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094242.0','1044800.0','22',    '16','5','16242.36',    '12','3','6955.35',    '12','3','9287.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015334.0','1019233.0','8',    '6','5','100329.06',    '5','5','99939.61',    '4','1','389.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103598.0','1044800.0','10',    '9','7','11751.44',    '9','7','11071.48',    '5','3','679.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015335.0','1019233.0','16',    '9','4','31636.01',    '7','3','30276.04',    '7','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103599.0','1044800.0','65',    '51','36','139211.12',    '48','35','137119.18',    '27','4','2091.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015336.0','1019233.0','88',    '72','19','63745.44',    '68','16','59139.02',    '44','7','4606.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103600.0','1044800.0','7',    '6','2','6295.07',    '6','2','6295.07',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015337.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103601.0','1044800.0','33',    '30','25','102588.38',    '28','22','58647.22',    '19','11','43941.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015338.0','1019233.0','36',    '21','15','100054.35',    '20','13','92094.13',    '11','3','7960.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103602.0','1044800.0','143',    '118','16','33555.79',    '117','16','32494.0',    '47','2','1061.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015339.0','1019233.0','67',    '55','45','167558.99',    '53','42','154263.43',    '32','8','13295.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103603.0','1044800.0','1',    '1','1','1566.0',    '1','1','1566.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015340.0','1019233.0','21',    '18','11','67076.41',    '18','10','58006.44',    '7','3','9069.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103604.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015341.0','1019233.0','2',    '2','1','2085.6',    '2','0','0.0',    '2','1','2085.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103605.0','1044800.0','33',    '28','22','112843.32',    '27','21','85233.01',    '20','10','27610.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015342.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103606.0','1044800.0','1234',    '998','732','5395945.87',    '928','641','3981181.32',    '718','399','1414764.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015343.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103607.0','1044800.0','7',    '6','6','43912.99',    '6','6','40244.94',    '3','1','3668.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015344.0','1019233.0','1',    '1','1','832.9',    '1','1','832.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103608.0','1044800.0','6',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015345.0','1019233.0','8',    '8','6','9852.66',    '8','6','9852.66',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103609.0','1044800.0','12',    '12','9','15808.04',    '12','8','12954.37',    '8','5','2853.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015346.0','1019233.0','5',    '5','4','6343.01',    '5','3','6263.02',    '3','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103610.0','1044800.0','35',    '30','17','70559.49',    '29','17','68203.68',    '18','3','2355.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015347.0','1019233.0','6',    '6','6','10777.24',    '6','6','10777.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103611.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015348.0','1019233.0','19',    '10','4','5239.86',    '9','4','5239.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103612.0','1044800.0','17',    '15','11','40908.75',    '15','11','40908.75',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015349.0','1019233.0','6',    '5','5','38453.43',    '5','5','38453.43',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103613.0','1044800.0','1',    '1','1','4145.06',    '1','1','4145.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015350.0','1019233.0','5',    '5','2','5279.4',    '4','2','5279.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103614.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015351.0','1019233.0','114',    '79','40','293131.21',    '76','39','271663.24',    '37','8','21467.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103615.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015352.0','1019233.0','11',    '11','9','23790.95',    '10','9','23790.95',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103616.0','1044800.0','5',    '5','3','882.94',    '5','3','882.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015353.0','1019233.0','95',    '85','63','172448.3',    '83','60','150992.04',    '55','21','21456.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103617.0','1044800.0','41',    '40','33','72546.92',    '40','33','69825.58',    '21','7','2721.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015354.0','1019233.0','14',    '11','9','24571.08',    '11','9','14424.84',    '7','3','10146.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103618.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015355.0','1019233.0','2',    '2','1','1244.51',    '2','1','1244.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103619.0','1044800.0','5',    '5','4','4828.79',    '5','4','4828.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015356.0','1019233.0','1',    '1','1','130.8',    '1','1','130.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103620.0','1044800.0','2',    '2','1','18928.94',    '2','1','18928.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015357.0','1019233.0','12',    '8','7','62560.16',    '8','7','62360.17',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103621.0','1044800.0','21',    '14','8','46414.9',    '13','8','26954.01',    '5','2','19460.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015358.0','1019233.0','25',    '19','10','18001.63',    '19','10','14227.3',    '11','1','3774.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103622.0','1044800.0','2',    '1','1','2737.92',    '1','1','2737.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015359.0','1019233.0','7',    '4','3','8341.73',    '4','3','8141.74',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103623.0','1044800.0','5',    '5','4','20432.26',    '5','4','20432.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015360.0','1019233.0','1',    '1','1','1022.48',    '1','1','1022.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103624.0','1044800.0','3',    '3','3','5096.7',    '3','3','5096.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015361.0','1019233.0','18',    '16','12','35289.79',    '16','12','31635.33',    '7','3','3654.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103625.0','1044800.0','10',    '6','6','6630.85',    '6','6','6630.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015362.0','1019233.0','8',    '8','7','15269.71',    '8','7','14984.72',    '5','2','284.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103626.0','1044800.0','3',    '3','2','2694.63',    '3','1','1989.64',    '2','1','704.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015363.0','1019233.0','4',    '3','2','5152.42',    '3','2','5152.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103627.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015364.0','1019233.0','84',    '83','48','107057.44',    '81','47','98241.08',    '49','11','8816.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103628.0','1044800.0','36',    '29','27','195565.99',    '29','27','177447.24',    '19','10','18118.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015365.0','1019233.0','1',    '1','1','2659.16',    '1','1','2659.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103629.0','1044800.0','20',    '18','15','33011.97',    '17','15','30414.07',    '10','3','2597.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015366.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103630.0','1044800.0','69',    '67','55','151011.61',    '67','55','147310.62',    '31','6','3700.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015367.0','1019233.0','11',    '8','6','15311.25',    '8','6','14061.27',    '6','2','1249.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103631.0','1044800.0','15',    '12','8','13843.76',    '12','8','13673.77',    '5','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015368.0','1019233.0','3',    '3','3','2460.48',    '3','3','2460.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103632.0','1044800.0','3',    '1','1','1109.04',    '1','1','1109.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015369.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103633.0','1044800.0','51',    '45','36','75388.86',    '45','36','70855.65',    '23','5','4533.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015370.0','1019233.0','3',    '3','1','869.36',    '3','1','504.36',    '2','1','365.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103634.0','1044800.0','145',    '137','84','134557.69',    '135','57','97196.24',    '103','41','37361.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015371.0','1019233.0','1',    '1','1','547.52',    '1','1','547.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103635.0','1044800.0','9',    '8','8','15268.76',    '8','8','15268.76',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015372.0','1019233.0','21',    '12','9','20319.08',    '12','9','19283.6',    '5','1','1035.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103636.0','1044800.0','4',    '4','3','13282.16',    '4','3','13282.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015373.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103637.0','1044800.0','24',    '14','10','13009.83',    '14','10','13009.83',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015374.0','1019233.0','4',    '2','1','6375.62',    '1','1','6375.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103638.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005822.0','1019233.0','1',    '1','1','624.12',    '1','1','624.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094086.0','1044800.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015375.0','1019233.0','1',    '1','1','54.13',    '1','1','54.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103639.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005709.0','1019233.0','9',    '8','6','25810.86',    '8','6','25810.86',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093973.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015376.0','1019233.0','7',    '5','4','4446.18',    '5','4','4246.19',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103640.0','1044800.0','70',    '60','36','73070.95',    '58','34','62270.37',    '35','7','10800.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015377.0','1019233.0','2',    '2','2','2639.83',    '2','2','2639.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103641.0','1044800.0','24',    '24','9','18226.18',    '24','8','16123.62',    '12','4','2102.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015378.0','1019233.0','8',    '6','3','6562.65',    '6','3','6562.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103642.0','1044800.0','2',    '1','1','1315.08',    '1','1','1315.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015379.0','1019233.0','16',    '15','2','29830.0',    '15','2','29830.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103643.0','1044800.0','2',    '1','1','374.04',    '1','1','374.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015380.0','1019233.0','7',    '5','1','2029.29',    '4','0','0.0',    '1','1','2029.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103644.0','1044800.0','1',    '1','1','278.71',    '1','1','278.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015381.0','1019233.0','53',    '36','6','7542.17',    '31','3','3839.91',    '24','5','3702.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103645.0','1044800.0','10',    '9','9','40641.07',    '9','8','35594.79',    '4','2','5046.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015382.0','1019233.0','3',    '3','1','274.58',    '3','0','0.0',    '3','1','274.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103646.0','1044800.0','4',    '3','2','2515.26',    '3','2','2409.39',    '2','1','105.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015383.0','1019233.0','36',    '35','17','226726.78',    '35','15','188935.01',    '21','7','37791.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103647.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015384.0','1019233.0','8',    '5','3','4235.75',    '5','3','3801.7',    '2','1','434.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103648.0','1044800.0','1',    '1','1','1542.0',    '1','1','1542.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015385.0','1019233.0','3',    '3','2','34471.09',    '3','2','29993.0',    '3','1','4478.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103649.0','1044800.0','1',    '1','1','4009.96',    '1','1','3086.84',    '1','1','923.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015386.0','1019233.0','4',    '3','3','12056.19',    '2','2','10897.42',    '3','2','1158.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103650.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015387.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103651.0','1044800.0','506',    '446','138','1502355.32',    '426','112','1096505.92',    '277','77','405849.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015388.0','1019233.0','16',    '13','3','15425.4',    '13','3','5369.04',    '5','2','10056.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103652.0','1044800.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015389.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103653.0','1044800.0','30',    '26','6','21332.83',    '25','5','19054.45',    '15','3','2278.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015390.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103654.0','1044800.0','29',    '25','7','27830.41',    '24','5','12869.76',    '13','3','14960.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015391.0','1019233.0','375',    '284','14','11513.08',    '262','10','7693.96',    '115','4','3819.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103655.0','1044800.0','26',    '22','8','77189.93',    '21','7','75455.93',    '12','2','1734.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015392.0','1019233.0','73',    '53','15','76253.74',    '41','9','39170.77',    '31','8','37082.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103656.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015393.0','1019233.0','2',    '1','1','4195.97',    '1','1','3066.0',    '1','1','1129.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103657.0','1044800.0','1',    '1','1','807.17',    '1','1','807.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015394.0','1019233.0','3',    '2','2','7356.63',    '2','2','7356.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103658.0','1044800.0','75',    '42','6','19189.66',    '32','3','12206.13',    '20','4','6983.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015395.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103659.0','1044800.0','1',    '1','1','359.97',    '1','0','0.0',    '1','1','359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015396.0','1019233.0','8',    '8','7','12811.57',    '8','7','12811.57',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103660.0','1044800.0','3',    '3','2','11573.06',    '3','2','11573.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015397.0','1019233.0','780',    '637','137','450566.98',    '569','42','75726.47',    '434','119','374840.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103661.0','1044800.0','31',    '27','3','9298.0',    '26','3','8999.0',    '14','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015398.0','1019233.0','17',    '11','1','348.0',    '10','1','348.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103662.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015399.0','1019233.0','29',    '29','14','15772.08',    '28','14','13739.03',    '14','4','2033.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103663.0','1044800.0','1',    '1','1','3701.14',    '1','1','3701.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015400.0','1019233.0','1',    '1','1','2058.5',    '1','1','2058.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103664.0','1044800.0','1',    '1','1','1715.21',    '1','1','1245.22',    '1','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015401.0','1019233.0','23',    '23','14','18401.73',    '23','13','15219.43',    '17','4','3182.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103665.0','1044800.0','105',    '92','79','286565.12',    '92','78','251432.52',    '43','20','35132.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015402.0','1019233.0','6',    '5','5','9598.53',    '5','5','9598.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103666.0','1044800.0','5',    '5','4','9502.26',    '5','4','8334.26',    '2','1','1168.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015403.0','1019233.0','9',    '8','4','5906.93',    '8','4','5906.93',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103667.0','1044800.0','30',    '27','15','16546.27',    '22','15','16346.28',    '19','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015404.0','1019233.0','2',    '2','2','7688.81',    '2','2','7688.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103668.0','1044800.0','8',    '7','5','25574.31',    '7','5','21883.85',    '4','2','3690.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015405.0','1019233.0','13',    '11','9','8926.65',    '11','9','8726.66',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103669.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015406.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103670.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015407.0','1019233.0','5',    '4','2','514.87',    '4','2','514.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103671.0','1044800.0','76',    '65','31','334772.97',    '59','30','272900.67',    '44','14','61872.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015408.0','1019233.0','2',    '2','2','3329.7',    '2','2','3329.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103672.0','1044800.0','6',    '6','5','30920.53',    '6','5','15594.5',    '4','3','15326.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015409.0','1019233.0','4',    '4','1','769.0',    '4','0','0.0',    '3','1','769.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103673.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015410.0','1019233.0','1',    '1','1','767.74',    '1','1','567.75',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103674.0','1044800.0','5',    '5','1','5437.99',    '5','1','4698.58',    '2','1','739.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015411.0','1019233.0','2',    '2','1','775.58',    '2','1','775.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103675.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015412.0','1019233.0','37',    '33','4','2366.64',    '28','3','1040.22',    '14','3','1326.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103676.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015413.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103677.0','1044800.0','60',    '48','22','307606.48',    '44','17','266138.89',    '31','11','41467.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015414.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103678.0','1044800.0','7',    '6','4','47319.04',    '6','4','34055.24',    '5','2','13263.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015415.0','1019233.0','5',    '5','4','5350.56',    '5','4','5350.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103679.0','1044800.0','134',    '112','10','97937.9',    '111','8','71228.96',    '50','7','26708.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015416.0','1019233.0','5',    '4','2','3506.35',    '4','2','3136.36',    '3','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103680.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015417.0','1019233.0','84',    '72','17','142173.03',    '65','14','119008.92',    '42','4','23164.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103681.0','1044800.0','19',    '18','8','15355.47',    '17','6','12688.46',    '13','3','2667.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015418.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103682.0','1044800.0','5',    '4','4','12786.91',    '4','4','12586.92',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015419.0','1019233.0','57',    '47','15','35676.43',    '45','13','31323.44',    '27','6','4352.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103683.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015420.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103684.0','1044800.0','2',    '2','2','1516.1',    '2','2','1516.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015422.0','1019233.0','1',    '1','1','4230.14',    '1','1','4230.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103686.0','1044800.0','3',    '3','2','1767.21',    '3','2','1767.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015423.0','1019233.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103687.0','1044800.0','9',    '6','5','11444.43',    '6','5','11444.43',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015424.0','1019233.0','1',    '1','1','4014.61',    '1','1','4014.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103688.0','1044800.0','1',    '1','1','5101.55',    '1','1','5101.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015425.0','1019233.0','3',    '2','1','307.82',    '2','1','307.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103689.0','1044800.0','2',    '1','1','537.11',    '1','1','337.12',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015426.0','1019233.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103690.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015410.0','1019233.0','3',    '3','1','495.0',    '3','0','0.0',    '3','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103674.0','1044800.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015427.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103691.0','1044800.0','5',    '3','1','12004.2',    '3','1','1486.0',    '2','1','10518.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015428.0','1019233.0','32',    '28','27','50018.9',    '28','27','49758.9',    '15','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103692.0','1044800.0','29',    '28','13','181374.88',    '27','11','181034.9',    '20','2','339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015429.0','1019233.0','44',    '36','32','347022.34',    '36','30','279107.6',    '20','13','67914.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103693.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015430.0','1019233.0','13',    '11','7','159829.85',    '11','7','158943.95',    '6','3','885.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103694.0','1044800.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015431.0','1019233.0','3',    '3','3','9471.59',    '2','2','8921.59',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103695.0','1044800.0','10',    '9','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015432.0','1019233.0','2',    '2','2','7259.32',    '2','2','7259.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103696.0','1044800.0','56',    '49','10','56948.93',    '47','8','48515.35',    '22','5','8433.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015433.0','1019233.0','14',    '11','3','41800.0',    '9','1','28800.0',    '7','2','13000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103697.0','1044800.0','3',    '3','2','8107.04',    '3','2','8107.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015434.0','1019233.0','5',    '4','1','2439.67',    '3','1','2189.68',    '3','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103698.0','1044800.0','1',    '1','1','335.36',    '1','1','335.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015435.0','1019233.0','1',    '1','1','172.79',    '1','1','172.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103699.0','1044800.0','1',    '1','1','77.3',    '1','1','77.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015436.0','1019233.0','6',    '6','5','6383.91',    '5','5','6383.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103700.0','1044800.0','74',    '66','52','104575.95',    '65','49','95545.56',    '42','8','9030.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015437.0','1019233.0','95',    '76','58','221231.72',    '72','52','175627.29',    '44','21','45604.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103701.0','1044800.0','1',    '1','1','2362.13',    '1','1','2362.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015438.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103702.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015439.0','1019233.0','8',    '7','1','12089.25',    '7','1','1028.0',    '2','1','11061.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103703.0','1044800.0','3',    '3','2','5074.78',    '3','2','5074.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015440.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103704.0','1044800.0','2',    '2','1','1603.94',    '1','0','0.0',    '2','1','1603.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015441.0','1019233.0','26',    '26','0','0.0',    '23','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103705.0','1044800.0','4',    '1','1','310.71',    '1','1','310.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015442.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103706.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015443.0','1019233.0','1',    '1','1','6236.92',    '1','1','6236.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103707.0','1044800.0','21',    '18','3','4635.01',    '17','2','4465.02',    '6','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015444.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103708.0','1044800.0','50',    '40','3','8830.0',    '31','1','1980.0',    '21','2','6850.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015445.0','1019233.0','6',    '6','1','729.99',    '0','0','0.0',    '6','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103709.0','1044800.0','24',    '24','1','2290.44',    '24','1','2290.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015446.0','1019233.0','6',    '6','2','2184.46',    '5','2','2184.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103710.0','1044800.0','60',    '50','7','6380.67',    '47','4','5558.34',    '26','3','822.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015447.0','1019233.0','9',    '9','2','6347.62',    '9','2','5389.86',    '6','1','957.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103711.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015448.0','1019233.0','11',    '10','1','1338.0',    '9','1','1338.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103712.0','1044800.0','2',    '2','1','649.35',    '1','1','649.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015449.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103713.0','1044800.0','10',    '10','10','118300.37',    '10','10','118100.38',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015450.0','1019233.0','19',    '17','15','24158.04',    '17','15','23088.64',    '8','1','1069.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103714.0','1044800.0','7',    '7','7','4620.34',    '7','7','4420.35',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015451.0','1019233.0','26',    '26','20','16629.84',    '26','20','15734.86',    '13','3','894.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103715.0','1044800.0','6',    '6','3','12280.21',    '6','3','12280.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015452.0','1019233.0','102',    '84','76','528702.45',    '83','74','476161.33',    '55','25','52541.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103716.0','1044800.0','69',    '66','34','58033.28',    '66','28','48764.79',    '41','13','9268.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015453.0','1019233.0','116',    '113','65','108461.18',    '113','48','80871.82',    '85','37','27589.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103717.0','1044800.0','1',    '1','1','2227.86',    '1','1','2227.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015454.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103718.0','1044800.0','13',    '4','1','1088.0',    '4','1','1088.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015455.0','1019233.0','1',    '1','1','366.69',    '1','1','366.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103719.0','1044800.0','7',    '4','2','1690.76',    '4','2','1140.76',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015456.0','1019233.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103720.0','1044800.0','13',    '9','2','1459.98',    '2','0','0.0',    '9','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015457.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103721.0','1044800.0','9',    '8','4','2392.02',    '8','3','1187.56',    '3','2','1204.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015458.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103722.0','1044800.0','13',    '7','1','2231.02',    '7','1','2231.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015459.0','1019233.0','55',    '42','39','398161.29',    '41','37','350771.17',    '31','11','47390.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103723.0','1044800.0','73',    '62','12','53098.07',    '49','8','38245.37',    '44','7','14852.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015460.0','1019233.0','8',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103724.0','1044800.0','5',    '3','2','738.87',    '3','1','615.38',    '2','1','123.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015461.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103725.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015462.0','1019233.0','1',    '1','1','9444.78',    '0','0','0.0',    '1','1','9444.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103726.0','1044800.0','9',    '7','6','2981.68',    '7','6','2981.68',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015463.0','1019233.0','1',    '1','1','1273.04',    '1','1','1273.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103727.0','1044800.0','1',    '1','1','518.09',    '1','1','518.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015464.0','1019233.0','8',    '7','5','10755.41',    '7','5','10755.41',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103728.0','1044800.0','5',    '4','3','5814.53',    '4','2','5319.53',    '4','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015465.0','1019233.0','2',    '2','2','2503.26',    '2','2','2503.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103729.0','1044800.0','4',    '4','3','1376.48',    '4','3','1376.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015466.0','1019233.0','7',    '7','5','8875.17',    '7','5','8875.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103730.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015467.0','1019233.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103731.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015468.0','1019233.0','5',    '1','1','3849.84',    '1','1','3849.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103732.0','1044800.0','34',    '30','14','115807.85',    '27','9','77436.08',    '20','9','38371.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015469.0','1019233.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103733.0','1044800.0','6',    '2','1','509.36',    '2','1','509.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015470.0','1019233.0','5',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103734.0','1044800.0','294',    '239','112','875022.57',    '221','92','677728.38',    '148','59','197294.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015471.0','1019233.0','6',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103735.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015472.0','1019233.0','54',    '47','6','6602.1',    '41','4','5481.15',    '33','3','1120.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103736.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015473.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103737.0','1044800.0','1',    '1','1','1810.0',    '1','1','1810.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015474.0','1019233.0','80',    '60','54','573206.8',    '58','54','436517.67',    '40','24','136689.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103738.0','1044800.0','696',    '488','70','192591.96',    '388','43','135110.7',    '303','43','57481.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015475.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103739.0','1044800.0','32',    '27','4','3145.04',    '26','3','2931.7',    '12','1','213.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015476.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103740.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015477.0','1019233.0','13',    '11','5','15146.11',    '10','4','8401.16',    '9','4','6744.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103741.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015478.0','1019233.0','1',    '1','1','944.04',    '1','1','944.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103742.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015479.0','1019233.0','2',    '2','2','570.04',    '2','2','570.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103743.0','1044800.0','37',    '33','28','124194.73',    '32','27','121198.12',    '20','4','2996.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015480.0','1019233.0','4',    '4','3','5659.78',    '4','3','5659.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103744.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015481.0','1019233.0','47',    '41','27','20021.23',    '40','27','19421.26',    '20','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103745.0','1044800.0','1',    '1','1','1534.0',    '1','1','1534.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015482.0','1019233.0','5',    '3','3','23776.85',    '3','3','22906.62',    '2','2','870.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103746.0','1044800.0','14',    '12','7','50806.02',    '12','7','36983.41',    '10','3','13822.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015483.0','1019233.0','27',    '27','19','24084.46',    '27','14','16481.09',    '19','9','7603.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103747.0','1044800.0','75',    '61','16','166596.21',    '59','13','140183.73',    '33','7','26412.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015484.0','1019233.0','20',    '19','10','40489.1',    '19','9','39615.6',    '11','3','873.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103748.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015485.0','1019233.0','5',    '4','4','5323.0',    '4','4','5323.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103749.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015486.0','1019233.0','1',    '1','1','1041.71',    '1','1','1041.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103750.0','1044800.0','13',    '9','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015487.0','1019233.0','5',    '4','1','2209.61',    '4','1','1486.0',    '3','1','723.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103751.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015488.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103752.0','1044800.0','20',    '13','2','5719.99',    '12','0','0.0',    '6','2','5719.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015489.0','1019233.0','2',    '1','1','7016.41',    '1','1','7016.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103753.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015490.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103754.0','1044800.0','6',    '6','3','2213.23',    '6','3','2213.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015491.0','1019233.0','3',    '3','3','4447.01',    '3','3','4447.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103755.0','1044800.0','21',    '20','8','35783.66',    '20','8','26754.75',    '10','2','9028.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015492.0','1019233.0','5',    '5','3','3582.12',    '5','3','2635.8',    '5','1','946.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103756.0','1044800.0','212',    '140','20','25110.26',    '123','10','9852.01',    '80','12','15258.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015493.0','1019233.0','82',    '70','45','86083.53',    '68','42','80459.94',    '32','7','5623.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103757.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015494.0','1019233.0','130',    '112','98','357260.35',    '112','97','327003.48',    '64','23','30256.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103758.0','1044800.0','69',    '47','44','501151.48',    '47','44','394595.67',    '32','21','106555.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015495.0','1019233.0','15',    '15','9','50513.67',    '15','9','50513.67',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103759.0','1044800.0','8',    '7','6','6339.22',    '7','6','6339.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015496.0','1019233.0','41',    '31','14','130119.85',    '31','12','99291.3',    '16','5','30828.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103760.0','1044800.0','3',    '3','2','3921.85',    '3','2','3921.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015497.0','1019233.0','166',    '137','52','536754.58',    '133','43','414497.54',    '82','28','122257.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103761.0','1044800.0','364',    '250','102','756336.02',    '162','56','570038.3',    '188','68','186297.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015498.0','1019233.0','1',    '1','1','337.12',    '1','1','337.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103762.0','1044800.0','4',    '2','1','158.4',    '2','1','158.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015499.0','1019233.0','27',    '24','16','146389.32',    '21','16','138652.94',    '15','5','7736.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103763.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015500.0','1019233.0','7',    '6','4','4516.26',    '6','4','4516.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103764.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015501.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103765.0','1044800.0','38',    '34','15','109485.83',    '29','12','60113.87',    '27','10','49371.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015502.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103766.0','1044800.0','7',    '7','3','34898.95',    '7','3','30743.58',    '6','2','4155.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015503.0','1019233.0','13',    '11','1','2074.77',    '11','1','2074.77',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103767.0','1044800.0','5',    '4','1','729.99',    '2','0','0.0',    '4','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015504.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103768.0','1044800.0','18',    '10','2','23856.5',    '10','2','23856.5',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015505.0','1019233.0','2',    '2','1','787.67',    '2','1','787.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103769.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015506.0','1019233.0','2',    '2','2','439.8',    '2','2','439.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103770.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015507.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103771.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015508.0','1019233.0','2',    '1','1','311.25',    '1','1','311.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103772.0','1044800.0','5',    '3','3','3862.52',    '3','3','3662.53',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015509.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103773.0','1044800.0','6',    '5','3','10578.67',    '5','3','8185.57',    '4','1','2393.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015510.0','1019233.0','7',    '7','3','7985.86',    '7','3','7985.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103774.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005830.0','1019233.0','275',    '235','61','359023.11',    '227','44','253189.03',    '139','36','105834.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094094.0','1044800.0','32',    '31','26','48541.48',    '31','26','47717.94',    '20','2','823.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015511.0','1019233.0','23',    '22','7','55424.49',    '22','7','55424.49',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103775.0','1044800.0','1',    '1','1','1001.51',    '1','1','1001.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015512.0','1019233.0','6',    '4','1','729.99',    '2','0','0.0',    '3','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103776.0','1044800.0','2',    '1','1','722.44',    '1','1','722.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015513.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103777.0','1044800.0','3',    '2','1','1019.12',    '2','1','1019.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015514.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103778.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015488.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103752.0','1044800.0','12',    '8','0','0.0',    '8','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015515.0','1019233.0','19',    '16','7','6105.77',    '8','2','2756.34',    '13','5','3349.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103779.0','1044800.0','4',    '4','2','1078.99',    '3','0','0.0',    '3','2','1078.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015516.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103780.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015517.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103781.0','1044800.0','10',    '10','0','0.0',    '10','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015518.0','1019233.0','19',    '16','2','1852.15',    '14','1','852.15',    '11','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103782.0','1044800.0','132',    '121','38','216418.45',    '110','26','117847.87',    '65','21','98570.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015519.0','1019233.0','26',    '22','5','24080.8',    '22','3','16655.88',    '11','3','7424.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103783.0','1044800.0','8',    '8','3','7406.34',    '8','3','7406.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015520.0','1019233.0','39',    '34','11','42701.02',    '34','8','23187.29',    '21','8','19513.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103784.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015521.0','1019233.0','3',    '3','1','295.36',    '3','1','295.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103785.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015522.0','1019233.0','8',    '6','1','1012.86',    '5','1','1012.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103786.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015524.0','1019233.0','5',    '5','1','534.27',    '5','1','534.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103788.0','1044800.0','34',    '32','8','60929.77',    '30','8','53540.73',    '10','1','7389.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015525.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103789.0','1044800.0','1',    '1','1','1416.8',    '1','1','1416.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006022.0','1019233.0','2',    '2','2','5022.24',    '2','2','4697.25',    '1','1','324.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094286.0','1044800.0','12',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015526.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103790.0','1044800.0','7',    '4','1','202.25',    '4','1','202.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005763.0','1019233.0','13',    '13','3','61340.95',    '13','3','54468.15',    '3','2','6872.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094027.0','1044800.0','3',    '3','1','8626.73',    '3','1','1677.0',    '1','1','6949.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015527.0','1019233.0','43',    '35','27','331742.68',    '34','26','297390.2',    '20','10','34352.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103791.0','1044800.0','6',    '5','4','7345.02',    '5','4','7345.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015528.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103792.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015529.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103793.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015530.0','1019233.0','5',    '5','2','1453.86',    '4','2','1453.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103794.0','1044800.0','1',    '1','1','780.0',    '1','1','780.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015531.0','1019233.0','73',    '65','43','333545.08',    '64','40','298714.06',    '41','19','34831.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103795.0','1044800.0','2',    '2','1','5748.45',    '2','1','5748.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015532.0','1019233.0','1',    '1','1','2072.62',    '1','1','2072.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103796.0','1044800.0','1',    '1','1','3860.8',    '1','1','2050.86',    '1','1','1809.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015533.0','1019233.0','1',    '1','1','10615.54',    '1','1','10615.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103797.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015534.0','1019233.0','4',    '4','1','2011.52',    '4','1','2011.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103798.0','1044800.0','29',    '25','2','4201.84',    '24','2','4201.84',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005733.0','1019233.0','2',    '2','1','841.79',    '2','1','841.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093997.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015535.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103799.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015536.0','1019233.0','24',    '23','8','149755.34',    '23','6','111488.0',    '14','5','38267.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103800.0','1044800.0','10',    '9','4','4992.68',    '9','4','4127.64',    '3','1','865.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015537.0','1019233.0','51',    '41','11','86710.11',    '40','11','63087.16',    '18','3','23622.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103801.0','1044800.0','1',    '1','1','531.0',    '1','1','531.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015538.0','1019233.0','62',    '56','9','60996.74',    '52','9','48538.35',    '27','5','12458.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103802.0','1044800.0','6',    '5','3','22514.44',    '5','3','21974.46',    '4','1','539.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015539.0','1019233.0','115',    '103','36','202857.43',    '103','32','160600.0',    '60','17','42257.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103803.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015540.0','1019233.0','83',    '63','38','123438.61',    '60','35','88198.77',    '31','8','35239.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103804.0','1044800.0','25',    '23','8','155988.76',    '21','8','147865.0',    '16','1','8123.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015541.0','1019233.0','8',    '7','5','11915.95',    '6','5','11545.96',    '5','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103805.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015542.0','1019233.0','23',    '20','14','48233.49',    '19','14','44848.58',    '15','5','3384.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103806.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015543.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103807.0','1044800.0','26',    '24','8','16979.35',    '24','4','8878.51',    '17','6','8100.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005972.0','1019233.0','21',    '13','6','77517.3',    '13','6','70763.47',    '2','2','6753.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094236.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015544.0','1019233.0','14',    '12','4','3872.6',    '10','2','2044.9',    '8','3','1827.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103808.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015545.0','1019233.0','9',    '7','7','39657.36',    '7','7','37862.4',    '4','2','1794.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103809.0','1044800.0','39',    '30','5','40340.56',    '30','5','36563.02',    '11','2','3777.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015546.0','1019233.0','2',    '2','2','750.99',    '2','2','750.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103810.0','1044800.0','19',    '18','9','49643.56',    '18','6','47059.09',    '12','4','2584.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015547.0','1019233.0','1',    '1','1','335.0',    '1','0','0.0',    '1','1','335.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103811.0','1044800.0','1',    '1','1','8874.43',    '1','1','8874.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015548.0','1019233.0','5',    '4','1','1108.0',    '4','1','1108.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103812.0','1044800.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015549.0','1019233.0','5',    '5','1','269.1',    '3','1','269.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103813.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015550.0','1019233.0','5',    '4','4','4507.48',    '4','4','4507.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103814.0','1044800.0','19',    '16','12','67946.9',    '14','9','60827.66',    '9','6','7119.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015551.0','1019233.0','20',    '17','15','59834.3',    '16','15','53201.45',    '7','3','6632.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103815.0','1044800.0','1',    '1','1','237.0',    '1','1','237.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015552.0','1019233.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103816.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015553.0','1019233.0','5',    '5','2','5007.22',    '5','2','2956.0',    '3','2','2051.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103817.0','1044800.0','2',    '2','1','2791.48',    '2','1','2253.0',    '2','1','538.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015554.0','1019233.0','37',    '35','10','144202.22',    '35','10','130293.89',    '12','3','13908.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103818.0','1044800.0','4',    '3','2','8468.31',    '3','2','8468.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015555.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103819.0','1044800.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015556.0','1019233.0','1',    '1','1','1280.07',    '1','1','1280.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103820.0','1044800.0','7',    '6','1','1140.92',    '6','1','1140.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015557.0','1019233.0','1',    '1','1','1923.48',    '1','1','1330.0',    '1','1','593.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103821.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015558.0','1019233.0','2',    '2','1','813.5',    '2','1','813.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103822.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015559.0','1019233.0','5',    '5','2','3716.8',    '5','2','3716.8',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103823.0','1044800.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015560.0','1019233.0','3',    '2','2','30826.85',    '2','2','30826.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103824.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015561.0','1019233.0','2',    '1','1','883.91',    '1','1','883.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103825.0','1044800.0','2',    '2','2','5880.52',    '2','2','5880.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005703.0','1019233.0','29',    '27','6','34710.9',    '27','6','29653.5',    '14','1','5057.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093967.0','1044800.0','2',    '2','1','580.0',    '0','0','0.0',    '2','1','580.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015562.0','1019233.0','95',    '74','8','10538.88',    '70','7','9958.89',    '24','2','579.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103826.0','1044800.0','2',    '2','2','9282.7',    '2','2','9282.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015563.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103827.0','1044800.0','3',    '2','1','229.57',    '2','1','229.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015564.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103828.0','1044800.0','3',    '3','3','47266.79',    '3','3','47052.79',    '2','1','214.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015565.0','1019233.0','79',    '61','10','70078.31',    '59','9','68438.35',    '30','2','1639.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103829.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015566.0','1019233.0','4',    '3','3','31045.86',    '3','3','25451.31',    '2','1','5594.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103830.0','1044800.0','720',    '626','474','2882702.21',    '604','409','2251963.97',    '468','242','630738.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015567.0','1019233.0','493',    '455','366','1602634.82',    '445','343','1433578.46',    '292','137','169056.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103831.0','1044800.0','1',    '1','1','14011.09',    '1','1','14011.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015568.0','1019233.0','14',    '13','4','9273.22',    '12','2','8363.23',    '8','2','909.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103832.0','1044800.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015569.0','1019233.0','7',    '6','4','44249.8',    '5','3','15249.81',    '4','2','28999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103833.0','1044800.0','18',    '17','10','141985.51',    '17','8','134904.23',    '12','4','7081.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015570.0','1019233.0','2',    '2','1','1473.92',    '2','1','1473.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103834.0','1044800.0','4',    '4','4','11814.63',    '4','3','11294.64',    '3','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015571.0','1019233.0','28',    '23','6','31801.32',    '22','5','15389.33',    '10','3','16411.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103835.0','1044800.0','3',    '3','3','13017.45',    '3','3','12522.45',    '2','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015572.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103836.0','1044800.0','1',    '1','1','2988.97',    '1','1','2988.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015573.0','1019233.0','464',    '387','224','1081795.4',    '360','204','905924.99',    '258','91','175870.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103837.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015574.0','1019233.0','1',    '1','1','28800.0',    '1','1','24800.75',    '1','1','3999.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103838.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015575.0','1019233.0','17',    '16','15','141326.25',    '16','15','137104.58',    '11','4','4221.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103839.0','1044800.0','28',    '24','15','123603.03',    '24','15','83033.57',    '14','7','40569.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006061.0','1019233.0','51',    '41','19','88071.7',    '39','17','41944.21',    '19','9','46127.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094325.0','1044800.0','1',    '1','1','122.91',    '1','1','122.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005749.0','1019233.0','3',    '2','2','7102.16',    '2','2','5927.16',    '2','2','1175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094013.0','1044800.0','8',    '5','2','3514.27',    '5','2','3514.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015576.0','1019233.0','2',    '2','2','13854.63',    '2','2','13016.08',    '1','1','838.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103840.0','1044800.0','1',    '1','1','249.99',    '1','0','0.0',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005952.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094216.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015577.0','1019233.0','5',    '5','3','8703.05',    '5','3','8703.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103841.0','1044800.0','1',    '1','1','1161.0',    '1','1','1161.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015578.0','1019233.0','14',    '11','10','80132.1',    '11','8','55295.78',    '11','7','24836.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103842.0','1044800.0','3',    '3','1','9082.83',    '2','1','9082.83',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015579.0','1019233.0','4',    '3','2','2395.56',    '3','2','2395.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103843.0','1044800.0','32',    '30','22','106115.94',    '29','22','66012.47',    '19','12','40103.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015580.0','1019233.0','1',    '1','1','8236.46',    '1','1','8236.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103844.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015581.0','1019233.0','15',    '13','6','29125.58',    '13','6','29125.58',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103845.0','1044800.0','13',    '12','1','361.99',    '12','1','361.99',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015582.0','1019233.0','2',    '1','1','2373.09',    '1','1','2373.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103846.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015583.0','1019233.0','6',    '4','2','8161.17',    '3','2','7976.17',    '3','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103847.0','1044800.0','4',    '3','2','2372.2',    '3','2','2372.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015584.0','1019233.0','14',    '8','5','3152.21',    '7','5','3152.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103848.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015585.0','1019233.0','6',    '6','4','2197.78',    '6','4','2197.78',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103849.0','1044800.0','9',    '7','4','17296.73',    '7','4','17061.51',    '4','1','235.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015586.0','1019233.0','4',    '2','1','28800.0',    '1','1','22298.9',    '2','1','6501.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103850.0','1044800.0','1',    '1','1','7988.09',    '1','1','864.0',    '1','1','7124.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015587.0','1019233.0','72',    '66','56','67424.38',    '66','55','64555.98',    '40','11','2868.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103851.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005817.0','1019233.0','1',    '1','1','428.08',    '1','1','428.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094081.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015588.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103852.0','1044800.0','2',    '1','1','2985.86',    '1','1','2985.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015589.0','1019233.0','8',    '6','6','25442.3',    '6','5','25257.3',    '3','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103853.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015590.0','1019233.0','29',    '26','14','103053.9',    '23','13','97289.9',    '16','1','5764.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103854.0','1044800.0','4',    '4','2','5412.84',    '4','2','5412.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015591.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103855.0','1044800.0','2',    '2','1','1939.89',    '2','1','1939.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005789.0','1019233.0','1',    '1','1','4191.11',    '1','1','4191.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094053.0','1044800.0','1',    '1','1','2544.22',    '1','1','2544.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015592.0','1019233.0','8',    '6','5','8688.44',    '6','5','8688.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103856.0','1044800.0','57',    '53','39','195302.86',    '51','36','172601.7',    '34','11','22701.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015593.0','1019233.0','23',    '22','12','6557.62',    '22','11','4290.91',    '11','4','2266.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103857.0','1044800.0','1',    '1','1','12810.09',    '1','1','11932.0',    '1','1','878.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015594.0','1019233.0','4',    '4','4','7920.76',    '4','4','7520.78',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103858.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015595.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103859.0','1044800.0','11',    '11','5','11409.02',    '11','5','11209.03',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015596.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103860.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015597.0','1019233.0','4',    '4','3','3790.06',    '4','3','3790.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103861.0','1044800.0','18',    '17','11','37183.64',    '17','11','27493.48',    '9','5','9690.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015598.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103862.0','1044800.0','22',    '14','7','6874.77',    '12','6','5822.29',    '7','3','1052.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015599.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103863.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015600.0','1019233.0','14',    '12','7','12249.95',    '12','7','12249.95',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103864.0','1044800.0','10',    '7','5','4104.96',    '7','5','4104.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015601.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103865.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015602.0','1019233.0','3',    '2','2','1605.72',    '2','2','1605.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103866.0','1044800.0','23',    '20','14','24887.98',    '18','13','19123.98',    '11','1','5764.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015603.0','1019233.0','24',    '19','12','53485.97',    '18','11','42524.34',    '16','7','10961.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103867.0','1044800.0','12',    '9','7','41810.13',    '9','7','38090.11',    '7','2','3720.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015534.0','1019233.0','7',    '6','5','9918.33',    '6','5','9473.33',    '2','2','445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103798.0','1044800.0','2',    '2','1','5920.47',    '2','1','5920.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015604.0','1019233.0','2',    '2','2','1180.02',    '2','2','1180.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103868.0','1044800.0','1',    '1','1','7019.43',    '1','1','2748.0',    '1','1','4271.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015605.0','1019233.0','17',    '11','9','64664.11',    '11','9','43454.18',    '8','3','21209.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103869.0','1044800.0','403',    '371','296','392931.48',    '368','281','347661.08',    '233','79','45270.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015606.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103870.0','1044800.0','53',    '50','36','56499.15',    '49','35','53258.62',    '29','4','3240.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015607.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103871.0','1044800.0','4',    '4','2','2065.27',    '4','2','2065.27',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015608.0','1019233.0','3',    '3','1','549.94',    '2','1','549.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103872.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015609.0','1019233.0','24',    '19','10','18110.41',    '16','10','16381.56',    '14','2','1728.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103873.0','1044800.0','2',    '2','2','612.58',    '2','2','612.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015610.0','1019233.0','21',    '14','8','31939.17',    '14','8','29449.23',    '3','3','2489.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103874.0','1044800.0','34',    '27','22','175218.53',    '27','22','127229.54',    '18','10','47988.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015611.0','1019233.0','20',    '13','11','83588.76',    '13','10','77389.03',    '8','3','6199.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103875.0','1044800.0','10',    '8','5','21150.43',    '8','5','19556.98',    '6','2','1593.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015612.0','1019233.0','51',    '49','35','43438.2',    '49','33','42156.02',    '25','3','1282.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103876.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015613.0','1019233.0','17',    '12','8','66590.98',    '12','8','58470.65',    '6','2','8120.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103877.0','1044800.0','3',    '3','3','7943.95',    '3','3','7669.7',    '1','1','274.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015614.0','1019233.0','1',    '1','1','524.16',    '1','1','524.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103878.0','1044800.0','1',    '1','1','3103.4',    '1','1','3103.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015615.0','1019233.0','3',    '3','3','14447.89',    '3','2','14148.89',    '2','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103879.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015616.0','1019233.0','15',    '9','3','30808.52',    '9','3','26881.87',    '3','1','3926.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103880.0','1044800.0','1',    '1','1','737.6',    '1','1','737.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015617.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103881.0','1044800.0','2',    '2','2','2299.5',    '2','2','2299.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015618.0','1019233.0','7',    '7','5','8135.1',    '7','5','7145.12',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103882.0','1044800.0','9',    '8','5','69277.25',    '8','5','66199.82',    '4','1','3077.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015619.0','1019233.0','74',    '53','36','221922.27',    '50','33','178334.64',    '36','17','43587.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103883.0','1044800.0','29',    '27','21','124289.26',    '27','20','113420.87',    '18','5','10868.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015620.0','1019233.0','1',    '1','1','579.7',    '1','1','379.71',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103884.0','1044800.0','2',    '2','2','4710.28',    '2','2','4525.28',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015621.0','1019233.0','6',    '5','4','6482.46',    '5','4','6482.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103885.0','1044800.0','20',    '17','12','47439.93',    '17','12','39428.72',    '5','2','8011.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015622.0','1019233.0','2',    '2','1','3691.0',    '2','1','3691.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103886.0','1044800.0','8',    '6','3','1327.59',    '5','1','968.84',    '4','2','358.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015623.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103887.0','1044800.0','1',    '1','1','2540.04',    '1','1','2540.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015624.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103888.0','1044800.0','38',    '29','18','96682.36',    '28','16','89798.12',    '16','9','6884.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015625.0','1019233.0','8',    '8','5','14228.77',    '7','5','14228.77',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103889.0','1044800.0','84',    '76','47','132032.21',    '73','44','126515.01',    '42','13','5517.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015626.0','1019233.0','2',    '2','2','1333.8',    '2','2','1333.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103890.0','1044800.0','21',    '21','17','88227.25',    '21','16','72174.44',    '14','7','16052.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015627.0','1019233.0','1',    '1','1','5418.53',    '1','1','5418.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103891.0','1044800.0','8',    '7','6','8602.18',    '7','6','8522.19',    '4','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015628.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103892.0','1044800.0','135',    '120','80','143531.56',    '115','67','120777.06',    '82','32','22754.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015629.0','1019233.0','25',    '23','20','16948.03',    '23','20','16948.03',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103893.0','1044800.0','54',    '46','33','29598.63',    '46','31','27798.72',    '28','9','1799.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015630.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103894.0','1044800.0','2',    '2','1','14573.92',    '2','1','14573.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005823.0','1019233.0','3',    '3','1','824.0',    '3','1','824.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094087.0','1044800.0','4',    '4','4','27142.27',    '4','4','27142.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015631.0','1019233.0','3',    '3','2','6644.96',    '2','2','6644.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103895.0','1044800.0','2',    '1','1','549.88',    '1','1','549.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005827.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094091.0','1044800.0','1',    '1','1','10674.8',    '1','1','10674.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015632.0','1019233.0','1',    '1','1','3845.3',    '1','1','926.0',    '1','1','2919.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103896.0','1044800.0','1',    '1','1','1017.88',    '1','1','1017.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015633.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103897.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015634.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103898.0','1044800.0','145',    '122','90','396665.19',    '119','88','372640.8',    '67','17','24024.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015635.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103899.0','1044800.0','14',    '11','11','45650.77',    '11','11','45250.79',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015636.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103900.0','1044800.0','2',    '2','1','1088.81',    '2','1','1088.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015637.0','1019233.0','1',    '1','1','6192.92',    '1','1','6192.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103901.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015638.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103902.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015639.0','1019233.0','24',    '18','13','15452.06',    '18','13','14817.08',    '8','2','634.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103903.0','1044800.0','1',    '1','1','3848.73',    '1','1','2648.06',    '1','1','1200.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015640.0','1019233.0','100',    '94','80','119144.76',    '93','78','110962.02',    '57','17','8182.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103904.0','1044800.0','70',    '57','33','85452.54',    '56','32','83389.08',    '29','4','2063.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015641.0','1019233.0','25',    '22','12','60175.78',    '22','12','60175.78',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103905.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015642.0','1019233.0','1',    '1','1','1787.16',    '1','1','1787.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103906.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015643.0','1019233.0','30',    '19','11','53630.05',    '19','11','50148.16',    '9','5','3481.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103907.0','1044800.0','2',    '2','2','6689.03',    '2','2','6689.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015644.0','1019233.0','2',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103908.0','1044800.0','1',    '1','1','1112.8',    '1','1','1112.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015645.0','1019233.0','7',    '4','4','49308.26',    '4','4','32660.0',    '4','3','16648.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103909.0','1044800.0','14',    '13','9','9088.35',    '13','9','9088.35',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015646.0','1019233.0','57',    '49','39','106934.44',    '48','38','103275.54',    '24','7','3658.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103910.0','1044800.0','1',    '1','1','749.64',    '1','1','749.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015647.0','1019233.0','3',    '3','2','4139.6',    '3','2','3739.62',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103911.0','1044800.0','6',    '6','4','1967.47',    '6','4','1767.48',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005740.0','1019233.0','3',    '3','2','7952.26',    '2','1','2952.26',    '2','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094004.0','1044800.0','5',    '4','4','6387.12',    '4','4','6387.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015648.0','1019233.0','3',    '3','2','1200.19',    '3','2','1000.2',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103912.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015649.0','1019233.0','9',    '7','3','1418.85',    '7','3','1418.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103913.0','1044800.0','2',    '2','1','135.72',    '2','1','135.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015650.0','1019233.0','1',    '1','1','8797.34',    '1','1','8797.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103914.0','1044800.0','7',    '5','3','4903.99',    '5','3','4018.9',    '4','3','885.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015651.0','1019233.0','9',    '7','5','14651.95',    '7','5','14651.95',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103915.0','1044800.0','10',    '7','6','3351.19',    '7','6','3151.2',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015652.0','1019233.0','6',    '5','4','6377.57',    '5','4','6377.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103916.0','1044800.0','16',    '13','6','7728.73',    '13','6','5648.74',    '10','2','2079.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015653.0','1019233.0','2',    '2','1','1533.66',    '2','1','1533.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103917.0','1044800.0','51',    '48','35','60872.87',    '48','33','56401.84',    '20','9','4471.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015654.0','1019233.0','22',    '19','13','22842.93',    '19','13','21452.97',    '10','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103918.0','1044800.0','54',    '49','23','79739.35',    '48','22','79539.36',    '27','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015655.0','1019233.0','3',    '3','2','3035.91',    '2','2','3035.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103919.0','1044800.0','5',    '4','2','14577.2',    '3','2','14577.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015656.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103920.0','1044800.0','87',    '64','42','119631.49',    '61','38','93674.29',    '42','15','25957.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015657.0','1019233.0','25',    '22','11','38448.41',    '21','9','36358.43',    '12','3','2089.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103921.0','1044800.0','30',    '22','15','40152.9',    '22','14','38312.94',    '13','3','1839.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015658.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103922.0','1044800.0','7',    '7','5','6396.04',    '7','5','6396.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006043.0','1019233.0','8',    '6','4','11558.74',    '5','4','11358.75',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094307.0','1044800.0','11',    '11','8','9133.27',    '11','8','9133.27',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015659.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103923.0','1044800.0','22',    '18','18','113251.16',    '18','18','96807.89',    '13','8','16443.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015660.0','1019233.0','8',    '8','4','4270.81',    '8','4','3550.83',    '4','2','719.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103924.0','1044800.0','3',    '3','1','13805.09',    '2','1','13805.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015661.0','1019233.0','6',    '5','3','4461.24',    '5','3','4461.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103925.0','1044800.0','1',    '1','1','711.12',    '1','1','711.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015662.0','1019233.0','50',    '40','29','128446.8',    '39','27','108209.87',    '25','8','20236.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103926.0','1044800.0','22',    '21','10','36038.48',    '21','10','31584.52',    '10','4','4453.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015663.0','1019233.0','9',    '7','5','33508.04',    '7','4','27218.09',    '4','2','6289.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103927.0','1044800.0','17',    '16','12','10571.34',    '16','12','10571.34',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015664.0','1019233.0','12',    '12','10','32216.85',    '12','10','29694.31',    '8','1','2522.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103928.0','1044800.0','18',    '11','5','30313.89',    '10','5','20506.27',    '6','3','9807.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015665.0','1019233.0','18',    '16','5','15854.84',    '16','5','14976.98',    '8','1','877.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103929.0','1044800.0','2',    '2','2','16477.45',    '2','2','16477.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015666.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103930.0','1044800.0','13',    '11','6','44343.07',    '10','6','33408.13',    '8','3','10934.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015667.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103931.0','1044800.0','2',    '2','1','1541.1',    '2','1','1541.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015668.0','1019233.0','1',    '1','1','5951.27',    '1','1','5951.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103932.0','1044800.0','15',    '9','7','37195.56',    '9','7','33955.8',    '4','1','3239.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015669.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103933.0','1044800.0','1',    '1','1','3364.44',    '1','1','3364.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015670.0','1019233.0','4',    '4','3','19803.37',    '4','3','16669.1',    '3','1','3134.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103934.0','1044800.0','22',    '19','10','116266.5',    '19','10','116266.5',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015671.0','1019233.0','17',    '12','7','23502.91',    '10','6','19327.64',    '8','2','4175.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103935.0','1044800.0','4',    '2','1','1703.15',    '2','1','1703.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015672.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103936.0','1044800.0','8',    '6','5','5692.34',    '6','3','4188.43',    '5','3','1503.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015673.0','1019233.0','2',    '2','2','913.84',    '2','2','713.85',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103937.0','1044800.0','1',    '1','1','2631.25',    '1','1','2631.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015674.0','1019233.0','35',    '32','24','77444.51',    '32','24','61024.38',    '18','7','16420.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103938.0','1044800.0','18',    '16','12','49725.03',    '16','11','49235.29',    '7','2','489.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015675.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103939.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005936.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094200.0','1044800.0','1',    '1','1','11763.1',    '1','1','10509.12',    '1','1','1253.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015676.0','1019233.0','1',    '1','1','4812.52',    '1','1','4812.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103940.0','1044800.0','9',    '7','6','9653.7',    '6','6','9653.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015677.0','1019233.0','2',    '1','1','1323.0',    '1','1','1323.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103941.0','1044800.0','1',    '1','1','165.87',    '1','1','165.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015678.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103942.0','1044800.0','20',    '18','12','18350.72',    '18','11','17950.74',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015679.0','1019233.0','1',    '1','1','431.54',    '1','1','431.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103943.0','1044800.0','2',    '2','1','1144.0',    '2','1','1144.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015680.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103944.0','1044800.0','7',    '6','4','4644.23',    '6','4','4444.24',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015681.0','1019233.0','5',    '3','2','2708.99',    '3','2','2028.99',    '3','1','680.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103945.0','1044800.0','58',    '51','39','84041.34',    '50','38','77130.23',    '27','8','6911.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015682.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103946.0','1044800.0','4',    '4','2','30103.09',    '4','2','30103.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015683.0','1019233.0','9',    '8','5','15641.08',    '8','5','14667.61',    '3','2','973.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103947.0','1044800.0','16',    '15','7','2315.56',    '15','7','2315.56',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005741.0','1019233.0','49',    '42','22','76859.6',    '41','22','71212.78',    '17','1','5646.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094005.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015684.0','1019233.0','1',    '1','1','4509.12',    '1','1','926.0',    '1','1','3583.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103948.0','1044800.0','12',    '11','1','119.67',    '11','1','119.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015685.0','1019233.0','22',    '15','13','117876.54',    '15','11','101597.39',    '13','5','16279.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103949.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015686.0','1019233.0','1',    '1','1','832.0',    '1','1','832.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103950.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015687.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103951.0','1044800.0','1',    '1','1','1154.04',    '1','1','1154.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015688.0','1019233.0','2',    '2','1','335.71',    '2','1','135.72',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103952.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015689.0','1019233.0','17',    '12','6','19115.33',    '10','6','19115.33',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103953.0','1044800.0','147',    '138','112','111782.83',    '138','108','106206.13',    '82','14','5576.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015690.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103954.0','1044800.0','2',    '1','1','5901.08',    '1','1','5701.09',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015691.0','1019233.0','12',    '12','9','14825.38',    '12','8','13845.4',    '5','3','979.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103955.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015692.0','1019233.0','18',    '18','9','12027.55',    '17','8','10630.77',    '11','1','1396.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103956.0','1044800.0','1',    '1','1','5263.72',    '1','1','5263.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015693.0','1019233.0','3',    '2','1','989.98',    '2','0','0.0',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103957.0','1044800.0','7',    '5','2','3754.31',    '5','2','2310.84',    '4','2','1443.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015694.0','1019233.0','1',    '1','1','5765.24',    '1','1','5395.25',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103958.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015695.0','1019233.0','2',    '1','1','18953.58',    '1','1','18953.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103959.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006003.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094267.0','1044800.0','1',    '1','1','8201.68',    '1','1','6306.72',    '1','1','1894.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015696.0','1019233.0','55',    '49','31','82401.03',    '46','29','77695.91',    '22','4','4705.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103960.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015697.0','1019233.0','1',    '1','1','2133.0',    '1','1','2133.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103961.0','1044800.0','13',    '12','10','93899.42',    '12','9','93699.43',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015698.0','1019233.0','6',    '6','2','1293.99',    '5','2','1152.09',    '4','1','141.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103962.0','1044800.0','22',    '14','8','106174.07',    '13','8','93814.14',    '7','3','12359.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015699.0','1019233.0','8',    '6','3','31649.14',    '6','3','31649.14',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103963.0','1044800.0','55',    '52','39','69477.29',    '52','39','67503.1',    '31','10','1974.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015700.0','1019233.0','3',    '3','3','8702.53',    '3','3','8702.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103964.0','1044800.0','1',    '1','1','873.69',    '1','1','873.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015701.0','1019233.0','3',    '3','2','1606.1',    '1','1','1111.1',    '3','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103965.0','1044800.0','2',    '2','1','188.35',    '2','1','188.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015702.0','1019233.0','31',    '29','21','314001.48',    '27','21','288052.61',    '20','9','25948.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103966.0','1044800.0','3',    '1','1','940.89',    '1','0','0.0',    '1','1','940.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015703.0','1019233.0','36',    '31','5','28514.09',    '31','4','21027.31',    '9','2','7486.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103967.0','1044800.0','2',    '2','1','2971.86',    '2','1','2971.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015704.0','1019233.0','11',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103968.0','1044800.0','1',    '1','1','1326.24',    '1','1','1326.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005748.0','1019233.0','27',    '19','5','15569.1',    '18','5','14367.6',    '12','3','1201.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094012.0','1044800.0','47',    '40','15','134764.01',    '38','14','128918.39',    '28','7','5845.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015705.0','1019233.0','2',    '2','1','4409.67',    '2','1','4409.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103969.0','1044800.0','4',    '4','1','7050.98',    '4','1','7050.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015706.0','1019233.0','12',    '10','2','1203.52',    '7','1','114.52',    '8','1','1089.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103970.0','1044800.0','1',    '1','1','8435.59',    '1','1','2838.0',    '1','1','5597.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015707.0','1019233.0','22',    '21','5','9079.8',    '20','5','9079.8',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103971.0','1044800.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015708.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103972.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015709.0','1019233.0','3',    '3','2','2119.86',    '3','2','2119.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103973.0','1044800.0','21',    '18','12','36087.87',    '18','12','21638.9',    '8','4','14448.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015710.0','1019233.0','1',    '1','1','2107.94',    '1','1','2107.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103974.0','1044800.0','9',    '6','2','1624.4',    '6','2','1624.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015711.0','1019233.0','3',    '3','2','5381.63',    '3','2','5048.15',    '3','1','333.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103975.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006029.0','1019233.0','1',    '1','1','1248.0',    '1','1','1248.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094293.0','1044800.0','12',    '8','6','6923.27',    '8','6','6723.28',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015712.0','1019233.0','2',    '2','1','764.78',    '2','1','764.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103976.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015713.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103977.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015714.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103978.0','1044800.0','58',    '53','32','143054.21',    '53','31','126925.21',    '32','10','16129.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015715.0','1019233.0','3',    '2','2','1920.69',    '2','2','1920.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103979.0','1044800.0','7',    '6','5','15750.5',    '6','5','15550.51',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015716.0','1019233.0','5',    '5','3','3410.16',    '4','3','3410.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103980.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015717.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103981.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015718.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103982.0','1044800.0','9',    '8','2','1134.76',    '8','2','1134.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015719.0','1019233.0','139',    '107','28','92032.34',    '103','27','83627.22',    '51','10','8405.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103983.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015720.0','1019233.0','1',    '1','1','540.78',    '1','1','540.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103984.0','1044800.0','12',    '9','6','88078.64',    '8','6','85642.94',    '7','2','2435.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015721.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103985.0','1044800.0','4',    '2','1','1319.92',    '2','1','849.92',    '2','1','470.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015722.0','1019233.0','3',    '3','3','3122.02',    '3','3','3122.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103986.0','1044800.0','3',    '3','3','24883.04',    '3','3','24483.06',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005751.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094015.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006062.0','1019233.0','4',    '4','4','24695.9',    '4','4','19700.67',    '3','1','4995.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094326.0','1044800.0','1',    '1','1','9516.92',    '1','1','4590.0',    '1','1','4926.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006031.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094295.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015723.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103987.0','1044800.0','2388',    '2059','306','465947.53',    '1898','169','327286.6',    '650','161','138660.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015724.0','1019233.0','5',    '4','3','20774.6',    '4','3','20404.61',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103988.0','1044800.0','5',    '5','2','5172.93',    '5','2','5172.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015725.0','1019233.0','46',    '34','15','42984.27',    '32','14','41380.52',    '6','1','1603.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103989.0','1044800.0','8',    '7','5','60694.19',    '7','4','58929.19',    '4','2','1765.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015726.0','1019233.0','2',    '1','1','691.86',    '1','1','691.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103990.0','1044800.0','3',    '3','2','422.99',    '3','1','223.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015727.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103991.0','1044800.0','1',    '1','1','180.96',    '1','1','180.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015728.0','1019233.0','74',    '62','44','133705.35',    '61','44','129354.17',    '25','6','4351.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103992.0','1044800.0','1',    '1','1','4533.81',    '1','1','4533.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015729.0','1019233.0','54',    '41','22','119195.98',    '39','22','101419.15',    '19','6','17776.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103993.0','1044800.0','45',    '36','6','16923.54',    '32','5','10623.3',    '17','3','6300.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015730.0','1019233.0','1',    '1','1','246.82',    '1','1','246.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103994.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015731.0','1019233.0','21',    '20','13','47443.18',    '20','13','47043.2',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103995.0','1044800.0','303',    '260','103','297867.26',    '250','97','226878.85',    '146','33','70988.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015732.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103996.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015733.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103997.0','1044800.0','5',    '4','2','3275.32',    '3','1','741.32',    '3','1','2534.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015734.0','1019233.0','40',    '33','11','19028.23',    '32','10','18794.75',    '11','2','233.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103998.0','1044800.0','2',    '2','2','7465.05',    '2','1','1325.0',    '2','2','6140.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015735.0','1019233.0','2',    '2','2','19269.32',    '2','2','15401.76',    '2','1','3867.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2103999.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015736.0','1019233.0','6',    '5','4','3813.75',    '5','4','3813.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104000.0','1044800.0','4',    '2','1','9548.7',    '2','1','9548.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015737.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104001.0','1044800.0','8',    '7','2','4033.74',    '6','2','4033.74',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015738.0','1019233.0','5',    '5','4','1789.02',    '4','4','1789.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104002.0','1044800.0','1',    '1','1','13097.84',    '1','1','13097.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005870.0','1019233.0','10',    '8','3','11241.74',    '8','3','11241.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094134.0','1044800.0','1',    '1','1','1652.93',    '1','1','1652.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015739.0','1019233.0','502',    '404','332','2361178.17',    '387','314','1976654.87',    '234','115','384523.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104003.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015740.0','1019233.0','3',    '3','1','6223.86',    '3','1','4493.91',    '3','1','1729.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104004.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015741.0','1019233.0','1',    '1','1','1376.16',    '1','1','1376.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104005.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015742.0','1019233.0','5',    '4','1','217.07',    '4','1','217.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104006.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015743.0','1019233.0','64',    '59','13','24464.83',    '58','13','22954.58',    '17','1','1510.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104007.0','1044800.0','11',    '10','3','10029.57',    '10','3','10029.57',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005707.0','1019233.0','2',    '2','1','1981.25',    '2','1','1981.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093971.0','1044800.0','16',    '15','12','27702.07',    '15','12','25335.5',    '10','1','2366.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015744.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104008.0','1044800.0','40',    '34','30','65053.57',    '33','30','64383.13',    '18','2','670.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015746.0','1019233.0','1',    '1','1','3463.54',    '1','1','3463.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104010.0','1044800.0','1',    '1','1','6153.36',    '1','1','5114.57',    '1','1','1038.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015747.0','1019233.0','2',    '2','1','515.5',    '2','1','515.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104011.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015748.0','1019233.0','5',    '4','4','33892.79',    '4','4','25171.77',    '3','3','8721.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104012.0','1044800.0','1',    '1','1','7771.34',    '1','1','5980.92',    '1','1','1790.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015749.0','1019233.0','1',    '1','1','1070.79',    '1','1','1070.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104013.0','1044800.0','24',    '20','17','101319.27',    '20','16','100442.9',    '5','2','876.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015750.0','1019233.0','3',    '2','2','981.42',    '1','0','0.0',    '2','2','981.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104014.0','1044800.0','43',    '30','19','240322.8',    '29','18','220089.33',    '19','8','20233.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015751.0','1019233.0','4',    '3','2','531.86',    '3','1','331.86',    '2','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104015.0','1044800.0','24',    '21','13','90080.26',    '21','13','89880.27',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015752.0','1019233.0','2',    '2','1','6012.91',    '2','1','6012.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104016.0','1044800.0','29',    '22','17','42797.33',    '22','16','35267.82',    '11','3','7529.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015753.0','1019233.0','46',    '38','30','298828.32',    '38','29','263061.63',    '23','13','35766.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104017.0','1044800.0','8',    '8','7','15961.01',    '8','7','15726.01',    '4','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015754.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104018.0','1044800.0','28',    '22','18','98399.43',    '22','17','93659.88',    '9','4','4739.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015755.0','1019233.0','28',    '26','10','15608.96',    '26','9','14221.24',    '16','2','1387.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104019.0','1044800.0','2',    '2','1','3642.3',    '2','1','3642.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006005.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094269.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015756.0','1019233.0','3',    '3','1','638.1',    '3','1','638.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104020.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015757.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104021.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005794.0','1019233.0','36',    '31','7','24919.3',    '31','7','17566.85',    '12','2','7352.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094058.0','1044800.0','5',    '5','2','3825.89',    '5','2','3825.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015758.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104022.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015759.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104023.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015760.0','1019233.0','11',    '5','4','19613.74',    '5','4','19523.75',    '1','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104024.0','1044800.0','5',    '3','2','12322.9',    '3','2','12322.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015761.0','1019233.0','6',    '4','4','58525.81',    '4','4','58525.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104025.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015762.0','1019233.0','58',    '46','32','159860.52',    '43','28','66393.75',    '36','23','93466.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104026.0','1044800.0','3',    '1','1','464.74',    '1','1','464.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015763.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104027.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015764.0','1019233.0','8',    '7','4','5143.04',    '7','4','5143.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104028.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015765.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104029.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015766.0','1019233.0','129',    '116','7','21488.7',    '107','3','13188.7',    '36','5','8300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104030.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015767.0','1019233.0','326',    '266','106','364730.33',    '260','89','277585.66',    '182','67','87144.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104031.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015768.0','1019233.0','16',    '16','8','109042.79',    '16','7','90742.0',    '10','4','18300.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104032.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015769.0','1019233.0','3',    '3','1','1772.36',    '3','1','1772.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104033.0','1044800.0','52',    '38','24','98093.86',    '38','24','96780.19',    '19','5','1313.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015770.0','1019233.0','59',    '53','3','11218.96',    '53','3','10438.97',    '11','1','779.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104034.0','1044800.0','4',    '3','1','1522.92',    '3','1','1522.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015771.0','1019233.0','2',    '2','2','14376.18',    '2','2','14176.19',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104035.0','1044800.0','13',    '7','1','4065.76',    '6','1','3009.0',    '3','1','1056.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015772.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104036.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015773.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104037.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015774.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104038.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015775.0','1019233.0','8',    '5','3','2287.28',    '5','3','2287.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104039.0','1044800.0','2',    '2','1','7660.03',    '2','1','7660.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006023.0','1019233.0','10',    '9','7','48794.09',    '9','7','48794.09',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094287.0','1044800.0','14',    '13','2','8472.81',    '13','2','8472.81',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015776.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104040.0','1044800.0','18',    '16','2','19473.79',    '16','2','19073.79',    '6','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015777.0','1019233.0','12',    '9','7','45504.53',    '9','6','43093.89',    '4','2','2410.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104041.0','1044800.0','25',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015778.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104042.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015779.0','1019233.0','32',    '31','16','115498.66',    '31','15','112420.5',    '14','4','3078.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104043.0','1044800.0','11',    '9','6','35001.76',    '9','6','34864.47',    '4','1','137.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015780.0','1019233.0','1',    '1','1','490.95',    '1','1','490.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104044.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015781.0','1019233.0','8',    '7','5','5847.38',    '7','5','5847.38',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104045.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015782.0','1019233.0','3',    '3','2','618.8',    '3','2','618.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104046.0','1044800.0','39',    '37','21','29443.58',    '36','20','26480.36',    '27','4','2963.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015783.0','1019233.0','4',    '3','1','4725.94',    '3','1','4725.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104047.0','1044800.0','7',    '3','1','405.23',    '3','1','405.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015784.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104048.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015785.0','1019233.0','10',    '9','7','20529.78',    '9','7','20529.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104049.0','1044800.0','54',    '43','33','221572.49',    '42','32','211202.57',    '21','7','10369.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015786.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104050.0','1044800.0','19',    '15','4','33852.71',    '15','4','33637.0',    '6','1','215.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015787.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104051.0','1044800.0','7',    '5','3','1861.97',    '5','3','1861.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015788.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104052.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015789.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104053.0','1044800.0','7',    '3','2','8381.47',    '3','2','8381.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015790.0','1019233.0','6',    '6','3','5959.06',    '6','3','5959.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104054.0','1044800.0','27',    '23','15','27897.98',    '23','15','27427.99',    '16','3','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015791.0','1019233.0','11',    '9','9','130648.46',    '9','8','115847.57',    '7','4','14800.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104055.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015792.0','1019233.0','27',    '23','21','64689.89',    '23','20','61462.25',    '11','3','3227.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104056.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015793.0','1019233.0','8',    '7','2','8478.03',    '6','1','2272.38',    '4','2','6205.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104057.0','1044800.0','1',    '1','1','4672.4',    '1','1','4672.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015794.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104058.0','1044800.0','32',    '30','18','30866.59',    '29','18','30658.53',    '14','1','208.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015795.0','1019233.0','23',    '21','6','25237.29',    '19','3','3311.0',    '9','5','21926.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104059.0','1044800.0','8',    '7','4','24195.55',    '7','4','23611.34',    '4','2','584.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015796.0','1019233.0','20',    '18','8','25232.45',    '17','8','25232.45',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104060.0','1044800.0','11',    '10','7','35380.97',    '10','7','35380.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015797.0','1019233.0','14',    '8','3','23092.94',    '7','3','19454.82',    '5','2','3638.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104061.0','1044800.0','3',    '2','1','522.22',    '2','1','522.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015798.0','1019233.0','19',    '13','5','6913.29',    '12','4','6363.29',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104062.0','1044800.0','1',    '1','1','840.84',    '1','1','840.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015799.0','1019233.0','2',    '2','2','874.48',    '2','2','874.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104063.0','1044800.0','7',    '7','1','1778.77',    '7','1','1778.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015800.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104064.0','1044800.0','14',    '13','4','16783.0',    '13','4','16783.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015801.0','1019233.0','2',    '2','1','117.69',    '2','1','117.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104065.0','1044800.0','4',    '3','3','6272.93',    '3','3','6272.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015802.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104066.0','1044800.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015803.0','1019233.0','13',    '11','1','400.0',    '10','0','0.0',    '6','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104067.0','1044800.0','10',    '7','2','611.68',    '7','1','373.29',    '4','1','238.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015804.0','1019233.0','8',    '8','7','10502.66',    '8','7','8939.03',    '5','2','1563.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104068.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015805.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104069.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015806.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104070.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015807.0','1019233.0','4',    '3','3','44409.53',    '3','3','37210.21',    '2','2','7199.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104071.0','1044800.0','10',    '10','3','7062.65',    '10','3','7062.65',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015808.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104072.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005954.0','1019233.0','78',    '53','32','214722.76',    '49','32','205583.14',    '32','7','9139.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094218.0','1044800.0','8',    '3','2','2711.24',    '3','2','2711.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015809.0','1019233.0','1',    '1','1','137.28',    '1','1','137.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104073.0','1044800.0','10',    '8','6','45454.06',    '8','6','42515.32',    '4','2','2938.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015810.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104074.0','1044800.0','2',    '2','1','1575.97',    '2','1','856.26',    '1','1','719.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015811.0','1019233.0','2',    '2','1','2892.7',    '2','1','2892.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104075.0','1044800.0','3',    '3','3','16501.94',    '3','3','11900.76',    '2','2','4601.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015812.0','1019233.0','2',    '2','1','418.94',    '2','1','418.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104076.0','1044800.0','8',    '8','4','24917.62',    '8','4','24917.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015813.0','1019233.0','14',    '13','8','17146.8',    '13','8','15497.98',    '5','1','1648.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104077.0','1044800.0','4',    '3','1','4313.52',    '3','1','4313.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015814.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104078.0','1044800.0','1',    '1','1','5426.69',    '0','0','0.0',    '1','1','5426.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015815.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104079.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015816.0','1019233.0','1',    '1','1','566.47',    '1','1','366.48',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104080.0','1044800.0','7',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015817.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104081.0','1044800.0','2',    '2','1','2117.68',    '2','1','2117.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015818.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104082.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015819.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104083.0','1044800.0','18',    '18','0','0.0',    '17','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015820.0','1019233.0','11',    '8','7','14214.52',    '8','7','13874.52',    '6','1','340.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104084.0','1044800.0','103',    '90','15','27348.38',    '87','13','24360.16',    '35','4','2988.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015821.0','1019233.0','2',    '1','1','722.4',    '1','1','722.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104085.0','1044800.0','2',    '2','2','902.26',    '2','2','702.27',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015822.0','1019233.0','41',    '31','19','144161.79',    '30','19','137683.13',    '20','5','6478.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104086.0','1044800.0','19',    '16','7','45588.26',    '16','7','45143.26',    '6','2','445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015823.0','1019233.0','12',    '11','10','72473.94',    '11','10','70863.49',    '3','2','1610.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104087.0','1044800.0','2',    '2','1','301.25',    '2','1','301.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015824.0','1019233.0','533',    '471','63','97730.49',    '450','50','87630.86',    '102','18','10099.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104088.0','1044800.0','15',    '12','3','3675.0',    '10','0','0.0',    '7','3','3675.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015825.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104089.0','1044800.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015826.0','1019233.0','2',    '2','2','31466.95',    '2','2','26147.55',    '1','1','5319.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104090.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015827.0','1019233.0','36',    '28','22','93315.61',    '28','20','70299.85',    '22','11','23015.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104091.0','1044800.0','7',    '3','1','1655.1',    '2','1','1655.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015828.0','1019233.0','5',    '5','3','3808.07',    '5','3','3808.07',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104092.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015829.0','1019233.0','7',    '6','4','7516.36',    '6','4','7516.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104093.0','1044800.0','3',    '2','1','985.52',    '2','1','785.53',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015830.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104094.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015831.0','1019233.0','19',    '18','4','37175.14',    '18','4','37175.14',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104095.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015832.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104096.0','1044800.0','1',    '1','1','965.56',    '1','1','965.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015833.0','1019233.0','9',    '9','5','6026.01',    '9','4','4676.76',    '7','2','1349.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104097.0','1044800.0','45',    '39','8','11667.28',    '39','7','11314.28',    '11','1','353.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015834.0','1019233.0','10',    '9','3','1063.84',    '8','3','1063.84',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104098.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015835.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104099.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015836.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104100.0','1044800.0','2',    '2','2','7031.32',    '2','2','6536.32',    '2','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015837.0','1019233.0','1',    '1','1','779.96',    '1','1','779.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104101.0','1044800.0','1',    '1','1','4203.18',    '1','1','4203.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015838.0','1019233.0','23',    '20','0','0.0',    '20','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104102.0','1044800.0','5',    '3','1','4056.26',    '3','1','4056.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015840.0','1019233.0','15',    '12','2','7567.13',    '10','2','7567.13',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104104.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015841.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104105.0','1044800.0','2',    '2','1','1138.0',    '2','1','1138.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015842.0','1019233.0','6',    '6','6','13294.8',    '6','6','13294.8',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104106.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015843.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104107.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015844.0','1019233.0','66',    '26','7','15136.75',    '15','2','5187.0',    '25','7','9949.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104108.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015845.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104109.0','1044800.0','20',    '19','13','20421.93',    '19','11','19558.77',    '10','2','863.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015846.0','1019233.0','24',    '19','0','0.0',    '16','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104110.0','1044800.0','13',    '12','6','7190.07',    '12','6','7190.07',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015847.0','1019233.0','8',    '4','2','2389.86',    '4','2','2389.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104111.0','1044800.0','110',    '102','33','55128.44',    '102','32','53478.44',    '36','3','1650.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015848.0','1019233.0','11',    '7','4','8777.88',    '7','4','8777.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104112.0','1044800.0','1',    '1','1','1245.76',    '1','1','1245.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015849.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104113.0','1044800.0','1',    '1','1','9904.25',    '1','1','9904.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015850.0','1019233.0','53',    '50','34','209861.7',    '50','34','204313.81',    '18','5','5547.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104114.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015851.0','1019233.0','1',    '1','1','1910.23',    '1','1','1910.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104115.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015852.0','1019233.0','6',    '5','2','9001.15',    '5','2','8601.15',    '2','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104116.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015853.0','1019233.0','23',    '18','14','107431.87',    '18','14','107431.87',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104117.0','1044800.0','22',    '18','7','5979.65',    '16','6','5055.83',    '4','1','923.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015854.0','1019233.0','16',    '14','4','5162.27',    '13','4','3660.75',    '8','3','1501.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104118.0','1044800.0','5',    '4','3','5096.4',    '4','3','5096.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015855.0','1019233.0','34',    '27','19','76576.94',    '27','16','64969.9',    '17','7','11607.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104119.0','1044800.0','2',    '2','1','2353.89',    '2','1','2353.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015856.0','1019233.0','19',    '6','4','46936.21',    '6','4','39847.01',    '5','3','7089.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104120.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015857.0','1019233.0','22',    '19','15','236148.55',    '19','15','191894.09',    '12','9','44254.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104121.0','1044800.0','3',    '3','1','8271.82',    '3','1','8271.82',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015858.0','1019233.0','1',    '1','1','204.75',    '1','1','204.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104122.0','1044800.0','24',    '22','10','50121.46',    '21','10','49639.08',    '10','2','482.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015859.0','1019233.0','1',    '1','1','665.76',    '1','1','665.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104123.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005742.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094006.0','1044800.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015860.0','1019233.0','2',    '2','2','16257.98',    '2','2','16257.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104124.0','1044800.0','48',    '41','14','28024.32',    '41','14','23029.5',    '15','4','4994.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015861.0','1019233.0','13',    '11','1','28800.0',    '11','1','28800.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104125.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015862.0','1019233.0','2',    '1','1','705.4',    '1','1','705.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104126.0','1044800.0','4',    '4','1','3002.35',    '4','1','3002.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015863.0','1019233.0','9',    '9','7','60194.62',    '9','6','55811.51',    '3','2','4383.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104127.0','1044800.0','23',    '17','9','76320.04',    '17','9','76186.68',    '8','1','133.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015864.0','1019233.0','7',    '6','4','17843.37',    '6','4','17563.39',    '1','1','279.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104128.0','1044800.0','12',    '11','5','15466.99',    '11','5','15466.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015865.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104129.0','1044800.0','27',    '22','6','7927.37',    '22','5','5677.91',    '8','2','2249.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015866.0','1019233.0','11',    '9','4','5305.0',    '8','4','5305.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104130.0','1044800.0','1',    '1','1','3056.9',    '1','1','3056.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015867.0','1019233.0','30',    '15','8','124367.56',    '14','8','109072.46',    '7','4','15295.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104131.0','1044800.0','6',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015868.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104132.0','1044800.0','5',    '5','3','6827.39',    '5','3','6827.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005874.0','1019233.0','3',    '3','3','16846.76',    '3','3','16846.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094138.0','1044800.0','10',    '4','4','56937.48',    '4','4','51895.18',    '2','1','5042.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015869.0','1019233.0','7',    '7','6','19576.47',    '7','6','18758.11',    '3','1','818.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104133.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015870.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104134.0','1044800.0','5',    '5','1','2260.72',    '5','1','2260.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015871.0','1019233.0','14',    '14','7','16552.65',    '13','7','16552.65',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104135.0','1044800.0','23',    '17','7','29112.4',    '16','7','25149.94',    '11','3','3962.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015872.0','1019233.0','2',    '1','1','2586.34',    '1','1','2586.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104136.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015873.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104137.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015874.0','1019233.0','1',    '1','1','762.77',    '1','1','762.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104138.0','1044800.0','13',    '13','3','10697.0',    '13','3','9969.91',    '6','1','727.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005706.0','1019233.0','17',    '15','4','9147.88',    '14','4','8921.62',    '5','1','226.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093970.0','1044800.0','14',    '12','0','0.0',    '12','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015875.0','1019233.0','9',    '5','2','2024.02',    '5','2','2024.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104139.0','1044800.0','6',    '5','5','58331.26',    '5','4','26176.13',    '3','3','32155.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005786.0','1019233.0','26',    '21','6','9757.73',    '18','5','8553.68',    '7','2','1204.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094050.0','1044800.0','3',    '3','1','2241.55',    '3','1','908.0',    '3','1','1333.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015876.0','1019233.0','7',    '6','2','4225.66',    '5','2','4225.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104140.0','1044800.0','8',    '8','5','39266.76',    '8','5','33047.33',    '4','3','6219.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015877.0','1019233.0','7',    '7','4','2688.56',    '7','4','2688.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104141.0','1044800.0','17',    '11','6','17239.7',    '11','6','10243.25',    '3','2','6996.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015878.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104142.0','1044800.0','8',    '3','3','29976.76',    '3','3','29976.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015879.0','1019233.0','8',    '8','3','8693.66',    '7','3','8693.66',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104143.0','1044800.0','12',    '11','3','3808.71',    '11','2','2572.0',    '8','1','1236.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015880.0','1019233.0','41',    '39','14','55355.33',    '39','12','52060.29',    '20','6','3295.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104144.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015881.0','1019233.0','2',    '2','1','2930.12',    '2','1','2930.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104145.0','1044800.0','4',    '4','2','16917.94',    '4','2','14801.11',    '1','1','2116.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015882.0','1019233.0','66',    '51','34','238605.15',    '40','30','208245.5',    '36','12','30359.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104146.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015883.0','1019233.0','1',    '1','1','798.78',    '1','1','798.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104147.0','1044800.0','3',    '2','2','5172.45',    '2','2','5172.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015884.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104148.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015885.0','1019233.0','4',    '4','2','2034.56',    '4','2','2034.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104149.0','1044800.0','17',    '17','5','7401.24',    '17','4','7201.25',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015886.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104150.0','1044800.0','105',    '71','50','302769.16',    '69','48','198089.98',    '43','32','104679.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015887.0','1019233.0','17',    '15','7','11987.32',    '15','7','11642.32',    '5','1','345.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104151.0','1044800.0','8',    '6','2','1571.12',    '6','2','1571.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015888.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104152.0','1044800.0','572',    '427','61','90129.0',    '366','30','53014.16',    '156','34','37114.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015889.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104153.0','1044800.0','4',    '4','2','4163.36',    '4','2','4163.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015890.0','1019233.0','5',    '5','3','20342.05',    '5','3','20342.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104154.0','1044800.0','69',    '67','17','45550.96',    '67','17','45550.96',    '38','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015891.0','1019233.0','72',    '59','40','436976.01',    '58','40','411002.19',    '32','12','25973.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104155.0','1044800.0','15',    '13','10','175754.1',    '12','10','157682.09',    '11','6','18072.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015892.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104156.0','1044800.0','1',    '1','1','4642.82',    '1','1','4642.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015893.0','1019233.0','52',    '45','35','300903.41',    '45','34','291580.81',    '18','4','9322.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104157.0','1044800.0','5',    '4','1','341.98',    '4','1','341.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015894.0','1019233.0','2',    '2','2','27916.39',    '2','2','23011.24',    '1','1','4905.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104158.0','1044800.0','6',    '5','4','9142.45',    '5','4','8191.62',    '3','2','950.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015895.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104159.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015896.0','1019233.0','2',    '2','1','622.25',    '2','1','622.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104160.0','1044800.0','2',    '2','2','6112.25',    '2','2','5766.9',    '2','1','345.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005861.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094125.0','1044800.0','1',    '1','1','24613.05',    '1','1','19887.52',    '1','1','4725.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015897.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104161.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015898.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104162.0','1044800.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015899.0','1019233.0','19',    '16','4','9416.28',    '15','2','3612.92',    '5','3','5803.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104163.0','1044800.0','93',    '74','35','91803.11',    '73','35','89437.95',    '17','3','2365.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015900.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104164.0','1044800.0','132',    '96','72','346578.02',    '96','71','333480.42',    '51','13','13097.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015901.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104165.0','1044800.0','27',    '27','2','1578.0',    '27','1','1028.0',    '20','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005710.0','1019233.0','28',    '27','7','11172.97',    '26','5','10268.78',    '13','4','904.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093974.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015902.0','1019233.0','5',    '4','2','9498.19',    '3','2','7388.68',    '3','1','2109.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104166.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015903.0','1019233.0','2',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104167.0','1044800.0','195',    '180','72','531856.65',    '177','65','494754.05',    '81','16','37102.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005707.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2093971.0','1044800.0','9',    '6','5','34097.77',    '6','5','29052.26',    '3','2','5045.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015904.0','1019233.0','3',    '3','1','1028.0',    '3','1','1028.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104168.0','1044800.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015905.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104169.0','1044800.0','2',    '1','1','1624.52',    '1','1','1624.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015906.0','1019233.0','8',    '4','2','903.46',    '4','1','699.88',    '2','1','203.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104170.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015907.0','1019233.0','188',    '157','83','156061.67',    '151','77','146151.15',    '70','22','9910.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104171.0','1044800.0','8',    '8','2','8026.96',    '8','2','8026.96',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015908.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104172.0','1044800.0','1',    '1','1','634.72',    '1','1','634.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005937.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094201.0','1044800.0','8',    '7','4','48287.03',    '7','4','36810.46',    '4','2','11476.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015909.0','1019233.0','4',    '4','1','10378.89',    '4','1','10378.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104173.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015910.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104174.0','1044800.0','8',    '7','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015911.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104175.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015912.0','1019233.0','1',    '1','1','2254.51',    '1','1','2254.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104176.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015913.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104177.0','1044800.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015914.0','1019233.0','4',    '4','2','41184.04',    '4','2','39494.82',    '3','1','1689.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104178.0','1044800.0','18',    '13','1','550.0',    '12','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015915.0','1019233.0','7',    '6','3','1878.0',    '5','3','1878.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104179.0','1044800.0','31',    '24','2','1576.2',    '24','1','1341.2',    '8','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015916.0','1019233.0','2',    '2','2','3067.89',    '2','2','3067.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104180.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015917.0','1019233.0','14',    '12','1','28800.0',    '11','1','28800.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104181.0','1044800.0','1',    '1','1','2315.14',    '0','0','0.0',    '1','1','2315.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015918.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104182.0','1044800.0','114',    '107','22','34384.4',    '102','16','31244.63',    '75','8','3139.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015919.0','1019233.0','11',    '9','8','68370.92',    '9','8','60173.61',    '7','2','8197.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104183.0','1044800.0','3',    '3','1','1729.0',    '3','1','1729.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015920.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104184.0','1044800.0','3',    '2','1','2557.66',    '2','1','2557.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015921.0','1019233.0','5',    '4','3','49160.55',    '4','3','41645.47',    '3','3','7515.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104185.0','1044800.0','2',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015922.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104186.0','1044800.0','2',    '2','1','3335.03',    '2','1','3335.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015923.0','1019233.0','15',    '15','8','31381.85',    '14','8','27947.82',    '11','3','3434.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104187.0','1044800.0','2182',    '1788','542','798279.64',    '1543','277','532176.75',    '978','344','266102.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015924.0','1019233.0','3',    '2','1','1040.75',    '2','1','1040.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104188.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015925.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104189.0','1044800.0','3',    '3','1','28800.0',    '3','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015926.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104190.0','1044800.0','1',    '1','1','22104.82',    '1','1','20878.37',    '1','1','1226.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015927.0','1019233.0','7',    '5','1','550.0',    '1','0','0.0',    '4','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104191.0','1044800.0','2',    '2','1','1576.76',    '2','1','1576.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015928.0','1019233.0','8',    '7','5','17103.35',    '6','5','16739.8',    '5','1','363.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104192.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015929.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104193.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005793.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094057.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015930.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104194.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015931.0','1019233.0','1',    '1','1','3125.32',    '1','1','3125.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104195.0','1044800.0','8',    '7','3','5801.86',    '6','3','5801.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015932.0','1019233.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104196.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015933.0','1019233.0','269',    '262','53','105630.15',    '251','40','89561.24',    '203','22','16068.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104197.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015934.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104198.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015935.0','1019233.0','10',    '10','3','9682.7',    '10','2','5918.34',    '7','3','3764.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104199.0','1044800.0','50',    '49','18','22781.24',    '47','15','21089.61',    '37','5','1691.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015936.0','1019233.0','1',    '1','1','1301.6',    '1','1','1301.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104200.0','1044800.0','1',    '1','1','1073.03',    '1','1','1073.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015937.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104201.0','1044800.0','8',    '5','3','32595.48',    '5','3','32595.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015938.0','1019233.0','1',    '1','1','6651.4',    '1','1','6651.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104202.0','1044800.0','1',    '1','1','1891.34',    '1','1','1891.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015939.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104203.0','1044800.0','5',    '5','1','550.0',    '5','0','0.0',    '4','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005980.0','1019233.0','4',    '3','2','9844.73',    '3','2','9284.03',    '1','1','560.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094244.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015940.0','1019233.0','3',    '3','1','2041.1',    '3','1','2041.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104204.0','1044800.0','10',    '10','0','0.0',    '10','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015941.0','1019233.0','2',    '2','1','2676.68',    '2','1','2676.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104205.0','1044800.0','7',    '6','6','57465.83',    '6','6','44145.24',    '3','2','13320.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015942.0','1019233.0','7',    '4','3','2983.26',    '2','2','2364.9',    '2','1','618.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104206.0','1044800.0','12',    '10','5','14482.79',    '10','5','14264.3',    '1','1','218.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015943.0','1019233.0','2',    '2','2','20114.33',    '1','1','4620.0',    '2','1','15494.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104207.0','1044800.0','1',    '1','1','1578.27',    '1','1','410.35',    '1','1','1167.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015944.0','1019233.0','26',    '23','8','20972.02',    '23','7','20115.8',    '16','3','856.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104208.0','1044800.0','9',    '9','7','88334.37',    '9','7','72189.18',    '5','3','16145.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015945.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104209.0','1044800.0','33',    '22','14','52663.51',    '21','14','52463.52',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015946.0','1019233.0','8',    '8','7','70088.29',    '8','7','61486.08',    '4','3','8602.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104210.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015947.0','1019233.0','2',    '2','2','14134.52',    '2','2','13934.53',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104211.0','1044800.0','7',    '5','4','14352.07',    '5','4','14352.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015948.0','1019233.0','207',    '204','131','886270.1',    '187','107','316941.08',    '154','95','569329.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104212.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015949.0','1019233.0','14',    '10','2','2334.62',    '10','2','2334.62',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104213.0','1044800.0','3',    '3','1','302.36',    '3','1','302.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015950.0','1019233.0','1',    '1','1','748.14',    '1','1','748.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104214.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015951.0','1019233.0','88',    '78','11','13620.48',    '77','9','12528.02',    '56','4','1092.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104215.0','1044800.0','22',    '20','4','33810.04',    '20','3','33595.39',    '19','1','214.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015952.0','1019233.0','1',    '1','1','780.0',    '1','1','780.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104216.0','1044800.0','2',    '2','1','514.4',    '2','1','514.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015953.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104217.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015954.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104218.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015955.0','1019233.0','6',    '6','3','2958.83',    '6','3','2758.84',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104219.0','1044800.0','1',    '1','1','2183.74',    '1','1','2183.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005764.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094028.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006039.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094303.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015956.0','1019233.0','1',    '1','1','894.0',    '1','1','894.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104220.0','1044800.0','3',    '2','2','5391.93',    '2','2','5242.43',    '2','1','149.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015957.0','1019233.0','1',    '1','1','497.47',    '1','1','497.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104221.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015958.0','1019233.0','11',    '8','7','44128.04',    '8','7','40997.53',    '5','4','3130.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104222.0','1044800.0','2',    '2','1','5781.46',    '2','1','5781.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015959.0','1019233.0','4',    '4','3','1944.91',    '4','3','1944.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104223.0','1044800.0','5',    '5','4','12742.39',    '5','4','12372.4',    '3','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015960.0','1019233.0','7',    '6','4','63856.17',    '6','4','58802.0',    '5','1','5054.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104224.0','1044800.0','1',    '1','1','302.14',    '1','1','302.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015961.0','1019233.0','19',    '13','2','57600.0',    '13','2','57600.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104225.0','1044800.0','15',    '13','1','828.0',    '13','1','828.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015962.0','1019233.0','6',    '5','3','1097.99',    '4','1','332.02',    '4','2','765.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104226.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015963.0','1019233.0','7',    '7','4','16731.12',    '7','4','16731.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104227.0','1044800.0','2',    '2','1','2529.48',    '2','1','2159.49',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015964.0','1019233.0','3',    '2','1','3009.32',    '2','1','3009.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104228.0','1044800.0','10',    '9','1','2781.99',    '8','1','2781.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015965.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104229.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015966.0','1019233.0','176',    '154','21','20508.89',    '137','8','12470.58',    '98','15','8038.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104230.0','1044800.0','1',    '1','1','5764.0',    '0','0','0.0',    '1','1','5764.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015967.0','1019233.0','68',    '64','22','120705.6',    '62','19','91160.31',    '36','11','29545.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104231.0','1044800.0','244',    '228','47','89879.57',    '222','19','75442.45',    '131','32','14437.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015968.0','1019233.0','136',    '113','21','71801.79',    '107','14','43337.83',    '51','13','28463.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104232.0','1044800.0','8',    '6','1','3686.35',    '6','1','3686.35',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015969.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104233.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015970.0','1019233.0','86',    '80','16','31063.93',    '79','11','28756.31',    '48','6','2307.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104234.0','1044800.0','5',    '5','2','1998.65',    '4','2','1998.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015971.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104235.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015972.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104236.0','1044800.0','14',    '12','1','12332.0',    '12','1','1332.0',    '6','1','11000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015973.0','1019233.0','2',    '2','2','2479.77',    '2','2','2479.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104237.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015974.0','1019233.0','3',    '3','2','1306.39',    '3','2','1306.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104238.0','1044800.0','2',    '2','2','7393.85',    '2','2','7393.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015975.0','1019233.0','21',    '19','13','21816.39',    '19','13','20486.43',    '13','4','1329.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104239.0','1044800.0','20',    '14','12','35645.64',    '14','12','34837.45',    '8','3','808.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005831.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094095.0','1044800.0','10',    '9','8','7082.49',    '9','8','6792.51',    '5','2','289.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015976.0','1019233.0','38',    '31','26','49519.34',    '30','23','42759.47',    '20','8','6759.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104240.0','1044800.0','84',    '81','72','188504.86',    '81','69','181275.27',    '57','26','7229.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015977.0','1019233.0','45',    '35','13','53880.0',    '33','13','53550.01',    '13','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104241.0','1044800.0','38',    '36','24','39741.64',    '35','21','31898.04',    '26','9','7843.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015978.0','1019233.0','3',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104242.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005790.0','1019233.0','8',    '5','1','6897.35',    '5','1','4824.25',    '2','1','2073.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094054.0','1044800.0','1',    '1','1','4339.86',    '1','1','4339.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015979.0','1019233.0','3',    '2','2','36841.95',    '2','2','36841.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104243.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015980.0','1019233.0','3',    '2','2','2434.55',    '2','2','2434.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104244.0','1044800.0','2',    '2','1','13421.74',    '2','1','13421.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015981.0','1019233.0','17',    '13','5','56703.18',    '13','5','52016.77',    '6','3','4686.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104245.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015982.0','1019233.0','1',    '1','1','660.66',    '1','1','660.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104246.0','1044800.0','26',    '17','5','37823.09',    '15','5','37685.09',    '6','1','138.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015983.0','1019233.0','98',    '88','64','238480.28',    '87','63','190192.28',    '50','16','48288.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104247.0','1044800.0','2',    '1','1','6596.6',    '1','1','6596.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015984.0','1019233.0','1',    '1','1','2646.68',    '1','1','2646.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104248.0','1044800.0','39',    '31','25','228679.92',    '31','23','216800.51',    '21','7','11879.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015985.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104249.0','1044800.0','3',    '3','2','2961.4',    '3','2','2821.4',    '1','1','140.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015986.0','1019233.0','86',    '80','28','136384.6',    '80','25','101288.81',    '23','5','35095.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104250.0','1044800.0','37',    '33','5','8751.25',    '33','4','8181.26',    '15','1','569.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015987.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104251.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015988.0','1019233.0','31',    '27','3','34397.84',    '26','3','34397.84',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104252.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005974.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094238.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015989.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104253.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015990.0','1019233.0','85',    '55','6','6191.97',    '43','6','6191.97',    '31','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104254.0','1044800.0','1',    '1','1','802.0',    '1','1','802.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015991.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104255.0','1044800.0','8',    '5','4','20789.53',    '5','4','20332.8',    '3','1','456.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015992.0','1019233.0','21',    '18','14','34593.6',    '18','13','31314.23',    '15','2','3279.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104256.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015993.0','1019233.0','35',    '33','20','81979.5',    '33','18','81379.53',    '13','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104257.0','1044800.0','1',    '1','1','21369.76',    '1','1','21369.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015994.0','1019233.0','2',    '1','1','1760.84',    '1','1','1760.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104258.0','1044800.0','6',    '4','1','2763.85',    '4','1','2763.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015995.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104259.0','1044800.0','8',    '7','6','27566.96',    '7','6','23115.76',    '3','2','4451.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015996.0','1019233.0','10',    '6','4','35788.76',    '6','4','35788.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104260.0','1044800.0','1',    '1','1','895.0',    '1','1','895.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015997.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104261.0','1044800.0','1',    '1','1','2287.85',    '1','1','2287.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005832.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094096.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015998.0','1019233.0','1',    '1','1','28200.0',    '1','1','23560.11',    '1','1','4639.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104262.0','1044800.0','3',    '3','1','1599.33',    '3','1','1599.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2015999.0','1019233.0','36',    '30','4','18045.99',    '30','4','18045.99',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104263.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016000.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104264.0','1044800.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016001.0','1019233.0','1',    '1','1','1926.17',    '1','1','1926.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104265.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016002.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104266.0','1044800.0','179',    '166','45','507112.35',    '165','38','392797.38',    '105','18','114314.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016003.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104267.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016004.0','1019233.0','316',    '267','92','282640.48',    '253','66','199443.57',    '177','61','83196.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104268.0','1044800.0','2',    '2','2','3701.13',    '2','2','3701.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016005.0','1019233.0','181',    '154','42','338249.7',    '147','39','258397.77',    '97','20','79851.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104269.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016006.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104270.0','1044800.0','79',    '71','11','15195.36',    '68','8','14231.07',    '48','4','964.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016007.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104271.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016008.0','1019233.0','35',    '30','5','13190.88',    '28','5','12531.59',    '14','2','659.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104272.0','1044800.0','48',    '42','10','132891.89',    '38','8','118587.74',    '19','4','14304.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016009.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104273.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016010.0','1019233.0','12',    '11','7','25370.81',    '11','7','25370.81',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104274.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016011.0','1019233.0','1',    '1','1','1036.0',    '1','1','1036.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104275.0','1044800.0','1',    '1','1','865.95',    '1','1','865.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016012.0','1019233.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104276.0','1044800.0','24',    '22','3','2040.56',    '22','1','96.65',    '12','2','1943.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016013.0','1019233.0','14',    '14','12','18350.31',    '14','12','17965.32',    '5','2','384.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104277.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016014.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104278.0','1044800.0','3',    '3','2','8251.34',    '3','2','8051.35',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016015.0','1019233.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104279.0','1044800.0','9',    '8','6','9852.42',    '8','6','9852.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016016.0','1019233.0','34',    '33','30','95053.89',    '31','29','90926.09',    '16','6','4127.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104280.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016017.0','1019233.0','2',    '2','2','2430.93',    '2','2','2230.94',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104281.0','1044800.0','10',    '8','2','8569.61',    '8','2','8569.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016018.0','1019233.0','10',    '5','4','26504.12',    '5','4','23137.4',    '2','2','3366.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104282.0','1044800.0','19',    '14','10','87327.52',    '14','10','78336.61',    '9','3','8990.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016019.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104283.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016020.0','1019233.0','2426',    '2062','495','572816.93',    '1829','178','312421.47',    '1109','372','260395.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104284.0','1044800.0','2',    '2','1','8845.34',    '2','1','8845.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016021.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104285.0','1044800.0','3',    '3','3','11320.16',    '3','3','11320.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016022.0','1019233.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104286.0','1044800.0','10',    '10','7','14943.45',    '10','6','14797.5',    '3','1','145.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016023.0','1019233.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104287.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016024.0','1019233.0','43',    '31','20','54211.32',    '28','19','51552.72',    '10','3','2658.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104288.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005750.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094014.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016025.0','1019233.0','33',    '27','9','38348.17',    '26','8','37619.69',    '15','2','728.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104289.0','1044800.0','2',    '2','1','1477.96',    '2','1','1477.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016026.0','1019233.0','3',    '2','2','526.24',    '2','2','526.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104290.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016027.0','1019233.0','1',    '1','1','2076.44',    '1','1','2076.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104291.0','1044800.0','2',    '1','1','413.32',    '1','1','413.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016028.0','1019233.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104292.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016029.0','1019233.0','41',    '34','8','40871.19',    '34','7','40701.2',    '10','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104293.0','1044800.0','2',    '2','2','1579.94',    '2','2','1469.95',    '2','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016030.0','1019233.0','6',    '6','1','2631.8',    '6','1','2631.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104294.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016031.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104295.0','1044800.0','42',    '39','17','151047.57',    '36','10','127267.64',    '22','10','23779.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016032.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104296.0','1044800.0','33',    '28','5','24876.61',    '24','2','2968.0',    '13','5','21908.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016033.0','1019233.0','1',    '1','1','214.65',    '1','0','0.0',    '1','1','214.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104297.0','1044800.0','3',    '3','3','6663.22',    '3','3','6663.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016034.0','1019233.0','2',    '2','1','1561.8',    '2','1','1561.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104298.0','1044800.0','1',    '1','1','5337.36',    '1','1','5337.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016035.0','1019233.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104299.0','1044800.0','22',    '15','14','189879.06',    '15','12','162800.73',    '12','9','27078.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016036.0','1019233.0','63',    '43','11','14952.27',    '33','8','13897.95',    '29','3','1054.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104300.0','1044800.0','2',    '2','2','1786.42',    '2','2','1586.43',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016037.0','1019233.0','44',    '41','9','15696.33',    '37','3','13814.64',    '24','7','1881.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104301.0','1044800.0','59',    '53','29','37564.63',    '53','27','34205.4',    '25','5','3359.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016038.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104302.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016039.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104303.0','1044800.0','0',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016040.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104304.0','1044800.0','11',    '11','7','43290.56',    '11','7','43290.56',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016041.0','1019233.0','1',    '1','1','22058.84',    '1','1','22058.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104305.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016042.0','1019233.0','3',    '3','2','3078.4',    '3','2','3078.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104306.0','1044800.0','46',    '34','21','315659.07',    '31','21','292024.08',    '21','6','23634.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016043.0','1019233.0','44',    '36','22','257264.15',    '36','22','244419.81',    '19','6','12844.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104307.0','1044800.0','3',    '2','1','7501.84',    '2','1','7501.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016044.0','1019233.0','2',    '2','1','1082.84',    '2','1','1082.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104308.0','1044800.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016045.0','1019233.0','1',    '1','1','875.26',    '1','1','875.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104309.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016046.0','1019233.0','6',    '6','5','25019.66',    '5','5','24329.81',    '3','1','689.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104310.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016047.0','1019233.0','11',    '10','8','36720.39',    '10','8','31789.69',    '5','2','4930.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104311.0','1044800.0','2',    '1','1','2235.0',    '1','1','2235.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016048.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104312.0','1044800.0','20',    '20','15','84918.18',    '20','15','75253.9',    '12','7','9664.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016049.0','1019233.0','27',    '19','5','75430.22',    '19','5','75131.22',    '13','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104313.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016050.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104314.0','1044800.0','22',    '21','15','26155.02',    '21','15','26155.02',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016051.0','1019233.0','16',    '13','8','100595.63',    '13','8','98081.79',    '6','2','2513.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104315.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016052.0','1019233.0','1',    '1','1','3764.2',    '1','1','3764.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104316.0','1044800.0','3',    '2','2','4594.24',    '2','2','4594.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016053.0','1019233.0','115',    '109','43','489801.8',    '107','39','450758.91',    '67','14','39042.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104317.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016054.0','1019233.0','2',    '2','1','392.1',    '2','0','0.0',    '2','1','392.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104318.0','1044800.0','97',    '86','15','12419.64',    '76','6','8210.29',    '50','9','4209.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016055.0','1019233.0','2',    '1','1','1274.0',    '1','1','1274.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104319.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016056.0','1019233.0','14',    '13','3','8960.93',    '13','3','8960.93',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104320.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016057.0','1019233.0','132',    '105','28','45094.44',    '92','21','27273.42',    '53','9','17821.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104321.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016058.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104322.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016059.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104323.0','1044800.0','9',    '8','7','3089.78',    '7','7','3089.78',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016060.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104324.0','1044800.0','2',    '2','1','2032.41',    '2','1','2032.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016061.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104325.0','1044800.0','4',    '4','3','16254.25',    '4','3','16254.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016062.0','1019233.0','18',    '17','16','30361.83',    '17','16','29169.89',    '14','5','1191.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104326.0','1044800.0','7',    '7','6','12202.36',    '7','6','12202.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016063.0','1019233.0','5',    '5','1','978.0',    '5','1','978.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104327.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016064.0','1019233.0','2',    '1','1','10758.99',    '1','1','6029.16',    '1','1','4729.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104328.0','1044800.0','3',    '3','3','2596.34',    '3','3','2396.35',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016065.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104329.0','1044800.0','6',    '5','3','2654.62',    '5','3','2654.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016066.0','1019233.0','2',    '2','1','473.22',    '2','1','473.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104330.0','1044800.0','3',    '3','1','5747.05',    '3','1','5747.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016067.0','1019233.0','8',    '4','3','24363.47',    '4','3','24363.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104331.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016068.0','1019233.0','32',    '30','17','214882.83',    '29','14','189271.49',    '21','9','25611.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104332.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016069.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104333.0','1044800.0','77',    '73','18','30807.98',    '71','16','28664.34',    '48','5','2143.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016070.0','1019233.0','2',    '2','1','5000.59',    '2','1','5000.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104334.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016071.0','1019233.0','110',    '100','63','457242.64',    '96','57','409509.62',    '56','22','47733.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104335.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006046.0','1019233.0','1',    '1','1','1126.21',    '1','1','1126.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094310.0','1044800.0','1',    '1','1','1668.47',    '1','1','1338.48',    '1','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016072.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104336.0','1044800.0','69',    '56','26','204461.04',    '54','23','159090.92',    '32','10','45370.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016073.0','1019233.0','4',    '4','3','46387.8',    '4','3','39556.67',    '2','1','6831.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104337.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016074.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104338.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016075.0','1019233.0','21',    '15','5','7170.91',    '15','5','7170.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104339.0','1044800.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016076.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104340.0','1044800.0','52',    '40','32','296052.93',    '40','32','287340.21',    '19','6','8712.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016077.0','1019233.0','52',    '32','26','191060.9',    '31','23','183956.91',    '24','8','7103.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104341.0','1044800.0','1',    '1','1','917.5',    '1','1','917.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016078.0','1019233.0','1',    '1','1','6090.7',    '1','1','6090.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104342.0','1044800.0','9',    '7','6','78233.81',    '7','6','77750.87',    '4','2','482.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005843.0','1019233.0','5',    '4','2','4335.76',    '4','2','4335.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094107.0','1044800.0','13',    '10','9','19186.08',    '10','8','17215.7',    '6','4','1970.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016079.0','1019233.0','164',    '157','124','195742.8',    '156','114','181697.29',    '107','36','14045.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104343.0','1044800.0','8',    '7','6','28027.23',    '7','6','21981.55',    '2','1','6045.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016080.0','1019233.0','55',    '51','43','188791.89',    '48','39','183702.64',    '31','12','5089.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104344.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016081.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104345.0','1044800.0','17',    '14','6','16024.26',    '12','5','15239.26',    '6','2','785.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016082.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104346.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016083.0','1019233.0','155',    '126','90','256473.17',    '126','85','242331.58',    '66','20','14141.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104347.0','1044800.0','3',    '3','1','3639.7',    '3','1','3340.7',    '1','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016084.0','1019233.0','5',    '4','2','2313.57',    '4','2','2313.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104348.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016085.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104349.0','1044800.0','37',    '30','7','58846.2',    '27','5','40502.41',    '21','5','18343.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016086.0','1019233.0','3',    '3','1','8258.0',    '2','1','8258.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104350.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005871.0','1019233.0','47',    '39','4','2333.74',    '32','2','1480.72',    '22','2','853.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094135.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016087.0','1019233.0','8',    '8','2','8689.69',    '8','2','8689.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104351.0','1044800.0','24',    '21','3','5672.24',    '18','3','5672.24',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016088.0','1019233.0','78',    '60','27','66576.03',    '51','18','29404.82',    '36','18','37171.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104352.0','1044800.0','58',    '45','6','29022.13',    '44','3','14196.77',    '18','4','14825.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016089.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104353.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016090.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104354.0','1044800.0','46',    '29','5','51891.24',    '27','4','33654.89',    '16','4','18236.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016091.0','1019233.0','10',    '10','6','14316.3',    '10','6','14116.31',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104355.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016092.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104356.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016093.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104357.0','1044800.0','5',    '4','1','1625.13',    '4','1','1625.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016094.0','1019233.0','261',    '255','199','661159.55',    '252','178','588165.98',    '172','86','72993.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104358.0','1044800.0','3',    '3','2','3393.74',    '3','2','3185.94',    '2','1','207.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016095.0','1019233.0','2',    '2','2','10655.95',    '2','2','10655.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104359.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016096.0','1019233.0','49',    '44','30','84426.31',    '44','29','80871.03',    '26','6','3555.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104360.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006032.0','1019233.0','2',    '1','1','1072.64',    '1','1','1072.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094296.0','1044800.0','1',    '1','1','490.02',    '1','1','490.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016097.0','1019233.0','1',    '1','1','304.28',    '1','1','304.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104361.0','1044800.0','1',    '1','1','357.08',    '1','1','357.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016098.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104362.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016099.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104363.0','1044800.0','44',    '37','14','74800.35',    '37','12','63485.93',    '17','6','11314.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016100.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104364.0','1044800.0','12',    '12','4','59236.26',    '11','3','59001.26',    '5','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016101.0','1019233.0','33',    '26','20','269755.95',    '25','20','249398.77',    '17','8','20357.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104365.0','1044800.0','26',    '24','16','177106.79',    '22','14','150507.14',    '18','10','26599.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016102.0','1019233.0','4',    '3','1','918.0',    '3','1','918.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104366.0','1044800.0','4',    '3','1','14888.63',    '3','1','1102.0',    '1','1','13786.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005939.0','1019233.0','2',    '1','1','352.0',    '1','1','352.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094203.0','1044800.0','568',    '460','102','192206.65',    '419','68','126524.43',    '270','60','65682.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016103.0','1019233.0','1',    '1','1','5079.5',    '1','1','5079.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104367.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005842.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094106.0','1044800.0','291',    '249','57','138791.69',    '235','44','115768.65',    '124','17','23023.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016104.0','1019233.0','1',    '1','1','1480.37',    '1','1','1480.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104368.0','1044800.0','22',    '16','4','5375.36',    '13','4','5375.36',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016105.0','1019233.0','5',    '5','1','23722.68',    '5','1','21103.32',    '3','1','2619.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104369.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016106.0','1019233.0','35',    '32','14','207322.47',    '31','13','183495.26',    '19','5','23827.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104370.0','1044800.0','22',    '18','14','27857.73',    '18','14','27657.74',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016107.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104371.0','1044800.0','11',    '10','9','21035.43',    '10','8','19258.0',    '7','4','1777.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016108.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104372.0','1044800.0','14',    '14','7','27479.13',    '14','7','20778.35',    '10','3','6700.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016109.0','1019233.0','40',    '40','37','45356.06',    '40','35','43428.78',    '24','7','1927.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104373.0','1044800.0','100',    '87','31','326979.63',    '82','22','199510.28',    '50','20','127469.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016110.0','1019233.0','1084',    '900','747','6856647.85',    '882','709','5774065.92',    '576','334','1082581.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104374.0','1044800.0','120',    '107','22','139508.48',    '102','17','124432.31',    '57','14','15076.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016111.0','1019233.0','1262',    '1114','738','2136319.13',    '1090','622','1785297.81',    '763','393','351021.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104375.0','1044800.0','74',    '61','9','55365.12',    '59','5','40541.86',    '30','5','14823.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016112.0','1019233.0','42',    '38','16','32037.33',    '38','15','25067.63',    '15','5','6969.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104376.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016113.0','1019233.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104377.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016114.0','1019233.0','4',    '4','3','10003.94',    '4','3','10003.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104378.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016115.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104379.0','1044800.0','3',    '3','2','694.48',    '3','2','694.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016116.0','1019233.0','1',    '1','1','2684.48',    '1','1','1028.0',    '1','1','1656.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104380.0','1044800.0','3',    '3','2','9173.27',    '3','2','9173.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016117.0','1019233.0','19',    '18','17','24354.28',    '18','17','23354.33',    '9','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104381.0','1044800.0','20',    '19','6','15383.73',    '17','6','10042.24',    '9','1','5341.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016118.0','1019233.0','179',    '156','115','668546.96',    '154','111','599730.95',    '92','36','68816.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104382.0','1044800.0','1',    '1','1','4278.83',    '1','1','4278.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016119.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104383.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016120.0','1019233.0','1',    '1','1','28200.0',    '1','1','22668.97',    '1','1','5531.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104384.0','1044800.0','1',    '1','1','2245.72',    '1','1','2245.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016121.0','1019233.0','7',    '6','2','1946.79',    '6','2','1946.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104385.0','1044800.0','2',    '1','1','1706.94',    '1','1','1706.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016122.0','1019233.0','2',    '1','1','5459.09',    '1','1','1816.0',    '1','1','3643.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104386.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016123.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104387.0','1044800.0','2',    '2','1','10129.37',    '2','1','1983.0',    '1','1','8146.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016124.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104388.0','1044800.0','224',    '207','172','514698.65',    '206','168','490690.11',    '132','35','24008.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016125.0','1019233.0','5',    '5','3','4685.32',    '5','3','4685.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104389.0','1044800.0','47',    '26','8','11790.25',    '16','3','3053.01',    '19','6','8737.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006046.0','1019233.0','6',    '5','2','599.2',    '4','2','599.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094310.0','1044800.0','2',    '2','2','26404.07',    '2','2','25017.91',    '1','1','1386.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016126.0','1019233.0','6',    '6','4','20591.0',    '5','3','10591.0',    '5','2','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104390.0','1044800.0','8',    '6','5','14924.57',    '6','4','8054.81',    '6','5','6869.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016127.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104391.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016128.0','1019233.0','3',    '2','1','775.71',    '0','0','0.0',    '2','1','775.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104392.0','1044800.0','89',    '63','38','450751.83',    '62','37','429581.94',    '23','7','21169.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016129.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104393.0','1044800.0','9',    '6','4','8365.99',    '6','4','8365.99',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016130.0','1019233.0','10',    '8','4','7318.54',    '8','4','7318.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104394.0','1044800.0','2',    '1','1','324.8',    '1','1','324.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016131.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104395.0','1044800.0','16',    '14','7','29222.1',    '14','7','28889.21',    '3','1','332.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016132.0','1019233.0','2',    '2','2','2040.16',    '2','2','1490.16',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104396.0','1044800.0','88',    '62','25','73985.98',    '59','25','62605.47',    '34','6','11380.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005917.0','1019233.0','24',    '22','10','132456.05',    '18','7','92332.3',    '15','5','40123.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094181.0','1044800.0','6',    '5','5','17818.7',    '5','5','17818.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016133.0','1019233.0','3',    '2','2','30207.45',    '2','2','30207.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104397.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005862.0','1019233.0','5',    '5','2','7558.83',    '5','2','7558.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094126.0','1044800.0','4',    '4','4','15725.54',    '4','3','14995.55',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016134.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104398.0','1044800.0','31',    '28','3','8298.6',    '28','3','8298.6',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016135.0','1019233.0','30',    '24','17','233455.37',    '23','15','204829.02',    '13','6','28626.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104399.0','1044800.0','8',    '7','4','47017.3',    '7','4','33506.52',    '5','1','13510.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016136.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104400.0','1044800.0','8',    '6','4','89285.02',    '6','4','72388.4',    '5','2','16896.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016137.0','1019233.0','2469',    '2119','486','988947.64',    '1991','324','750932.99',    '1298','267','238014.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104401.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016138.0','1019233.0','50',    '47','8','6504.84',    '45','3','5424.88',    '22','5','1079.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104402.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016139.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104403.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016140.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104404.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016141.0','1019233.0','17',    '12','1','598.52',    '12','1','598.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104405.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005858.0','1019233.0','6',    '3','2','2073.43',    '3','2','2073.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094122.0','1044800.0','6',    '6','3','4154.71',    '6','3','4154.71',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016142.0','1019233.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104406.0','1044800.0','1',    '1','1','168.3',    '1','1','168.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016143.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104407.0','1044800.0','5',    '5','5','5968.53',    '5','5','5088.54',    '3','2','879.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016144.0','1019233.0','12',    '11','9','18712.63',    '11','8','17812.65',    '8','3','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104408.0','1044800.0','2',    '2','2','16620.24',    '2','2','16620.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016145.0','1019233.0','42',    '41','10','40108.08',    '40','9','39191.04',    '20','4','917.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104409.0','1044800.0','5',    '4','4','16175.42',    '4','4','15120.52',    '3','1','1054.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016146.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104410.0','1044800.0','49',    '43','33','369874.26',    '43','33','338184.57',    '20','12','31689.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016147.0','1019233.0','4',    '4','3','3354.4',    '4','3','3354.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104411.0','1044800.0','7',    '7','4','9164.23',    '7','4','8794.24',    '6','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016148.0','1019233.0','7',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104412.0','1044800.0','23',    '23','12','62387.64',    '23','12','62127.64',    '7','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016149.0','1019233.0','3',    '3','2','24268.33',    '3','2','23836.39',    '2','1','431.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104413.0','1044800.0','18',    '14','11','14788.07',    '13','9','14271.46',    '10','3','516.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016150.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104414.0','1044800.0','604',    '505','363','1485436.34',    '492','334','1268755.43',    '339','149','216680.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016151.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104415.0','1044800.0','1',    '1','1','2591.64',    '1','1','2591.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016152.0','1019233.0','8',    '7','2','21248.86',    '7','2','20988.86',    '5','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104416.0','1044800.0','2',    '2','1','3495.4',    '2','1','3495.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016153.0','1019233.0','27',    '23','11','18755.91',    '22','11','18505.93',    '8','1','249.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104417.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016154.0','1019233.0','107',    '92','67','531328.19',    '92','64','404276.08',    '70','36','127052.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104418.0','1044800.0','142',    '96','70','336803.35',    '94','67','218288.41',    '65','37','118514.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016155.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104419.0','1044800.0','2',    '2','1','1866.58',    '2','1','1866.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016156.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104420.0','1044800.0','8',    '8','5','69837.77',    '8','5','69202.77',    '4','2','635.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016157.0','1019233.0','89',    '85','29','80197.25',    '85','20','65705.42',    '52','12','14491.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104421.0','1044800.0','12',    '10','4','13942.12',    '9','4','7027.79',    '6','2','6914.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016158.0','1019233.0','29',    '28','17','149282.7',    '27','15','136800.11',    '19','9','12482.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104422.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005992.0','1019233.0','2',    '2','2','6172.26',    '2','2','6172.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094256.0','1044800.0','1',    '1','1','426.56',    '1','1','426.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016159.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104423.0','1044800.0','15',    '15','1','673.02',    '15','1','673.02',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016160.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104424.0','1044800.0','2',    '2','1','4732.23',    '2','1','4732.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016074.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104338.0','1044800.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016090.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104354.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016161.0','1019233.0','1',    '1','1','174.4',    '1','1','174.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104425.0','1044800.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006051.0','1019233.0','1362',    '1174','118','327830.93',    '1105','80','134107.06',    '507','84','193723.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094315.0','1044800.0','109',    '100','32','113969.26',    '96','28','97640.0',    '61','9','16329.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016162.0','1019233.0','50',    '46','9','19667.3',    '46','9','17857.09',    '21','2','1810.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104426.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016163.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104427.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016164.0','1019233.0','12',    '5','4','35285.65',    '4','4','35285.65',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104428.0','1044800.0','5',    '4','4','25156.48',    '4','4','24374.41',    '3','2','782.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016165.0','1019233.0','3',    '3','2','17746.59',    '3','2','17746.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104429.0','1044800.0','331',    '265','198','1733894.87',    '245','184','1529957.65',    '182','79','203937.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005862.0','1019233.0','3',    '3','3','4286.63',    '3','3','4286.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094126.0','1044800.0','1',    '1','1','5479.29',    '1','1','5479.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006025.0','1019233.0','518',    '468','368','1153441.35',    '455','331','1032463.42',    '333','149','120977.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094289.0','1044800.0','5',    '4','3','7848.89',    '4','3','6408.91',    '2','1','1439.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016166.0','1019233.0','992',    '830','671','3586514.2',    '816','644','3206343.57',    '504','253','380170.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104430.0','1044800.0','8',    '8','4','27836.38',    '8','4','27130.54',    '5','2','705.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016167.0','1019233.0','17',    '15','12','61777.26',    '15','12','57339.26',    '8','3','4438.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104431.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016168.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104432.0','1044800.0','2',    '1','1','6541.76',    '1','1','6541.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016169.0','1019233.0','4',    '2','1','2194.66',    '2','1','2194.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104433.0','1044800.0','9',    '6','3','10368.77',    '6','3','10168.78',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016170.0','1019233.0','18',    '15','3','6637.01',    '15','3','6142.01',    '4','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104434.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016171.0','1019233.0','2',    '2','1','9052.04',    '2','1','9052.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104435.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016172.0','1019233.0','13',    '10','0','0.0',    '9','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104436.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016173.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104437.0','1044800.0','1',    '1','1','914.57',    '1','1','914.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016174.0','1019233.0','19',    '8','8','10511.51',    '8','8','10421.52',    '3','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104438.0','1044800.0','2',    '2','2','6018.48',    '2','2','6018.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016175.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104439.0','1044800.0','4',    '3','1','134.68',    '2','1','134.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016176.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104440.0','1044800.0','3',    '3','3','5748.04',    '3','3','5018.05',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016177.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104441.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016178.0','1019233.0','10',    '8','2','30322.0',    '7','2','30322.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104442.0','1044800.0','12',    '10','2','41859.9',    '9','2','33961.95',    '6','2','7897.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016179.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104443.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005863.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094127.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016180.0','1019233.0','4',    '4','3','34849.96',    '4','3','34399.98',    '2','1','449.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104444.0','1044800.0','6',    '6','5','30395.82',    '6','5','29701.05',    '3','1','694.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016181.0','1019233.0','5',    '4','4','6577.02',    '4','4','6577.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104445.0','1044800.0','1',    '1','1','345.62',    '1','1','345.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016182.0','1019233.0','76',    '71','48','302063.43',    '71','45','286785.72',    '27','11','15277.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104446.0','1044800.0','31',    '27','22','42513.84',    '27','21','40191.45',    '14','7','2322.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016183.0','1019233.0','2',    '2','2','7507.96',    '2','2','7507.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104447.0','1044800.0','6',    '6','5','11328.82',    '6','5','9643.25',    '3','2','1685.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016184.0','1019233.0','28',    '25','20','61285.7',    '24','19','56739.24',    '17','8','4546.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104448.0','1044800.0','1',    '1','1','1108.34',    '1','1','1108.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006065.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094329.0','1044800.0','12',    '10','9','15402.15',    '10','9','15402.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016185.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104449.0','1044800.0','8',    '5','4','10830.12',    '5','4','10630.13',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016186.0','1019233.0','30',    '27','24','472315.96',    '27','24','461077.5',    '14','4','11238.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104450.0','1044800.0','140',    '128','102','320647.54',    '126','99','299340.09',    '70','26','21307.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016187.0','1019233.0','30',    '25','23','66380.2',    '25','22','64231.16',    '14','3','2149.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104451.0','1044800.0','10',    '7','2','3089.66',    '7','1','2223.67',    '4','1','865.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016188.0','1019233.0','8',    '8','6','7356.94',    '8','6','5996.98',    '6','2','1359.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104452.0','1044800.0','8',    '8','8','40064.5',    '8','8','39864.51',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016189.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104453.0','1044800.0','3',    '3','3','3590.01',    '3','3','3390.02',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016190.0','1019233.0','88',    '80','76','391598.16',    '79','74','380474.09',    '40','17','11124.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104454.0','1044800.0','4',    '4','4','19210.03',    '4','4','18220.05',    '3','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016191.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104455.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006032.0','1019233.0','1',    '1','1','107.13',    '1','1','107.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094296.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016192.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104456.0','1044800.0','1',    '1','1','1057.38',    '1','1','1057.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016193.0','1019233.0','15',    '15','13','26584.95',    '15','12','20663.05',    '8','6','5921.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104457.0','1044800.0','57',    '49','37','83777.57',    '47','31','77267.09',    '30','12','6510.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016194.0','1019233.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104458.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005942.0','1019233.0','12',    '11','8','31673.5',    '11','8','31273.52',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094206.0','1044800.0','6',    '6','3','2367.79',    '6','3','2182.79',    '4','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016195.0','1019233.0','5',    '4','3','6022.18',    '4','3','5352.2',    '1','1','669.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104459.0','1044800.0','2',    '1','1','1204.21',    '1','1','1204.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016196.0','1019233.0','7',    '6','5','1655.48',    '6','5','1655.48',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104460.0','1044800.0','63',    '49','24','56462.54',    '46','22','48403.59',    '31','9','8058.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016197.0','1019233.0','6',    '5','2','2969.03',    '5','2','2769.04',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104461.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016198.0','1019233.0','10',    '9','6','5166.65',    '9','6','4766.67',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104462.0','1044800.0','70',    '66','49','53410.55',    '64','42','49395.03',    '35','12','4015.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016199.0','1019233.0','178',    '118','105','688939.75',    '118','100','611076.18',    '66','38','77863.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104463.0','1044800.0','2',    '2','1','1244.64',    '2','1','1244.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016200.0','1019233.0','70',    '56','47','519866.11',    '55','46','509621.09',    '27','9','10245.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104464.0','1044800.0','7',    '5','2','7615.0',    '5','2','7615.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016201.0','1019233.0','193',    '179','166','1319617.89',    '178','160','1216212.07',    '101','45','103405.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104465.0','1044800.0','7',    '7','7','11301.1',    '7','7','11101.11',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016202.0','1019233.0','9',    '7','7','49570.83',    '7','7','46530.92',    '3','3','3039.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104466.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016203.0','1019233.0','1',    '1','1','433.89',    '1','1','433.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104467.0','1044800.0','37',    '32','22','50978.58',    '31','21','44255.61',    '11','3','6722.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016204.0','1019233.0','1',    '1','1','1499.58',    '1','1','1299.59',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104468.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016205.0','1019233.0','3',    '3','3','20069.78',    '3','3','20069.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104469.0','1044800.0','1',    '1','1','3676.11',    '1','1','3676.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016206.0','1019233.0','44',    '36','24','132025.87',    '35','24','129022.87',    '16','5','3003.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104470.0','1044800.0','15',    '13','11','62938.6',    '13','11','61052.6',    '7','4','1886.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016207.0','1019233.0','28',    '23','19','35328.11',    '23','18','34707.15',    '11','3','620.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104471.0','1044800.0','1',    '1','1','235.68',    '1','1','235.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016208.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104472.0','1044800.0','14',    '10','8','44182.83',    '10','8','40633.07',    '6','2','3549.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016209.0','1019233.0','6',    '5','4','2055.76',    '5','4','2055.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104473.0','1044800.0','2',    '2','2','1740.37',    '2','2','1740.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016210.0','1019233.0','4',    '2','1','135.91',    '2','1','135.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104474.0','1044800.0','8',    '6','2','2388.07',    '6','2','2388.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016211.0','1019233.0','14',    '8','8','25530.79',    '8','8','23527.76',    '4','2','2003.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104475.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016212.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104476.0','1044800.0','25',    '19','17','35028.74',    '18','15','34228.78',    '12','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016213.0','1019233.0','1',    '1','1','1985.1',    '1','1','1785.11',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104477.0','1044800.0','62',    '57','44','146026.88',    '57','42','142619.87',    '23','11','3407.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016214.0','1019233.0','3',    '3','3','6991.02',    '3','3','6001.04',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104478.0','1044800.0','2',    '1','1','950.31',    '1','1','750.32',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016215.0','1019233.0','3',    '3','3','9632.23',    '3','3','9632.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104479.0','1044800.0','20',    '14','12','20286.49',    '14','12','19516.52',    '10','4','769.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016216.0','1019233.0','3',    '2','2','4266.96',    '2','2','4266.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104480.0','1044800.0','3',    '3','3','7887.35',    '3','2','6735.39',    '2','1','1151.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016217.0','1019233.0','4',    '3','2','1861.79',    '3','2','1601.79',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104481.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016218.0','1019233.0','30',    '24','19','63224.81',    '24','17','49169.49',    '19','10','14055.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104482.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016219.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104483.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016220.0','1019233.0','33',    '29','16','33679.68',    '29','16','32155.2',    '13','6','1524.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104484.0','1044800.0','1',    '1','1','5474.24',    '1','1','5474.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016221.0','1019233.0','112',    '101','69','97345.98',    '99','66','95557.89',    '59','8','1788.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104485.0','1044800.0','5',    '4','1','3574.18',    '4','1','3574.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016222.0','1019233.0','1',    '1','1','1425.3',    '1','1','1425.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104486.0','1044800.0','9',    '9','5','9534.42',    '9','5','9334.43',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016223.0','1019233.0','14',    '11','7','12633.15',    '10','7','11643.17',    '3','2','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104487.0','1044800.0','4',    '4','2','12533.7',    '4','2','11241.75',    '2','2','1291.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016224.0','1019233.0','10',    '10','7','19616.27',    '9','7','19616.27',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104488.0','1044800.0','41',    '29','23','338792.99',    '29','22','337433.02',    '9','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016225.0','1019233.0','1',    '1','1','1446.0',    '1','1','1446.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104489.0','1044800.0','9',    '6','6','34823.82',    '6','6','34533.84',    '5','1','289.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016226.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104490.0','1044800.0','15',    '13','10','7621.61',    '13','8','6821.65',    '9','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016227.0','1019233.0','1',    '1','1','2947.72',    '1','1','2947.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104491.0','1044800.0','18',    '17','5','4102.76',    '17','2','3111.09',    '10','3','991.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016228.0','1019233.0','5',    '3','1','7923.2',    '3','1','7923.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104492.0','1044800.0','14',    '13','9','11533.38',    '13','8','11163.39',    '5','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016229.0','1019233.0','95',    '69','60','365268.7',    '67','60','325932.27',    '43','22','39336.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104493.0','1044800.0','1',    '1','1','1176.88',    '1','1','1176.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016230.0','1019233.0','11',    '11','11','61765.58',    '11','11','60431.63',    '6','3','1333.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104494.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016231.0','1019233.0','13',    '9','3','3892.23',    '9','3','3892.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104495.0','1044800.0','87',    '81','47','105792.94',    '81','45','98233.35',    '47','14','7559.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005765.0','1019233.0','4',    '3','3','4153.63',    '3','3','3633.64',    '2','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094029.0','1044800.0','514',    '455','86','524050.57',    '442','63','359341.62',    '190','45','164708.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016232.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104496.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016233.0','1019233.0','28',    '24','20','62135.84',    '24','17','59230.22',    '13','4','2905.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104497.0','1044800.0','1528',    '1377','983','2638878.3',    '1333','842','2219181.03',    '923','426','419697.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016234.0','1019233.0','1',    '1','1','25099.78',    '1','1','24816.88',    '1','1','282.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104498.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016235.0','1019233.0','21',    '17','8','17708.03',    '15','7','17308.05',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104499.0','1044800.0','1',    '1','1','1169.67',    '1','1','1169.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016236.0','1019233.0','22',    '20','18','20727.22',    '20','17','19235.29',    '14','5','1491.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104500.0','1044800.0','7',    '7','7','16259.16',    '7','7','15764.16',    '6','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016237.0','1019233.0','7',    '4','2','3460.93',    '4','2','3260.94',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104501.0','1044800.0','7',    '5','3','7872.05',    '5','3','7872.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016238.0','1019233.0','1',    '1','1','2448.24',    '1','1','2448.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104502.0','1044800.0','331',    '310','222','1479948.21',    '305','208','1243784.14',    '178','80','236164.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016239.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104503.0','1044800.0','29',    '25','20','55805.93',    '25','19','52704.0',    '16','7','3101.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016240.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104504.0','1044800.0','2',    '2','1','5424.1',    '2','1','5239.1',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016241.0','1019233.0','1',    '1','1','12987.9',    '1','1','12987.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104505.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016242.0','1019233.0','3',    '3','1','2080.93',    '2','1','2080.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104506.0','1044800.0','7',    '4','3','9250.0',    '4','3','9050.01',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016243.0','1019233.0','53',    '39','35','76073.29',    '39','35','69185.39',    '13','4','6887.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104507.0','1044800.0','4',    '3','2','35957.51',    '3','2','35957.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016244.0','1019233.0','32',    '30','21','98538.37',    '30','20','89633.45',    '12','3','8904.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104508.0','1044800.0','55',    '42','28','108389.91',    '41','27','104942.01',    '25','9','3447.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016245.0','1019233.0','3',    '3','2','2311.52',    '3','2','2311.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104509.0','1044800.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016246.0','1019233.0','14',    '14','8','9667.92',    '14','7','9297.94',    '6','2','369.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104510.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016247.0','1019233.0','7',    '7','6','24793.78',    '7','6','24793.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104511.0','1044800.0','6',    '5','3','3920.41',    '4','2','2211.97',    '2','2','1708.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016248.0','1019233.0','9',    '4','2','10038.37',    '4','2','9818.38',    '2','1','219.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104512.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016249.0','1019233.0','17',    '9','7','32508.53',    '8','7','30029.12',    '6','1','2479.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104513.0','1044800.0','13',    '13','11','18800.42',    '13','11','17410.46',    '4','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016250.0','1019233.0','1',    '1','1','507.88',    '1','1','507.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104514.0','1044800.0','35',    '24','16','42923.57',    '22','16','41593.61',    '10','3','1329.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016251.0','1019233.0','2',    '1','1','163.13',    '1','1','163.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104515.0','1044800.0','17',    '14','12','43977.91',    '14','12','41582.77',    '5','1','2395.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016252.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104516.0','1044800.0','3',    '2','2','17244.58',    '2','2','17009.58',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016253.0','1019233.0','10',    '9','7','25329.68',    '9','7','25329.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104517.0','1044800.0','3',    '2','1','777.46',    '2','1','777.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016254.0','1019233.0','4',    '3','2','8358.34',    '3','2','8358.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104518.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016255.0','1019233.0','1',    '1','1','22950.96',    '1','1','19465.1',    '1','1','3485.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104519.0','1044800.0','6',    '6','3','6935.57',    '6','3','6935.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016256.0','1019233.0','5',    '5','3','4532.94',    '5','3','4532.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104520.0','1044800.0','4',    '3','1','1711.82',    '3','1','1511.83',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016257.0','1019233.0','18',    '17','16','30239.86',    '17','15','26372.3',    '9','5','3867.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104521.0','1044800.0','13',    '11','10','18126.78',    '11','10','17956.79',    '4','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005796.0','1019233.0','15',    '12','11','107854.4',    '12','11','99501.19',    '8','4','8353.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094060.0','1044800.0','28',    '28','26','93617.54',    '28','26','89771.04',    '15','5','3846.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016258.0','1019233.0','2',    '2','2','887.65',    '2','2','887.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104522.0','1044800.0','8',    '8','8','25257.92',    '8','8','21455.53',    '4','3','3802.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016259.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104523.0','1044800.0','2',    '2','1','20338.65',    '2','1','19688.68',    '2','1','649.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016260.0','1019233.0','19',    '17','16','49499.52',    '17','16','48371.33',    '11','3','1128.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104524.0','1044800.0','19',    '16','13','26928.18',    '16','13','26028.2',    '8','1','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016261.0','1019233.0','11',    '11','5','13743.08',    '10','5','13373.09',    '6','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104525.0','1044800.0','1',    '1','1','3200.7',    '1','1','3200.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016262.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104526.0','1044800.0','7',    '4','2','26648.16',    '4','2','25718.18',    '2','1','929.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005752.0','1019233.0','12',    '11','6','7040.77',    '11','6','6869.58',    '9','1','171.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094016.0','1044800.0','228',    '128','81','556581.62',    '120','77','491770.29',    '81','24','64811.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016263.0','1019233.0','28',    '24','19','44579.28',    '24','19','43477.42',    '13','4','1101.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104527.0','1044800.0','1',    '1','1','5332.83',    '1','1','5332.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016264.0','1019233.0','18',    '16','9','61028.15',    '15','9','59066.05',    '12','2','1962.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104528.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016265.0','1019233.0','45',    '39','32','80610.84',    '39','32','78325.9',    '26','5','2284.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104529.0','1044800.0','2923',    '2458','2098','27519471.44',    '2414','1996','23479886.61',    '1733','1025','4039584.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016266.0','1019233.0','3',    '3','2','3997.7',    '3','1','3227.73',    '2','2','769.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104530.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016267.0','1019233.0','11',    '10','10','25683.64',    '10','10','22685.63',    '8','5','2998.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104531.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016268.0','1019233.0','10',    '9','8','12186.92',    '9','8','11986.93',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104532.0','1044800.0','7',    '6','5','11695.41',    '6','5','11495.42',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016269.0','1019233.0','17',    '14','12','23607.48',    '14','12','23607.48',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104533.0','1044800.0','8',    '7','7','77088.18',    '7','7','77088.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016270.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104534.0','1044800.0','7',    '6','5','18460.2',    '6','5','18260.21',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016271.0','1019233.0','13',    '11','9','48191.29',    '11','8','46611.31',    '6','2','1579.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104535.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016272.0','1019233.0','15',    '13','8','19628.61',    '13','8','17168.63',    '9','3','2459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104536.0','1044800.0','11',    '8','5','15849.9',    '8','5','15849.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016273.0','1019233.0','1',    '1','1','1123.13',    '1','1','1123.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104537.0','1044800.0','16',    '14','10','34339.62',    '14','10','34139.63',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016274.0','1019233.0','12',    '10','5','12364.88',    '10','4','12164.89',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104538.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016275.0','1019233.0','23',    '19','11','12320.96',    '17','11','11920.98',    '11','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104539.0','1044800.0','184',    '170','118','205551.46',    '163','106','171940.87',    '120','40','33610.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016276.0','1019233.0','1',    '1','1','1824.43',    '1','1','1824.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104540.0','1044800.0','92',    '82','69','138076.1',    '82','66','128441.47',    '44','14','9634.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016277.0','1019233.0','14',    '12','11','10832.92',    '12','11','10632.93',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104541.0','1044800.0','422',    '360','271','1079705.33',    '350','238','957463.51',    '226','106','122241.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016278.0','1019233.0','3',    '3','1','1906.99',    '2','1','1906.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104542.0','1044800.0','66',    '63','47','77443.72',    '63','46','71366.88',    '33','10','6076.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016279.0','1019233.0','63',    '54','44','112108.96',    '54','43','109617.93',    '31','5','2491.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104543.0','1044800.0','6',    '5','5','5241.17',    '5','5','5041.18',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016280.0','1019233.0','11',    '11','10','24031.71',    '10','10','23439.74',    '3','2','591.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104544.0','1044800.0','29',    '25','19','52243.38',    '25','17','50720.47',    '15','5','1522.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016281.0','1019233.0','1',    '1','1','13236.72',    '1','1','13236.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104545.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016282.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104546.0','1044800.0','1',    '1','1','331.74',    '1','1','331.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016283.0','1019233.0','4',    '4','2','1918.74',    '4','2','1918.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104547.0','1044800.0','12',    '11','10','40974.69',    '11','9','39872.42',    '5','2','1102.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016284.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104548.0','1044800.0','7',    '7','6','11369.69',    '7','6','10969.71',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016285.0','1019233.0','2',    '2','1','7218.3',    '2','1','7218.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104549.0','1044800.0','2',    '2','2','12637.03',    '2','2','11690.83',    '2','2','946.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016286.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104550.0','1044800.0','6',    '3','2','2852.86',    '3','2','2244.0',    '1','1','608.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016287.0','1019233.0','6',    '6','6','11080.31',    '6','6','11080.31',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104551.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016288.0','1019233.0','4',    '4','4','6154.74',    '3','3','5654.74',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104552.0','1044800.0','11',    '8','5','28923.73',    '8','5','16395.48',    '3','2','12528.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016289.0','1019233.0','17',    '17','17','37727.25',    '17','17','36807.28',    '8','3','919.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104553.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016290.0','1019233.0','59',    '55','34','139588.99',    '55','31','113878.27',    '31','17','25710.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104554.0','1044800.0','52',    '47','41','721704.61',    '46','41','669937.17',    '25','9','51767.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016291.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104555.0','1044800.0','18',    '16','10','7093.68',    '15','9','4871.61',    '12','5','2222.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016292.0','1019233.0','1',    '1','1','725.04',    '1','1','725.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104556.0','1044800.0','111',    '99','60','233359.15',    '95','59','228029.37',    '68','13','5329.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016293.0','1019233.0','1',    '1','1','1392.25',    '1','1','1392.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104557.0','1044800.0','16',    '15','14','11853.48',    '15','13','11453.5',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016294.0','1019233.0','4',    '4','4','8076.66',    '4','4','8076.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104558.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016295.0','1019233.0','104',    '98','71','121894.84',    '98','65','112185.19',    '63','24','9709.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104559.0','1044800.0','1',    '1','1','5043.42',    '1','1','4953.43',    '1','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016296.0','1019233.0','6',    '4','4','9615.28',    '4','4','9330.28',    '3','2','285.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104560.0','1044800.0','1',    '1','1','369.99',    '1','0','0.0',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016297.0','1019233.0','5',    '4','3','13846.11',    '4','3','13846.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104561.0','1044800.0','1',    '1','1','1508.79',    '1','1','1508.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016298.0','1019233.0','5',    '3','3','12447.45',    '3','3','11628.22',    '3','1','819.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104562.0','1044800.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016300.0','1019233.0','1',    '1','1','3367.52',    '1','1','3367.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104564.0','1044800.0','2',    '2','2','359.7',    '2','1','154.7',    '2','1','205.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016301.0','1019233.0','26',    '14','5','9296.5',    '14','5','9096.51',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104565.0','1044800.0','15',    '7','4','38916.39',    '7','4','38526.66',    '4','2','389.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016302.0','1019233.0','1',    '1','1','1029.6',    '1','1','1029.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104566.0','1044800.0','3',    '1','1','1080.0',    '1','1','1080.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016303.0','1019233.0','3',    '3','3','8357.01',    '3','3','7887.02',    '2','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104567.0','1044800.0','1',    '1','1','1824.77',    '1','1','1624.78',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016304.0','1019233.0','1',    '1','1','485.4',    '1','1','485.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104568.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005884.0','1019233.0','17',    '17','7','36444.36',    '16','7','36444.36',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094148.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016305.0','1019233.0','136',    '106','57','81374.7',    '103','49','75037.08',    '70','20','6337.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104569.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016306.0','1019233.0','10',    '9','7','11055.34',    '9','7','8270.28',    '8','4','2785.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104570.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016307.0','1019233.0','5',    '5','3','6028.77',    '5','3','6028.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104571.0','1044800.0','3',    '3','2','1452.0',    '3','2','1452.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016308.0','1019233.0','2',    '1','1','1873.22',    '1','1','1783.23',    '1','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104572.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016309.0','1019233.0','10',    '9','7','15412.49',    '8','6','11513.93',    '4','2','3898.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104573.0','1044800.0','1',    '1','1','6049.71',    '1','1','5926.22',    '1','1','123.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016310.0','1019233.0','5',    '5','5','27384.69',    '5','5','26024.73',    '4','3','1359.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104574.0','1044800.0','108',    '94','64','281890.93',    '94','62','241484.48',    '57','19','40406.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016311.0','1019233.0','9',    '7','7','8357.52',    '7','6','6134.28',    '4','2','2223.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104575.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016312.0','1019233.0','1',    '1','1','852.65',    '1','1','852.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104576.0','1044800.0','18',    '14','10','37678.2',    '14','10','36090.8',    '9','2','1587.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016313.0','1019233.0','5',    '5','3','6625.86',    '5','3','6625.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104577.0','1044800.0','1',    '1','1','858.76',    '1','1','858.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016314.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104578.0','1044800.0','4',    '3','2','2266.81',    '2','2','2066.82',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016315.0','1019233.0','4',    '2','2','21576.99',    '2','2','18743.46',    '1','1','2833.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104579.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016316.0','1019233.0','4',    '4','4','11930.13',    '4','4','9309.04',    '3','2','2621.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104580.0','1044800.0','3',    '3','2','31421.57',    '3','2','31421.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016317.0','1019233.0','3',    '3','1','1528.77',    '2','1','1528.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104581.0','1044800.0','10',    '9','7','29635.55',    '9','7','29635.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016318.0','1019233.0','1',    '1','1','1132.05',    '1','1','1132.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104582.0','1044800.0','25',    '25','21','39969.5',    '25','20','39369.53',    '14','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016319.0','1019233.0','63',    '57','47','92193.31',    '57','45','84602.93',    '35','12','7590.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104583.0','1044800.0','1',    '1','1','4702.37',    '1','1','4502.38',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016320.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104584.0','1044800.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016321.0','1019233.0','3',    '2','2','1290.99',    '2','1','561.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104585.0','1044800.0','19',    '17','13','18533.39',    '16','12','17438.42',    '9','4','1094.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016322.0','1019233.0','82',    '58','40','134509.17',    '56','40','125648.68',    '38','8','8860.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104586.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016323.0','1019233.0','40',    '29','14','40687.69',    '27','12','38622.78',    '22','6','2064.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104587.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016324.0','1019233.0','2',    '2','2','6004.32',    '2','2','5804.33',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104588.0','1044800.0','14',    '12','7','38952.37',    '11','6','38312.38',    '6','2','639.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016325.0','1019233.0','6',    '6','4','13681.03',    '6','4','13681.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104589.0','1044800.0','3',    '2','1','534.92',    '2','1','534.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016326.0','1019233.0','395',    '369','227','498988.65',    '362','194','439465.9',    '227','74','59522.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104590.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016327.0','1019233.0','1',    '1','1','4334.65',    '1','1','4334.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104591.0','1044800.0','20',    '12','7','84744.48',    '11','7','84744.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016172.0','1019233.0','1',    '1','1','452.0',    '1','1','452.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104436.0','1044800.0','1',    '1','1','2958.94',    '1','1','2513.94',    '1','1','445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016328.0','1019233.0','5',    '5','3','2659.88',    '5','3','2459.89',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104592.0','1044800.0','15',    '13','10','87289.16',    '13','9','86589.17',    '4','2','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016329.0','1019233.0','2',    '2','2','1173.82',    '2','2','1173.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104593.0','1044800.0','10',    '10','9','29829.26',    '10','8','29379.8',    '3','1','449.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016330.0','1019233.0','1',    '1','1','513.11',    '1','1','513.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104594.0','1044800.0','6',    '6','5','7832.73',    '6','5','7632.74',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016331.0','1019233.0','5',    '5','4','6367.53',    '5','4','6367.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104595.0','1044800.0','1',    '1','1','1600.66',    '1','1','1600.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016332.0','1019233.0','201',    '181','119','323786.75',    '180','111','314222.67',    '102','25','9564.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104596.0','1044800.0','2',    '2','1','1986.36',    '2','1','1512.22',    '1','1','474.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016333.0','1019233.0','4',    '3','1','1194.73',    '3','1','1194.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104597.0','1044800.0','10',    '9','8','13477.6',    '9','8','13277.61',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016334.0','1019233.0','76',    '72','56','101969.71',    '72','54','99957.78',    '40','5','2011.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104598.0','1044800.0','9',    '7','6','11874.93',    '7','6','11715.03',    '4','1','159.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016335.0','1019233.0','37',    '34','19','56771.95',    '34','17','56171.98',    '13','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104599.0','1044800.0','33',    '33','19','14525.72',    '33','18','11039.43',    '18','5','3486.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016336.0','1019233.0','93',    '71','62','1293824.34',    '71','62','1255520.17',    '44','15','38304.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104600.0','1044800.0','3',    '3','2','1769.46',    '3','2','1769.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016337.0','1019233.0','4',    '3','3','5530.67',    '3','3','5530.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104601.0','1044800.0','18',    '16','14','21006.62',    '16','14','20636.63',    '10','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016338.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104602.0','1044800.0','2',    '2','2','1804.42',    '2','2','1309.42',    '2','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016339.0','1019233.0','58',    '57','42','72208.29',    '56','41','70397.12',    '35','5','1811.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104603.0','1044800.0','96',    '89','38','93205.05',    '87','31','73516.2',    '57','15','19688.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016340.0','1019233.0','2',    '2','1','703.82',    '2','1','703.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104604.0','1044800.0','6',    '5','3','4574.37',    '5','3','4574.37',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016341.0','1019233.0','78',    '65','41','131931.41',    '65','39','121933.53',    '40','7','9997.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104605.0','1044800.0','73',    '57','37','49151.32',    '57','35','45881.24',    '31','10','3270.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016342.0','1019233.0','4',    '4','4','2673.03',    '4','4','2673.03',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104606.0','1044800.0','1',    '1','1','199.99',    '0','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016343.0','1019233.0','9',    '8','6','7752.65',    '8','6','7552.66',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104607.0','1044800.0','3',    '3','3','5557.57',    '3','3','5557.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016344.0','1019233.0','64',    '57','43','72445.7',    '57','37','66955.24',    '39','13','5490.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104608.0','1044800.0','1',    '1','1','894.0',    '1','1','894.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016345.0','1019233.0','10',    '9','7','16304.99',    '9','7','16069.99',    '6','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104609.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016346.0','1019233.0','18',    '18','16','40518.83',    '18','14','35082.39',    '14','4','5436.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104610.0','1044800.0','3',    '3','2','2100.53',    '2','2','2100.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016347.0','1019233.0','13',    '13','10','28673.62',    '13','10','28183.65',    '8','2','489.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104611.0','1044800.0','4',    '4','4','4397.16',    '4','3','4065.47',    '3','2','331.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016348.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104612.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016349.0','1019233.0','6',    '4','3','4792.38',    '4','3','4792.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104613.0','1044800.0','1',    '1','1','4044.57',    '1','1','4044.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016350.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104614.0','1044800.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016351.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104615.0','1044800.0','379',    '277','200','2041109.16',    '260','194','1920365.56',    '167','55','120743.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016352.0','1019233.0','2',    '1','1','1629.89',    '1','1','1629.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104616.0','1044800.0','5',    '4','3','8711.47',    '4','3','8711.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016353.0','1019233.0','37',    '33','22','96158.91',    '31','22','95358.95',    '19','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104617.0','1044800.0','16',    '15','12','142394.98',    '15','12','142394.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016354.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104618.0','1044800.0','67',    '56','40','528422.28',    '56','38','496684.13',    '29','10','31738.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016355.0','1019233.0','187',    '165','116','254875.73',    '162','105','240448.41',    '90','28','14427.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104619.0','1044800.0','3',    '3','3','3229.64',    '3','3','3229.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016356.0','1019233.0','4',    '4','1','1148.94',    '4','1','1148.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104620.0','1044800.0','3',    '3','1','1574.72',    '3','1','780.72',    '2','1','794.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016357.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104621.0','1044800.0','6',    '5','4','6481.82',    '5','4','5491.84',    '3','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016358.0','1019233.0','14',    '11','5','15458.61',    '11','4','13898.65',    '5','1','1559.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104622.0','1044800.0','1',    '1','1','12060.4',    '1','1','12060.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016359.0','1019233.0','14',    '12','8','20515.25',    '12','8','20222.03',    '8','2','293.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104623.0','1044800.0','382',    '369','196','289221.04',    '350','165','233812.94',    '255','77','55408.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016360.0','1019233.0','14',    '10','8','14925.68',    '9','8','13941.07',    '6','3','984.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104624.0','1044800.0','2',    '1','1','2282.83',    '1','1','1762.84',    '1','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016361.0','1019233.0','4',    '4','3','1321.05',    '4','3','1321.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104625.0','1044800.0','13',    '11','8','15491.97',    '11','8','15287.86',    '6','1','204.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016362.0','1019233.0','99',    '79','68','211921.89',    '78','66','202786.46',    '52','14','9135.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104626.0','1044800.0','11',    '10','10','15188.38',    '10','10','14240.11',    '3','1','948.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016363.0','1019233.0','1',    '1','1','301.77',    '1','1','301.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104627.0','1044800.0','30',    '22','13','36843.63',    '22','13','34203.85',    '9','3','2639.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016364.0','1019233.0','5',    '5','1','554.37',    '5','1','554.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104628.0','1044800.0','27',    '26','20','47736.67',    '25','20','44986.74',    '15','4','2749.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016365.0','1019233.0','62',    '58','47','72345.67',    '57','45','62882.44',    '41','13','9463.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104629.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016366.0','1019233.0','3',    '3','3','8400.37',    '3','3','8400.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104630.0','1044800.0','639',    '435','304','935104.07',    '420','293','631919.95',    '301','97','303184.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016367.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104631.0','1044800.0','40',    '36','20','30772.49',    '35','20','28448.04',    '17','4','2324.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016368.0','1019233.0','32',    '24','10','36744.65',    '24','10','30147.84',    '16','2','6596.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104632.0','1044800.0','7',    '6','5','18615.46',    '6','5','18415.47',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016369.0','1019233.0','5',    '5','4','19549.54',    '5','4','19179.55',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104633.0','1044800.0','419',    '305','178','523394.91',    '285','157','438194.71',    '194','57','85200.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016370.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104634.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016371.0','1019233.0','1',    '1','1','793.42',    '1','1','793.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104635.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016372.0','1019233.0','295',    '245','232','4617980.99',    '244','228','4375238.58',    '160','74','242742.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104636.0','1044800.0','6',    '5','2','1431.54',    '5','2','1431.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016373.0','1019233.0','4',    '4','1','4549.55',    '4','1','4549.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104637.0','1044800.0','28',    '28','23','43975.04',    '28','21','43175.08',    '17','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016374.0','1019233.0','19',    '18','14','10425.38',    '18','14','10425.38',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104638.0','1044800.0','3',    '2','2','2099.59',    '2','2','2099.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016375.0','1019233.0','12',    '11','8','80575.33',    '11','8','79179.24',    '4','1','1396.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104639.0','1044800.0','7',    '4','1','1327.59',    '4','1','832.59',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016376.0','1019233.0','1',    '1','1','3959.46',    '1','1','3959.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104640.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016377.0','1019233.0','1',    '1','1','169.99',    '1','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104641.0','1044800.0','545',    '488','333','1293466.92',    '474','298','1134557.66',    '318','123','158909.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016378.0','1019233.0','103',    '73','41','203271.63',    '65','40','187242.22',    '52','13','16029.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104642.0','1044800.0','37',    '34','24','38903.92',    '33','24','36993.97',    '19','2','1909.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016379.0','1019233.0','24',    '20','14','14447.29',    '19','14','13435.88',    '12','3','1011.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104643.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016380.0','1019233.0','5',    '5','3','11519.46',    '5','3','11319.47',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104644.0','1044800.0','161',    '146','93','180530.61',    '143','87','164695.57',    '81','18','15835.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016381.0','1019233.0','4',    '4','3','6867.1',    '3','3','6387.69',    '3','1','479.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104645.0','1044800.0','28',    '23','22','46890.78',    '23','22','46008.96',    '12','5','881.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016382.0','1019233.0','48',    '42','33','50406.14',    '42','33','44568.91',    '22','6','5837.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104646.0','1044800.0','1',    '1','1','1213.6',    '1','1','1028.6',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016383.0','1019233.0','10',    '9','6','11278.37',    '9','6','11078.38',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104647.0','1044800.0','9',    '7','7','22375.71',    '7','7','22175.72',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016384.0','1019233.0','7',    '6','6','4680.98',    '6','6','4680.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104648.0','1044800.0','7',    '7','5','3572.57',    '7','5','3381.04',    '3','1','191.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016385.0','1019233.0','26',    '24','22','41408.31',    '24','20','37311.33',    '14','7','4096.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104649.0','1044800.0','8',    '7','6','21496.9',    '7','6','16926.92',    '5','2','4569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016386.0','1019233.0','4',    '4','2','5540.34',    '4','2','5261.45',    '4','1','278.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104650.0','1044800.0','3',    '3','2','2298.68',    '3','2','2298.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016387.0','1019233.0','3',    '2','2','2028.97',    '2','2','2028.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104651.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016388.0','1019233.0','3',    '2','2','1504.37',    '2','2','1504.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104652.0','1044800.0','3',    '2','1','1442.21',    '2','1','1442.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016389.0','1019233.0','9',    '7','3','4967.17',    '7','3','4618.15',    '2','2','349.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104653.0','1044800.0','2',    '2','2','338.04',    '2','2','338.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016390.0','1019233.0','56',    '51','42','124194.29',    '51','41','115804.24',    '30','11','8390.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104654.0','1044800.0','3',    '3','3','16454.57',    '3','3','16454.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016257.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104521.0','1044800.0','4',    '2','2','29503.71',    '2','2','29503.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016391.0','1019233.0','1',    '1','1','1326.3',    '1','1','1326.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104655.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016392.0','1019233.0','1',    '1','1','307.2',    '1','1','307.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104656.0','1044800.0','5',    '5','4','8752.79',    '5','4','8552.8',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016393.0','1019233.0','6',    '4','2','6354.6',    '4','2','6354.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104657.0','1044800.0','2',    '1','1','1328.16',    '1','1','1328.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016394.0','1019233.0','22',    '21','16','34102.36',    '21','16','33728.88',    '11','2','373.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104658.0','1044800.0','19',    '18','12','28433.9',    '18','12','28233.91',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016395.0','1019233.0','7',    '6','3','5094.72',    '6','3','5094.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104659.0','1044800.0','4',    '3','1','1568.06',    '3','1','1568.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016396.0','1019233.0','22',    '21','16','41075.46',    '21','16','40977.71',    '9','1','97.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104660.0','1044800.0','3',    '2','2','1058.7',    '2','2','1058.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016397.0','1019233.0','15',    '10','9','141194.23',    '10','9','131418.08',    '3','2','9776.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104661.0','1044800.0','13',    '9','7','15271.84',    '8','7','15271.84',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016398.0','1019233.0','54',    '52','39','66002.12',    '51','36','59660.49',    '33','12','6341.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104662.0','1044800.0','6',    '3','3','58095.0',    '3','2','55075.01',    '3','2','3019.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016399.0','1019233.0','2',    '2','1','1697.51',    '2','1','1697.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104663.0','1044800.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016400.0','1019233.0','10',    '9','6','2849.75',    '9','6','2649.76',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104664.0','1044800.0','16',    '12','1','1328.22',    '12','1','1328.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016181.0','1019233.0','2',    '2','2','17079.54',    '2','2','15959.57',    '1','1','1119.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104445.0','1044800.0','7',    '7','7','12685.61',    '7','7','12685.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016401.0','1019233.0','8',    '7','5','12110.97',    '7','5','12110.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104665.0','1044800.0','5',    '4','1','440.38',    '4','0','0.0',    '3','1','440.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016402.0','1019233.0','13',    '11','6','13664.16',    '11','6','13664.16',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104666.0','1044800.0','45',    '43','34','103760.91',    '43','34','102438.66',    '20','4','1322.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016403.0','1019233.0','2',    '2','2','4566.63',    '2','1','3576.65',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104667.0','1044800.0','1',    '1','1','1938.79',    '1','1','1938.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016404.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104668.0','1044800.0','50',    '45','35','87585.14',    '44','32','71878.02',    '31','11','15707.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016405.0','1019233.0','3',    '3','1','3844.26',    '2','1','3844.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104669.0','1044800.0','8',    '6','4','4433.08',    '6','4','4433.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016406.0','1019233.0','2',    '2','2','1150.3',    '2','2','1150.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104670.0','1044800.0','3',    '3','2','27735.91',    '3','2','24745.4',    '1','1','2990.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016407.0','1019233.0','11',    '10','7','6260.89',    '10','6','5365.91',    '5','4','894.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104671.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016408.0','1019233.0','43',    '40','29','76098.95',    '40','29','73892.94',    '16','4','2206.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104672.0','1044800.0','2',    '2','2','3712.04',    '2','2','3712.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016409.0','1019233.0','1',    '1','1','1302.77',    '1','1','1302.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104673.0','1044800.0','1',    '1','1','1335.2',    '1','1','1335.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016410.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104674.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016411.0','1019233.0','9',    '9','8','15715.14',    '9','8','12535.2',    '6','4','3179.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104675.0','1044800.0','90',    '79','70','177302.76',    '79','68','164235.73',    '50','21','13067.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016412.0','1019233.0','36',    '23','16','100429.48',    '21','16','98014.62',    '13','3','2414.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104676.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016413.0','1019233.0','4',    '2','2','6890.27',    '2','2','5530.3',    '2','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104677.0','1044800.0','3',    '1','1','2690.2',    '1','1','2690.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016414.0','1019233.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104678.0','1044800.0','87',    '60','43','393268.66',    '59','42','361934.66',    '44','13','31334.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016415.0','1019233.0','3',    '2','1','3069.25',    '2','1','2899.26',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104679.0','1044800.0','4',    '3','3','5936.44',    '3','3','5936.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016416.0','1019233.0','1',    '1','1','7549.39',    '1','1','6559.41',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104680.0','1044800.0','1',    '1','1','745.9',    '1','1','485.9',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016417.0','1019233.0','179',    '148','111','215771.61',    '142','109','198970.96',    '96','34','16800.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104681.0','1044800.0','7',    '5','4','7234.64',    '5','4','7034.65',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016418.0','1019233.0','34',    '32','20','52728.96',    '30','19','46956.05',    '23','6','5772.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104682.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016419.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104683.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005884.0','1019233.0','1',    '1','1','6326.01',    '1','1','6326.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094148.0','1044800.0','53',    '49','37','88306.92',    '48','36','85671.56',    '26','6','2635.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016420.0','1019233.0','453',    '424','207','335342.74',    '412','170','271875.78',    '289','90','63466.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104684.0','1044800.0','1',    '1','1','4286.89',    '1','1','4286.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016421.0','1019233.0','1',    '1','1','1730.06',    '1','1','1730.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104685.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016422.0','1019233.0','7',    '5','5','10046.36',    '5','5','10046.36',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104686.0','1044800.0','8',    '8','5','4344.77',    '8','5','4344.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016423.0','1019233.0','7',    '6','6','24880.4',    '6','6','23391.43',    '4','2','1488.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104687.0','1044800.0','2',    '2','1','9010.27',    '2','1','8599.43',    '1','1','410.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016424.0','1019233.0','9',    '8','7','20729.32',    '8','7','20729.32',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104688.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016425.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104689.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016426.0','1019233.0','9',    '6','3','8629.71',    '6','3','8104.72',    '3','1','524.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104690.0','1044800.0','3',    '1','1','455.84',    '1','1','455.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016427.0','1019233.0','2',    '2','1','266.0',    '2','1','266.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104691.0','1044800.0','9',    '8','6','9987.52',    '8','6','8534.36',    '5','2','1453.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016428.0','1019233.0','82',    '59','45','506451.51',    '59','43','458730.89',    '34','14','47720.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104692.0','1044800.0','5',    '5','4','9839.35',    '5','2','8647.7',    '5','3','1191.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016429.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104693.0','1044800.0','33',    '31','28','77065.79',    '31','26','70340.07',    '17','7','6725.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016430.0','1019233.0','2',    '2','1','1213.64',    '2','1','1213.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104694.0','1044800.0','9',    '5','4','13137.03',    '5','4','13137.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016431.0','1019233.0','68',    '62','27','70575.06',    '61','23','60115.25',    '41','8','10459.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104695.0','1044800.0','365',    '348','271','546677.68',    '344','255','495303.17',    '224','78','51374.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016432.0','1019233.0','1',    '1','1','2877.12',    '1','1','2877.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104696.0','1044800.0','54',    '48','42','78578.19',    '48','42','71699.82',    '27','9','6878.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016433.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104697.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016434.0','1019233.0','1',    '1','1','1122.0',    '1','1','1122.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104698.0','1044800.0','36',    '34','22','39218.33',    '33','19','35930.15',    '18','5','3288.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016435.0','1019233.0','81',    '69','63','289611.31',    '68','60','247562.49',    '39','24','42048.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104699.0','1044800.0','34',    '33','14','16491.6',    '33','13','16151.62',    '14','2','339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016436.0','1019233.0','2',    '2','2','5736.38',    '2','2','5366.39',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104700.0','1044800.0','15',    '9','6','10756.26',    '9','6','10108.35',    '5','1','647.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016437.0','1019233.0','3221',    '2646','2224','23948608.6',    '2578','2128','19987819.32',    '1910','1163','3960789.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104701.0','1044800.0','3',    '2','1','4489.3',    '2','1','4489.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016438.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104702.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016439.0','1019233.0','21',    '16','14','30455.41',    '16','13','30255.42',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104703.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016440.0','1019233.0','3',    '2','2','3313.32',    '2','2','3113.33',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104704.0','1044800.0','1',    '1','1','3293.01',    '1','1','3293.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016441.0','1019233.0','3',    '3','2','4565.66',    '3','2','4565.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104705.0','1044800.0','3',    '2','1','2923.33',    '2','1','2723.34',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005994.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094258.0','1044800.0','19',    '16','8','15351.6',    '16','8','13504.62',    '6','3','1846.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016442.0','1019233.0','3',    '1','1','3567.15',    '1','1','3567.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104706.0','1044800.0','6',    '6','4','6124.38',    '5','4','6124.38',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016443.0','1019233.0','1',    '1','1','490.37',    '1','1','490.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104707.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016444.0','1019233.0','3',    '2','1','1150.08',    '2','1','1150.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104708.0','1044800.0','2',    '2','2','12473.14',    '2','2','11618.16',    '2','2','854.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016445.0','1019233.0','184',    '175','114','190604.39',    '171','92','158772.32',    '131','47','31832.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104709.0','1044800.0','1',    '1','1','1566.43',    '1','1','1566.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016446.0','1019233.0','40',    '33','23','69578.24',    '30','21','68388.27',    '16','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104710.0','1044800.0','4',    '4','3','2097.14',    '4','3','1897.15',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016447.0','1019233.0','18',    '16','13','20848.91',    '16','13','20040.72',    '10','3','808.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104711.0','1044800.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016448.0','1019233.0','4',    '4','4','13409.19',    '4','4','13409.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104712.0','1044800.0','27',    '26','21','57093.0',    '25','21','54889.92',    '13','4','2203.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016449.0','1019233.0','2',    '1','1','1068.61',    '1','1','1068.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104713.0','1044800.0','3',    '3','2','4155.77',    '3','2','3368.35',    '1','1','787.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016450.0','1019233.0','85',    '73','58','117057.46',    '72','57','114076.16',    '47','14','2981.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104714.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016451.0','1019233.0','52',    '43','35','177436.23',    '40','35','175442.2',    '22','3','1994.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104715.0','1044800.0','37',    '35','24','91960.33',    '34','21','85490.87',    '24','8','6469.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016452.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104716.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016453.0','1019233.0','11',    '6','2','1439.97',    '5','2','1439.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104717.0','1044800.0','492',    '417','383','4888323.54',    '410','377','4641198.37',    '278','127','247125.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016454.0','1019233.0','6',    '4','3','30753.51',    '4','3','30753.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104718.0','1044800.0','13',    '12','10','15514.19',    '12','10','14784.19',    '6','1','730.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016455.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104719.0','1044800.0','10',    '9','3','1367.81',    '9','3','1367.81',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016456.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104720.0','1044800.0','9',    '9','7','14656.57',    '9','7','13782.45',    '5','3','874.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016457.0','1019233.0','1',    '1','1','4923.4',    '1','1','4923.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104721.0','1044800.0','9',    '7','5','6610.23',    '6','5','6410.24',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016458.0','1019233.0','18',    '17','14','29668.74',    '16','12','28745.26',    '12','3','923.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104722.0','1044800.0','21',    '15','12','178417.22',    '15','12','172243.88',    '9','3','6173.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016459.0','1019233.0','1082',    '632','500','2726726.14',    '608','486','2255252.45',    '386','120','471473.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104723.0','1044800.0','55',    '50','33','33776.82',    '47','31','31531.91',    '40','9','2244.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016460.0','1019233.0','4',    '4','3','4196.09',    '4','2','3074.05',    '4','1','1122.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104724.0','1044800.0','1',    '1','1','2273.44',    '1','1','2273.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016461.0','1019233.0','5',    '3','2','3900.25',    '3','2','3900.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104725.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016462.0','1019233.0','9',    '8','8','19363.37',    '8','8','18689.24',    '4','1','674.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104726.0','1044800.0','48',    '44','32','123384.55',    '44','31','115544.87',    '22','9','7839.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016463.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104727.0','1044800.0','35',    '25','13','52590.11',    '24','13','49979.39',    '14','2','2610.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016464.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104728.0','1044800.0','39',    '35','21','69383.5',    '35','20','68440.9',    '16','5','942.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016465.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104729.0','1044800.0','1',    '1','1','229.46',    '1','1','229.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016466.0','1019233.0','1',    '1','1','4792.74',    '1','1','4792.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104730.0','1044800.0','2',    '2','2','2195.0',    '2','2','2195.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016467.0','1019233.0','4',    '3','2','4400.06',    '3','2','3451.79',    '2','1','948.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104731.0','1044800.0','1',    '1','1','1677.52',    '1','1','1200.0',    '1','1','477.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016468.0','1019233.0','4',    '4','2','898.85',    '4','2','898.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104732.0','1044800.0','17',    '14','10','10638.1',    '14','9','10368.11',    '11','2','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016469.0','1019233.0','2',    '2','1','5507.84',    '2','1','5507.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104733.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016470.0','1019233.0','9',    '7','4','22004.57',    '7','4','19511.06',    '4','1','2493.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104734.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016471.0','1019233.0','21',    '17','12','47475.59',    '16','12','43251.09',    '9','3','4224.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104735.0','1044800.0','5',    '5','3','1920.08',    '3','2','1660.1',    '5','2','259.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016472.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104736.0','1044800.0','7',    '6','3','6339.97',    '6','3','6222.29',    '4','1','117.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016473.0','1019233.0','10',    '8','7','30621.16',    '8','7','29636.5',    '7','3','984.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104737.0','1044800.0','14',    '13','12','32084.68',    '13','12','32084.68',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016474.0','1019233.0','4',    '4','2','5530.92',    '4','2','5530.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104738.0','1044800.0','36',    '32','23','94185.09',    '32','22','90242.67',    '19','4','3942.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016475.0','1019233.0','12',    '11','6','5820.17',    '11','5','5250.19',    '4','2','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104739.0','1044800.0','16',    '15','13','72473.42',    '14','13','70556.82',    '10','4','1916.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016476.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104740.0','1044800.0','7',    '6','2','1137.53',    '6','1','417.55',    '5','2','719.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016477.0','1019233.0','7',    '6','6','49216.39',    '6','6','48816.41',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104741.0','1044800.0','1',    '1','1','1224.07',    '1','1','1224.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016478.0','1019233.0','285',    '268','240','646907.4',    '268','229','608542.98',    '169','70','38364.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104742.0','1044800.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016479.0','1019233.0','4',    '2','2','1864.95',    '2','2','1864.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104743.0','1044800.0','187',    '146','100','912256.31',    '140','98','860420.03',    '72','24','51836.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016480.0','1019233.0','1',    '1','1','2418.33',    '1','1','2418.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104744.0','1044800.0','8',    '8','6','15628.17',    '8','5','13197.63',    '4','1','2430.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016481.0','1019233.0','46',    '40','24','76601.54',    '40','24','74719.6',    '24','5','1881.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104745.0','1044800.0','38',    '34','21','25410.05',    '34','19','23140.14',    '16','8','2269.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005833.0','1019233.0','10',    '8','3','3837.18',    '8','3','3837.18',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094097.0','1044800.0','14',    '14','13','21071.18',    '14','12','20101.22',    '11','4','969.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016482.0','1019233.0','2',    '2','2','2423.88',    '2','2','2423.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104746.0','1044800.0','208',    '190','151','303706.43',    '189','147','286416.4',    '123','27','17290.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005803.0','1019233.0','13',    '12','9','46099.54',    '11','9','44487.6',    '11','2','1611.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094067.0','1044800.0','2',    '2','2','5083.14',    '2','2','5083.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016483.0','1019233.0','15',    '13','11','39416.54',    '13','10','37856.59',    '9','4','1559.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104747.0','1044800.0','6',    '4','2','6602.73',    '4','2','6602.73',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016484.0','1019233.0','169',    '130','104','1632337.95',    '127','103','1591271.34',    '67','14','41066.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104748.0','1044800.0','6',    '6','4','27891.42',    '6','4','27206.32',    '2','1','685.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016485.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104749.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016486.0','1019233.0','1',    '1','1','628.65',    '1','1','628.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104750.0','1044800.0','19',    '16','13','52427.75',    '16','12','51497.77',    '10','2','929.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016487.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104751.0','1044800.0','2',    '2','1','28800.0',    '2','1','28800.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016488.0','1019233.0','125',    '62','35','382852.61',    '58','35','346514.1',    '29','10','36338.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104752.0','1044800.0','14',    '11','10','57349.92',    '11','10','57349.92',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016489.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104753.0','1044800.0','2',    '2','2','4395.67',    '2','2','4195.68',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016490.0','1019233.0','8',    '6','3','11480.44',    '6','3','11230.45',    '3','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104754.0','1044800.0','3',    '2','1','3700.74',    '2','1','3700.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016491.0','1019233.0','1',    '1','1','2609.13',    '1','1','2424.13',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104755.0','1044800.0','1',    '1','1','8513.28',    '1','1','8513.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016492.0','1019233.0','16',    '16','11','29842.91',    '16','9','28690.43',    '4','2','1152.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104756.0','1044800.0','12',    '10','9','59779.57',    '10','9','59779.57',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016493.0','1019233.0','41',    '39','25','46360.14',    '39','24','45120.28',    '24','3','1239.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104757.0','1044800.0','4',    '4','4','5656.59',    '4','4','5656.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016317.0','1019233.0','86',    '73','58','132401.01',    '73','51','123230.58',    '40','17','9170.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104581.0','1044800.0','32',    '19','11','18640.91',    '14','9','12313.13',    '14','2','6327.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016494.0','1019233.0','700',    '660','505','1208544.4',    '652','453','1057281.14',    '465','200','151263.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104758.0','1044800.0','3',    '3','1','1308.35',    '3','1','1308.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016495.0','1019233.0','5',    '4','4','9011.37',    '4','4','8146.38',    '2','2','864.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104759.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016496.0','1019233.0','16',    '15','13','65804.9',    '15','13','62891.48',    '10','4','2913.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104760.0','1044800.0','2',    '2','2','774.86',    '2','2','774.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016497.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104761.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016498.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104762.0','1044800.0','17',    '14','10','41862.93',    '14','10','41662.94',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016499.0','1019233.0','9',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104763.0','1044800.0','4',    '4','3','8833.19',    '4','3','8633.2',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016500.0','1019233.0','1',    '1','1','682.52',    '1','1','682.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104764.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016501.0','1019233.0','6',    '4','4','4104.35',    '4','4','4104.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104765.0','1044800.0','13',    '12','8','61176.18',    '12','8','61176.18',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016502.0','1019233.0','1',    '1','1','1610.23',    '1','1','1610.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104766.0','1044800.0','7',    '6','6','34190.75',    '6','6','30557.43',    '3','2','3633.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016503.0','1019233.0','2',    '2','2','10231.97',    '2','2','10231.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104767.0','1044800.0','2',    '2','1','2534.28',    '2','1','2534.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016504.0','1019233.0','15',    '14','11','21657.15',    '14','10','20588.69',    '7','2','1068.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104768.0','1044800.0','15',    '14','13','43046.39',    '14','13','41995.94',    '8','3','1050.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016505.0','1019233.0','17',    '8','4','7164.22',    '7','4','5196.14',    '3','2','1968.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104769.0','1044800.0','252',    '163','126','576134.75',    '156','125','554749.32',    '65','13','21385.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016506.0','1019233.0','2',    '2','1','4293.4',    '2','1','4213.41',    '1','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104770.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016507.0','1019233.0','6',    '5','4','4601.76',    '5','4','4401.77',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104771.0','1044800.0','1',    '1','1','2534.67',    '1','1','2334.68',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016508.0','1019233.0','27',    '24','14','16470.67',    '24','14','13331.82',    '9','3','3138.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104772.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016509.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104773.0','1044800.0','21',    '21','18','24063.71',    '21','18','23258.74',    '13','4','804.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016510.0','1019233.0','1',    '1','1','860.93',    '1','1','860.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104774.0','1044800.0','1',    '1','1','117.3',    '1','1','117.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016511.0','1019233.0','356',    '289','184','1736364.98',    '278','166','1478269.88',    '188','81','258095.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104775.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016512.0','1019233.0','25',    '21','17','27285.7',    '20','15','22181.4',    '16','7','5104.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104776.0','1044800.0','3',    '3','3','3121.06',    '3','3','1991.09',    '3','2','1129.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016513.0','1019233.0','3',    '1','1','4244.98',    '1','1','1356.0',    '1','1','2888.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104777.0','1044800.0','3',    '2','1','163.2',    '2','1','163.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016514.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104778.0','1044800.0','2',    '2','1','692.4',    '2','1','692.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016515.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104779.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016516.0','1019233.0','10',    '10','3','25346.33',    '10','3','25346.33',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104780.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016517.0','1019233.0','33',    '30','22','25336.84',    '30','22','25136.85',    '16','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104781.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016518.0','1019233.0','7',    '5','5','74803.34',    '5','5','74094.87',    '4','2','708.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104782.0','1044800.0','15',    '11','8','35324.69',    '11','6','34384.75',    '7','3','939.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016519.0','1019233.0','528',    '488','349','672775.63',    '481','317','589889.18',    '337','122','82886.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104783.0','1044800.0','5',    '2','1','2661.98',    '2','1','2661.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016520.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104784.0','1044800.0','23',    '21','21','59367.67',    '21','20','57044.66',    '12','7','2323.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016521.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104785.0','1044800.0','2',    '2','1','1054.93',    '1','1','854.94',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016522.0','1019233.0','4',    '2','1','828.0',    '2','1','828.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104786.0','1044800.0','1',    '1','1','23835.04',    '1','1','17262.77',    '1','1','6572.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016523.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104787.0','1044800.0','3',    '3','2','7390.74',    '3','2','7390.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016524.0','1019233.0','1',    '1','1','591.07',    '1','1','591.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104788.0','1044800.0','61',    '56','38','85594.34',    '54','31','68575.24',    '37','13','17019.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016525.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104789.0','1044800.0','19',    '17','4','27016.0',    '17','3','26446.03',    '6','3','569.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016526.0','1019233.0','22',    '21','16','41465.22',    '21','16','41265.23',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104790.0','1044800.0','1',    '1','1','117.3',    '1','1','117.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016527.0','1019233.0','27',    '25','17','221703.87',    '24','17','185499.88',    '20','11','36203.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104791.0','1044800.0','64',    '61','41','58715.72',    '60','37','48216.75',    '39','12','10498.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016528.0','1019233.0','6',    '6','3','3865.38',    '6','2','3465.4',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104792.0','1044800.0','2',    '2','2','3283.38',    '2','2','3283.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016518.0','1019233.0','6',    '6','6','7712.8',    '6','5','7512.81',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104782.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016529.0','1019233.0','16',    '14','9','13261.84',    '14','9','13061.85',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104793.0','1044800.0','125',    '115','77','205943.86',    '114','65','185049.68',    '73','25','20894.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016530.0','1019233.0','15',    '14','6','5878.99',    '13','5','5404.85',    '7','2','474.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104794.0','1044800.0','3',    '2','2','321.75',    '2','1','241.76',    '2','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016531.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104795.0','1044800.0','2',    '2','1','1392.51',    '2','1','1392.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016532.0','1019233.0','4',    '4','1','1587.36',    '4','1','1587.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104796.0','1044800.0','2',    '2','1','199.99',    '2','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016533.0','1019233.0','1',    '1','1','617.54',    '1','1','617.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104797.0','1044800.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016534.0','1019233.0','36',    '35','20','68978.7',    '33','18','65191.26',    '19','3','3787.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104798.0','1044800.0','24',    '19','8','10059.39',    '18','8','8868.27',    '18','3','1191.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016535.0','1019233.0','20',    '18','14','27960.21',    '18','14','27616.37',    '10','2','343.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104799.0','1044800.0','1',    '1','1','1137.28',    '1','1','1137.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016536.0','1019233.0','9',    '8','4','5928.91',    '8','4','5928.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104800.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016537.0','1019233.0','13',    '13','10','14317.12',    '13','10','13717.15',    '10','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104801.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016538.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104802.0','1044800.0','29',    '29','15','53281.65',    '28','14','47708.46',    '20','5','5573.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016539.0','1019233.0','2',    '2','2','8550.19',    '2','2','7560.21',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104803.0','1044800.0','52',    '43','28','50176.59',    '33','19','23444.26',    '37','11','26732.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016540.0','1019233.0','1',    '1','1','185.0',    '1','0','0.0',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104804.0','1044800.0','32',    '29','18','37618.41',    '28','17','36242.2',    '16','4','1376.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016541.0','1019233.0','48',    '44','27','62035.44',    '44','20','20678.25',    '29','16','41357.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104805.0','1044800.0','12',    '12','9','18498.92',    '12','9','18298.93',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016341.0','1019233.0','1',    '1','1','180.05',    '1','1','180.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104605.0','1044800.0','1',    '1','1','352.3',    '1','1','117.3',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016542.0','1019233.0','1',    '1','1','8543.8',    '1','1','8543.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104806.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016543.0','1019233.0','366',    '346','156','365658.45',    '343','145','342425.82',    '144','32','23232.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104807.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016544.0','1019233.0','1',    '1','1','1188.6',    '1','1','1188.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104808.0','1044800.0','39',    '36','27','129593.57',    '36','27','128775.25',    '17','4','818.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016545.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104809.0','1044800.0','21',    '20','13','18152.36',    '19','13','17952.37',    '14','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016546.0','1019233.0','5',    '4','3','3561.06',    '4','3','3561.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104810.0','1044800.0','1',    '1','1','2732.93',    '1','1','2732.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016547.0','1019233.0','137',    '124','78','92773.23',    '122','66','83627.77',    '88','24','9145.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104811.0','1044800.0','13',    '13','7','6605.17',    '13','3','4106.12',    '10','5','2499.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016548.0','1019233.0','4',    '4','4','3390.69',    '4','4','2945.69',    '3','2','445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104812.0','1044800.0','2',    '2','2','510.96',    '2','2','510.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016549.0','1019233.0','4',    '3','3','7251.96',    '3','3','7051.97',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104813.0','1044800.0','6',    '6','2','8482.33',    '6','2','8282.34',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005753.0','1019233.0','20',    '15','13','68960.75',    '15','13','62442.2',    '9','4','6518.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094017.0','1044800.0','9',    '9','3','13900.02',    '9','3','13700.03',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016550.0','1019233.0','31',    '29','21','25280.76',    '29','21','24806.62',    '16','1','474.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104814.0','1044800.0','15',    '13','10','23430.19',    '13','9','23195.19',    '6','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016551.0','1019233.0','6',    '3','1','508.5',    '3','1','508.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104815.0','1044800.0','12',    '12','10','18226.04',    '12','10','17136.07',    '4','2','1089.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016552.0','1019233.0','1',    '1','1','1022.0',    '1','1','1022.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104816.0','1044800.0','26',    '26','21','38362.58',    '26','20','36795.49',    '17','7','1567.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016553.0','1019233.0','11',    '10','6','3843.34',    '10','6','3443.36',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104817.0','1044800.0','8',    '8','5','17375.24',    '8','5','17175.25',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016554.0','1019233.0','18',    '13','10','14082.63',    '12','9','13145.93',    '10','2','936.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104818.0','1044800.0','20',    '17','14','144921.29',    '17','12','138672.57',    '13','8','6248.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016555.0','1019233.0','1',    '1','1','6495.59',    '1','1','6495.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104819.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016556.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104820.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016557.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104821.0','1044800.0','7',    '7','3','4366.81',    '7','3','3722.31',    '4','1','644.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016558.0','1019233.0','1',    '1','1','88.3',    '1','1','88.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104822.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016559.0','1019233.0','632',    '589','435','847479.94',    '580','406','806660.63',    '316','113','40819.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104823.0','1044800.0','6',    '6','1','992.95',    '6','1','992.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016560.0','1019233.0','7',    '7','6','11517.77',    '7','6','11517.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104824.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016561.0','1019233.0','9',    '8','8','68543.42',    '8','8','68543.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104825.0','1044800.0','7',    '7','4','6519.47',    '7','4','6519.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016562.0','1019233.0','2',    '2','2','2235.24',    '2','2','2235.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104826.0','1044800.0','1',    '1','1','1205.09',    '1','1','1205.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016563.0','1019233.0','31',    '27','20','71693.25',    '27','19','69782.1',    '15','8','1911.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104827.0','1044800.0','20',    '19','11','13174.1',    '19','11','12930.13',    '8','1','243.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016564.0','1019233.0','1',    '1','1','7369.78',    '1','1','7369.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104828.0','1044800.0','3',    '3','2','1940.64',    '3','2','1940.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016565.0','1019233.0','4',    '4','2','2769.42',    '4','2','2769.42',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104829.0','1044800.0','7',    '7','6','19698.53',    '7','6','19698.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016566.0','1019233.0','148',    '138','94','216149.84',    '138','91','203327.29',    '79','23','12822.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104830.0','1044800.0','2',    '1','1','1027.11',    '1','1','1027.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016567.0','1019233.0','15',    '14','11','45615.15',    '13','11','40711.13',    '9','4','4904.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104831.0','1044800.0','3',    '3','2','3623.24',    '3','2','3223.26',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016568.0','1019233.0','1',    '1','1','3094.69',    '1','1','1240.0',    '1','1','1854.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104832.0','1044800.0','7',    '5','5','40941.14',    '5','4','39700.5',    '3','2','1240.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016569.0','1019233.0','5',    '4','1','4190.64',    '4','1','3460.65',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104833.0','1044800.0','4',    '3','3','15597.4',    '3','3','15597.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016570.0','1019233.0','3',    '3','1','358.87',    '3','1','358.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104834.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016571.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104835.0','1044800.0','48',    '43','36','57194.2',    '42','35','53224.31',    '25','7','3969.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016572.0','1019233.0','10',    '10','4','8457.2',    '10','3','6464.64',    '3','2','1992.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104836.0','1044800.0','256',    '227','162','504005.49',    '219','154','449809.44',    '128','35','54196.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016573.0','1019233.0','1',    '1','1','1756.06',    '1','1','1494.32',    '1','1','261.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104837.0','1044800.0','129',    '104','87','307234.72',    '102','80','265687.15',    '58','24','41547.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016574.0','1019233.0','7',    '7','7','17278.97',    '7','7','17078.98',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104838.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016575.0','1019233.0','1',    '1','1','17554.16',    '1','1','16455.54',    '1','1','1098.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104839.0','1044800.0','26',    '22','18','39517.81',    '22','17','37656.69',    '15','8','1861.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016576.0','1019233.0','1',    '1','1','3483.92',    '1','1','3483.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104840.0','1044800.0','226',    '212','153','253214.12',    '207','137','231339.22',    '140','37','21874.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016577.0','1019233.0','76',    '73','47','120522.56',    '71','40','105128.11',    '53','20','15394.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104841.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016578.0','1019233.0','3',    '3','2','2815.05',    '3','2','2815.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104842.0','1044800.0','1',    '1','1','167.2',    '1','1','167.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016579.0','1019233.0','5',    '5','4','5907.78',    '5','4','5470.72',    '4','1','437.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104843.0','1044800.0','2',    '2','1','2293.36',    '2','1','2293.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016580.0','1019233.0','2',    '2','1','862.13',    '2','1','862.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104844.0','1044800.0','3',    '3','1','195.5',    '3','1','195.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016581.0','1019233.0','2',    '2','2','14090.96',    '2','2','14090.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104845.0','1044800.0','26',    '25','17','74138.07',    '24','15','73103.11',    '10','4','1034.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016582.0','1019233.0','12',    '11','5','13956.67',    '11','5','13756.68',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104846.0','1044800.0','83',    '77','66','352443.69',    '77','66','327829.5',    '42','10','24614.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016583.0','1019233.0','6',    '5','5','7165.8',    '5','5','6747.46',    '2','1','418.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104847.0','1044800.0','3',    '3','1','1279.33',    '3','1','1129.83',    '1','1','149.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016584.0','1019233.0','18',    '16','16','49239.76',    '16','16','48057.46',    '7','3','1182.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104848.0','1044800.0','9',    '7','3','2063.62',    '7','3','2063.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016585.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104849.0','1044800.0','2',    '2','1','649.42',    '2','1','649.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016586.0','1019233.0','38',    '34','22','52026.57',    '33','21','49972.95',    '19','7','2053.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104850.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016587.0','1019233.0','58',    '53','39','74811.68',    '53','36','73957.38',    '32','5','854.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104851.0','1044800.0','3',    '3','2','9321.78',    '3','2','9321.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016588.0','1019233.0','2',    '2','1','786.77',    '2','1','786.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104852.0','1044800.0','1',    '1','1','365.21',    '1','1','365.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016589.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104853.0','1044800.0','138',    '120','56','138891.42',    '111','51','134038.17',    '76','12','4853.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016590.0','1019233.0','42',    '29','22','204903.28',    '29','22','184162.41',    '16','7','20740.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104854.0','1044800.0','4',    '4','4','6811.16',    '4','3','6241.18',    '2','1','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016591.0','1019233.0','5',    '4','3','5912.66',    '4','3','3449.0',    '2','1','2463.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104855.0','1044800.0','22',    '19','10','5368.95',    '19','9','4968.97',    '8','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016592.0','1019233.0','1',    '1','1','5561.67',    '1','1','5561.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104856.0','1044800.0','4',    '2','1','14399.49',    '2','1','11603.83',    '1','1','2795.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016593.0','1019233.0','2',    '2','2','29721.0',    '2','2','29721.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104857.0','1044800.0','32',    '27','4','6772.41',    '25','3','5628.42',    '16','2','1143.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016594.0','1019233.0','34',    '26','16','35380.8',    '22','15','35040.82',    '14','2','339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104858.0','1044800.0','18',    '15','5','16779.79',    '14','5','16276.72',    '8','2','503.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016595.0','1019233.0','35',    '30','14','155034.25',    '25','11','146888.05',    '20','6','8146.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104859.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016596.0','1019233.0','15',    '13','7','15336.24',    '13','7','15336.24',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104860.0','1044800.0','74',    '58','18','70280.62',    '55','17','67488.35',    '36','5','2792.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016597.0','1019233.0','5',    '5','5','19617.94',    '5','4','19097.95',    '3','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104861.0','1044800.0','12',    '9','7','13611.79',    '9','6','13411.8',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016598.0','1019233.0','450',    '380','322','785169.02',    '371','307','713106.75',    '240','93','72062.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104862.0','1044800.0','17',    '15','11','24172.95',    '15','10','23307.96',    '8','2','864.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016599.0','1019233.0','4',    '4','4','19691.96',    '4','4','18331.99',    '2','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104863.0','1044800.0','2',    '2','2','14323.95',    '2','2','14323.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016600.0','1019233.0','971',    '770','598','4718989.09',    '731','545','3623012.57',    '572','287','1095976.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104864.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016601.0','1019233.0','44',    '40','33','97935.93',    '38','33','93087.77',    '24','6','4848.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104865.0','1044800.0','6',    '5','2','3290.92',    '5','2','3290.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016602.0','1019233.0','46',    '42','28','85904.36',    '41','25','73303.06',    '25','5','12601.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104866.0','1044800.0','13',    '6','3','5622.33',    '6','2','5122.33',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016603.0','1019233.0','6',    '6','2','1405.71',    '5','1','1145.71',    '3','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104867.0','1044800.0','10',    '10','8','7556.05',    '10','7','6467.84',    '8','2','1088.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016604.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104868.0','1044800.0','4',    '3','3','52528.21',    '3','3','51635.6',    '2','1','892.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016605.0','1019233.0','5',    '4','2','4289.24',    '4','2','4239.24',    '4','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104869.0','1044800.0','17',    '13','10','12584.18',    '13','10','10674.23',    '9','2','1909.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016606.0','1019233.0','2',    '2','2','1265.1',    '2','1','1095.11',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104870.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016607.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104871.0','1044800.0','2',    '2','2','11566.91',    '2','1','11112.71',    '2','2','454.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016608.0','1019233.0','4',    '3','1','1156.81',    '3','1','1156.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104872.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016609.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104873.0','1044800.0','1',    '1','1','1655.79',    '1','1','1473.9',    '1','1','181.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016610.0','1019233.0','33',    '29','23','34933.28',    '28','23','31592.39',    '17','8','3340.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104874.0','1044800.0','8',    '7','4','28099.11',    '7','4','27899.12',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016611.0','1019233.0','15',    '10','2','8071.82',    '10','2','7701.83',    '4','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104875.0','1044800.0','3',    '3','3','23862.47',    '3','3','20575.96',    '1','1','3286.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006047.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094311.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005873.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094137.0','1044800.0','3',    '2','1','8652.83',    '2','1','4703.04',    '1','1','3949.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016612.0','1019233.0','10',    '9','7','10880.84',    '8','7','10187.46',    '5','3','693.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104876.0','1044800.0','24',    '22','18','94510.38',    '21','18','89436.42',    '10','4','5073.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016613.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104877.0','1044800.0','26',    '24','19','25429.81',    '23','18','21198.92',    '19','4','4230.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016614.0','1019233.0','1',    '1','1','767.02',    '1','1','767.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104878.0','1044800.0','13',    '10','2','4060.95',    '8','1','3597.06',    '7','1','463.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016450.0','1019233.0','3',    '3','2','1238.58',    '3','2','1238.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104714.0','1044800.0','1',    '1','1','543.4',    '1','1','543.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016615.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104879.0','1044800.0','93',    '85','68','127482.58',    '83','65','118112.7',    '49','16','9369.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016616.0','1019233.0','77',    '65','20','23470.52',    '54','18','21889.35',    '37','4','1581.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104880.0','1044800.0','122',    '102','56','117822.36',    '99','47','90789.03',    '67','23','27033.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016617.0','1019233.0','4',    '4','3','11105.88',    '4','3','11105.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104881.0','1044800.0','17',    '17','13','19104.42',    '17','13','18904.43',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016618.0','1019233.0','7',    '5','3','1893.01',    '5','3','1893.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104882.0','1044800.0','2',    '2','2','4282.63',    '2','2','4282.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016619.0','1019233.0','5',    '4','2','3480.28',    '4','2','3480.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104883.0','1044800.0','19',    '17','12','48541.06',    '17','12','46536.59',    '11','2','2004.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016620.0','1019233.0','49',    '38','5','3980.49',    '34','3','2750.5',    '13','2','1229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104884.0','1044800.0','8',    '8','6','14622.38',    '8','6','13722.4',    '5','1','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016621.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104885.0','1044800.0','1',    '1','1','6964.86',    '1','1','5381.84',    '1','1','1583.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016622.0','1019233.0','148',    '139','91','263202.74',    '139','85','255282.36',    '79','23','7920.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104886.0','1044800.0','9',    '8','6','9672.86',    '8','6','8820.58',    '5','1','852.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016623.0','1019233.0','11',    '8','6','12587.18',    '8','6','11987.21',    '5','2','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104887.0','1044800.0','2',    '2','1','478.54',    '2','1','478.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016624.0','1019233.0','21',    '18','12','71924.33',    '18','12','71113.81',    '11','3','810.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104888.0','1044800.0','58',    '48','39','62430.29',    '46','38','49216.47',    '34','20','13213.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016625.0','1019233.0','32',    '20','11','18661.21',    '20','11','17311.31',    '12','3','1349.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104889.0','1044800.0','2',    '2','1','333.98',    '2','1','333.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016221.0','1019233.0','1',    '1','1','1512.49',    '1','1','1512.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104485.0','1044800.0','4',    '4','1','633.04',    '2','1','261.83',    '4','1','371.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016626.0','1019233.0','25',    '25','17','29048.19',    '23','17','27237.44',    '13','4','1810.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104890.0','1044800.0','68',    '65','48','112191.73',    '64','47','90267.04',    '40','11','21924.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016627.0','1019233.0','418',    '396','69','162297.22',    '389','51','136672.57',    '218','33','25624.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104891.0','1044800.0','70',    '54','32','210694.45',    '51','29','185889.71',    '32','9','24804.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016628.0','1019233.0','192',    '148','119','938515.22',    '144','115','701814.03',    '101','52','236701.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104892.0','1044800.0','35',    '27','5','7400.46',    '21','3','6202.13',    '13','2','1198.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016629.0','1019233.0','24',    '22','18','291186.22',    '22','18','254400.38',    '18','10','36785.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104893.0','1044800.0','4',    '4','4','4414.24',    '4','4','4414.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016537.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104801.0','1044800.0','1',    '1','1','793.38',    '1','1','793.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016630.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104894.0','1044800.0','21',    '15','8','37034.08',    '15','8','35895.97',    '9','1','1138.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016631.0','1019233.0','31',    '27','12','21161.15',    '26','12','20961.16',    '14','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104895.0','1044800.0','12',    '9','5','15364.53',    '9','5','13499.77',    '5','1','1864.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016632.0','1019233.0','799',    '673','524','2662099.79',    '652','502','2123729.93',    '472','196','538369.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104896.0','1044800.0','38',    '38','16','25631.82',    '38','13','22527.87',    '26','7','3103.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016633.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104897.0','1044800.0','9',    '8','4','18901.12',    '7','3','18777.63',    '5','1','123.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016634.0','1019233.0','7',    '6','1','584.3',    '5','1','584.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104898.0','1044800.0','17',    '14','11','61269.09',    '14','11','44924.76',    '8','3','16344.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016635.0','1019233.0','1',    '1','1','3437.41',    '1','1','3437.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104899.0','1044800.0','7',    '6','6','16769.89',    '6','5','16447.93',    '3','1','321.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016636.0','1019233.0','5',    '5','4','6483.79',    '5','3','6283.8',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104900.0','1044800.0','18',    '15','2','31250.39',    '15','2','30792.6',    '6','1','457.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016637.0','1019233.0','34',    '31','25','132022.74',    '30','24','128033.5',    '18','6','3989.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104901.0','1044800.0','8',    '7','3','4304.0',    '6','3','4304.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016638.0','1019233.0','7',    '4','3','2255.39',    '4','3','1885.4',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104902.0','1044800.0','6',    '4','4','19816.13',    '4','4','18314.49',    '3','2','1501.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016639.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104903.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016640.0','1019233.0','3',    '2','2','9193.95',    '2','2','9193.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104904.0','1044800.0','1',    '1','1','280.96',    '1','1','280.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016641.0','1019233.0','5',    '5','1','1678.1',    '5','1','1678.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104905.0','1044800.0','1',    '1','1','1417.25',    '1','1','1293.76',    '1','1','123.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016642.0','1019233.0','2',    '2','1','235.0',    '2','0','0.0',    '2','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104906.0','1044800.0','18',    '14','13','125444.42',    '14','13','115340.61',    '10','3','10103.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016643.0','1019233.0','4',    '4','3','5112.24',    '4','3','2852.42',    '1','1','2259.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104907.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016644.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104908.0','1044800.0','264',    '243','187','698499.1',    '236','174','577710.22',    '156','72','120788.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016645.0','1019233.0','6',    '6','3','15137.59',    '4','2','13204.56',    '4','1','1933.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104909.0','1044800.0','86',    '70','43','45086.44',    '63','37','36926.7',    '45','8','8159.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006067.0','1019233.0','780',    '716','365','1587363.65',    '691','330','863664.83',    '544','236','723698.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094331.0','1044800.0','8',    '8','6','19929.13',    '8','6','19929.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016646.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104910.0','1044800.0','1',    '1','1','4971.23',    '1','1','3981.25',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016647.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104911.0','1044800.0','16',    '13','9','48899.22',    '13','9','43660.57',    '7','2','5238.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016648.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104912.0','1044800.0','17',    '13','8','25197.23',    '13','7','24757.8',    '7','2','439.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016649.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104913.0','1044800.0','1',    '1','1','1952.88',    '1','1','1952.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016650.0','1019233.0','22',    '19','15','116853.41',    '19','15','113600.66',    '11','3','3252.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104914.0','1044800.0','11',    '10','7','35885.89',    '9','7','34384.79',    '7','1','1501.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016651.0','1019233.0','107',    '85','65','346086.77',    '84','63','299426.13',    '37','16','46660.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104915.0','1044800.0','15',    '12','4','5708.62',    '12','4','5708.62',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016652.0','1019233.0','75',    '63','37','100358.54',    '56','35','90027.66',    '43','7','10330.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104916.0','1044800.0','5',    '4','4','13317.32',    '4','4','12021.51',    '3','1','1295.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016653.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104917.0','1044800.0','15',    '13','6','31543.07',    '13','5','5961.13',    '5','3','25581.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016654.0','1019233.0','92',    '80','55','178140.48',    '76','52','167989.94',    '43','13','10150.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104918.0','1044800.0','5',    '4','3','2502.71',    '4','3','2502.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016655.0','1019233.0','5',    '4','3','10807.24',    '3','3','7090.54',    '3','1','3716.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104919.0','1044800.0','3',    '2','1','4322.86',    '2','1','4322.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006067.0','1019233.0','16',    '14','7','21883.56',    '11','6','19376.76',    '7','2','2506.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094331.0','1044800.0','1',    '1','1','606.29',    '1','1','606.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016656.0','1019233.0','105',    '96','81','608260.05',    '94','79','527623.79',    '56','31','80636.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104920.0','1044800.0','5',    '5','2','1164.0',    '5','2','1164.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016657.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104921.0','1044800.0','3',    '2','1','2235.45',    '2','1','2235.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016658.0','1019233.0','4',    '3','1','737.96',    '3','1','737.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104922.0','1044800.0','2',    '2','1','2452.66',    '2','1','2452.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016659.0','1019233.0','276',    '264','188','631348.31',    '254','184','579250.89',    '175','47','52097.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104923.0','1044800.0','4',    '3','2','1675.33',    '3','2','1475.34',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016660.0','1019233.0','3',    '3','2','17645.83',    '3','2','17645.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104924.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016661.0','1019233.0','91',    '71','38','168972.42',    '70','37','160864.6',    '38','12','8107.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104925.0','1044800.0','9',    '9','3','4888.92',    '9','3','2517.36',    '4','1','2371.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016662.0','1019233.0','13',    '13','8','21446.26',    '13','8','18001.7',    '6','3','3444.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104926.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016663.0','1019233.0','1',    '1','1','9979.26',    '1','1','8729.28',    '1','1','1249.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104927.0','1044800.0','45',    '39','21','40345.53',    '37','19','36699.03',    '21','5','3646.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016664.0','1019233.0','2',    '2','2','8092.17',    '2','2','8092.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104928.0','1044800.0','1',    '1','1','2822.54',    '1','1','2822.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016665.0','1019233.0','2',    '2','1','2107.46',    '1','1','2107.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104929.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016666.0','1019233.0','4',    '4','2','4577.18',    '3','2','4577.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104930.0','1044800.0','1',    '1','1','3741.47',    '1','1','3541.48',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016667.0','1019233.0','5',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104931.0','1044800.0','4',    '2','1','984.4',    '2','1','984.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016668.0','1019233.0','278',    '261','167','521167.51',    '255','159','434143.01',    '168','45','87024.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104932.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016669.0','1019233.0','2',    '2','2','2584.6',    '2','2','2584.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104933.0','1044800.0','3',    '3','1','7537.0',    '3','1','7537.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016670.0','1019233.0','7',    '6','2','10893.59',    '6','2','10893.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104934.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016671.0','1019233.0','65',    '60','28','56463.39',    '60','27','54837.66',    '39','5','1625.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104935.0','1044800.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016672.0','1019233.0','5',    '4','3','46349.58',    '4','3','46349.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104936.0','1044800.0','182',    '161','112','368379.17',    '155','107','331649.53',    '106','30','36729.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016673.0','1019233.0','4',    '4','4','7294.29',    '4','4','7294.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104937.0','1044800.0','4',    '4','4','4039.46',    '4','4','3869.47',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016674.0','1019233.0','5',    '4','4','19021.22',    '4','4','19021.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104938.0','1044800.0','7',    '6','6','9644.31',    '6','5','9274.32',    '4','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016675.0','1019233.0','6',    '6','1','914.92',    '5','1','914.92',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104939.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016676.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104940.0','1044800.0','6',    '4','1','838.76',    '4','1','838.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016677.0','1019233.0','3',    '3','3','22418.03',    '3','3','22418.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104941.0','1044800.0','10',    '8','1','3189.75',    '7','1','3189.75',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016678.0','1019233.0','1',    '1','1','940.0',    '1','1','940.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104942.0','1044800.0','17',    '15','12','71702.64',    '15','12','62677.05',    '9','3','9025.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016679.0','1019233.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104943.0','1044800.0','8',    '6','1','3754.49',    '4','1','3754.49',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016680.0','1019233.0','7',    '6','2','1948.2',    '6','2','1948.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104944.0','1044800.0','83',    '81','44','101255.95',    '75','42','92652.24',    '57','13','8603.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016681.0','1019233.0','3',    '2','2','3740.94',    '2','2','3740.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104945.0','1044800.0','43',    '39','22','52106.62',    '35','20','48536.25',    '24','7','3570.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016682.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104946.0','1044800.0','3',    '3','2','2311.18',    '3','2','2311.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016679.0','1019233.0','14',    '13','10','27161.44',    '13','10','26011.28',    '5','1','1150.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104943.0','1044800.0','6',    '5','3','5216.09',    '5','3','5216.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016683.0','1019233.0','2',    '2','1','1253.56',    '2','1','1253.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104947.0','1044800.0','60',    '46','31','153168.16',    '46','28','131881.67',    '20','6','21286.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016684.0','1019233.0','6',    '6','4','2740.63',    '6','4','2740.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104948.0','1044800.0','5',    '4','3','5698.86',    '3','2','3166.82',    '4','2','2532.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016685.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104949.0','1044800.0','88',    '79','50','170179.8',    '77','48','148894.15',    '48','16','21285.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016686.0','1019233.0','6',    '5','4','4092.93',    '5','4','3102.95',    '3','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104950.0','1044800.0','13',    '11','7','6549.76',    '11','7','6549.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016687.0','1019233.0','3',    '3','2','2622.54',    '3','2','1967.55',    '3','1','654.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104951.0','1044800.0','109',    '97','46','142884.28',    '94','42','130333.8',    '69','11','12550.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016688.0','1019233.0','34',    '27','19','32354.48',    '26','18','28221.46',    '12','5','4133.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104952.0','1044800.0','10',    '8','4','34332.12',    '8','4','33427.14',    '4','2','904.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016689.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104953.0','1044800.0','349',    '274','197','559401.23',    '272','187','534750.56',    '163','53','24650.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016690.0','1019233.0','7',    '5','3','11257.45',    '5','3','11057.46',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104954.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016691.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104955.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016692.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104956.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016693.0','1019233.0','48',    '42','28','56519.44',    '41','28','51285.13',    '24','3','5234.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104957.0','1044800.0','35',    '31','24','61619.01',    '29','24','58901.64',    '14','5','2717.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016694.0','1019233.0','1',    '1','1','688.08',    '1','1','688.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104958.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016695.0','1019233.0','2',    '2','1','1222.0',    '2','1','1222.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104959.0','1044800.0','4',    '2','2','20444.25',    '2','2','11964.92',    '2','2','8479.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016696.0','1019233.0','1',    '1','1','1955.52',    '1','1','1955.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104960.0','1044800.0','3',    '3','2','6078.78',    '3','2','2524.25',    '2','1','3554.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016697.0','1019233.0','1',    '1','1','1430.0',    '1','1','1430.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104961.0','1044800.0','39',    '29','22','28997.49',    '29','21','28227.52',    '11','2','769.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016698.0','1019233.0','3',    '2','1','1315.33',    '2','1','1315.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104962.0','1044800.0','440',    '381','227','427696.21',    '370','206','384216.87',    '190','59','43479.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016699.0','1019233.0','3',    '2','2','5775.27',    '2','2','5775.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104963.0','1044800.0','3',    '3','2','5053.98',    '3','2','5053.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016700.0','1019233.0','3',    '3','2','11572.98',    '3','2','10917.5',    '2','1','655.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104964.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016701.0','1019233.0','4',    '3','2','1025.98',    '3','2','1025.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104965.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016702.0','1019233.0','4',    '3','3','10966.89',    '3','3','9003.81',    '3','1','1963.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104966.0','1044800.0','65',    '52','23','53680.24',    '50','21','44867.39',    '34','6','8812.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016703.0','1019233.0','124',    '108','80','448252.54',    '107','78','418411.81',    '61','20','29840.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104967.0','1044800.0','4',    '3','1','4146.23',    '3','1','4146.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016704.0','1019233.0','327',    '300','239','1211876.75',    '295','225','1087089.18',    '216','81','124787.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104968.0','1044800.0','8',    '7','5','10499.84',    '7','4','9066.74',    '2','1','1433.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016705.0','1019233.0','77',    '62','31','293249.16',    '59','31','259133.07',    '32','12','34116.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104969.0','1044800.0','13',    '12','9','111127.97',    '11','9','105697.27',    '6','3','5430.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016706.0','1019233.0','54',    '47','4','10430.02',    '39','2','5260.03',    '23','2','5169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104970.0','1044800.0','2',    '2','2','14039.55',    '2','2','14039.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016707.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104971.0','1044800.0','1',    '1','1','1261.82',    '1','1','1261.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016708.0','1019233.0','51',    '42','19','34992.12',    '39','15','27038.25',    '30','8','7953.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104972.0','1044800.0','31',    '22','18','61932.97',    '21','17','47050.41',    '15','9','14882.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016709.0','1019233.0','53',    '41','30','86167.66',    '38','27','73462.72',    '22','6','12704.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104973.0','1044800.0','16',    '13','11','43966.74',    '12','11','34549.59',    '10','4','9417.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016710.0','1019233.0','6',    '4','2','18509.79',    '4','2','18509.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104974.0','1044800.0','16',    '14','13','30714.56',    '14','12','25592.56',    '10','6','5122.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016711.0','1019233.0','18',    '16','10','21661.9',    '15','10','20796.92',    '10','2','864.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104975.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016712.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104976.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016713.0','1019233.0','101',    '82','40','167789.74',    '80','39','148939.08',    '36','7','18850.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104977.0','1044800.0','13',    '11','6','14789.67',    '11','6','13599.7',    '6','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016714.0','1019233.0','2',    '2','1','9424.54',    '2','1','9424.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104978.0','1044800.0','13',    '10','6','34188.47',    '10','6','34103.47',    '7','1','85.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016715.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104979.0','1044800.0','5',    '5','4','22939.6',    '5','4','20317.93',    '3','1','2621.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016716.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104980.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016717.0','1019233.0','2',    '2','1','25958.92',    '2','1','23987.76',    '1','1','1971.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104981.0','1044800.0','10',    '8','6','6761.75',    '8','6','6561.76',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016718.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104982.0','1044800.0','264',    '237','164','1034874.67',    '232','154','842809.06',    '161','59','192065.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016719.0','1019233.0','1',    '1','1','1454.59',    '1','1','1454.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104983.0','1044800.0','1',    '1','1','5845.54',    '1','1','5115.55',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016720.0','1019233.0','1',    '1','1','908.37',    '1','1','908.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104984.0','1044800.0','231',    '211','51','224182.07',    '202','37','162763.41',    '122','31','61418.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016721.0','1019233.0','2',    '2','1','1462.64',    '2','1','712.67',    '2','1','749.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104985.0','1044800.0','5',    '3','2','4247.93',    '3','1','3747.93',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016722.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104986.0','1044800.0','2',    '2','2','3445.29',    '2','2','3445.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016723.0','1019233.0','4',    '3','1','1127.54',    '2','1','509.7',    '2','1','617.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104987.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016724.0','1019233.0','1',    '1','1','235.0',    '1','1','235.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104988.0','1044800.0','13',    '13','6','22330.77',    '13','6','22130.78',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016725.0','1019233.0','1',    '1','1','20826.29',    '1','1','18970.54',    '1','1','1855.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104989.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016726.0','1019233.0','4',    '2','1','3661.74',    '2','1','3661.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104990.0','1044800.0','7',    '6','5','25410.67',    '6','4','18920.17',    '5','4','6490.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016727.0','1019233.0','41',    '33','23','92383.54',    '31','21','89306.84',    '19','7','3076.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104991.0','1044800.0','23',    '20','11','29402.35',    '20','10','24909.06',    '14','5','4493.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016728.0','1019233.0','38',    '30','17','50307.27',    '28','17','44725.05',    '15','5','5582.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104992.0','1044800.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016729.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104993.0','1044800.0','105',    '96','56','135033.51',    '91','50','108759.08',    '63','19','26274.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016730.0','1019233.0','3',    '3','3','28124.73',    '3','3','28124.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104994.0','1044800.0','8',    '6','5','10710.61',    '6','5','10510.62',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016731.0','1019233.0','7',    '3','3','5649.18',    '3','3','5649.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104995.0','1044800.0','18',    '16','10','15034.28',    '15','10','15034.28',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016732.0','1019233.0','118',    '108','94','168345.51',    '106','92','158831.53',    '74','27','9513.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104996.0','1044800.0','5',    '4','4','24324.46',    '4','4','23624.46',    '2','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016733.0','1019233.0','19',    '18','11','24971.77',    '18','11','24971.77',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104997.0','1044800.0','3',    '1','1','1078.88',    '1','1','1078.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016734.0','1019233.0','29',    '23','19','225015.34',    '23','19','179734.52',    '12','9','45280.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104998.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016735.0','1019233.0','1',    '1','1','773.63',    '1','1','773.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2104999.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016736.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105000.0','1044800.0','7',    '7','4','5309.74',    '7','4','5309.74',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016737.0','1019233.0','148',    '100','62','178701.83',    '90','61','168775.3',    '50','8','9926.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105001.0','1044800.0','20',    '19','13','53853.63',    '19','12','53368.42',    '11','1','485.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016738.0','1019233.0','6',    '6','1','978.09',    '6','1','978.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105002.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006007.0','1019233.0','35',    '28','12','20371.94',    '26','10','17048.15',    '20','6','3323.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094271.0','1044800.0','5',    '3','1','9680.13',    '3','1','9680.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016739.0','1019233.0','1',    '1','1','1271.2',    '1','1','1271.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105003.0','1044800.0','21',    '17','14','47676.99',    '16','14','46192.01',    '12','2','1484.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005864.0','1019233.0','1',    '1','1','8821.73',    '1','1','3055.0',    '1','1','5766.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094128.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016740.0','1019233.0','4',    '3','2','9703.45',    '3','2','9703.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105004.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016741.0','1019233.0','4',    '4','3','2380.73',    '4','2','2196.02',    '3','1','184.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105005.0','1044800.0','123',    '115','92','170456.23',    '114','89','152520.94',    '67','32','17935.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016742.0','1019233.0','49',    '42','8','22078.66',    '38','7','15229.88',    '33','4','6848.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105006.0','1044800.0','31',    '24','19','66602.77',    '23','19','66402.78',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016743.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105007.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016744.0','1019233.0','4',    '4','1','3148.45',    '3','1','3148.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105008.0','1044800.0','1',    '1','1','277.84',    '1','1','277.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016745.0','1019233.0','1',    '1','1','1414.68',    '1','1','1414.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105009.0','1044800.0','1',    '1','1','2954.02',    '1','1','2954.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016746.0','1019233.0','228',    '203','160','852088.07',    '199','156','715398.4',    '141','46','136689.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105010.0','1044800.0','2',    '2','2','2510.06',    '2','2','2510.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016747.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105011.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016748.0','1019233.0','85',    '78','42','73938.62',    '73','38','69276.04',    '57','11','4662.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105012.0','1044800.0','9',    '6','5','11273.43',    '6','5','11273.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016749.0','1019233.0','18',    '15','14','122207.33',    '15','13','116655.43',    '9','3','5551.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105013.0','1044800.0','7',    '7','4','7054.12',    '7','4','7054.12',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016750.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105014.0','1044800.0','49',    '35','22','82234.82',    '35','22','81984.83',    '13','2','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016751.0','1019233.0','13',    '10','8','25021.64',    '10','8','24821.65',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105015.0','1044800.0','30',    '16','13','69022.33',    '16','13','67266.35',    '10','4','1755.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016752.0','1019233.0','5',    '5','2','7898.81',    '5','1','6976.2',    '2','2','922.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105016.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016753.0','1019233.0','3',    '3','2','4309.18',    '2','2','4309.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105017.0','1044800.0','33',    '27','15','66863.7',    '27','14','61180.65',    '14','3','5683.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016754.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105018.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016755.0','1019233.0','9',    '7','7','20796.54',    '7','7','20796.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105019.0','1044800.0','3',    '2','1','1110.0',    '2','1','1110.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016756.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105020.0','1044800.0','3',    '3','2','1500.71',    '3','2','1500.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016757.0','1019233.0','1',    '1','1','1542.3',    '1','1','1542.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105021.0','1044800.0','1',    '1','1','826.77',    '1','1','826.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016758.0','1019233.0','8',    '7','5','6556.75',    '7','5','6379.31',    '6','1','177.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105022.0','1044800.0','68',    '61','45','206143.87',    '61','42','155284.37',    '42','15','50859.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016759.0','1019233.0','11',    '10','6','5527.66',    '10','6','5327.67',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105023.0','1044800.0','34',    '31','19','34380.48',    '31','18','30377.48',    '18','5','4003.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016760.0','1019233.0','278',    '250','186','373081.28',    '246','176','341266.45',    '131','47','31814.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105024.0','1044800.0','10',    '8','5','11108.1',    '8','5','11108.1',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016761.0','1019233.0','19',    '16','16','46101.56',    '16','16','45206.58',    '5','2','894.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105025.0','1044800.0','6',    '5','3','3089.34',    '5','3','3089.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016762.0','1019233.0','6',    '4','3','3109.39',    '4','3','3109.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105026.0','1044800.0','7',    '4','4','2320.59',    '3','3','2120.6',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016763.0','1019233.0','20',    '19','10','15568.49',    '18','10','14968.52',    '14','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105027.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016764.0','1019233.0','19',    '17','12','18402.98',    '17','12','16919.52',    '7','1','1483.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105028.0','1044800.0','1',    '1','1','4077.43',    '1','1','4077.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016765.0','1019233.0','7',    '6','4','6919.95',    '6','4','6919.95',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105029.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016766.0','1019233.0','9',    '7','5','11068.16',    '7','5','10548.17',    '3','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105030.0','1044800.0','3',    '3','1','1925.17',    '3','1','1925.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016767.0','1019233.0','1177',    '1089','870','8920208.38',    '1052','847','7988650.99',    '740','304','931557.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105031.0','1044800.0','2',    '1','1','408.15',    '1','1','408.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016768.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105032.0','1044800.0','19',    '11','6','11196.65',    '9','6','11196.65',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016769.0','1019233.0','103',    '91','67','105535.12',    '89','63','99576.69',    '41','11','5958.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105033.0','1044800.0','83',    '80','76','134122.22',    '80','75','131487.34',    '51','13','2634.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016770.0','1019233.0','1',    '1','1','2693.97',    '1','1','2693.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105034.0','1044800.0','6',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016771.0','1019233.0','8',    '7','7','18658.33',    '7','6','17808.37',    '6','3','849.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105035.0','1044800.0','1',    '1','1','6416.33',    '1','1','1222.0',    '1','1','5194.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016772.0','1019233.0','336',    '291','220','1631680.64',    '282','209','1394666.54',    '209','93','237014.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105036.0','1044800.0','1',    '1','1','6287.53',    '1','1','6287.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016773.0','1019233.0','7',    '6','5','18428.56',    '6','5','15538.01',    '5','2','2890.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105037.0','1044800.0','1',    '1','1','17371.61',    '1','1','11530.5',    '1','1','5841.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016774.0','1019233.0','26',    '25','7','22288.83',    '24','7','20628.86',    '12','2','1659.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105038.0','1044800.0','5',    '5','4','9086.47',    '5','4','9086.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016775.0','1019233.0','6',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105039.0','1044800.0','40',    '27','18','56463.79',    '27','16','48323.17',    '14','7','8140.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016776.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105040.0','1044800.0','6',    '6','1','2942.05',    '5','1','2707.05',    '5','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016777.0','1019233.0','23',    '19','12','18104.12',    '19','11','16854.14',    '15','2','1249.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105041.0','1044800.0','13',    '10','8','23689.69',    '10','7','20639.97',    '7','3','3049.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016778.0','1019233.0','68',    '58','45','213121.78',    '58','44','194376.84',    '32','12','18744.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105042.0','1044800.0','2',    '1','1','728.97',    '1','1','728.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016779.0','1019233.0','1',    '1','1','6700.07',    '1','1','6700.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105043.0','1044800.0','229',    '188','148','1070287.21',    '183','140','876855.56',    '131','75','193431.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016780.0','1019233.0','6',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105044.0','1044800.0','12',    '10','7','32620.5',    '10','7','24097.35',    '10','2','8523.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005941.0','1019233.0','2',    '1','1','495.76',    '0','0','0.0',    '1','1','495.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094205.0','1044800.0','8',    '6','4','4824.9',    '6','4','4824.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016781.0','1019233.0','7',    '6','4','15463.89',    '5','3','14133.89',    '6','2','1330.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105045.0','1044800.0','2',    '2','2','973.7',    '2','2','973.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016782.0','1019233.0','15',    '13','9','85492.78',    '13','9','82644.62',    '5','1','2848.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105046.0','1044800.0','1',    '1','1','22705.95',    '1','1','22705.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016783.0','1019233.0','247',    '221','121','228886.26',    '214','102','195590.15',    '164','53','33296.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105047.0','1044800.0','13',    '13','3','2751.73',    '13','3','2751.73',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016784.0','1019233.0','2167',    '1801','1374','9656826.01',    '1696','1311','7812285.95',    '1256','566','1844540.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105048.0','1044800.0','34',    '31','18','36549.98',    '31','18','36549.98',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016785.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105049.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016786.0','1019233.0','11',    '10','8','36592.05',    '10','7','32999.43',    '6','3','3592.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105050.0','1044800.0','1',    '1','1','299.98',    '1','1','299.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016787.0','1019233.0','7',    '7','4','9569.64',    '7','4','9569.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105051.0','1044800.0','32',    '27','21','93939.56',    '27','21','88085.39',    '13','3','5854.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016788.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105052.0','1044800.0','5',    '3','1','843.23',    '3','1','843.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016789.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105053.0','1044800.0','11',    '10','2','3582.28',    '10','2','1729.6',    '5','2','1852.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016790.0','1019233.0','1',    '1','1','470.93',    '1','1','470.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105054.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016791.0','1019233.0','79',    '66','37','138933.91',    '63','37','128975.0',    '44','10','9958.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105055.0','1044800.0','7',    '7','3','1960.19',    '6','3','1760.2',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016792.0','1019233.0','10',    '9','4','9987.32',    '8','4','9817.33',    '3','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105056.0','1044800.0','13',    '9','7','64982.93',    '9','7','55651.21',    '6','2','9331.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016793.0','1019233.0','1',    '1','1','680.94',    '1','1','680.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105057.0','1044800.0','3',    '3','2','1017.16',    '3','1','517.16',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016794.0','1019233.0','45',    '39','31','102990.55',    '39','30','101015.61',    '20','5','1974.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105058.0','1044800.0','2',    '2','2','1627.18',    '2','2','1627.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016795.0','1019233.0','31',    '27','16','67651.44',    '24','15','66738.62',    '15','3','912.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105059.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016796.0','1019233.0','13',    '12','9','62858.07',    '11','8','51338.06',    '7','5','11520.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105060.0','1044800.0','1',    '1','1','27602.65',    '1','1','24676.0',    '1','1','2926.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016797.0','1019233.0','2',    '1','1','478.4',    '1','1','478.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105061.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016798.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105062.0','1044800.0','20',    '17','13','22788.95',    '16','13','22331.32',    '11','2','457.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005919.0','1019233.0','55',    '48','30','100574.37',    '46','27','82419.74',    '30','10','18154.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094183.0','1044800.0','7',    '5','3','3128.87',    '5','2','2138.89',    '5','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016799.0','1019233.0','31',    '25','19','35007.3',    '25','19','34596.46',    '14','1','410.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105063.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006007.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094271.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016800.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105064.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016801.0','1019233.0','238',    '219','59','109013.78',    '200','48','97298.41',    '175','21','11715.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105065.0','1044800.0','1',    '1','1','2271.84',    '1','1','1776.84',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016802.0','1019233.0','2',    '1','1','239.83',    '1','1','239.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105066.0','1044800.0','3',    '3','2','1829.05',    '3','2','1629.06',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016803.0','1019233.0','21',    '19','16','48459.91',    '19','16','47469.93',    '12','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105067.0','1044800.0','15',    '11','9','41080.47',    '10','9','41080.47',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016737.0','1019233.0','8',    '7','4','16378.19',    '6','2','15978.21',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105001.0','1044800.0','16',    '15','11','29673.04',    '15','11','25741.06',    '10','5','3931.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016804.0','1019233.0','1',    '1','1','840.0',    '1','1','840.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105068.0','1044800.0','8',    '5','4','33511.67',    '5','4','33511.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016805.0','1019233.0','20',    '20','16','18056.01',    '20','16','17656.03',    '10','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105069.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016806.0','1019233.0','30',    '25','19','37063.46',    '25','17','35326.52',    '16','5','1736.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105070.0','1044800.0','21',    '19','16','94535.49',    '19','16','85123.31',    '11','6','9412.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016807.0','1019233.0','10',    '10','9','21166.61',    '10','9','20126.64',    '4','2','1039.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105071.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016808.0','1019233.0','7',    '6','3','5873.53',    '5','3','5873.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105072.0','1044800.0','6',    '5','1','8287.03',    '4','1','8287.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016809.0','1019233.0','15',    '15','9','27091.87',    '15','9','24269.62',    '9','3','2822.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105073.0','1044800.0','1',    '1','1','2298.66',    '1','1','1824.0',    '1','1','474.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016810.0','1019233.0','14',    '14','11','97551.93',    '14','10','88496.91',    '11','6','9055.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105074.0','1044800.0','4',    '4','3','3128.22',    '4','3','2868.22',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016811.0','1019233.0','407',    '352','242','1889387.01',    '346','236','1815397.56',    '197','45','73989.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105075.0','1044800.0','4',    '2','1','1065.36',    '2','1','1065.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016812.0','1019233.0','1',    '1','1','1362.0',    '1','1','1362.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105076.0','1044800.0','3',    '3','2','1505.88',    '3','2','1505.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016813.0','1019233.0','10',    '9','6','7877.55',    '9','5','6355.6',    '5','2','1521.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105077.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016814.0','1019233.0','71',    '54','41','119642.27',    '54','41','115055.06',    '25','9','4587.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105078.0','1044800.0','4',    '4','3','18638.46',    '4','3','14650.87',    '3','1','3987.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016815.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105079.0','1044800.0','3',    '1','1','389.12',    '1','1','389.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016816.0','1019233.0','16',    '13','11','91635.4',    '13','10','72198.83',    '7','4','19436.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105080.0','1044800.0','1',    '1','1','2057.76',    '1','1','1822.76',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016817.0','1019233.0','2',    '1','1','2139.2',    '1','1','2139.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105081.0','1044800.0','36',    '31','16','49432.47',    '28','15','47901.08',    '19','4','1531.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016818.0','1019233.0','3',    '3','2','1190.58',    '3','1','990.59',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105082.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016819.0','1019233.0','3',    '3','2','2988.52',    '3','2','2493.52',    '3','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105083.0','1044800.0','11',    '10','6','7159.41',    '10','5','6676.53',    '7','2','482.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016820.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105084.0','1044800.0','17',    '16','15','68032.49',    '15','14','62531.62',    '8','4','5500.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016821.0','1019233.0','53',    '50','25','57437.88',    '46','21','54658.36',    '30','6','2779.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105085.0','1044800.0','20',    '16','9','87948.43',    '15','8','86754.81',    '5','2','1193.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016822.0','1019233.0','64',    '53','44','202286.99',    '52','42','166589.49',    '30','13','35697.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105086.0','1044800.0','400',    '334','234','1431027.42',    '320','221','1201721.65',    '204','83','229305.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016823.0','1019233.0','2',    '2','1','2181.7',    '2','1','2181.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105087.0','1044800.0','597',    '540','260','572450.67',    '510','239','440169.36',    '381','92','132281.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016824.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105088.0','1044800.0','3',    '3','2','1753.83',    '3','2','1753.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016825.0','1019233.0','7',    '5','1','2224.95',    '5','1','2224.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105089.0','1044800.0','13',    '11','10','36029.07',    '11','10','35392.65',    '4','1','636.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016826.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105090.0','1044800.0','75',    '66','44','140633.31',    '63','40','133267.32',    '37','11','7365.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016827.0','1019233.0','4',    '3','2','8294.82',    '3','2','3132.24',    '2','1','5162.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105091.0','1044800.0','4',    '2','2','2857.6',    '2','1','2747.61',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016828.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105092.0','1044800.0','6',    '6','3','59995.61',    '6','3','49637.39',    '6','2','10358.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016829.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105093.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016830.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105094.0','1044800.0','2',    '2','2','7301.7',    '2','2','6901.72',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016831.0','1019233.0','3',    '2','2','30731.1',    '2','2','30731.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105095.0','1044800.0','9',    '8','8','19950.33',    '8','8','18107.62',    '4','3','1842.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016832.0','1019233.0','43',    '36','28','56203.31',    '36','28','54613.36',    '20','4','1589.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105096.0','1044800.0','26',    '22','12','34861.47',    '22','12','34661.48',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016833.0','1019233.0','9',    '6','4','6483.68',    '6','4','6483.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105097.0','1044800.0','1',    '1','1','1559.17',    '1','1','1559.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016834.0','1019233.0','29',    '25','18','49613.6',    '25','18','47681.55',    '13','3','1932.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105098.0','1044800.0','15',    '11','8','22397.37',    '11','7','21249.11',    '8','2','1148.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016835.0','1019233.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105099.0','1044800.0','53',    '47','39','132786.14',    '46','38','124636.65',    '25','6','8149.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016836.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105100.0','1044800.0','101',    '89','62','203467.03',    '88','60','190424.55',    '42','12','13042.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016837.0','1019233.0','5',    '5','4','8519.9',    '5','4','8519.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105101.0','1044800.0','1880',    '1682','1151','6020251.42',    '1574','1073','4927706.35',    '1183','472','1092545.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005977.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094241.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016838.0','1019233.0','4',    '4','3','13188.02',    '4','3','13188.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105102.0','1044800.0','100',    '89','60','132923.46',    '88','57','126737.81',    '50','16','6185.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016839.0','1019233.0','2',    '1','1','873.83',    '1','1','673.84',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105103.0','1044800.0','14',    '12','10','18876.52',    '12','10','18706.53',    '6','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016840.0','1019233.0','1',    '1','1','2067.34',    '1','1','1614.0',    '1','1','453.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105104.0','1044800.0','1',    '1','1','5419.08',    '1','1','5419.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016841.0','1019233.0','7',    '5','3','1855.45',    '5','3','1855.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105105.0','1044800.0','49',    '38','26','51378.66',    '38','26','50778.69',    '18','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016842.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105106.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016843.0','1019233.0','8',    '8','8','15987.82',    '8','8','12447.9',    '4','3','3539.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105107.0','1044800.0','2',    '2','1','613.32',    '2','1','613.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016844.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105108.0','1044800.0','45',    '40','33','104412.75',    '39','31','91793.64',    '30','10','12619.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016845.0','1019233.0','11',    '11','8','38581.63',    '10','7','37572.02',    '9','2','1009.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105109.0','1044800.0','3',    '2','1','226.99',    '2','1','226.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016846.0','1019233.0','5',    '5','4','7015.16',    '5','4','7015.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105110.0','1044800.0','2',    '2','2','3396.3',    '2','2','3396.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016847.0','1019233.0','94',    '81','70','274450.57',    '79','65','238908.94',    '46','22','35541.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105111.0','1044800.0','1',    '1','1','6648.94',    '1','1','6648.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016848.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105112.0','1044800.0','14',    '14','5','6849.36',    '14','5','6649.37',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016849.0','1019233.0','33',    '28','19','47026.96',    '27','19','45504.7',    '14','2','1522.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105113.0','1044800.0','14',    '12','6','4207.92',    '11','5','3522.92',    '4','2','685.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016850.0','1019233.0','5',    '2','1','6416.24',    '2','1','5505.04',    '1','1','911.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105114.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016851.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105115.0','1044800.0','8',    '8','4','32473.57',    '8','4','32473.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016852.0','1019233.0','1',    '1','1','335.18',    '1','1','335.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105116.0','1044800.0','4',    '4','4','8051.53',    '4','3','7901.54',    '3','1','149.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016853.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105117.0','1044800.0','43',    '38','26','77933.03',    '38','25','76253.08',    '19','5','1679.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016854.0','1019233.0','5',    '5','3','3192.57',    '5','3','2939.42',    '3','1','253.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105118.0','1044800.0','14',    '7','5','14108.67',    '7','4','13708.68',    '3','1','399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016855.0','1019233.0','10',    '9','8','26451.26',    '9','8','25309.58',    '4','1','1141.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105119.0','1044800.0','2',    '1','1','737.65',    '1','1','737.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016856.0','1019233.0','79',    '74','52','86266.75',    '73','50','81824.91',    '47','13','4441.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105120.0','1044800.0','15',    '12','8','10159.16',    '12','8','10159.16',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016857.0','1019233.0','44',    '39','34','41911.31',    '39','34','41553.07',    '20','2','358.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105121.0','1044800.0','4',    '4','3','2650.42',    '3','2','2250.44',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016858.0','1019233.0','20',    '15','10','12890.08',    '13','7','11149.62',    '10','3','1740.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105122.0','1044800.0','7',    '6','5','8288.61',    '6','5','8288.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016859.0','1019233.0','20',    '16','14','30533.04',    '16','14','30298.04',    '7','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105123.0','1044800.0','5',    '4','3','7823.2',    '4','3','7823.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016816.0','1019233.0','2630',    '2290','1778','5522612.7',    '2198','1515','4816000.89',    '1549','743','706611.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105080.0','1044800.0','3',    '2','2','643.3',    '2','1','243.32',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016860.0','1019233.0','4',    '4','3','14882.34',    '4','3','14187.35',    '2','1','694.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105124.0','1044800.0','1',    '1','1','400.78',    '1','1','400.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016861.0','1019233.0','66',    '63','44','82221.57',    '61','41','75031.65',    '39','8','7189.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105125.0','1044800.0','12',    '11','7','37885.17',    '11','7','37885.17',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016862.0','1019233.0','44',    '43','28','16278.87',    '40','20','13583.26',    '26','9','2695.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105126.0','1044800.0','3',    '3','3','11093.66',    '3','3','10893.67',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016863.0','1019233.0','74',    '68','55','62382.42',    '68','52','59205.64',    '40','10','3176.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105127.0','1044800.0','15',    '14','9','19160.47',    '13','9','17628.53',    '9','3','1531.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005844.0','1019233.0','11',    '10','10','19386.5',    '10','10','18506.51',    '5','2','879.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094108.0','1044800.0','63',    '58','40','63576.67',    '57','33','59292.02',    '44','14','4284.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016864.0','1019233.0','4',    '3','2','349.49',    '3','1','149.5',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105128.0','1044800.0','12',    '10','5','9521.51',    '10','5','9521.51',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016865.0','1019233.0','11',    '9','7','6207.49',    '9','7','6207.49',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105129.0','1044800.0','211',    '171','126','262943.53',    '168','121','248987.04',    '97','21','13956.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016866.0','1019233.0','1',    '1','1','1386.04',    '1','1','1386.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105130.0','1044800.0','8',    '6','3','21831.54',    '5','2','20741.57',    '4','2','1089.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016867.0','1019233.0','3',    '2','1','3290.18',    '2','1','2890.2',    '2','1','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105131.0','1044800.0','1',    '1','1','22722.41',    '1','1','18324.61',    '1','1','4397.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016868.0','1019233.0','8',    '8','7','17764.61',    '8','7','17364.63',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105132.0','1044800.0','9',    '8','7','24879.79',    '8','7','24072.83',    '4','3','806.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016869.0','1019233.0','182',    '168','145','258776.62',    '165','137','242518.5',    '103','39','16258.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105133.0','1044800.0','93',    '67','41','128342.49',    '63','39','125399.62',    '33','9','2942.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016870.0','1019233.0','6',    '4','3','8444.04',    '4','2','8244.05',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105134.0','1044800.0','16',    '6','4','10434.58',    '6','4','10434.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016871.0','1019233.0','77',    '70','58','95126.2',    '68','57','88445.43',    '47','18','6680.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105135.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016872.0','1019233.0','12',    '10','7','25692.37',    '8','7','25692.37',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105136.0','1044800.0','115',    '93','73','99739.3',    '93','71','96957.77',    '51','14','2781.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016873.0','1019233.0','17',    '12','9','36612.67',    '11','9','36352.67',    '3','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105137.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016874.0','1019233.0','7',    '6','5','18769.98',    '6','5','18769.98',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105138.0','1044800.0','13',    '10','9','27340.65',    '10','9','26096.24',    '9','4','1244.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016875.0','1019233.0','8',    '8','7','10350.28',    '8','7','10350.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105139.0','1044800.0','24',    '23','20','29823.5',    '22','19','27824.11',    '13','7','1999.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016876.0','1019233.0','4',    '4','4','10755.12',    '4','4','10755.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105140.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016877.0','1019233.0','66',    '53','42','48895.74',    '52','40','45251.89',    '35','9','3643.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105141.0','1044800.0','46',    '43','36','134169.62',    '43','33','123532.3',    '22','6','10637.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016878.0','1019233.0','14',    '12','5','4451.24',    '12','3','3728.06',    '9','2','723.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105142.0','1044800.0','14',    '10','5','10727.5',    '10','5','9627.52',    '8','1','1099.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016879.0','1019233.0','10',    '8','8','23193.84',    '8','8','22410.38',    '6','2','783.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105143.0','1044800.0','33',    '27','22','90427.09',    '25','20','85461.06',    '18','7','4966.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016880.0','1019233.0','78',    '71','47','80090.48',    '69','46','76352.69',    '41','10','3737.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105144.0','1044800.0','3',    '3','2','891.35',    '3','2','891.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005859.0','1019233.0','7',    '7','5','15020.14',    '7','5','12936.36',    '3','2','2083.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094123.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016881.0','1019233.0','7',    '6','5','10358.01',    '6','5','10358.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105145.0','1044800.0','71',    '63','52','135495.88',    '60','48','126901.1',    '37','11','8594.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016882.0','1019233.0','17',    '16','9','20878.15',    '15','9','18778.23',    '9','3','2099.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105146.0','1044800.0','47',    '42','21','23112.79',    '38','14','17330.52',    '28','10','5782.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016883.0','1019233.0','7',    '5','5','8589.31',    '5','4','5749.92',    '5','4','2839.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105147.0','1044800.0','160',    '139','110','253132.25',    '135','104','229837.53',    '88','25','23294.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016884.0','1019233.0','2',    '2','2','11114.06',    '2','2','10714.08',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105148.0','1044800.0','104',    '92','57','122209.29',    '91','57','117999.38',    '40','11','4209.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016885.0','1019233.0','7',    '4','3','3425.2',    '4','3','3425.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105149.0','1044800.0','8',    '8','6','16992.48',    '8','6','16422.5',    '4','2','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016886.0','1019233.0','17',    '16','10','19311.66',    '16','10','18911.68',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105150.0','1044800.0','2',    '2','1','1805.4',    '2','1','1805.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016887.0','1019233.0','7',    '7','4','6772.62',    '7','3','5536.31',    '3','1','1236.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105151.0','1044800.0','50',    '41','23','51006.91',    '39','20','34872.14',    '38','11','16134.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016888.0','1019233.0','12',    '10','4','4420.5',    '8','4','3393.4',    '7','1','1027.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105152.0','1044800.0','9',    '7','3','5528.78',    '5','2','5328.79',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016889.0','1019233.0','2',    '2','1','3548.5',    '2','1','3548.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105153.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016890.0','1019233.0','10',    '9','7','13627.9',    '9','7','13427.91',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105154.0','1044800.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016891.0','1019233.0','44',    '39','33','68920.85',    '38','29','64253.31',    '26','12','4667.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105155.0','1044800.0','3',    '3','2','2044.14',    '3','2','2044.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016892.0','1019233.0','15',    '13','7','53908.01',    '13','7','53708.02',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105156.0','1044800.0','10',    '9','7','30523.47',    '9','7','30153.48',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016893.0','1019233.0','24',    '22','19','42822.76',    '22','19','41176.42',    '12','4','1646.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105157.0','1044800.0','35',    '27','21','69473.3',    '27','21','65098.82',    '15','6','4374.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016894.0','1019233.0','2',    '1','1','2219.55',    '1','1','2219.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105158.0','1044800.0','1',    '1','1','455.16',    '1','1','455.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016895.0','1019233.0','23',    '20','13','113647.52',    '20','13','104468.0',    '11','3','9179.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105159.0','1044800.0','27',    '25','19','20474.95',    '25','17','19414.49',    '16','3','1060.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016896.0','1019233.0','12',    '10','8','19257.59',    '10','8','19257.59',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105160.0','1044800.0','58',    '50','41','108724.85',    '50','39','100267.49',    '27','15','8457.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016897.0','1019233.0','74',    '65','42','152569.39',    '57','37','134359.05',    '34','18','18210.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105161.0','1044800.0','20',    '18','14','41391.71',    '18','14','41391.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016898.0','1019233.0','18',    '18','13','21047.86',    '18','13','16549.98',    '10','2','4497.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105162.0','1044800.0','1',    '1','1','5404.2',    '1','1','5204.21',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016899.0','1019233.0','9',    '9','6','6893.24',    '9','6','6893.24',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105163.0','1044800.0','9',    '7','5','13408.16',    '7','5','13208.17',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016900.0','1019233.0','16',    '14','12','39473.69',    '14','12','39273.7',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105164.0','1044800.0','7',    '4','2','8984.41',    '4','1','7994.43',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016901.0','1019233.0','4',    '4','3','1456.86',    '4','3','1456.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105165.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016902.0','1019233.0','32',    '29','15','14915.89',    '29','13','12019.66',    '15','4','2896.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105166.0','1044800.0','10',    '10','7','12401.44',    '10','6','11271.47',    '6','2','1129.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016903.0','1019233.0','11',    '8','7','11537.34',    '8','7','11302.34',    '5','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105167.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016904.0','1019233.0','1',    '1','1','501.7',    '1','1','501.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105168.0','1044800.0','124',    '98','81','269513.14',    '96','78','262499.64',    '46','19','7013.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016905.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105169.0','1044800.0','34',    '24','12','27438.23',    '23','12','27438.23',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016906.0','1019233.0','46',    '38','34','68246.96',    '38','34','67381.89',    '19','3','865.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105170.0','1044800.0','17',    '9','6','32714.75',    '9','6','31896.27',    '6','1','818.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016907.0','1019233.0','3',    '3','2','3978.91',    '3','2','3978.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105171.0','1044800.0','9',    '6','5','7244.34',    '6','5','7244.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016908.0','1019233.0','4',    '3','3','2894.41',    '3','3','2894.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105172.0','1044800.0','9',    '7','5','17637.36',    '6','5','17142.36',    '2','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016909.0','1019233.0','22',    '21','16','31880.12',    '21','14','29035.43',    '14','4','2844.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105173.0','1044800.0','125',    '111','84','190214.14',    '108','81','181748.41',    '79','23','8465.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016910.0','1019233.0','7',    '6','3','4941.25',    '6','3','4941.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105174.0','1044800.0','11',    '9','8','10269.31',    '9','7','9411.73',    '4','1','857.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016911.0','1019233.0','130',    '107','60','94707.6',    '104','55','79602.36',    '74','22','15105.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105175.0','1044800.0','8',    '7','5','9527.73',    '7','5','9527.73',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016912.0','1019233.0','2',    '2','2','9014.91',    '2','1','8758.85',    '1','1','256.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105176.0','1044800.0','11',    '7','6','24753.81',    '7','6','24553.82',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016913.0','1019233.0','13',    '12','7','15508.02',    '12','7','15308.03',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105177.0','1044800.0','3',    '2','2','1336.28',    '2','2','1336.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016914.0','1019233.0','4',    '2','1','1506.23',    '2','1','1506.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105178.0','1044800.0','1',    '1','1','1818.42',    '1','1','1818.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016915.0','1019233.0','4',    '3','2','15554.79',    '3','2','15554.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105179.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016916.0','1019233.0','3',    '2','1','2889.22',    '2','1','2654.22',    '2','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105180.0','1044800.0','378',    '356','313','592290.94',    '349','298','549830.36',    '229','98','42460.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016917.0','1019233.0','1',    '1','1','742.2',    '1','1','742.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105181.0','1044800.0','54',    '50','35','98261.54',    '46','32','86853.74',    '25','8','11407.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016918.0','1019233.0','10',    '10','8','37807.48',    '10','8','37607.49',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105182.0','1044800.0','34',    '29','21','97336.69',    '28','19','91335.81',    '13','5','6000.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016919.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105183.0','1044800.0','34',    '32','24','43404.29',    '31','23','41451.16',    '15','6','1953.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016920.0','1019233.0','14',    '14','12','44181.15',    '14','11','42941.18',    '8','2','1239.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105184.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016921.0','1019233.0','1',    '1','1','4484.73',    '1','1','4484.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105185.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016922.0','1019233.0','4',    '3','2','2761.14',    '3','2','2761.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105186.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016923.0','1019233.0','15',    '12','12','27656.04',    '12','12','27656.04',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105187.0','1044800.0','59',    '44','26','46898.44',    '42','23','43486.44',    '25','9','3412.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016924.0','1019233.0','287',    '275','139','188308.04',    '269','106','170576.67',    '185','51','17731.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105188.0','1044800.0','1',    '1','1','4701.53',    '1','1','3711.55',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016925.0','1019233.0','36',    '33','28','67034.16',    '32','27','57560.79',    '19','9','9473.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105189.0','1044800.0','119',    '103','83','192172.07',    '102','82','188003.77',    '46','14','4168.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016926.0','1019233.0','28',    '25','18','41327.74',    '25','18','38867.82',    '13','6','2459.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105190.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016927.0','1019233.0','7',    '6','4','16473.89',    '6','4','16473.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105191.0','1044800.0','27',    '22','18','43223.74',    '22','18','42653.76',    '10','2','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016928.0','1019233.0','12',    '10','7','20078.18',    '10','7','19659.66',    '4','1','418.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105192.0','1044800.0','1',    '1','1','473.14',    '1','1','473.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016929.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105193.0','1044800.0','11',    '10','10','47340.51',    '10','10','47140.52',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016930.0','1019233.0','83',    '79','66','145447.1',    '78','63','138120.81',    '48','17','7326.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105194.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016931.0','1019233.0','8',    '7','7','13990.12',    '7','7','13990.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105195.0','1044800.0','2',    '1','1','28800.0',    '1','1','28430.02',    '1','1','369.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016932.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105196.0','1044800.0','39',    '37','35','80841.17',    '37','34','78785.77',    '26','9','2055.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016933.0','1019233.0','10',    '9','8','26581.93',    '9','7','25021.97',    '6','2','1559.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105197.0','1044800.0','20',    '18','8','14234.98',    '18','8','14034.99',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016934.0','1019233.0','1',    '1','1','2454.12',    '1','1','2454.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105198.0','1044800.0','10',    '10','6','7731.72',    '10','6','7731.72',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016935.0','1019233.0','3',    '3','1','845.17',    '3','1','845.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105199.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016936.0','1019233.0','7',    '6','1','2664.48',    '5','1','2126.0',    '6','1','538.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105200.0','1044800.0','8',    '6','3','12299.24',    '6','3','12299.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016937.0','1019233.0','1',    '1','1','3582.1',    '1','1','3582.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105201.0','1044800.0','4',    '3','3','13329.19',    '3','3','13329.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016938.0','1019233.0','3',    '1','1','1371.87',    '1','1','1371.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105202.0','1044800.0','18',    '17','11','12961.02',    '16','11','12961.02',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016939.0','1019233.0','82',    '71','55','207179.27',    '69','50','193265.59',    '38','16','13913.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105203.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016940.0','1019233.0','1',    '1','1','1026.68',    '1','1','1026.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105204.0','1044800.0','11',    '7','5','11868.75',    '7','5','11868.75',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016941.0','1019233.0','216',    '203','166','234118.08',    '195','145','198160.52',    '132','64','35957.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105205.0','1044800.0','63',    '62','44','96726.55',    '62','39','83721.86',    '50','21','13004.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016942.0','1019233.0','41',    '40','19','46942.78',    '39','18','45712.82',    '20','5','1229.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105206.0','1044800.0','2420',    '2298','1425','2657973.6',    '2223','1087','2072601.4',    '1767','781','585372.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016943.0','1019233.0','27',    '27','20','28584.39',    '26','17','25338.48',    '20','7','3245.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105207.0','1044800.0','22',    '21','13','50845.28',    '21','13','45237.23',    '16','6','5608.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016944.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105208.0','1044800.0','10',    '9','7','26114.51',    '9','7','26114.51',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016945.0','1019233.0','6',    '6','5','34651.58',    '6','5','33832.59',    '4','1','818.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105209.0','1044800.0','64',    '62','44','74919.11',    '58','41','68743.6',    '48','19','6175.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016946.0','1019233.0','150',    '119','100','641272.67',    '119','99','617972.52',    '54','18','23300.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105210.0','1044800.0','346',    '323','226','402846.5',    '308','204','370295.78',    '226','73','32550.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016947.0','1019233.0','4',    '4','4','9187.14',    '4','4','8987.15',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105211.0','1044800.0','11',    '11','9','38703.41',    '11','9','26692.34',    '9','5','12011.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016948.0','1019233.0','59',    '51','40','61868.93',    '51','38','57370.15',    '31','13','4498.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105212.0','1044800.0','41',    '25','13','24687.16',    '24','11','23898.68',    '19','3','788.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2006034.0','1019233.0','7',    '5','5','37582.33',    '5','5','37582.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094298.0','1044800.0','1',    '1','1','622.08',    '1','1','622.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006971.0','1019233.0','8',    '5','1','50.49',    '4','1','50.49',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095235.0','1044800.0','2',    '2','1','293.24',    '2','1','293.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016949.0','1019233.0','6',    '5','3','7312.12',    '4','2','2312.12',    '4','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105213.0','1044800.0','1821',    '1730','652','844795.13',    '1633','401','657267.28',    '1447','391','187527.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016950.0','1019233.0','53',    '39','28','98282.57',    '38','27','97087.61',    '12','5','1194.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105214.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016951.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105215.0','1044800.0','8',    '4','3','19665.26',    '4','3','19665.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016952.0','1019233.0','20',    '18','8','33623.96',    '18','7','32170.51',    '11','4','1453.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105216.0','1044800.0','133',    '130','84','168232.95',    '126','75','161918.52',    '87','21','6314.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016953.0','1019233.0','3',    '3','3','27935.53',    '3','3','26295.58',    '3','2','1639.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105217.0','1044800.0','13',    '13','6','5741.41',    '12','4','5281.42',    '8','2','459.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016954.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105218.0','1044800.0','347',    '213','185','1150564.01',    '210','184','1046216.76',    '130','45','104347.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016955.0','1019233.0','10',    '9','5','45288.92',    '9','5','44355.74',    '7','1','933.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105219.0','1044800.0','1',    '1','1','797.4',    '1','1','797.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016956.0','1019233.0','117',    '109','78','182439.05',    '104','70','160525.18',    '76','37','21913.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105220.0','1044800.0','395',    '366','242','370048.63',    '353','196','306064.39',    '264','107','63984.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016957.0','1019233.0','1',    '1','1','519.99',    '1','0','0.0',    '1','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105221.0','1044800.0','2',    '2','2','1291.6',    '2','2','1291.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016958.0','1019233.0','2',    '1','1','4109.1',    '1','1','4109.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105222.0','1044800.0','402',    '279','240','1384736.78',    '269','234','1160663.66',    '178','74','224073.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016959.0','1019233.0','182',    '161','140','480086.54',    '161','133','455002.38',    '99','32','25084.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105223.0','1044800.0','7',    '5','3','2047.39',    '5','3','2047.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016960.0','1019233.0','26',    '21','13','68806.55',    '20','12','62721.45',    '8','3','6085.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105224.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016961.0','1019233.0','46',    '43','25','62685.04',    '42','25','62042.63',    '19','2','642.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105225.0','1044800.0','45',    '29','21','85362.37',    '29','21','84762.4',    '15','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016962.0','1019233.0','105',    '71','36','88007.39',    '70','34','86162.43',    '38','6','1844.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105226.0','1044800.0','68',    '50','37','121853.85',    '49','36','120570.47',    '21','5','1283.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016963.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105227.0','1044800.0','39',    '34','27','46338.2',    '34','27','43676.28',    '16','5','2661.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016964.0','1019233.0','59',    '54','40','95007.17',    '54','38','90915.28',    '39','12','4091.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105228.0','1044800.0','29',    '29','25','59267.36',    '29','22','53396.55',    '20','12','5870.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016965.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105229.0','1044800.0','3',    '3','2','3589.91',    '3','2','3389.92',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016966.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105230.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016967.0','1019233.0','3',    '2','1','275.15',    '2','1','275.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105231.0','1044800.0','13',    '10','9','14381.96',    '10','9','14121.96',    '4','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016968.0','1019233.0','1',    '1','1','1226.93',    '1','1','1226.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105232.0','1044800.0','35',    '34','23','42132.96',    '33','20','39249.19',    '28','9','2883.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016969.0','1019233.0','65',    '63','36','61342.7',    '63','34','55618.96',    '35','11','5723.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105233.0','1044800.0','76',    '73','56','96856.86',    '72','52','89053.06',    '52','18','7803.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016970.0','1019233.0','85',    '76','45','159126.71',    '75','44','156536.81',    '46','9','2589.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105234.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016971.0','1019233.0','75',    '39','22','77394.03',    '39','21','72523.14',    '22','7','4870.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105235.0','1044800.0','17',    '14','12','46419.41',    '14','10','45787.68',    '8','3','631.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016972.0','1019233.0','3',    '3','1','5015.5',    '3','1','5015.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105236.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016973.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105237.0','1044800.0','5',    '5','4','15272.43',    '4','4','15272.43',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016974.0','1019233.0','35',    '11','7','39278.21',    '11','7','37888.25',    '6','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105238.0','1044800.0','2',    '2','1','482.51',    '2','1','482.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006026.0','1019233.0','3',    '1','1','1454.99',    '1','1','1454.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094290.0','1044800.0','1',    '1','1','406.24',    '1','1','406.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016975.0','1019233.0','49',    '44','37','148047.23',    '43','36','129160.34',    '20','11','18886.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105239.0','1044800.0','65',    '53','42','157691.06',    '51','40','151662.59',    '29','7','6028.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016976.0','1019233.0','1',    '1','1','167.56',    '1','1','167.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105240.0','1044800.0','10',    '10','8','10078.41',    '8','8','9678.43',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016977.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105241.0','1044800.0','6',    '3','2','2573.96',    '3','1','2373.97',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016978.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105242.0','1044800.0','14',    '13','7','20633.39',    '12','7','19221.44',    '7','2','1411.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016979.0','1019233.0','4',    '4','3','3975.11',    '4','3','3975.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105243.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016980.0','1019233.0','3',    '2','1','126.69',    '2','1','126.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105244.0','1044800.0','44',    '34','31','100572.42',    '34','31','100202.44',    '8','2','369.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016981.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105245.0','1044800.0','9',    '8','6','29016.68',    '8','6','28616.7',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016982.0','1019233.0','369',    '364','206','271750.05',    '339','118','187054.18',    '298','133','84695.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105246.0','1044800.0','17',    '16','11','20328.38',    '13','9','14644.19',    '12','6','5684.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016983.0','1019233.0','21',    '17','16','36847.53',    '17','16','34754.54',    '13','4','2092.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105247.0','1044800.0','1',    '1','1','13483.52',    '1','1','13483.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016984.0','1019233.0','87',    '86','64','135607.8',    '83','56','128176.95',    '57','19','7430.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105248.0','1044800.0','32',    '22','14','127576.88',    '18','14','117781.11',    '14','3','9795.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016985.0','1019233.0','39',    '37','19','33482.38',    '34','18','31797.92',    '22','6','1684.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105249.0','1044800.0','1',    '1','1','6062.44',    '1','1','6062.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016986.0','1019233.0','4',    '4','2','1238.11',    '4','2','1110.92',    '3','1','127.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105250.0','1044800.0','3',    '3','1','1038.47',    '3','1','1038.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016987.0','1019233.0','1',    '1','1','1853.93',    '1','1','1853.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105251.0','1044800.0','1',    '1','1','2302.16',    '1','1','2302.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016988.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105252.0','1044800.0','2',    '2','2','2493.16',    '2','2','2493.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016989.0','1019233.0','1',    '1','1','3675.36',    '1','1','3675.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105253.0','1044800.0','2',    '2','1','6191.86',    '2','1','6191.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016990.0','1019233.0','11',    '5','4','3963.41',    '5','2','2632.36',    '4','2','1331.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105254.0','1044800.0','268',    '249','145','325451.56',    '239','88','254488.46',    '221','95','70963.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016991.0','1019233.0','78',    '72','27','63185.4',    '65','17','47802.88',    '63','19','15382.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105255.0','1044800.0','837',    '803','373','595188.04',    '763','198','445138.4',    '660','244','150049.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016992.0','1019233.0','23',    '19','11','46036.19',    '18','10','44203.74',    '11','2','1832.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105256.0','1044800.0','3',    '3','3','2436.8',    '3','3','2436.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016993.0','1019233.0','95',    '80','56','201591.85',    '79','55','196224.96',    '32','8','5366.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105257.0','1044800.0','11',    '8','3','3878.4',    '8','3','3878.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016994.0','1019233.0','12',    '9','6','4813.63',    '8','6','4613.64',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105258.0','1044800.0','6',    '6','5','12934.07',    '6','5','12734.08',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016995.0','1019233.0','45',    '42','32','53112.86',    '42','31','51209.43',    '23','6','1903.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105259.0','1044800.0','26',    '25','14','24131.68',    '25','13','21761.13',    '19','6','2370.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2016996.0','1019233.0','44',    '42','26','55493.18',    '42','25','53524.73',    '24','7','1968.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105260.0','1044800.0','75',    '59','50','494810.86',    '58','49','397945.56',    '33','17','96865.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016997.0','1019233.0','313',    '283','251','1024381.74',    '277','245','977097.95',    '195','84','47283.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105261.0','1044800.0','2',    '2','1','609.12',    '2','1','609.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016998.0','1019233.0','211',    '149','115','442626.55',    '139','111','395775.66',    '100','36','46850.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105262.0','1044800.0','2',    '2','2','5812.6',    '2','2','5612.61',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2005944.0','1019233.0','132',    '117','82','216479.97',    '113','74','200556.0',    '63','15','15923.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094208.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2016999.0','1019233.0','2',    '2','1','559.2',    '2','1','559.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105263.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017000.0','1019233.0','17',    '14','9','7023.54',    '14','8','5933.54',    '9','3','1090.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105264.0','1044800.0','213',    '205','145','231147.83',    '201','135','214056.97',    '130','39','17090.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017001.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105265.0','1044800.0','20',    '18','16','19364.13',    '18','15','19164.14',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017002.0','1019233.0','7',    '6','6','6866.07',    '6','6','6666.08',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105266.0','1044800.0','194',    '176','140','386230.37',    '174','138','378378.6',    '75','20','7851.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017003.0','1019233.0','20',    '16','14','24575.97',    '15','13','24125.99',    '9','3','449.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105267.0','1044800.0','77',    '62','42','130660.81',    '62','40','121734.42',    '22','9','8926.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017004.0','1019233.0','105',    '101','85','306940.27',    '101','83','285040.83',    '63','31','21899.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105268.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017005.0','1019233.0','164',    '149','99','232958.36',    '144','96','218582.04',    '92','33','14376.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105269.0','1044800.0','2',    '2','1','1686.93',    '2','1','1686.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017006.0','1019233.0','88',    '70','52','223475.1',    '68','46','194143.19',    '45','20','29331.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105270.0','1044800.0','1',    '1','1','240.5',    '1','1','240.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017007.0','1019233.0','4',    '3','2','2344.8',    '3','2','2344.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105271.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017008.0','1019233.0','5',    '3','2','1247.78',    '3','1','1077.79',    '3','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105272.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017009.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105273.0','1044800.0','54',    '49','32','50105.76',    '46','25','44740.88',    '38','15','5364.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017010.0','1019233.0','5',    '4','3','6331.29',    '4','3','6331.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105274.0','1044800.0','16',    '12','11','40930.04',    '12','11','40435.04',    '4','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017011.0','1019233.0','2',    '2','1','1591.76',    '2','1','1591.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105275.0','1044800.0','8',    '6','4','13271.98',    '6','4','12801.99',    '3','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017012.0','1019233.0','160',    '144','97','151127.23',    '137','75','125982.74',    '96','45','25144.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105276.0','1044800.0','5',    '4','4','15976.98',    '4','4','15776.99',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017013.0','1019233.0','57',    '49','32','93130.35',    '46','29','87915.47',    '40','11','5214.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105277.0','1044800.0','14',    '13','9','15149.01',    '13','9','15149.01',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017014.0','1019233.0','24',    '22','15','28884.81',    '22','15','27540.29',    '12','2','1344.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105278.0','1044800.0','73',    '62','56','155792.66',    '62','56','148760.72',    '31','8','7031.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017015.0','1019233.0','1',    '1','1','916.92',    '1','1','916.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105279.0','1044800.0','3',    '3','3','19443.54',    '3','3','17826.11',    '2','1','1617.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017016.0','1019233.0','16',    '13','9','68299.65',    '13','9','56843.83',    '8','5','11455.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105280.0','1044800.0','31',    '26','9','5457.07',    '24','8','5257.08',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017017.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105281.0','1044800.0','18',    '18','15','23631.76',    '18','15','22831.8',    '10','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017018.0','1019233.0','3',    '3','2','6567.35',    '3','2','6567.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105282.0','1044800.0','27',    '23','12','20917.33',    '20','10','19947.37',    '16','3','969.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017019.0','1019233.0','4',    '4','3','2356.74',    '4','3','2356.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105283.0','1044800.0','7',    '4','4','5977.57',    '4','4','5977.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017020.0','1019233.0','4',    '2','2','3362.14',    '2','2','3362.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105284.0','1044800.0','121',    '92','80','397562.48',    '90','77','363062.04',    '40','18','34500.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017021.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105285.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017022.0','1019233.0','1',    '1','1','2583.96',    '1','1','2583.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105286.0','1044800.0','18',    '15','7','15787.0',    '14','7','15217.02',    '10','2','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017023.0','1019233.0','18',    '16','11','36498.45',    '16','11','36098.47',    '11','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105287.0','1044800.0','1',    '1','1','24661.27',    '1','1','24661.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017024.0','1019233.0','1',    '1','1','881.53',    '1','0','0.0',    '1','1','881.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105288.0','1044800.0','7',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017025.0','1019233.0','926',    '824','638','1499000.03',    '785','566','1339264.02',    '533','220','159736.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105289.0','1044800.0','3',    '3','3','6862.53',    '3','3','6862.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017026.0','1019233.0','2',    '2','1','880.44',    '2','1','880.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105290.0','1044800.0','19',    '17','7','18105.62',    '17','7','17375.63',    '6','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017027.0','1019233.0','25',    '23','19','95975.85',    '23','18','94881.85',    '9','3','1094.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105291.0','1044800.0','61',    '57','28','70721.62',    '55','23','63829.58',    '42','11','6892.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017028.0','1019233.0','242',    '186','134','268703.92',    '181','127','244495.47',    '122','35','24208.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105292.0','1044800.0','50',    '41','25','59968.09',    '41','23','49560.22',    '22','9','10407.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017029.0','1019233.0','3',    '3','2','5587.6',    '3','2','5587.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105293.0','1044800.0','19',    '14','9','13800.31',    '14','9','13411.3',    '6','2','389.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017030.0','1019233.0','47',    '40','24','28003.9',    '39','22','26391.96',    '16','3','1611.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105294.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017031.0','1019233.0','2',    '2','2','4641.02',    '2','2','4641.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105295.0','1044800.0','783',    '746','462','873862.4',    '694','274','659385.96',    '629','312','214476.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017032.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105296.0','1044800.0','1',    '1','1','3072.63',    '1','1','1679.18',    '1','1','1393.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017033.0','1019233.0','2',    '1','1','50.02',    '1','1','50.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105297.0','1044800.0','22',    '21','19','113496.88',    '21','17','94618.39',    '12','6','18878.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017034.0','1019233.0','2',    '2','2','4531.76',    '2','1','4061.77',    '2','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105298.0','1044800.0','98',    '84','59','121443.65',    '82','58','118495.82',    '41','6','2947.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017035.0','1019233.0','1',    '1','1','435.27',    '1','1','435.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105299.0','1044800.0','18',    '16','15','40336.68',    '16','15','40336.68',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017036.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105300.0','1044800.0','1',    '1','1','1260.25',    '1','1','765.25',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017037.0','1019233.0','8',    '7','4','2413.96',    '7','4','2413.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105301.0','1044800.0','30',    '29','26','118125.0',    '28','24','104899.34',    '18','11','13225.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017038.0','1019233.0','6',    '6','4','6414.57',    '6','4','6214.58',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105302.0','1044800.0','64',    '56','40','82537.21',    '54','40','79238.38',    '42','6','3298.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006014.0','1019233.0','2',    '2','1','1296.23',    '2','1','1096.24',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094278.0','1044800.0','1195',    '1076','898','2544519.09',    '1040','833','2310490.29',    '685','318','234028.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017039.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105303.0','1044800.0','4',    '3','3','4380.28',    '3','3','4380.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017040.0','1019233.0','71',    '59','24','33719.33',    '58','22','29765.18',    '33','8','3954.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105304.0','1044800.0','1',    '1','1','1654.02',    '1','1','1654.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017041.0','1019233.0','9',    '6','6','7785.69',    '6','6','7785.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105305.0','1044800.0','2',    '2','2','4707.35',    '2','2','4507.36',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017042.0','1019233.0','21',    '19','13','27621.9',    '18','13','25851.98',    '15','8','1769.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105306.0','1044800.0','10',    '7','4','9643.22',    '7','4','9643.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017043.0','1019233.0','98',    '94','80','171599.74',    '93','77','166345.17',    '55','18','5254.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105307.0','1044800.0','14',    '11','4','2120.26',    '9','1','1330.0',    '9','3','790.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017044.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105308.0','1044800.0','77',    '69','56','135337.92',    '66','50','122168.13',    '51','29','13169.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017045.0','1019233.0','10',    '8','8','43638.67',    '8','8','43468.68',    '4','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105309.0','1044800.0','6',    '6','3','22177.91',    '5','3','20842.46',    '4','1','1335.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017046.0','1019233.0','1',    '1','1','260.0',    '1','0','0.0',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105310.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017047.0','1019233.0','84',    '82','61','158062.44',    '81','60','147206.49',    '59','28','10855.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105311.0','1044800.0','65',    '56','47','161382.46',    '56','45','146848.42',    '34','18','14534.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017048.0','1019233.0','20',    '19','18','82932.89',    '18','18','80647.95',    '17','6','2284.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105312.0','1044800.0','9',    '9','6','4887.62',    '9','6','4887.62',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017049.0','1019233.0','2',    '1','1','870.4',    '1','1','870.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105313.0','1044800.0','1',    '1','1','1370.12',    '1','1','1370.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017050.0','1019233.0','7',    '6','5','8229.55',    '6','5','8029.56',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105314.0','1044800.0','21',    '19','13','67765.16',    '19','13','65438.22',    '7','4','2326.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017051.0','1019233.0','29',    '29','24','63304.63',    '28','24','61556.19',    '21','7','1748.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105315.0','1044800.0','3',    '3','2','997.51',    '3','2','997.51',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017052.0','1019233.0','37',    '33','23','36452.14',    '32','20','35252.2',    '22','6','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105316.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017053.0','1019233.0','46',    '41','35','86492.32',    '41','33','84248.6',    '26','7','2243.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105317.0','1044800.0','5',    '5','4','4923.21',    '5','4','4923.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017054.0','1019233.0','3',    '2','1','3502.08',    '2','1','3502.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105318.0','1044800.0','4',    '3','3','5252.93',    '3','3','4992.93',    '2','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017055.0','1019233.0','7',    '6','3','21563.43',    '6','3','20573.45',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105319.0','1044800.0','2471',    '2349','1291','1967484.62',    '2259','910','1513682.13',    '1857','707','453802.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017056.0','1019233.0','73',    '64','47','191325.43',    '57','40','155851.0',    '33','16','35474.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105320.0','1044800.0','6',    '6','5','35848.52',    '6','5','35848.52',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017057.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105321.0','1044800.0','2',    '1','1','2689.92',    '1','1','2689.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017058.0','1019233.0','1',    '1','1','167.22',    '1','1','167.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105322.0','1044800.0','105',    '91','60','169789.47',    '88','49','134796.35',    '59','27','34993.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017059.0','1019233.0','24',    '19','2','6000.0',    '16','0','0.0',    '13','2','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105323.0','1044800.0','5',    '5','3','4041.04',    '5','3','3841.05',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017060.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105324.0','1044800.0','2',    '2','2','2358.03',    '2','1','1676.52',    '2','2','681.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017061.0','1019233.0','3',    '3','3','29755.87',    '3','3','24316.66',    '1','1','5439.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105325.0','1044800.0','2',    '1','1','8434.19',    '1','1','8434.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017062.0','1019233.0','1',    '1','1','1462.64',    '1','1','1462.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105326.0','1044800.0','11',    '8','5','31518.68',    '8','4','30524.21',    '2','1','994.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017063.0','1019233.0','88',    '85','48','77467.91',    '84','46','74829.14',    '41','9','2638.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105327.0','1044800.0','6',    '6','5','11538.59',    '6','5','11338.6',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017064.0','1019233.0','173',    '168','133','252463.29',    '166','126','232746.62',    '110','48','19716.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105328.0','1044800.0','76',    '71','40','54972.08',    '69','27','38069.75',    '53','21','16902.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017065.0','1019233.0','3',    '2','1','3000.0',    '1','0','0.0',    '2','1','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105329.0','1044800.0','63',    '58','40','70843.77',    '57','35','66644.11',    '40','11','4199.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017066.0','1019233.0','10',    '9','1','119.13',    '9','1','119.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105330.0','1044800.0','9',    '7','4','10822.61',    '7','3','10122.62',    '4','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017067.0','1019233.0','64',    '59','32','97014.7',    '56','28','91279.37',    '36','9','5735.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105331.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017068.0','1019233.0','124',    '113','90','322990.26',    '112','84','299120.19',    '75','32','23870.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105332.0','1044800.0','2',    '1','1','200.75',    '1','1','200.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017069.0','1019233.0','270',    '238','191','1106780.44',    '236','185','1079407.07',    '114','42','27373.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105333.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017070.0','1019233.0','1',    '1','1','812.68',    '1','1','812.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105334.0','1044800.0','35',    '30','24','157532.34',    '29','23','144829.62',    '18','4','12702.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017071.0','1019233.0','10',    '9','7','20805.23',    '9','7','20097.76',    '7','2','707.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105335.0','1044800.0','2',    '2','2','3395.85',    '2','2','3395.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017072.0','1019233.0','6',    '5','1','1331.36',    '5','1','1331.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105336.0','1044800.0','1',    '1','1','239.21',    '1','1','239.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017073.0','1019233.0','13',    '12','1','661.04',    '12','1','661.04',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105337.0','1044800.0','1484',    '1419','653','905158.28',    '1344','360','625091.02',    '1182','423','280067.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017074.0','1019233.0','2',    '2','2','12034.16',    '2','2','12034.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105338.0','1044800.0','42',    '40','31','31546.66',    '40','28','29518.45',    '27','9','2028.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017075.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105339.0','1044800.0','24',    '16','12','41348.15',    '16','12','40191.4',    '6','2','1156.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017076.0','1019233.0','2',    '2','2','2297.1',    '2','2','2297.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105340.0','1044800.0','20',    '16','9','12713.65',    '16','7','8740.52',    '9','5','3973.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017077.0','1019233.0','2',    '2','1','154.84',    '2','1','154.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105341.0','1044800.0','194',    '136','95','382971.4',    '133','94','360034.05',    '75','20','22937.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017078.0','1019233.0','342',    '323','203','401891.09',    '314','187','336323.57',    '218','48','65567.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105342.0','1044800.0','44',    '37','7','4863.67',    '33','6','4622.91',    '27','1','240.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017079.0','1019233.0','15',    '15','11','39419.1',    '14','11','39419.1',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105343.0','1044800.0','1',    '1','1','973.68',    '1','1','973.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017080.0','1019233.0','198',    '187','152','449207.83',    '185','145','429361.66',    '130','55','19846.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105344.0','1044800.0','632',    '548','344','1277253.18',    '535','321','1141125.47',    '299','106','136127.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017081.0','1019233.0','39',    '39','30','62670.42',    '39','29','58378.08',    '30','10','4292.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105345.0','1044800.0','14',    '12','11','57428.66',    '12','11','57228.67',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017083.0','1019233.0','14',    '13','12','20809.71',    '13','12','19649.74',    '7','2','1159.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105347.0','1044800.0','6',    '6','3','6418.71',    '6','3','6418.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017084.0','1019233.0','46',    '38','18','61763.92',    '34','10','31525.01',    '25','13','30238.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105348.0','1044800.0','129',    '126','109','250835.85',    '124','107','236820.18',    '79','31','14015.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017085.0','1019233.0','59',    '53','45','96333.92',    '53','43','89302.56',    '33','10','7031.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105349.0','1044800.0','6',    '3','2','11843.1',    '3','2','11473.11',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2005865.0','1019233.0','222',    '211','160','306104.23',    '203','143','277025.71',    '142','58','29078.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094129.0','1044800.0','4',    '4','3','18547.53',    '4','3','18547.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017086.0','1019233.0','8',    '7','5','6008.94',    '7','4','5044.81',    '6','3','964.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105350.0','1044800.0','1',    '1','1','578.16',    '1','1','578.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017087.0','1019233.0','24',    '18','10','25024.03',    '18','10','24643.04',    '11','2','380.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105351.0','1044800.0','10',    '10','6','8977.54',    '8','6','6276.3',    '6','2','2701.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006052.0','1019233.0','103',    '96','72','97366.96',    '96','69','87064.41',    '63','23','10302.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094316.0','1044800.0','24',    '23','20','30305.64',    '23','17','27406.04',    '16','6','2899.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017088.0','1019233.0','149',    '144','108','227287.98',    '141','101','203060.13',    '85','35','24227.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105352.0','1044800.0','20',    '20','11','19746.38',    '19','10','18156.43',    '12','4','1589.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017089.0','1019233.0','69',    '62','49','94323.82',    '60','42','85712.01',    '50','21','8611.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105353.0','1044800.0','39',    '34','23','36670.23',    '34','19','31444.3',    '20','11','5225.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017090.0','1019233.0','32',    '27','16','30995.65',    '27','11','29610.21',    '19','6','1385.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105354.0','1044800.0','401',    '375','294','414516.94',    '369','278','384130.12',    '257','72','30386.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017091.0','1019233.0','1',    '1','1','1657.14',    '1','1','1657.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105355.0','1044800.0','1',    '1','1','3135.6',    '1','1','3135.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017092.0','1019233.0','357',    '280','213','559775.87',    '272','197','502473.73',    '155','58','57302.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105356.0','1044800.0','6',    '5','4','5571.41',    '4','2','5321.42',    '5','2','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017093.0','1019233.0','6',    '5','5','25649.7',    '5','5','20480.94',    '4','3','5168.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105357.0','1044800.0','111',    '72','46','144230.68',    '67','44','137996.27',    '50','10','6234.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017094.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105358.0','1044800.0','6',    '4','4','3968.92',    '4','4','3968.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017095.0','1019233.0','40',    '30','25','39609.45',    '30','24','39009.48',    '11','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105359.0','1044800.0','4',    '4','3','9728.04',    '4','3','8738.06',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017096.0','1019233.0','5',    '4','2','4871.7',    '4','2','4671.71',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105360.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017097.0','1019233.0','1',    '1','1','4387.74',    '1','1','4387.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105361.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017098.0','1019233.0','47',    '41','29','48525.4',    '40','29','46558.46',    '30','4','1966.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105362.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017099.0','1019233.0','135',    '123','86','191055.91',    '116','76','173423.62',    '80','28','17632.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105363.0','1044800.0','5',    '3','1','199.99',    '2','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017100.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105364.0','1044800.0','3',    '2','2','7670.02',    '2','2','7670.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017101.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105365.0','1044800.0','20',    '17','13','76198.58',    '16','11','58776.72',    '14','7','17421.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017102.0','1019233.0','273',    '256','120','193185.06',    '241','79','140353.99',    '187','69','52831.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105366.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017103.0','1019233.0','36',    '35','27','35859.26',    '34','24','32545.86',    '30','8','3313.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105367.0','1044800.0','9',    '8','7','100019.23',    '8','7','94490.23',    '7','2','5529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017104.0','1019233.0','1',    '1','1','114.43',    '1','0','0.0',    '1','1','114.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105368.0','1044800.0','16',    '9','6','7017.0',    '9','5','5644.65',    '6','2','1372.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017105.0','1019233.0','125',    '97','65','224242.35',    '96','62','205989.63',    '59','18','18252.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105369.0','1044800.0','2',    '1','1','743.96',    '1','1','743.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017106.0','1019233.0','34',    '25','21','66349.0',    '24','21','66349.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105370.0','1044800.0','11',    '11','7','10028.1',    '11','7','9828.11',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017107.0','1019233.0','23',    '22','17','62268.33',    '22','17','61578.37',    '18','4','689.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105371.0','1044800.0','334',    '308','59','98356.47',    '299','37','67220.93',    '135','31','31135.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017108.0','1019233.0','89',    '81','55','116855.06',    '77','48','99073.07',    '64','25','17781.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105372.0','1044800.0','1',    '1','1','983.88',    '1','1','983.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017109.0','1019233.0','7',    '5','2','1894.16',    '5','2','1894.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105373.0','1044800.0','1',    '1','1','942.37',    '1','1','942.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2005966.0','1019233.0','1',    '1','1','995.27',    '1','1','995.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2094230.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017110.0','1019233.0','351',    '330','162','237466.05',    '316','105','188126.02',    '270','95','49340.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105374.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017111.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105375.0','1044800.0','1',    '1','1','8126.17',    '1','1','7432.86',    '1','1','693.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017112.0','1019233.0','6',    '5','3','10097.86',    '5','3','10097.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105376.0','1044800.0','92',    '74','54','133110.69',    '74','54','129961.73',    '25','4','3148.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017113.0','1019233.0','1',    '1','1','844.36',    '1','1','844.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105377.0','1044800.0','29',    '28','13','32095.53',    '27','12','30529.83',    '14','4','1565.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017114.0','1019233.0','7',    '5','5','9697.57',    '5','5','9553.92',    '3','1','143.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105378.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017115.0','1019233.0','40',    '30','18','73670.66',    '27','18','73070.69',    '16','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105379.0','1044800.0','20',    '19','2','1361.75',    '18','2','1361.75',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017116.0','1019233.0','32',    '30','19','16348.92',    '30','18','15748.95',    '16','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105380.0','1044800.0','2',    '2','2','7058.98',    '2','2','5577.68',    '1','1','1481.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017117.0','1019233.0','45',    '41','31','63351.53',    '39','28','56494.08',    '29','10','6857.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105381.0','1044800.0','27',    '24','2','2237.05',    '23','2','2237.05',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017118.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105382.0','1044800.0','7',    '6','5','11720.54',    '6','4','11320.56',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017119.0','1019233.0','1',    '1','1','2181.52',    '1','1','1921.52',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105383.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017120.0','1019233.0','1',    '1','1','17767.68',    '1','1','17767.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105384.0','1044800.0','6',    '6','3','4612.47',    '6','3','4412.48',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017121.0','1019233.0','719',    '692','224','338585.76',    '643','104','251438.82',    '596','158','87146.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105385.0','1044800.0','80',    '70','10','17774.96',    '70','10','15821.94',    '46','1','1953.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017122.0','1019233.0','272',    '256','175','412280.01',    '255','168','393695.05',    '156','49','18584.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105386.0','1044800.0','29',    '28','3','9129.94',    '28','3','9129.94',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017123.0','1019233.0','30',    '26','22','37236.09',    '26','20','34459.57',    '18','6','2776.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105387.0','1044800.0','104',    '93','60','178756.77',    '91','42','125393.2',    '66','34','53363.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017124.0','1019233.0','10',    '9','3','1410.04',    '9','3','1410.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105388.0','1044800.0','10',    '10','8','16991.76',    '9','6','15787.15',    '6','2','1204.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017125.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105389.0','1044800.0','17',    '15','11','37667.41',    '15','10','37267.43',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017126.0','1019233.0','6',    '5','2','3463.59',    '5','2','3463.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105390.0','1044800.0','8',    '8','6','17889.12',    '7','3','16029.16',    '4','3','1859.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017127.0','1019233.0','4',    '2','1','15447.71',    '2','1','15447.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105391.0','1044800.0','50',    '39','29','99500.67',    '39','28','93444.43',    '23','6','6056.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017128.0','1019233.0','10',    '9','0','0.0',    '9','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105392.0','1044800.0','12',    '12','6','26449.46',    '12','6','21963.05',    '8','2','4486.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017129.0','1019233.0','24',    '19','12','44423.46',    '17','12','42973.41',    '12','3','1450.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105393.0','1044800.0','211',    '185','132','235843.39',    '181','119','219916.12',    '126','49','15927.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017130.0','1019233.0','2',    '2','2','2634.9',    '2','2','2634.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105394.0','1044800.0','4',    '4','3','4088.04',    '4','3','4088.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017131.0','1019233.0','1',    '1','1','524.19',    '1','1','524.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105395.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017132.0','1019233.0','109',    '85','57','135874.0',    '85','52','123440.93',    '61','20','12433.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105396.0','1044800.0','2',    '2','2','6264.84',    '2','2','6064.85',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017133.0','1019233.0','2',    '2','2','7101.66',    '2','2','7101.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105397.0','1044800.0','33',    '27','2','2170.47',    '26','1','1083.94',    '18','2','1086.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017134.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105398.0','1044800.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017135.0','1019233.0','135',    '133','115','296805.57',    '133','109','282467.78',    '90','42','14337.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105399.0','1044800.0','2797',    '2664','1571','2400231.68',    '2548','1069','1830154.52',    '2103','928','570077.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017136.0','1019233.0','87',    '80','39','110294.46',    '74','30','95317.53',    '61','23','14976.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105400.0','1044800.0','15',    '13','9','33853.08',    '12','8','31059.11',    '9','4','2793.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017137.0','1019233.0','21',    '18','16','38585.58',    '18','16','38385.59',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105401.0','1044800.0','23',    '22','19','24120.91',    '22','17','22214.56',    '16','5','1906.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017138.0','1019233.0','11',    '11','10','16651.44',    '11','10','16251.96',    '8','2','399.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105402.0','1044800.0','70',    '65','48','47734.55',    '65','42','43787.99',    '47','14','3946.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017139.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105403.0','1044800.0','399',    '381','222','404230.03',    '360','179','340324.09',    '288','105','63905.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017140.0','1019233.0','18',    '14','5','17814.13',    '13','5','17614.14',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105404.0','1044800.0','14',    '13','11','15307.01',    '13','11','14307.06',    '11','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017141.0','1019233.0','1',    '1','1','2497.84',    '1','1','2497.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105405.0','1044800.0','1',    '1','1','19102.81',    '1','1','19102.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017142.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105406.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017143.0','1019233.0','5',    '5','3','4292.01',    '4','3','4292.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105407.0','1044800.0','4',    '2','1','2782.78',    '2','1','2582.79',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017144.0','1019233.0','159',    '109','74','238567.85',    '107','72','228767.02',    '39','16','9800.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105408.0','1044800.0','15',    '13','10','42020.73',    '13','8','36496.59',    '7','3','5524.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017145.0','1019233.0','12',    '10','4','38730.62',    '10','4','38730.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105409.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017146.0','1019233.0','18',    '17','10','7219.51',    '17','9','5842.06',    '9','1','1377.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105410.0','1044800.0','3',    '2','2','1284.39',    '2','2','1284.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017147.0','1019233.0','15',    '13','2','1257.13',    '13','2','1257.13',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105411.0','1044800.0','6',    '6','1','270.72',    '6','1','270.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017148.0','1019233.0','28',    '21','19','45409.66',    '21','19','45263.71',    '9','1','145.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105412.0','1044800.0','43',    '36','25','130296.41',    '35','24','127296.35',    '13','3','3000.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017149.0','1019233.0','88',    '71','55','232428.45',    '68','53','220389.48',    '49','15','12038.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105413.0','1044800.0','1',    '1','1','577.38',    '1','1','577.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017150.0','1019233.0','1',    '1','1','1713.97',    '1','1','1590.0',    '1','1','123.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105414.0','1044800.0','11',    '8','6','33685.59',    '8','6','33685.59',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017151.0','1019233.0','28',    '24','13','19399.78',    '22','13','16929.2',    '10','4','2470.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105415.0','1044800.0','9',    '7','6','13756.15',    '7','6','13499.57',    '4','1','256.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017152.0','1019233.0','9',    '8','2','785.82',    '7','2','785.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105416.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017153.0','1019233.0','2',    '2','2','3231.68',    '2','2','3231.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105417.0','1044800.0','125',    '118','8','23533.62',    '109','7','19291.69',    '94','3','4241.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017154.0','1019233.0','1',    '1','1','1893.18',    '1','1','1893.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105418.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017155.0','1019233.0','7',    '6','1','8139.78',    '6','1','8139.78',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105419.0','1044800.0','2',    '2','1','1404.29',    '2','1','1404.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017156.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105420.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017157.0','1019233.0','1',    '1','1','1248.8',    '1','1','1248.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105421.0','1044800.0','1',    '1','1','825.15',    '1','1','825.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017158.0','1019233.0','1',    '1','1','4530.18',    '1','1','4530.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105422.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017159.0','1019233.0','5',    '5','1','5627.59',    '5','1','5427.6',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105423.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017160.0','1019233.0','25',    '21','2','4438.66',    '20','2','3957.14',    '17','1','481.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105424.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017161.0','1019233.0','15',    '10','2','8161.51',    '10','2','8161.51',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105425.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017162.0','1019233.0','4',    '4','2','3294.24',    '4','2','3294.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105426.0','1044800.0','4',    '3','3','12033.96',    '3','3','12033.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017163.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105427.0','1044800.0','1',    '1','1','1982.18',    '1','1','482.18',    '1','1','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017164.0','1019233.0','1',    '1','1','159.84',    '1','1','159.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105428.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017165.0','1019233.0','34',    '33','24','35114.37',    '32','23','33540.82',    '17','3','1573.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105429.0','1044800.0','50',    '46','3','1722.71',    '40','3','1722.71',    '26','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017166.0','1019233.0','8',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105430.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017167.0','1019233.0','131',    '119','21','27158.25',    '117','15','23029.73',    '45','6','4128.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105431.0','1044800.0','19',    '18','14','35851.21',    '18','13','34648.22',    '8','1','1202.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017168.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105432.0','1044800.0','30',    '28','3','3632.66',    '26','2','1762.67',    '9','2','1869.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017169.0','1019233.0','9',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105433.0','1044800.0','15',    '13','2','652.93',    '13','2','652.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017170.0','1019233.0','3',    '3','3','15972.6',    '3','3','15972.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105434.0','1044800.0','15',    '14','1','1803.61',    '13','1','1803.61',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017171.0','1019233.0','4',    '3','2','7610.75',    '3','2','7610.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105435.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017172.0','1019233.0','3',    '3','1','794.31',    '2','1','794.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105436.0','1044800.0','32',    '30','21','135792.29',    '30','21','134542.31',    '11','2','1249.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017173.0','1019233.0','119',    '106','84','611495.86',    '105','83','547498.04',    '49','21','63997.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105437.0','1044800.0','1',    '1','1','2254.52',    '1','1','2254.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017174.0','1019233.0','1',    '1','1','2002.02',    '1','1','2002.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105438.0','1044800.0','3',    '3','2','4568.19',    '3','2','4568.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017175.0','1019233.0','28',    '26','1','637.93',    '24','1','637.93',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105439.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017176.0','1019233.0','16',    '15','8','23280.72',    '15','8','15522.44',    '12','1','7758.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105440.0','1044800.0','3',    '3','2','6263.44',    '3','2','5195.97',    '2','2','1067.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017177.0','1019233.0','108',    '101','8','18250.95',    '100','5','7358.35',    '41','4','10892.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105441.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017178.0','1019233.0','2',    '2','2','7745.43',    '2','2','7745.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105442.0','1044800.0','2',    '2','1','466.57',    '2','1','466.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017179.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105443.0','1044800.0','9',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017180.0','1019233.0','28',    '25','13','12717.87',    '25','13','12717.87',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105444.0','1044800.0','22',    '21','6','12916.7',    '19','5','12001.7',    '16','3','915.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017181.0','1019233.0','6',    '6','1','515.31',    '5','1','515.31',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105445.0','1044800.0','3',    '3','1','427.02',    '2','1','427.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017182.0','1019233.0','1',    '1','1','3361.53',    '1','1','3361.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105446.0','1044800.0','7',    '7','5','11755.76',    '6','5','11755.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017183.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105447.0','1044800.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017184.0','1019233.0','2',    '2','1','1465.63',    '2','1','1465.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105448.0','1044800.0','164',    '152','103','322102.56',    '144','99','285779.79',    '109','36','36322.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017185.0','1019233.0','3',    '3','2','2689.72',    '3','2','2609.73',    '3','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105449.0','1044800.0','8',    '8','2','3192.72',    '8','2','3192.72',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017186.0','1019233.0','16',    '14','2','3414.43',    '13','2','3414.43',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105450.0','1044800.0','6',    '6','3','2832.1',    '6','3','2832.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017187.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105451.0','1044800.0','5',    '4','3','14130.98',    '4','2','2296.0',    '4','3','11834.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017188.0','1019233.0','2',    '2','1','2241.07',    '2','1','1911.08',    '1','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105452.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017189.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105453.0','1044800.0','13',    '11','11','57894.18',    '11','11','55247.39',    '4','2','2646.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017190.0','1019233.0','4',    '4','2','36405.01',    '4','2','21904.2',    '2','2','14500.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105454.0','1044800.0','9',    '4','2','448.5',    '4','2','448.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017191.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105455.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017192.0','1019233.0','31',    '26','12','64897.29',    '26','11','63965.94',    '12','1','931.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105456.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001467.0',    '2017193.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005956.0',    '2105457.0','1044800.0','1',    '1','1','1051.48',    '1','1','1051.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017194.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105458.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017195.0','1019233.0','3',    '3','1','7872.56',    '3','1','6882.58',    '1','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105459.0','1044800.0','23',    '21','4','9019.11',    '20','4','9019.11',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017196.0','1019233.0','2',    '2','1','260.0',    '1','0','0.0',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105460.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017197.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105461.0','1044800.0','11',    '9','5','55906.79',    '8','5','55036.19',    '5','1','870.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017198.0','1019233.0','7',    '6','4','6665.55',    '6','4','6010.56',    '5','1','654.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105462.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006954.0','1019233.0','25',    '16','11','34882.18',    '16','11','34442.1',    '8','1','440.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095218.0','1044800.0','1',    '1','1','2646.47',    '1','1','2646.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017199.0','1019233.0','2',    '2','1','545.8',    '2','1','545.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105463.0','1044800.0','2',    '1','1','1336.16',    '1','1','766.18',    '1','1','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017200.0','1019233.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105464.0','1044800.0','1',    '1','1','195.05',    '1','1','195.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017201.0','1019233.0','13',    '8','1','10088.96',    '8','1','10088.96',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105465.0','1044800.0','25',    '24','12','68656.6',    '24','9','60057.18',    '15','7','8599.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017202.0','1019233.0','1',    '1','1','5854.69',    '1','1','5854.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105466.0','1044800.0','2',    '2','1','195.05',    '2','1','195.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006989.0','1019233.0','1',    '1','1','1816.56',    '1','1','1816.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095253.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017203.0','1019233.0','7',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105467.0','1044800.0','5',    '4','1','9625.66',    '4','1','9625.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017204.0','1019233.0','8',    '5','3','1200.12',    '5','3','1200.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105468.0','1044800.0','6',    '6','5','13361.61',    '5','4','12561.65',    '5','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017205.0','1019233.0','9',    '5','2','1587.39',    '5','2','1587.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105469.0','1044800.0','6',    '6','4','7425.87',    '4','4','7100.88',    '4','1','324.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017206.0','1019233.0','14',    '14','4','5304.77',    '14','4','5304.77',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105470.0','1044800.0','16',    '6','5','23551.7',    '6','5','20189.66',    '3','2','3362.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017207.0','1019233.0','16',    '14','11','53896.36',    '13','11','49355.59',    '8','4','4540.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105471.0','1044800.0','8',    '8','2','1496.04',    '6','2','1496.04',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017208.0','1019233.0','7',    '7','4','3464.83',    '7','4','3464.83',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105472.0','1044800.0','7',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017209.0','1019233.0','25',    '24','6','9677.91',    '24','6','8177.91',    '8','1','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105473.0','1044800.0','5',    '5','1','199.99',    '5','0','0.0',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017210.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105474.0','1044800.0','2',    '2','2','2094.29',    '2','2','1574.3',    '2','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017211.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105475.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006989.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095253.0','1044800.0','33',    '20','4','2301.92',    '18','3','2101.93',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017212.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105476.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017213.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105477.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017214.0','1019233.0','17',    '16','11','32558.76',    '15','11','32558.76',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105478.0','1044800.0','15',    '14','13','61343.88',    '14','11','58247.98',    '13','7','3095.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017215.0','1019233.0','54',    '50','40','177861.5',    '49','40','168728.72',    '26','5','9132.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105479.0','1044800.0','28',    '26','19','69463.38',    '24','18','68883.38',    '19','1','580.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017216.0','1019233.0','5',    '5','4','44951.76',    '5','4','44441.57',    '5','2','510.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105480.0','1044800.0','1',    '1','1','7906.74',    '1','1','7369.31',    '1','1','537.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017217.0','1019233.0','9',    '8','4','18033.99',    '8','4','18033.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105481.0','1044800.0','18',    '13','13','185045.99',    '13','13','172605.2',    '5','2','12440.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017218.0','1019233.0','4',    '4','4','4992.14',    '4','4','4992.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105482.0','1044800.0','3',    '1','1','2263.31',    '1','1','1680.0',    '1','1','583.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017219.0','1019233.0','32',    '8','6','76445.56',    '7','6','68094.46',    '5','2','8351.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105483.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017220.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105484.0','1044800.0','15',    '13','11','84465.17',    '13','11','84140.18',    '7','1','324.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017221.0','1019233.0','6',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105485.0','1044800.0','138',    '131','104','304214.12',    '128','99','269970.07',    '77','34','34244.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017222.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105486.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017223.0','1019233.0','48',    '34','27','221528.08',    '32','26','193888.47',    '22','9','27639.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105487.0','1044800.0','1',    '1','1','1154.14',    '1','1','1154.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017224.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105488.0','1044800.0','7',    '4','3','8672.44',    '4','2','7312.47',    '2','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017225.0','1019233.0','1',    '1','1','240.55',    '1','1','240.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105489.0','1044800.0','367',    '323','254','1071485.77',    '319','244','864515.04',    '219','85','206970.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017226.0','1019233.0','9',    '5','2','4067.58',    '5','2','4067.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105490.0','1044800.0','50',    '48','2','1173.57',    '46','1','1003.58',    '14','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017227.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105491.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017228.0','1019233.0','200',    '188','26','22204.04',    '187','17','13155.37',    '100','13','9048.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105492.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017229.0','1019233.0','6',    '6','5','7740.22',    '6','5','7740.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105493.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017230.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105494.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017231.0','1019233.0','1',    '1','1','400.45',    '1','1','400.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105495.0','1044800.0','7',    '7','4','2960.3',    '7','3','2760.31',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017232.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105496.0','1044800.0','3',    '3','3','6203.06',    '3','2','5911.41',    '3','1','291.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017233.0','1019233.0','2',    '2','2','1273.85',    '2','2','1273.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105497.0','1044800.0','4',    '3','1','199.99',    '3','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017234.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105498.0','1044800.0','10',    '9','1','158.84',    '9','1','158.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017235.0','1019233.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105499.0','1044800.0','14',    '11','10','44961.28',    '11','10','39789.84',    '5','3','5171.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017236.0','1019233.0','53',    '24','10','12304.9',    '23','9','12104.91',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105500.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017237.0','1019233.0','7',    '7','7','41839.11',    '7','7','41369.12',    '4','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105501.0','1044800.0','7',    '7','5','8044.55',    '7','5','7198.1',    '4','2','846.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017238.0','1019233.0','1',    '1','1','894.61',    '1','1','894.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105502.0','1044800.0','6',    '6','1','15297.81',    '6','1','8359.03',    '4','1','6938.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017239.0','1019233.0','2',    '2','2','3079.2',    '2','2','3079.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105503.0','1044800.0','16',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017240.0','1019233.0','2',    '2','2','2965.68',    '2','2','2965.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105504.0','1044800.0','1',    '1','1','7364.46',    '1','1','7364.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017241.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105505.0','1044800.0','4',    '3','3','78827.06',    '3','3','75334.9',    '2','1','3492.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017242.0','1019233.0','13',    '10','7','42563.0',    '9','6','42393.01',    '8','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105506.0','1044800.0','2',    '2','1','476.39',    '2','1','476.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017243.0','1019233.0','163',    '129','111','1446421.45',    '124','111','1323001.62',    '82','30','123419.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105507.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017244.0','1019233.0','37',    '34','28','142569.71',    '34','25','121458.22',    '18','9','21111.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105508.0','1044800.0','1',    '1','1','1895.65',    '1','1','1895.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017245.0','1019233.0','96',    '58','43','435601.26',    '54','43','426916.8',    '29','7','8684.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105509.0','1044800.0','12',    '8','8','26474.0',    '8','8','25566.12',    '4','1','907.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006949.0','1019233.0','2',    '1','1','844.74',    '1','1','844.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095213.0','1044800.0','7',    '7','4','37180.47',    '7','4','25842.22',    '5','3','11338.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017246.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105510.0','1044800.0','4',    '3','2','1704.96',    '3','2','1704.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017247.0','1019233.0','1',    '1','1','5773.4',    '1','1','5773.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105511.0','1044800.0','9',    '5','2','5218.34',    '4','2','5218.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017248.0','1019233.0','6',    '5','4','37442.47',    '5','3','35411.47',    '4','2','2031.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105512.0','1044800.0','74',    '51','39','222589.42',    '51','39','206850.82',    '24','8','15738.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017249.0','1019233.0','8',    '7','1','5718.64',    '7','1','5718.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105513.0','1044800.0','2',    '2','1','398.34',    '2','1','398.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017250.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105514.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017251.0','1019233.0','20',    '18','16','71939.4',    '18','14','61045.51',    '13','10','10893.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105515.0','1044800.0','2',    '2','1','2534.18',    '1','1','2534.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017252.0','1019233.0','38',    '33','26','110816.38',    '33','26','107495.32',    '13','2','3321.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105516.0','1044800.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017253.0','1019233.0','16',    '14','7','24884.67',    '14','6','22891.58',    '9','3','1993.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105517.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017254.0','1019233.0','23',    '17','11','31617.6',    '16','11','24817.76',    '12','7','6799.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105518.0','1044800.0','17',    '15','13','44658.9',    '15','12','42797.95',    '10','2','1860.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017255.0','1019233.0','2',    '2','2','1181.51',    '2','0','0.0',    '2','2','1181.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105519.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017256.0','1019233.0','5',    '5','3','4312.28',    '4','3','3686.23',    '3','2','626.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105520.0','1044800.0','1',    '1','1','50.07',    '1','1','50.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017257.0','1019233.0','1',    '1','1','369.99',    '1','0','0.0',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105521.0','1044800.0','11',    '9','3','5075.53',    '9','3','5075.53',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006997.0','1019233.0','14',    '12','3','3005.55',    '10','3','2805.56',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095261.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017258.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105522.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017259.0','1019233.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105523.0','1044800.0','20',    '18','13','44702.93',    '18','13','43336.8',    '10','2','1366.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006992.0','1019233.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095256.0','1044800.0','2',    '2','2','2248.99',    '2','2','2248.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017260.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105524.0','1044800.0','7',    '6','3','4346.09',    '6','3','4346.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017261.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105525.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017262.0','1019233.0','3',    '3','1','3672.68',    '2','1','3672.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105526.0','1044800.0','9',    '3','1','16991.58',    '3','1','16111.58',    '3','1','880.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017263.0','1019233.0','150',    '103','61','113729.63',    '93','58','97881.39',    '65','21','15848.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105527.0','1044800.0','4',    '3','3','17089.24',    '3','3','17089.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017264.0','1019233.0','1',    '1','1','5811.27',    '1','1','5811.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105528.0','1044800.0','6',    '6','5','32191.85',    '6','5','31991.86',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017265.0','1019233.0','4',    '3','2','937.29',    '3','2','937.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105529.0','1044800.0','55',    '35','29','265923.75',    '35','29','252933.37',    '19','3','12990.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017266.0','1019233.0','7',    '7','7','103888.2',    '7','6','95182.14',    '3','3','8706.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105530.0','1044800.0','5',    '4','2','6069.14',    '4','2','6069.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017267.0','1019233.0','16',    '16','11','82291.7',    '16','11','71058.78',    '5','2','11232.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105531.0','1044800.0','8',    '5','3','54989.37',    '5','3','53224.2',    '3','1','1765.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017268.0','1019233.0','26',    '23','18','60610.5',    '23','18','59505.52',    '17','4','1104.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105532.0','1044800.0','1',    '1','1','371.92',    '1','1','371.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017269.0','1019233.0','5',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105533.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017270.0','1019233.0','1',    '1','1','440.98',    '1','1','440.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105534.0','1044800.0','1',    '1','1','5633.09',    '1','1','5633.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017271.0','1019233.0','2',    '2','2','4001.05',    '2','2','4001.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105535.0','1044800.0','3',    '2','1','6037.16',    '2','1','5047.18',    '2','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017272.0','1019233.0','2',    '2','2','4263.69',    '2','2','1265.77',    '2','2','2997.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105536.0','1044800.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017273.0','1019233.0','122',    '105','93','269190.19',    '102','90','251480.3',    '67','16','17709.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105537.0','1044800.0','3',    '2','1','662.29',    '2','1','662.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017274.0','1019233.0','1',    '1','1','872.41',    '1','1','872.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105538.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017275.0','1019233.0','67',    '41','18','56896.89',    '39','16','53650.54',    '21','5','3246.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105539.0','1044800.0','9',    '8','7','71102.79',    '7','6','63952.79',    '5','1','7150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017276.0','1019233.0','18',    '14','10','35047.61',    '14','9','33113.15',    '8','2','1934.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105540.0','1044800.0','2',    '2','1','80.11',    '2','1','80.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017277.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105541.0','1044800.0','14',    '4','4','8631.48',    '4','3','1389.38',    '3','2','7242.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017278.0','1019233.0','3',    '3','3','8749.85',    '3','3','8749.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105542.0','1044800.0','2',    '2','1','5921.57',    '1','1','5921.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017279.0','1019233.0','9',    '8','1','169.99',    '8','0','0.0',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105543.0','1044800.0','7',    '7','2','971.18',    '7','1','821.68',    '1','1','149.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017280.0','1019233.0','9',    '5','4','4323.24',    '5','3','4063.24',    '2','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105544.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017281.0','1019233.0','7',    '7','7','20172.38',    '7','7','19637.38',    '4','1','535.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105545.0','1044800.0','12',    '11','1','2094.01',    '11','1','2094.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017282.0','1019233.0','49',    '37','34','217647.29',    '36','34','186273.44',    '22','7','31373.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105546.0','1044800.0','32',    '26','24','68512.67',    '26','22','64316.29',    '15','6','4196.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017283.0','1019233.0','6',    '5','5','35836.68',    '5','4','30255.3',    '5','3','5581.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105547.0','1044800.0','3',    '3','2','1662.58',    '3','2','1662.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017284.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105548.0','1044800.0','6',    '2','1','376.52',    '2','1','376.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017285.0','1019233.0','4',    '4','3','3792.5',    '4','3','3792.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105549.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017286.0','1019233.0','1',    '1','1','6805.72',    '1','1','6805.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105550.0','1044800.0','8',    '7','6','12226.08',    '7','6','12226.08',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017287.0','1019233.0','1',    '1','1','824.66',    '1','1','824.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105551.0','1044800.0','2',    '2','2','40930.34',    '2','2','31191.0',    '2','1','9739.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017288.0','1019233.0','7',    '5','2','503.58',    '5','2','503.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105552.0','1044800.0','1',    '1','1','549.68',    '1','1','549.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017289.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105553.0','1044800.0','106',    '83','73','492323.14',    '82','73','447998.18',    '43','21','44324.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017290.0','1019233.0','3',    '2','1','4484.92',    '2','1','4484.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105554.0','1044800.0','1',    '1','1','447.52',    '1','1','447.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017291.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105555.0','1044800.0','10',    '10','4','12420.28',    '9','4','12420.28',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017292.0','1019233.0','5',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105556.0','1044800.0','10',    '9','3','7642.2',    '9','3','7642.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017293.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105557.0','1044800.0','30',    '29','17','65385.98',    '27','16','58499.46',    '20','4','6886.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017294.0','1019233.0','10',    '9','4','2499.15',    '9','2','1424.17',    '5','2','1074.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105558.0','1044800.0','206',    '167','146','1508127.53',    '166','145','1353204.53',    '94','43','154923.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017295.0','1019233.0','26',    '14','9','14186.94',    '14','9','13541.91',    '5','2','645.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105559.0','1044800.0','1',    '1','1','9939.49',    '1','1','9939.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017296.0','1019233.0','2',    '2','2','4947.49',    '2','2','4947.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105560.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017297.0','1019233.0','5',    '3','3','10441.31',    '3','3','6493.79',    '2','2','3947.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105561.0','1044800.0','4',    '4','3','52381.04',    '4','3','35379.75',    '3','2','17001.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017298.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105562.0','1044800.0','1',    '1','1','1993.62',    '1','1','1993.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017299.0','1019233.0','3',    '3','2','7334.02',    '3','2','7334.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105563.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006930.0','1019233.0','4',    '4','2','3398.46',    '4','1','2848.46',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095194.0','1044800.0','236',    '208','65','155340.64',    '205','56','131119.73',    '102','21','24220.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017300.0','1019233.0','888',    '849','330','888618.12',    '829','279','753351.52',    '487','140','135266.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105564.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017301.0','1019233.0','4619',    '4411','1740','4750999.34',    '4340','1456','3990235.64',    '2722','769','760763.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105565.0','1044800.0','689',    '660','340','1286295.88',    '651','280','1041450.36',    '438','185','244845.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017302.0','1019233.0','2',    '2','2','10663.51',    '2','2','8334.57',    '2','1','2328.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105566.0','1044800.0','185',    '177','107','523352.64',    '174','97','415078.6',    '123','54','108274.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017303.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105567.0','1044800.0','31',    '30','12','14492.58',    '30','10','12794.61',    '19','5','1697.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017304.0','1019233.0','2',    '2','1','572.0',    '2','1','572.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105568.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001655.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089919.0','1044800.0','91',    '51','31','140527.15',    '51','30','128795.32',    '28','5','11731.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017305.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105569.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017306.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105570.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017307.0','1019233.0','780',    '757','330','863344.91',    '749','291','694272.62',    '436','135','169072.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105571.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017308.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105572.0','1044800.0','5',    '5','4','25924.64',    '5','4','24803.29',    '3','1','1121.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017309.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105573.0','1044800.0','332',    '317','162','307340.41',    '310','136','255000.47',    '212','67','52339.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017310.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105574.0','1044800.0','697',    '660','168','305944.34',    '651','143','271111.94',    '337','64','34832.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017311.0','1019233.0','113',    '106','23','47429.03',    '105','22','43661.86',    '51','7','3767.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105575.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017312.0','1019233.0','6',    '6','1','1398.47',    '6','1','1398.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105576.0','1044800.0','4',    '4','1','6958.96',    '3','1','6958.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017313.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105577.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017314.0','1019233.0','95',    '89','29','41275.58',    '89','21','34038.62',    '60','13','7236.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105578.0','1044800.0','125',    '117','24','83685.22',    '115','17','78624.45',    '54','9','5060.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017315.0','1019233.0','4',    '4','2','1899.79',    '3','1','1729.8',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105579.0','1044800.0','1',    '1','1','2210.85',    '1','1','1470.0',    '1','1','740.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017316.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105580.0','1044800.0','187',    '170','31','106353.24',    '159','27','94461.7',    '83','8','11891.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017317.0','1019233.0','12',    '10','6','24951.83',    '10','6','23761.86',    '8','1','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105581.0','1044800.0','3',    '2','1','3029.73',    '2','1','3029.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017318.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105582.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017319.0','1019233.0','1',    '1','1','775.36',    '1','1','775.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105583.0','1044800.0','1',    '1','1','15521.34',    '1','1','14958.77',    '1','1','562.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017320.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105584.0','1044800.0','232',    '217','33','104916.81',    '213','25','94151.23',    '81','13','10765.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017321.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105585.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017322.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105586.0','1044800.0','290',    '268','79','235732.53',    '255','48','189594.22',    '198','50','46138.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017323.0','1019233.0','16',    '14','5','10760.56',    '13','4','7806.17',    '8','4','2954.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105587.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017324.0','1019233.0','77',    '71','29','51223.46',    '67','27','46898.72',    '45','5','4324.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105588.0','1044800.0','213',    '196','104','636927.78',    '191','96','593614.6',    '118','41','43313.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006934.0','1019233.0','10',    '10','3','2649.21',    '9','3','2649.21',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095198.0','1044800.0','2',    '2','1','367.97',    '2','1','367.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017325.0','1019233.0','21',    '17','3','7972.63',    '14','1','1632.0',    '6','2','6340.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105589.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017326.0','1019233.0','13',    '11','2','3608.89',    '10','2','3608.89',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105590.0','1044800.0','5',    '5','3','8427.45',    '4','3','8427.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017327.0','1019233.0','45',    '42','29','201956.46',    '39','29','187272.02',    '32','11','14684.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105591.0','1044800.0','54',    '34','8','20935.61',    '32','6','20037.03',    '16','3','898.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017328.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105592.0','1044800.0','2',    '2','2','21114.99',    '2','2','18939.55',    '1','1','2175.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017329.0','1019233.0','22',    '22','18','40742.04',    '21','18','36580.47',    '16','4','4161.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105593.0','1044800.0','1',    '1','1','54.84',    '1','1','54.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017330.0','1019233.0','42',    '35','31','159141.19',    '34','31','143579.62',    '19','7','15561.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105594.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017331.0','1019233.0','33',    '19','1','139.99',    '19','0','0.0',    '9','1','139.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105595.0','1044800.0','13',    '10','6','9985.13',    '10','5','7605.19',    '7','3','2379.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017332.0','1019233.0','21',    '11','7','39272.72',    '11','7','39272.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105596.0','1044800.0','8',    '7','6','9611.0',    '7','6','9611.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017333.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105597.0','1044800.0','1',    '1','1','8215.91',    '1','1','7307.92',    '1','1','907.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017334.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105598.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017335.0','1019233.0','40',    '34','13','26285.79',    '34','13','25472.54',    '21','1','813.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105599.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017336.0','1019233.0','8',    '8','6','6556.75',    '8','6','5550.96',    '6','2','1005.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105600.0','1044800.0','10',    '9','4','5999.05',    '9','4','5269.06',    '8','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017337.0','1019233.0','25',    '20','5','11503.3',    '20','1','3673.32',    '10','5','7829.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105601.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017338.0','1019233.0','110',    '108','45','152007.56',    '108','37','130054.64',    '70','26','21952.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105602.0','1044800.0','189',    '184','52','106670.94',    '183','42','94543.36',    '86','19','12127.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017339.0','1019233.0','1',    '1','1','469.99',    '1','0','0.0',    '1','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105603.0','1044800.0','1',    '1','1','2160.55',    '1','1','1957.24',    '1','1','203.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017340.0','1019233.0','350',    '341','135','363519.08',    '337','112','308250.04',    '208','63','55269.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105604.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017341.0','1019233.0','7',    '7','5','14917.07',    '7','5','14917.07',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105605.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017342.0','1019233.0','25',    '22','13','37983.19',    '20','12','34554.22',    '17','4','3428.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105606.0','1044800.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017343.0','1019233.0','146',    '119','34','61513.44',    '101','12','47912.0',    '72','26','13601.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105607.0','1044800.0','118',    '98','22','48496.29',    '93','18','43885.07',    '49','8','4611.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017344.0','1019233.0','17',    '15','3','15632.34',    '14','2','15462.35',    '7','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105608.0','1044800.0','23',    '21','3','23843.92',    '21','3','19960.86',    '10','1','3883.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017345.0','1019233.0','25',    '22','5','4862.79',    '21','1','248.25',    '14','4','4614.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105609.0','1044800.0','4',    '3','2','8456.06',    '3','2','8456.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017346.0','1019233.0','425',    '394','79','254626.1',    '382','67','194313.61',    '223','35','60312.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105610.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017347.0','1019233.0','6',    '3','2','1924.73',    '2','0','0.0',    '2','2','1924.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105611.0','1044800.0','5',    '3','3','25844.08',    '3','3','25844.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017348.0','1019233.0','9',    '7','6','8592.11',    '7','6','8592.11',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105612.0','1044800.0','81',    '47','31','99132.31',    '45','30','96125.07',    '25','7','3007.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017349.0','1019233.0','1',    '1','1','199.0',    '1','1','199.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105613.0','1044800.0','16',    '9','8','46535.69',    '9','6','46050.71',    '5','3','484.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017350.0','1019233.0','44',    '29','20','98793.07',    '29','20','88249.17',    '14','8','10543.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105614.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017351.0','1019233.0','1',    '1','1','4906.32',    '1','1','4906.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105615.0','1044800.0','1',    '1','1','4206.98',    '1','1','4206.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017352.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105616.0','1044800.0','47',    '38','24','85239.3',    '35','22','71876.15',    '24','8','13363.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017353.0','1019233.0','5',    '5','3','19255.37',    '5','3','19055.38',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105617.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017354.0','1019233.0','2',    '2','2','5499.97',    '2','2','5004.97',    '2','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105618.0','1044800.0','35',    '25','21','121743.76',    '24','20','107887.82',    '16','5','13855.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017355.0','1019233.0','3',    '3','1','2220.6',    '3','1','2220.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105619.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017356.0','1019233.0','699',    '657','128','204408.89',    '632','101','177574.09',    '314','50','26834.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105620.0','1044800.0','1',    '1','1','6540.16',    '1','1','5124.54',    '1','1','1415.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017357.0','1019233.0','44',    '17','8','44881.24',    '16','8','35348.03',    '12','3','9533.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105621.0','1044800.0','1',    '1','1','4242.16',    '1','1','4242.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006987.0','1019233.0','4',    '4','4','12541.34',    '4','4','12541.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095251.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017358.0','1019233.0','7',    '3','1','5782.29',    '3','1','2624.0',    '2','1','3158.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105622.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017359.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105623.0','1044800.0','94',    '83','46','185215.93',    '82','40','171618.11',    '31','16','13597.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017360.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105624.0','1044800.0','1',    '1','1','1182.53',    '1','1','1182.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017361.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105625.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017362.0','1019233.0','737',    '704','357','1488684.02',    '695','320','1258264.87',    '458','151','230419.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105626.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001821.0','1019233.0','2215',    '2147','783','2139671.86',    '2124','672','1766886.81',    '1270','336','372785.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090085.0','1044800.0','2',    '2','2','3277.0',    '2','2','3277.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017363.0','1019233.0','16',    '16','7','12405.42',    '16','6','12170.42',    '8','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105627.0','1044800.0','1',    '1','1','8521.04',    '1','1','8038.46',    '1','1','482.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017364.0','1019233.0','3',    '3','1','519.99',    '3','0','0.0',    '3','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105628.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017365.0','1019233.0','1',    '1','1','688.65',    '1','1','688.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105629.0','1044800.0','78',    '74','21','30093.26',    '73','14','23014.23',    '41','11','7079.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017366.0','1019233.0','1',    '1','1','971.2',    '1','1','971.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105630.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017367.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105631.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017368.0','1019233.0','2',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105632.0','1044800.0','100',    '96','23','44381.02',    '93','19','36057.53',    '40','10','8323.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001731.0','1019233.0','1',    '1','1','3988.09',    '1','1','3559.72',    '1','1','428.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089995.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017369.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105633.0','1044800.0','2',    '2','1','4132.21',    '2','1','4132.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006926.0','1019233.0','12',    '12','8','51277.69',    '12','7','50337.73',    '8','3','939.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095190.0','1044800.0','3660',    '3355','1112','2369349.14',    '3240','840','1890662.59',    '2027','531','478686.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017370.0','1019233.0','181',    '170','67','149163.36',    '169','53','119994.89',    '113','30','29168.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105634.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017371.0','1019233.0','2',    '2','1','1563.28',    '2','1','1563.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105635.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017372.0','1019233.0','3',    '2','1','9345.64',    '2','1','9046.64',    '1','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105636.0','1044800.0','7',    '7','3','12745.03',    '7','3','11104.83',    '4','1','1640.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017373.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105637.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017374.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105638.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017375.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105639.0','1044800.0','2',    '1','1','323.99',    '1','0','0.0',    '1','1','323.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017376.0','1019233.0','335',    '312','55','86027.17',    '309','47','73128.95',    '143','17','12898.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105640.0','1044800.0','1',    '1','1','9724.81',    '1','1','9724.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017377.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105641.0','1044800.0','2',    '2','2','28826.43',    '2','2','28626.44',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017378.0','1019233.0','1',    '1','1','2027.6',    '1','1','1827.61',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105642.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017379.0','1019233.0','8',    '6','2','1217.6',    '6','2','1217.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105643.0','1044800.0','27',    '21','17','87612.34',    '21','17','74632.06',    '11','5','12980.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006961.0','1019233.0','1',    '1','1','10094.12',    '1','1','10094.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095225.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017380.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105644.0','1044800.0','756',    '709','229','408503.62',    '694','198','357646.63',    '361','69','50856.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017381.0','1019233.0','2',    '2','2','1374.33',    '2','2','1374.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105645.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017382.0','1019233.0','19',    '16','10','43386.63',    '16','8','26756.1',    '10','4','16630.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105646.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017383.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105647.0','1044800.0','2',    '2','1','6680.16',    '2','1','6130.16',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017384.0','1019233.0','1',    '1','1','2510.95',    '1','1','2510.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105648.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017385.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105649.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017386.0','1019233.0','1',    '1','1','1977.9',    '1','1','1977.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105650.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017387.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105651.0','1044800.0','26',    '25','10','21395.03',    '25','9','19276.51',    '13','5','2118.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017388.0','1019233.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105652.0','1044800.0','1',    '1','1','1282.02',    '1','1','1282.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017389.0','1019233.0','181',    '179','23','23641.26',    '166','11','18160.32',    '132','15','5480.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105653.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017390.0','1019233.0','1',    '1','1','2996.85',    '1','1','1384.0',    '1','1','1612.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105654.0','1044800.0','12',    '11','1','3787.0',    '10','1','3787.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017391.0','1019233.0','144',    '126','24','28855.9',    '123','11','21443.2',    '73','16','7412.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105655.0','1044800.0','770',    '724','458','2390619.36',    '717','431','2306084.89',    '387','123','84534.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017392.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105656.0','1044800.0','84',    '76','19','59578.94',    '71','15','50474.65',    '35','8','9104.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017393.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105657.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017394.0','1019233.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105658.0','1044800.0','148',    '130','25','88082.49',    '122','19','81443.14',    '66','9','6639.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017395.0','1019233.0','5',    '4','2','8309.02',    '4','2','6431.69',    '4','1','1877.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105659.0','1044800.0','3',    '3','1','1175.66',    '2','1','1175.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001677.0','1019233.0','109',    '90','75','544417.22',    '90','74','503988.64',    '54','24','40428.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089941.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001843.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090107.0','1044800.0','33',    '23','18','35994.62',    '23','18','32816.01',    '16','3','3178.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017396.0','1019233.0','8',    '5','1','2895.89',    '5','1','2895.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105660.0','1044800.0','2498',    '2344','882','2945868.71',    '2274','701','2548852.31',    '1399','409','397016.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006974.0','1019233.0','6',    '5','4','10246.18',    '5','4','7783.05',    '4','2','2463.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095238.0','1044800.0','118',    '111','36','51571.93',    '110','31','42525.39',    '48','12','9046.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017397.0','1019233.0','17',    '16','8','13864.73',    '15','7','13453.45',    '11','2','411.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105661.0','1044800.0','649',    '615','231','459364.07',    '603','188','375664.2',    '325','98','83699.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017398.0','1019233.0','2029',    '1946','910','2277056.89',    '1917','798','1918602.27',    '1226','391','358454.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105662.0','1044800.0','7',    '7','1','24954.26',    '7','1','24954.26',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017399.0','1019233.0','637',    '605','160','275914.88',    '603','138','248078.47',    '306','52','27836.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105663.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017400.0','1019233.0','9',    '6','3','4051.89',    '6','2','1622.8',    '3','2','2429.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105664.0','1044800.0','18',    '13','11','36285.13',    '13','11','36285.13',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017401.0','1019233.0','399',    '353','128','633155.21',    '340','118','519212.14',    '234','62','113943.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105665.0','1044800.0','8',    '6','6','26086.64',    '6','6','26086.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017402.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105666.0','1044800.0','8',    '8','1','15345.9',    '7','1','15345.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017403.0','1019233.0','48',    '43','29','188279.24',    '42','28','185278.05',    '26','7','3001.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105667.0','1044800.0','1048',    '972','388','1235292.31',    '936','316','1018207.87',    '587','171','217084.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017404.0','1019233.0','6',    '3','1','151.04',    '3','1','151.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105668.0','1044800.0','2',    '2','1','1257.48',    '2','1','1257.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017405.0','1019233.0','4',    '2','2','9390.74',    '2','2','7774.48',    '2','1','1616.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105669.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017406.0','1019233.0','3',    '3','3','10607.74',    '3','3','10607.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105670.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017407.0','1019233.0','4',    '4','2','1491.76',    '4','2','1291.77',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105671.0','1044800.0','698',    '677','265','600526.65',    '674','231','528872.96',    '419','104','71653.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017408.0','1019233.0','3',    '3','3','13302.02',    '3','3','12802.02',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105672.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017409.0','1019233.0','23',    '21','18','110730.4',    '21','16','83852.68',    '18','12','26877.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105673.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017410.0','1019233.0','13',    '11','5','55729.9',    '11','4','42035.59',    '6','2','13694.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105674.0','1044800.0','38',    '36','10','40059.35',    '35','10','38779.36',    '20','2','1279.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017411.0','1019233.0','1',    '1','1','1345.15',    '1','1','1345.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105675.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001821.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090085.0','1044800.0','1',    '1','1','1155.9',    '1','1','1155.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017412.0','1019233.0','69',    '68','24','83264.21',    '67','23','77424.81',    '42','8','5839.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105676.0','1044800.0','142',    '102','75','359539.35',    '99','75','339315.5',    '59','17','20223.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001656.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089920.0','1044800.0','58',    '53','19','43004.61',    '53','18','40403.41',    '25','4','2601.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006899.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095163.0','1044800.0','209',    '179','37','55797.85',    '156','22','45623.77',    '102','17','10174.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017413.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105677.0','1044800.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017414.0','1019233.0','537',    '480','188','813911.39',    '439','129','665730.09',    '333','115','148181.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105678.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017415.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105679.0','1044800.0','34',    '22','14','13530.21',    '20','14','13440.22',    '12','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017416.0','1019233.0','1',    '1','1','390.17',    '1','1','390.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105680.0','1044800.0','1',    '1','1','2326.88',    '1','1','2326.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017417.0','1019233.0','63',    '54','12','30804.33',    '44','10','29704.36',    '31','2','1099.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105681.0','1044800.0','8',    '8','5','19017.68',    '8','3','15330.11',    '3','3','3687.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001792.0','1019233.0','19',    '16','15','98347.18',    '16','14','84616.96',    '9','8','13730.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090056.0','1044800.0','1237',    '1169','367','682222.43',    '1143','291','599391.48',    '659','138','82830.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017418.0','1019233.0','4',    '4','3','5131.47',    '4','1','4414.32',    '3','2','717.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105682.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017419.0','1019233.0','1',    '1','1','4000.0',    '0','0','0.0',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105683.0','1044800.0','1',    '1','1','2857.21',    '1','1','2857.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017420.0','1019233.0','6',    '6','2','5714.53',    '6','2','5714.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105684.0','1044800.0','25',    '21','15','21669.2',    '19','11','17533.62',    '11','5','4135.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017421.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105685.0','1044800.0','2',    '2','1','1255.99',    '2','1','1255.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017422.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105686.0','1044800.0','2',    '2','2','13836.85',    '2','2','13746.86',    '1','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017423.0','1019233.0','3',    '3','2','3180.88',    '3','2','2660.89',    '3','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105687.0','1044800.0','9',    '5','4','39504.88',    '4','4','39048.15',    '2','1','456.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017424.0','1019233.0','1',    '1','1','1241.5',    '1','1','1241.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105688.0','1044800.0','52',    '38','28','183554.81',    '38','28','158424.55',    '18','8','25130.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017425.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105689.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017426.0','1019233.0','826',    '783','394','1255661.55',    '775','352','1089419.84',    '510','159','166241.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105690.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017427.0','1019233.0','1',    '1','1','1292.78',    '1','1','1292.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105691.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017428.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105692.0','1044800.0','79',    '78','26','82406.28',    '78','22','65745.61',    '55','19','16660.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017429.0','1019233.0','34',    '33','9','10824.03',    '33','8','9894.36',    '14','3','929.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105693.0','1044800.0','1',    '1','1','4649.97',    '1','1','4649.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017430.0','1019233.0','1',    '1','1','192.75',    '1','1','192.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105694.0','1044800.0','15',    '15','5','14174.45',    '15','5','14174.45',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017431.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105695.0','1044800.0','18',    '14','5','3708.21',    '13','5','3708.21',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017432.0','1019233.0','371',    '357','143','328190.86',    '351','116','280365.41',    '236','64','47825.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105696.0','1044800.0','32',    '31','10','23367.22',    '29','9','22397.32',    '10','2','969.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001725.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089989.0','1044800.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017433.0','1019233.0','17',    '17','1','258.59',    '17','1','258.59',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105697.0','1044800.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017434.0','1019233.0','135',    '120','64','257427.1',    '118','50','208737.68',    '70','34','48689.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105698.0','1044800.0','5',    '5','1','652.5',    '5','1','652.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017435.0','1019233.0','27',    '25','2','10269.69',    '24','1','7870.14',    '16','2','2399.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105699.0','1044800.0','73',    '65','20','36148.83',    '57','12','27927.96',    '42','12','8220.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017436.0','1019233.0','3',    '3','2','3403.84',    '3','1','3153.84',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105700.0','1044800.0','19',    '14','10','31142.47',    '13','10','28558.31',    '11','2','2584.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017437.0','1019233.0','1',    '1','1','861.16',    '1','1','861.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105701.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006907.0','1019233.0','10',    '8','6','146774.21',    '8','6','142535.02',    '5','1','4239.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095171.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017438.0','1019233.0','1',    '1','1','1050.0',    '1','1','1050.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105702.0','1044800.0','1',    '1','1','260.0',    '1','0','0.0',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006916.0','1019233.0','5',    '5','5','16837.51',    '5','5','16837.51',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095180.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017439.0','1019233.0','19',    '17','14','28952.43',    '17','14','25638.12',    '11','4','3314.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105703.0','1044800.0','1',    '1','1','406.63',    '1','0','0.0',    '1','1','406.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001684.0','1019233.0','4',    '3','1','28800.0',    '3','1','28800.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089948.0','1044800.0','155',    '152','43','72967.18',    '152','35','61018.01',    '93','18','11949.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017440.0','1019233.0','27',    '18','17','196661.07',    '18','16','171029.28',    '15','6','25631.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105704.0','1044800.0','2071',    '1977','623','1583485.66',    '1950','535','1372181.5',    '1099','235','211304.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017441.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105705.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017442.0','1019233.0','21',    '15','14','96445.04',    '15','14','89454.42',    '7','2','6990.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105706.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017443.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105707.0','1044800.0','25',    '21','6','22200.01',    '21','5','20389.97',    '13','3','1810.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017444.0','1019233.0','1',    '1','1','310.99',    '1','1','310.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105708.0','1044800.0','50',    '44','6','13130.81',    '40','4','11163.06',    '31','3','1967.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017445.0','1019233.0','8',    '8','6','18879.05',    '8','6','17800.74',    '6','1','1078.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105709.0','1044800.0','202',    '173','129','394590.86',    '165','110','298361.12',    '132','79','96229.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017446.0','1019233.0','2',    '2','1','138.72',    '2','1','138.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105710.0','1044800.0','1',    '1','1','8142.94',    '1','1','8142.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017447.0','1019233.0','7',    '5','3','14946.18',    '5','3','14946.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105711.0','1044800.0','7',    '6','2','4128.56',    '6','2','4128.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017448.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105712.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017449.0','1019233.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105713.0','1044800.0','18',    '18','7','12317.76',    '18','5','10172.36',    '9','4','2145.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017450.0','1019233.0','6',    '4','3','12359.84',    '4','3','12359.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105714.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017451.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105715.0','1044800.0','1394',    '1332','654','1606439.65',    '1313','551','1337024.65',    '774','284','269415.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017452.0','1019233.0','1',    '1','1','2206.37',    '1','1','976.0',    '1','1','1230.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105716.0','1044800.0','1',    '1','1','1132.4',    '1','1','1132.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017453.0','1019233.0','45',    '42','5','8053.72',    '40','5','7754.72',    '14','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105717.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017454.0','1019233.0','205',    '201','106','311330.8',    '201','93','277240.57',    '132','46','34090.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105718.0','1044800.0','1',    '1','1','2098.82',    '1','1','1692.19',    '1','1','406.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017455.0','1019233.0','115',    '113','29','76082.21',    '111','23','65529.4',    '76','14','10552.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105719.0','1044800.0','1',    '1','1','2546.24',    '1','1','2546.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017456.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105720.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017457.0','1019233.0','36',    '32','13','64917.03',    '28','11','58375.71',    '15','3','6541.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105721.0','1044800.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017458.0','1019233.0','257',    '223','118','693649.4',    '209','105','619200.07',    '128','50','74449.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105722.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017459.0','1019233.0','470',    '419','133','343171.17',    '401','100','284381.87',    '220','62','58789.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105723.0','1044800.0','2',    '2','1','1157.34',    '2','1','1157.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017460.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105724.0','1044800.0','88',    '77','15','60758.07',    '70','13','48432.53',    '40','11','12325.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017461.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105725.0','1044800.0','13',    '10','4','4565.24',    '10','3','3182.66',    '5','2','1382.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017462.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105726.0','1044800.0','5',    '5','1','8304.93',    '5','1','6242.55',    '2','1','2062.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017463.0','1019233.0','1',    '1','1','1382.88',    '1','1','1382.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105727.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017464.0','1019233.0','1',    '1','1','5652.22',    '1','1','5652.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105728.0','1044800.0','5',    '2','1','125.0',    '2','0','0.0',    '1','1','125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017465.0','1019233.0','140',    '125','14','41078.72',    '119','12','38563.46',    '69','5','2515.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105729.0','1044800.0','96',    '65','29','75645.62',    '61','27','69458.07',    '35','9','6187.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017466.0','1019233.0','30',    '25','21','137381.28',    '23','21','117692.35',    '17','7','19688.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105730.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017467.0','1019233.0','7',    '7','2','6858.64',    '6','2','6858.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105731.0','1044800.0','3',    '3','1','132.67',    '3','1','132.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017468.0','1019233.0','1',    '1','1','2136.1',    '1','1','2136.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105732.0','1044800.0','1',    '1','1','15149.82',    '1','1','15149.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017469.0','1019233.0','170',    '137','102','496670.83',    '133','99','477678.98',    '82','15','18991.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105733.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007119.0','1019233.0','46',    '43','5','5158.25',    '43','3','4745.25',    '30','2','413.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095383.0','1044800.0','1326',    '1244','367','707849.62',    '1217','308','603087.1',    '657','132','104762.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007119.0','1019233.0','36',    '34','10','16101.38',    '34','8','13462.86',    '19','5','2638.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095383.0','1044800.0','95',    '88','33','57164.71',    '86','30','51979.56',    '52','10','5185.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017470.0','1019233.0','1618',    '1535','547','1460267.12',    '1514','461','1250197.61',    '886','242','210069.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105734.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017471.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105735.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006935.0','1019233.0','1',    '1','1','5790.21',    '1','1','4155.54',    '1','1','1634.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095199.0','1044800.0','1',    '1','1','735.0',    '1','1','735.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007000.0','1019233.0','8',    '6','2','9259.87',    '6','2','7741.0',    '5','2','1518.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095264.0','1044800.0','56',    '53','15','78286.7',    '53','14','73031.13',    '27','4','5255.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006951.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095215.0','1044800.0','3',    '2','1','553.52',    '2','1','553.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017472.0','1019233.0','87',    '73','8','9959.31',    '67','4','4905.57',    '34','5','5053.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105736.0','1044800.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017473.0','1019233.0','39',    '30','8','30852.17',    '29','6','29137.52',    '19','3','1714.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105737.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017474.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105738.0','1044800.0','20',    '17','6','11276.63',    '17','5','11076.64',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017475.0','1019233.0','14',    '14','6','10021.45',    '14','6','9746.87',    '6','1','274.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105739.0','1044800.0','6',    '6','2','1716.3',    '6','2','1716.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017476.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105740.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017477.0','1019233.0','2',    '2','2','6029.64',    '2','2','6029.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105741.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017478.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105742.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017479.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105743.0','1044800.0','40',    '27','15','42836.62',    '26','15','35946.0',    '19','2','6890.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017480.0','1019233.0','8',    '6','3','7509.22',    '6','3','7509.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105744.0','1044800.0','3',    '2','2','6220.46',    '2','2','4097.78',    '2','1','2122.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017481.0','1019233.0','84',    '53','43','285646.3',    '50','43','259289.42',    '33','9','26356.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105745.0','1044800.0','1',    '1','1','14340.45',    '1','1','10404.22',    '1','1','3936.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017482.0','1019233.0','20',    '19','15','21274.14',    '19','14','20797.37',    '11','1','476.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105746.0','1044800.0','1',    '1','1','659.99',    '1','0','0.0',    '1','1','659.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017483.0','1019233.0','16',    '12','5','52583.34',    '12','5','52076.61',    '2','1','506.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105747.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017484.0','1019233.0','8',    '8','6','37105.25',    '8','5','34908.56',    '4','1','2196.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105748.0','1044800.0','376',    '259','85','244872.69',    '246','75','196351.59',    '152','40','48521.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017485.0','1019233.0','5',    '5','4','28548.86',    '4','4','26409.7',    '3','2','2139.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105749.0','1044800.0','2',    '2','2','4627.56',    '2','1','4220.93',    '1','1','406.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017486.0','1019233.0','749',    '674','284','552899.55',    '655','233','428875.52',    '433','146','124024.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105750.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017487.0','1019233.0','1',    '1','1','4489.62',    '1','1','4489.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105751.0','1044800.0','1',    '1','1','299.0',    '1','0','0.0',    '1','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017488.0','1019233.0','1',    '1','1','124.97',    '1','1','124.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105752.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017489.0','1019233.0','1',    '1','1','6028.33',    '1','1','2099.72',    '1','1','3928.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105753.0','1044800.0','1',    '1','1','412.83',    '1','1','412.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017490.0','1019233.0','1',    '1','1','14214.17',    '1','1','13509.49',    '1','1','704.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105754.0','1044800.0','1',    '1','1','2694.24',    '1','1','2694.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017491.0','1019233.0','5',    '5','1','5974.95',    '4','1','5974.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105755.0','1044800.0','12',    '11','6','1783.69',    '11','6','1783.69',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017492.0','1019233.0','35',    '30','8','24788.43',    '30','6','23277.25',    '17','3','1511.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105756.0','1044800.0','52',    '40','9','20815.27',    '36','7','20055.3',    '17','3','759.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017493.0','1019233.0','331',    '290','106','419557.46',    '266','79','379520.24',    '195','49','40037.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105757.0','1044800.0','289',    '267','78','312765.86',    '255','66','285538.56',    '162','25','27227.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017494.0','1019233.0','89',    '86','13','21228.62',    '82','12','20821.44',    '38','1','407.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105758.0','1044800.0','26',    '23','3','7181.93',    '20','3','7181.93',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017495.0','1019233.0','1',    '1','1','14181.2',    '1','1','14181.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105759.0','1044800.0','3',    '2','1','892.57',    '2','1','892.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017496.0','1019233.0','13',    '9','3','3133.26',    '7','3','1893.28',    '5','1','1239.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105760.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017497.0','1019233.0','2',    '2','1','17696.86',    '2','1','17696.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105761.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017498.0','1019233.0','2',    '2','2','2623.3',    '2','2','2623.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105762.0','1044800.0','3',    '2','1','5378.24',    '2','1','5378.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017499.0','1019233.0','14',    '11','5','61470.55',    '10','5','55026.15',    '8','2','6444.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105763.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017500.0','1019233.0','1',    '1','1','1989.06',    '1','1','1989.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105764.0','1044800.0','446',    '412','85','357096.17',    '393','68','317173.73',    '235','34','39922.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017501.0','1019233.0','4',    '4','3','21820.61',    '4','3','20668.81',    '2','1','1151.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105765.0','1044800.0','1',    '1','1','14174.97',    '1','1','14174.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017502.0','1019233.0','3',    '2','2','2614.53',    '2','2','2614.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105766.0','1044800.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017503.0','1019233.0','23',    '22','14','40938.43',    '21','12','39412.84',    '13','3','1525.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105767.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017504.0','1019233.0','1',    '1','1','2195.25',    '1','1','1382.0',    '1','1','813.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105768.0','1044800.0','2',    '2','1','6500.0',    '1','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017505.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105769.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017506.0','1019233.0','418',    '363','98','191772.03',    '356','85','157116.46',    '151','36','34655.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105770.0','1044800.0','8',    '7','3','4679.13',    '7','2','2085.18',    '7','2','2593.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017507.0','1019233.0','492',    '464','201','485222.54',    '454','176','434303.98',    '272','76','50918.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105771.0','1044800.0','2',    '2','1','138.77',    '2','1','138.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017508.0','1019233.0','112',    '98','25','73551.27',    '95','17','69108.29',    '47','11','4442.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105772.0','1044800.0','136',    '126','38','112121.73',    '122','33','105937.46',    '58','10','6184.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017509.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105773.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017510.0','1019233.0','1',    '1','1','2430.5',    '1','1','2430.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105774.0','1044800.0','20',    '19','7','19572.84',    '19','7','18461.71',    '8','2','1111.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017511.0','1019233.0','1',    '1','1','15837.41',    '1','1','15837.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105775.0','1044800.0','44',    '35','7','6718.58',    '28','4','4880.61',    '23','4','1837.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001754.0','1019233.0','11',    '10','1','193.75',    '9','1','193.75',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090018.0','1044800.0','20',    '15','4','8699.56',    '14','2','4449.56',    '6','2','4250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017512.0','1019233.0','77',    '70','6','15092.54',    '67','6','15092.54',    '27','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105776.0','1044800.0','94',    '77','23','87257.22',    '74','22','82676.91',    '41','4','4580.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017513.0','1019233.0','67',    '59','3','12592.86',    '54','3','12592.86',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105777.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017514.0','1019233.0','39',    '36','2','2132.12',    '33','2','2132.12',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105778.0','1044800.0','10',    '10','4','20666.15',    '10','4','19925.9',    '5','1','740.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017515.0','1019233.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105779.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017516.0','1019233.0','80',    '56','16','45435.44',    '56','16','44705.44',    '18','2','730.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105780.0','1044800.0','61',    '50','20','82291.84',    '47','19','67494.53',    '26','4','14797.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017517.0','1019233.0','10',    '8','4','12349.81',    '7','3','12097.18',    '5','1','252.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105781.0','1044800.0','5',    '4','3','25639.57',    '3','3','19948.04',    '3','2','5691.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017518.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105782.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017519.0','1019233.0','4',    '4','2','246.0',    '4','2','246.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105783.0','1044800.0','20',    '20','8','17150.08',    '19','7','15706.64',    '14','2','1443.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017520.0','1019233.0','74',    '68','25','122473.44',    '66','24','108949.71',    '36','8','13523.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105784.0','1044800.0','3',    '2','2','1111.75',    '2','2','1111.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006991.0','1019233.0','14',    '12','1','138.9',    '10','1','138.9',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095255.0','1044800.0','6',    '4','1','3895.27',    '4','1','3080.91',    '1','1','814.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017521.0','1019233.0','5',    '4','3','6115.42',    '4','3','6115.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105785.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017522.0','1019233.0','6',    '4','1','3048.0',    '4','1','3048.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105786.0','1044800.0','244',    '229','185','850882.22',    '226','178','797381.86',    '191','54','53500.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006963.0','1019233.0','18',    '17','6','12482.94',    '17','5','10565.94',    '11','1','1917.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095227.0','1044800.0','2',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017523.0','1019233.0','9',    '9','5','23685.87',    '9','5','23386.87',    '5','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105787.0','1044800.0','1',    '1','1','12902.05',    '1','1','12902.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017524.0','1019233.0','2',    '2','2','2249.3',    '2','1','1744.05',    '1','1','505.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105788.0','1044800.0','27',    '24','3','4838.35',    '23','2','2974.67',    '12','1','1863.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017525.0','1019233.0','17',    '16','4','37810.87',    '14','2','28042.24',    '9','3','9768.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105789.0','1044800.0','1',    '1','1','199.38',    '1','1','199.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017526.0','1019233.0','4',    '4','1','517.32',    '4','1','517.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105790.0','1044800.0','354',    '339','83','136559.4',    '335','75','126776.76',    '211','14','9782.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017527.0','1019233.0','48',    '43','13','54585.65',    '38','13','53131.38',    '19','3','1454.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105791.0','1044800.0','7',    '6','3','6155.34',    '6','3','6155.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017528.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105792.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017529.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105793.0','1044800.0','6',    '6','1','2744.92',    '6','1','2744.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007066.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095330.0','1044800.0','19',    '17','3','5808.0',    '15','1','1558.0',    '10','2','4250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017530.0','1019233.0','11',    '8','2','2101.99',    '8','2','2101.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105794.0','1044800.0','75',    '69','22','61147.01',    '64','18','52534.17',    '35','8','8612.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006900.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095164.0','1044800.0','126',    '120','54','105099.91',    '116','45','95183.25',    '82','14','9916.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017531.0','1019233.0','46',    '44','14','47259.66',    '39','13','45625.88',    '23','2','1633.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105795.0','1044800.0','42',    '38','7','10244.78',    '36','4','7961.31',    '19','5','2283.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001780.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090044.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017532.0','1019233.0','8',    '8','1','3527.49',    '6','1','3527.49',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105796.0','1044800.0','11',    '11','3','9355.59',    '11','2','9155.6',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017357.0','1019233.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105621.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017533.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105797.0','1044800.0','9',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017534.0','1019233.0','38',    '36','7','24214.38',    '32','5','23585.39',    '21','2','628.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105798.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017535.0','1019233.0','8',    '7','0','0.0',    '7','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105799.0','1044800.0','45',    '41','19','36512.79',    '41','19','36064.49',    '20','2','448.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017536.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105800.0','1044800.0','1',    '1','1','966.8',    '1','1','966.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017537.0','1019233.0','74',    '62','25','135055.85',    '57','23','123165.12',    '40','5','11890.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105801.0','1044800.0','7',    '7','2','7328.56',    '7','2','7328.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017538.0','1019233.0','9',    '8','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105802.0','1044800.0','68',    '64','24','62832.5',    '62','23','59217.39',    '35','4','3615.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001675.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089939.0','1044800.0','3',    '3','2','18635.0',    '3','2','18635.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017539.0','1019233.0','3',    '3','1','505.25',    '2','0','0.0',    '2','1','505.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105803.0','1044800.0','3',    '3','2','32957.45',    '3','2','30356.0',    '3','1','2601.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017540.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105804.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017541.0','1019233.0','3',    '3','1','2842.53',    '3','1','2842.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105805.0','1044800.0','2',    '2','1','16005.02',    '2','1','16005.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017542.0','1019233.0','294',    '265','85','205638.69',    '261','71','175279.33',    '161','34','30359.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105806.0','1044800.0','6',    '6','3','15040.75',    '6','3','14739.28',    '3','1','301.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006988.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095252.0','1044800.0','44',    '39','13','54844.66',    '36','7','40227.39',    '24','9','14617.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017543.0','1019233.0','8',    '8','4','21783.78',    '8','4','21114.79',    '4','2','668.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105807.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017544.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105808.0','1044800.0','3',    '3','1','950.29',    '1','1','950.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017545.0','1019233.0','71',    '65','20','53715.53',    '62','18','51083.78',    '37','5','2631.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105809.0','1044800.0','7',    '6','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017546.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105810.0','1044800.0','6',    '6','3','4601.2',    '6','2','4045.95',    '1','1','555.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017547.0','1019233.0','13',    '11','4','19869.0',    '11','1','18540.78',    '5','3','1328.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105811.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006955.0','1019233.0','19',    '18','6','14578.5',    '16','6','12836.79',    '8','1','1741.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095219.0','1044800.0','43',    '40','21','55123.85',    '40','21','52554.43',    '19','4','2569.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017548.0','1019233.0','1',    '1','1','51.6',    '1','1','51.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105812.0','1044800.0','5',    '5','1','131.7',    '5','0','0.0',    '1','1','131.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017549.0','1019233.0','12',    '12','1','157.72',    '12','1','157.72',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105813.0','1044800.0','98',    '90','10','24012.53',    '88','9','23356.7',    '52','2','655.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017550.0','1019233.0','7',    '6','2','8349.59',    '4','2','8349.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105814.0','1044800.0','4',    '4','2','5253.18',    '4','2','5253.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017551.0','1019233.0','21',    '21','4','17006.12',    '20','3','13006.12',    '7','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105815.0','1044800.0','12',    '10','3','1825.3',    '10','3','1825.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017552.0','1019233.0','3',    '3','2','2769.49',    '3','2','2519.49',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105816.0','1044800.0','4',    '2','1','239.5',    '2','1','239.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017553.0','1019233.0','114',    '101','21','75911.08',    '94','15','67943.76',    '60','10','7967.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105817.0','1044800.0','10',    '7','2','1763.94',    '7','2','1763.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017554.0','1019233.0','1',    '1','1','831.73',    '1','0','0.0',    '1','1','831.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105818.0','1044800.0','5',    '5','2','1265.92',    '5','2','1265.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017555.0','1019233.0','1',    '1','1','14549.24',    '1','1','14299.24',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105819.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017556.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105820.0','1044800.0','23',    '23','4','5723.03',    '22','4','4650.24',    '11','2','1072.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017557.0','1019233.0','61',    '57','6','9248.68',    '55','5','9013.72',    '25','1','234.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105821.0','1044800.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017558.0','1019233.0','9',    '8','1','1681.13',    '7','1','1681.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105822.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017559.0','1019233.0','29',    '27','8','33110.72',    '24','7','23779.29',    '19','3','9331.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105823.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017560.0','1019233.0','9',    '9','3','31129.45',    '8','1','28624.27',    '7','3','2505.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105824.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017561.0','1019233.0','39',    '33','9','20078.31',    '30','8','18423.32',    '21','3','1654.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105825.0','1044800.0','8',    '8','5','12487.0',    '8','5','12282.0',    '6','1','205.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017562.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105826.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017563.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105827.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017564.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105828.0','1044800.0','46',    '41','17','90462.98',    '39','17','89596.0',    '26','2','866.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017565.0','1019233.0','136',    '128','39','59852.59',    '128','25','53402.48',    '69','18','6450.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105829.0','1044800.0','6',    '6','1','7844.04',    '6','1','7844.04',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017566.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105830.0','1044800.0','19',    '18','6','10620.13',    '17','5','9783.83',    '9','1','836.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017567.0','1019233.0','12',    '10','0','0.0',    '10','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105831.0','1044800.0','217',    '192','83','133176.52',    '188','70','116821.43',    '118','35','16355.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017568.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105832.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017569.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105833.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017570.0','1019233.0','5',    '5','1','1059.76',    '5','1','1059.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105834.0','1044800.0','91',    '89','27','32376.3',    '87','21','27275.52',    '58','7','5100.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017571.0','1019233.0','23',    '20','5','13934.0',    '19','3','12524.13',    '8','2','1409.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105835.0','1044800.0','5',    '5','2','4512.87',    '5','2','3830.3',    '4','2','682.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017572.0','1019233.0','41',    '39','9','8376.24',    '37','9','8376.24',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105836.0','1044800.0','1',    '1','1','3819.12',    '1','1','3819.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017573.0','1019233.0','2',    '2','2','6509.01',    '2','2','3838.0',    '2','2','2671.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105837.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017574.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105838.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017575.0','1019233.0','3',    '3','1','11818.11',    '3','1','11818.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105839.0','1044800.0','5',    '5','4','28994.94',    '5','4','25515.19',    '2','1','3479.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017576.0','1019233.0','1',    '1','1','1446.0',    '1','1','1446.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105840.0','1044800.0','15',    '13','6','11822.59',    '12','6','11822.59',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017577.0','1019233.0','1',    '1','1','11803.76',    '1','1','11803.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105841.0','1044800.0','20',    '13','3','5441.26',    '9','3','3561.6',    '9','1','1879.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017578.0','1019233.0','30',    '27','10','45573.73',    '27','9','43362.55',    '15','3','2211.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105842.0','1044800.0','9',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017579.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105843.0','1044800.0','7',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017580.0','1019233.0','4',    '4','1','687.44',    '4','0','0.0',    '2','1','687.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105844.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017581.0','1019233.0','4',    '4','3','4193.98',    '4','3','3484.98',    '3','1','709.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105845.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017582.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105846.0','1044800.0','33',    '27','10','59061.43',    '23','10','56884.6',    '15','2','2176.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017583.0','1019233.0','24',    '23','3','29988.97',    '23','3','29045.92',    '16','2','943.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105847.0','1044800.0','2',    '2','1','1854.0',    '2','1','1854.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017584.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105848.0','1044800.0','11',    '10','6','14290.74',    '10','6','12575.21',    '6','2','1715.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017585.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105849.0','1044800.0','6',    '6','1','1275.44',    '6','1','1275.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006994.0','1019233.0','7',    '7','1','1966.4',    '6','1','1966.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095258.0','1044800.0','6',    '6','2','3518.96',    '6','2','3518.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017586.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105850.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006902.0','1019233.0','34',    '25','11','46289.45',    '23','11','45769.46',    '14','1','519.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095166.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017587.0','1019233.0','1',    '1','1','2731.62',    '1','1','2731.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105851.0','1044800.0','46',    '42','24','83598.07',    '41','22','77120.85',    '18','3','6477.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017588.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105852.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017589.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105853.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017590.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105854.0','1044800.0','42',    '35','6','12591.07',    '30','4','10032.37',    '16','3','2558.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017591.0','1019233.0','70',    '66','31','134989.15',    '63','27','116589.89',    '37','8','18399.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105855.0','1044800.0','28',    '26','6','30777.6',    '25','5','28403.87',    '19','4','2373.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017592.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105856.0','1044800.0','2',    '2','1','1556.0',    '2','1','1556.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017593.0','1019233.0','112',    '105','56','312173.58',    '99','54','294822.33',    '53','12','17351.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105857.0','1044800.0','2',    '2','2','29460.06',    '2','2','22302.72',    '2','2','7157.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017594.0','1019233.0','7',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105858.0','1044800.0','6',    '6','3','7141.45',    '6','3','6658.87',    '2','1','482.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017595.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105859.0','1044800.0','25',    '21','7','29806.71',    '20','6','25779.64',    '11','4','4027.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017596.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105860.0','1044800.0','47',    '44','15','20501.41',    '43','10','13377.36',    '28','8','7124.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017597.0','1019233.0','19',    '18','5','16905.06',    '14','4','16705.07',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105861.0','1044800.0','5',    '3','2','1162.78',    '3','1','262.78',    '2','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017598.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105862.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017599.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105863.0','1044800.0','13',    '13','5','6637.95',    '13','4','5122.2',    '8','2','1515.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017600.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105864.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017601.0','1019233.0','6',    '5','2','3284.0',    '5','2','3284.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105865.0','1044800.0','97',    '84','31','101975.79',    '76','26','98556.91',    '44','9','3418.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017602.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105866.0','1044800.0','3',    '3','3','2225.9',    '3','3','2225.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017603.0','1019233.0','10',    '8','1','1412.0',    '8','1','1412.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105867.0','1044800.0','118',    '114','23','22613.56',    '105','9','9342.21',    '94','15','13271.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017604.0','1019233.0','8',    '8','3','25666.29',    '7','3','23167.6',    '6','1','2498.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105868.0','1044800.0','16',    '16','7','15886.87',    '16','7','15337.71',    '12','1','549.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017605.0','1019233.0','24',    '23','8','10122.54',    '20','5','8026.86',    '16','3','2095.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105869.0','1044800.0','10',    '9','1','252.63',    '7','0','0.0',    '7','1','252.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017606.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105870.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017607.0','1019233.0','67',    '52','12','27789.71',    '51','10','24037.93',    '23','4','3751.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105871.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017608.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105872.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017609.0','1019233.0','29',    '28','8','37752.36',    '25','6','34826.71',    '16','3','2925.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105873.0','1044800.0','713',    '657','210','578258.14',    '614','135','484548.28',    '476','118','93709.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017610.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105874.0','1044800.0','381',    '336','100','151137.62',    '306','40','104113.36',    '249','77','47024.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017611.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105875.0','1044800.0','42',    '36','4','6152.63',    '32','2','4275.94',    '23','2','1876.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017612.0','1019233.0','148',    '131','36','121914.22',    '116','31','108183.39',    '75','12','13730.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105876.0','1044800.0','54',    '45','12','32812.34',    '39','11','23990.84',    '29','6','8821.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017613.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105877.0','1044800.0','53',    '36','10','47390.63',    '28','8','40415.15',    '23','9','6975.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017614.0','1019233.0','7',    '7','1','845.28',    '6','1','845.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105878.0','1044800.0','29',    '25','5','40106.19',    '24','5','24641.55',    '16','4','15464.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017615.0','1019233.0','1',    '1','1','599.0',    '1','0','0.0',    '1','1','599.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105879.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017616.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105880.0','1044800.0','21',    '19','7','7159.17',    '19','5','4910.86',    '10','4','2248.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017617.0','1019233.0','79',    '57','10','47412.25',    '50','8','40765.39',    '24','7','6646.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105881.0','1044800.0','27',    '22','13','34583.22',    '21','13','34583.22',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017618.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105882.0','1044800.0','1',    '1','1','259.39',    '1','1','259.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017619.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105883.0','1044800.0','44',    '41','10','42182.76',    '38','5','27031.33',    '30','8','15151.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017620.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105884.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017621.0','1019233.0','206',    '196','75','346073.8',    '190','46','285556.76',    '153','66','60517.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105885.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017622.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105886.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017623.0','1019233.0','180',    '155','108','464720.93',    '146','106','436981.35',    '95','16','27739.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105887.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017624.0','1019233.0','420',    '377','115','324457.1',    '350','75','265107.84',    '240','62','59349.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105888.0','1044800.0','52',    '44','10','18733.75',    '40','7','16757.66',    '27','3','1976.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017625.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105889.0','1044800.0','10',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017626.0','1019233.0','30',    '25','4','1544.05',    '22','3','1294.05',    '13','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105890.0','1044800.0','13',    '12','7','13293.28',    '12','7','12303.3',    '8','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017627.0','1019233.0','7',    '6','3','8441.57',    '6','3','8441.57',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105891.0','1044800.0','30',    '23','2','1350.5',    '19','1','115.5',    '13','2','1235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017628.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105892.0','1044800.0','1056',    '867','217','492832.28',    '761','116','361250.64',    '572','177','131581.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017629.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105893.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006974.0','1019233.0','132',    '85','8','44058.18',    '79','6','39762.25',    '39','7','4295.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095238.0','1044800.0','1',    '1','1','5537.27',    '1','1','2634.7',    '1','1','2902.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017630.0','1019233.0','667',    '570','179','485690.08',    '500','110','368625.91',    '401','138','117064.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105894.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017625.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105889.0','1044800.0','645',    '582','132','297821.88',    '536','63','199855.14',    '413','107','97966.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017631.0','1019233.0','2',    '1','1','11468.31',    '1','1','8758.06',    '1','1','2710.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105895.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006931.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095195.0','1044800.0','15',    '10','2','2645.99',    '8','1','1976.0',    '6','2','669.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017632.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105896.0','1044800.0','2',    '2','1','2209.0',    '2','1','1709.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006955.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095219.0','1044800.0','16',    '14','6','36929.12',    '13','5','34429.12',    '8','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017633.0','1019233.0','1823',    '972','43','87765.69',    '846','21','63192.79',    '392','41','24572.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105897.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017634.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105898.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017635.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105899.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006924.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095188.0','1044800.0','8',    '6','4','5273.83',    '6','3','4886.76',    '4','1','387.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017636.0','1019233.0','96',    '91','23','53386.72',    '83','15','46056.87',    '53','12','7329.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105900.0','1044800.0','22',    '22','11','49125.6',    '20','9','36677.87',    '17','8','12447.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017637.0','1019233.0','11',    '11','1','4000.0',    '9','0','0.0',    '6','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105901.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017638.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105902.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017639.0','1019233.0','1',    '1','1','679.0',    '1','1','679.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105903.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017640.0','1019233.0','21',    '18','5','6963.06',    '18','3','6020.0',    '8','2','943.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105904.0','1044800.0','1',    '1','1','2549.02',    '1','1','2049.02',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017641.0','1019233.0','1',    '1','1','1890.0',    '1','1','1890.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105905.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017642.0','1019233.0','67',    '61','7','25175.4',    '59','5','23930.31',    '27','3','1245.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105906.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017643.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105907.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017644.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105908.0','1044800.0','26',    '23','6','12243.4',    '23','4','11638.42',    '15','3','604.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017645.0','1019233.0','74',    '72','21','48088.16',    '71','11','33665.75',    '52','20','14422.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105909.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017646.0','1019233.0','6',    '6','1','117.66',    '6','1','117.66',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105910.0','1044800.0','1',    '1','1','25715.71',    '1','1','19040.11',    '1','1','6675.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017647.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105911.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017648.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105912.0','1044800.0','736',    '413','27','88684.92',    '372','15','61968.11',    '139','24','26716.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017649.0','1019233.0','2',    '1','1','2662.41',    '1','1','1264.0',    '1','1','1398.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105913.0','1044800.0','6',    '6','1','2816.95',    '6','1','2816.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017650.0','1019233.0','4',    '4','1','1232.41',    '4','1','1232.41',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105914.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017651.0','1019233.0','119',    '103','34','51739.78',    '96','15','29254.79',    '69','30','22484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105915.0','1044800.0','38',    '32','10','15363.2',    '29','6','10380.67',    '18','6','4982.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007099.0','1019233.0','8',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095363.0','1044800.0','110',    '79','12','28193.18',    '69','4','9628.16',    '37','10','18565.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017652.0','1019233.0','67',    '60','19','56769.68',    '52','13','48238.21',    '37','15','8531.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105916.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017653.0','1019233.0','55',    '53','19','74742.29',    '51','13','55018.64',    '42','19','19723.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105917.0','1044800.0','22',    '20','4','12274.35',    '20','4','12023.04',    '11','1','251.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017654.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105918.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017655.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105919.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017656.0','1019233.0','596',    '565','212','841192.53',    '535','135','660431.81',    '413','182','180760.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105920.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017657.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105921.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017658.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105922.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017659.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105923.0','1044800.0','23',    '20','2','1875.51',    '15','1','1440.0',    '10','1','435.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017660.0','1019233.0','2806',    '1425','61','90682.43',    '1207','25','54612.03',    '549','51','36070.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105924.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017661.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105925.0','1044800.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017662.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105926.0','1044800.0','22',    '16','3','5588.92',    '12','3','5118.92',    '10','1','470.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017663.0','1019233.0','27',    '24','6','25743.01',    '24','3','23909.54',    '14','4','1833.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105927.0','1044800.0','781',    '712','138','398969.63',    '594','67','324478.81',    '505','110','74490.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017664.0','1019233.0','10',    '8','1','7393.87',    '7','1','5784.0',    '5','1','1609.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105928.0','1044800.0','12',    '11','1','1440.0',    '11','1','1440.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017665.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105929.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017666.0','1019233.0','42',    '36','4','1355.82',    '31','0','0.0',    '19','4','1355.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105930.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017667.0','1019233.0','133',    '114','32','103595.55',    '111','31','96836.49',    '60','4','6759.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105931.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017668.0','1019233.0','4',    '3','2','10210.54',    '3','2','10210.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105932.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017669.0','1019233.0','34',    '21','3','5104.52',    '18','2','3591.99',    '11','3','1512.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105933.0','1044800.0','73',    '30','2','4233.14',    '26','2','2998.14',    '10','2','1235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017670.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105934.0','1044800.0','643',    '326','31','87003.21',    '295','22','75042.26',    '118','21','11960.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017671.0','1019233.0','50',    '31','7','54221.15',    '24','5','50531.18',    '20','6','3689.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105935.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017672.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105936.0','1044800.0','19',    '11','0','0.0',    '10','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017673.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105937.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017674.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105938.0','1044800.0','38',    '36','12','54457.62',    '33','10','48669.65',    '19','5','5787.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017675.0','1019233.0','316',    '281','75','179931.11',    '252','42','132109.51',    '198','58','47821.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105939.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017676.0','1019233.0','1',    '1','1','3208.12',    '1','1','2708.12',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105940.0','1044800.0','50',    '32','4','7518.59',    '27','3','5719.59',    '18','4','1799.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007125.0','1019233.0','1',    '1','1','556.15',    '1','1','56.15',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095389.0','1044800.0','1',    '1','1','563.61',    '1','1','563.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017677.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105941.0','1044800.0','2',    '2','1','1175.99',    '2','1','446.0',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017678.0','1019233.0','1863',    '968','12','26462.07',    '808','5','13279.95',    '360','11','13182.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105942.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017679.0','1019233.0','2177',    '1125','41','73341.81',    '963','19','49393.77',    '390','32','23948.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105943.0','1044800.0','1339',    '1229','415','1276407.46',    '1138','235','955458.99',    '882','338','320948.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017680.0','1019233.0','9',    '9','1','960.3',    '7','1','960.3',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105944.0','1044800.0','90',    '49','6','8389.57',    '45','4','7309.58',    '18','3','1079.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017681.0','1019233.0','136',    '115','12','13440.06',    '100','8','11790.18',    '60','5','1649.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105945.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017682.0','1019233.0','7',    '6','3','5258.48',    '5','3','5007.17',    '5','1','251.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105946.0','1044800.0','78',    '68','36','109152.73',    '66','34','101956.57',    '34','8','7196.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017683.0','1019233.0','11',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105947.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017684.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105948.0','1044800.0','28',    '23','6','43035.77',    '19','5','40413.47',    '13','4','2622.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017685.0','1019233.0','1',    '1','1','5496.49',    '1','1','4697.49',    '1','1','799.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105949.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017686.0','1019233.0','1',    '1','1','1644.0',    '1','1','1144.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105950.0','1044800.0','965',    '931','421','1946060.51',    '897','303','1620336.59',    '730','327','325723.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017687.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105951.0','1044800.0','13',    '9','2','2791.95',    '8','1','2421.96',    '4','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017688.0','1019233.0','596',    '333','29','91423.68',    '288','20','77685.2',    '124','22','13738.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105952.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017689.0','1019233.0','916',    '863','256','1051664.38',    '799','158','875871.99',    '599','206','175792.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105953.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017690.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105954.0','1044800.0','297',    '277','73','198305.88',    '237','44','147610.15',    '182','54','50695.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017691.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105955.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017692.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105956.0','1044800.0','39',    '39','14','28157.87',    '39','12','25705.39',    '13','5','2452.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105957.0','1044800.0','15',    '13','7','14489.23',    '13','6','13753.83',    '7','2','735.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017694.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105958.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017695.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105959.0','1044800.0','7',    '5','3','2734.26',    '5','2','991.3',    '3','1','1742.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017696.0','1019233.0','2029',    '1666','265','534932.97',    '1437','115','336818.67',    '1073','233','198114.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105960.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017697.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105961.0','1044800.0','2197',    '2068','723','3133432.73',    '1956','420','2479647.94',    '1590','607','653784.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017698.0','1019233.0','304',    '282','88','282370.39',    '254','46','228105.66',    '199','67','54264.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105962.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017699.0','1019233.0','24',    '20','6','6015.56',    '17','1','3055.58',    '12','5','2959.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105963.0','1044800.0','32',    '31','7','7174.72',    '29','5','6668.94',    '23','2','505.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017700.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105964.0','1044800.0','16',    '16','8','33748.79',    '16','7','33364.46',    '11','1','384.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017701.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105965.0','1044800.0','1',    '1','1','250.0',    '0','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017702.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105966.0','1044800.0','1',    '1','1','535.0',    '1','1','535.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017703.0','1019233.0','103',    '88','64','110706.94',    '83','62','106169.86',    '48','9','4537.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105967.0','1044800.0','121',    '102','35','79207.62',    '87','13','54950.15',    '76','32','24257.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017704.0','1019233.0','51',    '42','5','32693.17',    '36','3','30001.92',    '26','3','2691.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105968.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017706.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105970.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017707.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105971.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017708.0','1019233.0','8',    '8','2','5600.23',    '6','2','3370.24',    '7','2','2229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105972.0','1044800.0','1',    '1','1','1450.5',    '1','1','1450.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017709.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105973.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017710.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105974.0','1044800.0','26',    '19','6','6928.06',    '17','6','6928.06',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017711.0','1019233.0','1744',    '1655','660','2934708.55',    '1576','445','2379968.66',    '1282','558','554739.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105975.0','1044800.0','22',    '20','5','19205.05',    '19','4','16235.91',    '16','3','2969.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017712.0','1019233.0','3',    '3','1','6672.05',    '2','1','6172.05',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105976.0','1044800.0','446',    '414','149','316132.89',    '390','81','223654.7',    '289','120','92478.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017713.0','1019233.0','1',    '1','1','9349.73',    '1','1','8849.73',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105977.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017714.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105978.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017715.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105979.0','1044800.0','1',    '1','1','299.99',    '0','0','0.0',    '1','1','299.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017716.0','1019233.0','27',    '12','1','500.0',    '11','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105980.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017717.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105981.0','1044800.0','5',    '4','1','1728.0',    '3','1','1728.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006993.0','1019233.0','1',    '1','1','3894.17',    '1','1','3894.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095257.0','1044800.0','404',    '374','82','433496.08',    '352','69','393444.17',    '198','26','40051.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017718.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105982.0','1044800.0','4',    '2','1','12527.27',    '2','1','6613.54',    '1','1','5913.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017719.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105983.0','1044800.0','207',    '155','30','56151.47',    '135','12','40405.38',    '91','27','15746.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006982.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095246.0','1044800.0','83',    '74','39','142452.31',    '71','34','113552.54',    '51','23','28899.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017720.0','1019233.0','2610',    '2340','540','1067619.77',    '2129','237','711567.81',    '1540','478','356051.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105984.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017721.0','1019233.0','2082',    '1904','392','678983.98',    '1783','167','417022.48',    '1262','343','261961.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105985.0','1044800.0','216',    '207','29','97343.31',    '202','18','84357.33',    '103','18','12985.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017722.0','1019233.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105986.0','1044800.0','3',    '3','2','19067.47',    '3','2','19067.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006956.0','1019233.0','205',    '113','12','50193.24',    '103','7','45442.88',    '50','9','4750.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095220.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017723.0','1019233.0','261',    '238','85','214091.28',    '223','64','175410.32',    '132','44','38680.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105987.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017724.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105988.0','1044800.0','4019',    '3567','518','778714.53',    '3226','174','448570.17',    '2283','456','330144.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017725.0','1019233.0','817',    '757','203','795239.0',    '650','102','682432.1',    '519','160','112806.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105989.0','1044800.0','2',    '2','1','775.32',    '2','1','775.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017726.0','1019233.0','2',    '2','1','5870.72',    '2','1','5870.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105990.0','1044800.0','2677',    '2297','375','731166.19',    '2030','169','444562.2',    '1565','328','286603.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017727.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105991.0','1044800.0','3',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006900.0','1019233.0','182',    '161','36','81340.87',    '147','23','62373.87',    '101','32','18967.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095164.0','1044800.0','23',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017728.0','1019233.0','1',    '1','1','4565.63',    '1','1','2292.0',    '1','1','2273.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105992.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017729.0','1019233.0','1',    '1','1','4000.0',    '0','0','0.0',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105993.0','1044800.0','1',    '1','1','3333.6',    '1','1','2943.68',    '1','1','389.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017730.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105994.0','1044800.0','417',    '375','115','255389.92',    '339','56','200325.26',    '288','84','55064.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017731.0','1019233.0','118',    '103','7','5331.78',    '92','4','3987.27',    '50','3','1344.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105995.0','1044800.0','71',    '56','16','27960.46',    '45','13','22594.74',    '36','6','5365.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017732.0','1019233.0','380',    '347','161','1059935.42',    '334','152','946499.74',    '181','47','113435.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105996.0','1044800.0','4',    '3','1','3621.63',    '3','1','3421.63',    '1','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017733.0','1019233.0','8',    '8','2','22416.84',    '8','2','22416.84',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105997.0','1044800.0','1',    '1','1','1792.0',    '1','1','1792.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017734.0','1019233.0','194',    '160','39','101130.76',    '137','20','83302.09',    '106','30','17828.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105998.0','1044800.0','14',    '14','5','17098.78',    '13','5','16596.16',    '7','1','502.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017735.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2105999.0','1044800.0','991',    '820','268','875995.85',    '734','176','734925.88',    '566','206','141069.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017736.0','1019233.0','27',    '20','3','1763.04',    '17','2','323.04',    '13','3','1440.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106000.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017737.0','1019233.0','1',    '1','1','1769.63',    '1','1','1769.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106001.0','1044800.0','10',    '7','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017738.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106002.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017739.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106003.0','1044800.0','1',    '1','1','3810.42',    '1','1','3310.42',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017740.0','1019233.0','25',    '20','4','19237.16',    '20','4','15127.16',    '12','4','4110.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106004.0','1044800.0','90',    '82','16','69101.47',    '73','10','38029.53',    '54','10','31071.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017741.0','1019233.0','27',    '20','0','0.0',    '18','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106005.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017742.0','1019233.0','24',    '20','5','17342.0',    '17','5','15353.22',    '12','3','1988.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106006.0','1044800.0','50',    '29','4','3261.16',    '22','1','1761.16',    '14','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017743.0','1019233.0','3923',    '3533','792','1946069.58',    '3055','336','1480192.98',    '2393','665','465876.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106007.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017744.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106008.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017745.0','1019233.0','597',    '538','155','342258.18',    '485','80','239840.38',    '382','125','102417.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106009.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017746.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106010.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017747.0','1019233.0','1',    '1','1','2046.0',    '1','1','2046.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106011.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017748.0','1019233.0','1',    '1','1','3162.18',    '1','1','3162.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106012.0','1044800.0','17',    '17','3','7911.86',    '17','3','6789.52',    '9','2','1122.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017749.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106013.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017750.0','1019233.0','3360',    '3088','612','1747197.05',    '2676','242','1319980.09',    '2132','519','427216.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106014.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017751.0','1019233.0','223',    '204','75','460731.17',    '192','57','410380.09',    '145','58','50351.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106015.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017752.0','1019233.0','363',    '348','105','544125.14',    '336','69','450336.55',    '228','88','93788.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106016.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017753.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106017.0','1044800.0','16',    '16','2','1386.63',    '14','0','0.0',    '10','2','1386.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017754.0','1019233.0','1',    '1','1','2192.41',    '1','1','1368.0',    '1','1','824.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106018.0','1044800.0','107',    '58','5','9235.19',    '48','4','5946.21',    '26','4','3288.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017755.0','1019233.0','401',    '368','88','198189.52',    '340','38','138354.65',    '246','76','59834.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106019.0','1044800.0','1285',    '742','19','39258.25',    '611','13','31028.66',    '274','14','8229.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017756.0','1019233.0','1',    '1','1','5223.67',    '1','1','5223.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106020.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017757.0','1019233.0','67',    '61','22','92129.03',    '57','19','73351.6',    '36','13','18777.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106021.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017758.0','1019233.0','49',    '28','1','8237.97',    '20','1','7737.97',    '16','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106022.0','1044800.0','1',    '1','1','2815.07',    '1','1','2315.07',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017759.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106023.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017760.0','1019233.0','149',    '93','8','12340.67',    '87','4','7490.72',    '34','6','4849.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106024.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017761.0','1019233.0','135',    '121','51','182828.32',    '118','36','150096.49',    '76','31','32731.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106025.0','1044800.0','11',    '8','6','49696.32',    '8','5','46905.07',    '4','2','2791.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017762.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106026.0','1044800.0','5',    '4','1','1690.0',    '4','1','1690.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017763.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106027.0','1044800.0','6',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017764.0','1019233.0','8',    '8','1','239.5',    '7','1','239.5',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106028.0','1044800.0','1',    '1','1','576.35',    '1','1','576.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017765.0','1019233.0','14',    '13','3','1383.25',    '11','1','778.05',    '9','2','605.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106029.0','1044800.0','177',    '168','42','69852.3',    '161','27','50058.56',    '126','23','19793.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007112.0','1019233.0','1',    '1','1','1358.24',    '1','1','1358.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095376.0','1044800.0','8',    '6','1','4933.57',    '5','1','1364.0',    '5','1','3569.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017766.0','1019233.0','124',    '122','41','114828.72',    '116','22','81380.36',    '87','37','33448.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106030.0','1044800.0','1',    '1','1','1672.65',    '1','0','0.0',    '1','1','1672.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017767.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106031.0','1044800.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007011.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095275.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017768.0','1019233.0','5',    '5','1','2742.0',    '5','1','2742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106032.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017769.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106033.0','1044800.0','69',    '52','14','50655.13',    '45','11','46950.13',    '32','8','3705.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017770.0','1019233.0','2261',    '2023','313','605451.62',    '1868','135','354313.79',    '1276','270','251137.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106034.0','1044800.0','3',    '2','2','14335.05',    '2','2','13630.05',    '1','1','705.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017771.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106035.0','1044800.0','292',    '233','37','172991.35',    '202','24','154596.42',    '134','26','18394.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017772.0','1019233.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106036.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017773.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106037.0','1044800.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017774.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106038.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017775.0','1019233.0','54',    '47','7','31516.99',    '39','4','28234.15',    '31','5','3282.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106039.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017776.0','1019233.0','5',    '5','3','7761.82',    '4','1','6031.83',    '4','3','1729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106040.0','1044800.0','59',    '39','7','10586.76',    '32','5','7238.31',    '23','4','3348.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017777.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106041.0','1044800.0','5466',    '2826','105','262680.16',    '2409','48','170809.74',    '1189','94','91870.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017778.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106042.0','1044800.0','135',    '74','5','14191.35',    '67','5','12191.35',    '27','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017779.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106043.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017780.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106044.0','1044800.0','544',    '368','53','135127.2',    '309','33','104888.92',    '202','43','30238.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017781.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106045.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017782.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106046.0','1044800.0','94',    '56','8','6983.04',    '50','6','6184.04',    '18','2','799.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017783.0','1019233.0','784',    '746','361','1007053.33',    '712','263','850496.67',    '497','214','156556.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106047.0','1044800.0','2',    '2','1','2974.77',    '2','1','2474.77',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017784.0','1019233.0','2249',    '2042','428','774208.11',    '1886','181','530371.77',    '1386','363','243836.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106048.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017785.0','1019233.0','740',    '664','99','138344.75',    '599','29','77602.77',    '452','87','60741.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106049.0','1044800.0','1',    '1','1','16672.03',    '1','1','13097.57',    '1','1','3574.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017786.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106050.0','1044800.0','5149',    '4663','1353','2992696.12',    '4399','729','2009293.61',    '3363','1141','983402.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017787.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106051.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017788.0','1019233.0','8',    '8','3','14876.55',    '8','3','14876.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106052.0','1044800.0','32',    '21','6','10010.89',    '19','4','8680.9',    '8','3','1329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017789.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106053.0','1044800.0','139',    '127','40','133674.45',    '112','28','119449.8',    '81','18','14224.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017790.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106054.0','1044800.0','274',    '212','70','259049.76',    '180','53','213363.7',    '135','33','45686.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017791.0','1019233.0','34',    '32','9','43616.18',    '29','5','38120.58',    '22','6','5495.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106055.0','1044800.0','7',    '5','3','12828.08',    '4','2','6455.47',    '5','2','6372.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017792.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106056.0','1044800.0','1726',    '1345','273','473581.92',    '1180','126','319045.49',    '884','235','154536.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017793.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106057.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017794.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106058.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017795.0','1019233.0','75',    '65','33','113949.56',    '64','31','108438.75',    '35','4','5510.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106059.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017796.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106060.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017797.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106061.0','1044800.0','21',    '20','9','14940.81',    '19','5','9742.9',    '13','6','5197.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017798.0','1019233.0','53',    '48','23','47788.6',    '47','22','45292.34',    '18','4','2496.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106062.0','1044800.0','5',    '4','2','3165.61',    '4','2','2912.72',    '3','1','252.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017799.0','1019233.0','1',    '1','1','6189.41',    '1','1','5484.41',    '1','1','705.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106063.0','1044800.0','52',    '50','12','31974.95',    '46','12','31099.35',    '25','1','875.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017800.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106064.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017801.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106065.0','1044800.0','54',    '42','7','5833.0',    '36','4','4833.0',    '30','3','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017802.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106066.0','1044800.0','14',    '14','4','13633.19',    '12','3','13463.2',    '6','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017803.0','1019233.0','4',    '3','1','1459.37',    '3','1','959.37',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106067.0','1044800.0','69',    '56','31','83969.14',    '56','31','74154.88',    '29','4','9814.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017804.0','1019233.0','1',    '1','1','1935.56',    '1','0','0.0',    '1','1','1935.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106068.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017805.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106069.0','1044800.0','70',    '66','24','114800.52',    '59','14','88952.5',    '51','18','25848.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017806.0','1019233.0','1',    '1','1','6000.0',    '1','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106070.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017807.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106071.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017808.0','1019233.0','5',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106072.0','1044800.0','532',    '354','56','108320.03',    '307','30','76432.5',    '188','45','31887.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017809.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106073.0','1044800.0','3',    '3','2','11339.43',    '3','2','10339.43',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017810.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106074.0','1044800.0','1',    '1','1','813.9',    '1','1','813.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017811.0','1019233.0','1',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106075.0','1044800.0','16',    '14','5','20137.94',    '14','3','13810.62',    '7','4','6327.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017812.0','1019233.0','26',    '21','5','12642.67',    '18','2','9982.7',    '13','4','2659.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106076.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017813.0','1019233.0','252',    '144','20','66868.27',    '120','14','56784.89',    '69','15','10083.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106077.0','1044800.0','8',    '5','2','11662.12',    '5','1','5662.12',    '4','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017814.0','1019233.0','8',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106078.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017815.0','1019233.0','467',    '240','10','19515.04',    '214','8','10000.05',    '81','7','9514.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106079.0','1044800.0','72',    '35','1','415.22',    '22','1','415.22',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017816.0','1019233.0','12',    '11','5','8771.35',    '10','4','6262.26',    '6','4','2509.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106080.0','1044800.0','2',    '2','1','770.0',    '2','1','770.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017817.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106081.0','1044800.0','31',    '28','6','8469.15',    '26','4','5922.43',    '20','5','2546.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017818.0','1019233.0','8',    '5','1','729.99',    '3','0','0.0',    '3','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106082.0','1044800.0','2',    '2','1','201.84',    '2','1','201.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017819.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106083.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017820.0','1019233.0','4875',    '3942','532','737501.05',    '3342','194','431349.45',    '2546','448','306151.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106084.0','1044800.0','4275',    '3560','608','1087800.63',    '3146','239','666591.25',    '2472','531','421209.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017821.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106085.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017822.0','1019233.0','48',    '44','21','70302.22',    '42','20','62870.55',    '26','12','7431.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106086.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017823.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106087.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017824.0','1019233.0','960',    '525','20','60403.03',    '434','15','50738.51',    '211','17','9664.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106088.0','1044800.0','2989',    '2706','829','2019925.77',    '2563','461','1335527.77',    '1931','703','684398.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017825.0','1019233.0','616',    '564','263','1280212.68',    '541','200','1060878.25',    '380','173','219334.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106089.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017826.0','1019233.0','1',    '1','1','1001.19',    '1','1','501.19',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106090.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017827.0','1019233.0','1687',    '1424','407','1100673.02',    '1282','231','691484.04',    '1065','360','409188.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106091.0','1044800.0','33',    '32','17','77858.76',    '31','17','73306.71',    '20','9','4552.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017828.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106092.0','1044800.0','6085',    '5517','1598','3188556.06',    '5190','760','2109926.58',    '4075','1379','1078629.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017829.0','1019233.0','638',    '577','96','216349.92',    '471','34','152699.67',    '380','84','63650.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106093.0','1044800.0','5',    '5','2','3481.48',    '5','1','1932.0',    '5','2','1549.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017830.0','1019233.0','39',    '30','2','2069.0',    '24','1','1364.0',    '17','2','705.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106094.0','1044800.0','125',    '120','60','164617.95',    '116','49','149829.95',    '68','34','14788.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017831.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106095.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017832.0','1019233.0','5',    '4','2','10469.23',    '4','2','10469.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106096.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017833.0','1019233.0','8',    '5','1','8413.25',    '4','1','8413.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106097.0','1044800.0','1',    '1','1','656.0',    '1','1','656.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017834.0','1019233.0','1',    '1','1','6527.93',    '1','1','6527.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106098.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017835.0','1019233.0','2702',    '2402','315','386793.04',    '2051','66','179785.68',    '1557','285','207007.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106099.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017836.0','1019233.0','8',    '5','1','3213.04',    '4','1','2713.04',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106100.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017837.0','1019233.0','3849',    '3322','665','1431759.28',    '2904','291','958852.47',    '2322','579','472906.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106101.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017838.0','1019233.0','58',    '33','2','3093.99',    '25','1','1364.0',    '26','2','1729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106102.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017839.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106103.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017840.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106104.0','1044800.0','1',    '1','1','5810.29',    '1','1','5404.0',    '1','1','406.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017841.0','1019233.0','729',    '700','361','1454125.57',    '684','243','1050559.2',    '525','275','403566.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106105.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017842.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106106.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017843.0','1019233.0','2',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106107.0','1044800.0','665',    '620','219','641807.94',    '512','116','461415.24',    '476','184','180392.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017844.0','1019233.0','209',    '187','50','99012.4',    '144','13','67835.6',    '144','46','31176.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106108.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017845.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106109.0','1044800.0','57',    '48','20','69651.57',    '41','14','58508.9',    '37','16','11142.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017846.0','1019233.0','108',    '101','31','141623.38',    '83','21','121381.08',    '65','21','20242.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106110.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017847.0','1019233.0','113',    '107','42','205184.43',    '105','32','163990.6',    '67','23','41193.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106111.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017848.0','1019233.0','107',    '103','44','212389.5',    '100','29','185896.69',    '74','37','26492.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106112.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017849.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106113.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017850.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106114.0','1044800.0','9',    '8','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017851.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106115.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006996.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095260.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017852.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106116.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017853.0','1019233.0','1',    '1','1','1321.04',    '1','1','1321.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106117.0','1044800.0','44',    '43','19','110797.99',    '40','16','105193.04',    '25','8','5604.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017854.0','1019233.0','1',    '1','1','723.86',    '1','0','0.0',    '1','1','723.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106118.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017855.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106119.0','1044800.0','367',    '336','94','220796.02',    '287','46','169944.35',    '238','76','50851.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006927.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095191.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006908.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095172.0','1044800.0','1',    '1','1','109.99',    '0','0','0.0',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017856.0','1019233.0','427',    '392','117','392599.13',    '334','69','309803.83',    '277','89','82795.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106120.0','1044800.0','13',    '10','2','3427.77',    '9','1','2927.77',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017857.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106121.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017858.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106122.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017859.0','1019233.0','2',    '2','1','1820.13',    '1','0','0.0',    '2','1','1820.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106123.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017860.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106124.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017861.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106125.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017862.0','1019233.0','53',    '41','9','10348.48',    '34','3','6248.48',    '25','8','4100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106126.0','1044800.0','2672',    '2278','541','1104942.37',    '2011','240','753895.73',    '1613','469','351046.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017863.0','1019233.0','275',    '251','97','256171.41',    '212','57','204465.64',    '166','66','51705.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106127.0','1044800.0','5945',    '4933','1237','3240039.22',    '4531','663','2350673.24',    '3360','1079','889365.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017864.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106128.0','1044800.0','1133',    '754','54','95962.32',    '672','27','74352.79',    '367','42','21609.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017865.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106129.0','1044800.0','7',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017866.0','1019233.0','10',    '10','2','2014.13',    '9','2','1514.13',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106130.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017867.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106131.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017868.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106132.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017869.0','1019233.0','5',    '5','1','599.5',    '4','0','0.0',    '3','1','599.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106133.0','1044800.0','6',    '6','1','940.0',    '4','0','0.0',    '5','1','940.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017870.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106134.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017871.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106135.0','1044800.0','1',    '1','1','7489.95',    '1','1','6759.96',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017872.0','1019233.0','9',    '8','2','5538.86',    '7','1','4538.86',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106136.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006953.0','1019233.0','1',    '1','1','1340.0',    '1','1','840.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095217.0','1044800.0','1',    '1','1','3399.26',    '1','1','2899.26',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017873.0','1019233.0','1',    '1','1','318.96',    '1','0','0.0',    '1','1','318.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106137.0','1044800.0','3',    '2','1','199.99',    '2','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017874.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106138.0','1044800.0','18',    '18','5','7432.57',    '18','3','5048.59',    '12','4','2383.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017875.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106139.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017876.0','1019233.0','15',    '9','1','1264.09',    '8','0','0.0',    '6','1','1264.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106140.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017877.0','1019233.0','1',    '1','1','6991.14',    '1','1','6021.14',    '1','1','970.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106141.0','1044800.0','2',    '2','1','3176.63',    '2','1','2155.2',    '2','1','1021.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017878.0','1019233.0','262',    '160','21','32564.66',    '144','10','22979.99',    '74','17','9584.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106142.0','1044800.0','488',    '450','155','513217.76',    '394','79','408909.93',    '318','131','104307.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017879.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106143.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017880.0','1019233.0','255',    '204','39','121436.99',    '163','17','91073.15',    '126','34','30363.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106144.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017881.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106145.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017882.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106146.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017883.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106147.0','1044800.0','237',    '227','78','274786.56',    '219','53','216448.12',    '167','64','58338.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017884.0','1019233.0','64',    '31','3','7143.61',    '25','1','3460.3',    '15','3','3683.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106148.0','1044800.0','1581',    '1384','112','190697.28',    '1312','53','119526.59',    '598','88','71170.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017885.0','1019233.0','1',    '1','1','2192.0',    '1','1','1692.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106149.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017886.0','1019233.0','103',    '93','33','99763.69',    '84','16','83183.08',    '68','22','16580.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106150.0','1044800.0','11',    '9','1','4440.02',    '8','1','4440.02',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017887.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106151.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006932.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095196.0','1044800.0','1',    '1','1','6319.65',    '1','0','0.0',    '1','1','6319.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017888.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106152.0','1044800.0','1071',    '974','560','3658925.18',    '923','392','2739545.58',    '727','426','919379.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006996.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095260.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017889.0','1019233.0','13',    '11','5','51849.28',    '11','5','47361.96',    '6','3','4487.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106153.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017890.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106154.0','1044800.0','10',    '9','4','9638.52',    '9','3','7737.17',    '5','4','1901.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017891.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106155.0','1044800.0','2',    '2','1','16473.74',    '2','1','15973.74',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017892.0','1019233.0','67',    '57','22','94762.29',    '49','12','84952.4',    '37','14','9809.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106156.0','1044800.0','630',    '559','120','220189.09',    '462','47','143956.94',    '375','102','76232.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017893.0','1019233.0','71',    '64','16','36827.62',    '55','6','20994.95',    '45','14','15832.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106157.0','1044800.0','13',    '11','1','1935.43',    '9','1','1435.43',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017894.0','1019233.0','1',    '1','1','2488.51',    '1','1','1214.2',    '1','1','1274.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106158.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017895.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106159.0','1044800.0','7',    '7','6','9432.68',    '6','1','5784.0',    '7','6','3648.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017896.0','1019233.0','63',    '36','1','500.0',    '30','0','0.0',    '24','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106160.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017897.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106161.0','1044800.0','12',    '11','3','4476.37',    '11','2','2388.24',    '8','2','2088.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017898.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106162.0','1044800.0','3',    '3','3','29941.51',    '3','3','28941.51',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017899.0','1019233.0','2',    '2','1','1710.2',    '2','1','1210.2',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106163.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017900.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106164.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017901.0','1019233.0','16',    '16','8','25632.21',    '16','7','21777.44',    '12','3','3854.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106165.0','1044800.0','53',    '42','10','40181.16',    '42','7','37069.13',    '22','6','3112.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017902.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106166.0','1044800.0','2219',    '2013','457','1404084.84',    '1750','203','1063635.77',    '1387','386','340449.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017903.0','1019233.0','2',    '2','1','669.27',    '2','0','0.0',    '2','1','669.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106167.0','1044800.0','1682',    '1488','471','1520364.07',    '1404','321','1185549.13',    '1073','411','334814.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017904.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106168.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006908.0','1019233.0','1',    '1','1','1762.0',    '1','1','1762.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095172.0','1044800.0','2',    '2','2','501.69',    '2','0','0.0',    '2','2','501.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017905.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106169.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017906.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106170.0','1044800.0','3',    '2','1','518.0',    '2','0','0.0',    '1','1','518.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017907.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106171.0','1044800.0','1165',    '955','166','379729.73',    '836','95','276023.15',    '590','135','103706.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017908.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106172.0','1044800.0','154',    '144','73','557196.79',    '143','59','452682.16',    '102','50','104514.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017909.0','1019233.0','148',    '120','44','130197.26',    '114','30','104797.55',    '75','30','25399.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106173.0','1044800.0','1',    '1','1','15611.85',    '1','1','15441.86',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017910.0','1019233.0','2',    '2','1','379.99',    '2','0','0.0',    '1','1','379.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106174.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006927.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095191.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017911.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106175.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017912.0','1019233.0','6',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106176.0','1044800.0','22',    '17','3','12488.48',    '17','1','10584.0',    '8','3','1904.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017913.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106177.0','1044800.0','14',    '12','3','4720.27',    '10','2','3720.27',    '9','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017914.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106178.0','1044800.0','147',    '135','52','182989.01',    '125','33','129245.15',    '109','45','53743.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017915.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106179.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017916.0','1019233.0','5106',    '3907','237','388610.1',    '3676','95','240738.65',    '1613','208','147871.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106180.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017917.0','1019233.0','2256',    '1648','71','91433.43',    '1496','26','51342.45',    '592','58','40090.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106181.0','1044800.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017918.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106182.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006976.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095240.0','1044800.0','2',    '2','1','2315.82',    '2','1','1815.82',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017919.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106183.0','1044800.0','3',    '2','1','407.0',    '2','1','407.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017920.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106184.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017921.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106185.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017922.0','1019233.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106186.0','1044800.0','408',    '302','31','64743.1',    '283','7','40968.29',    '141','29','23774.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017923.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106187.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017924.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106188.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017925.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106189.0','1044800.0','207',    '186','73','127719.34',    '144','30','92100.19',    '134','56','35619.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017926.0','1019233.0','1497',    '1219','260','679836.63',    '1110','147','524452.65',    '730','206','155383.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106190.0','1044800.0','3518',    '3342','1237','5366545.47',    '3233','807','4420786.09',    '2463','998','945759.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017927.0','1019233.0','28',    '24','4','16507.2',    '20','1','13238.43',    '12','4','3268.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106191.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017928.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106192.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017929.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106193.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017930.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106194.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017931.0','1019233.0','493',    '348','31','42359.35',    '273','10','16423.41',    '217','29','25935.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106195.0','1044800.0','1',    '1','1','7187.4',    '1','1','6687.4',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017932.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106196.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017933.0','1019233.0','1',    '1','1','2192.0',    '1','1','1692.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106197.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017934.0','1019233.0','674',    '571','145','405757.49',    '516','89','328925.24',    '352','110','76832.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106198.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017935.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106199.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006936.0','1019233.0','1',    '1','1','729.94',    '1','0','0.0',    '1','1','729.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095200.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017936.0','1019233.0','629',    '494','71','167702.86',    '438','45','136114.72',    '278','48','31588.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106200.0','1044800.0','32',    '31','5','6776.49',    '29','3','4372.7',    '17','4','2403.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017937.0','1019233.0','1',    '1','1','1506.0',    '1','1','1006.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106201.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017938.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106202.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017939.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106203.0','1044800.0','123',    '116','62','404838.26',    '114','46','362766.4',    '94','48','42071.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017940.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106204.0','1044800.0','406',    '246','35','108133.92',    '215','29','82841.7',    '115','27','25292.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017941.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106205.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017942.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106206.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017943.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106207.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017944.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106208.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017945.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106209.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006903.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095167.0','1044800.0','2941',    '2201','146','265398.12',    '2050','59','164928.83',    '999','129','100469.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007003.0','1019233.0','7270',    '5713','263','459617.75',    '5336','95','270157.43',    '2182','225','189460.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095267.0','1044800.0','2164',    '1519','94','245826.54',    '1370','49','161279.58',    '626','73','84546.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017946.0','1019233.0','2',    '1','1','8359.0',    '1','1','7859.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106210.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017947.0','1019233.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106211.0','1044800.0','1114',    '908','243','486477.13',    '793','159','373729.2',    '593','184','112747.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017948.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106212.0','1044800.0','1',    '1','1','7215.25',    '1','1','6715.25',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017949.0','1019233.0','3',    '2','1','21610.27',    '2','1','21110.27',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106213.0','1044800.0','359',    '320','87','315683.2',    '272','50','268209.72',    '228','69','47473.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017950.0','1019233.0','862',    '775','196','621541.1',    '658','108','527378.58',    '553','147','94162.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106214.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017951.0','1019233.0','566',    '536','250','1015508.19',    '522','182','817683.74',    '429','194','197824.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106215.0','1044800.0','158',    '95','10','32348.03',    '83','6','28643.03',    '31','8','3705.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017952.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106216.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017953.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106217.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017954.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106218.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017955.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106219.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017956.0','1019233.0','586',    '455','79','249252.75',    '395','53','203338.52',    '246','60','45914.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106220.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017957.0','1019233.0','8',    '5','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106221.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017958.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106222.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017959.0','1019233.0','15',    '11','1','6947.87',    '10','1','6447.87',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106223.0','1044800.0','683',    '648','190','717037.47',    '630','124','591028.87',    '409','152','126008.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017960.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106224.0','1044800.0','15',    '14','2','6364.0',    '13','1','1364.0',    '9','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017961.0','1019233.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106225.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017962.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106226.0','1044800.0','42',    '31','3','2751.39',    '26','1','1282.0',    '14','3','1469.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017963.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106227.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017964.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106228.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017965.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106229.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017966.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106230.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017967.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106231.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017968.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106232.0','1044800.0','497',    '400','101','287548.44',    '343','74','222584.03',    '277','75','64964.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017969.0','1019233.0','9',    '7','1','1692.0',    '7','1','1192.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106233.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017970.0','1019233.0','11',    '10','2','10363.4',    '9','2','8820.0',    '4','2','1543.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106234.0','1044800.0','1',    '1','1','149.5',    '1','0','0.0',    '1','1','149.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017971.0','1019233.0','1',    '1','1','4043.95',    '1','1','3543.95',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106235.0','1044800.0','247',    '214','86','280564.77',    '172','44','231994.07',    '155','65','48570.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017972.0','1019233.0','31',    '28','10','50268.78',    '25','7','38634.55',    '19','8','11634.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106236.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017973.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106237.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017974.0','1019233.0','2',    '2','1','3280.81',    '2','1','2780.81',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106238.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017975.0','1019233.0','1687',    '1200','64','135059.15',    '1112','25','92814.69',    '462','55','42244.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106239.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017976.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106240.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017977.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106241.0','1044800.0','1',    '1','1','329.99',    '1','0','0.0',    '1','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017978.0','1019233.0','2501',    '2016','363','765364.96',    '1793','211','558316.91',    '1296','281','207048.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106242.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017979.0','1019233.0','142',    '128','31','76589.14',    '120','17','56841.15',    '83','27','19747.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106243.0','1044800.0','0',    '1','1','329.99',    '1','0','0.0',    '1','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017980.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106244.0','1044800.0','1',    '1','1','2161.68',    '1','1','1512.18',    '1','1','649.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017981.0','1019233.0','1',    '1','1','329.99',    '0','0','0.0',    '1','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106245.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017982.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106246.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017983.0','1019233.0','1',    '1','1','11071.89',    '1','1','11071.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106247.0','1044800.0','1',    '1','1','2864.32',    '1','1','2864.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017984.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106248.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017985.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106249.0','1044800.0','1',    '1','1','2380.04',    '1','0','0.0',    '1','1','2380.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017986.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106250.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017987.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106251.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017988.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106252.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017989.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106253.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017990.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106254.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017991.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106255.0','1044800.0','3',    '2','1','595.67',    '1','0','0.0',    '2','1','595.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006990.0','1019233.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095254.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006901.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095165.0','1044800.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017992.0','1019233.0','1382',    '1066','71','122044.13',    '964','25','79922.84',    '460','64','42121.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106256.0','1044800.0','5',    '3','1','1182.05',    '3','1','682.05',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017993.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106257.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017994.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106258.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017995.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106259.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017996.0','1019233.0','2634',    '2488','689','2426558.73',    '2396','401','1896149.88',    '1625','597','530408.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106260.0','1044800.0','63',    '59','13','46684.84',    '54','7','37759.3',    '41','11','8925.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017997.0','1019233.0','1',    '1','1','95.6',    '1','0','0.0',    '1','1','95.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106261.0','1044800.0','42',    '35','11','16150.68',    '22','2','8748.46',    '27','11','7402.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017998.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106262.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2017999.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106263.0','1044800.0','629',    '490','61','126957.0',    '470','35','84265.76',    '231','52','42691.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018000.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106264.0','1044800.0','2962',    '2278','230','436973.47',    '2089','99','287160.58',    '1107','200','149812.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018001.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106265.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018002.0','1019233.0','898',    '866','372','1523784.77',    '845','228','1172133.14',    '674','317','351651.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106266.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018003.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106267.0','1044800.0','8397',    '6908','557','974873.37',    '6589','231','637624.23',    '2955','495','337249.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018004.0','1019233.0','10645',    '8757','659','1327832.36',    '8343','294','898496.48',    '3530','583','429335.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106268.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018005.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106269.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018006.0','1019233.0','2',    '2','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106270.0','1044800.0','12',    '10','1','722.49',    '9','0','0.0',    '7','1','722.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018007.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106271.0','1044800.0','441',    '405','71','228180.45',    '386','43','202819.58',    '198','46','25360.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018008.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106272.0','1044800.0','152',    '129','29','128190.91',    '112','19','111730.05',    '92','22','16460.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018009.0','1019233.0','2',    '2','1','2713.09',    '2','1','2713.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106273.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018010.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106274.0','1044800.0','204',    '137','20','44549.62',    '130','14','33966.72',    '66','17','10582.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018011.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106275.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018012.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106276.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001661.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089925.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001793.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090057.0','1044800.0','15',    '7','0','0.0',    '4','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018013.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106277.0','1044800.0','649',    '599','221','840520.97',    '575','152','668419.2',    '411','180','172101.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018014.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106278.0','1044800.0','21',    '18','4','15072.53',    '12','3','14116.69',    '14','2','955.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018015.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106279.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018016.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106280.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018017.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106281.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018018.0','1019233.0','4961',    '3847','250','486521.99',    '3587','110','312891.01',    '1513','221','173630.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106282.0','1044800.0','18',    '13','1','2192.0',    '11','1','1692.0',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018019.0','1019233.0','1',    '1','1','28800.0',    '1','1','28300.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106283.0','1044800.0','4679',    '3825','437','923997.98',    '3639','212','694264.36',    '1680','337','229733.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007004.0','1019233.0','922',    '671','84','190955.63',    '554','46','148985.3',    '416','58','41970.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095268.0','1044800.0','1138',    '1030','189','638013.7',    '989','121','518890.05',    '544','149','119123.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018020.0','1019233.0','440',    '419','86','389763.98',    '409','54','306861.64',    '242','74','82902.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106284.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018021.0','1019233.0','648',    '549','166','422403.13',    '477','90','311933.26',    '391','137','110469.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106285.0','1044800.0','1',    '1','1','20884.93',    '1','1','20384.93',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018022.0','1019233.0','9',    '4','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106286.0','1044800.0','62',    '53','5','9711.04',    '50','2','6821.28',    '27','5','2889.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018023.0','1019233.0','404',    '379','120','593073.63',    '360','80','459176.7',    '265','100','133896.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106287.0','1044800.0','27',    '14','2','23016.26',    '12','2','22016.26',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018024.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106288.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018025.0','1019233.0','663',    '579','87','447204.81',    '558','68','380552.38',    '267','60','66652.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106289.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018026.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106290.0','1044800.0','1480',    '1115','50','84465.71',    '1003','19','52550.21',    '478','43','31915.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018027.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106291.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007052.0','1019233.0','1',    '1','1','1647.04',    '1','1','1147.04',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095316.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018028.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106292.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018029.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106293.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018030.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106294.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018031.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106295.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018032.0','1019233.0','1',    '1','1','4263.38',    '1','1','2060.0',    '1','1','2203.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106296.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018033.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106297.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018034.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106298.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018035.0','1019233.0','1',    '1','1','231.27',    '1','0','0.0',    '1','1','231.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106299.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018036.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106300.0','1044800.0','50',    '26','6','4777.41',    '24','1','1948.0',    '14','6','2829.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018037.0','1019233.0','93',    '73','18','32021.13',    '62','6','18948.9',    '53','16','13072.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106301.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018038.0','1019233.0','47',    '31','5','16629.97',    '28','5','10658.57',    '18','2','5971.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106302.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018039.0','1019233.0','181',    '173','48','198443.53',    '169','28','169076.85',    '111','41','29366.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106303.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018040.0','1019233.0','1',    '1','1','846.0',    '1','1','846.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106304.0','1044800.0','792',    '595','23','23540.53',    '538','8','13607.3',    '240','20','9933.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018041.0','1019233.0','279',    '249','21','134846.73',    '247','14','109758.85',    '84','18','25087.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106305.0','1044800.0','482',    '435','189','625410.51',    '427','127','463764.04',    '293','145','161646.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018042.0','1019233.0','1',    '1','1','711.72',    '1','0','0.0',    '1','1','711.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106306.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018043.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106307.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018044.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106308.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018045.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106309.0','1044800.0','1',    '1','1','27014.23',    '1','1','24458.0',    '1','1','2556.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018046.0','1019233.0','23',    '20','3','3830.24',    '19','0','0.0',    '11','3','3830.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106310.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001640.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089904.0','1044800.0','36',    '33','15','45934.45',    '27','7','35994.39',    '24','11','9940.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018047.0','1019233.0','18',    '14','2','5208.38',    '14','2','4208.38',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106311.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018048.0','1019233.0','1',    '1','1','1170.35',    '1','1','785.78',    '1','1','384.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106312.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018049.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106313.0','1044800.0','1',    '1','1','5049.03',    '1','1','2060.0',    '1','1','2989.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018050.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106314.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018051.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106315.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018052.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106316.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018053.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106317.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018054.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106318.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018055.0','1019233.0','9',    '7','2','4588.5',    '6','1','4088.5',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106319.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018056.0','1019233.0','2',    '2','1','1442.0',    '2','1','942.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106320.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018057.0','1019233.0','69',    '63','16','50902.25',    '52','11','38861.08',    '41','12','12041.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106321.0','1044800.0','112',    '96','21','81441.86',    '83','12','67902.96',    '66','19','13538.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018058.0','1019233.0','129',    '124','58','146282.81',    '122','48','119536.89',    '68','21','26745.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106322.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001811.0','1019233.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090075.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018059.0','1019233.0','8',    '6','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106323.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018060.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106324.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018061.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106325.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018062.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106326.0','1044800.0','3984',    '3037','327','595382.29',    '2793','143','381136.26',    '1513','283','214246.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018063.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106327.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018064.0','1019233.0','4309',    '3774','980','2602290.08',    '3167','466','2005683.46',    '2637','815','596606.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106328.0','1044800.0','1',    '1','1','6012.0',    '1','1','6012.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018065.0','1019233.0','14',    '14','7','31814.82',    '13','7','30904.82',    '8','1','910.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106329.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007082.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095346.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018066.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106330.0','1044800.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018067.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106331.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018068.0','1019233.0','216',    '194','49','226805.37',    '170','29','185146.91',    '130','37','41658.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106332.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018069.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106333.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018070.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106334.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018071.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106335.0','1044800.0','6',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018072.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106336.0','1044800.0','764',    '691','186','690774.0',    '660','114','589749.71',    '419','148','101024.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006972.0','1019233.0','1',    '1','1','1686.93',    '1','0','0.0',    '1','1','1686.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095236.0','1044800.0','75',    '60','21','38888.3',    '36','8','24609.15',    '45','17','14279.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018073.0','1019233.0','1',    '1','1','252.78',    '0','0','0.0',    '1','1','252.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106337.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018074.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106338.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007113.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095377.0','1044800.0','6249',    '4674','412','721216.09',    '4307','160','488285.32',    '2482','355','232930.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018075.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106339.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018076.0','1019233.0','5089',    '3559','179','296833.46',    '3252','59','178573.41',    '1399','158','118260.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106340.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018077.0','1019233.0','1',    '1','1','9833.42',    '1','1','7206.0',    '1','1','2627.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106341.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018078.0','1019233.0','1714',    '1221','133','265362.03',    '1008','54','161653.86',    '750','115','103708.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106342.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018079.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106343.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018080.0','1019233.0','1184',    '1043','220','484984.4',    '854','81','357925.96',    '692','185','127058.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106344.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018081.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106345.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106346.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018083.0','1019233.0','4',    '3','0','0.0',    '0','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106347.0','1044800.0','5',    '3','1','963.68',    '2','1','463.68',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018084.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106348.0','1044800.0','9',    '9','3','13196.32',    '9','2','12523.81',    '4','2','672.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018085.0','1019233.0','3',    '3','2','6122.79',    '3','2','4626.0',    '3','2','1496.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106349.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018086.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106350.0','1044800.0','4756',    '3714','288','599209.42',    '3523','118','368225.74',    '1676','256','230983.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018087.0','1019233.0','13',    '10','0','0.0',    '10','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106351.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018088.0','1019233.0','579',    '516','161','526704.01',    '452','98','433710.22',    '367','132','92993.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106352.0','1044800.0','1531',    '1370','331','842678.5',    '1135','151','647298.79',    '952','269','195379.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018089.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106353.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018090.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106354.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018091.0','1019233.0','354',    '236','18','20082.26',    '214','7','11318.99',    '95','16','8763.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106355.0','1044800.0','1918',    '1458','83','116184.91',    '1365','28','59334.15',    '601','72','56850.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018092.0','1019233.0','16',    '15','4','7799.01',    '13','4','6949.59',    '9','2','849.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106356.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018093.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106357.0','1044800.0','89',    '84','35','186637.13',    '81','23','156508.41',    '55','28','30128.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018094.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106358.0','1044800.0','61',    '52','11','53385.12',    '43','5','47965.16',    '30','9','5419.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018095.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106359.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018096.0','1019233.0','10',    '8','2','665.0',    '8','0','0.0',    '4','2','665.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106360.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018097.0','1019233.0','5193',    '4044','394','789066.96',    '3786','170','513332.01',    '2041','343','275734.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106361.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018098.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106362.0','1044800.0','1',    '1','1','1123.15',    '1','0','0.0',    '1','1','1123.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018099.0','1019233.0','2',    '2','1','1366.86',    '2','0','0.0',    '1','1','1366.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106363.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018100.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106364.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018101.0','1019233.0','66',    '45','1','109.99',    '37','0','0.0',    '35','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106365.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018102.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106366.0','1044800.0','515',    '469','181','752785.52',    '436','128','631600.96',    '338','129','121184.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018103.0','1019233.0','60',    '56','36','208281.79',    '53','34','192342.11',    '36','18','15939.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106367.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018104.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106368.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018105.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106369.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018106.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106370.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018107.0','1019233.0','874',    '643','76','108797.63',    '580','13','59797.8',    '415','73','48999.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106371.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018108.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106372.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018109.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106373.0','1044800.0','1',    '1','1','4787.79',    '1','1','4787.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018110.0','1019233.0','11',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106374.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018111.0','1019233.0','5134',    '4082','296','631166.69',    '3847','134','435946.94',    '1763','256','195219.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106375.0','1044800.0','7',    '4','2','3007.0',    '4','1','2542.0',    '3','1','465.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018112.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106376.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018113.0','1019233.0','382',    '356','175','718201.35',    '351','150','588259.58',    '235','91','129941.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106377.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018114.0','1019233.0','2',    '2','1','9770.0',    '2','1','9270.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106378.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018115.0','1019233.0','1362',    '1052','37','73289.1',    '958','16','45318.47',    '454','31','27970.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106379.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018116.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106380.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018117.0','1019233.0','1',    '1','1','28800.0',    '1','1','28300.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106381.0','1044800.0','16',    '14','5','9711.54',    '12','4','8982.54',    '10','1','729.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018118.0','1019233.0','1',    '1','1','3648.57',    '1','1','3148.57',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106382.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007060.0','1019233.0','1',    '1','1','1224.8',    '1','1','724.8',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095324.0','1044800.0','4186',    '3208','266','470539.61',    '2999','98','298936.13',    '1475','243','171603.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007109.0','1019233.0','5',    '2','1','3954.0',    '2','1','3454.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095373.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018119.0','1019233.0','72',    '67','17','80244.34',    '65','11','66008.0',    '41','13','14236.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106383.0','1044800.0','528',    '490','112','419244.1',    '475','70','334340.54',    '273','94','84903.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018120.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106384.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018121.0','1019233.0','78',    '72','24','121605.13',    '65','13','110876.25',    '57','20','10728.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106385.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006990.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095254.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006928.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095192.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018122.0','1019233.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106386.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018123.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106387.0','1044800.0','4',    '3','1','386.62',    '3','0','0.0',    '2','1','386.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018124.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106388.0','1044800.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018125.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106389.0','1044800.0','3331',    '2660','212','336992.67',    '2535','93','227888.59',    '1074','189','109104.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018126.0','1019233.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106390.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006904.0','1019233.0','13',    '13','5','76066.96',    '13','5','71166.32',    '5','2','4900.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095168.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018127.0','1019233.0','12',    '10','1','6206.77',    '9','1','3524.0',    '7','1','2682.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106391.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018128.0','1019233.0','11',    '8','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106392.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018129.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106393.0','1044800.0','1',    '1','1','1864.0',    '1','1','1364.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018130.0','1019233.0','15',    '13','1','500.0',    '12','0','0.0',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106394.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018131.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106395.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018132.0','1019233.0','1917',    '1455','176','354045.91',    '1353','65','208550.4',    '842','163','145495.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106396.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018133.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106397.0','1044800.0','8',    '8','4','16719.59',    '5','3','15659.59',    '6','2','1060.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018134.0','1019233.0','7',    '7','4','13360.47',    '7','1','9493.45',    '5','4','3867.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106398.0','1044800.0','40',    '36','14','39601.81',    '34','8','32960.19',    '25','10','6641.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018135.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106399.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018136.0','1019233.0','8',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106400.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018137.0','1019233.0','1367',    '1074','117','303255.2',    '999','69','236992.79',    '500','92','66262.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106401.0','1044800.0','7',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018138.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106402.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018139.0','1019233.0','5',    '5','1','7629.35',    '4','1','7129.35',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106403.0','1044800.0','1',    '1','1','525.24',    '1','0','0.0',    '1','1','525.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018140.0','1019233.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106404.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001776.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090040.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018141.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106405.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018142.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106406.0','1044800.0','1005',    '901','203','1014404.15',    '854','127','842352.53',    '488','172','172051.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018143.0','1019233.0','213',    '185','51','145389.25',    '153','33','123828.27',    '110','32','21560.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106407.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018144.0','1019233.0','738',    '672','183','783290.19',    '604','117','644600.14',    '481','142','138690.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106408.0','1044800.0','5',    '5','1','2172.57',    '4','1','1672.57',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018145.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106409.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018146.0','1019233.0','5164',    '4065','355','792555.58',    '3826','154','541293.28',    '2007','311','251262.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106410.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018147.0','1019233.0','7',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106411.0','1044800.0','4074',    '3127','266','404545.6',    '2863','87','232955.69',    '1509','246','171589.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018148.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106412.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018149.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106413.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018150.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106414.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018151.0','1019233.0','5',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106415.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007070.0','1019233.0','5227',    '4225','308','467832.31',    '4020','124','298375.63',    '1778','267','169456.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095334.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018152.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106416.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018153.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106417.0','1044800.0','6915',    '6375','1504','5071689.2',    '6026','905','4060935.05',    '4049','1238','1010754.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018154.0','1019233.0','7',    '7','1','2904.3',    '7','1','2904.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106418.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018155.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106419.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018156.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106420.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018157.0','1019233.0','1759',    '1177','70','120982.33',    '1041','21','70983.29',    '603','66','49999.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106421.0','1044800.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018158.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106422.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018159.0','1019233.0','2299',    '1743','201','328427.63',    '1589','69','203768.36',    '1002','189','124659.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106423.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018160.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106424.0','1044800.0','44',    '43','10','24472.46',    '43','8','19026.25',    '27','9','5446.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018161.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106425.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001844.0','1019233.0','12',    '10','3','1918.51',    '9','1','458.53',    '5','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090108.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018162.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106426.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018163.0','1019233.0','1',    '1','1','6597.0',    '1','1','6097.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106427.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018164.0','1019233.0','2338',    '1789','151','300995.39',    '1649','50','195472.04',    '935','134','105523.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106428.0','1044800.0','6',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018165.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106429.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018166.0','1019233.0','127',    '118','48','183353.47',    '115','41','161986.4',    '65','24','21367.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106430.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000389.0','1019233.0','1424',    '1342','778','2906932.37',    '1282','489','1914674.56',    '1021','583','992257.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088653.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018167.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106431.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018168.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106432.0','1044800.0','196',    '178','81','344659.51',    '170','51','261932.92',    '127','56','82726.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018169.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106433.0','1044800.0','2',    '2','2','5271.8',    '2','2','5271.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000225.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088489.0','1044800.0','9',    '9','0','0.0',    '8','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000267.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088531.0','1044800.0','27',    '26','5','8492.56',    '26','3','3336.28',    '15','5','5156.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018170.0','1019233.0','70',    '61','24','53916.19',    '57','12','39667.52',    '43','19','14248.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106434.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018171.0','1019233.0','232',    '216','83','377878.21',    '201','43','325207.85',    '172','72','52670.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106435.0','1044800.0','246',    '240','76','340573.5',    '231','34','294790.12',    '180','65','45783.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000444.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088708.0','1044800.0','1',    '1','1','1809.36',    '1','1','1086.0',    '1','1','723.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018172.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106436.0','1044800.0','234',    '214','50','186912.16',    '197','24','142837.95',    '156','43','44074.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018173.0','1019233.0','1',    '1','1','5555.5',    '1','1','5055.5',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106437.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018174.0','1019233.0','39',    '36','18','88129.34',    '35','15','82667.74',    '20','9','5461.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106438.0','1044800.0','1',    '1','1','2480.0',    '1','1','1980.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018175.0','1019233.0','631',    '574','110','396108.55',    '543','72','332689.19',    '325','88','63419.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106439.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018176.0','1019233.0','1',    '1','1','1680.43',    '1','1','1680.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106440.0','1044800.0','42',    '35','17','68020.2',    '35','7','50241.6',    '25','14','17778.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018177.0','1019233.0','335',    '299','92','311267.75',    '270','43','248775.78',    '206','74','62491.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106441.0','1044800.0','496',    '442','106','510376.29',    '360','64','453783.28',    '290','72','56593.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018178.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106442.0','1044800.0','16',    '15','5','6366.56',    '12','3','4362.42',    '12','3','2004.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018179.0','1019233.0','18',    '18','5','13632.83',    '16','4','13246.21',    '9','1','386.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106443.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018180.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106444.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018181.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106445.0','1044800.0','3',    '3','1','3145.9',    '3','1','2480.9',    '3','1','665.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018182.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106446.0','1044800.0','3',    '2','1','9462.85',    '2','1','9462.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001831.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090095.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018183.0','1019233.0','132',    '113','59','193799.67',    '109','46','137864.16',    '70','35','55935.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106447.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000228.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088492.0','1044800.0','1635',    '1288','99','332953.85',    '1206','62','272054.37',    '544','86','60899.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018184.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106448.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018185.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106449.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018186.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106450.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018187.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106451.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018188.0','1019233.0','222',    '180','34','85486.91',    '168','20','66934.44',    '102','32','18552.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106452.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018189.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106453.0','1044800.0','1563',    '1405','315','1176509.18',    '1320','188','962452.46',    '880','270','214056.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018190.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106454.0','1044800.0','513',    '414','19','55702.3',    '374','9','44291.12',    '163','17','11411.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018191.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106455.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018192.0','1019233.0','1233',    '1166','363','1178190.78',    '1125','230','957319.57',    '785','300','220871.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106456.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018193.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106457.0','1044800.0','72',    '64','9','14576.82',    '60','3','10406.75',    '37','7','4170.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018194.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106458.0','1044800.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018195.0','1019233.0','4',    '4','1','4051.0',    '4','1','3346.0',    '3','1','705.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106459.0','1044800.0','1',    '1','1','1337.17',    '1','1','1337.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018196.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106460.0','1044800.0','1',    '1','1','4736.28',    '1','1','854.0',    '1','1','3882.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000224.0','1019233.0','105',    '90','13','70323.25',    '86','9','63819.54',    '38','10','6503.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088488.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018197.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106461.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018198.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106462.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018199.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106463.0','1044800.0','25',    '20','3','15732.1',    '17','3','14732.1',    '13','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001846.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090110.0','1044800.0','2',    '2','1','5108.26',    '1','0','0.0',    '2','1','5108.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018200.0','1019233.0','12',    '10','4','27263.76',    '8','3','26533.77',    '9','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106464.0','1044800.0','74',    '72','26','125819.42',    '66','12','92508.95',    '47','25','33310.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018201.0','1019233.0','1',    '1','1','1320.31',    '1','1','820.31',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106465.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000344.0','1019233.0','35',    '35','16','53555.86',    '33','14','49038.59',    '20','6','4517.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088608.0','1044800.0','1',    '1','1','15697.43',    '1','1','15197.43',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018202.0','1019233.0','2',    '2','1','5972.41',    '2','1','5972.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106466.0','1044800.0','333',    '309','124','517660.31',    '276','77','412631.13',    '220','98','105029.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000372.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088636.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018203.0','1019233.0','14',    '10','0','0.0',    '10','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106467.0','1044800.0','2220',    '1986','841','3292175.85',    '1823','506','2254452.08',    '1470','656','1037723.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018204.0','1019233.0','1',    '1','1','1239.73',    '1','0','0.0',    '1','1','1239.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106468.0','1044800.0','7',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018205.0','1019233.0','2136',    '1932','839','3192664.34',    '1803','518','2245760.9',    '1473','679','946903.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106469.0','1044800.0','2',    '2','1','933.0',    '2','1','433.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018206.0','1019233.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106470.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018207.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106471.0','1044800.0','1473',    '1230','92','216024.93',    '1143','39','166632.85',    '530','79','49392.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018208.0','1019233.0','202',    '190','58','250131.12',    '176','43','204508.54',    '137','48','45622.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106472.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018209.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106473.0','1044800.0','11',    '11','1','746.58',    '9','0','0.0',    '4','1','746.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018210.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106474.0','1044800.0','84',    '77','26','86948.75',    '74','17','56058.26',    '58','22','30890.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018211.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106475.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018212.0','1019233.0','84',    '78','34','217379.96',    '73','22','189578.47',    '62','26','27801.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106476.0','1044800.0','16',    '13','5','19646.94',    '10','3','16114.61',    '10','5','3532.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018213.0','1019233.0','2',    '1','1','1639.0',    '1','1','974.0',    '1','1','665.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106477.0','1044800.0','1',    '1','1','79.99',    '1','0','0.0',    '1','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018214.0','1019233.0','1',    '1','1','7797.2',    '1','1','7048.0',    '1','1','749.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106478.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018215.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106479.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000206.0','1019233.0','7',    '6','2','15050.67',    '6','1','13915.68',    '4','2','1134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088470.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018216.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106480.0','1044800.0','374',    '326','31','146305.83',    '310','19','123308.65',    '163','27','22997.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018217.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106481.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018218.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106482.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018219.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106483.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001816.0','1019233.0','6',    '5','2','4440.02',    '4','1','2755.41',    '3','2','1684.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090080.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018220.0','1019233.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106484.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018221.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106485.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018222.0','1019233.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106486.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018223.0','1019233.0','268',    '228','46','118619.77',    '175','17','81510.07',    '161','39','37109.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106487.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018224.0','1019233.0','23',    '21','7','14845.87',    '20','5','5675.11',    '13','6','9170.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106488.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018225.0','1019233.0','169',    '152','55','260902.48',    '123','40','198962.27',    '109','41','61940.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106489.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018226.0','1019233.0','1',    '1','1','7673.99',    '1','1','1762.0',    '1','1','5911.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106490.0','1044800.0','368',    '345','108','569139.69',    '325','63','423485.66',    '260','95','145654.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018227.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106491.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018228.0','1019233.0','163',    '150','71','218244.57',    '142','48','152492.2',    '116','60','65752.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106492.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018229.0','1019233.0','1',    '1','1','169.99',    '1','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106493.0','1044800.0','20',    '20','13','24396.04',    '19','5','15351.92',    '18','13','9044.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018230.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106494.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018231.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106495.0','1044800.0','13',    '12','4','13607.18',    '9','2','11877.19',    '6','3','1729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018232.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106496.0','1044800.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018233.0','1019233.0','92',    '72','12','46898.96',    '68','6','38169.45',    '35','10','8729.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106497.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018234.0','1019233.0','15',    '11','3','6972.37',    '11','3','5039.97',    '6','3','1932.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106498.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018235.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106499.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018236.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106500.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018237.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106501.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018238.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106502.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001769.0','1019233.0','1',    '1','1','299.0',    '1','0','0.0',    '1','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090033.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018239.0','1019233.0','59',    '52','11','35427.96',    '41','4','29652.18',    '38','9','5775.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106503.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000524.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088788.0','1044800.0','512',    '466','131','451224.17',    '434','79','362075.82',    '328','114','89148.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018240.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106504.0','1044800.0','110',    '104','36','177704.25',    '104','22','160931.26',    '67','29','16772.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018241.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106505.0','1044800.0','325',    '289','24','37834.09',    '279','12','27692.26',    '116','20','10141.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018242.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106506.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018243.0','1019233.0','249',    '214','28','79603.93',    '198','13','56754.6',    '109','25','22849.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106507.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018244.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106508.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018245.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106509.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007015.0','1019233.0','1',    '1','1','8429.0',    '1','1','7929.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095279.0','1044800.0','1',    '1','1','2192.0',    '1','1','1692.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018246.0','1019233.0','1',    '1','1','599.0',    '1','0','0.0',    '1','1','599.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106510.0','1044800.0','149',    '143','55','181334.44',    '135','39','143311.51',    '107','42','38022.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018247.0','1019233.0','5',    '4','1','7695.3',    '4','1','3415.0',    '1','1','4280.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106511.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018248.0','1019233.0','1',    '1','1','6195.67',    '1','1','1412.0',    '1','1','4783.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106512.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000474.0','1019233.0','42',    '34','5','5324.2',    '23','1','2864.22',    '25','4','2459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088738.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018249.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106513.0','1044800.0','2',    '2','2','9324.1',    '2','1','8274.1',    '2','2','1050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018250.0','1019233.0','252',    '242','84','266763.28',    '231','44','216247.93',    '186','66','50515.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106514.0','1044800.0','18',    '15','4','19323.61',    '11','3','17863.63',    '9','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018251.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106515.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018252.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106516.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018253.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106517.0','1044800.0','196',    '171','21','82059.14',    '158','11','70105.95',    '103','18','11953.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018254.0','1019233.0','1237',    '1148','415','1748894.24',    '1107','240','1214617.93',    '876','374','534276.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106518.0','1044800.0','1448',    '1219','136','265667.9',    '1136','69','179880.05',    '558','112','85787.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018255.0','1019233.0','381',    '325','85','245353.4',    '251','44','193627.13',    '233','64','51726.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106519.0','1044800.0','375',    '350','157','1021273.97',    '341','116','923125.91',    '265','123','98148.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018256.0','1019233.0','5',    '3','2','3634.88',    '3','2','3411.52',    '3','1','223.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106520.0','1044800.0','742',    '691','159','722350.34',    '669','102','622961.72',    '442','131','99388.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018257.0','1019233.0','12',    '10','1','729.99',    '8','0','0.0',    '6','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106521.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018258.0','1019233.0','1340',    '1114','70','97978.59',    '1042','24','60828.41',    '476','62','37150.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106522.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018259.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106523.0','1044800.0','348',    '303','34','39567.57',    '275','7','20929.15',    '152','32','18638.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007094.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095358.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018260.0','1019233.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106524.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018261.0','1019233.0','31',    '24','3','1399.98',    '17','0','0.0',    '19','3','1399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106525.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018262.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106526.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018263.0','1019233.0','19',    '17','9','8514.45',    '12','1','5166.94',    '14','8','3347.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106527.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018264.0','1019233.0','20',    '18','10','36765.35',    '17','7','26503.45',    '15','6','10261.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106528.0','1044800.0','19',    '18','6','33587.77',    '17','4','30627.79',    '12','5','2959.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018265.0','1019233.0','117',    '95','26','70885.77',    '89','18','48341.24',    '69','22','22544.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106529.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018266.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106530.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018267.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106531.0','1044800.0','6205',    '5504','770','2056188.29',    '5163','381','1565246.85',    '2858','673','490941.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018268.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106532.0','1044800.0','52',    '48','8','38729.51',    '44','5','28455.59',    '32','7','10273.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018269.0','1019233.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106533.0','1044800.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018270.0','1019233.0','82',    '72','22','115740.81',    '70','18','93495.36',    '44','12','22245.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106534.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018271.0','1019233.0','711',    '599','24','43697.15',    '571','7','29588.06',    '256','20','14109.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106535.0','1044800.0','2',    '2','1','1449.65',    '2','1','949.65',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018272.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106536.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018273.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106537.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000357.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088621.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018274.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106538.0','1044800.0','2641',    '2297','684','2071877.5',    '2055','434','1624442.43',    '1682','565','447435.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018275.0','1019233.0','25',    '23','6','11903.41',    '23','2','8311.8',    '17','5','3591.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106539.0','1044800.0','149',    '135','42','157037.8',    '133','30','131179.54',    '86','33','25858.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018276.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106540.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018277.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106541.0','1044800.0','1',    '1','1','2479.31',    '1','1','2479.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018278.0','1019233.0','2',    '1','1','3981.76',    '1','1','3981.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106542.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018279.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106543.0','1044800.0','298',    '270','87','339531.45',    '241','60','263138.64',    '178','63','76392.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018280.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106544.0','1044800.0','44',    '36','11','9629.34',    '29','7','6859.87',    '22','6','2769.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018281.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106545.0','1044800.0','628',    '544','85','234972.27',    '510','53','181063.72',    '311','72','53908.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018282.0','1019233.0','16',    '14','0','0.0',    '14','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106546.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006925.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095189.0','1044800.0','344',    '314','132','357104.76',    '291','74','250966.75',    '215','90','106138.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018283.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106547.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018284.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106548.0','1044800.0','6',    '6','1','549.2',    '3','1','549.2',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018285.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106549.0','1044800.0','78',    '63','13','38012.77',    '57','8','29882.36',    '40','8','8130.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018286.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106550.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018287.0','1019233.0','13',    '12','6','18617.19',    '12','5','17842.48',    '4','1','774.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106551.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018288.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106552.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018289.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106553.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018290.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106554.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018291.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106555.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018292.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106556.0','1044800.0','467',    '445','201','1021705.93',    '435','144','885283.53',    '347','156','136422.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018293.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106557.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018294.0','1019233.0','606',    '529','85','156408.6',    '515','50','112144.07',    '285','71','44264.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106558.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000531.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088795.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018295.0','1019233.0','1',    '1','1','25654.0',    '1','1','25154.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106559.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018296.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106560.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018297.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106561.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006957.0','1019233.0','51',    '45','7','28433.77',    '44','4','25433.77',    '20','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095221.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018298.0','1019233.0','63',    '59','16','28831.5',    '54','7','21218.54',    '37','11','7612.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106562.0','1044800.0','47',    '43','10','20753.55',    '38','7','13073.08',    '29','10','7680.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018299.0','1019233.0','1068',    '889','228','870221.05',    '766','116','610616.82',    '629','194','259604.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106563.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018300.0','1019233.0','3',    '3','1','2814.44',    '3','1','2814.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106564.0','1044800.0','1',    '1','1','899.98',    '1','0','0.0',    '1','1','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018301.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106565.0','1044800.0','11',    '8','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018302.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106566.0','1044800.0','521',    '484','225','1116539.18',    '460','180','924294.17',    '321','127','192245.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018303.0','1019233.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106567.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018304.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106568.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018305.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106569.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018306.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106570.0','1044800.0','12',    '7','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018307.0','1019233.0','1492',    '1256','134','318109.81',    '1150','60','231564.4',    '633','111','86545.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106571.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018308.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106572.0','1044800.0','46',    '44','15','105279.25',    '43','14','83446.71',    '31','12','21832.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018309.0','1019233.0','605',    '554','145','484951.06',    '521','110','395935.98',    '352','114','89015.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106573.0','1044800.0','3',    '2','1','5419.26',    '2','1','4919.26',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018310.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106574.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018311.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106575.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018312.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106576.0','1044800.0','22',    '19','10','66674.02',    '18','7','61035.72',    '13','7','5638.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018313.0','1019233.0','415',    '386','122','402221.1',    '326','75','317664.09',    '296','105','84557.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106577.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018314.0','1019233.0','6411',    '5648','1473','3377169.94',    '5066','755','2402678.12',    '4111','1249','974491.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106578.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018315.0','1019233.0','4',    '3','1','3938.77',    '3','1','3938.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106579.0','1044800.0','148',    '130','35','125142.39',    '108','25','94648.71',    '90','28','30493.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018316.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106580.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018317.0','1019233.0','201',    '183','66','308832.32',    '176','47','273971.38',    '131','49','34860.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106581.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018318.0','1019233.0','16',    '16','3','6662.16',    '13','2','5933.16',    '13','1','729.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106582.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018319.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106583.0','1044800.0','39',    '31','8','45837.27',    '29','4','41032.92',    '15','5','4804.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018320.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106584.0','1044800.0','2477',    '2219','728','2340690.87',    '2105','475','1856591.54',    '1645','623','484099.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018321.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106585.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018322.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106586.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018323.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106587.0','1044800.0','2162',    '1564','77','265343.8',    '1415','44','211160.28',    '628','68','54183.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018324.0','1019233.0','44',    '36','10','68328.37',    '30','8','64238.83',    '25','8','4089.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106588.0','1044800.0','1',    '1','1','6198.82',    '1','1','5698.82',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018325.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106589.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018326.0','1019233.0','121',    '110','27','92418.97',    '103','19','82304.3',    '78','22','10114.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106590.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018327.0','1019233.0','1',    '1','1','4486.48',    '1','1','3986.48',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106591.0','1044800.0','12',    '9','2','8154.71',    '8','1','7154.71',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018328.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106592.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018329.0','1019233.0','758',    '613','69','312191.06',    '573','56','251987.05',    '291','56','60204.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106593.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018330.0','1019233.0','571',    '496','65','205558.67',    '472','37','167465.63',    '244','58','38093.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106594.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018331.0','1019233.0','3',    '3','1','2765.57',    '3','1','2265.57',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106595.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007088.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095352.0','1044800.0','23',    '23','3','23887.57',    '23','2','21287.57',    '13','3','2600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018332.0','1019233.0','1461',    '1132','217','537611.54',    '959','113','412484.67',    '752','180','125126.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106596.0','1044800.0','87',    '71','18','42060.15',    '61','11','27047.05',    '48','14','15013.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018333.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106597.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018334.0','1019233.0','1',    '1','1','2708.38',    '1','1','2708.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106598.0','1044800.0','2171',    '1846','457','1565839.79',    '1463','246','1143634.06',    '1298','361','422205.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018335.0','1019233.0','89',    '76','22','22555.63',    '69','8','9471.04',    '61','20','13084.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106599.0','1044800.0','29',    '27','8','14793.3',    '19','6','11548.32',    '17','5','3244.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018336.0','1019233.0','7',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106600.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018337.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106601.0','1044800.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018338.0','1019233.0','10',    '9','3','2012.86',    '9','1','125.01',    '8','3','1887.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106602.0','1044800.0','566',    '519','205','853858.87',    '492','159','735103.97',    '380','157','118754.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000335.0','1019233.0','1',    '1','1','10351.3',    '1','1','4368.65',    '1','1','5982.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088599.0','1044800.0','516',    '392','40','109800.3',    '329','23','82118.02',    '218','34','27682.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018339.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106603.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018340.0','1019233.0','35',    '27','9','32053.72',    '24','6','28903.72',    '18','6','3150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106604.0','1044800.0','59',    '48','10','37083.84',    '39','6','32482.02',    '30','8','4601.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018341.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106605.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001709.0','1019233.0','550',    '479','135','673991.38',    '444','91','590869.1',    '313','113','83122.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089973.0','1044800.0','2507',    '1909','171','315114.33',    '1752','86','227419.55',    '876','132','87694.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018342.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106606.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018343.0','1019233.0','1958',    '1480','120','224017.01',    '1217','56','152435.52',    '793','100','71581.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106607.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000236.0','1019233.0','268',    '242','77','410435.82',    '237','56','350893.9',    '159','64','59541.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088500.0','1044800.0','745',    '692','325','1237073.7',    '663','244','1028470.11',    '534','240','208603.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018344.0','1019233.0','1',    '1','1','3750.92',    '1','1','3250.92',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106608.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000421.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088685.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018345.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106609.0','1044800.0','6',    '6','2','3285.2',    '6','1','2785.2',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018346.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106610.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018347.0','1019233.0','77',    '72','19','57069.7',    '63','12','48143.03',    '52','15','8926.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106611.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018348.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106612.0','1044800.0','697',    '642','170','560924.7',    '565','107','462044.73',    '414','131','98879.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001823.0','1019233.0','14',    '13','3','7997.55',    '11','3','6497.55',    '10','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090087.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007027.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095291.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007126.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095390.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018349.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106613.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018350.0','1019233.0','89',    '75','15','97620.31',    '70','12','86802.89',    '54','12','10817.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106614.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018351.0','1019233.0','1',    '1','1','2228.41',    '1','1','1728.41',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106615.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018352.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106616.0','1044800.0','15',    '13','2','1287.2',    '13','1','287.2',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018353.0','1019233.0','75',    '68','14','46619.74',    '64','11','40315.94',    '40','9','6303.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106617.0','1044800.0','182',    '158','60','347394.34',    '153','53','315907.25',    '98','46','31487.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000531.0','1019233.0','3',    '3','1','369.99',    '3','0','0.0',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088795.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018354.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106618.0','1044800.0','2750',    '2421','607','2170590.83',    '2272','363','1754539.8',    '1515','500','416051.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018355.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106619.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018356.0','1019233.0','6',    '6','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106620.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018357.0','1019233.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106621.0','1044800.0','1',    '1','1','2846.55',    '1','1','1278.55',    '1','1','1568.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018358.0','1019233.0','137',    '130','59','169261.24',    '123','47','149159.94',    '82','23','20101.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106622.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018359.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106623.0','1044800.0','1',    '1','1','1233.27',    '1','1','733.27',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018360.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106624.0','1044800.0','1',    '1','1','799.0',    '1','0','0.0',    '1','1','799.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018361.0','1019233.0','45',    '41','6','13319.49',    '38','5','12319.49',    '19','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106625.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007031.0','1019233.0','508',    '471','205','893242.43',    '430','137','761117.23',    '387','169','132125.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095295.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018362.0','1019233.0','466',    '405','96','337302.42',    '354','54','277792.91',    '292','78','59509.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106626.0','1044800.0','2',    '2','2','14593.43',    '2','2','13200.01',    '2','2','1393.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018363.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106627.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001629.0','1019233.0','299',    '270','82','251920.92',    '232','56','207002.02',    '202','59','44918.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089893.0','1044800.0','11',    '10','4','4348.19',    '9','1','2678.2',    '9','4','1669.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018364.0','1019233.0','51',    '42','10','29213.0',    '41','7','23633.51',    '24','9','5579.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106628.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018365.0','1019233.0','1',    '1','1','3572.48',    '1','1','2643.24',    '1','1','929.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106629.0','1044800.0','3',    '3','1','6265.06',    '3','1','6265.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018366.0','1019233.0','1',    '1','1','4249.84',    '1','1','3749.84',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106630.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018367.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106631.0','1044800.0','6',    '6','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018368.0','1019233.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106632.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018369.0','1019233.0','79',    '75','22','122504.44',    '73','19','105915.26',    '56','16','16589.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106633.0','1044800.0','1172',    '926','173','524103.44',    '798','114','406152.33',    '547','143','117951.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018370.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106634.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018371.0','1019233.0','40',    '33','14','25466.47',    '32','10','23226.84',    '14','5','2239.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106635.0','1044800.0','902',    '838','306','1443022.35',    '769','212','1157778.98',    '631','241','285243.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018372.0','1019233.0','6591',    '6156','1782','6193212.24',    '5990','1050','4891568.84',    '3879','1510','1301643.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106636.0','1044800.0','430',    '407','127','580394.29',    '387','94','487985.41',    '312','107','92408.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001835.0','1019233.0','17',    '16','7','19519.65',    '16','7','18337.9',    '9','4','1181.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090099.0','1044800.0','27',    '27','7','13953.0',    '26','4','9820.16',    '14','6','4132.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018373.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106637.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018374.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106638.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018375.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106639.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006984.0','1019233.0','3',    '2','1','1084.55',    '2','0','0.0',    '2','1','1084.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095248.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018376.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106640.0','1044800.0','1',    '1','1','1878.0',    '1','1','1378.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018377.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106641.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018378.0','1019233.0','1832',    '1585','469','1584889.18',    '1445','292','1267815.82',    '1078','370','317073.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106642.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018379.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106643.0','1044800.0','1150',    '1013','241','919013.9',    '931','155','749704.41',    '630','194','169309.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018380.0','1019233.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106644.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018381.0','1019233.0','90',    '78','24','97403.26',    '71','16','75347.83',    '54','22','22055.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106645.0','1044800.0','1',    '1','1','9168.95',    '1','1','7266.83',    '1','1','1902.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018382.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106646.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018383.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106647.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018384.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106648.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018385.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106649.0','1044800.0','22',    '20','5','13868.75',    '17','4','12468.77',    '9','2','1399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018386.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106650.0','1044800.0','1',    '1','1','250.5',    '1','1','250.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000259.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088523.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018387.0','1019233.0','193',    '186','103','328938.02',    '181','67','231005.79',    '159','95','97932.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106651.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018388.0','1019233.0','310',    '286','77','291445.23',    '281','45','235470.81',    '179','66','55974.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106652.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018389.0','1019233.0','830',    '540','73','187041.89',    '454','39','149119.71',    '290','60','37922.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106653.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018390.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106654.0','1044800.0','794',    '585','67','209073.1',    '533','44','167532.4',    '263','59','41540.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018391.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106655.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018392.0','1019233.0','2',    '2','2','3926.89',    '2','1','3426.89',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106656.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018393.0','1019233.0','925',    '870','189','608466.68',    '840','102','480016.56',    '506','168','128450.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106657.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018394.0','1019233.0','910',    '857','348','1915471.19',    '844','260','1641665.05',    '541','274','273806.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106658.0','1044800.0','12',    '12','3','25334.13',    '11','2','24421.92',    '8','2','912.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018395.0','1019233.0','2677',    '1942','355','725104.34',    '1718','178','524259.57',    '1129','302','200844.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106659.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018396.0','1019233.0','59',    '47','11','45757.79',    '40','8','41484.0',    '28','7','4273.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106660.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001812.0','1019233.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090076.0','1044800.0','1792',    '1521','444','1287862.48',    '1325','280','984750.38',    '1165','370','303112.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001756.0','1019233.0','576',    '529','142','605213.61',    '496','93','520545.77',    '326','121','84667.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090020.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018397.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106661.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018398.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106662.0','1044800.0','8',    '7','2','7863.06',    '6','1','503.0',    '5','2','7360.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018399.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106663.0','1044800.0','394',    '316','54','93520.44',    '278','36','63015.33',    '166','42','30505.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018400.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106664.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018401.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106665.0','1044800.0','392',    '369','159','748766.08',    '365','131','648762.3',    '247','114','100003.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018402.0','1019233.0','14',    '13','4','73333.68',    '12','4','72106.97',    '6','1','1226.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106666.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000424.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088688.0','1044800.0','2',    '1','1','601.16',    '0','0','0.0',    '1','1','601.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018403.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106667.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018404.0','1019233.0','1451',    '1372','441','1519156.4',    '1345','289','1242498.93',    '873','369','276657.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106668.0','1044800.0','125',    '120','37','157962.97',    '114','32','139069.37',    '86','28','18893.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018405.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106669.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018406.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106670.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018407.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106671.0','1044800.0','1',    '1','1','1512.0',    '1','1','1012.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018408.0','1019233.0','37',    '27','1','500.0',    '23','0','0.0',    '16','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106672.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018409.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106673.0','1044800.0','917',    '826','231','671452.33',    '705','138','541479.01',    '605','189','129973.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018410.0','1019233.0','98',    '88','38','92063.64',    '85','28','67982.09',    '53','18','24081.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106674.0','1044800.0','44',    '40','16','47801.54',    '36','11','38670.26',    '33','14','9131.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018411.0','1019233.0','5981',    '5495','1275','3689434.13',    '5277','760','2746811.32',    '3221','1061','942622.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106675.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018412.0','1019233.0','1',    '1','1','325.5',    '1','0','0.0',    '1','1','325.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106676.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018413.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106677.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018414.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106678.0','1044800.0','110',    '105','40','206462.31',    '96','30','173331.46',    '77','29','33130.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018415.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106679.0','1044800.0','2840',    '2016','130','322628.48',    '1728','57','216070.13',    '984','108','106558.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018416.0','1019233.0','1',    '1','1','6189.01',    '1','1','6189.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106680.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018417.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106681.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018418.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106682.0','1044800.0','2',    '2','1','7184.95',    '2','1','6684.95',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018419.0','1019233.0','1',    '1','1','11353.06',    '1','1','10803.06',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106683.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018420.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106684.0','1044800.0','8',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018421.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106685.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018422.0','1019233.0','6',    '6','2','3087.62',    '6','2','3087.62',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106686.0','1044800.0','330',    '288','70','220409.18',    '246','44','176697.11',    '194','57','43712.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018423.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106687.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018424.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106688.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018425.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106689.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018426.0','1019233.0','440',    '407','112','406037.74',    '383','55','335043.14',    '260','93','70994.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106690.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001777.0','1019233.0','186',    '164','47','165826.65',    '135','27','139620.27',    '112','39','26206.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090041.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018427.0','1019233.0','1',    '1','1','387.07',    '1','0','0.0',    '1','1','387.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106691.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018428.0','1019233.0','588',    '495','112','212008.05',    '437','51','142520.37',    '343','95','69487.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106692.0','1044800.0','2422',    '2075','688','2690043.71',    '1875','476','2267742.73',    '1400','518','422300.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018429.0','1019233.0','1',    '1','1','21798.32',    '1','1','17949.53',    '1','1','3848.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106693.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018430.0','1019233.0','1',    '1','1','775.75',    '1','0','0.0',    '1','1','775.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106694.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000303.0','1019233.0','3',    '3','1','1776.78',    '3','1','876.0',    '2','1','900.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088567.0','1044800.0','1',    '1','1','632.05',    '1','0','0.0',    '1','1','632.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018431.0','1019233.0','202',    '151','18','96211.78',    '129','12','90252.16',    '92','11','5959.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106695.0','1044800.0','337',    '313','111','472311.28',    '299','81','393017.83',    '228','102','79293.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018432.0','1019233.0','5',    '5','2','19268.2',    '5','1','15314.96',    '4','2','3953.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106696.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018433.0','1019233.0','1',    '1','1','3670.31',    '1','1','3670.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106697.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018434.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106698.0','1044800.0','821',    '752','218','849145.41',    '706','155','722625.95',    '538','165','126519.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018435.0','1019233.0','382',    '310','52','168038.84',    '258','27','127707.16',    '195','47','40331.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106699.0','1044800.0','123',    '96','13','15011.38',    '68','4','7592.04',    '63','11','7419.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018436.0','1019233.0','2',    '1','1','1871.36',    '1','1','1371.36',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106700.0','1044800.0','1',    '1','1','584.0',    '1','1','584.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001657.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089921.0','1044800.0','1966',    '1502','123','165277.91',    '1271','39','96426.36',    '763','103','68851.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018437.0','1019233.0','1246',    '1146','333','1211393.93',    '1077','229','990854.89',    '844','277','220539.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106701.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018438.0','1019233.0','678',    '601','247','933755.84',    '533','164','744876.27',    '446','189','188879.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106702.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018439.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106703.0','1044800.0','1',    '1','1','1448.0',    '1','1','948.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018440.0','1019233.0','133',    '111','29','117076.23',    '106','23','90461.44',    '68','27','26614.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106704.0','1044800.0','22',    '22','8','31422.08',    '22','6','26602.53',    '17','6','4819.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018441.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106705.0','1044800.0','34',    '29','5','12824.4',    '26','2','10137.0',    '12','5','2687.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018442.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106706.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018443.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106707.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018444.0','1019233.0','1',    '1','1','4449.06',    '1','1','3689.06',    '1','1','760.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106708.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018445.0','1019233.0','945',    '707','70','170444.28',    '602','35','134681.67',    '387','56','35762.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106709.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018446.0','1019233.0','2196',    '1809','401','1310590.79',    '1512','230','1006807.22',    '1189','340','303783.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106710.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018447.0','1019233.0','4',    '4','1','715.62',    '3','1','715.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106711.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018448.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106712.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018449.0','1019233.0','9',    '8','3','21953.17',    '8','3','21953.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106713.0','1044800.0','1223',    '891','58','105480.23',    '731','20','78384.11',    '446','46','27096.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018450.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106714.0','1044800.0','1',    '1','1','200.0',    '1','0','0.0',    '1','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018451.0','1019233.0','844',    '592','65','222307.33',    '491','43','183907.32',    '306','51','38400.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106715.0','1044800.0','164',    '159','101','363067.74',    '153','87','298235.67',    '127','68','64832.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018452.0','1019233.0','40',    '31','3','3221.7',    '26','1','1187.1',    '19','3','2034.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106716.0','1044800.0','1',    '1','1','709.64',    '1','1','209.64',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001685.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089949.0','1044800.0','5168',    '4783','785','1706589.2',    '4618','382','1160849.57',    '2780','688','545739.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018453.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106717.0','1044800.0','2',    '2','1','7584.07',    '2','1','5918.48',    '1','1','1665.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018454.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106718.0','1044800.0','1',    '1','1','509.98',    '1','0','0.0',    '1','1','509.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018455.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106719.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018456.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106720.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018457.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106721.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018458.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106722.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000264.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088528.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018459.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106723.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001727.0','1019233.0','1',    '1','1','3042.0',    '1','1','2542.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089991.0','1044800.0','1',    '1','1','14192.76',    '1','1','12234.36',    '1','1','1958.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018460.0','1019233.0','2184',    '1638','221','556116.0',    '1427','127','441093.34',    '807','182','115022.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106724.0','1044800.0','5',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018176.0','1019233.0','9',    '9','4','17511.06',    '9','4','11310.66',    '8','2','6200.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106440.0','1044800.0','734',    '681','239','1138907.59',    '666','174','965750.64',    '473','210','173156.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018461.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106725.0','1044800.0','912',    '871','220','859464.52',    '835','123','682681.84',    '564','192','176782.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018462.0','1019233.0','1514',    '1428','414','2104824.61',    '1399','303','1781933.71',    '842','338','322890.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106726.0','1044800.0','245',    '164','30','101694.51',    '137','17','66969.8',    '90','26','34724.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018463.0','1019233.0','1',    '1','1','1442.0',    '1','1','942.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106727.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018464.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106728.0','1044800.0','274',    '255','74','333008.92',    '247','60','287706.95',    '152','60','45301.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007016.0','1019233.0','153',    '102','23','69315.05',    '97','15','55376.48',    '43','19','13938.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095280.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018465.0','1019233.0','758',    '594','52','122928.24',    '498','19','78472.34',    '330','47','44455.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106729.0','1044800.0','1',    '1','1','1520.0',    '1','1','1020.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018466.0','1019233.0','1',    '1','1','165.0',    '1','0','0.0',    '1','1','165.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106730.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018467.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106731.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018468.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106732.0','1044800.0','10',    '10','3','6525.62',    '9','3','6025.62',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018469.0','1019233.0','19',    '15','2','9110.35',    '15','2','7836.2',    '8','1','1274.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106733.0','1044800.0','241',    '176','29','41417.68',    '137','12','26429.97',    '113','26','14987.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018470.0','1019233.0','2',    '2','1','9168.8',    '2','1','8335.02',    '1','1','833.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106734.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018471.0','1019233.0','22',    '10','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106735.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000569.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088833.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018472.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106736.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001735.0','1019233.0','83',    '72','18','41819.9',    '67','17','35097.08',    '43','12','6722.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089999.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018473.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106737.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018474.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106738.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018475.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106739.0','1044800.0','2',    '2','1','169.99',    '2','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018476.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106740.0','1044800.0','2',    '2','1','897.17',    '2','1','504.16',    '2','1','393.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018477.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106741.0','1044800.0','1588',    '1319','253','401244.26',    '1046','155','329068.41',    '843','117','72175.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018478.0','1019233.0','567',    '478','95','170025.73',    '363','48','140779.9',    '316','53','29245.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106742.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001771.0','1019233.0','1013',    '906','300','1020943.3',    '779','149','787593.83',    '672','250','233349.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090035.0','1044800.0','2',    '2','1','550.0',    '1','0','0.0',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018479.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106743.0','1044800.0','3',    '3','1','13301.7',    '3','1','10396.23',    '2','1','2905.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018480.0','1019233.0','15',    '12','4','12504.92',    '12','3','11436.84',    '6','2','1068.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106744.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018481.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106745.0','1044800.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018482.0','1019233.0','1',    '1','1','1000.0',    '1','0','0.0',    '1','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106746.0','1044800.0','1',    '1','1','2020.8',    '1','1','2020.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018483.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106747.0','1044800.0','604',    '498','91','125038.58',    '437','45','85921.28',    '351','77','39117.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018484.0','1019233.0','1',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106748.0','1044800.0','467',    '444','131','412735.58',    '425','82','325715.3',    '281','108','87020.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018485.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106749.0','1044800.0','1',    '1','1','2078.81',    '1','1','1578.81',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018486.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106750.0','1044800.0','178',    '169','96','435464.81',    '165','75','329020.9',    '106','75','106443.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018487.0','1019233.0','36',    '31','10','9320.81',    '27','5','6523.88',    '20','6','2796.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106751.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018488.0','1019233.0','37',    '36','8','33919.74',    '34','8','28296.05',    '19','3','5623.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106752.0','1044800.0','5',    '5','4','17841.9',    '5','4','16058.34',    '3','2','1783.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018489.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106753.0','1044800.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018490.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106754.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018491.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106755.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018492.0','1019233.0','528',    '411','70','384521.25',    '342','55','370519.57',    '246','24','14001.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106756.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018493.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106757.0','1044800.0','61',    '59','16','39056.42',    '58','10','30116.89',    '40','12','8939.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018494.0','1019233.0','7',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106758.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018495.0','1019233.0','1921',    '1764','247','947110.21',    '1617','144','818518.52',    '1127','135','128591.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106759.0','1044800.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018496.0','1019233.0','1',    '1','1','1945.94',    '1','1','1945.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106760.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018497.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106761.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018498.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106762.0','1044800.0','1',    '1','1','3222.44',    '1','1','3222.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018499.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106763.0','1044800.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018500.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106764.0','1044800.0','2648',    '2168','467','1543804.99',    '2026','367','1305465.5',    '1173','209','238339.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018501.0','1019233.0','184',    '156','30','86470.1',    '133','19','78599.72',    '86','16','7870.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106765.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018502.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106766.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018503.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106767.0','1044800.0','1',    '1','1','5472.43',    '1','1','4665.78',    '1','1','806.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018504.0','1019233.0','16',    '15','0','0.0',    '7','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106768.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018505.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106769.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018506.0','1019233.0','65',    '61','16','91555.21',    '56','10','76988.12',    '42','13','14567.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106770.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018507.0','1019233.0','95',    '94','70','357750.4',    '93','60','293763.43',    '68','52','63986.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106771.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018508.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106772.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018509.0','1019233.0','1',    '1','1','4929.16',    '1','1','3061.73',    '1','1','1867.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106773.0','1044800.0','9',    '9','4','38785.4',    '8','4','37785.4',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018510.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106774.0','1044800.0','2',    '2','1','28800.0',    '2','1','28800.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018511.0','1019233.0','78',    '71','19','42384.88',    '61','12','36497.04',    '47','10','5887.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106775.0','1044800.0','76',    '63','14','33192.66',    '54','9','28861.77',    '45','9','4330.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018512.0','1019233.0','2871',    '2571','403','1071365.36',    '2475','263','844460.87',    '1382','238','226904.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106776.0','1044800.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018513.0','1019233.0','154',    '133','22','96256.13',    '120','18','85956.36',    '73','14','10299.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106777.0','1044800.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018514.0','1019233.0','10',    '8','1','7369.87',    '7','1','7369.87',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106778.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018515.0','1019233.0','89',    '74','2','13569.95',    '73','2','13569.95',    '29','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106779.0','1044800.0','7',    '6','2','15576.61',    '5','2','13660.47',    '4','2','1916.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018516.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106780.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018517.0','1019233.0','1811',    '1307','1001','13877889.63',    '1291','960','12250765.35',    '855','312','1627124.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106781.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000261.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088525.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018518.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106782.0','1044800.0','2',    '2','2','7342.7',    '2','2','7342.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018519.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106783.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018520.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106784.0','1044800.0','3412',    '2878','406','1398870.53',    '2573','295','1187051.5',    '1573','186','211819.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000528.0','1019233.0','4',    '4','1','2464.83',    '4','1','1964.83',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088792.0','1044800.0','6',    '5','2','4457.43',    '4','2','3907.43',    '5','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018521.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106785.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001708.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089972.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018522.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106786.0','1044800.0','232',    '183','65','301570.01',    '182','53','219791.34',    '119','32','81778.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018523.0','1019233.0','1',    '1','1','329.99',    '1','0','0.0',    '1','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106787.0','1044800.0','1',    '1','1','564.76',    '1','0','0.0',    '1','1','564.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018524.0','1019233.0','40',    '37','19','59485.28',    '34','11','46480.46',    '29','14','13004.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106788.0','1044800.0','1',    '1','1','1164.11',    '1','1','1164.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018525.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106789.0','1044800.0','1',    '1','1','852.0',    '1','1','852.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018526.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106790.0','1044800.0','7',    '7','4','41615.69',    '7','4','33057.41',    '5','2','8558.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018527.0','1019233.0','3690',    '2976','205','259728.74',    '2480','63','143951.68',    '1805','166','115777.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106791.0','1044800.0','20',    '16','8','24414.15',    '16','5','20220.38',    '11','4','4193.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018528.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106792.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018529.0','1019233.0','527',    '411','72','187765.9',    '344','51','162568.47',    '239','33','25197.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106793.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018530.0','1019233.0','408',    '335','64','192805.86',    '258','39','173212.94',    '230','35','19592.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106794.0','1044800.0','32',    '28','17','73222.64',    '26','11','63499.99',    '20','13','9722.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018531.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106795.0','1044800.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018532.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106796.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018533.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106797.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018534.0','1019233.0','473',    '429','73','184861.47',    '369','40','149017.72',    '271','42','35843.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106798.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018535.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106799.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000279.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088543.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018536.0','1019233.0','12',    '8','4','19107.08',    '5','2','15412.05',    '6','3','3695.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106800.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018537.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106801.0','1044800.0','76',    '71','11','33238.72',    '61','7','30768.77',    '49','5','2469.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018538.0','1019233.0','24',    '23','7','12258.73',    '22','7','9881.41',    '12','4','2377.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106802.0','1044800.0','1416',    '1037','143','338069.64',    '872','92','266376.76',    '603','82','71692.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018539.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106803.0','1044800.0','1449',    '1314','196','750441.5',    '1235','140','676529.18',    '764','84','73912.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018540.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106804.0','1044800.0','230',    '218','38','114435.47',    '207','27','105142.3',    '147','18','9293.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018541.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106805.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018542.0','1019233.0','255',    '245','81','332488.67',    '226','55','309261.42',    '164','40','23227.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106806.0','1044800.0','17',    '12','3','16553.09',    '10','3','14832.33',    '9','1','1720.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018543.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106807.0','1044800.0','41',    '34','5','6299.62',    '21','3','3839.64',    '25','4','2459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018544.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106808.0','1044800.0','183',    '153','42','102928.77',    '142','29','82696.69',    '105','32','20232.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018545.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106809.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018546.0','1019233.0','1343',    '1118','189','491621.14',    '941','133','420442.78',    '720','91','71178.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106810.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018547.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106811.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018548.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106812.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018549.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106813.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018550.0','1019233.0','34',    '31','11','49807.77',    '27','6','33635.52',    '22','10','16172.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106814.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018551.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106815.0','1044800.0','35',    '33','7','8211.05',    '27','1','4496.16',    '24','7','3714.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018552.0','1019233.0','26',    '22','3','24098.81',    '20','2','23058.84',    '12','2','1039.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106816.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018553.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106817.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018554.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106818.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018555.0','1019233.0','2',    '1','1','4539.29',    '1','1','2976.92',    '1','1','1562.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106819.0','1044800.0','4946',    '4442','473','907084.93',    '4089','239','670408.13',    '2625','301','236676.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018556.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106820.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018557.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106821.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018558.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106822.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018559.0','1019233.0','6809',    '6094','1316','4967529.4',    '5671','989','4457240.13',    '3655','582','510289.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106823.0','1044800.0','2',    '2','2','30450.25',    '2','2','30450.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018560.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106824.0','1044800.0','6',    '5','1','106.43',    '5','0','0.0',    '1','1','106.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001678.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2089942.0','1044800.0','121',    '109','14','41581.96',    '105','10','36157.29',    '71','5','5424.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018561.0','1019233.0','1',    '1','1','980.21',    '1','1','980.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106825.0','1044800.0','1',    '1','1','2251.37',    '1','1','1769.32',    '1','1','482.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018562.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106826.0','1044800.0','1',    '1','1','5564.84',    '1','1','1786.0',    '1','1','3778.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018563.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106827.0','1044800.0','118',    '108','34','157860.14',    '98','27','152446.85',    '78','11','5413.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018564.0','1019233.0','47',    '44','15','32518.11',    '38','9','28049.17',    '26','9','4468.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106828.0','1044800.0','346',    '329','115','551188.96',    '321','102','515127.34',    '212','46','36061.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018565.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106829.0','1044800.0','1',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018566.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106830.0','1044800.0','1',    '1','1','196.0',    '1','1','196.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018567.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106831.0','1044800.0','41',    '33','3','3225.77',    '28','3','2065.45',    '19','2','1160.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018568.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106832.0','1044800.0','2',    '2','1','509.98',    '2','0','0.0',    '1','1','509.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018569.0','1019233.0','1',    '1','1','1596.45',    '1','1','1096.45',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106833.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018570.0','1019233.0','4',    '4','2','1865.46',    '4','2','1865.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106834.0','1044800.0','412',    '351','50','68640.02',    '283','28','53498.67',    '222','28','15141.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018571.0','1019233.0','1',    '1','1','1402.0',    '1','1','1402.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106835.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018572.0','1019233.0','1',    '1','1','611.98',    '1','1','611.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106836.0','1044800.0','1936',    '1783','410','1711676.98',    '1685','342','1576307.51',    '974','158','135369.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018573.0','1019233.0','37',    '34','3','10012.1',    '33','1','8238.52',    '25','3','1773.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106837.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018574.0','1019233.0','151',    '130','25','31379.16',    '112','16','21108.34',    '78','14','10270.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106838.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018575.0','1019233.0','7029',    '6353','777','2555079.07',    '6064','551','2172681.26',    '3348','382','382397.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106839.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018576.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106840.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018577.0','1019233.0','381',    '356','65','274706.4',    '321','43','231545.69',    '218','35','43160.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106841.0','1044800.0','37',    '32','5','8955.08',    '23','1','6595.12',    '26','4','2359.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001782.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090046.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018578.0','1019233.0','43',    '43','6','10106.3',    '43','4','7755.28',    '29','4','2351.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106842.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018579.0','1019233.0','5',    '4','2','7918.85',    '4','2','6928.87',    '3','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106843.0','1044800.0','1',    '1','1','12499.89',    '1','1','5196.0',    '1','1','7303.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018580.0','1019233.0','1',    '1','1','5812.26',    '1','1','5812.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106844.0','1044800.0','6',    '5','2','29936.0',    '5','2','29936.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018581.0','1019233.0','76',    '63','20','62340.93',    '55','17','58105.63',    '38','9','4235.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106845.0','1044800.0','1859',    '1688','512','2696292.29',    '1612','399','2283276.47',    '1090','274','413015.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018582.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106846.0','1044800.0','2610',    '2421','202','398418.57',    '2243','84','290600.65',    '1476','144','107817.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018583.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106847.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018396.0','1019233.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106660.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018584.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106848.0','1044800.0','1',    '1','1','1381.15',    '1','0','0.0',    '1','1','1381.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018585.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106849.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018586.0','1019233.0','451',    '422','55','125947.72',    '380','26','93376.34',    '270','36','32571.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106850.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018587.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106851.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018588.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106852.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000393.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088657.0','1044800.0','1587',    '1484','468','3051903.08',    '1457','383','2725039.61',    '839','231','326863.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018589.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106853.0','1044800.0','6',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018590.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106854.0','1044800.0','619',    '542','168','426097.11',    '514','127','347544.34',    '379','109','78552.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018591.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106855.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018592.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106856.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018593.0','1019233.0','6235',    '5705','572','1417971.49',    '5497','364','1145668.72',    '2882','313','272302.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106857.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018594.0','1019233.0','17',    '17','5','21111.28',    '16','3','18556.32',    '10','3','2554.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106858.0','1044800.0','2148',    '2014','606','1842936.41',    '1909','335','1420189.08',    '1373','500','422747.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018595.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106859.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018596.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106860.0','1044800.0','4',    '3','1','690.6',    '3','1','690.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018597.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106861.0','1044800.0','1440',    '1216','280','493809.21',    '980','165','389646.25',    '792','147','104162.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018480.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106744.0','1044800.0','2',    '1','1','2190.25',    '1','1','2190.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018598.0','1019233.0','2',    '2','2','4568.1',    '2','2','4568.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106862.0','1044800.0','1',    '1','1','1220.0',    '1','1','1220.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018599.0','1019233.0','7',    '6','2','1176.97',    '4','1','119.4',    '5','2','1057.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106863.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018600.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106864.0','1044800.0','573',    '465','33','65424.87',    '380','11','46854.15',    '288','24','18570.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018601.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106865.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018602.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106866.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018603.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106867.0','1044800.0','1',    '1','1','1727.0',    '1','1','1428.0',    '1','1','299.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018604.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106868.0','1044800.0','1',    '1','1','1134.38',    '1','0','0.0',    '1','1','1134.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018605.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106869.0','1044800.0','1',    '1','1','3475.86',    '1','1','1220.0',    '1','1','2255.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018491.0','1019233.0','1',    '1','1','1716.32',    '1','1','1716.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106755.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018606.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106870.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018607.0','1019233.0','1',    '1','1','537.58',    '1','0','0.0',    '1','1','537.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106871.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018608.0','1019233.0','6',    '5','2','4273.98',    '5','2','4273.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106872.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018609.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106873.0','1044800.0','7',    '5','2','3780.73',    '3','1','2320.75',    '5','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018610.0','1019233.0','14',    '14','2','2562.5',    '14','1','2012.5',    '9','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106874.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018611.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106875.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018612.0','1019233.0','13',    '10','2','1069.99',    '10','0','0.0',    '4','2','1069.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106876.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018613.0','1019233.0','249',    '235','61','327414.14',    '223','52','291786.79',    '164','27','35627.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106877.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018614.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106878.0','1044800.0','29',    '26','2','1271.24',    '17','0','0.0',    '20','2','1271.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018615.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106879.0','1044800.0','1700',    '1580','731','8040555.8',    '1530','656','6944894.76',    '1050','332','1095661.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018616.0','1019233.0','7',    '6','3','1552.61',    '6','2','1002.61',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106880.0','1044800.0','1',    '1','1','5021.98',    '1','1','1786.0',    '1','1','3235.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018617.0','1019233.0','1',    '1','1','1786.0',    '1','1','1786.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106881.0','1044800.0','1',    '1','1','6284.86',    '1','1','6284.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018618.0','1019233.0','1',    '1','1','8163.84',    '1','1','8163.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106882.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018619.0','1019233.0','1',    '1','1','1786.0',    '1','1','1786.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106883.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018620.0','1019233.0','2',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106884.0','1044800.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000476.0','1019233.0','1',    '1','1','702.0',    '1','1','702.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088740.0','1044800.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000281.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088545.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018621.0','1019233.0','34',    '34','10','19127.8',    '31','8','15309.61',    '26','3','3818.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106885.0','1044800.0','291',    '248','56','282108.15',    '206','47','272441.14',    '142','19','9667.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018622.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106886.0','1044800.0','78',    '65','18','60366.29',    '58','16','55919.59',    '32','8','4446.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018623.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106887.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018624.0','1019233.0','19',    '17','6','25376.87',    '16','4','16735.14',    '11','5','8641.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106888.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018625.0','1019233.0','1',    '1','1','2256.09',    '1','1','2256.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106889.0','1044800.0','21',    '17','2','3359.79',    '7','1','2359.79',    '15','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018626.0','1019233.0','69',    '66','9','42586.53',    '62','7','42076.56',    '50','3','509.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106890.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018627.0','1019233.0','1',    '1','1','15419.94',    '1','1','3032.0',    '1','1','12387.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106891.0','1044800.0','81',    '74','25','68703.77',    '66','18','58876.88',    '40','13','9826.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018628.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106892.0','1044800.0','211',    '170','47','65922.47',    '138','29','51240.88',    '119','24','14681.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018629.0','1019233.0','1',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106893.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018630.0','1019233.0','21',    '20','3','5536.85',    '19','1','1542.0',    '14','2','3994.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106894.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018631.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106895.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018632.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106896.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018633.0','1019233.0','568',    '533','172','581501.57',    '496','89','455605.63',    '372','149','125895.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106897.0','1044800.0','56',    '56','32','167407.03',    '54','30','148295.28',    '33','15','19111.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018634.0','1019233.0','6',    '5','1','381.26',    '2','1','381.26',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106898.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018630.0','1019233.0','28',    '21','7','18160.58',    '21','5','11672.25',    '10','4','6488.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106894.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018635.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106899.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018636.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106900.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018637.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106901.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000227.0','1019233.0','5',    '4','1','2187.8',    '4','1','2187.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088491.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000274.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088538.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018638.0','1019233.0','1',    '1','1','3788.43',    '1','1','3370.74',    '1','1','417.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106902.0','1044800.0','33',    '30','7','33765.04',    '29','7','32980.05',    '18','2','784.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000446.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088710.0','1044800.0','1',    '1','1','2166.0',    '1','1','2166.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018639.0','1019233.0','1',    '1','1','1285.45',    '1','1','1285.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106903.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018640.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106904.0','1044800.0','231',    '222','70','498858.26',    '214','49','441843.44',    '153','41','57014.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018641.0','1019233.0','258',    '227','42','114384.86',    '183','25','102725.58',    '157','27','11659.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106905.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018642.0','1019233.0','112',    '105','31','122776.21',    '103','25','116538.09',    '58','11','6238.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106906.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018643.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106907.0','1044800.0','2',    '2','1','2570.0',    '2','1','2570.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000270.0','1019233.0','10',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088534.0','1044800.0','12',    '9','1','16359.56',    '9','1','16359.56',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018644.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106908.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018645.0','1019233.0','2026',    '1656','143','359082.99',    '1521','102','312745.35',    '878','64','46337.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106909.0','1044800.0','358',    '335','89','379439.82',    '323','77','342646.05',    '206','28','36793.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018646.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106910.0','1044800.0','2',    '2','1','6888.0',    '2','1','6888.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018647.0','1019233.0','1',    '1','1','1109.96',    '1','0','0.0',    '1','1','1109.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106911.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000530.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088794.0','1044800.0','8',    '6','6','134975.12',    '6','6','132476.61',    '5','1','2498.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018648.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106912.0','1044800.0','236',    '212','76','721844.87',    '208','69','673381.37',    '121','29','48463.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018649.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106913.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018650.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106914.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018651.0','1019233.0','1',    '1','1','12987.0',    '1','1','12987.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106915.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018652.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106916.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018653.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106917.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018654.0','1019233.0','1',    '1','1','1434.0',    '1','1','1434.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106918.0','1044800.0','979',    '784','617','8601243.03',    '775','578','7188432.43',    '570','264','1412810.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018655.0','1019233.0','2491',    '2081','120','247050.85',    '1900','79','213080.4',    '1073','49','33970.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106919.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018656.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106920.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018657.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106921.0','1044800.0','10687',    '10219','6682','53029992.33',    '10103','6055','37480391.04',    '7023','3493','15549601.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018658.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106922.0','1044800.0','34',    '31','21','210258.94',    '30','20','199799.18',    '20','7','10459.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018659.0','1019233.0','762',    '518','56','88137.94',    '438','26','70015.4',    '286','34','18122.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106923.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018660.0','1019233.0','18',    '13','2','844.28',    '11','0','0.0',    '7','2','844.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106924.0','1044800.0','2',    '2','1','2263.69',    '2','1','2263.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018661.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106925.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018662.0','1019233.0','12',    '11','2','3225.88',    '11','1','2308.0',    '6','1','917.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106926.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018663.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106927.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018664.0','1019233.0','2102',    '1750','88','150496.11',    '1567','48','114813.03',    '947','50','35683.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106928.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018665.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106929.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000374.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088638.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018666.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106930.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018667.0','1019233.0','44',    '37','7','41938.62',    '32','3','25504.34',    '26','7','16434.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106931.0','1044800.0','53',    '42','12','33250.84',    '38','9','31176.05',    '25','6','2074.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000266.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088530.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018668.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106932.0','1044800.0','24',    '20','1','729.99',    '18','0','0.0',    '11','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018669.0','1019233.0','2',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106933.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018670.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106934.0','1044800.0','6489',    '5916','450','1115684.67',    '5600','274','915265.76',    '3310','227','200418.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018671.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106935.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018672.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106936.0','1044800.0','1',    '1','1','1786.0',    '1','1','1786.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018673.0','1019233.0','23',    '18','13','204357.9',    '18','13','169551.29',    '11','5','34806.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106937.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018674.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106938.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018675.0','1019233.0','4',    '3','3','56054.19',    '3','3','35386.0',    '3','2','20668.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106939.0','1044800.0','1',    '1','1','31017.75',    '1','1','24775.22',    '1','1','6242.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018676.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106940.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018677.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106941.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007053.0','1019233.0','2',    '2','1','139.99',    '2','0','0.0',    '1','1','139.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095317.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018678.0','1019233.0','1',    '1','1','1389.05',    '1','1','1389.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106942.0','1044800.0','4',    '4','1','3004.9',    '4','1','3004.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018679.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106943.0','1044800.0','206',    '167','40','92984.46',    '137','32','85894.53',    '110','14','7089.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018680.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106944.0','1044800.0','1',    '1','1','21379.52',    '1','1','21379.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018681.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106945.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018682.0','1019233.0','10',    '10','1','1044.97',    '9','0','0.0',    '9','1','1044.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106946.0','1044800.0','10',    '10','1','729.99',    '8','0','0.0',    '4','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018683.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106947.0','1044800.0','175',    '153','6','4061.79',    '134','0','0.0',    '83','6','4061.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018684.0','1019233.0','22',    '20','0','0.0',    '19','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106948.0','1044800.0','76',    '63','13','25793.32',    '62','10','22867.3',    '35','4','2926.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000395.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088659.0','1044800.0','1',    '1','1','3670.88',    '1','1','3670.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018685.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106949.0','1044800.0','1',    '1','1','19182.05',    '1','1','3814.07',    '1','1','15367.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018686.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106950.0','1044800.0','1',    '1','1','3540.71',    '1','1','3540.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018687.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106951.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018688.0','1019233.0','2652',    '2440','1010','8916029.92',    '2357','818','7044121.82',    '1703','582','1871908.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106952.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018689.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106953.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000426.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088690.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018690.0','1019233.0','2',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106954.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018691.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106955.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018692.0','1019233.0','3',    '3','1','6126.48',    '3','1','6126.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106956.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018693.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106957.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018694.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106958.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018695.0','1019233.0','1',    '1','1','2707.93',    '1','1','2707.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106959.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018696.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106960.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018697.0','1019233.0','167',    '152','40','179562.35',    '139','31','153486.93',    '77','16','26075.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106961.0','1044800.0','170',    '161','85','759265.92',    '160','81','686900.12',    '107','28','72365.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018698.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106962.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000263.0','1019233.0','1',    '1','1','8719.55',    '1','1','8719.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088527.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018699.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106963.0','1044800.0','2',    '2','2','17978.72',    '2','2','15136.51',    '1','1','2842.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018700.0','1019233.0','1',    '1','1','6599.84',    '1','1','6599.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106964.0','1044800.0','2519',    '2368','1634','20324944.05',    '2339','1497','16512809.76',    '1825','885','3812134.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018701.0','1019233.0','68',    '44','8','35698.75',    '33','4','12267.58',    '29','5','23431.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106965.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018702.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106966.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018703.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106967.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018704.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106968.0','1044800.0','68',    '60','25','93287.81',    '58','23','72947.5',    '39','8','20340.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018705.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106969.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018706.0','1019233.0','480',    '374','315','5332502.68',    '371','304','4503318.19',    '276','134','829184.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106970.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018707.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106971.0','1044800.0','1',    '1','1','792.99',    '1','0','0.0',    '1','1','792.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018708.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106972.0','1044800.0','4',    '4','1','1786.0',    '3','1','1786.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018709.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106973.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018710.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106974.0','1044800.0','52',    '44','8','27107.46',    '40','6','19797.0',    '25','4','7310.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000212.0','1019233.0','7',    '5','1','102.85',    '3','1','102.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088476.0','1044800.0','1',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018711.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106975.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018712.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106976.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018713.0','1019233.0','7',    '6','1','1428.0',    '6','1','1428.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106977.0','1044800.0','63',    '58','14','24015.21',    '53','10','21044.02',    '32','8','2971.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018714.0','1019233.0','656',    '577','52','114675.05',    '533','33','95512.34',    '276','27','19162.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106978.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006001.0','1019233.0','14',    '12','5','51124.67',    '9','5','50749.68',    '7','1','374.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094265.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018715.0','1019233.0','13763',    '12939','6782','44767469.99',    '12691','5745','27602178.4',    '9010','4362','17165291.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106979.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000189.0','1019233.0','4343',    '3595','1413','8889198.79',    '3558','1283','7371877.02',    '2162','489','1517321.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088453.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018716.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106980.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018717.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106981.0','1044800.0','2',    '1','1','1821.69',    '1','1','1404.0',    '1','1','417.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018718.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106982.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018719.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106983.0','1044800.0','1996',    '1864','349','1339463.32',    '1758','268','1210495.01',    '1133','148','128968.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018720.0','1019233.0','5',    '4','2','19901.99',    '4','1','19002.25',    '3','1','899.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106984.0','1044800.0','1',    '1','1','18575.25',    '1','1','12996.32',    '1','1','5578.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018721.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2106985.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018722.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2106986.0','1044800.0','41',    '28','5','2401.0',    '23','0','0.0',    '22','5','2401.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018723.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106987.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006058.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094322.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000447.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088711.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000139.0','1019233.0','318',    '277','19','47663.38',    '246','7','34336.71',    '137','13','13326.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088403.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018724.0','1019233.0','38',    '35','1','848.4',    '33','0','0.0',    '22','1','848.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2106988.0','1044800.0','141',    '123','11','15249.31',    '103','4','7765.16',    '74','8','7484.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006092.0','1019233.0','81',    '60','1','729.99',    '52','0','0.0',    '29','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094356.0','1044800.0','5',    '5','1','9587.73',    '4','1','9587.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000165.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088429.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018725.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106989.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018726.0','1019233.0','1',    '1','1','5463.05',    '1','1','1786.0',    '1','1','3677.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106990.0','1044800.0','155',    '145','26','91233.41',    '139','24','87711.86',    '78','6','3521.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018727.0','1019233.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106991.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018728.0','1019233.0','2',    '2','1','729.99',    '2','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106992.0','1044800.0','2',    '2','1','28800.0',    '2','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018729.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106993.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018730.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106994.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018731.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2106995.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018732.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2106996.0','1044800.0','1',    '1','1','22520.78',    '1','1','20149.02',    '1','1','2371.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000265.0','1019233.0','1',    '1','1','169.99',    '1','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088529.0','1044800.0','31',    '25','6','13225.68',    '23','5','12868.77',    '13','1','356.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000348.0','1019233.0','1',    '1','1','5389.02',    '1','1','1428.0',    '1','1','3961.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088612.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018733.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2106997.0','1044800.0','20',    '17','2','7964.84',    '15','2','5000.0',    '14','1','2964.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018734.0','1019233.0','32',    '29','7','5389.33',    '20','2','1776.23',    '18','5','3613.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2106998.0','1044800.0','2422',    '2220','215','738639.16',    '2141','162','638293.87',    '1099','103','100345.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018735.0','1019233.0','1',    '1','1','235.0',    '1','0','0.0',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2106999.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018736.0','1019233.0','5',    '4','1','5124.53',    '4','1','5124.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107000.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018737.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107001.0','1044800.0','1',    '1','1','4074.0',    '1','1','4074.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2005928.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094192.0','1044800.0','13',    '12','0','0.0',    '11','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018738.0','1019233.0','1',    '1','1','6894.41',    '1','1','6894.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107002.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000063.0','1019233.0','1',    '1','1','28800.0',    '1','1','28800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088327.0','1044800.0','539',    '506','217','1029192.39',    '504','184','888004.94',    '370','78','141187.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006148.0','1019233.0','1',    '1','1','3527.56',    '1','1','1786.0',    '1','1','1741.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094412.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018739.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107003.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018740.0','1019233.0','11',    '8','6','107492.54',    '8','6','87714.0',    '7','3','19778.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107004.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018741.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107005.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018742.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107006.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007077.0','1019233.0','1',    '1','1','1885.0',    '1','1','1885.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095341.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018743.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107007.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018744.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107008.0','1044800.0','2',    '2','2','5924.99',    '2','2','4610.01',    '1','1','1314.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018745.0','1019233.0','24',    '19','7','28936.27',    '19','7','26173.65',    '12','1','2762.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107009.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018746.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107010.0','1044800.0','16',    '15','3','8903.98',    '14','3','8903.98',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018747.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107011.0','1044800.0','228',    '199','40','102020.58',    '165','27','90541.28',    '134','22','11479.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018748.0','1019233.0','22',    '18','3','7309.17',    '18','3','7309.17',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107012.0','1044800.0','1',    '1','1','23854.0',    '1','1','23854.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018749.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107013.0','1044800.0','1569',    '1418','68','152071.46',    '1358','45','132228.89',    '706','31','19842.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000073.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088337.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018750.0','1019233.0','35',    '30','3','5523.16',    '28','3','5523.16',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107014.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000095.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088359.0','1044800.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018751.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107015.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000177.0','1019233.0','1',    '1','1','495.0',    '1','0','0.0',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088441.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000360.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088624.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018752.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107016.0','1044800.0','1',    '1','1','2784.32',    '1','1','2252.27',    '1','1','532.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2001818.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2090082.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006249.0','1019233.0','1398',    '1235','65','109555.32',    '1139','32','86402.48',    '596','35','23152.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094513.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000587.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088851.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018753.0','1019233.0','344',    '313','136','844100.84',    '306','116','649944.88',    '242','60','194155.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107017.0','1044800.0','1',    '1','1','3047.5',    '1','0','0.0',    '1','1','3047.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018754.0','1019233.0','5669',    '5126','894','2620542.11',    '4861','567','1985800.9',    '2966','528','634741.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107018.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018755.0','1019233.0','1',    '1','1','623.7',    '1','1','623.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107019.0','1044800.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000028.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088292.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018756.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107020.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018757.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107021.0','1044800.0','5',    '5','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018758.0','1019233.0','3390',    '3125','570','2069658.89',    '2950','387','1670511.81',    '1917','297','399147.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107022.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018759.0','1019233.0','772',    '716','178','879205.58',    '681','138','800769.87',    '454','83','78435.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107023.0','1044800.0','18',    '11','2','10280.47',    '10','2','10280.47',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018760.0','1019233.0','250',    '206','52','196435.29',    '205','47','182511.88',    '155','12','13923.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107024.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018761.0','1019233.0','39',    '35','6','72788.94',    '30','5','7236.48',    '21','4','65552.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107025.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018762.0','1019233.0','1',    '1','1','1229.62',    '1','1','329.64',    '1','1','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107026.0','1044800.0','700',    '521','76','250656.2',    '458','53','215419.25',    '292','42','35236.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018763.0','1019233.0','11',    '7','2','782.58',    '6','1','612.59',    '5','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107027.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018764.0','1019233.0','1',    '1','1','424.56',    '1','0','0.0',    '1','1','424.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107028.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018765.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107029.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018766.0','1019233.0','23',    '20','2','3897.7',    '18','2','3897.7',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107030.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2005965.0','1019233.0','3322',    '2944','137','254637.81',    '2712','65','180542.83',    '1547','88','74094.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094229.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000570.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088834.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000241.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088505.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018767.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107031.0','1044800.0','311',    '219','83','322779.83',    '219','74','295126.2',    '135','26','27653.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018768.0','1019233.0','5573',    '5150','1124','6137955.79',    '4868','806','4777992.51',    '3182','652','1359963.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107032.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018769.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107033.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018770.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107034.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007090.0','1019233.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095354.0','1044800.0','2',    '2','1','729.99',    '2','0','0.0',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018771.0','1019233.0','1300',    '1177','455','3693630.76',    '1155','389','2784931.29',    '788','227','908699.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107035.0','1044800.0','34',    '26','5','17428.12',    '25','4','6937.26',    '10','1','10490.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000376.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088640.0','1044800.0','18',    '15','4','6565.41',    '15','3','3808.92',    '10','3','2756.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018772.0','1019233.0','5',    '5','4','52896.67',    '5','4','26308.94',    '4','3','26587.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107036.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000035.0','1019233.0','2827',    '2591','385','988506.16',    '2491','238','760363.48',    '1437','236','228142.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088299.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018773.0','1019233.0','266',    '256','105','705271.56',    '246','96','678598.33',    '157','41','26673.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107037.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018774.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107038.0','1044800.0','6739',    '5844','1066','3420006.42',    '5408','745','2338500.2',    '3407','619','1081506.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018775.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107039.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018776.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107040.0','1044800.0','2',    '2','2','11628.27',    '2','1','6426.0',    '2','2','5202.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000494.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088758.0','1044800.0','18',    '18','5','30831.14',    '16','5','29761.17',    '9','2','1069.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000211.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088475.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018777.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107041.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018778.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107042.0','1044800.0','107',    '100','29','106158.94',    '90','22','92601.77',    '72','17','13557.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018779.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107043.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018780.0','1019233.0','493',    '425','32','51044.11',    '375','15','37328.57',    '240','20','13715.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107044.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018781.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107045.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018782.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107046.0','1044800.0','1',    '1','1','7261.63',    '1','1','6339.73',    '1','1','921.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000497.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088761.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2007127.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095391.0','1044800.0','3085',    '2572','623','1922334.73',    '2249','390','1215821.26',    '1740','411','706513.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018783.0','1019233.0','969',    '784','84','175714.06',    '653','32','84419.44',    '503','64','91294.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107047.0','1044800.0','1021',    '806','84','150774.01',    '671','34','109461.68',    '559','54','41312.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018784.0','1019233.0','17',    '14','3','8017.26',    '14','2','5892.59',    '9','3','2124.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107048.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018785.0','1019233.0','4',    '2','2','23844.82',    '2','2','18057.3',    '2','1','5787.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107049.0','1044800.0','383',    '320','19','49868.45',    '291','10','44536.59',    '168','9','5331.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018786.0','1019233.0','365',    '263','18','45184.78',    '217','15','35726.84',    '151','6','9457.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107050.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000033.0','1019233.0','1',    '1','1','16164.41',    '1','1','16164.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088297.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018787.0','1019233.0','1878',    '1719','325','1214103.52',    '1655','241','1098714.17',    '803','147','115389.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107051.0','1044800.0','24',    '21','12','34012.8',    '21','11','31932.36',    '16','5','2080.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018788.0','1019233.0','1',    '1','1','1359.29',    '1','0','0.0',    '1','1','1359.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107052.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000571.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088835.0','1044800.0','177',    '156','27','95347.24',    '145','19','87818.46',    '87','13','7528.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018789.0','1019233.0','6',    '5','3','1568.4',    '5','2','668.42',    '3','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107053.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000186.0','1019233.0','10',    '9','3','6571.97',    '9','2','5177.28',    '6','2','1394.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088450.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018790.0','1019233.0','4045',    '3589','636','1998626.85',    '3123','392','1628392.88',    '2442','351','370233.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107054.0','1044800.0','5',    '5','1','2365.76',    '4','1','2365.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018791.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107055.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000276.0','1019233.0','121',    '103','31','176280.94',    '97','21','142417.37',    '63','18','33863.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088540.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018792.0','1019233.0','10',    '9','2','964.99',    '6','0','0.0',    '9','2','964.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107056.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018793.0','1019233.0','228',    '213','71','353952.51',    '205','57','328360.1',    '108','33','25592.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107057.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018794.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107058.0','1044800.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018795.0','1019233.0','2',    '2','1','2222.2',    '2','1','2222.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107059.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018796.0','1019233.0','1',    '1','1','3763.25',    '1','1','1428.0',    '1','1','2335.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107060.0','1044800.0','2307',    '1840','221','534106.18',    '1611','133','390680.3',    '1096','127','143425.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018797.0','1019233.0','2215',    '1812','393','1140062.08',    '1660','206','755602.78',    '1117','279','384459.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107061.0','1044800.0','1862',    '1575','190','603318.05',    '1436','97','380994.53',    '928','132','222323.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018798.0','1019233.0','6654',    '5996','1719','4081888.27',    '5750','1210','3247845.54',    '3861','877','834042.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107062.0','1044800.0','2606',    '2038','244','930118.18',    '1864','183','760481.42',    '1066','102','169636.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018799.0','1019233.0','3697',    '3149','289','650689.24',    '2936','176','490384.07',    '1698','171','160305.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107063.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000235.0','1019233.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088499.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018800.0','1019233.0','3182',    '2734','613','1257376.9',    '2543','352','971693.76',    '1714','356','285683.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107064.0','1044800.0','4614',    '3966','637','1543187.93',    '3744','415','1242194.8',    '2225','328','300993.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018801.0','1019233.0','3176',    '2200','230','538547.47',    '1881','134','362038.63',    '1261','151','176508.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107065.0','1044800.0','7',    '5','3','5286.0',    '5','3','4956.01',    '4','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018802.0','1019233.0','7671',    '6639','1496','5278477.83',    '6171','1025','4111737.79',    '4055','827','1166740.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107066.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018803.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107067.0','1044800.0','3384',    '2787','503','1267048.48',    '2522','307','995553.24',    '1665','295','271495.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007061.0','1019233.0','987',    '855','205','693743.7',    '813','149','541660.5',    '487','95','152083.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095325.0','1044800.0','3669',    '3076','417','873431.18',    '2852','217','586489.02',    '1740','267','286942.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018804.0','1019233.0','1',    '1','1','1352.03',    '1','0','0.0',    '1','1','1352.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107068.0','1044800.0','870',    '810','43','51902.6',    '764','18','36144.43',    '454','26','15758.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018805.0','1019233.0','74',    '68','26','200102.51',    '67','21','191352.38',    '49','13','8750.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107069.0','1044800.0','2566',    '2181','438','1152561.01',    '2018','302','853257.74',    '1278','247','299303.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018806.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107070.0','1044800.0','3771',    '3457','873','2721600.04',    '3312','588','1711826.73',    '2239','594','1009773.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000536.0','1019233.0','2',    '2','1','729.99',    '2','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088800.0','1044800.0','3129',    '2510','178','284866.09',    '2197','70','175717.88',    '1345','127','109148.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018807.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107071.0','1044800.0','2986',    '2656','197','415315.92',    '2419','89','268690.38',    '1524','137','146625.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018808.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107072.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018809.0','1019233.0','4427',    '3494','653','1650943.5',    '3135','312','956832.3',    '2229','510','694111.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107073.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018810.0','1019233.0','2',    '2','2','12334.38',    '2','0','0.0',    '2','2','12334.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107074.0','1044800.0','1',    '1','1','1355.0',    '1','0','0.0',    '1','1','1355.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018811.0','1019233.0','3933',    '3504','392','1033354.74',    '3332','254','884708.03',    '1512','216','148646.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107075.0','1044800.0','1064',    '782','56','109747.18',    '657','25','85025.23',    '461','34','24721.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018812.0','1019233.0','1',    '1','1','828.48',    '1','0','0.0',    '1','1','828.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107076.0','1044800.0','3559',    '3005','367','917888.28',    '2713','177','688736.74',    '1715','245','229151.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2007041.0','1019233.0','1196',    '1103','164','500936.21',    '1074','96','445455.45',    '565','96','55480.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095305.0','1044800.0','1617',    '1234','181','512829.39',    '1074','111','310650.48',    '766','122','202178.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018813.0','1019233.0','1',    '1','1','260.0',    '1','0','0.0',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107077.0','1044800.0','3907',    '3404','563','2400791.27',    '3118','360','1985620.58',    '2060','328','415170.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018814.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107078.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000429.0','1019233.0','316',    '277','48','142620.13',    '241','33','113384.05',    '163','22','29236.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088693.0','1044800.0','3120',    '2471','249','581713.42',    '2187','111','401400.51',    '1410','178','180312.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018815.0','1019233.0','2671',    '2289','571','1860686.1',    '2097','332','1389000.68',    '1435','377','471685.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107079.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000283.0','1019233.0','2',    '1','1','7161.03',    '1','1','7161.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088547.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018816.0','1019233.0','3786',    '3346','494','1682207.32',    '3184','345','1468172.9',    '1403','256','214034.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107080.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018817.0','1019233.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107081.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000164.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088428.0','1044800.0','68',    '57','3','2359.96',    '43','0','0.0',    '39','3','2359.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018818.0','1019233.0','980',    '798','102','201497.99',    '716','47','145072.5',    '462','62','56425.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107082.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018819.0','1019233.0','3954',    '3327','533','1653146.58',    '2899','314','1383618.7',    '2060','328','269527.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107083.0','1044800.0','1',    '1','1','3813.99',    '1','1','3813.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018820.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107084.0','1044800.0','14',    '13','4','11726.38',    '13','3','11556.39',    '5','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018821.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107085.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018822.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107086.0','1044800.0','1',    '1','1','8034.22',    '1','1','6064.0',    '1','1','1970.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018823.0','1019233.0','920',    '765','165','389343.01',    '689','94','293696.07',    '505','97','95646.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107087.0','1044800.0','3753',    '3223','887','2451730.63',    '2972','575','1959404.04',    '2139','515','492326.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018824.0','1019233.0','1390',    '1254','190','523135.24',    '1191','122','422115.47',    '692','107','101019.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107088.0','1044800.0','2792',    '2292','412','779161.09',    '2061','179','555884.63',    '1481','293','223276.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018825.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107089.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018826.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107090.0','1044800.0','6955',    '5716','1135','2912991.07',    '5108','700','2280685.8',    '3540','689','632305.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018827.0','1019233.0','4072',    '3026','282','594106.14',    '2619','156','405502.22',    '1624','169','188603.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107091.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018828.0','1019233.0','14',    '12','5','31971.73',    '10','4','13469.71',    '10','4','18502.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107092.0','1044800.0','5078',    '4305','1072','2585919.03',    '4003','647','1828640.27',    '2859','669','757278.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018829.0','1019233.0','2818',    '2428','505','1134706.49',    '2271','341','906354.16',    '1402','262','228352.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107093.0','1044800.0','1723',    '1240','177','371604.33',    '1096','93','244112.02',    '717','115','127492.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018830.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107094.0','1044800.0','1',    '1','1','6500.0',    '1','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018831.0','1019233.0','3',    '3','1','2161.01',    '3','1','1661.03',    '2','1','499.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107095.0','1044800.0','3608',    '2883','342','744105.47',    '2595','170','486240.39',    '1692','263','257865.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018832.0','1019233.0','7080',    '6112','1199','2983460.7',    '5624','795','2296452.12',    '3751','682','687008.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107096.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018833.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107097.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018834.0','1019233.0','1799',    '1515','241','756323.75',    '1233','137','648946.71',    '1034','142','107377.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107098.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018835.0','1019233.0','418',    '379','47','155225.02',    '351','33','132012.98',    '186','23','23212.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107099.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018836.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107100.0','1044800.0','33',    '31','7','6589.77',    '25','5','5314.8',    '21','2','1274.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018837.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107101.0','1044800.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000269.0','1019233.0','1',    '1','1','5410.93',    '0','0','0.0',    '1','1','5410.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088533.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018838.0','1019233.0','23',    '14','1','729.99',    '12','0','0.0',    '8','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107102.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000532.0','1019233.0','5144',    '4404','1288','4233119.5',    '4066','909','3389634.78',    '2887','707','843484.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088796.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018839.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107103.0','1044800.0','94',    '81','17','28324.02',    '73','13','18800.79',    '40','5','9523.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018840.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107104.0','1044800.0','1291',    '1069','93','73026.43',    '712','7','11263.43',    '757','87','61763.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018841.0','1019233.0','103',    '98','5','34208.44',    '96','5','27950.11',    '51','2','6258.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107105.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018842.0','1019233.0','172',    '165','7','19880.47',    '155','3','16960.51',    '92','4','2919.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107106.0','1044800.0','6482',    '5055','409','669559.14',    '4121','116','355058.63',    '3016','333','314500.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018843.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107107.0','1044800.0','1546',    '1314','137','251766.43',    '1057','59','188808.92',    '860','88','62957.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018844.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107108.0','1044800.0','1',    '1','1','1136.0',    '1','1','1136.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018845.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107109.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018846.0','1019233.0','7',    '6','1','549.9',    '6','0','0.0',    '4','1','549.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107110.0','1044800.0','3752',    '3216','622','1692392.02',    '2952','401','1178247.95',    '1859','386','514144.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018847.0','1019233.0','10',    '6','1','2328.82',    '5','1','1524.0',    '5','1','804.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107111.0','1044800.0','4565',    '4042','1361','7904856.45',    '3852','1151','6376341.89',    '2511','550','1528514.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018848.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107112.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006167.0','1019233.0','6',    '6','1','169.99',    '5','0','0.0',    '4','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094431.0','1044800.0','6',    '4','1','1098.32',    '4','0','0.0',    '2','1','1098.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018849.0','1019233.0','4',    '3','1','2135.34',    '3','1','2135.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107113.0','1044800.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018850.0','1019233.0','1738',    '1564','260','863694.8',    '1418','158','702321.18',    '1015','163','161373.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107114.0','1044800.0','1619',    '1394','436','1775883.58',    '1304','309','1168699.33',    '890','308','607184.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006194.0','1019233.0','2268',    '2015','747','3845014.96',    '1913','579','3134754.93',    '1361','409','710260.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094458.0','1044800.0','2118',    '1891','91','108499.01',    '1739','30','68505.38',    '1060','63','39993.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018851.0','1019233.0','4014',    '3444','776','2288745.69',    '3190','529','1599445.56',    '2167','468','689300.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107115.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000382.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088646.0','1044800.0','750',    '644','31','89605.6',    '581','22','74020.34',    '338','14','15585.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006077.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094341.0','1044800.0','3998',    '3350','804','2152348.64',    '3131','529','1445628.22',    '1971','499','706720.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018852.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107116.0','1044800.0','409',    '391','209','1437255.57',    '384','190','1206202.31',    '316','75','231053.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006079.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094343.0','1044800.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018853.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107117.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006345.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094609.0','1044800.0','7006',    '6401','1256','6363122.97',    '6081','936','4961437.81',    '3739','661','1401685.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006537.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094801.0','1044800.0','47',    '42','9','29463.26',    '37','4','23487.74',    '29','7','5975.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006541.0','1019233.0','3353',    '2847','508','1271632.44',    '2625','314','881384.54',    '1709','315','390247.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094805.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018854.0','1019233.0','2748',    '1998','274','680763.95',    '1753','147','434476.71',    '1129','175','246287.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107118.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000408.0','1019233.0','3467',    '2793','311','625057.76',    '2511','146','380348.13',    '1588','217','244709.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088672.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000202.0','1019233.0','2733',    '2081','392','915775.78',    '1789','176','520732.29',    '1327','305','395043.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088466.0','1044800.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018855.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107119.0','1044800.0','1',    '1','1','548.69',    '1','0','0.0',    '1','1','548.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018856.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107120.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018857.0','1019233.0','2321',    '1805','151','225923.42',    '1339','42','139025.54',    '1229','123','86897.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107121.0','1044800.0','43',    '40','8','25071.4',    '35','6','19564.81',    '26','4','5506.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006564.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094828.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000256.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088520.0','1044800.0','2530',    '2118','198','562434.87',    '1812','97','443438.85',    '1206','125','118996.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006842.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095106.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006729.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094993.0','1044800.0','8',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2005899.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094163.0','1044800.0','1479',    '1289','63','134643.48',    '1178','37','112898.35',    '645','33','21745.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000419.0','1019233.0','2419',    '1841','292','826178.35',    '1602','155','471011.44',    '1184','227','355166.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088683.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018858.0','1019233.0','1899',    '1488','228','758717.92',    '1287','142','463211.96',    '919','159','295505.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107122.0','1044800.0','1861',    '1515','170','363310.37',    '1360','102','270302.91',    '836','86','93007.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018859.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107123.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018860.0','1019233.0','1814',    '1480','321','835877.02',    '1315','162','521787.14',    '1031','244','314089.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107124.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006283.0','1019233.0','1566',    '1137','126','342945.85',    '1003','71','227136.59',    '635','77','115809.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094547.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018861.0','1019233.0','3205',    '2509','198','476822.66',    '2273','106','329503.65',    '1352','131','147319.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107125.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006386.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094650.0','1044800.0','518',    '375','32','69513.62',    '321','14','53262.72',    '245','21','16250.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018862.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107126.0','1044800.0','418',    '317','38','93324.03',    '259','24','63250.6',    '187','24','30073.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006469.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094733.0','1044800.0','14',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018863.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107127.0','1044800.0','2042',    '1448','116','220353.03',    '1238','49','143841.68',    '824','86','76511.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018864.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107128.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018865.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107129.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018866.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107130.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018867.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107131.0','1044800.0','1938',    '1743','90','147754.63',    '1603','32','83619.12',    '996','71','64135.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018868.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107132.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018869.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107133.0','1044800.0','3884',    '3360','1113','4017127.28',    '3103','815','2975034.95',    '2282','645','1042092.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018870.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107134.0','1044800.0','3846',    '3431','497','1375274.12',    '3271','353','1152114.72',    '1815','237','223159.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006669.0','1019233.0','3',    '3','1','550.0',    '3','0','0.0',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094933.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018871.0','1019233.0','4216',    '3507','347','708735.69',    '3198','138','436621.3',    '2039','262','272114.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107135.0','1044800.0','1',    '1','1','235.0',    '1','0','0.0',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000520.0','1019233.0','518',    '381','29','40253.78',    '320','13','30500.09',    '232','18','9753.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088784.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018872.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107136.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018873.0','1019233.0','4808',    '3927','320','432146.51',    '3189','82','245040.87',    '2437','253','187105.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107137.0','1044800.0','4701',    '3893','283','674854.96',    '3564','160','501868.47',    '1992','165','172986.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018874.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107138.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018875.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107139.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006877.0','1019233.0','4',    '4','1','7536.73',    '3','1','1428.0',    '4','1','6108.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095141.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000205.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088469.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006866.0','1019233.0','88',    '72','6','19300.9',    '67','5','17542.21',    '39','2','1758.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095130.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000260.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088524.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000333.0','1019233.0','76',    '74','17','68034.96',    '69','11','65165.03',    '56','7','2869.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088597.0','1044800.0','9',    '9','1','729.99',    '7','0','0.0',    '4','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2005913.0','1019233.0','2802',    '2005','181','310958.3',    '1732','72','204118.28',    '1140','131','106840.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094177.0','1044800.0','2260',    '1750','128','216127.99',    '1507','68','160465.44',    '943','71','55662.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006221.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094485.0','1044800.0','4354',    '2958','304','565059.92',    '2445','115','316618.55',    '1818','233','248441.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006383.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094647.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018876.0','1019233.0','55',    '41','4','5759.97',    '29','1','3570.0',    '25','3','2189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107140.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006637.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094901.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018877.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107141.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018878.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107142.0','1044800.0','1549',    '1345','283','866252.32',    '1244','190','684579.04',    '763','159','181673.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000213.0','1019233.0','4989',    '3777','762','2667400.85',    '3340','438','1603590.99',    '2437','567','1063809.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088477.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006399.0','1019233.0','1695',    '1499','121','315476.42',    '1423','66','260124.71',    '736','67','55351.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094663.0','1044800.0','747',    '630','114','305996.77',    '570','72','261478.96',    '381','62','44517.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000418.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088682.0','1044800.0','5000',    '4308','666','1571580.48',    '4014','355','1161772.18',    '2434','422','409808.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006468.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094732.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006583.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094847.0','1044800.0','1',    '1','1','494.71',    '1','0','0.0',    '1','1','494.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018879.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107143.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018880.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107144.0','1044800.0','1969',    '1672','305','999513.03',    '1544','196','664429.66',    '919','200','335083.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088465.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000258.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088522.0','1044800.0','2679',    '2250','185','259159.99',    '1878','56','132074.76',    '1396','140','127085.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018881.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107145.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018882.0','1019233.0','175',    '143','31','81368.84',    '125','18','74306.13',    '81','13','7062.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107146.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000221.0','1019233.0','3004',    '2291','168','295181.98',    '1862','43','174813.46',    '1376','138','120368.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088485.0','1044800.0','20',    '18','2','1459.98',    '14','0','0.0',    '13','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006864.0','1019233.0','2629',    '2176','103','225261.24',    '1970','57','171394.41',    '1180','52','53866.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095128.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006539.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094803.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006882.0','1019233.0','55',    '47','2','908.63',    '39','1','578.13',    '31','1','330.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095146.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018883.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107147.0','1044800.0','866',    '605','36','45393.23',    '469','9','23969.23',    '354','28','21424.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006757.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095021.0','1044800.0','78',    '67','3','30155.87',    '59','2','29425.88',    '37','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006536.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094800.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006574.0','1019233.0','13',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094838.0','1044800.0','4236',    '3071','258','531541.2',    '2578','100','329694.13',    '1806','187','201847.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006726.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094990.0','1044800.0','135',    '108','9','6617.85',    '78','1','1636.01',    '73','8','4981.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2005901.0','1019233.0','7',    '5','1','28800.0',    '5','1','24112.17',    '2','1','4687.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094165.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018884.0','1019233.0','498',    '392','47','99383.21',    '313','32','86506.92',    '243','17','12876.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107148.0','1044800.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018885.0','1019233.0','4036',    '3301','263','351588.38',    '2675','94','206038.91',    '2152','192','145549.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107149.0','1044800.0','16',    '12','0','0.0',    '9','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000223.0','1019233.0','1',    '1','1','169.99',    '1','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088487.0','1044800.0','19',    '18','3','31059.89',    '16','3','31059.89',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006415.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094679.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018886.0','1019233.0','2708',    '2060','364','878821.32',    '1820','195','566916.95',    '1252','249','311904.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107150.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006544.0','1019233.0','8',    '6','1','2492.13',    '2','1','1192.0',    '6','1','1300.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094808.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018887.0','1019233.0','8',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107151.0','1044800.0','4337',    '3397','406','983455.55',    '2880','200','716440.8',    '2052','273','267014.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000434.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088698.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107152.0','1044800.0','2815',    '2422','408','1263202.42',    '2231','243','839289.27',    '1358','280','423913.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018889.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107153.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018890.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107154.0','1044800.0','2',    '2','1','1428.0',    '2','1','1428.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006554.0','1019233.0','17',    '14','7','119469.56',    '14','7','119469.56',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094818.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018891.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107155.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006534.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094798.0','1044800.0','15',    '12','1','910.0',    '9','0','0.0',    '10','1','910.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000255.0','1019233.0','4',    '3','1','402.41',    '3','0','0.0',    '1','1','402.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088519.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018892.0','1019233.0','3386',    '2671','197','386567.92',    '2360','100','296912.67',    '1418','118','89655.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107156.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006831.0','1019233.0','5912',    '5231','447','917601.3',    '4934','242','669616.09',    '2812','263','247985.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095095.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000566.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088830.0','1044800.0','9',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018893.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107157.0','1044800.0','1128',    '879','82','121311.88',    '748','31','87045.41',    '549','54','34266.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018894.0','1019233.0','57',    '50','1','131.7',    '42','0','0.0',    '30','1','131.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107158.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006456.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094720.0','1044800.0','8',    '3','1','550.0',    '1','0','0.0',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018895.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107159.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018896.0','1019233.0','4423',    '3890','1242','3039233.65',    '3682','738','2157286.59',    '2672','842','881947.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107160.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006320.0','1019233.0','6',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094584.0','1044800.0','8',    '8','1','1416.0',    '7','1','1416.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006700.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094964.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018897.0','1019233.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107161.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018898.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107162.0','1044800.0','27',    '19','0','0.0',    '14','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018899.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107163.0','1044800.0','88',    '80','20','97070.09',    '74','18','90662.56',    '41','3','6407.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000410.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088674.0','1044800.0','1',    '1','1','930.0',    '1','1','930.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2014025.0','1019233.0','7',    '6','2','1875.2',    '6','1','1274.0',    '5','2','601.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2102289.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018900.0','1019233.0','2',    '2','1','851.8',    '2','0','0.0',    '2','1','851.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107164.0','1044800.0','10',    '9','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018901.0','1019233.0','12',    '12','5','5635.15',    '12','3','2547.74',    '11','4','3087.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107165.0','1044800.0','172',    '137','21','53660.29',    '115','11','44279.22',    '91','13','9381.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018902.0','1019233.0','4',    '3','1','402.41',    '3','0','0.0',    '3','1','402.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107166.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018903.0','1019233.0','7',    '7','3','16937.07',    '6','2','14815.39',    '5','3','2121.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107167.0','1044800.0','3883',    '3329','806','1979542.74',    '3111','527','1489258.06',    '2193','461','490284.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018904.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107168.0','1044800.0','3543',    '3080','1094','5230508.65',    '2863','750','4144429.74',    '2020','684','1086078.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018905.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107169.0','1044800.0','10',    '7','1','1136.0',    '5','1','1136.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018906.0','1019233.0','2111',    '1640','123','263801.41',    '1324','47','178851.8',    '1007','87','84949.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107170.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000420.0','1019233.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088684.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000385.0','1019233.0','2',    '2','1','165.0',    '2','0','0.0',    '2','1','165.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088649.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018907.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107171.0','1044800.0','1426',    '1089','51','98602.38',    '939','29','71199.39',    '583','29','27402.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018908.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107172.0','1044800.0','920',    '785','109','243681.06',    '727','49','154966.68',    '472','79','88714.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018909.0','1019233.0','6',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107173.0','1044800.0','2',    '2','1','18168.16',    '2','1','14428.44',    '2','1','3739.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000343.0','1019233.0','609',    '455','42','161927.84',    '389','30','101935.08',    '250','22','59992.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088607.0','1044800.0','192',    '173','45','249678.48',    '162','40','239358.05',    '117','8','10320.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018910.0','1019233.0','1282',    '951','244','973446.19',    '837','141','525486.14',    '617','196','447960.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107174.0','1044800.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018911.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107175.0','1044800.0','1715',    '1448','207','475495.48',    '1147','92','365537.43',    '964','131','109958.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018912.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107176.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2005988.0','1019233.0','21',    '16','2','899.98',    '13','0','0.0',    '12','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094252.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006348.0','1019233.0','20',    '13','1','700.0',    '12','0','0.0',    '9','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094612.0','1044800.0','6049',    '5131','1140','2637642.15',    '4673','780','2049191.79',    '3243','583','588450.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006484.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094748.0','1044800.0','1866',    '1609','138','401929.68',    '1472','101','342188.62',    '853','58','59741.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000362.0','1019233.0','4',    '4','2','30204.0',    '4','2','30204.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088626.0','1044800.0','2446',    '2118','207','616254.93',    '1927','138','492183.87',    '1169','102','124071.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018913.0','1019233.0','4361',    '3610','897','2867905.56',    '3269','547','2106479.96',    '2526','601','761425.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107177.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006559.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094823.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000203.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088467.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018914.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107178.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018915.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107179.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000331.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088595.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018916.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107180.0','1044800.0','61',    '50','10','18950.32',    '45','9','18177.2',    '22','2','773.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018917.0','1019233.0','2',    '2','1','5384.63',    '1','0','0.0',    '2','1','5384.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107181.0','1044800.0','1193',    '1035','266','852052.93',    '991','208','720217.88',    '587','118','131835.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018918.0','1019233.0','7',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107182.0','1044800.0','3844',    '2935','550','1363927.5',    '2629','307','895607.43',    '1903','407','468320.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006196.0','1019233.0','13',    '7','1','550.0',    '7','0','0.0',    '5','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094460.0','1044800.0','4',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018919.0','1019233.0','2453',    '1970','351','781604.93',    '1772','180','545477.23',    '1270','244','236127.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107183.0','1044800.0','8',    '8','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006397.0','1019233.0','3323',    '2734','291','727843.47',    '2489','139','532564.25',    '1539','207','195279.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094661.0','1044800.0','3',    '3','1','3883.17',    '3','1','3883.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018920.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107184.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018921.0','1019233.0','3964',    '3549','251','732465.39',    '3387','177','625820.06',    '1690','111','106645.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107185.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006597.0','1019233.0','2312',    '2027','248','548066.29',    '1875','114','362845.94',    '1167','173','185220.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094861.0','1044800.0','43',    '33','5','8541.02',    '30','4','7170.81',    '13','4','1370.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018922.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107186.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000529.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088793.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006710.0','1019233.0','6164',    '5301','1399','3013478.85',    '5000','906','2264016.02',    '3309','741','749462.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094974.0','1044800.0','38',    '23','0','0.0',    '18','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006838.0','1019233.0','3580',    '2871','324','746755.06',    '2672','180','552507.9',    '1580','201','194247.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095102.0','1044800.0','2386',    '1916','304','892432.19',    '1670','186','586796.11',    '1158','201','305636.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006582.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094846.0','1044800.0','26',    '23','3','6957.56',    '18','2','6227.57',    '15','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018923.0','1019233.0','10',    '9','1','702.54',    '8','0','0.0',    '6','1','702.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107187.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018924.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107188.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018925.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107189.0','1044800.0','8',    '6','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018926.0','1019233.0','12',    '11','3','8003.67',    '11','1','5600.0',    '8','3','2403.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107190.0','1044800.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018927.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107191.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018928.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107192.0','1044800.0','1',    '1','1','1879.56',    '1','1','1879.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018929.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107193.0','1044800.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018930.0','1019233.0','1',    '1','1','6525.66',    '1','1','1412.0',    '1','1','5113.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107194.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018931.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107195.0','1044800.0','1',    '1','1','3954.0',    '1','1','3954.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006680.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094944.0','1044800.0','12088',    '10235','1513','3742989.42',    '9968','1171','3004630.37',    '3972','689','738359.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018932.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107196.0','1044800.0','3',    '3','1','1329.39',    '3','0','0.0',    '2','1','1329.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006638.0','1019233.0','4',    '3','1','2441.27',    '2','0','0.0',    '3','1','2441.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094902.0','1044800.0','4',    '3','1','1336.0',    '3','1','1336.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018933.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107197.0','1044800.0','17',    '10','1','1122.35',    '9','0','0.0',    '5','1','1122.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000329.0','1019233.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088593.0','1044800.0','8',    '6','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018934.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107198.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018935.0','1019233.0','7',    '6','2','1078.68',    '5','0','0.0',    '6','2','1078.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107199.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006733.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094997.0','1044800.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018936.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107200.0','1044800.0','11',    '11','5','14996.76',    '10','2','2368.0',    '6','3','12628.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000167.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088431.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006647.0','1019233.0','1',    '1','1','815.93',    '1','0','0.0',    '1','1','815.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094911.0','1044800.0','16',    '13','1','5369.14',    '12','1','5004.14',    '7','1','365.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018937.0','1019233.0','7',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107201.0','1044800.0','1',    '1','1','2237.18',    '1','1','1600.0',    '1','1','637.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006779.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095043.0','1044800.0','5',    '4','1','1192.0',    '4','1','1192.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018938.0','1019233.0','6',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107202.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000251.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088515.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018939.0','1019233.0','216',    '180','49','220693.32',    '162','38','196909.99',    '107','29','23783.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107203.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018940.0','1019233.0','4',    '3','1','7589.14',    '3','1','1906.0',    '1','1','5683.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107204.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018941.0','1019233.0','7',    '5','2','4333.21',    '5','1','1136.0',    '3','2','3197.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107205.0','1044800.0','2',    '2','2','1459.98',    '1','0','0.0',    '2','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018942.0','1019233.0','6',    '6','1','348.69',    '5','0','0.0',    '5','1','348.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107206.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018943.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107207.0','1044800.0','10268',    '8870','1927','8502002.01',    '8617','1470','7156275.95',    '4076','926','1345726.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000398.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088662.0','1044800.0','437',    '404','112','608854.64',    '394','91','549152.28',    '209','45','59702.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006333.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094597.0','1044800.0','2',    '2','2','26007.04',    '2','2','25146.1',    '1','1','860.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006520.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094784.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018944.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107208.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018945.0','1019233.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107209.0','1044800.0','4',    '3','1','7148.83',    '3','1','6650.64',    '2','1','498.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018946.0','1019233.0','2',    '2','1','900.0',    '2','0','0.0',    '1','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107210.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018947.0','1019233.0','13',    '9','1','8247.79',    '9','1','5476.0',    '3','1','2771.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107211.0','1044800.0','1',    '1','1','2087.1',    '1','1','1336.0',    '1','1','751.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018948.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107212.0','1044800.0','1',    '1','1','3077.61',    '1','1','3077.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000137.0','1019233.0','26',    '22','3','3904.48',    '20','2','3354.48',    '9','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088401.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006613.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094877.0','1044800.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006668.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094932.0','1044800.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000366.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088630.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018949.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107213.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006787.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095051.0','1044800.0','7',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018950.0','1019233.0','1',    '1','1','2376.25',    '1','1','1428.0',    '1','1','948.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107214.0','1044800.0','12',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018951.0','1019233.0','7635',    '6253','306','556429.36',    '5951','161','360885.99',    '2407','193','195543.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107215.0','1044800.0','9',    '9','1','2926.65',    '8','1','2756.66',    '8','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018952.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107216.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018953.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107217.0','1044800.0','1',    '1','1','725.22',    '1','1','645.23',    '1','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018954.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107218.0','1044800.0','1023',    '838','100','170711.01',    '807','63','127857.55',    '359','55','42853.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018955.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107219.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000477.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088741.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018956.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107220.0','1044800.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018957.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107221.0','1044800.0','7',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000518.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088782.0','1044800.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000169.0','1019233.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088433.0','1044800.0','4',    '4','2','11205.38',    '2','2','10486.02',    '4','1','719.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018958.0','1019233.0','2',    '1','1','568.0',    '1','1','568.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107222.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018959.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107223.0','1044800.0','406',    '382','105','486701.51',    '377','90','450341.47',    '199','36','36360.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006702.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094966.0','1044800.0','18',    '18','10','80391.5',    '18','9','61195.4',    '13','8','19196.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018960.0','1019233.0','2',    '2','2','11664.94',    '2','2','11211.48',    '2','1','453.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107224.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018961.0','1019233.0','3388',    '2961','450','1389889.41',    '2853','365','1258056.33',    '1290','157','131833.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107225.0','1044800.0','5361',    '4561','910','2057406.07',    '4422','645','1630474.99',    '2046','490','426931.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006171.0','1019233.0','3',    '3','1','899.41',    '3','0','0.0',    '2','1','899.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094435.0','1044800.0','4851',    '4297','259','538570.64',    '4202','166','414878.22',    '1381','133','123692.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018962.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107226.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006848.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095112.0','1044800.0','2',    '2','1','1676.0',    '1','1','1676.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000171.0','1019233.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088435.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006834.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2095098.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000143.0','1019233.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088407.0','1044800.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018963.0','1019233.0','19',    '15','2','3883.31',    '11','2','3443.31',    '10','1','440.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107227.0','1044800.0','7',    '6','1','1794.78',    '6','1','1794.78',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018964.0','1019233.0','1',    '1','1','962.0',    '1','1','962.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107228.0','1044800.0','8',    '6','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018965.0','1019233.0','4',    '3','1','2486.14',    '2','1','2486.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107229.0','1044800.0','2',    '2','1','1336.0',    '1','1','1336.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006414.0','1019233.0','123',    '64','1','900.0',    '55','0','0.0',    '32','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094678.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018966.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107230.0','1044800.0','2250',    '1810','236','681098.01',    '1690','191','613019.67',    '858','93','68078.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006640.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094904.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018967.0','1019233.0','3820',    '3439','229','547345.97',    '3357','132','380826.8',    '1136','136','166519.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107231.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000564.0','1019233.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088828.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018968.0','1019233.0','17',    '14','1','402.41',    '12','0','0.0',    '6','1','402.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107232.0','1044800.0','7190',    '6250','1054','3227803.93',    '6127','816','2800926.84',    '2546','460','426877.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018969.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107233.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018970.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107234.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000231.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088495.0','1044800.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018971.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107235.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006618.0','1019233.0','6497',    '5744','322','744007.34',    '5603','191','609183.61',    '1902','163','134823.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094882.0','1044800.0','218',    '206','148','1859736.3',    '204','140','1620033.1',    '143','58','239703.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006713.0','1019233.0','1',    '1','1','3488.0',    '1','1','3288.0',    '1','1','200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094977.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018972.0','1019233.0','8',    '7','0','0.0',    '4','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107236.0','1044800.0','4',    '4','1','6369.4',    '4','1','5420.0',    '2','1','949.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006657.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094921.0','1044800.0','7',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006730.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094994.0','1044800.0','4',    '4','2','8742.74',    '4','2','7348.0',    '1','1','1394.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018973.0','1019233.0','7',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107237.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000234.0','1019233.0','11',    '10','1','1192.0',    '10','1','1192.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088498.0','1044800.0','35',    '32','8','59003.55',    '32','7','51702.07',    '14','3','7301.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018974.0','1019233.0','135',    '95','16','13821.44',    '66','4','7650.35',    '65','13','6171.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107238.0','1044800.0','3976',    '3290','367','618328.3',    '3188','255','484973.81',    '1185','161','133354.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006507.0','1019233.0','1424',    '1213','169','525888.28',    '1133','132','478681.05',    '497','67','47207.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094771.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018975.0','1019233.0','82',    '72','10','58165.96',    '67','8','53735.52',    '33','4','4430.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107239.0','1044800.0','6',    '3','1','230.48',    '3','0','0.0',    '2','1','230.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018976.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107240.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018977.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107241.0','1044800.0','1',    '1','1','79.99',    '1','0','0.0',    '1','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018978.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107242.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018979.0','1019233.0','1022',    '840','138','600181.15',    '761','114','551820.14',    '420','60','48361.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107243.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018980.0','1019233.0','5551',    '4572','847','2124363.85',    '4435','627','1701363.55',    '2037','410','423000.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107244.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018981.0','1019233.0','2',    '2','1','28800.0',    '2','1','24776.75',    '1','1','4023.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107245.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018982.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107246.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018983.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107247.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006057.0','1019233.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094321.0','1044800.0','18',    '16','1','750.85',    '16','1','750.85',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018984.0','1019233.0','4980',    '4392','490','1014937.34',    '4244','364','804826.04',    '1730','209','210111.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107248.0','1044800.0','5',    '4','1','1420.62',    '4','1','1420.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000059.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088323.0','1044800.0','3',    '3','1','169.99',    '2','0','0.0',    '3','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018985.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107249.0','1044800.0','8',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006421.0','1019233.0','1',    '1','1','1326.22',    '1','1','1051.64',    '1','1','274.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094685.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018986.0','1019233.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107250.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018987.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107251.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006132.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094396.0','1044800.0','276',    '219','26','79503.48',    '200','19','65108.02',    '100','14','14395.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018988.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107252.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2006358.0','1019233.0','8',    '7','2','2295.96',    '5','2','2295.96',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2094622.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2018989.0','1019233.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107253.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006561.0','1019233.0','10',    '10','3','2384.3',    '10','1','714.91',    '9','3','1669.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094825.0','1044800.0','1',    '1','1','8509.43',    '1','1','8509.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2000467.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2088731.0','1044800.0','11',    '9','2','1548.58',    '9','1','1274.0',    '4','1','274.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000294.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088558.0','1044800.0','3',    '3','2','8858.8',    '3','2','7277.34',    '2','2','1581.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006770.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095034.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018990.0','1019233.0','1',    '1','1','98.65',    '1','0','0.0',    '1','1','98.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107254.0','1044800.0','222',    '201','61','336513.09',    '198','50','309214.97',    '109','29','27298.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018991.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107255.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000565.0','1019233.0','206',    '189','53','294917.35',    '187','42','275779.3',    '116','28','19138.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088829.0','1044800.0','1',    '1','1','288.24',    '1','1','288.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018992.0','1019233.0','1',    '1','1','4170.43',    '1','1','3370.55',    '1','1','799.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107256.0','1044800.0','1',    '1','1','275.77',    '1','1','275.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018993.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107257.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018994.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107258.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006337.0','1019233.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094601.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018995.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107259.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006494.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094758.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006716.0','1019233.0','1',    '1','1','10639.25',    '1','1','1732.0',    '1','1','8907.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094980.0','1044800.0','940',    '802','246','666591.38',    '699','181','596789.7',    '523','116','69801.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018996.0','1019233.0','2',    '2','1','169.99',    '2','0','0.0',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107260.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000522.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088786.0','1044800.0','1929',    '1374','221','500656.3',    '1085','127','424443.88',    '907','124','76212.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018997.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107261.0','1044800.0','417',    '352','46','145302.71',    '281','26','115314.07',    '254','24','29988.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018998.0','1019233.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107262.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000525.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088789.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2005879.0','1019233.0','4',    '2','1','169.99',    '2','0','0.0',    '2','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094143.0','1044800.0','1285',    '1043','128','263183.82',    '820','57','189289.71',    '684','85','73894.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000364.0','1019233.0','4',    '3','1','2484.74',    '2','1','2484.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088628.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000100.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088364.0','1044800.0','7',    '7','2','2859.38',    '7','1','1878.36',    '5','1','981.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2013999.0','1019233.0','1941',    '1682','351','1060874.52',    '1405','220','897435.74',    '1141','206','163438.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2102263.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018999.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107263.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000222.0','1019233.0','146',    '124','24','65556.58',    '103','17','58619.09',    '79','8','6937.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088486.0','1044800.0','5',    '4','1','2639.24',    '4','1','2639.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019000.0','1019233.0','1',    '1','1','1713.68',    '1','1','1713.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107264.0','1044800.0','1579',    '1298','143','368846.1',    '984','69','302686.41',    '883','87','66159.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019001.0','1019233.0','1',    '1','1','28800.0',    '1','1','20247.32',    '1','1','8552.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107265.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006251.0','1019233.0','226',    '221','89','882755.65',    '220','77','811819.02',    '130','39','70936.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094515.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019002.0','1019233.0','1',    '1','1','4669.27',    '1','1','4669.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107266.0','1044800.0','1',    '1','1','714.0',    '1','1','714.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006363.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094627.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006889.0','1019233.0','1',    '1','1','3243.37',    '1','1','3243.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095153.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006666.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094930.0','1044800.0','1195',    '1022','255','989701.93',    '876','200','889123.94',    '674','124','100577.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019003.0','1019233.0','4',    '4','1','518.74',    '3','1','518.74',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107267.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006682.0','1019233.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094946.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019004.0','1019233.0','11',    '9','3','32848.37',    '8','3','32643.74',    '4','1','204.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107268.0','1044800.0','4',    '3','1','359.17',    '3','1','359.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019005.0','1019233.0','49',    '31','2','1259.25',    '26','0','0.0',    '16','2','1259.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107269.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019006.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107270.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019007.0','1019233.0','1',    '1','1','640.0',    '1','0','0.0',    '1','1','640.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107271.0','1044800.0','16',    '10','1','5157.31',    '7','1','5157.31',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000118.0','1019233.0','583',    '441','66','165728.01',    '327','24','126353.98',    '318','51','39374.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088382.0','1044800.0','6',    '5','1','256.9',    '4','1','86.91',    '5','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000296.0','1019233.0','1',    '1','1','8625.11',    '1','1','1732.0',    '1','1','6893.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088560.0','1044800.0','169',    '162','47','249776.86',    '159','40','221523.95',    '102','23','28252.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000436.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088700.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019008.0','1019233.0','556',    '481','107','227641.06',    '389','69','184406.45',    '325','49','43234.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107272.0','1044800.0','4935',    '4565','1310','5065523.22',    '4222','893','4607828.14',    '3003','688','457695.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019009.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107273.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006299.0','1019233.0','3',    '2','1','6684.72',    '2','1','6684.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094563.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006387.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094651.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006645.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094909.0','1044800.0','428',    '412','151','835168.08',    '400','115','765068.38',    '250','75','70099.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006531.0','1019233.0','1',    '1','1','185.0',    '1','0','0.0',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094795.0','1044800.0','1',    '1','1','653.63',    '1','0','0.0',    '1','1','653.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019010.0','1019233.0','1',    '1','1','6994.11',    '1','1','2570.0',    '1','1','4424.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107274.0','1044800.0','3326',    '2938','868','3392921.33',    '2658','638','3084700.1',    '1888','409','308221.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001468.0',    '2019011.0','1019233.0','22',    '18','5','23082.1',    '17','4','22950.4',    '13','1','131.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005957.0',    '2107275.0','1044800.0','3',    '3','1','1576.47',    '3','0','0.0',    '2','1','1576.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000253.0','1019233.0','251',    '235','72','361690.34',    '224','63','327977.97',    '143','33','33712.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088517.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019012.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107276.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019013.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107277.0','1044800.0','4',    '4','3','24831.63',    '3','2','23552.04',    '3','3','1279.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006303.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094567.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006810.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095074.0','1044800.0','3022',    '2815','853','3360815.06',    '2692','657','3023394.48',    '1812','409','337420.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006134.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094398.0','1044800.0','59',    '41','2','6038.19',    '24','2','6038.19',    '27','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019014.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107278.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019015.0','1019233.0','4',    '4','1','2179.72',    '4','1','2179.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107279.0','1044800.0','70',    '56','8','20274.5',    '41','4','16234.16',    '43','6','4040.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019016.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107280.0','1044800.0','22',    '21','4','5337.04',    '19','2','3209.07',    '15','3','2127.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006355.0','1019233.0','9',    '9','3','4132.55',    '8','1','3197.93',    '7','2','934.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094619.0','1044800.0','513',    '351','37','102376.01',    '254','18','53673.44',    '236','29','48702.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006888.0','1019233.0','10',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095152.0','1044800.0','355',    '232','16','13370.26',    '159','3','3541.0',    '152','14','9829.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000089.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088353.0','1044800.0','2',    '2','1','1428.0',    '2','1','1428.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019017.0','1019233.0','1',    '1','1','1732.0',    '1','1','1732.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107281.0','1044800.0','1',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019018.0','1019233.0','81',    '64','22','62145.33',    '57','19','54697.22',    '39','7','7448.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107282.0','1044800.0','31',    '25','6','9734.71',    '20','4','8437.94',    '17','3','1296.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019019.0','1019233.0','1549',    '1291','241','541060.53',    '940','102','409525.82',    '945','179','131534.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107283.0','1044800.0','1082',    '776','138','655918.32',    '601','81','441788.98',    '512','91','214129.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019020.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107284.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000383.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088647.0','1044800.0','255',    '228','64','206126.57',    '196','40','178641.9',    '160','36','27484.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2014055.0','1019233.0','32',    '19','3','11443.76',    '18','3','9320.96',    '12','1','2122.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2102319.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000355.0','1019233.0','62',    '52','4','2046.21',    '40','1','116.25',    '32','4','1929.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088619.0','1044800.0','1',    '1','1','866.0',    '1','1','866.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019021.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107285.0','1044800.0','2',    '2','1','1974.56',    '1','1','1428.0',    '2','1','546.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019022.0','1019233.0','246',    '233','93','428231.01',    '218','83','392541.58',    '147','35','35689.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107286.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006766.0','1019233.0','8',    '4','1','11054.39',    '2','1','10733.4',    '3','1','320.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095030.0','1044800.0','10',    '10','2','24786.4',    '10','2','24786.4',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000257.0','1019233.0','1405',    '1173','190','580980.45',    '905','108','479550.59',    '832','114','101429.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088521.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006952.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095216.0','1044800.0','1',    '1','1','1732.0',    '1','1','1732.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2018710.0','1019233.0','54',    '50','23','109883.61',    '50','19','102857.51',    '30','6','7026.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2106974.0','1044800.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019023.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107287.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019024.0','1019233.0','2',    '2','1','4741.0',    '2','1','4741.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107288.0','1044800.0','109',    '102','39','119675.36',    '93','36','111963.24',    '65','11','7712.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006199.0','1019233.0','264',    '251','79','431005.67',    '237','66','400877.87',    '157','39','30127.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094463.0','1044800.0','9',    '6','3','8215.7',    '6','3','5094.92',    '3','1','3120.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019025.0','1019233.0','22',    '19','3','11297.54',    '16','2','10519.66',    '12','1','777.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107289.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006393.0','1019233.0','1539',    '1210','188','473620.7',    '909','106','394555.05',    '825','109','79065.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094657.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019026.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107290.0','1044800.0','2',    '2','1','1054.6',    '2','1','1054.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019027.0','1019233.0','2620',    '2167','394','1214190.75',    '1765','236','1045448.11',    '1426','221','168742.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107291.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006611.0','1019233.0','1',    '1','1','661.55',    '1','1','661.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094875.0','1044800.0','1',    '1','1','9470.07',    '1','1','9470.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000301.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088565.0','1044800.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019028.0','1019233.0','319',    '247','23','33402.13',    '187','6','13901.65',    '154','18','19500.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107292.0','1044800.0','1637',    '1446','431','1423261.43',    '1233','276','1249109.84',    '994','250','174151.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019029.0','1019233.0','12',    '6','2','3824.63',    '4','1','3094.64',    '3','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107293.0','1044800.0','1',    '1','1','3005.45',    '1','1','3005.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019030.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107294.0','1044800.0','1',    '1','1','2588.75',    '1','1','986.0',    '1','1','1602.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019031.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107295.0','1044800.0','1637',    '1233','150','378813.63',    '902','74','296991.3',    '847','91','81822.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019032.0','1019233.0','2423',    '2061','510','1635151.66',    '1694','325','1402451.49',    '1393','272','232700.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107296.0','1044800.0','1',    '1','1','520.19',    '1','1','520.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2005983.0','1019233.0','14',    '12','2','16702.67',    '9','1','16362.69',    '11','2','339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094247.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000471.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088735.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019033.0','1019233.0','18',    '10','2','8662.0',    '10','2','5107.0',    '5','1','3555.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107297.0','1044800.0','2',    '2','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006819.0','1019233.0','1',    '1','1','9253.29',    '1','1','9253.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095083.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006401.0','1019233.0','149',    '125','9','18692.47',    '90','2','13498.72',    '100','8','5193.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094665.0','1044800.0','5',    '4','1','6426.0',    '4','1','6426.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019034.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107298.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006533.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094797.0','1044800.0','2',    '2','1','702.0',    '2','1','702.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019035.0','1019233.0','1',    '1','1','3960.98',    '1','1','3551.71',    '1','1','409.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107299.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006699.0','1019233.0','81',    '74','26','138417.15',    '66','20','121989.06',    '55','16','16428.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094963.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019036.0','1019233.0','2',    '2','1','1628.0',    '2','1','1628.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107300.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019037.0','1019233.0','8',    '6','1','2552.3',    '4','1','2552.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107301.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006130.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094394.0','1044800.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019038.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107302.0','1044800.0','1481',    '1208','187','440009.77',    '894','92','360364.8',    '868','118','79644.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006082.0','1019233.0','5',    '3','1','2650.88',    '3','1','2650.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094346.0','1044800.0','182',    '163','15','14884.6',    '121','4','6712.17',    '111','11','8172.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019039.0','1019233.0','1',    '1','1','3961.5',    '1','1','2543.0',    '1','1','1418.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107303.0','1044800.0','1',    '1','1','2623.5',    '1','1','1428.0',    '1','1','1195.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006336.0','1019233.0','2582',    '2171','404','1064926.7',    '1626','188','860773.49',    '1585','276','204153.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094600.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019040.0','1019233.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107304.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006525.0','1019233.0','137',    '112','20','93756.72',    '88','12','87370.4',    '61','9','6386.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094789.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000412.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088676.0','1044800.0','128',    '110','16','25015.09',    '90','2','14813.73',    '78','14','10201.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000271.0','1019233.0','336',    '226','50','148057.74',    '199','43','137137.6',    '130','16','10920.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088535.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019041.0','1019233.0','9',    '7','2','5013.99',    '4','1','4284.0',    '6','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107305.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019042.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107306.0','1044800.0','490',    '315','42','77454.67',    '239','24','58198.98',    '186','21','19255.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2013998.0','1019233.0','9',    '7','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2102262.0','1044800.0','32',    '26','5','41830.14',    '22','2','33716.48',    '15','4','8113.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019043.0','1019233.0','1',    '1','1','1428.0',    '1','1','1428.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107307.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019044.0','1019233.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107308.0','1044800.0','1230',    '972','154','357841.7',    '749','87','292177.56',    '675','94','65664.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019045.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107309.0','1044800.0','844',    '716','155','368411.93',    '561','84','291581.54',    '497','89','76830.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019046.0','1019233.0','1',    '1','1','885.81',    '1','1','885.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107310.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019047.0','1019233.0','11',    '8','1','1298.91',    '7','1','1298.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107311.0','1044800.0','2',    '2','1','10454.11',    '2','1','10054.7',    '2','1','399.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019048.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107312.0','1044800.0','1',    '1','1','1016.44',    '1','0','0.0',    '1','1','1016.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019049.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107313.0','1044800.0','2',    '2','1','729.99',    '1','0','0.0',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000116.0','1019233.0','1',    '1','1','729.99',    '1','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088380.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006746.0','1019233.0','1',    '1','1','972.0',    '1','1','972.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095010.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019050.0','1019233.0','1',    '1','1','2564.88',    '1','1','2564.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107314.0','1044800.0','26',    '25','10','18317.87',    '20','9','16515.44',    '18','3','1802.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019051.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107315.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019052.0','1019233.0','489',    '425','92','192922.0',    '355','60','163128.73',    '292','48','29793.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107316.0','1044800.0','1',    '1','1','206.74',    '1','0','0.0',    '1','1','206.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006243.0','1019233.0','111',    '93','12','6677.05',    '73','4','1532.15',    '69','8','5144.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094507.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006847.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095111.0','1044800.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019053.0','1019233.0','10000',    '8970','3202','27886097.93',    '8703','2727','21197892.11',    '4793','1847','6688205.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107317.0','1044800.0','132',    '109','15','21614.91',    '102','10','18685.44',    '39','6','2929.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019054.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107318.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006403.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094667.0','1044800.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006688.0','1019233.0','58',    '51','24','92758.28',    '47','19','88144.84',    '34','13','4613.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094952.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006612.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2094876.0','1044800.0','311',    '236','31','61265.97',    '216','25','57241.01',    '105','11','4024.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019055.0','1019233.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107319.0','1044800.0','6',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000254.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088518.0','1044800.0','1',    '1','1','399.99',    '1','0','0.0',    '1','1','399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019056.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107320.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019057.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107321.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019058.0','1019233.0','89',    '77','13','22761.06',    '66','10','18984.14',    '36','4','3776.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107322.0','1044800.0','37',    '31','4','2296.23',    '26','4','1891.18',    '20','1','405.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000356.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088620.0','1044800.0','11',    '8','2','6208.28',    '8','1','5798.28',    '5','1','410.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019059.0','1019233.0','88',    '74','14','16133.72',    '51','8','11479.91',    '56','10','4653.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107323.0','1044800.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019060.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107324.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019061.0','1019233.0','237',    '205','31','86554.86',    '186','24','77878.54',    '90','14','8676.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107325.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000272.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088536.0','1044800.0','58',    '39','4','9621.14',    '27','3','8891.15',    '30','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006858.0','1019233.0','1',    '1','1','159.99',    '0','0','0.0',    '1','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095122.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000215.0','1019233.0','1',    '1','1','666.96',    '1','1','666.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088479.0','1044800.0','9',    '7','1','1730.51',    '7','1','1730.51',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000273.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088537.0','1044800.0','541',    '448','83','150403.87',    '392','62','135731.87',    '254','32','14672.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000384.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088648.0','1044800.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000415.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088679.0','1044800.0','115',    '87','21','56449.31',    '73','16','50740.86',    '52','9','5708.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000298.0','1019233.0','4184',    '4028','3184','33421726.47',    '4000','3004','27745986.54',    '2653','1200','5675739.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088562.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019062.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107326.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2000438.0','1019233.0','77',    '71','35','485764.72',    '70','32','390227.01',    '40','25','95537.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2088702.0','1044800.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006857.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095121.0','1044800.0','34',    '30','11','102213.32',    '25','10','101483.33',    '20','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006948.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095212.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019063.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107327.0','1044800.0','342',    '303','74','195029.86',    '270','53','174119.1',    '182','32','20910.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019064.0','1019233.0','4',    '2','1','1028.99',    '1','0','0.0',    '2','1','1028.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107328.0','1044800.0','3',    '3','1','2935.82',    '3','1','2935.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019065.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107329.0','1044800.0','2',    '2','1','729.99',    '2','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019066.0','1019233.0','19',    '14','3','8190.63',    '13','2','7461.63',    '4','1','729.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107330.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019067.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107331.0','1044800.0','1',    '1','1','4925.94',    '1','1','4925.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019068.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107332.0','1044800.0','1480',    '1113','139','364015.53',    '828','84','313254.01',    '733','74','50761.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019069.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107333.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019070.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107334.0','1044800.0','39',    '31','5','21699.75',    '28','5','21699.75',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019071.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107335.0','1044800.0','183',    '155','31','68746.83',    '142','25','64164.71',    '90','12','4582.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2007008.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095272.0','1044800.0','219',    '174','27','110354.93',    '158','24','100916.62',    '80','5','9438.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019072.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107336.0','1044800.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006891.0','1019233.0','150',    '128','44','57268.06',    '106','33','47784.3',    '85','16','9483.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095155.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019073.0','1019233.0','4',    '4','2','15758.42',    '4','2','15758.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107337.0','1044800.0','65',    '59','4','11401.71',    '56','2','9061.97',    '28','3','2339.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019074.0','1019233.0','1',    '1','1','1154.0',    '1','1','1154.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107338.0','1044800.0','1',    '1','1','5310.3',    '1','1','5310.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019075.0','1019233.0','423',    '359','92','274824.66',    '295','67','239492.0',    '257','41','35332.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107339.0','1044800.0','5',    '3','1','1036.6',    '2','1','1036.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019076.0','1019233.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107340.0','1044800.0','18',    '16','7','18124.07',    '14','6','17574.07',    '10','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019077.0','1019233.0','12',    '11','4','26143.84',    '10','4','25912.57',    '7','1','231.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107341.0','1044800.0','9',    '7','1','729.99',    '6','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2006922.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2095186.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019078.0','1019233.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107342.0','1044800.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019079.0','1019233.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107343.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019080.0','1019233.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107344.0','1044800.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019081.0','1019233.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107345.0','1044800.0','119',    '104','30','107570.31',    '95','23','92173.89',    '66','13','15396.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019082.0','1019233.0','1',    '1','1','6910.0',    '1','0','0.0',    '1','1','6910.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107346.0','1044800.0','66',    '57','13','30360.32',    '48','8','27127.33',    '33','7','3232.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2006921.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2095185.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019083.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107347.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019084.0','1019259.0','7546',    '6694','1179','5617436.24',    '6429','938','4907912.3',    '2943','519','709523.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107348.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019085.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107349.0','1044826.0','1885',    '1381','127','256014.79',    '1247','91','220381.94',    '626','46','35632.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2006946.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2095210.0','1044826.0','921',    '736','65','123818.87',    '593','15','48609.99',    '483','54','75208.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019086.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107350.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019087.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107351.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019088.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107352.0','1044826.0','571',    '464','54','80930.55',    '344','26','63282.25',    '316','29','17648.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019089.0','1019259.0','103',    '73','11','34034.81',    '71','9','31540.41',    '35','4','2494.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107353.0','1044826.0','81',    '62','15','112223.73',    '57','13','105132.14',    '33','6','7091.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2006983.0','1019259.0','40',    '33','3','6121.81',    '26','2','5391.82',    '19','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2095247.0','1044826.0','2',    '2','2','44402.88',    '2','2','44402.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019090.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107354.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019091.0','1019259.0','378',    '344','93','257660.24',    '322','66','222363.04',    '221','47','35297.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107355.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019092.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107356.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019093.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107357.0','1044826.0','1',    '1','1','259.39',    '1','1','259.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019094.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107358.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019095.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107359.0','1044826.0','10',    '8','2','2858.0',    '6','1','2308.0',    '7','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019096.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107360.0','1044826.0','194',    '141','32','76632.94',    '131','28','66399.56',    '68','12','10233.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019097.0','1019259.0','14',    '12','3','14160.83',    '12','3','14160.83',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107361.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019098.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107362.0','1044826.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019099.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107363.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019100.0','1019259.0','20',    '18','7','42360.42',    '16','7','41618.71',    '12','3','741.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107364.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019101.0','1019259.0','1',    '1','1','1459.28',    '1','1','1459.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107365.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2006981.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2095245.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019102.0','1019259.0','92',    '75','13','22640.86',    '65','9','19914.29',    '37','5','2726.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107366.0','1044826.0','11',    '10','1','4002.58',    '9','1','4002.58',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019103.0','1019259.0','1',    '1','1','28800.0',    '1','1','27890.02',    '1','1','909.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107367.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2006912.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2095176.0','1044826.0','30',    '25','6','36374.18',    '22','4','30723.85',    '11','5','5650.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019104.0','1019259.0','11',    '9','1','1070.0',    '8','1','1070.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107368.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019105.0','1019259.0','3',    '3','1','595.37',    '2','0','0.0',    '3','1','595.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107369.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019106.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107370.0','1044826.0','152',    '125','32','99914.51',    '109','27','91217.65',    '64','10','8696.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019107.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107371.0','1044826.0','6',    '4','1','1084.36',    '4','1','1084.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019108.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107372.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019109.0','1019259.0','64',    '50','7','13847.64',    '42','6','13117.65',    '33','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107373.0','1044826.0','1',    '1','1','4025.04',    '1','1','4025.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019110.0','1019259.0','2',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107374.0','1044826.0','90',    '75','7','16404.29',    '70','4','15134.32',    '38','3','1269.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019111.0','1019259.0','18',    '14','5','13719.73',    '13','4','12665.73',    '8','2','1054.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107375.0','1044826.0','63',    '51','11','28256.8',    '43','10','26771.82',    '29','2','1484.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019112.0','1019259.0','17',    '16','1','1243.5',    '14','1','1243.5',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107376.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019113.0','1019259.0','1',    '1','1','6719.97',    '1','1','6719.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107377.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019114.0','1019259.0','11',    '5','1','1096.0',    '4','1','1096.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107378.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2006892.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2095156.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2006975.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2095239.0','1044826.0','145',    '122','31','115996.32',    '110','26','98441.92',    '67','12','17554.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019115.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107379.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019116.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107380.0','1044826.0','18',    '15','6','8505.31',    '15','4','7540.32',    '9','2','964.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019081.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107345.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019117.0','1019259.0','5',    '5','2','8423.66',    '5','1','2670.0',    '2','2','5753.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107381.0','1044826.0','3',    '3','1','13070.42',    '3','1','11667.63',    '3','1','1402.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019118.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107382.0','1044826.0','13',    '11','1','1156.05',    '10','1','1156.05',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019119.0','1019259.0','659',    '570','169','765529.81',    '505','126','694660.02',    '375','73','70869.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107383.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019120.0','1019259.0','30',    '25','5','14290.94',    '23','3','6510.95',    '9','3','7779.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107384.0','1044826.0','142',    '123','21','56662.11',    '102','17','54958.88',    '82','4','1703.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019121.0','1019259.0','62',    '46','4','2906.37',    '29','1','716.4',    '40','3','2189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107385.0','1044826.0','1',    '1','1','2205.11',    '1','1','2205.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019122.0','1019259.0','95',    '83','20','58338.16',    '63','13','55728.25',    '61','8','2609.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107386.0','1044826.0','15',    '14','3','6643.92',    '11','1','5183.94',    '8','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019123.0','1019259.0','8',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107387.0','1044826.0','106',    '99','23','54770.46',    '91','15','47108.63',    '58','13','7661.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019124.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107388.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019125.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107389.0','1044826.0','9',    '4','0','0.0',    '1','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019126.0','1019259.0','13',    '6','1','204.63',    '6','0','0.0',    '5','1','204.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107390.0','1044826.0','14',    '11','2','3313.74',    '11','1','2308.0',    '7','1','1005.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019127.0','1019259.0','13',    '13','2','4054.86',    '11','2','3324.87',    '8','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107391.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019128.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107392.0','1044826.0','2',    '1','1','476.33',    '1','1','476.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019129.0','1019259.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107393.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019130.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107394.0','1044826.0','37',    '33','8','16423.09',    '31','7','14183.62',    '18','3','2239.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019131.0','1019259.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107395.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019132.0','1019259.0','10',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107396.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019133.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107397.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019134.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107398.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019135.0','1019259.0','541',    '465','130','185580.85',    '378','55','128165.1',    '347','91','57415.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107399.0','1044826.0','536',    '486','116','344335.77',    '449','93','320514.41',    '257','47','23821.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019136.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107400.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019137.0','1019259.0','4',    '4','1','1697.32',    '3','1','1697.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107401.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019138.0','1019259.0','3950',    '3133','282','402826.87',    '2302','60','221222.49',    '2109','242','181604.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107402.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019139.0','1019259.0','64',    '51','10','10996.05',    '37','6','8183.04',    '36','4','2813.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107403.0','1044826.0','15',    '11','0','0.0',    '10','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019140.0','1019259.0','102',    '74','10','23415.3',    '69','8','20742.16',    '33','3','2673.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107404.0','1044826.0','647',    '489','43','115222.6',    '444','29','95312.79',    '200','22','19909.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019141.0','1019259.0','16',    '13','3','7913.5',    '11','2','2118.81',    '7','2','5794.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107405.0','1044826.0','1',    '1','1','2013.38',    '1','1','1648.38',    '1','1','365.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019142.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107406.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019143.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107407.0','1044826.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019144.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107408.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019145.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107409.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019146.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107410.0','1044826.0','8',    '7','1','729.99',    '3','0','0.0',    '7','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019147.0','1019259.0','8',    '7','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107411.0','1044826.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019148.0','1019259.0','18',    '18','3','20549.0',    '15','3','20379.01',    '9','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107412.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019149.0','1019259.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107413.0','1044826.0','1',    '1','1','1749.47',    '1','1','1749.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019150.0','1019259.0','12',    '9','2','14725.72',    '8','1','14315.72',    '4','1','410.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107414.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019151.0','1019259.0','1',    '1','1','4152.07',    '1','1','4152.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107415.0','1044826.0','33',    '32','17','89704.68',    '30','14','88930.75',    '19','4','773.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019152.0','1019259.0','11',    '9','4','23042.75',    '7','1','17944.07',    '8','4','5098.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107416.0','1044826.0','56',    '46','5','14092.54',    '41','5','13762.55',    '20','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019153.0','1019259.0','791',    '700','238','838140.53',    '617','184','756299.57',    '481','111','81840.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107417.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019154.0','1019259.0','96',    '83','11','18739.03',    '73','9','16155.75',    '36','3','2583.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107418.0','1044826.0','11',    '9','0','0.0',    '9','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019155.0','1019259.0','117',    '104','21','41359.1',    '93','11','36074.19',    '67','12','5284.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107419.0','1044826.0','2',    '2','1','1968.27',    '2','1','1500.0',    '1','1','468.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019156.0','1019259.0','23',    '19','2','5303.79',    '16','2','4753.79',    '12','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107420.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019157.0','1019259.0','9',    '8','0','0.0',    '8','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107421.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019158.0','1019259.0','1269',    '1137','328','1222303.53',    '1028','252','1128334.47',    '758','133','93969.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107422.0','1044826.0','3767',    '3357','844','2675529.67',    '3022','538','2371515.06',    '2201','460','304014.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019159.0','1019259.0','22',    '18','5','8729.66',    '18','3','1781.37',    '9','2','6948.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107423.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019160.0','1019259.0','1137',    '911','177','310042.93',    '662','73','236508.46',    '629','118','73534.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107424.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019161.0','1019259.0','45',    '45','8','22675.18',    '41','6','21927.56',    '24','3','747.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107425.0','1044826.0','73',    '51','15','24517.22',    '38','7','18216.77',    '39','9','6300.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019162.0','1019259.0','1',    '1','1','1672.43',    '1','1','1507.43',    '1','1','165.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107426.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019163.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107427.0','1044826.0','24',    '24','6','3050.36',    '19','2','636.39',    '18','4','2413.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019164.0','1019259.0','4',    '4','1','6266.63',    '3','1','6062.0',    '4','1','204.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107428.0','1044826.0','150',    '127','37','88469.85',    '115','28','78014.77',    '73','15','10455.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019165.0','1019259.0','1505',    '1268','245','881312.19',    '1154','187','760033.65',    '691','125','121278.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107429.0','1044826.0','11',    '9','1','17317.09',    '6','1','6027.8',    '6','1','11289.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019166.0','1019259.0','8',    '5','2','2228.02',    '5','2','2228.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107430.0','1044826.0','1',    '1','1','3766.0',    '1','1','3766.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019167.0','1019259.0','381',    '328','74','221397.08',    '291','59','185207.68',    '202','38','36189.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107431.0','1044826.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019168.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107432.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019169.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107433.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019170.0','1019259.0','4',    '4','3','12453.77',    '4','2','5953.77',    '2','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107434.0','1044826.0','39',    '31','4','8939.53',    '31','2','7479.55',    '11','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019171.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107435.0','1044826.0','1',    '1','1','11338.28',    '1','1','548.3',    '1','1','10789.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019172.0','1019259.0','49',    '44','18','30258.01',    '40','13','19805.67',    '29','7','10452.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107436.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019173.0','1019259.0','80',    '70','6','42924.92',    '61','5','37519.93',    '27','3','5404.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107437.0','1044826.0','18',    '14','7','72904.74',    '14','7','70918.85',    '9','3','1985.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019174.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107438.0','1044826.0','20',    '16','1','854.1',    '13','1','854.1',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019175.0','1019259.0','34',    '23','2','1129.43',    '13','0','0.0',    '17','2','1129.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107439.0','1044826.0','1',    '1','1','169.99',    '1','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019176.0','1019259.0','47',    '40','2','3740.8',    '36','2','3740.8',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107440.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019177.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107441.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019178.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107442.0','1044826.0','13',    '10','2','1512.27',    '9','1','1223.28',    '7','2','288.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019179.0','1019259.0','5453',    '3909','434','1940782.8',    '3486','345','1663214.58',    '2008','173','277568.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107443.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019180.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107444.0','1044826.0','874',    '745','63','63355.15',    '567','10','25782.56',    '516','54','37572.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019181.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107445.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2006917.0','1019259.0','55',    '47','12','18010.48',    '34','8','14877.21',    '33','6','3133.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2095181.0','1044826.0','210',    '167','37','87376.76',    '153','30','81168.26',    '90','16','6208.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019182.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107446.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019183.0','1019259.0','62',    '55','18','45877.18',    '52','16','41870.53',    '29','7','4006.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107447.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019184.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107448.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019185.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107449.0','1044826.0','1',    '1','1','149.5',    '0','0','0.0',    '1','1','149.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019186.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107450.0','1044826.0','59',    '48','12','33467.04',    '40','10','30799.42',    '28','4','2667.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019187.0','1019259.0','15',    '11','2','4130.83',    '10','2','4130.83',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107451.0','1044826.0','18',    '13','1','547.19',    '10','1','547.19',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019188.0','1019259.0','10',    '5','2','6153.06',    '5','1','4939.7',    '1','1','1213.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107452.0','1044826.0','2',    '2','1','5352.49',    '2','1','5352.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019189.0','1019259.0','3120',    '2277','261','852273.24',    '2086','207','731001.67',    '1040','96','121271.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107453.0','1044826.0','732',    '597','106','210515.29',    '456','54','167121.98',    '411','62','43393.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019190.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107454.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019191.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107455.0','1044826.0','1',    '1','1','840.0',    '1','1','840.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019192.0','1019259.0','4901',    '4250','312','961338.96',    '4058','214','825424.41',    '1542','135','135914.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107456.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019193.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107457.0','1044826.0','76',    '56','6','17312.3',    '46','6','17312.3',    '35','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019194.0','1019259.0','1',    '1','1','3344.57',    '1','1','3344.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107458.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001573.0',    '2019195.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005958.0',    '2107459.0','1044826.0','9',    '7','1','8268.33',    '6','1','5897.7',    '6','1','2370.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019196.0','1019259.0','14',    '11','1','169.99',    '9','0','0.0',    '7','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107460.0','1044826.0','1',    '1','1','11435.95',    '1','1','10449.4',    '1','1','986.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019197.0','1019259.0','31',    '25','4','6745.98',    '18','2','5846.0',    '16','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107461.0','1044826.0','36',    '31','9','26027.74',    '29','8','25837.76',    '20','2','189.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019198.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107462.0','1044826.0','4',    '3','1','629.58',    '2','1','629.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019199.0','1019259.0','755',    '575','71','151210.67',    '525','55','131373.29',    '272','32','19837.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107463.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019200.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107464.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019201.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107465.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019202.0','1019259.0','78',    '75','26','75475.64',    '66','14','59670.45',    '52','19','15805.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107466.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019203.0','1019259.0','15',    '12','2','3343.33',    '8','2','3343.33',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107467.0','1044826.0','197',    '160','21','18880.84',    '134','5','10414.02',    '90','16','8466.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019204.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107468.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019205.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107469.0','1044826.0','111',    '90','13','20910.16',    '75','8','12815.08',    '52','7','8095.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019206.0','1019259.0','20',    '16','4','8194.37',    '16','4','7989.37',    '9','1','205.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107470.0','1044826.0','19',    '11','0','0.0',    '10','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019207.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107471.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019208.0','1019259.0','57',    '38','2','4965.05',    '31','2','4965.05',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107472.0','1044826.0','1',    '1','1','149.5',    '1','0','0.0',    '1','1','149.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019209.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107473.0','1044826.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019210.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107474.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019211.0','1019259.0','88',    '68','11','44055.47',    '61','9','37126.55',    '39','4','6928.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107475.0','1044826.0','2575',    '1948','385','1939675.44',    '1750','341','1752372.59',    '966','108','187302.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019212.0','1019259.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107476.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019213.0','1019259.0','1',    '1','1','235.0',    '1','0','0.0',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107477.0','1044826.0','1',    '1','1','1944.04',    '1','1','1944.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019214.0','1019259.0','301',    '242','67','458229.94',    '221','57','425350.54',    '122','32','32879.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107478.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019215.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107479.0','1044826.0','5',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019216.0','1019259.0','19',    '16','1','3333.16',    '14','1','3333.16',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107480.0','1044826.0','616',    '575','376','3798817.53',    '569','362','3328790.82',    '377','132','470026.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019217.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107481.0','1044826.0','2822',    '2064','236','707906.89',    '1870','190','585181.87',    '927','91','122725.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019218.0','1019259.0','4',    '3','1','375.54',    '3','1','375.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107482.0','1044826.0','1',    '1','1','10382.5',    '1','1','1646.0',    '1','1','8736.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019219.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107483.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019220.0','1019259.0','112',    '93','12','43483.92',    '68','10','41139.8',    '60','4','2344.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107484.0','1044826.0','1',    '1','1','3401.31',    '1','1','3401.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019221.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107485.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019222.0','1019259.0','12',    '10','1','1479.45',    '10','1','1479.45',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107486.0','1044826.0','125',    '93','29','62389.78',    '86','27','59680.41',    '52','7','2709.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019223.0','1019259.0','2',    '2','2','3257.93',    '2','2','2526.45',    '2','2','731.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107487.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019224.0','1019259.0','5',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107488.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019225.0','1019259.0','1225',    '927','174','1045834.16',    '844','137','839899.28',    '448','88','205934.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107489.0','1044826.0','46',    '40','9','60551.39',    '38','9','56941.91',    '17','3','3609.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019226.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107490.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019227.0','1019259.0','8',    '7','1','1302.82',    '6','1','1302.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107491.0','1044826.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019228.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107492.0','1044826.0','1568',    '1040','143','305124.35',    '711','62','239762.51',    '735','96','65361.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019229.0','1019259.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107493.0','1044826.0','5',    '5','2','9076.9',    '4','2','8845.63',    '3','1','231.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019230.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107494.0','1044826.0','5',    '4','1','1898.0',    '3','1','1898.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019231.0','1019259.0','147',    '118','26','77032.24',    '111','24','72992.94',    '53','6','4039.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107495.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019232.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107496.0','1044826.0','17',    '15','4','5765.82',    '15','3','5259.97',    '8','1','505.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019233.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107497.0','1044826.0','3',    '3','1','21023.95',    '3','1','20818.95',    '1','1','205.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019234.0','1019259.0','8',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107498.0','1044826.0','7',    '4','1','632.8',    '3','1','632.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019235.0','1019259.0','2',    '2','1','9322.21',    '2','1','1524.0',    '2','1','7798.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107499.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019236.0','1019259.0','215',    '177','42','200225.05',    '162','33','184113.32',    '94','17','16111.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019237.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107501.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019238.0','1019259.0','4',    '4','3','7949.15',    '4','3','7949.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107502.0','1044826.0','1',    '1','1','975.42',    '1','1','975.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019239.0','1019259.0','49',    '32','1','2732.56',    '22','1','2308.0',    '20','1','424.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107503.0','1044826.0','4',    '3','1','4513.6',    '3','1','4513.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019240.0','1019259.0','9',    '6','3','7585.13',    '4','3','6408.6',    '5','2','1176.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107504.0','1044826.0','1',    '1','1','2534.27',    '1','1','960.0',    '1','1','1574.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019241.0','1019259.0','54',    '44','12','27144.26',    '37','12','26029.76',    '19','2','1114.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107505.0','1044826.0','180',    '172','68','641256.29',    '171','68','598151.39',    '78','12','43104.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019242.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107506.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019243.0','1019259.0','841',    '677','101','366949.35',    '641','88','320188.8',    '284','35','46760.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107507.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019244.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107508.0','1044826.0','25',    '20','3','5099.22',    '17','2','4501.22',    '9','1','598.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019245.0','1019259.0','1',    '1','1','8285.49',    '1','1','5040.33',    '1','1','3245.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107509.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019246.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107510.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019247.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107511.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019248.0','1019259.0','708',    '666','430','5090746.76',    '658','417','4642568.21',    '430','119','448178.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107512.0','1044826.0','263',    '219','60','115571.6',    '199','34','78924.35',    '145','34','36647.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019249.0','1019259.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107513.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019250.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107514.0','1044826.0','1392',    '1011','94','205036.5',    '889','82','190122.43',    '441','19','14914.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019251.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107515.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019252.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107516.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019253.0','1019259.0','3',    '3','1','25258.43',    '3','1','25258.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107517.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019254.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107518.0','1044826.0','362',    '320','45','53174.13',    '260','26','38566.89',    '208','24','14607.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019255.0','1019259.0','2',    '1','1','740.25',    '0','0','0.0',    '1','1','740.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107519.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019256.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107520.0','1044826.0','8',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019257.0','1019259.0','25',    '22','5','25572.74',    '18','3','23777.83',    '12','3','1794.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107521.0','1044826.0','2',    '2','2','2262.43',    '2','1','1553.18',    '2','1','709.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019258.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107522.0','1044826.0','1',    '1','1','999.53',    '1','0','0.0',    '1','1','999.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019259.0','1019259.0','1',    '1','1','2098.35',    '1','1','1658.35',    '1','1','440.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107523.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019260.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107524.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019261.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107525.0','1044826.0','1',    '1','1','934.31',    '1','1','527.59',    '1','1','406.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019262.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107526.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019263.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107527.0','1044826.0','125',    '121','53','470992.35',    '121','53','434404.59',    '64','11','36587.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019264.0','1019259.0','583',    '528','191','1312382.64',    '516','185','1216713.21',    '254','40','95669.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107528.0','1044826.0','1',    '1','1','1112.06',    '1','1','1112.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019265.0','1019259.0','329',    '265','69','224917.63',    '249','51','196456.36',    '124','29','28461.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107529.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019266.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107530.0','1044826.0','59',    '43','5','12766.91',    '37','3','11727.92',    '22','2','1038.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019267.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107531.0','1044826.0','778',    '588','78','201820.02',    '532','63','181504.46',    '247','25','20315.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019268.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107532.0','1044826.0','1296',    '1098','200','1299675.54',    '1025','186','1170104.65',    '487','56','129570.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019269.0','1019259.0','3',    '2','2','17189.86',    '2','2','17189.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107533.0','1044826.0','9',    '9','3','10399.68',    '9','3','8684.93',    '4','2','1714.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019270.0','1019259.0','17',    '14','1','835.9',    '13','0','0.0',    '6','1','835.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107534.0','1044826.0','34',    '23','0','0.0',    '21','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019271.0','1019259.0','120',    '110','64','314494.89',    '109','59','224596.28',    '85','25','89898.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107535.0','1044826.0','25',    '19','1','10526.17',    '15','1','10526.17',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019272.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107536.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019273.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107537.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019274.0','1019259.0','15',    '13','6','25497.19',    '13','5','23070.95',    '10','4','2426.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107538.0','1044826.0','25',    '23','3','2489.76',    '21','1','1692.0',    '16','3','797.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019275.0','1019259.0','1',    '1','1','6181.56',    '1','1','6181.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107539.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019276.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107540.0','1044826.0','152',    '127','7','10793.86',    '114','3','6425.94',    '72','6','4367.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019277.0','1019259.0','18',    '15','12','75146.78',    '15','11','71387.37',    '12','4','3759.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107541.0','1044826.0','27',    '23','2','12657.42',    '19','1','12321.97',    '13','1','335.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019278.0','1019259.0','101',    '83','14','22179.97',    '73','9','17173.43',    '52','7','5006.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107542.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019279.0','1019259.0','113',    '91','5','20526.3',    '80','5','19796.31',    '32','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107543.0','1044826.0','243',    '209','41','105962.53',    '192','29','84001.26',    '126','18','21961.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019280.0','1019259.0','24',    '17','1','1285.76',    '15','1','1285.76',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107544.0','1044826.0','146',    '123','30','113581.68',    '114','23','102468.51',    '76','14','11113.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019281.0','1019259.0','2',    '2','1','21673.02',    '2','1','17819.19',    '1','1','3853.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107545.0','1044826.0','1',    '1','1','2791.0',    '1','1','2791.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019282.0','1019259.0','135',    '106','6','4408.58',    '96','3','2071.8',    '58','3','2336.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107546.0','1044826.0','1',    '1','1','4006.82',    '1','1','4006.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019283.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107547.0','1044826.0','24',    '22','3','7692.58',    '19','2','5531.26',    '14','2','2161.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019284.0','1019259.0','88',    '80','30','133251.51',    '77','26','127186.93',    '49','10','6064.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107548.0','1044826.0','17',    '15','7','31283.12',    '13','6','26895.28',    '12','3','4387.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019285.0','1019259.0','1',    '1','1','12112.19',    '1','1','12112.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107549.0','1044826.0','11',    '10','1','1707.8',    '10','1','1707.8',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019286.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107550.0','1044826.0','214',    '191','86','348549.55',    '184','73','306790.3',    '117','22','41759.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019133.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107397.0','1044826.0','331',    '297','122','559367.63',    '282','92','464005.91',    '212','77','95361.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019287.0','1019259.0','59',    '55','9','15759.67',    '50','4','12867.9',    '40','7','2891.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107551.0','1044826.0','1',    '1','1','3120.0',    '1','1','3120.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019288.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107552.0','1044826.0','27',    '22','1','1762.0',    '20','1','1762.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019289.0','1019259.0','42',    '41','17','99256.09',    '41','14','92096.5',    '24','6','7159.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107553.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019290.0','1019259.0','18',    '14','2','6959.99',    '11','2','4592.88',    '10','1','2367.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107554.0','1044826.0','221',    '205','64','199560.75',    '183','51','172514.51',    '151','29','27046.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019291.0','1019259.0','1',    '1','1','27080.22',    '1','1','27080.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107555.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019292.0','1019259.0','3',    '3','1','7123.39',    '3','1','1162.0',    '2','1','5961.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107556.0','1044826.0','1',    '1','1','12890.79',    '1','1','11894.0',    '1','1','996.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019293.0','1019259.0','36',    '27','3','11327.24',    '23','3','8380.23',    '13','2','2947.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107557.0','1044826.0','1486',    '1274','485','2121679.81',    '1190','383','1672439.78',    '887','245','449240.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019294.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107558.0','1044826.0','86',    '55','11','41192.04',    '49','6','26237.0',    '34','9','14955.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019295.0','1019259.0','23',    '20','10','33916.32',    '19','8','30580.81',    '10','3','3335.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107559.0','1044826.0','306',    '282','144','834462.39',    '276','136','712997.43',    '196','41','121464.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019296.0','1019259.0','571',    '496','176','1524190.08',    '470','157','1372958.11',    '324','73','151231.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107560.0','1044826.0','5',    '4','3','23035.9',    '4','3','23035.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019297.0','1019259.0','1',    '1','1','11589.44',    '1','1','2060.0',    '1','1','9529.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107561.0','1044826.0','860',    '806','449','2929274.47',    '783','417','2346625.15',    '563','161','582649.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019298.0','1019259.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107562.0','1044826.0','483',    '375','70','149051.77',    '327','51','134743.93',    '202','30','14307.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019299.0','1019259.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107563.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019300.0','1019259.0','1',    '1','1','1587.02',    '1','0','0.0',    '1','1','1587.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107564.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019301.0','1019259.0','13',    '12','8','24292.64',    '11','6','16969.73',    '10','4','7322.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107565.0','1044826.0','97',    '74','10','33178.52',    '68','6','29845.53',    '33','6','3332.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019302.0','1019259.0','74',    '66','25','90480.14',    '62','23','81785.76',    '48','9','8694.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107566.0','1044826.0','156',    '148','102','819896.91',    '144','96','743951.42',    '118','50','75945.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019303.0','1019259.0','156',    '112','10','28014.67',    '103','10','25977.74',    '40','3','2036.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107567.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019304.0','1019259.0','13',    '12','7','49678.99',    '12','7','44044.47',    '11','3','5634.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107568.0','1044826.0','17',    '13','1','11220.09',    '11','1','7811.46',    '7','1','3408.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019305.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107569.0','1044826.0','5',    '5','2','2123.54',    '5','2','2123.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019306.0','1019259.0','3',    '2','1','1012.0',    '2','1','1012.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107570.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019307.0','1019259.0','194',    '147','24','94134.78',    '137','18','84200.33',    '68','12','9934.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107571.0','1044826.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019308.0','1019259.0','2',    '2','1','2592.8',    '2','1','2592.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107572.0','1044826.0','21',    '21','2','2623.97',    '21','2','2073.97',    '12','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019309.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107573.0','1044826.0','187',    '155','28','118341.2',    '144','23','103385.28',    '94','12','14955.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019310.0','1019259.0','1',    '1','1','2936.66',    '1','1','2936.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107574.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019311.0','1019259.0','90',    '83','23','70260.85',    '75','19','61632.35',    '55','11','8628.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107575.0','1044826.0','13',    '13','8','24849.65',    '13','8','22896.57',    '9','2','1953.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019312.0','1019259.0','40',    '25','4','10149.57',    '22','4','9914.87',    '9','1','234.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107576.0','1044826.0','14',    '8','1','931.86',    '7','0','0.0',    '4','1','931.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019313.0','1019259.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107577.0','1044826.0','62',    '46','11','33859.55',    '43','7','32390.07',    '27','4','1469.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019314.0','1019259.0','117',    '95','13','40225.15',    '89','8','31489.34',    '61','9','8735.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107578.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019315.0','1019259.0','3',    '2','2','27660.87',    '2','2','17011.87',    '2','2','10649.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107579.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019316.0','1019259.0','20',    '17','1','7769.46',    '16','1','7769.46',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107580.0','1044826.0','15',    '13','2','6055.17',    '11','1','1055.17',    '8','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019317.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107581.0','1044826.0','35',    '33','14','79681.57',    '31','11','69810.77',    '17','8','9870.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019318.0','1019259.0','2',    '2','2','16041.04',    '2','2','15628.83',    '2','1','412.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107582.0','1044826.0','72',    '67','26','121246.7',    '57','21','96508.62',    '46','8','24738.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019319.0','1019259.0','14',    '13','8','32687.08',    '11','7','28309.95',    '10','4','4377.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107583.0','1044826.0','343',    '334','214','1353336.11',    '330','197','1181767.44',    '276','123','171568.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019320.0','1019259.0','2',    '1','1','2221.2',    '1','1','2221.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107584.0','1044826.0','2305',    '2172','967','5450483.2',    '2085','820','4187222.33',    '1638','487','1263260.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019321.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107585.0','1044826.0','61',    '50','9','52004.38',    '46','7','47782.78',    '30','3','4221.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019322.0','1019259.0','36',    '33','7','38565.18',    '32','6','32803.33',    '16','2','5761.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107586.0','1044826.0','7',    '5','2','3453.12',    '3','1','3203.92',    '5','1','249.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019323.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107587.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019324.0','1019259.0','3',    '2','1','1696.0',    '2','1','1696.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107588.0','1044826.0','2',    '1','1','841.45',    '1','1','841.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019325.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107589.0','1044826.0','74',    '74','52','273683.48',    '74','50','256271.72',    '60','24','17411.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019326.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107590.0','1044826.0','763',    '716','294','1402270.69',    '704','235','1076558.64',    '512','142','325712.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019327.0','1019259.0','44',    '42','10','35032.74',    '40','5','23565.49',    '31','8','11467.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107591.0','1044826.0','1',    '1','1','28800.0',    '1','1','28540.0',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019328.0','1019259.0','5',    '3','1','5483.44',    '1','1','4753.44',    '3','1','730.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107592.0','1044826.0','52',    '48','20','110903.42',    '46','16','87240.17',    '36','13','23663.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019329.0','1019259.0','1',    '1','1','1762.0',    '1','1','1762.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107593.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019330.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107594.0','1044826.0','6',    '6','3','26071.38',    '4','3','24232.99',    '6','1','1838.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019331.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107595.0','1044826.0','8',    '8','7','40462.51',    '8','7','36923.21',    '7','5','3539.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019332.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107596.0','1044826.0','1',    '1','1','5000.0',    '1','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019333.0','1019259.0','8',    '6','2','9285.32',    '4','2','9285.32',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107597.0','1044826.0','4',    '4','1','1662.26',    '4','1','1662.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019334.0','1019259.0','2',    '2','2','4872.0',    '2','2','4872.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107598.0','1044826.0','1',    '1','1','9017.16',    '1','1','9017.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019335.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107599.0','1044826.0','11',    '8','1','4930.66',    '8','1','4930.66',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019336.0','1019259.0','33',    '28','7','25869.6',    '27','6','16113.2',    '18','4','9756.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107600.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019337.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107601.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019338.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107602.0','1044826.0','51',    '41','13','26183.09',    '36','10','23745.27',    '19','4','2437.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019339.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107603.0','1044826.0','555',    '538','308','1257496.99',    '531','248','1058979.88',    '454','182','198517.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019340.0','1019259.0','382',    '343','65','189305.87',    '320','40','127703.86',    '259','43','61602.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107604.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019341.0','1019259.0','59',    '43','13','36453.56',    '38','12','29624.38',    '22','4','6829.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107605.0','1044826.0','50',    '36','9','29086.55',    '34','6','25311.19',    '17','4','3775.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019342.0','1019259.0','2',    '2','1','729.99',    '2','0','0.0',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107606.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019343.0','1019259.0','28',    '23','7','22728.28',    '23','3','8862.0',    '19','6','13866.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107607.0','1044826.0','4',    '4','4','9054.76',    '4','4','8724.77',    '1','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019344.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107608.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019345.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107609.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019346.0','1019259.0','110',    '98','50','235390.2',    '89','47','209905.18',    '61','16','25485.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107610.0','1044826.0','1',    '1','1','864.99',    '1','0','0.0',    '1','1','864.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019347.0','1019259.0','90',    '71','15','56981.89',    '64','12','44488.0',    '48','11','12493.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107611.0','1044826.0','28',    '21','3','4774.42',    '20','0','0.0',    '14','3','4774.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019348.0','1019259.0','1',    '1','1','329.99',    '1','0','0.0',    '1','1','329.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107612.0','1044826.0','30',    '22','2','1483.32',    '21','1','1248.32',    '11','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019349.0','1019259.0','21',    '21','10','54764.3',    '18','9','49830.34',    '15','5','4933.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107613.0','1044826.0','13',    '11','4','3188.95',    '10','3','2099.41',    '4','2','1089.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019350.0','1019259.0','72',    '64','16','43800.49',    '58','10','22552.39',    '41','9','21248.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107614.0','1044826.0','1',    '1','1','3626.62',    '1','1','3311.63',    '1','1','314.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019351.0','1019259.0','74',    '72','39','172725.1',    '72','35','148445.99',    '57','24','24279.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107615.0','1044826.0','31',    '29','5','42085.13',    '26','4','33919.34',    '19','3','8165.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019352.0','1019259.0','29',    '28','5','14521.24',    '27','3','7346.93',    '14','4','7174.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107616.0','1044826.0','26',    '24','12','59214.87',    '22','10','53308.78',    '17','8','5906.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019353.0','1019259.0','208',    '198','112','592761.61',    '193','93','513279.33',    '152','64','79482.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107617.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019354.0','1019259.0','1',    '1','1','2441.28',    '1','1','2441.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107618.0','1044826.0','62',    '53','19','31436.38',    '46','14','25291.26',    '31','8','6145.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019355.0','1019259.0','9',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107619.0','1044826.0','58',    '55','17','79703.49',    '50','14','66261.93',    '33','7','13441.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019356.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107620.0','1044826.0','34',    '26','10','20547.64',    '25','7','17408.4',    '16','6','3139.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019357.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107621.0','1044826.0','12',    '10','3','21363.19',    '10','2','16975.54',    '5','2','4387.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019358.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107622.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019359.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107623.0','1044826.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019360.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107624.0','1044826.0','116',    '116','79','309329.87',    '116','72','269580.17',    '95','40','39749.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019361.0','1019259.0','34',    '34','22','116632.16',    '34','18','101067.74',    '27','11','15564.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107625.0','1044826.0','51',    '39','8','28684.38',    '32','5','23328.85',    '23','4','5355.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019362.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107626.0','1044826.0','88',    '77','40','190635.89',    '73','29','166992.3',    '56','23','23643.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019363.0','1019259.0','249',    '232','118','697595.56',    '229','107','636741.52',    '158','59','60854.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107627.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019364.0','1019259.0','583',    '566','354','2260949.36',    '561','307','1974269.43',    '450','206','286679.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107628.0','1044826.0','12',    '11','2','2704.96',    '10','2','2704.96',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019365.0','1019259.0','125',    '124','73','310329.14',    '119','60','261943.05',    '110','46','48386.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107629.0','1044826.0','88',    '56','7','13967.12',    '44','6','12882.12',    '32','2','1085.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019366.0','1019259.0','42',    '40','13','59281.16',    '38','11','54827.82',    '35','9','4453.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107630.0','1044826.0','470',    '431','86','180941.59',    '401','61','157550.05',    '297','36','23391.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019367.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107631.0','1044826.0','52',    '37','6','11691.87',    '31','5','9933.76',    '21','4','1758.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019368.0','1019259.0','32',    '27','2','9747.27',    '24','2','7915.86',    '16','1','1831.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107632.0','1044826.0','71',    '54','3','12822.92',    '42','1','10844.86',    '30','3','1978.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019369.0','1019259.0','6',    '5','1','2631.46',    '5','1','2631.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107633.0','1044826.0','32',    '25','2','2741.19',    '22','2','2741.19',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019370.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107634.0','1044826.0','46',    '42','9','53125.14',    '34','6','52055.17',    '23','3','1069.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019371.0','1019259.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107635.0','1044826.0','1007',    '934','460','827048.14',    '899','386','699375.58',    '650','156','127672.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019372.0','1019259.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107636.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019373.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107637.0','1044826.0','1',    '1','1','8951.99',    '1','1','1614.0',    '1','1','7337.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019374.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107638.0','1044826.0','9',    '8','7','11168.55',    '8','4','9307.91',    '4','4','1860.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019375.0','1019259.0','1',    '1','1','26710.12',    '1','1','22827.55',    '1','1','3882.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107639.0','1044826.0','10',    '9','2','1403.28',    '7','2','1403.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019376.0','1019259.0','252',    '251','154','989512.61',    '248','135','882836.12',    '209','86','106676.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107640.0','1044826.0','16',    '16','14','111453.3',    '16','14','96860.27',    '15','8','14593.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019377.0','1019259.0','59',    '54','21','60525.03',    '52','15','53543.35',    '35','11','6981.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107641.0','1044826.0','21',    '20','2','3048.8',    '20','0','0.0',    '12','2','3048.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019378.0','1019259.0','49',    '42','6','23668.9',    '39','4','12394.86',    '30','5','11274.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107642.0','1044826.0','175',    '158','33','195831.66',    '150','27','160711.69',    '78','14','35119.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019379.0','1019259.0','103',    '87','19','97388.19',    '86','14','78594.06',    '52','8','18794.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107643.0','1044826.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019380.0','1019259.0','7',    '6','2','3554.35',    '5','2','3554.35',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107644.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019381.0','1019259.0','1007',    '933','351','2058168.01',    '884','300','1719619.09',    '705','166','338548.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107645.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019382.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107646.0','1044826.0','62',    '61','12','71298.36',    '60','10','67758.13',    '37','5','3540.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019383.0','1019259.0','35',    '29','9','12531.02',    '22','8','12061.02',    '19','1','470.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107647.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019384.0','1019259.0','3',    '3','3','11354.94',    '3','3','7280.22',    '2','2','4074.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107648.0','1044826.0','3',    '2','1','495.23',    '2','0','0.0',    '2','1','495.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019385.0','1019259.0','159',    '136','40','101578.98',    '113','38','89954.1',    '89','8','11624.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107649.0','1044826.0','1466',    '1364','900','3467072.86',    '1323','687','2545926.76',    '1137','574','921146.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019386.0','1019259.0','8',    '7','1','169.99',    '6','0','0.0',    '4','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107650.0','1044826.0','2',    '1','1','6832.7',    '1','1','6832.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019387.0','1019259.0','58',    '46','15','52629.8',    '42','12','46313.57',    '21','4','6316.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107651.0','1044826.0','20',    '17','1','879.99',    '16','0','0.0',    '8','1','879.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019388.0','1019259.0','10',    '9','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107652.0','1044826.0','66',    '56','14','40551.21',    '49','5','37415.03',    '36','10','3136.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019389.0','1019259.0','89',    '64','8','21013.8',    '55','6','20173.82',    '32','2','839.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107653.0','1044826.0','11',    '10','1','1296.36',    '8','0','0.0',    '10','1','1296.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019390.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107654.0','1044826.0','23',    '21','4','36438.99',    '20','4','34775.34',    '16','2','1663.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019391.0','1019259.0','1154',    '1091','580','1214758.06',    '1056','489','1027042.26',    '797','222','187715.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107655.0','1044826.0','81',    '72','19','41652.0',    '53','16','39362.92',    '51','5','2289.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019392.0','1019259.0','2',    '2','2','17432.6',    '2','1','16308.04',    '2','1','1124.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107656.0','1044826.0','28',    '25','10','62994.14',    '25','9','61812.09',    '17','2','1182.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019393.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107657.0','1044826.0','47',    '39','4','7793.81',    '36','3','7683.82',    '20','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019394.0','1019259.0','10',    '9','4','7985.8',    '8','3','7575.8',    '4','1','410.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107658.0','1044826.0','1',    '1','1','1444.0',    '1','1','1444.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019395.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107659.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019396.0','1019259.0','175',    '174','78','438335.88',    '170','63','379175.2',    '125','51','59160.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107660.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019398.0','1019259.0','29',    '27','5','25569.33',    '25','4','23572.71',    '15','2','1996.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107662.0','1044826.0','4',    '3','2','7543.46',    '2','1','2173.47',    '2','2','5369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019399.0','1019259.0','467',    '457','243','1100574.78',    '452','207','977870.31',    '369','124','122704.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107663.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019400.0','1019259.0','111',    '104','36','196520.27',    '93','28','168944.42',    '73','17','27575.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107664.0','1044826.0','1',    '1','1','5090.35',    '1','1','5090.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019401.0','1019259.0','122',    '112','56','343077.9',    '109','48','291631.39',    '66','21','51446.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107665.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019402.0','1019259.0','1',    '1','1','772.98',    '1','0','0.0',    '1','1','772.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107666.0','1044826.0','7',    '7','1','729.99',    '5','0','0.0',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019403.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107667.0','1044826.0','6',    '6','4','15370.84',    '5','4','13987.26',    '3','2','1383.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019404.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107668.0','1044826.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019405.0','1019259.0','1',    '1','1','227.25',    '1','1','227.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107669.0','1044826.0','46',    '39','11','84768.41',    '38','10','80111.23',    '21','3','4657.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019406.0','1019259.0','44',    '38','6','12271.14',    '32','3','11113.85',    '22','3','1157.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107670.0','1044826.0','1',    '1','1','5000.0',    '1','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019407.0','1019259.0','63',    '56','27','80206.11',    '54','22','70366.65',    '35','12','9839.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107671.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019408.0','1019259.0','17',    '15','6','16338.05',    '15','4','14768.44',    '9','3','1569.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107672.0','1044826.0','2',    '2','1','728.47',    '2','1','728.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019409.0','1019259.0','412',    '404','247','833173.74',    '389','188','653517.26',    '348','163','179656.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107673.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019410.0','1019259.0','174',    '169','69','318227.82',    '162','56','284824.41',    '120','29','33403.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107674.0','1044826.0','1',    '1','1','3274.02',    '1','1','1136.0',    '1','1','2138.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019411.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107675.0','1044826.0','74',    '44','7','12119.73',    '37','4','5615.69',    '24','5','6504.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019412.0','1019259.0','41',    '32','5','11463.39',    '31','3','5604.94',    '15','4','5858.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107676.0','1044826.0','4',    '3','2','3837.27',    '3','2','3837.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019413.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107677.0','1044826.0','194',    '125','8','43249.97',    '110','6','37579.98',    '60','2','5669.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019414.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107678.0','1044826.0','7',    '6','1','2630.42',    '3','1','2630.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019415.0','1019259.0','33',    '28','6','12089.15',    '24','3','9005.27',    '17','5','3083.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107679.0','1044826.0','53',    '40','3','4771.09',    '32','1','3091.0',    '20','3','1680.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019416.0','1019259.0','1',    '1','1','369.99',    '1','0','0.0',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107680.0','1044826.0','397',    '365','174','1109031.96',    '355','150','755898.99',    '280','86','353132.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019417.0','1019259.0','285',    '251','99','364716.73',    '234','77','229667.3',    '169','56','135049.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107681.0','1044826.0','16',    '12','2','2033.92',    '9','2','2033.92',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019418.0','1019259.0','8',    '3','1','7161.27',    '3','1','7161.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107682.0','1044826.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019419.0','1019259.0','33',    '32','11','21750.15',    '32','7','18437.08',    '19','5','3313.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107683.0','1044826.0','3',    '2','2','7495.16',    '2','2','6554.24',    '1','1','940.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019420.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107684.0','1044826.0','3',    '3','1','441.17',    '3','1','441.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019421.0','1019259.0','13',    '8','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107685.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019422.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107686.0','1044826.0','1',    '1','1','2072.17',    '1','1','2072.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019423.0','1019259.0','49',    '31','3','2047.26',    '26','3','2047.26',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107687.0','1044826.0','43',    '42','12','38895.02',    '35','9','35196.08',    '27','8','3698.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019424.0','1019259.0','16',    '14','2','4562.53',    '10','2','4562.53',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107688.0','1044826.0','32',    '27','5','5256.05',    '24','0','0.0',    '19','5','5256.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019425.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107689.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019426.0','1019259.0','8',    '8','3','2275.31',    '8','3','2275.31',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107690.0','1044826.0','3',    '3','2','35958.63',    '3','2','35720.77',    '1','1','237.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019427.0','1019259.0','36',    '26','2','4321.56',    '19','0','0.0',    '16','2','4321.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107691.0','1044826.0','1',    '1','1','12774.28',    '1','1','12774.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019428.0','1019259.0','555',    '510','113','325596.05',    '473','79','258517.55',    '365','49','67078.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107692.0','1044826.0','83',    '71','15','33497.83',    '64','10','28633.8',    '51','7','4864.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019429.0','1019259.0','13',    '10','1','3086.0',    '9','1','3086.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107693.0','1044826.0','37',    '34','16','38181.69',    '29','13','34692.85',    '20','7','3488.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019430.0','1019259.0','373',    '337','116','456098.4',    '325','92','383902.83',    '225','62','72195.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107694.0','1044826.0','1151',    '934','287','1128946.48',    '863','260','921516.53',    '566','88','207429.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019431.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107695.0','1044826.0','1',    '1','1','932.97',    '1','1','932.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019432.0','1019259.0','17',    '14','2','1009.12',    '13','2','1009.12',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107696.0','1044826.0','86',    '76','23','119848.87',    '74','21','109122.26',    '45','8','10726.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019433.0','1019259.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107697.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019434.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107698.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019435.0','1019259.0','86',    '62','6','33307.28',    '53','3','30338.66',    '32','3','2968.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107699.0','1044826.0','48',    '37','3','4794.21',    '32','3','4589.21',    '18','1','205.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019436.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107700.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019437.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107701.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019438.0','1019259.0','64',    '58','25','47272.11',    '49','23','40159.38',    '38','7','7112.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107702.0','1044826.0','1',    '1','1','3466.16',    '1','1','3466.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019439.0','1019259.0','10',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107703.0','1044826.0','3',    '2','1','4343.35',    '2','1','3376.0',    '2','1','967.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019440.0','1019259.0','86',    '76','42','181460.45',    '72','34','167629.23',    '52','15','13831.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107704.0','1044826.0','174',    '162','51','126132.92',    '149','41','119876.76',    '114','17','6256.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019441.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107705.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019442.0','1019259.0','71',    '61','6','4456.53',    '53','3','3616.55',    '36','3','839.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107706.0','1044826.0','7',    '4','1','169.99',    '4','0','0.0',    '3','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019443.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107707.0','1044826.0','65',    '40','3','9958.84',    '32','2','9788.85',    '20','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019444.0','1019259.0','1',    '1','1','2497.3',    '1','1','2497.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107708.0','1044826.0','47',    '38','7','22457.66',    '32','6','21351.81',    '20','2','1105.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019445.0','1019259.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107709.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019446.0','1019259.0','236',    '215','120','375807.68',    '206','108','339665.32',    '155','37','36142.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107710.0','1044826.0','605',    '563','305','646780.81',    '545','232','471392.32',    '443','163','175388.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019447.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107711.0','1044826.0','446',    '415','218','545068.55',    '389','188','494670.4',    '256','74','50398.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019448.0','1019259.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107712.0','1044826.0','7',    '5','1','7027.6',    '5','1','7027.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019449.0','1019259.0','1',    '1','1','28800.0',    '1','1','28800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107713.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019450.0','1019259.0','28',    '22','1','169.99',    '18','0','0.0',    '9','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107714.0','1044826.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019451.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107715.0','1044826.0','5',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019452.0','1019259.0','12',    '11','6','78692.58',    '10','4','68235.09',    '8','3','10457.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107716.0','1044826.0','63',    '45','6','25954.78',    '39','5','19945.06',    '29','4','6009.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019453.0','1019259.0','1126',    '1062','812','5662398.43',    '1043','751','5115642.59',    '818','346','546755.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107717.0','1044826.0','3',    '3','1','4138.76',    '3','1','4138.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019454.0','1019259.0','7',    '5','1','1422.65',    '5','1','1422.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107718.0','1044826.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019455.0','1019259.0','30',    '25','5','9983.01',    '22','4','8523.92',    '11','2','1459.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107719.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019456.0','1019259.0','11',    '8','3','11244.66',    '6','3','11244.66',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107720.0','1044826.0','20',    '19','16','66123.25',    '18','16','65553.27',    '16','2','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019457.0','1019259.0','236',    '194','51','138799.47',    '165','45','129635.31',    '97','10','9164.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107721.0','1044826.0','1',    '1','1','6527.76',    '1','1','6527.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019458.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107722.0','1044826.0','1',    '1','1','6771.98',    '1','1','6771.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019459.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107723.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019460.0','1019259.0','22',    '19','14','40990.49',    '18','14','40667.01',    '12','2','323.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107724.0','1044826.0','12',    '12','1','444.2',    '11','0','0.0',    '7','1','444.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019461.0','1019259.0','13',    '11','2','4215.18',    '11','2','4045.19',    '5','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107725.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019462.0','1019259.0','19',    '19','14','15298.57',    '18','14','12276.71',    '11','6','3021.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107726.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019463.0','1019259.0','1',    '1','1','28800.0',    '1','1','28630.01',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107727.0','1044826.0','418',    '286','26','34392.58',    '214','19','27359.1',    '172','8','7033.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019464.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107728.0','1044826.0','6',    '6','2','10227.93',    '5','1','4727.93',    '3','1','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019465.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107729.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019466.0','1019259.0','89',    '72','2','1850.21',    '66','2','1850.21',    '32','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107730.0','1044826.0','22',    '15','1','4530.58',    '11','1','4530.58',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019467.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107731.0','1044826.0','6',    '5','1','9628.86',    '5','1','9184.66',    '2','1','444.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019468.0','1019259.0','620',    '569','283','458249.48',    '549','241','379662.01',    '407','109','78587.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107732.0','1044826.0','17',    '16','3','4347.12',    '13','3','4347.12',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019469.0','1019259.0','1869',    '1749','1173','4569802.14',    '1672','1067','3698323.96',    '1338','538','871478.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107733.0','1044826.0','196',    '146','22','92709.45',    '117','18','89772.77',    '75','5','2936.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019470.0','1019259.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107734.0','1044826.0','8',    '6','2','2206.64',    '6','2','2006.65',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019471.0','1019259.0','12',    '9','1','666.48',    '7','1','666.48',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107735.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019472.0','1019259.0','146',    '103','3','2869.19',    '92','3','2869.19',    '49','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107736.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019473.0','1019259.0','50',    '44','37','283589.25',    '43','37','278573.12',    '27','4','5016.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107737.0','1044826.0','41',    '29','10','19541.12',    '25','8','12430.05',    '13','2','7111.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019474.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107738.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019475.0','1019259.0','1567',    '1473','1045','3115892.67',    '1432','854','2497443.65',    '1199','580','618449.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107739.0','1044826.0','44',    '26','3','3421.99',    '19','1','1444.0',    '15','2','1977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019476.0','1019259.0','117',    '108','66','259539.87',    '105','61','244728.02',    '66','13','14811.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107740.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019477.0','1019259.0','1',    '1','1','235.0',    '1','0','0.0',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107741.0','1044826.0','5',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019478.0','1019259.0','5',    '3','1','169.99',    '3','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107742.0','1044826.0','15',    '11','1','4310.68',    '9','1','4310.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019479.0','1019259.0','656',    '607','363','887721.56',    '578','311','774880.21',    '437','125','112841.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107743.0','1044826.0','9',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019480.0','1019259.0','255',    '212','40','95344.52',    '184','35','86147.05',    '98','10','9197.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107744.0','1044826.0','4',    '4','2','622.67',    '4','2','622.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019481.0','1019259.0','5',    '3','1','729.99',    '3','0','0.0',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107745.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019482.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107746.0','1044826.0','523',    '484','128','340898.65',    '460','108','291730.23',    '321','41','49168.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019483.0','1019259.0','230',    '217','108','137655.86',    '208','94','116935.86',    '159','28','20720.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107747.0','1044826.0','220',    '163','31','132302.97',    '148','27','110987.55',    '78','12','21315.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019484.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107748.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019485.0','1019259.0','8',    '7','1','729.99',    '5','0','0.0',    '4','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107749.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019486.0','1019259.0','7',    '6','5','11222.5',    '5','5','6885.77',    '5','3','4336.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107750.0','1044826.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019487.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107751.0','1044826.0','2',    '2','1','1012.0',    '2','1','1012.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019488.0','1019259.0','31',    '22','5','7402.66',    '19','3','6860.96',    '12','2','541.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107752.0','1044826.0','92',    '67','22','67107.27',    '62','16','56218.11',    '33','10','10889.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019489.0','1019259.0','12',    '9','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107753.0','1044826.0','11',    '10','2','10425.68',    '9','2','9326.9',    '5','1','1098.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019490.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107754.0','1044826.0','25',    '15','0','0.0',    '12','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019491.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107755.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019492.0','1019259.0','28',    '19','0','0.0',    '17','0','0.0',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107756.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019493.0','1019259.0','11',    '11','1','295.84',    '8','1','295.84',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107757.0','1044826.0','19',    '12','0','0.0',    '8','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019494.0','1019259.0','4',    '4','3','19968.92',    '4','3','19968.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107758.0','1044826.0','95',    '70','5','2995.37',    '60','3','2655.39',    '30','2','339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019495.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107759.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019496.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107760.0','1044826.0','11',    '8','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019497.0','1019259.0','250',    '187','33','82366.1',    '161','29','79071.22',    '86','7','3294.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107761.0','1044826.0','8',    '6','2','30942.35',    '6','2','30942.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019498.0','1019259.0','351',    '316','174','453211.79',    '295','161','390223.58',    '223','48','62988.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107762.0','1044826.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019499.0','1019259.0','13',    '12','2','1873.02',    '11','2','1873.02',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107763.0','1044826.0','12',    '9','0','0.0',    '8','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019422.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107686.0','1044826.0','15',    '13','2','3848.31',    '12','1','3118.32',    '7','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019500.0','1019259.0','1',    '1','1','1444.0',    '1','1','1444.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107764.0','1044826.0','57',    '43','11','30509.0',    '39','9','27458.51',    '21','4','3050.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019501.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107765.0','1044826.0','1',    '1','1','380.48',    '0','0','0.0',    '1','1','380.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019502.0','1019259.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107766.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019503.0','1019259.0','43',    '41','31','119136.5',    '40','30','106942.76',    '31','14','12193.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107767.0','1044826.0','411',    '380','222','495840.98',    '351','200','411816.37',    '297','77','84024.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019504.0','1019259.0','133',    '126','46','84454.72',    '118','40','69659.24',    '86','20','14795.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107768.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019505.0','1019259.0','3',    '3','1','1431.83',    '3','1','1431.83',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107769.0','1044826.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019506.0','1019259.0','11',    '11','3','4009.94',    '9','2','2935.18',    '6','2','1074.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107770.0','1044826.0','207',    '191','127','293754.83',    '185','115','272020.19',    '135','30','21734.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019507.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107771.0','1044826.0','1',    '1','1','1252.37',    '1','1','1252.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019508.0','1019259.0','16',    '9','1','1581.2',    '9','1','1581.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107772.0','1044826.0','12',    '11','9','23508.49',    '11','9','20129.87',    '9','4','3378.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019509.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107773.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019510.0','1019259.0','1',    '1','1','2333.56',    '1','1','2333.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107774.0','1044826.0','195',    '134','20','67340.54',    '115','16','62585.58',    '66','6','4754.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019511.0','1019259.0','1',    '1','1','729.99',    '0','0','0.0',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107775.0','1044826.0','12',    '6','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019512.0','1019259.0','5',    '4','1','1200.44',    '4','1','1200.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107776.0','1044826.0','4',    '4','2','1632.86',    '4','2','1632.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019513.0','1019259.0','117',    '93','8','5887.41',    '80','3','5037.46',    '56','5','849.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107777.0','1044826.0','28',    '15','5','25681.33',    '13','4','25481.34',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019514.0','1019259.0','14',    '13','2','1722.34',    '11','1','1552.35',    '8','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107778.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019515.0','1019259.0','650',    '601','391','817718.07',    '576','318','649563.8',    '459','194','168154.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107779.0','1044826.0','198',    '190','154','919379.17',    '187','148','888761.43',    '142','53','30617.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019516.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107780.0','1044826.0','16',    '10','2','2888.0',    '9','2','2888.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019517.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107781.0','1044826.0','36',    '32','14','39592.24',    '28','12','36928.12',    '18','5','2664.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019518.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107782.0','1044826.0','37',    '22','3','5226.83',    '20','2','4725.14',    '9','2','501.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019519.0','1019259.0','4',    '2','1','11714.88',    '2','1','10858.2',    '2','1','856.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107783.0','1044826.0','108',    '82','7','9889.69',    '64','3','7966.0',    '48','5','1923.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019520.0','1019259.0','3',    '2','1','118.35',    '1','1','118.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107784.0','1044826.0','31',    '21','0','0.0',    '17','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019521.0','1019259.0','23',    '18','3','714.35',    '14','2','544.36',    '13','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107785.0','1044826.0','27',    '23','4','1529.53',    '23','0','0.0',    '14','4','1529.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019522.0','1019259.0','32',    '27','15','32684.52',    '26','13','31489.53',    '19','3','1194.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107786.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019523.0','1019259.0','546',    '502','322','817338.88',    '485','284','728781.01',    '356','102','88557.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107787.0','1044826.0','123',    '84','22','61820.66',    '75','18','60640.7',    '48','5','1179.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019524.0','1019259.0','737',    '675','341','682381.72',    '648','289','595995.39',    '470','125','86386.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107788.0','1044826.0','4',    '4','2','13491.49',    '4','1','10518.67',    '4','2','2972.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019525.0','1019259.0','66',    '53','5','14559.78',    '49','5','14559.78',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107789.0','1044826.0','200',    '191','74','365546.22',    '182','61','337190.53',    '153','37','28355.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019526.0','1019259.0','1',    '1','1','2002.0',    '1','1','2002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107790.0','1044826.0','791',    '660','229','894303.14',    '622','210','705204.27',    '397','81','189098.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019527.0','1019259.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107791.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019528.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107792.0','1044826.0','13',    '6','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019529.0','1019259.0','2',    '2','1','2254.32',    '2','1','2254.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107793.0','1044826.0','132',    '115','13','31062.89',    '107','8','18885.59',    '43','7','12177.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019530.0','1019259.0','1',    '1','1','7030.11',    '1','1','5806.65',    '1','1','1223.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107794.0','1044826.0','11',    '8','1','646.72',    '7','1','646.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019531.0','1019259.0','8',    '8','3','8032.34',    '6','3','8032.34',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107795.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019532.0','1019259.0','4',    '4','1','3581.18',    '4','1','3581.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107796.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019533.0','1019259.0','150',    '134','99','292143.51',    '131','93','266464.05',    '92','28','25679.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107797.0','1044826.0','3',    '3','1','608.86',    '3','1','608.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019534.0','1019259.0','18',    '16','1','4677.5',    '15','1','4677.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107798.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019535.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107799.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019536.0','1019259.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107800.0','1044826.0','3',    '3','1','544.9',    '3','1','544.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019537.0','1019259.0','1138',    '1099','637','1019369.68',    '1041','237','284016.7',    '924','547','735352.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107801.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019538.0','1019259.0','41',    '40','23','142964.3',    '40','18','117728.83',    '34','17','25235.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107802.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019539.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107803.0','1044826.0','182',    '153','22','34677.1',    '129','20','32319.04',    '78','4','2358.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019540.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107804.0','1044826.0','2361',    '2003','367','657964.18',    '1713','239','525250.1',    '1287','180','132714.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019541.0','1019259.0','9',    '7','5','6970.83',    '6','5','6970.83',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107805.0','1044826.0','294',    '189','29','80519.79',    '148','14','71236.39',    '136','18','9283.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019542.0','1019259.0','1192',    '1056','407','1986377.08',    '983','306','1672860.93',    '741','227','313516.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107806.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019543.0','1019259.0','55',    '48','3','4461.6',    '39','2','4061.6',    '22','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107807.0','1044826.0','48',    '35','1','292.06',    '29','1','292.06',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019544.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107808.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019545.0','1019259.0','4',    '3','1','28800.0',    '2','1','28800.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107809.0','1044826.0','27',    '22','10','28840.57',    '22','10','28840.57',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019546.0','1019259.0','57',    '37','10','74428.8',    '25','7','71120.18',    '26','4','3308.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107810.0','1044826.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019547.0','1019259.0','2',    '2','1','250.48',    '2','1','250.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107811.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019548.0','1019259.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107812.0','1044826.0','48',    '35','6','16306.53',    '27','5','16136.54',    '19','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019549.0','1019259.0','1',    '1','1','916.16',    '1','1','916.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107813.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019550.0','1019259.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107814.0','1044826.0','281',    '214','28','28959.41',    '173','12','19588.92',    '103','18','9370.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019551.0','1019259.0','2',    '2','2','14163.28',    '2','1','12476.56',    '2','2','1686.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107815.0','1044826.0','5',    '4','2','2738.65',    '4','2','2738.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019552.0','1019259.0','3',    '3','1','169.99',    '3','0','0.0',    '1','1','169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107816.0','1044826.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019553.0','1019259.0','37',    '33','24','56140.95',    '30','24','54450.98',    '24','2','1689.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107817.0','1044826.0','497',    '460','277','573904.96',    '437','247','515288.55',    '351','92','58616.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019554.0','1019259.0','8',    '8','6','5646.84',    '8','5','5446.85',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107818.0','1044826.0','7',    '5','1','2662.93',    '4','0','0.0',    '3','1','2662.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019555.0','1019259.0','2',    '1','1','277.21',    '1','1','187.22',    '1','1','89.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107819.0','1044826.0','31',    '25','4','14126.24',    '20','3','13226.26',    '16','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019556.0','1019259.0','444',    '428','169','839682.33',    '415','147','709790.36',    '279','62','129891.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107820.0','1044826.0','24',    '16','3','5520.92',    '15','3','5520.92',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019557.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107821.0','1044826.0','4',    '4','3','2068.13',    '4','3','2068.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019558.0','1019259.0','442',    '387','228','927450.42',    '367','208','730576.27',    '280','82','196874.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107822.0','1044826.0','6',    '5','3','1071.64',    '5','2','716.65',    '3','2','354.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019559.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107823.0','1044826.0','16',    '13','10','122905.62',    '12','10','120031.08',    '8','2','2874.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019560.0','1019259.0','99',    '74','16','18691.35',    '62','10','17341.4',    '44','6','1349.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107824.0','1044826.0','2',    '2','1','1020.0',    '2','1','1020.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019561.0','1019259.0','33',    '18','3','17478.73',    '12','2','16978.73',    '10','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107825.0','1044826.0','262',    '253','130','871339.04',    '249','121','690336.2',    '172','50','181002.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019562.0','1019259.0','21',    '17','1','900.7',    '17','1','900.7',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107826.0','1044826.0','13',    '10','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019563.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107827.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019564.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107828.0','1044826.0','5',    '5','2','2389.82',    '5','2','2389.82',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019565.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107829.0','1044826.0','1000',    '629','57','158623.61',    '468','43','152976.07',    '358','19','5647.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019566.0','1019259.0','14',    '8','2','669.99',    '7','0','0.0',    '4','2','669.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107830.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019567.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107831.0','1044826.0','11',    '8','1','2092.8',    '8','1','2092.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019568.0','1019259.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107832.0','1044826.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019569.0','1019259.0','31',    '16','3','4000.89',    '13','2','2621.79',    '8','2','1379.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107833.0','1044826.0','18',    '15','1','297.54',    '14','1','297.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019570.0','1019259.0','1051',    '968','630','1667926.51',    '924','500','1307058.29',    '796','335','360868.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107834.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019571.0','1019259.0','3',    '3','1','1928.0',    '2','1','1928.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107835.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019572.0','1019259.0','6',    '6','1','2951.38',    '4','1','2951.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107836.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019573.0','1019259.0','13',    '9','5','18096.42',    '7','4','16293.15',    '7','3','1803.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107837.0','1044826.0','6',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019574.0','1019259.0','1',    '1','1','614.69',    '1','1','614.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107838.0','1044826.0','71',    '58','7','14686.98',    '56','7','12259.87',    '21','1','2427.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019575.0','1019259.0','30',    '21','2','3962.83',    '19','2','3962.83',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107839.0','1044826.0','238',    '216','150','296193.09',    '207','145','271275.89',    '152','39','24917.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019576.0','1019259.0','4',    '3','2','3280.47',    '3','2','3080.48',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107840.0','1044826.0','642',    '585','371','3540676.11',    '569','338','2881489.71',    '446','186','659186.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019577.0','1019259.0','2',    '2','1','1245.6',    '2','1','1245.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107841.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019578.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107842.0','1044826.0','7',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019579.0','1019259.0','10',    '7','2','11519.27',    '6','1','11019.27',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107843.0','1044826.0','12',    '9','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019580.0','1019259.0','62',    '51','3','4582.2',    '40','3','4582.2',    '30','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107844.0','1044826.0','12',    '12','9','17133.53',    '12','9','16638.53',    '10','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019581.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107845.0','1044826.0','102',    '74','13','94280.77',    '69','12','93370.77',    '35','2','910.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019582.0','1019259.0','79',    '58','11','13437.21',    '49','8','12927.24',    '29','3','509.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107846.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019583.0','1019259.0','9',    '8','6','8433.85',    '8','6','7943.88',    '5','2','489.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107847.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019584.0','1019259.0','1',    '1','1','1880.02',    '1','0','0.0',    '1','1','1880.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107848.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019585.0','1019259.0','336',    '307','171','524064.14',    '287','78','211223.42',    '253','148','312840.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107849.0','1044826.0','5',    '5','4','5594.14',    '5','4','5115.21',    '4','1','478.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019586.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107850.0','1044826.0','36',    '30','6','12581.53',    '25','4','10519.66',    '17','5','2061.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019587.0','1019259.0','1',    '1','1','8933.5',    '1','1','8933.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107851.0','1044826.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019588.0','1019259.0','12',    '12','5','10055.33',    '12','5','10055.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107852.0','1044826.0','166',    '152','100','290203.19',    '143','96','278266.61',    '95','12','11936.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019589.0','1019259.0','183',    '170','88','347466.71',    '149','77','262451.05',    '131','34','85015.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107853.0','1044826.0','4',    '3','1','1154.0',    '3','1','1154.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019590.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107854.0','1044826.0','3',    '3','2','900.75',    '3','2','900.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019591.0','1019259.0','373',    '265','28','40946.72',    '216','21','34385.01',    '140','8','6561.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107855.0','1044826.0','5',    '4','1','1341.84',    '4','1','929.18',    '3','1','412.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019592.0','1019259.0','71',    '56','7','46708.49',    '47','7','46300.81',    '27','1','407.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107856.0','1044826.0','688',    '446','33','41373.23',    '343','22','26348.77',    '252','15','15024.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019593.0','1019259.0','9',    '8','2','16364.6',    '7','2','14397.1',    '4','1','1967.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107857.0','1044826.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019594.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107858.0','1044826.0','14',    '13','6','70905.16',    '13','5','70705.17',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019595.0','1019259.0','9',    '8','5','16342.21',    '6','4','14875.88',    '7','2','1466.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107859.0','1044826.0','59',    '38','7','13754.76',    '33','7','11451.3',    '23','4','2303.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019596.0','1019259.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107860.0','1044826.0','4',    '2','1','737.68',    '2','1','737.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019597.0','1019259.0','8',    '8','6','8754.36',    '8','6','7099.76',    '6','1','1654.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107861.0','1044826.0','9',    '5','2','2366.28',    '5','2','2366.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019598.0','1019259.0','6',    '5','1','1120.0',    '4','1','1120.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107862.0','1044826.0','29',    '21','1','3782.34',    '13','1','3782.34',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019599.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107863.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019600.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107864.0','1044826.0','139',    '128','39','132773.11',    '122','32','115848.33',    '98','15','16924.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019601.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107865.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019602.0','1019259.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107866.0','1044826.0','1060',    '957','402','1721217.19',    '909','299','1418827.83',    '683','215','302389.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019603.0','1019259.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107867.0','1044826.0','44',    '26','8','12041.22',    '23','6','11701.24',    '14','2','339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019604.0','1019259.0','390',    '365','215','553862.33',    '356','160','443260.42',    '278','115','110601.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107868.0','1044826.0','46',    '43','28','76136.86',    '41','27','73041.94',    '26','3','3094.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019605.0','1019259.0','32',    '31','21','50393.23',    '30','19','40624.89',    '24','5','9768.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107869.0','1044826.0','3',    '3','1','2638.13',    '3','1','2638.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019606.0','1019259.0','17',    '12','2','2003.44',    '8','2','2003.44',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107870.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019607.0','1019259.0','10',    '8','3','11056.32',    '8','3','11056.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107871.0','1044826.0','140',    '111','26','53546.48',    '98','21','31495.11',    '57','7','22051.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019608.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107872.0','1044826.0','1',    '1','1','882.92',    '1','1','387.92',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019609.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107873.0','1044826.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019610.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107874.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019611.0','1019259.0','1',    '1','1','1101.37',    '1','1','901.38',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107875.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019612.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107876.0','1044826.0','10',    '10','9','13301.1',    '10','9','13101.11',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019613.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107877.0','1044826.0','11',    '11','6','5147.9',    '11','6','4252.92',    '8','2','894.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019614.0','1019259.0','15',    '12','5','29318.22',    '11','5','28167.44',    '7','1','1150.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107878.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019615.0','1019259.0','1',    '1','1','1708.27',    '1','0','0.0',    '1','1','1708.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107879.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019616.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107880.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019617.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107881.0','1044826.0','3',    '3','2','1576.09',    '3','2','739.36',    '2','1','836.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019618.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107882.0','1044826.0','11',    '11','8','22894.61',    '11','4','6778.82',    '11','8','16115.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019619.0','1019259.0','1',    '1','1','3847.54',    '1','1','802.0',    '1','1','3045.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107883.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019620.0','1019259.0','1',    '1','1','648.44',    '1','0','0.0',    '1','1','648.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107884.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019621.0','1019259.0','7',    '7','4','37867.09',    '6','4','29646.7',    '4','2','8220.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107885.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019622.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107886.0','1044826.0','319',    '296','183','443212.42',    '284','90','211756.61',    '245','149','231455.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019623.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107887.0','1044826.0','507',    '484','256','421652.53',    '445','112','148572.64',    '399','196','273079.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019624.0','1019259.0','2',    '2','1','7000.0',    '1','0','0.0',    '2','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107888.0','1044826.0','4922',    '4845','2620','2811029.04',    '4651','1204','1312436.33',    '3918','2034','1498592.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019625.0','1019259.0','1',    '1','1','338.32',    '1','1','338.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107889.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019626.0','1019259.0','1',    '1','1','205.0',    '1','0','0.0',    '1','1','205.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107890.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019627.0','1019259.0','574',    '565','273','184728.88',    '548','114','58099.46',    '452','216','126629.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107891.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019628.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107892.0','1044826.0','1',    '1','1','612.59',    '0','0','0.0',    '1','1','612.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019629.0','1019259.0','4',    '4','3','7324.41',    '4','2','1348.54',    '4','3','5975.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107893.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019630.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107894.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019631.0','1019259.0','1',    '1','1','17751.27',    '1','1','8428.8',    '1','1','9322.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107895.0','1044826.0','1720',    '1683','736','980431.81',    '1599','251','391577.01',    '1400','617','588854.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019632.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107896.0','1044826.0','2',    '2','2','814.7',    '2','1','426.26',    '2','1','388.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019633.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107897.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019634.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107898.0','1044826.0','2',    '2','1','576.38',    '2','1','576.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019419.0','1019259.0','971',    '955','523','468269.07',    '891','169','197115.39',    '751','442','271153.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107683.0','1044826.0','2047',    '1935','1068','2449056.69',    '1842','507','1162877.51',    '1512','887','1286179.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019635.0','1019259.0','3',    '3','3','1803.59',    '3','0','0.0',    '3','3','1803.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107899.0','1044826.0','8',    '7','5','7246.59',    '7','2','6090.0',    '7','4','1156.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019636.0','1019259.0','1774',    '1744','948','999601.59',    '1647','401','405591.27',    '1389','734','594010.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107900.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019637.0','1019259.0','2',    '2','1','648.44',    '2','0','0.0',    '2','1','648.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107901.0','1044826.0','616',    '597','328','411638.26',    '570','107','113573.82',    '485','283','298064.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019638.0','1019259.0','2875',    '2846','1650','1930129.99',    '2702','642','780390.12',    '2373','1388','1149739.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107902.0','1044826.0','3',    '3','1','608.4',    '3','1','608.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019639.0','1019259.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107903.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019640.0','1019259.0','1',    '1','1','803.94',    '1','1','803.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107904.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019641.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107905.0','1044826.0','210',    '210','109','131752.46',    '205','58','68473.53',    '171','88','63278.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019642.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107906.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019643.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107907.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019644.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107908.0','1044826.0','959',    '931','631','1513998.18',    '912','298','514156.15',    '833','579','999842.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019645.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107909.0','1044826.0','1',    '1','1','1205.35',    '1','1','1205.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019646.0','1019259.0','1',    '1','1','393.96',    '1','1','393.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107910.0','1044826.0','4',    '4','2','1011.79',    '4','1','399.2',    '2','1','612.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019647.0','1019259.0','1',    '1','1','200.0',    '1','1','200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107911.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019648.0','1019259.0','55',    '53','19','20514.84',    '53','8','11587.78',    '33','15','8927.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107912.0','1044826.0','1',    '1','1','260.0',    '1','0','0.0',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019649.0','1019259.0','106',    '106','55','150159.08',    '103','26','70431.08',    '83','42','79728.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107913.0','1044826.0','9',    '9','3','2117.12',    '9','2','1280.38',    '6','3','836.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019650.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107914.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019651.0','1019259.0','2096',    '2066','1153','1331108.28',    '1966','477','545375.94',    '1702','963','785732.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107915.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019652.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107916.0','1044826.0','2',    '2','1','2713.02',    '2','1','2713.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019653.0','1019259.0','334',    '312','190','330453.84',    '290','66','105515.59',    '263','167','224938.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107917.0','1044826.0','1',    '1','1','779.81',    '1','1','225.67',    '1','1','554.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019654.0','1019259.0','2',    '2','1','224.15',    '2','0','0.0',    '2','1','224.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107918.0','1044826.0','1',    '1','1','510.62',    '1','1','122.18',    '1','1','388.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019655.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107919.0','1044826.0','1',    '1','1','2873.69',    '1','1','2873.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019656.0','1019259.0','9',    '9','3','2010.8',    '8','3','1009.76',    '8','1','1001.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107920.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019657.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107921.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019658.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107922.0','1044826.0','1',    '1','1','3950.18',    '1','0','0.0',    '1','1','3950.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019659.0','1019259.0','1',    '1','1','836.73',    '1','0','0.0',    '1','1','836.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107923.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019660.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107924.0','1044826.0','601',    '584','353','598510.47',    '556','180','323138.66',    '447','265','275371.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019661.0','1019259.0','22',    '21','16','24463.08',    '20','6','13368.66',    '17','13','11094.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107925.0','1044826.0','1',    '1','1','872.59',    '1','0','0.0',    '1','1','872.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019662.0','1019259.0','1',    '1','1','1383.4',    '1','0','0.0',    '1','1','1383.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107926.0','1044826.0','1',    '1','1','224.15',    '1','0','0.0',    '1','1','224.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019663.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107927.0','1044826.0','1',    '1','1','879.99',    '1','1','770.0',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019664.0','1019259.0','1',    '1','1','388.44',    '0','0','0.0',    '1','1','388.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107928.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019665.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107929.0','1044826.0','2',    '2','1','448.29',    '2','0','0.0',    '2','1','448.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019666.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107930.0','1044826.0','1',    '1','1','1120.73',    '1','0','0.0',    '1','1','1120.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019667.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107931.0','1044826.0','1',    '1','1','8660.59',    '1','1','4263.04',    '1','1','4397.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019668.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107932.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019669.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107933.0','1044826.0','22',    '21','13','11936.51',    '21','3','5317.27',    '18','12','6619.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019670.0','1019259.0','247',    '205','124','319411.1',    '193','66','156032.48',    '173','100','163378.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107934.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019671.0','1019259.0','2090',    '2019','1178','2073838.35',    '1922','451','789830.05',    '1696','1029','1284008.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107935.0','1044826.0','3',    '3','1','1477.98',    '3','1','1477.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019672.0','1019259.0','6',    '6','3','2082.11',    '6','1','103.7',    '5','2','1978.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107936.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019673.0','1019259.0','1',    '1','1','1248.29',    '1','0','0.0',    '1','1','1248.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107937.0','1044826.0','2',    '2','1','612.59',    '1','0','0.0',    '2','1','612.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019674.0','1019259.0','1',    '1','1','448.29',    '1','0','0.0',    '1','1','448.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107938.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019675.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107939.0','1044826.0','23',    '23','14','9825.19',    '21','8','3793.34',    '15','12','6031.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019676.0','1019259.0','1',    '1','1','445.92',    '1','1','445.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107940.0','1044826.0','3',    '3','2','672.44',    '3','0','0.0',    '2','2','672.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019677.0','1019259.0','1',    '1','1','224.15',    '1','0','0.0',    '1','1','224.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107941.0','1044826.0','1',    '1','1','149.6',    '1','1','149.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019678.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107942.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019679.0','1019259.0','1',    '1','1','260.0',    '1','0','0.0',    '1','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107943.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019680.0','1019259.0','1',    '1','1','1879.05',    '1','1','870.8',    '1','1','1008.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107944.0','1044826.0','218',    '212','67','64021.31',    '208','30','26295.56',    '150','47','37725.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019681.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107945.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019682.0','1019259.0','4',    '3','2','1417.59',    '1','0','0.0',    '3','2','1417.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107946.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019683.0','1019259.0','5',    '5','2','930.69',    '4','1','482.4',    '3','1','448.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107947.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019684.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107948.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019685.0','1019259.0','1',    '1','1','2770.3',    '1','1','1339.14',    '1','1','1431.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107949.0','1044826.0','1',    '1','1','6329.81',    '1','1','2025.54',    '1','1','4304.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019686.0','1019259.0','1',    '1','1','465.0',    '1','0','0.0',    '1','1','465.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107950.0','1044826.0','246',    '225','143','358964.58',    '194','61','135470.69',    '179','116','223493.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019687.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107951.0','1044826.0','1',    '1','1','1945.19',    '1','1','1300.2',    '1','1','644.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019688.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107952.0','1044826.0','1',    '1','1','749.5',    '0','0','0.0',    '1','1','749.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019689.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107953.0','1044826.0','13',    '12','7','30072.22',    '12','7','27960.95',    '12','2','2111.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019690.0','1019259.0','217',    '209','111','325677.04',    '203','88','241224.88',    '150','51','84452.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107954.0','1044826.0','1',    '1','1','906.8',    '1','1','906.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019691.0','1019259.0','600',    '573','299','432447.9',    '562','283','404136.03',    '347','50','28311.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107955.0','1044826.0','424',    '400','201','389932.99',    '388','182','359697.04',    '273','50','30235.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019692.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107956.0','1044826.0','47',    '45','26','79149.77',    '44','26','77985.22',    '30','3','1164.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019693.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107957.0','1044826.0','19',    '18','15','35010.18',    '18','14','32037.87',    '12','7','2972.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019694.0','1019259.0','3',    '3','1','448.29',    '3','0','0.0',    '3','1','448.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107958.0','1044826.0','1',    '1','1','891.14',    '1','0','0.0',    '1','1','891.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019695.0','1019259.0','1',    '1','1','1417.06',    '1','0','0.0',    '1','1','1417.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107959.0','1044826.0','1',    '1','1','1932.75',    '0','0','0.0',    '1','1','1932.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019696.0','1019259.0','507',    '480','320','693510.82',    '432','123','205442.18',    '416','291','488068.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107960.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019697.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107961.0','1044826.0','171',    '171','93','130125.57',    '165','34','56444.73',    '153','88','73680.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019698.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107962.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019699.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107963.0','1044826.0','16',    '16','9','16313.68',    '16','9','16313.68',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019700.0','1019259.0','70',    '67','38','42617.87',    '67','17','20188.72',    '51','30','22429.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107964.0','1044826.0','12',    '11','5','11231.96',    '11','4','8200.99',    '8','2','3030.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019701.0','1019259.0','1',    '1','1','2000.72',    '1','1','2000.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107965.0','1044826.0','36',    '36','23','45484.37',    '36','23','43949.4',    '23','3','1534.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019702.0','1019259.0','19',    '19','7','8097.21',    '18','7','7042.47',    '11','1','1054.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107966.0','1044826.0','1935',    '1891','1042','1592262.06',    '1811','518','653863.95',    '1575','818','938398.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019703.0','1019259.0','33',    '31','14','9759.51',    '31','6','3823.0',    '23','12','5936.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107967.0','1044826.0','2',    '2','1','600.0',    '2','0','0.0',    '2','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019704.0','1019259.0','1',    '1','1','224.15',    '1','0','0.0',    '1','1','224.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107968.0','1044826.0','7',    '6','3','2472.15',    '6','2','2347.15',    '4','1','125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019705.0','1019259.0','1',    '1','1','388.44',    '1','0','0.0',    '1','1','388.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107969.0','1044826.0','2',    '2','1','10408.21',    '2','1','10408.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019706.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107970.0','1044826.0','5',    '5','1','3817.14',    '5','1','2008.0',    '3','1','1809.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019707.0','1019259.0','1',    '1','1','224.15',    '1','0','0.0',    '1','1','224.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107971.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019708.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107972.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019709.0','1019259.0','2',    '2','1','470.0',    '1','0','0.0',    '1','1','470.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107973.0','1044826.0','14',    '11','4','9186.1',    '11','3','5484.35',    '9','1','3701.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019710.0','1019259.0','1',    '1','1','600.0',    '0','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107974.0','1044826.0','484',    '463','291','562460.25',    '454','239','428949.15',    '326','111','133511.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019711.0','1019259.0','13',    '12','6','21407.02',    '12','5','12477.78',    '10','4','8929.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107975.0','1044826.0','296',    '273','220','708514.11',    '270','210','673449.79',    '183','59','35064.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019712.0','1019259.0','2',    '2','1','1866.3',    '2','1','1866.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107976.0','1044826.0','1827',    '1740','1007','2292485.77',    '1697','789','1966214.06',    '1286','453','326271.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019713.0','1019259.0','1',    '1','1','1489.09',    '1','1','1489.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107977.0','1044826.0','52',    '48','19','26508.51',    '47','15','24691.96',    '37','6','1816.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019714.0','1019259.0','115',    '112','79','127811.18',    '111','76','122948.98',    '78','10','4862.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107978.0','1044826.0','2',    '1','1','1267.51',    '1','1','1267.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019715.0','1019259.0','2564',    '2478','1713','3132207.52',    '2448','1580','2782539.98',    '1606','426','349667.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107979.0','1044826.0','398',    '376','234','553789.14',    '366','187','417729.9',    '282','110','136059.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019716.0','1019259.0','592',    '571','274','543369.92',    '555','242','484417.62',    '403','78','58952.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107980.0','1044826.0','195',    '183','152','597987.19',    '182','147','582143.13',    '131','33','15844.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019717.0','1019259.0','656',    '605','350','942805.8',    '567','311','858809.15',    '463','114','83996.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107981.0','1044826.0','2',    '2','2','13113.05',    '2','2','12276.32',    '1','1','836.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019718.0','1019259.0','1',    '1','1','857.69',    '1','1','857.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107982.0','1044826.0','35',    '33','21','40842.5',    '31','12','20372.52',    '28','15','20469.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019719.0','1019259.0','188',    '175','128','434084.99',    '174','118','372945.54',    '120','39','61139.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107983.0','1044826.0','1',    '1','1','484.15',    '1','0','0.0',    '1','1','484.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019720.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107984.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019721.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107985.0','1044826.0','722',    '694','395','710339.17',    '674','359','628709.95',    '471','106','81629.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019722.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107986.0','1044826.0','6',    '5','3','7707.36',    '5','3','7707.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019723.0','1019259.0','2295',    '2184','1320','2518170.96',    '2116','1163','2192430.25',    '1596','452','325740.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107987.0','1044826.0','68',    '65','47','97305.41',    '64','46','90578.74',    '43','6','6726.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019724.0','1019259.0','496',    '468','224','479901.63',    '457','188','405396.76',    '342','82','74504.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107988.0','1044826.0','132',    '109','28','35446.29',    '92','20','30946.57',    '82','10','4499.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019725.0','1019259.0','758',    '714','449','987801.62',    '697','410','901963.83',    '456','101','85837.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107989.0','1044826.0','28',    '28','24','49090.22',    '28','23','47995.25',    '20','4','1094.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019726.0','1019259.0','699',    '635','427','1869510.55',    '615','394','1635769.86',    '486','158','233740.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107990.0','1044826.0','1',    '1','1','459.15',    '1','0','0.0',    '1','1','459.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019727.0','1019259.0','412',    '393','204','289120.74',    '365','65','114503.09',    '325','176','174617.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107991.0','1044826.0','122',    '120','76','281981.1',    '114','69','260493.77',    '85','26','21487.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019728.0','1019259.0','1',    '1','1','1862.17',    '1','1','1862.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107992.0','1044826.0','15',    '14','4','23749.38',    '13','4','23314.39',    '11','1','434.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019729.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107993.0','1044826.0','14',    '13','10','15939.07',    '13','9','15330.44',    '11','1','608.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019730.0','1019259.0','156',    '143','103','702991.53',    '141','98','656224.65',    '98','23','46766.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107994.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019731.0','1019259.0','2',    '2','1','4356.59',    '2','1','4356.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107995.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019732.0','1019259.0','54',    '52','37','87303.76',    '52','36','86578.79',    '34','3','724.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107996.0','1044826.0','6',    '6','4','17034.08',    '6','4','17034.08',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019733.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107997.0','1044826.0','113',    '102','51','166120.67',    '100','43','137979.99',    '70','18','28140.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019734.0','1019259.0','97',    '95','60','120389.39',    '91','56','112087.49',    '55','11','8301.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107998.0','1044826.0','178',    '167','91','203433.07',    '163','77','161275.6',    '118','36','42157.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019735.0','1019259.0','78',    '73','49','178192.37',    '72','43','149749.81',    '47','16','28442.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2107999.0','1044826.0','1',    '1','1','2008.58',    '1','1','2008.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019736.0','1019259.0','19',    '17','14','109580.56',    '17','13','89215.5',    '12','6','20365.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108000.0','1044826.0','192',    '187','82','317833.85',    '179','59','267622.46',    '148','47','50211.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019737.0','1019259.0','3',    '3','1','150.57',    '3','1','150.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108001.0','1044826.0','11',    '11','2','8428.27',    '10','1','7373.53',    '10','2','1054.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019738.0','1019259.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108002.0','1044826.0','53',    '50','41','116135.96',    '49','39','107957.83',    '40','10','8178.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019739.0','1019259.0','7',    '6','5','7003.42',    '6','5','7003.42',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108003.0','1044826.0','426',    '394','231','442066.79',    '390','219','419358.53',    '270','44','22708.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019740.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108004.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019741.0','1019259.0','2',    '1','1','2321.81',    '1','0','0.0',    '1','1','2321.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108005.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019742.0','1019259.0','1',    '1','1','2150.36',    '1','1','936.0',    '1','1','1214.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108006.0','1044826.0','16',    '16','4','6367.46',    '15','2','3092.11',    '15','3','3275.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019743.0','1019259.0','66',    '63','45','156620.36',    '61','43','138760.23',    '49','14','17860.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108007.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019744.0','1019259.0','17',    '14','6','13694.93',    '14','5','12479.96',    '9','3','1214.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108008.0','1044826.0','4178',    '4061','2203','3957171.47',    '3924','1041','1758127.01',    '3291','1803','2199044.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019745.0','1019259.0','1239',    '1194','684','1214463.0',    '1177','613','1097808.13',    '820','189','116654.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108009.0','1044826.0','3',    '2','2','6335.76',    '2','2','6335.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019746.0','1019259.0','54',    '50','15','17074.27',    '44','12','16515.79',    '30','3','558.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108010.0','1044826.0','541',    '519','315','479756.64',    '508','295','433723.3',    '349','77','46033.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019747.0','1019259.0','15',    '14','7','10271.16',    '13','7','9053.91',    '9','1','1217.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108011.0','1044826.0','55',    '51','39','60127.94',    '51','39','58708.97',    '36','3','1418.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019748.0','1019259.0','1',    '1','1','1777.92',    '1','1','1097.92',    '1','1','680.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108012.0','1044826.0','742',    '711','391','600925.09',    '697','347','542358.09',    '502','98','58567.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019749.0','1019259.0','689',    '676','307','688968.51',    '652','285','612037.07',    '478','81','76931.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108013.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019750.0','1019259.0','4',    '4','2','6103.52',    '3','2','5971.52',    '3','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108014.0','1044826.0','28',    '28','23','63654.15',    '26','21','54479.22',    '23','9','9174.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019751.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108015.0','1044826.0','1',    '1','1','274.58',    '1','0','0.0',    '1','1','274.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019752.0','1019259.0','55',    '53','36','90237.72',    '53','34','85863.7',    '39','10','4374.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108016.0','1044826.0','2373',    '2274','1258','2126768.24',    '2222','1107','1881646.56',    '1584','371','245121.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019753.0','1019259.0','18',    '16','10','39477.65',    '16','10','32361.55',    '9','3','7116.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108017.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019754.0','1019259.0','916',    '883','467','998756.37',    '866','408','840743.97',    '655','177','158012.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108018.0','1044826.0','47',    '45','19','100402.65',    '41','16','96810.7',    '35','7','3591.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019755.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108019.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019756.0','1019259.0','1619',    '1555','847','1734763.68',    '1514','767','1545270.97',    '1044','252','189492.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108020.0','1044826.0','26',    '25','13','19514.72',    '20','9','16477.32',    '21','6','3037.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019757.0','1019259.0','1',    '1','1','2521.59',    '1','1','2521.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108021.0','1044826.0','3',    '3','2','1930.71',    '3','2','1930.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019758.0','1019259.0','15',    '15','9','12817.72',    '15','8','11627.75',    '9','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108022.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019759.0','1019259.0','51',    '49','34','77751.69',    '45','30','70546.55',    '36','10','7205.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108023.0','1044826.0','474',    '454','287','608278.93',    '439','273','560186.61',    '342','64','48092.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019760.0','1019259.0','4',    '4','1','1491.83',    '4','0','0.0',    '3','1','1491.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108024.0','1044826.0','153',    '149','91','143825.13',    '147','82','132822.31',    '109','24','11002.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019761.0','1019259.0','1',    '1','1','362.33',    '1','1','362.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108025.0','1044826.0','107',    '102','82','185491.69',    '101','81','178601.84',    '72','13','6889.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019762.0','1019259.0','176',    '164','85','232790.09',    '157','68','204730.11',    '115','37','28059.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108026.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019763.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108027.0','1044826.0','4',    '4','4','4972.63',    '4','2','1517.42',    '4','4','3455.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019764.0','1019259.0','1691',    '1654','975','1312609.56',    '1561','359','538474.9',    '1420','837','774134.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108028.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019765.0','1019259.0','690',    '668','303','345286.03',    '649','106','146099.19',    '491','253','199186.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108029.0','1044826.0','102',    '98','54','106949.16',    '93','51','98160.93',    '63','11','8788.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019766.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108030.0','1044826.0','62',    '60','19','24257.14',    '59','18','20081.26',    '40','1','4175.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019767.0','1019259.0','276',    '244','191','1317810.74',    '234','183','1158189.9',    '170','77','159620.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108031.0','1044826.0','39',    '37','17','40914.16',    '35','16','40105.54',    '25','2','808.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019768.0','1019259.0','40',    '37','24','23206.29',    '36','24','23006.3',    '26','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108032.0','1044826.0','2',    '2','1','1312.61',    '2','1','1312.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019769.0','1019259.0','1935',    '1840','1030','1803568.76',    '1797','921','1562901.96',    '1304','333','240666.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108033.0','1044826.0','94',    '86','42','70770.77',    '82','36','64405.17',    '63','8','6365.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019770.0','1019259.0','3',    '3','1','1109.18',    '3','1','1109.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108034.0','1044826.0','455',    '435','259','575715.28',    '421','243','542132.72',    '321','59','33582.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019771.0','1019259.0','519',    '492','234','520280.25',    '475','200','465574.73',    '365','74','54705.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108035.0','1044826.0','530',    '496','401','980346.75',    '481','388','916491.93',    '338','86','63854.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019772.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108036.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019773.0','1019259.0','2',    '2','1','8037.26',    '2','1','3011.08',    '2','1','5026.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108037.0','1044826.0','20',    '19','12','28101.16',    '19','11','25046.94',    '10','4','3054.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019774.0','1019259.0','279',    '256','95','212788.47',    '243','89','192151.62',    '198','30','20636.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108038.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019775.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108039.0','1044826.0','11',    '10','7','14460.64',    '9','7','13000.67',    '9','2','1459.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019776.0','1019259.0','72',    '69','42','115292.27',    '67','36','107613.09',    '46','14','7679.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108040.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019777.0','1019259.0','28',    '28','17','35326.33',    '28','13','29421.96',    '21','10','5904.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108041.0','1044826.0','2',    '2','1','2204.26',    '2','1','847.45',    '2','1','1356.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019778.0','1019259.0','136',    '133','73','99554.28',    '131','65','91641.9',    '85','13','7912.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108042.0','1044826.0','1',    '1','1','150.57',    '1','1','150.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019779.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108043.0','1044826.0','263',    '246','95','212295.65',    '239','78','169909.56',    '177','32','42386.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019780.0','1019259.0','633',    '599','484','1263126.99',    '595','471','1193648.36',    '392','116','69478.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108044.0','1044826.0','126',    '121','49','129909.96',    '119','45','109794.25',    '78','11','20115.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019781.0','1019259.0','834',    '814','433','597047.07',    '789','208','342063.06',    '585','310','254984.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108045.0','1044826.0','151',    '143','62','188813.14',    '140','52','168584.87',    '101','28','20228.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019782.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108046.0','1044826.0','32',    '29','21','40193.33',    '28','20','38641.22',    '18','4','1552.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019783.0','1019259.0','224',    '213','116','221155.32',    '206','101','187721.42',    '161','36','33433.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108047.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019784.0','1019259.0','2342',    '2228','1518','3371991.82',    '2188','1378','3044166.83',    '1525','421','327824.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108048.0','1044826.0','1',    '1','1','224.15',    '1','0','0.0',    '1','1','224.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019785.0','1019259.0','65',    '61','42','89338.56',    '59','42','86621.31',    '37','8','2717.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108049.0','1044826.0','5',    '5','1','2285.96',    '5','1','2136.96',    '5','1','149.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019786.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108050.0','1044826.0','1',    '1','1','1728.54',    '1','1','1728.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019787.0','1019259.0','343',    '324','193','446490.41',    '322','181','399995.77',    '229','53','46494.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108051.0','1044826.0','15',    '15','11','14114.21',    '15','10','13505.59',    '8','2','608.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019788.0','1019259.0','57',    '55','41','90190.24',    '55','40','85609.91',    '37','10','4580.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108052.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019789.0','1019259.0','59',    '56','24','48138.37',    '53','21','39123.39',    '43','7','9014.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108053.0','1044826.0','76',    '74','38','44265.69',    '72','35','37501.28',    '54','8','6764.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019790.0','1019259.0','282',    '256','91','192665.14',    '251','71','168919.26',    '174','33','23745.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108054.0','1044826.0','21',    '18','13','37630.34',    '18','12','33675.34',    '9','4','3955.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019791.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108055.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019792.0','1019259.0','1',    '1','1','3395.23',    '1','1','1803.3',    '1','1','1591.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108056.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019793.0','1019259.0','1',    '1','1','2345.67',    '1','1','1850.67',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108057.0','1044826.0','3',    '3','2','5041.84',    '3','1','4791.85',    '2','2','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019794.0','1019259.0','25',    '22','11','25669.91',    '21','11','20978.18',    '13','2','4691.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108058.0','1044826.0','10',    '9','4','3304.05',    '8','4','3304.05',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019795.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108059.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019796.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108060.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019797.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108061.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019798.0','1019259.0','1',    '1','1','181.74',    '1','1','181.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108062.0','1044826.0','37',    '36','21','25597.0',    '34','19','23851.65',    '26','5','1745.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019799.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108063.0','1044826.0','305',    '287','150','422354.69',    '279','128','349145.94',    '217','62','73208.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019800.0','1019259.0','207',    '202','105','161391.61',    '198','99','147767.37',    '130','18','13624.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108064.0','1044826.0','395',    '367','182','392215.79',    '352','154','320951.26',    '263','61','71264.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019801.0','1019259.0','85',    '83','49','162604.71',    '82','40','149510.27',    '53','16','13094.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108065.0','1044826.0','745',    '704','415','1086775.67',    '682','356','932313.51',    '546','167','154462.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019802.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108066.0','1044826.0','5',    '5','4','3299.87',    '5','4','3299.87',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019803.0','1019259.0','8',    '8','5','21953.17',    '8','5','21693.17',    '7','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108067.0','1044826.0','250',    '238','149','338093.56',    '229','137','310569.82',    '163','33','27523.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019804.0','1019259.0','50',    '48','26','75889.26',    '46','23','70870.4',    '36','7','5018.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108068.0','1044826.0','4',    '4','3','4223.51',    '4','3','4223.51',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019805.0','1019259.0','38',    '35','18','56382.65',    '34','17','48403.83',    '21','6','7978.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108069.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019806.0','1019259.0','7',    '7','2','657.01',    '7','1','472.01',    '6','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108070.0','1044826.0','28',    '26','19','106587.75',    '26','17','105197.79',    '19','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019807.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108071.0','1044826.0','1',    '1','1','389.15',    '0','0','0.0',    '1','1','389.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019808.0','1019259.0','400',    '377','201','429040.14',    '361','96','233675.48',    '295','168','195364.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108072.0','1044826.0','3',    '3','2','15946.79',    '3','2','9976.94',    '2','2','5969.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019809.0','1019259.0','1509',    '1489','673','704651.43',    '1392','225','288025.42',    '1209','573','416626.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108073.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019810.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108074.0','1044826.0','286',    '276','223','493427.59',    '270','213','474310.16',    '201','46','19117.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019811.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108075.0','1044826.0','62',    '60','37','67170.5',    '59','34','55940.24',    '44','12','11230.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019812.0','1019259.0','1',    '1','1','1050.12',    '1','1','1050.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108076.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019813.0','1019259.0','34',    '33','13','17645.34',    '29','12','15979.15',    '23','3','1666.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108077.0','1044826.0','281',    '267','239','666559.93',    '265','239','634831.98',    '192','52','31727.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019814.0','1019259.0','2',    '2','2','4842.49',    '2','2','4842.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108078.0','1044826.0','698',    '661','580','1685061.23',    '656','569','1618475.26',    '463','117','66585.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019815.0','1019259.0','77',    '73','64','160502.26',    '73','62','154499.06',    '52','15','6003.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108079.0','1044826.0','276',    '254','180','408652.78',    '244','172','386252.53',    '173','36','22400.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019816.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108080.0','1044826.0','1',    '1','1','1557.89',    '1','1','1557.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019817.0','1019259.0','35',    '34','21','37155.47',    '34','19','31131.51',    '23','9','6023.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108081.0','1044826.0','49',    '42','26','55162.05',    '37','17','45899.43',    '38','15','9262.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019818.0','1019259.0','2',    '2','1','1272.86',    '2','1','1272.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108082.0','1044826.0','9',    '6','2','300.76',    '4','1','200.76',    '6','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019819.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108083.0','1044826.0','9',    '8','7','17973.19',    '8','7','17973.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019820.0','1019259.0','2',    '2','1','22373.72',    '2','1','15541.88',    '1','1','6831.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108084.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019821.0','1019259.0','114',    '103','65','298984.05',    '101','59','251414.17',    '72','25','47569.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108085.0','1044826.0','9',    '8','8','19644.9',    '8','8','19244.92',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019822.0','1019259.0','5',    '4','3','7150.3',    '4','3','5960.33',    '3','2','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108086.0','1044826.0','1',    '1','1','1071.15',    '1','1','1071.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019823.0','1019259.0','1',    '1','1','1078.68',    '1','1','1078.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108087.0','1044826.0','6',    '5','4','3374.37',    '5','4','3374.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019824.0','1019259.0','30',    '30','27','65162.51',    '30','27','63368.91',    '23','5','1793.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108088.0','1044826.0','203',    '199','164','423226.5',    '199','154','383475.43',    '142','39','39751.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019825.0','1019259.0','1',    '1','1','656.61',    '1','1','656.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108089.0','1044826.0','13',    '13','10','15710.8',    '13','9','14470.83',    '10','2','1239.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019826.0','1019259.0','60',    '56','30','31651.77',    '51','27','30708.29',    '34','4','943.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108090.0','1044826.0','24',    '21','12','26652.96',    '19','10','24197.06',    '16','6','2455.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019827.0','1019259.0','85',    '80','56','237659.69',    '77','52','199834.65',    '53','24','37825.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108091.0','1044826.0','44',    '43','40','90072.94',    '43','40','89747.95',    '27','2','324.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019828.0','1019259.0','3',    '3','2','5734.71',    '3','2','5239.71',    '2','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108092.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019829.0','1019259.0','28',    '23','18','38084.39',    '22','17','34499.65',    '16','6','3584.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108093.0','1044826.0','9',    '9','7','21557.98',    '9','6','19917.69',    '6','2','1640.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019830.0','1019259.0','6',    '6','3','2871.76',    '6','3','2871.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108094.0','1044826.0','2',    '2','1','1788.0',    '2','1','1788.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019831.0','1019259.0','5',    '5','4','10577.47',    '5','2','1728.0',    '4','3','8849.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108095.0','1044826.0','26',    '26','20','70022.27',    '25','20','67192.57',    '22','6','2829.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019832.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108096.0','1044826.0','25',    '17','15','148394.97',    '17','15','118072.88',    '13','5','30322.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019833.0','1019259.0','3',    '3','2','7079.56',    '3','2','7079.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108097.0','1044826.0','2',    '2','1','2000.78',    '2','1','2000.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019834.0','1019259.0','53',    '51','32','55727.84',    '49','25','39953.89',    '41','15','15773.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108098.0','1044826.0','10',    '9','6','8198.87',    '9','6','7894.56',    '5','1','304.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019835.0','1019259.0','689',    '644','335','739329.94',    '626','278','645208.39',    '444','114','94121.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108099.0','1044826.0','2',    '2','2','5339.12',    '2','2','5339.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019836.0','1019259.0','339',    '322','193','475099.49',    '314','157','401909.7',    '249','78','73189.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108100.0','1044826.0','66',    '61','30','61795.56',    '61','24','53695.09',    '42','11','8100.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019837.0','1019259.0','105',    '96','77','228549.95',    '96','76','220620.09',    '66','15','7929.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108101.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019838.0','1019259.0','41',    '36','23','69838.61',    '32','21','66781.65',    '18','5','3056.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108102.0','1044826.0','1',    '1','1','495.0',    '1','0','0.0',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019839.0','1019259.0','3',    '2','2','10882.49',    '2','2','8972.83',    '2','1','1909.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108103.0','1044826.0','171',    '165','87','214351.87',    '159','73','186664.84',    '123','34','27687.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019840.0','1019259.0','3',    '3','2','4289.38',    '2','2','3671.89',    '3','1','617.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108104.0','1044826.0','21',    '18','9','27612.25',    '18','8','27412.26',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019841.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108105.0','1044826.0','7',    '7','5','11120.44',    '7','4','10920.45',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019842.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108106.0','1044826.0','2',    '2','2','2298.53',    '2','2','2298.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019843.0','1019259.0','14',    '13','4','4188.89',    '12','4','4188.89',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108107.0','1044826.0','2',    '1','1','5075.59',    '1','1','5075.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019844.0','1019259.0','6',    '6','5','14796.62',    '6','5','14257.31',    '6','1','539.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108108.0','1044826.0','3',    '3','1','2111.68',    '3','1','2111.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019845.0','1019259.0','25',    '23','20','105939.11',    '23','18','102826.47',    '11','6','3112.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108109.0','1044826.0','16',    '16','10','16220.83',    '16','10','16220.83',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019846.0','1019259.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108110.0','1044826.0','6',    '6','4','5737.53',    '6','4','5292.53',    '3','1','445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019847.0','1019259.0','61',    '59','44','118602.71',    '59','42','113942.55',    '42','8','4660.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108111.0','1044826.0','2',    '2','2','9274.94',    '2','2','9274.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019848.0','1019259.0','15',    '14','12','59949.58',    '14','12','57908.0',    '11','4','2041.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108112.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019849.0','1019259.0','34',    '34','18','37157.3',    '32','18','33882.37',    '27','6','3274.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108113.0','1044826.0','27',    '25','11','12484.88',    '24','9','11981.04',    '19','2','503.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019850.0','1019259.0','19',    '16','12','20345.77',    '16','10','19415.78',    '12','3','929.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108114.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019851.0','1019259.0','4',    '4','2','17530.07',    '3','1','8310.07',    '2','1','9220.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108115.0','1044826.0','2',    '2','1','4199.29',    '2','1','4199.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019852.0','1019259.0','38',    '36','21','56837.85',    '36','21','56237.88',    '26','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108116.0','1044826.0','114',    '105','81','323544.08',    '105','73','267586.39',    '72','30','55957.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019853.0','1019259.0','11',    '11','4','10579.98',    '11','4','10579.98',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108117.0','1044826.0','7',    '7','3','3335.63',    '7','3','3335.63',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019854.0','1019259.0','2',    '2','1','618.4',    '1','1','618.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108118.0','1044826.0','13',    '12','8','7420.4',    '12','8','7420.4',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019855.0','1019259.0','21',    '19','11','32629.0',    '18','10','29124.24',    '18','4','3504.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108119.0','1044826.0','50',    '45','26','41020.98',    '43','21','34282.34',    '34','9','6738.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019856.0','1019259.0','45',    '44','31','79589.53',    '43','27','73373.83',    '39','8','6215.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108120.0','1044826.0','21',    '21','12','28462.5',    '21','10','25264.2',    '18','7','3198.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019857.0','1019259.0','16',    '16','9','15583.76',    '15','9','15583.76',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108121.0','1044826.0','8',    '7','2','2757.39',    '6','2','2757.39',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019858.0','1019259.0','42',    '42','26','55143.69',    '41','24','51291.62',    '28','7','3852.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108122.0','1044826.0','23',    '21','18','56361.35',    '21','18','54971.39',    '14','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019859.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108123.0','1044826.0','2',    '2','1','2387.68',    '2','1','2387.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019860.0','1019259.0','19',    '16','10','30972.21',    '16','10','30972.21',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108124.0','1044826.0','8',    '8','7','28493.56',    '8','7','27598.58',    '8','2','894.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019861.0','1019259.0','6',    '6','3','9790.54',    '6','2','8558.53',    '3','1','1232.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108125.0','1044826.0','38',    '35','16','33099.55',    '34','15','32714.56',    '21','2','384.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019862.0','1019259.0','23',    '22','13','25777.25',    '20','12','25497.27',    '17','2','279.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108126.0','1044826.0','13',    '13','7','35894.31',    '12','7','35634.31',    '10','1','260.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019863.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108127.0','1044826.0','8',    '6','1','2724.16',    '5','1','1850.68',    '5','1','873.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019864.0','1019259.0','36',    '29','22','66314.22',    '29','22','63834.14',    '16','3','2480.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108128.0','1044826.0','10',    '9','8','20085.86',    '9','7','19216.4',    '5','2','869.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019865.0','1019259.0','7',    '7','5','12210.1',    '7','5','11632.73',    '4','2','577.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108129.0','1044826.0','4',    '3','3','16931.92',    '3','3','16931.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019866.0','1019259.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108130.0','1044826.0','42',    '40','31','122377.93',    '40','30','114086.16',    '28','9','8291.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019867.0','1019259.0','13',    '11','10','23950.57',    '11','10','21657.13',    '4','2','2293.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108131.0','1044826.0','2',    '2','2','2431.93',    '2','2','2431.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019868.0','1019259.0','4',    '3','3','6550.19',    '3','3','6550.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108132.0','1044826.0','41',    '38','26','66805.5',    '36','20','60767.79',    '33','10','6037.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019869.0','1019259.0','1',    '1','1','11349.0',    '1','1','11349.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108133.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019870.0','1019259.0','78',    '74','50','88536.48',    '72','46','71162.8',    '53','19','17373.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108134.0','1044826.0','20',    '19','16','54029.02',    '19','16','52134.07',    '13','4','1894.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019871.0','1019259.0','47',    '43','22','56153.69',    '43','14','47681.83',    '34','12','8471.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108135.0','1044826.0','3',    '3','1','3367.74',    '3','1','3367.74',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019872.0','1019259.0','19',    '17','12','19100.7',    '17','11','18121.97',    '12','2','978.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108136.0','1044826.0','50',    '49','36','174490.79',    '48','35','169811.39',    '35','7','4679.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019873.0','1019259.0','2',    '2','2','17299.24',    '2','2','13029.43',    '2','2','4269.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108137.0','1044826.0','1',    '1','1','200.76',    '1','1','200.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019874.0','1019259.0','2',    '2','2','8167.16',    '2','2','8167.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108138.0','1044826.0','5',    '5','3','4822.86',    '5','3','4822.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019875.0','1019259.0','50',    '46','39','146616.87',    '46','39','132222.22',    '30','8','14394.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108139.0','1044826.0','7',    '7','6','13953.88',    '7','6','13523.91',    '5','1','429.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019876.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108140.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019877.0','1019259.0','26',    '26','21','54234.18',    '26','18','48875.22',    '16','6','5358.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108141.0','1044826.0','73',    '70','40','66845.48',    '70','34','56516.93',    '50','15','10328.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019878.0','1019259.0','8',    '7','4','5965.79',    '7','4','5840.79',    '4','1','125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108142.0','1044826.0','3',    '3','3','9232.83',    '3','3','9107.83',    '3','1','125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019879.0','1019259.0','5',    '4','1','2370.0',    '3','1','2370.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108143.0','1044826.0','54',    '51','40','233930.85',    '51','39','223286.59',    '41','10','10644.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019880.0','1019259.0','37',    '34','23','93463.19',    '34','21','83040.75',    '22','7','10422.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108144.0','1044826.0','1',    '1','1','235.0',    '1','0','0.0',    '1','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019881.0','1019259.0','3',    '2','1','430.9',    '2','1','430.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108145.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019882.0','1019259.0','96',    '94','61','262633.01',    '93','50','232102.99',    '64','24','30530.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108146.0','1044826.0','2',    '2','2','924.35',    '2','2','599.36',    '1','1','324.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019883.0','1019259.0','3',    '3','3','4339.73',    '3','3','2979.76',    '2','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108147.0','1044826.0','12',    '11','3','23046.55',    '11','3','23046.55',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019884.0','1019259.0','21',    '20','16','75787.68',    '20','16','65845.87',    '14','6','9941.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108148.0','1044826.0','28',    '27','18','28277.97',    '26','17','25434.61',    '23','3','2843.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019885.0','1019259.0','38',    '35','24','99009.8',    '33','23','90162.16',    '28','8','8847.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108149.0','1044826.0','7',    '6','5','11835.27',    '6','5','3956.92',    '5','4','7878.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019886.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108150.0','1044826.0','3',    '3','1','3524.71',    '2','1','3524.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019887.0','1019259.0','399',    '396','201','420867.08',    '385','141','334057.04',    '315','121','86810.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108151.0','1044826.0','8',    '5','1','1571.1',    '5','1','1571.1',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019888.0','1019259.0','81',    '78','44','115321.35',    '71','31','99178.66',    '64','25','16142.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108152.0','1044826.0','1',    '1','1','988.76',    '1','1','988.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019889.0','1019259.0','10',    '9','8','7588.87',    '9','7','6573.88',    '6','2','1014.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108153.0','1044826.0','10',    '10','5','12955.53',    '10','5','12955.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019890.0','1019259.0','2',    '1','1','522.8',    '1','1','522.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108154.0','1044826.0','7',    '6','3','22028.8',    '6','2','20365.43',    '6','1','1663.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019891.0','1019259.0','10',    '9','3','20874.92',    '9','3','20549.93',    '5','1','324.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108155.0','1044826.0','1640',    '1588','946','1763116.1',    '1560','884','1608048.56',    '1107','223','155067.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019892.0','1019259.0','1',    '1','1','1855.47',    '1','1','1125.48',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108156.0','1044826.0','20',    '18','8','13093.36',    '17','8','13093.36',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019893.0','1019259.0','13',    '11','6','11704.19',    '9','4','10263.88',    '9','2','1440.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108157.0','1044826.0','6',    '5','4','29540.81',    '5','4','29540.81',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019894.0','1019259.0','2',    '2','1','156.8',    '2','1','156.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108158.0','1044826.0','1',    '1','1','3161.17',    '1','1','3161.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019895.0','1019259.0','1',    '1','1','1181.58',    '1','1','1181.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108159.0','1044826.0','4',    '2','1','690.44',    '2','1','690.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019896.0','1019259.0','10',    '9','7','19853.08',    '9','7','18333.12',    '7','3','1519.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108160.0','1044826.0','8',    '8','4','4809.75',    '6','2','2384.01',    '6','3','2425.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019897.0','1019259.0','96',    '91','40','69085.85',    '85','35','62372.85',    '64','10','6713.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108161.0','1044826.0','299',    '283','203','816304.5',    '270','177','612683.23',    '216','88','203621.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019898.0','1019259.0','36',    '32','11','19082.08',    '31','9','17216.09',    '19','3','1865.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108162.0','1044826.0','14',    '12','3','3602.17',    '9','3','3602.17',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019899.0','1019259.0','1',    '1','1','965.53',    '1','1','965.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108163.0','1044826.0','1',    '1','1','2140.33',    '1','1','2140.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019900.0','1019259.0','2',    '2','2','2707.88',    '2','2','2337.89',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108164.0','1044826.0','37',    '29','22','68012.73',    '28','21','61826.06',    '19','6','6186.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019901.0','1019259.0','67',    '59','47','283442.75',    '59','46','247323.25',    '47','13','36119.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108165.0','1044826.0','5',    '4','4','7488.39',    '4','4','6969.65',    '3','1','518.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019902.0','1019259.0','90',    '86','42','59231.76',    '83','29','49302.32',    '65','18','9929.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108166.0','1044826.0','4',    '2','1','1831.0',    '2','1','1831.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019903.0','1019259.0','6',    '6','5','13539.75',    '6','5','11102.31',    '6','3','2437.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108167.0','1044826.0','46',    '44','25','70839.35',    '44','22','60164.49',    '36','11','10674.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019904.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108168.0','1044826.0','112',    '107','77','228031.38',    '106','74','199608.29',    '73','15','28423.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019905.0','1019259.0','1',    '1','1','17184.79',    '1','1','17184.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108169.0','1044826.0','1',    '1','1','688.23',    '1','1','688.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019906.0','1019259.0','5',    '4','4','31489.9',    '4','4','23795.13',    '3','3','7694.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108170.0','1044826.0','1',    '1','1','11553.26',    '1','1','8871.0',    '1','1','2682.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019907.0','1019259.0','32',    '27','16','28191.9',    '25','16','27883.9',    '20','1','308.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108171.0','1044826.0','1',    '1','1','933.25',    '1','1','933.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019908.0','1019259.0','30',    '29','26','56027.29',    '29','24','54633.59',    '21','5','1393.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108172.0','1044826.0','1',    '1','1','3639.32',    '1','1','3639.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019909.0','1019259.0','1',    '1','1','2367.31',    '1','1','1186.0',    '1','1','1181.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108173.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019910.0','1019259.0','1',    '1','1','5775.32',    '1','1','5775.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108174.0','1044826.0','1',    '1','1','6073.11',    '1','1','6073.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019911.0','1019259.0','16',    '16','13','44182.52',    '15','12','37521.67',    '14','6','6660.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108175.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019912.0','1019259.0','34',    '28','25','89854.8',    '28','24','86839.07',    '18','4','3015.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108176.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019913.0','1019259.0','43',    '41','20','30160.52',    '38','19','27388.99',    '33','4','2771.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108177.0','1044826.0','5',    '5','4','14574.84',    '5','4','11473.79',    '4','2','3101.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019914.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108178.0','1044826.0','24',    '22','12','66343.19',    '20','11','55543.96',    '17','3','10799.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019915.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108179.0','1044826.0','978',    '937','526','916591.93',    '904','469','773039.5',    '665','176','143552.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019916.0','1019259.0','36',    '36','27','72691.07',    '36','23','70569.49',    '26','9','2121.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108180.0','1044826.0','37',    '34','21','116655.79',    '34','16','71635.1',    '25','15','45020.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019917.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108181.0','1044826.0','11',    '10','10','25485.59',    '10','10','24495.61',    '6','1','989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019918.0','1019259.0','1',    '1','1','2454.0',    '1','1','2454.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108182.0','1044826.0','21',    '17','8','10550.99',    '17','8','8753.84',    '14','4','1797.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019919.0','1019259.0','4',    '4','4','5197.3',    '4','4','5197.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108183.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019920.0','1019259.0','9',    '9','9','12377.94',    '9','8','11572.97',    '8','3','804.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108184.0','1044826.0','334',    '324','196','306476.56',    '318','157','250311.71',    '244','75','56164.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019921.0','1019259.0','53',    '49','42','106323.91',    '49','40','100737.31',    '38','12','5586.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108185.0','1044826.0','22',    '21','7','21777.12',    '21','7','20812.13',    '15','2','964.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019922.0','1019259.0','8',    '8','6','17990.07',    '8','6','17990.07',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108186.0','1044826.0','137',    '119','66','209669.51',    '113','63','201597.57',    '86','13','8071.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019923.0','1019259.0','14',    '14','9','23328.76',    '14','8','18822.76',    '10','4','4506.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108187.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019924.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108188.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019925.0','1019259.0','22',    '21','15','40738.8',    '21','15','35518.87',    '18','8','5219.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108189.0','1044826.0','86',    '77','43','86288.97',    '73','37','71745.71',    '61','12','14543.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019926.0','1019259.0','6',    '6','4','11387.03',    '6','4','11187.04',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108190.0','1044826.0','24',    '22','12','28971.62',    '20','12','24110.36',    '17','4','4861.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019927.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108191.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019928.0','1019259.0','4',    '4','3','3170.59',    '4','3','3170.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108192.0','1044826.0','1',    '1','1','19962.58',    '1','1','16957.57',    '1','1','3005.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019929.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108193.0','1044826.0','15',    '12','7','25949.14',    '11','4','17790.44',    '9','4','8158.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019930.0','1019259.0','31',    '31','22','45849.88',    '31','21','43886.8',    '22','6','1963.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108194.0','1044826.0','12',    '12','6','13732.63',    '12','6','13532.64',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019931.0','1019259.0','2',    '2','2','1638.78',    '2','2','1638.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108195.0','1044826.0','493',    '483','314','567513.0',    '476','246','456945.03',    '396','147','110567.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019932.0','1019259.0','12',    '11','9','24978.8',    '11','9','24978.8',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108196.0','1044826.0','2',    '2','1','5803.21',    '2','1','5080.23',    '1','1','722.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019933.0','1019259.0','4',    '2','1','30300.0',    '2','1','26339.7',    '2','1','3960.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108197.0','1044826.0','4',    '4','2','4327.18',    '4','2','4327.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019934.0','1019259.0','14',    '14','10','19116.42',    '14','9','16461.82',    '9','4','2654.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108198.0','1044826.0','12',    '10','7','10405.31',    '10','6','9154.79',    '4','2','1250.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019935.0','1019259.0','1',    '1','1','838.93',    '1','1','838.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108199.0','1044826.0','1',    '1','1','2360.57',    '1','1','2360.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019936.0','1019259.0','4',    '4','3','6987.61',    '4','3','6987.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108200.0','1044826.0','110',    '109','75','147497.69',    '107','74','141362.72',    '74','13','6134.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019937.0','1019259.0','16',    '16','7','46754.52',    '16','6','46389.52',    '11','1','365.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108201.0','1044826.0','4',    '4','3','3355.85',    '4','1','2080.86',    '4','3','1274.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019938.0','1019259.0','20',    '20','13','24175.65',    '18','12','22228.41',    '11','2','1947.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108202.0','1044826.0','2',    '2','2','1958.27',    '2','2','1958.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019939.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108203.0','1044826.0','19',    '18','15','39629.6',    '18','15','37469.67',    '15','5','2159.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019940.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108204.0','1044826.0','1',    '1','1','6947.68',    '1','1','6947.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019941.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108205.0','1044826.0','132',    '127','67','109920.36',    '125','62','98719.45',    '93','15','11200.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019942.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108206.0','1044826.0','86',    '82','46','121078.87',    '80','42','106514.26',    '66','9','14564.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019943.0','1019259.0','20',    '17','10','22393.45',    '16','10','21079.99',    '9','1','1313.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108207.0','1044826.0','41',    '39','32','125239.18',    '39','32','118812.73',    '29','8','6426.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019944.0','1019259.0','8',    '8','6','27873.62',    '8','6','25893.66',    '5','2','1979.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108208.0','1044826.0','3',    '3','3','15234.11',    '3','3','13874.14',    '2','1','1359.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019945.0','1019259.0','8',    '8','3','5761.72',    '8','3','5761.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108209.0','1044826.0','17',    '15','12','41158.49',    '14','9','36986.5',    '13','7','4171.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019946.0','1019259.0','39',    '36','28','120208.22',    '36','27','111109.22',    '29','7','9099.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108210.0','1044826.0','41',    '40','17','49896.44',    '37','14','44028.68',    '23','6','5867.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019947.0','1019259.0','31',    '30','21','237196.12',    '29','20','215381.72',    '19','7','21814.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108211.0','1044826.0','29',    '23','16','64052.96',    '22','15','53533.13',    '17','4','10519.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019948.0','1019259.0','1',    '1','1','1543.43',    '1','1','1543.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108212.0','1044826.0','71',    '70','45','65610.05',    '70','43','62304.79',    '51','6','3305.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019949.0','1019259.0','7',    '7','6','12373.67',    '7','5','10832.69',    '6','3','1540.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108213.0','1044826.0','4',    '4','2','2888.1',    '4','2','2393.1',    '4','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019950.0','1019259.0','1',    '1','1','787.63',    '1','1','787.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108214.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019951.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108215.0','1044826.0','2',    '2','2','1882.12',    '2','2','1882.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019952.0','1019259.0','1',    '1','1','872.2',    '1','1','872.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108216.0','1044826.0','8',    '4','3','6567.55',    '4','3','5812.56',    '2','1','754.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019953.0','1019259.0','1',    '1','1','2068.99',    '1','1','1762.0',    '1','1','306.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108217.0','1044826.0','98',    '95','42','91557.52',    '87','37','77215.13',    '81','17','14342.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019954.0','1019259.0','1',    '1','1','244.25',    '1','1','244.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108218.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019955.0','1019259.0','12',    '11','9','78537.54',    '11','8','64084.5',    '9','4','14453.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108219.0','1044826.0','4',    '4','1','3638.81',    '4','1','3638.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019956.0','1019259.0','3',    '3','1','1099.13',    '3','1','1099.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108220.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019957.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108221.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019958.0','1019259.0','1',    '1','1','6562.8',    '1','1','6562.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108222.0','1044826.0','2',    '2','2','2257.88',    '2','2','2257.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019959.0','1019259.0','9',    '9','4','1595.92',    '9','4','1595.92',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108223.0','1044826.0','1',    '1','1','4808.52',    '1','1','4808.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019960.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108224.0','1044826.0','3',    '2','2','13856.26',    '2','2','13397.9',    '1','1','458.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019961.0','1019259.0','9',    '9','6','20366.17',    '9','6','17940.52',    '6','2','2425.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108225.0','1044826.0','4',    '2','1','10903.1',    '2','1','10903.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019962.0','1019259.0','1',    '1','1','2928.52',    '1','1','2928.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108226.0','1044826.0','43',    '39','27','94927.52',    '36','15','52608.13',    '26','19','42319.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019963.0','1019259.0','2',    '2','1','10708.02',    '2','1','9524.3',    '2','1','1183.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108227.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019964.0','1019259.0','4',    '3','2','31461.47',    '3','2','31461.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108228.0','1044826.0','36',    '33','22','65765.13',    '33','22','59819.31',    '23','8','5945.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019965.0','1019259.0','4',    '4','2','1554.81',    '4','2','1554.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108229.0','1044826.0','1',    '1','1','1314.66',    '1','1','1314.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019966.0','1019259.0','143',    '135','107','292532.1',    '135','93','234825.87',    '93','52','57706.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108230.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019967.0','1019259.0','1',    '1','1','155.72',    '1','1','155.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108231.0','1044826.0','64',    '58','44','401435.59',    '56','36','281791.78',    '41','26','119643.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019968.0','1019259.0','1',    '1','1','4606.28',    '1','1','4606.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108232.0','1044826.0','9',    '9','5','11582.47',    '9','5','10871.44',    '5','1','711.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019969.0','1019259.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108233.0','1044826.0','7',    '4','3','8010.51',    '4','3','7810.52',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019970.0','1019259.0','8',    '6','6','11203.34',    '6','5','10733.35',    '4','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108234.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019971.0','1019259.0','18',    '16','9','18493.5',    '15','5','14328.48',    '14','6','4165.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108235.0','1044826.0','2',    '2','2','18792.49',    '2','2','18592.5',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019972.0','1019259.0','6',    '5','3','6393.51',    '4','2','5788.52',    '3','1','604.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108236.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019973.0','1019259.0','1',    '1','1','5681.22',    '1','1','5681.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108237.0','1044826.0','2',    '2','1','897.4',    '2','1','897.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019974.0','1019259.0','3',    '2','1','866.0',    '2','1','866.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108238.0','1044826.0','1',    '1','1','1236.12',    '1','1','618.67',    '1','1','617.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019975.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108239.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019976.0','1019259.0','1',    '1','1','724.23',    '1','1','724.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108240.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019977.0','1019259.0','3',    '3','2','35208.37',    '2','2','31851.25',    '3','2','3357.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108241.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019978.0','1019259.0','1',    '1','1','165.28',    '1','1','165.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108242.0','1044826.0','4',    '4','3','10709.25',    '4','2','7803.16',    '3','1','2906.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019979.0','1019259.0','1',    '1','1','1573.74',    '1','1','1573.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108243.0','1044826.0','1',    '1','1','9571.74',    '1','1','1474.0',    '1','1','8097.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019980.0','1019259.0','1',    '1','1','1656.18',    '1','1','1656.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108244.0','1044826.0','2',    '2','2','5230.74',    '2','2','3899.02',    '2','1','1331.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019981.0','1019259.0','20',    '20','12','23434.87',    '20','11','18054.05',    '16','5','5380.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108245.0','1044826.0','4',    '3','3','2847.85',    '3','1','1239.38',    '2','2','1608.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019982.0','1019259.0','2',    '1','1','59.16',    '1','1','59.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108246.0','1044826.0','5',    '5','4','18951.31',    '5','4','18951.31',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019983.0','1019259.0','2',    '2','1','495.0',    '1','0','0.0',    '1','1','495.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108247.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019984.0','1019259.0','11',    '11','7','33804.4',    '11','7','29784.15',    '10','3','4020.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108248.0','1044826.0','29',    '26','19','35092.94',    '25','17','29340.46',    '16','6','5752.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019985.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108249.0','1044826.0','30',    '27','16','31691.65',    '23','14','28543.68',    '15','5','3147.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019986.0','1019259.0','2',    '2','1','7611.49',    '2','1','6705.26',    '2','1','906.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108250.0','1044826.0','2',    '1','1','369.99',    '1','0','0.0',    '1','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019987.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108251.0','1044826.0','2',    '2','2','1673.96',    '2','2','1673.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019988.0','1019259.0','76',    '75','50','123667.68',    '72','47','110129.64',    '54','12','13538.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108252.0','1044826.0','2',    '1','1','1229.99',    '1','0','0.0',    '1','1','1229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019989.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108253.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019990.0','1019259.0','3',    '3','3','9058.37',    '3','3','5614.22',    '3','1','3444.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108254.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019991.0','1019259.0','5',    '4','3','16210.95',    '4','1','14730.18',    '2','2','1480.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108255.0','1044826.0','7',    '7','4','8227.7',    '7','4','7649.66',    '5','1','578.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019992.0','1019259.0','43',    '41','37','72936.19',    '41','33','59968.63',    '33','15','12967.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108256.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019993.0','1019259.0','3',    '2','2','5772.85',    '2','2','5572.86',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108257.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019994.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108258.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019995.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108259.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019996.0','1019259.0','1',    '1','1','8419.59',    '1','1','3558.0',    '1','1','4861.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108260.0','1044826.0','1',    '1','1','1771.15',    '1','1','1771.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019997.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108261.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019998.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108262.0','1044826.0','19',    '17','9','23821.46',    '16','7','21399.52',    '9','4','2421.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2019999.0','1019259.0','1',    '1','1','1410.68',    '1','1','1410.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108263.0','1044826.0','3',    '2','2','10801.11',    '2','1','8048.97',    '2','1','2752.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020000.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108264.0','1044826.0','77',    '76','61','133006.16',    '74','45','91980.46',    '61','35','41025.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020001.0','1019259.0','65',    '23','14','60945.93',    '18','14','29469.7',    '15','8','31476.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108265.0','1044826.0','5',    '2','2','4031.04',    '2','2','4031.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020002.0','1019259.0','3',    '2','2','10081.45',    '2','2','8326.58',    '2','2','1754.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108266.0','1044826.0','2',    '2','1','2583.27',    '2','0','0.0',    '2','1','2583.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020003.0','1019259.0','6',    '5','4','9214.02',    '5','4','7480.55',    '5','1','1733.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108267.0','1044826.0','4',    '4','1','2549.46',    '4','1','2549.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020004.0','1019259.0','287',    '273','175','616387.89',    '261','141','387061.78',    '203','100','229326.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108268.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020005.0','1019259.0','1',    '1','1','3076.24',    '1','1','2662.2',    '1','1','414.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108269.0','1044826.0','1',    '1','1','1724.76',    '1','1','1524.77',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020006.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108270.0','1044826.0','2',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020007.0','1019259.0','154',    '147','110','305087.98',    '145','85','234339.04',    '108','56','70748.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108271.0','1044826.0','3',    '2','2','6090.11',    '2','2','6090.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020008.0','1019259.0','1',    '1','1','484.95',    '1','1','484.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108272.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020009.0','1019259.0','2',    '2','2','44718.63',    '2','2','44718.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108273.0','1044826.0','108',    '105','62','104972.2',    '98','52','88779.02',    '74','23','16193.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020010.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108274.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020011.0','1019259.0','1',    '1','1','8383.98',    '1','1','6064.88',    '1','1','2319.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108275.0','1044826.0','1',    '1','1','5162.73',    '1','1','5162.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020012.0','1019259.0','1',    '1','1','4229.29',    '1','1','4229.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108276.0','1044826.0','1',    '1','1','1624.79',    '1','1','1624.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020013.0','1019259.0','1',    '1','1','1436.49',    '1','1','1436.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108277.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020014.0','1019259.0','2',    '1','1','1684.14',    '1','1','1684.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108278.0','1044826.0','2',    '2','1','1001.73',    '2','0','0.0',    '2','1','1001.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020015.0','1019259.0','6',    '6','5','8241.3',    '6','5','7771.31',    '6','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108279.0','1044826.0','12',    '12','3','7668.4',    '12','3','7558.41',    '7','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020016.0','1019259.0','50',    '45','31','153126.39',    '44','30','148632.74',    '29','3','4493.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108280.0','1044826.0','1',    '1','1','544.98',    '0','0','0.0',    '1','1','544.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020017.0','1019259.0','1',    '1','1','2247.21',    '1','1','2247.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108281.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020018.0','1019259.0','54',    '50','40','106060.51',    '50','36','85577.37',    '29','13','20483.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108282.0','1044826.0','7',    '7','5','21548.88',    '7','4','21148.9',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020019.0','1019259.0','3',    '3','2','4057.42',    '3','2','3857.43',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108283.0','1044826.0','5',    '5','4','14548.75',    '5','4','14548.75',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020020.0','1019259.0','3',    '3','3','11183.59',    '3','3','11183.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108284.0','1044826.0','286',    '265','184','409452.37',    '254','153','326147.51',    '200','93','83304.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020021.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108285.0','1044826.0','14',    '13','12','81637.18',    '13','11','74628.68',    '10','4','7008.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020022.0','1019259.0','12',    '11','7','21262.5',    '11','7','17996.89',    '8','2','3265.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108286.0','1044826.0','1',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020023.0','1019259.0','1',    '1','1','1303.97',    '1','0','0.0',    '1','1','1303.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108287.0','1044826.0','1',    '1','1','1590.46',    '0','0','0.0',    '1','1','1590.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020024.0','1019259.0','31',    '29','20','51309.11',    '29','15','29411.8',    '22','12','21897.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108288.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020025.0','1019259.0','204',    '189','129','369185.96',    '176','92','236637.82',    '147','82','132548.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108289.0','1044826.0','2',    '2','1','1043.1',    '2','1','1043.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020026.0','1019259.0','3',    '3','1','2501.03',    '3','0','0.0',    '3','1','2501.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108290.0','1044826.0','4',    '4','1','1186.0',    '4','1','1186.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020027.0','1019259.0','1',    '1','1','3836.58',    '1','1','3836.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108291.0','1044826.0','47',    '45','27','54267.08',    '43','26','46873.7',    '32','11','7393.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020028.0','1019259.0','91',    '83','59','236032.73',    '81','53','185247.73',    '56','30','50785.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108292.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020029.0','1019259.0','78',    '71','45','92244.11',    '68','40','79675.18',    '46','15','12568.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108293.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020030.0','1019259.0','9',    '9','2','3455.28',    '8','2','3207.82',    '5','1','247.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108294.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020031.0','1019259.0','9',    '7','6','31339.49',    '7','6','27873.67',    '5','4','3465.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108295.0','1044826.0','1',    '1','1','2444.19',    '1','1','2444.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020032.0','1019259.0','2',    '2','2','3403.47',    '2','2','3403.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108296.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020033.0','1019259.0','181',    '170','120','517224.69',    '158','99','212990.45',    '136','85','304234.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108297.0','1044826.0','2',    '2','1','2344.22',    '2','1','2344.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020034.0','1019259.0','16',    '14','8','15022.59',    '14','7','13944.55',    '7','2','1078.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108298.0','1044826.0','16',    '14','6','39347.76',    '14','6','39347.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020035.0','1019259.0','14',    '14','10','32623.96',    '14','9','30396.42',    '9','3','2227.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108299.0','1044826.0','1',    '1','1','1204.0',    '1','1','1204.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020036.0','1019259.0','1',    '1','1','1752.8',    '1','1','1752.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108300.0','1044826.0','36',    '32','21','55287.19',    '32','17','44819.19',    '22','12','10468.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020037.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108301.0','1044826.0','70',    '63','44','125549.28',    '61','29','88125.3',    '50','25','37423.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020038.0','1019259.0','3',    '3','1','942.0',    '3','1','942.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108302.0','1044826.0','191',    '183','121','502715.83',    '178','100','381129.87',    '139','57','121585.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020039.0','1019259.0','3',    '3','1','3100.44',    '3','1','3100.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108303.0','1044826.0','7',    '6','3','16053.72',    '6','3','5460.01',    '5','1','10593.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020040.0','1019259.0','5',    '3','3','14436.92',    '3','2','13311.93',    '3','2','1124.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108304.0','1044826.0','15',    '14','10','52146.82',    '12','7','46339.61',    '11','4','5807.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020041.0','1019259.0','2',    '2','2','6069.91',    '2','2','4144.39',    '2','1','1925.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108305.0','1044826.0','1',    '1','1','3837.49',    '1','1','2354.03',    '1','1','1483.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020042.0','1019259.0','4',    '2','1','850.4',    '2','1','850.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108306.0','1044826.0','48',    '21','10','64657.85',    '12','7','31024.61',    '17','8','33633.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020043.0','1019259.0','53',    '48','26','87774.14',    '47','19','71705.15',    '37','13','16068.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108307.0','1044826.0','1',    '1','1','1702.5',    '1','1','1702.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020044.0','1019259.0','1',    '1','1','854.0',    '1','1','854.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108308.0','1044826.0','2',    '2','2','5844.6',    '2','1','1802.69',    '2','1','4041.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020045.0','1019259.0','1',    '1','1','2351.95',    '1','1','2351.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108309.0','1044826.0','174',    '156','93','184428.83',    '141','52','114319.7',    '123','60','70109.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020046.0','1019259.0','10',    '7','4','2721.92',    '7','3','2050.96',    '7','1','670.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108310.0','1044826.0','3',    '3','1','2306.81',    '3','1','2306.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020047.0','1019259.0','19',    '17','16','92594.38',    '17','14','74634.18',    '16','12','17960.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108311.0','1044826.0','1',    '1','1','902.31',    '1','1','902.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020048.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108312.0','1044826.0','4',    '4','1','1998.29',    '3','0','0.0',    '3','1','1998.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020049.0','1019259.0','4',    '3','1','3375.99',    '3','1','3375.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108313.0','1044826.0','3',    '3','3','6621.43',    '3','3','6621.43',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020050.0','1019259.0','1',    '1','1','1798.12',    '1','1','1798.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108314.0','1044826.0','20',    '20','10','19253.21',    '20','7','14680.18',    '10','4','4573.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020051.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108315.0','1044826.0','1',    '1','1','4617.85',    '1','1','2857.89',    '1','1','1759.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020052.0','1019259.0','4',    '4','3','9789.53',    '4','2','5578.8',    '2','2','4210.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108316.0','1044826.0','18',    '16','6','44420.47',    '15','5','42420.57',    '5','1','1999.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020053.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108317.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020054.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108318.0','1044826.0','16',    '14','8','21343.05',    '13','8','21343.05',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020055.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108319.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020056.0','1019259.0','4',    '3','1','526.91',    '2','0','0.0',    '2','1','526.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108320.0','1044826.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020057.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108321.0','1044826.0','36',    '33','1','526.91',    '24','0','0.0',    '32','1','526.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020058.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108322.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020059.0','1019259.0','5',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108323.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020060.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108324.0','1044826.0','1',    '1','1','3120.08',    '1','1','2674.0',    '1','1','446.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020061.0','1019259.0','2',    '2','2','7512.35',    '2','1','4474.84',    '2','2','3037.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108325.0','1044826.0','99',    '90','52','212142.08',    '76','34','157371.86',    '65','37','54770.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020062.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108326.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020063.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108327.0','1044826.0','19',    '18','2','826.91',    '13','0','0.0',    '18','2','826.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020064.0','1019259.0','2',    '2','1','300.0',    '2','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108328.0','1044826.0','17',    '15','4','4764.87',    '9','1','2722.0',    '14','3','2042.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020065.0','1019259.0','32',    '26','3','2022.07',    '19','0','0.0',    '23','3','2022.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108329.0','1044826.0','20',    '19','4','17410.95',    '12','1','16490.0',    '17','3','920.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020066.0','1019259.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108330.0','1044826.0','1',    '1','1','304.05',    '1','0','0.0',    '1','1','304.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020067.0','1019259.0','7',    '5','1','304.05',    '2','0','0.0',    '4','1','304.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108331.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020068.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108332.0','1044826.0','46',    '40','26','148046.39',    '39','21','137307.65',    '24','11','10738.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020069.0','1019259.0','6',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108333.0','1044826.0','1',    '1','1','2674.0',    '1','1','2674.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020070.0','1019259.0','3',    '3','2','882.68',    '3','0','0.0',    '3','2','882.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108334.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020071.0','1019259.0','142',    '132','28','210705.77',    '130','23','149349.1',    '57','12','61356.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108335.0','1044826.0','6',    '5','1','3010.08',    '5','1','2674.0',    '2','1','336.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020072.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108336.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020073.0','1019259.0','24',    '18','3','1965.97',    '9','0','0.0',    '18','3','1965.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108337.0','1044826.0','28',    '24','7','4881.71',    '21','0','0.0',    '17','7','4881.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020074.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108338.0','1044826.0','23',    '20','2','1216.2',    '16','0','0.0',    '18','2','1216.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020075.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108339.0','1044826.0','41',    '34','1','1785.01',    '20','0','0.0',    '33','1','1785.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020076.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108340.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020077.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108341.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020078.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108342.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020079.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108343.0','1044826.0','48',    '43','32','295044.68',    '41','28','269213.84',    '27','12','25830.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020080.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108344.0','1044826.0','6',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020081.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108345.0','1044826.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020082.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108346.0','1044826.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020083.0','1019259.0','1',    '1','1','2674.0',    '1','1','2674.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108347.0','1044826.0','5',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020084.0','1019259.0','13',    '13','0','0.0',    '11','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108348.0','1044826.0','61',    '55','10','5341.93',    '41','0','0.0',    '52','10','5341.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020085.0','1019259.0','24',    '23','1','300.0',    '22','0','0.0',    '15','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108349.0','1044826.0','26',    '24','7','2584.12',    '17','1','398.97',    '20','6','2185.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020086.0','1019259.0','69',    '62','14','6052.86',    '45','0','0.0',    '57','14','6052.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108350.0','1044826.0','6',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020087.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108351.0','1044826.0','34',    '31','3','1378.81',    '24','0','0.0',    '26','3','1378.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020088.0','1019259.0','4',    '4','1','304.05',    '3','0','0.0',    '4','1','304.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108352.0','1044826.0','1',    '1','1','826.91',    '0','0','0.0',    '1','1','826.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020089.0','1019259.0','7',    '6','0','0.0',    '1','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108353.0','1044826.0','16',    '15','3','5683.5',    '11','0','0.0',    '14','3','5683.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020090.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108354.0','1044826.0','10',    '9','0','0.0',    '3','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020091.0','1019259.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108355.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020092.0','1019259.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108356.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020093.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108357.0','1044826.0','6',    '5','3','21225.7',    '5','1','2180.0',    '4','3','19045.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020094.0','1019259.0','21',    '19','2','676.41',    '16','0','0.0',    '18','2','676.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108358.0','1044826.0','26',    '24','2','830.96',    '15','0','0.0',    '19','2','830.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020095.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108359.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020096.0','1019259.0','1',    '1','1','287.7',    '1','0','0.0',    '1','1','287.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108360.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020097.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108361.0','1044826.0','96',    '92','18','130155.76',    '90','18','115443.0',    '39','5','14712.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020098.0','1019259.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108362.0','1044826.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020099.0','1019259.0','55',    '49','29','157318.86',    '46','22','140288.87',    '41','21','17029.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108363.0','1044826.0','5',    '3','1','2391.54',    '3','1','2391.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020100.0','1019259.0','7',    '7','1','526.91',    '4','0','0.0',    '7','1','526.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108364.0','1044826.0','7',    '6','3','22765.75',    '6','2','7408.0',    '5','3','15357.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020101.0','1019259.0','10',    '10','3','1143.81',    '7','0','0.0',    '10','3','1143.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108365.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020102.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108366.0','1044826.0','1',    '1','1','2164.5',    '1','1','2164.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020103.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108367.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020104.0','1019259.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108368.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020105.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108369.0','1044826.0','2',    '2','1','2674.0',    '2','1','2674.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020106.0','1019259.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108370.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020107.0','1019259.0','12',    '11','2','830.96',    '8','0','0.0',    '10','2','830.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108371.0','1044826.0','7',    '7','2','830.96',    '3','0','0.0',    '7','2','830.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020108.0','1019259.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108372.0','1044826.0','26',    '18','2','1053.82',    '15','0','0.0',    '17','2','1053.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020109.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108373.0','1044826.0','6',    '3','1','2235.24',    '2','1','2035.25',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020110.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108374.0','1044826.0','1',    '1','1','984.0',    '1','1','984.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020111.0','1019259.0','63',    '51','34','129936.39',    '47','33','105949.65',    '28','9','23986.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108375.0','1044826.0','8',    '7','6','7735.17',    '7','6','6966.71',    '6','1','768.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020112.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108376.0','1044826.0','3',    '3','1','17146.16',    '3','1','17146.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020113.0','1019259.0','1',    '1','1','1885.0',    '1','1','1885.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108377.0','1044826.0','4',    '4','3','6675.58',    '4','3','6675.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020114.0','1019259.0','13',    '9','6','23762.03',    '9','6','23762.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108378.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020115.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108379.0','1044826.0','17',    '13','11','23980.38',    '12','10','21044.76',    '9','3','2935.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020116.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108380.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020117.0','1019259.0','6',    '5','3','7434.11',    '5','2','7276.11',    '4','2','158.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108381.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020118.0','1019259.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108382.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020119.0','1019259.0','1',    '1','1','5514.83',    '1','1','2674.0',    '1','1','2840.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108383.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020120.0','1019259.0','6',    '3','1','3495.82',    '3','1','3135.83',    '2','1','359.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108384.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020121.0','1019259.0','1',    '1','1','6412.77',    '1','1','6412.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108385.0','1044826.0','1',    '1','1','347.82',    '1','1','347.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020122.0','1019259.0','8',    '6','3','46273.31',    '6','3','41644.37',    '5','1','4628.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108386.0','1044826.0','9',    '9','7','27555.03',    '9','7','12072.89',    '4','2','15482.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020123.0','1019259.0','11',    '10','7','11834.61',    '10','7','11834.61',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108387.0','1044826.0','4',    '4','4','5415.78',    '4','4','5315.79',    '3','1','99.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020124.0','1019259.0','238',    '216','141','497163.21',    '212','110','365757.61',    '160','65','131405.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108388.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020125.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108389.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020126.0','1019259.0','2',    '1','1','28536.5',    '1','1','26632.35',    '1','1','1904.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108390.0','1044826.0','1',    '1','1','4009.4',    '1','1','4009.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020127.0','1019259.0','4',    '3','3','7214.58',    '3','3','7214.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108391.0','1044826.0','3',    '2','1','10024.86',    '2','1','8323.1',    '1','1','1701.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020128.0','1019259.0','6',    '6','5','7066.44',    '6','5','6866.45',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108392.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020129.0','1019259.0','2',    '2','1','1787.06',    '2','1','1787.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108393.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020130.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108394.0','1044826.0','6',    '4','3','2472.1',    '3','3','2472.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020131.0','1019259.0','13',    '9','7','19895.88',    '8','5','5860.78',    '7','2','14035.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108395.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020132.0','1019259.0','6',    '5','1','5485.8',    '4','1','5013.37',    '2','1','472.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108396.0','1044826.0','1',    '1','1','1317.87',    '1','1','1317.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020133.0','1019259.0','14',    '12','1','159.99',    '12','0','0.0',    '4','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108397.0','1044826.0','2',    '2','1','30300.0',    '2','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020134.0','1019259.0','87',    '83','28','68716.68',    '66','5','53244.0',    '79','26','15472.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108398.0','1044826.0','1',    '1','1','3155.07',    '1','1','2674.0',    '1','1','481.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020135.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108399.0','1044826.0','12',    '9','5','4872.0',    '7','5','4872.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020136.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108400.0','1044826.0','13',    '10','7','84808.36',    '10','7','74573.48',    '7','5','10234.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020137.0','1019259.0','18',    '14','7','9850.63',    '11','0','0.0',    '9','7','9850.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108401.0','1044826.0','10',    '7','4','9118.61',    '7','4','9039.61',    '5','1','79.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020138.0','1019259.0','2',    '2','1','1024.2',    '2','1','1024.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108402.0','1044826.0','1',    '1','1','2386.54',    '1','1','2386.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020139.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108403.0','1044826.0','6',    '4','2','15997.91',    '4','2','15997.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020140.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108404.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020141.0','1019259.0','2',    '2','1','1258.81',    '1','1','1258.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108405.0','1044826.0','42',    '37','4','58829.93',    '36','4','44122.0',    '20','2','14707.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020142.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108406.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020143.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108407.0','1044826.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020144.0','1019259.0','5',    '5','2','9048.24',    '5','2','5348.0',    '3','2','3700.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108408.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020145.0','1019259.0','17',    '11','8','36397.34',    '10','8','36397.34',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108409.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020146.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108410.0','1044826.0','2',    '2','2','1133.25',    '2','0','0.0',    '2','2','1133.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020147.0','1019259.0','7',    '6','3','16791.76',    '6','3','15977.8',    '3','1','813.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108411.0','1044826.0','2',    '2','1','550.0',    '1','0','0.0',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020148.0','1019259.0','25',    '20','8','77794.41',    '18','7','63280.32',    '13','5','14514.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108412.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020149.0','1019259.0','84',    '78','67','494136.17',    '77','63','455406.33',    '48','21','38729.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108413.0','1044826.0','351',    '322','258','1335204.89',    '304','228','1096547.49',    '264','194','238657.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020150.0','1019259.0','2',    '2','1','2714.76',    '2','1','2714.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108414.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020151.0','1019259.0','12',    '11','3','33996.52',    '11','3','28872.39',    '5','1','5124.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108415.0','1044826.0','1',    '1','1','2674.0',    '1','1','2674.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020152.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108416.0','1044826.0','113',    '78','49','189035.53',    '76','49','186016.89',    '37','5','3018.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020153.0','1019259.0','2',    '1','1','218.56',    '1','1','218.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108417.0','1044826.0','101',    '92','76','376197.85',    '92','70','336250.32',    '63','31','39947.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020154.0','1019259.0','1',    '1','1','1974.0',    '1','1','1974.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108418.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020155.0','1019259.0','7',    '7','7','52691.09',    '7','7','51620.02',    '3','1','1071.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108419.0','1044826.0','14',    '10','7','50035.34',    '10','7','46145.8',    '3','3','3889.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020156.0','1019259.0','2',    '1','1','3036.0',    '1','1','3036.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108420.0','1044826.0','3',    '3','2','10563.44',    '3','2','10021.48',    '2','1','541.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020157.0','1019259.0','113',    '83','58','108103.5',    '80','53','94727.73',    '31','10','13375.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108421.0','1044826.0','1',    '1','1','4314.22',    '1','1','1640.0',    '1','1','2674.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020158.0','1019259.0','2',    '1','1','24726.74',    '1','1','24726.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108422.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020159.0','1019259.0','6',    '3','2','7007.43',    '3','2','2084.0',    '3','2','4923.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108423.0','1044826.0','18',    '14','9','13596.54',    '14','7','5762.87',    '9','4','7833.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020160.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108424.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020161.0','1019259.0','25',    '20','5','4681.71',    '17','0','0.0',    '20','5','4681.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108425.0','1044826.0','2',    '1','1','4805.88',    '1','0','0.0',    '1','1','4805.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020162.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108426.0','1044826.0','1',    '1','1','365.42',    '1','1','365.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020163.0','1019259.0','23',    '21','6','22672.14',    '21','6','16616.0',    '10','1','6056.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108427.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020164.0','1019259.0','1',    '1','1','2674.0',    '1','1','2674.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108428.0','1044826.0','4',    '3','3','6274.24',    '3','3','6274.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020165.0','1019259.0','12',    '11','7','28852.42',    '11','5','15235.68',    '7','6','13616.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108429.0','1044826.0','9',    '9','6','71236.7',    '9','6','70769.13',    '6','1','467.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020166.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108430.0','1044826.0','9',    '7','5','12969.38',    '7','5','12969.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020167.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108431.0','1044826.0','7',    '6','4','22418.69',    '6','2','7408.0',    '6','3','15010.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020168.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108432.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020169.0','1019259.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108433.0','1044826.0','50',    '38','24','86935.61',    '37','24','72407.55',    '23','10','14528.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020170.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108434.0','1044826.0','15',    '12','9','60034.39',    '11','9','60034.39',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020171.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108435.0','1044826.0','61',    '54','37','158565.2',    '52','36','135972.02',    '35','8','22593.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020172.0','1019259.0','2',    '2','1','1108.98',    '2','1','1108.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108436.0','1044826.0','1',    '1','1','918.27',    '1','1','578.22',    '1','1','340.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020173.0','1019259.0','38',    '33','23','81500.98',    '31','23','81430.99',    '14','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108437.0','1044826.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020174.0','1019259.0','6',    '5','1','3803.74',    '5','1','3803.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108438.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020175.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108439.0','1044826.0','3',    '2','1','2056.03',    '2','1','2056.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020176.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108440.0','1044826.0','11',    '10','6','19863.99',    '10','5','18248.43',    '7','3','1615.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020177.0','1019259.0','6',    '6','2','689.99',    '4','0','0.0',    '5','2','689.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108441.0','1044826.0','4',    '3','2','676.43',    '3','2','676.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020178.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108442.0','1044826.0','7',    '5','2','32748.16',    '5','2','32464.7',    '2','1','283.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020179.0','1019259.0','191',    '173','64','525515.96',    '171','55','359497.01',    '97','37','166018.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108443.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020180.0','1019259.0','2',    '2','1','2454.37',    '1','0','0.0',    '2','1','2454.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108444.0','1044826.0','47',    '37','26','198924.69',    '34','25','195386.95',    '20','5','3537.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020181.0','1019259.0','1',    '1','1','531.06',    '1','0','0.0',    '1','1','531.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108445.0','1044826.0','35',    '35','7','8590.45',    '33','6','8090.45',    '11','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020182.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108446.0','1044826.0','19',    '17','4','2434.78',    '10','0','0.0',    '17','4','2434.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020183.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108447.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020184.0','1019259.0','182',    '172','60','445878.13',    '172','55','262495.16',    '96','37','183382.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108448.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020185.0','1019259.0','4',    '4','1','2480.27',    '4','1','1855.23',    '2','1','625.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108449.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020186.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108450.0','1044826.0','1',    '1','1','582.3',    '1','1','582.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020187.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108451.0','1044826.0','111',    '91','60','292056.96',    '85','56','269244.49',    '41','13','22812.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020188.0','1019259.0','15',    '13','6','60449.65',    '13','5','55970.45',    '5','3','4479.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108452.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020189.0','1019259.0','15',    '14','12','37787.63',    '14','11','35153.77',    '11','3','2633.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108453.0','1044826.0','6',    '6','6','5546.88',    '6','5','5246.9',    '4','2','299.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020190.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108454.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020191.0','1019259.0','105',    '94','43','340919.26',    '92','42','286269.31',    '67','23','54649.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108455.0','1044826.0','16',    '8','7','19299.46',    '8','6','12579.39',    '2','2','6720.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020192.0','1019259.0','6',    '5','1','12071.1',    '5','1','1178.0',    '1','1','10893.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108456.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020194.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108458.0','1044826.0','12',    '12','7','61816.75',    '12','7','38586.4',    '9','4','23230.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020195.0','1019259.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108459.0','1044826.0','9',    '8','1','3073.82',    '7','1','3073.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020196.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108460.0','1044826.0','1',    '1','1','6609.73',    '1','1','2674.0',    '1','1','3935.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020197.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108461.0','1044826.0','3',    '3','3','11381.33',    '3','3','10297.4',    '1','1','1083.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020198.0','1019259.0','1',    '1','1','2674.0',    '1','1','2674.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108462.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020199.0','1019259.0','139',    '131','83','503805.0',    '125','56','376296.94',    '96','54','127508.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108463.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020200.0','1019259.0','16',    '16','8','41922.08',    '16','7','33721.81',    '10','5','8200.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108464.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020201.0','1019259.0','1',    '1','1','3115.06',    '1','1','2674.0',    '1','1','441.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108465.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020202.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108466.0','1044826.0','1',    '1','1','2248.0',    '1','1','2248.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020203.0','1019259.0','296',    '255','147','669626.74',    '235','101','506876.4',    '181','104','162750.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108467.0','1044826.0','1',    '1','1','5424.34',    '1','1','2674.0',    '1','1','2750.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020204.0','1019259.0','149',    '126','83','491134.13',    '118','79','426025.34',    '62','24','65108.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108468.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020205.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108469.0','1044826.0','20',    '18','4','20859.82',    '11','1','18906.0',    '17','3','1953.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020206.0','1019259.0','838',    '804','153','2127058.31',    '791','138','1925698.37',    '519','44','201359.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108470.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020207.0','1019259.0','4',    '4','3','10423.96',    '4','3','8022.0',    '3','3','2401.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108471.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020208.0','1019259.0','13',    '12','2','2079.33',    '12','2','2079.33',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108472.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020209.0','1019259.0','1',    '1','1','5487.33',    '1','1','3262.0',    '1','1','2225.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108473.0','1044826.0','1',    '1','1','3010.08',    '1','1','2674.0',    '1','1','336.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020210.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108474.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020211.0','1019259.0','9',    '7','5','15490.61',    '7','5','15490.61',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108475.0','1044826.0','3',    '3','2','14276.83',    '3','2','14276.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020212.0','1019259.0','1',    '1','1','984.0',    '1','1','984.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108476.0','1044826.0','33',    '25','10','81330.92',    '25','10','74841.55',    '12','1','6489.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020213.0','1019259.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108477.0','1044826.0','4',    '4','4','10994.85',    '4','4','10794.86',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020214.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108478.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020215.0','1019259.0','15',    '14','1','18602.92',    '13','1','18602.92',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108479.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020216.0','1019259.0','20',    '16','5','46876.78',    '16','5','40449.72',    '10','3','6427.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108480.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020217.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108481.0','1044826.0','1',    '1','1','2674.0',    '1','1','2674.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020218.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108482.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020219.0','1019259.0','22',    '16','7','64680.58',    '14','3','42181.89',    '10','7','22498.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108483.0','1044826.0','70',    '65','35','113124.92',    '60','30','92763.94',    '43','12','20360.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020220.0','1019259.0','6',    '6','4','8676.28',    '6','4','8676.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108484.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020221.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108485.0','1044826.0','83',    '73','13','200715.36',    '69','11','180491.3',    '41','5','20224.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020222.0','1019259.0','21',    '17','12','49615.29',    '16','12','49615.29',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108486.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020223.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108487.0','1044826.0','1',    '1','1','1602.02',    '1','1','1602.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020224.0','1019259.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108488.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020225.0','1019259.0','893',    '594','389','447300.8',    '551','389','432000.58',    '252','18','15300.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108489.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020226.0','1019259.0','6',    '5','3','8013.78',    '5','3','8013.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108490.0','1044826.0','43',    '39','14','37340.03',    '33','12','36819.0',    '26','2','521.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020227.0','1019259.0','5',    '3','2','2985.41',    '2','2','2985.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108491.0','1044826.0','1',    '1','1','523.8',    '1','1','523.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020228.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108492.0','1044826.0','5',    '4','3','4584.44',    '4','3','4584.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020229.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108493.0','1044826.0','2',    '2','2','19283.98',    '2','2','19283.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020230.0','1019259.0','2',    '2','1','1209.59',    '2','1','1209.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108494.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020231.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108495.0','1044826.0','3',    '3','1','513.33',    '2','1','513.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020232.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108496.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020233.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108497.0','1044826.0','1',    '1','1','4552.47',    '1','1','4552.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020234.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108498.0','1044826.0','2',    '1','1','465.63',    '1','1','465.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020235.0','1019259.0','10',    '8','3','2883.39',    '8','3','2683.4',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108499.0','1044826.0','1',    '1','1','4503.28',    '1','1','4503.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020236.0','1019259.0','4',    '4','3','2575.35',    '4','3','2575.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108500.0','1044826.0','4',    '3','2','2299.54',    '3','2','2299.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020237.0','1019259.0','330',    '248','111','612478.66',    '195','110','601958.22',    '185','16','10520.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108501.0','1044826.0','4',    '2','2','21163.15',    '2','2','21163.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020238.0','1019259.0','2',    '2','1','2315.22',    '2','1','2315.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108502.0','1044826.0','3',    '2','1','5505.1',    '2','1','5305.11',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020239.0','1019259.0','116',    '98','89','1035024.48',    '97','89','921975.38',    '69','35','113049.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108503.0','1044826.0','6',    '2','2','13330.89',    '2','2','13330.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020240.0','1019259.0','5',    '3','3','15157.65',    '3','3','15157.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108504.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020241.0','1019259.0','15',    '13','10','37344.56',    '13','10','36993.07',    '6','1','351.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108505.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020242.0','1019259.0','2',    '2','1','817.43',    '2','1','817.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108506.0','1044826.0','16',    '13','8','13884.65',    '11','6','10516.76',    '10','4','3367.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020243.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108507.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020244.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108508.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020245.0','1019259.0','17',    '17','7','13684.66',    '17','7','13529.66',    '7','1','155.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108509.0','1044826.0','104',    '90','61','242371.69',    '83','56','115773.56',    '76','33','126598.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020246.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108510.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020247.0','1019259.0','4',    '4','3','13216.38',    '4','3','13216.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108511.0','1044826.0','8',    '8','5','15614.55',    '8','5','15544.56',    '5','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020248.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108512.0','1044826.0','2',    '2','2','2066.7',    '2','2','1886.72',    '1','1','179.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020249.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108513.0','1044826.0','3',    '2','1','5149.13',    '2','1','5149.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020250.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108514.0','1044826.0','24',    '20','9','35745.33',    '19','9','35745.33',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020251.0','1019259.0','1',    '1','1','8563.76',    '1','1','8563.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108515.0','1044826.0','4',    '3','2','7341.94',    '3','2','6490.78',    '2','1','851.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020252.0','1019259.0','3',    '2','2','1959.08',    '2','2','1959.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108516.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020253.0','1019259.0','1',    '1','1','919.99',    '1','0','0.0',    '1','1','919.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108517.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020254.0','1019259.0','36',    '28','14','47977.54',    '26','13','47057.56',    '17','2','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108518.0','1044826.0','7',    '6','2','5525.84',    '6','2','5525.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020255.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108519.0','1044826.0','4',    '4','2','2502.0',    '4','2','2502.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020256.0','1019259.0','9',    '8','4','9946.44',    '8','4','8745.39',    '5','1','1201.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108520.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020257.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108521.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020258.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108522.0','1044826.0','2',    '2','1','1092.96',    '2','1','1092.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020259.0','1019259.0','2',    '2','1','1259.04',    '2','1','1259.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108523.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020260.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108524.0','1044826.0','20',    '18','9','17173.04',    '16','9','17173.04',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020261.0','1019259.0','4',    '3','3','31123.22',    '3','3','29957.9',    '3','2','1165.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108525.0','1044826.0','3',    '3','1','1160.8',    '3','1','1160.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020262.0','1019259.0','8',    '4','1','199.99',    '4','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108526.0','1044826.0','1',    '1','1','2626.12',    '1','1','2626.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020263.0','1019259.0','12',    '11','4','6642.49',    '11','3','6562.49',    '6','1','80.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108527.0','1044826.0','7',    '7','4','9303.72',    '6','4','9303.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020264.0','1019259.0','1',    '1','1','790.23',    '1','1','790.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108528.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020265.0','1019259.0','1',    '1','1','2485.62',    '1','1','1640.0',    '1','1','845.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108529.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020266.0','1019259.0','10',    '10','7','36676.24',    '10','7','34288.79',    '5','2','2387.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108530.0','1044826.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020267.0','1019259.0','9',    '6','5','51137.37',    '6','4','41487.41',    '4','2','9649.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108531.0','1044826.0','9',    '6','4','25082.44',    '5','4','23836.52',    '3','1','1245.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020268.0','1019259.0','6',    '6','5','24804.95',    '6','5','24804.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108532.0','1044826.0','16',    '12','5','11825.7',    '12','4','6426.36',    '7','2','5399.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020269.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108533.0','1044826.0','6',    '3','2','3267.46',    '3','1','2991.32',    '3','2','276.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020270.0','1019259.0','3',    '3','3','6434.66',    '3','3','6434.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108534.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020271.0','1019259.0','2',    '2','2','5279.6',    '2','2','5279.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108535.0','1044826.0','1',    '1','1','10253.63',    '1','1','8498.67',    '1','1','1754.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020272.0','1019259.0','5',    '4','3','6450.85',    '4','3','6450.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108536.0','1044826.0','4',    '4','3','10227.29',    '4','2','10067.3',    '4','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020273.0','1019259.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108537.0','1044826.0','4',    '4','2','7095.56',    '4','2','5938.68',    '4','2','1156.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020274.0','1019259.0','23',    '20','7','13898.59',    '18','6','13675.59',    '15','3','223.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108538.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020275.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108539.0','1044826.0','17',    '17','15','54994.29',    '16','14','51807.93',    '10','3','3186.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020276.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108540.0','1044826.0','2',    '2','1','1288.68',    '2','1','1288.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020277.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108541.0','1044826.0','4',    '4','1','383.28',    '4','1','383.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020278.0','1019259.0','16',    '13','9','73516.8',    '13','9','71374.25',    '6','2','2142.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108542.0','1044826.0','2',    '1','1','951.72',    '1','1','951.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020279.0','1019259.0','9',    '9','6','11468.25',    '8','6','11146.37',    '6','2','321.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108543.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020280.0','1019259.0','3',    '2','1','8555.34',    '2','1','8555.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108544.0','1044826.0','7',    '7','2','10369.77',    '7','2','10369.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020281.0','1019259.0','1',    '1','1','1993.78',    '1','1','1993.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108545.0','1044826.0','6',    '4','2','1887.6',    '4','2','1887.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020282.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108546.0','1044826.0','56',    '44','21','70852.93',    '38','21','69682.96',    '34','2','1169.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020283.0','1019259.0','4',    '3','3','8003.39',    '3','3','8003.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108547.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020284.0','1019259.0','1',    '1','1','615.73',    '1','1','415.74',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108548.0','1044826.0','2',    '2','2','10163.5',    '2','2','10163.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020285.0','1019259.0','9',    '9','8','18305.09',    '9','8','18305.09',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108549.0','1044826.0','5',    '4','3','20451.25',    '4','3','20111.28',    '2','2','339.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020286.0','1019259.0','18',    '17','14','264795.42',    '17','14','262074.28',    '11','1','2721.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108550.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020287.0','1019259.0','17',    '15','13','49803.07',    '15','13','49403.31',    '8','3','399.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108551.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020288.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108552.0','1044826.0','2',    '2','1','1640.0',    '2','1','1640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020289.0','1019259.0','16',    '13','9','10528.17',    '11','8','10369.19',    '7','1','158.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108553.0','1044826.0','3',    '1','1','2841.11',    '1','1','2841.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020290.0','1019259.0','2',    '2','1','4087.37',    '2','1','4087.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108554.0','1044826.0','1',    '1','1','4505.2',    '1','1','4505.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020291.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108555.0','1044826.0','155',    '95','25','59779.74',    '77','24','56184.98',    '67','7','3594.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020292.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108556.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020293.0','1019259.0','2',    '2','1','545.62',    '2','1','545.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108557.0','1044826.0','23',    '19','13','76639.42',    '19','13','66631.34',    '12','6','10008.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020294.0','1019259.0','2',    '2','2','10841.3',    '2','2','10841.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108558.0','1044826.0','6',    '5','2','4316.66',    '4','2','4316.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020295.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108559.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020296.0','1019259.0','4',    '2','2','2389.12',    '2','2','2389.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108560.0','1044826.0','2',    '2','1','1092.72',    '2','1','1092.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020297.0','1019259.0','6',    '5','4','20846.22',    '5','4','20670.47',    '1','1','175.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108561.0','1044826.0','16',    '15','0','0.0',    '15','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020298.0','1019259.0','14',    '5','4','8537.1',    '5','4','7852.11',    '3','1','684.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108562.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020299.0','1019259.0','6',    '5','2','2665.38',    '5','2','2665.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108563.0','1044826.0','16',    '15','3','3972.27',    '15','2','3332.27',    '9','2','640.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020300.0','1019259.0','6',    '6','6','87943.15',    '6','6','86947.22',    '5','1','995.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108564.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020301.0','1019259.0','25',    '20','13','62373.08',    '20','13','59530.63',    '14','2','2842.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108565.0','1044826.0','1',    '1','1','6118.43',    '1','1','5766.94',    '1','1','351.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020302.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108566.0','1044826.0','3',    '3','1','1161.32',    '3','1','1161.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020303.0','1019259.0','26',    '21','5','8170.48',    '18','5','8170.48',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108567.0','1044826.0','7',    '6','5','23673.95',    '6','5','22852.47',    '3','1','821.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020304.0','1019259.0','6',    '5','2','6890.78',    '5','2','6459.04',    '3','1','431.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108568.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020305.0','1019259.0','7',    '6','3','9949.73',    '6','3','9549.75',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108569.0','1044826.0','8',    '5','5','12166.72',    '5','5','11505.97',    '3','1','660.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020306.0','1019259.0','5',    '4','4','9989.33',    '4','4','9989.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108570.0','1044826.0','52',    '43','23','88487.88',    '40','23','86370.94',    '16','2','2116.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020307.0','1019259.0','1',    '1','1','565.9',    '1','1','286.91',    '1','1','278.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108571.0','1044826.0','136',    '105','68','331628.97',    '103','66','316980.07',    '46','8','14648.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020308.0','1019259.0','1',    '1','1','712.85',    '1','1','512.86',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108572.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020309.0','1019259.0','10',    '9','7','17207.66',    '9','7','17128.66',    '5','1','79.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108573.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020310.0','1019259.0','1',    '1','1','2515.89',    '1','1','2515.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108574.0','1044826.0','3',    '3','2','1286.94',    '3','2','1286.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020311.0','1019259.0','7',    '7','4','32694.18',    '7','4','31501.7',    '4','2','1192.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108575.0','1044826.0','4',    '3','1','107.83',    '3','1','107.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020312.0','1019259.0','16',    '16','9','18501.09',    '14','5','14876.28',    '10','4','3624.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108576.0','1044826.0','3',    '3','1','2316.13',    '3','1','2316.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020313.0','1019259.0','1',    '1','1','730.3',    '1','1','730.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108577.0','1044826.0','7',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020314.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108578.0','1044826.0','22',    '16','13','25259.89',    '16','13','17441.08',    '10','2','7818.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020315.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108579.0','1044826.0','82',    '57','44','495389.12',    '55','43','485432.51',    '31','9','9956.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020316.0','1019259.0','14',    '8','6','9173.2',    '8','6','8583.24',    '3','2','589.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108580.0','1044826.0','1',    '1','1','1425.17',    '1','1','1425.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020317.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108581.0','1044826.0','8',    '6','6','52390.81',    '6','6','49481.28',    '4','2','2909.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020318.0','1019259.0','3',    '2','2','512.71',    '2','1','342.32',    '2','1','170.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108582.0','1044826.0','7',    '7','5','7788.92',    '7','5','6417.86',    '5','1','1371.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020319.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108583.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020320.0','1019259.0','3',    '2','1','1700.42',    '2','1','1700.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108584.0','1044826.0','6',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020221.0','1019259.0','9',    '6','4','12893.01',    '3','2','2084.0',    '5','4','10809.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108485.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020321.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108585.0','1044826.0','1',    '1','1','1011.6',    '1','1','1011.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020322.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108586.0','1044826.0','6',    '4','3','11065.58',    '4','3','11065.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020323.0','1019259.0','27',    '24','4','5647.16',    '24','4','5647.16',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108587.0','1044826.0','8',    '8','4','5089.98',    '8','3','4861.99',    '5','2','227.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020324.0','1019259.0','20',    '17','11','33134.32',    '15','11','32867.36',    '13','2','266.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108588.0','1044826.0','14',    '13','10','34384.67',    '13','10','33977.17',    '10','2','407.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020325.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108589.0','1044826.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020326.0','1019259.0','6',    '5','3','11504.33',    '5','3','11368.83',    '3','1','135.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108590.0','1044826.0','51',    '46','30','188363.93',    '44','25','138254.09',    '36','20','50109.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020327.0','1019259.0','54',    '39','22','112304.72',    '37','20','88323.77',    '26','10','23980.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108591.0','1044826.0','13',    '9','5','6815.61',    '8','5','6745.62',    '2','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020328.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108592.0','1044826.0','21',    '16','7','24231.43',    '13','6','14557.98',    '7','2','9673.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020329.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108593.0','1044826.0','3',    '3','1','380.29',    '3','1','380.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020330.0','1019259.0','13',    '8','4','6036.82',    '7','4','6036.82',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108594.0','1044826.0','3',    '2','2','7889.47',    '2','2','7889.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020331.0','1019259.0','16',    '13','8','16859.09',    '12','8','16859.09',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108595.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020332.0','1019259.0','4',    '4','1','3029.8',    '4','1','3029.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108596.0','1044826.0','3',    '1','1','581.58',    '1','1','581.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020333.0','1019259.0','1',    '1','1','1506.91',    '1','1','1506.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108597.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020334.0','1019259.0','61',    '40','22','79216.53',    '33','22','79216.53',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108598.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020335.0','1019259.0','13',    '11','11','13906.59',    '11','10','12361.26',    '8','2','1545.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108599.0','1044826.0','12',    '12','2','5532.11',    '10','2','5532.11',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020336.0','1019259.0','9',    '9','7','17562.94',    '9','7','15547.26',    '3','1','2015.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108600.0','1044826.0','9',    '7','2','2957.08',    '6','2','2957.08',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020337.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108601.0','1044826.0','5',    '5','1','884.4',    '5','1','884.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020338.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108602.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020339.0','1019259.0','1',    '1','1','426.0',    '1','1','426.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108603.0','1044826.0','1',    '1','1','1136.22',    '1','1','1136.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020340.0','1019259.0','128',    '116','65','77436.77',    '116','65','73878.43',    '66','2','3558.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108604.0','1044826.0','1',    '1','1','1563.09',    '1','1','1563.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020341.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108605.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020342.0','1019259.0','68',    '53','20','24103.63',    '48','18','20025.44',    '31','3','4078.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108606.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020343.0','1019259.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108607.0','1044826.0','41',    '34','18','32375.23',    '32','18','32125.23',    '23','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020344.0','1019259.0','4',    '4','4','33789.92',    '4','4','32516.0',    '3','1','1273.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108608.0','1044826.0','6',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020345.0','1019259.0','6',    '5','5','7217.59',    '5','5','7017.6',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108609.0','1044826.0','2',    '2','1','3390.5',    '2','1','3390.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020312.0','1019259.0','1',    '1','1','221.36',    '1','1','221.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108576.0','1044826.0','45',    '35','17','43497.74',    '33','17','43497.74',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020346.0','1019259.0','20',    '17','12','49723.0',    '15','11','48678.01',    '9','2','1044.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108610.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020347.0','1019259.0','15',    '13','11','36983.63',    '13','11','34528.07',    '7','1','2455.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108611.0','1044826.0','59',    '52','28','103117.12',    '48','25','97549.97',    '38','9','5567.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020348.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108612.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020349.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108613.0','1044826.0','5',    '5','2','4101.12',    '5','2','4101.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020350.0','1019259.0','5',    '4','4','21353.11',    '4','4','20927.36',    '2','1','425.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108614.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020351.0','1019259.0','12',    '11','6','5671.51',    '11','6','4941.52',    '5','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108615.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020352.0','1019259.0','7',    '4','3','7612.16',    '4','3','7612.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108616.0','1044826.0','11',    '10','1','30300.0',    '10','1','30300.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020353.0','1019259.0','9',    '5','5','6652.13',    '5','5','6652.13',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108617.0','1044826.0','14',    '13','0','0.0',    '13','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020354.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108618.0','1044826.0','6',    '6','5','6958.68',    '5','5','6958.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020355.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108619.0','1044826.0','4',    '4','3','14786.21',    '4','3','14786.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020356.0','1019259.0','37',    '31','21','110786.27',    '26','21','105414.05',    '20','4','5372.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108620.0','1044826.0','10',    '7','4','14583.19',    '7','4','13061.73',    '3','1','1521.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020357.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108621.0','1044826.0','4',    '3','1','206.04',    '3','1','206.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020358.0','1019259.0','76',    '68','37','68425.34',    '68','37','68025.36',    '36','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108622.0','1044826.0','19',    '15','8','20203.24',    '13','8','19607.78',    '9','2','595.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020359.0','1019259.0','1',    '1','1','2999.84',    '1','1','2999.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108623.0','1044826.0','2',    '1','1','946.92',    '1','1','946.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020360.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108624.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020361.0','1019259.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108625.0','1044826.0','15',    '14','9','17243.03',    '14','9','17243.03',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020362.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108626.0','1044826.0','7',    '5','2','18253.97',    '5','2','18253.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020363.0','1019259.0','21',    '14','13','16532.04',    '13','12','14262.07',    '12','4','2269.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108627.0','1044826.0','15',    '12','6','12258.87',    '12','6','12258.87',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020364.0','1019259.0','61',    '52','30','34868.31',    '52','30','34433.32',    '24','2','434.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108628.0','1044826.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020365.0','1019259.0','96',    '86','47','214418.04',    '85','39','189387.93',    '53','18','25030.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108629.0','1044826.0','2',    '2','1','253.86',    '2','1','253.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020366.0','1019259.0','34',    '31','18','201284.31',    '31','18','196887.95',    '16','5','4396.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108630.0','1044826.0','5',    '5','5','77687.23',    '5','5','77687.23',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020367.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108631.0','1044826.0','4',    '3','3','7229.53',    '3','3','7229.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020368.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108632.0','1044826.0','35',    '33','29','64320.78',    '31','29','64101.8',    '24','3','218.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020369.0','1019259.0','11',    '10','8','5189.53',    '10','5','3873.32',    '6','3','1316.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108633.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020370.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108634.0','1044826.0','3',    '3','1','3348.11',    '3','1','3348.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020371.0','1019259.0','58',    '46','25','70582.41',    '39','20','63515.45',    '32','12','7066.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108635.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020372.0','1019259.0','4',    '4','4','23106.22',    '4','4','22946.23',    '3','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108636.0','1044826.0','242',    '214','103','193986.6',    '206','100','178526.21',    '89','12','15460.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020373.0','1019259.0','136',    '116','64','933257.82',    '112','59','743811.24',    '79','32','189446.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108637.0','1044826.0','208',    '143','35','103841.45',    '115','33','98737.19',    '91','5','5104.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020374.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108638.0','1044826.0','3',    '3','2','22173.87',    '3','2','18134.35',    '2','2','4039.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020375.0','1019259.0','24',    '17','11','24308.25',    '16','11','24308.25',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108639.0','1044826.0','10',    '9','4','23096.19',    '9','4','23096.19',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020376.0','1019259.0','19',    '15','4','10197.23',    '14','4','10197.23',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108640.0','1044826.0','5',    '4','2','6426.26',    '4','2','6426.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020377.0','1019259.0','1',    '1','1','984.07',    '1','1','984.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108641.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020378.0','1019259.0','1',    '1','1','2145.95',    '1','1','2145.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108642.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020342.0','1019259.0','2',    '2','2','2029.19',    '2','2','2029.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108606.0','1044826.0','39',    '36','23','196413.74',    '34','22','188048.12',    '25','7','8365.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020379.0','1019259.0','32',    '19','14','30051.41',    '19','13','27687.01',    '12','4','2364.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108643.0','1044826.0','17',    '12','9','54805.98',    '11','9','50396.36',    '11','1','4409.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020142.0','1019259.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108406.0','1044826.0','1',    '1','1','1098.22',    '1','1','1098.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020380.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108644.0','1044826.0','1',    '1','1','4228.12',    '1','1','4228.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020381.0','1019259.0','2',    '2','1','9687.54',    '2','1','9687.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108645.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020331.0','1019259.0','6',    '5','4','9962.12',    '5','3','7550.62',    '4','1','2411.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108595.0','1044826.0','23',    '21','12','83274.14',    '19','12','79900.11',    '12','3','3374.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020382.0','1019259.0','10',    '10','9','40352.05',    '10','9','40126.05',    '7','1','226.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108646.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020383.0','1019259.0','5',    '5','3','3067.58',    '5','3','3067.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108647.0','1044826.0','4',    '4','2','1825.3',    '4','2','1575.3',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020384.0','1019259.0','20',    '18','11','23608.85',    '18','11','23349.47',    '9','2','259.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108648.0','1044826.0','34',    '27','22','41991.47',    '24','21','36153.63',    '13','4','5837.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020385.0','1019259.0','43',    '35','19','57265.28',    '33','18','50591.24',    '19','2','6674.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108649.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020386.0','1019259.0','16',    '13','11','71174.9',    '13','11','69756.45',    '5','2','1418.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108650.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020387.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108651.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020388.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108652.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020389.0','1019259.0','1',    '1','1','5185.76',    '1','1','1640.0',    '1','1','3545.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108653.0','1044826.0','4',    '4','1','60.64',    '2','1','60.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020390.0','1019259.0','1',    '1','1','856.02',    '1','1','856.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108654.0','1044826.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020391.0','1019259.0','55',    '50','28','69700.56',    '45','21','52895.97',    '30','12','16804.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108655.0','1044826.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020392.0','1019259.0','5',    '4','2','1542.69',    '4','2','1542.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108656.0','1044826.0','3',    '3','2','396.38',    '3','2','396.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020393.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108657.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020394.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108658.0','1044826.0','5',    '4','4','20444.97',    '4','3','17767.43',    '3','1','2677.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020395.0','1019259.0','46',    '40','32','104844.26',    '38','31','94936.79',    '24','5','9907.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108659.0','1044826.0','1',    '1','1','207.2',    '1','1','207.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020396.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108660.0','1044826.0','4',    '2','1','52.1',    '2','0','0.0',    '2','1','52.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020397.0','1019259.0','8',    '6','4','15217.42',    '6','4','15217.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108661.0','1044826.0','1',    '1','1','1342.8',    '1','1','622.81',    '1','1','719.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020398.0','1019259.0','1',    '1','1','5982.47',    '1','1','5982.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108662.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020399.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108663.0','1044826.0','12',    '11','6','9562.86',    '9','6','9362.87',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020400.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108664.0','1044826.0','42',    '40','33','109893.65',    '37','30','66352.67',    '23','15','43540.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020401.0','1019259.0','13',    '11','4','11070.79',    '10','4','11070.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108665.0','1044826.0','10',    '6','3','6462.4',    '6','3','6462.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020402.0','1019259.0','54',    '50','28','36873.84',    '49','28','36417.56',    '31','2','456.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108666.0','1044826.0','1',    '1','1','1640.0',    '1','1','1640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020253.0','1019259.0','1',    '1','1','895.0',    '1','1','895.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108517.0','1044826.0','6',    '4','4','6666.25',    '4','4','6466.26',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020403.0','1019259.0','3',    '2','1','1532.84',    '2','1','1332.85',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108667.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020404.0','1019259.0','16',    '15','13','103116.6',    '14','13','103116.6',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108668.0','1044826.0','26',    '21','9','41439.9',    '15','6','30275.0',    '16','8','11164.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020405.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108669.0','1044826.0','23',    '17','7','10981.18',    '17','7','10981.18',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020406.0','1019259.0','6',    '2','1','2027.11',    '2','1','2027.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108670.0','1044826.0','5',    '3','1','890.08',    '3','1','890.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020407.0','1019259.0','3',    '2','1','3006.11',    '1','0','0.0',    '2','1','3006.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108671.0','1044826.0','2',    '1','1','5159.63',    '1','1','4959.64',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020408.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108672.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020409.0','1019259.0','2',    '1','1','420.26',    '1','1','420.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108673.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020410.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108674.0','1044826.0','38',    '29','18','38397.95',    '28','18','38397.95',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020411.0','1019259.0','21',    '20','7','16140.9',    '20','7','16140.9',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108675.0','1044826.0','1',    '1','1','1250.36',    '1','1','1250.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020412.0','1019259.0','6',    '4','3','15500.89',    '4','3','15300.9',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108676.0','1044826.0','1',    '1','1','1752.1',    '1','0','0.0',    '1','1','1752.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020413.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108677.0','1044826.0','3',    '2','2','4837.08',    '2','2','4837.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020414.0','1019259.0','1',    '1','1','1074.45',    '1','1','1074.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108678.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020415.0','1019259.0','5',    '3','2','1725.18',    '3','2','1725.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108679.0','1044826.0','8',    '7','2','2093.37',    '7','2','2093.37',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020416.0','1019259.0','2',    '2','2','1751.72',    '2','2','1751.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108680.0','1044826.0','47',    '36','29','47831.48',    '36','28','46691.76',    '18','3','1139.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020417.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108681.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020418.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108682.0','1044826.0','5',    '3','3','2100.33',    '3','3','2100.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020419.0','1019259.0','8',    '6','3','13960.28',    '5','3','13740.55',    '4','1','219.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108683.0','1044826.0','4',    '2','1','2694.13',    '2','1','2694.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020420.0','1019259.0','3',    '3','2','3547.96',    '3','2','3547.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108684.0','1044826.0','7',    '7','5','17983.6',    '7','5','17983.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020421.0','1019259.0','25',    '24','18','32457.23',    '24','18','31024.28',    '14','3','1432.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108685.0','1044826.0','115',    '101','62','328410.47',    '100','58','281062.5',    '65','17','47347.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020392.0','1019259.0','11',    '10','9','7171.2',    '10','9','7171.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108656.0','1044826.0','23',    '19','12','46693.35',    '18','12','46693.35',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020422.0','1019259.0','1',    '1','1','3356.65',    '1','1','3356.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108686.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020423.0','1019259.0','4',    '3','3','1538.07',    '3','3','1538.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108687.0','1044826.0','2',    '2','1','1351.55',    '2','1','1351.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020424.0','1019259.0','5',    '4','3','8704.63',    '4','3','8704.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108688.0','1044826.0','1',    '1','1','1239.12',    '1','1','1239.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020425.0','1019259.0','3',    '3','2','4122.39',    '3','2','4122.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108689.0','1044826.0','11',    '11','8','12472.53',    '11','8','12472.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020426.0','1019259.0','6',    '4','4','6921.9',    '4','4','6921.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108690.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020427.0','1019259.0','5',    '3','2','14275.82',    '3','2','14275.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108691.0','1044826.0','2',    '2','2','3496.33',    '2','2','3496.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020140.0','1019259.0','256',    '230','117','157989.34',    '226','117','153200.6',    '122','4','4788.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108404.0','1044826.0','2',    '2','1','645.61',    '2','1','645.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020428.0','1019259.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108692.0','1044826.0','12',    '8','5','17918.11',    '8','5','17918.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020429.0','1019259.0','6',    '6','6','9825.41',    '6','6','9825.41',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108693.0','1044826.0','18',    '14','10','24992.59',    '13','10','24768.6',    '10','1','223.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020430.0','1019259.0','5',    '5','1','2177.67',    '4','1','2177.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108694.0','1044826.0','1',    '1','1','3991.39',    '1','1','3991.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020431.0','1019259.0','11',    '6','3','4366.45',    '6','3','4366.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108695.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020432.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108696.0','1044826.0','1',    '1','1','484.22',    '1','1','484.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020433.0','1019259.0','1',    '1','1','426.92',    '1','1','426.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108697.0','1044826.0','4',    '3','3','13132.0',    '3','3','13132.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020434.0','1019259.0','5',    '5','2','5110.01',    '4','2','5110.01',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108698.0','1044826.0','2',    '2','1','11249.89',    '2','1','11249.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020435.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108699.0','1044826.0','2',    '2','2','3235.61',    '2','2','3235.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020436.0','1019259.0','1',    '1','1','2847.44',    '1','1','2847.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108700.0','1044826.0','3',    '2','1','8002.06',    '2','1','8002.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020437.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108701.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020438.0','1019259.0','5',    '4','4','5713.01',    '4','4','5713.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108702.0','1044826.0','3',    '1','1','4939.92',    '1','1','4939.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020439.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108703.0','1044826.0','1',    '1','1','847.5',    '1','1','847.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020440.0','1019259.0','1',    '1','1','4778.44',    '1','1','4512.14',    '1','1','266.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108704.0','1044826.0','7',    '7','7','39411.57',    '7','7','39161.57',    '6','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020441.0','1019259.0','3',    '3','3','15123.53',    '3','3','15123.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108705.0','1044826.0','1',    '1','1','4888.96',    '1','1','4888.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020442.0','1019259.0','6',    '5','3','2598.25',    '4','3','2598.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108706.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020443.0','1019259.0','4',    '4','4','20964.81',    '4','4','20964.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108707.0','1044826.0','1',    '1','1','1230.09',    '1','1','500.1',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020444.0','1019259.0','8',    '8','5','11263.71',    '7','5','11263.71',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108708.0','1044826.0','3',    '2','1','13697.89',    '2','1','13697.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020445.0','1019259.0','9',    '8','5','30341.18',    '8','5','29211.18',    '5','1','1130.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108709.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020446.0','1019259.0','4',    '4','1','1009.55',    '4','1','1009.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108710.0','1044826.0','2',    '2','2','15027.09',    '2','2','15027.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020447.0','1019259.0','1',    '1','1','366.78',    '1','1','366.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108711.0','1044826.0','4',    '3','1','9737.38',    '3','1','9737.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020448.0','1019259.0','3',    '3','2','15081.35',    '3','2','15081.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108712.0','1044826.0','8',    '8','7','12094.37',    '8','6','11894.38',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020449.0','1019259.0','2',    '1','1','1086.08',    '1','1','1086.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108713.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020450.0','1019259.0','9',    '8','3','1572.49',    '8','3','1572.49',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108714.0','1044826.0','7',    '5','1','459.88',    '5','1','459.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020451.0','1019259.0','1',    '1','1','401.08',    '1','1','401.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108715.0','1044826.0','4',    '2','1','378.88',    '1','1','378.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020452.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108716.0','1044826.0','144',    '109','76','234920.1',    '103','76','230484.36',    '68','8','4435.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020453.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108717.0','1044826.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020454.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108718.0','1044826.0','35',    '33','10','8572.84',    '33','9','6976.36',    '18','2','1596.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020455.0','1019259.0','15',    '13','7','15383.41',    '13','7','15183.42',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108719.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020456.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108720.0','1044826.0','1',    '1','1','203.0',    '1','1','203.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020457.0','1019259.0','4',    '4','1','2828.3',    '4','1','2828.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108721.0','1044826.0','20',    '19','10','15787.43',    '19','10','15787.43',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020458.0','1019259.0','4',    '3','3','9173.9',    '3','3','9173.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108722.0','1044826.0','6',    '4','1','9117.0',    '3','0','0.0',    '4','1','9117.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020459.0','1019259.0','11',    '10','4','12978.76',    '10','4','12605.28',    '4','1','373.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108723.0','1044826.0','7',    '6','4','19811.54',    '5','3','19611.55',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020460.0','1019259.0','8',    '6','5','28593.05',    '6','5','28593.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108724.0','1044826.0','10',    '5','1','523.26',    '4','1','523.26',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020461.0','1019259.0','2',    '2','1','7561.42',    '2','1','7561.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108725.0','1044826.0','2',    '2','2','2415.28',    '2','2','2415.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020462.0','1019259.0','2',    '2','2','4028.02',    '2','2','4028.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108726.0','1044826.0','8',    '6','4','8217.69',    '5','4','8217.69',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020463.0','1019259.0','17',    '16','12','36860.36',    '16','11','36660.37',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108727.0','1044826.0','281',    '279','94','174268.53',    '279','91','167164.32',    '171','10','7104.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020464.0','1019259.0','1',    '1','1','11216.61',    '1','1','10246.63',    '1','1','969.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108728.0','1044826.0','14',    '12','8','18954.61',    '11','8','11746.01',    '6','1','7208.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020465.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108729.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020466.0','1019259.0','18',    '15','11','12054.97',    '15','11','12054.97',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108730.0','1044826.0','8',    '8','6','12520.27',    '8','6','12520.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020467.0','1019259.0','7',    '4','3','3923.05',    '4','3','3923.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108731.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020468.0','1019259.0','2',    '2','1','3506.1',    '2','1','3506.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108732.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020469.0','1019259.0','9',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108733.0','1044826.0','249',    '183','51','108698.14',    '177','50','99786.76',    '79','4','8911.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020470.0','1019259.0','1',    '1','1','2080.0',    '1','1','2080.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108734.0','1044826.0','1',    '1','1','335.63',    '1','1','335.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020471.0','1019259.0','11',    '9','2','3445.13',    '8','2','3445.13',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108735.0','1044826.0','22',    '16','8','32660.23',    '15','8','32087.21',    '8','1','573.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020472.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108736.0','1044826.0','8',    '8','5','3559.4',    '8','4','3359.41',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020473.0','1019259.0','6',    '6','3','11508.25',    '6','3','10710.14',    '4','1','798.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108737.0','1044826.0','4',    '3','2','16267.99',    '3','2','16267.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020474.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108738.0','1044826.0','19',    '19','7','9593.38',    '19','7','9593.38',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020475.0','1019259.0','16',    '15','11','37777.5',    '15','11','37377.52',    '12','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108739.0','1044826.0','2',    '1','1','496.29',    '1','1','496.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020476.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108740.0','1044826.0','33',    '28','20','72057.91',    '27','20','71047.72',    '20','2','1010.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020477.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108741.0','1044826.0','1',    '1','1','7572.7',    '1','1','7372.71',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020478.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108742.0','1044826.0','8',    '8','6','14371.48',    '8','6','13576.34',    '3','1','795.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020479.0','1019259.0','12',    '10','6','1678.63',    '10','6','1678.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108743.0','1044826.0','2',    '2','1','438.44',    '2','1','438.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020480.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108744.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020481.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108745.0','1044826.0','6',    '5','4','17018.97',    '5','4','17018.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020482.0','1019259.0','3',    '3','1','2231.9',    '3','1','2231.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108746.0','1044826.0','4',    '3','2','3938.26',    '3','2','3738.27',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020483.0','1019259.0','3',    '3','2','1875.49',    '3','2','1875.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108747.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020484.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108748.0','1044826.0','30',    '29','12','33552.82',    '28','12','33067.82',    '9','1','485.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020485.0','1019259.0','4',    '4','4','4327.52',    '4','4','4327.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108749.0','1044826.0','1',    '1','1','909.7',    '1','1','909.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020486.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108750.0','1044826.0','2',    '2','2','4618.11',    '2','2','4618.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020487.0','1019259.0','1',    '1','1','840.0',    '1','1','840.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108751.0','1044826.0','4',    '3','3','17194.25',    '3','3','13246.34',    '1','1','3947.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020488.0','1019259.0','1',    '1','1','193.57',    '1','1','193.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108752.0','1044826.0','465',    '396','213','332861.73',    '374','207','321632.86',    '247','30','11228.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020489.0','1019259.0','1',    '1','1','1454.99',    '1','1','1154.0',    '1','1','300.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108753.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020490.0','1019259.0','4',    '4','3','4244.03',    '4','3','4244.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108754.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020491.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108755.0','1044826.0','23',    '14','10','14350.85',    '14','10','14175.1',    '9','1','175.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020492.0','1019259.0','42',    '36','29','350352.54',    '36','27','326288.74',    '23','12','24063.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108756.0','1044826.0','13',    '12','11','36815.5',    '12','11','36815.5',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020493.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108757.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020494.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108758.0','1044826.0','13',    '11','6','9463.94',    '10','6','8978.94',    '4','1','485.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020495.0','1019259.0','7',    '6','5','25989.23',    '6','5','25447.9',    '3','2','541.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108759.0','1044826.0','6',    '4','2','10296.12',    '4','2','9539.14',    '2','1','756.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020496.0','1019259.0','1',    '1','1','6632.51',    '1','1','6632.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108760.0','1044826.0','5',    '5','4','8490.13',    '5','4','7464.38',    '3','1','1025.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020497.0','1019259.0','29',    '18','9','12922.69',    '17','9','12193.69',    '14','1','729.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108761.0','1044826.0','9',    '8','4','4751.78',    '8','4','4551.79',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020498.0','1019259.0','1',    '1','1','1876.8',    '1','1','1876.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108762.0','1044826.0','7',    '7','2','16644.34',    '7','2','16144.35',    '6','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020499.0','1019259.0','18',    '14','8','13873.76',    '13','7','11886.95',    '10','3','1986.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108763.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020500.0','1019259.0','19',    '18','11','23721.98',    '17','11','23521.99',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108764.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020501.0','1019259.0','1',    '1','1','1786.72',    '1','1','1786.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108765.0','1044826.0','5',    '2','1','881.42',    '2','1','881.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020502.0','1019259.0','1',    '1','1','5597.7',    '1','1','5597.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108766.0','1044826.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020503.0','1019259.0','4',    '2','1','742.42',    '2','1','742.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108767.0','1044826.0','5',    '4','3','1999.62',    '4','3','1999.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020504.0','1019259.0','8',    '8','3','2322.13',    '8','3','2322.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108768.0','1044826.0','3',    '3','2','2258.54',    '3','2','2258.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020505.0','1019259.0','5',    '5','2','1183.4',    '5','2','1183.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108769.0','1044826.0','17',    '16','9','19790.82',    '16','9','19555.82',    '10','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020506.0','1019259.0','19',    '16','9','21184.02',    '16','9','20984.03',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108770.0','1044826.0','6',    '6','2','6864.33',    '6','2','5958.07',    '4','1','906.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020507.0','1019259.0','2',    '2','2','1665.46',    '2','2','1665.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108771.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020508.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108772.0','1044826.0','2',    '2','2','7873.43',    '2','2','7873.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020509.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108773.0','1044826.0','7',    '6','3','1786.6',    '6','3','1786.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020510.0','1019259.0','7',    '7','6','5428.16',    '7','6','5428.16',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108774.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020511.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108775.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020512.0','1019259.0','17',    '16','11','28400.21',    '15','11','25247.7',    '10','1','3152.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108776.0','1044826.0','10',    '10','2','2771.53',    '10','2','1554.91',    '8','1','1216.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020513.0','1019259.0','20',    '20','7','15676.45',    '20','7','15676.45',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108777.0','1044826.0','5',    '5','5','45058.49',    '5','5','45058.49',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020514.0','1019259.0','1',    '1','1','241.8',    '1','1','241.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108778.0','1044826.0','3',    '2','2','6233.69',    '2','2','6233.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020515.0','1019259.0','15',    '12','9','13734.71',    '12','7','13134.73',    '8','3','599.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108779.0','1044826.0','12',    '9','3','782.52',    '9','3','782.52',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020516.0','1019259.0','4',    '3','2','4393.33',    '3','2','4393.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108780.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020517.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108781.0','1044826.0','11',    '9','5','5496.52',    '9','5','5496.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020518.0','1019259.0','1',    '1','1','979.34',    '1','1','979.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108782.0','1044826.0','1',    '1','1','2975.35',    '1','1','2975.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020519.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108783.0','1044826.0','63',    '46','14','29882.78',    '41','14','29682.79',    '23','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020520.0','1019259.0','1',    '1','1','4882.28',    '1','1','4882.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108784.0','1044826.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020521.0','1019259.0','3',    '2','1','1311.05',    '2','1','1311.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108785.0','1044826.0','14',    '11','9','39419.85',    '11','9','39219.86',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020522.0','1019259.0','24',    '20','10','24912.81',    '17','10','24912.81',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108786.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020523.0','1019259.0','64',    '61','15','52325.21',    '61','15','49788.23',    '33','1','2536.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108787.0','1044826.0','7',    '7','5','40344.32',    '6','4','38534.33',    '4','3','1809.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020524.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108788.0','1044826.0','1',    '1','1','4865.87',    '1','1','4865.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020525.0','1019259.0','4',    '3','2','5658.51',    '3','2','5658.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108789.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020526.0','1019259.0','2',    '2','1','650.82',    '2','1','650.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108790.0','1044826.0','1',    '1','1','1100.16',    '1','1','1100.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020527.0','1019259.0','1',    '1','1','4683.27',    '1','1','4683.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108791.0','1044826.0','19',    '17','8','26383.0',    '17','8','26383.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020528.0','1019259.0','41',    '35','18','83433.3',    '33','16','75197.26',    '22','7','8236.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108792.0','1044826.0','2',    '2','2','7725.46',    '2','2','7725.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020529.0','1019259.0','53',    '45','35','321563.2',    '44','34','266338.37',    '33','20','55224.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108793.0','1044826.0','3',    '3','1','477.17',    '3','1','477.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020530.0','1019259.0','13',    '9','7','11069.07',    '9','7','10669.09',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108794.0','1044826.0','26',    '22','15','26575.45',    '20','15','24258.85',    '10','2','2316.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020531.0','1019259.0','4',    '3','1','6586.98',    '3','1','6586.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108795.0','1044826.0','5',    '5','2','3388.46',    '5','2','3388.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020532.0','1019259.0','16',    '12','8','35948.14',    '12','8','27379.11',    '8','2','8569.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108796.0','1044826.0','2',    '2','2','1328.49',    '2','2','1328.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020533.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108797.0','1044826.0','7',    '6','4','13135.29',    '6','4','13135.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020534.0','1019259.0','6',    '6','3','3423.21',    '6','3','3423.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108798.0','1044826.0','5',    '4','2','3289.29',    '4','2','3289.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020535.0','1019259.0','22',    '22','15','57087.34',    '20','15','57087.34',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108799.0','1044826.0','3',    '3','3','30508.66',    '3','3','30508.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020536.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108800.0','1044826.0','1',    '1','1','1108.53',    '1','1','1108.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020537.0','1019259.0','2',    '2','1','1812.84',    '2','1','1812.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108801.0','1044826.0','2',    '2','2','16779.03',    '2','2','16779.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020538.0','1019259.0','27',    '27','15','59733.75',    '27','12','54678.48',    '24','10','5055.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108802.0','1044826.0','17',    '13','8','3669.42',    '12','8','3669.42',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020539.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108803.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020540.0','1019259.0','1',    '1','1','448.41',    '1','1','448.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108804.0','1044826.0','1',    '1','1','2430.94',    '1','1','1879.46',    '1','1','551.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020541.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108805.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020542.0','1019259.0','2',    '2','1','601.41',    '1','1','401.42',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108806.0','1044826.0','17',    '13','8','35305.85',    '11','8','34835.86',    '11','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020543.0','1019259.0','1',    '1','1','1251.34',    '1','1','1251.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108807.0','1044826.0','21',    '18','12','24502.43',    '18','12','21145.48',    '9','2','3356.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020544.0','1019259.0','2',    '2','2','11099.1',    '2','2','9999.13',    '1','1','1099.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108808.0','1044826.0','9',    '9','5','17511.33',    '9','5','17130.08',    '5','1','381.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020545.0','1019259.0','6',    '6','5','4201.04',    '6','5','3625.31',    '2','2','575.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108809.0','1044826.0','2',    '2','2','8811.48',    '2','2','8811.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020546.0','1019259.0','2',    '2','1','114.89',    '2','1','114.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108810.0','1044826.0','1',    '1','1','3960.93',    '1','1','3960.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020547.0','1019259.0','4',    '4','4','26419.2',    '4','3','26108.72',    '3','2','310.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108811.0','1044826.0','76',    '67','45','103814.4',    '63','45','103107.44',    '38','1','706.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020548.0','1019259.0','5',    '5','2','6326.95',    '5','2','5946.97',    '3','2','379.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108812.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020549.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108813.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020550.0','1019259.0','19',    '16','7','48533.36',    '13','6','37135.61',    '13','4','11397.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108814.0','1044826.0','8',    '5','4','14545.03',    '5','4','14545.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020551.0','1019259.0','5',    '3','2','13354.7',    '3','2','11750.2',    '2','1','1604.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108815.0','1044826.0','8',    '7','4','30097.22',    '7','4','29861.7',    '1','1','235.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020552.0','1019259.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108816.0','1044826.0','1',    '1','1','845.37',    '1','1','845.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020553.0','1019259.0','3',    '3','1','1304.83',    '3','1','1304.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108817.0','1044826.0','15',    '14','9','21697.84',    '12','8','21245.86',    '9','2','451.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020554.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108818.0','1044826.0','3',    '2','1','216.15',    '2','1','216.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020555.0','1019259.0','3',    '3','3','14740.27',    '3','3','14740.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108819.0','1044826.0','14',    '11','8','57977.82',    '9','6','50732.84',    '5','2','7244.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020556.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108820.0','1044826.0','9',    '7','7','39632.95',    '7','6','39162.96',    '6','2','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020557.0','1019259.0','5',    '5','3','5535.82',    '5','3','5535.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108821.0','1044826.0','2',    '1','1','4250.07',    '1','1','4250.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020558.0','1019259.0','4',    '3','3','7519.35',    '3','2','7464.35',    '2','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108822.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020559.0','1019259.0','9',    '8','7','12918.23',    '8','6','10905.68',    '6','4','2012.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108823.0','1044826.0','4',    '4','4','3377.57',    '4','4','3377.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020560.0','1019259.0','11',    '11','7','19346.43',    '10','7','19346.43',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108824.0','1044826.0','2',    '2','1','942.6',    '2','1','942.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020561.0','1019259.0','21',    '18','11','41040.27',    '14','11','40218.79',    '16','2','821.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108825.0','1044826.0','2',    '2','2','444.33',    '2','2','444.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020562.0','1019259.0','1',    '1','1','1004.48',    '1','1','1004.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108826.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020563.0','1019259.0','1',    '1','1','3297.23',    '1','1','3297.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108827.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020564.0','1019259.0','5',    '5','3','2062.91',    '5','2','1902.92',    '2','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108828.0','1044826.0','5',    '5','5','13246.94',    '5','5','13246.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020565.0','1019259.0','3',    '3','1','2933.09',    '3','1','2933.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108829.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020566.0','1019259.0','1',    '1','1','1286.82',    '1','1','1286.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108830.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020567.0','1019259.0','7',    '7','3','10167.5',    '7','3','10167.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108831.0','1044826.0','1',    '1','1','2527.49',    '1','1','2527.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020568.0','1019259.0','9',    '8','3','8953.84',    '8','3','8953.84',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108832.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020569.0','1019259.0','13',    '11','7','13282.21',    '11','6','12155.48',    '2','1','1126.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108833.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020570.0','1019259.0','1',    '1','1','1624.45',    '1','1','1624.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108834.0','1044826.0','4',    '3','2','5376.44',    '3','2','5376.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020571.0','1019259.0','3',    '2','2','7540.54',    '2','2','7540.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108835.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020540.0','1019259.0','15',    '14','4','14646.06',    '14','4','14646.06',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108804.0','1044826.0','3',    '3','3','2962.37',    '3','3','2962.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020572.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108836.0','1044826.0','4',    '2','2','3891.88',    '2','2','3891.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020573.0','1019259.0','5',    '5','5','12184.27',    '5','5','12184.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108837.0','1044826.0','34',    '29','22','13574.12',    '28','22','13574.12',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020574.0','1019259.0','1',    '1','1','1230.43',    '1','1','1230.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108838.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020575.0','1019259.0','1',    '1','1','5182.99',    '1','1','5182.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108839.0','1044826.0','12',    '10','7','16709.9',    '10','7','16709.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020576.0','1019259.0','89',    '86','63','122292.07',    '84','57','106364.02',    '64','16','15928.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108840.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020577.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108841.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020578.0','1019259.0','4',    '3','3','1310.53',    '3','3','1310.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108842.0','1044826.0','12',    '12','3','6504.24',    '12','3','6418.77',    '8','1','85.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020579.0','1019259.0','1',    '1','1','1098.71',    '1','1','1098.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108843.0','1044826.0','1',    '1','1','148.68',    '1','1','148.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020580.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108844.0','1044826.0','4',    '4','2','2077.95',    '4','2','2077.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020581.0','1019259.0','14',    '13','6','6332.3',    '10','5','5602.31',    '10','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108845.0','1044826.0','8',    '6','5','15225.89',    '6','4','14970.9',    '4','2','254.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020582.0','1019259.0','1',    '1','1','2103.8',    '1','1','2103.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108846.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020583.0','1019259.0','44',    '40','19','192536.33',    '39','19','174709.5',    '19','6','17826.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108847.0','1044826.0','132',    '109','61','376085.06',    '105','60','329737.53',    '51','14','46347.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020584.0','1019259.0','37',    '35','23','30508.37',    '33','20','28765.12',    '21','5','1743.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108848.0','1044826.0','39',    '34','26','87535.14',    '33','25','79212.24',    '15','5','8322.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020585.0','1019259.0','9',    '7','3','36338.53',    '7','2','35449.0',    '4','1','889.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108849.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020586.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108850.0','1044826.0','2',    '2','2','7433.36',    '2','2','7233.37',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020587.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108851.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020588.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108852.0','1044826.0','26',    '23','15','49706.29',    '23','15','43236.85',    '10','2','6469.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020589.0','1019259.0','16',    '16','8','43822.33',    '16','7','43457.34',    '6','1','364.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108853.0','1044826.0','8',    '6','4','6910.79',    '5','4','6755.79',    '3','1','155.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020590.0','1019259.0','36',    '31','24','61559.31',    '31','24','48608.57',    '14','5','12950.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108854.0','1044826.0','6',    '6','3','2973.78',    '6','3','2767.87',    '3','1','205.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020591.0','1019259.0','21',    '18','12','18057.67',    '18','12','16697.72',    '5','1','1359.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108855.0','1044826.0','2',    '2','2','7756.56',    '2','2','7756.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020592.0','1019259.0','27',    '23','12','50694.37',    '23','11','50113.13',    '9','2','581.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108856.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020593.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108857.0','1044826.0','10',    '10','1','990.0',    '10','1','990.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020594.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108858.0','1044826.0','11',    '10','8','14469.59',    '10','8','14469.59',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020595.0','1019259.0','2',    '2','1','523.56',    '2','1','523.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108859.0','1044826.0','14',    '14','10','29886.05',    '13','8','18575.96',    '6','6','11310.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020596.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108860.0','1044826.0','38',    '37','19','31809.75',    '35','17','26663.3',    '33','7','5146.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020597.0','1019259.0','14',    '13','3','7513.32',    '13','3','7513.32',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108861.0','1044826.0','2',    '2','2','2615.21',    '2','2','2615.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020598.0','1019259.0','2',    '2','2','3140.77',    '2','2','3140.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108862.0','1044826.0','1',    '1','1','2283.73',    '1','1','2283.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020599.0','1019259.0','2',    '2','1','1862.62',    '2','1','1862.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108863.0','1044826.0','5',    '5','3','3590.37',    '5','3','2537.76',    '3','1','1052.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020600.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108864.0','1044826.0','11',    '9','3','12492.22',    '9','3','12492.22',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020601.0','1019259.0','16',    '15','1','519.7',    '15','1','519.7',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108865.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020602.0','1019259.0','10',    '7','3','20398.82',    '7','3','20398.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108866.0','1044826.0','10',    '9','2','2924.62',    '7','2','2924.62',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020603.0','1019259.0','5',    '4','3','3083.47',    '4','3','3083.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108867.0','1044826.0','34',    '27','9','116139.39',    '25','9','107629.55',    '16','3','8509.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020604.0','1019259.0','4',    '4','3','10983.61',    '4','3','8917.54',    '3','2','2066.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108868.0','1044826.0','7',    '7','4','10103.32',    '7','4','10103.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020605.0','1019259.0','6',    '5','1','199.99',    '5','0','0.0',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108869.0','1044826.0','1',    '1','1','4121.02',    '1','1','4121.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020606.0','1019259.0','19',    '13','10','43394.73',    '12','10','43394.73',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108870.0','1044826.0','474',    '438','65','150134.73',    '431','59','73983.15',    '158','32','76151.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020607.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108871.0','1044826.0','22',    '18','7','12092.93',    '18','6','10712.96',    '13','2','1379.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020608.0','1019259.0','7',    '5','3','7711.28',    '5','3','6389.81',    '3','1','1321.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108872.0','1044826.0','1',    '1','1','1238.0',    '1','1','1238.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020609.0','1019259.0','3',    '3','3','6946.92',    '3','3','6946.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108873.0','1044826.0','50',    '46','34','97936.46',    '44','33','82359.8',    '27','7','15576.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020610.0','1019259.0','2',    '2','2','2180.95',    '2','2','2180.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108874.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020611.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108875.0','1044826.0','1',    '1','1','552.44',    '1','1','552.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020612.0','1019259.0','9',    '9','7','11138.27',    '9','6','9851.33',    '4','2','1286.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108876.0','1044826.0','4',    '4','2','8232.01',    '3','2','8232.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020613.0','1019259.0','1',    '1','1','1174.52',    '1','1','1174.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108877.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020614.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108878.0','1044826.0','5',    '4','2','1189.58',    '4','2','1189.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020615.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108879.0','1044826.0','12',    '11','7','13989.32',    '11','7','13989.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020486.0','1019259.0','5',    '5','1','810.0',    '4','1','810.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108750.0','1044826.0','29',    '27','17','65988.27',    '26','17','61307.79',    '18','4','4680.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020616.0','1019259.0','1',    '1','1','1692.76',    '1','1','1692.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108880.0','1044826.0','2',    '2','2','4134.91',    '2','2','3934.92',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020617.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108881.0','1044826.0','1',    '1','1','1224.17',    '1','1','1224.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020618.0','1019259.0','1',    '1','1','9244.44',    '1','1','9244.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108882.0','1044826.0','3',    '3','3','3213.24',    '3','3','3213.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020619.0','1019259.0','2',    '2','2','4841.08',    '2','2','4841.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108883.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020620.0','1019259.0','1',    '1','1','3501.68',    '1','1','3501.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108884.0','1044826.0','3',    '2','2','3314.99',    '2','2','3314.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020621.0','1019259.0','16',    '16','13','39378.94',    '16','13','39378.94',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108885.0','1044826.0','31',    '28','18','52908.81',    '27','18','41757.31',    '17','3','11151.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020622.0','1019259.0','3',    '3','3','6263.52',    '3','3','6013.52',    '3','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108886.0','1044826.0','5',    '4','4','12635.84',    '4','4','10539.93',    '2','2','2095.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020623.0','1019259.0','1',    '1','1','5778.48',    '1','1','5778.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108887.0','1044826.0','9',    '9','6','7433.79',    '9','6','7433.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020624.0','1019259.0','5',    '5','4','2572.95',    '5','4','2572.95',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108888.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020625.0','1019259.0','5',    '5','4','8792.99',    '5','3','6915.05',    '4','3','1877.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108889.0','1044826.0','1',    '1','1','2109.43',    '1','1','2109.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020626.0','1019259.0','124',    '113','100','178193.43',    '112','100','174186.93',    '82','12','4006.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108890.0','1044826.0','1',    '1','1','997.33',    '1','1','997.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020627.0','1019259.0','2',    '1','1','8694.32',    '1','1','6504.96',    '1','1','2189.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108891.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020628.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108892.0','1044826.0','17',    '12','9','27138.27',    '11','9','25731.74',    '6','1','1406.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020629.0','1019259.0','3',    '3','2','1335.52',    '3','2','1335.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108893.0','1044826.0','2',    '2','1','1677.21',    '2','1','1677.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020630.0','1019259.0','13',    '13','4','7031.78',    '13','3','6048.88',    '5','1','982.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108894.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020631.0','1019259.0','2',    '2','2','2429.74',    '2','2','2429.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108895.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020632.0','1019259.0','2',    '2','2','1415.57',    '2','2','1209.66',    '1','1','205.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108896.0','1044826.0','1',    '1','1','29700.0',    '1','1','25585.31',    '1','1','4114.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020633.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108897.0','1044826.0','1',    '1','1','19375.57',    '1','1','12637.35',    '1','1','6738.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020634.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108898.0','1044826.0','2',    '2','2','58224.49',    '2','2','53215.85',    '1','1','5008.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020635.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108899.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020636.0','1019259.0','8',    '8','4','8902.05',    '8','4','8852.05',    '5','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108900.0','1044826.0','15',    '13','11','186389.57',    '13','11','174230.55',    '12','5','12159.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020637.0','1019259.0','45',    '36','24','58426.57',    '35','22','43537.51',    '23','11','14889.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108901.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020638.0','1019259.0','4',    '4','3','2570.43',    '4','2','1270.45',    '2','2','1299.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108902.0','1044826.0','1',    '1','1','1178.06',    '1','1','1178.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020639.0','1019259.0','10',    '10','5','38889.26',    '10','5','36505.98',    '9','3','2383.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108903.0','1044826.0','3',    '2','1','421.44',    '2','1','421.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020640.0','1019259.0','1',    '1','1','526.06',    '1','1','526.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108904.0','1044826.0','11',    '9','6','5613.11',    '8','6','5613.11',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020641.0','1019259.0','3',    '3','2','1242.3',    '3','2','1042.31',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108905.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020642.0','1019259.0','6',    '5','5','11997.09',    '5','5','11586.34',    '3','1','410.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108906.0','1044826.0','1',    '1','1','1476.0',    '1','1','1476.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020643.0','1019259.0','190',    '162','65','197020.23',    '160','64','185590.52',    '63','10','11429.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108907.0','1044826.0','5',    '5','4','4577.83',    '5','4','4077.83',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020644.0','1019259.0','29',    '24','11','133295.03',    '23','10','117624.97',    '13','5','15670.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108908.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020645.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108909.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020646.0','1019259.0','125',    '114','36','65529.18',    '111','31','58558.28',    '64','6','6970.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108910.0','1044826.0','6',    '4','1','5754.63',    '2','0','0.0',    '4','1','5754.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020647.0','1019259.0','6',    '6','2','5030.98',    '6','2','5030.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108911.0','1044826.0','4',    '4','3','3862.9',    '4','3','3862.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020648.0','1019259.0','5',    '4','3','33917.53',    '4','3','24573.23',    '3','2','9344.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108912.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020649.0','1019259.0','23',    '22','19','189391.23',    '21','19','157791.67',    '13','7','31599.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108913.0','1044826.0','1',    '1','1','1036.0',    '1','1','1036.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020650.0','1019259.0','2',    '2','1','953.4',    '2','1','953.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108914.0','1044826.0','17',    '15','8','40097.96',    '14','8','39697.06',    '8','1','400.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020651.0','1019259.0','3',    '2','1','1754.5',    '2','1','1754.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108915.0','1044826.0','4',    '4','2','14977.36',    '3','2','14527.0',    '3','1','450.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020652.0','1019259.0','1',    '1','1','2596.74',    '1','1','2596.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108916.0','1044826.0','2',    '2','2','6771.62',    '2','2','6771.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020653.0','1019259.0','3',    '1','1','19145.17',    '1','1','19145.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108917.0','1044826.0','3',    '3','1','22411.3',    '3','1','22411.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020654.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108918.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020655.0','1019259.0','5',    '5','4','9520.5',    '5','4','9520.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108919.0','1044826.0','3',    '3','2','7250.51',    '3','2','7250.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020656.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108920.0','1044826.0','1',    '1','1','3776.11',    '1','1','2725.06',    '1','1','1051.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020657.0','1019259.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108921.0','1044826.0','42',    '42','32','77007.1',    '41','30','69726.33',    '35','8','7280.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020658.0','1019259.0','5',    '5','4','10677.94',    '5','4','10677.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108922.0','1044826.0','3',    '1','1','288.95',    '1','1','288.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020659.0','1019259.0','13',    '13','11','53484.62',    '13','11','52514.09',    '6','1','970.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108923.0','1044826.0','3',    '2','1','503.8',    '1','1','503.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020660.0','1019259.0','2',    '1','1','1690.29',    '1','1','1690.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108924.0','1044826.0','48',    '44','22','24889.96',    '41','21','24159.97',    '20','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020661.0','1019259.0','1',    '1','1','439.1',    '1','1','439.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108925.0','1044826.0','1',    '1','1','670.24',    '1','1','470.25',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020662.0','1019259.0','3',    '3','2','9240.06',    '3','2','9240.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108926.0','1044826.0','20',    '18','11','36087.54',    '14','11','34501.71',    '14','2','1585.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020663.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108927.0','1044826.0','1',    '1','1','1154.0',    '1','1','1154.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020664.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108928.0','1044826.0','9',    '8','5','5950.43',    '8','4','5748.45',    '1','1','201.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020665.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108929.0','1044826.0','8',    '8','5','34277.25',    '8','5','31128.59',    '6','2','3148.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020666.0','1019259.0','4',    '2','2','3439.59',    '2','2','3439.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108930.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020667.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108931.0','1044826.0','26',    '22','14','45670.36',    '21','13','43005.59',    '12','3','2664.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020668.0','1019259.0','21',    '17','13','88871.12',    '16','12','84620.61',    '13','4','4250.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108932.0','1044826.0','1',    '1','1','2920.0',    '0','0','0.0',    '1','1','2920.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020669.0','1019259.0','22',    '18','6','14730.08',    '18','6','14730.08',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108933.0','1044826.0','2',    '2','1','430.96',    '2','1','320.97',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020670.0','1019259.0','36',    '34','28','60700.21',    '32','28','60524.46',    '21','1','175.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108934.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020671.0','1019259.0','1',    '1','1','2532.5',    '1','1','2532.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108935.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020672.0','1019259.0','827',    '708','447','1765110.83',    '621','428','1670887.25',    '563','100','94223.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108936.0','1044826.0','4',    '4','4','9141.8',    '4','4','8731.05',    '2','1','410.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020673.0','1019259.0','7',    '7','5','9220.57',    '7','5','9020.58',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108937.0','1044826.0','1',    '1','1','1777.65',    '1','1','1777.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020674.0','1019259.0','2',    '2','1','121.83',    '2','1','121.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108938.0','1044826.0','3',    '2','2','2206.48',    '2','2','2206.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020675.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108939.0','1044826.0','4',    '3','1','5056.75',    '3','1','5056.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020676.0','1019259.0','4',    '2','2','4526.95',    '2','2','1669.62',    '1','1','2857.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108940.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020677.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108941.0','1044826.0','1',    '1','1','1036.0',    '1','1','1036.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020678.0','1019259.0','2',    '2','1','2769.18',    '2','1','2769.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108942.0','1044826.0','4',    '3','3','34121.62',    '3','3','34121.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020679.0','1019259.0','2',    '2','1','13937.94',    '2','1','13937.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108943.0','1044826.0','29',    '22','14','103339.27',    '21','13','84184.46',    '14','4','19154.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020680.0','1019259.0','1',    '1','1','638.66',    '1','1','638.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108944.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020681.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108945.0','1044826.0','13',    '13','7','49331.0',    '12','6','47628.28',    '9','1','1702.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020682.0','1019259.0','33',    '31','13','41921.42',    '26','13','40701.45',    '23','3','1219.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108946.0','1044826.0','2',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020683.0','1019259.0','1',    '1','1','7401.32',    '1','1','7201.33',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108947.0','1044826.0','2',    '2','2','7797.49',    '2','2','7797.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020684.0','1019259.0','9',    '8','5','11885.42',    '8','5','11885.42',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108948.0','1044826.0','30',    '26','20','78734.28',    '26','19','73138.46',    '17','7','5595.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020685.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108949.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020686.0','1019259.0','39',    '36','17','73042.74',    '36','15','68963.56',    '13','6','4079.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108950.0','1044826.0','4',    '4','4','5705.84',    '4','4','5705.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020687.0','1019259.0','4',    '4','1','216.15',    '4','1','216.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108951.0','1044826.0','1',    '1','1','1528.66',    '1','1','1528.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020688.0','1019259.0','1',    '1','1','1236.0',    '1','1','1236.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108952.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020689.0','1019259.0','4',    '4','2','3397.89',    '4','2','3397.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108953.0','1044826.0','30',    '26','15','36187.88',    '26','13','33187.31',    '12','4','3000.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020690.0','1019259.0','24',    '20','14','25383.84',    '20','12','19755.09',    '16','5','5628.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108954.0','1044826.0','3',    '2','2','34361.84',    '2','2','34361.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020691.0','1019259.0','6',    '1','1','1334.0',    '1','1','1334.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108955.0','1044826.0','74',    '72','44','148031.54',    '70','31','125306.99',    '67','33','22724.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020692.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108956.0','1044826.0','7',    '6','6','8087.71',    '6','6','8087.71',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020693.0','1019259.0','1',    '1','1','865.72',    '1','1','865.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108957.0','1044826.0','6',    '5','3','16590.12',    '5','3','16216.64',    '3','1','373.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020694.0','1019259.0','41',    '34','23','48529.95',    '32','22','46277.1',    '20','2','2252.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108958.0','1044826.0','4',    '4','1','2537.64',    '4','1','2537.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020695.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108959.0','1044826.0','11',    '9','4','4896.75',    '9','4','4896.75',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020696.0','1019259.0','9',    '8','7','5958.48',    '8','7','5958.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108960.0','1044826.0','1',    '1','1','4732.45',    '1','1','4732.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020697.0','1019259.0','7',    '7','3','8462.61',    '7','3','8462.61',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108961.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020698.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108962.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020699.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108963.0','1044826.0','20',    '17','9','20309.74',    '15','9','20109.75',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020700.0','1019259.0','3',    '3','2','1673.68',    '3','2','1673.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108964.0','1044826.0','3',    '3','1','14616.32',    '2','1','14616.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020701.0','1019259.0','2',    '2','1','17664.11',    '2','1','17664.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108965.0','1044826.0','51',    '41','33','92358.92',    '40','33','84571.5',    '16','6','7787.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020702.0','1019259.0','9',    '9','7','12351.63',    '9','7','12351.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108966.0','1044826.0','7',    '7','3','6133.76',    '7','3','6133.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020703.0','1019259.0','7',    '7','4','7638.66',    '7','4','7638.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108967.0','1044826.0','16',    '16','11','24345.41',    '16','9','19975.23',    '7','3','4370.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020704.0','1019259.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108968.0','1044826.0','18',    '16','12','34966.61',    '16','12','34135.86',    '4','1','830.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020705.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108969.0','1044826.0','77',    '59','37','114862.48',    '57','35','107678.91',    '26','5','7183.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020706.0','1019259.0','2',    '2','2','998.67',    '2','2','998.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108970.0','1044826.0','7',    '6','2','6415.73',    '5','2','6415.73',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020707.0','1019259.0','1',    '1','1','3449.05',    '1','1','3449.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108971.0','1044826.0','6',    '5','1','2124.96',    '5','1','1554.97',    '4','1','569.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020708.0','1019259.0','1',    '1','1','3672.78',    '1','1','3672.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108972.0','1044826.0','3',    '3','2','3308.42',    '3','2','3308.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020709.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108973.0','1044826.0','6',    '5','2','2738.34',    '4','2','2738.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020710.0','1019259.0','6',    '5','4','15544.73',    '5','4','15544.73',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108974.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020711.0','1019259.0','5',    '3','3','9168.35',    '3','3','9168.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108975.0','1044826.0','1',    '1','1','1822.22',    '1','1','1044.0',    '1','1','778.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020712.0','1019259.0','3',    '3','1','1744.06',    '3','1','1744.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108976.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020713.0','1019259.0','19',    '18','13','35912.95',    '17','13','34718.26',    '16','1','1194.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108977.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020714.0','1019259.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108978.0','1044826.0','7',    '7','6','20863.81',    '7','6','20863.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020715.0','1019259.0','13',    '10','7','119513.82',    '9','7','112890.85',    '6','2','6622.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108979.0','1044826.0','7',    '6','3','27016.8',    '6','3','27016.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020716.0','1019259.0','10',    '8','5','9847.03',    '8','5','8963.78',    '6','2','883.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108980.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020717.0','1019259.0','9',    '9','5','7362.59',    '9','5','7362.59',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108981.0','1044826.0','39',    '38','30','109368.44',    '38','29','103857.12',    '28','10','5511.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020718.0','1019259.0','95',    '93','82','190506.95',    '93','81','184342.27',    '66','12','6164.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108982.0','1044826.0','9',    '8','7','9867.49',    '8','6','9191.74',    '8','2','675.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020719.0','1019259.0','7',    '3','2','11345.83',    '3','2','10677.86',    '2','1','667.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108983.0','1044826.0','91',    '72','36','107881.5',    '65','33','105673.61',    '33','5','2207.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020720.0','1019259.0','38',    '31','11','31608.19',    '30','11','31531.2',    '17','1','76.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108984.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020721.0','1019259.0','24',    '23','22','33305.63',    '23','22','31664.96',    '17','7','1640.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108985.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020722.0','1019259.0','3',    '2','1','1624.39',    '2','1','1624.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108986.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020723.0','1019259.0','2',    '2','2','10726.28',    '2','2','10726.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108987.0','1044826.0','3',    '3','1','299.88',    '3','1','299.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020724.0','1019259.0','1',    '1','1','475.18',    '1','1','475.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108988.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020725.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108989.0','1044826.0','26',    '24','17','26699.37',    '22','15','25814.39',    '13','3','884.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020726.0','1019259.0','3',    '3','2','2303.06',    '3','2','2303.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108990.0','1044826.0','9',    '4','3','8687.05',    '3','3','8487.06',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020727.0','1019259.0','1',    '1','1','4208.4',    '1','1','4208.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108991.0','1044826.0','16',    '12','6','13250.14',    '11','6','13250.14',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020728.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108992.0','1044826.0','2',    '2','1','1431.8',    '2','1','1431.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020729.0','1019259.0','1',    '1','1','1588.63',    '1','1','1588.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108993.0','1044826.0','34',    '29','14','114672.93',    '26','13','114072.94',    '16','2','599.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020730.0','1019259.0','37',    '30','16','63693.69',    '30','15','62708.49',    '12','2','985.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108994.0','1044826.0','33',    '33','21','69953.4',    '32','15','59249.37',    '32','12','10704.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020731.0','1019259.0','44',    '38','25','106261.91',    '38','24','92953.52',    '20','7','13308.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108995.0','1044826.0','26',    '24','19','33803.38',    '24','19','33603.39',    '18','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020732.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108996.0','1044826.0','3',    '3','2','16771.7',    '3','2','16611.71',    '2','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020719.0','1019259.0','1',    '1','1','2006.43',    '1','1','2006.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108983.0','1044826.0','13',    '9','8','27668.12',    '9','8','25776.79',    '6','1','1891.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020733.0','1019259.0','2',    '1','1','157.92',    '1','1','157.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108997.0','1044826.0','3',    '2','1','271.62',    '2','1','271.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020734.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108998.0','1044826.0','15',    '12','9','71197.78',    '11','7','68832.19',    '5','3','2365.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020735.0','1019259.0','2',    '2','2','9361.08',    '2','2','9361.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2108999.0','1044826.0','2',    '2','1','1610.58',    '2','1','1610.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020736.0','1019259.0','29',    '27','15','37845.52',    '27','14','28509.38',    '22','5','9336.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109000.0','1044826.0','4',    '4','4','15268.9',    '4','4','13947.43',    '3','1','1321.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020737.0','1019259.0','18',    '17','13','23351.29',    '17','12','20353.04',    '14','4','2998.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109001.0','1044826.0','1',    '1','1','780.95',    '1','1','780.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020738.0','1019259.0','1',    '1','1','1627.69',    '1','1','1627.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109002.0','1044826.0','1',    '1','1','2594.61',    '1','1','2119.91',    '1','1','474.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020739.0','1019259.0','4',    '4','3','1048.26',    '4','3','848.27',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109003.0','1044826.0','1',    '1','1','3337.65',    '1','1','3302.65',    '1','1','35.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020740.0','1019259.0','11',    '10','4','3670.09',    '9','4','3670.09',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109004.0','1044826.0','23',    '18','13','73855.66',    '16','13','58503.57',    '10','5','15352.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020741.0','1019259.0','4',    '3','2','27108.97',    '3','2','22173.51',    '2','1','4935.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109005.0','1044826.0','8',    '6','2','5104.0',    '6','2','5104.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020742.0','1019259.0','74',    '69','32','62045.74',    '68','31','61245.74',    '38','2','800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109006.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020743.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109007.0','1044826.0','32',    '25','14','41491.85',    '24','13','36550.97',    '13','2','4940.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020744.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109008.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020745.0','1019259.0','17',    '12','10','34247.53',    '12','10','33840.07',    '3','1','407.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109009.0','1044826.0','1',    '1','1','701.68',    '1','1','701.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020746.0','1019259.0','14',    '14','10','43324.3',    '13','5','20557.9',    '11','7','22766.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109010.0','1044826.0','3',    '3','3','7184.66',    '3','3','6474.96',    '3','2','709.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020747.0','1019259.0','55',    '48','33','157539.76',    '45','33','123251.12',    '32','8','34288.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109011.0','1044826.0','16',    '13','6','29272.99',    '13','6','29272.99',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020748.0','1019259.0','9',    '9','2','2629.77',    '9','2','2629.77',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109012.0','1044826.0','1',    '1','1','307.8',    '1','1','307.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020749.0','1019259.0','17',    '12','7','72062.66',    '11','7','70437.7',    '7','1','1624.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109013.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020750.0','1019259.0','25',    '22','9','14933.76',    '22','9','14933.76',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109014.0','1044826.0','6',    '5','5','6555.59',    '5','5','6355.6',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020751.0','1019259.0','1',    '1','1','5101.56',    '1','1','5101.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109015.0','1044826.0','1',    '1','1','1008.05',    '1','1','1008.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020752.0','1019259.0','4',    '4','3','1053.44',    '4','3','1053.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109016.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020753.0','1019259.0','9',    '6','4','33605.15',    '6','4','33605.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109017.0','1044826.0','27',    '25','11','173023.18',    '25','11','172791.85',    '13','1','231.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020754.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109018.0','1044826.0','1',    '1','1','4135.04',    '1','1','4135.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020755.0','1019259.0','6',    '4','2','1060.62',    '4','1','550.63',    '2','1','509.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109019.0','1044826.0','107',    '97','39','135853.13',    '97','36','120440.7',    '51','9','15412.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020756.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109020.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020757.0','1019259.0','5',    '5','2','1572.25',    '4','2','1572.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109021.0','1044826.0','32',    '28','19','225458.0',    '28','19','187791.66',    '22','6','37666.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020758.0','1019259.0','1',    '1','1','1234.32',    '1','1','1234.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109022.0','1044826.0','2',    '1','1','2095.51',    '1','1','2095.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020759.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109023.0','1044826.0','17',    '14','9','27628.29',    '14','8','26505.59',    '12','2','1122.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020760.0','1019259.0','86',    '78','67','289810.46',    '78','66','257684.57',    '47','17','32125.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109024.0','1044826.0','5',    '5','4','6703.47',    '5','4','6703.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020761.0','1019259.0','3',    '3','3','19633.65',    '3','3','15991.27',    '2','1','3642.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109025.0','1044826.0','1',    '1','1','284.16',    '1','1','284.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020762.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109026.0','1044826.0','2',    '2','1','2618.14',    '2','1','2618.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020763.0','1019259.0','17',    '14','9','42315.93',    '14','9','29644.66',    '8','3','12671.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109027.0','1044826.0','11',    '10','9','61226.58',    '9','7','45372.13',    '7','5','15854.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020764.0','1019259.0','7',    '5','3','35075.92',    '5','3','34262.95',    '4','2','812.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109028.0','1044826.0','7',    '7','2','6227.85',    '7','2','6227.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020765.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109029.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020766.0','1019259.0','42',    '38','24','247012.29',    '36','24','243803.56',    '17','1','3208.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109030.0','1044826.0','57',    '51','29','155966.49',    '48','28','140454.51',    '31','7','15511.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020767.0','1019259.0','3',    '3','1','352.8',    '3','1','352.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109031.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020768.0','1019259.0','1',    '1','1','1484.89',    '1','1','1484.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109032.0','1044826.0','119',    '109','63','219139.4',    '102','58','196323.69',    '68','22','22815.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020769.0','1019259.0','1',    '1','1','698.16',    '1','1','698.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109033.0','1044826.0','15',    '15','9','193780.29',    '14','9','189548.57',    '7','1','4231.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020770.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109034.0','1044826.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020771.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109035.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020772.0','1019259.0','2',    '2','1','6346.67',    '2','0','0.0',    '1','1','6346.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109036.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020773.0','1019259.0','12',    '12','1','5735.87',    '11','1','5625.88',    '6','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109037.0','1044826.0','51',    '44','25','103857.78',    '40','23','92788.75',    '29','11','11069.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020774.0','1019259.0','74',    '65','40','192984.79',    '62','38','182318.4',    '36','14','10666.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109038.0','1044826.0','2',    '1','1','5371.33',    '1','1','5371.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020775.0','1019259.0','90',    '76','57','577209.09',    '74','57','552922.08',    '51','13','24287.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109039.0','1044826.0','17',    '17','7','4732.33',    '17','6','4332.33',    '9','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020776.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109040.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020777.0','1019259.0','1',    '1','1','1148.82',    '1','1','1148.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109041.0','1044826.0','90',    '81','28','102685.46',    '78','24','82086.34',    '44','9','20599.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020778.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109042.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020779.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109043.0','1044826.0','90',    '72','32','118175.95',    '66','30','90454.48',    '38','11','27721.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020780.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109044.0','1044826.0','2',    '1','1','420.32',    '1','0','0.0',    '1','1','420.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020781.0','1019259.0','13',    '10','8','14430.09',    '10','8','14430.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109045.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020782.0','1019259.0','1',    '1','1','862.18',    '1','1','631.38',    '1','1','230.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109046.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020783.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109047.0','1044826.0','50',    '47','25','93257.04',    '44','22','91419.04',    '26','6','1838.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020784.0','1019259.0','3',    '3','3','28547.59',    '3','3','28547.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109048.0','1044826.0','10',    '10','5','10882.95',    '10','5','10882.95',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020785.0','1019259.0','2',    '2','2','2745.54',    '2','2','2647.2',    '1','1','98.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109049.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020786.0','1019259.0','1',    '1','1','932.0',    '1','1','932.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109050.0','1044826.0','82',    '72','34','211901.9',    '68','30','171206.8',    '49','14','40695.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020787.0','1019259.0','45',    '39','22','40121.52',    '38','20','37563.17',    '25','4','2558.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109051.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020788.0','1019259.0','23',    '21','6','11112.35',    '21','6','10314.35',    '8','1','798.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109052.0','1044826.0','1',    '1','1','1411.05',    '1','1','1411.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020789.0','1019259.0','1',    '1','1','2088.46',    '1','1','922.0',    '1','1','1166.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109053.0','1044826.0','61',    '55','36','268265.83',    '51','36','234661.13',    '31','11','33604.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020790.0','1019259.0','4',    '4','1','2715.86',    '3','0','0.0',    '3','1','2715.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109054.0','1044826.0','1',    '1','1','19727.95',    '1','1','19727.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020791.0','1019259.0','1',    '1','1','4147.2',    '1','1','1474.0',    '1','1','2673.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109055.0','1044826.0','30',    '26','14','67829.73',    '26','11','65289.02',    '11','5','2540.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020792.0','1019259.0','10',    '10','6','20052.76',    '10','6','20052.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109056.0','1044826.0','12',    '11','5','9877.55',    '11','5','9727.56',    '3','1','149.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020793.0','1019259.0','18',    '18','8','27408.19',    '18','8','27408.19',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109057.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020794.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109058.0','1044826.0','1',    '1','1','498.6',    '1','1','498.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020795.0','1019259.0','1',    '1','1','4006.32',    '1','1','4006.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109059.0','1044826.0','2',    '2','1','4337.93',    '2','1','3634.96',    '1','1','702.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020796.0','1019259.0','5',    '3','1','4034.07',    '3','1','3588.71',    '3','1','445.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109060.0','1044826.0','8',    '7','5','20491.03',    '7','3','18216.6',    '5','3','2274.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020797.0','1019259.0','33',    '31','19','56938.79',    '31','16','52576.77',    '15','7','4362.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109061.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020798.0','1019259.0','39',    '35','24','415623.81',    '35','21','385350.6',    '24','12','30273.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109062.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020799.0','1019259.0','26',    '26','9','15311.45',    '25','7','11452.98',    '15','3','3858.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109063.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020800.0','1019259.0','158',    '136','77','357826.5',    '132','63','291614.59',    '80','29','66211.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109064.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020801.0','1019259.0','1',    '1','1','2548.15',    '1','1','2548.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109065.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020802.0','1019259.0','35',    '32','9','10815.48',    '32','7','9735.01',    '14','4','1080.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109066.0','1044826.0','8',    '8','6','39317.36',    '8','6','39317.36',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020803.0','1019259.0','3',    '3','1','289.08',    '3','1','289.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109067.0','1044826.0','1',    '1','1','761.6',    '1','1','761.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020804.0','1019259.0','1',    '1','1','3264.1',    '1','1','539.1',    '1','1','2725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109068.0','1044826.0','21',    '18','7','65771.81',    '18','6','52017.04',    '11','4','13754.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020805.0','1019259.0','2',    '2','1','1148.78',    '2','1','1148.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109069.0','1044826.0','14',    '13','6','19106.48',    '13','6','17425.2',    '11','3','1681.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020806.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109070.0','1044826.0','2',    '2','2','2217.03',    '2','2','2217.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020807.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109071.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020808.0','1019259.0','2',    '2','1','2697.86',    '2','1','2697.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109072.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020809.0','1019259.0','18',    '16','15','75483.16',    '16','13','56270.35',    '9','7','19212.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109073.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020810.0','1019259.0','1',    '1','1','1057.62',    '1','1','1057.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109074.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020811.0','1019259.0','1',    '1','1','3861.68',    '1','1','3861.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109075.0','1044826.0','14',    '14','9','27156.98',    '14','8','24646.06',    '4','3','2510.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020812.0','1019259.0','1',    '1','1','292.91',    '1','1','292.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109076.0','1044826.0','2',    '2','2','1393.95',    '2','2','1393.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020813.0','1019259.0','1',    '1','1','15099.98',    '1','1','15099.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109077.0','1044826.0','16',    '15','3','1771.99',    '15','2','1612.0',    '7','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020814.0','1019259.0','5',    '4','1','465.6',    '4','1','465.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109078.0','1044826.0','46',    '40','20','43401.72',    '40','18','41560.69',    '21','5','1841.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020815.0','1019259.0','2',    '2','1','119.82',    '2','1','119.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109079.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020816.0','1019259.0','5',    '4','1','1024.0',    '4','1','1024.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109080.0','1044826.0','1',    '1','1','10763.93',    '1','1','10120.93',    '1','1','643.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020817.0','1019259.0','11',    '7','4','30628.73',    '6','4','22579.92',    '4','2','8048.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109081.0','1044826.0','24',    '24','14','93746.98',    '23','13','90126.99',    '13','4','3619.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020818.0','1019259.0','1',    '1','1','7023.68',    '1','1','7023.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109082.0','1044826.0','2',    '2','2','5360.29',    '2','2','5360.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020819.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109083.0','1044826.0','2',    '2','2','4036.16',    '2','2','4036.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020820.0','1019259.0','18',    '17','4','2982.35',    '16','4','2982.35',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109084.0','1044826.0','4',    '4','2','809.96',    '3','2','809.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020821.0','1019259.0','5',    '5','1','964.96',    '5','1','964.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109085.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020822.0','1019259.0','4',    '2','1','1472.92',    '2','1','1062.0',    '2','1','410.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109086.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020823.0','1019259.0','1',    '1','1','6662.79',    '1','1','6662.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109087.0','1044826.0','1',    '1','1','418.08',    '1','1','418.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020824.0','1019259.0','3',    '3','1','618.1',    '3','1','418.11',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109088.0','1044826.0','16',    '16','12','37860.46',    '16','12','37253.0',    '6','1','607.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020825.0','1019259.0','765',    '644','215','1282290.39',    '601','162','1053858.69',    '414','117','228431.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109089.0','1044826.0','2',    '1','1','1191.36',    '1','1','1191.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020826.0','1019259.0','11',    '10','9','54882.88',    '9','9','54068.51',    '5','1','814.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109090.0','1044826.0','2',    '2','1','714.32',    '2','1','714.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020827.0','1019259.0','4',    '4','3','4412.9',    '4','3','4412.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109091.0','1044826.0','30',    '27','15','17822.54',    '27','15','17822.54',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020828.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109092.0','1044826.0','9',    '9','2','2004.84',    '9','2','2004.84',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020829.0','1019259.0','4',    '4','1','932.0',    '4','1','932.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109093.0','1044826.0','1',    '1','1','668.13',    '1','1','668.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020830.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109094.0','1044826.0','1',    '1','1','256.44',    '1','1','256.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020831.0','1019259.0','1',    '1','1','8747.97',    '1','1','8747.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109095.0','1044826.0','1',    '1','1','848.0',    '1','1','848.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020832.0','1019259.0','1',    '1','1','693.7',    '1','1','693.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109096.0','1044826.0','3',    '3','3','6027.55',    '3','3','6027.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020833.0','1019259.0','3',    '3','3','33693.51',    '3','3','33693.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109097.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020834.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109098.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020835.0','1019259.0','46',    '40','23','31128.25',    '39','21','29052.86',    '24','5','2075.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109099.0','1044826.0','1',    '1','1','27028.96',    '1','1','27028.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020836.0','1019259.0','1',    '1','1','2181.82',    '1','1','948.0',    '1','1','1233.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109100.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020837.0','1019259.0','1',    '1','1','6582.59',    '1','1','6582.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109101.0','1044826.0','69',    '65','35','49628.83',    '65','34','48647.13',    '25','4','981.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020838.0','1019259.0','1',    '1','1','13431.15',    '1','1','13431.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109102.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020839.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109103.0','1044826.0','1',    '1','1','948.0',    '1','1','948.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020840.0','1019259.0','1',    '1','1','621.94',    '1','1','621.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109104.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020841.0','1019259.0','1',    '1','1','5078.75',    '1','1','5078.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109105.0','1044826.0','2',    '2','2','12040.57',    '2','2','9975.43',    '2','1','2065.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020842.0','1019259.0','1',    '1','1','667.98',    '1','1','667.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109106.0','1044826.0','10',    '10','6','20169.87',    '10','6','19455.4',    '2','1','714.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020843.0','1019259.0','1',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109107.0','1044826.0','93',    '91','54','167795.0',    '87','53','165400.57',    '29','5','2394.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020844.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109108.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020845.0','1019259.0','9',    '8','6','22380.29',    '8','6','22380.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109109.0','1044826.0','57',    '52','32','79315.21',    '49','29','72222.31',    '33','7','7092.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020846.0','1019259.0','6',    '6','5','8920.55',    '6','5','8525.56',    '4','2','394.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109110.0','1044826.0','1',    '1','1','2066.98',    '1','1','2066.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020847.0','1019259.0','1',    '1','1','3163.44',    '1','1','2709.0',    '1','1','454.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109111.0','1044826.0','399',    '372','274','1318134.19',    '362','261','1192847.23',    '228','56','125286.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020848.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109112.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020849.0','1019259.0','14',    '13','7','23807.96',    '13','7','23807.96',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109113.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020850.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109114.0','1044826.0','1',    '1','1','2589.84',    '1','1','2589.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020851.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109115.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020852.0','1019259.0','3',    '3','1','2179.39',    '3','1','2179.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109116.0','1044826.0','348',    '312','240','1588465.86',    '300','235','1512360.16',    '150','34','76105.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020853.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109117.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020854.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109118.0','1044826.0','56',    '45','37','221461.01',    '43','37','217158.07',    '16','5','4302.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020855.0','1019259.0','2',    '2','2','22287.8',    '2','2','22287.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109119.0','1044826.0','1',    '1','1','2533.93',    '1','1','1080.0',    '1','1','1453.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020856.0','1019259.0','1',    '1','1','1080.0',    '1','1','1080.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109120.0','1044826.0','1',    '1','1','1084.75',    '1','1','1084.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020857.0','1019259.0','14',    '14','8','11353.73',    '14','8','11353.73',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109121.0','1044826.0','57',    '56','28','154229.18',    '55','28','152989.22',    '19','2','1239.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020858.0','1019259.0','1',    '1','1','1322.78',    '1','1','1322.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109122.0','1044826.0','1',    '1','1','577.75',    '1','1','577.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020859.0','1019259.0','1',    '1','1','8107.33',    '1','1','8107.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109123.0','1044826.0','1',    '1','1','1451.62',    '1','1','1451.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020860.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109124.0','1044826.0','3',    '2','2','30330.2',    '2','2','30020.2',    '1','1','310.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020861.0','1019259.0','7',    '7','4','2422.27',    '7','3','1960.67',    '3','1','461.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109125.0','1044826.0','1',    '1','1','948.0',    '1','1','948.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020862.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109126.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020863.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109127.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020864.0','1019259.0','7',    '7','5','18435.14',    '7','5','18435.14',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109128.0','1044826.0','8',    '8','5','13498.48',    '8','4','6059.22',    '4','3','7439.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020865.0','1019259.0','1',    '1','1','3582.93',    '1','1','3231.44',    '1','1','351.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109129.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020866.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109130.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020867.0','1019259.0','1',    '1','1','6806.84',    '1','1','6806.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109131.0','1044826.0','1',    '1','1','362.62',    '1','1','362.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020868.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109132.0','1044826.0','2',    '1','1','630.2',    '1','1','630.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020869.0','1019259.0','9',    '9','6','6952.22',    '8','6','6838.25',    '6','1','113.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109133.0','1044826.0','1',    '1','1','940.91',    '1','1','940.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020870.0','1019259.0','3',    '3','2','1370.75',    '3','2','1370.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109134.0','1044826.0','9',    '9','5','4856.03',    '9','5','4856.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020871.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109135.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020872.0','1019259.0','3',    '3','3','11977.29',    '3','3','8430.47',    '1','1','3546.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109136.0','1044826.0','9',    '9','5','45817.85',    '9','5','45817.85',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020873.0','1019259.0','1',    '1','1','17541.21',    '1','1','16461.23',    '1','1','1079.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109137.0','1044826.0','4',    '4','2','2208.16',    '4','2','2208.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020874.0','1019259.0','51',    '50','28','54999.49',    '50','27','53545.25',    '26','4','1454.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109138.0','1044826.0','1',    '1','1','1485.77',    '1','1','1099.28',    '1','1','386.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020875.0','1019259.0','1',    '1','1','732.38',    '1','1','732.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109139.0','1044826.0','1',    '1','1','2580.0',    '1','1','2330.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020876.0','1019259.0','5',    '5','3','4950.98',    '5','3','4790.99',    '2','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109140.0','1044826.0','13',    '13','5','17990.15',    '13','4','17645.15',    '8','1','345.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020877.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109141.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020878.0','1019259.0','13',    '12','9','35540.69',    '11','9','35540.69',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109142.0','1044826.0','128',    '113','78','461694.82',    '111','76','454228.4',    '39','7','7466.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020879.0','1019259.0','2',    '2','2','4601.56',    '2','2','4156.56',    '1','1','445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109143.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020880.0','1019259.0','1',    '1','1','6757.68',    '1','1','6757.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109144.0','1044826.0','1',    '1','1','95.57',    '1','1','95.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020881.0','1019259.0','2',    '2','1','959.6',    '2','1','959.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109145.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020882.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109146.0','1044826.0','2',    '2','2','21560.57',    '2','2','21560.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020883.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109147.0','1044826.0','1',    '1','1','344.99',    '1','1','344.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020884.0','1019259.0','39',    '38','26','143511.96',    '38','25','137521.6',    '19','7','5990.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109148.0','1044826.0','1',    '1','1','4486.36',    '1','1','1080.0',    '1','1','3406.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020885.0','1019259.0','8',    '7','6','29662.02',    '7','5','25070.87',    '5','3','4591.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109149.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020886.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109150.0','1044826.0','1',    '1','1','2099.4',    '1','1','2099.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020887.0','1019259.0','7',    '7','6','11578.33',    '7','6','11418.34',    '3','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109151.0','1044826.0','1',    '1','1','1038.04',    '1','1','1038.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020888.0','1019259.0','2',    '1','1','3300.31',    '1','1','3300.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109152.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020889.0','1019259.0','5',    '5','2','4068.9',    '5','2','4068.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109153.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020890.0','1019259.0','1',    '1','1','1669.19',    '1','1','1669.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109154.0','1044826.0','10',    '8','3','8777.06',    '8','3','8777.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020891.0','1019259.0','6',    '6','3','7003.78',    '6','3','7003.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109155.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020892.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109156.0','1044826.0','15',    '14','5','10134.34',    '13','5','9696.84',    '6','1','437.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020893.0','1019259.0','3',    '3','3','5777.8',    '3','3','4807.82',    '1','1','969.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109157.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020894.0','1019259.0','7',    '7','3','18215.72',    '7','3','18215.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109158.0','1044826.0','2',    '2','2','3176.49',    '2','2','3176.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020895.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109159.0','1044826.0','1',    '1','1','2146.66',    '1','1','2146.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020896.0','1019259.0','5',    '5','5','25532.18',    '5','5','24279.28',    '2','1','1252.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109160.0','1044826.0','24',    '23','19','126096.39',    '23','19','99603.04',    '12','5','26493.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020897.0','1019259.0','1',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109161.0','1044826.0','1',    '1','1','948.0',    '1','1','948.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020898.0','1019259.0','26',    '26','20','154496.48',    '25','20','139305.59',    '14','4','15190.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109162.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020899.0','1019259.0','1',    '1','1','2302.98',    '1','1','2302.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109163.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020900.0','1019259.0','6',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109164.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020901.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109165.0','1044826.0','11',    '10','2','3186.42',    '10','2','3186.42',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020902.0','1019259.0','115',    '104','46','230947.58',    '99','41','200523.17',    '57','14','30424.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109166.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020903.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109167.0','1044826.0','229',    '203','157','880668.58',    '196','155','869077.1',    '78','7','11591.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020904.0','1019259.0','6',    '6','3','9602.86',    '5','2','8705.61',    '4','1','897.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109168.0','1044826.0','2',    '2','2','13723.46',    '2','2','12553.49',    '1','1','1169.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020905.0','1019259.0','4',    '4','2','8068.47',    '4','2','8068.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109169.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020906.0','1019259.0','190',    '175','147','1074418.31',    '173','145','1049133.0',    '76','14','25285.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109170.0','1044826.0','7',    '6','3','1050.42',    '6','3','864.95',    '4','1','185.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020907.0','1019259.0','3',    '3','1','989.25',    '3','1','989.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109171.0','1044826.0','1',    '1','1','30300.0',    '1','1','28938.95',    '1','1','1361.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020908.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109172.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020909.0','1019259.0','3',    '3','1','1705.14',    '3','1','1705.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109173.0','1044826.0','1',    '1','1','841.0',    '1','1','841.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020910.0','1019259.0','88',    '78','50','354824.77',    '76','47','309870.06',    '40','18','44954.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109174.0','1044826.0','1',    '1','1','1540.07',    '1','1','1540.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020911.0','1019259.0','1',    '1','1','6717.69',    '1','1','1138.0',    '1','1','5579.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109175.0','1044826.0','24',    '23','15','42210.42',    '23','15','42210.42',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020912.0','1019259.0','10',    '10','6','13036.86',    '10','6','12067.96',    '5','2','968.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109176.0','1044826.0','1',    '1','1','3788.63',    '1','1','3788.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020913.0','1019259.0','1',    '1','1','4445.75',    '1','1','932.0',    '1','1','3513.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109177.0','1044826.0','7',    '5','3','1616.34',    '5','2','1116.34',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020914.0','1019259.0','1',    '1','1','577.75',    '1','1','577.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109178.0','1044826.0','6',    '5','3','27052.85',    '5','3','27052.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020915.0','1019259.0','5',    '5','2','2219.47',    '5','2','2059.48',    '3','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109179.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020916.0','1019259.0','10',    '10','3','2523.19',    '10','3','2523.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109180.0','1044826.0','3',    '2','1','9433.79',    '2','1','9433.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020917.0','1019259.0','1',    '1','1','2015.9',    '1','0','0.0',    '1','1','2015.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109181.0','1044826.0','5',    '4','2','1002.09',    '4','2','1002.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020918.0','1019259.0','1',    '1','1','53.81',    '1','1','53.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109182.0','1044826.0','2',    '1','1','1360.0',    '1','1','1360.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020919.0','1019259.0','1',    '1','1','9105.97',    '1','1','8155.56',    '1','1','950.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109183.0','1044826.0','8',    '8','7','76096.17',    '8','7','55379.43',    '4','3','20716.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020920.0','1019259.0','1',    '1','1','5573.9',    '1','1','948.0',    '1','1','4625.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109184.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020921.0','1019259.0','3',    '3','2','2184.44',    '3','2','2024.45',    '3','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109185.0','1044826.0','2',    '2','1','14402.56',    '2','1','14402.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020922.0','1019259.0','2',    '2','2','1398.08',    '2','2','1398.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109186.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020923.0','1019259.0','8',    '7','3','4037.39',    '7','3','3802.39',    '3','1','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109187.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020924.0','1019259.0','1',    '1','1','1212.83',    '1','1','1212.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109188.0','1044826.0','106',    '101','51','81121.99',    '101','50','76278.27',    '53','3','4843.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020925.0','1019259.0','1',    '1','1','1257.4',    '1','1','1257.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109189.0','1044826.0','36',    '36','21','56485.3',    '34','21','56485.3',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020926.0','1019259.0','51',    '45','22','83074.21',    '38','16','62918.86',    '28','8','20155.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109190.0','1044826.0','2',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020927.0','1019259.0','2',    '2','2','14032.95',    '2','2','14032.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109191.0','1044826.0','1',    '1','1','1898.41',    '1','1','948.0',    '1','1','950.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020928.0','1019259.0','1',    '1','1','478.09',    '1','1','478.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109192.0','1044826.0','1',    '1','1','12053.19',    '1','1','12053.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020929.0','1019259.0','5',    '5','3','26196.3',    '5','3','21611.18',    '3','2','4585.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109193.0','1044826.0','4',    '4','2','4288.53',    '4','2','4288.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020930.0','1019259.0','1',    '1','1','18584.78',    '1','1','18584.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109194.0','1044826.0','3',    '3','3','3888.82',    '3','3','3888.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020931.0','1019259.0','21',    '14','11','19166.92',    '14','11','19166.92',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109195.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020932.0','1019259.0','1',    '1','1','3473.79',    '1','1','3473.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109196.0','1044826.0','1',    '1','1','2719.0',    '1','1','2719.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020933.0','1019259.0','3',    '3','3','10707.01',    '3','3','10707.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109197.0','1044826.0','7',    '7','5','13399.06',    '7','5','13399.06',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020934.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109198.0','1044826.0','1',    '1','1','3259.87',    '1','1','3259.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020935.0','1019259.0','2',    '2','2','3517.35',    '2','2','3517.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109199.0','1044826.0','1',    '1','1','943.92',    '1','1','943.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020936.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109200.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020937.0','1019259.0','4',    '4','2','8132.78',    '4','2','8132.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109201.0','1044826.0','8',    '6','5','36023.86',    '6','5','8535.13',    '4','2','27488.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020938.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109202.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020939.0','1019259.0','1',    '1','1','2278.16',    '1','1','2278.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109203.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020940.0','1019259.0','4',    '4','3','2751.92',    '4','2','2276.71',    '2','1','475.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109204.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020941.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109205.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020942.0','1019259.0','1',    '1','1','2639.69',    '1','1','2639.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109206.0','1044826.0','14',    '11','5','17016.75',    '11','4','16706.75',    '7','1','310.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020942.0','1019259.0','2',    '2','2','1773.56',    '2','2','1773.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109206.0','1044826.0','1',    '1','1','8114.65',    '1','1','8114.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020943.0','1019259.0','21',    '20','12','14723.14',    '20','12','12937.49',    '7','1','1785.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109207.0','1044826.0','3',    '2','2','14976.46',    '2','1','14816.47',    '1','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020944.0','1019259.0','8',    '8','4','6141.94',    '7','3','2146.95',    '4','2','3994.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109208.0','1044826.0','1',    '1','1','159.99',    '1','0','0.0',    '1','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020945.0','1019259.0','1',    '1','1','1288.37',    '1','1','1288.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109209.0','1044826.0','5',    '5','3','3758.29',    '4','1','2318.0',    '5','3','1440.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020946.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109210.0','1044826.0','9',    '9','4','3404.69',    '8','2','2491.51',    '5','2','913.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020947.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109211.0','1044826.0','11',    '8','6','10993.46',    '8','5','9859.91',    '6','2','1133.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020948.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109212.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020949.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109213.0','1044826.0','1',    '1','1','21763.39',    '1','1','16500.02',    '1','1','5263.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020910.0','1019259.0','2',    '2','2','1752.9',    '2','1','826.28',    '2','1','926.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109174.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020950.0','1019259.0','1',    '1','1','1788.95',    '1','0','0.0',    '1','1','1788.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109214.0','1044826.0','87',    '73','52','244126.11',    '72','50','218430.72',    '44','12','25695.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020951.0','1019259.0','1',    '1','1','132.24',    '1','1','132.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109215.0','1044826.0','110',    '94','45','173585.71',    '88','43','155064.55',    '52','9','18521.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020952.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109216.0','1044826.0','7',    '5','4','30969.17',    '5','4','20615.85',    '3','1','10353.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020953.0','1019259.0','1',    '1','1','2039.99',    '1','1','2039.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109217.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020954.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109218.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020955.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109219.0','1044826.0','56',    '48','16','27333.17',    '46','10','22932.48',    '24','10','4400.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020956.0','1019259.0','1',    '1','1','4481.24',    '1','1','4481.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109220.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020957.0','1019259.0','1',    '1','1','932.0',    '1','1','932.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109221.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020958.0','1019259.0','1',    '1','1','1394.04',    '1','1','1144.04',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109222.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020959.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109223.0','1044826.0','6',    '3','2','2664.9',    '3','2','2664.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020960.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109224.0','1044826.0','12',    '12','8','61346.87',    '12','7','50308.69',    '8','4','11038.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020961.0','1019259.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109225.0','1044826.0','1',    '1','1','1581.19',    '1','1','1581.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020962.0','1019259.0','4',    '4','2','7868.69',    '4','2','7868.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109226.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020963.0','1019259.0','21',    '14','11','24010.31',    '14','11','17368.07',    '8','2','6642.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109227.0','1044826.0','1',    '1','1','11855.9',    '1','1','11855.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020964.0','1019259.0','29',    '24','14','40911.16',    '24','14','40911.16',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109228.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020965.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109229.0','1044826.0','110',    '95','63','194625.06',    '94','61','186342.12',    '42','7','8282.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020966.0','1019259.0','1',    '1','1','240.07',    '1','1','240.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109230.0','1044826.0','5',    '5','3','574.41',    '5','3','574.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020967.0','1019259.0','1',    '1','1','3176.94',    '1','1','3176.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109231.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020968.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109232.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020969.0','1019259.0','1',    '1','1','242.27',    '1','1','242.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109233.0','1044826.0','2',    '2','1','1223.6',    '2','1','1223.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020970.0','1019259.0','2',    '2','1','249.03',    '1','1','249.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109234.0','1044826.0','118',    '108','64','144585.72',    '104','62','139364.7',    '46','6','5221.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020971.0','1019259.0','10',    '9','6','3894.87',    '9','6','3894.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109235.0','1044826.0','1',    '1','1','367.92',    '1','1','367.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020972.0','1019259.0','56',    '49','24','59226.62',    '44','18','49392.07',    '25','9','9834.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109236.0','1044826.0','1',    '1','1','480.0',    '1','1','480.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020973.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109237.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020974.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109238.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020975.0','1019259.0','1',    '1','1','462.13',    '1','0','0.0',    '1','1','462.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109239.0','1044826.0','1',    '1','1','3472.05',    '1','1','3472.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020976.0','1019259.0','2',    '2','1','3206.69',    '2','1','3046.7',    '2','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109240.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020977.0','1019259.0','1',    '1','1','336.58',    '1','1','336.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109241.0','1044826.0','1',    '1','1','1611.43',    '1','1','1611.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020978.0','1019259.0','1',    '1','1','366.6',    '1','1','366.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109242.0','1044826.0','1',    '1','1','825.17',    '1','1','825.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020979.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109243.0','1044826.0','2',    '2','2','7156.61',    '2','2','7101.61',    '1','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020980.0','1019259.0','1',    '1','1','1392.0',    '1','1','1392.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109244.0','1044826.0','12',    '11','5','14162.04',    '11','5','14162.04',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020981.0','1019259.0','1',    '1','1','2906.14',    '1','1','2906.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109245.0','1044826.0','1',    '1','1','1089.9',    '1','1','1089.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020982.0','1019259.0','1',    '1','1','242.27',    '1','1','242.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109246.0','1044826.0','1',    '1','1','2210.29',    '1','1','2210.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020983.0','1019259.0','2',    '2','2','3472.33',    '2','2','3472.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109247.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020984.0','1019259.0','19',    '18','5','15484.25',    '17','5','15484.25',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109248.0','1044826.0','1',    '1','1','1080.0',    '1','1','1080.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020985.0','1019259.0','13',    '13','6','15009.41',    '13','6','14289.54',    '5','1','719.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109249.0','1044826.0','23',    '20','16','73810.85',    '20','16','73810.85',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020986.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109250.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020987.0','1019259.0','1',    '1','1','878.37',    '1','1','878.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109251.0','1044826.0','575',    '523','391','3016315.6',    '513','371','2670881.4',    '311','112','345434.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020988.0','1019259.0','1',    '1','1','749.87',    '1','1','749.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109252.0','1044826.0','17',    '17','12','42850.46',    '16','12','42850.46',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020989.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109253.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020990.0','1019259.0','2',    '2','1','271.93',    '2','1','271.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109254.0','1044826.0','1',    '1','1','3982.47',    '1','1','3982.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020991.0','1019259.0','1',    '1','1','1090.0',    '1','1','1090.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109255.0','1044826.0','5',    '5','3','10479.71',    '5','3','10479.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020992.0','1019259.0','6',    '6','3','3498.5',    '6','3','3138.52',    '4','1','359.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109256.0','1044826.0','12',    '10','6','11690.67',    '10','6','10099.22',    '6','2','1591.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020993.0','1019259.0','17',    '16','11','52808.36',    '16','11','51531.89',    '7','2','1276.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109257.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020994.0','1019259.0','20',    '19','8','38641.09',    '19','8','37346.02',    '12','2','1295.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109258.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020995.0','1019259.0','1',    '1','1','946.42',    '1','1','946.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109259.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020996.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109260.0','1044826.0','1',    '1','1','1080.0',    '1','1','1080.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020997.0','1019259.0','1',    '1','1','14125.35',    '1','1','14125.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109261.0','1044826.0','1',    '1','1','965.58',    '1','1','965.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020998.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109262.0','1044826.0','15',    '14','5','13773.74',    '14','4','12470.6',    '10','3','1303.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020999.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109263.0','1044826.0','3',    '3','1','9725.93',    '3','1','9725.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021000.0','1019259.0','1',    '1','1','3942.31',    '1','1','3942.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109264.0','1044826.0','3',    '2','1','397.57',    '2','0','0.0',    '2','1','397.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021001.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109265.0','1044826.0','5',    '5','2','4321.75',    '5','2','4321.75',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021002.0','1019259.0','1',    '1','1','5187.57',    '1','1','5187.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109266.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021003.0','1019259.0','1',    '1','1','4192.73',    '1','1','4192.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109267.0','1044826.0','119',    '114','90','575593.82',    '112','88','531665.28',    '67','21','43928.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021004.0','1019259.0','2',    '2','1','693.7',    '2','1','693.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109268.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021005.0','1019259.0','1',    '1','1','7103.55',    '1','1','7103.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109269.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021006.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109270.0','1044826.0','36',    '35','21','47222.2',    '35','20','46476.55',    '12','3','745.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021007.0','1019259.0','14',    '11','2','4449.03',    '11','1','4217.97',    '5','1','231.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109271.0','1044826.0','1',    '1','1','6044.04',    '1','1','6044.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021008.0','1019259.0','12',    '10','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109272.0','1044826.0','5',    '5','2','8602.64',    '5','2','8602.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021009.0','1019259.0','5',    '4','3','19942.95',    '4','3','19361.48',    '3','2','581.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109273.0','1044826.0','15',    '13','11','43353.21',    '12','11','42228.84',    '8','4','1124.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021010.0','1019259.0','1',    '1','1','875.28',    '1','1','875.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109274.0','1044826.0','2',    '2','1','284.15',    '2','1','284.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021011.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109275.0','1044826.0','24',    '21','12','16532.76',    '20','12','15116.46',    '15','2','1416.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021012.0','1019259.0','16',    '14','5','17166.31',    '14','4','16880.25',    '8','2','286.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109276.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021013.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109277.0','1044826.0','1',    '1','1','833.78',    '1','1','833.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021014.0','1019259.0','113',    '109','84','626177.41',    '105','80','533673.03',    '64','24','92504.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109278.0','1044826.0','16',    '16','10','10367.61',    '16','8','9504.23',    '6','2','863.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021015.0','1019259.0','74',    '69','37','85660.92',    '65','37','83272.73',    '26','3','2388.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109279.0','1044826.0','172',    '150','88','534825.22',    '146','85','418689.27',    '96','31','116135.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021016.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109280.0','1044826.0','1',    '1','1','1079.29',    '1','1','1079.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021017.0','1019259.0','1',    '1','1','952.77',    '1','1','952.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109281.0','1044826.0','10',    '9','5','26667.51',    '9','5','26667.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021018.0','1019259.0','1',    '1','1','1294.88',    '1','1','1294.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109282.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021019.0','1019259.0','11',    '10','5','7281.58',    '10','5','7281.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109283.0','1044826.0','29',    '28','11','20486.83',    '28','10','18518.0',    '14','2','1968.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021020.0','1019259.0','2',    '2','1','1474.0',    '2','1','1474.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109284.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021021.0','1019259.0','1',    '1','1','1186.62',    '1','1','1186.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109285.0','1044826.0','1',    '1','1','4480.0',    '1','1','4480.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021022.0','1019259.0','1',    '1','1','1799.33',    '1','1','1799.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109286.0','1044826.0','9',    '9','8','40755.54',    '9','8','38934.81',    '8','4','1820.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021023.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109287.0','1044826.0','36',    '29','19','97177.83',    '26','17','86941.46',    '15','3','10236.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021024.0','1019259.0','15',    '13','7','12182.07',    '13','5','9912.76',    '7','3','2269.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109288.0','1044826.0','7',    '6','3','8736.21',    '6','3','7946.21',    '5','1','790.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021025.0','1019259.0','93',    '81','29','111238.22',    '80','26','103027.77',    '47','11','8210.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109289.0','1044826.0','1',    '1','1','262.95',    '1','1','262.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021026.0','1019259.0','3',    '3','1','45.02',    '3','1','45.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109290.0','1044826.0','1',    '1','1','6959.66',    '1','1','6959.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021027.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109291.0','1044826.0','1',    '1','1','1141.75',    '1','1','966.0',    '1','1','175.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021028.0','1019259.0','69',    '61','38','110293.24',    '58','36','99134.12',    '27','6','11159.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109292.0','1044826.0','11',    '11','7','7477.48',    '11','7','7477.48',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021029.0','1019259.0','1',    '1','1','4617.56',    '1','1','856.0',    '1','1','3761.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109293.0','1044826.0','1',    '1','1','1708.97',    '1','1','1708.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021030.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109294.0','1044826.0','1',    '1','1','156.7',    '1','1','156.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021031.0','1019259.0','283',    '259','207','2126413.31',    '254','198','1955500.07',    '135','54','170913.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109295.0','1044826.0','1',    '1','1','675.78',    '1','1','675.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021032.0','1019259.0','5',    '4','2','2618.5',    '4','2','2618.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109296.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021033.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109297.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021034.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109298.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021035.0','1019259.0','3',    '3','1','3014.85',    '3','1','3014.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109299.0','1044826.0','13',    '12','2','1637.21',    '10','1','1357.23',    '7','2','279.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021036.0','1019259.0','2',    '2','1','451.2',    '2','1','451.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109300.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021037.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109301.0','1044826.0','2',    '2','1','7351.1',    '2','1','7351.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021038.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109302.0','1044826.0','1',    '1','1','580.11',    '1','1','580.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021039.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109303.0','1044826.0','53',    '47','26','102900.86',    '44','23','82815.7',    '28','9','20085.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021040.0','1019259.0','1',    '1','1','2333.01',    '1','1','856.0',    '1','1','1477.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109304.0','1044826.0','1',    '1','1','9553.83',    '1','1','9553.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021041.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109305.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021042.0','1019259.0','1',    '1','1','13154.0',    '1','1','13154.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109306.0','1044826.0','4',    '4','2','5100.63',    '4','2','5100.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021043.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109307.0','1044826.0','1',    '1','1','1552.9',    '1','1','1175.4',    '1','1','377.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021044.0','1019259.0','16',    '16','8','5674.58',    '16','7','5612.72',    '8','1','61.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109308.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021045.0','1019259.0','4',    '4','4','6088.39',    '4','4','6088.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109309.0','1044826.0','6',    '6','3','9402.29',    '6','3','9061.23',    '1','1','341.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021046.0','1019259.0','5',    '4','3','4014.8',    '4','3','4014.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109310.0','1044826.0','3',    '3','1','633.06',    '2','1','633.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021047.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109311.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021048.0','1019259.0','86',    '79','49','262133.71',    '76','46','210700.77',    '47','10','51432.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109312.0','1044826.0','4',    '4','1','3099.11',    '4','1','3099.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021049.0','1019259.0','5',    '5','1','3500.88',    '5','1','3500.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109313.0','1044826.0','2',    '2','1','1861.85',    '2','1','1861.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021050.0','1019259.0','3',    '3','2','7430.81',    '3','1','5891.33',    '2','2','1539.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109314.0','1044826.0','13',    '12','6','18039.5',    '12','6','18039.5',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021051.0','1019259.0','1',    '1','1','783.36',    '1','1','783.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109315.0','1044826.0','1',    '1','1','18592.04',    '1','1','13867.04',    '1','1','4725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021052.0','1019259.0','56',    '51','34','93938.53',    '48','34','87868.7',    '29','6','6069.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109316.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021053.0','1019259.0','2',    '1','1','3355.44',    '1','1','2558.96',    '1','1','796.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109317.0','1044826.0','1',    '1','1','5406.97',    '1','1','5406.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021054.0','1019259.0','1',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109318.0','1044826.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021055.0','1019259.0','3',    '3','3','3230.83',    '3','3','3230.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109319.0','1044826.0','13',    '12','6','27868.32',    '12','6','27868.32',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021056.0','1019259.0','1',    '1','1','135.5',    '1','1','135.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109320.0','1044826.0','12',    '11','5','12732.94',    '11','5','12732.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021057.0','1019259.0','1',    '1','1','20313.72',    '1','1','20313.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109321.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021058.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109322.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021059.0','1019259.0','130',    '119','95','510288.08',    '118','90','475058.84',    '68','18','35229.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109323.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021060.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109324.0','1044826.0','7',    '6','4','10871.7',    '6','4','10871.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021061.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109325.0','1044826.0','1',    '1','1','457.6',    '1','1','457.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021062.0','1019259.0','5',    '5','3','2309.87',    '5','3','2309.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109326.0','1044826.0','142',    '133','102','622948.15',    '130','91','489985.15',    '90','47','132963.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021063.0','1019259.0','1',    '1','1','1408.2',    '1','1','1408.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109327.0','1044826.0','15',    '15','10','8296.28',    '15','8','6535.68',    '6','3','1760.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021064.0','1019259.0','1',    '1','1','3188.14',    '1','1','3188.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109328.0','1044826.0','6',    '6','4','8125.56',    '6','4','8125.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021065.0','1019259.0','2',    '2','2','16644.25',    '2','2','15700.35',    '2','1','943.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109329.0','1044826.0','2',    '2','2','6332.1',    '2','2','6332.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021066.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109330.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021067.0','1019259.0','2',    '1','1','26353.48',    '1','1','26353.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109331.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021068.0','1019259.0','2006',    '1755','902','3812469.55',    '1553','566','2849953.09',    '1393','613','962516.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109332.0','1044826.0','1',    '1','1','1085.0',    '0','0','0.0',    '1','1','1085.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021069.0','1019259.0','131',    '120','60','268218.1',    '115','56','242214.2',    '70','19','26003.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109333.0','1044826.0','5',    '5','4','14099.56',    '5','3','13599.56',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021070.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109334.0','1044826.0','52',    '48','36','123067.99',    '48','36','116938.02',    '25','3','6129.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021071.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109335.0','1044826.0','20',    '19','15','59956.14',    '18','15','59756.15',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021072.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109336.0','1044826.0','1',    '1','1','485.3',    '1','1','485.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021073.0','1019259.0','12',    '12','5','25409.25',    '12','5','25409.25',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109337.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021074.0','1019259.0','9',    '9','3','3290.71',    '9','3','3290.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109338.0','1044826.0','1',    '1','1','520.15',    '1','1','520.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021075.0','1019259.0','16',    '15','15','65888.1',    '15','15','63270.27',    '8','2','2617.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109339.0','1044826.0','6',    '6','1','4233.43',    '6','1','4233.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021076.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109340.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021077.0','1019259.0','2',    '2','2','11925.47',    '2','2','11925.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109341.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021078.0','1019259.0','1',    '1','1','2392.42',    '1','1','2392.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109342.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021079.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109343.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021080.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109344.0','1044826.0','1',    '1','1','206.96',    '1','1','206.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021081.0','1019259.0','139',    '123','50','181085.65',    '114','41','151488.36',    '77','21','29597.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109345.0','1044826.0','1',    '1','1','821.99',    '1','1','821.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021082.0','1019259.0','623',    '546','284','1120770.58',    '503','228','962544.8',    '357','142','158225.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109346.0','1044826.0','391',    '341','150','522248.95',    '308','109','421816.82',    '255','79','100432.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021083.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109347.0','1044826.0','3',    '2','2','2260.05',    '1','1','1440.0',    '1','1','820.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021084.0','1019259.0','1',    '1','1','228.35',    '1','1','228.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109348.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021085.0','1019259.0','41',    '35','24','60732.58',    '34','23','60532.59',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109349.0','1044826.0','32',    '29','20','57113.76',    '28','19','53002.59',    '21','5','4111.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021086.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109350.0','1044826.0','1',    '1','1','9811.1',    '1','1','9811.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021087.0','1019259.0','1',    '1','1','547.77',    '1','1','547.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109351.0','1044826.0','29',    '24','18','102287.26',    '23','18','88108.02',    '19','6','14179.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021088.0','1019259.0','34',    '32','17','28989.04',    '30','15','27484.27',    '14','4','1504.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109352.0','1044826.0','21',    '15','8','24162.0',    '15','8','24162.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021089.0','1019259.0','2',    '1','1','1909.37',    '1','1','1909.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109353.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021090.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109354.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021091.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109355.0','1044826.0','23',    '23','15','39727.1',    '23','15','39727.1',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021092.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109356.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021093.0','1019259.0','1',    '1','1','7619.28',    '1','1','7619.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109357.0','1044826.0','1',    '1','1','1036.3',    '1','1','1036.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021094.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109358.0','1044826.0','3',    '3','2','8212.97',    '3','2','7551.48',    '1','1','661.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021095.0','1019259.0','14',    '13','8','12581.14',    '13','6','8608.15',    '6','2','3972.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109359.0','1044826.0','1',    '1','1','53.81',    '1','1','53.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021096.0','1019259.0','162',    '147','60','176129.74',    '143','50','161413.1',    '83','21','14716.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109360.0','1044826.0','21',    '20','11','16440.57',    '19','10','15594.83',    '11','2','845.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2020777.0','1019259.0','1',    '1','1','1896.83',    '1','1','1008.0',    '1','1','888.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109041.0','1044826.0','4',    '3','1','175.75',    '2','0','0.0',    '2','1','175.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021097.0','1019259.0','6',    '5','3','3717.09',    '5','3','3717.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109361.0','1044826.0','3',    '3','1','1676.06',    '3','1','1676.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021098.0','1019259.0','26',    '25','16','64162.77',    '24','15','56205.36',    '20','2','7957.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109362.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021099.0','1019259.0','90',    '86','49','124520.89',    '84','48','117391.69',    '42','6','7129.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109363.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021100.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109364.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021101.0','1019259.0','1',    '1','1','7302.28',    '1','1','7302.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109365.0','1044826.0','52',    '46','42','138095.04',    '46','41','137590.05',    '17','2','504.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021102.0','1019259.0','1',    '1','1','8030.85',    '1','1','8030.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109366.0','1044826.0','1',    '1','1','539.1',    '1','1','539.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021103.0','1019259.0','15',    '9','8','17900.06',    '9','8','17900.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109367.0','1044826.0','3',    '2','2','4207.89',    '2','1','3908.01',    '2','1','299.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021104.0','1019259.0','1',    '1','1','28643.08',    '1','1','28643.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109368.0','1044826.0','85',    '77','61','348330.2',    '73','54','286697.29',    '44','23','61632.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021105.0','1019259.0','19',    '16','10','54533.59',    '16','6','49540.08',    '11','7','4993.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109369.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021106.0','1019259.0','392',    '361','188','734271.67',    '341','163','638696.15',    '219','77','95575.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109370.0','1044826.0','1',    '1','1','5868.81',    '1','1','5868.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021107.0','1019259.0','39',    '38','25','27870.06',    '38','25','27126.57',    '26','2','743.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109371.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021108.0','1019259.0','1',    '1','1','1034.89',    '1','1','1034.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109372.0','1044826.0','1',    '1','1','360.49',    '1','1','360.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021109.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109373.0','1044826.0','1',    '1','1','3830.0',    '1','1','3830.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021110.0','1019259.0','2',    '2','2','422.56',    '2','2','422.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109374.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021111.0','1019259.0','31',    '29','22','66086.42',    '28','21','62231.51',    '16','5','3854.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109375.0','1044826.0','1',    '1','1','11090.98',    '1','1','10645.98',    '1','1','445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021112.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109376.0','1044826.0','1',    '1','1','15073.5',    '1','1','13114.8',    '1','1','1958.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021113.0','1019259.0','1',    '1','1','385.08',    '1','1','385.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109377.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021114.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109378.0','1044826.0','1',    '1','1','1305.12',    '1','1','1305.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021115.0','1019259.0','1',    '1','1','11759.66',    '1','1','11759.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109379.0','1044826.0','9',    '9','7','21400.94',    '9','7','21400.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021116.0','1019259.0','7',    '7','6','8029.38',    '7','6','8029.38',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109380.0','1044826.0','1',    '1','1','1474.0',    '1','1','1474.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021117.0','1019259.0','1',    '1','1','60.75',    '1','1','60.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109381.0','1044826.0','1',    '1','1','736.09',    '1','1','736.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021118.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109382.0','1044826.0','1',    '1','1','7615.43',    '1','1','7615.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021119.0','1019259.0','1',    '1','1','646.03',    '1','1','646.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109383.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021120.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109384.0','1044826.0','40',    '33','10','16963.89',    '31','8','13157.97',    '19','4','3805.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021121.0','1019259.0','1',    '1','1','2755.62',    '1','1','2755.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109385.0','1044826.0','1',    '1','1','1091.0',    '0','0','0.0',    '1','1','1091.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021122.0','1019259.0','7',    '7','1','304.2',    '7','1','304.2',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109386.0','1044826.0','3',    '3','2','2570.84',    '3','2','2481.1',    '1','1','89.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021123.0','1019259.0','1',    '1','1','308.91',    '1','1','308.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109387.0','1044826.0','4',    '4','3','26478.66',    '4','3','26478.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021124.0','1019259.0','1',    '1','1','2415.32',    '1','1','2010.32',    '1','1','405.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109388.0','1044826.0','10',    '9','7','30206.64',    '9','6','12163.24',    '6','3','18043.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021125.0','1019259.0','1',    '1','1','2154.17',    '1','1','2154.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109389.0','1044826.0','18',    '16','16','150694.35',    '16','16','123056.43',    '11','7','27637.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021126.0','1019259.0','1',    '1','1','2134.8',    '1','1','2134.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109390.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021127.0','1019259.0','4',    '4','3','18799.88',    '4','3','18799.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109391.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021128.0','1019259.0','1',    '1','1','200.0',    '1','1','200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109392.0','1044826.0','5',    '5','2','896.99',    '5','2','896.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021129.0','1019259.0','3',    '3','1','2778.61',    '3','1','2778.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109393.0','1044826.0','1',    '1','1','901.54',    '1','1','901.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021130.0','1019259.0','3',    '3','2','5806.35',    '3','2','5806.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109394.0','1044826.0','1',    '1','1','872.28',    '0','0','0.0',    '1','1','872.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021131.0','1019259.0','1',    '1','1','326.76',    '1','1','326.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109395.0','1044826.0','164',    '147','59','156730.94',    '132','34','126417.92',    '100','36','30313.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021132.0','1019259.0','108',    '104','72','267256.94',    '101','66','238180.61',    '65','14','29076.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109396.0','1044826.0','3',    '2','1','638.15',    '2','1','638.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021133.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109397.0','1044826.0','80',    '73','39','105566.06',    '69','39','101515.74',    '45','6','4050.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021134.0','1019259.0','4',    '3','2','1095.85',    '3','2','1095.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109398.0','1044826.0','1',    '1','1','6245.54',    '1','1','6245.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021135.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109399.0','1044826.0','2',    '2','1','965.1',    '2','1','965.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021136.0','1019259.0','6',    '5','1','2138.22',    '4','1','2138.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109400.0','1044826.0','1',    '1','1','18351.15',    '1','1','18351.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021137.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109401.0','1044826.0','2',    '2','1','14037.01',    '2','1','14037.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021138.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109402.0','1044826.0','14',    '13','9','19602.67',    '13','9','19602.67',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021139.0','1019259.0','4',    '4','1','473.04',    '4','1','473.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109403.0','1044826.0','1',    '1','1','4601.37',    '1','1','4601.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021140.0','1019259.0','1',    '1','1','1907.55',    '1','1','1907.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109404.0','1044826.0','7',    '7','3','3782.56',    '7','3','3782.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021141.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109405.0','1044826.0','95',    '88','61','201214.66',    '87','61','194288.16',    '33','6','6926.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021142.0','1019259.0','3',    '1','1','998.9',    '1','1','998.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109406.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021143.0','1019259.0','8',    '8','3','3737.99',    '7','2','2232.17',    '4','1','1505.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109407.0','1044826.0','3',    '2','2','35089.06',    '2','2','35089.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021144.0','1019259.0','17',    '12','9','29088.09',    '12','9','28778.09',    '6','1','310.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109408.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021145.0','1019259.0','1',    '1','1','1115.17',    '1','1','1115.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109409.0','1044826.0','50',    '47','27','58897.01',    '46','26','58397.01',    '26','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021146.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109410.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021147.0','1019259.0','7',    '6','6','13580.81',    '6','6','13580.81',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109411.0','1044826.0','1',    '1','1','24367.12',    '1','1','19108.39',    '1','1','5258.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021148.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109412.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021149.0','1019259.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109413.0','1044826.0','31',    '30','16','35759.7',    '29','15','32802.29',    '18','2','2957.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021150.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109414.0','1044826.0','2',    '2','1','3441.85',    '2','1','3441.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021151.0','1019259.0','1',    '1','1','1016.31',    '1','1','1016.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109415.0','1044826.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021152.0','1019259.0','10',    '6','3','4936.47',    '5','3','4936.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109416.0','1044826.0','56',    '53','35','107905.51',    '52','35','104954.25',    '24','5','2951.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021153.0','1019259.0','50',    '47','34','131871.69',    '47','34','124980.59',    '18','3','6891.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109417.0','1044826.0','3',    '2','1','456.71',    '2','1','456.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021154.0','1019259.0','51',    '47','21','68052.98',    '44','17','59431.29',    '27','7','8621.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109418.0','1044826.0','87',    '84','52','168435.44',    '84','52','160127.19',    '56','10','8308.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021155.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109419.0','1044826.0','1',    '1','1','469.69',    '1','1','469.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021156.0','1019259.0','1',    '1','1','2273.1',    '1','1','2273.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109420.0','1044826.0','2',    '2','2','1808.37',    '2','2','1808.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021157.0','1019259.0','1',    '1','1','607.96',    '1','1','607.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109421.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021158.0','1019259.0','3',    '2','1','2011.9',    '2','1','2011.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109422.0','1044826.0','73',    '65','50','252038.77',    '64','49','217299.96',    '33','13','34738.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021159.0','1019259.0','80',    '73','35','159686.67',    '66','33','156099.76',    '48','8','3586.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109423.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021160.0','1019259.0','9',    '8','4','22488.09',    '8','4','21366.4',    '5','1','1121.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109424.0','1044826.0','48',    '41','29','173255.18',    '39','28','163974.62',    '23','6','9280.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021161.0','1019259.0','4',    '4','1','774.14',    '4','1','774.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109425.0','1044826.0','37',    '34','19','93144.85',    '31','16','84682.26',    '14','5','8462.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021162.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109426.0','1044826.0','34',    '30','24','129540.73',    '30','24','129540.73',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021163.0','1019259.0','3',    '3','1','5741.51',    '3','1','4420.72',    '2','1','1320.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109427.0','1044826.0','1',    '1','1','1774.96',    '1','1','1704.97',    '1','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021164.0','1019259.0','1',    '1','1','373.52',    '1','1','373.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109428.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021165.0','1019259.0','1',    '1','1','668.31',    '1','1','668.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109429.0','1044826.0','36',    '30','22','122502.26',    '29','21','94672.23',    '15','7','27830.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021166.0','1019259.0','438',    '429','169','376630.83',    '424','159','353590.82',    '273','31','23040.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109430.0','1044826.0','75',    '68','31','103948.42',    '65','23','94785.26',    '48','11','9163.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021167.0','1019259.0','40',    '34','16','32027.68',    '34','16','30664.3',    '11','2','1363.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109431.0','1044826.0','41',    '38','23','34998.4',    '37','23','34838.41',    '8','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021168.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109432.0','1044826.0','167',    '155','106','613419.71',    '151','97','559060.18',    '100','47','54359.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021169.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109433.0','1044826.0','1',    '1','1','630.9',    '1','1','630.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021170.0','1019259.0','99',    '94','63','265649.37',    '89','62','235836.33',    '44','11','29813.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109434.0','1044826.0','630',    '545','408','2175878.79',    '532','390','1909290.14',    '288','92','266588.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021171.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109435.0','1044826.0','16',    '15','9','19217.58',    '15','9','19217.58',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021172.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109436.0','1044826.0','9',    '9','3','6428.28',    '9','3','5258.31',    '4','1','1169.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021173.0','1019259.0','1',    '1','1','2057.14',    '1','1','1262.0',    '1','1','795.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109437.0','1044826.0','1',    '1','1','1238.54',    '1','1','1238.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021174.0','1019259.0','1',    '1','1','858.0',    '1','1','858.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109438.0','1044826.0','20',    '17','7','11790.51',    '17','7','11614.76',    '9','1','175.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021175.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109439.0','1044826.0','37',    '35','14','26067.26',    '34','13','21679.75',    '15','4','4387.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021176.0','1019259.0','1',    '1','1','1624.25',    '1','1','1008.0',    '1','1','616.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109440.0','1044826.0','1',    '1','1','25831.79',    '1','1','23406.82',    '1','1','2424.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021177.0','1019259.0','5',    '4','4','34288.27',    '4','4','34288.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109441.0','1044826.0','9',    '8','5','6871.34',    '8','5','6871.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021178.0','1019259.0','20',    '19','10','20815.25',    '19','9','20255.25',    '6','2','560.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109442.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021179.0','1019259.0','36',    '29','18','99945.9',    '29','17','98189.81',    '14','3','1756.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109443.0','1044826.0','1',    '1','1','4110.84',    '1','1','4110.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021180.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109444.0','1044826.0','2',    '2','1','1158.45',    '2','1','1158.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021181.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109445.0','1044826.0','4',    '4','3','29851.61',    '4','3','29851.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021182.0','1019259.0','6',    '6','4','16828.48',    '6','4','16828.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109446.0','1044826.0','2',    '2','2','21154.18',    '2','2','18202.7',    '1','1','2951.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021183.0','1019259.0','2',    '2','1','2155.91',    '2','1','2155.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109447.0','1044826.0','14',    '14','8','44485.4',    '14','8','44485.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021184.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109448.0','1044826.0','52',    '47','24','78956.02',    '45','23','75457.25',    '19','5','3498.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021185.0','1019259.0','1',    '1','1','15400.0',    '0','0','0.0',    '1','1','15400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109449.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021186.0','1019259.0','78',    '62','47','155000.46',    '59','47','152910.5',    '27','5','2089.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109450.0','1044826.0','2',    '2','1','2910.27',    '2','1','2910.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021187.0','1019259.0','1',    '1','1','1427.98',    '1','1','858.0',    '1','1','569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109451.0','1044826.0','3',    '3','2','10527.7',    '2','1','2542.7',    '3','2','7985.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021188.0','1019259.0','2',    '2','1','240.07',    '2','1','240.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109452.0','1044826.0','2',    '2','2','4196.46',    '2','2','4196.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021189.0','1019259.0','1',    '1','1','840.48',    '1','1','840.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109453.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021190.0','1019259.0','3',    '3','1','1888.71',    '3','1','1888.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109454.0','1044826.0','1',    '1','1','1967.68',    '1','1','1967.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021191.0','1019259.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109455.0','1044826.0','18',    '16','15','73693.05',    '16','15','73693.05',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021192.0','1019259.0','5',    '5','1','1475.02',    '5','1','1475.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109456.0','1044826.0','26',    '24','14','55139.8',    '23','14','55139.8',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021193.0','1019259.0','2',    '2','2','23671.6',    '2','2','23671.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109457.0','1044826.0','3',    '3','1','5521.8',    '3','1','5521.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021194.0','1019259.0','4',    '3','3','11708.03',    '3','3','11308.97',    '1','1','399.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109458.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021195.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109459.0','1044826.0','7',    '6','5','65155.23',    '6','5','62007.24',    '3','3','3147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021196.0','1019259.0','59',    '52','36','133337.55',    '50','33','118094.72',    '27','12','15242.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109460.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021197.0','1019259.0','20',    '16','6','43680.21',    '14','6','42905.88',    '7','1','774.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109461.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021198.0','1019259.0','228',    '206','151','879517.56',    '200','147','748432.78',    '121','40','131084.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109462.0','1044826.0','57',    '46','29','126523.04',    '42','27','113186.85',    '22','3','13336.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021199.0','1019259.0','4',    '3','3','5547.06',    '3','3','5547.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109463.0','1044826.0','48',    '45','31','87582.79',    '45','31','86324.42',    '13','2','1258.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021200.0','1019259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109464.0','1044826.0','123',    '116','87','355054.69',    '113','84','328591.7',    '51','12','26462.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021201.0','1019259.0','1',    '1','1','19661.4',    '1','1','19661.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109465.0','1044826.0','9',    '8','7','12236.45',    '8','7','11406.45',    '3','1','830.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021202.0','1019259.0','235',    '212','133','408022.65',    '207','119','355182.35',    '123','36','52840.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109466.0','1044826.0','1',    '1','1','879.86',    '1','1','879.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021203.0','1019259.0','214',    '191','107','353662.61',    '186','103','313944.12',    '95','23','39718.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109467.0','1044826.0','1',    '1','1','330.33',    '1','1','330.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021204.0','1019259.0','4',    '3','2','7765.0',    '3','2','7765.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109468.0','1044826.0','2',    '2','1','5496.89',    '2','1','722.89',    '1','1','4774.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2014161.0','1019259.0','11',    '8','5','13839.3',    '8','5','13839.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2102425.0','1044826.0','3',    '3','2','1852.0',    '2','2','1852.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021205.0','1019259.0','1',    '1','1','491.98',    '1','1','491.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109469.0','1044826.0','5',    '5','2','755.49',    '4','2','755.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021206.0','1019259.0','112',    '94','66','275687.57',    '91','64','257805.71',    '41','10','17881.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109470.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2014159.0','1019259.0','9',    '9','4','9398.16',    '9','3','6622.76',    '5','2','2775.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2102423.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2014094.0','1019259.0','3',    '3','2','3188.04',    '3','2','3188.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2102358.0','1044826.0','161',    '154','87','471038.45',    '154','80','458624.84',    '102','17','12413.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021207.0','1019259.0','7',    '4','3','4585.07',    '4','3','4585.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109471.0','1044826.0','1',    '1','1','1017.99',    '1','1','858.0',    '1','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2014347.0','1019259.0','76',    '72','43','231042.54',    '71','40','226209.43',    '51','11','4833.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2102611.0','1044826.0','7',    '6','2','2782.66',    '6','2','2782.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021208.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109472.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021209.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109473.0','1044826.0','4',    '4','4','18859.83',    '4','4','18859.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2014122.0','1019259.0','4',    '4','4','7318.42',    '4','4','7318.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2102386.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021210.0','1019259.0','27',    '23','9','21209.92',    '23','9','20810.86',    '13','1','399.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109474.0','1044826.0','68',    '65','23','102189.84',    '62','20','97969.82',    '37','9','4220.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021211.0','1019259.0','2',    '2','2','5341.8',    '2','2','5341.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109475.0','1044826.0','1',    '4','2','3716.13',    '4','2','3716.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021212.0','1019259.0','0',    '3','3','90900.0',    '3','3','90900.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109476.0','1044826.0','1',    '1','1','30300.0',    '1','1','9490.88',    '1','1','20809.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021213.0','1019259.0','7',    '19','14','116456.22',    '19','11','41713.85',    '15','11','74742.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109477.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021214.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109478.0','1044826.0','1',    '1','1','3412.15',    '1','1','3412.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021215.0','1019259.0','20',    '17','11','214347.41',    '17','10','187450.0',    '16','3','26897.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109479.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021216.0','1019259.0','2',    '2','1','847.56',    '2','1','847.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109480.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021217.0','1019259.0','5',    '4','2','9967.26',    '4','2','9967.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109481.0','1044826.0','5',    '5','3','10082.98',    '5','3','9394.37',    '5','2','688.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021218.0','1019259.0','2',    '2','1','882.36',    '2','1','882.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109482.0','1044826.0','13',    '13','8','18601.13',    '12','8','16684.67',    '8','2','1916.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014214.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102478.0','1044826.0','54',    '52','19','109109.36',    '50','19','103236.37',    '31','5','5872.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014093.0','1019259.0','25',    '141','116','1019221.24',    '139','80','420596.88',    '112','86','598624.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102357.0','1044826.0','39',    '33','18','135619.92',    '32','18','131924.91',    '18','2','3695.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014217.0','1019259.0','12',    '33','27','250868.89',    '30','11','56507.13',    '28','24','194361.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102481.0','1044826.0','1',    '1','1','3264.99',    '1','0','0.0',    '1','1','3264.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014125.0','1019259.0','130',    '119','60','224440.13',    '111','50','186304.17',    '96','25','38135.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102389.0','1044826.0','2',    '6','5','12971.51',    '6','4','9676.53',    '4','3','3294.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014129.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102393.0','1044826.0','19',    '65','57','737999.34',    '61','37','185976.05',    '52','43','552023.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021219.0','1019259.0','2',    '8','6','13808.77',    '8','3','5013.8',    '7','5','8794.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109483.0','1044826.0','8',    '7','5','122110.0',    '7','5','122110.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021220.0','1019259.0','1',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109484.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021221.0','1019259.0','1',    '1','1','30300.0',    '1','1','21881.2',    '1','1','8418.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109485.0','1044826.0','28',    '21','7','13926.09',    '20','5','13606.11',    '15','2','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021222.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109486.0','1044826.0','3',    '3','1','7104.11',    '3','1','6999.11',    '1','1','105.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021223.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109487.0','1044826.0','6',    '4','1','659.56',    '4','1','659.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021224.0','1019259.0','4',    '4','1','612.0',    '1','0','0.0',    '3','1','612.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109488.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014385.0','1019259.0','271',    '241','155','1476547.03',    '227','142','1402177.79',    '146','44','74369.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102649.0','1044826.0','5',    '25','22','124926.81',    '25','17','87342.0',    '23','18','37584.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014084.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102348.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021225.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109489.0','1044826.0','0',    '1','1','36503.35',    '1','1','29805.63',    '1','1','6697.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021226.0','1019259.0','7',    '7','4','31466.75',    '7','3','31306.76',    '5','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109490.0','1044826.0','1',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021227.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109491.0','1044826.0','1',    '1','1','1195.36',    '1','1','1195.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021228.0','1019259.0','2',    '2','2','3019.45',    '2','2','3019.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109492.0','1044826.0','1',    '1','1','981.67',    '1','1','981.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021229.0','1019259.0','2',    '2','1','1226.38',    '1','1','1226.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109493.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021230.0','1019259.0','5',    '4','2','2601.92',    '3','2','2601.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109494.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021231.0','1019259.0','7',    '6','3','34297.24',    '6','3','34297.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109495.0','1044826.0','1',    '1','1','685.56',    '1','1','685.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021232.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109496.0','1044826.0','4',    '3','3','50199.87',    '3','2','33245.0',    '3','2','16954.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021233.0','1019259.0','3',    '16','13','168639.78',    '14','8','84932.75',    '7','7','83707.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109497.0','1044826.0','1',    '1','1','12571.63',    '1','1','1108.0',    '1','1','11463.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021234.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109498.0','1044826.0','3',    '2','1','803.8',    '2','1','803.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021235.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109499.0','1044826.0','58',    '52','24','66202.41',    '52','24','56504.47',    '17','8','9697.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021236.0','1019259.0','22',    '16','9','165956.81',    '16','8','155623.58',    '14','3','10333.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109500.0','1044826.0','47',    '44','15','72613.35',    '44','15','67354.9',    '16','6','5258.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014134.0','1019259.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102398.0','1044826.0','2',    '2','2','3511.96',    '2','2','3511.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021237.0','1019259.0','27',    '26','11','25568.57',    '25','8','23372.45',    '21','5','2196.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109501.0','1044826.0','1',    '1','1','2776.0',    '1','0','0.0',    '1','1','2776.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014104.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102368.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021238.0','1019259.0','3',    '2','1','1258.37',    '2','1','1258.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109502.0','1044826.0','24',    '67','59','410266.96',    '66','40','184159.39',    '58','54','226107.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014139.0','1019259.0','42',    '35','17','78656.74',    '32','15','68103.95',    '24','7','10552.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102403.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021239.0','1019259.0','34',    '30','23','40652.57',    '30','23','40652.57',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109503.0','1044826.0','2',    '2','1','3904.0',    '2','1','3904.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021240.0','1019259.0','5',    '5','3','7920.17',    '5','3','7920.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109504.0','1044826.0','0',    '1','1','2530.0',    '1','0','0.0',    '1','1','2530.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014230.0','1019259.0','1',    '1','1','18804.18',    '1','1','18002.24',    '1','1','801.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102494.0','1044826.0','5',    '5','2','39331.64',    '5','2','32905.0',    '4','1','6426.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021241.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109505.0','1044826.0','19',    '19','4','28368.3',    '19','3','19454.82',    '7','2','8913.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021242.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109506.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021243.0','1019259.0','2',    '2','1','29948.95',    '2','1','7948.95',    '1','1','22000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109507.0','1044826.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021244.0','1019259.0','0',    '3','3','7188.36',    '3','3','4445.89',    '2','2','2742.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109508.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021245.0','1019259.0','21',    '19','11','148018.45',    '19','10','132201.63',    '12','4','15816.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109509.0','1044826.0','1',    '1','1','27087.47',    '1','1','27087.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021246.0','1019259.0','5',    '4','1','923.16',    '3','1','923.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109510.0','1044826.0','1',    '1','1','5999.05',    '1','1','5999.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014100.0','1019259.0','61',    '57','23','69908.74',    '55','21','59555.03',    '29','8','10353.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102364.0','1044826.0','53',    '50','18','196413.19',    '45','18','142542.72',    '32','6','53870.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021247.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109511.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021248.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109512.0','1044826.0','1',    '1','1','5894.1',    '1','1','5894.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021249.0','1019259.0','26',    '22','9','39595.53',    '20','8','38135.55',    '12','2','1459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109513.0','1044826.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021250.0','1019259.0','3',    '3','1','14723.16',    '3','1','14723.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109514.0','1044826.0','28',    '25','8','80235.74',    '23','7','79505.75',    '15','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021251.0','1019259.0','2',    '2','1','5378.42',    '2','1','5378.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109515.0','1044826.0','25',    '25','6','11034.01',    '25','4','10144.03',    '7','2','889.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014137.0','1019259.0','22',    '12','6','16153.25',    '7','4','6956.94',    '10','3','9196.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102401.0','1044826.0','8',    '19','13','137015.26',    '17','9','32020.27',    '13','8','104994.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021252.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109516.0','1044826.0','0',    '1','1','24465.2',    '1','1','9613.4',    '1','1','14851.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021253.0','1019259.0','5',    '5','5','20205.62',    '5','4','20045.63',    '2','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109517.0','1044826.0','6',    '6','4','102057.53',    '6','4','84132.63',    '5','2','17924.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014147.0','1019259.0','2',    '1','1','7594.1',    '1','1','7594.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102411.0','1044826.0','1',    '1','1','6834.24',    '1','1','6834.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021254.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109518.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014236.0','1019259.0','5',    '5','3','8078.76',    '5','3','8078.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102500.0','1044826.0','93',    '79','26','72861.54',    '72','24','67969.08',    '36','7','4892.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021255.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109519.0','1044826.0','1',    '1','1','2693.78',    '1','1','2693.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021256.0','1019259.0','6',    '5','3','9629.88',    '5','2','9469.89',    '3','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109520.0','1044826.0','9',    '9','8','22022.98',    '9','5','4964.02',    '6','6','17058.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021257.0','1019259.0','7',    '7','4','24545.45',    '7','4','23933.45',    '5','1','612.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109521.0','1044826.0','9',    '8','1','1348.04',    '7','1','1348.04',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021258.0','1019259.0','8',    '7','3','4886.37',    '7','3','4166.38',    '4','1','719.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109522.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021259.0','1019259.0','2',    '1','1','7705.64',    '1','1','7705.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109523.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014345.0','1019259.0','46',    '41','14','22599.37',    '33','11','20264.37',    '32','4','2335.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102609.0','1044826.0','1',    '26','25','133674.16',    '26','13','53837.29',    '23','22','79836.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021260.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109524.0','1044826.0','30',    '23','14','291459.75',    '18','13','281019.65',    '18','3','10440.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014177.0','1019259.0','30',    '27','18','37780.02',    '27','17','37280.02',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102441.0','1044826.0','2',    '2','2','31341.12',    '2','2','31341.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014191.0','1019259.0','5',    '5','2','20018.22',    '5','2','17948.25',    '1','1','2069.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102455.0','1044826.0','2',    '2','1','712.78',    '2','1','712.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021261.0','1019259.0','1',    '1','1','2522.53',    '1','1','2522.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109525.0','1044826.0','2',    '2','2','53093.97',    '2','2','49409.36',    '2','2','3684.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021262.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109526.0','1044826.0','10',    '10','5','26685.13',    '10','5','25675.65',    '4','1','1009.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2014140.0','1019259.0','7',    '24','22','140967.36',    '22','9','69832.42',    '22','17','71134.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2102404.0','1044826.0','4',    '3','1','1388.73',    '3','1','378.48',    '2','1','1010.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021263.0','1019259.0','1',    '1','1','16432.44',    '1','1','16432.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109527.0','1044826.0','2',    '2','1','1369.86',    '2','1','1369.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021264.0','1019259.0','10',    '8','5','62345.1',    '8','5','34987.96',    '8','4','27357.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109528.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014231.0','1019259.0','9',    '7','4','7805.45',    '6','3','7075.46',    '4','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102495.0','1044826.0','167',    '150','58','295531.32',    '131','40','253465.05',    '92','28','42066.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021265.0','1019259.0','4',    '4','2','9779.54',    '4','2','9779.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109529.0','1044826.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021266.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109530.0','1044826.0','10',    '7','4','101201.33',    '6','4','92078.0',    '6','1','9123.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021267.0','1019259.0','3',    '3','2','9119.77',    '3','2','9119.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109531.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021268.0','1019259.0','2',    '2','1','1850.62',    '2','1','1850.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109532.0','1044826.0','3',    '3','2','6519.36',    '3','2','6519.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021269.0','1019259.0','8',    '7','1','2857.36',    '7','1','2857.36',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109533.0','1044826.0','1',    '1','1','3204.94',    '1','1','3204.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014150.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102414.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021270.0','1019259.0','1',    '1','1','715.94',    '1','1','715.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109534.0','1044826.0','7',    '4','3','7054.6',    '4','3','6324.61',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021271.0','1019259.0','8',    '8','6','43630.41',    '8','6','42576.19',    '7','3','1054.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109535.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014112.0','1019259.0','21',    '21','10','8186.54',    '21','10','8186.54',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102376.0','1044826.0','4',    '4','3','11223.66',    '4','3','10493.67',    '2','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014220.0','1019259.0','1',    '1','1','2772.08',    '1','1','2772.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102484.0','1044826.0','114',    '89','52','121288.86',    '83','42','89086.98',    '56','17','32201.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021272.0','1019259.0','86',    '75','36','119194.14',    '71','29','90110.04',    '52','16','29084.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109536.0','1044826.0','3',    '3','1','6867.96',    '3','1','6867.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021273.0','1019259.0','3',    '2','2','30529.98',    '2','1','30300.0',    '2','1','229.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109537.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021274.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109538.0','1044826.0','94',    '73','37','183626.61',    '69','30','152223.0',    '50','15','31403.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021275.0','1019259.0','4',    '19','17','165587.6',    '19','10','42159.5',    '14','13','123428.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109539.0','1044826.0','6',    '5','2','2534.93',    '5','2','2534.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014436.0','1019259.0','15',    '40','35','661061.36',    '39','32','429729.03',    '29','23','231332.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102700.0','1044826.0','3',    '3','1','873.77',    '3','1','873.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021276.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109540.0','1044826.0','5',    '4','2','31282.8',    '4','2','31282.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021277.0','1019259.0','1',    '1','1','29865.75',    '1','1','23085.32',    '1','1','6780.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109541.0','1044826.0','55',    '43','19','68198.91',    '43','14','55486.51',    '27','8','12712.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021278.0','1019259.0','190',    '147','88','384055.24',    '120','52','255624.88',    '125','62','128430.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109542.0','1044826.0','0',    '5','2','900.0',    '5','0','0.0',    '2','2','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021279.0','1019259.0','1',    '1','1','1070.05',    '1','1','1070.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109543.0','1044826.0','8',    '40','31','473031.39',    '39','27','178943.74',    '34','29','294087.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021280.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109544.0','1044826.0','26',    '24','2','38080.04',    '24','2','38080.04',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021281.0','1019259.0','924',    '831','580','1624743.87',    '772','456','1190112.09',    '592','298','434631.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109545.0','1044826.0','84',    '71','31','100586.19',    '68','26','72736.91',    '38','11','27849.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014157.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102421.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014121.0','1019259.0','1',    '1','1','1966.91',    '1','1','1510.0',    '1','1','456.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102385.0','1044826.0','34',    '30','25','132639.07',    '28','23','124904.07',    '9','2','7735.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021282.0','1019259.0','39',    '37','19','106576.6',    '36','17','99029.94',    '27','5','7546.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109546.0','1044826.0','3',    '3','1','1560.02',    '3','1','1560.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021283.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109547.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021284.0','1019259.0','0',    '1','1','3843.99',    '1','1','3684.0',    '1','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109548.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021285.0','1019259.0','8',    '6','5','70579.56',    '5','4','53628.63',    '4','3','16950.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109549.0','1044826.0','2',    '2','2','2718.27',    '2','2','2718.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021286.0','1019259.0','3',    '2','2','14276.67',    '2','2','14276.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109550.0','1044826.0','3',    '3','1','1406.32',    '3','1','1406.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021287.0','1019259.0','338',    '311','190','1167167.38',    '301','178','1096067.95',    '187','57','71099.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109551.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021288.0','1019259.0','1',    '1','1','16609.99',    '1','0','0.0',    '1','1','16609.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109552.0','1044826.0','5',    '4','2','24298.45',    '4','2','24298.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021289.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109553.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021290.0','1019259.0','1',    '1','1','1526.64',    '1','1','1526.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109554.0','1044826.0','1',    '1','1','1350.0',    '1','1','1350.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014245.0','1019259.0','2',    '2','1','2343.07',    '2','1','2343.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102509.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014225.0','1019259.0','5',    '5','3','2524.74',    '5','2','1461.42',    '4','2','1063.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102489.0','1044826.0','8',    '69','54','250465.18',    '68','24','98437.37',    '54','42','152027.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021291.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109555.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021292.0','1019259.0','14',    '9','2','2213.76',    '9','1','1751.64',    '8','2','462.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109556.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021293.0','1019259.0','28',    '23','18','87567.89',    '21','18','84282.78',    '10','1','3285.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109557.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021294.0','1019259.0','27',    '25','21','54960.2',    '23','19','54317.3',    '13','4','642.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109558.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021295.0','1019259.0','87',    '81','48','208002.22',    '80','41','195858.55',    '49','18','12143.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109559.0','1044826.0','9',    '9','7','107026.9',    '9','7','96078.06',    '9','2','10948.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014144.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102408.0','1044826.0','1',    '1','1','1713.51',    '1','1','1553.52',    '1','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001469.0',    '2021296.0','1019259.0','15',    '42','35','651147.05',    '41','29','515962.69',    '28','16','135184.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005959.0',    '2109560.0','1044826.0','7',    '7','4','25985.19',    '7','4','11322.93',    '4','1','14662.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014158.0','1019259.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102422.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014242.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102506.0','1044826.0','30',    '25','10','42953.27',    '22','8','32997.33',    '18','6','9955.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021297.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109561.0','1044826.0','3',    '3','1','687.4',    '3','1','687.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021298.0','1019259.0','12',    '12','8','49606.5',    '12','8','47060.74',    '5','1','2545.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109562.0','1044826.0','82',    '80','33','37118.26',    '80','33','36094.77',    '41','5','1023.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021299.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109563.0','1044826.0','7',    '19','12','87656.38',    '18','8','15791.46',    '13','9','71864.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021300.0','1019259.0','0',    '1','1','7850.0',    '1','1','4800.0',    '1','1','3050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109564.0','1044826.0','18',    '17','9','219664.65',    '16','9','212201.34',    '14','1','7463.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021301.0','1019259.0','5',    '5','2','319.98',    '5','0','0.0',    '2','2','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109565.0','1044826.0','1',    '1','1','10358.46',    '1','1','1514.0',    '1','1','8844.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021302.0','1019259.0','10',    '8','3','9210.57',    '7','3','6582.54',    '5','1','2628.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109566.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021303.0','1019259.0','0',    '1','1','11000.0',    '1','0','0.0',    '1','1','11000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109567.0','1044826.0','20',    '16','11','40051.31',    '16','11','34553.62',    '6','2','5497.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014228.0','1019259.0','2',    '3','3','22330.62',    '3','3','17314.03',    '2','2','5016.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102492.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014224.0','1019259.0','4',    '3','1','4898.79',    '3','1','1813.8',    '2','1','3084.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102488.0','1044826.0','2',    '2','1','30300.0',    '2','1','30300.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021304.0','1019259.0','2',    '2','1','30300.0',    '2','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109568.0','1044826.0','1',    '1','1','2322.67',    '1','1','2322.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021305.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109569.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014195.0','1019259.0','71',    '66','30','113467.99',    '61','23','99379.49',    '39','9','14088.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102459.0','1044826.0','18',    '14','5','7738.52',    '14','4','7126.52',    '6','1','612.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021306.0','1019259.0','29',    '26','16','106248.85',    '26','15','101249.69',    '11','1','4999.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109570.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014351.0','1019259.0','7',    '7','3','11039.21',    '6','3','11039.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102615.0','1044826.0','1',    '1','1','3549.13',    '1','1','3549.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014181.0','1019259.0','4',    '4','2','33542.02',    '4','2','33542.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102445.0','1044826.0','2',    '2','2','23859.89',    '2','2','23859.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021307.0','1019259.0','1',    '1','1','1898.0',    '1','1','1898.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109571.0','1044826.0','10',    '6','1','4515.22',    '6','1','4515.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021308.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109572.0','1044826.0','2',    '2','1','1940.37',    '2','1','1940.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021309.0','1019259.0','3',    '3','1','828.28',    '3','1','828.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109573.0','1044826.0','39',    '38','29','180922.6',    '38','29','170450.81',    '20','6','10471.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021310.0','1019259.0','13',    '11','3','4972.86',    '11','3','4972.86',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109574.0','1044826.0','35',    '34','17','83502.77',    '32','16','71701.74',    '20','4','11801.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021311.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109575.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021312.0','1019259.0','4',    '4','1','1135.99',    '4','1','1135.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109576.0','1044826.0','9',    '9','9','13181.29',    '9','9','13181.29',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021313.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109577.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014216.0','1019259.0','4',    '3','2','8724.29',    '3','2','8724.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102480.0','1044826.0','4',    '2','2','6923.43',    '2','2','6923.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021314.0','1019259.0','24',    '23','16','134213.24',    '23','16','132418.7',    '12','4','1794.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109578.0','1044826.0','12',    '12','5','6937.68',    '12','5','6937.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021315.0','1019259.0','64',    '54','34','77665.38',    '46','25','46912.37',    '35','14','30753.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109579.0','1044826.0','40',    '39','15','67755.0',    '32','12','48595.7',    '30','8','19159.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021316.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109580.0','1044826.0','6',    '5','2','1692.89',    '3','1','1207.89',    '4','1','485.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021317.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109581.0','1044826.0','3',    '3','2','1803.9',    '3','2','1803.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021318.0','1019259.0','77',    '56','46','158641.65',    '54','45','143984.2',    '26','11','14657.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109582.0','1044826.0','6',    '4','2','834.03',    '4','1','254.04',    '4','2','579.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021319.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109583.0','1044826.0','4',    '4','3','5910.36',    '4','3','5910.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021320.0','1019259.0','1',    '1','1','408.35',    '1','1','408.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109584.0','1044826.0','31',    '28','10','11643.55',    '28','10','11643.55',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014109.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102373.0','1044826.0','4',    '4','1','604.76',    '3','1','604.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021321.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109585.0','1044826.0','1',    '1','1','859.65',    '1','1','859.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021322.0','1019259.0','1',    '1','1','2398.83',    '1','1','2398.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109586.0','1044826.0','34',    '28','8','48029.2',    '26','8','41580.32',    '15','1','6448.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021323.0','1019259.0','5',    '5','3','30074.25',    '5','3','30074.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109587.0','1044826.0','762',    '645','442','1240329.98',    '555','297','794717.59',    '518','270','445612.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021324.0','1019259.0','18',    '11','5','18758.8',    '10','4','10518.69',    '7','2','8240.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109588.0','1044826.0','1',    '1','1','3771.9',    '1','1','3771.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021325.0','1019259.0','43',    '38','24','77537.13',    '34','21','75399.22',    '23','5','2137.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109589.0','1044826.0','2',    '2','1','13436.12',    '2','1','9828.44',    '1','1','3607.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021326.0','1019259.0','2',    '2','1','181.54',    '2','1','181.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109590.0','1044826.0','1',    '1','1','2167.84',    '1','1','1704.5',    '1','1','463.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021327.0','1019259.0','1',    '1','1','7469.69',    '1','1','7469.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109591.0','1044826.0','3',    '3','3','15399.38',    '3','3','15399.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021328.0','1019259.0','14',    '11','6','16764.72',    '11','6','14026.56',    '5','3','2738.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109592.0','1044826.0','2982',    '2690','1751','4302784.29',    '2458','1367','3057409.26',    '2053','935','1245375.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014375.0','1019259.0','100',    '83','46','321247.27',    '81','46','302820.56',    '40','12','18426.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102639.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021329.0','1019259.0','4',    '4','3','6139.48',    '4','3','6139.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109593.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021330.0','1019259.0','6',    '4','3','8201.59',    '4','3','8201.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109594.0','1044826.0','2',    '2','2','1495.0',    '1','1','1416.0',    '1','1','79.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021331.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109595.0','1044826.0','7',    '7','4','29029.12',    '6','4','29029.12',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021332.0','1019259.0','32',    '26','21','36076.95',    '23','15','27806.04',    '14','8','8270.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109596.0','1044826.0','1',    '1','1','4519.51',    '1','1','4519.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021333.0','1019259.0','1',    '1','1','8315.35',    '1','1','6406.0',    '1','1','1909.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109597.0','1044826.0','10',    '9','3','42400.78',    '9','3','42400.78',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021334.0','1019259.0','1',    '1','1','3558.21',    '1','1','3558.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109598.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021335.0','1019259.0','13',    '10','2','3236.55',    '8','2','2575.8',    '6','1','660.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109599.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021336.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109600.0','1044826.0','2',    '2','2','32813.13',    '2','2','32813.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021337.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109601.0','1044826.0','41',    '36','32','114917.48',    '36','32','112946.3',    '19','7','1971.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021338.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109602.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021339.0','1019259.0','1',    '1','1','992.24',    '1','1','992.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109603.0','1044826.0','2',    '2','2','3480.03',    '2','2','3480.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021340.0','1019259.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109604.0','1044826.0','302',    '269','132','326393.72',    '250','116','292310.62',    '156','41','34083.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021341.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109605.0','1044826.0','12',    '11','2','6036.26',    '10','2','5886.32',    '6','1','149.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021342.0','1019259.0','4',    '4','3','33608.48',    '4','3','33608.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109606.0','1044826.0','22',    '21','12','40063.05',    '20','12','37809.73',    '10','4','2253.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021343.0','1019259.0','2',    '1','1','736.54',    '1','1','736.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109607.0','1044826.0','1',    '1','1','1026.0',    '1','1','1026.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021344.0','1019259.0','7',    '6','3','32719.82',    '6','3','32719.82',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109608.0','1044826.0','19',    '15','6','38064.13',    '14','4','34510.27',    '10','3','3553.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021345.0','1019259.0','408',    '331','168','472516.27',    '249','106','240197.85',    '275','105','232318.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109609.0','1044826.0','22',    '21','17','93635.27',    '19','15','89282.44',    '12','4','4352.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021346.0','1019259.0','14',    '10','1','19763.72',    '10','1','19763.72',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109610.0','1044826.0','2',    '2','1','4670.61',    '2','1','4670.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021347.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109611.0','1044826.0','3',    '3','3','11630.33',    '3','3','10116.98',    '3','1','1513.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021348.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109612.0','1044826.0','81',    '67','33','300839.1',    '65','33','295769.9',    '35','4','5069.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021349.0','1019259.0','3',    '3','3','3192.06',    '3','3','2992.07',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109613.0','1044826.0','1',    '1','1','2880.51',    '1','1','2880.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021350.0','1019259.0','24',    '23','15','30935.56',    '23','12','27073.85',    '11','4','3861.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109614.0','1044826.0','83',    '73','48','183721.59',    '72','45','158656.05',    '39','10','25065.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021351.0','1019259.0','198',    '167','97','633810.73',    '159','85','470662.77',    '106','48','163147.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109615.0','1044826.0','10',    '10','4','32554.61',    '10','4','32554.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021352.0','1019259.0','7',    '5','4','5133.58',    '5','4','4933.59',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109616.0','1044826.0','1870',    '1664','1223','3201970.44',    '1492','907','2233857.64',    '1263','663','968112.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021353.0','1019259.0','6',    '6','4','26548.15',    '6','4','25807.84',    '3','1','740.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109617.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021354.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109618.0','1044826.0','30',    '28','14','58338.79',    '27','14','56331.03',    '13','2','2007.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021355.0','1019259.0','909',    '833','360','1182675.61',    '788','280','1073952.97',    '521','144','108722.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109619.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021356.0','1019259.0','9',    '9','8','50989.71',    '9','8','50989.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109620.0','1044826.0','5',    '4','2','19613.86',    '4','2','19613.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021358.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109622.0','1044826.0','17',    '15','6','7636.74',    '12','5','7024.74',    '9','1','612.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014346.0','1019259.0','16',    '14','4','25405.19',    '10','4','25405.19',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102610.0','1044826.0','3',    '3','2','8630.93',    '3','2','8430.94',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021359.0','1019259.0','8',    '7','2','18274.97',    '7','2','9045.74',    '4','1','9229.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109623.0','1044826.0','1',    '1','1','3249.66',    '1','1','3249.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021360.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109624.0','1044826.0','28',    '27','13','93654.26',    '24','11','67850.15',    '20','8','25804.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021361.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109625.0','1044826.0','4',    '2','2','2365.52',    '2','2','2365.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021362.0','1019259.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109626.0','1044826.0','10',    '7','4','13659.24',    '7','4','12389.28',    '5','2','1269.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021363.0','1019259.0','2',    '2','2','7119.93',    '2','2','7119.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109627.0','1044826.0','543',    '472','297','969712.05',    '453','273','731153.49',    '306','94','238558.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021364.0','1019259.0','2',    '2','1','225.56',    '2','0','0.0',    '2','1','225.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109628.0','1044826.0','20',    '14','6','12135.01',    '12','5','10725.76',    '11','2','1409.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021365.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109629.0','1044826.0','24',    '7','2','15000.0',    '1','0','0.0',    '6','2','15000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021366.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109630.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021367.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109631.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021368.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109632.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021369.0','1019259.0','1',    '1','1','5870.61',    '1','1','4900.63',    '1','1','969.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109633.0','1044826.0','1',    '1','1','1148.92',    '1','1','1148.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021370.0','1019259.0','12',    '10','8','5780.59',    '10','7','5555.03',    '6','1','225.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109634.0','1044826.0','38',    '30','14','25419.1',    '24','12','23215.63',    '19','4','2203.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021371.0','1019259.0','100',    '91','34','120860.72',    '87','34','120460.74',    '48','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109635.0','1044826.0','14',    '11','2','434.99',    '8','0','0.0',    '9','2','434.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021372.0','1019259.0','26',    '15','10','20524.64',    '14','9','20374.56',    '5','1','150.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109636.0','1044826.0','1',    '1','1','949.4',    '1','1','949.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021373.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109637.0','1044826.0','5',    '5','3','53584.79',    '5','3','53584.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021374.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109638.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021375.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109639.0','1044826.0','4',    '2','1','7500.0',    '0','0','0.0',    '2','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021376.0','1019259.0','109',    '87','33','49283.53',    '83','32','48883.55',    '42','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109640.0','1044826.0','20',    '18','7','6926.67',    '18','7','6926.67',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021377.0','1019259.0','42',    '32','24','101732.84',    '31','24','98115.93',    '14','4','3616.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109641.0','1044826.0','9',    '9','6','21845.99',    '8','6','21280.99',    '7','1','565.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021378.0','1019259.0','6',    '6','2','2960.16',    '6','2','2960.16',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109642.0','1044826.0','6',    '5','4','10723.81',    '5','4','10723.81',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021379.0','1019259.0','277',    '254','123','337805.13',    '247','116','319676.04',    '157','25','18129.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109643.0','1044826.0','1',    '1','1','613.76',    '1','1','613.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014336.0','1019259.0','3',    '3','2','4349.45',    '3','2','4349.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102600.0','1044826.0','51',    '45','36','195452.34',    '43','34','169636.66',    '27','13','25815.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021380.0','1019259.0','9',    '9','5','13826.11',    '9','5','13826.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109644.0','1044826.0','15',    '15','6','48503.61',    '15','6','46723.64',    '7','2','1779.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021381.0','1019259.0','130',    '111','66','374221.28',    '103','58','230648.66',    '102','55','143572.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109645.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021382.0','1019259.0','1244',    '1082','822','12815078.1',    '1043','779','11479203.95',    '810','405','1335874.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109646.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014452.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102716.0','1044826.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021383.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109647.0','1044826.0','1006',    '926','539','1318545.89',    '859','449','1050197.44',    '635','221','268348.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021384.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109648.0','1044826.0','6',    '5','4','8983.65',    '5','4','8983.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021385.0','1019259.0','19',    '13','3','10209.29',    '13','3','9747.81',    '5','1','461.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109649.0','1044826.0','3',    '2','1','995.86',    '2','1','995.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021386.0','1019259.0','2',    '1','1','2827.91',    '1','1','2827.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109650.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021387.0','1019259.0','28',    '24','10','28507.3',    '24','10','28507.3',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109651.0','1044826.0','1',    '1','1','2101.86',    '1','1','2101.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021388.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109652.0','1044826.0','17',    '14','5','22026.74',    '13','5','22026.74',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021389.0','1019259.0','59',    '57','35','129599.37',    '55','34','124391.14',    '33','7','5208.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109653.0','1044826.0','222',    '199','101','259430.8',    '192','91','204897.52',    '121','26','54533.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014270.0','1019259.0','106',    '102','59','128188.94',    '100','54','122475.09',    '66','15','5713.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102534.0','1044826.0','2',    '2','1','2580.52',    '2','1','2580.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021390.0','1019259.0','23',    '21','8','33152.23',    '21','8','33152.23',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109654.0','1044826.0','2',    '1','1','921.55',    '1','1','921.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021391.0','1019259.0','5',    '4','1','5362.24',    '4','1','5362.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109655.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021392.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109656.0','1044826.0','1',    '1','1','244.9',    '1','1','244.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014322.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102586.0','1044826.0','82',    '72','42','139055.81',    '65','41','79712.57',    '53','23','59343.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014667.0','1019259.0','42',    '34','21','90468.34',    '31','19','84143.92',    '22','7','6324.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102931.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021393.0','1019259.0','9',    '9','4','5012.24',    '9','4','5012.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109657.0','1044826.0','7',    '5','1','2894.17',    '5','1','2894.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021394.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109658.0','1044826.0','3',    '2','2','8333.02',    '2','2','8333.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021395.0','1019259.0','8',    '7','5','4115.16',    '7','5','4115.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109659.0','1044826.0','26',    '21','13','45929.84',    '20','13','45729.85',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021396.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109660.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021397.0','1019259.0','13',    '11','3','1080.7',    '11','2','580.7',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109661.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021398.0','1019259.0','67',    '58','45','194566.09',    '58','42','193684.37',    '42','4','881.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109662.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014263.0','1019259.0','3',    '1','1','134.37',    '1','1','134.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102527.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021399.0','1019259.0','11',    '11','4','8042.99',    '10','4','6454.7',    '8','1','1588.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109663.0','1044826.0','35',    '31','10','67317.21',    '31','10','64925.52',    '15','2','2391.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014438.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102702.0','1044826.0','20',    '17','2','13467.3',    '17','2','13467.3',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021400.0','1019259.0','21',    '19','4','5359.9',    '18','3','2503.55',    '11','2','2856.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109664.0','1044826.0','1',    '1','1','1879.9',    '1','1','1879.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021401.0','1019259.0','1',    '1','1','19094.8',    '1','1','19094.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109665.0','1044826.0','2',    '2','1','471.88',    '2','1','471.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014490.0','1019259.0','9',    '9','3','32937.43',    '8','3','32937.43',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102754.0','1044826.0','8',    '6','4','29642.45',    '6','3','28779.11',    '6','2','863.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021402.0','1019259.0','18',    '16','10','19957.5',    '13','8','17262.26',    '6','3','2695.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109666.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014668.0','1019259.0','4',    '3','2','8948.91',    '2','2','8948.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102932.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021403.0','1019259.0','8',    '6','3','14430.5',    '6','3','14430.5',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109667.0','1044826.0','1720',    '1559','1048','2306431.93',    '1404','804','1566249.82',    '1209','553','740182.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021404.0','1019259.0','2',    '2','1','864.77',    '2','1','864.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109668.0','1044826.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021405.0','1019259.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109669.0','1044826.0','340',    '287','209','925163.51',    '270','174','807398.89',    '203','87','117764.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021406.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109670.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021407.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109671.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021408.0','1019259.0','1',    '1','1','2867.32',    '1','1','2867.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109672.0','1044826.0','1',    '1','1','1456.0',    '1','1','1456.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021409.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109673.0','1044826.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021410.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109674.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021411.0','1019259.0','81',    '70','53','218116.1',    '66','50','209057.55',    '40','15','9058.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109675.0','1044826.0','41',    '26','8','46000.0',    '0','0','0.0',    '26','8','46000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021412.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109676.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021413.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109677.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014138.0','1019259.0','203',    '174','129','255978.42',    '161','103','180194.03',    '120','55','75784.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102402.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021414.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109678.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021415.0','1019259.0','2',    '1','1','1915.1',    '1','1','1915.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109679.0','1044826.0','9',    '7','5','17181.23',    '6','5','16948.86',    '5','1','232.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021416.0','1019259.0','31',    '27','16','35084.95',    '26','15','30871.98',    '19','3','4212.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109680.0','1044826.0','3',    '3','3','4790.62',    '3','3','4790.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014267.0','1019259.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102531.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021417.0','1019259.0','26',    '25','10','32941.57',    '22','8','8744.09',    '18','7','24197.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109681.0','1044826.0','35',    '28','13','22193.73',    '24','12','12840.32',    '22','4','9353.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021418.0','1019259.0','9',    '7','5','8949.35',    '7','4','6970.53',    '6','2','1978.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109682.0','1044826.0','31',    '23','11','26979.98',    '22','11','23889.9',    '13','5','3090.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021419.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109683.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021420.0','1019259.0','2',    '1','1','3660.07',    '1','0','0.0',    '1','1','3660.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109684.0','1044826.0','72',    '56','43','320027.95',    '55','42','313550.81',    '27','10','6477.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021421.0','1019259.0','8',    '8','7','10901.54',    '8','6','7670.25',    '5','4','3231.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109685.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021422.0','1019259.0','2',    '2','2','9467.25',    '2','2','9467.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109686.0','1044826.0','3',    '3','1','19000.44',    '3','1','19000.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021423.0','1019259.0','3',    '2','1','12322.41',    '2','1','11040.63',    '1','1','1281.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109687.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021424.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109688.0','1044826.0','13',    '9','2','1456.18',    '9','2','1456.18',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021425.0','1019259.0','1652',    '1499','996','2259679.3',    '1381','775','1537249.8',    '1123','517','722429.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109689.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021426.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109690.0','1044826.0','12',    '10','1','154.87',    '7','1','154.87',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021427.0','1019259.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109691.0','1044826.0','1',    '1','1','1680.28',    '1','1','1480.29',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021428.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109692.0','1044826.0','44',    '41','32','113316.49',    '39','32','109907.48',    '22','8','3409.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021429.0','1019259.0','4',    '4','2','2414.44',    '4','2','2414.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109693.0','1044826.0','285',    '241','198','1757289.91',    '228','183','1653906.85',    '161','60','103383.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021430.0','1019259.0','2',    '2','2','5968.36',    '2','2','5968.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109694.0','1044826.0','5',    '4','3','2414.88',    '4','2','2014.9',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021431.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109695.0','1044826.0','33',    '27','15','91905.0',    '26','13','76085.71',    '15','7','15819.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021432.0','1019259.0','6',    '6','3','21508.63',    '5','3','16003.97',    '4','1','5504.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109696.0','1044826.0','1',    '1','1','4060.66',    '1','1','3860.67',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021433.0','1019259.0','5',    '5','4','14483.36',    '5','3','14283.37',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109697.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021434.0','1019259.0','6',    '5','4','4822.69',    '5','4','4822.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109698.0','1044826.0','6',    '4','3','4771.36',    '4','3','4771.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021435.0','1019259.0','41',    '35','29','94664.9',    '35','29','89981.29',    '14','6','4683.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109699.0','1044826.0','15',    '12','10','38042.27',    '12','10','35076.88',    '7','4','2965.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021436.0','1019259.0','2',    '2','1','699.36',    '2','1','699.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109700.0','1044826.0','8',    '7','1','3561.92',    '6','1','3561.92',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014429.0','1019259.0','256',    '232','126','406101.42',    '220','113','372451.04',    '135','32','33650.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102693.0','1044826.0','109',    '91','58','182482.64',    '88','55','160495.01',    '49','13','21987.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021437.0','1019259.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109701.0','1044826.0','150',    '141','55','141311.74',    '139','49','139035.13',    '78','9','2276.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021438.0','1019259.0','96',    '88','25','36791.34',    '81','21','33183.26',    '45','6','3608.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109702.0','1044826.0','175',    '169','74','84879.47',    '167','65','81249.5',    '124','18','3629.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021439.0','1019259.0','42',    '39','20','26890.44',    '39','20','26690.45',    '20','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109703.0','1044826.0','109',    '106','62','118496.52',    '106','57','116696.61',    '66','9','1799.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014686.0','1019259.0','5',    '5','3','3834.09',    '5','2','2980.6',    '4','1','853.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102950.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021440.0','1019259.0','15',    '15','12','50980.54',    '15','12','50380.57',    '9','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109704.0','1044826.0','11',    '9','5','16836.36',    '9','4','15984.84',    '3','1','851.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021441.0','1019259.0','43',    '42','12','17863.05',    '41','11','16043.0',    '23','4','1820.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109705.0','1044826.0','114',    '99','48','94716.25',    '98','43','81082.56',    '62','10','13633.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021442.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109706.0','1044826.0','1',    '1','1','387.44',    '1','1','387.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021443.0','1019259.0','15',    '13','9','50206.27',    '13','8','49016.69',    '10','1','1189.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109707.0','1044826.0','14',    '12','3','2946.14',    '11','3','2946.14',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021444.0','1019259.0','31',    '27','14','86024.14',    '25','13','62186.42',    '19','4','23837.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109708.0','1044826.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014240.0','1019259.0','34',    '32','16','12539.85',    '31','16','12539.85',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102504.0','1044826.0','7',    '2','2','3073.49',    '2','1','2220.0',    '1','1','853.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021445.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109709.0','1044826.0','812',    '760','430','1219064.33',    '738','369','981232.65',    '518','155','237831.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021446.0','1019259.0','861',    '765','291','661406.33',    '723','228','570751.14',    '467','112','90655.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109710.0','1044826.0','6',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021447.0','1019259.0','62',    '55','28','44567.32',    '53','26','42153.06',    '33','7','2414.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109711.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021448.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109712.0','1044826.0','154',    '150','92','104655.97',    '145','87','100812.88',    '100','16','3843.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021449.0','1019259.0','199',    '187','80','177686.4',    '186','65','159696.05',    '103','27','17990.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109713.0','1044826.0','86',    '78','34','55114.64',    '72','33','54688.9',    '43','3','425.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021450.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109714.0','1044826.0','1',    '1','1','6553.88',    '1','1','1640.0',    '1','1','4913.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014381.0','1019259.0','906',    '823','465','3946683.86',    '803','421','3480744.0',    '552','192','465939.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102645.0','1044826.0','84',    '75','44','88065.22',    '74','38','78959.04',    '52','13','9106.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021451.0','1019259.0','32',    '29','20','85935.12',    '28','18','81650.54',    '18','7','4284.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109715.0','1044826.0','14',    '13','7','18949.72',    '13','6','18749.73',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021452.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109716.0','1044826.0','124',    '118','76','196943.94',    '113','66','159666.48',    '80','24','37277.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021453.0','1019259.0','3',    '2','1','7581.89',    '2','1','1640.0',    '1','1','5941.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109717.0','1044826.0','4',    '4','2','3291.93',    '4','2','3291.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014498.0','1019259.0','15',    '13','8','16164.75',    '13','7','15352.6',    '11','2','812.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102762.0','1044826.0','6',    '6','4','4586.63',    '6','4','4586.63',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021454.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109718.0','1044826.0','42',    '37','20','52705.3',    '36','15','40154.41',    '26','10','12550.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021455.0','1019259.0','153',    '139','71','194620.42',    '134','66','171811.2',    '101','22','22809.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109719.0','1044826.0','454',    '432','214','523690.72',    '422','207','510876.16',    '266','36','12814.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021456.0','1019259.0','1888',    '1718','837','1958788.17',    '1659','760','1771359.59',    '1059','225','187428.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109720.0','1044826.0','58',    '50','35','86038.32',    '50','33','73791.36',    '36','9','12246.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021457.0','1019259.0','41',    '36','17','72699.12',    '34','15','59183.02',    '21','6','13516.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109721.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021458.0','1019259.0','410',    '381','240','1006576.9',    '372','221','925774.58',    '262','83','80802.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109722.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021459.0','1019259.0','200',    '184','64','125922.62',    '180','59','113187.98',    '116','10','12734.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109723.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021460.0','1019259.0','16',    '14','5','13585.05',    '13','5','13132.88',    '9','1','452.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109724.0','1044826.0','229',    '209','157','691065.66',    '196','148','593302.22',    '111','36','97763.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021461.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109725.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021462.0','1019259.0','45',    '39','16','37458.41',    '37','15','37098.38',    '21','2','360.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109726.0','1044826.0','1',    '1','1','1648.72',    '1','1','1648.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021463.0','1019259.0','211',    '200','103','149705.18',    '199','92','143195.89',    '127','23','6509.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109727.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021464.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109728.0','1044826.0','609',    '498','275','2953273.53',    '478','254','2344040.52',    '355','137','609233.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014531.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102795.0','1044826.0','2',    '2','1','5116.08',    '1','1','5116.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021465.0','1019259.0','58',    '55','40','73554.26',    '55','36','68955.12',    '37','12','4599.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109729.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021466.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109730.0','1044826.0','25',    '20','10','125455.87',    '19','8','98346.07',    '17','7','27109.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021467.0','1019259.0','605',    '565','317','699709.1',    '563','287','639681.01',    '359','79','60028.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109731.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021468.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109732.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021469.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109733.0','1044826.0','1',    '1','1','400.0',    '0','0','0.0',    '1','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021470.0','1019259.0','302',    '274','118','201795.11',    '270','109','189288.38',    '160','23','12506.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109734.0','1044826.0','114',    '101','41','118795.6',    '95','33','103767.64',    '64','13','15027.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021471.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109735.0','1044826.0','25',    '22','10','25358.22',    '22','8','24958.24',    '13','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014172.0','1019259.0','93',    '82','34','82142.19',    '79','31','80219.18',    '48','8','1923.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102436.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021472.0','1019259.0','380',    '340','125','739371.06',    '328','114','663220.46',    '211','41','76150.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109736.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021473.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109737.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021474.0','1019259.0','4',    '3','2','3189.32',    '3','2','3189.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109738.0','1044826.0','120',    '108','60','177524.56',    '103','37','96514.05',    '76','32','81010.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014136.0','1019259.0','129',    '118','73','140366.64',    '118','67','131742.56',    '77','19','8624.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102400.0','1044826.0','411',    '381','189','396849.27',    '376','174','383982.2',    '241','43','12867.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021475.0','1019259.0','15',    '14','6','9727.19',    '14','5','9536.4',    '9','1','190.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109739.0','1044826.0','37',    '34','17','34932.73',    '33','16','34132.77',    '21','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021476.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109740.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021477.0','1019259.0','1',    '1','1','7744.42',    '1','1','2138.0',    '1','1','5606.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109741.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021478.0','1019259.0','154',    '131','75','251269.33',    '127','65','183720.95',    '84','24','67548.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109742.0','1044826.0','636',    '553','289','1919917.61',    '538','263','1337109.52',    '351','136','582808.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021479.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109743.0','1044826.0','3',    '2','1','485.0',    '2','0','0.0',    '2','1','485.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021480.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109744.0','1044826.0','1',    '1','1','391.41',    '1','1','391.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021481.0','1019259.0','11',    '8','6','22526.4',    '8','5','9992.55',    '6','4','12533.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109745.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014248.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102512.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021482.0','1019259.0','183',    '167','94','292572.98',    '162','83','247839.37',    '105','26','44733.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109746.0','1044826.0','1',    '1','1','400.0',    '1','0','0.0',    '1','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021483.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109747.0','1044826.0','198',    '183','112','220130.36',    '180','105','204482.19',    '125','23','15648.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021484.0','1019259.0','5',    '3','3','9687.2',    '3','2','2212.36',    '3','1','7474.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109748.0','1044826.0','118',    '103','61','164881.32',    '101','54','141258.99',    '67','17','23622.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021485.0','1019259.0','165',    '158','93','144518.41',    '157','85','139080.02',    '112','28','5438.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109749.0','1044826.0','12',    '11','4','25443.56',    '10','4','24022.65',    '6','1','1420.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021486.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109750.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021487.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109751.0','1044826.0','32',    '29','19','27019.14',    '29','18','26619.16',    '21','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014420.0','1019259.0','78',    '71','40','73353.91',    '68','32','51602.3',    '45','11','21751.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102684.0','1044826.0','3',    '2','1','6500.0',    '1','0','0.0',    '2','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021488.0','1019259.0','1',    '1','1','2242.47',    '1','1','2242.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109752.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021489.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109753.0','1044826.0','4',    '4','2','2512.06',    '4','2','2512.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021490.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109754.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021491.0','1019259.0','418',    '373','200','476966.46',    '366','179','421417.35',    '257','67','55549.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109755.0','1044826.0','44',    '38','27','79324.8',    '38','26','76333.75',    '25','7','2991.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021492.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109756.0','1044826.0','4',    '4','3','2318.76',    '4','3','2318.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021493.0','1019259.0','1',    '1','1','3073.78',    '1','1','3073.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109757.0','1044826.0','2',    '2','1','19327.16',    '2','1','19327.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021494.0','1019259.0','222',    '179','128','1439642.73',    '173','114','938811.38',    '142','94','500831.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109758.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021495.0','1019259.0','40',    '33','20','58887.07',    '31','19','54747.58',    '21','3','4139.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109759.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021496.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109760.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021497.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109761.0','1044826.0','66',    '59','42','238761.62',    '56','38','119916.54',    '48','27','118845.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021498.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109762.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021499.0','1019259.0','266',    '243','118','376138.67',    '236','107','345239.27',    '142','32','30899.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109763.0','1044826.0','85',    '73','19','23233.66',    '68','15','18264.23',    '56','6','4969.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021500.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109764.0','1044826.0','87',    '75','45','147537.63',    '75','43','138934.15',    '49','12','8603.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014287.0','1019259.0','176',    '156','82','188100.24',    '150','73','155699.61',    '102','24','32400.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102551.0','1044826.0','212',    '197','120','250428.88',    '192','111','236040.82',    '133','32','14388.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021501.0','1019259.0','17',    '16','2','2460.2',    '16','2','2460.2',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109765.0','1044826.0','2',    '2','2','9769.96',    '2','2','9769.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021502.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109766.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021503.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109767.0','1044826.0','70',    '50','28','289278.7',    '46','24','237414.62',    '38','21','51864.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021504.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109768.0','1044826.0','95',    '85','26','52741.38',    '83','24','47022.32',    '46','8','5719.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021505.0','1019259.0','63',    '63','36','74504.86',    '59','22','44424.25',    '51','27','30080.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109769.0','1044826.0','1',    '1','1','101.8',    '1','0','0.0',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021506.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109770.0','1044826.0','1',    '1','1','2986.13',    '1','1','2535.15',    '1','1','450.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021507.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109771.0','1044826.0','121',    '120','75','185807.88',    '117','52','139145.22',    '85','41','46662.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021508.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109772.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021509.0','1019259.0','1',    '1','1','2056.16',    '1','1','2056.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109773.0','1044826.0','29',    '28','12','56618.82',    '27','11','52222.74',    '18','2','4396.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021510.0','1019259.0','3',    '3','2','1010.58',    '3','0','0.0',    '3','2','1010.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109774.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021511.0','1019259.0','16',    '15','13','7693.07',    '15','12','7493.08',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109775.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021512.0','1019259.0','4',    '3','1','5816.57',    '3','1','5816.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109776.0','1044826.0','92',    '82','27','44795.13',    '79','25','39520.72',    '40','5','5274.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021513.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109777.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014437.0','1019259.0','513',    '464','203','428369.48',    '447','180','381839.7',    '280','60','46529.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102701.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021514.0','1019259.0','282',    '249','66','154587.21',    '241','62','141668.92',    '113','13','12918.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109778.0','1044826.0','20',    '15','9','140508.63',    '14','9','135120.61',    '11','2','5388.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021515.0','1019259.0','12',    '12','7','14017.58',    '12','4','10689.13',    '10','4','3328.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109779.0','1044826.0','9',    '9','2','842.09',    '6','2','842.09',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021516.0','1019259.0','8',    '8','4','18038.42',    '7','3','16793.54',    '5','2','1244.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109780.0','1044826.0','42',    '33','21','100768.33',    '32','20','74610.88',    '17','10','26157.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021517.0','1019259.0','249',    '239','143','373240.98',    '236','90','232476.97',    '170','102','140764.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109781.0','1044826.0','63',    '63','52','701428.99',    '63','45','581680.39',    '54','34','119748.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021518.0','1019259.0','1',    '1','1','373.79',    '1','0','0.0',    '1','1','373.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109782.0','1044826.0','5',    '4','1','372.4',    '3','1','372.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021519.0','1019259.0','23',    '23','15','39161.72',    '23','9','36467.32',    '17','9','2694.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109783.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021520.0','1019259.0','1',    '1','1','34.99',    '1','0','0.0',    '1','1','34.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109784.0','1044826.0','41',    '39','12','27292.92',    '38','11','26640.76',    '20','2','652.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014198.0','1019259.0','5',    '5','2','1177.32',    '5','2','777.34',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102462.0','1044826.0','136',    '123','44','121782.1',    '119','41','117325.67',    '73','9','4456.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021521.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109785.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021522.0','1019259.0','8',    '5','3','4089.25',    '5','2','3889.26',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109786.0','1044826.0','4',    '4','2','518.22',    '4','2','518.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014298.0','1019259.0','21',    '18','8','22222.28',    '17','1','10279.0',    '13','8','11943.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102562.0','1044826.0','1',    '1','1','382.67',    '1','0','0.0',    '1','1','382.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021523.0','1019259.0','3',    '3','1','1788.74',    '3','1','1588.75',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109787.0','1044826.0','1',    '1','1','7000.0',    '1','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021524.0','1019259.0','59',    '59','22','32975.49',    '59','16','19566.52',    '36','10','13408.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109788.0','1044826.0','2',    '2','2','8215.7',    '1','1','1715.7',    '2','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021525.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109789.0','1044826.0','46',    '45','15','22602.81',    '44','15','20627.4',    '26','4','1975.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021526.0','1019259.0','48',    '48','37','579354.21',    '47','36','454701.32',    '41','22','124652.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109790.0','1044826.0','44',    '41','16','27038.23',    '40','14','26438.26',    '27','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014639.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102903.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021527.0','1019259.0','79',    '74','45','182288.81',    '73','43','177565.67',    '54','10','4723.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109791.0','1044826.0','73',    '71','50','525327.59',    '68','40','447803.56',    '58','28','77524.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021528.0','1019259.0','1',    '1','1','12316.82',    '1','1','1824.0',    '1','1','10492.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109792.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021529.0','1019259.0','15',    '12','2','1946.48',    '12','2','1946.48',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109793.0','1044826.0','78',    '68','29','58728.14',    '65','26','57633.2',    '42','6','1094.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021530.0','1019259.0','2',    '1','1','173.92',    '1','1','173.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109794.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021531.0','1019259.0','29',    '28','18','21633.7',    '28','7','13486.55',    '23','15','8147.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109795.0','1044826.0','1',    '1','1','2040.22',    '1','1','2040.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021532.0','1019259.0','1',    '1','1','101.8',    '1','0','0.0',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109796.0','1044826.0','62',    '61','53','748224.13',    '60','49','559840.4',    '53','36','188383.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021533.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109797.0','1044826.0','4',    '4','3','13559.06',    '4','3','13408.97',    '2','2','150.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021534.0','1019259.0','2',    '1','1','452.17',    '1','0','0.0',    '1','1','452.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109798.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021535.0','1019259.0','869',    '813','495','3747561.66',    '800','468','3367018.84',    '551','157','380542.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109799.0','1044826.0','2',    '2','1','412.37',    '2','1','412.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014379.0','1019259.0','1',    '1','1','24128.54',    '1','1','17128.54',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102643.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021536.0','1019259.0','79',    '77','61','378147.3',    '75','45','311871.41',    '69','42','66275.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109800.0','1044826.0','35',    '32','5','9924.62',    '30','5','9924.62',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014531.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102795.0','1044826.0','7',    '6','4','7191.79',    '6','4','7191.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021537.0','1019259.0','1',    '1','1','400.0',    '1','0','0.0',    '1','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109801.0','1044826.0','85',    '74','45','454615.14',    '72','44','399688.51',    '46','14','54926.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021538.0','1019259.0','2',    '2','1','868.82',    '2','1','868.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109802.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021539.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109803.0','1044826.0','63',    '60','48','461266.07',    '57','35','375020.28',    '54','34','86245.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021540.0','1019259.0','70',    '70','42','163627.05',    '69','33','139272.97',    '55','17','24354.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109804.0','1044826.0','1',    '1','1','707.0',    '1','1','707.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021541.0','1019259.0','1',    '1','1','2944.98',    '1','1','2944.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109805.0','1044826.0','54',    '53','30','391557.46',    '51','25','308665.15',    '38','20','82892.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021542.0','1019259.0','2',    '2','2','12048.2',    '2','1','6348.34',    '2','2','5699.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109806.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014409.0','1019259.0','1',    '1','1','169.51',    '1','1','169.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102673.0','1044826.0','21',    '21','7','6822.57',    '21','5','6182.18',    '10','4','640.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021543.0','1019259.0','1',    '1','1','981.8',    '1','0','0.0',    '1','1','981.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109807.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014227.0','1019259.0','8',    '8','5','18099.0',    '7','5','18099.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102491.0','1044826.0','297',    '274','134','317947.61',    '267','115','285045.11',    '165','30','32902.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021544.0','1019259.0','52',    '46','12','89364.66',    '45','12','81093.36',    '28','4','8271.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109808.0','1044826.0','9',    '8','2','2180.84',    '7','2','2180.84',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021545.0','1019259.0','2',    '2','2','432.73',    '2','2','432.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109809.0','1044826.0','23',    '22','6','17181.46',    '21','6','17181.46',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014406.0','1019259.0','2',    '2','2','3134.81',    '2','1','1133.01',    '2','2','2001.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102670.0','1044826.0','152',    '140','49','84084.89',    '137','41','66782.81',    '88','13','17302.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021546.0','1019259.0','23',    '23','12','7769.37',    '23','4','3593.55',    '15','10','4175.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109810.0','1044826.0','2',    '1','1','30300.0',    '1','1','28009.24',    '1','1','2290.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021547.0','1019259.0','5',    '5','5','107654.61',    '5','5','95565.24',    '5','1','12089.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109811.0','1044826.0','20',    '16','2','2397.14',    '15','2','2397.14',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021548.0','1019259.0','38',    '37','19','67364.18',    '37','18','66727.34',    '25','3','636.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109812.0','1044826.0','83',    '82','63','660639.43',    '82','50','540522.58',    '65','41','120116.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021549.0','1019259.0','1',    '1','1','3435.97',    '1','1','3435.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109813.0','1044826.0','61',    '60','42','373411.61',    '56','39','287914.68',    '53','25','85496.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021550.0','1019259.0','3',    '3','1','251.74',    '3','0','0.0',    '2','1','251.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109814.0','1044826.0','93',    '88','60','96698.78',    '88','49','91469.93',    '64','20','5228.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021551.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109815.0','1044826.0','4',    '3','1','1076.74',    '3','1','1076.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021552.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109816.0','1044826.0','10',    '8','2','10627.81',    '8','2','10627.81',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021553.0','1019259.0','360',    '336','185','631067.23',    '329','174','606631.87',    '220','39','24435.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109817.0','1044826.0','3',    '3','2','1942.1',    '3','2','1942.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021554.0','1019259.0','16',    '14','4','9483.25',    '14','2','7834.69',    '11','4','1648.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109818.0','1044826.0','3',    '2','2','2065.08',    '2','2','2065.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021555.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109819.0','1044826.0','5',    '5','1','29620.62',    '4','1','19594.02',    '2','1','10026.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021556.0','1019259.0','16',    '15','15','235135.14',    '15','11','169474.52',    '15','12','65660.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109820.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014418.0','1019259.0','12',    '10','4','9830.83',    '10','3','9330.83',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102682.0','1044826.0','3',    '3','1','1398.0',    '3','1','1398.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014246.0','1019259.0','69',    '65','35','78304.71',    '64','34','71887.6',    '33','8','6417.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102510.0','1044826.0','1065',    '998','575','1457372.29',    '988','530','1370686.4',    '618','134','86685.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021557.0','1019259.0','11',    '11','5','24125.42',    '11','4','17944.35',    '8','4','6181.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109821.0','1044826.0','9',    '9','5','42802.95',    '8','4','39232.95',    '7','1','3570.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014210.0','1019259.0','3',    '3','1','834.5',    '3','1','834.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102474.0','1044826.0','2',    '2','1','2164.71',    '2','1','1964.72',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021558.0','1019259.0','1',    '1','1','1767.81',    '1','1','1245.82',    '1','1','521.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109822.0','1044826.0','3',    '3','2','32847.05',    '3','2','32847.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021559.0','1019259.0','4',    '3','2','3572.54',    '3','2','3572.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109823.0','1044826.0','5',    '4','3','2227.23',    '4','2','2125.43',    '3','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021560.0','1019259.0','1',    '1','1','400.0',    '1','0','0.0',    '1','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109824.0','1044826.0','35',    '33','17','10836.29',    '28','9','7922.27',    '27','11','2914.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021561.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109825.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014162.0','1019259.0','10',    '8','2','3221.09',    '6','2','3221.09',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102426.0','1044826.0','305',    '284','138','570075.89',    '278','124','541764.81',    '177','48','28311.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021562.0','1019259.0','30',    '28','18','65049.79',    '26','16','45612.35',    '23','8','19437.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109826.0','1044826.0','210',    '191','86','438134.89',    '178','75','394191.12',    '107','31','43943.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021563.0','1019259.0','47',    '46','34','53306.6',    '44','26','37431.17',    '42','27','15875.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109827.0','1044826.0','109',    '105','76','1042780.29',    '102','64','834027.89',    '91','52','208752.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021564.0','1019259.0','1',    '1','1','31274.71',    '1','1','21636.11',    '1','1','9638.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109828.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021565.0','1019259.0','13',    '11','6','19423.51',    '11','5','15852.57',    '8','3','3570.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109829.0','1044826.0','110',    '97','29','85385.71',    '91','22','68968.93',    '59','11','16416.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021566.0','1019259.0','6',    '6','4','76749.51',    '6','4','65564.0',    '5','2','11185.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109830.0','1044826.0','213',    '206','116','279340.11',    '205','111','261473.23',    '129','37','17866.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021567.0','1019259.0','6',    '6','3','1729.26',    '6','2','1050.08',    '5','2','679.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109831.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021568.0','1019259.0','83',    '79','36','62391.78',    '78','19','42426.24',    '51','21','19965.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109832.0','1044826.0','1',    '1','1','2841.38',    '1','1','2841.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021569.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109833.0','1044826.0','1',    '1','1','1932.0',    '1','1','1932.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021570.0','1019259.0','27',    '24','13','8729.25',    '24','12','8329.27',    '13','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109834.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021571.0','1019259.0','13',    '13','6','5775.86',    '13','6','5775.86',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109835.0','1044826.0','22',    '21','12','69155.41',    '21','8','40432.25',    '14','10','28723.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021572.0','1019259.0','5',    '5','4','54691.49',    '5','4','28860.12',    '5','4','25831.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109836.0','1044826.0','410',    '357','225','1313529.85',    '344','217','1065925.09',    '238','83','247604.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021573.0','1019259.0','11',    '8','4','3037.42',    '8','4','3037.42',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109837.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021574.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109838.0','1044826.0','8',    '8','3','4229.81',    '8','3','4229.81',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021575.0','1019259.0','28',    '25','17','19372.37',    '25','16','18572.41',    '12','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109839.0','1044826.0','1',    '1','1','13319.02',    '1','1','12013.36',    '1','1','1305.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021576.0','1019259.0','7',    '7','4','5879.25',    '6','4','5879.25',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109840.0','1044826.0','49',    '47','13','79002.54',    '47','11','72359.77',    '23','5','6642.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014282.0','1019259.0','1',    '1','1','174.74',    '1','1','174.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102546.0','1044826.0','2',    '1','1','904.34',    '1','0','0.0',    '1','1','904.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021577.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109841.0','1044826.0','37',    '34','23','145525.93',    '34','23','116241.04',    '25','13','29284.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021578.0','1019259.0','111',    '106','64','74998.58',    '103','61','68170.68',    '70','11','6827.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109842.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021579.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109843.0','1044826.0','6',    '6','4','33769.06',    '6','2','33428.67',    '5','3','340.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021580.0','1019259.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109844.0','1044826.0','54',    '51','8','8977.36',    '50','6','7975.23',    '29','2','1002.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021581.0','1019259.0','8',    '6','3','1380.34',    '6','2','398.54',    '5','1','981.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109845.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021582.0','1019259.0','1',    '1','1','5553.17',    '1','1','5553.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109846.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021583.0','1019259.0','12',    '11','7','10578.41',    '11','3','2435.32',    '8','5','8143.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109847.0','1044826.0','28',    '26','10','20613.41',    '25','10','20613.41',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021584.0','1019259.0','24',    '24','12','9884.25',    '24','7','7365.96',    '12','8','2518.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109848.0','1044826.0','19',    '18','8','6421.71',    '18','8','6221.72',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021585.0','1019259.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109849.0','1044826.0','289',    '273','92','208041.25',    '270','81','191497.67',    '170','28','16543.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021586.0','1019259.0','116',    '107','49','104935.08',    '103','46','92822.35',    '68','11','12112.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109850.0','1044826.0','1',    '1','1','4916.4',    '1','1','1016.4',    '1','1','3900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021587.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109851.0','1044826.0','134',    '121','67','247289.61',    '116','62','205502.56',    '76','21','41787.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021588.0','1019259.0','58',    '48','17','57542.41',    '46','17','49200.9',    '29','2','8341.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109852.0','1044826.0','166',    '159','131','677106.14',    '158','130','643874.94',    '121','21','33231.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014462.0','1019259.0','5',    '5','3','4444.7',    '5','3','3642.16',    '2','1','802.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102726.0','1044826.0','11',    '8','7','10590.08',    '8','5','8241.92',    '5','3','2348.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021589.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109853.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014404.0','1019259.0','20',    '20','8','10646.07',    '19','5','8831.89',    '10','4','1814.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102668.0','1044826.0','91',    '87','35','72469.66',    '82','33','59431.06',    '54','5','13038.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021590.0','1019259.0','619',    '571','338','1996860.95',    '537','244','1492736.74',    '430','219','504124.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109854.0','1044826.0','226',    '194','85','237497.31',    '187','76','129722.86',    '104','37','107774.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021591.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109855.0','1044826.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021592.0','1019259.0','1',    '1','1','324.3',    '1','0','0.0',    '1','1','324.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109856.0','1044826.0','9',    '9','7','176701.01',    '9','7','167097.79',    '8','1','9603.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021593.0','1019259.0','72',    '68','25','90072.93',    '63','22','85523.94',    '41','5','4548.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109857.0','1044826.0','1',    '1','1','5509.9',    '1','1','4960.0',    '1','1','549.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021594.0','1019259.0','22',    '22','11','26607.73',    '22','10','20470.83',    '15','3','6136.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109858.0','1044826.0','1',    '1','1','18621.29',    '1','1','10497.05',    '1','1','8124.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021595.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109859.0','1044826.0','10',    '10','8','39694.96',    '10','8','35765.32',    '8','3','3929.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014349.0','1019259.0','293',    '267','151','331258.1',    '265','144','313497.74',    '176','33','17760.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102613.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014306.0','1019259.0','29',    '28','20','27607.15',    '28','20','27059.28',    '21','1','547.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102570.0','1044826.0','41',    '39','25','56089.3',    '37','21','47912.32',    '28','11','8176.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021596.0','1019259.0','1',    '1','1','174.32',    '1','1','174.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109860.0','1044826.0','36',    '35','15','22882.54',    '35','13','22337.58',    '21','3','544.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014434.0','1019259.0','183',    '177','84','501936.83',    '173','76','448622.28',    '114','38','53314.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102698.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021597.0','1019259.0','1',    '1','1','2240.48',    '1','1','1125.84',    '1','1','1114.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109861.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021598.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109862.0','1044826.0','121',    '120','71','137087.22',    '119','68','129468.64',    '85','18','7618.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021599.0','1019259.0','1',    '1','1','29700.0',    '1','1','21959.71',    '1','1','7740.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109863.0','1044826.0','5',    '5','3','4535.51',    '5','3','4335.52',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021600.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109864.0','1044826.0','173',    '155','99','444554.17',    '149','94','361740.13',    '77','38','82814.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021601.0','1019259.0','10',    '10','5','1850.97',    '10','2','896.78',    '6','4','954.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109865.0','1044826.0','6',    '6','2','485.59',    '6','1','285.6',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021602.0','1019259.0','16',    '15','10','12446.94',    '15','9','11205.69',    '10','4','1241.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109866.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021603.0','1019259.0','10',    '10','1','635.98',    '10','1','635.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109867.0','1044826.0','231',    '213','79','180550.36',    '208','76','167117.3',    '124','15','13433.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021604.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109868.0','1044826.0','432',    '401','178','387876.9',    '397','165','353292.95',    '238','40','34583.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021605.0','1019259.0','2',    '2','1','2537.04',    '2','1','2537.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109869.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021606.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109870.0','1044826.0','22',    '16','11','43165.89',    '16','11','43165.89',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021607.0','1019259.0','57',    '56','26','42690.04',    '51','12','34034.21',    '36','19','8655.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109871.0','1044826.0','53',    '51','10','43011.66',    '48','10','43011.66',    '29','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021608.0','1019259.0','12',    '12','6','7028.29',    '12','2','6371.15',    '8','4','657.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109872.0','1044826.0','3',    '3','1','3048.65',    '3','1','2596.48',    '2','1','452.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021609.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109873.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014173.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102437.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021610.0','1019259.0','471',    '416','182','761033.37',    '401','157','685881.57',    '236','67','75151.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109874.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014264.0','1019259.0','1',    '1','1','7000.0',    '1','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102528.0','1044826.0','28',    '28','19','178992.52',    '27','14','142365.8',    '25','11','36626.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021611.0','1019259.0','1',    '1','1','421.8',    '1','1','421.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109875.0','1044826.0','191',    '180','113','305406.22',    '166','70','223334.11',    '146','83','82072.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021612.0','1019259.0','9',    '9','4','2307.62',    '8','3','1427.62',    '2','1','880.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109876.0','1044826.0','1',    '1','1','101.8',    '1','0','0.0',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021613.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109877.0','1044826.0','32',    '32','8','18018.09',    '32','8','16569.92',    '20','2','1448.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021614.0','1019259.0','5',    '5','3','4879.36',    '5','3','3620.01',    '4','3','1259.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109878.0','1044826.0','26',    '26','16','160838.13',    '25','11','145722.34',    '20','10','15115.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021615.0','1019259.0','1',    '1','1','204.58',    '1','1','102.78',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109879.0','1044826.0','9',    '9','2','9582.12',    '9','2','9282.24',    '8','1','299.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021616.0','1019259.0','20',    '19','13','24005.73',    '18','13','14608.38',    '17','9','9397.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109880.0','1044826.0','10',    '10','6','8722.67',    '10','4','7771.05',    '4','3','951.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021617.0','1019259.0','1',    '1','1','786.73',    '1','0','0.0',    '1','1','786.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109881.0','1044826.0','1',    '1','1','1592.56',    '1','1','1592.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021618.0','1019259.0','129',    '127','47','29693.85',    '122','19','18636.95',    '97','34','11056.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109882.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021619.0','1019259.0','70',    '68','29','77305.06',    '68','21','67334.95',    '42','13','9970.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109883.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021620.0','1019259.0','602',    '593','278','328608.02',    '582','155','260597.46',    '442','211','68010.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109884.0','1044826.0','2',    '2','1','945.8',    '2','1','844.0',    '2','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021621.0','1019259.0','25',    '25','18','50063.02',    '25','14','45507.19',    '22','10','4555.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109885.0','1044826.0','83',    '82','27','37057.63',    '81','16','26515.98',    '63','14','10541.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021622.0','1019259.0','9',    '8','3','20895.11',    '8','3','15448.66',    '8','2','5446.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109886.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021623.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109887.0','1044826.0','1',    '1','1','5143.92',    '1','1','5143.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014448.0','1019259.0','596',    '584','218','270782.74',    '570','122','174020.99',    '379','133','96761.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102712.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014402.0','1019259.0','1',    '1','1','2157.81',    '1','1','2157.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102666.0','1044826.0','1',    '1','1','724.4',    '1','1','724.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021624.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109888.0','1044826.0','456',    '404','223','1477636.67',    '386','165','1126408.76',    '283','127','351227.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021625.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109889.0','1044826.0','1',    '1','1','2061.6',    '1','1','1920.6',    '1','1','141.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021626.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109890.0','1044826.0','1',    '1','1','1813.79',    '1','1','1813.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021627.0','1019259.0','1',    '1','1','2318.78',    '1','1','2318.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109891.0','1044826.0','1',    '1','1','1034.2',    '1','1','632.52',    '1','1','401.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021628.0','1019259.0','1',    '1','1','6460.64',    '1','1','6460.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109892.0','1044826.0','18',    '18','9','6688.67',    '17','4','6179.67',    '12','5','509.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014289.0','1019259.0','51',    '49','34','120042.28',    '49','33','109907.34',    '27','9','10134.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102553.0','1044826.0','1',    '1','1','696.35',    '1','1','163.85',    '1','1','532.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021629.0','1019259.0','75',    '73','51','191931.29',    '63','39','155526.03',    '61','33','36405.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109893.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021630.0','1019259.0','35',    '33','18','26550.95',    '31','15','20720.41',    '25','7','5830.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109894.0','1044826.0','2',    '2','1','1196.76',    '2','1','1196.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021631.0','1019259.0','1',    '1','1','444.66',    '1','1','444.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109895.0','1044826.0','1',    '1','1','2013.68',    '1','1','2013.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021632.0','1019259.0','8',    '7','5','30063.45',    '7','4','27362.83',    '5','2','2700.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109896.0','1044826.0','1',    '1','1','109.99',    '1','0','0.0',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021633.0','1019259.0','84',    '67','50','248468.66',    '65','45','214657.81',    '39','17','33810.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109897.0','1044826.0','53',    '53','14','5264.59',    '52','4','1371.55',    '39','13','3893.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021634.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109898.0','1044826.0','133',    '123','82','326062.24',    '118','78','294560.94',    '79','19','31501.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021635.0','1019259.0','2',    '2','2','8362.35',    '2','2','8038.05',    '2','1','324.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109899.0','1044826.0','2',    '2','2','1687.47',    '2','1','1278.0',    '2','2','409.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021636.0','1019259.0','7',    '7','6','10198.4',    '7','5','7291.2',    '7','4','2907.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109900.0','1044826.0','6',    '5','3','13915.98',    '5','3','7525.15',    '2','1','6390.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021637.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109901.0','1044826.0','1',    '1','1','5513.76',    '1','1','5513.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014502.0','1019259.0','5',    '5','3','1227.18',    '5','2','1125.38',    '3','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102766.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021638.0','1019259.0','75',    '75','46','61723.65',    '75','33','55096.52',    '59','28','6627.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109902.0','1044826.0','60',    '58','35','65035.19',    '56','23','48975.9',    '47','24','16059.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014374.0','1019259.0','229',    '226','112','182002.44',    '222','81','159140.29',    '173','74','22862.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102638.0','1044826.0','497',    '487','267','2047754.3',    '470','185','1658956.01',    '357','156','388798.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014294.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102558.0','1044826.0','1',    '1','1','1288.93',    '1','1','1288.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021639.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109903.0','1044826.0','7',    '7','3','506.98',    '6','1','80.88',    '3','2','426.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021640.0','1019259.0','52',    '48','28','77797.26',    '47','27','73216.11',    '18','4','4581.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109904.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021641.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109905.0','1044826.0','32',    '29','17','28699.11',    '28','13','19489.49',    '18','7','9209.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021642.0','1019259.0','1',    '1','1','101.8',    '0','0','0.0',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109906.0','1044826.0','1',    '1','1','849.76',    '1','1','849.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021643.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109907.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014348.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102612.0','1044826.0','5',    '5','5','5717.14',    '5','4','4031.74',    '3','3','1685.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021644.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109908.0','1044826.0','3',    '3','2','1261.45',    '3','1','757.97',    '3','2','503.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021645.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109909.0','1044826.0','22',    '22','17','322928.93',    '22','16','274514.49',    '21','10','48414.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014422.0','1019259.0','22',    '22','18','188720.28',    '22','14','183542.1',    '17','9','5178.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102686.0','1044826.0','35',    '34','19','127693.84',    '31','16','98697.73',    '17','9','28996.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021646.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109910.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021647.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109911.0','1044826.0','12',    '10','10','79355.84',    '10','10','78501.75',    '9','2','854.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021648.0','1019259.0','32',    '32','21','141059.58',    '31','15','100675.67',    '27','17','40383.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109912.0','1044826.0','4',    '3','1','2276.69',    '3','1','2276.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021649.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109913.0','1044826.0','1',    '1','1','886.28',    '1','1','886.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014561.0','1019259.0','2',    '2','1','5199.52',    '1','0','0.0',    '2','1','5199.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102825.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021650.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109914.0','1044826.0','1',    '1','1','101.8',    '1','0','0.0',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021651.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109915.0','1044826.0','1',    '1','1','448.87',    '1','1','448.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021652.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109916.0','1044826.0','1',    '1','1','630.0',    '1','1','630.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021653.0','1019259.0','44',    '44','35','415172.95',    '42','34','321210.98',    '42','22','93961.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109917.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021654.0','1019259.0','8',    '8','8','13924.52',    '8','8','12011.96',    '5','2','1912.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109918.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021655.0','1019259.0','1',    '1','1','73.7',    '1','1','73.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109919.0','1044826.0','2',    '2','1','3173.01',    '2','1','3173.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021656.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109920.0','1044826.0','114',    '114','66','83418.87',    '114','41','63179.02',    '87','46','20239.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014602.0','1019259.0','1',    '1','1','3558.92',    '1','1','3558.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102866.0','1044826.0','16',    '13','9','60395.11',    '13','7','48659.29',    '10','5','11735.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021657.0','1019259.0','24',    '24','20','195904.09',    '23','20','177147.43',    '23','9','18756.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109921.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021658.0','1019259.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109922.0','1044826.0','6',    '5','4','94144.57',    '5','4','82578.57',    '4','2','11566.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014435.0','1019259.0','1',    '1','1','101.8',    '1','0','0.0',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102699.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021659.0','1019259.0','1',    '1','1','15359.97',    '1','1','844.0',    '1','1','14515.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109923.0','1044826.0','1',    '1','1','232.18',    '1','1','232.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021660.0','1019259.0','4',    '4','2','203.6',    '4','0','0.0',    '2','2','203.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109924.0','1044826.0','1',    '1','1','791.82',    '1','1','791.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021661.0','1019259.0','1',    '1','1','5080.0',    '1','0','0.0',    '1','1','5080.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109925.0','1044826.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021662.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109926.0','1044826.0','1',    '1','1','4911.44',    '1','1','4911.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021663.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109927.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021664.0','1019259.0','7',    '7','6','13483.36',    '7','6','13483.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109928.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021665.0','1019259.0','3',    '3','3','9038.23',    '3','3','9038.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109929.0','1044826.0','2',    '2','2','1575.91',    '2','2','1575.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021666.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109930.0','1044826.0','36',    '36','8','9167.75',    '36','6','8909.15',    '27','3','258.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021667.0','1019259.0','137',    '129','94','280694.24',    '129','90','271278.14',    '72','16','9416.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109931.0','1044826.0','16',    '16','10','26233.38',    '15','7','24305.91',    '12','8','1927.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021668.0','1019259.0','6',    '6','3','12286.88',    '5','2','12142.0',    '2','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109932.0','1044826.0','2',    '2','1','305.0',    '2','0','0.0',    '1','1','305.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021669.0','1019259.0','5',    '5','2','2094.06',    '5','2','1439.48',    '5','2','654.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109933.0','1044826.0','1',    '1','1','2126.0',    '1','1','2126.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021670.0','1019259.0','26',    '26','18','243264.62',    '24','16','227371.28',    '22','8','15893.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109934.0','1044826.0','1',    '1','1','1150.22',    '1','1','1150.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021671.0','1019259.0','1',    '1','1','557.68',    '1','1','557.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109935.0','1044826.0','6',    '6','6','111230.64',    '6','5','102232.84',    '6','3','8997.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021672.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109936.0','1044826.0','1',    '1','1','17541.08',    '1','1','15017.3',    '1','1','2523.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021673.0','1019259.0','5',    '5','3','3367.12',    '5','1','3011.72',    '3','3','355.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109937.0','1044826.0','1',    '1','1','101.8',    '1','0','0.0',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021674.0','1019259.0','93',    '93','32','44059.62',    '87','16','39339.72',    '73','22','4719.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109938.0','1044826.0','1',    '1','1','1861.45',    '1','1','1861.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021675.0','1019259.0','2',    '2','2','1078.1',    '2','1','652.0',    '2','2','426.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109939.0','1044826.0','3',    '2','1','144.88',    '2','0','0.0',    '2','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021676.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109940.0','1044826.0','2',    '2','1','3647.13',    '2','1','3647.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021677.0','1019259.0','1',    '1','1','138.15',    '1','1','138.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109941.0','1044826.0','2',    '2','2','2180.26',    '2','2','2180.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021678.0','1019259.0','2',    '2','1','3391.87',    '2','1','3391.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109942.0','1044826.0','1',    '1','1','4233.72',    '1','1','4233.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021679.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109943.0','1044826.0','6',    '6','2','14556.96',    '5','1','9265.96',    '3','2','5291.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021680.0','1019259.0','1',    '1','1','30300.0',    '1','1','30300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109944.0','1044826.0','22',    '22','17','261766.71',    '22','16','229082.5',    '17','8','32684.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014342.0','1019259.0','1',    '1','1','462.79',    '1','1','462.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102606.0','1044826.0','2',    '2','1','2964.14',    '2','1','2964.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021681.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109945.0','1044826.0','6',    '5','4','4182.88',    '5','4','4182.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021682.0','1019259.0','1',    '1','1','1599.92',    '1','1','1599.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109946.0','1044826.0','75',    '66','33','103279.27',    '64','31','102191.29',    '43','3','1087.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021683.0','1019259.0','1',    '1','1','2488.32',    '1','1','2488.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109947.0','1044826.0','1',    '1','1','3469.2',    '1','1','3469.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021684.0','1019259.0','10',    '10','8','5607.02',    '10','3','4456.45',    '9','8','1150.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109948.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021685.0','1019259.0','22',    '22','16','147404.86',    '21','15','123085.25',    '18','9','24319.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109949.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021686.0','1019259.0','57',    '56','28','84346.11',    '55','12','43864.08',    '41','21','40482.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109950.0','1044826.0','22',    '22','8','6744.42',    '22','6','6000.25',    '18','4','744.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021687.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109951.0','1044826.0','1',    '1','1','1917.0',    '1','1','1878.0',    '1','1','39.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021688.0','1019259.0','142',    '139','58','64988.05',    '135','21','55821.89',    '106','42','9166.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109952.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021689.0','1019259.0','56',    '52','29','265709.86',    '49','23','199744.31',    '47','17','65965.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109953.0','1044826.0','1',    '1','1','149.94',    '1','0','0.0',    '1','1','149.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021690.0','1019259.0','2',    '2','1','700.56',    '2','1','700.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109954.0','1044826.0','1',    '1','1','864.18',    '1','1','864.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021691.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109955.0','1044826.0','1',    '1','1','1707.08',    '1','1','1707.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021692.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109956.0','1044826.0','1',    '1','1','518.6',    '1','1','518.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021693.0','1019259.0','7',    '7','4','2173.85',    '7','3','1392.82',    '4','4','781.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109957.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021694.0','1019259.0','1',    '1','1','4128.76',    '1','1','4128.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109958.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014623.0','1019259.0','9',    '9','5','27086.16',    '9','5','26841.74',    '7','1','244.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102887.0','1044826.0','10',    '9','6','1992.45',    '8','3','1220.66',    '7','4','771.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021695.0','1019259.0','1',    '1','1','1079.66',    '1','1','1079.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109959.0','1044826.0','36',    '36','20','20683.68',    '36','8','10467.35',    '31','19','10216.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014662.0','1019259.0','2',    '2','1','334.87',    '2','0','0.0',    '1','1','334.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102926.0','1044826.0','1',    '1','1','101.8',    '1','0','0.0',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021696.0','1019259.0','1',    '1','1','659.2',    '1','1','659.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109960.0','1044826.0','1',    '1','1','914.44',    '1','1','914.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021697.0','1019259.0','4',    '4','2','25256.14',    '4','2','25256.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109961.0','1044826.0','37',    '35','18','33527.02',    '33','6','21909.86',    '26','13','11617.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021698.0','1019259.0','10',    '10','4','1450.98',    '10','1','995.64',    '6','4','455.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109962.0','1044826.0','1',    '1','1','4402.72',    '1','1','4402.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021699.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109963.0','1044826.0','8',    '8','7','7224.92',    '8','7','7224.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021700.0','1019259.0','1',    '1','1','4415.64',    '1','1','4415.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109964.0','1044826.0','1',    '1','1','4832.4',    '1','1','4832.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021701.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109965.0','1044826.0','28',    '24','18','92847.29',    '23','16','77710.98',    '14','5','15136.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021702.0','1019259.0','7',    '7','2','981.8',    '7','0','0.0',    '4','2','981.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109966.0','1044826.0','2',    '2','2','3579.38',    '2','2','3579.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021703.0','1019259.0','12',    '12','10','25302.06',    '12','9','24484.63',    '3','1','817.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109967.0','1044826.0','2',    '2','2','1835.79',    '2','2','1499.06',    '1','1','336.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021704.0','1019259.0','10',    '10','3','4429.45',    '10','3','4429.45',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109968.0','1044826.0','1',    '1','1','601.9',    '1','1','601.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021705.0','1019259.0','1',    '1','1','7101.8',    '1','0','0.0',    '1','1','7101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109969.0','1044826.0','15',    '15','8','17314.24',    '15','8','17314.24',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014324.0','1019259.0','111',    '111','49','128626.87',    '110','30','102893.7',    '75','30','25733.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102588.0','1044826.0','1',    '1','1','5160.34',    '1','1','5160.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014376.0','1019259.0','28',    '25','20','250991.65',    '22','20','237418.69',    '19','7','13572.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102640.0','1044826.0','21',    '21','12','31688.83',    '21','7','19923.21',    '17','8','11765.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021706.0','1019259.0','1',    '1','1','13456.3',    '1','1','12852.04',    '1','1','604.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109970.0','1044826.0','18',    '17','8','14889.33',    '17','7','14240.73',    '13','3','648.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021707.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109971.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021708.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109972.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021709.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109973.0','1044826.0','287',    '282','109','163101.49',    '277','75','116257.16',    '180','66','46844.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014371.0','1019259.0','1',    '1','1','2041.44',    '1','1','1939.64',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102635.0','1044826.0','1',    '1','1','1557.94',    '1','1','1557.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021710.0','1019259.0','35',    '34','28','304597.0',    '33','23','287367.88',    '29','9','17229.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109974.0','1044826.0','1',    '1','1','880.0',    '1','0','0.0',    '1','1','880.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021711.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109975.0','1044826.0','78',    '78','57','1054754.47',    '76','52','938328.2',    '70','30','116426.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021712.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109976.0','1044826.0','1',    '1','1','4002.5',    '1','1','4002.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021713.0','1019259.0','1',    '1','1','6992.66',    '1','1','6453.35',    '1','1','539.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109977.0','1044826.0','1',    '1','1','530.81',    '1','1','530.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021714.0','1019259.0','3',    '3','3','8624.81',    '3','3','8624.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109978.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021715.0','1019259.0','15',    '14','10','34832.61',    '14','10','34832.61',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109979.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021716.0','1019259.0','37',    '37','26','84983.35',    '37','17','73427.35',    '29','17','11556.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109980.0','1044826.0','55',    '51','36','134419.52',    '51','34','130169.7',    '32','7','4249.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021717.0','1019259.0','9',    '9','8','15930.43',    '9','7','14479.17',    '8','6','1451.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109981.0','1044826.0','10',    '10','8','2140.91',    '9','2','1495.12',    '9','6','645.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021718.0','1019259.0','1',    '1','1','1280.6',    '1','1','298.8',    '1','1','981.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109982.0','1044826.0','15',    '15','9','29141.43',    '15','8','24214.0',    '11','5','4927.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014719.0','1019259.0','1',    '1','1','2908.82',    '1','1','2908.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102983.0','1044826.0','1',    '1','1','1459.56',    '1','1','1459.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021719.0','1019259.0','9',    '9','4','6447.96',    '9','2','5633.0',    '7','3','814.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109983.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014291.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102555.0','1044826.0','39',    '35','25','86454.92',    '32','7','53691.45',    '29','20','32763.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021720.0','1019259.0','13',    '13','8','5023.15',    '13','5','4031.72',    '11','6','991.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109984.0','1044826.0','247',    '245','105','99769.19',    '241','50','80106.26',    '173','78','19662.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021721.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109985.0','1044826.0','5',    '5','3','588.64',    '5','1','186.96',    '3','2','401.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021722.0','1019259.0','2',    '2','2','20696.72',    '2','2','20696.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109986.0','1044826.0','257',    '255','115','167260.71',    '248','74','123501.42',    '180','70','43759.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021723.0','1019259.0','1',    '1','1','4432.85',    '1','1','4432.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109987.0','1044826.0','2',    '2','1','1330.58',    '2','1','1330.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021724.0','1019259.0','1',    '1','1','15075.89',    '1','1','15075.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109988.0','1044826.0','1',    '1','1','235.85',    '1','1','235.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021725.0','1019259.0','260',    '247','169','614173.74',    '240','162','592219.11',    '125','27','21954.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109989.0','1044826.0','1',    '1','1','10022.2',    '1','1','10022.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021726.0','1019259.0','87',    '87','74','1621845.5',    '85','70','1444976.02',    '79','27','176869.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109990.0','1044826.0','4',    '4','2','1234.51',    '4','1','150.91',    '2','2','1083.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021727.0','1019259.0','1',    '1','1','1906.33',    '1','1','1804.53',    '1','1','101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109991.0','1044826.0','150',    '150','73','60356.17',    '149','41','45431.21',    '113','46','14924.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021728.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109992.0','1044826.0','5',    '4','3','10560.12',    '4','3','10560.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014728.0','1019259.0','6',    '6','6','7924.8',    '6','4','6596.26',    '4','3','1328.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102992.0','1044826.0','5',    '5','4','17797.61',    '5','4','17797.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021729.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109993.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021730.0','1019259.0','16',    '14','6','15010.15',    '13','6','14810.16',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109994.0','1044826.0','1',    '1','1','1051.88',    '1','1','617.59',    '1','1','434.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014357.0','1019259.0','6',    '5','4','8223.43',    '5','4','8223.43',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102621.0','1044826.0','1',    '1','1','7101.8',    '1','0','0.0',    '1','1','7101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021731.0','1019259.0','1',    '1','1','9639.33',    '1','1','8873.19',    '1','1','766.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109995.0','1044826.0','1',    '1','1','383.48',    '1','1','383.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021732.0','1019259.0','15',    '15','11','46584.36',    '15','11','46239.49',    '7','2','344.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109996.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021733.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109997.0','1044826.0','3',    '3','2','2839.94',    '3','2','2839.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021734.0','1019259.0','3',    '3','1','906.0',    '3','1','906.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109998.0','1044826.0','2',    '2','2','31122.53',    '2','2','30878.11',    '2','1','244.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021735.0','1019259.0','9',    '9','9','34485.46',    '9','8','34170.97',    '5','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109999.0','1044826.0','8',    '8','2','6564.6',    '8','2','6564.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021736.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110000.0','1044826.0','2',    '2','1','5966.5',    '2','1','5411.06',    '1','1','555.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021737.0','1019259.0','1',    '1','1','5540.17',    '1','1','5540.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110001.0','1044826.0','1',    '1','1','7989.58',    '1','1','6910.61',    '1','1','1078.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021738.0','1019259.0','134',    '128','59','194836.13',    '124','58','187579.98',    '78','12','7256.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110002.0','1044826.0','27',    '25','14','41669.97',    '25','12','29649.36',    '12','4','12020.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014636.0','1019259.0','1',    '1','1','22441.26',    '1','1','22441.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102900.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021739.0','1019259.0','10',    '9','7','11831.56',    '9','7','11831.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110003.0','1044826.0','1',    '1','1','2183.1',    '1','1','2183.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014609.0','1019259.0','17',    '16','12','49398.46',    '16','12','47893.4',    '4','3','1505.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102873.0','1044826.0','9',    '9','5','11851.12',    '9','5','11851.12',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021740.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110004.0','1044826.0','9',    '9','7','21289.26',    '8','6','16109.27',    '7','2','5179.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021741.0','1019259.0','2',    '1','1','519.18',    '1','1','519.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110005.0','1044826.0','268',    '250','134','243192.88',    '249','126','229414.83',    '164','29','13778.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021742.0','1019259.0','101',    '95','64','97803.01',    '95','59','95969.34',    '65','9','1833.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110006.0','1044826.0','18',    '15','9','20715.96',    '14','9','20715.96',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021743.0','1019259.0','7',    '6','3','14282.79',    '5','3','14282.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110007.0','1044826.0','2',    '2','1','2947.43',    '2','1','2947.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021744.0','1019259.0','5',    '5','3','10563.62',    '5','3','10563.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110008.0','1044826.0','6',    '6','3','14378.32',    '5','3','14378.32',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021745.0','1019259.0','2',    '2','2','2357.64',    '2','2','2357.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110009.0','1044826.0','2',    '2','2','2223.0',    '2','2','2223.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014496.0','1019259.0','12',    '10','7','25488.53',    '10','7','25029.53',    '4','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102760.0','1044826.0','29',    '24','13','50897.47',    '24','10','42870.21',    '15','4','8027.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021746.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110010.0','1044826.0','2',    '2','2','4764.57',    '2','2','4764.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021747.0','1019259.0','17',    '15','10','58998.62',    '15','9','48588.3',    '11','5','10410.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110011.0','1044826.0','2',    '2','2','3708.79',    '2','2','3708.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021748.0','1019259.0','1',    '1','1','675.87',    '1','1','675.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110012.0','1044826.0','2',    '2','1','4091.8',    '1','1','4091.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021749.0','1019259.0','21',    '20','11','27212.24',    '20','10','24344.59',    '12','2','2867.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110013.0','1044826.0','41',    '40','34','167960.84',    '39','34','165655.34',    '19','6','2305.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021750.0','1019259.0','98',    '76','31','54403.99',    '73','29','50518.73',    '42','7','3885.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110014.0','1044826.0','4',    '4','1','2556.89',    '4','1','2556.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021751.0','1019259.0','556',    '504','269','588763.64',    '491','244','537549.12',    '309','79','51214.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110015.0','1044826.0','3',    '2','2','2569.01',    '2','1','2369.02',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021752.0','1019259.0','1',    '1','1','2253.6',    '0','0','0.0',    '1','1','2253.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110016.0','1044826.0','4',    '4','3','17434.84',    '4','3','16291.88',    '3','2','1142.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021753.0','1019259.0','17',    '16','10','46922.44',    '16','9','35286.1',    '11','4','11636.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110017.0','1044826.0','685',    '655','361','601611.76',    '641','330','570773.3',    '485','81','30838.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021754.0','1019259.0','1',    '1','1','1767.13',    '1','1','1767.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110018.0','1044826.0','4',    '4','2','6431.53',    '3','2','6431.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021755.0','1019259.0','1',    '1','1','282.24',    '1','1','282.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110019.0','1044826.0','1',    '1','1','459.0',    '1','0','0.0',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014454.0','1019259.0','1',    '1','1','306.18',    '1','1','306.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102718.0','1044826.0','6',    '5','3','4338.58',    '5','3','4138.59',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021756.0','1019259.0','1',    '1','1','589.22',    '1','1','589.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110020.0','1044826.0','242',    '232','164','298271.47',    '232','160','286240.71',    '152','32','12030.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014567.0','1019259.0','1',    '1','1','2383.47',    '1','1','2383.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102831.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021757.0','1019259.0','838',    '784','504','1116978.93',    '778','477','1075148.51',    '552','101','41830.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110021.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014673.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102937.0','1044826.0','1',    '1','1','1193.47',    '1','1','1193.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021758.0','1019259.0','178',    '157','89','165847.8',    '154','84','153859.43',    '91','23','11988.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110022.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021759.0','1019259.0','994',    '924','563','1432496.83',    '907','526','1331968.86',    '599','143','100527.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110023.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021760.0','1019259.0','73',    '72','46','111496.83',    '69','40','100455.22',    '46','13','11041.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110024.0','1044826.0','3',    '3','1','3198.0',    '3','1','3198.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014680.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102944.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021761.0','1019259.0','18',    '15','11','29553.48',    '14','11','29553.48',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110025.0','1044826.0','7',    '7','6','11704.0',    '7','6','11704.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021762.0','1019259.0','1536',    '1316','883','2437530.49',    '1278','840','2113003.76',    '834','237','324526.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110026.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021763.0','1019259.0','21',    '18','9','47501.27',    '18','8','44747.33',    '12','3','2753.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110027.0','1044826.0','1',    '1','1','3974.35',    '1','1','3974.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021764.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110028.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014440.0','1019259.0','75',    '71','50','126921.92',    '71','47','121677.87',    '48','9','5244.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102704.0','1044826.0','28',    '27','20','53149.71',    '27','19','52130.22',    '14','3','1019.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021765.0','1019259.0','1',    '1','1','1414.32',    '1','1','1414.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110029.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021766.0','1019259.0','343',    '328','199','437864.78',    '327','195','424022.1',    '197','34','13842.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110030.0','1044826.0','4',    '3','1','778.4',    '3','1','778.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021767.0','1019259.0','15',    '14','8','31841.81',    '13','7','30264.84',    '8','2','1576.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110031.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021768.0','1019259.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110032.0','1044826.0','11',    '10','5','14445.92',    '10','5','14445.92',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021769.0','1019259.0','10',    '10','6','17093.0',    '10','5','15509.34',    '7','3','1583.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110033.0','1044826.0','10',    '10','8','21299.21',    '10','8','18537.8',    '6','2','2761.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014713.0','1019259.0','32',    '30','22','39695.02',    '30','20','33845.72',    '18','5','5849.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102977.0','1044826.0','7',    '3','2','3480.62',    '3','2','3323.37',    '1','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014735.0','1019259.0','1245',    '1112','732','1779009.96',    '1089','685','1625483.2',    '763','211','153526.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102999.0','1044826.0','6',    '6','3','24308.61',    '6','3','23641.13',    '4','1','667.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014738.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103002.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021770.0','1019259.0','8',    '7','4','3512.42',    '7','4','3367.54',    '3','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110034.0','1044826.0','1',    '1','1','2383.8',    '1','1','2383.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021771.0','1019259.0','1362',    '1191','671','2307365.47',    '1147','609','1833604.28',    '797','239','473761.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110035.0','1044826.0','4',    '3','3','16448.55',    '3','2','16315.36',    '2','1','133.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021772.0','1019259.0','630',    '594','372','628077.71',    '587','349','605095.5',    '389','79','22982.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110036.0','1044826.0','24',    '24','18','27592.75',    '24','16','26904.57',    '7','3','688.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014622.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102886.0','1044826.0','53',    '44','34','278273.4',    '43','34','228444.74',    '32','14','49828.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021773.0','1019259.0','2',    '2','2','3440.65',    '2','2','3240.66',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110037.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021774.0','1019259.0','314',    '302','214','576262.22',    '299','200','557439.49',    '214','49','18822.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110038.0','1044826.0','4',    '2','1','1926.0',    '2','1','1926.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021775.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110039.0','1044826.0','156',    '138','70','127642.31',    '135','66','123903.76',    '94','13','3738.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021776.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110040.0','1044826.0','3',    '3','2','1250.14',    '3','2','1250.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021777.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110041.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021778.0','1019259.0','43',    '41','32','92182.63',    '41','31','83753.99',    '30','9','8428.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110042.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021779.0','1019259.0','27',    '24','15','51216.81',    '23','15','50123.91',    '16','4','1092.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110043.0','1044826.0','1',    '1','1','773.68',    '1','1','573.69',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021780.0','1019259.0','3',    '3','2','8747.94',    '3','2','8288.94',    '3','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110044.0','1044826.0','1776',    '1653','1222','3321191.02',    '1634','1166','3121739.31',    '1129','284','199451.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021781.0','1019259.0','19',    '19','13','45591.78',    '18','13','44125.26',    '7','1','1466.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110045.0','1044826.0','1',    '1','1','600.0',    '0','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021782.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110046.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021783.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110047.0','1044826.0','8',    '8','7','54262.74',    '8','7','50859.5',    '5','1','3403.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021784.0','1019259.0','253',    '229','118','233897.12',    '224','106','214746.73',    '153','32','19150.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110048.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014466.0','1019259.0','1',    '1','1','15201.41',    '1','1','14283.43',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102730.0','1044826.0','1',    '1','1','339.73',    '1','1','339.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021785.0','1019259.0','1',    '1','1','1309.51',    '1','1','1309.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110049.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021786.0','1019259.0','3',    '3','2','1339.04',    '3','2','1339.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110050.0','1044826.0','461',    '427','259','589339.79',    '420','239','551438.36',    '271','67','37901.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021392.0','1019259.0','3',    '3','2','11657.92',    '3','2','11657.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2109656.0','1044826.0','219',    '203','131','204968.95',    '202','123','194563.27',    '146','30','10405.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021787.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110051.0','1044826.0','168',    '154','101','377459.38',    '148','83','319735.59',    '117','46','57723.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021788.0','1019259.0','53',    '40','12','15367.19',    '40','9','12021.39',    '19','6','3345.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110052.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014731.0','1019259.0','7',    '7','5','8233.26',    '6','5','8233.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102995.0','1044826.0','6',    '6','4','7342.77',    '6','4','7342.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014737.0','1019259.0','10',    '6','3','9040.35',    '5','3','9040.35',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103001.0','1044826.0','3',    '3','3','6375.67',    '3','3','6375.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021789.0','1019259.0','90',    '87','58','163722.44',    '86','55','149313.27',    '57','18','14409.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110053.0','1044826.0','10',    '10','8','6468.0',    '9','8','6268.01',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005744.0','1019259.0','234',    '197','157','526839.68',    '193','151','499282.08',    '128','38','27557.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094008.0','1044826.0','728',    '681','543','1177780.86',    '670','526','1140144.86',    '459','95','37636.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015087.0','1019259.0','234',    '227','196','432584.72',    '226','194','426150.1',    '156','18','6434.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103351.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005791.0','1019259.0','178',    '166','136','304898.24',    '166','133','293478.46',    '105','13','11419.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094055.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014710.0','1019259.0','4',    '2','2','2642.86',    '2','2','2442.87',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102974.0','1044826.0','1',    '1','1','679.83',    '1','1','679.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014763.0','1019259.0','1',    '1','1','339.73',    '1','1','339.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103027.0','1044826.0','3',    '3','3','4341.02',    '3','3','4341.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014540.0','1019259.0','73',    '67','40','90915.19',    '66','40','88296.65',    '52','3','2618.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102804.0','1044826.0','3',    '3','2','9793.54',    '3','2','9793.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014800.0','1019259.0','19',    '19','16','25454.76',    '19','16','25254.77',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103064.0','1044826.0','12',    '11','11','23583.58',    '11','11','23583.58',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021790.0','1019259.0','280',    '273','229','487358.46',    '272','226','478213.09',    '187','35','9145.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110054.0','1044826.0','17',    '17','16','48446.01',    '17','16','47846.04',    '11','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014870.0','1019259.0','211',    '198','135','312587.66',    '198','128','297037.52',    '115','21','15550.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103134.0','1044826.0','1',    '1','1','821.39',    '1','1','621.4',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005825.0','1019259.0','1',    '1','1','1378.02',    '1','1','910.53',    '1','1','467.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094089.0','1044826.0','244',    '220','146','278956.35',    '216','134','260560.25',    '136','34','18396.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021791.0','1019259.0','2',    '2','2','8993.06',    '2','2','7741.9',    '2','1','1251.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110055.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005970.0','1019259.0','15',    '12','10','18643.54',    '12','10','17544.55',    '10','1','1098.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094234.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021792.0','1019259.0','2',    '2','1','156.96',    '2','1','156.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110056.0','1044826.0','1',    '1','1','2373.04',    '1','1','2373.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005836.0','1019259.0','77',    '61','39','84859.11',    '58','37','83459.18',    '48','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094100.0','1044826.0','40',    '39','31','79665.74',    '39','31','72217.52',    '27','5','7448.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005758.0','1019259.0','2',    '2','2','900.5',    '2','1','700.51',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094022.0','1044826.0','70',    '65','55','82738.3',    '65','54','80427.73',    '46','10','2310.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015338.0','1019259.0','6',    '3','2','1712.73',    '3','2','1712.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103602.0','1044826.0','2',    '2','2','1357.15',    '2','2','1157.16',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021793.0','1019259.0','22',    '18','13','12570.08',    '17','12','12370.09',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110057.0','1044826.0','4',    '4','1','1509.12',    '3','1','1509.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021794.0','1019259.0','40',    '36','24','58719.8',    '36','22','56370.17',    '23','4','2349.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110058.0','1044826.0','1',    '1','1','902.78',    '1','1','902.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021795.0','1019259.0','308',    '292','213','405881.29',    '289','201','391799.64',    '183','40','14081.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110059.0','1044826.0','33',    '33','27','71942.55',    '33','26','70127.26',    '24','4','1815.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021796.0','1019259.0','345',    '321','153','230857.49',    '312','137','208696.32',    '208','39','22161.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110060.0','1044826.0','1',    '1','1','596.53',    '1','1','596.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021797.0','1019259.0','1',    '1','1','1683.99',    '1','1','1683.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110061.0','1044826.0','428',    '404','289','524847.95',    '397','279','501853.7',    '260','52','22994.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021798.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110062.0','1044826.0','2',    '2','2','30411.79',    '2','2','30266.91',    '2','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021799.0','1019259.0','5',    '5','4','5170.97',    '5','4','5170.97',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110063.0','1044826.0','669',    '635','519','865674.04',    '625','501','836859.12',    '437','106','28814.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014671.0','1019259.0','1',    '1','1','2340.72',    '1','1','2340.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102935.0','1044826.0','102',    '94','74','291079.85',    '93','74','285190.88',    '70','17','5888.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014562.0','1019259.0','8',    '6','4','4353.29',    '6','4','4353.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102826.0','1044826.0','431',    '416','344','567107.74',    '416','335','550542.01',    '300','58','16565.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021800.0','1019259.0','8',    '8','3','7767.23',    '7','3','5016.0',    '5','1','2751.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110064.0','1044826.0','157',    '152','121','240026.64',    '152','119','231265.44',    '106','14','8761.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015085.0','1019259.0','5',    '5','4','12313.76',    '4','3','12113.77',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103349.0','1044826.0','198',    '188','141','244148.41',    '185','138','238337.18',    '117','17','5811.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021801.0','1019259.0','638',    '563','346','838404.27',    '550','331','799034.77',    '372','68','39369.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110065.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014847.0','1019259.0','1',    '1','1','507.27',    '1','1','507.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103111.0','1044826.0','145',    '132','72','94649.31',    '126','65','92224.14',    '84','10','2425.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021802.0','1019259.0','18',    '16','10','17540.41',    '16','10','17040.41',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110066.0','1044826.0','1',    '1','1','442.1',    '1','1','442.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021803.0','1019259.0','217',    '208','175','396167.46',    '206','174','386117.45',    '143','32','10050.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110067.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014853.0','1019259.0','92',    '84','65','105021.31',    '84','65','103725.78',    '54','4','1295.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103117.0','1044826.0','65',    '60','44','190391.7',    '55','41','163919.49',    '41','15','26472.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021804.0','1019259.0','7',    '7','5','4666.89',    '7','4','4433.14',    '5','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110068.0','1044826.0','310',    '288','232','475090.27',    '284','223','460054.84',    '179','40','15035.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021805.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110069.0','1044826.0','1',    '1','1','586.08',    '1','1','586.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021806.0','1019259.0','2',    '2','2','12047.98',    '2','2','12047.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110070.0','1044826.0','55',    '52','32','46746.15',    '51','31','45896.28',    '34','4','849.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014775.0','1019259.0','207',    '193','129','262045.2',    '192','119','253656.37',    '147','31','8388.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103039.0','1044826.0','1',    '1','1','2896.23',    '1','1','2896.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021807.0','1019259.0','1',    '1','1','743.14',    '1','1','585.89',    '1','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110071.0','1044826.0','1',    '1','1','665.5',    '1','1','665.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014912.0','1019259.0','1132',    '1036','628','1480607.53',    '1019','580','1363199.06',    '638','157','117408.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103176.0','1044826.0','27',    '26','15','32120.16',    '24','15','29577.29',    '20','3','2542.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021808.0','1019259.0','1',    '1','1','8850.7',    '1','1','8850.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110072.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021809.0','1019259.0','50',    '40','16','22662.66',    '40','15','22462.67',    '19','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110073.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014838.0','1019259.0','6',    '6','5','9523.36',    '6','5','8864.37',    '3','1','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103102.0','1044826.0','12',    '12','11','82905.68',    '12','10','79103.71',    '8','5','3801.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021810.0','1019259.0','12',    '6','4','22776.0',    '5','3','15776.0',    '2','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110074.0','1044826.0','7',    '5','3','2376.84',    '5','3','2376.84',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021811.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110075.0','1044826.0','1',    '1','1','4309.69',    '1','1','4309.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005808.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094072.0','1044826.0','6',    '6','5','11844.45',    '6','5','11098.17',    '5','2','746.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021812.0','1019259.0','18',    '17','12','16732.34',    '17','12','16132.37',    '13','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110076.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014828.0','1019259.0','46',    '45','41','77681.54',    '45','40','73103.02',    '35','9','4578.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103092.0','1044826.0','128',    '122','106','235081.95',    '121','105','230877.93',    '89','16','4204.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021813.0','1019259.0','1',    '1','1','616.58',    '0','0','0.0',    '1','1','616.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110077.0','1044826.0','3',    '3','3','1971.17',    '3','3','1971.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015077.0','1019259.0','189',    '158','104','222451.26',    '155','100','219474.56',    '113','15','2976.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103341.0','1044826.0','180',    '155','126','375551.57',    '152','125','361203.83',    '103','26','14347.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014960.0','1019259.0','433',    '409','246','563991.18',    '408','226','525269.6',    '277','71','38721.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103224.0','1044826.0','435',    '403','252','482010.96',    '396','242','463505.9',    '277','49','18505.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021814.0','1019259.0','2',    '2','1','2132.98',    '2','1','2132.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110078.0','1044826.0','2',    '2','1','700.35',    '2','1','475.1',    '1','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021815.0','1019259.0','4',    '3','2','4716.83',    '3','2','4057.84',    '3','1','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110079.0','1044826.0','307',    '288','172','334097.34',    '279','153','313910.58',    '191','39','20186.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005775.0','1019259.0','6',    '6','5','22771.96',    '6','5','22771.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094039.0','1044826.0','17',    '15','10','12351.81',    '15','10','12151.82',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015099.0','1019259.0','341',    '312','162','356785.56',    '305','152','344731.46',    '206','36','12054.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103363.0','1044826.0','25',    '23','13','35347.87',    '22','13','35147.88',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021816.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110080.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014644.0','1019259.0','5',    '4','2','508.58',    '4','2','508.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102908.0','1044826.0','120',    '115','58','107561.51',    '115','54','104315.88',    '73','12','3245.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021817.0','1019259.0','8',    '6','2','1847.01',    '5','2','1847.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110081.0','1044826.0','12',    '8','3','9357.32',    '7','3','8164.66',    '5','1','1192.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005810.0','1019259.0','19',    '16','10','17936.1',    '16','9','17218.33',    '10','2','717.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094074.0','1044826.0','310',    '270','188','601402.3',    '260','179','555984.1',    '164','44','45418.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014844.0','1019259.0','54',    '49','31','60720.84',    '48','31','58994.39',    '25','5','1726.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103108.0','1044826.0','2',    '1','1','536.9',    '1','1','536.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021818.0','1019259.0','5',    '5','3','10782.5',    '5','3','10782.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110082.0','1044826.0','1',    '1','1','835.84',    '1','1','835.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005704.0','1019259.0','1',    '1','1','715.54',    '1','1','715.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093968.0','1044826.0','26',    '24','13','16963.94',    '23','11','16290.81',    '21','3','673.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021819.0','1019259.0','46',    '44','30','60775.21',    '44','28','57554.91',    '27','5','3220.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110083.0','1044826.0','2',    '2','2','2501.99',    '2','1','2302.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021820.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110084.0','1044826.0','1',    '1','1','3327.88',    '1','1','3127.89',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015002.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103266.0','1044826.0','33',    '31','23','41560.04',    '30','23','41202.8',    '22','2','357.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005771.0','1019259.0','1',    '1','1','774.78',    '1','1','774.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094035.0','1044826.0','18',    '18','13','53318.86',    '18','10','44621.08',    '16','6','8697.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021821.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110085.0','1044826.0','1',    '1','1','486.72',    '1','1','486.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014945.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103209.0','1044826.0','1',    '1','1','1263.23',    '1','1','1263.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005756.0','1019259.0','3',    '3','1','2167.34',    '3','1','1882.65',    '2','1','284.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094020.0','1044826.0','179',    '161','75','102439.68',    '160','72','96317.51',    '100','16','6122.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021822.0','1019259.0','1',    '1','1','5123.7',    '1','1','2614.0',    '1','1','2509.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110086.0','1044826.0','41',    '37','34','59914.18',    '37','33','59114.22',    '19','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014874.0','1019259.0','1',    '1','1','483.02',    '1','1','483.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103138.0','1044826.0','114',    '102','82','184436.15',    '101','81','176609.14',    '60','18','7827.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015044.0','1019259.0','99',    '93','82','200747.12',    '93','81','195043.18',    '56','12','5703.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103308.0','1044826.0','495',    '478','404','752974.42',    '476','397','737456.96',    '357','60','15517.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014942.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103206.0','1044826.0','104',    '98','66','99108.48',    '97','65','97487.27',    '55','5','1621.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014952.0','1019259.0','1',    '1','1','1926.0',    '1','1','1926.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103216.0','1044826.0','2',    '2','1','212.04',    '2','1','212.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005788.0','1019259.0','6',    '4','2','8251.05',    '3','2','8251.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094052.0','1044826.0','42',    '40','12','9581.03',    '38','11','8901.07',    '21','4','679.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021823.0','1019259.0','6',    '6','4','27713.19',    '6','3','21834.7',    '4','2','5878.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110087.0','1044826.0','6',    '4','2','3551.52',    '4','2','3168.27',    '1','1','383.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021824.0','1019259.0','11',    '10','6','18050.16',    '10','6','14520.6',    '7','2','3529.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110088.0','1044826.0','332',    '275','135','309105.69',    '270','123','285796.51',    '178','31','23309.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014723.0','1019259.0','11',    '8','5','9307.39',    '7','5','9307.39',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102987.0','1044826.0','866',    '705','395','1268838.17',    '676','362','1044048.83',    '459','128','224789.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005729.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093993.0','1044826.0','1',    '1','1','525.01',    '1','1','525.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021825.0','1019259.0','1',    '1','1','253.47',    '1','1','253.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110089.0','1044826.0','294',    '278','216','313231.35',    '274','212','297659.28',    '203','39','15572.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014757.0','1019259.0','3',    '2','2','2131.88',    '2','2','2131.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103021.0','1044826.0','9',    '8','6','8037.64',    '7','6','7937.64',    '7','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005745.0','1019259.0','82',    '76','51','123511.77',    '74','49','117880.61',    '37','9','5631.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094009.0','1044826.0','167',    '153','75','144083.01',    '153','70','132355.52',    '87','15','11727.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005708.0','1019259.0','149',    '136','106','315549.55',    '132','98','275164.44',    '99','30','40385.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093972.0','1044826.0','77',    '69','45','110473.58',    '68','44','107555.68',    '44','11','2917.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015038.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103302.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005829.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094093.0','1044826.0','159',    '137','121','354248.5',    '136','118','340525.96',    '85','23','13722.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014910.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103174.0','1044826.0','118',    '105','80','162362.44',    '105','79','159528.61',    '61','8','2833.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021826.0','1019259.0','1',    '1','1','5021.31',    '1','1','4836.32',    '1','1','184.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110090.0','1044826.0','1',    '1','1','376.84',    '1','1','376.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021827.0','1019259.0','3',    '3','3','10129.4',    '3','2','3390.32',    '2','2','6739.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110091.0','1044826.0','30',    '29','23','44607.68',    '28','21','42107.02',    '16','3','2500.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021828.0','1019259.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110092.0','1044826.0','1673',    '1584','995','2492226.39',    '1553','920','2371852.3',    '1046','247','120374.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015025.0','1019259.0','10',    '10','7','12169.53',    '10','5','11769.55',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103289.0','1044826.0','69',    '63','39','63152.53',    '62','38','62672.35',    '37','3','480.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005746.0','1019259.0','133',    '124','95','334496.43',    '120','90','323457.63',    '75','16','11038.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094010.0','1044826.0','87',    '72','30','28054.01',    '67','26','23252.61',    '47','7','4801.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014975.0','1019259.0','18',    '14','2','15401.65',    '14','2','14872.05',    '10','1','529.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103239.0','1044826.0','42',    '39','26','103105.77',    '38','25','100444.94',    '25','6','2660.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021829.0','1019259.0','319',    '257','184','578062.72',    '252','176','546859.81',    '195','50','31202.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110093.0','1044826.0','815',    '753','497','1327317.54',    '746','469','1278119.6',    '523','112','49197.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021830.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110094.0','1044826.0','247',    '225','162','381103.34',    '223','154','360247.8',    '158','45','20855.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014751.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103015.0','1044826.0','1',    '1','1','486.72',    '1','1','486.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021831.0','1019259.0','708',    '646','483','2211239.46',    '630','460','1825191.98',    '410','138','386047.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110095.0','1044826.0','57',    '55','46','70518.21',    '54','44','68295.9',    '29','7','2222.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021832.0','1019259.0','19',    '18','11','31957.18',    '16','10','29839.26',    '14','5','2117.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110096.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014657.0','1019259.0','273',    '203','103','404053.93',    '192','96','358730.07',    '128','33','45323.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102921.0','1044826.0','1',    '1','1','1271.22',    '1','1','1271.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021833.0','1019259.0','4',    '4','2','806.71',    '4','2','806.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110097.0','1044826.0','1',    '1','1','9759.9',    '1','1','9759.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014694.0','1019259.0','149',    '141','109','316466.72',    '140','107','291489.32',    '85','25','24977.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2102958.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021834.0','1019259.0','1',    '1','1','849.36',    '1','1','849.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110098.0','1044826.0','206',    '201','172','322199.71',    '200','171','317177.01',    '135','18','5022.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021835.0','1019259.0','15',    '14','12','19959.13',    '14','12','19005.93',    '8','1','953.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110099.0','1044826.0','238',    '231','172','379894.92',    '230','168','369414.44',    '155','22','10480.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021836.0','1019259.0','144',    '134','110','167810.0',    '134','107','161485.75',    '90','20','6324.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110100.0','1044826.0','1',    '1','1','1120.43',    '1','1','1120.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021837.0','1019259.0','1',    '1','1','1009.34',    '1','1','809.35',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110101.0','1044826.0','1',    '1','1','6209.89',    '1','1','5127.41',    '1','1','1082.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021838.0','1019259.0','50',    '47','33','57417.73',    '47','33','56872.87',    '29','3','544.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110102.0','1044826.0','1',    '1','1','600.92',    '1','1','600.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014768.0','1019259.0','3',    '3','2','5120.88',    '3','2','5120.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103032.0','1044826.0','1',    '1','1','1556.94',    '1','1','1556.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021839.0','1019259.0','290',    '281','241','709326.64',    '280','239','690264.37',    '200','35','19062.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110103.0','1044826.0','1',    '1','1','545.58',    '1','1','545.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005701.0','1019259.0','199',    '189','143','267301.01',    '188','138','259803.82',    '138','28','7497.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093965.0','1044826.0','88',    '83','68','195798.04',    '83','66','189708.01',    '58','7','6090.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015131.0','1019259.0','12',    '11','9','13010.17',    '11','9','11955.44',    '7','2','1054.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103395.0','1044826.0','111',    '104','76','230533.76',    '104','75','225947.17',    '61','12','4586.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021840.0','1019259.0','42',    '41','29','94334.76',    '40','28','93098.31',    '27','6','1236.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110104.0','1044826.0','17',    '16','12','32918.2',    '16','12','32426.6',    '12','2','491.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021841.0','1019259.0','362',    '352','315','725544.25',    '350','314','716575.02',    '246','37','8969.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110105.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005787.0','1019259.0','2',    '2','2','4163.52',    '2','2','3245.54',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094051.0','1044826.0','548',    '516','408','817648.03',    '511','402','800340.3',    '322','54','17307.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021842.0','1019259.0','155',    '146','117','179013.19',    '146','116','175125.01',    '104','10','3888.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110106.0','1044826.0','57',    '54','37','37900.26',    '54','37','37100.3',    '31','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005738.0','1019259.0','1',    '1','1','831.77',    '1','1','831.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094002.0','1044826.0','64',    '62','51','120818.47',    '61','51','119466.75',    '42','3','1351.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014927.0','1019259.0','9',    '8','4','4043.17',    '8','4','3843.18',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103191.0','1044826.0','2',    '2','2','3344.08',    '2','2','3344.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021843.0','1019259.0','30',    '30','28','76827.08',    '30','28','76317.11',    '23','3','509.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110107.0','1044826.0','9',    '9','8','8540.31',    '8','8','8540.31',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015325.0','1019259.0','1',    '1','1','699.99',    '1','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103589.0','1044826.0','232',    '226','200','278596.79',    '225','196','270715.4',    '151','26','7881.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021844.0','1019259.0','2',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110108.0','1044826.0','1',    '1','1','8407.72',    '1','1','8407.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021845.0','1019259.0','186',    '170','132','235843.45',    '167','127','221885.08',    '125','25','13958.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110109.0','1044826.0','84',    '76','39','54720.88',    '76','38','52788.04',    '44','7','1932.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021846.0','1019259.0','1',    '1','1','1443.45',    '1','1','1443.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110110.0','1044826.0','45',    '44','38','108610.11',    '43','37','106727.44',    '32','4','1882.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015020.0','1019259.0','57',    '51','29','88678.38',    '51','28','88479.38',    '33','1','199.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103284.0','1044826.0','702',    '677','589','1952753.07',    '673','572','1906812.64',    '462','108','45940.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014810.0','1019259.0','1',    '1','1','1489.25',    '1','1','1489.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103074.0','1044826.0','39',    '37','30','46244.32',    '36','30','44152.89',    '25','5','2091.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014977.0','1019259.0','1',    '1','1','6379.94',    '1','1','6379.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103241.0','1044826.0','417',    '381','303','552515.88',    '375','297','535308.35',    '245','44','17207.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021847.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110111.0','1044826.0','97',    '92','69','152636.83',    '92','68','150677.31',    '62','7','1959.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005822.0','1019259.0','122',    '109','88','136582.12',    '106','86','130907.74',    '70','13','5674.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094086.0','1044826.0','26',    '24','20','50625.96',    '24','19','49738.22',    '15','3','887.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014985.0','1019259.0','114',    '109','93','259538.89',    '108','93','255446.02',    '80','11','4092.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103249.0','1044826.0','11',    '11','11','12560.91',    '11','11','12141.08',    '11','2','419.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015282.0','1019259.0','1',    '1','1','528.81',    '1','1','528.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103546.0','1044826.0','25',    '24','17','19818.46',    '24','16','18993.51',    '16','4','824.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021848.0','1019259.0','1',    '1','1','490.24',    '1','1','490.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110112.0','1044826.0','1',    '1','1','1256.87',    '1','1','1256.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021849.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110113.0','1044826.0','23',    '21','10','15845.89',    '20','10','15645.9',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021850.0','1019259.0','26',    '26','23','27654.93',    '26','22','25949.28',    '19','5','1705.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110114.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015158.0','1019259.0','80',    '72','52','133843.94',    '69','50','132444.01',    '46','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103422.0','1044826.0','37',    '34','31','53656.04',    '34','31','53056.07',    '23','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015378.0','1019259.0','4',    '4','4','2343.91',    '4','4','2343.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103642.0','1044826.0','9',    '8','5','3106.38',    '8','4','2906.39',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021851.0','1019259.0','276',    '267','219','566276.91',    '267','218','559064.21',    '178','22','7212.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110115.0','1044826.0','1',    '1','1','917.8',    '1','1','917.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021852.0','1019259.0','2',    '1','1','5267.95',    '1','1','5267.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110116.0','1044826.0','21',    '20','17','29792.33',    '20','16','28996.1',    '16','2','796.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021853.0','1019259.0','65',    '59','48','83838.05',    '59','46','81893.32',    '37','7','1944.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110117.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021854.0','1019259.0','27',    '26','22','44937.65',    '26','22','44137.69',    '14','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110118.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015381.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103645.0','1044826.0','2',    '2','1','1861.95',    '2','1','1861.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021855.0','1019259.0','2',    '2','2','1597.5',    '2','2','1597.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110119.0','1044826.0','114',    '113','95','178411.18',    '113','94','174761.3',    '82','14','3649.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015189.0','1019259.0','1',    '1','1','6275.82',    '1','1','6275.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103453.0','1044826.0','141',    '137','109','211836.8',    '136','105','208869.06',    '98','14','2967.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021856.0','1019259.0','12',    '12','9','18262.05',    '12','9','17862.07',    '10','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110120.0','1044826.0','1',    '1','1','2312.0',    '1','1','2312.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015237.0','1019259.0','28',    '28','19','73026.23',    '27','19','72800.98',    '19','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103501.0','1044826.0','45',    '36','24','43167.07',    '36','24','41249.14',    '25','6','1917.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005978.0','1019259.0','113',    '109','91','189070.44',    '109','91','185352.84',    '75','12','3717.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094242.0','1044826.0','141',    '132','114','222394.59',    '130','113','217697.79',    '95','16','4696.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021857.0','1019259.0','1',    '1','1','176.7',    '1','1','176.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110121.0','1044826.0','3',    '3','2','2494.38',    '3','2','2494.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021858.0','1019259.0','6',    '4','4','9646.36',    '4','4','9646.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110122.0','1044826.0','1',    '1','1','24394.0',    '1','1','24394.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005806.0','1019259.0','1',    '1','1','517.04',    '1','1','517.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094070.0','1044826.0','104',    '98','76','179001.45',    '96','71','160182.64',    '62','17','18818.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005707.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093971.0','1044826.0','1',    '1','1','1088.2',    '1','1','1088.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015074.0','1019259.0','115',    '106','90','202032.73',    '106','88','195396.1',    '68','21','6636.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103338.0','1044826.0','34',    '30','19','29440.95',    '30','18','28714.23',    '20','3','726.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015043.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103307.0','1044826.0','104',    '97','83','206787.43',    '96','83','203129.15',    '59','10','3658.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014973.0','1019259.0','307',    '296','226','478358.29',    '294','219','462966.27',    '188','37','15392.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103237.0','1044826.0','82',    '74','52','104568.82',    '71','51','92901.89',    '49','12','11666.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015105.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103369.0','1044826.0','1',    '1','1','168.84',    '1','1','168.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015275.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103539.0','1044826.0','152',    '141','108','179851.88',    '140','104','170773.98',    '82','16','9077.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014929.0','1019259.0','157',    '140','94','158301.97',    '140','89','143026.54',    '98','20','15275.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103193.0','1044826.0','1',    '1','1','2835.69',    '1','1','1955.68',    '1','1','880.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021859.0','1019259.0','74',    '70','46','107819.31',    '68','45','104704.29',    '47','11','3115.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110123.0','1044826.0','2',    '2','1','3246.0',    '2','1','3246.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014992.0','1019259.0','36',    '34','30','83888.16',    '34','30','81733.49',    '24','4','2154.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103256.0','1044826.0','3',    '3','3','2429.19',    '3','3','2429.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021860.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110124.0','1044826.0','22',    '17','12','11433.48',    '17','11','11233.49',    '14','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021861.0','1019259.0','1',    '1','1','953.09',    '1','1','953.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110125.0','1044826.0','99',    '93','79','209404.96',    '93','76','200857.92',    '69','24','8547.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014797.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103061.0','1044826.0','78',    '73','50','68214.48',    '72','49','65618.05',    '47','5','2596.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005731.0','1019259.0','1',    '1','1','670.12',    '1','1','670.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093995.0','1044826.0','146',    '130','75','135907.02',    '124','71','120018.66',    '68','13','15888.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021862.0','1019259.0','419',    '398','348','652630.25',    '395','346','633973.44',    '273','47','18656.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110126.0','1044826.0','7',    '7','3','26834.76',    '6','3','17252.27',    '6','2','9582.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021863.0','1019259.0','49',    '46','37','103090.94',    '44','37','102180.99',    '34','5','909.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110127.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005777.0','1019259.0','1',    '1','1','840.81',    '1','1','840.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094041.0','1044826.0','58',    '54','46','114828.26',    '54','46','100576.66',    '33','5','14251.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015207.0','1019259.0','288',    '271','205','512408.5',    '261','202','501985.82',    '176','28','10422.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103471.0','1044826.0','323',    '313','268','488703.33',    '311','262','481340.14',    '220','29','7363.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015037.0','1019259.0','54',    '51','32','49614.87',    '48','32','48017.48',    '27','4','1597.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103301.0','1044826.0','1',    '1','1','4303.95',    '1','1','4303.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021864.0','1019259.0','1',    '1','1','1284.37',    '1','1','1284.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110128.0','1044826.0','231',    '222','177','439103.64',    '219','174','426528.78',    '151','23','12574.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014876.0','1019259.0','1',    '1','1','10967.66',    '1','1','10967.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103140.0','1044826.0','248',    '239','189','315468.85',    '238','182','305692.33',    '169','28','9776.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021865.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110129.0','1044826.0','4',    '4','4','4590.05',    '4','4','4590.05',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021866.0','1019259.0','38',    '34','24','50087.84',    '33','22','47762.65',    '25','5','2325.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110130.0','1044826.0','7',    '7','5','26844.68',    '7','5','26844.68',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021867.0','1019259.0','62',    '60','48','110522.23',    '60','48','107597.23',    '43','8','2925.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110131.0','1044826.0','190',    '182','163','228317.39',    '180','162','224430.83',    '143','19','3886.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014948.0','1019259.0','19',    '18','16','16293.41',    '18','14','15293.46',    '13','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103212.0','1044826.0','1',    '1','1','1046.54',    '1','1','1046.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021868.0','1019259.0','2',    '2','2','3061.1',    '2','2','2602.1',    '2','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110132.0','1044826.0','66',    '62','41','50952.08',    '62','41','50552.1',    '36','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014817.0','1019259.0','2',    '2','2','4799.11',    '2','2','4799.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103081.0','1044826.0','2',    '2','2','1924.48',    '2','2','1924.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021869.0','1019259.0','1',    '1','1','2597.2',    '1','1','2597.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110133.0','1044826.0','120',    '118','102','247238.63',    '117','100','241437.0',    '87','17','5801.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014995.0','1019259.0','98',    '93','65','100956.76',    '92','64','93793.51',    '56','10','7163.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103259.0','1044826.0','1',    '1','1','281.4',    '1','1','281.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015270.0','1019259.0','30',    '29','15','15278.13',    '29','14','15078.14',    '18','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103534.0','1044826.0','71',    '67','51','87402.87',    '66','51','86074.8',    '46','4','1328.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021870.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110134.0','1044826.0','23',    '20','5','8587.49',    '20','5','8587.49',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021871.0','1019259.0','2',    '2','2','2054.92',    '2','2','2054.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110135.0','1044826.0','168',    '163','131','286635.52',    '161','130','282537.7',    '104','17','4097.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021872.0','1019259.0','3',    '3','3','7495.15',    '3','3','7495.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110136.0','1044826.0','219',    '212','167','290616.43',    '212','167','284820.4',    '153','20','5796.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021873.0','1019259.0','35',    '32','22','52307.88',    '28','21','51907.9',    '21','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110137.0','1044826.0','1',    '1','1','3466.02',    '1','1','3466.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021874.0','1019259.0','203',    '197','159','254314.57',    '197','153','246853.8',    '138','25','7460.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110138.0','1044826.0','128',    '125','100','172018.59',    '124','98','167300.16',    '84','21','4718.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021875.0','1019259.0','620',    '592','469','1072213.04',    '586','456','1032094.29',    '423','75','40118.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110139.0','1044826.0','2',    '2','2','1796.7',    '2','2','1796.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015187.0','1019259.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103451.0','1044826.0','15',    '14','11','21938.64',    '14','11','21593.77',    '12','2','344.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021876.0','1019259.0','30',    '26','15','56275.92',    '25','13','55496.93',    '14','3','778.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110140.0','1044826.0','418',    '403','331','600148.3',    '399','319','571239.17',    '253','53','28909.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021877.0','1019259.0','24',    '24','19','55339.32',    '24','19','55139.33',    '17','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110141.0','1044826.0','104',    '101','88','171937.41',    '101','84','169056.01',    '70','11','2881.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021878.0','1019259.0','388',    '362','271','492444.01',    '359','266','473617.34',    '257','38','18826.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110142.0','1044826.0','37',    '34','25','53776.0',    '34','25','51092.02',    '23','5','2683.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021879.0','1019259.0','2',    '2','1','639.02',    '2','1','639.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110143.0','1044826.0','9',    '9','9','14508.56',    '9','9','14508.56',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021880.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110144.0','1044826.0','99',    '93','80','137466.1',    '91','80','135173.17',    '75','9','2292.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021881.0','1019259.0','3',    '2','1','5850.99',    '2','1','5383.5',    '2','1','467.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110145.0','1044826.0','17',    '16','11','31871.21',    '16','11','31471.23',    '16','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021882.0','1019259.0','22',    '21','17','19656.22',    '20','16','19056.25',    '12','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110146.0','1044826.0','148',    '140','90','211179.25',    '139','89','202359.73',    '82','7','8819.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021883.0','1019259.0','74',    '73','57','177133.2',    '71','57','174562.93',    '36','5','2570.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110147.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021884.0','1019259.0','1',    '1','1','1014.06',    '1','1','1014.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110148.0','1044826.0','20',    '19','12','25928.02',    '18','11','25728.03',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021885.0','1019259.0','111',    '110','84','113475.54',    '108','83','106290.96',    '76','13','7184.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110149.0','1044826.0','86',    '79','47','78697.36',    '78','47','77588.88',    '51','4','1108.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021886.0','1019259.0','37',    '29','13','15130.2',    '29','11','14292.58',    '20','2','837.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110150.0','1044826.0','160',    '147','108','173254.63',    '147','106','166596.3',    '90','13','6658.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021887.0','1019259.0','1',    '1','1','137.97',    '1','1','137.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110151.0','1044826.0','35',    '34','28','35555.43',    '34','28','34155.5',    '25','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021888.0','1019259.0','13',    '13','11','12311.59',    '13','11','11104.38',    '7','3','1207.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110152.0','1044826.0','193',    '181','124','161260.19',    '180','119','157445.43',    '116','15','3814.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005935.0','1019259.0','26',    '25','19','49218.98',    '25','19','48160.01',    '14','4','1058.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094199.0','1044826.0','11',    '9','7','6068.81',    '9','7','5868.82',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015371.0','1019259.0','432',    '422','352','932979.41',    '422','346','908212.95',    '291','56','24766.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103635.0','1044826.0','29',    '27','23','20400.3',    '27','22','19042.36',    '20','7','1357.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015384.0','1019259.0','249',    '222','167','516065.89',    '218','163','493132.76',    '144','26','22933.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103648.0','1044826.0','2',    '2','1','843.35',    '2','1','843.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005793.0','1019259.0','2',    '1','1','276.7',    '1','1','276.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094057.0','1044826.0','48',    '45','38','50004.98',    '44','38','49605.0',    '40','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015496.0','1019259.0','32',    '26','11','10682.42',    '26','11','10223.42',    '11','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103760.0','1044826.0','111',    '105','90','178451.64',    '105','90','176610.45',    '78','10','1841.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015042.0','1019259.0','1',    '1','1','4334.24',    '1','1','4334.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103306.0','1044826.0','21',    '20','15','40239.7',    '20','15','40081.52',    '11','1','158.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021889.0','1019259.0','1',    '1','1','869.8',    '1','1','869.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110153.0','1044826.0','17',    '15','13','42455.67',    '15','13','42255.68',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021890.0','1019259.0','12',    '12','11','21986.28',    '12','11','21786.29',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110154.0','1044826.0','87',    '84','76','109192.25',    '84','74','106592.38',    '73','13','2599.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021891.0','1019259.0','2',    '2','1','221.36',    '2','1','221.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110155.0','1044826.0','176',    '156','113','177847.3',    '155','109','171922.63',    '105','22','5924.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021892.0','1019259.0','2',    '2','1','294.5',    '2','1','294.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110156.0','1044826.0','211',    '201','163','277841.93',    '198','155','267141.42',    '146','35','10700.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021893.0','1019259.0','49',    '49','36','55403.9',    '49','36','54353.44',    '32','4','1050.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110157.0','1044826.0','136',    '132','121','190154.87',    '132','119','184003.22',    '102','24','6151.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014970.0','1019259.0','528',    '511','438','1074489.04',    '509','430','1011743.64',    '372','97','62745.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103234.0','1044826.0','37',    '37','36','58613.84',    '36','35','57413.9',    '31','6','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005762.0','1019259.0','22',    '21','18','26129.68',    '21','18','25529.71',    '17','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094026.0','1044826.0','465',    '455','369','799092.13',    '453','360','773232.79',    '337','71','25859.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021894.0','1019259.0','1',    '1','1','866.32',    '1','1','866.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110158.0','1044826.0','1',    '1','1','521.8',    '1','1','521.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021895.0','1019259.0','53',    '50','46','89520.94',    '50','45','86435.35',    '30','9','3085.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110159.0','1044826.0','5',    '4','2','6346.27',    '4','2','6346.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021896.0','1019259.0','385',    '366','301','748698.09',    '361','292','700239.6',    '235','51','48458.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110160.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021897.0','1019259.0','864',    '824','596','1428606.88',    '816','573','1375118.07',    '559','114','53488.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110161.0','1044826.0','62',    '53','24','50322.5',    '53','21','48843.64',    '30','6','1478.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021898.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110162.0','1044826.0','1',    '1','1','1557.58',    '1','1','639.6',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015013.0','1019259.0','354',    '343','292','536765.55',    '342','290','514479.56',    '260','45','22285.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103277.0','1044826.0','1',    '1','1','2722.59',    '1','1','2722.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021899.0','1019259.0','95',    '92','68','89934.68',    '92','68','88734.74',    '61','6','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110163.0','1044826.0','1',    '1','1','527.24',    '1','1','327.25',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021900.0','1019259.0','168',    '164','136','203406.82',    '163','134','196595.84',    '124','32','6810.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110164.0','1044826.0','507',    '466','365','1262447.9',    '462','355','1218726.16',    '268','69','43721.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005739.0','1019259.0','1',    '1','1','4332.28',    '1','1','2312.0',    '1','1','2020.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094003.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015140.0','1019259.0','41',    '39','26','34552.58',    '37','26','31975.9',    '22','5','2576.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103404.0','1044826.0','12',    '11','10','24173.56',    '10','10','24173.56',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015342.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103606.0','1044826.0','1',    '1','1','1077.42',    '1','1','1077.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021901.0','1019259.0','2',    '2','2','5940.28',    '2','1','5740.29',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110165.0','1044826.0','115',    '111','99','183013.22',    '111','98','174334.03',    '90','17','8679.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021902.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110166.0','1044826.0','96',    '94','78','164773.44',    '94','77','162004.37',    '64','12','2769.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021903.0','1019259.0','513',    '495','349','917501.37',    '492','330','895534.71',    '357','83','21966.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110167.0','1044826.0','1',    '1','1','11576.36',    '1','1','11576.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015274.0','1019259.0','1',    '1','1','1119.78',    '1','1','1119.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103538.0','1044826.0','1',    '1','1','1830.31',    '1','1','1830.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021904.0','1019259.0','7',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110168.0','1044826.0','26',    '24','7','8111.21',    '23','6','6890.39',    '11','1','1220.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015353.0','1019259.0','2',    '2','2','1956.99',    '2','2','1757.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103617.0','1044826.0','1',    '1','1','5726.72',    '1','1','5726.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021905.0','1019259.0','1',    '1','1','2433.06',    '1','1','2433.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110169.0','1044826.0','2',    '2','1','1186.05',    '2','1','1186.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021906.0','1019259.0','41',    '40','28','45099.2',    '39','27','43215.98',    '29','6','1883.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110170.0','1044826.0','90',    '88','74','122025.54',    '88','74','119440.68',    '61','12','2584.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021907.0','1019259.0','9',    '9','8','23503.88',    '9','8','21701.67',    '7','3','1802.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110171.0','1044826.0','69',    '60','44','81414.61',    '60','44','79955.66',    '42','5','1458.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015289.0','1019259.0','82',    '77','66','93457.13',    '76','64','91657.22',    '60','9','1799.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103553.0','1044826.0','5',    '5','5','7021.52',    '5','5','6362.53',    '5','1','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021908.0','1019259.0','1',    '1','1','2858.75',    '1','1','2658.76',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110172.0','1044826.0','2',    '2','2','6640.61',    '2','2','6640.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021909.0','1019259.0','118',    '106','82','140959.46',    '106','77','134923.01',    '71','11','6036.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110173.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015164.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103428.0','1044826.0','8',    '7','6','9667.7',    '7','6','9467.71',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021910.0','1019259.0','86',    '84','64','72421.48',    '84','62','69297.83',    '56','10','3123.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110174.0','1044826.0','59',    '58','38','59026.94',    '56','37','53960.04',    '43','7','5066.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005809.0','1019259.0','6',    '6','4','6119.85',    '6','3','6069.85',    '3','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094073.0','1044826.0','254',    '242','183','373648.5',    '241','181','361836.59',    '183','30','11811.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015332.0','1019259.0','41',    '39','31','35991.42',    '39','30','34732.46',    '30','5','1258.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103596.0','1044826.0','332',    '316','266','327490.36',    '316','264','319455.56',    '229','39','8034.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021911.0','1019259.0','258',    '242','162','247197.98',    '239','157','239081.99',    '173','27','8115.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110175.0','1044826.0','94',    '94','78','126427.54',    '94','76','122103.17',    '62','12','4324.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015337.0','1019259.0','6',    '6','4','6459.44',    '6','3','5867.52',    '5','2','591.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103601.0','1044826.0','1',    '1','1','5191.53',    '1','1','5191.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015181.0','1019259.0','71',    '67','56','115871.76',    '64','53','107596.51',    '39','14','8275.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103445.0','1044826.0','2',    '2','2','3939.13',    '2','2','3021.15',    '2','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021912.0','1019259.0','2',    '2','1','1229.6',    '2','1','1229.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110176.0','1044826.0','138',    '128','89','161404.09',    '127','87','153375.65',    '79','15','8028.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021913.0','1019259.0','42',    '40','33','67251.06',    '39','32','65783.62',    '33','6','1467.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110177.0','1044826.0','19',    '19','14','12536.65',    '18','13','12136.67',    '19','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015304.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103568.0','1044826.0','1',    '1','1','10018.26',    '1','1','10018.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015161.0','1019259.0','1',    '1','1','1173.36',    '1','1','973.37',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103425.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015086.0','1019259.0','109',    '100','69','120711.77',    '99','68','103702.43',    '60','5','17009.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103350.0','1044826.0','181',    '177','149','369106.22',    '177','148','354290.6',    '111','28','14815.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021914.0','1019259.0','1',    '1','1','1613.68',    '1','1','1613.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110178.0','1044826.0','1',    '1','1','4845.23',    '1','1','4845.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021915.0','1019259.0','1',    '1','1','907.95',    '1','1','907.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110179.0','1044826.0','106',    '101','82','114907.75',    '101','80','108531.99',    '71','16','6375.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015200.0','1019259.0','270',    '261','229','445962.68',    '261','227','436197.74',    '178','26','9764.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103464.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021916.0','1019259.0','58',    '54','46','67008.92',    '54','46','65425.8',    '44','8','1583.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110180.0','1044826.0','173',    '166','142','284461.94',    '164','141','278424.48',    '109','14','6037.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021917.0','1019259.0','266',    '258','209','497459.43',    '254','208','484018.8',    '180','38','13440.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110181.0','1044826.0','1',    '1','1','973.4',    '1','1','973.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021918.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110182.0','1044826.0','1',    '1','1','839.59',    '1','1','639.6',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015717.0','1019259.0','199',    '190','151','239711.9',    '187','144','229716.32',    '128','33','9995.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103981.0','1044826.0','1',    '1','1','294.5',    '1','1','294.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005794.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094058.0','1044826.0','4',    '4','2','2565.73',    '4','2','2565.73',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015162.0','1019259.0','124',    '120','97','245471.84',    '119','93','238760.94',    '88','21','6710.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103426.0','1044826.0','16',    '16','9','26615.63',    '14','9','26458.38',    '9','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021919.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110183.0','1044826.0','8',    '8','6','11344.39',    '7','6','10744.42',    '6','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005937.0','1019259.0','1',    '1','1','3031.48',    '1','1','3031.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094201.0','1044826.0','1',    '1','1','1015.43',    '1','1','1015.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015306.0','1019259.0','211',    '208','170','281727.41',    '208','166','274927.56',    '159','32','6799.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103570.0','1044826.0','10',    '10','7','5484.06',    '10','6','5284.07',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021920.0','1019259.0','6',    '6','5','12441.61',    '6','5','12441.61',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110184.0','1044826.0','39',    '36','28','49970.31',    '35','27','48536.62',    '22','7','1433.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015273.0','1019259.0','28',    '24','13','26849.46',    '24','11','25751.22',    '11','5','1098.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103537.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021921.0','1019259.0','7',    '6','4','5174.23',    '6','4','5174.23',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110185.0','1044826.0','12',    '10','7','8425.36',    '10','7','8192.17',    '6','1','233.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015195.0','1019259.0','29',    '28','23','31553.1',    '27','23','30727.88',    '21','4','825.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103459.0','1044826.0','4',    '4','3','6864.19',    '4','3','6864.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021922.0','1019259.0','187',    '176','124','210428.87',    '176','116','204471.8',    '118','18','5957.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110186.0','1044826.0','151',    '146','126','227542.21',    '143','124','223823.72',    '101','16','3718.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005785.0','1019259.0','1',    '1','1','1324.94',    '1','1','1324.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094049.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021923.0','1019259.0','27',    '26','15','19772.95',    '25','15','19572.96',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110187.0','1044826.0','4',    '4','3','7340.44',    '4','3','7340.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014935.0','1019259.0','532',    '509','369','1096290.76',    '506','360','1057148.74',    '373','85','39142.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103199.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021924.0','1019259.0','1',    '1','1','4323.69',    '1','1','4323.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110188.0','1044826.0','148',    '143','106','235874.44',    '143','103','220309.28',    '101','21','15565.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021925.0','1019259.0','1',    '1','1','3118.18',    '1','1','3118.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110189.0','1044826.0','439',    '401','282','702451.52',    '385','263','633157.22',    '260','80','69294.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021926.0','1019259.0','103',    '101','77','116481.3',    '100','77','115681.34',    '69','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110190.0','1044826.0','1',    '1','1','4018.17',    '1','1','3246.0',    '1','1','772.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015220.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103484.0','1044826.0','1',    '1','1','525.42',    '1','1','525.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005761.0','1019259.0','34',    '33','24','57574.66',    '33','24','55902.23',    '21','8','1672.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094025.0','1044826.0','2',    '2','2','2816.44',    '2','2','2816.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015263.0','1019259.0','248',    '245','231','811879.0',    '244','229','787686.74',    '195','48','24192.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103527.0','1044826.0','12',    '12','9','26363.03',    '12','8','25512.67',    '9','3','850.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014920.0','1019259.0','76',    '67','57','110961.07',    '67','56','109761.13',    '41','6','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103184.0','1044826.0','81',    '74','61','110733.38',    '74','61','109333.45',    '48','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015247.0','1019259.0','227',    '217','193','554804.45',    '217','188','544469.69',    '154','39','10334.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103511.0','1044826.0','1',    '1','1','1071.02',    '1','1','1071.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015112.0','1019259.0','19',    '14','11','19294.63',    '13','11','19294.63',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103376.0','1044826.0','340',    '336','276','516038.48',    '334','269','500803.99',    '252','66','15234.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005709.0','1019259.0','511',    '495','353','796265.92',    '490','330','769395.97',    '345','92','26869.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093973.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015365.0','1019259.0','1',    '1','1','4512.16',    '1','1','4512.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103629.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021927.0','1019259.0','1',    '1','1','654.5',    '1','1','654.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110191.0','1044826.0','393',    '377','317','696800.51',    '376','306','652059.5',    '244','70','44741.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021928.0','1019259.0','3',    '3','3','4510.19',    '3','3','4510.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110192.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015369.0','1019259.0','21',    '20','12','17390.93',    '20','12','17390.93',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103633.0','1044826.0','4',    '4','3','2943.6',    '4','3','2943.6',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021929.0','1019259.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110193.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021930.0','1019259.0','130',    '124','77','131866.61',    '122','69','126112.81',    '90','17','5753.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110194.0','1044826.0','5',    '5','5','27120.12',    '5','5','26839.93',    '5','1','280.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015363.0','1019259.0','4',    '4','3','13440.72',    '4','3','13440.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103627.0','1044826.0','2',    '2','2','1911.98',    '2','1','1452.98',    '2','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015245.0','1019259.0','2',    '2','1','1907.57',    '2','1','1907.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103509.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021931.0','1019259.0','67',    '60','36','81762.65',    '58','31','73789.89',    '37','9','7972.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110195.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014979.0','1019259.0','174',    '132','82','350349.41',    '116','73','329397.12',    '94','26','20952.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103243.0','1044826.0','3',    '3','2','816.3',    '3','2','816.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015347.0','1019259.0','3',    '3','3','1503.52',    '3','3','1503.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103611.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021932.0','1019259.0','16',    '15','2','5476.04',    '14','2','5476.04',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110196.0','1044826.0','2',    '2','2','1661.21',    '2','2','1661.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021933.0','1019259.0','258',    '237','111','337553.08',    '229','102','323380.64',    '149','24','14172.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110197.0','1044826.0','16',    '16','14','67107.87',    '16','14','66787.91',    '13','2','319.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021934.0','1019259.0','7',    '7','4','2059.6',    '7','4','2059.6',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110198.0','1044826.0','317',    '292','221','340198.12',    '290','213','325688.91',    '192','33','14509.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021935.0','1019259.0','1',    '1','1','506.66',    '1','1','506.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110199.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015386.0','1019259.0','118',    '110','76','267542.76',    '109','73','261399.88',    '75','11','6142.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103650.0','1044826.0','55',    '52','39','73866.3',    '52','39','69787.23',    '39','6','4079.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005826.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094090.0','1044826.0','4',    '3','1','620.16',    '3','1','620.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005742.0','1019259.0','2',    '2','1','580.7',    '2','1','580.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094006.0','1044826.0','1',    '1','1','379.61',    '1','1','379.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015230.0','1019259.0','2',    '2','1','684.99',    '2','1','684.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103494.0','1044826.0','1',    '1','1','1098.4',    '1','1','1098.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021936.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110200.0','1044826.0','14',    '12','8','17113.03',    '12','8','17113.03',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021937.0','1019259.0','13',    '11','8','17018.78',    '11','8','17018.78',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110201.0','1044826.0','27',    '27','24','79142.3',    '27','24','77821.86',    '20','5','1320.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005748.0','1019259.0','1',    '1','1','934.73',    '1','1','934.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094012.0','1044826.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021938.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110202.0','1044826.0','2',    '2','1','2260.35',    '2','1','2260.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021939.0','1019259.0','279',    '261','207','520000.77',    '259','200','493973.62',    '163','41','26027.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110203.0','1044826.0','1',    '1','1','1536.65',    '1','1','1536.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021940.0','1019259.0','5',    '4','2','2027.71',    '4','2','2027.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110204.0','1044826.0','37',    '36','30','56756.68',    '36','30','55410.05',    '23','3','1346.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015991.0','1019259.0','1',    '1','1','2409.92',    '1','1','2409.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104255.0','1044826.0','20',    '18','13','24501.41',    '18','13','24301.42',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021941.0','1019259.0','40',    '35','25','38766.97',    '35','23','36305.74',    '21','5','2461.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110205.0','1044826.0','11',    '10','4','2882.5',    '10','3','2294.05',    '7','1','588.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021942.0','1019259.0','1',    '1','1','7442.27',    '1','1','6943.32',    '1','1','498.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110206.0','1044826.0','27',    '26','17','29064.07',    '26','17','28146.09',    '17','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021943.0','1019259.0','1',    '1','1','453.4',    '1','1','453.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110207.0','1044826.0','8',    '8','7','17226.1',    '8','7','16567.11',    '5','1','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021944.0','1019259.0','5',    '4','2','2266.17',    '4','2','2266.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110208.0','1044826.0','3',    '3','1','689.14',    '3','1','689.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005954.0','1019259.0','14',    '12','8','13546.71',    '12','8','13546.71',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094218.0','1044826.0','16',    '16','10','28124.53',    '16','10','26772.81',    '13','2','1351.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021945.0','1019259.0','74',    '69','44','52028.72',    '67','42','50519.05',    '41','5','1509.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110209.0','1044826.0','5',    '5','3','6615.68',    '5','3','6615.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021946.0','1019259.0','35',    '35','25','45932.03',    '35','24','45532.05',    '23','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110210.0','1044826.0','5',    '5','3','2469.03',    '5','3','2469.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021947.0','1019259.0','27',    '27','20','35962.55',    '27','20','34512.11',    '21','6','1450.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110211.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021948.0','1019259.0','10',    '8','7','13669.34',    '8','6','13385.34',    '6','1','284.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110212.0','1044826.0','138',    '133','105','228312.55',    '133','104','218876.63',    '87','10','9435.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021949.0','1019259.0','12',    '11','6','6231.33',    '11','5','6031.34',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110213.0','1044826.0','157',    '136','106','333543.75',    '134','106','328393.48',    '81','9','5150.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015046.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103310.0','1044826.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015990.0','1019259.0','5',    '5','2','2536.12',    '5','2','2536.12',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104254.0','1044826.0','29',    '24','17','21276.61',    '24','17','20992.86',    '14','2','283.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014925.0','1019259.0','13',    '12','8','11562.37',    '12','8','11562.37',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103189.0','1044826.0','3',    '3','2','1394.52',    '3','2','1394.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005874.0','1019259.0','2',    '2','1','639.6',    '2','1','639.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094138.0','1044826.0','22',    '18','8','8284.71',    '16','3','2883.5',    '13','5','5401.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014930.0','1019259.0','17',    '16','6','6594.61',    '15','6','6594.61',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103194.0','1044826.0','1',    '1','1','447.68',    '1','0','0.0',    '1','1','447.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005839.0','1019259.0','2',    '2','2','580.7',    '2','2','580.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094103.0','1044826.0','2',    '2','1','712.16',    '2','1','712.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021950.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110214.0','1044826.0','6',    '6','4','6548.19',    '6','4','6548.19',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021951.0','1019259.0','14',    '12','11','14101.31',    '12','11','13501.34',    '9','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110215.0','1044826.0','3',    '2','2','4230.34',    '2','2','4230.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021952.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110216.0','1044826.0','301',    '290','191','312225.25',    '283','185','294133.79',    '203','26','18091.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021953.0','1019259.0','42',    '39','20','55579.95',    '39','20','48786.51',    '23','2','6793.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110217.0','1044826.0','58',    '56','36','66195.85',    '56','36','65795.87',    '39','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021954.0','1019259.0','156',    '149','93','187995.43',    '148','92','183282.07',    '107','12','4713.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110218.0','1044826.0','14',    '11','3','3753.07',    '11','3','3753.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021955.0','1019259.0','2',    '2','2','3214.21',    '2','2','2814.23',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110219.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021956.0','1019259.0','8',    '8','4','2920.07',    '8','4','2920.07',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110220.0','1044826.0','8',    '8','3','2985.59',    '8','3','2985.59',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021957.0','1019259.0','24',    '22','12','12277.97',    '21','10','11877.99',    '17','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110221.0','1044826.0','14',    '13','4','12622.95',    '13','4','11945.65',    '7','1','677.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021958.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110222.0','1044826.0','2',    '2','2','2264.91',    '2','2','2264.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015128.0','1019259.0','26',    '23','14','12432.3',    '22','14','11262.0',    '18','3','1170.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103392.0','1044826.0','8',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2014868.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103132.0','1044826.0','1',    '1','1','565.47',    '1','1','565.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021959.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110223.0','1044826.0','8',    '6','1','648.05',    '6','1','648.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015032.0','1019259.0','1',    '1','1','583.62',    '1','1','583.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103296.0','1044826.0','52',    '49','37','124901.96',    '49','37','123036.9',    '30','6','1865.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021960.0','1019259.0','27',    '27','11','30000.24',    '27','11','29341.25',    '18','2','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110224.0','1044826.0','12',    '11','1','955.51',    '10','1','955.51',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021961.0','1019259.0','3',    '3','2','4884.38',    '3','2','4684.39',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110225.0','1044826.0','48',    '45','36','105703.55',    '45','36','103379.35',    '32','4','2324.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005784.0','1019259.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094048.0','1044826.0','4',    '4','1','3435.57',    '3','1','3435.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021962.0','1019259.0','1',    '1','1','3415.42',    '1','1','3415.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110226.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015015.0','1019259.0','105',    '103','81','263236.57',    '102','76','254654.21',    '71','12','8582.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103279.0','1044826.0','43',    '42','18','41110.94',    '41','16','40122.51',    '20','3','988.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021963.0','1019259.0','1',    '1','1','1362.94',    '1','1','1362.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110227.0','1044826.0','2',    '2','1','1523.56',    '2','1','1523.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021964.0','1019259.0','3',    '3','2','2892.95',    '3','2','2559.77',    '2','1','333.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110228.0','1044826.0','1',    '1','1','1137.12',    '1','1','1137.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021965.0','1019259.0','198',    '171','135','268270.73',    '171','131','254487.39',    '105','22','13783.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110229.0','1044826.0','4',    '4','3','1688.51',    '4','3','1488.52',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021966.0','1019259.0','6',    '6','5','3591.81',    '6','3','2932.82',    '5','2','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110230.0','1044826.0','57',    '52','32','39549.91',    '52','31','38323.43',    '40','4','1226.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021967.0','1019259.0','40',    '39','30','48532.28',    '39','28','47174.84',    '29','6','1357.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110231.0','1044826.0','9',    '9','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021968.0','1019259.0','1',    '1','1','4165.67',    '1','1','4165.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110232.0','1044826.0','57',    '53','25','41732.17',    '52','23','40115.97',    '28','6','1616.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015132.0','1019259.0','2',    '2','1','1134.87',    '2','1','1134.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103396.0','1044826.0','20',    '17','11','19777.86',    '17','10','18893.63',    '11','2','884.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005705.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093969.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015242.0','1019259.0','2',    '2','1','917.98',    '2','0','0.0',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103506.0','1044826.0','3',    '2','2','6864.06',    '2','2','6864.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021969.0','1019259.0','5',    '5','1','305.21',    '5','0','0.0',    '4','1','305.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110233.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005751.0','1019259.0','2',    '2','2','1150.0',    '2','2','1150.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094015.0','1044826.0','9',    '8','5','13979.16',    '8','5','13979.16',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021970.0','1019259.0','12',    '11','7','11097.34',    '10','7','11097.34',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110234.0','1044826.0','18',    '18','12','25265.32',    '18','12','22761.1',    '15','4','2504.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015724.0','1019259.0','175',    '163','123','229456.9',    '162','120','220951.64',    '97','21','8505.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103988.0','1044826.0','1',    '1','1','561.08',    '1','1','561.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021971.0','1019259.0','15',    '14','12','10525.21',    '14','12','10325.22',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110235.0','1044826.0','2',    '2','2','4805.01',    '2','2','4805.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021972.0','1019259.0','9',    '9','8','37134.72',    '9','8','36700.98',    '5','1','433.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110236.0','1044826.0','2',    '2','2','2623.39',    '2','2','2623.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021973.0','1019259.0','17',    '17','14','17441.89',    '17','14','17441.89',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110237.0','1044826.0','94',    '86','57','91746.47',    '84','52','80383.65',    '56','11','11362.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016007.0','1019259.0','1',    '1','1','11768.36',    '1','1','8561.52',    '1','1','3206.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104271.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021974.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110238.0','1044826.0','24',    '20','14','20687.84',    '20','12','19887.88',    '14','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021975.0','1019259.0','7',    '6','3','6605.76',    '6','3','6605.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110239.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021976.0','1019259.0','27',    '25','19','30271.96',    '24','19','29938.78',    '16','2','333.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110240.0','1044826.0','18',    '18','15','45005.6',    '18','14','43712.9',    '12','3','1292.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021977.0','1019259.0','3',    '3','2','842.66',    '3','2','842.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110241.0','1044826.0','29',    '29','24','31647.43',    '29','23','31047.46',    '21','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021978.0','1019259.0','1',    '1','1','5133.66',    '1','1','5133.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110242.0','1044826.0','2',    '1','1','555.76',    '1','1','555.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021979.0','1019259.0','9',    '7','3','6452.01',    '6','2','5863.56',    '4','1','588.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110243.0','1044826.0','10',    '9','5','7514.17',    '8','5','7514.17',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021980.0','1019259.0','23',    '23','20','45590.44',    '23','17','44066.28',    '17','6','1524.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110244.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021981.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110245.0','1044826.0','13',    '13','11','19200.3',    '13','11','18909.86',    '9','2','290.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016589.0','1019259.0','8',    '5','1','1490.34',    '4','1','1490.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104853.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021982.0','1019259.0','7',    '6','1','3406.0',    '6','1','3406.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110246.0','1044826.0','3',    '3','1','5015.61',    '3','1','5015.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016426.0','1019259.0','3',    '3','2','906.35',    '3','1','706.36',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104690.0','1044826.0','19',    '18','6','9355.56',    '18','6','9355.56',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016648.0','1019259.0','364',    '345','238','613620.68',    '339','237','603348.72',    '209','21','10271.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104912.0','1044826.0','3',    '3','2','1220.53',    '3','2','1220.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021983.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110247.0','1044826.0','13',    '12','8','21627.02',    '12','8','20612.07',    '7','1','1014.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021984.0','1019259.0','3',    '2','1','1158.5',    '2','1','1158.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110248.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021985.0','1019259.0','7',    '5','3','4437.44',    '5','3','4237.45',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110249.0','1044826.0','22',    '22','18','42099.55',    '22','18','38211.65',    '17','1','3887.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021986.0','1019259.0','26',    '25','13','23312.76',    '25','13','23093.78',    '18','1','218.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110250.0','1044826.0','19',    '18','7','5921.34',    '18','7','5921.34',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016651.0','1019259.0','5',    '5','1','4930.94',    '5','1','4212.0',    '2','1','718.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104915.0','1044826.0','10',    '10','3','4016.46',    '10','3','3791.48',    '7','1','224.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021987.0','1019259.0','1',    '1','1','849.05',    '1','1','849.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110251.0','1044826.0','6',    '6','1','783.75',    '6','1','550.0',    '2','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021988.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110252.0','1044826.0','4',    '3','1','320.74',    '3','1','320.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016005.0','1019259.0','1',    '1','1','2891.28',    '1','1','2891.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104269.0','1044826.0','7',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021989.0','1019259.0','2',    '2','1','2471.45',    '2','1','2012.45',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110253.0','1044826.0','112',    '104','52','72586.93',    '104','49','70317.3',    '79','5','2269.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015930.0','1019259.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104194.0','1044826.0','3',    '2','1','735.18',    '2','1','735.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021990.0','1019259.0','77',    '67','40','94693.42',    '65','36','91457.53',    '39','9','3235.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110254.0','1044826.0','14',    '12','6','21665.81',    '12','6','21665.81',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021991.0','1019259.0','34',    '32','19','66315.98',    '32','18','63513.29',    '22','3','2802.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110255.0','1044826.0','7',    '7','4','14223.79',    '7','4','14223.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021992.0','1019259.0','151',    '140','99','247969.3',    '138','95','242936.96',    '95','12','5032.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110256.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016384.0','1019259.0','6',    '6','6','22182.72',    '6','6','22182.72',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104648.0','1044826.0','6',    '6','3','3083.78',    '6','3','3083.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021993.0','1019259.0','8',    '8','5','7884.45',    '8','4','7731.29',    '5','1','153.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110257.0','1044826.0','14',    '12','5','10763.76',    '11','4','10563.77',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016535.0','1019259.0','18',    '18','11','6108.09',    '18','11','5908.1',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104799.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021994.0','1019259.0','1',    '1','1','6852.14',    '1','1','6852.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110258.0','1044826.0','180',    '167','134','280255.92',    '167','130','267812.7',    '117','23','12443.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021995.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110259.0','1044826.0','3',    '3','2','20670.52',    '2','1','20082.07',    '3','1','588.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006067.0','1019259.0','2',    '2','1','153.54',    '2','1','153.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094331.0','1044826.0','10',    '9','7','25067.17',    '9','7','23593.33',    '4','2','1473.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016738.0','1019259.0','16',    '14','7','17684.43',    '14','7','17484.44',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105002.0','1044826.0','1',    '1','1','521.8',    '1','1','521.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021996.0','1019259.0','1',    '1','1','1254.45',    '1','1','1054.46',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110260.0','1044826.0','50',    '45','11','17685.93',    '44','9','16476.1',    '13','3','1209.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021997.0','1019259.0','30',    '29','23','44997.47',    '28','23','43845.74',    '22','2','1151.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110261.0','1044826.0','20',    '19','9','15557.92',    '19','7','15007.68',    '9','3','550.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021998.0','1019259.0','28',    '27','21','38090.31',    '26','21','34584.68',    '18','5','3505.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110262.0','1044826.0','5',    '5','4','5011.9',    '5','3','4811.91',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2021999.0','1019259.0','17',    '16','13','11712.66',    '16','12','11512.67',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110263.0','1044826.0','11',    '11','8','16433.02',    '11','8','15507.78',    '6','2','925.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022000.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110264.0','1044826.0','7',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022001.0','1019259.0','2',    '2','1','1017.28',    '2','1','1017.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110265.0','1044826.0','1',    '1','1','4121.67',    '1','1','4121.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022002.0','1019259.0','20',    '19','14','35912.92',    '19','14','33276.91',    '11','4','2636.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110266.0','1044826.0','3',    '2','1','679.88',    '2','1','679.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022003.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110267.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022004.0','1019259.0','13',    '11','4','12430.71',    '11','4','12430.71',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110268.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016650.0','1019259.0','17',    '13','7','7261.84',    '13','6','7116.96',    '7','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104914.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022005.0','1019259.0','8',    '7','4','6425.42',    '7','4','6425.42',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110269.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016379.0','1019259.0','86',    '80','61','156051.54',    '79','57','143126.6',    '61','12','12924.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104643.0','1044826.0','1',    '1','1','1252.47',    '1','1','1252.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022006.0','1019259.0','3',    '1','1','3919.43',    '1','1','3246.0',    '1','1','673.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110270.0','1044826.0','60',    '53','29','71007.9',    '51','29','68119.02',    '35','6','2888.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016386.0','1019259.0','22',    '20','12','12937.58',    '19','12','12937.58',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104650.0','1044826.0','2',    '2','1','235.6',    '2','1','235.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022007.0','1019259.0','3',    '3','1','2580.88',    '3','1','2580.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110271.0','1044826.0','7',    '7','5','8927.27',    '7','5','8927.27',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022008.0','1019259.0','36',    '34','23','29812.07',    '33','23','27791.95',    '24','8','2020.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110272.0','1044826.0','8',    '8','7','15157.43',    '8','6','14427.05',    '8','2','730.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022009.0','1019259.0','31',    '31','23','40199.5',    '30','23','38811.55',    '19','2','1387.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110273.0','1044826.0','3',    '3','1','5293.26',    '3','1','5293.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016471.0','1019259.0','1',    '1','1','660.2',    '1','1','660.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104735.0','1044826.0','98',    '96','66','188388.94',    '96','64','183949.04',    '55','8','4439.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016861.0','1019259.0','1',    '1','1','255.9',    '1','1','255.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105125.0','1044826.0','1',    '1','1','10839.8',    '1','1','9859.22',    '1','1','980.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005919.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094183.0','1044826.0','16',    '16','8','11613.71',    '16','8','11413.72',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006003.0','1019259.0','42',    '39','31','44810.91',    '38','29','43113.23',    '31','6','1697.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094267.0','1044826.0','41',    '38','23','60724.84',    '38','22','59590.2',    '31','1','1134.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015333.0','1019259.0','2',    '2','1','2733.03',    '2','1','2533.04',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103597.0','1044826.0','6',    '6','5','3718.07',    '6','5','3560.82',    '5','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006031.0','1019259.0','12',    '10','4','11084.74',    '10','3','10625.74',    '4','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094295.0','1044826.0','40',    '38','17','26922.87',    '35','16','25185.3',    '23','2','1737.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022010.0','1019259.0','4',    '4','3','1098.59',    '4','1','698.61',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110274.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016026.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104290.0','1044826.0','6',    '6','3','2110.18',    '6','3','1910.19',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015203.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103467.0','1044826.0','5',    '4','3','7341.75',    '4','3','7341.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022011.0','1019259.0','5',    '5','3','4521.52',    '5','3','4521.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110275.0','1044826.0','6',    '6','4','16209.11',    '6','4','16209.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022012.0','1019259.0','8',    '8','3','11713.57',    '8','3','11713.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110276.0','1044826.0','15',    '14','11','31596.23',    '14','11','30903.49',    '11','2','692.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016754.0','1019259.0','2',    '2','1','2245.63',    '2','1','2245.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105018.0','1044826.0','79',    '74','57','95199.91',    '74','56','92408.54',    '53','9','2791.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022013.0','1019259.0','17',    '16','13','31407.58',    '16','13','31207.59',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110277.0','1044826.0','4',    '4','3','27111.69',    '4','3','27111.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022014.0','1019259.0','11',    '10','6','13355.05',    '10','6','13355.05',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110278.0','1044826.0','9',    '9','5','5256.62',    '9','5','5256.62',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015656.0','1019259.0','5',    '5','3','3916.86',    '5','3','3916.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103920.0','1044826.0','4',    '4','2','3076.11',    '4','2','2842.36',    '4','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022015.0','1019259.0','7',    '7','5','3925.06',    '7','5','3725.07',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110279.0','1044826.0','5',    '5','1','222.25',    '5','1','222.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006005.0','1019259.0','81',    '76','18','30135.67',    '71','16','27547.67',    '37','5','2588.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094269.0','1044826.0','1',    '1','1','404.3',    '1','1','404.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022016.0','1019259.0','10',    '9','4','4519.58',    '9','4','4519.58',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110280.0','1044826.0','7',    '5','2','1222.0',    '5','2','1022.01',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022017.0','1019259.0','12',    '12','8','31756.86',    '12','7','31356.88',    '10','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110281.0','1044826.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022018.0','1019259.0','6',    '5','1','739.3',    '5','1','739.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110282.0','1044826.0','13',    '13','8','5003.55',    '13','8','5003.55',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022019.0','1019259.0','5',    '5','3','10550.82',    '5','3','10440.83',    '4','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110283.0','1044826.0','7',    '7','5','15520.22',    '7','5','15520.22',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022020.0','1019259.0','9',    '8','3','6129.45',    '8','3','6129.45',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110284.0','1044826.0','47',    '36','8','30665.95',    '35','7','27433.41',    '20','3','3232.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006023.0','1019259.0','1',    '1','1','189.2',    '1','1','189.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094287.0','1044826.0','4',    '3','2','1903.77',    '3','2','1903.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016126.0','1019259.0','7',    '7','2','5553.35',    '7','2','5553.35',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104390.0','1044826.0','5',    '5','4','4719.41',    '5','4','4519.42',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015888.0','1019259.0','84',    '81','61','54441.06',    '80','56','51453.99',    '65','11','2987.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104152.0','1044826.0','61',    '58','49','89348.69',    '58','49','88148.75',    '34','6','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022021.0','1019259.0','1',    '1','1','1821.57',    '1','1','1821.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110285.0','1044826.0','2',    '2','2','3247.33',    '2','2','3247.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022022.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110286.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022023.0','1019259.0','6',    '6','1','1656.85',    '6','1','970.45',    '2','1','686.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110287.0','1044826.0','1',    '1','1','612.75',    '1','1','612.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022024.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110288.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022025.0','1019259.0','1',    '1','1','7669.33',    '1','1','7669.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110289.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022026.0','1019259.0','67',    '65','20','21208.77',    '63','19','20151.62',    '41','3','1057.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110290.0','1044826.0','128',    '113','53','139975.23',    '111','51','137835.67',    '52','6','2139.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022027.0','1019259.0','2',    '2','1','1962.5',    '2','1','1962.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110291.0','1044826.0','1',    '1','1','729.43',    '1','1','729.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022028.0','1019259.0','3',    '3','2','7299.55',    '3','2','7299.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110292.0','1044826.0','2',    '2','1','2114.33',    '2','1','2114.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022029.0','1019259.0','18',    '17','12','12637.47',    '17','11','12504.28',    '11','1','133.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110293.0','1044826.0','1',    '1','1','275.95',    '1','1','275.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022030.0','1019259.0','29',    '29','21','43012.93',    '29','21','41925.48',    '19','2','1087.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110294.0','1044826.0','18',    '18','12','19410.33',    '18','12','19210.34',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016358.0','1019259.0','2',    '2','2','828.09',    '2','1','628.1',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104622.0','1044826.0','179',    '171','124','224260.15',    '171','121','218354.71',    '125','12','5905.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022031.0','1019259.0','3',    '2','1','488.92',    '2','1','488.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110295.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022032.0','1019259.0','3',    '3','3','9273.38',    '3','3','9273.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110296.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022033.0','1019259.0','157',    '155','85','153740.57',    '150','82','147864.44',    '122','11','5876.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110297.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022034.0','1019259.0','1',    '1','1','2278.84',    '1','1','2278.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110298.0','1044826.0','1',    '1','1','7131.9',    '1','1','7131.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022035.0','1019259.0','6',    '6','2','4359.67',    '6','2','4359.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110299.0','1044826.0','3',    '3','2','6091.21',    '3','2','5474.96',    '2','1','616.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022036.0','1019259.0','9',    '9','3','1876.61',    '9','3','1876.61',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110300.0','1044826.0','5',    '5','2','23192.88',    '5','2','23192.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016305.0','1019259.0','5',    '5','3','1119.34',    '4','1','284.35',    '4','2','834.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104569.0','1044826.0','14',    '10','3','33562.85',    '7','1','8760.88',    '8','3','24801.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005873.0','1019259.0','1',    '1','1','673.55',    '1','1','673.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094137.0','1044826.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016726.0','1019259.0','57',    '56','45','91633.72',    '55','45','89898.78',    '41','6','1734.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104990.0','1044826.0','10',    '10','7','15720.55',    '10','7','15426.63',    '8','1','293.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015783.0','1019259.0','1',    '1','1','382.01',    '1','1','382.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104047.0','1044826.0','9',    '9','6','6536.66',    '9','6','6050.19',    '8','2','486.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015271.0','1019259.0','2',    '2','2','619.72',    '2','2','619.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103535.0','1044826.0','236',    '214','136','382753.77',    '206','129','376077.06',    '105','23','6676.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022037.0','1019259.0','3',    '3','1','650.24',    '3','1','650.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110301.0','1044826.0','27',    '27','15','37471.93',    '26','15','37071.95',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005974.0','1019259.0','3',    '3','1','2984.15',    '3','1','2984.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094238.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022038.0','1019259.0','7',    '7','4','4458.92',    '7','4','4458.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110302.0','1044826.0','37',    '33','20','24118.36',    '31','20','24118.36',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005760.0','1019259.0','9',    '8','3','1520.73',    '8','3','1520.73',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094024.0','1044826.0','14',    '12','8','7520.16',    '12','8','7520.16',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022039.0','1019259.0','8',    '8','3','2741.47',    '8','3','2741.47',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110303.0','1044826.0','11',    '11','7','11912.41',    '11','7','11912.41',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022040.0','1019259.0','1',    '1','1','2678.0',    '1','1','2678.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110304.0','1044826.0','1',    '1','1','2758.0',    '1','1','2758.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022041.0','1019259.0','5',    '5','2','14134.31',    '5','2','14134.31',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110305.0','1044826.0','112',    '105','43','71231.26',    '99','38','50993.99',    '68','10','20237.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022042.0','1019259.0','5',    '3','2','4757.66',    '3','2','4757.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110306.0','1044826.0','6',    '6','5','7745.42',    '6','5','7511.67',    '5','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022043.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110307.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022044.0','1019259.0','3',    '3','1','6016.96',    '3','1','6016.96',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110308.0','1044826.0','4',    '4','2','4394.0',    '4','2','4394.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022045.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110309.0','1044826.0','9',    '7','5','12926.69',    '7','5','12926.69',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016313.0','1019259.0','50',    '48','26','26793.16',    '47','26','26593.17',    '31','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104577.0','1044826.0','1',    '1','1','3849.14',    '1','1','3704.26',    '1','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022046.0','1019259.0','2',    '2','1','1985.15',    '2','1','1985.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110310.0','1044826.0','9',    '9','3','23917.95',    '8','3','23917.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022047.0','1019259.0','7',    '6','1','169.29',    '6','1','169.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110311.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022048.0','1019259.0','16',    '16','8','11656.28',    '16','8','11656.28',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110312.0','1044826.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016437.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104701.0','1044826.0','30',    '30','23','137899.01',    '30','23','137899.01',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016469.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104733.0','1044826.0','44',    '39','29','98826.98',    '39','28','97973.69',    '28','2','853.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022049.0','1019259.0','49',    '44','29','76742.11',    '44','27','74616.28',    '20','4','2125.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110313.0','1044826.0','3',    '3','1','2078.68',    '3','1','2078.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016352.0','1019259.0','2',    '2','1','905.2',    '2','1','905.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104616.0','1044826.0','1',    '1','1','293.92',    '1','0','0.0',    '1','1','293.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015288.0','1019259.0','13',    '10','6','9914.58',    '10','6','9914.58',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103552.0','1044826.0','85',    '82','49','68563.83',    '82','48','66017.66',    '64','7','2546.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022050.0','1019259.0','1',    '1','1','625.82',    '1','1','625.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110314.0','1044826.0','62',    '60','38','55644.97',    '60','37','51805.06',    '43','9','3839.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006027.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094291.0','1044826.0','62',    '58','25','120319.09',    '58','23','99922.52',    '36','8','20396.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022051.0','1019259.0','239',    '225','163','323972.65',    '222','160','315831.12',    '169','22','8141.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110315.0','1044826.0','102',    '100','75','154092.91',    '100','74','152766.44',    '60','5','1326.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022052.0','1019259.0','5',    '5','2','4610.3',    '5','2','4610.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110316.0','1044826.0','1',    '1','1','3449.82',    '1','1','3449.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015354.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103618.0','1044826.0','394',    '379','260','511292.29',    '376','255','502597.97',    '253','33','8694.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015396.0','1019259.0','1',    '1','1','680.25',    '1','1','680.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103660.0','1044826.0','7',    '6','2','2253.26',    '6','2','2253.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005790.0','1019259.0','2',    '2','1','3618.26',    '2','1','3618.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094054.0','1044826.0','3',    '3','1','555.75',    '3','1','555.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022053.0','1019259.0','7',    '6','5','7753.59',    '6','5','6835.61',    '4','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110317.0','1044826.0','25',    '25','8','11986.87',    '25','8','11986.87',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022054.0','1019259.0','48',    '46','34','69827.34',    '46','33','68268.0',    '29','4','1559.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110318.0','1044826.0','2',    '2','1','631.03',    '2','1','631.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022055.0','1019259.0','2',    '2','2','2491.71',    '2','2','2491.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110319.0','1044826.0','2',    '2','1','1694.55',    '2','1','1694.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022056.0','1019259.0','6',    '5','1','5758.81',    '4','1','5558.82',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110320.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016465.0','1019259.0','8',    '8','3','14552.93',    '8','3','14552.93',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104729.0','1044826.0','4',    '3','1','972.78',    '3','1','972.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022057.0','1019259.0','1',    '1','1','2995.45',    '1','1','2995.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110321.0','1044826.0','5',    '5','3','1851.45',    '5','2','1300.96',    '3','1','550.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022058.0','1019259.0','9',    '7','3','9294.06',    '7','2','6870.06',    '4','1','2424.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110322.0','1044826.0','10',    '9','5','5853.16',    '9','5','5853.16',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016725.0','1019259.0','13',    '11','4','4806.8',    '8','3','4661.92',    '5','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104989.0','1044826.0','5',    '4','2','3928.18',    '4','2','3928.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022059.0','1019259.0','3',    '3','1','1319.32',    '3','1','1119.33',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110323.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015192.0','1019259.0','33',    '25','3','7349.56',    '25','3','7349.56',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103456.0','1044826.0','10',    '9','2','6537.1',    '9','2','6537.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022060.0','1019259.0','16',    '16','6','25691.65',    '16','6','23422.37',    '7','1','2269.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110324.0','1044826.0','3',    '2','1','4733.19',    '2','1','4533.2',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022061.0','1019259.0','7',    '7','1','1877.58',    '6','1','1877.58',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110325.0','1044826.0','5',    '5','5','11186.95',    '5','5','11186.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022062.0','1019259.0','4',    '4','1','790.55',    '4','1','790.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110326.0','1044826.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005702.0','1019259.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093966.0','1044826.0','4',    '3','1','650.56',    '3','1','650.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015272.0','1019259.0','5',    '4','3','6834.85',    '4','3','6834.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103536.0','1044826.0','258',    '226','134','385833.77',    '223','133','378483.54',    '117','12','7350.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022063.0','1019259.0','5',    '5','4','4433.39',    '5','4','4208.14',    '4','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110327.0','1044826.0','43',    '41','29','47971.58',    '41','27','46819.85',    '22','2','1151.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015350.0','1019259.0','1',    '1','1','376.42',    '1','1','376.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103614.0','1044826.0','1',    '1','1','477.31',    '1','1','477.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022064.0','1019259.0','3',    '3','1','6507.08',    '3','1','6507.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110328.0','1044826.0','16',    '16','10','48710.44',    '16','10','44523.07',    '12','3','4187.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015385.0','1019259.0','88',    '83','58','123676.68',    '82','58','122574.65',    '53','3','1102.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103649.0','1044826.0','13',    '13','11','36143.43',    '13','10','35475.95',    '8','2','667.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022065.0','1019259.0','4',    '4','2','1549.27',    '4','2','1549.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110329.0','1044826.0','8',    '6','1','594.44',    '6','1','594.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005936.0','1019259.0','11',    '11','8','18950.87',    '11','8','18950.87',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094200.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015191.0','1019259.0','121',    '120','97','207278.65',    '120','91','197683.46',    '95','17','9595.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103455.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022066.0','1019259.0','17',    '17','4','14485.93',    '17','4','13401.23',    '9','1','1084.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110330.0','1044826.0','178',    '172','85','168915.43',    '171','80','158711.37',    '125','19','10204.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022067.0','1019259.0','5',    '3','3','2221.95',    '3','3','2221.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110331.0','1044826.0','7',    '7','6','7133.04',    '7','6','6383.6',    '5','1','749.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022068.0','1019259.0','9',    '8','4','5207.38',    '8','3','4514.63',    '5','2','692.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110332.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022069.0','1019259.0','4',    '4','3','6803.81',    '4','3','5766.49',    '3','1','1037.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110333.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022070.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110334.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022071.0','1019259.0','36',    '35','18','13316.65',    '33','17','12582.5',    '20','2','734.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110335.0','1044826.0','1',    '1','1','2093.11',    '1','1','2093.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022072.0','1019259.0','8',    '5','2','2821.63',    '5','2','2821.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110336.0','1044826.0','4',    '4','4','3701.7',    '4','4','3701.7',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016436.0','1019259.0','21',    '19','9','22920.91',    '19','8','19748.96',    '14','4','3171.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104700.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022073.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110337.0','1044826.0','6',    '6','1','612.75',    '5','1','612.75',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022074.0','1019259.0','101',    '97','72','130539.81',    '97','72','129635.17',    '68','3','904.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110338.0','1044826.0','5',    '5','4','2550.16',    '5','4','2350.17',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022075.0','1019259.0','1',    '1','1','1249.64',    '1','1','1249.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110339.0','1044826.0','42',    '39','21','79051.18',    '39','21','66317.21',    '19','2','12733.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022076.0','1019259.0','6',    '6','1','1313.11',    '6','1','1313.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110340.0','1044826.0','7',    '7','4','4842.2',    '7','4','4842.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015313.0','1019259.0','17',    '17','12','22757.45',    '16','11','21486.29',    '12','2','1271.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103577.0','1044826.0','114',    '100','41','107874.25',    '97','35','95937.11',    '63','12','11937.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022077.0','1019259.0','6',    '6','3','3671.95',    '6','3','3471.96',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110341.0','1044826.0','11',    '11','8','11261.38',    '11','7','11011.14',    '7','1','250.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015294.0','1019259.0','12',    '12','10','10184.46',    '12','9','9584.49',    '9','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103558.0','1044826.0','8',    '8','6','9060.13',    '8','6','9060.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015303.0','1019259.0','6',    '5','3','7502.99',    '5','3','7502.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103567.0','1044826.0','4',    '2','2','6558.17',    '2','2','6558.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015239.0','1019259.0','3',    '3','1','1181.14',    '3','1','1181.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103503.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022078.0','1019259.0','34',    '29','22','86314.23',    '29','22','80960.64',    '14','3','5353.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110342.0','1044826.0','10',    '10','4','7854.8',    '10','4','7854.8',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022079.0','1019259.0','11',    '11','4','6973.74',    '11','4','4880.08',    '5','1','2093.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110343.0','1044826.0','18',    '18','9','13130.2',    '18','9','11406.53',    '9','3','1723.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015722.0','1019259.0','4',    '4','3','2940.69',    '4','3','2940.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103986.0','1044826.0','2',    '2','2','2411.07',    '2','2','2411.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015927.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104191.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022080.0','1019259.0','29',    '26','12','29605.97',    '25','11','29096.0',    '20','3','509.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110344.0','1044826.0','5',    '3','2','22099.09',    '3','2','10483.09',    '2','1','11616.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022081.0','1019259.0','96',    '83','56','221851.84',    '83','50','178637.57',    '55','16','43214.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110345.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015951.0','1019259.0','4',    '4','2','2042.98',    '4','1','1842.99',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104215.0','1044826.0','7',    '7','2','2571.6',    '7','2','2571.6',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022082.0','1019259.0','24',    '23','20','32119.71',    '23','20','30272.73',    '16','3','1846.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110346.0','1044826.0','11',    '11','4','12917.63',    '11','4','12458.63',    '4','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022083.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110347.0','1044826.0','22',    '20','11','25135.8',    '20','11','23358.84',    '12','3','1776.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022084.0','1019259.0','35',    '24','3','1168.31',    '23','1','281.92',    '7','2','886.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110348.0','1044826.0','94',    '88','60','312527.81',    '85','51','224237.3',    '63','29','88290.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022085.0','1019259.0','3',    '3','1','324.51',    '3','1','324.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110349.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022086.0','1019259.0','10',    '10','8','16245.99',    '10','8','15346.01',    '8','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110350.0','1044826.0','1',    '1','1','676.58',    '1','1','676.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022087.0','1019259.0','119',    '118','62','174162.86',    '118','61','171657.18',    '85','7','2505.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110351.0','1044826.0','1',    '1','1','601.46',    '1','1','601.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022088.0','1019259.0','8',    '6','4','9848.66',    '6','4','9848.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110352.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022089.0','1019259.0','8',    '7','2','1856.01',    '7','2','1856.01',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110353.0','1044826.0','35',    '29','8','5573.63',    '29','8','5573.63',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016488.0','1019259.0','18',    '18','15','35205.84',    '18','15','35005.85',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104752.0','1044826.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022090.0','1019259.0','2',    '2','1','2800.36',    '2','1','2341.36',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110354.0','1044826.0','23',    '22','6','8182.73',    '21','6','7982.74',    '20','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022091.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110355.0','1044826.0','27',    '26','4','3133.74',    '25','3','2238.75',    '16','1','894.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016317.0','1019259.0','1',    '1','1','3396.22',    '1','1','3396.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104581.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016684.0','1019259.0','6',    '5','3','898.57',    '4','1','553.7',    '5','2','344.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104948.0','1044826.0','16',    '15','12','17936.29',    '14','11','17736.3',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022092.0','1019259.0','36',    '33','10','24200.57',    '32','10','24200.57',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110356.0','1044826.0','138',    '133','74','164829.08',    '129','72','161965.22',    '86','7','2863.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022093.0','1019259.0','156',    '141','75','138021.85',    '136','70','133400.1',    '85','16','4621.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110357.0','1044826.0','4',    '4','1','455.53',    '4','1','455.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022094.0','1019259.0','20',    '20','7','6958.82',    '20','6','6110.22',    '6','1','848.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110358.0','1044826.0','12',    '10','8','13273.44',    '10','7','13128.56',    '7','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022095.0','1019259.0','16',    '15','11','15696.48',    '15','11','15496.49',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110359.0','1044826.0','28',    '26','3','10742.12',    '26','3','10742.12',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022096.0','1019259.0','14',    '14','10','20929.86',    '13','10','19929.91',    '9','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110360.0','1044826.0','11',    '10','4','7204.25',    '9','4','7204.25',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022097.0','1019259.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110361.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022098.0','1019259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110362.0','1044826.0','4',    '4','2','867.9',    '4','2','867.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022099.0','1019259.0','48',    '44','26','65132.75',    '44','24','61833.08',    '27','5','3299.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110363.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005764.0','1019259.0','64',    '63','38','124992.03',    '63','36','120678.43',    '42','7','4313.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094028.0','1044826.0','2',    '2','1','947.79',    '2','1','947.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022100.0','1019259.0','7',    '7','5','10387.94',    '7','5','10387.94',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110364.0','1044826.0','49',    '47','31','43319.7',    '46','31','40918.75',    '32','8','2400.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022101.0','1019259.0','6',    '6','4','8908.97',    '6','4','8908.97',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110365.0','1044826.0','8',    '8','3','3976.87',    '7','3','3423.53',    '5','1','553.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016603.0','1019259.0','43',    '38','28','80455.15',    '38','27','80055.17',    '25','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104867.0','1044826.0','28',    '27','13','33368.44',    '26','13','32768.47',    '17','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022102.0','1019259.0','6',    '6','3','8522.77',    '6','3','8522.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110366.0','1044826.0','18',    '14','9','29743.45',    '11','6','15855.59',    '11','5','13887.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016624.0','1019259.0','12',    '12','11','9768.03',    '12','11','9568.04',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104888.0','1044826.0','9',    '8','4','16523.55',    '6','3','4907.55',    '3','1','11616.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022103.0','1019259.0','15',    '13','5','7439.12',    '13','5','7439.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110367.0','1044826.0','66',    '64','32','157678.55',    '61','26','125571.8',    '37','14','32106.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022104.0','1019259.0','7',    '7','3','3361.9',    '7','3','3361.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110368.0','1044826.0','87',    '86','51','154838.84',    '85','49','143888.07',    '64','16','10950.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022105.0','1019259.0','25',    '24','12','34253.27',    '24','12','32796.3',    '14','2','1456.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110369.0','1044826.0','5',    '4','4','2893.46',    '4','4','2893.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022106.0','1019259.0','12',    '10','3','4229.0',    '9','3','4229.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110370.0','1044826.0','2',    '2','2','1738.23',    '2','2','1738.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022107.0','1019259.0','3',    '3','1','601.46',    '3','1','601.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110371.0','1044826.0','11',    '10','3','35350.18',    '10','3','32687.31',    '6','2','2662.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022108.0','1019259.0','1',    '1','1','760.43',    '1','1','760.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110372.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022109.0','1019259.0','1',    '1','1','1114.01',    '1','1','1114.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110373.0','1044826.0','2',    '2','1','1238.91',    '2','1','1238.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022110.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110374.0','1044826.0','32',    '31','20','29016.31',    '31','20','27673.36',    '17','3','1342.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022111.0','1019259.0','1',    '1','1','1709.83',    '1','1','1709.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110375.0','1044826.0','3',    '3','2','4510.01',    '3','2','4510.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022112.0','1019259.0','4',    '3','2','2237.36',    '3','2','2080.11',    '3','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110376.0','1044826.0','13',    '13','6','8901.99',    '13','5','8702.0',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022113.0','1019259.0','21',    '21','19','28622.26',    '21','19','27848.77',    '15','1','773.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110377.0','1044826.0','1',    '1','1','814.63',    '1','1','814.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022114.0','1019259.0','16',    '14','8','10406.44',    '14','8','9947.44',    '6','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110378.0','1044826.0','39',    '35','10','35357.11',    '35','10','35357.11',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016315.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104579.0','1044826.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005832.0','1019259.0','6',    '6','6','10614.91',    '6','6','10614.91',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094096.0','1044826.0','4',    '4','2','2711.27',    '4','2','2311.29',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022115.0','1019259.0','10',    '7','3','3712.91',    '7','3','3512.92',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110379.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022116.0','1019259.0','11',    '9','6','15704.0',    '8','4','7880.52',    '8','4','7823.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110380.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022117.0','1019259.0','3',    '2','2','40913.71',    '2','2','39496.27',    '2','1','1417.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110381.0','1044826.0','11',    '11','8','14737.49',    '11','6','13644.77',    '9','3','1092.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022118.0','1019259.0','121',    '114','87','217742.92',    '114','82','214152.09',    '85','10','3590.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110382.0','1044826.0','5',    '5','4','3968.21',    '4','4','3968.21',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022119.0','1019259.0','2',    '2','1','446.56',    '2','1','446.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110383.0','1044826.0','4',    '4','2','6766.47',    '3','2','6017.65',    '4','1','748.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022120.0','1019259.0','3',    '3','2','1455.2',    '3','2','1455.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110384.0','1044826.0','41',    '40','36','46642.82',    '40','36','44366.27',    '33','5','2276.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016214.0','1019259.0','16',    '15','8','50422.17',    '15','8','38693.91',    '11','1','11728.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104478.0','1044826.0','1',    '1','1','814.63',    '1','1','814.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022121.0','1019259.0','31',    '31','16','19583.45',    '31','15','19183.47',    '24','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110385.0','1044826.0','8',    '8','4','6345.79',    '8','4','6031.3',    '5','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016650.0','1019259.0','2',    '2','1','474.72',    '2','1','474.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104914.0','1044826.0','16',    '14','4','4104.12',    '14','4','4104.12',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022122.0','1019259.0','21',    '21','8','27618.58',    '19','7','26241.6',    '15','2','1376.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110386.0','1044826.0','65',    '63','37','81975.67',    '63','37','80433.83',    '39','6','1541.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022123.0','1019259.0','1',    '1','1','923.2',    '1','1','923.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110387.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005884.0','1019259.0','2',    '2','2','5854.36',    '2','2','5654.37',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094148.0','1044826.0','1',    '1','1','490.68',    '1','1','490.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022124.0','1019259.0','40',    '38','23','28919.46',    '38','23','28272.79',    '20','3','646.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110388.0','1044826.0','11',    '10','7','7021.27',    '10','7','6821.28',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005753.0','1019259.0','1',    '1','1','1190.29',    '1','1','1190.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094017.0','1044826.0','24',    '22','14','16081.59',    '21','13','15536.73',    '16','3','544.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016261.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104525.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022125.0','1019259.0','13',    '12','6','3874.48',    '12','6','3674.49',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110389.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006034.0','1019259.0','6',    '6','3','2962.54',    '6','3','2762.55',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094298.0','1044826.0','33',    '26','7','18929.32',    '25','4','5060.41',    '17','3','13868.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015248.0','1019259.0','18',    '18','6','10676.82',    '17','5','10276.84',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103512.0','1044826.0','4',    '4','4','33049.96',    '4','4','33049.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016252.0','1019259.0','4',    '4','3','4327.67',    '4','3','4327.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104516.0','1044826.0','11',    '11','7','11923.54',    '9','7','11923.54',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022126.0','1019259.0','9',    '9','3','10386.07',    '9','3','10386.07',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110390.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022127.0','1019259.0','15',    '14','5','15429.41',    '14','5','15429.41',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110391.0','1044826.0','7',    '7','5','31911.42',    '7','5','31319.23',    '5','1','592.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016593.0','1019259.0','14',    '13','5','8730.14',    '13','4','5289.32',    '10','3','3440.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104857.0','1044826.0','10',    '9','3','16148.04',    '7','2','9148.04',    '4','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022128.0','1019259.0','1',    '1','1','363.66',    '1','1','363.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110392.0','1044826.0','16',    '16','9','13446.16',    '16','9','12524.16',    '11','2','922.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015145.0','1019259.0','4',    '4','2','15102.66',    '4','2','14702.68',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103409.0','1044826.0','4',    '3','3','6619.85',    '3','3','6619.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022129.0','1019259.0','1',    '1','1','4899.55',    '1','1','2984.88',    '1','1','1914.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110393.0','1044826.0','11',    '10','5','11802.31',    '10','5','11602.32',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022130.0','1019259.0','33',    '31','18','21985.52',    '29','17','20573.54',    '22','3','1411.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110394.0','1044826.0','4',    '4','2','8093.7',    '4','2','8093.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022131.0','1019259.0','39',    '36','25','56106.13',    '36','25','53051.99',    '23','6','3054.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110395.0','1044826.0','44',    '40','28','47230.42',    '40','28','46830.44',    '25','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022132.0','1019259.0','1',    '1','1','988.57',    '1','1','988.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110396.0','1044826.0','186',    '173','69','193354.14',    '171','58','170705.31',    '112','19','22648.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022133.0','1019259.0','2',    '2','1','4625.12',    '2','1','3855.14',    '1','1','769.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110397.0','1044826.0','8',    '8','4','3525.57',    '8','3','3366.14',    '6','1','159.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022134.0','1019259.0','62',    '54','31','94241.75',    '52','30','89667.58',    '25','5','4574.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110398.0','1044826.0','6',    '6','3','3100.69',    '6','3','3100.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022135.0','1019259.0','36',    '35','13','31202.48',    '30','13','28936.08',    '26','2','2266.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110399.0','1044826.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022136.0','1019259.0','14',    '14','5','10405.87',    '13','5','10405.87',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110400.0','1044826.0','13',    '11','3','1446.4',    '10','3','1446.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022137.0','1019259.0','23',    '20','8','8960.84',    '19','7','8760.85',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110401.0','1044826.0','3',    '3','3','15640.8',    '3','3','4024.8',    '3','1','11616.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005747.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094011.0','1044826.0','14',    '13','13','16782.73',    '13','13','16582.74',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005966.0','1019259.0','9',    '8','5','5431.85',    '8','4','3629.64',    '7','3','1802.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094230.0','1044826.0','28',    '27','18','42733.89',    '27','17','38106.6',    '24','3','4627.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022138.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110402.0','1044826.0','1',    '1','1','2835.01',    '1','1','2835.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022139.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110403.0','1044826.0','12',    '12','10','34321.61',    '12','10','34321.61',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015186.0','1019259.0','89',    '83','48','81293.24',    '83','48','78791.86',    '44','3','2501.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103450.0','1044826.0','29',    '23','14','17468.93',    '23','12','16435.2',    '10','4','1033.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016381.0','1019259.0','17',    '15','11','12472.49',    '15','10','12047.25',    '11','2','425.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104645.0','1044826.0','28',    '25','5','5595.64',    '24','3','4441.75',    '19','2','1153.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005706.0','1019259.0','2',    '2','1','2310.7',    '2','1','2310.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2093970.0','1044826.0','12',    '11','9','33529.2',    '11','9','33329.21',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022140.0','1019259.0','4',    '4','3','3397.98',    '4','3','3397.98',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110404.0','1044826.0','7',    '7','2','4354.72',    '6','2','4354.72',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022141.0','1019259.0','10',    '9','4','27637.42',    '9','4','27437.43',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110405.0','1044826.0','10',    '10','7','8702.82',    '10','6','7788.36',    '7','3','914.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016394.0','1019259.0','19',    '19','11','56671.48',    '18','10','53223.34',    '13','4','3448.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104658.0','1044826.0','94',    '82','33','56814.0',    '80','32','53686.27',    '46','3','3127.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022142.0','1019259.0','2',    '1','1','884.01',    '1','1','884.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110406.0','1044826.0','3',    '2','1','1161.84',    '2','1','1161.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015286.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103550.0','1044826.0','3',    '3','1','1411.32',    '3','1','1411.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015324.0','1019259.0','8',    '8','4','14972.0',    '7','3','14338.27',    '5','3','633.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103588.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022143.0','1019259.0','114',    '98','51','163761.73',    '96','49','152650.33',    '68','10','11111.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110407.0','1044826.0','40',    '37','23','42980.53',    '35','23','42580.55',    '21','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022144.0','1019259.0','99',    '89','53','170115.62',    '87','49','156931.3',    '65','16','13184.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110408.0','1044826.0','56',    '54','28','93352.34',    '51','23','64816.96',    '37','10','28535.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022145.0','1019259.0','21',    '20','14','35211.6',    '19','13','32972.44',    '10','2','2239.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110409.0','1044826.0','20',    '17','8','22733.25',    '16','8','22733.25',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016257.0','1019259.0','1',    '1','1','11885.44',    '1','1','2460.0',    '1','1','9425.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104521.0','1044826.0','13',    '12','2','551.17',    '12','2','551.17',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022146.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110410.0','1044826.0','4',    '4','2','794.55',    '4','2','794.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022147.0','1019259.0','15',    '15','11','23896.21',    '15','10','22776.02',    '12','4','1120.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110411.0','1044826.0','1',    '1','1','923.46',    '1','1','923.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022148.0','1019259.0','4',    '3','1','2119.16',    '3','1','2119.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110412.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022149.0','1019259.0','1',    '1','1','1227.08',    '1','1','1227.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110413.0','1044826.0','19',    '18','7','16400.59',    '18','7','16000.61',    '10','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022150.0','1019259.0','13',    '13','9','10210.76',    '13','8','9127.54',    '5','1','1083.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110414.0','1044826.0','60',    '50','14','27703.51',    '48','12','15622.97',    '23','3','12080.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022151.0','1019259.0','1',    '1','1','1143.04',    '1','1','458.8',    '1','1','684.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110415.0','1044826.0','4',    '4','1','290.66',    '4','1','290.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022152.0','1019259.0','53',    '48','24','28072.45',    '45','23','27272.49',    '26','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110416.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022153.0','1019259.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110417.0','1044826.0','3',    '3','1','5116.4',    '3','1','4916.41',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015250.0','1019259.0','2',    '2','2','10291.17',    '2','2','9706.41',    '2','1','584.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103514.0','1044826.0','1',    '1','1','685.47',    '1','1','685.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015185.0','1019259.0','10',    '9','6','13517.43',    '9','6','12858.44',    '6','1','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103449.0','1044826.0','10',    '9','3','2794.93',    '9','2','2569.68',    '5','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022154.0','1019259.0','31',    '28','13','35584.07',    '28','13','31879.81',    '19','5','3704.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110418.0','1044826.0','184',    '182','90','364362.48',    '180','72','310043.42',    '132','34','54319.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015147.0','1019259.0','7',    '6','3','2511.43',    '6','3','2311.44',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103411.0','1044826.0','62',    '58','24','95044.45',    '55','17','67648.8',    '35','10','27395.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022155.0','1019259.0','15',    '14','11','9116.66',    '14','11','9116.66',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110419.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022156.0','1019259.0','13',    '11','3','4775.04',    '10','2','4462.67',    '8','1','312.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110420.0','1044826.0','2',    '2','1','7300.14',    '2','1','6182.17',    '2','1','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022157.0','1019259.0','51',    '48','27','45417.8',    '46','26','44817.83',    '35','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110421.0','1044826.0','5',    '5','1','424.46',    '5','1','424.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015579.0','1019259.0','10',    '9','8','9954.58',    '9','7','9354.61',    '6','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103843.0','1044826.0','68',    '65','44','112072.05',    '64','42','104829.24',    '49','10','7242.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022158.0','1019259.0','6',    '6','3','12959.99',    '6','2','11438.6',    '4','1','1521.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110422.0','1044826.0','4',    '4','1','282.15',    '4','1','282.15',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015853.0','1019259.0','1',    '1','1','316.36',    '1','1','316.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104117.0','1044826.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022159.0','1019259.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110423.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015910.0','1019259.0','4',    '4','3','1894.59',    '4','3','1894.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104174.0','1044826.0','443',    '413','243','1111731.66',    '404','216','892342.23',    '285','67','219389.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016356.0','1019259.0','223',    '204','104','491010.39',    '195','88','357010.18',    '149','30','134000.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104620.0','1044826.0','21',    '21','15','16412.98',    '21','13','14240.14',    '17','3','2172.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022160.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110424.0','1044826.0','11',    '5','1','2758.0',    '5','1','2758.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022161.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110425.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022162.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110426.0','1044826.0','17',    '15','12','45316.24',    '15','12','42906.22',    '9','1','2410.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022163.0','1019259.0','29',    '23','8','25063.88',    '23','8','22921.9',    '18','2','2141.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110427.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022164.0','1019259.0','4',    '4','4','11159.34',    '4','4','10959.35',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110428.0','1044826.0','19',    '15','5','11649.89',    '15','5','11649.89',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022165.0','1019259.0','5',    '4','3','6906.48',    '4','3','6906.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110429.0','1044826.0','13',    '13','10','30817.71',    '13','9','28740.39',    '12','4','2077.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022166.0','1019259.0','16',    '16','13','15118.68',    '15','12','14627.08',    '11','2','491.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110430.0','1044826.0','4',    '4','3','2041.65',    '4','3','2041.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022167.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110431.0','1044826.0','10',    '10','2','1727.94',    '10','2','1727.94',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016770.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105034.0','1044826.0','5',    '5','2','2347.55',    '5','2','2347.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022168.0','1019259.0','3',    '3','2','1582.34',    '3','2','1582.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110432.0','1044826.0','3',    '3','2','1598.28',    '3','2','1598.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022169.0','1019259.0','9',    '8','7','8528.15',    '8','7','8528.15',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110433.0','1044826.0','9',    '9','5','6300.66',    '9','5','6300.66',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022170.0','1019259.0','117',    '114','81','196655.82',    '113','77','189929.81',    '85','14','6726.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110434.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022171.0','1019259.0','1',    '1','1','8403.6',    '1','1','6969.97',    '1','1','1433.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110435.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022172.0','1019259.0','6',    '6','5','13782.15',    '6','4','13582.16',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110436.0','1044826.0','1',    '1','1','1635.94',    '1','1','1635.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016428.0','1019259.0','265',    '233','107','362613.85',    '213','69','233598.5',    '191','66','129015.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104692.0','1044826.0','13',    '12','9','19533.96',    '12','8','15681.91',    '11','2','3852.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016563.0','1019259.0','10',    '10','8','14428.7',    '10','7','11789.67',    '6','2','2639.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104827.0','1044826.0','18',    '17','10','12969.3',    '16','10','12969.3',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022173.0','1019259.0','4',    '4','4','5812.25',    '4','4','5812.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110437.0','1044826.0','4',    '4','3','3758.48',    '4','3','3758.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022174.0','1019259.0','72',    '62','14','54661.7',    '59','12','41643.74',    '27','4','13017.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110438.0','1044826.0','6',    '5','5','14672.26',    '5','5','14672.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006007.0','1019259.0','2',    '2','1','536.86',    '2','1','336.87',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094271.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005864.0','1019259.0','3',    '3','2','2364.65',    '3','2','2164.66',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094128.0','1044826.0','20',    '18','11','52894.55',    '17','10','49024.64',    '9','3','3869.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022175.0','1019259.0','19',    '18','13','17324.33',    '18','11','16731.61',    '15','3','592.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110439.0','1044826.0','23',    '23','13','45513.54',    '22','13','45513.54',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022176.0','1019259.0','1',    '1','1','71.84',    '1','1','71.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110440.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015088.0','1019259.0','2',    '2','2','12167.93',    '2','2','12167.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103352.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015028.0','1019259.0','16',    '14','11','37210.48',    '14','11','35707.74',    '11','1','1502.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103292.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022177.0','1019259.0','17',    '17','14','16978.67',    '16','12','15778.73',    '14','6','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110441.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015233.0','1019259.0','1',    '1','1','2238.0',    '1','1','2238.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103497.0','1044826.0','3',    '1','1','966.23',    '1','1','966.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015234.0','1019259.0','3',    '2','2','5253.88',    '2','2','5053.89',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2103498.0','1044826.0','5',    '5','4','9330.68',    '5','3','8212.71',    '5','2','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022178.0','1019259.0','11',    '11','8','16395.08',    '11','8','16195.09',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110442.0','1044826.0','4',    '1','1','7784.78',    '1','1','7584.79',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006062.0','1019259.0','5',    '5','3','6495.82',    '5','2','6295.83',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094326.0','1044826.0','5',    '5','3','5595.33',    '5','3','4121.85',    '3','1','1473.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022179.0','1019259.0','14',    '12','5','12753.61',    '12','5','12753.61',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110443.0','1044826.0','6',    '6','4','3616.68',    '6','4','3616.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015865.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104129.0','1044826.0','2',    '2','1','1877.2',    '2','1','1677.21',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022180.0','1019259.0','6',    '6','2','730.66',    '6','2','670.29',    '2','1','60.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110444.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022181.0','1019259.0','9',    '9','7','34985.3',    '9','7','34985.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110445.0','1044826.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022182.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110446.0','1044826.0','41',    '38','24','87411.02',    '38','24','81710.9',    '27','8','5700.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022183.0','1019259.0','47',    '42','4','14097.47',    '39','2','1191.73',    '27','2','12905.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110447.0','1044826.0','34',    '32','21','50460.24',    '32','21','46259.93',    '22','7','4200.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022184.0','1019259.0','5',    '5','2','13267.98',    '5','2','13267.98',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110448.0','1044826.0','140',    '133','57','230200.09',    '130','51','201239.9',    '90','15','28960.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022185.0','1019259.0','223',    '217','159','358184.23',    '214','158','349873.26',    '158','21','8310.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110449.0','1044826.0','2',    '2','2','3875.75',    '2','1','3584.14',    '2','1','291.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022186.0','1019259.0','6',    '5','3','1134.75',    '5','3','1134.75',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110450.0','1044826.0','12',    '9','3','3103.93',    '9','3','3003.93',    '4','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022187.0','1019259.0','199',    '173','75','374290.42',    '162','61','304958.44',    '146','32','69331.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110451.0','1044826.0','4',    '4','3','8575.94',    '4','3','8575.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022188.0','1019259.0','22',    '20','14','61566.34',    '20','12','60941.11',    '15','3','625.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110452.0','1044826.0','1',    '1','1','2197.8',    '1','1','2197.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022189.0','1019259.0','2',    '2','1','562.24',    '2','0','0.0',    '1','1','562.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110453.0','1044826.0','8',    '7','4','15558.53',    '7','4','15558.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022190.0','1019259.0','16',    '13','4','16055.93',    '13','4','10278.4',    '8','3','5777.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110454.0','1044826.0','10',    '10','2','2934.34',    '10','2','2934.34',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016303.0','1019259.0','6',    '6','1','3406.0',    '6','1','3406.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104567.0','1044826.0','5',    '5','4','8659.9',    '5','4','8459.91',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022191.0','1019259.0','1',    '1','1','1508.8',    '1','1','1508.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110455.0','1044826.0','12',    '11','7','15229.25',    '11','7','15229.25',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016422.0','1019259.0','26',    '26','23','41450.71',    '26','22','40450.76',    '18','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104686.0','1044826.0','3',    '2','2','1214.11',    '2','2','1214.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016526.0','1019259.0','9',    '8','5','3296.93',    '8','5','3296.93',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104790.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022192.0','1019259.0','5',    '5','3','3869.03',    '5','3','3869.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110456.0','1044826.0','4',    '4','4','8323.58',    '4','3','7723.61',    '3','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022193.0','1019259.0','13',    '12','5','29934.44',    '12','5','29789.56',    '5','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110457.0','1044826.0','6',    '4','1','7355.89',    '4','1','6355.0',    '4','1','1000.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022194.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110458.0','1044826.0','19',    '16','9','23514.29',    '15','9','23514.29',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016359.0','1019259.0','4',    '4','2','1843.28',    '4','2','1843.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104623.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016567.0','1019259.0','7',    '6','3','2082.42',    '6','3','1882.43',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104831.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022195.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110459.0','1044826.0','4',    '3','2','5009.28',    '2','2','5009.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022196.0','1019259.0','1',    '1','1','11288.07',    '1','1','3406.0',    '1','1','7882.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110460.0','1044826.0','56',    '54','37','112618.69',    '54','36','88507.6',    '33','15','24111.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022197.0','1019259.0','54',    '42','12','31557.81',    '40','11','31450.82',    '33','1','106.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110461.0','1044826.0','3',    '3','1','823.36',    '3','1','823.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015884.0','1019259.0','13',    '13','6','13474.84',    '13','6','13474.84',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104148.0','1044826.0','10',    '9','6','7547.03',    '8','6','7547.03',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2015974.0','1019259.0','2',    '2','2','763.54',    '2','2','763.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104238.0','1044826.0','7',    '6','3','5612.39',    '6','3','5612.39',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022198.0','1019259.0','4',    '4','1','904.82',    '4','1','904.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110462.0','1044826.0','10',    '10','1','672.66',    '10','1','672.66',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022199.0','1019259.0','3',    '3','3','15124.4',    '3','3','14438.0',    '3','1','686.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110463.0','1044826.0','2',    '2','2','12364.41',    '2','2','4792.0',    '2','2','7572.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005994.0','1019259.0','17',    '17','10','14593.39',    '16','10','13993.42',    '14','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094258.0','1044826.0','15',    '12','5','33461.6',    '12','4','30633.25',    '7','3','2828.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022200.0','1019259.0','20',    '19','11','20733.82',    '19','11','20108.59',    '11','2','625.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110464.0','1044826.0','5',    '5','4','8293.72',    '5','4','8293.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017142.0','1019259.0','36',    '33','21','38569.61',    '31','20','37838.38',    '22','2','731.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105406.0','1044826.0','35',    '34','21','25745.58',    '34','21','25145.61',    '19','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022201.0','1019259.0','86',    '79','62','131109.09',    '79','61','125270.95',    '49','11','5838.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110465.0','1044826.0','14',    '12','8','17526.79',    '12','8','17326.8',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022202.0','1019259.0','13',    '9','4','19870.37',    '7','4','18986.14',    '6','1','884.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110466.0','1044826.0','1',    '1','1','2110.3',    '1','1','1192.32',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022203.0','1019259.0','49',    '41','9','55703.46',    '41','8','53133.94',    '17','2','2569.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110467.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016496.0','1019259.0','68',    '60','17','50159.09',    '60','16','45114.87',    '35','5','5044.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104760.0','1044826.0','6',    '6','1','250.0',    '6','0','0.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022204.0','1019259.0','12',    '10','1','6789.16',    '10','1','1018.0',    '4','1','5771.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110468.0','1044826.0','12',    '9','3','28283.37',    '9','3','25453.49',    '2','2','2829.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022205.0','1019259.0','9',    '9','4','3135.13',    '8','4','3135.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110469.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016357.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104621.0','1044826.0','1',    '1','1','207.06',    '1','1','207.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022206.0','1019259.0','6',    '6','4','27985.9',    '6','4','27985.9',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110470.0','1044826.0','128',    '121','86','177265.42',    '119','81','161655.3',    '80','26','15610.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022207.0','1019259.0','1',    '1','1','14474.71',    '1','1','14274.72',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110471.0','1044826.0','10',    '9','8','10698.19',    '9','8','10130.35',    '8','1','567.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022208.0','1019259.0','219',    '195','96','870244.93',    '186','89','716342.37',    '124','39','153902.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110472.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016865.0','1019259.0','3',    '3','1','2119.96',    '3','1','2119.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105129.0','1044826.0','18',    '13','9','12672.86',    '12','8','11225.52',    '4','1','1447.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022209.0','1019259.0','225',    '197','137','1034788.78',    '191','126','943722.74',    '112','43','91066.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110473.0','1044826.0','12',    '7','0','0.0',    '0','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005944.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094208.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022210.0','1019259.0','202',    '190','126','216192.09',    '189','123','202729.84',    '132','31','13462.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110474.0','1044826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005859.0','1019259.0','6',    '5','3','3746.61',    '5','3','3512.86',    '4','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094123.0','1044826.0','245',    '229','171','352534.54',    '221','164','324067.48',    '154','50','28467.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022211.0','1019259.0','44',    '42','32','125899.85',    '42','31','123784.61',    '28','5','2115.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110475.0','1044826.0','17',    '16','8','12848.84',    '15','7','12389.84',    '6','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022212.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110476.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022213.0','1019259.0','121',    '105','45','422198.72',    '98','39','366341.35',    '71','17','55857.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110477.0','1044826.0','25',    '24','12','37868.09',    '24','9','33037.5',    '17','5','4830.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017137.0','1019259.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105401.0','1044826.0','27',    '23','14','46902.77',    '23','14','46702.78',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005977.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094241.0','1044826.0','17',    '17','11','78956.46',    '16','11','68034.53',    '13','4','10921.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005844.0','1019259.0','15',    '13','4','65893.25',    '13','4','65643.25',    '8','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094108.0','1044826.0','2',    '2','2','9476.21',    '1','1','2560.21',    '2','1','6916.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016731.0','1019259.0','62',    '44','26','66383.76',    '41','23','44746.45',    '21','8','21637.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104995.0','1044826.0','38',    '31','23','80790.13',    '30','17','70104.21',    '21','11','10685.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022214.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110478.0','1044826.0','17',    '14','11','106702.92',    '13','10','94005.79',    '11','5','12697.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017144.0','1019259.0','1',    '1','1','634.19',    '1','1','634.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105408.0','1044826.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022215.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110479.0','1044826.0','33',    '33','21','44327.1',    '33','21','40861.82',    '21','1','3465.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016972.0','1019259.0','82',    '71','45','75669.38',    '70','43','72288.95',    '43','8','3380.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105236.0','1044826.0','21',    '19','10','44783.05',    '19','10','43918.18',    '9','1','864.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022216.0','1019259.0','42',    '40','29','44839.33',    '39','29','42103.39',    '28','4','2735.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110480.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022217.0','1019259.0','5',    '4','1','1747.87',    '4','1','1747.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110481.0','1044826.0','26',    '20','10','37961.4',    '18','9','10444.0',    '12','7','27517.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022218.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110482.0','1044826.0','42',    '38','25','110814.78',    '37','25','110225.27',    '16','2','589.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022219.0','1019259.0','14',    '12','3','2538.71',    '10','1','2123.84',    '6','2','414.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110483.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022220.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110484.0','1044826.0','152',    '138','95','233107.92',    '133','89','222529.86',    '97','23','10578.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022221.0','1019259.0','242',    '204','150','1925856.65',    '196','149','1832673.36',    '109','32','93183.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110485.0','1044826.0','3',    '2','1','738.32',    '1','1','738.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006052.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094316.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022222.0','1019259.0','494',    '403','209','733978.45',    '383','187','646863.02',    '244','60','87115.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110486.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017146.0','1019259.0','26',    '26','15','31909.11',    '25','14','26657.43',    '18','4','5251.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105410.0','1044826.0','11',    '10','3','4825.78',    '9','3','3641.5',    '9','2','1184.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022223.0','1019259.0','6',    '6','3','766.55',    '5','2','516.55',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110487.0','1044826.0','112',    '101','40','247301.72',    '95','29','197045.96',    '68','22','50255.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022224.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110488.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022225.0','1019259.0','39',    '38','18','129736.39',    '37','15','115842.31',    '21','7','13894.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110489.0','1044826.0','1',    '1','1','19958.43',    '1','1','18686.25',    '1','1','1272.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016953.0','1019259.0','5',    '4','3','47962.33',    '4','3','47962.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105217.0','1044826.0','12',    '8','4','9785.74',    '7','2','2383.07',    '2','2','7402.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022226.0','1019259.0','9',    '6','5','31599.61',    '6','5','26569.15',    '4','2','5030.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110490.0','1044826.0','2',    '2','1','5860.86',    '2','1','3925.68',    '1','1','1935.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022227.0','1019259.0','1',    '1','1','3387.42',    '1','1','1614.0',    '1','1','1773.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110491.0','1044826.0','11',    '9','7','15698.41',    '8','7','14636.5',    '5','1','1061.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022228.0','1019259.0','33',    '32','17','23582.99',    '32','16','23183.01',    '18','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110492.0','1044826.0','3',    '2','1','768.86',    '2','1','768.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022229.0','1019259.0','44',    '40','23','41141.52',    '39','21','39741.59',    '32','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110493.0','1044826.0','1',    '1','1','6283.12',    '1','1','4959.77',    '1','1','1323.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022230.0','1019259.0','1',    '1','1','440.56',    '1','1','440.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110494.0','1044826.0','49',    '47','32','49858.37',    '47','31','48111.11',    '32','9','1747.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022231.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110495.0','1044826.0','11',    '10','6','9242.93',    '10','5','9042.94',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022232.0','1019259.0','2',    '2','2','762.73',    '2','2','762.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110496.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022233.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110497.0','1044826.0','40',    '33','13','102205.24',    '33','12','99591.79',    '17','4','2613.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022234.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110498.0','1044826.0','2',    '2','2','36900.0',    '1','1','29900.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022235.0','1019259.0','1',    '1','1','594.72',    '1','1','594.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110499.0','1044826.0','65',    '56','37','189224.63',    '56','35','181095.64',    '25','6','8128.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017091.0','1019259.0','15',    '14','6','33918.79',    '14','6','32829.92',    '9','1','1088.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105355.0','1044826.0','8',    '7','5','24765.58',    '7','5','23622.35',    '4','2','1143.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022236.0','1019259.0','4',    '3','2','1668.22',    '3','2','1668.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110500.0','1044826.0','7',    '7','3','2284.22',    '7','3','2084.23',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022237.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110501.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017114.0','1019259.0','1',    '1','1','485.4',    '1','1','485.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105378.0','1044826.0','3',    '3','1','1283.25',    '3','1','1283.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022238.0','1019259.0','68',    '64','31','153913.11',    '63','25','141442.57',    '37','17','12470.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110502.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022239.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110503.0','1044826.0','618',    '498','343','3683491.31',    '481','327','3107113.06',    '304','127','576378.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022240.0','1019259.0','3',    '2','1','1730.51',    '2','1','1730.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110504.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022241.0','1019259.0','77',    '67','19','29623.35',    '60','18','28823.39',    '29','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110505.0','1044826.0','12',    '12','7','10892.56',    '11','7','10692.57',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022242.0','1019259.0','3',    '3','3','1732.58',    '3','3','1732.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110506.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017042.0','1019259.0','214',    '199','140','334991.83',    '196','136','322429.45',    '141','31','12562.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105306.0','1044826.0','14',    '13','10','18450.56',    '13','9','14300.51',    '8','4','4150.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022243.0','1019259.0','107',    '101','43','562818.13',    '95','40','539115.92',    '66','14','23702.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110507.0','1044826.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022244.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110508.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022245.0','1019259.0','5',    '4','1','3747.67',    '3','1','3054.93',    '4','1','692.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110509.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016731.0','1019259.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2104995.0','1044826.0','16',    '16','8','27409.13',    '16','8','25740.52',    '10','1','1668.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022246.0','1019259.0','6',    '5','3','1901.5',    '5','2','1154.11',    '5','2','747.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110510.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022247.0','1019259.0','7',    '5','4','3690.64',    '5','4','3465.39',    '2','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110511.0','1044826.0','18',    '16','14','14345.84',    '16','14','13454.84',    '9','2','891.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022248.0','1019259.0','3',    '2','2','17296.56',    '2','2','8518.1',    '1','1','8778.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110512.0','1044826.0','58',    '56','18','42868.45',    '52','12','38392.83',    '34','6','4475.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022249.0','1019259.0','12',    '11','2','1315.09',    '11','1','850.0',    '6','2','465.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110513.0','1044826.0','1',    '1','1','2595.15',    '1','1','1517.66',    '1','1','1077.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005941.0','1019259.0','3',    '2','2','2781.1',    '2','2','2781.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094205.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006026.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094290.0','1044826.0','14',    '13','8','33575.72',    '13','8','32533.5',    '8','1','1042.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017148.0','1019259.0','34',    '30','14','41836.39',    '30','14','41354.02',    '11','1','482.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105412.0','1044826.0','4',    '4','2','15440.69',    '4','2','14613.87',    '1','1','826.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022250.0','1019259.0','1',    '1','1','2563.85',    '1','1','2563.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110514.0','1044826.0','8',    '6','4','3916.16',    '6','4','3916.16',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022251.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110515.0','1044826.0','24',    '21','12','8635.61',    '19','12','8000.67',    '13','1','634.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022252.0','1019259.0','2',    '2','2','8877.47',    '2','2','8877.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110516.0','1044826.0','5',    '5','3','5769.05',    '5','2','5569.06',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022253.0','1019259.0','6',    '6','1','6717.43',    '5','0','0.0',    '5','1','6717.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110517.0','1044826.0','1',    '1','1','781.98',    '1','0','0.0',    '1','1','781.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022254.0','1019259.0','5',    '5','4','2545.77',    '5','4','2545.77',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110518.0','1044826.0','19',    '17','4','5409.39',    '17','4','5129.4',    '10','1','279.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022255.0','1019259.0','631',    '551','167','1174583.32',    '490','129','946500.22',    '363','80','228083.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110519.0','1044826.0','3',    '3','1','250.0',    '2','0','0.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022256.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110520.0','1044826.0','3',    '3','3','10929.71',    '3','3','10524.71',    '1','1','405.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022257.0','1019259.0','34',    '30','18','88598.01',    '30','17','76861.19',    '18','7','11736.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110521.0','1044826.0','1085',    '945','611','4314485.78',    '902','570','3686403.02',    '629','212','628082.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022258.0','1019259.0','1',    '1','1','4241.38',    '1','1','4115.25',    '1','1','126.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110522.0','1044826.0','2',    '1','1','54.49',    '1','1','54.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2005865.0','1019259.0','16',    '16','11','58795.92',    '16','11','57305.27',    '13','4','1490.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094129.0','1044826.0','11',    '10','4','4883.07',    '9','4','4573.09',    '9','2','309.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022259.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110523.0','1044826.0','1',    '1','1','7928.44',    '1','1','1756.0',    '1','1','6172.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022260.0','1019259.0','1',    '1','1','2513.69',    '1','1','1595.71',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110524.0','1044826.0','4',    '4','1','503.04',    '4','1','503.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022261.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110525.0','1044826.0','467',    '407','142','649116.93',    '399','100','503225.79',    '255','89','145891.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022262.0','1019259.0','6',    '6','3','3391.44',    '6','2','2891.44',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110526.0','1044826.0','1',    '1','1','1064.25',    '1','1','1064.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022263.0','1019259.0','46',    '39','21','143572.07',    '36','19','123613.04',    '25','8','19959.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110527.0','1044826.0','6',    '4','4','44616.34',    '4','4','42478.42',    '4','2','2137.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016893.0','1019259.0','2',    '2','2','8897.14',    '2','2','8197.15',    '2','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105157.0','1044826.0','15',    '14','11','59226.14',    '14','11','58308.14',    '9','2','918.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022264.0','1019259.0','69',    '57','39','85930.91',    '57','39','83970.37',    '34','4','1960.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110528.0','1044826.0','14',    '11','10','17205.15',    '9','9','16971.4',    '9','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022265.0','1019259.0','56',    '50','20','66272.38',    '50','17','60825.47',    '29','6','5446.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110529.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017080.0','1019259.0','5',    '5','2','2229.87',    '5','2','2229.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105344.0','1044826.0','4',    '4','2','9405.92',    '4','2','9405.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022266.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110530.0','1044826.0','11',    '8','6','17326.57',    '8','6','15351.36',    '5','3','1975.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022267.0','1019259.0','1',    '1','1','29300.0',    '1','1','27317.02',    '1','1','1982.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110531.0','1044826.0','14',    '13','9','17424.59',    '11','8','15296.63',    '9','3','2127.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022268.0','1019259.0','38',    '33','8','11654.56',    '28','8','11211.39',    '19','1','443.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110532.0','1044826.0','12',    '12','6','20999.7',    '12','6','20077.7',    '8','2','922.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022269.0','1019259.0','27',    '25','15','47734.37',    '25','14','47134.4',    '19','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110533.0','1044826.0','5',    '5','3','1875.66',    '5','3','1875.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022270.0','1019259.0','91',    '85','68','165454.17',    '84','66','161587.52',    '59','10','3866.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110534.0','1044826.0','50',    '45','32','74819.69',    '45','32','72080.0',    '32','6','2739.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2006014.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2094278.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016953.0','1019259.0','7',    '7','2','448.46',    '5','1','178.47',    '5','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105217.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022271.0','1019259.0','15',    '12','4','59963.59',    '11','4','54076.66',    '7','2','5886.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110535.0','1044826.0','15',    '12','10','139830.36',    '12','10','132571.46',    '5','2','7258.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022272.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110536.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022273.0','1019259.0','36',    '32','19','35365.34',    '30','18','31214.03',    '22','6','4151.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110537.0','1044826.0','11',    '10','2','8954.34',    '9','2','8954.34',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022274.0','1019259.0','1',    '1','1','29900.0',    '1','1','29900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110538.0','1044826.0','13',    '12','7','36258.15',    '12','7','29417.34',    '6','4','6840.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016836.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105100.0','1044826.0','44',    '42','20','69426.92',    '41','18','62550.6',    '21','8','6876.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016925.0','1019259.0','2',    '2','1','751.51',    '2','1','751.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105189.0','1044826.0','6',    '6','5','16857.64',    '6','5','16857.64',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022275.0','1019259.0','53',    '51','37','96792.29',    '49','37','95365.47',    '43','5','1426.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110539.0','1044826.0','1',    '1','1','748.86',    '1','1','748.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022276.0','1019259.0','1',    '1','1','540.19',    '1','1','540.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110540.0','1044826.0','6',    '6','1','250.0',    '5','0','0.0',    '4','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016886.0','1019259.0','27',    '16','9','26790.14',    '15','8','21359.61',    '6','2','5430.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105150.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022277.0','1019259.0','3',    '2','2','3471.08',    '2','2','3471.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110541.0','1044826.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022278.0','1019259.0','22',    '20','12','45738.67',    '19','10','44639.68',    '11','2','1098.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110542.0','1044826.0','500',    '432','273','1165166.1',    '418','257','1084065.44',    '234','65','81100.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022279.0','1019259.0','1',    '1','1','745.86',    '1','1','745.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110543.0','1044826.0','7',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022280.0','1019259.0','52',    '44','30','61184.91',    '44','29','58369.58',    '25','6','2815.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110544.0','1044826.0','6',    '6','5','5284.58',    '6','5','5084.59',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022281.0','1019259.0','13',    '13','9','21115.18',    '13','8','18157.74',    '10','3','2957.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110545.0','1044826.0','113',    '107','74','199452.77',    '106','71','196372.79',    '78','12','3079.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022282.0','1019259.0','1',    '1','1','2431.62',    '1','1','2431.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110546.0','1044826.0','5',    '5','3','1786.64',    '5','3','1786.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022283.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110547.0','1044826.0','21',    '20','4','15626.07',    '20','4','14141.52',    '12','1','1484.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022284.0','1019259.0','44',    '41','15','79069.27',    '40','14','75189.45',    '19','6','3879.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110548.0','1044826.0','10',    '9','3','4350.03',    '9','3','3850.03',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022285.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110549.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017009.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105273.0','1044826.0','172',    '154','94','111049.16',    '149','83','97117.28',    '105','26','13931.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022286.0','1019259.0','1',    '1','1','773.33',    '1','1','773.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110550.0','1044826.0','6',    '6','1','5824.95',    '6','1','5824.95',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022287.0','1019259.0','7',    '5','1','1661.37',    '5','1','1661.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110551.0','1044826.0','50',    '45','21','77679.79',    '44','17','66519.18',    '26','12','11160.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022288.0','1019259.0','1',    '1','1','1967.91',    '1','1','1967.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110552.0','1044826.0','12',    '10','5','90675.89',    '10','5','80500.33',    '4','2','10175.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022289.0','1019259.0','3',    '3','3','2108.14',    '3','2','1288.45',    '2','1','819.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110553.0','1044826.0','95',    '85','38','131605.17',    '84','36','130175.01',    '39','6','1430.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016961.0','1019259.0','7',    '6','3','3111.39',    '5','3','3111.39',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105225.0','1044826.0','1',    '1','1','2872.1',    '1','1','2872.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022290.0','1019259.0','43',    '39','27','103316.69',    '37','25','101464.63',    '26','6','1852.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110554.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022291.0','1019259.0','121',    '111','49','463402.79',    '107','40','392358.02',    '81','20','71044.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110555.0','1044826.0','11',    '10','6','15675.43',    '10','6','15675.43',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022292.0','1019259.0','3',    '3','2','8416.43',    '3','2','7625.39',    '1','1','791.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110556.0','1044826.0','48',    '40','10','143753.41',    '36','9','142430.63',    '29','3','1322.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022293.0','1019259.0','10',    '9','7','6414.72',    '8','7','6257.47',    '8','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110557.0','1044826.0','9',    '9','5','33286.34',    '9','5','33286.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022294.0','1019259.0','3',    '3','3','3912.43',    '3','3','3096.19',    '2','1','816.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110558.0','1044826.0','190',    '169','112','323604.45',    '163','105','256684.36',    '117','28','66920.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022295.0','1019259.0','1',    '1','1','657.6',    '1','1','657.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110559.0','1044826.0','33',    '30','15','146724.65',    '28','14','138063.27',    '18','3','8661.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022296.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110560.0','1044826.0','51',    '47','14','59965.96',    '44','11','49612.17',    '29','6','10353.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022297.0','1019259.0','133',    '98','59','238505.29',    '96','56','212472.54',    '57','13','26032.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110561.0','1044826.0','4',    '3','2','37535.35',    '3','2','28787.79',    '3','2','8747.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022298.0','1019259.0','86',    '70','51','261652.08',    '70','48','222760.27',    '38','19','38891.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110562.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022299.0','1019259.0','14',    '14','8','22079.91',    '14','8','21846.16',    '6','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110563.0','1044826.0','29',    '29','18','39403.66',    '29','16','36291.54',    '22','7','3112.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022300.0','1019259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110564.0','1044826.0','31',    '31','18','53735.85',    '31','18','52174.93',    '21','3','1560.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022301.0','1019259.0','11',    '10','7','14404.67',    '10','7','13813.68',    '7','2','590.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110565.0','1044826.0','107',    '102','66','169851.1',    '100','62','159365.56',    '73','13','10485.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022302.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110566.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017051.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105315.0','1044826.0','5',    '5','3','42128.26',    '5','3','41922.82',    '5','1','205.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022303.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110567.0','1044826.0','20',    '12','4','10029.56',    '11','3','9829.57',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022304.0','1019259.0','1440',    '1164','517','3134282.79',    '1002','458','2609585.53',    '735','182','524697.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110568.0','1044826.0','7',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022305.0','1019259.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110569.0','1044826.0','1',    '1','1','828.39',    '1','1','828.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022306.0','1019259.0','5',    '1','1','1784.26',    '1','1','1784.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110570.0','1044826.0','34',    '30','19','62428.49',    '30','16','48501.19',    '17','6','13927.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022307.0','1019259.0','3',    '2','2','7421.6',    '1','1','421.6',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110571.0','1044826.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022308.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110572.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022309.0','1019259.0','17',    '14','6','8963.3',    '13','6','8963.3',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110573.0','1044826.0','2',    '2','1','27203.22',    '2','1','26005.25',    '2','1','1197.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022310.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110574.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022311.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110575.0','1044826.0','16',    '13','9','13006.05',    '13','9','12088.07',    '6','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017117.0','1019259.0','2',    '2','2','1058.78',    '2','2','1058.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105381.0','1044826.0','75',    '73','52','122150.71',    '72','51','119214.55',    '52','9','2936.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022312.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110576.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022313.0','1019259.0','2',    '2','1','144.88',    '2','0','0.0',    '1','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110577.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022314.0','1019259.0','1',    '1','1','273.12',    '1','1','273.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110578.0','1044826.0','4',    '4','2','4352.65',    '4','2','4352.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022315.0','1019259.0','99',    '82','67','882895.4',    '81','66','711050.98',    '60','27','171844.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110579.0','1044826.0','29',    '28','14','31307.33',    '26','13','30285.83',    '16','2','1021.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022316.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110580.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022317.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110581.0','1044826.0','1027',    '816','451','2118484.93',    '737','416','1497994.95',    '634','267','620489.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022318.0','1019259.0','740',    '659','484','2305368.75',    '639','463','2038479.05',    '402','128','266889.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110582.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022319.0','1019259.0','828',    '665','329','1480931.62',    '563','271','852801.67',    '497','192','628129.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110583.0','1044826.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022320.0','1019259.0','636',    '558','421','1463293.64',    '534','404','1374485.02',    '355','97','88808.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110584.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022321.0','1019259.0','2',    '1','1','2840.41',    '1','1','1404.0',    '1','1','1436.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110585.0','1044826.0','2752',    '2432','1998','35553317.72',    '2386','1957','34192016.1',    '1542','508','1361301.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022322.0','1019259.0','1',    '1','1','9730.43',    '1','1','1404.0',    '1','1','8326.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110586.0','1044826.0','1',    '1','1','10738.93',    '1','1','10085.59',    '1','1','653.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022323.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110587.0','1044826.0','3',    '1','1','2322.08',    '1','1','2322.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022324.0','1019259.0','6',    '3','1','440.34',    '3','1','440.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110588.0','1044826.0','761',    '653','305','899023.41',    '588','216','731731.45',    '469','168','167291.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022325.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110589.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022326.0','1019259.0','218',    '205','56','149135.27',    '197','39','129431.42',    '132','25','19703.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110590.0','1044826.0','2',    '2','2','3229.51',    '2','2','3229.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022327.0','1019259.0','14',    '9','8','16204.44',    '8','7','15192.72',    '4','1','1011.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110591.0','1044826.0','5',    '5','1','233.75',    '5','0','0.0',    '3','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022328.0','1019259.0','1',    '1','1','2204.24',    '1','1','2204.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110592.0','1044826.0','207',    '192','130','367423.66',    '184','123','353676.53',    '122','26','13747.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017067.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105331.0','1044826.0','10',    '9','3','6044.36',    '9','2','3018.0',    '8','3','3026.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022329.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110593.0','1044826.0','1',    '1','1','4907.06',    '1','1','1404.0',    '1','1','3503.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016926.0','1019259.0','1607',    '1286','919','7232750.0',    '1203','869','6346756.05',    '841','324','885993.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105190.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022330.0','1019259.0','1257',    '1096','675','2442963.02',    '1037','617','2100882.51',    '734','209','342080.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110594.0','1044826.0','202',    '150','88','742916.83',    '140','77','580527.28',    '105','53','162389.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022331.0','1019259.0','4',    '4','4','1752.52',    '4','4','1752.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110595.0','1044826.0','29',    '27','14','62419.59',    '27','14','59507.46',    '11','4','2912.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022332.0','1019259.0','105',    '98','29','80404.59',    '93','25','76903.31',    '67','6','3501.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110596.0','1044826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017012.0','1019259.0','1',    '1','1','1522.0',    '1','1','1472.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105276.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022333.0','1019259.0','198',    '164','97','430195.56',    '158','92','410031.56',    '64','19','20164.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110597.0','1044826.0','18',    '11','6','18350.52',    '10','5','11350.52',    '4','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022334.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110598.0','1044826.0','7',    '7','2','3709.5',    '6','2','3709.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022335.0','1019259.0','5',    '5','4','10082.95',    '5','4','3869.84',    '3','3','6213.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110599.0','1044826.0','5',    '3','2','1558.23',    '3','1','778.4',    '1','1','779.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022336.0','1019259.0','19',    '16','11','64269.85',    '16','11','59457.21',    '4','1','4812.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110600.0','1044826.0','13',    '12','3','7971.06',    '12','3','7813.81',    '6','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022337.0','1019259.0','5',    '4','2','2978.3',    '4','2','2978.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110601.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022338.0','1019259.0','9',    '7','5','5124.87',    '7','5','3444.6',    '2','1','1680.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110602.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022339.0','1019259.0','9',    '9','9','20406.35',    '9','9','20406.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110603.0','1044826.0','276',    '227','145','623762.59',    '222','131','561198.65',    '139','48','62563.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022340.0','1019259.0','1',    '1','1','10041.34',    '1','1','8045.44',    '1','1','1995.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110604.0','1044826.0','1',    '1','1','1949.08',    '1','1','1949.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022341.0','1019259.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110605.0','1044826.0','14',    '13','2','1311.78',    '12','1','469.71',    '7','1','842.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022342.0','1019259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110606.0','1044826.0','3',    '2','1','13009.34',    '2','1','13009.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022343.0','1019259.0','12',    '9','9','26835.43',    '9','9','19932.52',    '6','3','6902.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110607.0','1044826.0','17',    '15','9','63667.99',    '15','9','57646.29',    '9','2','6021.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017149.0','1019259.0','89',    '80','9','32353.31',    '69','4','27219.0',    '48','7','5134.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105413.0','1044826.0','417',    '371','97','267404.69',    '309','43','182115.87',    '309','73','85288.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022344.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110608.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022345.0','1019259.0','72',    '63','39','275141.2',    '60','37','255164.69',    '25','7','19976.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110609.0','1044826.0','630',    '534','358','1469574.51',    '497','323','1274949.42',    '290','102','194625.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022346.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110610.0','1044826.0','1',    '1','1','22837.98',    '1','1','22837.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022347.0','1019259.0','10',    '7','4','4011.51',    '7','3','2796.71',    '4','2','1214.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110611.0','1044826.0','12',    '11','7','25177.97',    '11','6','24520.72',    '4','2','657.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022348.0','1019259.0','1',    '1','1','300.0',    '1','1','300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110612.0','1044826.0','13',    '12','9','24581.59',    '12','7','21077.39',    '7','3','3504.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022349.0','1019259.0','23',    '20','13','67435.1',    '19','12','57009.03',    '11','2','10426.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110613.0','1044826.0','9',    '8','2','5126.68',    '8','2','5126.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022350.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110614.0','1044826.0','7',    '6','2','5706.0',    '5','2','5706.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022351.0','1019259.0','926',    '827','636','2433543.14',    '812','619','2355983.09',    '512','162','77560.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110615.0','1044826.0','12',    '9','7','90836.45',    '8','7','66764.78',    '6','4','24071.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017148.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105412.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022352.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110616.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022353.0','1019259.0','271',    '240','183','426982.84',    '228','174','402011.04',    '149','46','24971.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110617.0','1044826.0','6',    '6','2','1872.38',    '6','2','1872.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022354.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110618.0','1044826.0','1',    '1','1','1239.53',    '1','1','1239.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016954.0','1019259.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105218.0','1044826.0','4',    '4','3','23509.33',    '4','3','23509.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022355.0','1019259.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110619.0','1044826.0','12',    '10','6','5063.22',    '10','5','4653.37',    '2','1','409.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022356.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110620.0','1044826.0','22',    '15','10','10333.4',    '15','9','9710.29',    '9','2','623.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022357.0','1019259.0','1301',    '1185','892','3026269.7',    '1159','835','2410295.93',    '785','308','615973.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110621.0','1044826.0','1078',    '925','389','1321877.85',    '837','292','1016772.8',    '669','188','305105.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022358.0','1019259.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110622.0','1044826.0','51',    '42','29','134253.46',    '42','29','133293.4',    '20','2','960.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022359.0','1019259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110623.0','1044826.0','1',    '1','1','193.29',    '1','1','193.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016872.0','1019259.0','1135',    '1015','613','4022942.88',    '987','568','3398048.52',    '607','216','624894.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105136.0','1044826.0','1',    '1','1','2724.78',    '1','1','842.0',    '1','1','1882.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022360.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110624.0','1044826.0','33',    '28','15','19430.62',    '28','14','18331.01',    '13','1','1099.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022361.0','1019259.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110625.0','1044826.0','268',    '224','127','787768.87',    '203','116','678268.19',    '119','41','109500.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022362.0','1019259.0','1',    '1','1','2817.86',    '1','1','2817.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110626.0','1044826.0','114',    '99','18','102811.91',    '92','16','100850.37',    '60','4','1961.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017111.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105375.0','1044826.0','18',    '17','5','14718.34',    '12','4','6740.55',    '16','2','7977.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022363.0','1019259.0','68',    '52','36','123105.38',    '51','35','118246.96',    '27','8','4858.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110627.0','1044826.0','6',    '4','2','44305.59',    '4','2','44305.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022364.0','1019259.0','33',    '29','6','22477.27',    '25','5','12632.97',    '15','2','9844.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110628.0','1044826.0','532',    '480','118','210174.0',    '423','48','122379.02',    '393','86','87794.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022365.0','1019259.0','4',    '4','2','2989.89',    '4','1','2789.9',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110629.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022366.0','1019259.0','38',    '30','7','13547.02',    '28','7','13347.03',    '16','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110630.0','1044826.0','20',    '19','12','127548.21',    '18','12','120996.86',    '9','1','6551.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016892.0','1019259.0','2',    '2','2','2467.84',    '2','2','2467.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105156.0','1044826.0','1',    '1','1','3895.17',    '1','1','3895.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022367.0','1019259.0','2',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110631.0','1044826.0','833',    '694','349','1433251.96',    '643','318','988417.58',    '467','143','444834.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2016784.0','1019259.0','3',    '2','1','145.23',    '2','1','145.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105048.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2017003.0','1019259.0','2',    '2','1','6964.73',    '2','1','6964.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2105267.0','1044826.0','2',    '2','1','24058.84',    '2','1','24058.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022368.0','1019259.0','41',    '35','13','143196.8',    '33','13','143196.8',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110632.0','1044826.0','26',    '23','18','156374.21',    '22','17','112975.77',    '17','13','43398.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022369.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110633.0','1044826.0','24',    '22','11','80491.41',    '21','9','60798.2',    '14','5','19693.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022370.0','1019259.0','9',    '6','5','36362.57',    '6','5','35587.42',    '3','2','775.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110634.0','1044826.0','6',    '6','2','4775.88',    '5','2','4495.89',    '5','1','279.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022371.0','1019259.0','1',    '1','1','675.29',    '1','1','675.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110635.0','1044826.0','6',    '4','2','4793.36',    '4','1','4348.36',    '4','1','445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022372.0','1019259.0','16',    '13','8','36925.59',    '13','6','34572.87',    '9','3','2352.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110636.0','1044826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022373.0','1019259.0','24',    '22','13','70945.22',    '21','13','65172.77',    '13','2','5772.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110637.0','1044826.0','7',    '6','1','2809.81',    '6','1','2086.0',    '4','1','723.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022374.0','1019259.0','124',    '100','44','209867.56',    '87','34','181321.81',    '59','19','28545.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110638.0','1044826.0','5',    '5','2','12210.6',    '5','2','12210.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022375.0','1019259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110639.0','1044826.0','147',    '118','69','298195.66',    '111','63','266015.09',    '67','18','32180.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022376.0','1019259.0','64',    '60','35','90053.01',    '58','33','82097.32',    '29','8','7955.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110640.0','1044826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022377.0','1019259.0','43',    '34','24','84166.96',    '34','24','84166.96',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110641.0','1044826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2002293.0','1019259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2090557.0','1044826.0','45',    '28','14','75265.75',    '27','14','71899.35',    '9','2','3366.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2002345.0','1019259.0','8',    '7','4','12376.87',    '6','4','12376.87',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2090609.0','1044826.0','22',    '21','11','45572.38',    '20','11','45572.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022378.0','1019289.0','2',    '1','1','1627.13',    '1','1','1404.0',    '1','1','223.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110642.0','1044856.0','21',    '20','13','28894.82',    '20','12','28361.65',    '7','2','533.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2002304.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2090568.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2002264.0','1019289.0','19',    '14','11','12104.13',    '14','11','12104.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2090528.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022379.0','1019289.0','4',    '3','1','19572.6',    '2','1','16600.61',    '3','1','2971.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110643.0','1044856.0','2',    '1','1','5066.67',    '1','1','5066.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2004124.0','1019289.0','4',    '1','1','244.24',    '1','1','244.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2092388.0','1044856.0','12',    '11','5','29724.83',    '11','5','29519.91',    '3','1','204.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022380.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110644.0','1044856.0','2',    '2','1','4200.92',    '2','1','4200.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022381.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110645.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2002306.0','1019289.0','33',    '27','14','68521.0',    '27','13','66673.22',    '15','2','1847.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2090570.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022382.0','1019289.0','12',    '10','9','30419.96',    '10','9','30419.96',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110646.0','1044856.0','1',    '1','1','1385.36',    '1','1','1385.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2002325.0','1019289.0','6',    '6','6','18161.83',    '6','6','18161.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2090589.0','1044856.0','6',    '5','5','77634.83',    '5','5','69727.73',    '5','2','7907.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2002318.0','1019289.0','792',    '735','143','180612.98',    '675','61','127432.89',    '582','93','53180.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2090582.0','1044856.0','739',    '669','499','2128121.48',    '653','479','2019811.89',    '397','117','108309.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2002280.0','1019289.0','18',    '11','1','1410.0',    '6','1','1410.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2090544.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022383.0','1019289.0','14',    '13','10','32092.2',    '13','10','30933.5',    '6','1','1158.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110647.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2004116.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2092380.0','1044856.0','56',    '33','21','43070.66',    '30','19','26886.0',    '25','16','16184.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001565.0',    '2022384.0','1019289.0','6',    '6','2','16747.88',    '5','2','16116.62',    '3','1','631.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005960.0',    '2110648.0','1044856.0','4',    '4','2','731.85',    '4','2','731.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022385.0','1019289.0','9',    '9','6','11779.0',    '9','6','11779.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110649.0','1044856.0','1272',    '1058','708','4482019.51',    '988','658','3377765.56',    '711','288','1104253.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022386.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110650.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002317.0','1019289.0','56',    '51','16','56392.7',    '49','15','51109.87',    '26','6','5282.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090581.0','1044856.0','211',    '140','85','436473.14',    '131','82','338014.48',    '77','31','98458.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022387.0','1019289.0','14',    '13','6','77421.63',    '10','6','67408.48',    '11','2','10013.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110651.0','1044856.0','1',    '1','1','4879.51',    '1','1','1614.0',    '1','1','3265.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002348.0','1019289.0','3',    '2','2','4531.05',    '2','2','4531.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090612.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003924.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092188.0','1044856.0','325',    '265','129','368352.77',    '246','119','299268.61',    '197','65','69084.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002321.0','1019289.0','3',    '1','1','410.8',    '1','1','410.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090585.0','1044856.0','9',    '4','2','5985.71',    '4','2','2808.0',    '4','2','3177.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004093.0','1019289.0','227',    '173','115','551758.58',    '155','107','453269.24',    '96','30','98489.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092357.0','1044856.0','7',    '6','2','1741.6',    '5','1','623.63',    '3','1','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002288.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090552.0','1044856.0','7',    '7','5','8870.62',    '7','5','8870.62',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002290.0','1019289.0','113',    '105','74','275189.15',    '100','73','266529.17',    '50','9','8659.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090554.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022388.0','1019289.0','6',    '4','3','12508.74',    '4','3','5508.74',    '2','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110652.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002276.0','1019289.0','10',    '8','4','11621.85',    '8','4','10248.03',    '4','1','1373.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090540.0','1044856.0','19',    '16','6','36652.37',    '16','6','34965.41',    '7','1','1686.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002315.0','1019289.0','37',    '27','19','170207.45',    '25','18','149313.01',    '16','6','20894.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090579.0','1044856.0','7',    '5','3','3786.71',    '5','3','3786.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002319.0','1019289.0','57',    '45','30','157705.48',    '44','27','154626.72',    '25','7','3078.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090583.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022389.0','1019289.0','19',    '19','11','61579.56',    '18','10','61345.81',    '13','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110653.0','1044856.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022390.0','1019289.0','55',    '49','18','36332.35',    '47','15','25263.49',    '31','8','11068.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110654.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022391.0','1019289.0','731',    '622','361','2017922.41',    '565','301','1310633.72',    '462','241','707288.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110655.0','1044856.0','1893',    '1608','790','3032864.98',    '1488','716','2592991.06',    '1012','230','439873.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022392.0','1019289.0','1',    '1','1','322.62',    '1','1','322.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110656.0','1044856.0','2',    '2','1','5692.87',    '2','1','1614.0',    '2','1','4078.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002283.0','1019289.0','23',    '18','11','13762.21',    '18','10','13562.22',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090547.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002270.0','1019289.0','3',    '3','1','20472.78',    '3','1','16515.96',    '2','1','3956.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090534.0','1044856.0','14',    '7','1','500.0',    '5','0','0.0',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002323.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090587.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004019.0','1019289.0','7',    '5','2','3374.2',    '5','2','3374.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092283.0','1044856.0','1561',    '1332','733','2359670.79',    '1218','650','1877219.58',    '863','244','482451.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002263.0','1019289.0','164',    '127','79','313530.98',    '123','76','290891.15',    '60','15','22639.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090527.0','1044856.0','1',    '1','1','24513.91',    '1','1','24513.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002262.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090526.0','1044856.0','3',    '2','2','6989.23',    '2','2','3228.0',    '2','1','3761.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022393.0','1019289.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110657.0','1044856.0','108',    '84','48','164509.71',    '76','44','149970.26',    '45','8','14539.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002303.0','1019289.0','25',    '19','14','140604.98',    '17','12','112547.99',    '11','6','28056.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090567.0','1044856.0','1',    '1','1','277.53',    '1','1','277.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022394.0','1019289.0','5',    '4','2','3772.9',    '4','2','3570.4',    '2','1','202.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110658.0','1044856.0','1581',    '1373','890','8521583.25',    '1243','801','6170235.87',    '1008','527','2351347.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002289.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090553.0','1044856.0','20',    '14','8','41203.43',    '14','8','41203.43',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002282.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090546.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022395.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110659.0','1044856.0','21',    '20','19','24267.38',    '19','17','21731.85',    '9','4','2535.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022396.0','1019289.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110660.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022397.0','1019289.0','11',    '7','3','7452.83',    '7','3','7452.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110661.0','1044856.0','59',    '52','29','162356.03',    '45','24','145742.43',    '34','11','16613.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002328.0','1019289.0','4',    '2','2','1107.72',    '2','2','1107.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090592.0','1044856.0','951',    '879','283','629848.55',    '775','143','429053.08',    '726','205','200795.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022398.0','1019289.0','6',    '6','3','1304.8',    '6','3','1304.8',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110662.0','1044856.0','267',    '216','86','247588.17',    '173','51','144222.29',    '178','53','103365.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002316.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090580.0','1044856.0','1',    '1','1','1410.0',    '1','1','1410.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002322.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090586.0','1044856.0','14',    '13','7','40780.43',    '13','7','34057.39',    '5','2','6723.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002277.0','1019289.0','128',    '67','39','90283.73',    '49','32','45126.43',    '62','38','45157.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090541.0','1044856.0','83',    '67','35','81746.77',    '66','31','71069.37',    '27','8','10677.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002287.0','1019289.0','14',    '13','8','44996.76',    '12','8','43688.18',    '9','1','1308.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090551.0','1044856.0','124',    '112','62','300017.89',    '106','58','255643.04',    '69','13','44374.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022399.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110663.0','1044856.0','1',    '1','1','11401.44',    '1','1','11201.45',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002350.0','1019289.0','50',    '39','25','136459.78',    '37','25','106783.62',    '19','6','29676.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090614.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002347.0','1019289.0','116',    '109','76','185698.0',    '108','74','178469.6',    '52','10','7228.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090611.0','1044856.0','7',    '7','4','25332.65',    '6','4','25332.65',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022400.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110664.0','1044856.0','7',    '7','6','34375.78',    '7','6','34235.78',    '4','1','140.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022401.0','1019289.0','14',    '10','6','43421.28',    '7','5','42962.28',    '4','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110665.0','1044856.0','14',    '12','6','58459.85',    '11','6','51667.84',    '6','3','6792.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022402.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110666.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022403.0','1019289.0','51',    '44','26','135408.85',    '41','24','116201.25',    '22','5','19207.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110667.0','1044856.0','1',    '1','1','14889.48',    '1','1','14459.27',    '1','1','430.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003740.0','1019289.0','410',    '360','196','521388.73',    '348','180','483474.32',    '186','34','37914.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092004.0','1044856.0','2',    '1','1','695.58',    '1','1','695.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002292.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090556.0','1044856.0','101',    '89','77','250763.17',    '88','72','220091.4',    '58','20','30671.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002324.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090588.0','1044856.0','1',    '1','1','447.77',    '1','1','447.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002259.0','1019289.0','68',    '59','28','101161.25',    '58','27','99035.98',    '29','6','2125.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090523.0','1044856.0','1',    '1','1','1096.18',    '1','1','1096.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002313.0','1019289.0','5',    '4','2','1429.88',    '3','1','880.0',    '3','2','549.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090577.0','1044856.0','2',    '2','1','466.53',    '2','1','466.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002261.0','1019289.0','28',    '24','9','59594.23',    '24','9','52039.64',    '11','4','7554.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090525.0','1044856.0','14',    '13','11','54450.53',    '13','10','47902.89',    '9','4','6547.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022404.0','1019289.0','1',    '1','1','1584.9',    '1','1','1584.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110668.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022405.0','1019289.0','1',    '1','1','7984.77',    '1','1','7984.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110669.0','1044856.0','11',    '8','5','9023.74',    '8','4','8310.69',    '3','2','713.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003946.0','1019289.0','6',    '5','4','38238.88',    '5','4','38238.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092210.0','1044856.0','605',    '360','182','755570.65',    '330','165','636959.75',    '227','52','118610.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022406.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110670.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022407.0','1019289.0','42',    '39','21','146191.65',    '37','20','119746.74',    '27','11','26444.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110671.0','1044856.0','6',    '4','1','505.68',    '4','1','505.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004210.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092474.0','1044856.0','1',    '1','1','247.95',    '1','1','247.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004075.0','1019289.0','121',    '104','71','541668.36',    '102','68','504073.83',    '45','18','37594.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092339.0','1044856.0','2',    '2','1','3025.0',    '1','0','0.0',    '2','1','3025.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022408.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110672.0','1044856.0','473',    '439','57','56679.76',    '390','22','31685.94',    '353','42','24993.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022409.0','1019289.0','449',    '369','247','1716553.23',    '356','239','1634010.49',    '170','41','82542.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110673.0','1044856.0','3',    '3','3','19267.77',    '3','3','19267.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004023.0','1019289.0','11',    '8','3','2375.2',    '7','3','2375.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092287.0','1044856.0','326',    '283','82','236735.55',    '227','48','142045.67',    '245','61','94689.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022410.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110674.0','1044856.0','4',    '3','1','4613.43',    '3','1','4408.51',    '3','1','204.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004127.0','1019289.0','2',    '2','1','247.95',    '2','1','247.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092391.0','1044856.0','1',    '1','1','517.6',    '1','1','467.6',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004211.0','1019289.0','1',    '1','1','8095.37',    '1','1','7895.38',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092475.0','1044856.0','1',    '1','1','1647.3',    '1','1','1647.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022411.0','1019289.0','10',    '10','6','25539.56',    '10','6','25539.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110675.0','1044856.0','3',    '3','2','2327.02',    '3','2','2327.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022412.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110676.0','1044856.0','56',    '38','25','150828.93',    '36','25','143159.31',    '19','2','7669.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022413.0','1019289.0','1',    '1','1','2279.0',    '1','1','1404.0',    '1','1','875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110677.0','1044856.0','531',    '386','273','2268406.37',    '350','259','1621276.61',    '309','178','647129.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022414.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110678.0','1044856.0','7',    '5','1','301.12',    '5','1','301.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022415.0','1019289.0','3',    '3','3','19806.19',    '3','3','19580.94',    '3','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110679.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022416.0','1019289.0','30',    '27','21','91455.58',    '26','21','91455.58',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110680.0','1044856.0','59',    '49','33','415386.97',    '48','32','385530.88',    '30','11','29856.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022417.0','1019289.0','1105',    '1005','304','681268.55',    '883','147','483132.21',    '830','223','198136.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110681.0','1044856.0','36',    '30','7','14604.11',    '30','4','13740.73',    '19','3','863.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022418.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110682.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022419.0','1019289.0','12',    '12','7','66406.73',    '12','7','63408.34',    '3','1','2998.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110683.0','1044856.0','8',    '6','4','30709.97',    '6','3','30305.06',    '4','1','404.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022420.0','1019289.0','1',    '1','1','766.26',    '1','1','766.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110684.0','1044856.0','14',    '12','7','13921.86',    '12','7','13921.86',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022421.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110685.0','1044856.0','11',    '10','4','3169.42',    '10','3','2764.42',    '5','1','405.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022422.0','1019289.0','176',    '154','93','224952.21',    '153','84','212485.63',    '83','24','12466.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110686.0','1044856.0','1',    '1','1','4307.79',    '1','1','4307.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022423.0','1019289.0','148',    '124','83','492653.32',    '117','80','451010.59',    '67','16','41642.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110687.0','1044856.0','3',    '3','1','13239.12',    '3','1','13239.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022424.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110688.0','1044856.0','3',    '3','2','1141.26',    '3','2','1141.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003974.0','1019289.0','9',    '9','4','15916.21',    '9','4','15716.22',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092238.0','1044856.0','1',    '1','1','3101.28',    '1','1','2601.28',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022425.0','1019289.0','23',    '21','4','12740.19',    '19','4','12740.19',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110689.0','1044856.0','243',    '206','130','320662.63',    '201','111','285190.62',    '108','30','35472.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022426.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110690.0','1044856.0','1',    '1','1','125.97',    '1','1','125.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003926.0','1019289.0','10',    '9','5','17767.81',    '8','5','17402.25',    '6','2','365.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092190.0','1044856.0','18',    '14','9','15875.85',    '13','9','15875.85',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004103.0','1019289.0','3',    '3','1','4453.07',    '3','1','4029.29',    '3','1','423.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092367.0','1044856.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022427.0','1019289.0','10',    '9','4','12266.52',    '9','4','8345.62',    '6','2','3920.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110691.0','1044856.0','1',    '1','1','588.03',    '1','1','588.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022428.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110692.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022429.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110693.0','1044856.0','10',    '10','6','23764.82',    '10','6','22988.47',    '6','1','776.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004187.0','1019289.0','45',    '29','4','13203.49',    '11','1','1410.0',    '22','3','11793.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092451.0','1044856.0','26',    '26','13','20970.55',    '26','10','19884.67',    '16','3','1085.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022430.0','1019289.0','2',    '1','1','6016.01',    '1','1','1404.0',    '1','1','4612.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110694.0','1044856.0','8',    '7','4','7217.46',    '7','4','7217.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022431.0','1019289.0','5',    '4','1','439.6',    '4','0','0.0',    '3','1','439.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110695.0','1044856.0','2',    '2','2','9167.63',    '2','2','1982.0',    '2','2','7185.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022432.0','1019289.0','183',    '168','24','33127.33',    '158','16','23013.95',    '104','8','10113.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110696.0','1044856.0','10',    '9','5','3889.46',    '7','5','3689.47',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003993.0','1019289.0','4',    '4','2','1269.28',    '4','2','1269.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092257.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022433.0','1019289.0','625',    '506','295','1585894.01',    '472','279','1441283.07',    '278','81','144610.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110697.0','1044856.0','19',    '17','11','104103.16',    '15','9','87019.3',    '11','4','17083.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022434.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110698.0','1044856.0','8',    '7','3','2511.34',    '7','3','2511.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022435.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110699.0','1044856.0','1',    '1','1','2224.06',    '0','0','0.0',    '1','1','2224.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022436.0','1019289.0','8',    '5','3','11312.78',    '5','3','11312.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110700.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022437.0','1019289.0','1',    '1','1','9399.14',    '1','1','8952.87',    '1','1','446.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110701.0','1044856.0','55',    '50','38','189357.22',    '49','35','164033.71',    '30','13','25323.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022438.0','1019289.0','7',    '6','5','7094.05',    '6','4','6472.99',    '3','2','621.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110702.0','1044856.0','37',    '33','12','76208.12',    '31','11','70831.29',    '17','4','5376.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004123.0','1019289.0','1',    '1','1','204.92',    '1','0','0.0',    '1','1','204.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092387.0','1044856.0','1',    '1','1','4272.48',    '1','1','4272.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022439.0','1019289.0','27',    '20','11','28468.84',    '19','11','28188.85',    '8','1','279.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110703.0','1044856.0','92',    '84','66','219008.52',    '81','66','210757.05',    '39','9','8251.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022440.0','1019289.0','41',    '35','20','70463.67',    '33','19','66565.34',    '17','3','3898.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110704.0','1044856.0','9',    '9','1','423.78',    '9','0','0.0',    '5','1','423.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004198.0','1019289.0','3452',    '3145','849','3285571.47',    '2820','491','2588448.91',    '2515','571','697122.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092462.0','1044856.0','5',    '4','4','17166.42',    '4','4','16324.93',    '3','1','841.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022441.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110705.0','1044856.0','1',    '1','1','733.11',    '1','1','533.12',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022442.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110706.0','1044856.0','11',    '6','2','7099.0',    '6','2','7099.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022443.0','1019289.0','9',    '8','5','10710.45',    '8','4','7662.33',    '4','1','3048.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110707.0','1044856.0','1',    '1','1','4347.35',    '1','1','1404.0',    '1','1','2943.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004145.0','1019289.0','13',    '9','6','28556.59',    '8','6','28556.59',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092409.0','1044856.0','1',    '1','1','50.5',    '1','1','50.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022444.0','1019289.0','56',    '53','12','30797.58',    '49','8','21973.51',    '35','7','8824.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110708.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022445.0','1019289.0','207',    '180','121','465266.85',    '174','116','315678.82',    '112','41','149588.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110709.0','1044856.0','4',    '4','4','37279.15',    '4','4','37279.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022446.0','1019289.0','4',    '4','2','866.88',    '3','2','866.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110710.0','1044856.0','177',    '158','96','356373.21',    '153','93','344498.87',    '63','14','11874.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022447.0','1019289.0','8',    '7','2','563.1',    '7','1','363.11',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110711.0','1044856.0','5',    '5','2','8208.05',    '5','2','8208.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022448.0','1019289.0','4',    '2','1','8683.18',    '2','1','8683.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110712.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022449.0','1019289.0','4',    '3','2','58600.0',    '3','2','53928.88',    '2','2','4671.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110713.0','1044856.0','8',    '7','4','32366.5',    '7','4','32366.5',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022450.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110714.0','1044856.0','2',    '1','1','1139.85',    '1','1','920.05',    '1','1','219.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004144.0','1019289.0','348',    '300','122','412618.25',    '288','91','293490.32',    '189','77','119127.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092408.0','1044856.0','127',    '109','46','240571.25',    '98','39','218306.35',    '73','15','22264.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004142.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092406.0','1044856.0','12',    '7','6','18441.35',    '7','6','18441.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022451.0','1019289.0','2',    '2','2','1840.35',    '2','2','1840.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110715.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022452.0','1019289.0','13',    '12','10','174507.24',    '12','9','137203.85',    '10','8','37303.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110716.0','1044856.0','1',    '1','1','4729.34',    '1','1','4729.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022453.0','1019289.0','131',    '111','49','171354.84',    '104','48','157773.92',    '45','5','13580.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110717.0','1044856.0','18',    '17','11','55208.65',    '15','8','46031.39',    '12','5','9177.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022454.0','1019289.0','143',    '122','78','282269.89',    '116','73','271565.41',    '51','10','10704.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110718.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022455.0','1019289.0','2',    '2','1','7000.0',    '0','0','0.0',    '2','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110719.0','1044856.0','16',    '13','9','50687.31',    '13','9','44298.24',    '6','1','6389.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003933.0','1019289.0','8',    '6','2','3091.0',    '5','2','2958.57',    '5','1','132.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092197.0','1044856.0','8',    '5','5','14976.88',    '5','4','14207.19',    '4','2','769.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022456.0','1019289.0','6',    '5','2','4867.1',    '4','2','3839.13',    '3','1','1027.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110720.0','1044856.0','3',    '3','1','29900.0',    '3','1','29900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022457.0','1019289.0','52',    '42','27','121394.62',    '41','26','115830.3',    '22','4','5564.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110721.0','1044856.0','3',    '2','2','3248.29',    '2','2','3248.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022458.0','1019289.0','21',    '19','12','34115.87',    '19','12','34115.87',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110722.0','1044856.0','19',    '15','7','52814.24',    '12','5','39402.7',    '13','5','13411.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022459.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110723.0','1044856.0','10',    '9','6','40052.23',    '9','6','31331.62',    '5','3','8720.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004003.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092267.0','1044856.0','26',    '23','9','18098.16',    '22','9','16983.17',    '15','2','1114.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022460.0','1019289.0','4',    '3','1','12241.09',    '3','1','12241.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110724.0','1044856.0','1',    '1','1','5624.93',    '1','1','5624.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022461.0','1019289.0','7',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110725.0','1044856.0','59',    '51','35','143939.92',    '43','32','130882.39',    '20','6','13057.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022462.0','1019289.0','1',    '1','1','2305.16',    '1','1','2305.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110726.0','1044856.0','1',    '1','1','1144.0',    '1','1','1144.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022463.0','1019289.0','16',    '13','9','45630.45',    '13','9','42783.94',    '11','4','2846.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110727.0','1044856.0','136',    '109','67','282489.35',    '103','65','262667.01',    '46','8','19822.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022464.0','1019289.0','1',    '1','1','1019.3',    '1','1','1019.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110728.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003928.0','1019289.0','1',    '1','1','1287.81',    '1','1','1287.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092192.0','1044856.0','4',    '3','1','6788.71',    '3','1','6788.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022465.0','1019289.0','24',    '23','12','130507.32',    '23','12','124760.63',    '14','1','5746.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110729.0','1044856.0','1338',    '1219','250','595606.05',    '1119','159','494240.21',    '957','138','101365.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022466.0','1019289.0','2209',    '1967','574','2342941.35',    '1718','340','1671218.49',    '1589','408','671722.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110730.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004227.0','1019289.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092491.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004105.0','1019289.0','1',    '1','1','846.07',    '1','1','846.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092369.0','1044856.0','48',    '44','7','15047.68',    '38','3','12864.85',    '32','5','2182.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022467.0','1019289.0','57',    '44','31','246504.09',    '44','31','226036.62',    '18','3','20467.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110731.0','1044856.0','9',    '9','6','11318.55',    '7','5','8920.35',    '4','2','2398.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022468.0','1019289.0','85',    '69','23','60426.79',    '63','18','55378.09',    '41','10','5048.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110732.0','1044856.0','139',    '113','77','226384.89',    '104','69','198030.68',    '65','17','28354.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022469.0','1019289.0','41',    '36','19','64301.17',    '35','14','60303.62',    '21','8','3997.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110733.0','1044856.0','446',    '401','266','1276409.37',    '386','256','1176541.27',    '214','54','99868.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022470.0','1019289.0','10',    '10','8','28490.63',    '10','8','26141.36',    '7','1','2349.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110734.0','1044856.0','1058',    '958','298','822131.8',    '858','159','586615.12',    '783','208','235516.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022471.0','1019289.0','347',    '251','93','288877.45',    '234','88','257755.58',    '139','21','31121.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110735.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022472.0','1019289.0','1',    '1','1','667.33',    '1','1','667.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110736.0','1044856.0','1',    '1','1','716.35',    '1','1','716.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022473.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110737.0','1044856.0','901',    '802','544','2074391.7',    '776','523','1875310.99',    '455','108','199080.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004106.0','1019289.0','115',    '92','61','190597.18',    '85','55','161404.26',    '54','16','29192.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092370.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004163.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092427.0','1044856.0','132',    '108','41','122289.64',    '102','36','118208.29',    '46','11','4081.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022474.0','1019289.0','801',    '687','475','2381261.84',    '668','459','2252632.27',    '381','85','128629.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110738.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022475.0','1019289.0','304',    '231','144','585674.84',    '219','138','536894.63',    '130','23','48780.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110739.0','1044856.0','3',    '3','1','8960.39',    '3','1','8280.39',    '3','1','680.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004165.0','1019289.0','27',    '24','16','76778.82',    '24','16','63224.68',    '12','2','13554.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092429.0','1044856.0','3',    '2','1','11312.82',    '1','1','9272.28',    '2','1','2040.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022476.0','1019289.0','1',    '1','1','15608.18',    '1','1','15608.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110740.0','1044856.0','4',    '4','1','3723.0',    '3','1','3723.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022477.0','1019289.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110741.0','1044856.0','49',    '41','28','116865.78',    '40','27','113365.21',    '25','5','3500.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022478.0','1019289.0','16',    '14','7','17282.97',    '12','7','17138.09',    '9','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110742.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022479.0','1019289.0','60',    '47','30','114509.73',    '41','28','110060.36',    '25','5','4449.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110743.0','1044856.0','162',    '134','92','365627.85',    '131','88','334281.13',    '64','16','31346.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004045.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092309.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022480.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110744.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022481.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110745.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022482.0','1019289.0','9',    '9','6','55203.59',    '9','6','46021.84',    '7','2','9181.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110746.0','1044856.0','7',    '6','5','10469.81',    '6','5','4678.92',    '4','1','5790.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022483.0','1019289.0','116',    '94','42','485500.93',    '90','40','467785.39',    '42','10','17715.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110747.0','1044856.0','16',    '16','13','43175.77',    '16','13','43175.77',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022484.0','1019289.0','7',    '7','6','10289.91',    '7','6','10289.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110748.0','1044856.0','131',    '117','82','269349.36',    '116','79','195606.68',    '70','32','73742.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004200.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092464.0','1044856.0','12',    '10','6','7573.51',    '10','5','4539.19',    '7','2','3034.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022485.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110749.0','1044856.0','196',    '168','86','345550.62',    '164','79','323732.77',    '98','25','21817.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022486.0','1019289.0','83',    '74','6','7992.12',    '65','2','4238.0',    '51','6','3754.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110750.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022487.0','1019289.0','1',    '1','1','7856.95',    '1','0','0.0',    '1','1','7856.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110751.0','1044856.0','4',    '4','3','7864.68',    '4','3','7864.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022488.0','1019289.0','2',    '2','2','12829.02',    '2','2','12829.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110752.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022489.0','1019289.0','1',    '1','1','5195.7',    '1','1','5195.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110753.0','1044856.0','64',    '55','29','111582.2',    '55','28','106569.03',    '29','5','5013.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022490.0','1019289.0','13',    '11','8','35302.51',    '11','8','34982.36',    '5','1','320.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110754.0','1044856.0','1',    '1','1','545.74',    '1','1','345.75',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022491.0','1019289.0','4',    '4','3','2526.2',    '4','2','1826.21',    '4','2','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110755.0','1044856.0','81',    '74','47','340405.09',    '72','47','329357.05',    '37','8','11048.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004024.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092288.0','1044856.0','5',    '5','5','10187.27',    '5','5','10187.27',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022492.0','1019289.0','14',    '14','10','60437.68',    '13','10','54273.87',    '7','3','6163.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110756.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004044.0','1019289.0','8',    '6','4','36418.31',    '6','4','36418.31',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092308.0','1044856.0','25',    '22','21','95427.14',    '21','19','88548.87',    '15','5','6878.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004076.0','1019289.0','3',    '3','2','11270.87',    '3','2','10537.24',    '2','1','733.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092340.0','1044856.0','36',    '29','21','89837.75',    '29','20','84666.24',    '13','5','5171.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022493.0','1019289.0','34',    '34','22','34196.98',    '34','18','28035.41',    '23','6','6161.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110757.0','1044856.0','5',    '4','3','8641.59',    '4','3','8641.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022494.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110758.0','1044856.0','1',    '1','1','611.1',    '1','1','611.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003949.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092213.0','1044856.0','300',    '272','215','742364.6',    '266','210','712912.36',    '129','19','29452.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022495.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110759.0','1044856.0','4',    '2','1','7000.0',    '0','0','0.0',    '2','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022496.0','1019289.0','2',    '1','1','1015.05',    '1','1','1015.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110760.0','1044856.0','144',    '131','45','356472.91',    '117','35','321398.07',    '87','18','35074.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022497.0','1019289.0','179',    '173','88','195935.37',    '170','83','183068.38',    '99','15','12866.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110761.0','1044856.0','4',    '3','2','4617.63',    '3','2','4617.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004080.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092344.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022498.0','1019289.0','3',    '3','3','4681.12',    '3','3','3112.65',    '3','2','1568.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110762.0','1044856.0','28',    '23','13','63622.83',    '22','12','48719.66',    '8','2','14903.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022499.0','1019289.0','1',    '1','1','1531.63',    '1','1','1217.14',    '1','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110763.0','1044856.0','652',    '589','359','1124658.32',    '576','337','1086094.46',    '351','77','38563.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022500.0','1019289.0','5',    '4','2','8231.38',    '3','2','8231.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110764.0','1044856.0','3',    '3','2','3739.66',    '3','2','3739.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022501.0','1019289.0','62',    '53','28','234959.84',    '51','27','220931.64',    '35','7','14028.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110765.0','1044856.0','25',    '21','10','35041.17',    '20','7','27435.33',    '12','5','7605.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022502.0','1019289.0','584',    '541','175','592233.26',    '477','98','479829.4',    '435','110','112403.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110766.0','1044856.0','127',    '105','71','470782.69',    '101','68','426236.04',    '56','17','44546.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004056.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092320.0','1044856.0','6',    '5','1','1512.48',    '5','1','1512.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022503.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110767.0','1044856.0','1',    '1','1','29900.0',    '1','1','29900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022504.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110768.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022505.0','1019289.0','12',    '9','5','6310.09',    '8','5','6310.09',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110769.0','1044856.0','1',    '1','1','830.62',    '1','1','830.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022506.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110770.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022507.0','1019289.0','45',    '42','30','86818.29',    '39','28','85086.28',    '23','6','1732.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110771.0','1044856.0','534',    '459','203','660456.29',    '415','177','585354.08',    '271','61','75102.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022508.0','1019289.0','18',    '12','11','70274.06',    '11','10','61726.78',    '7','4','8547.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110772.0','1044856.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022509.0','1019289.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110773.0','1044856.0','5',    '3','2','15809.23',    '2','2','15586.1',    '2','1','223.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022510.0','1019289.0','53',    '50','40','87289.44',    '48','35','75546.33',    '32','11','11743.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110774.0','1044856.0','2',    '2','2','13250.66',    '2','2','13250.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004079.0','1019289.0','29',    '27','21','105187.97',    '25','19','77927.88',    '11','6','27260.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092343.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022511.0','1019289.0','5',    '5','5','22364.07',    '5','4','21099.21',    '3','2','1264.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110775.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022512.0','1019289.0','4',    '4','1','650.11',    '4','1','650.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110776.0','1044856.0','27',    '26','17','41221.49',    '26','16','35541.43',    '11','3','5680.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022513.0','1019289.0','17',    '15','15','126216.01',    '15','14','120932.32',    '8','4','5283.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110777.0','1044856.0','105',    '92','51','148133.35',    '90','43','126200.43',    '48','14','21932.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022514.0','1019289.0','44',    '40','8','36973.76',    '36','6','33590.51',    '26','3','3383.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110778.0','1044856.0','83',    '73','23','169208.63',    '65','20','143108.34',    '40','8','26100.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004022.0','1019289.0','766',    '704','90','142617.65',    '628','43','102888.98',    '544','61','39728.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092286.0','1044856.0','945',    '886','244','529601.75',    '806','117','362591.24',    '683','172','167010.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022515.0','1019289.0','1',    '1','1','5167.05',    '1','1','1990.8',    '1','1','3176.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110779.0','1044856.0','77',    '62','42','306161.74',    '62','41','297797.29',    '37','5','8364.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022516.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110780.0','1044856.0','1',    '1','1','1566.0',    '1','1','1566.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022517.0','1019289.0','40',    '36','20','23631.34',    '34','19','23068.58',    '14','3','562.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110781.0','1044856.0','343',    '295','85','528421.36',    '260','58','464916.96',    '235','53','63504.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004162.0','1019289.0','14',    '11','8','30433.92',    '11','8','28773.63',    '5','1','1660.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092426.0','1044856.0','2',    '2','2','5900.91',    '2','2','5900.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022518.0','1019289.0','68',    '66','54','535155.91',    '66','54','534155.96',    '42','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110782.0','1044856.0','705',    '598','409','1779783.95',    '574','391','1580032.57',    '373','106','199751.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022519.0','1019289.0','3',    '3','3','1307.49',    '3','3','1307.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110783.0','1044856.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022520.0','1019289.0','4',    '4','2','13332.73',    '4','2','13332.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110784.0','1044856.0','1',    '1','1','2064.24',    '1','1','2064.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022521.0','1019289.0','301',    '281','64','154201.45',    '261','36','118643.36',    '179','43','35558.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110785.0','1044856.0','35',    '29','19','132397.0',    '29','18','120547.52',    '12','5','11849.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004213.0','1019289.0','219',    '192','135','645701.58',    '185','129','611130.82',    '107','32','34570.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092477.0','1044856.0','7',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022522.0','1019289.0','4',    '3','1','6327.66',    '2','1','6327.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110786.0','1044856.0','94',    '77','51','195889.96',    '70','49','175461.22',    '42','7','20428.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022523.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110787.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022524.0','1019289.0','20',    '18','12','31045.48',    '18','12','30202.38',    '8','2','843.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110788.0','1044856.0','1',    '1','1','5658.0',    '1','1','5658.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022525.0','1019289.0','83',    '55','20','86283.5',    '41','15','53878.42',    '34','8','32405.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110789.0','1044856.0','44',    '35','29','86702.36',    '35','29','85646.88',    '15','3','1055.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004183.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092447.0','1044856.0','3',    '3','1','7383.42',    '3','1','7383.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022526.0','1019289.0','8',    '7','6','36907.49',    '7','5','29862.37',    '5','4','7045.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110790.0','1044856.0','6',    '5','4','16195.36',    '5','4','4728.0',    '4','3','11467.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022527.0','1019289.0','5',    '5','3','8283.54',    '5','3','8283.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110791.0','1044856.0','2',    '2','2','2799.03',    '2','2','2799.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004042.0','1019289.0','3',    '3','2','8457.25',    '3','2','7339.28',    '3','1','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092306.0','1044856.0','27',    '26','17','52669.68',    '26','15','46136.99',    '17','6','6532.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022528.0','1019289.0','1',    '1','1','1804.07',    '1','1','1578.12',    '1','1','225.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110792.0','1044856.0','7',    '7','3','1991.98',    '7','2','766.07',    '3','2','1225.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022529.0','1019289.0','1',    '1','1','1133.04',    '1','1','1133.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110793.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022530.0','1019289.0','1',    '1','1','4108.56',    '1','1','4108.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110794.0','1044856.0','68',    '57','38','139702.73',    '55','36','126227.79',    '37','10','13474.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004082.0','1019289.0','67',    '51','25','73837.89',    '44','22','71773.97',    '29','5','2063.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092346.0','1044856.0','27',    '26','16','9480.86',    '25','14','8377.05',    '22','3','1103.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022531.0','1019289.0','7',    '7','3','1323.27',    '6','3','1123.28',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110795.0','1044856.0','81',    '70','50','240311.88',    '66','47','223767.64',    '35','10','16544.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022532.0','1019289.0','1',    '1','1','1655.24',    '1','1','1655.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110796.0','1044856.0','10',    '8','3','5517.99',    '8','3','5384.8',    '1','1','133.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022533.0','1019289.0','382',    '320','254','1477788.14',    '254','200','961936.02',    '229','120','515852.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110797.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022534.0','1019289.0','13',    '11','7','43488.09',    '10','7','43488.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110798.0','1044856.0','1',    '1','1','13283.16',    '1','1','13283.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004229.0','1019289.0','16',    '16','8','23094.19',    '16','7','18567.32',    '8','2','4526.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092493.0','1044856.0','8',    '6','4','23163.2',    '6','3','22504.21',    '4','2','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003977.0','1019289.0','50',    '42','28','124237.74',    '41','28','114354.45',    '17','7','9883.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092241.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003955.0','1019289.0','3',    '2','2','10904.34',    '2','2','10564.34',    '2','1','340.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092219.0','1044856.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003930.0','1019289.0','3',    '3','1','732.68',    '3','1','732.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092194.0','1044856.0','1',    '1','1','11036.06',    '1','1','11036.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022535.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110799.0','1044856.0','2',    '2','1','199.99',    '1','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004205.0','1019289.0','164',    '142','67','327695.8',    '130','58','199930.73',    '98','42','127765.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092469.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004226.0','1019289.0','30',    '23','13','42253.32',    '21','13','42253.32',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092490.0','1044856.0','37',    '37','28','52110.4',    '37','28','51710.42',    '24','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022536.0','1019289.0','2',    '2','2','2230.64',    '2','2','2030.65',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110800.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003999.0','1019289.0','2',    '1','1','5880.24',    '1','1','5880.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092263.0','1044856.0','4',    '4','3','8156.95',    '4','3','8156.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022537.0','1019289.0','2',    '2','1','130.8',    '2','1','130.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110801.0','1044856.0','635',    '580','457','2927076.46',    '575','446','2876556.46',    '321','69','50520.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022538.0','1019289.0','17',    '16','10','21200.35',    '16','10','21200.35',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110802.0','1044856.0','411',    '355','235','823795.0',    '349','227','770040.16',    '178','46','53754.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022539.0','1019289.0','5',    '4','1','254.78',    '4','1','254.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110803.0','1044856.0','94',    '87','49','117339.05',    '83','41','100450.96',    '50','16','16888.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004001.0','1019289.0','4',    '4','1','917.1',    '4','1','917.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092265.0','1044856.0','1',    '1','1','602.4',    '1','1','602.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022540.0','1019289.0','3',    '2','1','2253.24',    '2','1','2253.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110804.0','1044856.0','1',    '1','1','680.97',    '1','1','380.94',    '1','1','300.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022541.0','1019289.0','142',    '87','58','315285.63',    '75','53','194590.59',    '67','29','120695.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110805.0','1044856.0','692',    '618','141','229156.63',    '446','45','109740.98',    '552','120','119415.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022542.0','1019289.0','6',    '5','2','6434.84',    '4','2','6434.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110806.0','1044856.0','29',    '28','24','127403.51',    '28','24','121565.16',    '8','1','5838.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004167.0','1019289.0','2',    '2','2','13556.23',    '2','2','9258.35',    '2','2','4297.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092431.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022543.0','1019289.0','15',    '14','9','23053.8',    '14','9','22363.81',    '9','2','689.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110807.0','1044856.0','522',    '447','138','578883.46',    '377','101','410311.51',    '319','82','168571.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022544.0','1019289.0','2',    '2','2','16698.43',    '2','2','16220.95',    '2','1','477.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110808.0','1044856.0','1',    '1','1','25967.44',    '1','1','25967.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022545.0','1019289.0','1',    '1','1','903.76',    '1','1','903.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110809.0','1044856.0','48',    '41','26','88824.45',    '40','25','85226.26',    '17','6','3598.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004159.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092423.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022546.0','1019289.0','3',    '3','3','26774.18',    '3','2','9926.87',    '3','2','16847.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110810.0','1044856.0','27',    '18','7','11624.6',    '17','6','11479.72',    '8','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022548.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110812.0','1044856.0','1',    '1','1','2864.41',    '1','1','2864.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022549.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110813.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022550.0','1019289.0','6',    '5','3','3733.01',    '5','2','3533.02',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110814.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022551.0','1019289.0','3',    '2','1','1648.84',    '2','1','948.85',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110815.0','1044856.0','3',    '3','1','1247.4',    '2','1','1247.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004191.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092455.0','1044856.0','124',    '99','40','267118.65',    '82','30','210752.17',    '65','21','56366.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022552.0','1019289.0','3',    '3','3','7069.41',    '3','3','6568.92',    '2','1','500.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110816.0','1044856.0','16',    '16','12','56004.16',    '16','12','55100.29',    '3','2','903.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004051.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092315.0','1044856.0','118',    '104','92','873465.7',    '103','90','769788.51',    '73','39','103677.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022446.0','1019289.0','132',    '110','83','427314.76',    '105','80','395097.72',    '55','18','32217.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110710.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022553.0','1019289.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110817.0','1044856.0','12',    '9','7','12332.71',    '9','6','10557.6',    '4','2','1775.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022554.0','1019289.0','21',    '19','14','30220.77',    '19','14','29680.77',    '8','1','540.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110818.0','1044856.0','4',    '3','3','5987.61',    '3','3','4755.14',    '2','1','1232.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003968.0','1019289.0','1',    '1','1','26385.28',    '1','1','26385.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092232.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004098.0','1019289.0','6',    '5','4','3111.75',    '5','4','3111.75',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092362.0','1044856.0','2',    '2','2','4244.01',    '2','2','4244.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003971.0','1019289.0','6',    '6','2','19023.42',    '6','2','4746.37',    '4','2','14277.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092235.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022555.0','1019289.0','11',    '11','8','42606.14',    '10','7','42183.7',    '4','1','422.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110819.0','1044856.0','11',    '5','1','872.12',    '5','1','872.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022556.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110820.0','1044856.0','45',    '42','26','96922.16',    '42','24','92113.06',    '26','8','4809.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022557.0','1019289.0','70',    '60','50','218974.34',    '57','48','172379.65',    '47','22','46594.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110821.0','1044856.0','1',    '1','1','3206.99',    '1','1','1722.0',    '1','1','1484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022558.0','1019289.0','151',    '129','95','623966.19',    '127','92','575698.4',    '62','27','48267.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110822.0','1044856.0','20',    '20','11','14860.93',    '20','10','14660.94',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022559.0','1019289.0','4',    '3','2','4057.51',    '3','2','3557.51',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110823.0','1044856.0','20',    '18','13','16408.7',    '18','12','15234.02',    '9','3','1174.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022560.0','1019289.0','6',    '6','3','5244.44',    '6','3','5244.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110824.0','1044856.0','1',    '1','1','29372.27',    '1','1','23946.0',    '1','1','5426.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022561.0','1019289.0','22',    '21','17','115984.04',    '20','15','93200.64',    '15','7','22783.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110825.0','1044856.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004138.0','1019289.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092402.0','1044856.0','4',    '4','4','33089.77',    '4','4','33089.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004020.0','1019289.0','21',    '13','5','4843.52',    '13','4','4643.53',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092284.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004197.0','1019289.0','3',    '3','2','2766.41',    '3','2','2766.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092461.0','1044856.0','69',    '59','26','110919.67',    '58','23','100664.98',    '32','6','10254.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022562.0','1019289.0','5',    '3','1','1578.3',    '3','1','1578.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110826.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022563.0','1019289.0','2',    '2','1','2342.82',    '2','1','2342.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110827.0','1044856.0','2',    '2','1','8624.39',    '2','1','8398.44',    '1','1','225.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022564.0','1019289.0','4',    '4','1','2721.54',    '4','1','2721.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110828.0','1044856.0','2',    '2','1','1767.85',    '1','1','1767.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004021.0','1019289.0','3',    '2','1','21183.09',    '2','1','21183.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092285.0','1044856.0','42',    '41','30','234946.25',    '41','28','213388.03',    '30','11','21558.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004161.0','1019289.0','10',    '10','8','42113.31',    '10','8','30152.75',    '5','4','11960.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092425.0','1044856.0','4',    '3','3','25788.5',    '3','3','23564.15',    '2','1','2224.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003990.0','1019289.0','5',    '4','4','20630.17',    '4','4','20630.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092254.0','1044856.0','8',    '8','3','22680.98',    '8','3','22680.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022565.0','1019289.0','1',    '1','1','17858.94',    '1','1','16987.64',    '1','1','871.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110829.0','1044856.0','1',    '1','1','14047.42',    '1','1','14047.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022566.0','1019289.0','7',    '7','4','17799.74',    '6','4','17799.74',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110830.0','1044856.0','7',    '6','5','19673.68',    '6','5','19673.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022567.0','1019289.0','1',    '1','1','3606.59',    '1','1','3606.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110831.0','1044856.0','3',    '2','2','3372.53',    '2','2','3372.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003951.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092215.0','1044856.0','18',    '12','9','22156.71',    '11','7','6966.91',    '7','5','15189.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022568.0','1019289.0','80',    '77','57','333151.26',    '75','52','308160.47',    '41','13','24990.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110832.0','1044856.0','6',    '6','4','19968.91',    '6','4','18820.01',    '2','1','1148.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022569.0','1019289.0','2',    '2','2','4627.34',    '2','2','4627.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110833.0','1044856.0','101',    '86','55','274533.09',    '85','52','242651.79',    '59','17','31881.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022570.0','1019289.0','2',    '2','1','266.19',    '2','1','266.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110834.0','1044856.0','17',    '11','10','108722.06',    '10','10','102684.06',    '9','4','6038.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004128.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092392.0','1044856.0','2',    '2','2','2980.54',    '2','2','2980.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004027.0','1019289.0','2',    '2','2','4955.74',    '2','2','4708.24',    '1','1','247.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092291.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022571.0','1019289.0','28',    '26','17','50705.32',    '26','16','40499.82',    '17','6','10205.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110835.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022572.0','1019289.0','4',    '4','3','4298.16',    '4','3','4298.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110836.0','1044856.0','14',    '10','8','15128.88',    '10','8','13877.15',    '4','2','1251.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022573.0','1019289.0','16',    '14','12','115550.96',    '13','12','107065.17',    '9','3','8485.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110837.0','1044856.0','5',    '5','5','37236.21',    '5','5','37236.21',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022574.0','1019289.0','1',    '1','1','1838.17',    '1','1','1838.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110838.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022575.0','1019289.0','21',    '19','12','77213.98',    '19','12','68850.49',    '10','2','8363.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110839.0','1044856.0','8',    '6','4','30944.19',    '6','4','23102.33',    '3','3','7841.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022576.0','1019289.0','13',    '11','9','26598.53',    '10','9','26598.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110840.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003924.0','1019289.0','1',    '1','1','8113.79',    '1','1','8113.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092188.0','1044856.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022577.0','1019289.0','2',    '2','1','1160.01',    '2','1','1160.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110841.0','1044856.0','2',    '2','1','7056.64',    '2','1','7056.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003927.0','1019289.0','1',    '1','1','10057.64',    '1','1','10057.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092191.0','1044856.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022578.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110842.0','1044856.0','2',    '2','2','3284.33',    '2','2','3284.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003965.0','1019289.0','2',    '2','2','1421.48',    '2','2','1421.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092229.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022579.0','1019289.0','21',    '16','11','171903.55',    '16','11','157322.62',    '11','6','14580.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110843.0','1044856.0','4',    '2','2','2640.9',    '2','2','1872.46',    '1','1','768.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022580.0','1019289.0','1',    '1','1','1060.0',    '1','1','1060.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110844.0','1044856.0','7',    '6','2','7986.95',    '5','2','7439.58',    '5','1','547.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022581.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110845.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022582.0','1019289.0','39',    '39','30','64873.05',    '39','30','61442.26',    '16','5','3430.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110846.0','1044856.0','134',    '122','76','152931.07',    '121','68','146886.21',    '73','16','6044.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004141.0','1019289.0','21',    '19','14','82578.49',    '19','14','75524.81',    '9','3','7053.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092405.0','1044856.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004133.0','1019289.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092397.0','1044856.0','3',    '3','1','854.08',    '3','1','854.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022583.0','1019289.0','9',    '7','5','18441.77',    '7','4','17863.15',    '6','3','578.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110847.0','1044856.0','4',    '2','2','31995.68',    '2','2','23162.97',    '1','1','8832.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022584.0','1019289.0','12',    '9','7','31047.83',    '9','7','30044.72',    '5','2','1003.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110848.0','1044856.0','50',    '48','36','141624.05',    '46','32','131056.87',    '34','8','10567.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022585.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110849.0','1044856.0','4',    '3','1','707.53',    '3','1','707.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022586.0','1019289.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110850.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022587.0','1019289.0','5',    '1','1','3268.4',    '1','1','3268.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110851.0','1044856.0','22',    '18','15','38438.89',    '18','13','37112.72',    '7','2','1326.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022588.0','1019289.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110852.0','1044856.0','3',    '2','1','1280.73',    '2','1','1280.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022589.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110853.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022590.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110854.0','1044856.0','30',    '27','22','100436.51',    '27','21','95989.52',    '8','2','4446.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022591.0','1019289.0','34',    '30','25','106767.98',    '30','25','103654.09',    '16','3','3113.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110855.0','1044856.0','21',    '16','7','10419.61',    '16','7','10339.62',    '8','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022592.0','1019289.0','53',    '42','22','178279.08',    '41','20','164335.01',    '24','9','13944.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110856.0','1044856.0','64',    '53','32','73663.9',    '52','32','71999.36',    '26','4','1664.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022593.0','1019289.0','14',    '12','7','6731.17',    '12','7','6731.17',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110857.0','1044856.0','6',    '4','1','2762.31',    '4','1','2762.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004117.0','1019289.0','1',    '1','1','806.99',    '1','1','806.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092381.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022594.0','1019289.0','5',    '5','1','144.88',    '5','0','0.0',    '5','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110858.0','1044856.0','2',    '2','2','37090.33',    '2','2','37090.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022595.0','1019289.0','1',    '1','1','2167.26',    '1','1','2167.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110859.0','1044856.0','21',    '21','12','45009.21',    '21','11','43221.51',    '7','4','1787.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022596.0','1019289.0','7',    '6','4','4206.92',    '6','4','4206.92',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110860.0','1044856.0','3',    '3','2','30579.87',    '3','2','30579.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003990.0','1019289.0','326',    '290','200','1037544.06',    '278','192','925071.75',    '176','57','112472.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092254.0','1044856.0','5',    '5','3','16058.58',    '5','3','14569.87',    '4','1','1488.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022597.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110861.0','1044856.0','2',    '2','1','3595.07',    '2','0','0.0',    '1','1','3595.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022598.0','1019289.0','1',    '1','1','15522.95',    '1','1','15522.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110862.0','1044856.0','20',    '16','8','29571.24',    '15','8','22071.24',    '5','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022599.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110863.0','1044856.0','111',    '93','60','257190.92',    '90','57','215465.59',    '55','20','41725.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022600.0','1019289.0','8',    '7','6','8320.89',    '7','6','7861.89',    '3','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110864.0','1044856.0','6',    '5','2','1041.07',    '5','2','1041.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003929.0','1019289.0','4',    '3','1','405.0',    '3','0','0.0',    '1','1','405.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092193.0','1044856.0','17',    '15','5','20892.83',    '14','5','20892.83',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003976.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092240.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022601.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110865.0','1044856.0','6',    '5','2','6165.42',    '5','2','6165.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004025.0','1019289.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092289.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022602.0','1019289.0','4',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110866.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022603.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110867.0','1044856.0','7',    '5','1','669.21',    '5','1','669.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022604.0','1019289.0','1',    '1','1','3775.36',    '1','1','3775.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110868.0','1044856.0','418',    '346','266','1970737.39',    '323','238','1449238.17',    '262','142','521499.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022605.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110869.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004077.0','1019289.0','106',    '100','13','10249.53',    '88','8','8404.66',    '44','5','1844.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092341.0','1044856.0','6',    '6','6','14916.16',    '6','6','14916.16',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004136.0','1019289.0','7',    '6','1','1303.24',    '6','1','1303.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092400.0','1044856.0','73',    '68','18','90386.23',    '64','14','71721.18',    '35','12','18665.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022606.0','1019289.0','8',    '8','0','0.0',    '3','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110870.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022607.0','1019289.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110871.0','1044856.0','1',    '1','1','171.76',    '1','0','0.0',    '1','1','171.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022608.0','1019289.0','47',    '43','20','256909.75',    '42','17','235277.73',    '29','9','21632.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110872.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022609.0','1019289.0','1',    '1','1','1086.0',    '1','1','1086.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110873.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022610.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110874.0','1044856.0','215',    '196','43','131829.82',    '187','33','105626.22',    '98','20','26203.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022611.0','1019289.0','2',    '2','2','5238.79',    '2','2','4273.84',    '1','1','964.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110875.0','1044856.0','1',    '1','1','1334.0',    '1','1','1334.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004078.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092342.0','1044856.0','3',    '3','3','8862.5',    '3','3','8862.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022612.0','1019289.0','174',    '152','94','421223.16',    '145','89','394527.94',    '67','14','26695.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110876.0','1044856.0','1',    '1','1','3620.88',    '1','1','3620.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022613.0','1019289.0','1',    '1','1','147.0',    '1','0','0.0',    '1','1','147.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110877.0','1044856.0','8',    '8','3','7751.37',    '8','3','7751.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022614.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110878.0','1044856.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022615.0','1019289.0','2',    '2','2','8059.61',    '2','2','4198.8',    '1','1','3860.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110879.0','1044856.0','2',    '2','1','5291.61',    '2','1','5291.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022616.0','1019289.0','2',    '1','1','6395.67',    '1','1','1014.0',    '1','1','5381.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110880.0','1044856.0','3',    '3','2','15259.17',    '3','2','14793.41',    '2','1','465.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022617.0','1019289.0','5',    '5','2','2645.08',    '4','1','2415.1',    '3','1','229.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110881.0','1044856.0','4',    '3','2','3683.35',    '3','2','3683.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004095.0','1019289.0','4',    '4','1','12170.34',    '4','1','11359.88',    '2','1','810.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092359.0','1044856.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004081.0','1019289.0','4',    '4','1','29900.0',    '4','1','23999.47',    '3','1','5900.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092345.0','1044856.0','1',    '1','1','18992.68',    '1','1','18784.42',    '1','1','208.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003950.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092214.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022618.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110882.0','1044856.0','13',    '11','8','12179.06',    '11','8','12179.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004029.0','1019289.0','1',    '1','1','6733.32',    '1','1','6588.44',    '1','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092293.0','1044856.0','2',    '1','1','1269.64',    '1','1','1269.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022619.0','1019289.0','1',    '1','1','4547.28',    '1','1','4547.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110883.0','1044856.0','24',    '18','14','335598.82',    '17','14','286021.44',    '16','11','49577.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022620.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110884.0','1044856.0','1',    '1','1','14841.86',    '1','1','11499.74',    '1','1','3342.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022621.0','1019289.0','7',    '7','5','9592.54',    '7','5','9592.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110885.0','1044856.0','4',    '4','2','18621.02',    '4','1','17825.14',    '2','1','795.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022622.0','1019289.0','10',    '9','5','6328.91',    '8','5','6328.91',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110886.0','1044856.0','121',    '112','81','447347.35',    '112','79','358008.33',    '72','25','89339.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022623.0','1019289.0','38',    '33','14','18950.95',    '32','12','16778.17',    '15','3','2172.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110887.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022624.0','1019289.0','1',    '1','1','10289.75',    '1','1','10289.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110888.0','1044856.0','24',    '21','14','87775.16',    '19','14','87375.18',    '12','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022625.0','1019289.0','9',    '7','3','13720.33',    '7','3','13720.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110889.0','1044856.0','19',    '15','15','94440.76',    '15','12','72440.46',    '12','8','22000.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022626.0','1019289.0','165',    '145','57','374584.38',    '138','42','350358.63',    '102','23','24225.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110890.0','1044856.0','23',    '22','17','140387.57',    '21','15','110583.37',    '19','8','29804.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004125.0','1019289.0','6',    '6','3','11482.96',    '6','3','11482.96',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092389.0','1044856.0','4',    '4','1','26774.62',    '3','1','23437.9',    '4','1','3336.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022627.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110891.0','1044856.0','67',    '65','44','85361.3',    '64','40','71522.29',    '48','18','13839.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022628.0','1019289.0','47',    '39','0','0.0',    '32','0','0.0',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110892.0','1044856.0','10',    '8','4','7789.24',    '8','4','7124.75',    '4','1','664.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022629.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110893.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003967.0','1019289.0','7',    '7','2','6014.75',    '7','2','6014.75',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092231.0','1044856.0','67',    '66','16','47670.95',    '65','11','27617.75',    '40','9','20053.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022630.0','1019289.0','39',    '39','25','153895.08',    '37','25','143925.51',    '17','4','9969.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110894.0','1044856.0','1',    '1','1','1022.4',    '1','1','1022.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022631.0','1019289.0','2',    '2','2','6093.4',    '2','2','6093.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110895.0','1044856.0','1',    '1','1','929.62',    '1','1','929.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022632.0','1019289.0','19',    '17','10','26671.73',    '17','9','26524.73',    '6','1','147.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110896.0','1044856.0','7',    '7','5','29060.48',    '7','5','28286.99',    '5','1','773.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022633.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110897.0','1044856.0','12',    '11','10','112838.77',    '11','10','106193.71',    '5','3','6645.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003953.0','1019289.0','21',    '21','9','71751.7',    '21','9','67741.17',    '12','3','4010.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092217.0','1044856.0','19',    '8','6','20026.53',    '7','5','17392.23',    '6','3','2634.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022634.0','1019289.0','1',    '1','1','4503.39',    '1','1','4503.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110898.0','1044856.0','60',    '53','46','183048.43',    '53','45','171004.8',    '30','10','12043.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022635.0','1019289.0','72',    '61','38','148764.24',    '58','33','139656.36',    '34','7','9107.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110899.0','1044856.0','30',    '23','15','197835.87',    '20','14','151135.84',    '19','10','46700.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022636.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110900.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022637.0','1019289.0','68',    '61','25','290134.02',    '61','17','255558.33',    '46','15','34575.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110901.0','1044856.0','45',    '39','34','211952.32',    '37','32','182067.45',    '28','13','29884.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004189.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092453.0','1044856.0','1',    '1','1','11095.77',    '1','1','3160.12',    '1','1','7935.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022638.0','1019289.0','13',    '11','7','16665.38',    '11','7','16665.38',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110902.0','1044856.0','8',    '5','4','38141.15',    '5','4','36719.39',    '4','2','1421.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022639.0','1019289.0','2',    '1','1','1574.4',    '1','1','1574.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110903.0','1044856.0','31',    '29','5','42623.85',    '27','3','33622.76',    '15','3','9001.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022640.0','1019289.0','1',    '1','1','699.99',    '1','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110904.0','1044856.0','125',    '115','42','198953.82',    '114','36','178495.83',    '74','14','20457.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022641.0','1019289.0','1',    '1','1','13277.56',    '1','1','13026.73',    '1','1','250.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110905.0','1044856.0','4',    '4','2','6184.36',    '4','2','6184.36',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004185.0','1019289.0','2',    '2','2','1635.87',    '2','2','1635.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092449.0','1044856.0','6',    '5','3','9593.86',    '5','3','9527.26',    '2','1','66.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003948.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092212.0','1044856.0','5',    '5','2','21609.07',    '5','2','20609.07',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022642.0','1019289.0','1',    '1','1','1221.97',    '1','1','1221.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110906.0','1044856.0','3',    '1','1','29900.0',    '1','1','29900.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022643.0','1019289.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110907.0','1044856.0','9',    '8','6','51479.12',    '8','5','40659.98',    '8','4','10819.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004208.0','1019289.0','63',    '53','32','161775.25',    '51','31','138102.67',    '32','8','23672.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092472.0','1044856.0','1',    '1','1','1926.84',    '1','1','1926.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022644.0','1019289.0','2',    '2','1','2306.24',    '2','1','2306.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110908.0','1044856.0','35',    '31','26','109201.86',    '31','25','102051.3',    '20','6','7150.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022645.0','1019289.0','66',    '54','41','273385.85',    '50','37','184314.25',    '36','26','89071.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110909.0','1044856.0','1',    '1','1','4905.0',    '0','0','0.0',    '1','1','4905.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004102.0','1019289.0','4',    '3','1','199.99',    '3','0','0.0',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092366.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022646.0','1019289.0','2',    '2','1','544.78',    '2','1','544.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110910.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022647.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110911.0','1044856.0','1',    '1','1','1680.52',    '1','1','1680.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003992.0','1019289.0','4',    '4','3','21746.28',    '4','3','21053.54',    '2','1','692.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092256.0','1044856.0','11',    '10','8','35579.08',    '9','6','30694.51',    '6','3','4884.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022648.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110912.0','1044856.0','3',    '2','2','3158.9',    '2','2','3158.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022649.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110913.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022650.0','1019289.0','1',    '1','1','1430.48',    '1','1','1430.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110914.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022651.0','1019289.0','42',    '40','29','124191.83',    '40','28','116661.76',    '20','8','7530.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110915.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022652.0','1019289.0','51',    '45','29','416036.57',    '45','28','383900.1',    '30','10','32136.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110916.0','1044856.0','1',    '1','1','5653.32',    '1','1','5453.33',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022653.0','1019289.0','2',    '2','1','2047.42',    '2','1','2047.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110917.0','1044856.0','6',    '6','4','45945.96',    '6','4','44172.49',    '4','2','1773.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022654.0','1019289.0','4',    '4','3','7454.95',    '4','3','7454.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110918.0','1044856.0','117',    '95','76','369005.95',    '91','73','351276.01',    '59','16','17729.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022655.0','1019289.0','2',    '2','2','7353.2',    '2','2','7353.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110919.0','1044856.0','5',    '5','4','22854.84',    '4','4','22681.27',    '2','1','173.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022656.0','1019289.0','2',    '1','1','1177.16',    '1','1','1177.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110920.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003934.0','1019289.0','54',    '37','11','33951.04',    '34','8','31152.64',    '19','5','2798.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092198.0','1044856.0','14',    '12','8','59784.61',    '11','8','57959.62',    '9','3','1824.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022657.0','1019289.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110921.0','1044856.0','59',    '49','35','237408.45',    '46','30','207804.04',    '38','13','29604.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022658.0','1019289.0','1',    '1','1','739.53',    '1','1','739.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110922.0','1044856.0','4',    '3','1','2378.82',    '3','1','2378.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003996.0','1019289.0','23',    '21','19','218163.86',    '21','19','196202.93',    '16','5','21960.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092260.0','1044856.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022659.0','1019289.0','4',    '4','2','2227.81',    '3','2','2227.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110923.0','1044856.0','15',    '14','11','15134.45',    '14','11','13370.32',    '7','1','1764.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022660.0','1019289.0','111',    '93','69','211874.58',    '89','67','207162.24',    '45','13','4712.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110924.0','1044856.0','90',    '81','55','156037.75',    '80','51','142381.26',    '44','16','13656.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004169.0','1019289.0','104',    '96','68','176876.83',    '93','68','166518.59',    '59','17','10358.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092433.0','1044856.0','5',    '4','3','2654.97',    '4','3','2654.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022661.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110925.0','1044856.0','85',    '73','51','210495.62',    '72','47','162031.99',    '43','20','48463.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004166.0','1019289.0','4',    '4','4','36966.0',    '4','4','34414.09',    '3','3','2551.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092430.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003959.0','1019289.0','8',    '7','2','3449.23',    '7','2','3021.48',    '3','1','427.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092223.0','1044856.0','16',    '15','3','7356.22',    '15','1','1856.22',    '8','2','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022662.0','1019289.0','10',    '10','4','7627.51',    '10','4','7313.02',    '7','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110926.0','1044856.0','1',    '1','1','2371.74',    '1','1','2371.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022663.0','1019289.0','35',    '29','21','109163.7',    '28','21','105781.21',    '18','7','3382.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110927.0','1044856.0','1',    '1','1','3623.4',    '1','1','3623.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022664.0','1019289.0','8',    '8','5','18780.3',    '8','5','17458.41',    '6','2','1321.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110928.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022665.0','1019289.0','8',    '7','5','10203.57',    '6','4','2744.48',    '4','2','7459.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110929.0','1044856.0','303',    '232','141','755232.67',    '213','133','352015.05',    '156','94','403217.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022666.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110930.0','1044856.0','34',    '29','23','148993.55',    '28','21','125041.87',    '22','10','23951.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004083.0','1019289.0','94',    '83','54','302039.02',    '81','53','269333.22',    '39','11','32705.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092347.0','1044856.0','119',    '108','69','371540.12',    '103','59','345864.44',    '73','31','25675.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022667.0','1019289.0','88',    '78','64','269594.99',    '74','58','243312.42',    '49','15','26282.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110931.0','1044856.0','1',    '1','1','568.07',    '1','1','568.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004061.0','1019289.0','20',    '16','7','55376.81',    '16','7','46554.16',    '7','3','8822.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092325.0','1044856.0','133',    '118','90','410368.43',    '115','86','396586.04',    '70','22','13782.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022668.0','1019289.0','6',    '5','3','8074.19',    '5','3','8074.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110932.0','1044856.0','32',    '27','11','58123.02',    '27','10','57623.02',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022669.0','1019289.0','1',    '1','1','719.49',    '1','0','0.0',    '1','1','719.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110933.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004060.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092324.0','1044856.0','1',    '1','1','525.88',    '1','1','525.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004179.0','1019289.0','5',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092443.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004104.0','1019289.0','7',    '6','4','46944.67',    '5','4','32612.49',    '3','1','14332.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092368.0','1044856.0','125',    '112','10','17330.77',    '99','5','10330.77',    '77','5','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022670.0','1019289.0','3',    '3','1','4237.3',    '3','1','4237.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110934.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022671.0','1019289.0','5',    '5','2','1720.96',    '4','2','1720.96',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110935.0','1044856.0','19',    '18','12','43137.5',    '17','12','43137.5',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022672.0','1019289.0','94',    '90','64','265293.44',    '89','60','252429.79',    '48','13','12863.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110936.0','1044856.0','1',    '1','1','3130.98',    '1','1','1086.0',    '1','1','2044.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022673.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110937.0','1044856.0','1',    '1','1','300.29',    '1','1','300.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022674.0','1019289.0','24',    '24','21','44662.92',    '24','19','44182.4',    '12','2','480.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110938.0','1044856.0','16',    '16','10','43231.83',    '16','10','43231.83',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022675.0','1019289.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110939.0','1044856.0','2',    '2','2','5885.83',    '2','2','5885.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003939.0','1019289.0','10',    '10','5','14906.45',    '10','5','14906.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092203.0','1044856.0','5',    '5','3','6374.26',    '5','3','6374.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004215.0','1019289.0','1',    '1','1','708.3',    '1','1','708.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092479.0','1044856.0','1',    '1','1','1799.1',    '1','1','1799.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022676.0','1019289.0','17',    '17','10','38244.03',    '17','10','38044.04',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110940.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022677.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110941.0','1044856.0','41',    '32','17','52349.59',    '27','14','46629.67',    '21','5','5719.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022678.0','1019289.0','57',    '49','18','48021.44',    '49','18','47817.03',    '18','1','204.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110942.0','1044856.0','32',    '31','23','80770.51',    '30','23','77101.27',    '24','4','3669.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004087.0','1019289.0','1',    '1','1','303.06',    '1','1','303.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092351.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022679.0','1019289.0','5',    '5','3','58318.5',    '5','3','47956.16',    '4','1','10362.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110943.0','1044856.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022680.0','1019289.0','16',    '16','14','37999.57',    '16','14','37999.57',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110944.0','1044856.0','9',    '9','0','0.0',    '9','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003937.0','1019289.0','50',    '49','31','60142.36',    '49','30','58012.37',    '18','3','2129.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092201.0','1044856.0','5',    '5','2','8143.46',    '5','2','8143.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022681.0','1019289.0','2',    '2','1','1813.8',    '2','1','1813.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110945.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022682.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110946.0','1044856.0','3',    '3','1','1052.74',    '3','1','1052.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022683.0','1019289.0','1',    '1','1','1290.97',    '1','1','1290.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110947.0','1044856.0','10',    '8','6','25461.39',    '8','6','25189.17',    '5','1','272.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004140.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092404.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004148.0','1019289.0','34',    '32','7','60309.14',    '30','5','51498.42',    '11','3','8810.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092412.0','1044856.0','1',    '1','1','1793.3',    '1','1','1542.47',    '1','1','250.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004033.0','1019289.0','2',    '2','1','879.97',    '2','1','879.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092297.0','1044856.0','76',    '73','47','171587.06',    '73','45','158242.73',    '27','8','13344.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022684.0','1019289.0','15',    '15','11','17571.82',    '15','11','17571.82',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110948.0','1044856.0','56',    '52','39','209577.79',    '51','39','209377.8',    '22','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004052.0','1019289.0','1',    '1','1','732.7',    '1','1','732.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092316.0','1044856.0','11',    '10','6','25170.27',    '10','6','25170.27',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004089.0','1019289.0','9',    '9','6','34405.15',    '9','6','34332.71',    '4','1','72.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092353.0','1044856.0','70',    '65','58','186350.99',    '64','58','186125.74',    '17','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022685.0','1019289.0','130',    '128','71','118766.38',    '120','56','100227.82',    '104','31','18538.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110949.0','1044856.0','2',    '2','2','1090.27',    '2','2','1090.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004067.0','1019289.0','285',    '249','163','384134.25',    '239','147','354430.1',    '157','52','29704.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092331.0','1044856.0','5',    '5','2','6829.79',    '5','2','6829.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004168.0','1019289.0','7',    '7','7','19509.72',    '7','6','18572.16',    '3','1','937.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092432.0','1044856.0','1',    '1','1','480.42',    '1','1','480.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022686.0','1019289.0','22',    '21','16','45500.41',    '21','16','44062.45',    '10','3','1437.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110950.0','1044856.0','2',    '1','1','1117.46',    '1','1','1117.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022687.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110951.0','1044856.0','2',    '2','2','5961.94',    '2','2','5621.94',    '2','1','340.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022688.0','1019289.0','6',    '4','3','9113.96',    '4','2','8913.97',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110952.0','1044856.0','3',    '3','2','1680.13',    '3','2','1680.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022689.0','1019289.0','1',    '1','1','3053.12',    '1','1','3053.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110953.0','1044856.0','291',    '258','177','1036928.96',    '251','170','916427.8',    '145','45','120501.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022690.0','1019289.0','3',    '3','2','4377.73',    '3','2','4305.29',    '1','1','72.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110954.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003960.0','1019289.0','1',    '1','1','529.84',    '1','1','529.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092224.0','1044856.0','2',    '2','2','1718.4',    '2','2','1718.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004132.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092396.0','1044856.0','154',    '90','79','1302109.61',    '88','78','1272166.07',    '57','17','29943.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022691.0','1019289.0','46',    '45','30','51219.07',    '45','29','48884.21',    '22','2','2334.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110955.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022692.0','1019289.0','4',    '4','4','5718.78',    '4','4','4286.32',    '1','1','1432.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110956.0','1044856.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002383.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090647.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022693.0','1019289.0','3',    '3','3','6074.52',    '3','3','6074.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110957.0','1044856.0','14',    '12','4','13772.7',    '11','4','13568.29',    '8','1','204.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022694.0','1019289.0','2',    '2','2','2733.58',    '2','2','2508.33',    '1','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110958.0','1044856.0','11',    '9','6','16254.68',    '9','6','12441.59',    '7','3','3813.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004207.0','1019289.0','2',    '2','2','4046.97',    '2','2','3951.99',    '2','1','94.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092471.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022695.0','1019289.0','8',    '8','7','18450.14',    '8','7','18450.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110959.0','1044856.0','3',    '3','2','5407.05',    '3','2','5407.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004058.0','1019289.0','2',    '2','1','862.0',    '1','1','862.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092322.0','1044856.0','15',    '15','9','24987.91',    '15','9','24987.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004058.0','1019289.0','5',    '4','3','2680.11',    '4','3','2365.62',    '3','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092322.0','1044856.0','1',    '1','1','6245.9',    '1','1','6245.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004232.0','1019289.0','13',    '12','7','5024.83',    '12','6','4402.17',    '7','2','622.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092496.0','1044856.0','1',    '1','1','2269.02',    '1','1','2269.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022696.0','1019289.0','21',    '18','13','25260.91',    '17','13','17152.38',    '12','3','8108.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110960.0','1044856.0','18',    '17','13','34114.76',    '15','11','27547.19',    '15','5','6567.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003938.0','1019289.0','14',    '13','7','4287.18',    '12','5','3987.2',    '7','2','299.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092202.0','1044856.0','1',    '1','1','1663.84',    '1','1','745.86',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004152.0','1019289.0','8',    '7','5','24660.85',    '7','5','24433.36',    '3','1','227.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092416.0','1044856.0','6',    '5','5','4625.89',    '5','5','4625.89',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002308.0','1019289.0','1',    '1','1','1028.85',    '1','1','1028.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090572.0','1044856.0','1',    '1','1','1560.0',    '1','1','1560.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004062.0','1019289.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092326.0','1044856.0','9',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002441.0','1019289.0','2',    '2','1','3569.62',    '2','1','3569.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090705.0','1044856.0','6',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004032.0','1019289.0','6',    '4','1','3133.53',    '3','1','3133.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092296.0','1044856.0','25',    '22','13','35766.12',    '20','12','34304.14',    '9','2','1461.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022697.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110961.0','1044856.0','78',    '74','51','245131.43',    '72','50','232339.5',    '35','6','12791.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022698.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110962.0','1044856.0','4',    '2','2','3334.17',    '2','2','3334.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022699.0','1019289.0','7',    '7','3','15606.08',    '7','3','6225.14',    '3','1','9380.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110963.0','1044856.0','172',    '162','113','255049.77',    '157','103','240367.09',    '111','27','14682.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004180.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092444.0','1044856.0','12',    '9','0','0.0',    '9','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022700.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110964.0','1044856.0','1',    '1','1','9035.93',    '1','1','9035.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022701.0','1019289.0','1',    '1','1','2351.18',    '1','1','2351.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110965.0','1044856.0','2',    '2','2','1496.41',    '2','2','1496.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022702.0','1019289.0','5',    '5','3','4727.24',    '5','3','4727.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110966.0','1044856.0','8',    '8','7','23304.52',    '7','7','23232.08',    '3','1','72.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004182.0','1019289.0','3',    '3','3','7572.92',    '3','3','7572.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092446.0','1044856.0','3',    '3','3','3787.54',    '3','3','3787.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022703.0','1019289.0','31',    '30','25','136308.0',    '30','25','136308.0',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110967.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022704.0','1019289.0','2',    '2','1','785.12',    '2','1','785.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110968.0','1044856.0','1',    '1','1','482.68',    '1','1','482.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022705.0','1019289.0','14',    '14','14','10739.69',    '14','14','9990.68',    '8','4','749.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110969.0','1044856.0','10',    '9','7','17588.76',    '9','7','17588.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022706.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110970.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022707.0','1019289.0','13',    '13','8','33197.38',    '13','8','32919.88',    '6','1','277.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110971.0','1044856.0','1',    '1','1','3994.37',    '1','1','3994.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003956.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092220.0','1044856.0','9',    '9','5','17027.54',    '9','5','17027.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022708.0','1019289.0','3',    '3','2','1359.32',    '3','2','1359.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110972.0','1044856.0','1',    '1','1','984.12',    '1','1','984.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004066.0','1019289.0','31',    '30','22','29040.96',    '29','21','28615.72',    '23','2','425.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092330.0','1044856.0','151',    '138','97','660630.57',    '130','95','603455.32',    '63','20','57175.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022709.0','1019289.0','4',    '4','4','5977.38',    '4','4','5977.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110973.0','1044856.0','20',    '18','13','28688.41',    '18','13','27889.44',    '6','2','798.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004194.0','1019289.0','10',    '9','3','1917.69',    '8','3','1917.69',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092458.0','1044856.0','6',    '6','2','4623.36',    '6','2','4623.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002487.0','1019289.0','11',    '11','7','22098.61',    '11','7','21871.12',    '4','1','227.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090751.0','1044856.0','1',    '1','1','1571.34',    '1','1','1571.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022710.0','1019289.0','2',    '1','1','1772.36',    '1','1','1772.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110974.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003970.0','1019289.0','171',    '166','121','775426.56',    '165','119','722607.45',    '72','14','52819.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092234.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022711.0','1019289.0','2',    '2','1','131.7',    '2','1','131.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110975.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004026.0','1019289.0','3',    '3','1','1038.0',    '3','1','1038.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092290.0','1044856.0','8',    '7','1','1106.15',    '7','1','1106.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022712.0','1019289.0','1',    '1','1','25907.51',    '1','1','25207.52',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110976.0','1044856.0','43',    '43','38','112347.53',    '43','38','100155.23',    '30','11','12192.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022713.0','1019289.0','1',    '1','1','3334.38',    '1','1','3334.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110977.0','1044856.0','13',    '13','8','20739.05',    '13','8','20469.07',    '8','1','269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022714.0','1019289.0','5',    '5','3','4733.72',    '5','3','4733.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110978.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022715.0','1019289.0','7',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110979.0','1044856.0','19',    '18','14','56350.76',    '18','13','55425.52',    '8','2','925.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022716.0','1019289.0','1',    '1','1','1916.44',    '1','0','0.0',    '1','1','1916.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110980.0','1044856.0','38',    '32','26','185562.51',    '31','24','150687.76',    '18','10','34874.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022717.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110981.0','1044856.0','412',    '370','285','2169358.98',    '355','277','1970199.46',    '193','65','199159.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004030.0','1019289.0','1',    '1','1','3058.54',    '1','1','3058.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092294.0','1044856.0','11',    '10','5','8425.15',    '10','5','7257.2',    '3','1','1167.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022718.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110982.0','1044856.0','1',    '1','1','260.42',    '1','1','260.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022719.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110983.0','1044856.0','30',    '30','24','44336.79',    '30','23','44030.6',    '15','2','306.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022720.0','1019289.0','1',    '1','1','744.28',    '1','1','744.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110984.0','1044856.0','5',    '5','4','7758.61',    '5','4','7758.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022721.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110985.0','1044856.0','2',    '2','1','1029.35',    '2','1','795.6',    '2','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022722.0','1019289.0','30',    '29','23','40521.02',    '29','23','40321.03',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110986.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022723.0','1019289.0','1',    '1','1','767.93',    '1','1','567.94',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110987.0','1044856.0','1',    '1','1','952.0',    '1','1','952.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004230.0','1019289.0','2',    '2','1','2193.86',    '2','1','2193.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092494.0','1044856.0','1',    '1','1','29130.71',    '1','1','29130.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022724.0','1019289.0','17',    '12','10','67403.31',    '10','9','57702.29',    '8','5','9701.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110988.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004048.0','1019289.0','29',    '25','1','67.65',    '22','1','67.65',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092312.0','1044856.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022725.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110989.0','1044856.0','162',    '146','111','360629.61',    '145','109','349655.06',    '53','8','10974.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022726.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110990.0','1044856.0','1',    '1','1','968.28',    '1','1','768.29',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002486.0','1019289.0','8',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090750.0','1044856.0','5',    '4','2','12204.97',    '4','2','12204.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022727.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110991.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022728.0','1019289.0','144',    '134','92','390557.77',    '128','88','344993.58',    '72','17','45564.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110992.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022729.0','1019289.0','1',    '1','1','1971.49',    '1','1','1971.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110993.0','1044856.0','4',    '4','1','4537.5',    '4','0','0.0',    '3','1','4537.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022730.0','1019289.0','1',    '1','1','905.75',    '1','1','777.75',    '1','1','128.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110994.0','1044856.0','63',    '56','14','200160.33',    '53','12','167599.95',    '30','8','32560.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022731.0','1019289.0','37',    '34','17','29671.77',    '34','15','26265.13',    '14','7','3406.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110995.0','1044856.0','29',    '26','2','1824.0',    '22','1','1324.0',    '18','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004101.0','1019289.0','149',    '142','116','324506.17',    '142','111','306490.27',    '67','16','18015.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092365.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022732.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110996.0','1044856.0','22',    '21','14','48417.95',    '20','14','45353.53',    '12','2','3064.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022733.0','1019289.0','8',    '8','7','18340.05',    '8','7','18340.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110997.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022734.0','1019289.0','1',    '1','1','609.36',    '1','0','0.0',    '1','1','609.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110998.0','1044856.0','700',    '614','460','3084488.16',    '589','440','2768981.24',    '319','103','315506.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022735.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2110999.0','1044856.0','2',    '2','2','4862.47',    '2','2','4862.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022736.0','1019289.0','7',    '6','5','21832.17',    '6','4','21474.67',    '4','2','357.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111000.0','1044856.0','11',    '11','10','13871.53',    '10','9','12785.8',    '10','4','1085.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022737.0','1019289.0','229',    '206','126','413374.15',    '202','118','367711.54',    '116','32','45662.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111001.0','1044856.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022738.0','1019289.0','4',    '4','4','25117.8',    '4','4','25117.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111002.0','1044856.0','3',    '3','3','6061.09',    '3','3','6061.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022739.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111003.0','1044856.0','3',    '2','2','2687.18',    '2','2','2483.28',    '1','1','203.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022740.0','1019289.0','3',    '3','1','574.68',    '3','1','574.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111004.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022741.0','1019289.0','7',    '7','5','11993.3',    '7','5','11993.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111005.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022742.0','1019289.0','9',    '9','7','17989.1',    '9','7','17989.1',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111006.0','1044856.0','1',    '1','1','9419.72',    '1','1','9419.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022743.0','1019289.0','2',    '2','2','9843.16',    '2','2','9843.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111007.0','1044856.0','104',    '86','51','221544.09',    '82','48','201467.99',    '30','8','20076.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004220.0','1019289.0','2',    '2','1','6042.0',    '2','1','6042.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092484.0','1044856.0','4',    '4','4','16294.73',    '4','3','14976.77',    '2','2','1317.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022744.0','1019289.0','4',    '4','3','4956.56',    '4','3','4321.58',    '2','2','634.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111008.0','1044856.0','1',    '1','1','550.03',    '1','1','350.04',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022745.0','1019289.0','6',    '4','3','31134.88',    '4','2','25132.06',    '2','2','6002.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111009.0','1044856.0','17',    '17','6','64610.07',    '17','6','62679.72',    '8','1','1930.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022746.0','1019289.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111010.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022747.0','1019289.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111011.0','1044856.0','30',    '27','19','44807.91',    '27','19','44807.91',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022748.0','1019289.0','2',    '2','1','3198.1',    '2','1','3198.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111012.0','1044856.0','138',    '128','94','214878.93',    '124','86','171883.39',    '107','38','42995.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022749.0','1019289.0','7',    '5','2','2524.3',    '4','1','1398.38',    '3','1','1125.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111013.0','1044856.0','6',    '6','4','10560.23',    '6','4','9242.27',    '6','2','1317.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022750.0','1019289.0','1',    '1','1','1690.28',    '1','1','1690.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111014.0','1044856.0','2',    '2','1','1709.49',    '2','1','1482.0',    '1','1','227.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022751.0','1019289.0','4',    '4','3','23199.52',    '4','3','21775.68',    '3','1','1423.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111015.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022752.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111016.0','1044856.0','3',    '3','3','9347.82',    '3','3','9347.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022753.0','1019289.0','81',    '71','5','4400.68',    '69','3','3400.68',    '39','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111017.0','1044856.0','1',    '1','1','2930.87',    '1','1','2930.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022754.0','1019289.0','7',    '7','2','1731.05',    '7','2','1586.17',    '6','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111018.0','1044856.0','41',    '40','26','36883.41',    '38','25','35186.56',    '27','6','1696.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022755.0','1019289.0','7',    '7','4','12808.83',    '6','4','12808.83',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111019.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022756.0','1019289.0','56',    '50','29','116886.22',    '47','28','87098.26',    '29','11','29787.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111020.0','1044856.0','104',    '97','23','157704.6',    '96','14','151931.85',    '56','15','5772.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022757.0','1019289.0','7',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111021.0','1044856.0','2',    '2','1','4326.65',    '2','1','4326.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004099.0','1019289.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092363.0','1044856.0','55',    '44','16','79158.11',    '43','9','68898.57',    '27','10','10259.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022758.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111022.0','1044856.0','50',    '45','28','172435.42',    '44','28','155786.19',    '28','9','16649.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003958.0','1019289.0','13',    '11','5','26452.35',    '11','5','18717.13',    '8','2','7735.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092222.0','1044856.0','3',    '3','3','10194.53',    '3','3','10194.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022759.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111023.0','1044856.0','16',    '13','9','32129.36',    '13','9','28917.13',    '6','2','3212.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004209.0','1019289.0','1',    '1','1','1559.31',    '1','1','1559.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092473.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022760.0','1019289.0','20',    '19','17','43226.51',    '17','17','43226.51',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111024.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004170.0','1019289.0','66',    '62','38','313500.91',    '60','38','298749.28',    '26','4','14751.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092434.0','1044856.0','4',    '4','3','2100.07',    '4','3','2100.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022761.0','1019289.0','75',    '68','47','234405.0',    '65','45','216947.68',    '33','10','17457.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111025.0','1044856.0','2',    '2','2','3205.77',    '2','2','3205.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022762.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111026.0','1044856.0','1',    '1','1','2644.95',    '1','1','1205.46',    '1','1','1439.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022763.0','1019289.0','7',    '7','7','3195.39',    '7','6','2432.93',    '4','2','762.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111027.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002447.0','1019289.0','17',    '14','8','5355.47',    '13','8','5355.47',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090711.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022764.0','1019289.0','1',    '1','1','2984.21',    '1','1','2984.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111028.0','1044856.0','182',    '169','110','294738.15',    '168','109','285650.87',    '75','14','9087.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022765.0','1019289.0','7',    '5','3','6285.28',    '5','3','5176.32',    '4','2','1108.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111029.0','1044856.0','140',    '130','103','195177.54',    '124','92','173587.59',    '102','34','21589.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022766.0','1019289.0','7',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111030.0','1044856.0','3',    '3','2','5260.56',    '3','2','5260.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022767.0','1019289.0','4',    '4','1','3084.47',    '4','1','3084.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111031.0','1044856.0','2',    '2','1','4124.64',    '2','1','4124.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004107.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092371.0','1044856.0','3',    '2','1','444.48',    '2','1','444.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022768.0','1019289.0','4',    '4','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111032.0','1044856.0','90',    '75','13','93812.06',    '72','11','91369.14',    '41','4','2442.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022769.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111033.0','1044856.0','3',    '3','2','10887.41',    '3','2','10887.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022770.0','1019289.0','10',    '10','7','13195.1',    '10','7','13195.1',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111034.0','1044856.0','25',    '22','1','452.4',    '21','1','452.4',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004031.0','1019289.0','12',    '12','11','53960.1',    '12','11','52755.54',    '5','2','1204.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092295.0','1044856.0','36',    '33','7','102777.6',    '32','6','78905.71',    '20','4','23871.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003936.0','1019289.0','57',    '50','41','225761.15',    '49','40','224762.24',    '21','5','998.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092200.0','1044856.0','1',    '1','1','1086.0',    '1','1','1086.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022771.0','1019289.0','127',    '116','96','1122116.32',    '114','94','1048850.41',    '69','29','73265.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111035.0','1044856.0','67',    '59','43','162117.79',    '59','43','155713.94',    '20','4','6403.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022772.0','1019289.0','7',    '7','6','13327.33',    '6','6','13127.34',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111036.0','1044856.0','10',    '10','5','6242.3',    '10','5','6242.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022773.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111037.0','1044856.0','1',    '1','1','5509.76',    '1','1','5509.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022774.0','1019289.0','2',    '1','1','22072.62',    '1','1','22072.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111038.0','1044856.0','21',    '21','16','36695.33',    '21','16','36695.33',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022775.0','1019289.0','7',    '7','5','22239.6',    '7','5','22239.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111039.0','1044856.0','1',    '1','1','18790.4',    '1','1','17721.12',    '1','1','1069.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022776.0','1019289.0','58',    '56','15','95249.37',    '55','14','90849.75',    '27','2','4399.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111040.0','1044856.0','1',    '1','1','647.85',    '1','1','647.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022777.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111041.0','1044856.0','9',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022778.0','1019289.0','3',    '3','1','1985.9',    '3','1','1985.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111042.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022779.0','1019289.0','1',    '1','1','278.73',    '1','1','278.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111043.0','1044856.0','2',    '2','1','5156.35',    '2','1','5156.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022780.0','1019289.0','3',    '3','3','2476.05',    '3','3','2476.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111044.0','1044856.0','1',    '1','1','1378.31',    '1','1','1378.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022781.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111045.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022782.0','1019289.0','60',    '55','37','95017.69',    '55','35','89935.78',    '35','10','5081.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111046.0','1044856.0','1',    '1','1','4764.0',    '1','1','4764.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004005.0','1019289.0','15',    '14','11','32609.12',    '14','11','32609.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092269.0','1044856.0','3',    '3','2','6482.98',    '3','2','6032.49',    '2','1','450.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004002.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092266.0','1044856.0','25',    '24','19','24814.44',    '24','18','24014.48',    '14','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022783.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111047.0','1044856.0','3',    '3','1','3979.88',    '3','1','3979.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022784.0','1019289.0','1',    '1','1','1717.98',    '1','1','1038.0',    '1','1','679.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111048.0','1044856.0','20',    '18','13','53577.29',    '18','13','53062.81',    '6','2','514.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022785.0','1019289.0','5',    '4','3','2849.39',    '4','3','2824.4',    '4','1','24.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111049.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022786.0','1019289.0','5',    '3','3','1929.63',    '3','3','1929.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111050.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022787.0','1019289.0','138',    '95','81','1077264.76',    '93','78','1037329.64',    '69','22','39935.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111051.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022788.0','1019289.0','1',    '1','1','3068.96',    '1','1','3068.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111052.0','1044856.0','2',    '2','1','9792.45',    '2','1','9569.41',    '2','1','223.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022789.0','1019289.0','1',    '1','1','1482.0',    '1','1','1482.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111053.0','1044856.0','1',    '1','1','1077.48',    '1','1','1077.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022790.0','1019289.0','1',    '1','1','2788.75',    '1','1','2788.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111054.0','1044856.0','6',    '6','4','23060.71',    '6','4','22142.73',    '4','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002463.0','1019289.0','2',    '2','2','3510.91',    '2','1','952.0',    '2','2','2558.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090727.0','1044856.0','42',    '42','31','128499.77',    '42','31','116848.78',    '17','4','11650.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022791.0','1019289.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111055.0','1044856.0','47',    '38','31','129425.95',    '38','30','125662.01',    '25','4','3763.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022792.0','1019289.0','4',    '4','3','14275.1',    '4','3','14275.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111056.0','1044856.0','4',    '4','2','2345.15',    '4','2','2345.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003932.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092196.0','1044856.0','5',    '5','4','11264.96',    '5','4','11264.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022793.0','1019289.0','51',    '42','32','151082.69',    '41','30','141498.76',    '20','6','9583.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111057.0','1044856.0','6',    '5','4','7285.79',    '5','3','7085.8',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022794.0','1019289.0','51',    '51','40','46451.36',    '50','35','39955.25',    '33','12','6496.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111058.0','1044856.0','1',    '1','1','2381.03',    '1','1','2381.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022795.0','1019289.0','26',    '25','12','11170.97',    '25','12','8223.26',    '14','5','2947.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111059.0','1044856.0','1',    '1','1','1896.5',    '1','1','1896.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022796.0','1019289.0','5',    '5','4','6966.86',    '5','3','6766.87',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111060.0','1044856.0','3',    '3','3','5039.15',    '3','3','5039.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003994.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092258.0','1044856.0','33',    '32','7','34131.11',    '31','4','32873.82',    '13','3','1257.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022797.0','1019289.0','20',    '14','2','1000.0',    '12','0','0.0',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111061.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022798.0','1019289.0','49',    '47','37','190546.41',    '43','33','164990.81',    '31','9','25555.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111062.0','1044856.0','1',    '1','1','4342.73',    '1','1','4342.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003973.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092237.0','1044856.0','3',    '3','2','3782.97',    '3','1','1993.25',    '1','1','1789.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022799.0','1019289.0','1',    '1','1','1360.15',    '1','1','1360.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111063.0','1044856.0','28',    '26','18','70320.13',    '26','18','70320.13',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022800.0','1019289.0','5',    '5','5','26255.83',    '5','4','21941.97',    '4','2','4313.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111064.0','1044856.0','13',    '12','10','69689.8',    '11','10','69617.36',    '2','1','72.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022801.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111065.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003978.0','1019289.0','81',    '71','41','95537.81',    '69','41','93883.33',    '40','4','1654.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092242.0','1044856.0','2',    '2','1','2466.03',    '2','1','2466.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022802.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111066.0','1044856.0','14',    '13','4','22455.34',    '12','3','14130.69',    '5','3','8324.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022803.0','1019289.0','9',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111067.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022804.0','1019289.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111068.0','1044856.0','77',    '75','8','17616.91',    '72','4','10149.83',    '36','6','7467.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022805.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111069.0','1044856.0','13',    '13','7','46573.13',    '13','7','46573.13',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004097.0','1019289.0','1',    '1','1','10952.63',    '1','1','10952.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092361.0','1044856.0','1',    '1','1','4473.85',    '1','1','4473.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022806.0','1019289.0','5',    '4','4','4599.34',    '4','4','4599.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111070.0','1044856.0','1',    '1','1','384.0',    '1','1','384.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022807.0','1019289.0','3',    '3','3','3427.04',    '3','3','3427.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111071.0','1044856.0','16',    '16','13','206669.6',    '16','13','191159.85',    '11','4','15509.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022808.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111072.0','1044856.0','4',    '4','1','1593.6',    '3','1','862.0',    '3','1','731.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022809.0','1019289.0','78',    '75','57','147202.01',    '74','51','135387.78',    '57','24','11814.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111073.0','1044856.0','10',    '8','7','11938.86',    '7','6','11046.13',    '7','3','892.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004218.0','1019289.0','4',    '4','2','1808.03',    '4','2','1808.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092482.0','1044856.0','1',    '1','1','463.71',    '1','1','318.83',    '1','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022810.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111074.0','1044856.0','35',    '35','33','61615.64',    '35','33','57281.73',    '22','9','4333.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004088.0','1019289.0','239',    '220','184','395202.78',    '216','171','360345.36',    '157','58','34857.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092352.0','1044856.0','2',    '2','2','1294.4',    '2','2','1294.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022811.0','1019289.0','3',    '3','2','1314.91',    '3','2','1314.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111075.0','1044856.0','110',    '97','62','97313.89',    '94','56','90164.18',    '65','14','7149.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022812.0','1019289.0','1',    '1','1','647.29',    '1','1','647.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111076.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022813.0','1019289.0','2',    '2','2','1717.84',    '2','1','599.87',    '1','1','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111077.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004050.0','1019289.0','33',    '30','23','156544.71',    '30','23','134078.4',    '20','11','22466.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092314.0','1044856.0','3',    '2','1','3432.65',    '2','1','3432.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022814.0','1019289.0','21',    '20','15','40063.71',    '20','14','34581.92',    '12','3','5481.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111078.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022815.0','1019289.0','8',    '7','6','12921.62',    '7','5','12721.63',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111079.0','1044856.0','3',    '3','3','17925.19',    '3','3','16943.22',    '3','2','981.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022816.0','1019289.0','24',    '24','13','22286.21',    '24','13','22286.21',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111080.0','1044856.0','1',    '1','1','2140.95',    '1','1','1690.46',    '1','1','450.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022817.0','1019289.0','7',    '7','3','2244.13',    '7','3','2244.13',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111081.0','1044856.0','16',    '14','7','16383.65',    '14','7','15758.42',    '7','2','625.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003954.0','1019289.0','288',    '271','203','590533.21',    '267','192','543049.82',    '197','62','47483.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092218.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022818.0','1019289.0','1',    '1','1','2103.14',    '1','1','2103.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111082.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022819.0','1019289.0','5',    '4','3','7212.61',    '4','3','7212.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111083.0','1044856.0','4',    '4','4','14742.61',    '4','4','14542.62',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003979.0','1019289.0','35',    '31','15','18803.92',    '30','14','17885.92',    '21','2','918.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092243.0','1044856.0','7',    '6','5','4770.83',    '6','5','3852.85',    '3','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003957.0','1019289.0','241',    '213','179','1184430.25',    '207','172','1134987.07',    '125','38','49443.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092221.0','1044856.0','7',    '5','4','45120.41',    '5','4','42739.9',    '3','1','2380.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022820.0','1019289.0','1',    '1','1','1691.85',    '1','1','1691.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111084.0','1044856.0','6',    '4','2','16298.25',    '4','2','16098.26',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022821.0','1019289.0','5',    '4','4','16011.07',    '4','4','15743.83',    '4','1','267.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111085.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004178.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092442.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003998.0','1019289.0','78',    '76','61','132231.59',    '75','50','107389.6',    '49','22','24841.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092262.0','1044856.0','2',    '2','2','5618.13',    '1','1','5384.38',    '2','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004146.0','1019289.0','3',    '3','2','3967.5',    '3','2','3967.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092410.0','1044856.0','10',    '10','4','23927.97',    '10','4','22991.4',    '6','1','936.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022822.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111086.0','1044856.0','56',    '54','46','86955.42',    '54','45','80531.63',    '40','11','6423.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022823.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111087.0','1044856.0','1',    '1','1','10614.76',    '1','1','10614.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004143.0','1019289.0','4',    '4','2','8874.78',    '4','2','8874.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092407.0','1044856.0','4',    '4','4','10607.71',    '4','4','10382.46',    '3','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022824.0','1019289.0','1',    '1','1','257.75',    '1','1','257.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111088.0','1044856.0','5',    '4','2','717.02',    '4','2','717.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002501.0','1019289.0','57',    '55','46','126591.7',    '55','43','122108.17',    '35','7','4483.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090765.0','1044856.0','7',    '7','4','5189.26',    '7','4','4271.26',    '6','2','918.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004064.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092328.0','1044856.0','4',    '3','3','7069.21',    '3','3','7069.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022825.0','1019289.0','2',    '2','2','3364.45',    '2','2','3364.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111089.0','1044856.0','193',    '177','117','309889.8',    '174','110','292251.4',    '101','28','17638.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003959.0','1019289.0','4',    '4','4','9425.64',    '4','4','9100.65',    '3','1','324.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092223.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022826.0','1019289.0','14',    '12','6','5725.26',    '11','6','4807.28',    '8','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111090.0','1044856.0','1',    '1','1','1798.19',    '1','1','1798.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022827.0','1019289.0','1',    '1','1','3858.42',    '1','1','3858.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111091.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022828.0','1019289.0','9',    '8','7','13598.03',    '8','7','13398.04',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111092.0','1044856.0','2',    '1','1','2481.15',    '1','1','2481.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022829.0','1019289.0','11',    '9','5','13377.62',    '9','5','13177.63',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111093.0','1044856.0','2',    '2','1','10189.62',    '2','1','10189.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004053.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092317.0','1044856.0','10',    '9','5','3628.21',    '9','5','3428.22',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022830.0','1019289.0','6',    '5','3','2122.2',    '5','2','1922.21',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111094.0','1044856.0','11',    '10','7','16575.84',    '10','7','15713.11',    '6','2','862.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004110.0','1019289.0','5',    '5','2','2975.15',    '5','2','2975.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092374.0','1044856.0','1',    '1','1','2750.98',    '1','1','2750.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022831.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111095.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022832.0','1019289.0','3',    '3','2','1936.0',    '3','2','1736.01',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111096.0','1044856.0','32',    '31','23','161280.73',    '30','23','147440.05',    '22','8','13840.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004196.0','1019289.0','3',    '3','2','3726.41',    '3','2','3726.41',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092460.0','1044856.0','17',    '16','12','15334.21',    '16','11','14258.98',    '10','2','1075.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022833.0','1019289.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111097.0','1044856.0','6',    '6','5','9148.19',    '6','5','7179.04',    '5','2','1969.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022834.0','1019289.0','1',    '1','1','1345.8',    '1','1','1345.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111098.0','1044856.0','1',    '1','1','1314.17',    '1','1','1314.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004164.0','1019289.0','38',    '33','23','42692.6',    '32','23','39836.17',    '20','4','2856.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092428.0','1044856.0','7',    '6','4','10151.11',    '6','4','10151.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022835.0','1019289.0','3',    '3','3','3116.28',    '3','3','3116.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111099.0','1044856.0','2',    '1','1','1621.98',    '1','1','1621.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022836.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111100.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022837.0','1019289.0','5',    '4','2','3865.52',    '4','2','2747.55',    '3','1','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111101.0','1044856.0','79',    '71','43','109870.95',    '68','38','94855.23',    '51','12','15015.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2003935.0','1019289.0','1',    '1','1','1206.61',    '1','1','1206.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092199.0','1044856.0','3',    '3','1','287.36',    '3','1','287.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022838.0','1019289.0','13',    '12','7','18569.42',    '12','7','16318.43',    '9','3','2250.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111102.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004192.0','1019289.0','68',    '65','47','103134.96',    '62','45','101626.13',    '36','5','1508.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092456.0','1044856.0','30',    '27','20','36042.79',    '26','20','35332.83',    '24','4','709.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022839.0','1019289.0','47',    '41','32','78951.45',    '38','28','63403.23',    '24','11','15548.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111103.0','1044856.0','254',    '237','166','397884.98',    '226','149','336069.45',    '184','60','61815.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022840.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111104.0','1044856.0','15',    '14','10','105519.71',    '14','10','100713.88',    '10','3','4805.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022841.0','1019289.0','21',    '18','12','33405.32',    '18','12','31255.3',    '7','1','2150.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111105.0','1044856.0','2',    '2','1','1041.9',    '2','1','1041.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022842.0','1019289.0','2',    '2','1','551.04',    '2','1','551.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111106.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022843.0','1019289.0','14',    '14','12','19381.08',    '14','11','18963.03',    '11','1','418.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111107.0','1044856.0','46',    '43','37','123029.22',    '42','36','108665.71',    '33','13','14363.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004007.0','1019289.0','41',    '40','30','97669.54',    '39','30','95247.09',    '26','4','2422.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092271.0','1044856.0','1',    '1','1','783.57',    '1','1','783.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002523.0','1019289.0','7',    '7','4','4619.93',    '7','4','4619.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090787.0','1044856.0','7',    '6','4','8038.23',    '6','4','7120.25',    '5','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022844.0','1019289.0','4',    '2','1','259.1',    '2','1','259.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111108.0','1044856.0','27',    '21','13','29459.71',    '21','13','29059.73',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022845.0','1019289.0','13',    '13','9','18300.26',    '12','9','17857.39',    '10','2','442.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111109.0','1044856.0','2',    '2','1','1892.14',    '2','1','1892.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022846.0','1019289.0','1',    '1','1','1378.71',    '1','1','1378.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111110.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022847.0','1019289.0','2',    '2','2','2471.23',    '2','2','2471.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111111.0','1044856.0','47',    '41','31','77236.19',    '39','31','74727.27',    '31','9','2508.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002422.0','1019289.0','21',    '21','14','28368.07',    '21','13','27087.09',    '14','3','1280.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090686.0','1044856.0','154',    '152','90','271834.02',    '147','73','245892.11',    '124','42','25941.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002472.0','1019289.0','3',    '2','2','2388.14',    '2','2','2388.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090736.0','1044856.0','3',    '1','1','1095.71',    '1','1','1095.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022848.0','1019289.0','14',    '14','7','22575.14',    '14','7','22575.14',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111112.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002385.0','1019289.0','6',    '6','3','2000.34',    '6','3','1800.35',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090649.0','1044856.0','3',    '3','3','1944.32',    '3','2','1331.95',    '2','2','612.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002442.0','1019289.0','27',    '24','21','92891.48',    '24','19','80234.35',    '14','4','12657.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090706.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022849.0','1019289.0','4',    '4','3','1921.62',    '4','3','1921.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111113.0','1044856.0','6',    '5','4','2344.33',    '5','4','2344.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022850.0','1019289.0','3',    '2','2','4380.05',    '2','2','4380.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111114.0','1044856.0','11',    '10','9','13603.12',    '10','9','11660.34',    '7','3','1942.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002417.0','1019289.0','5',    '4','3','3625.56',    '4','3','3625.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090681.0','1044856.0','1',    '1','1','29900.0',    '1','1','29900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022851.0','1019289.0','22',    '20','10','21835.89',    '19','9','19491.85',    '15','5','2344.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111115.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022852.0','1019289.0','68',    '68','48','171208.95',    '65','45','158596.35',    '36','14','12612.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111116.0','1044856.0','1',    '1','1','11419.87',    '1','1','10944.88',    '1','1','474.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004317.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092581.0','1044856.0','2',    '2','1','11137.0',    '2','1','11137.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002594.0','1019289.0','5',    '5','2','1679.28',    '5','2','1679.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090858.0','1044856.0','94',    '84','67','964289.11',    '81','63','778119.52',    '68','49','186169.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022853.0','1019289.0','442',    '368','255','1010459.92',    '330','233','730035.85',    '270','111','280424.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111117.0','1044856.0','11',    '10','6','6642.49',    '10','6','5203.0',    '8','1','1439.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002896.0','1019289.0','1',    '1','1','4210.94',    '1','1','4210.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091160.0','1044856.0','1',    '1','1','566.8',    '1','1','566.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002545.0','1019289.0','2809',    '2701','1968','5138016.28',    '2482','1206','3901100.64',    '2416','1403','1236915.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090809.0','1044856.0','4',    '4','3','12700.41',    '4','3','12308.52',    '3','1','391.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002606.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090870.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022854.0','1019289.0','20',    '20','17','60320.16',    '20','14','55145.46',    '14','10','5174.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111118.0','1044856.0','32',    '30','10','39393.73',    '29','10','39393.73',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022855.0','1019289.0','24',    '21','6','23487.56',    '21','6','20285.15',    '15','5','3202.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111119.0','1044856.0','3',    '3','1','3760.38',    '3','1','3760.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022856.0','1019289.0','7',    '7','1','1454.27',    '6','1','1454.27',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111120.0','1044856.0','3',    '3','2','1846.99',    '3','2','1846.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022857.0','1019289.0','101',    '88','47','354981.92',    '85','41','280214.78',    '63','24','74767.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111121.0','1044856.0','1',    '1','1','2192.11',    '1','1','2192.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002793.0','1019289.0','4',    '4','4','5956.63',    '4','4','5956.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091057.0','1044856.0','1',    '1','1','225.25',    '1','0','0.0',    '1','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022858.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111122.0','1044856.0','11',    '11','8','25386.29',    '10','7','23119.64',    '9','2','2266.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004513.0','1019289.0','1',    '1','1','401.57',    '1','1','401.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092777.0','1044856.0','3799',    '3646','2724','7592730.49',    '3431','1798','5937489.68',    '3275','1981','1655240.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002726.0','1019289.0','1',    '1','1','3439.86',    '1','1','3439.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090990.0','1044856.0','19',    '18','13','22226.03',    '16','11','16091.83',    '10','3','6134.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004645.0','1019289.0','21',    '20','17','54652.76',    '20','17','51617.74',    '12','3','3035.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092909.0','1044856.0','1',    '1','1','459.0',    '1','0','0.0',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022859.0','1019289.0','17',    '14','6','40751.15',    '13','5','40351.17',    '8','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111123.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022860.0','1019289.0','3',    '3','2','942.25',    '3','2','942.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111124.0','1044856.0','9',    '7','4','9761.78',    '7','4','9761.78',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022861.0','1019289.0','4',    '4','1','845.29',    '3','1','845.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111125.0','1044856.0','5',    '5','2','2200.02',    '5','1','1596.98',    '4','1','603.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002448.0','1019289.0','4',    '4','3','4679.22',    '4','3','2857.26',    '3','2','1821.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090712.0','1044856.0','29',    '28','19','57929.12',    '28','18','53388.82',    '16','6','4540.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002897.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091161.0','1044856.0','83',    '82','31','36548.44',    '82','17','29916.38',    '55','19','6632.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002503.0','1019289.0','14',    '14','5','9807.44',    '13','3','2677.48',    '8','2','7129.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090767.0','1044856.0','14',    '11','10','78862.16',    '11','10','59551.82',    '10','6','19310.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002831.0','1019289.0','2',    '2','2','4145.9',    '2','2','4145.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091095.0','1044856.0','31',    '28','22','84627.9',    '28','22','80797.34',    '18','5','3830.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002466.0','1019289.0','32',    '18','5','16515.69',    '11','2','6990.38',    '16','5','9525.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090730.0','1044856.0','689',    '656','553','1263372.48',    '603','421','977103.18',    '523','296','286269.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022862.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111126.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022863.0','1019289.0','120',    '114','97','338658.51',    '114','91','319586.57',    '89','35','19071.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111127.0','1044856.0','9',    '8','8','12321.89',    '8','8','11988.71',    '6','1','333.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022864.0','1019289.0','6',    '6','4','3023.66',    '6','2','1838.71',    '5','2','1184.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111128.0','1044856.0','13',    '9','3','24109.89',    '9','3','23764.15',    '2','1','345.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002382.0','1019289.0','260',    '258','122','440831.83',    '257','101','319704.22',    '183','71','121127.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090646.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022865.0','1019289.0','1',    '1','1','4343.48',    '1','1','4343.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111129.0','1044856.0','1',    '1','1','2227.38',    '1','1','2227.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002393.0','1019289.0','1',    '1','1','1002.0',    '1','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090657.0','1044856.0','2',    '2','1','266.73',    '2','0','0.0',    '2','1','266.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022866.0','1019289.0','1',    '1','1','193.97',    '1','1','193.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111130.0','1044856.0','78',    '76','53','127546.65',    '62','32','94646.84',    '64','35','32899.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022867.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111131.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004662.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092926.0','1044856.0','29',    '28','19','52750.75',    '28','18','48094.33',    '12','7','4656.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002679.0','1019289.0','485',    '481','317','707038.83',    '477','279','592406.62',    '371','160','114632.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090943.0','1044856.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002608.0','1019289.0','37',    '35','20','18864.6',    '35','16','15869.76',    '24','9','2994.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090872.0','1044856.0','8',    '8','2','3672.59',    '7','1','2857.67',    '5','2','814.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022868.0','1019289.0','15',    '15','8','12738.65',    '15','8','12738.65',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111132.0','1044856.0','60',    '56','49','446433.44',    '56','48','301400.51',    '47','39','145032.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022869.0','1019289.0','101',    '100','46','68747.98',    '100','40','57227.7',    '66','19','11520.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111133.0','1044856.0','27',    '23','15','60054.95',    '23','14','58962.22',    '12','4','1092.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022870.0','1019289.0','7',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111134.0','1044856.0','19',    '19','8','56841.7',    '15','6','54546.05',    '14','2','2295.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022871.0','1019289.0','10',    '10','3','4492.25',    '10','2','3942.25',    '6','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111135.0','1044856.0','320',    '306','199','455544.58',    '291','86','313777.4',    '291','168','141767.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022872.0','1019289.0','20',    '18','6','29765.5',    '18','6','29002.83',    '9','2','762.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111136.0','1044856.0','797',    '770','533','1336842.68',    '700','377','1088578.18',    '654','299','248264.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022873.0','1019289.0','2',    '1','1','503.72',    '1','1','503.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111137.0','1044856.0','4',    '4','4','3689.3',    '4','4','3230.3',    '3','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002796.0','1019289.0','2',    '2','1','611.24',    '2','1','611.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091060.0','1044856.0','9',    '7','3','13205.07',    '7','3','11542.67',    '5','2','1662.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002538.0','1019289.0','45',    '42','32','78265.89',    '39','32','75489.77',    '34','5','2776.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090802.0','1044856.0','9',    '6','4','32848.53',    '6','4','32848.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022874.0','1019289.0','2',    '2','2','4072.08',    '2','2','3613.08',    '2','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111138.0','1044856.0','14',    '13','10','28027.34',    '12','10','26906.18',    '9','1','1121.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002480.0','1019289.0','15',    '15','9','23733.16',    '13','9','23544.48',    '11','1','188.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090744.0','1044856.0','5182',    '4953','3964','10080861.05',    '4584','2745','7886075.47',    '4232','2484','2194785.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022875.0','1019289.0','43',    '41','34','108306.86',    '39','33','105038.9',    '25','4','3267.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111139.0','1044856.0','5',    '5','3','1470.69',    '5','2','1270.7',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022876.0','1019289.0','3',    '3','1','1041.2',    '3','1','1041.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111140.0','1044856.0','36',    '34','24','43558.56',    '34','23','39331.27',    '22','6','4227.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002425.0','1019289.0','2',    '2','1','1626.73',    '2','1','1626.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090689.0','1044856.0','148',    '140','94','209844.62',    '136','92','200774.34',    '93','18','9070.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022877.0','1019289.0','51',    '47','37','118390.53',    '46','36','113594.65',    '35','12','4795.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111141.0','1044856.0','41',    '39','27','53427.99',    '36','24','49015.58',    '28','8','4412.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022878.0','1019289.0','15',    '14','9','28589.97',    '12','8','9297.11',    '14','6','19292.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111142.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022879.0','1019289.0','58',    '54','37','103517.03',    '53','35','101081.46',    '39','7','2435.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111143.0','1044856.0','30',    '29','12','26668.09',    '23','8','18587.12',    '21','6','8080.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002712.0','1019289.0','16',    '16','11','106673.98',    '16','11','106473.99',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090976.0','1044856.0','2',    '2','1','9160.98',    '2','1','9160.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002515.0','1019289.0','10',    '9','8','14949.24',    '9','8','14749.25',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090779.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022880.0','1019289.0','3',    '3','1','360.56',    '3','1','360.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111144.0','1044856.0','3',    '3','3','4428.52',    '3','3','4194.77',    '3','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002549.0','1019289.0','160',    '148','96','220707.67',    '136','79','172612.6',    '112','44','48095.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090813.0','1044856.0','10',    '9','7','6615.5',    '9','7','5341.58',    '6','2','1273.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002691.0','1019289.0','17',    '17','9','10598.61',    '17','8','8613.1',    '4','1','1985.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090955.0','1044856.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022881.0','1019289.0','14',    '13','8','15564.06',    '13','8','15564.06',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111145.0','1044856.0','33',    '32','29','129644.56',    '32','29','120834.23',    '21','11','8810.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022882.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111146.0','1044856.0','51',    '50','23','45247.79',    '50','19','42394.79',    '41','7','2853.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002531.0','1019289.0','63',    '58','36','72967.12',    '57','28','58118.91',    '35','14','14848.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090795.0','1044856.0','13',    '13','3','8675.39',    '12','3','8675.39',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022883.0','1019289.0','174',    '173','143','486700.36',    '171','133','425728.46',    '131','56','60971.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111147.0','1044856.0','2',    '2','1','3305.25',    '2','1','3305.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002710.0','1019289.0','59',    '47','18','93816.09',    '45','15','82145.85',    '29','7','11670.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090974.0','1044856.0','8',    '7','6','8053.69',    '6','6','8053.69',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022884.0','1019289.0','7',    '6','2','3590.31',    '6','2','3590.31',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111148.0','1044856.0','2',    '2','1','2320.93',    '2','1','2320.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004357.0','1019289.0','5',    '5','3','9602.25',    '5','3','5303.54',    '3','2','4298.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092621.0','1044856.0','1117',    '1079','802','2434301.9',    '996','467','1961511.65',    '981','615','472790.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004607.0','1019289.0','28',    '24','9','21279.57',    '23','8','18115.45',    '12','4','3164.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092871.0','1044856.0','12',    '12','9','41238.57',    '11','5','38053.86',    '10','5','3184.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002720.0','1019289.0','54',    '52','44','88737.71',    '49','32','64501.27',    '42','22','24236.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090984.0','1044856.0','2',    '2','2','2755.64',    '1','1','537.68',    '1','1','2217.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022885.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111149.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022886.0','1019289.0','74',    '68','52','108623.8',    '66','51','106199.58',    '42','6','2424.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111150.0','1044856.0','1',    '1','1','4679.0',    '1','1','4679.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002600.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090864.0','1044856.0','266',    '252','151','376193.96',    '248','147','358689.64',    '156','24','17504.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002643.0','1019289.0','1',    '1','1','782.04',    '1','1','782.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090907.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002724.0','1019289.0','4',    '4','1','351.7',    '4','1','351.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090988.0','1044856.0','17',    '16','8','24080.32',    '15','8','23204.86',    '10','2','875.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002407.0','1019289.0','8',    '5','3','8285.92',    '5','3','8285.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090671.0','1044856.0','3',    '2','2','2007.52',    '2','1','1600.06',    '1','1','407.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002592.0','1019289.0','5',    '4','2','2004.28',    '3','2','2004.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090856.0','1044856.0','1',    '1','1','1769.55',    '1','1','1769.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002494.0','1019289.0','4',    '4','3','3133.18',    '4','3','3133.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090758.0','1044856.0','1',    '1','1','1546.0',    '1','1','1546.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022887.0','1019289.0','4',    '4','1','2328.94',    '4','1','2328.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111151.0','1044856.0','6',    '5','3','2347.75',    '5','3','2347.75',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002642.0','1019289.0','366',    '351','231','411009.97',    '337','182','336180.14',    '280','99','74829.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090906.0','1044856.0','17',    '16','14','42564.39',    '16','13','42130.65',    '14','2','433.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022888.0','1019289.0','48',    '47','39','106458.83',    '47','38','92295.13',    '31','13','14163.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111152.0','1044856.0','4',    '4','4','22253.97',    '4','4','22253.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002725.0','1019289.0','73',    '68','33','74434.33',    '68','32','72916.38',    '32','3','1517.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090989.0','1044856.0','132',    '124','80','163945.05',    '119','75','152538.69',    '89','20','11406.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022889.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111153.0','1044856.0','26',    '24','16','60226.79',    '24','15','58684.11',    '13','5','1542.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002408.0','1019289.0','31',    '29','18','61761.05',    '28','18','59536.41',    '18','4','2224.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090672.0','1044856.0','76',    '74','42','73768.66',    '74','39','67560.1',    '41','11','6208.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022890.0','1019289.0','1',    '1','1','2766.58',    '1','1','2766.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111154.0','1044856.0','6',    '4','1','1936.99',    '4','1','1936.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002395.0','1019289.0','7',    '7','5','5766.03',    '7','5','5566.04',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090659.0','1044856.0','29',    '28','12','13440.22',    '28','11','11798.15',    '19','4','1642.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022891.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111155.0','1044856.0','1',    '1','1','5845.78',    '1','1','5531.29',    '1','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022892.0','1019289.0','11',    '11','7','15953.85',    '11','7','15953.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111156.0','1044856.0','1',    '1','1','1719.99',    '1','1','1450.0',    '1','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002375.0','1019289.0','24',    '23','15','57130.26',    '22','14','50859.42',    '16','5','6270.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090639.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002744.0','1019289.0','21',    '17','13','24341.96',    '15','8','19365.84',    '15','7','4976.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091008.0','1044856.0','4',    '4','2','1027.97',    '4','2','1027.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002693.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090957.0','1044856.0','1',    '1','1','2418.0',    '1','1','2418.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002761.0','1019289.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091025.0','1044856.0','8',    '8','5','5837.33',    '8','5','5837.33',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002768.0','1019289.0','5',    '4','3','3826.38',    '4','3','3826.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091032.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022893.0','1019289.0','4',    '3','3','5531.16',    '3','3','3769.7',    '3','2','1761.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111157.0','1044856.0','309',    '306','191','495270.99',    '306','164','397864.65',    '238','96','97406.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004668.0','1019289.0','1',    '1','1','968.8',    '1','1','768.81',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092932.0','1044856.0','231',    '228','104','216840.11',    '226','84','174975.82',    '164','48','41864.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022894.0','1019289.0','1',    '1','1','5065.74',    '1','1','5065.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111158.0','1044856.0','5',    '3','1','1144.0',    '3','1','1144.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022895.0','1019289.0','1',    '1','1','3123.87',    '1','1','2923.88',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111159.0','1044856.0','1',    '1','1','1247.65',    '1','1','1247.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022896.0','1019289.0','87',    '80','50','93287.85',    '78','49','87555.67',    '46','9','5732.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111160.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002520.0','1019289.0','64',    '61','41','87653.94',    '61','39','84708.37',    '42','6','2945.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090784.0','1044856.0','1',    '1','1','1803.09',    '1','1','1803.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022897.0','1019289.0','1',    '1','1','872.25',    '1','1','872.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111161.0','1044856.0','4888',    '4618','3638','9693822.62',    '4309','2668','7697984.53',    '3845','2151','1995838.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004654.0','1019289.0','9',    '9','6','13767.28',    '9','6','13386.53',    '7','2','380.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092918.0','1044856.0','1',    '1','1','616.25',    '1','0','0.0',    '1','1','616.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002633.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090897.0','1044856.0','3',    '3','3','15803.41',    '3','3','14139.15',    '2','1','1664.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022898.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111162.0','1044856.0','1',    '1','1','140.61',    '1','1','140.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004559.0','1019289.0','237',    '226','156','552397.6',    '217','141','505797.83',    '130','47','46599.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092823.0','1044856.0','7',    '7','6','10299.01',    '7','6','10299.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002617.0','1019289.0','3',    '3','2','2621.69',    '3','2','2621.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090881.0','1044856.0','17',    '17','10','35134.05',    '16','10','34934.06',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002376.0','1019289.0','2',    '2','2','2284.03',    '2','2','1460.58',    '2','1','823.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090640.0','1044856.0','321',    '309','216','458799.66',    '298','189','412774.59',    '246','68','46025.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022899.0','1019289.0','1',    '1','1','820.1',    '1','1','820.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111163.0','1044856.0','9',    '8','7','21807.65',    '8','7','21607.66',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022900.0','1019289.0','75',    '71','38','318062.31',    '71','35','243214.96',    '51','20','74847.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111164.0','1044856.0','1',    '1','1','848.18',    '1','1','848.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002914.0','1019289.0','1',    '1','1','1899.64',    '1','1','1635.9',    '1','1','263.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091178.0','1044856.0','3',    '3','2','3981.53',    '2','2','3981.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022901.0','1019289.0','1',    '1','1','3958.54',    '1','1','2199.16',    '1','1','1759.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111165.0','1044856.0','59',    '53','43','342703.99',    '52','39','183536.03',    '42','33','159167.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022902.0','1019289.0','38',    '38','27','41767.3',    '33','17','32282.45',    '30','12','9484.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111166.0','1044856.0','24',    '22','17','65989.69',    '22','16','65330.7',    '9','2','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004360.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092624.0','1044856.0','1',    '1','1','6037.49',    '1','1','6037.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004574.0','1019289.0','99',    '94','83','250166.01',    '90','70','218131.12',    '73','28','32034.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092838.0','1044856.0','1754',    '1672','1181','3143524.46',    '1540','669','2376638.51',    '1515','913','766885.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022903.0','1019289.0','76',    '71','65','634734.43',    '71','64','584735.32',    '55','23','49999.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111167.0','1044856.0','2',    '2','1','5126.49',    '2','1','5126.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022904.0','1019289.0','1950',    '1894','1314','5104969.71',    '1843','1156','4612147.17',    '1451','557','492822.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111168.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002863.0','1019289.0','7',    '7','4','14261.74',    '7','4','13947.25',    '5','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091127.0','1044856.0','13',    '13','10','14077.31',    '13','10','12959.34',    '6','2','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022905.0','1019289.0','92',    '88','69','164747.66',    '87','60','147138.19',    '63','23','17609.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111169.0','1044856.0','8',    '7','2','1373.4',    '7','2','1373.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002692.0','1019289.0','1438',    '1355','1069','4663026.7',    '1291','974','3966207.04',    '1000','452','696819.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090956.0','1044856.0','118',    '110','78','208199.88',    '108','77','193798.79',    '78','22','14401.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002746.0','1019289.0','8',    '8','6','17111.35',    '8','6','17111.35',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091010.0','1044856.0','8',    '8','6','27243.82',    '8','6','27243.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022906.0','1019289.0','1',    '1','1','1452.81',    '1','1','1452.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111170.0','1044856.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002722.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090986.0','1044856.0','13',    '12','8','5765.75',    '12','8','5765.75',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022907.0','1019289.0','54',    '53','40','51790.69',    '53','40','49622.26',    '39','5','2168.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111171.0','1044856.0','9',    '7','5','9169.46',    '7','5','9012.21',    '4','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002901.0','1019289.0','33',    '28','19','32844.17',    '28','16','31922.2',    '19','4','921.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091165.0','1044856.0','22',    '22','16','54403.67',    '21','15','47786.01',    '14','7','6617.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002596.0','1019289.0','1',    '1','1','238.96',    '1','1','238.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090860.0','1044856.0','1',    '1','1','9787.64',    '1','1','9787.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002518.0','1019289.0','1',    '1','1','2851.38',    '1','1','2851.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090782.0','1044856.0','222',    '212','79','247000.52',    '206','70','224471.82',    '90','23','22528.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002601.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090865.0','1044856.0','1',    '1','1','9379.2',    '1','1','1176.0',    '1','1','8203.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004297.0','1019289.0','17',    '17','2','1220.09',    '17','1','842.3',    '14','1','377.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092561.0','1044856.0','14',    '14','9','15333.87',    '14','9','14374.87',    '6','1','959.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002715.0','1019289.0','52',    '47','32','238117.1',    '47','29','183131.27',    '38','19','54985.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090979.0','1044856.0','2',    '2','2','3891.19',    '2','2','3691.2',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022908.0','1019289.0','87',    '84','62','796849.07',    '84','58','581083.42',    '66','45','215765.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111172.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002402.0','1019289.0','58',    '54','41','203974.67',    '53','40','196201.25',    '22','6','7773.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090666.0','1044856.0','210',    '200','139','375241.69',    '183','78','265527.02',    '181','102','109714.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002400.0','1019289.0','3',    '3','3','4906.6',    '3','3','4397.6',    '2','1','509.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090664.0','1044856.0','1',    '1','1','2786.7',    '1','1','2786.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022909.0','1019289.0','26',    '26','19','32318.52',    '25','19','29741.6',    '17','7','2576.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111173.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002403.0','1019289.0','1',    '1','1','1474.0',    '1','1','1474.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090667.0','1044856.0','1',    '1','1','592.8',    '1','1','592.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002749.0','1019289.0','3',    '3','1','18889.78',    '3','1','18889.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091013.0','1044856.0','44',    '43','35','149824.72',    '43','35','135713.32',    '35','12','14111.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004649.0','1019289.0','6',    '5','2','3400.35',    '5','2','2102.41',    '4','1','1297.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092913.0','1044856.0','9',    '8','5','9880.4',    '8','4','9188.75',    '5','1','691.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004556.0','1019289.0','109',    '99','61','167922.18',    '98','53','151382.83',    '58','15','16539.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092820.0','1044856.0','1',    '1','1','1550.57',    '1','1','1550.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022910.0','1019289.0','13',    '11','4','9425.61',    '10','4','9425.61',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111174.0','1044856.0','4112',    '3896','3076','15114950.98',    '3771','2795','13017658.95',    '2970','1475','2097292.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002645.0','1019289.0','6',    '6','5','5516.54',    '5','5','4120.99',    '4','2','1395.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090909.0','1044856.0','1',    '1','1','924.86',    '1','1','924.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002434.0','1019289.0','190',    '184','114','268495.25',    '182','96','226701.68',    '142','52','41793.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090698.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002685.0','1019289.0','32',    '32','27','82114.07',    '32','24','72051.94',    '25','12','10062.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090949.0','1044856.0','12',    '12','9','18457.44',    '12','9','16714.48',    '7','3','1742.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022911.0','1019289.0','15',    '15','3','3263.64',    '14','1','670.06',    '10','2','2593.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111175.0','1044856.0','35',    '31','22','51153.46',    '30','22','48322.96',    '17','3','2830.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004407.0','1019289.0','54',    '48','33','244309.34',    '46','29','207119.67',    '35','18','37189.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092671.0','1044856.0','4',    '3','3','3274.66',    '3','3','3074.67',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022912.0','1019289.0','7',    '6','3','4622.98',    '5','3','4622.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111176.0','1044856.0','268',    '254','189','433678.04',    '249','168','377931.11',    '179','68','55746.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004463.0','1019289.0','77',    '71','59','224873.82',    '68','56','204830.52',    '60','16','20043.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092727.0','1044856.0','60',    '57','49','110495.97',    '56','47','101943.04',    '48','15','8552.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002797.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091061.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002713.0','1019289.0','996',    '945','643','1345517.94',    '849','512','1115356.28',    '790','305','230161.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090977.0','1044856.0','6',    '4','2','3361.92',    '3','2','3361.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002430.0','1019289.0','1',    '1','1','2392.72',    '1','1','1933.72',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090694.0','1044856.0','37',    '35','27','72377.1',    '33','25','67036.31',    '21','10','5340.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022913.0','1019289.0','26',    '23','20','43478.55',    '22','18','42133.35',    '19','5','1345.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111177.0','1044856.0','1',    '1','1','2342.44',    '1','1','2342.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022914.0','1019289.0','1',    '1','1','2625.17',    '1','1','2625.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111178.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022915.0','1019289.0','1743',    '1681','1328','3485345.87',    '1658','1244','3113261.73',    '1175','382','372084.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111179.0','1044856.0','99',    '92','67','100147.56',    '89','61','87163.37',    '61','27','12984.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022916.0','1019289.0','1',    '1','1','482.65',    '1','1','482.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111180.0','1044856.0','1',    '1','1','1147.93',    '1','1','929.4',    '1','1','218.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002827.0','1019289.0','1',    '1','1','1887.94',    '1','1','1887.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091091.0','1044856.0','54',    '51','31','316073.2',    '51','28','260462.56',    '34','23','55610.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002424.0','1019289.0','14',    '13','7','17065.82',    '13','7','17065.82',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090688.0','1044856.0','6',    '4','3','3987.16',    '4','3','3987.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002677.0','1019289.0','1',    '1','1','452.5',    '1','0','0.0',    '1','1','452.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090941.0','1044856.0','99',    '95','77','173049.27',    '91','68','164312.16',    '60','21','8737.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022917.0','1019289.0','4',    '4','2','12671.72',    '4','2','12671.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111181.0','1044856.0','28',    '25','12','54971.95',    '23','11','40621.87',    '15','5','14350.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022918.0','1019289.0','16',    '16','7','10295.37',    '14','7','9063.16',    '14','1','1232.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111182.0','1044856.0','15',    '13','6','14710.68',    '12','6','14510.69',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022919.0','1019289.0','5',    '5','4','3432.17',    '5','3','3032.19',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111183.0','1044856.0','1',    '1','1','3158.47',    '1','1','3158.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022920.0','1019289.0','4',    '3','1','636.35',    '3','1','636.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111184.0','1044856.0','5492',    '5222','3858','10539556.27',    '4826','2605','8138388.56',    '4458','2560','2401167.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004517.0','1019289.0','56',    '56','43','66823.69',    '56','41','65423.76',    '42','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092781.0','1044856.0','132',    '122','69','141757.85',    '100','35','94997.0',    '110','54','46760.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004537.0','1019289.0','78',    '69','58','167989.34',    '68','54','144284.02',    '42','18','23705.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092801.0','1044856.0','2',    '2','1','1232.47',    '1','0','0.0',    '2','1','1232.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022921.0','1019289.0','426',    '400','293','789140.61',    '394','288','764108.17',    '212','38','25032.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111185.0','1044856.0','1',    '1','1','5431.97',    '1','1','4314.0',    '1','1','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004484.0','1019289.0','365',    '339','179','316507.92',    '324','156','267482.1',    '231','64','49025.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092748.0','1044856.0','146',    '141','81','145108.45',    '138','72','122604.32',    '77','28','22504.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022922.0','1019289.0','161',    '156','63','191878.39',    '154','53','163170.17',    '110','28','28708.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111186.0','1044856.0','13',    '12','4','21615.76',    '11','3','9720.18',    '8','2','11895.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022923.0','1019289.0','51',    '50','24','56973.08',    '49','23','53931.35',    '35','6','3041.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111187.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004539.0','1019289.0','6',    '5','4','44151.02',    '5','4','32382.72',    '3','3','11768.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092803.0','1044856.0','34',    '32','24','33528.73',    '32','23','32728.77',    '23','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022924.0','1019289.0','6',    '5','4','5057.59',    '3','2','4383.14',    '5','2','674.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111188.0','1044856.0','2',    '2','1','3511.98',    '2','1','3511.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004768.0','1019289.0','9',    '9','5','7225.7',    '8','4','6931.27',    '4','1','294.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093032.0','1044856.0','2',    '2','1','848.0',    '2','1','848.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022925.0','1019289.0','50',    '44','28','56463.96',    '37','23','51300.89',    '34','7','5163.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111189.0','1044856.0','71',    '68','59','143762.62',    '68','59','135364.46',    '46','16','8398.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022926.0','1019289.0','129',    '123','67','177134.22',    '117','63','171454.24',    '87','13','5679.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111190.0','1044856.0','200',    '194','133','313180.46',    '194','127','281978.07',    '116','43','31202.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004698.0','1019289.0','1',    '1','1','5337.94',    '1','1','1570.0',    '1','1','3767.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092962.0','1044856.0','1',    '1','1','195.95',    '1','0','0.0',    '1','1','195.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004799.0','1019289.0','1',    '1','1','1806.0',    '1','1','1806.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093063.0','1044856.0','60',    '54','25','142646.73',    '54','23','117492.9',    '35','8','25153.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022927.0','1019289.0','2',    '2','2','3946.44',    '2','2','3946.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111191.0','1044856.0','50',    '44','37','290553.03',    '44','35','207165.88',    '38','30','83387.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022928.0','1019289.0','2',    '2','1','1806.0',    '2','1','1806.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111192.0','1044856.0','2',    '2','2','5834.28',    '2','2','5834.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004794.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093058.0','1044856.0','1',    '1','1','19755.99',    '1','1','18547.0',    '1','1','1208.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004767.0','1019289.0','1130',    '1052','883','3220860.65',    '1026','790','2637656.58',    '780','384','583204.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093031.0','1044856.0','268',    '240','202','643915.09',    '225','189','583298.56',    '166','79','60616.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022929.0','1019289.0','7802',    '7604','5589','15409273.64',    '7450','4748','13625966.62',    '5798','2364','1783307.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111193.0','1044856.0','1',    '1','1','1184.99',    '1','1','951.24',    '1','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022930.0','1019289.0','14',    '13','11','53332.78',    '12','9','47137.85',    '13','8','6194.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111194.0','1044856.0','1',    '1','1','458.44',    '1','0','0.0',    '1','1','458.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004529.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092793.0','1044856.0','6',    '6','4','5548.49',    '6','4','5548.49',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022931.0','1019289.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111195.0','1044856.0','4',    '4','4','10998.12',    '4','4','10080.14',    '3','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004680.0','1019289.0','1',    '1','1','5639.13',    '1','0','0.0',    '1','1','5639.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092944.0','1044856.0','2',    '2','2','14730.67',    '2','2','14730.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022932.0','1019289.0','1',    '1','1','494.2',    '1','1','494.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111196.0','1044856.0','1',    '1','1','170.46',    '1','1','170.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022933.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111197.0','1044856.0','1',    '1','1','459.0',    '1','0','0.0',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022934.0','1019289.0','24',    '22','12','36930.75',    '20','12','34883.19',    '17','5','2047.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111198.0','1044856.0','2',    '2','1','6890.41',    '2','1','6890.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022935.0','1019289.0','518',    '502','400','1144811.46',    '498','378','1008595.7',    '338','107','136215.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111199.0','1044856.0','36',    '33','22','33641.29',    '30','20','32616.08',    '26','5','1025.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022936.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111200.0','1044856.0','22',    '19','16','54382.44',    '19','15','45340.9',    '15','9','9041.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004796.0','1019289.0','7',    '6','3','20495.95',    '6','3','20495.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093060.0','1044856.0','1',    '1','1','936.57',    '1','0','0.0',    '1','1','936.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004672.0','1019289.0','169',    '160','111','272094.66',    '157','97','248247.75',    '126','37','23846.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092936.0','1044856.0','1',    '1','1','1051.26',    '1','1','1051.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022937.0','1019289.0','1',    '1','1','1808.0',    '1','1','1808.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111201.0','1044856.0','2',    '1','1','698.23',    '1','1','698.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004740.0','1019289.0','1',    '1','1','2266.48',    '1','0','0.0',    '1','1','2266.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093004.0','1044856.0','4',    '2','1','5797.56',    '2','1','5797.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022938.0','1019289.0','1',    '1','1','6458.16',    '1','1','5869.29',    '1','1','588.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111202.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022939.0','1019289.0','74',    '68','46','127460.04',    '66','41','125453.1',    '33','5','2006.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111203.0','1044856.0','2',    '2','1','1669.54',    '2','1','1669.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022940.0','1019289.0','6',    '5','4','5100.64',    '5','4','5100.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111204.0','1044856.0','30',    '25','14','31028.9',    '25','13','30832.95',    '13','1','195.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022941.0','1019289.0','116',    '112','76','217217.82',    '110','71','196868.83',    '67','21','20348.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111205.0','1044856.0','6',    '6','2','5676.78',    '6','2','5480.83',    '2','1','195.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022942.0','1019289.0','2',    '2','1','3504.96',    '2','1','3504.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111206.0','1044856.0','3',    '3','1','1068.31',    '3','1','1068.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022943.0','1019289.0','6819',    '6576','5371','16628206.05',    '6466','4821','14901411.06',    '4736','1975','1726794.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111207.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022944.0','1019289.0','11',    '10','3','4878.85',    '10','1','3554.04',    '6','2','1324.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111208.0','1044856.0','25',    '24','10','9451.17',    '23','9','9051.19',    '10','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004706.0','1019289.0','11',    '11','8','45758.54',    '11','7','44999.55',    '6','3','758.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092970.0','1044856.0','663',    '643','494','1298651.62',    '589','316','1027176.59',    '578','333','271475.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022945.0','1019289.0','1',    '1','1','2390.27',    '1','1','1931.27',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111209.0','1044856.0','1563',    '1480','979','2190718.57',    '1308','596','1684639.07',    '1275','617','506079.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022946.0','1019289.0','5',    '4','4','90180.95',    '4','4','85188.39',    '4','1','4992.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111210.0','1044856.0','1',    '1','1','1869.68',    '1','1','1869.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022947.0','1019289.0','1',    '1','1','8141.94',    '1','1','8141.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111211.0','1044856.0','22',    '20','16','38058.88',    '20','16','37199.9',    '18','3','858.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004821.0','1019289.0','3',    '3','3','12498.54',    '3','3','12498.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093085.0','1044856.0','2',    '2','1','2050.76',    '2','1','2050.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022948.0','1019289.0','11',    '11','9','18984.69',    '11','8','18784.7',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111212.0','1044856.0','266',    '247','199','530389.01',    '237','187','500108.54',    '187','63','30280.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022949.0','1019289.0','22',    '21','15','32163.37',    '21','14','30445.43',    '13','5','1717.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111213.0','1044856.0','33',    '26','23','135371.77',    '25','23','130222.54',    '21','8','5149.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022950.0','1019289.0','31',    '31','21','22236.9',    '30','19','20991.78',    '21','3','1245.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111214.0','1044856.0','1',    '1','1','3078.5',    '1','1','2619.5',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004580.0','1019289.0','56',    '55','31','86289.84',    '52','29','80258.38',    '40','12','6031.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092844.0','1044856.0','1',    '1','1','2480.0',    '1','1','2480.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022951.0','1019289.0','4',    '4','3','7859.0',    '4','2','5944.1',    '3','2','1914.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111215.0','1044856.0','4',    '3','3','1107.42',    '3','3','1107.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004774.0','1019289.0','1',    '1','1','7203.55',    '1','1','7203.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093038.0','1044856.0','4',    '4','2','5396.83',    '4','2','5396.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004632.0','1019289.0','2',    '2','2','4079.29',    '2','2','4079.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092896.0','1044856.0','30',    '27','23','34772.86',    '27','21','32338.93',    '22','7','2433.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004696.0','1019289.0','36',    '33','27','67726.56',    '32','27','63217.87',    '25','6','4508.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092960.0','1044856.0','50',    '44','32','86314.68',    '38','21','74691.92',    '37','18','11622.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022952.0','1019289.0','2799',    '2655','1889','7565340.95',    '2553','1445','5678201.14',    '2157','1169','1887139.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111216.0','1044856.0','3',    '2','1','2759.12',    '2','1','2759.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022953.0','1019289.0','38',    '36','33','153174.07',    '35','33','150347.16',    '33','8','2826.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111217.0','1044856.0','17',    '14','10','58172.0',    '14','9','57857.51',    '7','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022954.0','1019289.0','1',    '1','1','4873.47',    '1','1','4873.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111218.0','1044856.0','403',    '379','328','929709.85',    '379','318','857750.03',    '274','114','71959.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004741.0','1019289.0','432',    '420','237','602954.7',    '405','197','544547.78',    '319','95','58406.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093005.0','1044856.0','32',    '30','15','40050.73',    '30','14','36613.08',    '19','8','3437.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022955.0','1019289.0','695',    '683','485','1899651.1',    '668','451','1679388.84',    '491','168','220262.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111219.0','1044856.0','8',    '8','4','43211.18',    '8','3','42427.4',    '3','1','783.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022956.0','1019289.0','1',    '1','1','1384.03',    '1','1','1384.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111220.0','1044856.0','123',    '118','56','115896.48',    '114','51','102112.49',    '75','18','13783.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022957.0','1019289.0','1',    '1','1','2220.38',    '1','1','2220.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111221.0','1044856.0','15',    '13','3','3567.15',    '13','3','3567.15',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022958.0','1019289.0','14',    '13','6','30812.72',    '12','3','22761.02',    '13','4','8051.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111222.0','1044856.0','3',    '3','1','1320.1',    '3','1','1320.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004690.0','1019289.0','109',    '108','72','201024.85',    '104','71','188081.47',    '74','15','12943.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092954.0','1044856.0','26',    '24','20','40719.23',    '24','19','39636.76',    '15','4','1082.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022959.0','1019289.0','1',    '1','1','502.82',    '1','1','502.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111223.0','1044856.0','14',    '13','6','18176.85',    '12','6','18176.85',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022960.0','1019289.0','2440',    '2300','1732','5787665.12',    '2240','1447','4700645.23',    '1801','851','1087019.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111224.0','1044856.0','70',    '61','45','161111.93',    '56','35','133401.41',    '52','28','27710.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022961.0','1019289.0','8050',    '7768','6793','25523770.07',    '7658','6077','20694515.76',    '5841','3131','4829254.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111225.0','1044856.0','11',    '11','7','16033.74',    '11','5','15258.01',    '10','3','775.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022962.0','1019289.0','1512',    '1444','1268','4874946.92',    '1410','1191','4372616.81',    '1068','525','502330.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111226.0','1044856.0','1',    '1','1','508.52',    '1','1','508.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022963.0','1019289.0','2',    '1','1','6185.43',    '1','1','5985.44',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111227.0','1044856.0','6',    '6','6','32399.11',    '6','6','31439.64',    '6','2','959.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004561.0','1019289.0','1',    '1','1','5942.16',    '1','1','1806.0',    '1','1','4136.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092825.0','1044856.0','1',    '1','1','1383.68',    '1','1','1383.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002805.0','1019289.0','1',    '1','1','1532.16',    '1','1','1532.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091069.0','1044856.0','403',    '384','188','477919.96',    '369','146','412183.96',    '303','69','65736.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004701.0','1019289.0','4792',    '4629','3500','11002316.68',    '4505','2761','9174627.86',    '3682','1910','1827688.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092965.0','1044856.0','1',    '1','1','1147.86',    '1','1','1147.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022964.0','1019289.0','53',    '51','40','172348.71',    '48','37','156060.79',    '33','14','16287.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111228.0','1044856.0','148',    '145','132','455076.82',    '144','131','439483.27',    '120','47','15593.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004792.0','1019289.0','2',    '2','2','6051.98',    '2','2','5851.99',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093056.0','1044856.0','19',    '17','13','11998.66',    '12','7','6812.07',    '12','8','5186.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002770.0','1019289.0','4',    '4','1','2832.0',    '3','1','2832.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091034.0','1044856.0','63',    '60','49','162581.65',    '56','45','152250.73',    '35','14','10330.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022965.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111229.0','1044856.0','1',    '1','1','233.19',    '1','0','0.0',    '1','1','233.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022966.0','1019289.0','1',    '1','1','1801.12',    '1','1','1801.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111230.0','1044856.0','2',    '2','2','1525.63',    '2','1','866.71',    '2','2','658.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022967.0','1019289.0','3',    '3','1','2753.08',    '3','1','2136.83',    '2','1','616.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111231.0','1044856.0','5',    '5','3','6405.52',    '5','3','6405.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022968.0','1019289.0','2',    '2','2','3347.11',    '2','2','3347.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111232.0','1044856.0','146',    '132','103','245059.07',    '128','98','225239.39',    '95','33','19819.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022969.0','1019289.0','932',    '878','592','2216389.49',    '845','418','1668542.38',    '738','365','547847.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111233.0','1044856.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002435.0','1019289.0','4664',    '4452','3989','16734654.16',    '4399','3654','13077155.25',    '3352','1928','3657498.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090699.0','1044856.0','1',    '1','1','15440.91',    '1','1','15440.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022970.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111234.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004500.0','1019289.0','5',    '3','2','9300.0',    '0','0','0.0',    '3','2','9300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092764.0','1044856.0','3',    '3','3','6286.15',    '3','3','6052.4',    '1','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022971.0','1019289.0','206',    '195','163','691709.62',    '190','151','637707.13',    '126','49','54002.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111235.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004496.0','1019289.0','2',    '2','2','962.38',    '2','1','503.38',    '2','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092760.0','1044856.0','2',    '2','1','336.8',    '2','1','336.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004688.0','1019289.0','1',    '1','1','1168.7',    '1','1','1168.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092952.0','1044856.0','20',    '19','13','39661.51',    '19','10','35994.05',    '17','6','3667.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022972.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111236.0','1044856.0','39',    '32','17','44114.06',    '32','16','40624.89',    '15','4','3489.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022973.0','1019289.0','488',    '456','363','1329713.77',    '445','320','990720.26',    '336','147','338993.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111237.0','1044856.0','51',    '49','29','71890.31',    '49','29','64573.58',    '23','8','7316.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022974.0','1019289.0','3773',    '3606','3004','11551133.6',    '3541','2588','8908550.61',    '2733','1453','2642582.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111238.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004482.0','1019289.0','71',    '69','34','58484.45',    '68','27','46839.09',    '49','15','11645.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092746.0','1044856.0','5878',    '5693','4470','11633547.92',    '5595','4038','10576844.2',    '3969','1461','1056703.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022975.0','1019289.0','17',    '17','2','3208.81',    '17','1','2446.94',    '8','1','761.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111239.0','1044856.0','2823',    '2743','2317','5871160.02',    '2719','2200','5381932.18',    '1814','596','489227.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022976.0','1019289.0','20',    '20','10','25720.79',    '20','8','15004.55',    '13','5','10716.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111240.0','1044856.0','8',    '8','6','27088.03',    '6','5','26752.79',    '8','1','335.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022977.0','1019289.0','65',    '53','30','170201.27',    '50','27','156086.77',    '28','11','14114.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111241.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004560.0','1019289.0','1',    '1','1','472.85',    '1','1','472.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092824.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004734.0','1019289.0','25',    '25','20','65315.94',    '25','18','63637.02',    '23','7','1678.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092998.0','1044856.0','2',    '2','1','580.0',    '0','0','0.0',    '2','1','580.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022978.0','1019289.0','25',    '16','2','4019.17',    '1','1','2019.17',    '15','1','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111242.0','1044856.0','3683',    '3470','2637','10748494.19',    '3386','2205','8152577.94',    '2720','1433','2595916.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004694.0','1019289.0','168',    '160','131','345176.41',    '150','114','303203.76',    '121','48','41972.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092958.0','1044856.0','22',    '21','17','29560.22',    '19','12','16334.66',    '16','8','13225.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022979.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111243.0','1044856.0','2',    '2','1','2355.54',    '2','1','2355.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004743.0','1019289.0','4',    '2','2','1556.64',    '2','1','1097.64',    '2','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093007.0','1044856.0','129',    '122','92','217043.8',    '114','86','205171.72',    '78','30','11872.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022980.0','1019289.0','2',    '2','2','9268.62',    '2','2','8818.13',    '2','1','450.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111244.0','1044856.0','1',    '1','1','2507.73',    '1','1','1732.0',    '1','1','775.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022981.0','1019289.0','2',    '2','2','31156.44',    '2','2','31156.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111245.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004629.0','1019289.0','161',    '143','122','287852.52',    '137','119','279475.63',    '116','25','8376.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092893.0','1044856.0','43',    '38','38','104925.3',    '38','37','97807.52',    '26','8','7117.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022982.0','1019289.0','1',    '1','1','2446.28',    '1','1','2446.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111246.0','1044856.0','3',    '3','2','7888.81',    '3','1','2030.0',    '2','2','5858.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004737.0','1019289.0','122',    '118','74','252410.33',    '115','70','232116.54',    '88','20','20293.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093001.0','1044856.0','1',    '1','1','1120.82',    '1','1','1120.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022983.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111247.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011123.0','1019289.0','1',    '1','1','6024.31',    '1','1','5565.31',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099387.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022984.0','1019289.0','368',    '358','310','1019977.49',    '357','304','974513.3',    '258','55','45464.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111248.0','1044856.0','7432',    '7246','5703','14783616.67',    '7094','4855','13142994.62',    '5226','2251','1640622.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022985.0','1019289.0','1',    '1','1','1707.57',    '1','1','1507.58',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111249.0','1044856.0','32',    '29','24','57052.56',    '28','22','52414.17',    '18','5','4638.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004622.0','1019289.0','1',    '1','1','1836.86',    '1','1','1836.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092886.0','1044856.0','1',    '1','1','459.0',    '0','0','0.0',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022986.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111250.0','1044856.0','1',    '1','1','22109.09',    '1','1','22109.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004548.0','1019289.0','2',    '2','2','4952.59',    '1','1','4372.59',    '2','1','580.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092812.0','1044856.0','3',    '3','3','5010.22',    '3','3','5010.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004592.0','1019289.0','213',    '194','127','312472.72',    '186','118','286976.35',    '135','35','25496.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092856.0','1044856.0','1',    '1','1','2015.19',    '1','1','2015.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004650.0','1019289.0','1482',    '1417','995','3817850.12',    '1366','759','3115296.19',    '1127','522','702553.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092914.0','1044856.0','2',    '1','1','2828.77',    '1','1','2828.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022987.0','1019289.0','4',    '4','2','4589.71',    '4','2','4589.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111251.0','1044856.0','31',    '28','16','109918.74',    '28','11','98477.25',    '22','6','11441.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022988.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111252.0','1044856.0','5',    '5','5','26120.04',    '5','5','23530.07',    '5','1','2589.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004558.0','1019289.0','1',    '1','1','2339.63',    '1','1','2339.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092822.0','1044856.0','1',    '1','1','2860.34',    '1','1','1785.11',    '1','1','1075.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022989.0','1019289.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111253.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022990.0','1019289.0','45',    '42','33','109598.35',    '39','30','89393.2',    '31','12','20205.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111254.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022991.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111255.0','1044856.0','164',    '147','87','280952.39',    '144','58','214811.59',    '115','49','66140.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022992.0','1019289.0','1',    '1','1','3778.76',    '1','1','3778.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111256.0','1044856.0','1',    '1','1','412.3',    '1','1','412.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022993.0','1019289.0','1',    '1','1','3024.37',    '1','1','3024.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111257.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004577.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092841.0','1044856.0','2286',    '2215','1507','4856881.46',    '2144','1070','3928556.71',    '1826','849','928324.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004736.0','1019289.0','1',    '1','1','1398.35',    '1','1','1398.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093000.0','1044856.0','413',    '400','334','1397278.06',    '394','317','1263518.01',    '294','119','133760.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022994.0','1019289.0','75',    '75','65','105879.13',    '73','63','102070.13',    '49','5','3809.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111258.0','1044856.0','2',    '2','2','3271.86',    '2','2','3271.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004527.0','1019289.0','2',    '2','2','1631.47',    '2','1','399.0',    '2','1','1232.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092791.0','1044856.0','1',    '1','1','1535.97',    '1','1','1535.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022995.0','1019289.0','270',    '197','87','157175.66',    '182','85','151485.72',    '79','4','5689.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111259.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004596.0','1019289.0','4224',    '4122','3100','8131321.3',    '4045','2715','7249759.05',    '2996','1088','881562.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092860.0','1044856.0','1',    '1','1','2924.1',    '1','1','2465.1',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022996.0','1019289.0','1',    '1','1','227.28',    '1','1','227.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111260.0','1044856.0','1',    '1','1','6082.63',    '1','0','0.0',    '1','1','6082.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004801.0','1019289.0','51',    '44','18','84161.18',    '40','15','69720.34',    '37','8','14440.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093065.0','1044856.0','1',    '1','1','5497.79',    '1','1','5203.36',    '1','1','294.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022997.0','1019289.0','8',    '8','4','25212.78',    '8','3','25112.78',    '7','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111261.0','1044856.0','1361',    '1334','1157','2025706.6',    '1326','1149','2001398.98',    '878','58','24307.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004739.0','1019289.0','1',    '1','1','2689.41',    '1','1','1875.29',    '1','1','814.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093003.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022998.0','1019289.0','1',    '1','1','1998.16',    '1','1','1998.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111262.0','1044856.0','2',    '2','2','3456.27',    '2','2','3456.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004709.0','1019289.0','1',    '1','1','1434.85',    '1','1','1434.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092973.0','1044856.0','30',    '30','19','45558.71',    '30','19','43329.88',    '22','1','2228.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022999.0','1019289.0','5961',    '5731','4668','18901957.74',    '5599','3926','14565342.62',    '4491','2619','4336615.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111263.0','1044856.0','25',    '25','24','79217.84',    '25','24','73549.94',    '14','6','5667.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023000.0','1019289.0','47',    '45','30','57866.99',    '43','30','57866.99',    '28','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111264.0','1044856.0','1',    '1','1','3405.29',    '1','1','1806.0',    '1','1','1599.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004511.0','1019289.0','1',    '1','1','2484.0',    '1','1','2484.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092775.0','1044856.0','9',    '9','8','26027.42',    '9','8','25411.17',    '7','1','616.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023001.0','1019289.0','1',    '1','1','2124.12',    '1','1','1779.69',    '1','1','344.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111265.0','1044856.0','29',    '28','18','66714.58',    '26','18','60090.23',    '22','4','6624.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023002.0','1019289.0','1',    '1','1','1156.55',    '1','0','0.0',    '1','1','1156.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111266.0','1044856.0','1',    '1','1','5075.68',    '1','1','5075.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004695.0','1019289.0','1',    '1','1','479.42',    '1','0','0.0',    '1','1','479.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092959.0','1044856.0','1',    '1','1','511.4',    '1','1','511.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023003.0','1019289.0','1',    '1','1','2581.96',    '1','1','2122.96',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111267.0','1044856.0','6',    '5','3','10364.27',    '5','3','9714.61',    '5','1','649.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004697.0','1019289.0','1',    '1','1','900.0',    '0','0','0.0',    '1','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092961.0','1044856.0','173',    '173','149','402370.98',    '173','145','393550.3',    '123','29','8820.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2022995.0','1019289.0','1769',    '1713','1291','4129484.71',    '1663','1090','3572284.57',    '1255','473','557200.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111259.0','1044856.0','3',    '2','1','4534.48',    '2','1','4534.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023004.0','1019289.0','2',    '2','2','2096.76',    '2','2','2096.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111268.0','1044856.0','1',    '1','1','589.86',    '1','1','589.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004828.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093092.0','1044856.0','3571',    '3447','2710','10257860.82',    '3331','2130','7887613.82',    '2821','1613','2370247.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004573.0','1019289.0','1',    '1','1','9209.8',    '1','1','9209.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092837.0','1044856.0','522',    '476','361','1198748.78',    '457','297','935852.18',    '376','162','262896.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004778.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093042.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023005.0','1019289.0','1',    '1','1','592.67',    '1','1','592.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111269.0','1044856.0','58',    '56','37','93768.35',    '54','35','87854.39',    '42','8','5913.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023006.0','1019289.0','632',    '606','448','1547778.6',    '596','413','1292176.42',    '438','170','255602.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111270.0','1044856.0','1',    '1','1','1250.03',    '1','1','1250.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004576.0','1019289.0','498',    '485','421','1357571.9',    '476','402','1194847.5',    '334','126','162724.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092840.0','1044856.0','3',    '3','2','6908.91',    '3','2','6908.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004571.0','1019289.0','14',    '14','7','31378.76',    '13','6','24354.58',    '13','5','7024.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092835.0','1044856.0','1',    '1','1','770.12',    '1','1','770.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004656.0','1019289.0','1',    '1','1','931.0',    '1','1','931.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092920.0','1044856.0','1',    '1','1','3357.96',    '1','1','3357.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004505.0','1019289.0','208',    '201','105','331124.72',    '192','56','258984.47',    '179','71','72140.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092769.0','1044856.0','1',    '1','1','2908.81',    '1','1','2908.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004499.0','1019289.0','1',    '1','1','6903.83',    '1','1','5671.36',    '1','1','1232.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092763.0','1044856.0','51',    '50','43','99131.41',    '50','43','98013.44',    '33','2','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023007.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111271.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004516.0','1019289.0','1',    '1','1','314.49',    '1','0','0.0',    '1','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092780.0','1044856.0','1',    '1','1','1733.73',    '1','1','1733.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023008.0','1019289.0','17',    '16','11','25290.85',    '16','11','25057.1',    '8','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111272.0','1044856.0','46',    '41','27','79832.4',    '38','25','69510.43',    '36','7','10321.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023009.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111273.0','1044856.0','1',    '1','1','2115.75',    '1','1','1882.0',    '1','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023010.0','1019289.0','30',    '29','19','40956.43',    '28','19','40367.57',    '20','2','588.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111274.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023011.0','1019289.0','1',    '1','1','2256.35',    '1','1','2256.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111275.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023012.0','1019289.0','1',    '1','1','2927.42',    '1','1','2468.42',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111276.0','1044856.0','1',    '1','1','1539.3',    '1','1','1539.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004655.0','1019289.0','1',    '1','1','1490.22',    '1','1','1490.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092919.0','1044856.0','1',    '1','1','10000.83',    '1','1','9082.85',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023013.0','1019289.0','1',    '1','1','1172.34',    '1','1','972.35',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111277.0','1044856.0','34',    '32','23','63767.29',    '32','20','58083.55',    '25','9','5683.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004578.0','1019289.0','6',    '6','5','5042.9',    '6','5','4774.15',    '3','1','268.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092842.0','1044856.0','1',    '1','1','1029.17',    '1','1','1029.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023014.0','1019289.0','1',    '1','1','10428.85',    '1','1','10428.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111278.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023015.0','1019289.0','9',    '9','6','22721.7',    '6','5','17612.7',    '7','2','5109.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111279.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023016.0','1019289.0','738',    '710','532','1901777.25',    '692','382','1459909.67',    '546','279','441867.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111280.0','1044856.0','637',    '619','432','1864955.18',    '604','394','1755727.06',    '493','142','109228.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023017.0','1019289.0','1',    '1','1','3611.54',    '1','1','2030.0',    '1','1','1581.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111281.0','1044856.0','2560',    '2491','2063','4777407.62',    '2464','1942','4317927.25',    '1581','552','459480.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023018.0','1019289.0','4',    '3','3','7402.59',    '3','3','6882.64',    '2','2','519.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111282.0','1044856.0','9',    '9','4','6990.81',    '9','4','6990.81',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023019.0','1019289.0','1',    '1','1','876.32',    '1','1','876.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111283.0','1044856.0','1',    '1','1','3268.5',    '1','0','0.0',    '1','1','3268.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023020.0','1019289.0','17',    '15','12','34562.93',    '15','12','33746.69',    '9','2','816.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111284.0','1044856.0','10',    '9','4','13626.57',    '7','4','13626.57',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023021.0','1019289.0','3',    '3','2','4237.65',    '3','2','4237.65',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111285.0','1044856.0','5',    '4','4','5025.01',    '4','4','4557.96',    '4','2','467.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023022.0','1019289.0','382',    '372','298','733755.74',    '365','282','670691.95',    '264','78','63063.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111286.0','1044856.0','277',    '273','219','713026.1',    '267','200','672253.72',    '186','54','40772.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004787.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093051.0','1044856.0','16',    '15','9','23599.63',    '15','8','22915.38',    '10','2','684.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023023.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111287.0','1044856.0','42',    '40','31','56168.1',    '40','31','53864.83',    '26','8','2303.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023024.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111288.0','1044856.0','22',    '21','17','69641.47',    '21','17','69641.47',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004790.0','1019289.0','153',    '149','107','265558.92',    '142','98','241026.2',    '97','29','24532.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093054.0','1044856.0','4',    '4','3','6276.74',    '4','3','6276.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023025.0','1019289.0','2',    '2','2','3503.63',    '2','2','3503.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111289.0','1044856.0','337',    '319','285','1168337.72',    '315','252','883773.61',    '229','160','284564.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023026.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111290.0','1044856.0','97',    '94','48','198850.45',    '92','38','170037.08',    '74','21','28813.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023027.0','1019289.0','228',    '214','174','690557.42',    '205','143','539738.7',    '171','86','150818.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111291.0','1044856.0','895',    '819','643','1909317.22',    '792','587','1690633.85',    '597','228','218683.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004732.0','1019289.0','3',    '3','3','11501.18',    '3','1','869.04',    '3','3','10632.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092996.0','1044856.0','2',    '2','2','5992.86',    '2','2','5533.86',    '2','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004507.0','1019289.0','1',    '1','1','900.41',    '1','1','900.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092771.0','1044856.0','116',    '111','92','282593.57',    '107','91','274624.79',    '79','14','7968.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023028.0','1019289.0','1',    '1','1','2210.88',    '1','0','0.0',    '1','1','2210.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111292.0','1044856.0','77',    '61','36','143938.67',    '49','21','115229.75',    '48','19','28708.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023029.0','1019289.0','11',    '11','9','29187.13',    '11','9','28328.15',    '6','2','858.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111293.0','1044856.0','3847',    '3708','3211','14201037.35',    '3637','2870','12028586.95',    '2840','1633','2172450.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023030.0','1019289.0','137',    '136','68','192356.44',    '129','53','169894.39',    '112','35','22462.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111294.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004678.0','1019289.0','6',    '6','4','28791.57',    '6','4','28791.57',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092942.0','1044856.0','1879',    '1828','1191','4286548.86',    '1789','897','3667005.55',    '1475','666','619543.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004590.0','1019289.0','124',    '120','105','354848.53',    '120','103','339492.38',    '76','17','15356.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092854.0','1044856.0','2',    '2','2','5014.74',    '2','1','3822.0',    '2','2','1192.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004601.0','1019289.0','1',    '1','1','3574.54',    '1','1','3280.11',    '1','1','294.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092865.0','1044856.0','2',    '2','1','765.45',    '1','1','765.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004670.0','1019289.0','1',    '1','1','17553.29',    '1','1','10923.65',    '1','1','6629.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092934.0','1044856.0','1',    '1','1','1329.02',    '1','1','1329.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023031.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111295.0','1044856.0','2',    '2','1','858.98',    '2','0','0.0',    '1','1','858.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023032.0','1019289.0','1988',    '1954','1446','5189601.27',    '1907','1272','4653070.23',    '1471','537','536531.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111296.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023033.0','1019289.0','1',    '1','1','2088.52',    '1','1','2088.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111297.0','1044856.0','1',    '1','1','567.68',    '1','0','0.0',    '1','1','567.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023034.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111298.0','1044856.0','294',    '291','211','908604.96',    '286','199','876896.54',    '228','42','31708.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023035.0','1019289.0','94',    '92','71','197782.84',    '88','67','180321.21',    '68','19','17461.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111299.0','1044856.0','14',    '14','7','37927.1',    '13','7','36202.88',    '8','2','1724.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023036.0','1019289.0','24',    '24','20','60223.87',    '24','20','59790.13',    '19','2','433.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111300.0','1044856.0','12',    '11','9','54777.13',    '11','7','52367.31',    '7','2','2409.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002377.0','1019289.0','3',    '3','2','9004.68',    '3','1','4354.68',    '2','1','4650.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090641.0','1044856.0','132',    '127','101','212555.79',    '126','98','204015.99',    '99','25','8539.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023037.0','1019289.0','319',    '308','263','866533.76',    '306','259','810712.16',    '215','70','55821.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111301.0','1044856.0','41',    '40','23','67155.27',    '39','22','65089.44',    '31','5','2065.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002807.0','1019289.0','26',    '26','13','67178.31',    '26','12','59659.84',    '22','6','7518.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091071.0','1044856.0','2',    '2','1','2345.88',    '2','1','2345.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023038.0','1019289.0','4',    '4','2','6395.82',    '3','2','6395.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111302.0','1044856.0','474',    '469','363','714191.5',    '465','349','677518.19',    '331','67','36673.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023039.0','1019289.0','1',    '1','1','2953.45',    '1','1','2953.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111303.0','1044856.0','1',    '1','1','580.0',    '0','0','0.0',    '1','1','580.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023040.0','1019289.0','1',    '1','1','2300.11',    '1','1','1832.62',    '1','1','467.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111304.0','1044856.0','1',    '1','1','630.42',    '1','1','630.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023041.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111305.0','1044856.0','4',    '4','3','4629.53',    '4','3','4429.54',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002612.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090876.0','1044856.0','1',    '1','1','2276.15',    '1','1','1817.15',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023042.0','1019289.0','3',    '3','1','337.5',    '2','0','0.0',    '2','1','337.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111306.0','1044856.0','72',    '71','48','154913.76',    '71','45','149081.07',    '51','10','5832.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004532.0','1019289.0','430',    '415','254','1280265.55',    '408','244','1207129.0',    '306','92','73136.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092796.0','1044856.0','810',    '797','607','1845615.62',    '781','523','1650554.32',    '578','218','195061.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023043.0','1019289.0','76',    '72','55','149398.39',    '70','53','135027.54',    '53','14','14370.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111307.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023044.0','1019289.0','8',    '8','7','19040.16',    '8','7','18520.48',    '7','2','519.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111308.0','1044856.0','2',    '2','2','2189.76',    '2','2','2189.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023045.0','1019289.0','731',    '714','494','1809966.84',    '703','435','1706112.51',    '542','159','103854.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111309.0','1044856.0','217',    '212','171','488721.22',    '207','163','458271.99',    '151','20','30449.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023046.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111310.0','1044856.0','74',    '71','40','139563.66',    '68','34','122545.18',    '53','16','17018.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023047.0','1019289.0','29',    '29','20','37321.6',    '29','20','37121.61',    '19','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111311.0','1044856.0','1',    '1','1','8668.6',    '1','1','7230.0',    '1','1','1438.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004689.0','1019289.0','1',    '1','1','4650.0',    '0','0','0.0',    '1','1','4650.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092953.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023048.0','1019289.0','201',    '198','137','446579.26',    '196','133','438690.05',    '149','20','7889.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111312.0','1044856.0','2345',    '2237','1865','7743024.14',    '2199','1765','7220471.49',    '1647','639','522552.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004509.0','1019289.0','1',    '1','1','1808.0',    '1','1','1808.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092773.0','1044856.0','5',    '5','4','9696.73',    '5','4','8824.57',    '5','1','872.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023049.0','1019289.0','15',    '15','8','16585.86',    '15','6','14455.45',    '14','4','2130.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111313.0','1044856.0','13',    '12','5','7863.64',    '12','4','6131.17',    '8','2','1732.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004651.0','1019289.0','779',    '751','668','2180555.13',    '746','630','1936784.18',    '528','212','243770.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092915.0','1044856.0','5',    '5','4','15513.73',    '5','4','14854.74',    '4','1','658.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023050.0','1019289.0','18',    '18','17','33215.87',    '18','16','32648.19',    '12','1','567.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111314.0','1044856.0','143',    '140','71','287646.69',    '139','55','250388.62',    '125','35','37258.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023051.0','1019289.0','6',    '6','5','20213.63',    '6','5','20213.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111315.0','1044856.0','4',    '3','2','10074.31',    '3','2','3612.0',    '3','2','6462.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004646.0','1019289.0','1',    '1','1','1102.93',    '1','1','1102.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092910.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002681.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090945.0','1044856.0','251',    '242','199','893256.47',    '239','188','815647.12',    '161','62','77609.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023052.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111316.0','1044856.0','1',    '1','1','1980.82',    '1','1','1980.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002694.0','1019289.0','1',    '1','1','8287.49',    '1','1','8287.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090958.0','1044856.0','14',    '14','12','22262.58',    '14','11','21235.9',    '11','2','1026.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004535.0','1019289.0','2',    '2','1','1264.02',    '2','1','1264.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092799.0','1044856.0','6382',    '6112','5412','20794158.61',    '6049','4973','16611050.88',    '4443','2616','4183107.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023053.0','1019289.0','5',    '5','3','10722.39',    '5','3','10522.4',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111317.0','1044856.0','1',    '1','1','4766.37',    '1','1','1495.92',    '1','1','3270.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023054.0','1019289.0','15',    '15','12','30354.14',    '15','10','23000.74',    '11','4','7353.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111318.0','1044856.0','8',    '8','5','20577.35',    '8','2','15845.93',    '8','5','4731.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004480.0','1019289.0','1',    '1','1','9611.33',    '1','1','8126.0',    '1','1','1485.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092744.0','1044856.0','42',    '40','34','44682.51',    '40','34','42956.06',    '27','6','1726.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004487.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092751.0','1044856.0','259',    '246','219','727195.88',    '245','217','687180.13',    '190','54','40015.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023055.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111319.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023056.0','1019289.0','1',    '1','1','3080.13',    '1','1','3080.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111320.0','1044856.0','3',    '3','2','1966.19',    '3','2','1766.2',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004625.0','1019289.0','2',    '2','2','4552.72',    '2','2','4093.72',    '2','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092889.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023057.0','1019289.0','284',    '280','220','852803.03',    '277','209','814409.31',    '209','53','38393.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111321.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004612.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092876.0','1044856.0','21',    '18','9','20944.86',    '18','9','20944.86',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023058.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111322.0','1044856.0','32',    '31','21','66218.48',    '30','21','65924.05',    '16','1','294.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023059.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111323.0','1044856.0','1',    '1','1','5906.18',    '1','1','5906.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023060.0','1019289.0','1',    '1','1','1466.0',    '1','0','0.0',    '1','1','1466.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111324.0','1044856.0','820',    '773','563','2345162.74',    '752','516','1984023.54',    '568','234','361139.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004758.0','1019289.0','5',    '5','4','51231.9',    '5','4','51006.65',    '4','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093022.0','1044856.0','533',    '507','284','848788.96',    '485','238','793431.59',    '368','87','55357.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023061.0','1019289.0','430',    '420','295','1167819.1',    '405','256','1100331.29',    '359','104','67487.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111325.0','1044856.0','10',    '10','4','13631.98',    '10','4','13631.98',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023062.0','1019289.0','1',    '1','1','508.56',    '1','1','508.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111326.0','1044856.0','14',    '14','7','13207.91',    '14','2','10161.67',    '12','6','3046.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023063.0','1019289.0','28',    '28','15','49492.72',    '25','10','46564.22',    '19','7','2928.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111327.0','1044856.0','1',    '1','1','1687.7',    '1','1','1687.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004712.0','1019289.0','599',    '586','305','989166.6',    '570','289','946922.19',    '428','83','42244.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092976.0','1044856.0','38',    '38','32','64982.74',    '38','30','59394.54',    '28','10','5588.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023064.0','1019289.0','1',    '1','1','675.16',    '1','0','0.0',    '1','1','675.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111328.0','1044856.0','1',    '1','1','8532.48',    '1','1','4039.07',    '1','1','4493.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023065.0','1019289.0','108',    '104','57','265712.45',    '101','50','242372.6',    '82','24','23339.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111329.0','1044856.0','110',    '105','84','206398.56',    '104','80','190771.23',    '80','27','15627.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004501.0','1019289.0','13',    '13','5','6085.91',    '13','4','4290.5',    '6','2','1795.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092765.0','1044856.0','4',    '4','1','838.12',    '3','1','838.12',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023066.0','1019289.0','1134',    '1108','727','2326995.77',    '1076','615','2095495.98',    '842','288','231499.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111330.0','1044856.0','210',    '204','107','426946.37',    '200','85','381836.91',    '168','57','45109.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004693.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092957.0','1044856.0','184',    '167','144','544740.41',    '162','133','459062.94',    '124','57','85677.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023067.0','1019289.0','19',    '17','11','19009.93',    '17','11','16636.8',    '12','1','2373.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111331.0','1044856.0','1',    '1','1','2477.85',    '1','1','2244.1',    '1','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004765.0','1019289.0','26',    '22','18','34312.94',    '22','17','34018.51',    '16','1','294.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093029.0','1044856.0','15',    '13','10','48925.26',    '13','10','48417.8',    '12','3','507.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023068.0','1019289.0','5',    '5','5','7902.05',    '5','3','4912.22',    '5','4','2989.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111332.0','1044856.0','128',    '108','84','309806.89',    '105','76','290447.61',    '78','27','19359.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023069.0','1019289.0','23',    '20','16','43254.78',    '18','13','36754.55',    '11','4','6500.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111333.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023070.0','1019289.0','3',    '2','1','879.02',    '2','1','879.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111334.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002438.0','1019289.0','1',    '1','1','1224.11',    '1','1','1224.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090702.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004486.0','1019289.0','3',    '2','1','1012.0',    '2','1','1012.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092750.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004595.0','1019289.0','9',    '7','3','8062.73',    '7','3','3175.45',    '4','2','4887.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092859.0','1044856.0','1',    '1','1','14246.87',    '1','1','13658.0',    '1','1','588.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004819.0','1019289.0','7',    '6','5','13991.88',    '6','5','13791.89',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093083.0','1044856.0','2',    '2','1','11293.09',    '2','1','11293.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004623.0','1019289.0','12',    '12','6','14490.68',    '10','5','13371.3',    '12','3','1119.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092887.0','1044856.0','4',    '4','2','2490.87',    '4','2','2118.47',    '3','1','372.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004770.0','1019289.0','1',    '1','1','1001.45',    '1','1','1001.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093034.0','1044856.0','5',    '5','1','6571.42',    '5','1','6382.65',    '1','1','188.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023071.0','1019289.0','28',    '27','20','39453.46',    '26','20','34686.14',    '19','3','4767.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111335.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023072.0','1019289.0','17',    '16','11','26094.28',    '15','11','26094.28',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111336.0','1044856.0','24',    '20','5','2655.7',    '19','0','0.0',    '16','5','2655.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023073.0','1019289.0','183',    '174','122','345186.67',    '169','112','325753.18',    '125','30','19433.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111337.0','1044856.0','2',    '2','1','5172.97',    '2','1','5172.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023074.0','1019289.0','1',    '1','1','2778.52',    '1','1','2319.52',    '1','1','459.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111338.0','1044856.0','5',    '5','2','2937.24',    '5','2','2937.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023075.0','1019289.0','8',    '7','6','16034.54',    '7','6','15720.05',    '3','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111339.0','1044856.0','79',    '76','25','55143.73',    '76','19','48998.1',    '25','10','6145.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004570.0','1019289.0','28',    '23','22','69692.84',    '23','21','68487.94',    '14','4','1204.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092834.0','1044856.0','189',    '160','75','222807.2',    '154','68','184489.46',    '69','23','38317.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023076.0','1019289.0','9',    '7','5','18424.95',    '7','5','9249.59',    '6','3','9175.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111340.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004497.0','1019289.0','19',    '17','11','19694.4',    '17','10','16901.91',    '6','3','2792.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092761.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023077.0','1019289.0','13',    '11','5','8038.6',    '11','5','8038.6',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111341.0','1044856.0','27',    '26','11','74480.24',    '25','11','72579.38',    '20','4','1900.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023078.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111342.0','1044856.0','1',    '1','1','390.56',    '1','0','0.0',    '1','1','390.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023079.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111343.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023080.0','1019289.0','9',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111344.0','1044856.0','1',    '1','1','5537.79',    '1','1','5174.46',    '1','1','363.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023081.0','1019289.0','2',    '2','1','5975.58',    '2','1','5975.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111345.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004611.0','1019289.0','8',    '7','3','1370.73',    '6','1','778.54',    '5','2','592.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092875.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004657.0','1019289.0','4',    '4','3','8805.33',    '4','3','8571.58',    '4','1','233.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092921.0','1044856.0','24',    '18','2','3541.69',    '16','1','1960.0',    '10','2','1581.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004627.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092891.0','1044856.0','14',    '11','7','17664.54',    '10','5','15008.25',    '9','5','2656.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023082.0','1019289.0','10',    '7','1','4105.6',    '7','1','4105.6',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111346.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004761.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093025.0','1044856.0','1',    '1','1','2480.0',    '1','1','2480.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004791.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093055.0','1044856.0','6',    '6','4','13338.77',    '6','4','13338.77',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023083.0','1019289.0','7',    '7','5','6901.76',    '7','5','6901.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111347.0','1044856.0','1',    '1','1','3958.26',    '1','1','3958.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023084.0','1019289.0','48',    '45','37','98532.36',    '40','30','91565.45',    '33','12','6966.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111348.0','1044856.0','27',    '22','20','78098.25',    '21','20','76701.4',    '13','2','1396.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004703.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092967.0','1044856.0','233',    '213','127','341861.7',    '199','105','177449.49',    '142','62','164412.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004635.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092899.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004699.0','1019289.0','101',    '94','30','63862.3',    '93','23','58843.26',    '44','10','5019.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092963.0','1044856.0','23',    '17','11','32207.31',    '16','8','26628.65',    '7','4','5578.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023085.0','1019289.0','15',    '14','1','1070.0',    '12','1','1070.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111349.0','1044856.0','15',    '15','5','34465.02',    '15','5','32637.13',    '9','2','1827.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004781.0','1019289.0','1',    '1','1','1050.0',    '1','1','1050.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093045.0','1044856.0','770',    '742','586','2195641.96',    '729','557','2095198.05',    '547','159','100443.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004692.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092956.0','1044856.0','1',    '1','1','1935.64',    '1','1','1935.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023086.0','1019289.0','1',    '1','1','730.93',    '1','1','730.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111350.0','1044856.0','20',    '18','12','21877.61',    '18','12','20649.26',    '14','1','1228.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004708.0','1019289.0','207',    '193','62','211098.15',    '180','40','145229.93',    '132','33','65868.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092972.0','1044856.0','35',    '33','14','26756.21',    '33','11','24228.62',    '25','7','2527.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023087.0','1019289.0','41',    '40','21','46821.66',    '39','21','44312.22',    '16','2','2509.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111351.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004738.0','1019289.0','15',    '11','5','16766.81',    '10','4','9266.81',    '4','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093002.0','1044856.0','53',    '48','24','70508.63',    '48','22','69405.56',    '20','3','1103.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023088.0','1019289.0','9',    '7','4','39504.54',    '5','4','38586.56',    '6','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111352.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023089.0','1019289.0','16',    '12','6','11356.15',    '11','3','4259.42',    '7','3','7096.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111353.0','1044856.0','2',    '2','1','2965.25',    '2','1','2276.97',    '1','1','688.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004599.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092863.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023090.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111354.0','1044856.0','86',    '84','36','118556.47',    '81','36','115099.8',    '45','3','3456.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004520.0','1019289.0','53',    '45','9','32459.45',    '37','5','23331.78',    '34','8','9127.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092784.0','1044856.0','1',    '1','1','10985.69',    '1','1','9899.49',    '1','1','1086.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002405.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090669.0','1044856.0','3',    '3','1','588.71',    '3','1','588.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023091.0','1019289.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111355.0','1044856.0','2',    '2','1','809.92',    '2','1','809.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002843.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091107.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023092.0','1019289.0','16',    '15','5','15259.25',    '12','4','12730.59',    '10','3','2528.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111356.0','1044856.0','19',    '16','15','58600.22',    '15','13','57511.07',    '7','3','1089.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004547.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092811.0','1044856.0','44',    '34','25','100397.97',    '32','24','96031.07',    '24','5','4366.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023093.0','1019289.0','8',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111357.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023094.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111358.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004531.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092795.0','1044856.0','29',    '26','15','92342.85',    '22','11','58644.47',    '19','7','33698.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023095.0','1019289.0','9',    '7','4','14168.36',    '7','4','14168.36',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111359.0','1044856.0','2',    '2','1','681.04',    '2','1','681.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023096.0','1019289.0','3',    '3','2','12148.74',    '3','2','12148.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111360.0','1044856.0','7',    '7','3','6732.15',    '7','1','3104.4',    '6','2','3627.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004763.0','1019289.0','1',    '1','1','4637.46',    '1','1','4637.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093027.0','1044856.0','16',    '15','3','1618.11',    '15','1','1364.41',    '12','2','253.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004707.0','1019289.0','35',    '33','18','46205.32',    '33','16','41775.17',    '20','5','4430.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092971.0','1044856.0','2',    '1','1','4801.7',    '1','1','4801.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004608.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092872.0','1044856.0','10',    '9','7','5022.45',    '8','6','3648.31',    '5','2','1374.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023097.0','1019289.0','5',    '5','5','17688.36',    '5','5','17488.37',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111361.0','1044856.0','3',    '2','1','4859.38',    '2','1','4859.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004594.0','1019289.0','34',    '33','16','40161.23',    '31','11','35853.47',    '24','6','4307.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092858.0','1044856.0','24',    '19','5','54814.16',    '19','5','47045.82',    '9','3','7768.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023098.0','1019289.0','102',    '100','36','33247.3',    '90','11','20764.16',    '84','28','12483.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111362.0','1044856.0','17',    '17','1','526.14',    '17','1','351.14',    '6','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023099.0','1019289.0','30',    '29','12','18324.5',    '29','12','16916.27',    '17','3','1408.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111363.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023100.0','1019289.0','22',    '20','8','11278.57',    '19','7','9673.57',    '7','1','1605.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111364.0','1044856.0','9',    '9','2','3931.4',    '9','1','3374.53',    '7','2','556.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023101.0','1019289.0','5',    '5','2','4943.25',    '5','2','4943.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111365.0','1044856.0','15',    '10','0','0.0',    '5','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004744.0','1019289.0','139',    '113','12','22616.07',    '100','6','15092.03',    '55','8','7524.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093008.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004714.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092978.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004764.0','1019289.0','9',    '4','2','13929.49',    '2','1','12138.0',    '4','2','1791.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093028.0','1044856.0','2',    '2','2','9956.47',    '1','1','7524.0',    '2','2','2432.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004810.0','1019289.0','4',    '4','4','21836.61',    '4','4','21636.62',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093074.0','1044856.0','11',    '9','7','28106.36',    '9','7','28106.36',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023102.0','1019289.0','8',    '8','8','26873.22',    '8','8','26180.48',    '5','1','692.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111366.0','1044856.0','1',    '1','1','976.38',    '1','1','976.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023103.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111367.0','1044856.0','6',    '5','0','0.0',    '3','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023104.0','1019289.0','58',    '57','35','84169.85',    '56','35','81966.22',    '37','5','2203.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111368.0','1044856.0','7',    '7','1','1684.0',    '7','1','1684.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004818.0','1019289.0','79',    '75','46','124234.06',    '71','41','107273.54',    '54','13','16960.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093082.0','1044856.0','1',    '1','1','2248.68',    '1','1','2248.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023105.0','1019289.0','46',    '41','24','352456.81',    '41','22','321203.19',    '27','11','31253.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111369.0','1044856.0','15',    '13','4','27129.92',    '12','3','5035.02',    '9','4','22094.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023106.0','1019289.0','136',    '109','30','72882.56',    '95','21','36033.12',    '69','22','36849.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111370.0','1044856.0','6',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023107.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111371.0','1044856.0','1',    '1','1','2836.52',    '1','1','1918.54',    '1','1','917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023108.0','1019289.0','48',    '42','27','171584.22',    '42','27','169957.57',    '25','4','1626.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111372.0','1044856.0','12',    '10','9','16758.61',    '10','9','16057.37',    '8','2','701.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023109.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111373.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023110.0','1019289.0','1',    '1','1','185.37',    '1','1','185.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111374.0','1044856.0','24',    '22','20','63652.73',    '22','20','63452.74',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023111.0','1019289.0','1',    '1','1','689.63',    '1','1','689.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111375.0','1044856.0','29',    '28','27','73732.31',    '28','26','71354.54',    '20','4','2377.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023112.0','1019289.0','10',    '10','0','0.0',    '10','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111376.0','1044856.0','26',    '25','7','8291.17',    '25','6','7902.87',    '10','1','388.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023113.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111377.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023114.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111378.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023115.0','1019289.0','83',    '79','40','51066.08',    '76','35','47496.25',    '30','7','3569.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111379.0','1044856.0','40',    '39','15','25693.44',    '39','14','24468.09',    '19','2','1225.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023116.0','1019289.0','3',    '3','1','7500.0',    '3','0','0.0',    '2','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111380.0','1044856.0','13',    '13','9','21950.19',    '11','7','18785.58',    '10','6','3164.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023117.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111381.0','1044856.0','2',    '2','1','560.2',    '2','1','560.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023118.0','1019289.0','4',    '3','1','2617.22',    '3','1','2617.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111382.0','1044856.0','22',    '17','12','35139.49',    '17','11','34614.5',    '9','2','524.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023119.0','1019289.0','1',    '1','1','3468.29',    '1','1','3468.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111383.0','1044856.0','3',    '1','1','1852.44',    '1','1','1852.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023120.0','1019289.0','8',    '8','4','10709.27',    '8','4','8086.5',    '3','2','2622.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111384.0','1044856.0','14',    '12','8','15105.57',    '12','8','8669.13',    '9','1','6436.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004777.0','1019289.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093041.0','1044856.0','8',    '7','4','7908.87',    '7','3','7221.98',    '4','2','686.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023121.0','1019289.0','1',    '1','1','3287.7',    '1','1','1120.0',    '1','1','2167.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111385.0','1044856.0','6',    '6','3','1651.82',    '5','0','0.0',    '5','3','1651.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004733.0','1019289.0','5',    '5','1','474.24',    '5','1','474.24',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092997.0','1044856.0','9',    '7','2','13858.06',    '7','2','13858.06',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004830.0','1019289.0','35',    '33','10','39560.63',    '33','7','38424.28',    '25','4','1136.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093094.0','1044856.0','41',    '39','26','63734.61',    '38','24','50381.08',    '25','8','13353.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023122.0','1019289.0','84',    '76','33','122108.43',    '71','29','107912.41',    '38','10','14196.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111386.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023123.0','1019289.0','10',    '10','3','5708.66',    '9','3','5708.66',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111387.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023124.0','1019289.0','50',    '44','3','9268.49',    '43','3','8758.49',    '27','2','510.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111388.0','1044856.0','301',    '269','39','109189.24',    '246','31','77768.66',    '152','14','31420.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004735.0','1019289.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092999.0','1044856.0','18',    '12','2','1505.5',    '11','1','905.04',    '10','2','600.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023125.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111389.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023126.0','1019289.0','1',    '1','1','10315.23',    '1','1','10112.5',    '1','1','202.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111390.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023127.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111391.0','1044856.0','6',    '5','2','9520.0',    '4','1','1120.0',    '2','1','8400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023128.0','1019289.0','4',    '3','1','468.02',    '2','1','468.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111392.0','1044856.0','23',    '19','9','39219.16',    '18','9','34331.2',    '10','4','4887.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023129.0','1019289.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111393.0','1044856.0','29',    '15','2','2347.21',    '11','2','2144.48',    '11','1','202.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023130.0','1019289.0','32',    '29','9','13012.01',    '28','8','8399.88',    '21','3','4612.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111394.0','1044856.0','100',    '74','32','181446.74',    '70','30','142520.07',    '46','19','38926.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023131.0','1019289.0','249',    '230','79','446150.85',    '221','68','334201.34',    '118','36','111949.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111395.0','1044856.0','58',    '56','14','15344.97',    '56','12','13663.43',    '30','4','1681.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004802.0','1019289.0','1',    '1','1','869.59',    '1','1','869.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093066.0','1044856.0','36',    '35','9','6554.95',    '31','2','2669.45',    '28','8','3885.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023132.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111396.0','1044856.0','8',    '8','7','20556.25',    '8','7','20399.0',    '5','1','157.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023133.0','1019289.0','2',    '1','1','1160.64',    '1','1','1160.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111397.0','1044856.0','144',    '138','109','436788.76',    '133','94','404241.93',    '105','36','32546.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004719.0','1019289.0','145',    '136','27','33062.86',    '131','21','29597.45',    '82','9','3465.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092983.0','1044856.0','73',    '70','55','171053.82',    '68','52','163818.42',    '47','11','7235.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023134.0','1019289.0','10',    '9','6','37993.38',    '8','6','37545.7',    '4','1','447.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111398.0','1044856.0','5',    '5','2','1139.16',    '5','1','748.6',    '5','1','390.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023135.0','1019289.0','33',    '17','3','1230.6',    '17','0','0.0',    '10','3','1230.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111399.0','1044856.0','22',    '22','21','51387.11',    '22','20','50019.66',    '13','6','1367.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023136.0','1019289.0','9',    '5','2','4916.0',    '5','2','4708.5',    '4','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111400.0','1044856.0','6',    '6','4','4634.62',    '6','4','4634.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023137.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111401.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023138.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111402.0','1044856.0','5',    '4','2','4202.04',    '4','2','4202.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004674.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092938.0','1044856.0','16',    '13','12','41768.84',    '13','12','40700.74',    '8','2','1068.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004746.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093010.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004798.0','1019289.0','60',    '55','38','131284.22',    '47','33','114969.52',    '46','11','16314.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093062.0','1044856.0','189',    '163','86','754542.15',    '148','63','521312.85',    '122','54','233229.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004731.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092995.0','1044856.0','2',    '2','1','6663.59',    '2','1','6663.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004776.0','1019289.0','17',    '13','5','19175.82',    '13','5','6353.9',    '7','4','12821.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093040.0','1044856.0','235',    '202','39','112053.18',    '177','31','88741.99',    '130','14','23311.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004727.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092991.0','1044856.0','9',    '9','7','10688.77',    '9','5','9218.43',    '8','2','1470.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004829.0','1019289.0','4',    '3','1','366.56',    '3','1','366.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093093.0','1044856.0','4',    '4','1','430.0',    '4','0','0.0',    '3','1','430.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004757.0','1019289.0','25',    '25','20','97810.4',    '25','18','95647.68',    '18','6','2162.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093021.0','1044856.0','681',    '665','451','1823755.27',    '651','353','1616197.1',    '512','205','207558.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023139.0','1019289.0','3',    '3','3','5091.09',    '3','3','3993.32',    '3','1','1097.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111403.0','1044856.0','1',    '1','1','2483.57',    '1','1','2483.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004784.0','1019289.0','20',    '20','14','39955.08',    '20','10','31856.17',    '18','6','8098.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093048.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004831.0','1019289.0','8',    '8','4','26868.38',    '8','4','25750.41',    '7','2','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093095.0','1044856.0','2',    '2','2','880.66',    '2','2','880.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023140.0','1019289.0','20',    '20','10','32446.08',    '19','9','28189.67',    '16','4','4256.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111404.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023141.0','1019289.0','13',    '10','1','915.16',    '10','1','915.16',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111405.0','1044856.0','3',    '2','1','7529.16',    '2','1','7448.99',    '1','1','80.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023142.0','1019289.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111406.0','1044856.0','152',    '116','43','285878.95',    '93','31','177182.36',    '71','25','108696.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023143.0','1019289.0','15',    '15','8','13074.11',    '15','8','12505.63',    '10','2','568.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111407.0','1044856.0','446',    '432','356','1541732.49',    '414','318','1361039.39',    '347','141','180693.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023144.0','1019289.0','1',    '1','1','2904.66',    '1','1','2904.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111408.0','1044856.0','1469',    '1384','1140','4922891.44',    '1364','1043','3998592.82',    '1053','499','924298.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023145.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111409.0','1044856.0','2',    '2','1','580.0',    '2','0','0.0',    '2','1','580.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023146.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111410.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023147.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111411.0','1044856.0','60',    '60','48','174011.06',    '60','47','156059.11',    '42','10','17951.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023148.0','1019289.0','8',    '8','7','14847.86',    '8','7','14512.62',    '7','1','335.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111412.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004691.0','1019289.0','22',    '21','10','21416.66',    '21','8','13557.66',    '10','2','7859.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092955.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004742.0','1019289.0','9',    '9','3','1522.24',    '8','3','1522.24',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093006.0','1044856.0','2',    '2','1','14630.31',    '2','1','14630.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023149.0','1019289.0','125',    '116','60','210641.05',    '104','52','124737.65',    '67','21','85903.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111413.0','1044856.0','13',    '13','5','2950.68',    '13','5','2950.68',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023150.0','1019289.0','18',    '15','9','17053.54',    '15','8','13158.76',    '8','2','3894.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111414.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023151.0','1019289.0','7',    '7','5','11507.49',    '7','5','11307.5',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111415.0','1044856.0','183',    '165','25','59980.38',    '153','21','58356.3',    '102','6','1624.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023152.0','1019289.0','16',    '14','2','3247.87',    '13','2','3247.87',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111416.0','1044856.0','44',    '38','2','1549.9',    '30','1','1128.4',    '24','1','421.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023153.0','1019289.0','12',    '10','1','225.25',    '8','0','0.0',    '8','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111417.0','1044856.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023154.0','1019289.0','3',    '2','2','9211.24',    '2','2','8212.3',    '2','2','998.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111418.0','1044856.0','11',    '9','2','3336.0',    '8','1','1626.0',    '6','1','1710.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023155.0','1019289.0','1',    '1','1','445.82',    '1','1','445.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111419.0','1044856.0','28',    '24','7','34238.73',    '22','7','13560.53',    '14','3','20678.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023156.0','1019289.0','41',    '39','24','47764.59',    '36','22','36415.7',    '15','4','11348.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111420.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023157.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111421.0','1044856.0','8',    '7','1','1116.72',    '7','1','1116.72',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004754.0','1019289.0','31',    '30','14','79420.19',    '30','12','73462.62',    '18','5','5957.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093018.0','1044856.0','9',    '6','2','2862.0',    '5','1','2312.0',    '4','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004602.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092866.0','1044856.0','44',    '39','16','46606.42',    '39','13','39898.24',    '21','6','6708.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023158.0','1019289.0','2',    '2','2','11256.36',    '2','2','3292.0',    '2','1','7964.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111422.0','1044856.0','213',    '194','61','161287.19',    '182','57','149928.34',    '96','10','11358.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004805.0','1019289.0','7',    '7','5','17439.81',    '7','5','17439.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093069.0','1044856.0','10',    '10','4','5678.33',    '10','4','5375.83',    '8','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023159.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111423.0','1044856.0','68',    '56','42','114752.84',    '56','42','110963.65',    '33','7','3789.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004797.0','1019289.0','10',    '10','9','26149.05',    '10','9','25791.81',    '4','2','357.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093061.0','1044856.0','1',    '1','1','15462.96',    '1','1','15462.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023160.0','1019289.0','13',    '12','3','6639.06',    '12','2','6452.86',    '7','1','186.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111424.0','1044856.0','1512',    '1397','1075','3186432.31',    '1320','897','2748921.58',    '1109','529','437510.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004715.0','1019289.0','40',    '40','18','198017.4',    '40','18','179288.94',    '17','5','18728.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092979.0','1044856.0','21',    '21','11','14615.49',    '19','8','13581.92',    '14','3','1033.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004820.0','1019289.0','1',    '1','1','1025.28',    '1','1','1025.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093084.0','1044856.0','25',    '24','2','6509.8',    '23','2','6509.8',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023161.0','1019289.0','63',    '57','27','189075.52',    '56','27','164140.68',    '26','8','24934.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111425.0','1044856.0','14',    '14','6','32505.91',    '14','6','23219.76',    '6','2','9286.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023162.0','1019289.0','15',    '15','12','32873.45',    '13','11','26073.45',    '5','1','6800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111426.0','1044856.0','3',    '3','2','5850.9',    '3','2','5850.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004806.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093070.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023163.0','1019289.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111427.0','1044856.0','195',    '170','34','124136.24',    '157','22','64541.75',    '96','18','59594.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004723.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092987.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004813.0','1019289.0','2',    '2','1','1284.0',    '2','1','1284.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093077.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004702.0','1019289.0','2',    '1','1','2318.0',    '1','1','2318.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092966.0','1044856.0','1',    '1','1','1508.95',    '1','1','1508.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004823.0','1019289.0','10',    '10','0','0.0',    '10','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093087.0','1044856.0','1',    '1','1','1057.57',    '1','1','1057.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023164.0','1019289.0','34',    '32','12','75180.27',    '32','10','73856.68',    '18','5','1323.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111428.0','1044856.0','249',    '231','162','955961.16',    '222','143','688854.73',    '190','87','267106.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023165.0','1019289.0','8',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111429.0','1044856.0','35',    '32','23','70136.98',    '32','22','67921.64',    '23','7','2215.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023166.0','1019289.0','408',    '394','317','1008463.71',    '380','296','950454.7',    '278','63','58009.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111430.0','1044856.0','48',    '44','31','148899.69',    '42','27','139290.18',    '34','11','9609.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023167.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111431.0','1044856.0','3',    '3','3','3580.21',    '3','2','2980.24',    '3','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004745.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093009.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023168.0','1019289.0','1',    '1','1','79.99',    '1','0','0.0',    '1','1','79.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111432.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023169.0','1019289.0','1353',    '1324','1071','4291849.43',    '1309','1020','4068789.62',    '969','271','223059.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111433.0','1044856.0','22',    '20','4','14882.45',    '19','2','4099.25',    '11','3','10783.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023170.0','1019289.0','6',    '6','2','2452.4',    '6','2','2452.4',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111434.0','1044856.0','1',    '1','1','2531.2',    '1','1','1806.0',    '1','1','725.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023171.0','1019289.0','1',    '1','1','188.17',    '1','0','0.0',    '1','1','188.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111435.0','1044856.0','2',    '2','2','8430.55',    '2','2','7291.81',    '2','1','1138.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023172.0','1019289.0','5',    '4','4','17525.95',    '4','4','17325.96',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111436.0','1044856.0','31',    '27','4','13378.89',    '27','3','12853.89',    '11','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004713.0','1019289.0','1',    '1','1','1001.93',    '1','1','1001.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092977.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023173.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111437.0','1044856.0','10',    '10','2','885.73',    '10','2','885.73',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023174.0','1019289.0','447',    '388','170','832906.49',    '366','151','608485.64',    '255','71','224420.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111438.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023175.0','1019289.0','22',    '19','8','29565.51',    '17','8','22081.58',    '11','2','7483.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111439.0','1044856.0','372',    '303','82','475313.5',    '270','59','276554.43',    '191','55','198759.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023176.0','1019289.0','1',    '1','1','1860.69',    '1','1','1860.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111440.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004782.0','1019289.0','110',    '96','57','153958.03',    '89','53','108299.63',    '42','18','45658.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093046.0','1044856.0','13',    '13','7','31600.75',    '12','6','31226.33',    '6','1','374.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004789.0','1019289.0','30',    '27','10','17562.77',    '25','9','15080.98',    '22','5','2481.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093053.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004751.0','1019289.0','135',    '116','27','148570.0',    '110','22','142313.25',    '63','6','6256.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093015.0','1044856.0','26',    '25','18','40869.19',    '25','17','40369.19',    '12','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023177.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111441.0','1044856.0','2',    '2','1','560.2',    '2','1','560.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023178.0','1019289.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111442.0','1044856.0','20',    '18','12','66028.91',    '18','12','64910.94',    '6','2','1117.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023179.0','1019289.0','5',    '4','1','1204.0',    '3','1','1204.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111443.0','1044856.0','4',    '4','2','7515.32',    '4','2','6337.9',    '3','2','1177.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023180.0','1019289.0','17',    '16','3','10012.25',    '15','2','8840.58',    '7','2','1171.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111444.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023181.0','1019289.0','15',    '15','14','53637.35',    '15','14','51990.38',    '11','2','1646.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111445.0','1044856.0','1',    '1','1','4077.84',    '1','1','4077.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023182.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111446.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023183.0','1019289.0','18',    '17','11','17159.59',    '15','5','11913.93',    '16','7','5245.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111447.0','1044856.0','24',    '22','13','27572.65',    '20','13','27372.66',    '16','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004780.0','1019289.0','4',    '4','1','936.18',    '4','1','936.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093044.0','1044856.0','66',    '64','23','76305.51',    '62','18','67313.15',    '41','11','8992.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023184.0','1019289.0','42',    '40','28','100222.84',    '35','25','87322.12',    '33','13','12900.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111448.0','1044856.0','86',    '81','26','42474.67',    '80','22','36988.88',    '34','9','5485.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004793.0','1019289.0','315',    '297','237','657856.68',    '289','214','592518.59',    '217','83','65338.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093057.0','1044856.0','2',    '2','1','835.06',    '2','1','835.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005041.0','1019289.0','11',    '7','4','14826.29',    '7','4','13513.23',    '5','1','1313.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093305.0','1044856.0','17',    '17','9','30280.11',    '17','6','24984.05',    '11','6','5296.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023185.0','1019289.0','115',    '99','87','738388.24',    '97','85','716623.93',    '66','21','21764.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111449.0','1044856.0','34',    '32','12','25105.23',    '32','11','24726.09',    '14','1','379.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023186.0','1019289.0','1',    '1','1','260.47',    '1','1','260.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111450.0','1044856.0','3',    '3','1','8330.07',    '3','1','8330.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023187.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111451.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004711.0','1019289.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092975.0','1044856.0','15',    '15','7','20355.49',    '14','7','19616.85',    '11','2','738.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023188.0','1019289.0','18',    '17','1','192.05',    '15','0','0.0',    '9','1','192.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111452.0','1044856.0','83',    '76','24','37292.89',    '75','22','33730.64',    '31','6','3562.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004803.0','1019289.0','17',    '11','1','1609.46',    '11','1','1204.0',    '4','1','405.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093067.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023189.0','1019289.0','57',    '49','14','55514.73',    '46','13','29399.87',    '26','6','26114.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111453.0','1044856.0','1',    '1','1','13368.34',    '1','1','13368.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023190.0','1019289.0','5',    '4','3','4716.02',    '4','2','4655.23',    '3','1','60.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111454.0','1044856.0','22',    '20','10','48976.33',    '18','9','18557.99',    '15','8','30418.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004726.0','1019289.0','4',    '4','1','203.63',    '4','1','203.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092990.0','1044856.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023191.0','1019289.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111455.0','1044856.0','6',    '4','1','9820.78',    '4','1','9506.29',    '1','1','314.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023192.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111456.0','1044856.0','20',    '19','5','7287.08',    '19','4','6704.63',    '8','2','582.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023193.0','1019289.0','122',    '117','82','302589.55',    '114','73','280681.3',    '81','26','21908.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111457.0','1044856.0','21',    '18','10','27396.59',    '17','9','27027.27',    '7','1','369.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023194.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111458.0','1044856.0','39',    '39','31','74526.77',    '37','30','70999.42',    '26','4','3527.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023195.0','1019289.0','24',    '23','16','58130.45',    '23','15','56105.68',    '15','4','2024.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111459.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023196.0','1019289.0','1',    '1','1','3261.79',    '1','1','3036.54',    '1','1','225.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111460.0','1044856.0','1',    '1','1','6186.16',    '1','1','4518.0',    '1','1','1668.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004750.0','1019289.0','16',    '15','8','20894.72',    '15','8','20894.72',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093014.0','1044856.0','5',    '5','1','690.06',    '5','1','690.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023197.0','1019289.0','97',    '94','69','255568.19',    '92','68','252283.16',    '65','8','3285.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111461.0','1044856.0','953',    '792','231','838257.19',    '733','185','496458.78',    '499','144','341798.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023198.0','1019289.0','8',    '8','8','51151.26',    '8','8','50951.27',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111462.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023199.0','1019289.0','4',    '4','4','9036.74',    '4','4','8836.75',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111463.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023200.0','1019289.0','73',    '71','43','70600.9',    '71','39','64888.45',    '53','9','5712.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111464.0','1044856.0','143',    '122','37','219319.98',    '116','33','177310.72',    '67','14','42009.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023201.0','1019289.0','27',    '25','10','28466.35',    '25','10','24453.22',    '11','3','4013.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111465.0','1044856.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023202.0','1019289.0','3',    '3','1','2474.79',    '3','1','2474.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111466.0','1044856.0','1',    '1','1','2541.03',    '1','1','2541.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023203.0','1019289.0','21',    '20','6','20116.07',    '19','5','19234.58',    '12','3','881.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111467.0','1044856.0','58',    '58','21','47645.45',    '57','13','34764.26',    '43','11','12881.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023204.0','1019289.0','86',    '84','56','154939.29',    '84','41','133571.38',    '58','21','21367.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111468.0','1044856.0','183',    '177','53','87323.51',    '176','51','84655.19',    '80','6','2668.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023205.0','1019289.0','33',    '32','17','90419.15',    '32','17','89626.97',    '26','2','792.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111469.0','1044856.0','65',    '64','20','40447.31',    '64','19','39517.05',    '33','4','930.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023206.0','1019289.0','70',    '58','51','155686.15',    '56','46','145172.21',    '42','16','10513.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111470.0','1044856.0','18',    '18','3','6647.92',    '17','2','4135.42',    '5','1','2512.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023207.0','1019289.0','141',    '135','113','307338.76',    '134','110','290623.9',    '84','21','16714.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111471.0','1044856.0','12',    '4','0','0.0',    '0','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004724.0','1019289.0','99',    '92','69','258013.06',    '87','60','239601.36',    '66','19','18411.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092988.0','1044856.0','7',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023208.0','1019289.0','6',    '3','3','15273.25',    '3','3','15273.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111472.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005099.0','1019289.0','2',    '2','1','12414.29',    '2','1','12414.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093363.0','1044856.0','65',    '54','26','249468.47',    '50','23','188003.15',    '35','13','61465.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004749.0','1019289.0','33',    '27','25','178528.97',    '27','24','153674.14',    '22','11','24854.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093013.0','1044856.0','82',    '72','7','6106.18',    '71','6','5375.58',    '29','2','730.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004766.0','1019289.0','1',    '1','1','2557.15',    '1','1','2557.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093030.0','1044856.0','9',    '5','1','741.08',    '5','1','741.08',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023209.0','1019289.0','29',    '25','11','24456.69',    '22','11','21139.94',    '12','3','3316.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111473.0','1044856.0','154',    '139','60','130847.42',    '135','41','93992.52',    '84','35','36854.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023210.0','1019289.0','259',    '236','129','523767.31',    '227','122','411797.66',    '130','52','111969.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111474.0','1044856.0','7',    '7','4','11394.6',    '7','4','10163.2',    '5','3','1231.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023211.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111475.0','1044856.0','2',    '2','1','1056.0',    '2','1','1056.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023212.0','1019289.0','9',    '9','3','1290.74',    '9','2','765.74',    '5','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111476.0','1044856.0','44',    '41','11','16632.89',    '33','4','4117.78',    '29','8','12515.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023213.0','1019289.0','6',    '5','2','6856.13',    '5','2','4568.0',    '2','2','2288.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111477.0','1044856.0','268',    '209','64','448892.96',    '196','54','310328.47',    '127','25','138564.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004824.0','1019289.0','19',    '16','7','50987.55',    '16','7','44918.86',    '7','3','6068.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093088.0','1044856.0','30',    '28','2','17463.66',    '26','1','1766.0',    '18','2','15697.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004804.0','1019289.0','28',    '27','6','5359.17',    '27','2','3528.05',    '19','4','1831.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093068.0','1044856.0','635',    '566','167','382056.14',    '536','125','290288.47',    '320','67','91767.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023214.0','1019289.0','6',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111478.0','1044856.0','11',    '10','2','1079.19',    '9','2','1079.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004815.0','1019289.0','49',    '46','13','39015.98',    '44','12','38297.84',    '33','2','718.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093079.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023215.0','1019289.0','12',    '8','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111479.0','1044856.0','214',    '170','37','69555.61',    '158','34','42525.96',    '89','14','27029.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004728.0','1019289.0','7',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092992.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004825.0','1019289.0','31',    '24','5','15855.05',    '24','4','8036.27',    '13','2','7818.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093089.0','1044856.0','178',    '161','24','31712.96',    '149','11','25063.6',    '88','14','6649.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023216.0','1019289.0','185',    '157','30','54519.87',    '149','19','43696.59',    '86','12','10823.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111480.0','1044856.0','55',    '46','10','68583.59',    '42','7','43271.42',    '23','6','25312.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023217.0','1019289.0','8',    '8','5','11155.73',    '7','5','11155.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111481.0','1044856.0','84',    '81','19','41127.23',    '76','14','37616.28',    '51','7','3510.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004775.0','1019289.0','446',    '399','128','799474.67',    '384','124','701787.24',    '223','51','97687.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093039.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023218.0','1019289.0','5',    '5','2','3350.43',    '5','2','3350.43',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111482.0','1044856.0','6',    '5','2','9777.28',    '5','2','9012.22',    '3','1','765.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023219.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111483.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023220.0','1019289.0','12',    '10','1','525.0',    '10','0','0.0',    '7','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111484.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023221.0','1019289.0','1',    '1','1','2191.44',    '1','1','2191.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111485.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023222.0','1019289.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111486.0','1044856.0','1',    '1','1','406.8',    '1','1','406.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023223.0','1019289.0','56',    '42','11','84831.92',    '38','11','75298.7',    '24','2','9533.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111487.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004807.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093071.0','1044856.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023224.0','1019289.0','18',    '17','7','52922.17',    '17','7','51103.23',    '9','4','1818.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111488.0','1044856.0','67',    '55','12','20047.35',    '52','11','19842.85',    '35','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023225.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111489.0','1044856.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023226.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111490.0','1044856.0','7',    '6','2','2305.9',    '6','1','905.9',    '4','1','1400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023227.0','1019289.0','12',    '11','1','9607.53',    '9','1','6936.0',    '6','1','2671.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111491.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023228.0','1019289.0','8',    '8','2','8540.4',    '8','2','7792.95',    '2','1','747.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111492.0','1044856.0','1',    '1','1','699.99',    '1','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023229.0','1019289.0','52',    '46','4','3403.64',    '37','3','3133.66',    '29','2','269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111493.0','1044856.0','2',    '2','1','1780.6',    '2','1','1780.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004747.0','1019289.0','29',    '27','12','50563.01',    '27','11','46947.05',    '16','6','3615.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093011.0','1044856.0','46',    '27','7','14939.79',    '22','5','13987.24',    '16','3','952.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023230.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111494.0','1044856.0','25',    '22','3','10981.65',    '22','2','10776.05',    '14','1','205.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023231.0','1019289.0','9',    '8','2','2164.01',    '8','2','2164.01',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111495.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023232.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111496.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004769.0','1019289.0','65',    '52','11','29746.16',    '45','8','24304.26',    '26','5','5441.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093033.0','1044856.0','1',    '1','1','3376.64',    '0','0','0.0',    '1','1','3376.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023233.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111497.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004720.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092984.0','1044856.0','34',    '32','11','56962.2',    '31','9','45187.2',    '14','3','11775.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023234.0','1019289.0','51',    '33','9','22054.28',    '28','7','19460.63',    '15','4','2593.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111498.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023235.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111499.0','1044856.0','12',    '9','2','1065.5',    '8','1','532.4',    '5','1','533.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023236.0','1019289.0','3',    '2','1','1558.0',    '2','1','1558.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111500.0','1044856.0','1',    '1','1','4467.78',    '1','1','4187.79',    '1','1','279.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004822.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093086.0','1044856.0','6',    '6','2','2063.81',    '6','2','2063.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023237.0','1019289.0','20',    '19','5','12928.44',    '18','3','11594.83',    '12','3','1333.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111501.0','1044856.0','40',    '37','9','10287.78',    '36','7','9902.79',    '20','2','384.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004704.0','1019289.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092968.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004759.0','1019289.0','24',    '20','4','5740.24',    '19','4','5029.11',    '12','2','711.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093023.0','1044856.0','6',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023238.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111502.0','1044856.0','141',    '107','31','117210.51',    '93','21','90293.62',    '74','19','26916.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023239.0','1019289.0','50',    '45','14','15694.62',    '44','6','12217.6',    '26','9','3477.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111503.0','1044856.0','12',    '8','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023240.0','1019289.0','436',    '409','40','124875.32',    '396','28','97862.6',    '192','21','27012.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111504.0','1044856.0','1',    '1','1','1558.0',    '1','1','1558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023241.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111505.0','1044856.0','9',    '9','0','0.0',    '9','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004705.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2092969.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023242.0','1019289.0','528',    '475','183','1630307.75',    '461','154','1396654.77',    '292','103','233652.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111506.0','1044856.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023243.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111507.0','1044856.0','6',    '4','2','4359.1',    '4','2','3947.1',    '2','1','412.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023244.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111508.0','1044856.0','13',    '12','6','5626.33',    '11','3','3826.9',    '8','5','1799.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023245.0','1019289.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111509.0','1044856.0','114',    '98','9','14922.44',    '94','8','10124.23',    '51','4','4798.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023246.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111510.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023247.0','1019289.0','355',    '289','76','135372.07',    '255','55','113784.47',    '140','23','21587.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111511.0','1044856.0','7',    '7','2','1404.36',    '7','2','974.36',    '3','1','430.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023248.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111512.0','1044856.0','127',    '94','21','159271.53',    '83','17','110115.14',    '47','13','49156.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004812.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093076.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004760.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093024.0','1044856.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023249.0','1019289.0','12',    '10','1','1734.0',    '8','1','1734.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111513.0','1044856.0','114',    '95','10','38826.48',    '84','7','5989.62',    '46','4','32836.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023250.0','1019289.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111514.0','1044856.0','272',    '254','96','374675.33',    '250','78','317845.92',    '142','42','56829.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023251.0','1019289.0','46',    '41','8','10399.51',    '41','6','9265.21',    '23','3','1134.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111515.0','1044856.0','7',    '6','3','8080.44',    '6','3','8080.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002652.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090916.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002678.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090942.0','1044856.0','3',    '3','1','7877.86',    '3','1','7662.86',    '3','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023252.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111516.0','1044856.0','5',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023253.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111517.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023254.0','1019289.0','28',    '14','1','134.99',    '11','0','0.0',    '7','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111518.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023255.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111519.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023256.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111520.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023257.0','1019289.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111521.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004832.0','1019289.0','11',    '9','3','4299.68',    '9','3','2855.69',    '6','3','1443.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093096.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023258.0','1019289.0','5',    '2','1','2214.24',    '2','1','2214.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111522.0','1044856.0','4',    '3','2','2705.0',    '3','1','2180.0',    '2','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023259.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111523.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023260.0','1019289.0','1',    '1','1','1038.77',    '1','1','629.77',    '1','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111524.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023261.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111525.0','1044856.0','98',    '68','11','13992.02',    '60','5','6558.84',    '36','8','7433.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023262.0','1019289.0','85',    '75','22','149907.93',    '71','16','127448.92',    '54','12','22459.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111526.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023263.0','1019289.0','618',    '506','126','379308.78',    '457','91','234951.46',    '324','79','144357.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111527.0','1044856.0','5',    '4','2','2534.46',    '3','2','2534.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023264.0','1019289.0','2',    '2','1','3221.88',    '2','1','3221.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111528.0','1044856.0','120',    '71','11','13707.23',    '61','9','10357.63',    '34','2','3349.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002780.0','1019289.0','18',    '18','7','33868.31',    '18','7','30373.67',    '10','6','3494.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091044.0','1044856.0','330',    '262','75','186267.36',    '236','58','132149.76',    '168','42','54117.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023265.0','1019289.0','497',    '396','108','472078.45',    '361','88','431667.39',    '220','41','40411.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111529.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002929.0','1019289.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091193.0','1044856.0','158',    '158','74','395250.47',    '156','63','379476.81',    '101','32','15773.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002440.0','1019289.0','1',    '1','1','375.12',    '1','1','375.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090704.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023266.0','1019289.0','9',    '9','4','7008.59',    '9','4','6801.09',    '3','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111530.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023267.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111531.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004809.0','1019289.0','5',    '4','1','1867.98',    '4','1','1470.0',    '3','1','397.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093073.0','1044856.0','1',    '1','1','1410.0',    '1','1','1410.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023268.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111532.0','1044856.0','19',    '15','4','11560.52',    '13','3','10409.44',    '10','2','1151.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004779.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093043.0','1044856.0','60',    '36','9','5762.42',    '18','3','1759.12',    '27','6','4003.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023269.0','1019289.0','54',    '53','12','17896.45',    '50','11','15943.86',    '31','4','1952.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111533.0','1044856.0','60',    '46','19','102862.8',    '44','17','86584.43',    '25','6','16278.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004771.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093035.0','1044856.0','17',    '16','2','32659.1',    '16','2','32659.1',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023270.0','1019289.0','8',    '6','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111534.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023271.0','1019289.0','1',    '1','1','1102.5',    '1','1','1102.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111535.0','1044856.0','361',    '293','100','768004.11',    '254','69','615904.48',    '201','58','152099.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002653.0','1019289.0','5',    '5','2','5448.7',    '4','2','3836.98',    '2','1','1611.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090917.0','1044856.0','15',    '14','5','12946.71',    '14','4','12737.2',    '7','1','209.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023272.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111536.0','1044856.0','18',    '16','1','134.99',    '15','0','0.0',    '5','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023273.0','1019289.0','67',    '36','9','6513.53',    '25','1','1793.7',    '26','8','4719.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111537.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023274.0','1019289.0','600',    '490','177','1333991.25',    '420','111','908919.86',    '323','116','425071.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111538.0','1044856.0','9',    '7','3','4497.02',    '7','2','2322.5',    '3','2','2174.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023275.0','1019289.0','48',    '44','11','19071.81',    '41','11','15701.2',    '20','3','3370.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111539.0','1044856.0','1',    '1','1','1368.0',    '1','1','1224.0',    '1','1','144.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023276.0','1019289.0','34',    '32','5','7027.36',    '29','3','4915.57',    '14','3','2111.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111540.0','1044856.0','34',    '22','5','8153.13',    '18','5','5168.64',    '15','2','2984.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023277.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111541.0','1044856.0','79',    '42','13','14906.74',    '22','6','8917.44',    '30','9','5989.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023278.0','1019289.0','227',    '138','39','31797.29',    '61','7','6493.47',    '109','33','25303.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111542.0','1044856.0','54',    '46','21','127988.48',    '45','18','117852.88',    '27','6','10135.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023279.0','1019289.0','1',    '1','1','552.5',    '1','0','0.0',    '1','1','552.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111543.0','1044856.0','85',    '83','26','72555.49',    '82','23','68029.93',    '66','8','4525.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023280.0','1019289.0','40',    '29','6','41090.17',    '29','6','38152.39',    '16','2','2937.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111544.0','1044856.0','1404',    '922','206','422872.26',    '701','82','261535.52',    '603','149','161336.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023281.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111545.0','1044856.0','301',    '202','64','92767.42',    '103','10','48676.71',    '154','57','44090.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023282.0','1019289.0','149',    '116','31','198243.86',    '78','19','170069.52',    '79','17','28174.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111546.0','1044856.0','146',    '142','29','47866.15',    '139','27','42061.7',    '111','5','5804.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023283.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111547.0','1044856.0','10',    '10','4','6263.46',    '9','2','4931.02',    '7','2','1332.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023284.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111548.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023285.0','1019289.0','154',    '123','50','483783.11',    '117','41','398995.39',    '76','24','84787.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111549.0','1044856.0','26',    '18','1','499.06',    '13','0','0.0',    '13','1','499.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023286.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111550.0','1044856.0','46',    '39','11','20970.5',    '35','9','18474.49',    '25','4','2496.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023287.0','1019289.0','6',    '5','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111551.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002732.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090996.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023288.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111552.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023289.0','1019289.0','40',    '31','5','3729.96',    '10','1','930.0',    '25','4','2799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111553.0','1044856.0','1',    '1','1','699.99',    '0','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023290.0','1019289.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111554.0','1044856.0','19',    '16','8','39513.6',    '16','8','32099.95',    '10','2','7413.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023291.0','1019289.0','28',    '25','8','14068.06',    '24','7','10696.45',    '12','2','3371.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111555.0','1044856.0','31',    '26','2','34340.95',    '24','2','16501.68',    '17','1','17839.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023292.0','1019289.0','30',    '23','9','12225.54',    '18','6','9318.2',    '14','5','2907.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111556.0','1044856.0','45',    '30','7','23753.78',    '30','6','23544.01',    '15','1','209.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023293.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111557.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023294.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111558.0','1044856.0','12',    '10','3','3634.85',    '10','3','3634.85',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023295.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111559.0','1044856.0','87',    '78','23','170819.86',    '73','18','148275.33',    '40','12','22544.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023296.0','1019289.0','90',    '76','17','37658.4',    '72','15','25249.97',    '42','5','12408.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111560.0','1044856.0','1',    '1','1','485.66',    '1','1','485.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002733.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090997.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023297.0','1019289.0','2863',    '2415','775','4411945.14',    '2275','662','3054709.2',    '1600','431','1357235.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111561.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023298.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111562.0','1044856.0','51',    '42','8','45145.41',    '36','7','44943.01',    '22','2','202.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023299.0','1019289.0','1',    '1','1','2750.78',    '1','1','2287.99',    '1','1','462.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111563.0','1044856.0','294',    '255','81','952038.03',    '235','71','851187.72',    '156','37','100850.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023300.0','1019289.0','227',    '199','45','198198.28',    '168','28','183582.71',    '114','25','14615.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111564.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023301.0','1019289.0','17',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111565.0','1044856.0','282',    '226','49','151670.09',    '213','36','130481.35',    '135','21','21188.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023302.0','1019289.0','113',    '94','8','10292.56',    '86','7','9592.57',    '48','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111566.0','1044856.0','18',    '13','0','0.0',    '7','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004826.0','1019289.0','49',    '43','4','6066.4',    '41','4','5673.9',    '17','1','392.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093090.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023303.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111567.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023304.0','1019289.0','395',    '387','125','432536.32',    '384','114','419581.15',    '229','33','12955.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111568.0','1044856.0','54',    '52','21','116177.73',    '51','14','50856.17',    '32','12','65321.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023305.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111569.0','1044856.0','1',    '1','1','134.99',    '0','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023306.0','1019289.0','25',    '23','7','39336.34',    '21','5','38783.84',    '10','2','552.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111570.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023307.0','1019289.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111571.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002695.0','1019289.0','3',    '3','2','5707.98',    '3','2','5707.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090959.0','1044856.0','36',    '30','9','10201.96',    '30','6','8950.62',    '16','4','1251.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023308.0','1019289.0','229',    '196','60','366326.98',    '192','55','335175.98',    '105','20','31151.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111572.0','1044856.0','21',    '21','8','5629.92',    '21','8','5629.92',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023309.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111573.0','1044856.0','139',    '137','67','152380.62',    '136','65','140493.01',    '70','16','11887.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004838.0','1019289.0','161',    '87','15','45664.79',    '32','5','33622.07',    '68','12','12042.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093102.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002701.0','1019289.0','169',    '139','35','76393.38',    '127','33','71765.36',    '77','11','4628.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090965.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002620.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090884.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004921.0','1019289.0','17',    '14','5','13442.74',    '14','5','12185.71',    '5','2','1257.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093185.0','1044856.0','228',    '123','18','34997.07',    '59','9','26763.63',    '99','11','8233.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004897.0','1019289.0','259',    '207','72','376369.43',    '182','48','334502.22',    '134','40','41867.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093161.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023310.0','1019289.0','5',    '4','2','3961.74',    '3','1','3262.74',    '4','1','699.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111574.0','1044856.0','184',    '120','19','34389.86',    '109','16','31209.94',    '59','5','3179.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004996.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093260.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023311.0','1019289.0','99',    '87','20','66509.11',    '79','16','61200.0',    '44','9','5309.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111575.0','1044856.0','29',    '26','0','0.0',    '26','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023312.0','1019289.0','3',    '3','2','832.12',    '2','0','0.0',    '3','2','832.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111576.0','1044856.0','20',    '14','1','2947.16',    '13','1','2947.16',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023313.0','1019289.0','30',    '23','3','13990.88',    '21','2','13557.8',    '12','1','433.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111577.0','1044856.0','18',    '18','1','6780.89',    '17','1','6148.16',    '11','1','632.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023314.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111578.0','1044856.0','1',    '1','1','699.99',    '0','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004762.0','1019289.0','81',    '70','15','43663.75',    '67','11','41133.98',    '34','6','2529.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093026.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023315.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111579.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004976.0','1019289.0','136',    '124','53','474415.3',    '118','44','315092.55',    '81','31','159322.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093240.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023316.0','1019289.0','23',    '23','8','11427.0',    '22','6','10023.55',    '16','3','1403.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111580.0','1044856.0','28',    '21','5','59859.07',    '16','4','58833.06',    '12','3','1026.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005094.0','1019289.0','113',    '81','21','186811.11',    '64','19','158362.89',    '51','9','28448.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093358.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004879.0','1019289.0','60',    '55','8','13859.48',    '52','8','13396.69',    '25','1','462.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093143.0','1044856.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005022.0','1019289.0','3',    '3','1','250.0',    '3','0','0.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093286.0','1044856.0','39',    '39','7','21217.92',    '38','7','20062.19',    '24','2','1155.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023317.0','1019289.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111581.0','1044856.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023318.0','1019289.0','358',    '300','97','349257.39',    '260','50','302505.57',    '196','61','46751.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111582.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023319.0','1019289.0','4',    '3','2','7288.3',    '2','1','7153.31',    '3','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111583.0','1044856.0','100',    '60','15','41014.42',    '36','8','31518.16',    '44','10','9496.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023320.0','1019289.0','50',    '30','12','7964.84',    '10','2','1031.52',    '25','10','6933.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111584.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023321.0','1019289.0','247',    '230','87','631674.01',    '224','73','601504.81',    '130','35','30169.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111585.0','1044856.0','4',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023322.0','1019289.0','29',    '25','6','28762.49',    '22','5','21179.99',    '13','3','7582.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111586.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2000056.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2088320.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023323.0','1019289.0','13',    '13','3','3088.69',    '13','3','2266.0',    '6','1','822.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111587.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023324.0','1019289.0','442',    '346','67','137599.96',    '293','41','112794.74',    '170','36','24805.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111588.0','1044856.0','50',    '31','8','4598.28',    '19','3','1099.32',    '23','5','3498.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023325.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111589.0','1044856.0','1',    '1','1','134.99',    '1','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023326.0','1019289.0','61',    '49','11','12633.97',    '42','8','11998.98',    '29','3','634.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111590.0','1044856.0','19',    '18','0','0.0',    '18','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023327.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111591.0','1044856.0','7',    '5','2','7039.91',    '5','2','7039.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023328.0','1019289.0','1',    '1','1','467.83',    '1','1','467.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111592.0','1044856.0','2',    '2','1','30200.0',    '2','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023329.0','1019289.0','53',    '51','14','43224.88',    '51','12','41957.13',    '36','4','1267.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111593.0','1044856.0','265',    '215','81','742967.84',    '181','56','527626.39',    '145','46','215341.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023330.0','1019289.0','619',    '419','111','267418.58',    '247','41','169872.59',    '307','88','97545.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111594.0','1044856.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023331.0','1019289.0','44',    '33','9','8033.87',    '21','5','5894.9',    '18','4','2138.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111595.0','1044856.0','59',    '46','15','220184.37',    '40','11','208664.74',    '27','7','11519.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002814.0','1019289.0','675',    '557','237','2304701.48',    '507','198','1499932.5',    '384','154','804768.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091078.0','1044856.0','271',    '249','73','381485.22',    '241','68','340654.73',    '141','15','40830.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023332.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111596.0','1044856.0','128',    '95','27','70731.82',    '60','14','52534.19',    '65','19','18197.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023333.0','1019289.0','61',    '51','12','17749.32',    '44','6','9486.04',    '26','8','8263.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111597.0','1044856.0','7',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023334.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111598.0','1044856.0','91',    '48','11','8437.41',    '34','4','4064.74',    '28','9','4372.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023335.0','1019289.0','8',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111599.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023336.0','1019289.0','21',    '16','3','18104.24',    '14','3','17298.38',    '11','1','805.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111600.0','1044856.0','1',    '1','1','1503.0',    '1','1','1503.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023337.0','1019289.0','557',    '398','93','169275.75',    '262','19','100748.44',    '263','81','68527.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111601.0','1044856.0','10',    '6','1','134.99',    '4','0','0.0',    '4','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023338.0','1019289.0','479',    '380','139','1082249.61',    '348','114','976801.31',    '242','59','105448.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111602.0','1044856.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023339.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111603.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023340.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111604.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023341.0','1019289.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111605.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023342.0','1019289.0','61',    '54','25','247337.87',    '53','22','233279.52',    '31','8','14058.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111606.0','1044856.0','27',    '20','6','15947.91',    '9','4','14810.93',    '13','2','1136.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004840.0','1019289.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093104.0','1044856.0','34',    '30','12','80650.36',    '30','12','78511.87',    '19','2','2138.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023343.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111607.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002478.0','1019289.0','1',    '1','1','1421.36',    '1','1','638.93',    '1','1','782.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090742.0','1044856.0','81',    '69','22','104188.26',    '67','22','103314.79',    '37','2','873.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023344.0','1019289.0','183',    '150','48','552392.54',    '145','43','395516.48',    '81','22','156876.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111608.0','1044856.0','7',    '4','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023345.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111609.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023346.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111610.0','1044856.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004927.0','1019289.0','9',    '9','4','14665.04',    '7','4','14665.04',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093191.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023347.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111611.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002870.0','1019289.0','4',    '3','1','134.99',    '3','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091134.0','1044856.0','50',    '45','13','42308.32',    '42','13','40362.1',    '20','2','1946.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023348.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111612.0','1044856.0','27',    '17','1','6241.92',    '11','1','1426.0',    '10','1','4815.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002844.0','1019289.0','10',    '10','5','23337.22',    '10','5','22868.23',    '7','1','468.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091108.0','1044856.0','196',    '148','35','93500.1',    '117','22','84973.08',    '88','20','8527.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023349.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111613.0','1044856.0','72',    '65','20','39894.71',    '59','11','35684.26',    '34','10','4210.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004858.0','1019289.0','10',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093122.0','1044856.0','50',    '48','17','56966.99',    '45','15','51594.48',    '27','8','5372.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023350.0','1019289.0','127',    '102','33','217042.06',    '91','26','121650.98',    '67','19','95391.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111614.0','1044856.0','1',    '1','1','2029.79',    '1','1','2029.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023351.0','1019289.0','23',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111615.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023352.0','1019289.0','9',    '8','2','2663.89',    '8','2','2663.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111616.0','1044856.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023353.0','1019289.0','10',    '8','1','331.68',    '8','1','331.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111617.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023354.0','1019289.0','12',    '12','0','0.0',    '11','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111618.0','1044856.0','82',    '62','19','75444.57',    '55','13','73612.66',    '46','10','1831.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004885.0','1019289.0','111',    '84','31','270018.55',    '67','20','200277.63',    '52','18','69740.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093149.0','1044856.0','129',    '101','37','314507.85',    '71','21','198600.05',    '79','31','115907.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023355.0','1019289.0','1',    '1','1','956.0',    '1','1','956.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111619.0','1044856.0','75',    '62','8','17901.06',    '57','7','16174.27',    '31','3','1726.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023356.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111620.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023357.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111621.0','1044856.0','248',    '196','44','139847.91',    '168','24','115816.48',    '103','27','24031.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023358.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111622.0','1044856.0','11',    '11','1','1653.08',    '7','1','1170.0',    '7','1','483.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023359.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111623.0','1044856.0','108',    '89','35','283056.95',    '84','28','246453.78',    '55','17','36603.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002922.0','1019289.0','54',    '43','16','42297.94',    '38','13','31048.44',    '24','8','11249.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091186.0','1044856.0','20',    '17','3','7876.44',    '16','3','7876.44',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023360.0','1019289.0','12',    '11','5','8013.55',    '9','3','6813.61',    '9','4','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111624.0','1044856.0','12',    '11','5','5245.43',    '11','5','5014.03',    '5','1','231.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023361.0','1019289.0','3',    '3','1','1537.14',    '3','1','1537.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111625.0','1044856.0','96',    '41','12','39766.21',    '37','10','22815.25',    '20','5','16950.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023362.0','1019289.0','6',    '5','1','2894.64',    '5','1','2894.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111626.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005174.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093438.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002557.0','1019289.0','2',    '2','1','250.0',    '1','0','0.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090821.0','1044856.0','1698',    '1397','424','1073726.23',    '1166','230','848796.98',    '885','266','224929.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004852.0','1019289.0','3',    '3','1','846.45',    '3','0','0.0',    '2','1','846.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093116.0','1044856.0','317',    '266','89','632789.93',    '219','47','513242.82',    '169','58','119547.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023363.0','1019289.0','224',    '178','63','222790.28',    '126','29','187210.26',    '130','45','35580.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111627.0','1044856.0','7',    '6','3','14753.55',    '6','3','11736.12',    '6','3','3017.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023364.0','1019289.0','75',    '40','8','22605.72',    '31','5','12982.16',    '27','6','9623.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111628.0','1044856.0','27',    '21','4','14868.54',    '19','4','14749.54',    '10','1','119.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005034.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093298.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002849.0','1019289.0','142',    '129','47','405973.6',    '124','35','363485.81',    '86','25','42487.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091113.0','1044856.0','130',    '106','25','53898.93',    '98','22','45734.47',    '45','7','8164.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004962.0','1019289.0','51',    '39','5','4382.75',    '21','1','1120.0',    '25','5','3262.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093226.0','1044856.0','27',    '18','3','2099.97',    '10','0','0.0',    '11','3','2099.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023365.0','1019289.0','56',    '43','18','33803.08',    '28','6','11341.25',    '33','16','22461.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111629.0','1044856.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011106.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099370.0','1044856.0','9',    '7','1','30200.0',    '5','1','30200.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023366.0','1019289.0','1',    '1','1','1727.71',    '1','0','0.0',    '1','1','1727.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111630.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023367.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111631.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011151.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099415.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023368.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111632.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002810.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091074.0','1044856.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023369.0','1019289.0','9',    '7','4','24129.59',    '7','4','22912.1',    '3','2','1217.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111633.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023370.0','1019289.0','8',    '6','1','20993.14',    '4','1','20993.14',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111634.0','1044856.0','17',    '14','2','2416.0',    '12','2','1996.47',    '7','1','419.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023371.0','1019289.0','2',    '2','2','32060.9',    '2','2','31314.0',    '2','1','746.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111635.0','1044856.0','1',    '1','1','3954.63',    '1','1','3954.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023372.0','1019289.0','1',    '1','1','699.99',    '0','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111636.0','1044856.0','19',    '10','2','3228.95',    '7','2','3228.95',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004891.0','1019289.0','8',    '6','1','134.99',    '6','0','0.0',    '3','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093155.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023373.0','1019289.0','203',    '163','26','38455.44',    '148','20','34166.13',    '92','9','4289.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111637.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004863.0','1019289.0','19',    '14','4','6475.08',    '12','3','5732.28',    '5','2','742.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093127.0','1044856.0','387',    '328','49','162558.5',    '296','18','117614.67',    '169','37','44943.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002776.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091040.0','1044856.0','2072',    '1728','253','1130124.76',    '1520','138','817073.36',    '953','166','313051.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004892.0','1019289.0','179',    '86','12','13361.75',    '49','4','3448.76',    '57','8','9912.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093156.0','1044856.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023374.0','1019289.0','1239',    '510','37','59187.17',    '278','14','46920.84',    '385','25','12266.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111638.0','1044856.0','641',    '480','80','174472.39',    '379','47','137514.57',    '289','44','36957.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002413.0','1019289.0','758',    '545','96','394619.73',    '442','64','248166.26',    '309','58','146453.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090677.0','1044856.0','21',    '20','4','32133.12',    '20','4','30550.49',    '7','2','1582.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023375.0','1019289.0','8',    '4','1','2696.99',    '4','1','2249.99',    '3','1','447.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111639.0','1044856.0','10',    '9','2','5141.64',    '9','2','5141.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023376.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111640.0','1044856.0','35',    '29','7','14860.71',    '28','6','12896.14',    '16','2','1964.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023377.0','1019289.0','20',    '20','5','9821.41',    '19','5','9610.86',    '13','1','210.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111641.0','1044856.0','79',    '67','19','85125.41',    '50','11','76350.17',    '46','9','8775.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023378.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111642.0','1044856.0','162',    '137','23','38910.75',    '120','14','26657.49',    '78','12','12253.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023379.0','1019289.0','379',    '305','71','368330.73',    '289','48','198773.68',    '154','41','169557.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111643.0','1044856.0','3',    '3','1','250.0',    '3','0','0.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023380.0','1019289.0','30',    '23','9','14115.85',    '22','9','13903.74',    '11','1','212.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111644.0','1044856.0','39',    '35','18','127951.96',    '32','12','121911.3',    '25','8','6040.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023381.0','1019289.0','2',    '1','1','699.99',    '1','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111645.0','1044856.0','722',    '569','112','238077.44',    '530','84','196303.98',    '308','46','41773.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023382.0','1019289.0','79',    '47','7','8699.99',    '26','2','4840.01',    '32','6','3859.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111646.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023383.0','1019289.0','539',    '254','16','10994.95',    '109','0','0.0',    '195','16','10994.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111647.0','1044856.0','9',    '9','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023384.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111648.0','1044856.0','55',    '47','8','19499.18',    '42','3','10942.22',    '23','7','8556.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023385.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111649.0','1044856.0','74',    '60','11','20940.97',    '54','9','19905.98',    '38','2','1034.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023386.0','1019289.0','17',    '8','1','1465.25',    '7','1','1465.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111650.0','1044856.0','428',    '296','59','193317.21',    '253','42','125816.69',    '153','35','67500.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023387.0','1019289.0','293',    '249','64','392245.09',    '237','52','369984.32',    '123','24','22260.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111651.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023388.0','1019289.0','84',    '68','13','77201.78',    '61','9','61253.32',    '41','6','15948.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111652.0','1044856.0','590',    '244','27','43455.34',    '109','7','19061.83',    '187','22','24393.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023389.0','1019289.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111653.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023390.0','1019289.0','24',    '12','1','215.0',    '7','0','0.0',    '11','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111654.0','1044856.0','26',    '26','5','17941.5',    '26','5','17123.48',    '12','1','818.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023391.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111655.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023392.0','1019289.0','28',    '18','3','26834.46',    '17','3','21326.92',    '10','1','5507.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111656.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023393.0','1019289.0','36',    '29','3','8222.06',    '24','2','8037.56',    '17','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111657.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023394.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111658.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023395.0','1019289.0','173',    '135','46','404426.48',    '126','35','331390.95',    '73','22','73035.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111659.0','1044856.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002909.0','1019289.0','1',    '1','1','470.28',    '1','1','470.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2091173.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023396.0','1019289.0','8',    '7','2','1061.04',    '7','2','1061.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111660.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023397.0','1019289.0','272',    '214','52','170831.93',    '200','43','138778.46',    '126','22','32053.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111661.0','1044856.0','51',    '39','2','2499.35',    '34','1','1994.0',    '20','2','505.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023398.0','1019289.0','21',    '12','1','2136.99',    '10','1','1994.0',    '10','1','142.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111662.0','1044856.0','17',    '11','3','2250.01',    '8','2','1110.46',    '7','2','1139.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023399.0','1019289.0','10',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111663.0','1044856.0','9',    '7','2','18702.1',    '6','2','17346.52',    '5','2','1355.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023400.0','1019289.0','6',    '4','2','2741.27',    '3','1','2606.28',    '2','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111664.0','1044856.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023401.0','1019289.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111665.0','1044856.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2002556.0','1019289.0','32',    '25','5','9879.67',    '23','5','9879.67',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2090820.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023402.0','1019289.0','21',    '16','3','5807.31',    '14','3','5504.81',    '9','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111666.0','1044856.0','867',    '707','125','717051.48',    '624','80','604457.56',    '356','70','112593.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023403.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111667.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023404.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111668.0','1044856.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023405.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111669.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023406.0','1019289.0','81',    '73','27','288584.27',    '73','22','252424.56',    '46','7','36159.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111670.0','1044856.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023407.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111671.0','1044856.0','1',    '1','1','1444.0',    '1','1','1444.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004827.0','1019289.0','6',    '5','3','2002.98',    '1','0','0.0',    '5','3','2002.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093091.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004844.0','1019289.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093108.0','1044856.0','497',    '404','94','343583.25',    '380','77','256515.61',    '216','46','87067.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023408.0','1019289.0','7',    '6','2','1501.52',    '6','1','1366.53',    '4','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111672.0','1044856.0','42',    '31','3','2292.9',    '30','3','2157.91',    '17','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023409.0','1019289.0','143',    '122','25','114223.03',    '110','15','75308.75',    '75','16','38914.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111673.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004845.0','1019289.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093109.0','1044856.0','72',    '49','4','2054.9',    '35','1','1372.92',    '29','3','681.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004977.0','1019289.0','22',    '12','0','0.0',    '8','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093241.0','1044856.0','6',    '2','1','6600.0',    '1','0','0.0',    '1','1','6600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005119.0','1019289.0','7',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093383.0','1044856.0','183',    '114','33','69088.43',    '76','20','55147.04',    '86','20','13941.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023410.0','1019289.0','6',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111674.0','1044856.0','3',    '2','2','4938.72',    '2','2','4938.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023411.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111675.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023412.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111676.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023413.0','1019289.0','76',    '71','10','17320.89',    '70','8','15797.27',    '39','3','1523.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111677.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004964.0','1019289.0','36',    '30','11','27967.88',    '29','10','27417.89',    '21','2','549.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093228.0','1044856.0','1',    '1','1','699.99',    '1','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023414.0','1019289.0','191',    '141','24','44223.9',    '124','16','34606.47',    '78','12','9617.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111678.0','1044856.0','240',    '181','50','133762.6',    '162','33','113361.97',    '111','29','20400.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023415.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111679.0','1044856.0','5',    '5','1','807.75',    '4','1','807.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023416.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111680.0','1044856.0','15',    '10','3','7846.31',    '8','2','3114.36',    '5','2','4731.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004980.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093244.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004953.0','1019289.0','1127',    '689','56','56309.37',    '470','23','28385.57',    '441','36','27923.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093217.0','1044856.0','125',    '63','8','11123.27',    '30','1','4545.05',    '46','7','6578.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023417.0','1019289.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111681.0','1044856.0','599',    '521','185','622058.5',    '493','163','472508.3',    '298','86','149550.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005017.0','1019289.0','40',    '24','7','59845.21',    '18','6','40067.35',    '17','5','19777.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093281.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023418.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111682.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023419.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111683.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004971.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093235.0','1044856.0','389',    '320','84','260512.36',    '286','67','238038.8',    '190','27','22473.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005011.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093275.0','1044856.0','26',    '22','1','1572.0',    '17','1','1572.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023420.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111684.0','1044856.0','4',    '3','1','8340.85',    '2','1','8340.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023421.0','1019289.0','12',    '6','1','134.99',    '6','0','0.0',    '2','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111685.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023422.0','1019289.0','1',    '1','1','1238.5',    '1','1','1126.0',    '1','1','112.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111686.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023423.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111687.0','1044856.0','57',    '54','19','127760.12',    '52','16','107417.17',    '37','6','20342.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023424.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111688.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004865.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093129.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023425.0','1019289.0','22',    '18','5','88962.24',    '17','5','75695.12',    '11','4','13267.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111689.0','1044856.0','114',    '100','35','408288.12',    '94','28','306180.43',    '63','19','102107.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023426.0','1019289.0','411',    '354','94','265144.34',    '314','58','228814.53',    '203','48','36329.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111690.0','1044856.0','82',    '62','8','14915.02',    '50','4','12755.18',    '41','4','2159.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005177.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093441.0','1044856.0','102',    '78','7','6019.49',    '64','3','4554.0',    '53','6','1465.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023427.0','1019289.0','197',    '153','32','65778.17',    '134','27','56037.52',    '86','8','9740.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111691.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023428.0','1019289.0','44',    '36','12','23082.42',    '30','11','22382.43',    '23','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111692.0','1044856.0','67',    '49','6','20250.97',    '48','5','17626.65',    '19','4','2624.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005057.0','1019289.0','49',    '37','11','47694.09',    '35','8','43532.4',    '21','6','4161.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093321.0','1044856.0','260',    '198','43','151520.56',    '174','36','131821.46',    '92','18','19699.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005072.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093336.0','1044856.0','3',    '3','2','3417.25',    '0','0','0.0',    '3','2','3417.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023429.0','1019289.0','259',    '199','19','28074.46',    '172','9','23415.24',    '104','11','4659.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111693.0','1044856.0','279',    '195','35','61252.27',    '168','23','47772.12',    '109','13','13480.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023430.0','1019289.0','261',    '207','12','45216.98',    '190','9','42325.91',    '116','5','2891.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111694.0','1044856.0','19',    '13','1','2311.46',    '13','1','2311.46',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023431.0','1019289.0','7',    '2','1','8092.8',    '2','1','8092.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111695.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005100.0','1019289.0','1',    '1','1','1600.0',    '1','0','0.0',    '1','1','1600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093364.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023432.0','1019289.0','24',    '20','0','0.0',    '19','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111696.0','1044856.0','382',    '298','94','692180.91',    '272','75','582508.14',    '171','50','109672.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023433.0','1019289.0','138',    '87','25','48064.61',    '78','19','38781.37',    '50','9','9283.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111697.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004856.0','1019289.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093120.0','1044856.0','139',    '75','17','15709.83',    '45','4','7364.67',    '50','14','8345.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004954.0','1019289.0','48',    '46','14','21673.29',    '45','13','21100.81',    '24','2','572.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093218.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004926.0','1019289.0','35',    '35','8','28912.6',    '35','8','20183.77',    '22','3','8728.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093190.0','1044856.0','2986',    '1740','185','287342.28',    '1317','94','227007.1',    '1065','107','60335.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005082.0','1019289.0','10',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093346.0','1044856.0','14',    '14','6','8799.42',    '14','5','8064.91',    '8','2','734.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023434.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111698.0','1044856.0','8',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005069.0','1019289.0','90',    '73','17','62550.25',    '57','12','44709.22',    '45','10','17841.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093333.0','1044856.0','435',    '305','60','376160.02',    '246','40','310833.31',    '188','34','65326.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023435.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111699.0','1044856.0','297',    '197','21','36621.42',    '148','8','27693.65',    '109','15','8927.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023436.0','1019289.0','62',    '53','4','6645.0',    '49','3','5630.89',    '26','2','1014.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111700.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011164.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099428.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023437.0','1019289.0','64',    '64','17','34526.94',    '64','12','32998.11',    '30','5','1528.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111701.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011165.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099429.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011109.0','1019289.0','202',    '88','10','6528.02',    '39','0','0.0',    '71','10','6528.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099373.0','1044856.0','1',    '1','1','231.4',    '1','0','0.0',    '1','1','231.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011302.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099566.0','1044856.0','176',    '155','27','103558.53',    '141','20','87124.73',    '85','10','16433.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005294.0','1019289.0','23',    '20','6','66151.42',    '17','5','59301.42',    '11','2','6850.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093558.0','1044856.0','1',    '1','1','13668.4',    '1','1','1410.0',    '1','1','12258.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005329.0','1019289.0','277',    '235','73','547851.01',    '198','47','481424.31',    '161','39','66426.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093593.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023438.0','1019289.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111702.0','1044856.0','174',    '125','21','23690.94',    '107','15','16452.0',    '72','7','7238.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023439.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111703.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023440.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111704.0','1044856.0','38',    '23','3','4368.43',    '17','1','2968.45',    '12','2','1399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023441.0','1019289.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111705.0','1044856.0','524',    '220','27','17347.29',    '94','5','4891.65',    '182','24','12455.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023442.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111706.0','1044856.0','1251',    '682','74','72182.97',    '388','21','40615.72',    '478','59','31567.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023443.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111707.0','1044856.0','96',    '86','21','73184.0',    '84','17','69774.78',    '41','6','3409.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023444.0','1019289.0','20',    '17','4','20722.33',    '17','3','19862.34',    '6','2','859.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111708.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023445.0','1019289.0','4',    '4','1','1977.48',    '4','1','1977.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111709.0','1044856.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023446.0','1019289.0','34',    '22','5','12509.98',    '19','4','11809.99',    '11','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111710.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004968.0','1019289.0','58',    '35','3','2096.05',    '11','1','696.07',    '27','2','1399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093232.0','1044856.0','10',    '6','2','15554.43',    '4','1','8284.7',    '4','2','7269.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004946.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093210.0','1044856.0','124',    '94','24','286320.66',    '85','18','241340.23',    '56','10','44980.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023447.0','1019289.0','61',    '36','7','4288.94',    '22','4','2753.97',    '27','3','1534.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111711.0','1044856.0','441',    '364','54','97592.89',    '339','33','78920.87',    '177','27','18672.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005007.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093271.0','1044856.0','48',    '23','5','4316.15',    '14','2','2216.18',    '15','3','2099.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011098.0','1019289.0','35',    '21','0','0.0',    '13','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099362.0','1044856.0','101',    '64','12','17981.19',    '41','6','10019.92',    '38','8','7961.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005092.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093356.0','1044856.0','11',    '9','3','2047.97',    '4','0','0.0',    '7','3','2047.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023448.0','1019289.0','274',    '213','42','160893.52',    '190','35','142369.1',    '126','17','18524.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111712.0','1044856.0','1462',    '864','109','119848.13',    '651','35','74692.81',    '521','86','45155.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023449.0','1019289.0','5',    '3','1','275.8',    '3','1','275.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111713.0','1044856.0','184',    '115','23','46929.76',    '51','3','33350.0',    '90','20','13579.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005179.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093443.0','1044856.0','6',    '6','1','754.66',    '6','1','754.66',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004940.0','1019289.0','70',    '31','3','1609.2',    '18','0','0.0',    '19','3','1609.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093204.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023450.0','1019289.0','652',    '524','110','308492.39',    '460','88','249577.18',    '306','43','58915.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111714.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005580.0','1019289.0','35',    '24','4','13792.01',    '21','1','1003.44',    '13','3','12788.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093844.0','1044856.0','904',    '728','82','178847.67',    '597','31','132834.62',    '390','61','46013.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023451.0','1019289.0','58',    '34','2','1385.95',    '29','1','685.96',    '12','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111715.0','1044856.0','1695',    '1492','280','2054079.31',    '1420','178','1346946.33',    '778','197','707132.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023452.0','1019289.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111716.0','1044856.0','159',    '108','14','29948.02',    '92','12','28383.9',    '56','3','1564.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005275.0','1019289.0','469',    '395','134','1259878.32',    '359','110','1070158.78',    '255','71','189719.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093539.0','1044856.0','872',    '776','185','678143.49',    '738','141','550838.52',    '435','78','127304.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023453.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111717.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023454.0','1019289.0','529',    '307','43','77142.42',    '185','23','57426.56',    '210','24','19715.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111718.0','1044856.0','5',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023455.0','1019289.0','33',    '22','6','10891.97',    '19','6','10089.31',    '11','1','802.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111719.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023456.0','1019289.0','1',    '1','1','3288.42',    '1','1','1410.0',    '1','1','1878.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111720.0','1044856.0','3',    '2','1','302.99',    '1','0','0.0',    '2','1','302.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023457.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111721.0','1044856.0','714',    '484','143','952705.83',    '357','86','747500.23',    '323','87','205205.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023458.0','1019289.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111722.0','1044856.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005056.0','1019289.0','3',    '3','1','2638.85',    '3','1','2166.36',    '2','1','472.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093320.0','1044856.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023459.0','1019289.0','3',    '3','2','2105.83',    '3','2','2105.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111723.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005261.0','1019289.0','31',    '20','2','670.46',    '16','1','590.73',    '13','1','79.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093525.0','1044856.0','195',    '175','78','712841.55',    '170','71','576045.08',    '104','31','136796.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2012589.0','1019289.0','448',    '367','99','530903.7',    '312','58','466372.56',    '239','54','64531.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2100853.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005420.0','1019289.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093684.0','1044856.0','31',    '23','7','10058.42',    '23','4','9044.89',    '12','3','1013.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023460.0','1019289.0','21',    '11','2','5932.84',    '9','1','5232.85',    '5','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111724.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023461.0','1019289.0','37',    '29','11','18415.8',    '25','10','14868.14',    '14','4','3547.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111725.0','1044856.0','46',    '36','5','11298.39',    '33','5','9597.42',    '13','2','1700.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004929.0','1019289.0','53',    '26','7','40136.97',    '12','2','23751.74',    '19','6','16385.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093193.0','1044856.0','1461',    '606','60','55437.98',    '344','13','18374.59',    '440','55','37063.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023462.0','1019289.0','317',    '237','40','83041.39',    '175','18','68011.15',    '140','24','15030.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111726.0','1044856.0','11',    '11','3','3281.62',    '11','3','3281.62',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005036.0','1019289.0','28',    '25','10','92843.82',    '25','7','66770.64',    '15','8','26073.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093300.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023463.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111727.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2011160.0','1019289.0','1737',    '1338','275','700360.0',    '1141','140','545121.13',    '794','171','155238.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2099424.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023464.0','1019289.0','13',    '9','2','1775.27',    '9','2','1775.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111728.0','1044856.0','111',    '58','11','15043.35',    '27','3','9894.41',    '43','8','5148.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023465.0','1019289.0','174',    '149','42','86423.16',    '145','30','76664.63',    '75','19','9758.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111729.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023466.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111730.0','1044856.0','29',    '25','2','3669.96',    '24','1','3020.47',    '11','1','649.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023467.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111731.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023468.0','1019289.0','30',    '25','11','28754.6',    '23','8','20002.7',    '21','9','8751.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111732.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2004932.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2093196.0','1044856.0','439',    '179','15','8632.83',    '102','2','1321.36',    '119','14','7311.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023469.0','1019289.0','239',    '228','78','178894.1',    '220','71','170172.15',    '139','18','8721.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111733.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023470.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111734.0','1044856.0','8',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023471.0','1019289.0','35',    '34','8','18798.77',    '34','6','16626.15',    '26','5','2172.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111735.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023472.0','1019289.0','37',    '35','7','21850.07',    '34','7','20756.02',    '22','3','1094.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111736.0','1044856.0','75',    '41','15','31821.28',    '29','7','6742.53',    '29','13','25078.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023473.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111737.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005170.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093434.0','1044856.0','853',    '545','156','1309116.03',    '411','88','1085534.08',    '362','97','223581.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004860.0','1019289.0','75',    '43','8','47342.35',    '34','6','33664.87',    '27','5','13677.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093124.0','1044856.0','516',    '385','98','315429.06',    '313','56','263393.19',    '234','61','52035.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023474.0','1019289.0','16',    '6','4','34059.22',    '6','4','34059.22',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111738.0','1044856.0','131',    '64','15','28010.51',    '37','12','18899.54',    '44','4','9110.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023475.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111739.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005276.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093540.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023476.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111740.0','1044856.0','301',    '193','53','79240.25',    '129','18','61664.87',    '126','36','17575.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023477.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111741.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023478.0','1019289.0','30',    '25','4','28516.2',    '23','3','19469.0',    '15','4','9047.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111742.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023479.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111743.0','1044856.0','54',    '31','12','7361.55',    '14','1','948.76',    '27','11','6412.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023480.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111744.0','1044856.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023481.0','1019289.0','164',    '138','35','124496.52',    '125','28','100036.19',    '73','17','24460.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111745.0','1044856.0','5',    '5','2','18416.14',    '5','2','17016.16',    '2','2','1399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023482.0','1019289.0','52',    '33','8','25299.09',    '25','6','17409.23',    '24','4','7889.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111746.0','1044856.0','11',    '11','3','5897.51',    '10','3','5087.63',    '6','1','809.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004868.0','1019289.0','4',    '4','1','9699.18',    '4','1','9699.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093132.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2012445.0','1019289.0','99',    '91','20','65318.49',    '85','14','52944.89',    '58','11','12373.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2100709.0','1044856.0','1',    '1','1','8721.77',    '1','1','1012.0',    '1','1','7709.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023483.0','1019289.0','500',    '403','187','2076849.45',    '354','153','1218372.28',    '316','138','858477.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111747.0','1044856.0','3',    '3','1','5607.63',    '3','1','5607.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023484.0','1019289.0','17',    '17','2','13822.32',    '17','2','11860.94',    '11','1','1961.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111748.0','1044856.0','4',    '3','2','4896.29',    '3','2','4492.39',    '2','1','403.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005019.0','1019289.0','10',    '9','1','3305.96',    '6','1','3305.96',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093283.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005083.0','1019289.0','54',    '41','10','76455.24',    '39','8','75340.27',    '14','3','1114.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093347.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005274.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093538.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005397.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093661.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005182.0','1019289.0','21',    '12','3','1850.89',    '5','0','0.0',    '9','3','1850.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093446.0','1044856.0','12',    '11','1','323.02',    '11','1','323.02',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005162.0','1019289.0','10',    '7','3','17005.48',    '6','2','15412.7',    '3','2','1592.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093426.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023485.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111749.0','1044856.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023486.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111750.0','1044856.0','12',    '12','2','3559.44',    '12','2','3559.44',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023487.0','1019289.0','9',    '9','3','8125.65',    '9','3','6689.65',    '7','1','1436.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111751.0','1044856.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023488.0','1019289.0','71',    '30','10','14624.47',    '20','6','7876.82',    '19','6','6747.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111752.0','1044856.0','12',    '12','3','11951.86',    '12','3','11036.87',    '7','2','914.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004881.0','1019289.0','3',    '2','2','7898.95',    '2','2','6577.28',    '2','2','1321.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093145.0','1044856.0','17',    '14','4','4415.12',    '13','4','4165.12',    '9','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023489.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111753.0','1044856.0','138',    '92','16','21107.85',    '69','7','15481.16',    '58','10','5626.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004978.0','1019289.0','31',    '25','9','57225.75',    '21','6','43176.89',    '16','6','14048.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093242.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023490.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111754.0','1044856.0','116',    '98','19','62163.69',    '91','15','59453.87',    '37','7','2709.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023491.0','1019289.0','273',    '200','63','631081.75',    '178','49','491022.95',    '115','29','140058.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111755.0','1044856.0','10',    '9','2','16989.44',    '9','2','16989.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023492.0','1019289.0','66',    '29','8','8067.39',    '17','5','5967.42',    '22','3','2099.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111756.0','1044856.0','5',    '5','3','6660.92',    '4','2','6062.22',    '3','1','598.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023493.0','1019289.0','11',    '8','1','3196.48',    '5','1','3196.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111757.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023494.0','1019289.0','15',    '11','4','2611.47',    '9','2','926.95',    '4','2','1684.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111758.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023495.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111759.0','1044856.0','23',    '14','3','38479.76',    '10','3','37644.78',    '12','1','834.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023496.0','1019289.0','95',    '80','26','172222.16',    '75','18','117848.72',    '53','17','54373.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111760.0','1044856.0','1000',    '432','42','27003.79',    '289','13','14018.61',    '294','31','12985.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023497.0','1019289.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111761.0','1044856.0','2',    '2','1','1358.71',    '2','1','1358.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004888.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093152.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004899.0','1019289.0','4',    '3','1','1428.0',    '3','1','1428.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093163.0','1044856.0','17',    '11','1','134.99',    '10','0','0.0',    '6','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005181.0','1019289.0','16',    '9','1','699.99',    '6','0','0.0',    '6','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093445.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005001.0','1019289.0','1',    '1','1','1049.4',    '1','1','1049.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093265.0','1044856.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023498.0','1019289.0','75',    '64','17','129175.36',    '61','12','113069.43',    '33','9','16105.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111762.0','1044856.0','371',    '314','110','1084773.85',    '299','85','855148.6',    '188','62','229625.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023499.0','1019289.0','6',    '4','2','2846.03',    '4','1','2711.04',    '2','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111763.0','1044856.0','734',    '519','115','305984.01',    '396','57','220897.36',    '325','70','85086.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2005199.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2093463.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023500.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111764.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005035.0','1019289.0','1',    '1','1','2541.6',    '1','1','2541.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093299.0','1044856.0','146',    '101','20','127052.21',    '76','10','117495.45',    '62','14','9556.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004912.0','1019289.0','11',    '11','1','6135.77',    '11','1','5726.77',    '6','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093176.0','1044856.0','285',    '120','18','15901.62',    '54','7','5632.24',    '88','12','10269.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005032.0','1019289.0','41',    '35','7','53517.61',    '33','4','45134.2',    '17','6','8383.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093296.0','1044856.0','133',    '68','19','30000.49',    '46','10','23427.29',    '45','12','6573.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023501.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111765.0','1044856.0','202',    '162','38','171998.92',    '127','24','147823.45',    '107','25','24175.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023502.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111766.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023503.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111767.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005024.0','1019289.0','48',    '37','4','38550.85',    '33','3','38415.86',    '21','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093288.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023504.0','1019289.0','58',    '51','17','28131.85',    '49','17','25156.09',    '36','7','2975.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111768.0','1044856.0','67',    '52','9','18376.58',    '43','6','11996.74',    '27','3','6379.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023505.0','1019289.0','1',    '1','1','12862.89',    '1','1','3610.0',    '1','1','9252.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111769.0','1044856.0','87',    '52','9','22170.7',    '38','6','11995.98',    '36','5','10174.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023506.0','1019289.0','13',    '11','5','64092.92',    '9','5','46103.02',    '8','2','17989.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111770.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023507.0','1019289.0','1',    '1','1','3627.19',    '1','1','2785.0',    '1','1','842.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111771.0','1044856.0','276',    '211','36','142503.62',    '181','26','120972.15',    '116','21','21531.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023508.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111772.0','1044856.0','12',    '12','5','5757.9',    '12','3','5104.81',    '8','2','653.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011184.0','1019289.0','16',    '9','1','848.0',    '6','1','848.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099448.0','1044856.0','6',    '5','3','6283.52',    '5','3','6064.37',    '3','1','219.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004908.0','1019289.0','151',    '104','33','319898.22',    '87','23','286506.75',    '59','15','33391.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093172.0','1044856.0','26',    '15','4','8387.94',    '14','4','8387.94',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005491.0','1019289.0','10',    '9','1','11337.94',    '8','1','10240.41',    '5','1','1097.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093755.0','1044856.0','7',    '6','1','597.17',    '6','1','270.67',    '4','1','326.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004987.0','1019289.0','33',    '32','4','5775.79',    '32','4','5054.81',    '22','1','720.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093251.0','1044856.0','6',    '4','1','134.99',    '4','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023509.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111773.0','1044856.0','7',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005047.0','1019289.0','137',    '118','30','100287.78',    '107','14','86029.18',    '70','22','14258.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093311.0','1044856.0','1',    '1','1','8800.0',    '0','0','0.0',    '1','1','8800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023510.0','1019289.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111774.0','1044856.0','179',    '142','37','108253.07',    '126','20','96491.9',    '83','20','11761.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023511.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111775.0','1044856.0','1352',    '936','94','177113.34',    '792','50','95001.97',    '518','55','82111.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023512.0','1019289.0','12',    '9','1','1252.44',    '7','1','1252.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111776.0','1044856.0','22',    '21','9','81916.99',    '20','9','71820.4',    '12','4','10096.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023513.0','1019289.0','8',    '6','1','13229.58',    '5','1','13229.58',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111777.0','1044856.0','12',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023514.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111778.0','1044856.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005399.0','1019289.0','4',    '3','1','1761.34',    '3','1','1761.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093663.0','1044856.0','3',    '3','1','3753.28',    '3','1','3340.0',    '3','1','413.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023515.0','1019289.0','7',    '7','1','1784.5',    '7','1','1600.0',    '4','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111779.0','1044856.0','6',    '5','1','1446.28',    '5','1','1446.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023516.0','1019289.0','13',    '12','2','720.25',    '12','2','720.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111780.0','1044856.0','3',    '3','1','2494.2',    '3','1','2494.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023517.0','1019289.0','52',    '41','7','91833.05',    '41','6','91473.07',    '20','2','359.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111781.0','1044856.0','65',    '52','20','71082.4',    '46','19','68608.63',    '26','4','2473.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023518.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111782.0','1044856.0','6',    '5','2','1465.99',    '4','1','1318.0',    '3','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023519.0','1019289.0','63',    '59','7','19868.06',    '59','7','18151.68',    '30','3','1716.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111783.0','1044856.0','2',    '2','1','878.0',    '1','1','878.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023520.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111784.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005121.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093385.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023521.0','1019289.0','5',    '5','2','10523.94',    '5','2','10114.94',    '4','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111785.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004866.0','1019289.0','43',    '41','28','116286.98',    '41','28','111059.59',    '28','10','5227.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093130.0','1044856.0','17',    '15','6','3543.11',    '15','4','3273.13',    '6','2','269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023522.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111786.0','1044856.0','9',    '5','2','17245.88',    '5','2','15707.66',    '1','1','1538.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005038.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093302.0','1044856.0','26',    '25','6','32592.17',    '25','6','31975.62',    '10','2','616.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004894.0','1019289.0','44',    '23','2','1560.11',    '19','1','650.35',    '14','2','909.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093158.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005015.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093279.0','1044856.0','1',    '1','1','2101.65',    '1','1','2101.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005088.0','1019289.0','105',    '89','24','148899.71',    '82','18','116358.86',    '41','10','32540.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093352.0','1044856.0','4',    '3','1','6600.0',    '3','0','0.0',    '2','1','6600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023523.0','1019289.0','9',    '7','5','2823.15',    '7','5','2823.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111787.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004910.0','1019289.0','50',    '39','5','21050.91',    '37','4','10863.92',    '26','3','10186.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093174.0','1044856.0','78',    '72','28','188911.39',    '68','24','184613.53',    '44','12','4297.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023524.0','1019289.0','1',    '1','1','1463.3',    '1','1','878.0',    '1','1','585.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111788.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023525.0','1019289.0','504',    '412','150','1114253.46',    '382','115','1017245.47',    '247','74','97007.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111789.0','1044856.0','1',    '1','1','6081.0',    '0','0','0.0',    '1','1','6081.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005146.0','1019289.0','96',    '63','10','54380.23',    '61','9','50499.44',    '25','5','3880.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093410.0','1044856.0','153',    '117','31','215565.64',    '99','24','190013.1',    '65','12','25552.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023526.0','1019289.0','7',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111790.0','1044856.0','71',    '59','14','27965.44',    '57','12','27316.45',    '27','2','648.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023527.0','1019289.0','2',    '2','1','231.7',    '2','1','231.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111791.0','1044856.0','18',    '16','0','0.0',    '15','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023528.0','1019289.0','5',    '3','2','8392.63',    '3','1','7737.64',    '2','1','654.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111792.0','1044856.0','6',    '5','1','2393.86',    '5','1','2393.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023529.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111793.0','1044856.0','68',    '55','14','109871.98',    '50','11','86667.0',    '37','4','23204.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023530.0','1019289.0','10',    '10','0','0.0',    '10','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111794.0','1044856.0','2',    '2','1','5633.97',    '2','1','1114.0',    '2','1','4519.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2005480.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2093744.0','1044856.0','118',    '87','18','80248.41',    '66','12','70732.97',    '50','10','9515.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023531.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111795.0','1044856.0','11',    '11','3','4781.75',    '11','2','4135.72',    '7','2','646.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005273.0','1019289.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093537.0','1044856.0','30',    '28','5','11485.84',    '24','4','11165.84',    '17','2','320.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023532.0','1019289.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111796.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023533.0','1019289.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111797.0','1044856.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023534.0','1019289.0','83',    '66','17','48797.32',    '61','16','39036.69',    '37','6','9760.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111798.0','1044856.0','1',    '1','1','13796.68',    '1','1','9460.0',    '1','1','4336.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023535.0','1019289.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111799.0','1044856.0','26',    '20','6','4445.68',    '15','3','2795.7',    '12','3','1649.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023536.0','1019289.0','38',    '25','6','38900.33',    '21','5','37812.34',    '12','2','1087.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111800.0','1044856.0','47',    '25','8','5936.11',    '6','1','565.2',    '22','7','5370.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023537.0','1019289.0','186',    '153','50','365477.3',    '142','39','293737.55',    '88','26','71739.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111801.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023538.0','1019289.0','102',    '79','18','202333.13',    '74','16','197234.08',    '41','4','5099.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111802.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023539.0','1019289.0','5',    '5','3','7533.39',    '5','3','7533.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111803.0','1044856.0','2',    '2','2','4748.66',    '2','2','4533.66',    '2','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023540.0','1019289.0','9',    '7','1','1592.84',    '6','1','1592.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111804.0','1044856.0','12',    '12','2','945.88',    '12','1','675.9',    '7','2','269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023541.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111805.0','1044856.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023542.0','1019289.0','5395',    '4472','1847','10028374.78',    '4133','1518','5998845.49',    '3194','1155','4029529.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111806.0','1044856.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023543.0','1019289.0','42',    '25','6','9641.39',    '20','5','9436.89',    '16','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111807.0','1044856.0','100',    '67','7','5126.24',    '53','3','4552.76',    '42','4','573.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023544.0','1019289.0','18',    '18','5','5574.84',    '18','5','5352.04',    '10','1','222.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111808.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004923.0','1019289.0','28',    '27','10','66957.73',    '27','7','57737.86',    '15','6','9219.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093187.0','1044856.0','33',    '26','4','15083.17',    '26','4','15083.17',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023545.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111809.0','1044856.0','17',    '14','4','27390.37',    '13','4','11175.63',    '9','2','16214.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023546.0','1019289.0','532',    '411','103','250179.09',    '363','77','212993.55',    '247','51','37185.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111810.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004847.0','1019289.0','15',    '15','4','35052.72',    '15','4','32986.88',    '9','1','2065.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093111.0','1044856.0','101',    '81','31','194777.39',    '72','23','161752.32',    '52','15','33025.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023547.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111811.0','1044856.0','1',    '1','1','2668.14',    '1','1','2668.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023548.0','1019289.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111812.0','1044856.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023549.0','1019289.0','9',    '8','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111813.0','1044856.0','10',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004948.0','1019289.0','216',    '182','58','240170.07',    '155','41','207048.27',    '105','25','33121.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093212.0','1044856.0','22',    '19','4','14786.34',    '17','4','11590.31',    '9','1','3196.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023550.0','1019289.0','22',    '17','2','2717.76',    '17','1','2502.76',    '8','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111814.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023551.0','1019289.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111815.0','1044856.0','21',    '19','5','4416.24',    '17','4','4054.84',    '12','2','361.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023552.0','1019289.0','5',    '4','1','1456.1',    '4','1','1456.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111816.0','1044856.0','2',    '2','1','172.0',    '2','0','0.0',    '1','1','172.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023553.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111817.0','1044856.0','105',    '81','22','98190.24',    '76','21','91574.4',    '35','4','6615.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023554.0','1019289.0','2',    '1','1','557.0',    '1','1','557.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111818.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023555.0','1019289.0','66',    '56','15','38596.46',    '45','11','35923.24',    '34','7','2673.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111819.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023556.0','1019289.0','58',    '47','12','28989.19',    '40','7','22293.27',    '25','6','6695.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111820.0','1044856.0','28',    '17','3','6830.97',    '13','1','5450.98',    '10','3','1379.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005130.0','1019289.0','10',    '4','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093394.0','1044856.0','17',    '12','4','612.61',    '10','1','207.64',    '6','3','404.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023557.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111821.0','1044856.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004909.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093173.0','1044856.0','663',    '535','174','1579023.08',    '503','153','1302812.11',    '311','83','276210.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023558.0','1019289.0','2',    '2','1','690.18',    '2','1','690.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111822.0','1044856.0','40',    '37','6','3524.13',    '36','6','3524.13',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023559.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111823.0','1044856.0','32',    '30','5','9056.83',    '26','4','8686.08',    '15','2','370.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005118.0','1019289.0','5',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093382.0','1044856.0','209',    '173','47','204210.89',    '159','39','176217.68',    '90','18','27993.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023560.0','1019289.0','87',    '67','25','145589.32',    '55','13','129255.41',    '46','17','16333.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111824.0','1044856.0','41',    '38','14','77573.17',    '37','13','73173.89',    '23','7','4399.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005355.0','1019289.0','55',    '46','7','45720.83',    '45','7','45336.71',    '25','1','384.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093619.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023561.0','1019289.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111825.0','1044856.0','13',    '11','4','49381.91',    '11','4','34202.0',    '8','2','15179.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005307.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093571.0','1044856.0','17',    '14','5','7458.78',    '12','5','7458.78',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005117.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093381.0','1044856.0','1',    '1','1','2181.18',    '1','1','1114.0',    '1','1','1067.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023562.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111826.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023563.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111827.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023564.0','1019289.0','77',    '35','8','9075.56',    '15','3','2406.72',    '31','7','6668.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111828.0','1044856.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023565.0','1019289.0','41',    '37','17','146194.81',    '35','12','140508.56',    '18','7','5686.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111829.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005023.0','1019289.0','216',    '195','62','64765.41',    '180','46','55870.3',    '120','25','8895.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093287.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004901.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093165.0','1044856.0','231',    '204','74','216974.61',    '195','69','207020.12',    '115','21','9954.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004882.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093146.0','1044856.0','167',    '127','51','524342.28',    '116','40','410760.95',    '95','28','113581.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004979.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093243.0','1044856.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023566.0','1019289.0','17',    '10','3','4641.29',    '10','2','3656.4',    '7','2','984.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111830.0','1044856.0','4071',    '3113','1213','4830019.15',    '2758','979','2354523.39',    '2267','776','2475495.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023567.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111831.0','1044856.0','48',    '38','9','15788.71',    '34','9','14838.72',    '19','2','949.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023568.0','1019289.0','122',    '93','23','173392.36',    '75','18','138673.14',    '67','13','34719.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111832.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023569.0','1019289.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111833.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2004982.0','1019289.0','41',    '23','6','9535.98',    '16','4','4669.24',    '15','4','4866.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2093246.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004898.0','1019289.0','38',    '36','9','28589.44',    '35','8','28036.94',    '25','2','552.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093162.0','1044856.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2004985.0','1019289.0','229',    '220','75','170318.66',    '215','66','157644.67',    '146','25','12673.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2093249.0','1044856.0','11',    '9','1','530.88',    '6','1','530.88',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023570.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111834.0','1044856.0','121',    '104','34','410302.29',    '100','30','359175.79',    '60','13','51126.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004955.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093219.0','1044856.0','186',    '130','23','70553.7',    '127','15','53053.81',    '71','14','17499.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004956.0','1019289.0','4',    '3','1','21769.76',    '3','1','21480.98',    '1','1','288.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093220.0','1044856.0','48',    '32','5','5665.18',    '29','3','4830.2',    '18','2','834.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023571.0','1019289.0','5',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111835.0','1044856.0','15',    '15','4','14421.42',    '14','4','13195.16',    '10','2','1226.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004939.0','1019289.0','93',    '47','4','17548.67',    '38','2','2454.1',    '26','3','15094.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093203.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005403.0','1019289.0','149',    '119','37','245032.16',    '111','27','193978.11',    '71','19','51054.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093667.0','1044856.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005116.0','1019289.0','46',    '45','14','41829.52',    '44','12','40968.02',    '30','3','861.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093380.0','1044856.0','1',    '1','1','1114.0',    '1','1','1114.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023572.0','1019289.0','11',    '10','2','4640.48',    '10','2','3224.52',    '6','1','1415.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111836.0','1044856.0','19',    '16','2','828.15',    '12','1','693.16',    '12','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004989.0','1019289.0','6',    '6','1','3899.93',    '5','1','3899.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093253.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023573.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111837.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005263.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093527.0','1044856.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023574.0','1019289.0','18',    '10','2','1479.88',    '3','1','1344.89',    '10','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111838.0','1044856.0','3',    '3','2','2287.95',    '3','2','2287.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023575.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111839.0','1044856.0','676',    '579','134','499489.41',    '555','105','457703.94',    '277','62','41785.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023576.0','1019289.0','58',    '48','6','9689.65',    '46','6','9689.65',    '27','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111840.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023577.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111841.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023578.0','1019289.0','1',    '1','1','794.0',    '0','0','0.0',    '1','1','794.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111842.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005042.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093306.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005180.0','1019289.0','1',    '1','1','2246.14',    '1','1','2246.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093444.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011156.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099420.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011179.0','1019289.0','20',    '20','5','5141.82',    '18','5','5141.82',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099443.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005183.0','1019289.0','12',    '11','1','772.98',    '9','1','772.98',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093447.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005009.0','1019289.0','58',    '52','13','44345.99',    '50','11','29549.84',    '30','5','14796.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093273.0','1044856.0','757',    '631','227','1113084.77',    '573','175','627767.7',    '404','134','485317.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023579.0','1019289.0','38',    '35','21','126359.0',    '34','17','123703.44',    '21','9','2655.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111843.0','1044856.0','7',    '7','4','18340.3',    '7','4','16409.62',    '4','2','1930.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023580.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111844.0','1044856.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005323.0','1019289.0','17',    '11','1','538.32',    '10','1','538.32',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093587.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005516.0','1019289.0','3',    '1','1','1584.0',    '1','1','1584.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093780.0','1044856.0','165',    '136','37','61102.38',    '126','32','44851.64',    '60','13','16250.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005582.0','1019289.0','36',    '34','17','208673.08',    '31','11','162977.73',    '22','8','45695.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093846.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023581.0','1019289.0','211',    '173','47','145282.94',    '154','37','125265.89',    '108','22','20017.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111845.0','1044856.0','21',    '21','4','3652.63',    '20','4','3652.63',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023582.0','1019289.0','1',    '1','1','134.99',    '1','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111846.0','1044856.0','11',    '10','5','4979.83',    '10','3','3263.35',    '5','4','1716.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023583.0','1019289.0','24',    '18','7','48890.47',    '17','7','42124.67',    '14','3','6765.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111847.0','1044856.0','13',    '12','5','14499.22',    '12','5','14499.22',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023584.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111848.0','1044856.0','23',    '20','6','7766.65',    '20','5','7249.15',    '13','2','517.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023585.0','1019289.0','67',    '49','22','99036.59',    '46','17','77722.0',    '28','13','21314.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111849.0','1044856.0','25',    '22','5','39713.93',    '21','5','39578.94',    '13','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023586.0','1019289.0','4',    '4','1','11051.0',    '4','1','10642.0',    '2','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111850.0','1044856.0','132',    '118','34','240801.12',    '117','26','216122.33',    '69','20','24678.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023587.0','1019289.0','1',    '1','1','1650.0',    '1','0','0.0',    '1','1','1650.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111851.0','1044856.0','3',    '3','3','3746.0',    '2','2','3346.0',    '3','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2012923.0','1019289.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2101187.0','1044856.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023588.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111852.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023589.0','1019289.0','45',    '37','16','62086.15',    '36','12','53392.54',    '24','6','8693.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111853.0','1044856.0','112',    '96','24','63376.46',    '89','16','54372.79',    '57','13','9003.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023590.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111854.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023591.0','1019289.0','1',    '1','1','1298.8',    '1','1','1298.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111855.0','1044856.0','22',    '18','4','2060.25',    '16','4','2060.25',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011183.0','1019289.0','31',    '31','11','207614.01',    '29','10','185245.15',    '19','3','22368.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099447.0','1044856.0','4',    '4','1','4638.6',    '4','1','4638.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023592.0','1019289.0','1',    '1','1','3045.0',    '1','1','3045.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111856.0','1044856.0','118',    '99','39','441467.91',    '97','35','385292.63',    '56','11','56175.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005068.0','1019289.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093332.0','1044856.0','223',    '193','38','78110.27',    '177','33','71569.21',    '96','14','6541.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023593.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111857.0','1044856.0','2',    '2','1','1502.26',    '2','1','1502.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023594.0','1019289.0','29',    '27','11','125301.29',    '26','11','110831.36',    '17','4','14469.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111858.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023595.0','1019289.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111859.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023596.0','1019289.0','12',    '10','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111860.0','1044856.0','89',    '70','17','35878.47',    '67','14','31646.6',    '35','6','4231.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023597.0','1019289.0','561',    '380','76','191795.37',    '311','50','148617.15',    '238','41','43178.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111861.0','1044856.0','4',    '2','1','5704.67',    '2','1','2505.0',    '2','1','3199.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023598.0','1019289.0','32',    '27','7','20113.61',    '26','6','6274.14',    '14','4','13839.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111862.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023599.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111863.0','1044856.0','95',    '71','16','45460.25',    '63','12','36862.55',    '34','7','8597.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2012811.0','1019289.0','1',    '1','1','3056.18',    '1','1','3056.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2101075.0','1044856.0','354',    '317','87','432098.42',    '289','69','326779.4',    '193','44','105319.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023600.0','1019289.0','5',    '4','3','43427.68',    '4','3','41755.93',    '3','2','1671.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111864.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023601.0','1019289.0','33',    '29','13','266579.18',    '28','13','255041.68',    '18','3','11537.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111865.0','1044856.0','4',    '4','1','2660.0',    '4','1','2660.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023602.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111866.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023603.0','1019289.0','8',    '6','2','7832.56',    '6','2','1866.68',    '1','1','5965.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111867.0','1044856.0','11',    '10','0','0.0',    '9','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004944.0','1019289.0','10',    '10','1','1730.75',    '10','1','1730.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093208.0','1044856.0','55',    '17','4','13394.21',    '16','4','12394.05',    '11','2','1000.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023604.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111868.0','1044856.0','21',    '15','1','254.46',    '14','1','254.46',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023605.0','1019289.0','9',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111869.0','1044856.0','36',    '26','6','18207.22',    '24','4','17792.36',    '12','3','414.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004943.0','1019289.0','48',    '35','8','28522.15',    '34','8','26496.09',    '19','4','2026.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093207.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023606.0','1019289.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111870.0','1044856.0','1',    '1','1','4535.43',    '1','1','4535.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023607.0','1019289.0','6',    '5','1','1762.0',    '5','1','1762.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111871.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023608.0','1019289.0','22',    '17','9','17611.79',    '16','6','15909.78',    '13','4','1702.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111872.0','1044856.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023609.0','1019289.0','3',    '2','1','3008.9',    '2','1','3008.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111873.0','1044856.0','15',    '12','5','5033.19',    '12','4','4633.19',    '6','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023610.0','1019289.0','7',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111874.0','1044856.0','5',    '5','1','30200.0',    '4','1','23602.66',    '2','1','6597.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023611.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111875.0','1044856.0','30',    '23','8','42178.17',    '22','7','39707.81',    '10','2','2470.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005175.0','1019289.0','8',    '4','3','31591.91',    '4','3','31384.41',    '4','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093439.0','1044856.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023612.0','1019289.0','43',    '40','12','79711.73',    '40','9','70942.17',    '20','4','8769.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111876.0','1044856.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004963.0','1019289.0','2',    '2','1','554.45',    '2','1','554.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093227.0','1044856.0','15',    '14','7','100192.84',    '13','7','92196.57',    '9','3','7996.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023613.0','1019289.0','5',    '5','2','6984.1',    '5','2','5570.25',    '3','1','1413.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111877.0','1044856.0','25',    '25','10','34383.02',    '25','10','33848.01',    '13','1','535.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2012520.0','1019289.0','1',    '1','1','233.56',    '1','1','233.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2100784.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023614.0','1019289.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111878.0','1044856.0','385',    '310','124','1117415.07',    '278','99','613904.98',    '206','78','503510.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023615.0','1019289.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111879.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023616.0','1019289.0','31',    '28','8','110445.67',    '28','7','110077.72',    '10','1','367.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111880.0','1044856.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004928.0','1019289.0','1',    '1','1','1329.0',    '1','1','1284.0',    '1','1','45.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093192.0','1044856.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023617.0','1019289.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111881.0','1044856.0','14',    '11','3','5305.32',    '10','2','5170.32',    '5','1','135.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023618.0','1019289.0','2',    '2','1','1311.17',    '2','1','1311.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111882.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005002.0','1019289.0','51',    '40','17','89435.16',    '40','16','53706.68',    '23','12','35728.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093266.0','1044856.0','18',    '16','6','23336.84',    '16','5','16626.03',    '9','4','6710.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005087.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093351.0','1044856.0','1',    '1','1','1152.0',    '1','1','1152.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023619.0','1019289.0','148',    '124','21','74894.99',    '113','13','51497.41',    '74','14','23397.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111883.0','1044856.0','21',    '17','1','413.28',    '16','0','0.0',    '7','1','413.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005073.0','1019289.0','4',    '4','2','4256.39',    '4','2','4256.39',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093337.0','1044856.0','146',    '128','28','118805.91',    '120','24','105700.33',    '75','12','13105.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023620.0','1019289.0','6',    '6','1','903.86',    '6','1','903.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111884.0','1044856.0','4',    '3','3','61389.84',    '3','3','58792.55',    '2','1','2597.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005075.0','1019289.0','5',    '5','4','4938.1',    '4','4','4730.6',    '3','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093339.0','1044856.0','3',    '3','2','4725.28',    '3','2','4725.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023621.0','1019289.0','2',    '2','1','1347.71',    '2','1','1347.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111885.0','1044856.0','9',    '8','2','1092.43',    '8','1','842.43',    '3','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023622.0','1019289.0','24',    '17','2','8901.18',    '13','2','8693.68',    '10','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111886.0','1044856.0','9',    '6','4','53470.39',    '6','4','53470.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004848.0','1019289.0','181',    '163','66','237182.19',    '153','52','223598.81',    '105','25','13583.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093112.0','1044856.0','12',    '9','4','16635.49',    '9','4','16025.73',    '2','1','609.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023623.0','1019289.0','294',    '246','38','147406.24',    '240','37','135373.44',    '129','8','12032.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111887.0','1044856.0','2',    '2','2','30268.0',    '2','2','30208.27',    '1','1','59.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023624.0','1019289.0','1',    '1','1','2912.05',    '1','1','2078.0',    '1','1','834.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111888.0','1044856.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023625.0','1019289.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111889.0','1044856.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023626.0','1019289.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111890.0','1044856.0','29',    '28','9','57431.6',    '26','7','42558.09',    '19','6','14873.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023627.0','1019291.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111891.0','1044858.0','77',    '57','12','99595.32',    '55','12','84302.74',    '29','6','15292.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005320.0','1019291.0','4',    '3','2','2117.46',    '2','1','1018.0',    '3','2','1099.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093584.0','1044858.0','29',    '24','10','49265.05',    '24','10','49130.06',    '11','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005176.0','1019291.0','20',    '16','5','7653.88',    '16','5','7238.88',    '9','1','415.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093440.0','1044858.0','74',    '63','15','108813.91',    '56','10','80080.89',    '34','7','28733.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005358.0','1019291.0','21',    '18','6','38171.54',    '15','4','37183.19',    '14','2','988.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093622.0','1044858.0','6',    '5','1','699.99',    '3','0','0.0',    '3','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023628.0','1019291.0','19',    '14','6','65803.14',    '13','5','56405.98',    '8','2','9397.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111892.0','1044858.0','17',    '15','6','17317.41',    '13','4','17047.43',    '7','2','269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023629.0','1019291.0','70',    '50','12','14882.72',    '38','8','11455.83',    '26','6','3426.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111893.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023630.0','1019291.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111894.0','1044858.0','2',    '1','1','3711.21',    '1','1','1294.0',    '1','1','2417.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023631.0','1019291.0','2',    '2','1','962.83',    '1','1','962.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111895.0','1044858.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023632.0','1019291.0','12',    '8','5','24841.86',    '8','5','24421.28',    '3','1','420.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111896.0','1044858.0','85',    '82','27','96870.26',    '80','24','92385.66',    '45','8','4484.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023633.0','1019291.0','3',    '3','1','6118.17',    '3','1','6118.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111897.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023634.0','1019291.0','71',    '59','9','12535.63',    '53','5','2963.38',    '32','6','9572.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111898.0','1044858.0','85',    '72','20','111774.68',    '69','10','92509.36',    '40','14','19265.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004886.0','1019291.0','3',    '3','1','2406.73',    '3','1','1628.73',    '2','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093150.0','1044858.0','7',    '3','1','231.7',    '3','1','231.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023635.0','1019291.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111899.0','1044858.0','181',    '133','26','80662.39',    '118','18','70337.24',    '87','17','10325.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023636.0','1019291.0','98',    '86','45','159596.71',    '83','38','141229.41',    '52','23','18367.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111900.0','1044858.0','6',    '4','1','2784.57',    '4','1','2784.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005067.0','1019291.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093331.0','1044858.0','40',    '10','4','7355.39',    '7','4','6955.39',    '6','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023637.0','1019291.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111901.0','1044858.0','8',    '6','2','3533.98',    '6','2','3358.98',    '4','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004871.0','1019291.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093135.0','1044858.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2011099.0','1019291.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2099363.0','1044858.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023638.0','1019291.0','25',    '22','10','26211.34',    '21','9','25996.34',    '12','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111902.0','1044858.0','8',    '5','3','1680.0',    '5','3','1680.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005026.0','1019291.0','11',    '10','3','2570.03',    '10','2','1954.5',    '6','1','615.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093290.0','1044858.0','1',    '1','1','181.71',    '1','1','181.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023639.0','1019291.0','12',    '9','1','1506.76',    '9','1','1506.76',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111903.0','1044858.0','15',    '10','2','6338.04',    '10','2','6338.04',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005027.0','1019291.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093291.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004900.0','1019291.0','3',    '2','2','6302.9',    '2','2','6302.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093164.0','1044858.0','6',    '6','1','676.82',    '6','1','676.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023640.0','1019291.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111904.0','1044858.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005046.0','1019291.0','63',    '57','29','167161.25',    '55','29','163820.93',    '34','7','3340.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093310.0','1044858.0','46',    '30','10','51146.93',    '28','8','33857.76',    '20','5','17289.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023641.0','1019291.0','149',    '125','38','118507.52',    '119','29','81041.96',    '67','17','37465.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111905.0','1044858.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023642.0','1019291.0','5',    '3','1','6225.17',    '3','1','6225.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111906.0','1044858.0','67',    '60','35','171517.87',    '59','32','162855.22',    '33','11','8662.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023643.0','1019291.0','12',    '10','2','2768.83',    '10','2','2768.83',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111907.0','1044858.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023644.0','1019291.0','14',    '14','8','46185.91',    '14','6','31089.92',    '10','3','15095.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111908.0','1044858.0','93',    '73','20','51096.31',    '69','17','47063.08',    '43','7','4033.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005127.0','1019291.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093391.0','1044858.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023645.0','1019291.0','23',    '16','4','10719.14',    '14','4','10114.69',    '7','1','604.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111909.0','1044858.0','7',    '7','3','33548.88',    '7','3','32197.9',    '6','1','1350.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023646.0','1019291.0','90',    '64','28','101733.98',    '61','26','96843.16',    '38','8','4890.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111910.0','1044858.0','16',    '11','6','11771.48',    '11','6','11771.48',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023647.0','1019291.0','46',    '35','8','40945.79',    '31','6','36863.23',    '26','5','4082.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111911.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2012529.0','1019291.0','19',    '17','9','49924.63',    '16','8','46584.74',    '9','2','3339.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2100793.0','1044858.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005021.0','1019291.0','2',    '2','1','30200.0',    '2','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093285.0','1044858.0','12',    '10','2','9099.77',    '8','1','5194.77',    '5','1','3905.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005416.0','1019291.0','6',    '6','1','2352.84',    '6','1','2352.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093680.0','1044858.0','150',    '125','28','85577.24',    '120','24','82543.46',    '72','7','3033.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005289.0','1019291.0','1',    '1','1','7076.54',    '1','1','6684.0',    '1','1','392.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093553.0','1044858.0','57',    '55','16','26966.23',    '52','14','26466.23',    '33','2','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023648.0','1019291.0','4',    '4','1','134.99',    '3','0','0.0',    '3','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111912.0','1044858.0','67',    '62','22','58615.22',    '62','21','48406.22',    '28','7','10209.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005105.0','1019291.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093369.0','1044858.0','93',    '78','51','175244.77',    '72','40','106800.22',    '60','32','68444.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005136.0','1019291.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093400.0','1044858.0','24',    '22','4','11284.81',    '20','4','10325.02',    '14','2','959.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023649.0','1019291.0','4',    '4','2','2318.66',    '3','2','2318.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111913.0','1044858.0','143',    '119','29','151614.15',    '113','25','137703.07',    '64','8','13911.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005262.0','1019291.0','3',    '3','1','1235.68',    '3','1','1235.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093526.0','1044858.0','109',    '94','30','190715.03',    '88','24','143540.05',    '47','11','47174.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023650.0','1019291.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111914.0','1044858.0','10',    '7','2','30171.22',    '7','2','30171.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005319.0','1019291.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093583.0','1044858.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023651.0','1019291.0','9',    '6','3','30563.97',    '6','3','30563.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111915.0','1044858.0','3',    '3','3','34432.17',    '3','2','34297.18',    '3','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023652.0','1019291.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111916.0','1044858.0','6',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023653.0','1019291.0','160',    '143','51','400870.47',    '138','44','341116.43',    '81','25','59754.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111917.0','1044858.0','15',    '12','2','16535.51',    '10','2','15319.32',    '8','1','1216.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023654.0','1019291.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111918.0','1044858.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023655.0','1019291.0','12',    '12','4','2596.28',    '12','4','2596.28',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111919.0','1044858.0','45',    '39','10','54849.79',    '34','7','41509.48',    '21','5','13340.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2005115.0','1019291.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2093379.0','1044858.0','2',    '1','1','57.3',    '1','1','57.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023656.0','1019291.0','18',    '18','7','54472.04',    '18','6','44138.26',    '15','4','10333.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111920.0','1044858.0','116',    '64','16','56637.36',    '53','12','35585.32',    '37','7','21052.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023657.0','1019291.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111921.0','1044858.0','252',    '221','22','43184.02',    '213','12','36845.68',    '101','14','6338.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023658.0','1019291.0','3',    '3','1','322.5',    '3','1','322.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111922.0','1044858.0','4',    '4','1','2041.9',    '4','1','2041.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004935.0','1019291.0','13',    '11','3','66289.67',    '11','3','57668.93',    '6','1','8620.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093199.0','1044858.0','1',    '1','1','148.06',    '1','1','148.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023659.0','1019291.0','19',    '17','5','12835.13',    '17','5','12615.98',    '8','1','219.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111923.0','1044858.0','11',    '8','4','32205.5',    '8','4','32205.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023660.0','1019291.0','5',    '5','3','6322.8',    '5','3','6322.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111924.0','1044858.0','7',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023661.0','1019291.0','79',    '55','12','26497.71',    '52','6','15108.65',    '23','7','11389.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111925.0','1044858.0','7',    '4','3','30955.95',    '4','2','30681.45',    '2','1','274.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023662.0','1019291.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111926.0','1044858.0','6',    '6','1','4618.51',    '6','1','4316.01',    '4','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023663.0','1019291.0','12',    '11','3','2493.48',    '11','2','1257.6',    '5','2','1235.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111927.0','1044858.0','12',    '8','4','43308.76',    '8','4','43308.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005277.0','1019291.0','12',    '11','3','6568.96',    '10','2','2023.37',    '6','1','4545.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093541.0','1044858.0','55',    '53','14','35896.09',    '51','14','35015.69',    '29','2','880.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023664.0','1019291.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111928.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023665.0','1019291.0','18',    '17','6','10326.34',    '15','6','9499.19',    '9','2','827.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111929.0','1044858.0','41',    '39','12','92558.77',    '36','11','74009.58',    '27','5','18549.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023666.0','1019291.0','29',    '29','15','58676.44',    '29','14','50736.45',    '10','2','7939.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111930.0','1044858.0','11',    '6','2','1146.88',    '6','1','1002.0',    '4','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005071.0','1019291.0','133',    '125','43','42123.98',    '124','33','38050.39',    '73','13','4073.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093335.0','1044858.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023667.0','1019291.0','37',    '29','3','4747.8',    '27','3','2961.99',    '13','1','1785.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111931.0','1044858.0','13',    '9','1','30200.0',    '9','1','30200.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023668.0','1019291.0','24',    '24','20','31226.69',    '24','16','29151.38',    '9','6','2075.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111932.0','1044858.0','7',    '5','1','1050.0',    '5','1','1050.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004930.0','1019291.0','1',    '1','1','1800.0',    '1','1','1800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093194.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023669.0','1019291.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111933.0','1044858.0','3',    '2','2','4212.39',    '2','1','3654.9',    '2','2','557.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004903.0','1019291.0','30',    '25','10','58934.14',    '24','9','47891.22',    '9','3','11042.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093167.0','1044858.0','26',    '25','11','36398.25',    '25','11','35865.71',    '16','2','532.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023670.0','1019291.0','51',    '47','13','27486.09',    '44','9','24191.55',    '28','6','3294.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111934.0','1044858.0','11',    '7','2','8886.2',    '7','2','8886.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023671.0','1019291.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111935.0','1044858.0','262',    '203','74','581957.86',    '176','62','530011.97',    '111','27','51945.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023672.0','1019291.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111936.0','1044858.0','13',    '11','2','1408.7',    '11','2','1408.7',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023673.0','1019291.0','28',    '25','10','95592.9',    '25','10','83407.0',    '13','5','12185.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111937.0','1044858.0','21',    '15','1','9398.74',    '13','1','1294.0',    '10','1','8104.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023674.0','1019291.0','50',    '42','7','6806.41',    '39','4','4740.52',    '20','5','2065.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111938.0','1044858.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023675.0','1019291.0','146',    '136','43','451401.6',    '133','38','391412.11',    '81','16','59989.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111939.0','1044858.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005114.0','1019291.0','16',    '15','2','31298.9',    '14','2','31298.9',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093378.0','1044858.0','24',    '16','1','511.12',    '16','1','511.12',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004999.0','1019291.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093263.0','1044858.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023676.0','1019291.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111940.0','1044858.0','39',    '30','10','21430.94',    '23','7','13761.08',    '19','4','7669.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023677.0','1019291.0','26',    '18','4','34305.84',    '17','4','34103.34',    '8','1','202.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111941.0','1044858.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2004904.0','1019291.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093168.0','1044858.0','106',    '100','31','85740.11',    '96','24','74638.31',    '57','13','11101.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023678.0','1019291.0','6',    '5','1','30200.0',    '3','1','30200.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111942.0','1044858.0','6',    '5','2','8000.0',    '4','0','0.0',    '2','2','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005515.0','1019291.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093779.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023679.0','1019291.0','6',    '4','1','400.0',    '3','0','0.0',    '2','1','400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111943.0','1044858.0','5',    '4','2','849.16',    '4','0','0.0',    '3','2','849.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2005408.0','1019291.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2093672.0','1044858.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2005065.0','1019291.0','78',    '73','22','197131.0',    '69','22','189287.52',    '52','6','7843.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2093329.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023680.0','1019291.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111944.0','1044858.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023681.0','1019291.0','9',    '8','2','3854.65',    '6','2','3854.65',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111945.0','1044858.0','5',    '4','2','5597.72',    '4','2','4827.37',    '3','1','770.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005160.0','1019291.0','3',    '3','1','993.31',    '3','1','993.31',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093424.0','1044858.0','1',    '1','1','6405.38',    '1','0','0.0',    '1','1','6405.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023682.0','1019291.0','157',    '131','32','121447.82',    '121','27','101681.16',    '74','14','19766.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111946.0','1044858.0','72',    '67','26','70716.69',    '66','17','58033.9',    '43','15','12682.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005198.0','1019291.0','275',    '244','80','585504.92',    '227','66','412902.56',    '156','55','172602.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093462.0','1044858.0','128',    '99','51','507498.53',    '95','45','456109.82',    '69','23','51388.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023683.0','1019291.0','326',    '254','66','155896.57',    '230','53','144020.1',    '141','29','11876.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111947.0','1044858.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004911.0','1019291.0','144',    '115','36','176695.54',    '110','32','155225.17',    '66','13','21470.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093175.0','1044858.0','8',    '6','1','1318.0',    '6','1','1318.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023684.0','1019291.0','26',    '24','11','96883.79',    '24','9','90329.84',    '15','5','6553.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111948.0','1044858.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2012421.0','1019291.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2100685.0','1044858.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023685.0','1019304.0','68',    '51','20','253364.4',    '50','17','207936.73',    '31','8','45427.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111949.0','1044871.0','67',    '63','19','80449.72',    '60','14','66896.9',    '28','11','13552.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023686.0','1019304.0','9',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111950.0','1044871.0','4',    '3','1','3495.46',    '3','1','1152.0',    '1','1','2343.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023687.0','1019304.0','21',    '17','3','73681.33',    '17','3','61900.0',    '7','1','11781.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111951.0','1044871.0','2',    '2','1','1506.36',    '2','1','1506.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004841.0','1019304.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093105.0','1044871.0','4',    '3','1','134.99',    '3','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023688.0','1019304.0','10',    '10','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111952.0','1044871.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005476.0','1019304.0','88',    '80','20','206573.56',    '75','16','194830.09',    '46','8','11743.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093740.0','1044871.0','42',    '36','10','53969.01',    '35','9','50221.19',    '20','5','3747.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023689.0','1019304.0','6',    '5','1','817.74',    '5','0','0.0',    '2','1','817.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111953.0','1044871.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005394.0','1019304.0','29',    '28','6','54226.63',    '27','6','52393.17',    '16','3','1833.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093658.0','1044871.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023690.0','1019304.0','97',    '81','26','127494.61',    '74','19','106428.0',    '49','10','21066.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111954.0','1044871.0','909',    '777','285','1012515.77',    '716','205','660076.17',    '442','175','352439.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004905.0','1019304.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093169.0','1044871.0','11',    '6','1','144.88',    '6','0','0.0',    '5','1','144.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023691.0','1019304.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111955.0','1044871.0','18',    '15','1','1437.8',    '10','1','1437.8',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2011208.0','1019304.0','977',    '867','193','625224.58',    '816','132','404454.47',    '485','115','220770.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2099472.0','1044871.0','23',    '18','2','2736.34',    '18','2','2736.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023692.0','1019304.0','147',    '112','21','45372.3',    '97','13','39651.19',    '57','11','5721.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111956.0','1044871.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023693.0','1019304.0','1',    '1','1','302.5',    '0','0','0.0',    '1','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111957.0','1044871.0','2',    '1','1','699.99',    '0','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023694.0','1019304.0','75',    '63','18','58446.78',    '52','17','51124.78',    '32','4','7322.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111958.0','1044871.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023695.0','1019304.0','14',    '14','7','55530.45',    '14','7','54965.11',    '8','1','565.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111959.0','1044871.0','456',    '356','63','270037.83',    '315','53','215245.61',    '189','28','54792.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2004902.0','1019304.0','328',    '292','104','1045831.56',    '282','92','923424.37',    '173','43','122407.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093166.0','1044871.0','6',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023696.0','1019304.0','6',    '6','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111960.0','1044871.0','50',    '47','13','67573.22',    '46','12','55989.96',    '25','4','11583.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2004972.0','1019304.0','108',    '84','30','65957.63',    '77','23','49194.0',    '49','13','16763.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2093236.0','1044871.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023697.0','1019304.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111961.0','1044871.0','4',    '4','1','14679.89',    '4','1','14679.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023698.0','1019304.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111962.0','1044871.0','8',    '8','7','12038.2',    '8','7','11649.2',    '7','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2005336.0','1019304.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2093600.0','1044871.0','139',    '125','49','466995.81',    '113','33','306989.71',    '83','29','160006.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023699.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111963.0','1044873.0','357',    '318','85','202862.05',    '305','76','174919.9',    '157','24','27942.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023700.0','1019306.0','132',    '106','25','117879.51',    '94','23','111074.53',    '58','9','6804.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111964.0','1044873.0','57',    '42','5','19345.9',    '35','4','19210.91',    '20','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023701.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111965.0','1044873.0','17',    '12','5','10922.88',    '11','4','10074.44',    '7','2','848.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2012430.0','1019306.0','29',    '21','4','22268.79',    '21','3','21334.84',    '8','1','933.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2100694.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023702.0','1019306.0','13',    '11','0','0.0',    '11','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111966.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023703.0','1019306.0','135',    '91','16','46648.16',    '78','15','39667.48',    '51','5','6980.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111967.0','1044873.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023704.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111968.0','1044873.0','147',    '126','22','33967.05',    '118','18','32840.47',    '69','5','1126.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023705.0','1019306.0','12',    '8','2','5190.45',    '5','2','5190.45',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111969.0','1044873.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023706.0','1019306.0','998',    '874','252','590358.11',    '753','189','504352.5',    '477','95','86005.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111970.0','1044873.0','41',    '35','12','23867.59',    '33','11','18453.16',    '24','3','5414.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023707.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111971.0','1044873.0','13',    '13','3','4560.58',    '12','3','4560.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023708.0','1019306.0','158',    '123','20','47307.2',    '107','18','44310.0',    '65','5','2997.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111972.0','1044873.0','166',    '120','17','81273.93',    '104','13','78660.86',    '58','6','2613.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023709.0','1019306.0','165',    '149','61','632126.63',    '141','57','492901.5',    '96','25','139225.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111973.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023710.0','1019306.0','15',    '11','3','7491.67',    '9','3','7491.67',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111974.0','1044873.0','5',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023711.0','1019306.0','217',    '192','75','160659.26',    '171','63','151095.75',    '107','22','9563.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111975.0','1044873.0','28',    '24','8','29462.53',    '21','7','25582.6',    '14','3','3879.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023712.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111976.0','1044873.0','35',    '32','8','14045.74',    '29','8','13630.74',    '20','2','415.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023713.0','1019306.0','1',    '1','1','3259.74',    '1','1','3259.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111977.0','1044873.0','23',    '19','6','46468.99',    '18','5','29938.61',    '13','5','16530.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023714.0','1019306.0','27',    '23','4','29621.71',    '21','4','19753.95',    '12','2','9867.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111978.0','1044873.0','4',    '4','3','40946.89',    '3','1','1080.0',    '4','3','39866.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023715.0','1019306.0','15',    '14','0','0.0',    '14','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111979.0','1044873.0','2',    '1','1','1568.04',    '1','1','1568.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001566.0',    '2023716.0','1019306.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005962.0',    '2111980.0','1044873.0','1',    '1','1','5293.32',    '1','1','5013.33',    '1','1','279.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023717.0','1019306.0','8',    '7','5','26217.14',    '7','5','20882.33',    '6','2','5334.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111981.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023718.0','1019306.0','73',    '61','14','52683.44',    '58','12','36823.9',    '30','5','15859.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111982.0','1044873.0','160',    '138','20','59012.88',    '132','14','34121.17',    '61','10','24891.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001692.0',    '2023719.0','1019306.0','6',    '4','2','6573.27',    '3','2','6573.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005963.0',    '2111983.0','1044873.0','12',    '9','2','1744.0',    '9','2','1744.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001801.0',    '2023720.0','1019306.0','7',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005965.0',    '2111984.0','1044873.0','154',    '115','27','61944.02',    '100','20','49643.48',    '58','11','12300.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023721.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111985.0','1044873.0','1',    '1','1','1142.0',    '1','1','1142.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023722.0','1019306.0','2',    '2','2','41808.36',    '2','2','31828.98',    '2','2','9979.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111986.0','1044873.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023723.0','1019306.0','47',    '39','8','9593.78',    '39','6','9280.97',    '9','2','312.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111987.0','1044873.0','14',    '11','6','13268.22',    '11','6','12613.23',    '6','1','654.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023724.0','1019306.0','2',    '2','1','19244.22',    '2','1','18010.45',    '2','1','1233.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111988.0','1044873.0','1',    '1','1','4294.24',    '1','1','4294.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023725.0','1019306.0','22',    '8','1','10736.64',    '3','1','10524.53',    '8','1','212.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111989.0','1044873.0','5',    '5','2','1850.74',    '5','2','1850.74',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023726.0','1019306.0','6',    '5','2','2028.33',    '4','1','1800.06',    '3','1','228.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111990.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023727.0','1019306.0','22',    '20','4','7712.37',    '20','4','7512.77',    '9','1','199.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111991.0','1044873.0','5',    '5','1','10092.31',    '5','1','10092.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023728.0','1019306.0','3',    '3','2','12203.71',    '2','2','12203.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111992.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023729.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111993.0','1044873.0','170',    '150','41','217385.02',    '144','35','172987.58',    '80','25','44397.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023730.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111994.0','1044873.0','12',    '10','2','6253.48',    '10','2','6253.48',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023731.0','1019306.0','15',    '13','2','6396.02',    '13','2','6343.03',    '3','1','52.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111995.0','1044873.0','2',    '2','1','2430.07',    '2','1','2430.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023732.0','1019306.0','101',    '79','26','110853.39',    '70','23','87969.54',    '53','14','22883.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111996.0','1044873.0','25',    '23','2','3321.34',    '23','2','2905.54',    '8','1','415.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023733.0','1019306.0','7',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111997.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023734.0','1019306.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111998.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023735.0','1019306.0','11',    '9','4','47831.03',    '8','3','15829.85',    '6','3','32001.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2111999.0','1044873.0','47',    '43','21','34331.27',    '42','20','28301.9',    '20','3','6029.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023736.0','1019306.0','23',    '21','4','7526.3',    '17','4','7026.3',    '14','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112000.0','1044873.0','195',    '162','27','104973.18',    '140','22','93096.36',    '86','8','11876.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023737.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112001.0','1044873.0','8',    '8','3','3057.64',    '8','1','1392.25',    '6','2','1665.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023738.0','1019306.0','10',    '10','2','8203.14',    '10','1','7988.14',    '3','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112002.0','1044873.0','3',    '3','1','1357.08',    '3','1','1357.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023739.0','1019306.0','36',    '28','3','15220.0',    '25','1','1220.0',    '13','2','14000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112003.0','1044873.0','141',    '121','6','7690.88',    '114','5','6385.02',    '45','1','1305.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023740.0','1019306.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112004.0','1044873.0','1',    '1','1','1865.08',    '1','1','1865.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023741.0','1019306.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112005.0','1044873.0','150',    '134','41','86590.72',    '110','36','75092.21',    '76','9','11498.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023742.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112006.0','1044873.0','1',    '1','1','1974.0',    '1','1','1974.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023743.0','1019306.0','5',    '5','2','4313.04',    '5','1','4089.72',    '2','1','223.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112007.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023744.0','1019306.0','2',    '2','1','183.99',    '2','1','183.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112008.0','1044873.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023745.0','1019306.0','65',    '62','21','110675.89',    '55','18','102588.08',    '38','9','8087.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112009.0','1044873.0','4',    '4','1','23533.81',    '4','1','23533.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023746.0','1019306.0','1',    '1','1','179.86',    '1','1','179.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112010.0','1044873.0','43',    '34','10','30570.78',    '32','10','26262.18',    '23','3','4308.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023747.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112011.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023748.0','1019306.0','3',    '1','1','743.85',    '1','1','743.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112012.0','1044873.0','79',    '66','11','128535.88',    '65','10','118867.05',    '39','3','9668.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023749.0','1019306.0','3',    '3','1','18024.92',    '3','1','17051.88',    '2','1','973.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112013.0','1044873.0','58',    '41','5','1650.68',    '31','3','1091.47',    '28','2','559.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023750.0','1019306.0','110',    '96','26','125998.18',    '91','22','83402.73',    '62','14','42595.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112014.0','1044873.0','44',    '38','10','63930.84',    '35','8','53937.02',    '17','5','9993.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023751.0','1019306.0','11',    '11','7','6123.75',    '10','6','6013.76',    '8','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112015.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023752.0','1019306.0','97',    '91','19','81952.27',    '86','17','69905.84',    '32','4','12046.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112016.0','1044873.0','30',    '27','16','154579.8',    '27','15','139174.13',    '13','7','15405.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023753.0','1019306.0','7',    '7','2','1837.36',    '7','1','988.93',    '4','1','848.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112017.0','1044873.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023754.0','1019306.0','1',    '1','1','184.5',    '1','0','0.0',    '1','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112018.0','1044873.0','2',    '1','1','1773.0',    '0','0','0.0',    '1','1','1773.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023755.0','1019306.0','2',    '2','1','5052.28',    '1','1','5052.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112019.0','1044873.0','13',    '12','8','69805.16',    '12','8','63879.03',    '4','2','5926.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023756.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112020.0','1044873.0','1',    '1','1','4851.0',    '1','1','4851.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023757.0','1019306.0','9',    '9','7','63311.02',    '9','7','62613.44',    '5','2','697.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112021.0','1044873.0','54',    '46','15','29022.98',    '36','12','28121.55',    '25','3','901.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023758.0','1019306.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112022.0','1044873.0','99',    '93','37','64755.44',    '83','29','46835.12',    '58','18','17920.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023759.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112023.0','1044873.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023760.0','1019306.0','12',    '11','1','2973.54',    '11','1','2973.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112024.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023761.0','1019306.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112025.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023762.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112026.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023763.0','1019306.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112027.0','1044873.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023764.0','1019306.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112028.0','1044873.0','2',    '2','1','650.36',    '2','1','650.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023765.0','1019306.0','41',    '36','12','65129.63',    '35','12','64914.39',    '18','1','215.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112029.0','1044873.0','78',    '60','11','42010.38',    '57','11','42010.38',    '25','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023766.0','1019306.0','1',    '1','1','434.92',    '1','1','434.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112030.0','1044873.0','21',    '16','4','11837.99',    '15','3','10854.57',    '9','2','983.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023767.0','1019306.0','5',    '4','3','36329.71',    '3','2','33931.95',    '4','1','2397.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112031.0','1044873.0','73',    '61','22','65599.06',    '59','18','61614.52',    '40','9','3984.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023768.0','1019306.0','12',    '8','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112032.0','1044873.0','13',    '12','9','15495.54',    '10','8','13987.17',    '8','3','1508.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023769.0','1019306.0','30',    '25','4','10208.15',    '22','4','9819.15',    '13','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112033.0','1044873.0','138',    '116','26','81450.59',    '98','23','67900.65',    '78','7','13549.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023770.0','1019306.0','5',    '4','1','1434.69',    '4','1','1434.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112034.0','1044873.0','4',    '4','1','946.4',    '4','1','946.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023771.0','1019306.0','13',    '11','1','510.49',    '11','1','510.49',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112035.0','1044873.0','35',    '31','11','12359.97',    '29','9','8838.83',    '9','2','3521.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001070.0','1019306.0','3',    '1','1','4660.56',    '1','1','4660.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089334.0','1044873.0','14',    '13','8','43448.58',    '13','8','38439.65',    '4','1','5008.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023772.0','1019306.0','2',    '2','2','6731.12',    '2','2','6731.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112036.0','1044873.0','11',    '10','2','1438.79',    '9','2','1438.79',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001171.0','1019306.0','2',    '2','1','30200.0',    '2','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089435.0','1044873.0','1',    '1','1','4788.04',    '1','1','4788.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023773.0','1019306.0','51',    '46','9','23574.71',    '44','8','17150.41',    '19','2','6424.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112037.0','1044873.0','1',    '1','1','379.38',    '1','1','379.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023774.0','1019306.0','1',    '1','1','272.24',    '1','1','272.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112038.0','1044873.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023775.0','1019306.0','12',    '11','8','40386.41',    '11','8','40386.41',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112039.0','1044873.0','39',    '35','5','28391.71',    '34','5','27516.17',    '14','1','875.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023776.0','1019306.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112040.0','1044873.0','2',    '2','1','3779.82',    '2','1','3779.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023777.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112041.0','1044873.0','13',    '11','7','52092.98',    '11','7','44894.71',    '7','3','7198.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023778.0','1019306.0','1',    '1','1','16449.51',    '1','1','14160.86',    '1','1','2288.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112042.0','1044873.0','46',    '42','21','88030.74',    '41','20','72238.87',    '26','11','15791.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023779.0','1019306.0','2',    '2','1','8000.0',    '1','0','0.0',    '1','1','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112043.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023780.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112044.0','1044873.0','4',    '4','4','29472.9',    '3','3','17861.86',    '3','2','11611.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023781.0','1019306.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112045.0','1044873.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023782.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112046.0','1044873.0','5',    '5','4','20281.4',    '5','4','20281.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023783.0','1019306.0','1',    '1','1','555.56',    '1','1','555.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112047.0','1044873.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023784.0','1019306.0','10',    '10','4','24541.7',    '10','4','24111.7',    '7','1','430.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112048.0','1044873.0','6',    '5','3','10665.53',    '5','3','10066.68',    '4','1','598.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023785.0','1019306.0','1',    '1','1','649.32',    '1','1','649.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112049.0','1044873.0','5',    '4','3','5635.41',    '3','3','5635.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023786.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112050.0','1044873.0','70',    '58','27','156815.93',    '57','25','142464.11',    '38','12','14351.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023787.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112051.0','1044873.0','25',    '22','15','191127.62',    '22','15','164060.09',    '12','6','27067.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023788.0','1019306.0','6',    '6','1','546.83',    '6','1','346.84',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112052.0','1044873.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023789.0','1019306.0','1',    '1','1','885.16',    '1','1','885.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112053.0','1044873.0','12',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023790.0','1019306.0','4',    '4','1','1006.81',    '4','1','1006.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112054.0','1044873.0','24',    '24','9','40995.28',    '24','8','37518.44',    '16','6','3476.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023791.0','1019306.0','1',    '1','1','1160.04',    '1','1','1160.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112055.0','1044873.0','19',    '18','9','72744.26',    '18','9','66131.58',    '10','2','6612.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023792.0','1019306.0','5',    '5','4','43195.27',    '5','4','36479.91',    '4','3','6715.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112056.0','1044873.0','9',    '8','4','5912.42',    '7','3','4912.42',    '3','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023793.0','1019306.0','43',    '35','26','135406.78',    '34','26','104374.94',    '22','10','31031.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112057.0','1044873.0','2',    '2','2','8184.04',    '2','2','7984.05',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023794.0','1019306.0','1',    '1','1','922.0',    '1','1','922.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112058.0','1044873.0','5',    '3','3','4050.3',    '3','3','4050.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023795.0','1019306.0','3',    '3','2','19040.69',    '3','2','11540.69',    '2','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112059.0','1044873.0','3',    '3','1','438.44',    '3','1','438.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001208.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089472.0','1044873.0','29',    '26','8','20756.21',    '22','8','16048.83',    '15','1','4707.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023796.0','1019306.0','5',    '4','1','375.18',    '4','1','375.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112060.0','1044873.0','13',    '12','9','39814.46',    '10','8','36850.09',    '9','2','2964.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023797.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112061.0','1044873.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023798.0','1019306.0','3',    '3','1','6295.81',    '3','1','6295.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112062.0','1044873.0','166',    '147','54','256628.68',    '145','46','198915.24',    '81','25','57713.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2000788.0','1019306.0','2',    '2','2','31034.24',    '2','2','30819.78',    '1','1','214.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089052.0','1044873.0','3',    '2','2','917.07',    '2','2','917.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023799.0','1019306.0','334',    '298','174','1538214.94',    '289','159','1332166.7',    '190','76','206048.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112063.0','1044873.0','268',    '207','163','1573514.6',    '203','159','1422139.59',    '127','63','151375.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023800.0','1019306.0','129',    '112','54','269323.62',    '110','49','254078.16',    '59','16','15245.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112064.0','1044873.0','25',    '20','7','17179.35',    '20','7','14231.47',    '6','2','2947.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023801.0','1019306.0','9',    '7','6','17353.86',    '7','6','16250.91',    '4','2','1102.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112065.0','1044873.0','32',    '30','10','43296.28',    '28','5','37158.68',    '24','6','6137.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023802.0','1019306.0','3',    '3','3','8912.18',    '3','3','2473.63',    '3','3','6438.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112066.0','1044873.0','1',    '1','1','793.2',    '1','1','793.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023803.0','1019306.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112067.0','1044873.0','2',    '2','2','6507.94',    '2','2','6507.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023804.0','1019306.0','5',    '4','4','43659.18',    '4','4','40689.65',    '3','1','2969.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112068.0','1044873.0','8',    '6','4','17848.21',    '6','4','17848.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001695.0',    '2023805.0','1019306.0','3',    '3','3','8233.5',    '3','3','8233.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005970.0',    '2112069.0','1044873.0','10',    '10','4','12882.65',    '9','4','9260.83',    '9','2','3621.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023806.0','1019306.0','1',    '1','1','2181.3',    '1','1','2181.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112070.0','1044873.0','1',    '1','1','134.68',    '1','1','134.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023807.0','1019306.0','1',    '1','1','7291.74',    '1','1','7291.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112071.0','1044873.0','20',    '19','6','8573.85',    '18','6','8573.85',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023808.0','1019306.0','1',    '1','1','19610.93',    '1','1','19610.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112072.0','1044873.0','3',    '3','1','6705.55',    '3','1','5733.95',    '2','1','971.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023809.0','1019306.0','2',    '2','1','5000.0',    '1','0','0.0',    '2','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112073.0','1044873.0','3',    '3','2','9140.81',    '3','2','4910.75',    '3','1','4230.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023810.0','1019306.0','1',    '1','1','1641.8',    '1','1','1641.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112074.0','1044873.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023811.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112075.0','1044873.0','4',    '2','1','5994.38',    '2','1','842.0',    '1','1','5152.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023812.0','1019306.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112076.0','1044873.0','9',    '6','4','15296.96',    '6','4','14370.48',    '4','2','926.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023813.0','1019306.0','4',    '3','2','3438.8',    '3','2','2438.8',    '2','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112077.0','1044873.0','3',    '3','1','5273.98',    '3','1','4742.5',    '2','1','531.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023814.0','1019306.0','2',    '2','1','1984.49',    '2','1','1984.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112078.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023815.0','1019306.0','1',    '1','1','14798.58',    '1','1','14798.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112079.0','1044873.0','34',    '31','4','5281.32',    '29','4','5281.32',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023816.0','1019306.0','20',    '19','18','94192.56',    '18','18','80350.77',    '8','2','13841.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112080.0','1044873.0','8',    '8','1','913.16',    '8','1','913.16',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023817.0','1019306.0','23',    '21','13','45067.81',    '19','11','41682.25',    '14','4','3385.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112081.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023818.0','1019306.0','70',    '59','24','90996.27',    '57','18','41376.66',    '32','15','49619.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112082.0','1044873.0','15',    '13','11','70833.98',    '13','11','66264.75',    '8','3','4569.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023819.0','1019306.0','1',    '1','1','9242.81',    '1','1','9242.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112083.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2023820.0','1019306.0','9',    '8','2','4273.24',    '7','2','3843.24',    '7','1','430.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112084.0','1044873.0','124',    '116','23','59711.51',    '113','19','49871.14',    '60','9','9840.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2023821.0','1019306.0','10',    '7','5','31282.63',    '5','5','28843.95',    '4','1','2438.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112085.0','1044873.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023822.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112086.0','1044873.0','425',    '397','110','268023.47',    '379','81','203552.87',    '295','62','64470.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023823.0','1019306.0','2',    '2','2','12368.22',    '1','1','4368.22',    '1','1','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112087.0','1044873.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023824.0','1019306.0','22',    '19','7','25096.3',    '17','6','22123.13',    '12','3','2973.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112088.0','1044873.0','39',    '33','13','36168.49',    '32','12','30595.88',    '14','5','5572.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023825.0','1019306.0','5',    '4','4','28779.71',    '4','4','28779.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112089.0','1044873.0','4',    '3','1','699.99',    '3','0','0.0',    '2','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023826.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112090.0','1044873.0','17',    '14','6','52381.01',    '12','6','47046.09',    '10','3','5334.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023827.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112091.0','1044873.0','187',    '173','124','618833.82',    '158','117','427631.46',    '114','66','191202.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023828.0','1019306.0','20',    '16','5','1605.44',    '15','5','1605.44',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112092.0','1044873.0','31',    '29','16','187865.74',    '28','16','173397.75',    '20','11','14467.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023829.0','1019306.0','7',    '6','4','17001.62',    '6','4','16501.62',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112093.0','1044873.0','1',    '1','1','1632.0',    '1','1','1632.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023830.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112094.0','1044873.0','5',    '5','1','2724.79',    '5','1','2724.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023831.0','1019306.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112095.0','1044873.0','16',    '13','10','89157.03',    '13','10','83161.4',    '9','2','5995.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023832.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112096.0','1044873.0','26',    '20','13','82562.37',    '20','13','51188.25',    '13','7','31374.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023833.0','1019306.0','3',    '3','1','1396.0',    '3','1','1396.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112097.0','1044873.0','1',    '1','1','4184.48',    '1','1','4184.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023834.0','1019306.0','2',    '2','1','2073.02',    '2','1','896.0',    '2','1','1177.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112098.0','1044873.0','52',    '45','15','52111.17',    '45','14','51211.17',    '20','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023835.0','1019306.0','2',    '2','2','2671.86',    '2','2','2671.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112099.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023836.0','1019306.0','6',    '3','3','52199.92',    '3','3','50974.02',    '2','1','1225.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112100.0','1044873.0','28',    '22','11','26033.97',    '22','11','24930.76',    '10','2','1103.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023837.0','1019306.0','18',    '15','6','22324.15',    '12','6','20217.07',    '11','1','2107.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112101.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023838.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112102.0','1044873.0','1',    '1','1','16950.77',    '1','1','13776.52',    '1','1','3174.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023839.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112103.0','1044873.0','2',    '2','1','10156.22',    '2','1','6521.22',    '2','1','3635.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023840.0','1019306.0','69',    '59','35','124680.32',    '56','34','89479.53',    '27','12','35200.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112104.0','1044873.0','19',    '17','14','62535.43',    '17','14','40475.04',    '13','8','22060.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023841.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112105.0','1044873.0','13',    '13','7','15863.24',    '11','7','14310.38',    '9','2','1552.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023842.0','1019306.0','3',    '3','2','48057.42',    '3','2','43405.93',    '2','2','4651.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112106.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023843.0','1019306.0','1',    '1','1','3555.59',    '1','1','3555.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112107.0','1044873.0','3',    '2','1','1044.82',    '2','1','1044.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023844.0','1019306.0','44',    '37','11','65879.92',    '37','11','56396.68',    '16','3','9483.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112108.0','1044873.0','53',    '50','19','55390.67',    '49','16','49943.23',    '34','7','5447.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023845.0','1019306.0','5',    '5','4','14133.24',    '5','4','14133.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112109.0','1044873.0','13',    '10','6','110702.47',    '10','6','110702.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023846.0','1019306.0','1',    '1','1','2773.73',    '1','1','1038.0',    '1','1','1735.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112110.0','1044873.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023847.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112111.0','1044873.0','3',    '3','3','12458.32',    '3','3','12458.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001196.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089460.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023848.0','1019306.0','44',    '38','23','144221.81',    '37','23','144021.82',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112112.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023849.0','1019306.0','3',    '2','2','31016.0',    '2','2','31016.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112113.0','1044873.0','127',    '111','40','127048.04',    '107','37','113135.83',    '62','14','13912.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023850.0','1019306.0','2',    '1','1','4161.21',    '1','1','4161.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112114.0','1044873.0','14',    '12','4','24991.64',    '12','4','24575.84',    '4','1','415.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023851.0','1019306.0','15',    '11','9','21464.21',    '10','9','21329.22',    '9','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112115.0','1044873.0','4',    '3','2','2133.35',    '3','2','2133.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023852.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112116.0','1044873.0','4',    '4','1','768.24',    '4','1','768.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023853.0','1019306.0','23',    '21','14','71198.42',    '20','14','62249.29',    '9','5','8949.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112117.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023854.0','1019306.0','1',    '1','1','6564.29',    '1','1','5429.3',    '1','1','1134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112118.0','1044873.0','27',    '25','6','10876.84',    '24','6','10876.84',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023855.0','1019306.0','1',    '1','1','8919.47',    '1','1','4876.47',    '1','1','4043.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112119.0','1044873.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001695.0',    '2023856.0','1019306.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005970.0',    '2112120.0','1044873.0','4',    '4','2','2041.26',    '4','2','2041.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023857.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112121.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023858.0','1019306.0','67',    '45','21','181640.86',    '44','20','158837.41',    '23','7','22803.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112122.0','1044873.0','3',    '3','3','1655.84',    '3','3','1455.85',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023859.0','1019306.0','3',    '3','1','1137.57',    '3','1','1137.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112123.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023860.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112124.0','1044873.0','19',    '16','12','125561.9',    '16','12','112804.3',    '12','5','12757.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023861.0','1019306.0','2',    '2','2','8158.91',    '2','1','1286.0',    '2','2','6872.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112125.0','1044873.0','1',    '1','1','8300.65',    '1','1','7464.51',    '1','1','836.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023862.0','1019306.0','3',    '2','2','4612.62',    '2','2','4612.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112126.0','1044873.0','2',    '2','1','1454.0',    '2','1','1454.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023863.0','1019306.0','5',    '5','2','7220.08',    '5','2','7220.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112127.0','1044873.0','2',    '1','1','23616.47',    '1','1','23616.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023864.0','1019306.0','6',    '5','5','1455.88',    '5','5','1455.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112128.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023865.0','1019306.0','1',    '1','1','1520.75',    '1','1','860.0',    '1','1','660.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112129.0','1044873.0','4',    '3','2','1510.99',    '3','1','1286.0',    '2','1','224.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023866.0','1019306.0','21',    '18','9','75686.48',    '18','9','67806.05',    '9','5','7880.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112130.0','1044873.0','15',    '12','2','6312.16',    '12','2','6312.16',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023867.0','1019306.0','21',    '19','17','176087.04',    '19','16','138030.49',    '17','12','38056.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112131.0','1044873.0','3',    '3','3','6990.7',    '3','3','6990.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023868.0','1019306.0','45',    '42','12','113140.56',    '38','10','107508.59',    '32','5','5631.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112132.0','1044873.0','7',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023869.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112133.0','1044873.0','16',    '15','2','10909.3',    '14','2','10909.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001287.0','1019306.0','2',    '2','1','850.29',    '2','1','850.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089551.0','1044873.0','39',    '33','23','177698.86',    '33','22','138480.34',    '25','11','39218.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001695.0',    '2023870.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005970.0',    '2112134.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023871.0','1019306.0','10',    '9','1','2844.6',    '9','0','0.0',    '4','1','2844.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112135.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023872.0','1019306.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112136.0','1044873.0','1',    '1','1','3852.58',    '1','1','3652.59',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023873.0','1019306.0','19',    '18','14','66618.14',    '18','12','59490.65',    '13','9','7127.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112137.0','1044873.0','4',    '4','2','2389.48',    '4','2','2389.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023874.0','1019306.0','13',    '12','8','25035.97',    '12','7','24056.38',    '7','1','979.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112138.0','1044873.0','44',    '40','26','183748.3',    '38','26','173979.77',    '27','5','9768.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023875.0','1019306.0','7',    '5','3','18308.54',    '4','3','18308.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112139.0','1044873.0','14',    '12','5','56291.24',    '12','5','55736.61',    '7','1','554.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023876.0','1019306.0','2',    '2','1','4527.49',    '2','1','962.0',    '2','1','3565.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112140.0','1044873.0','24',    '20','4','7808.68',    '19','4','7808.68',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023877.0','1019306.0','7',    '7','6','30058.79',    '7','6','30058.79',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112141.0','1044873.0','8',    '8','3','19889.58',    '7','3','18404.1',    '4','1','1485.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023878.0','1019306.0','18',    '14','14','98383.18',    '14','13','78109.62',    '12','8','20273.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112142.0','1044873.0','7',    '6','2','33225.8',    '6','2','27763.8',    '3','1','5462.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023879.0','1019306.0','1',    '1','1','671.93',    '1','1','453.04',    '1','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112143.0','1044873.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023880.0','1019306.0','3',    '2','1','10410.31',    '1','1','6712.11',    '2','1','3698.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112144.0','1044873.0','6',    '4','2','1664.82',    '4','2','1664.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023881.0','1019306.0','23',    '21','16','41403.58',    '21','16','41222.49',    '9','2','181.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112145.0','1044873.0','5',    '5','5','9997.13',    '5','5','9997.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001695.0',    '2023882.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005970.0',    '2112146.0','1044873.0','33',    '28','15','114331.88',    '26','14','103282.37',    '11','4','11049.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023883.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112147.0','1044873.0','14',    '11','5','32722.32',    '11','5','31143.14',    '6','2','1579.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023884.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112148.0','1044873.0','9',    '8','5','6636.64',    '8','5','6636.64',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023885.0','1019306.0','34',    '32','8','11931.56',    '31','8','11042.93',    '15','2','888.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112149.0','1044873.0','11',    '10','1','2572.31',    '10','1','2353.42',    '5','1','218.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2000969.0','1019306.0','3',    '3','1','1917.5',    '2','0','0.0',    '2','1','1917.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089233.0','1044873.0','7',    '7','2','1061.39',    '7','2','1061.39',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023886.0','1019306.0','14',    '11','7','36303.16',    '11','7','31274.13',    '3','1','5029.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112150.0','1044873.0','50',    '43','32','137524.49',    '39','31','123422.18',    '13','3','14102.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023887.0','1019306.0','5',    '5','3','11241.98',    '5','3','10493.27',    '2','1','748.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112151.0','1044873.0','1',    '1','1','3727.93',    '1','1','1341.0',    '1','1','2386.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023888.0','1019306.0','3',    '2','1','563.19',    '2','1','563.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112152.0','1044873.0','103',    '97','31','40487.89',    '96','25','35516.51',    '58','9','4971.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2001024.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089288.0','1044873.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2000784.0','1019306.0','43',    '35','16','72156.14',    '34','15','71245.05',    '16','2','911.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089048.0','1044873.0','5',    '5','2','2583.54',    '5','2','2464.54',    '3','1','119.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023889.0','1019306.0','24',    '23','5','7278.56',    '23','5','7159.56',    '9','1','119.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112153.0','1044873.0','3',    '3','3','9028.43',    '3','3','8045.96',    '3','1','982.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023890.0','1019306.0','4',    '4','2','5155.58',    '3','2','5155.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112154.0','1044873.0','1',    '1','1','8812.54',    '1','1','8812.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001237.0','1019306.0','1',    '1','1','23169.72',    '1','1','23169.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089501.0','1044873.0','5',    '5','1','3709.86',    '3','1','3709.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023891.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112155.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001172.0','1019306.0','24',    '24','9','17077.69',    '24','9','17077.69',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089436.0','1044873.0','1',    '1','1','30200.0',    '1','1','30200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023892.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112156.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023893.0','1019306.0','13',    '13','4','3365.99',    '13','3','3231.0',    '6','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112157.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023894.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112158.0','1044873.0','14',    '12','10','26960.23',    '11','8','22833.44',    '9','4','4126.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023895.0','1019306.0','10',    '8','3','5896.29',    '8','2','3815.15',    '4','2','2081.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112159.0','1044873.0','8',    '7','4','50714.41',    '6','4','46066.39',    '5','2','4648.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023896.0','1019306.0','7',    '5','3','12069.34',    '5','3','12069.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112160.0','1044873.0','1',    '1','1','213.42',    '1','0','0.0',    '1','1','213.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023897.0','1019306.0','6',    '5','3','54179.28',    '5','3','49264.47',    '2','1','4914.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112161.0','1044873.0','4',    '4','2','1673.4',    '4','2','1673.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023898.0','1019306.0','64',    '64','33','86484.41',    '62','28','73764.05',    '43','15','12720.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112162.0','1044873.0','19',    '18','5','14760.63',    '16','5','14760.63',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023899.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112163.0','1044873.0','2',    '2','2','2201.56',    '2','2','2201.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023900.0','1019306.0','10',    '6','4','7300.41',    '6','4','7255.41',    '4','1','45.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112164.0','1044873.0','2',    '1','1','4050.46',    '1','1','1744.0',    '1','1','2306.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023901.0','1019306.0','25',    '21','9','73848.52',    '20','7','69442.21',    '9','3','4406.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112165.0','1044873.0','1',    '1','1','1853.34',    '1','1','1853.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023902.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112166.0','1044873.0','10',    '7','3','27847.68',    '7','3','27847.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023903.0','1019306.0','10',    '9','4','66881.86',    '9','4','61534.09',    '5','1','5347.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112167.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023904.0','1019306.0','3',    '3','1','5055.76',    '3','1','5055.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112168.0','1044873.0','1',    '1','1','1286.0',    '1','1','1286.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023905.0','1019306.0','62',    '54','32','256781.39',    '51','31','226303.16',    '34','9','30478.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112169.0','1044873.0','2',    '2','1','10290.57',    '2','1','10290.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023906.0','1019306.0','41',    '34','2','269.98',    '31','0','0.0',    '13','2','269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112170.0','1044873.0','61',    '53','34','292674.29',    '47','31','267247.92',    '29','9','25426.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023907.0','1019306.0','42',    '34','14','20360.94',    '32','11','15280.42',    '19','7','5080.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112171.0','1044873.0','5',    '2','1','4846.16',    '2','1','4846.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023908.0','1019306.0','8',    '7','2','11827.39',    '7','2','9726.42',    '6','2','2100.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112172.0','1044873.0','97',    '90','35','227019.11',    '88','29','178608.06',    '54','19','48411.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023909.0','1019306.0','7',    '7','5','8802.54',    '6','5','8802.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112173.0','1044873.0','17',    '14','8','7994.85',    '14','8','7994.85',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023910.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112174.0','1044873.0','4',    '3','2','3937.07',    '3','2','3937.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023911.0','1019306.0','1',    '1','1','5000.0',    '0','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112175.0','1044873.0','10',    '7','6','21604.49',    '7','6','21604.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001695.0',    '2023912.0','1019306.0','11',    '8','7','117874.8',    '8','7','108211.09',    '4','3','9663.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005970.0',    '2112176.0','1044873.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2023913.0','1019306.0','19',    '18','9','15847.08',    '17','7','14292.75',    '11','3','1554.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112177.0','1044873.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023914.0','1019306.0','24',    '20','13','87818.79',    '20','13','76542.7',    '14','7','11276.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112178.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023915.0','1019306.0','6',    '6','6','41367.94',    '6','6','36046.81',    '3','1','5321.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112179.0','1044873.0','10',    '9','8','75935.55',    '9','8','53570.03',    '7','5','22365.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023916.0','1019306.0','23',    '20','14','56896.54',    '20','14','48522.19',    '14','6','8374.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112180.0','1044873.0','2',    '1','1','3859.86',    '1','1','3859.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023917.0','1019306.0','185',    '175','34','94442.2',    '168','24','77343.38',    '94','17','17098.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112181.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023918.0','1019306.0','2',    '1','1','644.48',    '1','1','644.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112182.0','1044873.0','13',    '12','7','16214.84',    '12','7','16214.84',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023919.0','1019306.0','2',    '2','1','972.14',    '2','1','972.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112183.0','1044873.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023920.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112184.0','1044873.0','2',    '1','1','518.82',    '1','1','518.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023921.0','1019306.0','4',    '4','2','22906.79',    '4','2','22906.79',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112185.0','1044873.0','24',    '22','11','84759.95',    '20','11','76458.94',    '12','4','8301.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023922.0','1019306.0','49',    '41','15','42328.83',    '38','13','40048.14',    '16','3','2280.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112186.0','1044873.0','1',    '1','1','764.16',    '1','1','764.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023923.0','1019306.0','3',    '2','1','1386.0',    '2','1','1386.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112187.0','1044873.0','19',    '17','6','6062.34',    '17','6','6062.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023924.0','1019306.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112188.0','1044873.0','18',    '14','7','14062.28',    '11','7','13683.11',    '7','1','379.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023925.0','1019306.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112189.0','1044873.0','32',    '27','17','134782.68',    '27','17','113109.46',    '17','6','21673.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001084.0','1019306.0','2',    '1','1','616.68',    '1','1','616.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089348.0','1044873.0','76',    '71','36','96852.24',    '70','35','95620.76',    '31','5','1231.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2000919.0','1019306.0','3',    '3','2','15397.24',    '3','2','15397.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089183.0','1044873.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023926.0','1019306.0','8',    '8','5','31121.59',    '8','5','23817.06',    '5','2','7304.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112190.0','1044873.0','25',    '22','9','106702.87',    '22','7','99887.87',    '12','5','6815.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023927.0','1019306.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112191.0','1044873.0','9',    '6','5','42986.3',    '6','5','38111.39',    '2','1','4874.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023928.0','1019306.0','32',    '31','11','53729.35',    '30','9','52884.37',    '11','3','844.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112192.0','1044873.0','58',    '45','29','138062.85',    '42','29','122237.23',    '25','8','15825.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2000835.0','1019306.0','8',    '4','3','33702.5',    '4','3','33097.5',    '3','1','605.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089099.0','1044873.0','47',    '40','32','214198.15',    '36','24','167424.36',    '26','17','46773.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023929.0','1019306.0','7',    '6','3','6201.35',    '5','3','4559.93',    '4','1','1641.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112193.0','1044873.0','16',    '9','7','46040.18',    '9','7','42260.65',    '5','2','3779.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001140.0','1019306.0','1526',    '1345','542','2481744.1',    '1204','413','1894486.75',    '985','344','587257.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089404.0','1044873.0','102',    '91','60','401424.0',    '86','57','378542.99',    '47','19','22881.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023930.0','1019306.0','46',    '41','31','196480.17',    '41','30','177906.4',    '25','12','18573.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112194.0','1044873.0','34',    '29','2','2632.98',    '29','2','2632.98',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001241.0','1019367.0','4',    '4','3','27892.26',    '4','3','27892.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089505.0','1044934.0','8',    '7','6','12212.47',    '7','5','10291.44',    '6','4','1921.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023931.0','1019367.0','78',    '74','27','69498.86',    '66','20','62336.75',    '55','12','7162.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112195.0','1044934.0','356',    '323','126','450770.8',    '307','107','377278.0',    '214','43','73492.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023932.0','1019367.0','39',    '31','24','211531.28',    '31','24','187458.48',    '19','10','24072.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112196.0','1044934.0','28',    '26','11','29972.17',    '26','10','26943.86',    '17','4','3028.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023933.0','1019367.0','289',    '266','55','190635.68',    '261','40','145924.82',    '156','28','44710.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112197.0','1044934.0','10',    '6','2','3357.45',    '6','2','3357.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023934.0','1019367.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112198.0','1044934.0','1',    '1','1','1072.0',    '1','1','1072.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023935.0','1019367.0','7',    '5','4','7517.53',    '4','4','7517.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112199.0','1044934.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023936.0','1019367.0','116',    '108','51','261367.65',    '108','49','245390.67',    '59','13','15976.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112200.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023937.0','1019367.0','1',    '1','1','5026.8',    '1','1','5026.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112201.0','1044934.0','4',    '3','1','2503.88',    '3','1','2503.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023938.0','1019367.0','208',    '155','124','1662356.91',    '152','122','1458338.94',    '100','50','204017.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112202.0','1044934.0','10',    '8','5','22958.51',    '8','4','20548.18',    '4','2','2410.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023939.0','1019367.0','31',    '26','4','3765.29',    '24','4','3765.29',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112203.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2001108.0','1019367.0','79',    '67','36','223461.31',    '65','35','186010.67',    '30','11','37450.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089372.0','1044934.0','6',    '5','2','16234.6',    '5','2','16234.6',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023940.0','1019367.0','28',    '24','12','91492.19',    '24','12','82368.32',    '12','5','9123.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112204.0','1044934.0','100',    '87','71','798581.8',    '86','70','737729.02',    '60','24','60852.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023941.0','1019367.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112205.0','1044934.0','257',    '216','119','628137.83',    '187','93','480795.21',    '140','59','147342.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023942.0','1019367.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112206.0','1044934.0','6',    '6','4','22230.05',    '6','4','22230.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023943.0','1019367.0','14',    '10','8','57888.93',    '10','8','41022.86',    '6','5','16866.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112207.0','1044934.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023944.0','1019367.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112208.0','1044934.0','88',    '75','43','262423.01',    '72','39','203022.05',    '49','21','59400.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2023945.0','1019367.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112209.0','1044934.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023946.0','1019367.0','5',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112210.0','1044934.0','16',    '12','5','33521.59',    '12','5','26168.45',    '7','1','7353.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023947.0','1019367.0','5',    '4','3','4989.04',    '4','3','4989.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112211.0','1044934.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023948.0','1019367.0','7',    '6','3','5228.47',    '6','2','2195.48',    '4','2','3032.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112212.0','1044934.0','30',    '26','17','84815.27',    '26','17','60477.81',    '17','11','24337.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023949.0','1019367.0','58',    '49','39','309329.69',    '46','38','266817.26',    '27','12','42512.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112213.0','1044934.0','13',    '13','10','21795.43',    '13','9','19953.76',    '8','2','1841.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023950.0','1019367.0','47',    '32','10','32631.97',    '31','9','29641.73',    '14','2','2990.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112214.0','1044934.0','1',    '1','1','1914.72',    '1','1','1914.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023951.0','1019367.0','31',    '29','21','137108.06',    '29','19','132528.53',    '12','6','4579.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112215.0','1044934.0','2',    '2','2','5483.59',    '2','2','5483.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023952.0','1019367.0','1',    '1','1','516.42',    '1','1','516.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112216.0','1044934.0','2',    '2','1','1160.97',    '2','1','1160.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023953.0','1019367.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112217.0','1044934.0','19',    '17','13','34431.81',    '17','12','27408.34',    '11','4','7023.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023954.0','1019367.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112218.0','1044934.0','3',    '2','2','28901.82',    '2','2','23261.28',    '2','1','5640.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023955.0','1019367.0','3',    '3','3','3437.21',    '3','3','3437.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112219.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023956.0','1019367.0','61',    '48','42','590135.6',    '48','41','510893.95',    '36','22','79241.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112220.0','1044934.0','9',    '6','1','6969.63',    '4','1','5652.77',    '3','1','1316.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023957.0','1019367.0','1',    '1','1','18387.11',    '1','1','18387.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112221.0','1044934.0','291',    '212','164','1272008.57',    '204','157','976930.99',    '147','93','295077.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023958.0','1019367.0','10',    '9','4','7266.2',    '9','4','7266.2',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112222.0','1044934.0','3',    '2','2','1334.18',    '2','2','1334.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023959.0','1019367.0','60',    '49','28','45983.66',    '49','27','43200.82',    '16','3','2782.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112223.0','1044934.0','2',    '2','2','947.79',    '2','1','837.8',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023960.0','1019367.0','6',    '6','6','8010.94',    '6','5','6938.48',    '5','3','1072.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112224.0','1044934.0','7',    '6','4','13138.7',    '6','3','11880.7',    '5','3','1258.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023961.0','1019367.0','6',    '4','4','51865.52',    '4','4','41832.45',    '3','2','10033.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112225.0','1044934.0','2',    '2','1','1605.16',    '2','1','1605.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023962.0','1019367.0','1',    '1','1','1340.4',    '1','1','1340.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112226.0','1044934.0','2',    '2','2','16041.64',    '2','2','16041.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023963.0','1019367.0','1',    '1','1','11146.1',    '1','1','11146.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112227.0','1044934.0','108',    '93','65','256890.04',    '91','65','253161.97',    '27','3','3728.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023964.0','1019367.0','5',    '3','3','4989.74',    '3','2','3926.13',    '3','2','1063.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112228.0','1044934.0','2',    '1','1','885.2',    '1','1','885.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023965.0','1019367.0','40',    '38','15','100943.55',    '36','14','93546.42',    '18','6','7397.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112229.0','1044934.0','109',    '95','76','158918.91',    '89','75','149711.74',    '25','5','9207.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023966.0','1019367.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112230.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023967.0','1019367.0','4',    '4','2','980.93',    '4','1','733.64',    '4','1','247.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112231.0','1044934.0','6',    '6','4','13851.83',    '6','4','13367.96',    '3','1','483.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023968.0','1019367.0','58',    '55','35','164380.94',    '53','35','151362.96',    '28','7','13017.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112232.0','1044934.0','1',    '1','1','2747.18',    '0','0','0.0',    '1','1','2747.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023969.0','1019367.0','2',    '2','2','2799.33',    '2','2','2599.34',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112233.0','1044934.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2000793.0','1019367.0','3',    '3','2','4591.58',    '3','1','4109.94',    '2','1','481.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089057.0','1044934.0','1',    '1','1','4367.72',    '1','1','4367.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023970.0','1019367.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112234.0','1044934.0','1',    '1','1','889.0',    '1','0','0.0',    '1','1','889.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023971.0','1019367.0','6',    '4','1','1677.21',    '4','1','1170.0',    '3','1','507.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112235.0','1044934.0','24',    '10','8','95954.36',    '10','7','88575.4',    '6','2','7378.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023972.0','1019367.0','3',    '3','3','13664.71',    '3','3','13362.21',    '3','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112236.0','1044934.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023973.0','1019367.0','4',    '3','2','26216.22',    '3','2','19634.37',    '2','1','6581.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112237.0','1044934.0','5',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023974.0','1019367.0','5',    '5','5','35431.42',    '5','4','34817.17',    '2','2','614.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112238.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023975.0','1019367.0','13',    '12','7','22769.27',    '11','7','22163.32',    '10','1','605.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112239.0','1044934.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2001114.0','1019367.0','2',    '1','1','215.26',    '1','1','215.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089378.0','1044934.0','76',    '70','21','76492.1',    '66','16','67487.07',    '35','11','9005.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023976.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112240.0','1044934.0','19',    '15','13','205480.92',    '15','13','194340.59',    '8','3','11140.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023977.0','1019367.0','102',    '90','41','227764.28',    '87','39','184158.25',    '52','16','43606.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112241.0','1044934.0','11',    '9','5','19765.82',    '9','5','16556.62',    '6','2','3209.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023978.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112242.0','1044934.0','3',    '3','2','1479.42',    '3','2','1479.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2000989.0','1019367.0','162',    '134','91','153253.84',    '133','87','147408.14',    '49','7','5845.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089253.0','1044934.0','9',    '7','5','95023.99',    '7','5','83120.94',    '4','4','11903.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001695.0',    '2023979.0','1019367.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005970.0',    '2112243.0','1044934.0','3',    '3','1','1083.36',    '3','1','1083.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023980.0','1019367.0','6',    '6','2','5356.97',    '6','2','5356.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112244.0','1044934.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023981.0','1019367.0','4',    '4','3','7183.12',    '4','3','7183.12',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112245.0','1044934.0','1',    '1','1','3023.47',    '1','1','3023.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023982.0','1019367.0','6',    '5','3','19299.53',    '5','3','19299.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112246.0','1044934.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023983.0','1019367.0','17',    '17','15','170595.57',    '17','15','163008.64',    '7','1','7586.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112247.0','1044934.0','1',    '1','1','13682.23',    '1','1','13682.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023984.0','1019367.0','36',    '22','6','24592.65',    '21','6','24592.65',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112248.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023985.0','1019367.0','3',    '2','2','720.37',    '2','2','720.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112249.0','1044934.0','4',    '4','1','4834.57',    '4','1','1605.74',    '2','1','3228.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023986.0','1019367.0','18',    '16','9','32068.71',    '15','8','31884.21',    '13','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112250.0','1044934.0','8',    '7','3','2320.57',    '7','3','2320.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023987.0','1019367.0','15',    '13','10','102581.25',    '13','9','92551.5',    '7','4','10029.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112251.0','1044934.0','8',    '8','4','18291.17',    '8','4','17891.19',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023988.0','1019367.0','73',    '67','48','604591.92',    '67','48','545493.51',    '52','18','59098.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112252.0','1044934.0','3',    '2','1','3167.72',    '2','1','2882.4',    '2','1','285.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023989.0','1019367.0','10',    '10','5','10679.7',    '10','5','9918.83',    '7','1','760.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112253.0','1044934.0','29',    '25','14','24147.53',    '25','13','22384.84',    '16','3','1762.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001695.0',    '2023990.0','1019367.0','10',    '9','2','11088.94',    '8','1','10088.94',    '6','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005970.0',    '2112254.0','1044934.0','1',    '1','1','4083.46',    '1','1','4083.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023991.0','1019367.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112255.0','1044934.0','61',    '46','33','351812.18',    '44','32','309790.81',    '35','12','42021.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023992.0','1019367.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112256.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023993.0','1019367.0','75',    '66','52','114642.52',    '65','52','112416.6',    '21','2','2225.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112257.0','1044934.0','7',    '4','2','3576.14',    '4','1','1858.38',    '3','2','1717.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023994.0','1019367.0','13',    '11','7','142999.43',    '11','7','142999.43',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112258.0','1044934.0','27',    '21','11','80401.94',    '20','10','48782.49',    '13','5','31619.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023995.0','1019367.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112259.0','1044934.0','8',    '7','4','1429.79',    '6','3','1294.8',    '3','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023996.0','1019367.0','2',    '2','2','39089.33',    '2','2','31951.43',    '2','1','7137.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112260.0','1044934.0','1',    '1','1','3305.72',    '1','1','3305.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023997.0','1019367.0','1',    '1','1','6437.86',    '1','1','6437.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112261.0','1044934.0','40',    '37','12','116639.31',    '37','11','104936.47',    '20','6','11702.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2023998.0','1019367.0','3',    '3','1','424.43',    '3','1','424.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112262.0','1044934.0','4',    '3','1','1437.15',    '3','1','1437.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2023999.0','1019367.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112263.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024000.0','1019367.0','2',    '2','1','115.44',    '2','1','115.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112264.0','1044934.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024001.0','1019367.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112265.0','1044934.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024002.0','1019367.0','7',    '5','5','14181.04',    '5','5','14181.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112266.0','1044934.0','3',    '2','1','452.9',    '1','0','0.0',    '1','1','452.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024003.0','1019367.0','30',    '26','19','245225.09',    '26','19','221145.56',    '21','10','24079.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112267.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024004.0','1019367.0','22',    '18','13','162738.01',    '18','12','142112.89',    '13','7','20625.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112268.0','1044934.0','12',    '8','6','73110.64',    '7','6','71013.76',    '5','2','2096.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024005.0','1019367.0','4',    '4','2','6763.71',    '4','2','6763.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112269.0','1044934.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024006.0','1019367.0','16',    '16','4','15581.93',    '16','4','14498.89',    '5','2','1083.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112270.0','1044934.0','8',    '7','4','26035.09',    '7','4','20745.35',    '3','1','5289.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024007.0','1019367.0','18',    '12','10','42564.0',    '12','9','39916.47',    '4','2','2647.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112271.0','1044934.0','2',    '2','2','2495.01',    '2','2','2086.01',    '2','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024008.0','1019367.0','2',    '2','1','4665.17',    '2','1','4665.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112272.0','1044934.0','7',    '7','4','13179.9',    '7','4','13179.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024009.0','1019367.0','112',    '91','52','174593.77',    '84','45','145102.68',    '55','14','29491.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112273.0','1044934.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024010.0','1019367.0','1',    '1','1','4311.12',    '1','1','4311.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112274.0','1044934.0','12',    '11','7','101982.6',    '11','7','93508.77',    '7','3','8473.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024011.0','1019367.0','1',    '1','1','907.2',    '1','1','907.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112275.0','1044934.0','4',    '4','2','2100.12',    '4','2','2100.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024012.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112276.0','1044934.0','60',    '53','26','80095.58',    '51','24','71976.15',    '18','3','8119.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024013.0','1019367.0','5',    '5','1','1756.56',    '5','1','1556.57',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112277.0','1044934.0','57',    '55','15','56626.09',    '54','11','48965.84',    '34','9','7660.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024014.0','1019367.0','7',    '6','4','8617.02',    '6','4','8617.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112278.0','1044934.0','5',    '4','1','3156.1',    '4','1','3156.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024015.0','1019367.0','74',    '64','27','131214.72',    '61','25','112870.05',    '31','6','18344.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112279.0','1044934.0','3',    '3','2','2941.92',    '3','2','2941.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024016.0','1019367.0','71',    '26','6','12939.14',    '22','5','11420.25',    '10','2','1518.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112280.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024017.0','1019367.0','1',    '1','1','493.96',    '1','1','493.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112281.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024018.0','1019367.0','14',    '14','9','21978.64',    '14','8','21493.12',    '10','2','485.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112282.0','1044934.0','3',    '2','1','656.07',    '2','1','656.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024019.0','1019367.0','4',    '4','2','3062.42',    '4','2','2862.43',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112283.0','1044934.0','2',    '2','1','837.75',    '2','1','837.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024020.0','1019367.0','2',    '2','1','4018.38',    '2','1','3372.62',    '1','1','645.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112284.0','1044934.0','25',    '21','6','43881.17',    '21','6','43633.88',    '8','1','247.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024021.0','1019367.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112285.0','1044934.0','10',    '9','1','7000.0',    '8','0','0.0',    '3','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024022.0','1019367.0','4',    '4','1','15596.04',    '4','1','15596.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112286.0','1044934.0','41',    '32','2','1462.77',    '31','1','1327.78',    '12','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024023.0','1019367.0','36',    '29','22','179192.14',    '29','20','162365.77',    '16','9','16826.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112287.0','1044934.0','8',    '8','3','6586.0',    '8','3','6586.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024024.0','1019367.0','96',    '85','63','875002.54',    '84','62','772159.94',    '62','29','102842.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112288.0','1044934.0','45',    '42','24','126041.69',    '39','21','111462.08',    '25','8','14579.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024025.0','1019367.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112289.0','1044934.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2000748.0','1019367.0','54',    '50','13','25127.61',    '41','8','10889.69',    '32','7','14237.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2089012.0','1044934.0','2',    '2','1','134.99',    '2','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001695.0',    '2024026.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005970.0',    '2112290.0','1044934.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024027.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112291.0','1044934.0','3',    '3','3','61469.41',    '3','3','61269.42',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024028.0','1019367.0','7',    '7','3','11988.3',    '5','3','11121.06',    '6','1','867.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112292.0','1044934.0','24',    '20','16','164177.92',    '19','16','135977.0',    '16','5','28200.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2001085.0','1019367.0','21',    '20','15','124730.15',    '20','14','107647.67',    '12','7','17082.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089349.0','1044934.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024029.0','1019367.0','163',    '145','39','87596.88',    '137','31','76300.48',    '109','23','11296.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112293.0','1044934.0','17',    '14','11','150969.9',    '14','11','147884.76',    '9','1','3085.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024030.0','1019367.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112294.0','1044934.0','20',    '18','17','63484.43',    '16','12','55351.59',    '13','8','8132.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024031.0','1019367.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112295.0','1044934.0','67',    '60','28','54783.52',    '59','21','48738.14',    '47','12','6045.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024032.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112296.0','1044934.0','2',    '2','2','5756.92',    '2','2','5756.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024033.0','1019367.0','4',    '2','2','17339.54',    '1','1','14592.29',    '2','2','2747.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112297.0','1044934.0','1',    '1','1','9772.3',    '1','1','9055.25',    '1','1','717.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024034.0','1019367.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112298.0','1044934.0','11',    '8','8','110431.61',    '8','8','95263.12',    '4','4','15168.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024035.0','1019367.0','7',    '7','7','36692.26',    '7','7','36692.26',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112299.0','1044934.0','18',    '11','9','84584.76',    '11','9','73057.28',    '8','3','11527.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024036.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112300.0','1044934.0','130',    '123','26','93900.15',    '112','20','82871.91',    '90','12','11028.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024037.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112301.0','1044934.0','3',    '3','1','4432.93',    '3','1','4432.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024038.0','1019367.0','3',    '3','1','3586.72',    '3','1','3586.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112302.0','1044934.0','13',    '11','5','2726.36',    '10','5','2726.36',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024039.0','1019367.0','23',    '22','18','144829.21',    '22','18','119592.49',    '19','11','25236.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112303.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024040.0','1019367.0','8',    '8','7','74574.29',    '8','7','71041.28',    '5','3','3533.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112304.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024041.0','1019367.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112305.0','1044934.0','3',    '2','2','6319.55',    '2','2','5480.2',    '1','1','839.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001581.0',    '2024042.0','1019367.0','9',    '9','5','93175.32',    '9','5','84469.98',    '4','2','8705.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005967.0',    '2112306.0','1044934.0','152',    '138','46','127594.76',    '130','37','112719.95',    '92','20','14874.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024043.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112307.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024044.0','1019367.0','61',    '42','18','89682.77',    '34','11','41692.4',    '27','11','47990.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112308.0','1044934.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024045.0','1019367.0','2',    '2','2','12758.55',    '2','2','12758.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112309.0','1044934.0','7',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024046.0','1019367.0','3',    '3','1','227.15',    '2','1','227.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112310.0','1044934.0','22',    '17','4','9082.77',    '15','3','5957.4',    '14','2','3125.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024047.0','1019367.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112311.0','1044934.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024048.0','1019367.0','4',    '4','2','2638.96',    '4','2','2638.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112312.0','1044934.0','3',    '3','1','3867.3',    '3','1','3867.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024049.0','1019367.0','151',    '130','63','319287.54',    '124','58','290712.72',    '73','18','28574.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112313.0','1044934.0','6',    '6','3','6417.9',    '6','3','6417.9',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024050.0','1019367.0','9',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112314.0','1044934.0','20',    '19','5','4309.16',    '18','3','2435.51',    '16','3','1873.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024051.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112315.0','1044934.0','1',    '1','1','2123.14',    '1','1','896.0',    '1','1','1227.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024052.0','1019367.0','3',    '3','2','1517.48',    '3','2','1517.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112316.0','1044934.0','1781',    '1313','439','1895808.73',    '1085','331','723341.08',    '837','279','1172467.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024053.0','1019367.0','49',    '40','26','241691.52',    '39','25','200250.14',    '28','13','41441.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112317.0','1044934.0','40',    '33','21','125191.93',    '32','17','101627.16',    '18','11','23564.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024054.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112318.0','1044934.0','222',    '203','171','1708146.64',    '200','169','1582420.5',    '118','55','125726.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024055.0','1019367.0','4',    '4','3','8727.47',    '4','3','8727.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112319.0','1044934.0','4',    '4','1','860.0',    '4','1','860.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024056.0','1019367.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112320.0','1044934.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024057.0','1019367.0','1',    '1','1','469.6',    '1','1','469.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112321.0','1044934.0','3',    '2','1','563.42',    '2','1','563.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024058.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112322.0','1044934.0','20',    '15','8','25294.41',    '13','8','19994.09',    '12','1','5300.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024059.0','1019367.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112323.0','1044934.0','49',    '38','29','434699.67',    '38','29','390440.82',    '23','10','44258.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024060.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112324.0','1044934.0','16',    '14','4','12907.04',    '14','4','10276.85',    '9','1','2630.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024061.0','1019367.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112325.0','1044934.0','18',    '16','8','26772.1',    '16','7','25785.77',    '11','3','986.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024062.0','1019367.0','2',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112326.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024063.0','1019367.0','20',    '20','3','7510.74',    '15','1','852.24',    '16','2','6658.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112327.0','1044934.0','30',    '22','9','25221.59',    '22','9','21973.98',    '10','3','3247.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024064.0','1019367.0','7',    '7','6','20055.99',    '7','6','19576.83',    '3','1','479.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112328.0','1044934.0','6',    '5','3','4794.01',    '5','3','4794.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024065.0','1019367.0','18',    '18','13','48698.41',    '18','12','29049.52',    '11','6','19648.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112329.0','1044934.0','1',    '1','1','6052.0',    '0','0','0.0',    '1','1','6052.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024066.0','1019367.0','3',    '3','3','5069.91',    '3','3','3732.44',    '3','2','1337.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112330.0','1044934.0','289',    '265','214','2479382.55',    '260','204','2162389.42',    '197','118','316993.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024067.0','1019367.0','20',    '19','9','17382.95',    '18','9','16900.8',    '17','2','482.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112331.0','1044934.0','1',    '1','1','1265.95',    '1','1','1265.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024068.0','1019367.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112332.0','1044934.0','28',    '26','22','194695.28',    '25','21','184267.25',    '19','8','10428.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024069.0','1019367.0','17',    '14','3','3984.83',    '11','2','2336.84',    '6','2','1647.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112333.0','1044934.0','48',    '45','7','13561.75',    '41','5','11366.0',    '28','5','2195.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024070.0','1019367.0','4',    '3','3','10394.82',    '3','3','10394.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112334.0','1044934.0','22',    '20','8','12855.9',    '20','8','12855.9',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024071.0','1019367.0','2',    '2','1','2972.45',    '2','1','2972.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112335.0','1044934.0','24',    '23','13','25923.14',    '23','13','25573.15',    '10','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024072.0','1019367.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112336.0','1044934.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024073.0','1019367.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112337.0','1044934.0','18',    '19','2','10033.58',    '19','2','10033.58',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024074.0','1019367.0','1',    '1','1','858.0',    '1','1','858.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112338.0','1044934.0','44',    '44','1','6099.44',    '42','1','6099.44',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024075.0','1019367.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112339.0','1044934.0','1',    '1','1','8616.44',    '1','1','1364.0',    '1','1','7252.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024076.0','1019327.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112340.0','1044894.0','484',    '439','309','1804832.74',    '418','291','1539959.24',    '314','132','264873.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024077.0','1019327.0','48',    '43','9','17313.95',    '37','6','10505.23',    '28','4','6808.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112341.0','1044894.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024078.0','1019327.0','1',    '1','1','24062.18',    '1','1','24062.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112342.0','1044894.0','9',    '6','2','7134.99',    '4','0','0.0',    '4','2','7134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002256.0','1019327.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090520.0','1044894.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024079.0','1019327.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112343.0','1044894.0','14',    '10','1','1080.0',    '8','1','1080.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024080.0','1019327.0','1',    '1','1','4650.27',    '1','1','4650.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112344.0','1044894.0','323',    '289','60','176704.24',    '263','43','139589.14',    '199','31','37115.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024081.0','1019327.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112345.0','1044894.0','1',    '1','1','2866.07',    '1','1','2866.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2001308.0','1019327.0','218',    '201','174','2477815.59',    '201','170','2252979.61',    '133','68','224835.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089572.0','1044894.0','1',    '1','1','782.34',    '1','1','782.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024082.0','1019368.0','1',    '1','1','954.0',    '1','1','954.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112346.0','1044935.0','4',    '4','1','1213.62',    '4','1','998.38',    '3','1','215.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024083.0','1019368.0','12',    '9','7','31174.06',    '9','7','31174.06',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112347.0','1044935.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024084.0','1019368.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112348.0','1044935.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024085.0','1019368.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112349.0','1044935.0','8',    '7','2','2436.0',    '7','2','2436.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024086.0','1019368.0','31',    '25','16','43941.07',    '24','14','32819.02',    '14','7','11122.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112350.0','1044935.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024087.0','1019368.0','34',    '31','7','16427.62',    '30','5','15011.56',    '13','3','1416.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112351.0','1044935.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024088.0','1019368.0','13',    '13','4','4008.98',    '13','3','3508.98',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112352.0','1044935.0','1',    '1','1','825.67',    '1','1','825.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024089.0','1019368.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112353.0','1044935.0','6',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024090.0','1019368.0','49',    '22','5','18109.96',    '12','1','2324.41',    '15','4','15785.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112354.0','1044935.0','4',    '4','1','2398.15',    '4','1','2398.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024091.0','1019368.0','13',    '10','3','15371.44',    '8','2','13804.95',    '7','3','1566.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112355.0','1044935.0','5',    '5','5','57658.92',    '5','5','47151.4',    '4','2','10507.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024092.0','1019368.0','3',    '3','2','5279.08',    '3','2','5279.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112356.0','1044935.0','1',    '1','1','188.05',    '1','1','188.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024093.0','1019368.0','5',    '4','3','42999.01',    '4','3','37585.32',    '2','2','5413.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112357.0','1044935.0','106',    '90','20','58299.46',    '85','15','31496.92',    '51','10','26802.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024094.0','1019368.0','2',    '2','2','2617.73',    '2','2','2617.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112358.0','1044935.0','43',    '38','10','21444.74',    '36','7','13348.6',    '31','5','8096.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024095.0','1019368.0','49',    '41','23','89271.02',    '41','23','82499.34',    '18','2','6771.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112359.0','1044935.0','7',    '6','4','34655.81',    '6','4','33964.31',    '4','1','691.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024096.0','1019368.0','6',    '4','1','4750.28',    '4','1','4750.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112360.0','1044935.0','337',    '295','71','323273.61',    '280','57','271552.87',    '197','29','51720.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024097.0','1019368.0','7',    '7','4','10786.39',    '7','4','10786.39',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112361.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024098.0','1019368.0','10',    '10','5','45097.84',    '8','5','45097.84',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112362.0','1044935.0','73',    '54','13','18200.41',    '48','12','18052.42',    '36','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024099.0','1019368.0','103',    '73','53','408645.45',    '72','52','332470.25',    '46','23','76175.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112363.0','1044935.0','1',    '1','1','134.01',    '1','1','134.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024100.0','1019368.0','6',    '6','2','6552.97',    '5','2','4772.37',    '3','1','1780.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112364.0','1044935.0','4',    '3','3','18008.83',    '3','3','16583.37',    '3','1','1425.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024101.0','1019368.0','3',    '3','2','8215.47',    '3','2','8015.48',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112365.0','1044935.0','5',    '5','4','6121.67',    '5','4','6121.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024102.0','1019368.0','12',    '9','5','11993.22',    '7','5','11993.22',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112366.0','1044935.0','9',    '9','7','4117.19',    '9','7','4117.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024103.0','1019368.0','3',    '3','2','2735.4',    '3','2','2535.41',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112367.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024104.0','1019368.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112368.0','1044935.0','13',    '10','3','10159.0',    '10','3','10159.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024105.0','1019368.0','21',    '20','13','11782.8',    '19','12','11582.81',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112369.0','1044935.0','1',    '1','1','1586.33',    '1','1','1586.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024106.0','1019368.0','9',    '7','7','7318.6',    '7','6','6718.63',    '5','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112370.0','1044935.0','10',    '10','8','37017.88',    '9','8','36781.27',    '9','1','236.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024107.0','1019368.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112371.0','1044935.0','42',    '41','26','62204.22',    '41','26','62204.22',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024108.0','1019368.0','1',    '1','1','1837.63',    '1','1','1837.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112372.0','1044935.0','34',    '18','3','10989.84',    '17','2','4937.84',    '3','1','6052.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024109.0','1019368.0','22',    '19','12','121658.16',    '18','11','113204.68',    '15','3','8453.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112373.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2001133.0','1019368.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2089397.0','1044935.0','285',    '272','84','264743.79',    '264','61','205920.2',    '168','47','58823.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024110.0','1019368.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112374.0','1044935.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2001027.0','1019368.0','8',    '7','7','30023.17',    '7','7','30023.17',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089291.0','1044935.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024111.0','1019368.0','687',    '630','465','1406085.26',    '580','444','1362023.63',    '468','131','44061.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112375.0','1044935.0','58',    '47','28','143230.5',    '46','26','135591.45',    '27','6','7639.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024112.0','1019368.0','4',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112376.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024113.0','1019368.0','6',    '5','4','17606.63',    '5','4','13730.37',    '3','2','3876.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112377.0','1044935.0','2',    '2','2','576.59',    '2','2','576.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024114.0','1019368.0','10',    '9','6','10851.44',    '9','6','10851.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112378.0','1044935.0','15',    '14','11','16994.51',    '13','9','16434.06',    '10','3','560.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024115.0','1019368.0','2',    '2','1','2586.53',    '2','1','2586.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112379.0','1044935.0','5',    '4','2','5431.46',    '4','2','5074.8',    '3','2','356.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024116.0','1019368.0','1',    '1','1','3396.09',    '1','1','3396.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112380.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024117.0','1019368.0','1',    '1','1','2173.02',    '1','1','2173.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112381.0','1044935.0','42',    '19','18','408395.22',    '19','18','408395.22',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024118.0','1019368.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112382.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024119.0','1019368.0','1',    '1','1','1032.0',    '1','1','1032.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112383.0','1044935.0','105',    '96','61','71924.47',    '94','53','64259.87',    '76','20','7664.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024120.0','1019368.0','2',    '2','2','1879.84',    '2','2','1879.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112384.0','1044935.0','5',    '4','4','5540.45',    '4','4','5421.45',    '3','1','119.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024121.0','1019368.0','7',    '5','4','3779.9',    '5','4','3779.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112385.0','1044935.0','15',    '13','10','24771.99',    '13','9','24222.01',    '9','2','549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024122.0','1019368.0','1',    '1','1','414.0',    '1','1','414.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112386.0','1044935.0','1',    '1','1','30200.0',    '1','1','25253.81',    '1','1','4946.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024123.0','1019368.0','97',    '81','44','149673.54',    '76','42','139977.52',    '48','7','9696.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112387.0','1044935.0','34',    '29','21','48316.68',    '28','21','43750.48',    '18','5','4566.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024124.0','1019368.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112388.0','1044935.0','9',    '8','4','16831.35',    '8','3','15762.04',    '6','1','1069.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024125.0','1019368.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112389.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024126.0','1019368.0','2',    '2','2','6693.28',    '2','2','6693.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112390.0','1044935.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024127.0','1019368.0','49',    '36','31','328698.9',    '36','31','310020.02',    '27','11','18678.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112391.0','1044935.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024128.0','1019368.0','9',    '8','4','9726.28',    '8','4','3674.28',    '4','1','6052.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112392.0','1044935.0','7',    '3','1','938.0',    '2','1','938.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024129.0','1019368.0','12',    '11','4','32914.59',    '11','4','32914.59',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112393.0','1044935.0','1',    '1','1','11665.09',    '1','1','7667.46',    '1','1','3997.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024130.0','1019368.0','67',    '53','37','223930.18',    '48','33','161356.44',    '35','19','62573.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112394.0','1044935.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024131.0','1019368.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112395.0','1044935.0','1',    '1','1','4340.69',    '1','1','4340.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024132.0','1019368.0','48',    '39','8','51617.96',    '36','6','50417.57',    '21','4','1200.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112396.0','1044935.0','1',    '1','1','270.74',    '1','0','0.0',    '1','1','270.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024133.0','1019368.0','1',    '1','1','850.41',    '1','0','0.0',    '1','1','850.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112397.0','1044935.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024134.0','1019368.0','244',    '227','135','309618.99',    '224','131','292121.64',    '126','21','17497.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112398.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024135.0','1019368.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112399.0','1044935.0','11',    '7','3','38718.3',    '7','3','38718.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024136.0','1019368.0','238',    '222','82','296698.61',    '216','57','232226.43',    '148','52','64472.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112400.0','1044935.0','17',    '9','4','9723.67',    '9','4','9723.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024137.0','1019368.0','6',    '6','3','3404.1',    '6','3','3404.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112401.0','1044935.0','3',    '2','2','33644.67',    '2','2','33644.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024138.0','1019368.0','18',    '16','10','23114.47',    '15','9','22636.57',    '10','2','477.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112402.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024139.0','1019368.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112403.0','1044935.0','6',    '5','4','8140.02',    '5','4','8140.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024140.0','1019368.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112404.0','1044935.0','1',    '1','1','2790.48',    '1','1','2790.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024141.0','1019368.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112405.0','1044935.0','8',    '8','4','25374.73',    '8','3','23598.14',    '7','1','1776.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024142.0','1019368.0','55',    '49','38','306384.95',    '49','36','267928.25',    '35','18','38456.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112406.0','1044935.0','12',    '6','1','4613.25',    '5','1','4613.25',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024143.0','1019368.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112407.0','1044935.0','258',    '213','163','1117856.26',    '208','159','999957.35',    '135','43','117898.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024144.0','1019368.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112408.0','1044935.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024145.0','1019368.0','1',    '1','1','3244.89',    '1','1','3244.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112409.0','1044935.0','21',    '19','8','6866.26',    '19','8','6247.11',    '12','2','619.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024146.0','1019368.0','19',    '16','14','83476.25',    '16','14','78261.08',    '11','4','5215.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112410.0','1044935.0','8',    '7','4','6704.49',    '7','4','6163.01',    '5','2','541.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024147.0','1019368.0','1',    '1','1','938.0',    '1','1','938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112411.0','1044935.0','6',    '6','2','2293.59',    '6','2','1729.59',    '5','1','564.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024148.0','1019368.0','4',    '2','1','4079.04',    '2','1','4079.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112412.0','1044935.0','29',    '28','20','36826.58',    '28','20','35430.63',    '20','3','1395.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024149.0','1019368.0','4',    '4','3','2757.13',    '4','3','2757.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112413.0','1044935.0','2',    '1','1','1551.14',    '1','1','1551.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024150.0','1019368.0','3',    '3','2','3043.4',    '2','1','2613.4',    '3','1','430.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112414.0','1044935.0','77',    '64','50','217794.24',    '64','50','182240.86',    '44','19','35553.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024151.0','1019368.0','1',    '1','1','3201.26',    '1','1','3201.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112415.0','1044935.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024152.0','1019368.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112416.0','1044935.0','4',    '1','1','4209.73',    '1','1','4209.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2001307.0','1019368.0','3',    '2','1','16206.48',    '2','1','16206.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089571.0','1044935.0','16',    '14','7','25163.66',    '14','6','21638.21',    '10','4','3525.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024153.0','1019368.0','5',    '5','1','7514.0',    '4','1','7514.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112417.0','1044935.0','15',    '12','10','82561.5',    '12','10','71874.13',    '2','2','10687.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2000929.0','1019368.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089193.0','1044935.0','4',    '4','3','2047.11',    '4','3','2047.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024154.0','1019391.0','2',    '2','1','2482.54',    '2','1','2482.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112418.0','1044958.0','5',    '5','1','1460.54',    '5','1','1460.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024155.0','1019391.0','367',    '325','224','936166.15',    '299','202','912109.16',    '241','75','24056.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112419.0','1044958.0','7',    '7','3','22155.4',    '5','3','22155.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024156.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112420.0','1044958.0','4',    '3','1','1621.88',    '3','1','1057.88',    '3','1','564.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024157.0','1019391.0','17',    '15','9','10717.47',    '13','9','10472.08',    '6','1','245.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112421.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024158.0','1019391.0','17',    '11','1','199.99',    '10','0','0.0',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112422.0','1044958.0','86',    '71','42','104026.07',    '68','40','102532.11',    '36','4','1493.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024159.0','1019391.0','2',    '2','1','352.21',    '2','1','352.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112423.0','1044958.0','60',    '56','8','26061.29',    '53','5','24052.02',    '30','4','2009.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2000834.0','1019391.0','179',    '152','45','240101.57',    '141','34','177564.84',    '104','26','62536.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089098.0','1044958.0','155',    '145','40','130236.8',    '143','35','109247.46',    '96','14','20989.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024160.0','1019391.0','23',    '19','6','24183.96',    '18','5','21313.52',    '11','3','2870.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112424.0','1044958.0','2',    '2','1','1376.95',    '2','1','1376.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024161.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112425.0','1044958.0','19',    '18','14','59681.97',    '18','14','48748.42',    '8','2','10933.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024162.0','1019391.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112426.0','1044958.0','97',    '71','52','388249.93',    '67','50','335829.19',    '48','20','52420.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2000755.0','1019391.0','45',    '37','29','189511.11',    '36','25','176503.09',    '27','11','13008.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089019.0','1044958.0','1',    '1','1','1481.77',    '1','1','1278.26',    '1','1','203.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024163.0','1019391.0','1',    '1','1','752.77',    '1','1','752.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112427.0','1044958.0','6',    '6','5','11578.56',    '6','5','11578.56',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024164.0','1019391.0','2',    '2','1','1956.55',    '2','1','1956.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112428.0','1044958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024165.0','1019391.0','21',    '18','14','24811.9',    '18','14','24811.9',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112429.0','1044958.0','4',    '4','4','39742.96',    '4','4','37368.44',    '1','1','2374.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024166.0','1019391.0','3679',    '3480','2923','51678416.39',    '3460','2909','50637901.54',    '1915','490','1040514.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112430.0','1044958.0','2',    '2','1','2479.75',    '2','1','2479.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024167.0','1019391.0','24',    '21','12','87326.66',    '20','12','84874.8',    '12','3','2451.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112431.0','1044958.0','1',    '1','1','3030.6',    '1','1','2786.44',    '1','1','244.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024168.0','1019391.0','3',    '2','1','2236.49',    '0','0','0.0',    '2','1','2236.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112432.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024169.0','1019391.0','8',    '6','1','217.11',    '6','1','217.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112433.0','1044958.0','1',    '1','1','54.2',    '1','1','54.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024170.0','1019391.0','89',    '83','48','177914.0',    '83','46','170531.71',    '47','12','7382.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112434.0','1044958.0','1',    '1','1','5282.4',    '1','1','5282.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024171.0','1019391.0','3',    '1','1','287.97',    '1','1','287.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112435.0','1044958.0','3',    '3','2','9931.1',    '3','2','9931.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024172.0','1019391.0','25',    '24','14','50712.81',    '24','14','49714.94',    '11','1','997.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112436.0','1044958.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024173.0','1019391.0','23',    '23','17','32485.15',    '23','17','32285.16',    '16','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112437.0','1044958.0','2',    '2','1','134.01',    '2','1','134.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024174.0','1019391.0','2',    '2','1','4346.07',    '2','1','3915.42',    '2','1','430.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112438.0','1044958.0','5',    '5','1','165.49',    '5','0','0.0',    '2','1','165.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024175.0','1019391.0','38',    '31','14','37683.69',    '29','14','34514.82',    '15','2','3168.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112439.0','1044958.0','2',    '2','1','118.29',    '2','1','118.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024176.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112440.0','1044958.0','14',    '13','8','40135.5',    '13','7','36204.73',    '8','3','3930.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024177.0','1019391.0','22',    '21','14','57800.83',    '21','13','55879.07',    '11','4','1921.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112441.0','1044958.0','1',    '1','1','1413.28',    '1','1','1413.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024178.0','1019391.0','3',    '3','1','258.5',    '3','0','0.0',    '2','1','258.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112442.0','1044958.0','39',    '36','22','88790.74',    '34','21','86280.2',    '24','4','2510.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024179.0','1019391.0','53',    '48','27','54088.0',    '46','25','51428.39',    '27','6','2659.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112443.0','1044958.0','39',    '36','27','111351.92',    '35','27','105054.97',    '14','2','6296.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024180.0','1019391.0','5',    '2','1','1167.6',    '2','1','1167.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112444.0','1044958.0','4',    '4','1','30200.0',    '4','1','30200.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024181.0','1019391.0','2',    '1','1','818.0',    '0','0','0.0',    '1','1','818.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112445.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024182.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112446.0','1044958.0','1',    '1','1','824.0',    '1','1','824.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024183.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112447.0','1044958.0','8',    '6','2','5724.17',    '6','1','938.0',    '4','2','4786.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024184.0','1019391.0','20',    '18','10','82781.84',    '16','10','80091.79',    '6','1','2690.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112448.0','1044958.0','1',    '1','1','255.89',    '1','0','0.0',    '1','1','255.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024185.0','1019391.0','2',    '2','2','3021.35',    '2','2','3021.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112449.0','1044958.0','2',    '2','2','11438.09',    '2','2','10158.65',    '2','2','1279.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024186.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112450.0','1044958.0','2',    '1','1','381.89',    '1','1','381.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024187.0','1019391.0','156',    '150','32','119629.4',    '148','26','87435.47',    '75','14','32193.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112451.0','1044958.0','4',    '4','4','3762.78',    '4','4','3762.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024188.0','1019391.0','67',    '63','54','354381.51',    '61','52','329077.64',    '37','10','25303.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112452.0','1044958.0','11',    '8','5','10098.46',    '8','5','9923.46',    '6','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2002048.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2090312.0','1044958.0','25',    '20','15','42454.72',    '18','15','41254.58',    '11','1','1200.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2001116.0','1019391.0','8',    '7','7','9649.0',    '7','7','9649.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2089380.0','1044958.0','135',    '130','48','145894.11',    '123','36','129556.67',    '106','24','16337.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024189.0','1019391.0','3',    '3','2','2045.16',    '2','2','1710.18',    '3','2','334.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112453.0','1044958.0','3',    '3','2','1683.58',    '3','2','1683.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024190.0','1019391.0','3',    '3','2','947.04',    '2','2','947.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112454.0','1044958.0','5',    '5','5','7534.53',    '5','5','7330.03',    '3','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024191.0','1019391.0','8',    '7','7','18074.23',    '7','6','17674.25',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112455.0','1044958.0','1',    '1','1','341.48',    '1','1','341.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024192.0','1019391.0','10',    '8','5','16235.38',    '7','5','16035.39',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112456.0','1044958.0','20',    '4','1','420.49',    '2','1','420.49',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024193.0','1019391.0','19',    '17','4','5029.12',    '16','1','1364.0',    '12','4','3665.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112457.0','1044958.0','1',    '1','1','3683.2',    '1','1','3683.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024194.0','1019391.0','10',    '10','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112458.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2001028.0','1019391.0','15',    '13','4','16184.89',    '12','4','9674.87',    '11','3','6510.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089292.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024195.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112459.0','1044958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024196.0','1019391.0','16',    '14','12','117212.17',    '14','12','114346.58',    '10','6','2865.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112460.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024197.0','1019391.0','22',    '19','14','31839.86',    '18','14','31839.86',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112461.0','1044958.0','84',    '74','13','41199.6',    '62','9','37935.25',    '57','9','3264.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024198.0','1019391.0','11',    '10','10','194085.2',    '10','10','179937.25',    '3','3','14147.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112462.0','1044958.0','10',    '9','5','13117.85',    '9','5','13117.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024199.0','1019391.0','9',    '9','5','121657.68',    '9','5','121657.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112463.0','1044958.0','2',    '2','2','8386.86',    '2','2','8022.74',    '2','1','364.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024200.0','1019391.0','4',    '3','3','22467.72',    '3','3','22467.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112464.0','1044958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024201.0','1019391.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112465.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024202.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112466.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024203.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112467.0','1044958.0','5',    '4','2','7911.89',    '4','2','7911.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024204.0','1019391.0','173',    '111','61','211463.27',    '98','57','209063.39',    '69','12','2399.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112468.0','1044958.0','20',    '19','11','52343.96',    '18','11','41648.63',    '12','2','10695.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024205.0','1019391.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112469.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024206.0','1019391.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112470.0','1044958.0','1247',    '1071','446','6341870.38',    '995','412','5608437.88',    '797','225','733432.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024207.0','1019391.0','17',    '17','10','26917.31',    '17','10','26646.57',    '14','1','270.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112471.0','1044958.0','3',    '3','2','3629.92',    '2','2','3629.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024208.0','1019391.0','3',    '3','2','2753.01',    '3','2','2497.12',    '3','1','255.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112472.0','1044958.0','1',    '1','1','18568.91',    '1','1','13350.46',    '1','1','5218.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002039.0','1019391.0','122',    '115','15','55734.01',    '115','12','52471.7',    '58','5','3262.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090303.0','1044958.0','3',    '1','1','1533.03',    '1','1','1533.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024209.0','1019391.0','244',    '230','96','252338.08',    '225','85','194260.67',    '155','44','58077.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112473.0','1044958.0','5',    '2','2','4690.0',    '2','2','4690.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024210.0','1019391.0','5',    '3','2','30470.59',    '3','2','30470.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112474.0','1044958.0','19',    '13','7','81465.96',    '13','6','79139.52',    '6','2','2326.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024211.0','1019391.0','27',    '23','1','2082.0',    '23','1','2082.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112475.0','1044958.0','42',    '36','28','169174.68',    '34','27','149429.1',    '25','8','19745.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024212.0','1019391.0','46',    '41','7','5304.99',    '33','2','3258.38',    '33','6','2046.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112476.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024213.0','1019391.0','5',    '5','2','30458.22',    '5','2','30458.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112477.0','1044958.0','86',    '80','65','660651.12',    '79','65','597970.12',    '53','25','62681.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024214.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112478.0','1044958.0','5',    '3','1','649.37',    '3','1','649.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024215.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112479.0','1044958.0','98',    '87','67','551864.39',    '87','65','515564.6',    '40','17','36299.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2000942.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089206.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024216.0','1019391.0','1',    '1','1','1684.95',    '1','1','1684.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112480.0','1044958.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024217.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112481.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2000917.0','1019391.0','15',    '15','8','12860.93',    '15','7','12319.45',    '12','2','541.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089181.0','1044958.0','6',    '5','5','30312.35',    '5','5','30312.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024218.0','1019391.0','4',    '4','2','5019.36',    '4','2','5019.36',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112482.0','1044958.0','93',    '85','38','107334.06',    '85','23','61132.04',    '54','25','46202.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024219.0','1019391.0','1',    '1','1','962.87',    '1','1','962.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112483.0','1044958.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2001313.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089577.0','1044958.0','2',    '2','1','795.01',    '2','1','795.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024220.0','1019391.0','137',    '128','24','77905.42',    '125','20','60305.48',    '77','12','17599.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112484.0','1044958.0','7',    '6','5','47267.13',    '6','5','40384.61',    '6','4','6882.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024221.0','1019391.0','4',    '2','1','7777.23',    '2','1','7777.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112485.0','1044958.0','22',    '21','12','33837.75',    '21','12','33837.75',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024222.0','1019391.0','1',    '1','1','896.0',    '1','1','896.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112486.0','1044958.0','16',    '15','9','17617.73',    '15','8','14178.83',    '12','6','3438.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024223.0','1019391.0','2',    '1','1','4571.18',    '1','1','4571.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112487.0','1044958.0','11',    '9','8','35088.0',    '8','8','34688.02',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024224.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112488.0','1044958.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024225.0','1019391.0','3',    '3','2','1605.13',    '3','2','1605.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112489.0','1044958.0','24',    '19','4','7549.51',    '18','3','6937.51',    '11','1','612.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024226.0','1019391.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112490.0','1044958.0','8',    '7','5','40905.31',    '7','5','40167.98',    '5','1','737.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024227.0','1019391.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112491.0','1044958.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024228.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112492.0','1044958.0','7',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024229.0','1019391.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112493.0','1044958.0','14',    '7','5','43138.38',    '7','5','42938.39',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2000975.0','1019391.0','3',    '3','3','4705.48',    '3','3','4705.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089239.0','1044958.0','1',    '1','1','11828.82',    '1','1','11828.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024230.0','1019391.0','7',    '4','3','2268.39',    '4','3','2068.4',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112494.0','1044958.0','3',    '2','1','10920.75',    '2','1','10675.8',    '2','1','244.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024231.0','1019391.0','13',    '13','9','31756.88',    '13','8','31572.38',    '9','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112495.0','1044958.0','6',    '5','4','31192.98',    '5','4','28792.56',    '4','2','2400.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2002139.0','1019391.0','8135',    '6982','3032','18528172.2',    '6425','2448','7203514.9',    '4784','2268','11324657.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2090403.0','1044958.0','8',    '6','5','16460.37',    '6','5','16260.38',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024232.0','1019391.0','1',    '1','1','1088.0',    '1','1','1088.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112496.0','1044958.0','26',    '21','16','34479.25',    '20','16','34279.26',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024233.0','1019391.0','1',    '1','1','13661.4',    '1','1','13661.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112497.0','1044958.0','3',    '3','2','6256.15',    '3','2','6256.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024234.0','1019391.0','9',    '8','4','9427.01',    '8','4','9182.85',    '4','1','244.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112498.0','1044958.0','8',    '8','4','5699.39',    '7','4','5699.39',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024235.0','1019391.0','4',    '4','3','20820.6',    '4','3','20110.35',    '2','1','710.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112499.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024236.0','1019391.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112500.0','1044958.0','7',    '4','2','7225.35',    '3','2','6097.36',    '4','1','1127.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024237.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112501.0','1044958.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024238.0','1019391.0','3',    '3','1','828.66',    '3','1','644.16',    '1','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112502.0','1044958.0','1',    '1','1','11168.2',    '1','1','10457.95',    '1','1','710.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024239.0','1019391.0','5',    '5','3','4153.51',    '3','3','3778.52',    '4','2','374.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112503.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024240.0','1019391.0','9',    '7','5','5834.17',    '7','5','5834.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112504.0','1044958.0','1',    '1','1','1626.28',    '1','1','1626.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024241.0','1019391.0','6',    '5','3','1889.08',    '4','3','1889.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112505.0','1044958.0','112',    '103','16','35343.16',    '98','12','29608.95',    '59','6','5734.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024242.0','1019391.0','99',    '92','76','122932.07',    '92','73','119454.49',    '60','16','3477.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112506.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024243.0','1019391.0','6',    '5','1','11355.73',    '5','1','10860.0',    '4','1','495.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112507.0','1044958.0','9',    '8','3','4604.59',    '6','3','4604.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024244.0','1019391.0','19',    '11','4','8076.19',    '10','4','8076.19',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112508.0','1044958.0','20',    '16','10','42518.98',    '16','10','40811.25',    '11','3','1707.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024245.0','1019391.0','32',    '30','9','7024.68',    '29','5','4737.54',    '25','4','2287.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112509.0','1044958.0','2',    '2','2','1595.46',    '2','2','1449.18',    '1','1','146.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024246.0','1019391.0','53',    '43','12','51181.29',    '37','12','50840.45',    '22','1','340.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112510.0','1044958.0','11',    '11','9','40268.87',    '10','9','39904.1',    '6','2','364.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024247.0','1019391.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112511.0','1044958.0','30',    '27','22','101719.25',    '26','21','100774.39',    '15','5','944.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024248.0','1019391.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112512.0','1044958.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024249.0','1019391.0','22',    '19','15','40821.66',    '19','15','40421.68',    '16','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112513.0','1044958.0','6',    '2','1','1333.1',    '1','1','721.1',    '2','1','612.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024250.0','1019391.0','1',    '1','1','1775.9',    '1','1','1775.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112514.0','1044958.0','4',    '3','1','408.02',    '3','1','408.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2002060.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2090324.0','1044958.0','18',    '17','12','72011.03',    '17','12','68747.63',    '10','4','3263.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024251.0','1019391.0','1',    '1','1','1548.0',    '1','1','1548.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112515.0','1044958.0','169',    '145','67','955363.3',    '134','61','886328.4',    '83','23','69034.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024252.0','1019391.0','4',    '4','4','17635.13',    '4','4','17635.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112516.0','1044958.0','4',    '4','3','23163.87',    '4','3','14940.89',    '3','1','8222.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024253.0','1019391.0','5',    '5','3','2652.09',    '3','3','2652.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112517.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024254.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112518.0','1044958.0','36',    '35','8','23302.03',    '33','6','20705.46',    '22','5','2596.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024255.0','1019391.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112519.0','1044958.0','11',    '6','5','49127.03',    '5','5','46970.26',    '5','2','2156.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024256.0','1019391.0','1',    '1','1','902.05',    '1','1','702.06',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112520.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024257.0','1019391.0','1',    '1','1','2933.08',    '1','1','2933.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112521.0','1044958.0','3',    '2','2','4232.84',    '2','2','4092.69',    '1','1','140.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024258.0','1019391.0','5',    '4','2','11868.68',    '4','2','10890.69',    '4','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112522.0','1044958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024259.0','1019391.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112523.0','1044958.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024260.0','1019391.0','1',    '1','1','854.43',    '1','1','854.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112524.0','1044958.0','1',    '1','1','5437.19',    '1','1','5437.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024261.0','1019391.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112525.0','1044958.0','1',    '1','1','403.94',    '1','1','403.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2001056.0','1019391.0','6',    '3','2','6470.44',    '1','1','418.44',    '3','1','6052.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089320.0','1044958.0','6',    '6','6','4286.05',    '6','6','4286.05',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024262.0','1019391.0','1',    '1','1','1604.25',    '1','1','1604.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112526.0','1044958.0','8',    '7','7','9284.0',    '7','7','8674.51',    '5','2','609.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024263.0','1019391.0','33',    '31','11','30402.94',    '30','11','29914.61',    '14','1','488.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112527.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024264.0','1019391.0','381',    '296','103','330426.95',    '272','79','202090.71',    '190','55','128336.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112528.0','1044958.0','2',    '1','1','988.14',    '1','1','988.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024265.0','1019391.0','2',    '2','1','7529.18',    '2','1','6505.63',    '2','1','1023.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112529.0','1044958.0','1',    '1','1','296.72',    '1','1','296.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024266.0','1019391.0','3',    '2','2','3927.01',    '2','2','3927.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112530.0','1044958.0','8',    '7','6','14463.19',    '7','6','14463.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024267.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112531.0','1044958.0','5',    '4','3','4252.8',    '4','3','4252.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024268.0','1019391.0','19',    '16','12','37034.1',    '16','10','35734.14',    '13','4','1299.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112532.0','1044958.0','1',    '1','1','6596.92',    '1','1','6596.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024269.0','1019391.0','40',    '37','21','65160.92',    '35','21','59942.35',    '22','5','5218.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112533.0','1044958.0','3',    '3','2','1796.51',    '3','2','1796.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2001026.0','1019391.0','2',    '2','2','3248.58',    '2','2','3248.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089290.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2000993.0','1019391.0','5',    '4','4','6270.75',    '4','4','6070.76',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089257.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024270.0','1019391.0','11',    '11','9','73175.05',    '11','9','72950.06',    '6','1','224.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112534.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2001119.0','1019391.0','17',    '17','10','44240.6',    '17','9','43730.63',    '13','2','509.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089383.0','1044958.0','5',    '5','4','1884.9',    '5','4','1884.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024271.0','1019391.0','28',    '26','20','63998.74',    '26','20','63598.76',    '17','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112535.0','1044958.0','16',    '12','8','26844.1',    '12','8','25897.67',    '6','1','946.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024272.0','1019391.0','5',    '4','4','7640.87',    '4','4','7640.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112536.0','1044958.0','17',    '16','3','4162.46',    '16','3','4162.46',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024273.0','1019391.0','4',    '3','2','9429.79',    '3','2','9429.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112537.0','1044958.0','11',    '10','7','101498.56',    '9','7','97615.6',    '5','3','3882.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024274.0','1019391.0','3',    '2','2','538.89',    '2','2','538.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112538.0','1044958.0','2',    '2','2','3094.82',    '2','2','3094.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024275.0','1019391.0','1',    '1','1','314.73',    '1','1','314.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112539.0','1044958.0','4',    '4','3','3842.67',    '3','3','3642.68',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024276.0','1019391.0','1',    '1','1','248.7',    '1','1','102.42',    '1','1','146.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112540.0','1044958.0','18',    '15','11','96037.5',    '14','11','92660.29',    '6','1','3377.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024277.0','1019391.0','18',    '16','11','25908.06',    '16','10','25339.02',    '8','3','569.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112541.0','1044958.0','1',    '1','1','1884.45',    '1','1','1632.75',    '1','1','251.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024278.0','1019391.0','343',    '312','259','3931532.66',    '306','254','3857271.07',    '174','50','74261.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112542.0','1044958.0','14',    '12','10','48243.61',    '11','7','37655.41',    '10','4','10588.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024279.0','1019391.0','1',    '1','1','600.59',    '1','1','600.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112543.0','1044958.0','378',    '363','307','1608031.15',    '348','301','1586949.04',    '292','87','21082.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024280.0','1019391.0','1',    '1','1','605.83',    '1','1','605.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112544.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024281.0','1019391.0','5',    '5','4','9926.37',    '5','3','9726.38',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112545.0','1044958.0','1',    '1','1','691.56',    '1','1','691.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024282.0','1019391.0','69',    '61','37','260277.55',    '61','35','239237.76',    '34','12','21039.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112546.0','1044958.0','3335',    '3110','2527','33549332.31',    '3088','2513','32705391.82',    '1629','469','843940.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2002240.0','1019391.0','111',    '77','49','296038.73',    '77','49','280200.45',    '36','8','15838.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2090504.0','1044958.0','10',    '7','6','7641.52',    '7','6','7241.54',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024283.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112547.0','1044958.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024284.0','1019391.0','9',    '8','5','10195.98',    '7','5','10195.98',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112548.0','1044958.0','6',    '6','5','23144.62',    '6','5','22166.63',    '3','1','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024285.0','1019391.0','3',    '3','1','2260.0',    '3','1','2260.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112549.0','1044958.0','2',    '2','1','5216.14',    '2','1','1440.0',    '2','1','3776.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024286.0','1019391.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112550.0','1044958.0','61',    '37','32','501969.46',    '36','32','493747.19',    '21','6','8222.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024287.0','1019391.0','6',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112551.0','1044958.0','7',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024288.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112552.0','1044958.0','6',    '4','3','35086.21',    '4','3','35086.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024289.0','1019391.0','61',    '40','37','596069.19',    '40','37','585937.29',    '18','4','10131.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112553.0','1044958.0','4',    '3','3','85222.07',    '3','3','83459.72',    '2','1','1762.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024290.0','1019391.0','23',    '11','11','106916.48',    '11','11','93151.31',    '5','3','13765.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112554.0','1044958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024291.0','1019391.0','53',    '44','39','253493.01',    '44','38','247117.67',    '18','4','6375.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112555.0','1044958.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024292.0','1019391.0','1',    '1','1','29600.0',    '1','1','27096.66',    '1','1','2503.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112556.0','1044958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024293.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112557.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024294.0','1019391.0','119',    '69','20','151097.93',    '62','19','143420.05',    '47','4','7677.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112558.0','1044958.0','45',    '22','7','36433.68',    '21','7','36433.68',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024295.0','1019391.0','29',    '18','3','2655.28',    '17','3','2655.28',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112559.0','1044958.0','76',    '17','0','0.0',    '17','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024296.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112560.0','1044958.0','26',    '13','3','34975.0',    '12','3','34975.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024297.0','1019391.0','33',    '7','1','622.77',    '6','1','622.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112561.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024298.0','1019391.0','556',    '537','453','1593915.28',    '493','439','1551786.75',    '497','171','42128.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112562.0','1044958.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024299.0','1019391.0','1',    '1','1','30200.0',    '1','1','30200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112563.0','1044958.0','10',    '8','0','0.0',    '7','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2000920.0','1019391.0','128',    '68','41','292486.58',    '66','41','278789.05',    '31','5','13697.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2089184.0','1044958.0','9',    '5','5','6312.04',    '5','5','6002.06',    '5','2','309.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2000918.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2089182.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024300.0','1019391.0','33',    '30','6','55824.4',    '28','5','34883.86',    '16','4','20940.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112564.0','1044958.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024301.0','1019391.0','2',    '2','2','25274.4',    '2','2','22562.3',    '2','1','2712.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112565.0','1044958.0','6',    '3','3','16933.75',    '3','3','16933.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024302.0','1019391.0','287',    '260','210','1706622.66',    '251','202','1555595.27',    '174','74','151027.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112566.0','1044958.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024303.0','1019391.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112567.0','1044958.0','12',    '9','6','9378.27',    '8','6','9378.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024304.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112568.0','1044958.0','7',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024305.0','1019391.0','1',    '1','1','2388.92',    '1','1','2388.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112569.0','1044958.0','3',    '1','1','1415.58',    '1','1','1090.13',    '1','1','325.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024306.0','1019391.0','39',    '31','21','280137.96',    '29','21','259504.92',    '24','8','20633.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112570.0','1044958.0','10',    '9','1','736.29',    '8','1','736.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024307.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112571.0','1044958.0','330',    '277','213','911381.5',    '258','203','884179.86',    '228','67','27201.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024308.0','1019391.0','5',    '4','3','1670.0',    '4','3','1670.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112572.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024309.0','1019391.0','37',    '26','24','174217.73',    '25','24','167098.94',    '18','4','7118.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112573.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024310.0','1019391.0','1',    '1','1','1060.0',    '1','1','1060.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112574.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024311.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112575.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024312.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112576.0','1044958.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024313.0','1019391.0','14',    '14','11','41055.7',    '13','11','40505.72',    '10','2','549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112577.0','1044958.0','68',    '65','41','174476.37',    '64','39','172013.84',    '31','4','2462.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024314.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112578.0','1044958.0','1',    '1','1','5582.15',    '1','1','5582.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024315.0','1019391.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112579.0','1044958.0','127',    '105','64','200675.32',    '84','57','197015.5',    '97','18','3659.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024316.0','1019391.0','20',    '10','3','413.58',    '10','1','143.6',    '6','2','269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112580.0','1044958.0','51',    '43','12','53419.36',    '40','10','38198.11',    '25','9','15221.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024317.0','1019391.0','26',    '23','20','67960.74',    '23','19','64269.38',    '13','6','3691.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112581.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024318.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112582.0','1044958.0','8',    '8','8','38854.18',    '8','8','37080.23',    '8','3','1773.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024319.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112583.0','1044958.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2002154.0','1019391.0','35',    '33','17','203397.97',    '31','15','181468.02',    '28','6','21929.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2090418.0','1044958.0','1',    '1','1','1100.49',    '1','1','1100.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024320.0','1019391.0','9',    '9','8','108960.8',    '9','7','101275.3',    '7','6','7685.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112584.0','1044958.0','67',    '62','56','1029193.23',    '61','54','986258.71',    '41','17','42934.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001567.0',    '2024321.0','1019391.0','70',    '65','45','354000.6',    '64','44','327666.93',    '46','15','26333.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005976.0',    '2112585.0','1044958.0','7',    '4','2','10508.99',    '2','1','1776.0',    '3','2','8732.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024322.0','1019391.0','177',    '158','10','19899.55',    '153','4','15924.79',    '81','6','3974.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112586.0','1044958.0','3',    '3','2','1032.14',    '3','2','832.15',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024323.0','1019391.0','26',    '23','7','89996.06',    '20','7','57944.85',    '17','5','32051.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112587.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024324.0','1019391.0','12',    '12','9','81175.23',    '12','9','81175.23',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112588.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024325.0','1019391.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112589.0','1044958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024326.0','1019391.0','1',    '1','1','6988.49',    '1','1','6988.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112590.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024327.0','1019391.0','11',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112591.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001485.0',    '2024328.0','1019391.0','129',    '119','69','415398.79',    '117','66','295309.7',    '72','26','120089.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005977.0',    '2112592.0','1044958.0','24',    '21','5','7062.41',    '20','4','6405.62',    '9','2','656.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024329.0','1019391.0','1',    '1','1','24637.59',    '1','1','24637.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112593.0','1044958.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002151.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090415.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024330.0','1019391.0','2',    '2','2','31840.39',    '2','2','31840.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112594.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024331.0','1019391.0','16',    '12','2','1554.5',    '8','2','1554.5',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112595.0','1044958.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024332.0','1019391.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112596.0','1044958.0','26',    '25','2','4010.85',    '24','2','3554.05',    '19','1','456.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024333.0','1019391.0','2',    '1','1','15028.71',    '1','1','10222.35',    '1','1','4806.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112597.0','1044958.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024334.0','1019391.0','1',    '1','1','4835.12',    '1','1','4835.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112598.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024335.0','1019391.0','27',    '26','14','25988.22',    '25','13','25085.83',    '10','3','902.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112599.0','1044958.0','16',    '9','1','27801.36',    '8','1','27801.36',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002152.0','1019391.0','7',    '7','5','68708.64',    '7','4','63581.24',    '4','2','5127.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090416.0','1044958.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024336.0','1019391.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112600.0','1044958.0','29',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024337.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112601.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024338.0','1019391.0','3',    '3','3','14040.63',    '3','3','13646.75',    '2','1','393.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112602.0','1044958.0','17',    '13','12','206293.98',    '13','12','204720.59',    '5','2','1573.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024339.0','1019391.0','383',    '232','178','1407727.34',    '228','177','1355203.94',    '131','33','52523.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112603.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024340.0','1019391.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112604.0','1044958.0','91',    '50','45','383420.33',    '50','45','366919.01',    '27','10','16501.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024341.0','1019391.0','19',    '18','7','110173.55',    '14','4','75047.66',    '10','4','35125.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112605.0','1044958.0','1',    '1','1','18119.93',    '1','1','18119.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024342.0','1019391.0','42',    '40','12','161183.1',    '38','9','142436.53',    '22','5','18746.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112606.0','1044958.0','8',    '6','1','423.65',    '6','1','423.65',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002170.0','1019391.0','47',    '43','38','550679.38',    '41','37','524911.22',    '27','10','25768.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090434.0','1044958.0','14',    '8','0','0.0',    '7','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024343.0','1019391.0','2',    '1','1','5530.45',    '1','1','5530.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112607.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024344.0','1019391.0','5',    '5','4','19499.68',    '5','4','18721.68',    '4','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112608.0','1044958.0','4',    '1','1','3264.1',    '1','1','3264.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024345.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112609.0','1044958.0','4',    '1','1','3024.31',    '1','1','3024.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024346.0','1019391.0','1',    '1','1','1794.24',    '1','1','1794.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112610.0','1044958.0','20',    '13','13','161024.85',    '13','13','161024.85',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002226.0','1019391.0','1',    '1','1','15388.45',    '1','1','14828.2',    '1','1','560.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090490.0','1044958.0','1',    '1','1','642.0',    '1','1','642.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024347.0','1019391.0','1',    '1','1','1854.0',    '1','1','1854.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112611.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002181.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090445.0','1044958.0','1',    '1','1','3609.86',    '1','1','3609.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024348.0','1019391.0','1',    '1','1','1613.91',    '1','1','1613.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112612.0','1044958.0','1',    '1','1','4685.34',    '1','1','4685.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024349.0','1019391.0','16',    '12','11','157217.86',    '12','11','146172.02',    '8','4','11045.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112613.0','1044958.0','1',    '1','1','28842.38',    '0','0','0.0',    '1','1','28842.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024350.0','1019391.0','99',    '95','61','264351.15',    '95','61','262948.89',    '52','2','1402.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112614.0','1044958.0','213',    '121','61','558867.71',    '115','61','538937.61',    '79','11','19930.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024351.0','1019391.0','3',    '3','2','8366.68',    '3','2','7518.34',    '2','1','848.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112615.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024352.0','1019391.0','2',    '2','1','3761.23',    '2','1','3761.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112616.0','1044958.0','169',    '147','110','408357.65',    '131','108','401028.05',    '118','36','7329.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2002170.0','1019391.0','813',    '731','55','146094.29',    '695','32','112778.87',    '411','34','33315.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2090434.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024353.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112617.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024354.0','1019391.0','3',    '3','2','2082.75',    '2','2','2082.75',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112618.0','1044958.0','1',    '1','1','10231.04',    '1','1','9419.06',    '1','1','811.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024355.0','1019391.0','4',    '3','3','13284.38',    '3','3','12063.75',    '2','2','1220.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112619.0','1044958.0','70',    '64','7','58094.8',    '63','6','48086.55',    '32','3','10008.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002059.0','1019391.0','3',    '3','3','37006.34',    '3','3','32804.84',    '2','1','4201.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090323.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024356.0','1019391.0','9',    '8','6','40137.94',    '8','6','40137.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112620.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024357.0','1019391.0','1',    '1','1','3025.81',    '1','1','3025.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112621.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024358.0','1019391.0','2',    '2','2','13906.96',    '2','2','13906.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112622.0','1044958.0','27',    '23','21','192473.38',    '23','21','177486.18',    '19','7','14987.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024359.0','1019391.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112623.0','1044958.0','88',    '71','52','163053.14',    '69','49','159486.27',    '56','15','3566.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024360.0','1019391.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112624.0','1044958.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024361.0','1019391.0','30',    '28','21','136661.63',    '28','21','133326.03',    '16','5','3335.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112625.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024362.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112626.0','1044958.0','1',    '1','1','1664.21',    '1','1','1664.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024363.0','1019391.0','49',    '40','18','250701.85',    '40','17','219874.17',    '24','8','30827.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112627.0','1044958.0','1',    '1','1','2578.6',    '1','1','2578.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024364.0','1019391.0','6',    '6','3','2982.81',    '6','3','2982.81',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112628.0','1044958.0','1',    '1','1','594.5',    '1','1','594.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024365.0','1019391.0','3',    '3','3','8435.09',    '3','3','8435.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112629.0','1044958.0','5',    '3','2','1300.51',    '3','2','1300.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024366.0','1019391.0','20',    '19','15','70368.02',    '19','15','69979.02',    '3','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112630.0','1044958.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024367.0','1019391.0','23',    '16','1','1324.36',    '14','1','1324.36',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112631.0','1044958.0','160',    '136','118','1685595.18',    '134','113','1468656.82',    '113','56','216938.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024368.0','1019391.0','1',    '1','1','2874.82',    '1','1','1138.0',    '1','1','1736.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112632.0','1044958.0','7',    '7','4','10839.16',    '7','4','9370.49',    '5','2','1468.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024369.0','1019391.0','24',    '24','21','201395.78',    '23','21','188080.23',    '18','5','13315.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112633.0','1044958.0','66',    '61','27','69922.53',    '60','25','66226.45',    '40','7','3696.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002021.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090285.0','1044958.0','8',    '6','5','13114.89',    '6','5','13114.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024370.0','1019391.0','2',    '2','1','8508.65',    '1','1','8508.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112634.0','1044958.0','8',    '4','2','14771.96',    '4','2','12031.15',    '3','1','2740.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024371.0','1019391.0','13',    '6','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112635.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002212.0','1019391.0','150',    '128','13','153996.32',    '126','10','93919.77',    '53','8','60076.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090476.0','1044958.0','5',    '5','5','44856.78',    '5','5','44856.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024372.0','1019391.0','34',    '33','23','383014.3',    '32','18','337588.18',    '28','12','45426.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112636.0','1044958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024373.0','1019391.0','37',    '33','20','123531.97',    '32','20','121105.93',    '17','4','2426.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112637.0','1044958.0','1',    '1','1','944.0',    '1','1','944.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024374.0','1019391.0','66',    '57','46','158142.69',    '55','44','153522.73',    '48','10','4619.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112638.0','1044958.0','4',    '4','4','12349.09',    '4','4','12349.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2002258.0','1019391.0','2',    '1','1','1789.18',    '1','1','1789.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2090522.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024375.0','1019391.0','26',    '12','10','110290.46',    '12','10','105015.78',    '8','3','5274.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112639.0','1044958.0','1',    '1','1','6456.81',    '1','1','6456.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024376.0','1019391.0','10',    '9','8','33224.02',    '9','8','32446.02',    '5','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112640.0','1044958.0','1',    '1','1','101.55',    '1','1','101.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024377.0','1019391.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112641.0','1044958.0','1',    '1','1','2195.98',    '1','1','868.0',    '1','1','1327.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024378.0','1019391.0','1',    '1','1','2724.13',    '1','1','2724.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112642.0','1044958.0','4',    '3','1','7517.37',    '2','1','7317.38',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024379.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112643.0','1044958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024380.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112644.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2002157.0','1019391.0','707',    '621','400','1238041.64',    '588','365','1155007.28',    '409','129','83034.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2090421.0','1044958.0','1',    '1','1','15641.42',    '1','1','15641.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024381.0','1019391.0','3',    '3','1','93.8',    '2','1','93.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112645.0','1044958.0','9',    '7','7','134862.6',    '7','7','124942.76',    '4','2','9919.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024382.0','1019391.0','1',    '1','1','16068.09',    '1','1','16068.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112646.0','1044958.0','36',    '10','1','1422.45',    '4','1','833.46',    '9','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024383.0','1019391.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112647.0','1044958.0','93',    '73','3','2868.1',    '65','1','2598.12',    '33','2','269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024384.0','1019391.0','5',    '3','2','2794.47',    '3','1','2594.48',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112648.0','1044958.0','4',    '2','2','2321.79',    '2','2','2321.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024385.0','1019391.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112649.0','1044958.0','17',    '13','5','10701.91',    '13','5','10501.92',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024386.0','1019391.0','8',    '8','4','13330.73',    '8','4','12838.23',    '6','2','492.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112650.0','1044958.0','1',    '1','1','4842.32',    '1','1','4842.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024387.0','1019391.0','1',    '1','1','30200.0',    '1','1','27507.76',    '1','1','2692.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112651.0','1044958.0','18',    '15','9','101833.4',    '15','8','101223.54',    '8','2','609.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002129.0','1019391.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090393.0','1044958.0','2',    '2','2','8887.45',    '2','1','7841.82',    '1','1','1045.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024388.0','1019391.0','57',    '53','39','467057.83',    '53','39','441035.84',    '33','13','26021.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112652.0','1044958.0','2',    '2','2','28063.95',    '2','2','28063.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024389.0','1019391.0','173',    '165','108','253573.11',    '161','103','244005.32',    '112','21','9567.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112653.0','1044958.0','19',    '14','2','2548.71',    '13','1','1397.46',    '6','1','1151.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024390.0','1019391.0','3',    '3','2','8766.23',    '2','1','8300.96',    '2','1','465.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112654.0','1044958.0','218',    '196','9','7645.7',    '185','2','5115.6',    '128','7','2530.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024391.0','1019391.0','18',    '18','14','106456.39',    '18','14','105381.83',    '9','2','1074.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112655.0','1044958.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024392.0','1019391.0','985',    '838','438','2014245.56',    '773','351','1070020.47',    '663','304','944225.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112656.0','1044958.0','11',    '8','6','31044.75',    '8','6','31044.75',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024393.0','1019391.0','5',    '5','5','2834.89',    '5','3','1365.91',    '5','3','1468.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112657.0','1044958.0','28',    '15','3','3800.17',    '13','3','3800.17',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024394.0','1019391.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112658.0','1044958.0','4',    '4','2','6541.88',    '4','2','6341.89',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2002061.0','1019391.0','7',    '6','3','5938.23',    '5','3','5938.23',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2090325.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024395.0','1019391.0','53',    '28','15','37068.42',    '28','14','36883.92',    '10','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112659.0','1044958.0','1',    '1','1','346.93',    '1','1','346.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024396.0','1019391.0','332',    '326','183','473848.9',    '322','180','455264.77',    '156','23','18584.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112660.0','1044958.0','6',    '5','1','1569.12',    '3','1','1569.12',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024397.0','1019391.0','62',    '15','1','562.0',    '14','1','562.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112661.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024398.0','1019391.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112662.0','1044958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024399.0','1019391.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112663.0','1044958.0','250',    '188','60','853869.33',    '174','49','789188.12',    '125','33','64681.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2002249.0','1019391.0','39',    '30','0','0.0',    '22','0','0.0',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2090513.0','1044958.0','5',    '3','1','199.99',    '3','0','0.0',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024400.0','1019432.0','13',    '10','7','23216.25',    '9','7','22641.27',    '7','3','574.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112664.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024401.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112665.0','1044999.0','413',    '365','141','628871.25',    '342','103','291631.78',    '245','114','337239.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024402.0','1019432.0','1',    '1','1','271.78',    '1','0','0.0',    '1','1','271.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112666.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024403.0','1019432.0','6',    '5','3','5311.85',    '5','3','5311.85',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112667.0','1044999.0','70',    '30','15','100750.16',    '28','14','96836.74',    '16','5','3913.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024404.0','1019432.0','1',    '1','1','675.27',    '1','1','675.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112668.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024405.0','1019432.0','4',    '4','2','4168.91',    '4','2','4168.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112669.0','1044999.0','7',    '3','1','562.0',    '3','1','562.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024406.0','1019432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112670.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024407.0','1019432.0','1',    '1','1','5787.24',    '1','1','5787.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112671.0','1044999.0','6',    '6','4','24958.24',    '6','4','24958.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024408.0','1019432.0','61',    '50','33','262987.47',    '48','32','248940.73',    '30','10','14046.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112672.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024409.0','1019432.0','22',    '20','13','65209.22',    '20','13','65209.22',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112673.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024410.0','1019432.0','18',    '17','13','44022.85',    '17','13','43903.09',    '11','2','119.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112674.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024411.0','1019432.0','11',    '8','2','5177.95',    '8','2','4653.25',    '6','1','524.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112675.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024412.0','1019432.0','94',    '77','8','3972.16',    '68','3','2938.47',    '45','5','1033.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112676.0','1044999.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024413.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112677.0','1044999.0','20',    '20','4','44426.13',    '19','3','24845.87',    '14','3','19580.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024414.0','1019432.0','2',    '2','1','1100.63',    '2','1','1100.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112678.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024415.0','1019432.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112679.0','1044999.0','114',    '102','68','204432.25',    '102','66','180002.49',    '66','15','24429.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024416.0','1019432.0','13',    '9','6','19351.96',    '9','6','19351.96',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112680.0','1044999.0','96',    '56','33','84019.11',    '53','32','80068.93',    '32','2','3950.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024417.0','1019432.0','148',    '140','107','215591.72',    '137','106','202056.71',    '123','13','13535.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112681.0','1044999.0','143',    '66','25','126129.88',    '63','25','117648.37',    '37','6','8481.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024418.0','1019432.0','10',    '9','6','3841.27',    '9','6','3841.27',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112682.0','1044999.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024419.0','1019432.0','18',    '4','3','7749.78',    '4','3','7122.81',    '4','1','626.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112683.0','1044999.0','5',    '3','1','788.08',    '3','1','788.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024420.0','1019432.0','91',    '86','59','288896.57',    '86','57','262920.18',    '53','19','25976.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112684.0','1044999.0','46',    '45','22','354831.43',    '44','22','291913.98',    '28','9','62917.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024421.0','1019432.0','1',    '1','1','4358.44',    '1','1','4305.45',    '1','1','52.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112685.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024422.0','1019432.0','1',    '1','1','617.71',    '1','1','617.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112686.0','1044999.0','145',    '133','98','893244.59',    '131','98','862286.09',    '71','18','30958.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024423.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112687.0','1044999.0','1',    '1','1','1064.03',    '1','1','1064.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024424.0','1019432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112688.0','1044999.0','3',    '3','2','1716.12',    '3','2','1716.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024425.0','1019432.0','3',    '2','2','13749.43',    '2','2','13331.46',    '1','1','417.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112689.0','1044999.0','6',    '5','5','25120.6',    '5','5','24405.18',    '3','2','715.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024426.0','1019432.0','22',    '15','12','48542.83',    '15','11','44136.43',    '10','4','4406.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112690.0','1044999.0','79',    '76','66','298597.97',    '76','66','289896.27',    '38','11','8701.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024427.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112691.0','1044999.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024428.0','1019432.0','132',    '69','40','107524.13',    '48','30','53317.75',    '56','22','54206.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112692.0','1044999.0','1',    '1','1','153.44',    '1','1','153.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024429.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112693.0','1044999.0','25',    '23','9','18819.04',    '22','9','18659.05',    '16','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024430.0','1019432.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112694.0','1044999.0','4',    '3','2','7526.96',    '3','2','7526.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024431.0','1019432.0','4',    '4','2','33607.37',    '4','2','33607.37',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112695.0','1044999.0','10',    '7','4','16875.81',    '5','4','16875.81',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024432.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112696.0','1044999.0','1',    '1','1','1358.0',    '1','1','1358.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024433.0','1019432.0','507',    '373','160','685174.21',    '340','112','365986.54',    '267','116','319187.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112697.0','1044999.0','7',    '7','6','17675.3',    '7','6','17675.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024434.0','1019432.0','125',    '115','74','164017.51',    '114','74','162272.45',    '88','4','1745.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112698.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024435.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112699.0','1044999.0','22',    '14','7','25653.14',    '14','7','25505.15',    '5','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024436.0','1019432.0','1',    '1','1','5671.24',    '1','1','5671.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112700.0','1044999.0','3',    '3','2','10944.54',    '3','2','10944.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024437.0','1019432.0','38',    '24','20','282206.87',    '24','20','280339.73',    '12','4','1867.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112701.0','1044999.0','7',    '7','6','14388.6',    '7','6','14388.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024438.0','1019432.0','46',    '27','10','97719.92',    '22','9','91312.11',    '17','4','6407.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112702.0','1044999.0','2',    '1','1','1941.5',    '1','1','1941.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024439.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112703.0','1044999.0','2',    '1','1','7670.86',    '1','1','7670.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024440.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112704.0','1044999.0','1',    '1','1','5457.07',    '1','1','5457.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024441.0','1019432.0','2',    '2','1','28926.92',    '2','1','28926.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112705.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024442.0','1019432.0','1',    '1','1','1536.75',    '1','1','1536.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112706.0','1044999.0','13',    '9','8','32220.93',    '8','8','29523.67',    '5','1','2697.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024443.0','1019432.0','8',    '3','3','39545.57',    '3','3','33983.0',    '2','1','5562.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112707.0','1044999.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024444.0','1019432.0','8',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112708.0','1044999.0','20',    '19','11','15960.91',    '19','10','15335.0',    '14','2','625.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024445.0','1019432.0','8',    '8','6','33035.56',    '6','6','29432.05',    '5','1','3603.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112709.0','1044999.0','16',    '14','13','66182.0',    '14','13','66182.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024446.0','1019432.0','93',    '33','0','0.0',    '29','0','0.0',    '27','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112710.0','1044999.0','7',    '3','2','3401.12',    '3','2','3401.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024447.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112711.0','1044999.0','6',    '3','1','1268.95',    '3','1','1256.05',    '2','1','12.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024448.0','1019432.0','127',    '94','74','414070.19',    '92','74','396683.75',    '50','9','17386.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112712.0','1044999.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024449.0','1019432.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112713.0','1044999.0','60',    '58','40','49268.13',    '58','39','47717.84',    '49','8','1550.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024450.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112714.0','1044999.0','1',    '1','1','8010.48',    '1','1','8010.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024451.0','1019432.0','7',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112715.0','1044999.0','2',    '1','1','52.92',    '1','1','52.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024452.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112716.0','1044999.0','3',    '3','1','361.3',    '3','1','361.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024453.0','1019432.0','27',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112717.0','1044999.0','2',    '1','1','2109.45',    '1','1','2109.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024454.0','1019432.0','1',    '1','1','12466.07',    '1','1','12466.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112718.0','1044999.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024455.0','1019432.0','1',    '1','1','6200.5',    '1','1','6000.51',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112719.0','1044999.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024456.0','1019432.0','1',    '1','1','12481.18',    '1','1','11313.71',    '1','1','1167.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112720.0','1044999.0','184',    '38','2','1252.0',    '34','2','1252.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024457.0','1019432.0','1',    '1','1','7667.89',    '1','1','7532.9',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112721.0','1044999.0','1',    '1','1','5460.97',    '1','1','906.0',    '1','1','4554.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024458.0','1019432.0','6',    '6','6','29654.56',    '6','6','24745.0',    '5','2','4909.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112722.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024459.0','1019432.0','142',    '122','78','452194.31',    '120','75','416686.37',    '72','24','35507.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112723.0','1044999.0','24',    '19','15','192557.26',    '19','15','184802.11',    '13','3','7755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024460.0','1019432.0','47',    '46','35','149049.34',    '46','34','145671.58',    '22','5','3377.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112724.0','1044999.0','11',    '10','6','14255.61',    '9','5','13497.61',    '6','2','758.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024461.0','1019432.0','12',    '6','0','0.0',    '1','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112725.0','1044999.0','88',    '82','42','111561.45',    '74','34','96153.32',    '51','12','15408.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024462.0','1019432.0','63',    '50','8','23968.92',    '46','6','12591.59',    '27','5','11377.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112726.0','1044999.0','358',    '300','237','5085869.88',    '299','236','4787571.78',    '205','111','298298.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024463.0','1019432.0','5',    '4','2','4234.94',    '4','2','4066.4',    '4','1','168.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112727.0','1044999.0','9',    '6','5','24659.05',    '6','5','23980.48',    '3','1','678.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024464.0','1019432.0','60',    '35','29','101447.05',    '34','28','96162.51',    '21','8','5284.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112728.0','1044999.0','31',    '27','6','5142.73',    '21','4','1250.61',    '18','4','3892.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024465.0','1019432.0','195',    '156','29','61684.38',    '128','17','37544.48',    '102','19','24139.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112729.0','1044999.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024466.0','1019432.0','1',    '1','1','1912.81',    '1','1','1912.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112730.0','1044999.0','1',    '1','1','501.17',    '1','1','501.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024467.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112731.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024468.0','1019432.0','2',    '2','1','694.7',    '2','1','694.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112732.0','1044999.0','1',    '1','1','2508.28',    '1','1','1574.0',    '1','1','934.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024469.0','1019432.0','1',    '1','1','448.97',    '1','0','0.0',    '1','1','448.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112733.0','1044999.0','1',    '1','1','4760.55',    '1','1','4175.55',    '1','1','585.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024470.0','1019432.0','8',    '7','6','22779.4',    '7','6','22779.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112734.0','1044999.0','12',    '11','7','14750.58',    '11','7','14478.18',    '8','1','272.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024471.0','1019432.0','23',    '18','9','11831.6',    '18','9','11656.61',    '15','1','174.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112735.0','1044999.0','16',    '16','14','125504.13',    '16','14','125504.13',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024472.0','1019432.0','17',    '16','11','56960.88',    '16','11','56960.88',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112736.0','1044999.0','1',    '1','1','3744.14',    '1','1','3744.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024473.0','1019432.0','3',    '3','1','4106.5',    '3','1','4106.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112737.0','1044999.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024474.0','1019432.0','1',    '1','1','334.29',    '1','1','334.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112738.0','1044999.0','20',    '19','4','4914.04',    '19','4','4914.04',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024475.0','1019432.0','5',    '5','5','12567.84',    '5','5','12567.84',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112739.0','1044999.0','18',    '16','10','9327.14',    '15','10','9127.15',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024477.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112741.0','1044999.0','6',    '4','2','1869.73',    '4','2','1669.74',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024478.0','1019432.0','2',    '2','2','5227.11',    '2','2','5227.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112742.0','1044999.0','186',    '147','110','739659.22',    '140','107','622966.6',    '92','30','116692.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024479.0','1019432.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112743.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024480.0','1019432.0','12',    '9','4','38407.96',    '8','4','36332.11',    '4','1','2075.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112744.0','1044999.0','4',    '2','1','1124.25',    '1','1','1124.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024481.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112745.0','1044999.0','43',    '17','7','18375.65',    '17','7','13871.72',    '8','2','4503.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024482.0','1019432.0','7',    '4','3','7505.48',    '4','3','7145.98',    '3','1','359.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112746.0','1044999.0','4',    '1','1','1218.0',    '1','1','1218.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024483.0','1019432.0','1',    '1','1','6187.38',    '1','1','6187.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112747.0','1044999.0','2',    '1','1','1273.65',    '1','1','1273.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024484.0','1019432.0','4',    '3','2','2420.99',    '3','2','2420.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112748.0','1044999.0','7',    '6','6','21902.06',    '6','6','21552.07',    '3','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024485.0','1019432.0','32',    '28','18','33516.65',    '27','18','31128.56',    '13','3','2388.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112749.0','1044999.0','8',    '8','7','10703.55',    '8','7','10703.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024486.0','1019432.0','2',    '2','1','9460.64',    '2','1','9460.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112750.0','1044999.0','51',    '44','35','135190.8',    '43','34','130842.9',    '31','4','4347.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024487.0','1019432.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112751.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024488.0','1019432.0','365',    '323','255','1361588.14',    '310','249','1337941.11',    '249','80','23647.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112752.0','1044999.0','1',    '1','1','4011.56',    '1','1','4011.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024489.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112753.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024490.0','1019432.0','9',    '7','2','4458.19',    '7','2','4458.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112754.0','1044999.0','11',    '11','7','20005.39',    '11','7','19110.43',    '4','1','894.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024491.0','1019432.0','1',    '1','1','9900.85',    '1','1','9900.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112755.0','1044999.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024492.0','1019432.0','598',    '391','264','2045215.22',    '379','262','1873970.72',    '251','71','171244.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112756.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024493.0','1019432.0','2',    '2','2','10188.58',    '2','2','9930.87',    '2','1','257.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112757.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024494.0','1019432.0','62',    '55','41','273623.7',    '53','41','254269.33',    '38','7','19354.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112758.0','1044999.0','4',    '2','1','1119.11',    '1','1','1119.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024495.0','1019432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112759.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024496.0','1019432.0','110',    '101','78','879429.92',    '98','76','723641.11',    '79','40','155788.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112760.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024497.0','1019432.0','11',    '11','4','14456.62',    '9','4','14396.74',    '6','1','59.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112761.0','1044999.0','100',    '93','28','416640.77',    '90','27','341958.07',    '57','13','74682.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024498.0','1019432.0','7',    '7','5','15223.89',    '7','5','15223.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112762.0','1044999.0','16',    '14','10','123276.61',    '14','10','86156.62',    '11','4','37119.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024499.0','1019432.0','31',    '28','16','279624.17',    '28','16','216088.26',    '16','8','63535.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112763.0','1044999.0','5',    '5','4','23638.02',    '5','4','21629.36',    '1','1','2008.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024500.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112764.0','1044999.0','1',    '1','1','3181.12',    '1','1','3181.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024501.0','1019432.0','6',    '6','5','17204.87',    '6','4','16815.87',    '3','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112765.0','1044999.0','52',    '52','35','74047.01',    '52','35','71795.84',    '39','5','2251.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024502.0','1019432.0','13',    '12','11','96453.65',    '12','11','95868.65',    '5','1','585.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112766.0','1044999.0','39',    '39','30','98217.88',    '38','29','90714.79',    '25','10','7503.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024503.0','1019432.0','262',    '220','48','148003.43',    '200','30','111637.78',    '125','29','36365.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112767.0','1044999.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024504.0','1019432.0','2',    '2','1','6701.3',    '2','1','6701.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112768.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024505.0','1019432.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112769.0','1044999.0','3',    '3','2','5082.06',    '2','2','5082.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024506.0','1019432.0','21',    '19','9','14827.0',    '19','9','14580.75',    '12','1','246.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112770.0','1044999.0','14',    '6','2','1012.0',    '5','2','1012.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024507.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112771.0','1044999.0','3',    '2','1','7978.81',    '2','1','7978.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024508.0','1019432.0','3',    '3','2','7914.35',    '3','2','7398.92',    '1','1','515.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112772.0','1044999.0','2',    '2','1','3946.32',    '2','1','3946.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024509.0','1019432.0','2',    '2','1','3157.09',    '2','1','3157.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112773.0','1044999.0','1',    '1','1','5340.98',    '1','1','5340.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024510.0','1019432.0','45',    '43','37','74257.18',    '42','36','73258.22',    '38','5','998.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112774.0','1044999.0','7',    '7','5','33187.81',    '7','5','33187.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024511.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112775.0','1044999.0','11',    '10','10','74069.63',    '10','10','74069.63',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024512.0','1019432.0','2',    '2','1','1892.0',    '2','1','1892.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112776.0','1044999.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024513.0','1019432.0','6',    '6','6','13106.88',    '6','6','13106.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112777.0','1044999.0','15',    '10','4','43843.42',    '10','4','36338.33',    '7','2','7505.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024514.0','1019432.0','38',    '35','25','48834.85',    '34','24','46966.79',    '31','6','1868.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112778.0','1044999.0','17',    '16','4','68541.44',    '16','3','61554.0',    '6','2','6987.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024515.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112779.0','1044999.0','3',    '3','1','884.61',    '3','1','884.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024516.0','1019432.0','2',    '2','1','2040.17',    '2','1','2040.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112780.0','1044999.0','60',    '50','36','71287.05',    '50','34','67601.67',    '40','7','3685.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024517.0','1019432.0','2',    '2','1','455.48',    '2','1','455.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112781.0','1044999.0','1',    '1','1','847.04',    '1','1','847.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024518.0','1019432.0','12',    '9','6','18769.09',    '9','6','18098.34',    '3','1','670.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112782.0','1044999.0','29',    '11','5','16584.57',    '10','5','16584.57',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024519.0','1019432.0','7',    '5','5','19960.68',    '5','5','19960.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112783.0','1044999.0','11',    '7','5','12646.32',    '7','5','12169.9',    '2','1','476.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024520.0','1019432.0','5',    '4','2','2341.64',    '4','2','2341.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112784.0','1044999.0','7',    '6','4','42702.83',    '6','4','42702.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024521.0','1019432.0','5',    '4','2','5548.29',    '4','2','5348.3',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112785.0','1044999.0','2',    '2','1','593.05',    '2','1','593.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024522.0','1019432.0','6',    '6','5','44599.39',    '6','5','44599.39',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112786.0','1044999.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024523.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112787.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024524.0','1019432.0','6',    '6','4','5821.36',    '6','4','5575.11',    '4','1','246.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112788.0','1044999.0','14',    '13','11','23012.54',    '13','10','22012.59',    '11','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024525.0','1019432.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112789.0','1044999.0','1',    '1','1','421.87',    '1','1','421.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024526.0','1019432.0','61',    '58','54','121437.01',    '58','54','120507.26',    '48','1','929.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112790.0','1044999.0','36',    '26','16','110671.91',    '25','16','107029.44',    '22','1','3642.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024527.0','1019432.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112791.0','1044999.0','2',    '2','1','3062.88',    '2','1','3062.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024528.0','1019432.0','166',    '136','97','354315.12',    '134','94','348542.2',    '101','17','5772.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112792.0','1044999.0','47',    '43','36','258370.5',    '43','36','258370.5',    '28','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024529.0','1019432.0','1',    '1','1','6967.74',    '1','1','6967.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112793.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024530.0','1019432.0','15',    '9','7','23435.33',    '9','7','23435.33',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112794.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024531.0','1019432.0','1',    '1','1','3356.43',    '1','1','3356.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112795.0','1044999.0','1',    '1','1','134.99',    '1','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024532.0','1019432.0','1',    '1','1','840.16',    '1','1','840.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112796.0','1044999.0','1',    '1','1','482.18',    '1','1','482.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024533.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112797.0','1044999.0','27',    '25','12','23583.59',    '25','12','23583.59',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024534.0','1019432.0','5',    '3','1','2485.35',    '2','1','2264.95',    '2','1','220.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112798.0','1044999.0','5',    '5','3','14149.1',    '5','3','14149.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024535.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112799.0','1044999.0','6',    '6','5','3328.72',    '6','5','2965.34',    '6','2','363.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024536.0','1019432.0','11',    '9','8','28904.47',    '9','6','23560.25',    '7','4','5344.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112800.0','1044999.0','4',    '4','2','5616.66',    '4','2','5616.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024537.0','1019432.0','126',    '121','85','532259.84',    '118','82','451159.91',    '79','25','81099.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112801.0','1044999.0','5',    '5','4','11756.54',    '5','4','11270.29',    '3','1','486.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024538.0','1019432.0','15',    '11','5','3992.57',    '10','5','3992.57',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112802.0','1044999.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024539.0','1019432.0','1',    '1','1','660.35',    '1','1','660.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112803.0','1044999.0','3',    '3','3','7737.86',    '3','3','7737.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024540.0','1019432.0','16',    '15','12','23723.56',    '15','11','23336.53',    '12','2','387.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112804.0','1044999.0','62',    '59','26','73665.49',    '59','26','70339.71',    '35','1','3325.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024541.0','1019432.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112805.0','1044999.0','1',    '1','1','14223.2',    '1','1','12313.28',    '1','1','1909.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024542.0','1019432.0','63',    '58','41','109640.32',    '57','41','104936.78',    '40','2','4703.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112806.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024543.0','1019432.0','57',    '41','20','81582.6',    '37','19','80956.96',    '19','2','625.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112807.0','1044999.0','1',    '1','1','1463.6',    '1','1','1463.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024544.0','1019432.0','3',    '2','2','29183.4',    '2','2','29183.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112808.0','1044999.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024545.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112809.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024546.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112810.0','1044999.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024547.0','1019432.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112811.0','1044999.0','26',    '25','21','81028.85',    '25','21','77226.16',    '20','6','3802.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024548.0','1019432.0','8',    '5','5','25241.52',    '5','5','25241.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112812.0','1044999.0','1',    '1','1','1027.53',    '1','1','1027.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024549.0','1019432.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112813.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024550.0','1019432.0','2',    '2','1','5258.62',    '1','1','5258.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112814.0','1044999.0','1',    '1','1','965.64',    '1','1','965.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024551.0','1019432.0','11',    '11','9','16708.58',    '11','9','16508.59',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112815.0','1044999.0','11',    '11','5','14924.48',    '11','5','14924.48',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024552.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112816.0','1044999.0','28',    '25','20','133849.57',    '25','20','133649.58',    '14','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024553.0','1019432.0','102',    '89','72','383298.35',    '87','71','368559.45',    '55','15','14738.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112817.0','1044999.0','22',    '15','2','1359.0',    '13','0','0.0',    '9','2','1359.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024554.0','1019432.0','91',    '83','33','50760.36',    '81','33','46659.52',    '45','3','4100.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112818.0','1044999.0','7',    '7','5','13267.34',    '7','5','13267.34',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024555.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112819.0','1044999.0','4',    '3','1','1779.86',    '3','1','1544.29',    '3','1','235.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024556.0','1019432.0','5',    '5','3','16431.39',    '5','3','16431.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112820.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024557.0','1019432.0','5',    '4','2','13624.28',    '4','2','13624.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112821.0','1044999.0','8',    '4','2','6643.77',    '4','2','6643.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024558.0','1019432.0','44',    '34','29','322577.01',    '33','29','298088.23',    '19','8','24488.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112822.0','1044999.0','9',    '9','6','7917.4',    '9','6','7917.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024559.0','1019432.0','4',    '4','3','4495.33',    '4','2','4106.33',    '2','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112823.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024560.0','1019432.0','7',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112824.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024561.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112825.0','1044999.0','7',    '7','4','3759.47',    '6','4','3759.47',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024562.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112826.0','1044999.0','2',    '2','2','8572.6',    '2','2','8572.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024563.0','1019432.0','1',    '1','1','4429.56',    '1','1','4429.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112827.0','1044999.0','23',    '20','12','50435.71',    '17','11','49789.71',    '9','1','646.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024564.0','1019432.0','1',    '1','1','7674.99',    '1','1','7607.49',    '1','1','67.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112828.0','1044999.0','96',    '86','50','112960.28',    '85','47','109852.42',    '63','7','3107.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024565.0','1019432.0','2',    '2','2','58300.22',    '2','2','53944.92',    '2','1','4355.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112829.0','1044999.0','1',    '1','1','25985.88',    '1','1','25985.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024566.0','1019432.0','2',    '2','2','1890.33',    '2','2','1890.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112830.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024567.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112831.0','1044999.0','7',    '5','3','12504.93',    '4','3','12356.94',    '2','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024568.0','1019432.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112832.0','1044999.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024569.0','1019432.0','19',    '12','5','3559.96',    '11','5','3330.91',    '9','1','229.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112833.0','1044999.0','3',    '2','1','9233.1',    '2','1','8785.62',    '2','1','447.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024570.0','1019432.0','1',    '1','1','1234.9',    '1','1','1234.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112834.0','1044999.0','26',    '24','15','17339.39',    '24','15','16574.49',    '16','3','764.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024571.0','1019432.0','5',    '5','5','15035.18',    '5','5','12627.46',    '4','2','2407.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112835.0','1044999.0','1',    '1','1','1750.85',    '1','1','1750.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024572.0','1019432.0','397',    '355','50','187222.79',    '334','34','129051.2',    '205','27','58171.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112836.0','1044999.0','2',    '2','1','5274.38',    '2','1','5274.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024573.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112837.0','1044999.0','1',    '1','1','1496.64',    '1','1','1296.65',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024574.0','1019432.0','10',    '10','8','8796.81',    '10','8','8796.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112838.0','1044999.0','2',    '2','1','624.95',    '2','1','624.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024575.0','1019432.0','2',    '2','2','1940.45',    '2','2','1940.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112839.0','1044999.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024576.0','1019432.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112840.0','1044999.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024577.0','1019432.0','3',    '2','1','1143.04',    '2','1','1143.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112841.0','1044999.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024578.0','1019432.0','1',    '1','1','1192.0',    '1','1','1192.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112842.0','1044999.0','22',    '15','7','21173.26',    '14','7','21173.26',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024579.0','1019432.0','7',    '6','3','1073.85',    '6','2','873.86',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112843.0','1044999.0','6',    '5','4','1776.44',    '5','4','1776.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024580.0','1019432.0','29',    '24','16','72206.72',    '23','14','55578.17',    '19','11','16628.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112844.0','1044999.0','17',    '14','9','35323.64',    '14','9','35323.64',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024581.0','1019432.0','11',    '10','6','7867.56',    '9','6','7867.56',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112845.0','1044999.0','5',    '4','3','8159.58',    '4','3','8159.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024582.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112846.0','1044999.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001588.0',    '2024583.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005981.0',    '2112847.0','1044999.0','1',    '1','1','1239.0',    '1','1','1239.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024584.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112848.0','1044999.0','26',    '21','10','13234.98',    '21','10','12663.85',    '13','2','571.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024585.0','1019432.0','9',    '9','7','65216.14',    '9','7','64243.01',    '4','2','973.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112849.0','1044999.0','294',    '269','194','587084.16',    '262','192','556253.11',    '189','21','30831.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024586.0','1019432.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112850.0','1044999.0','15',    '15','12','30083.69',    '13','12','29883.7',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024587.0','1019432.0','12',    '11','1','134.99',    '11','0','0.0',    '8','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112851.0','1044999.0','2',    '2','2','14113.33',    '2','2','14113.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024588.0','1019432.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112852.0','1044999.0','20',    '19','13','53186.45',    '19','13','49271.33',    '11','2','3915.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024589.0','1019432.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112853.0','1044999.0','77',    '75','39','65229.25',    '74','39','61597.48',    '40','7','3631.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024590.0','1019444.0','5',    '4','4','19680.7',    '4','4','16631.46',    '3','1','3049.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112854.0','1045011.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024591.0','1019444.0','34',    '29','14','34363.34',    '28','14','34363.34',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112855.0','1045011.0','1',    '1','1','580.5',    '1','1','580.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024592.0','1019444.0','168',    '142','115','381228.86',    '140','114','363104.48',    '85','14','18124.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112856.0','1045011.0','2',    '2','2','2700.48',    '2','2','2700.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024593.0','1019444.0','6',    '6','4','15658.25',    '5','4','15658.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112857.0','1045011.0','3',    '3','1','433.28',    '3','1','433.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024594.0','1019444.0','34',    '34','23','56841.62',    '34','23','56641.63',    '20','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112858.0','1045011.0','4',    '3','2','2853.61',    '3','2','2853.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024595.0','1019444.0','1',    '1','1','2786.56',    '1','1','2786.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112859.0','1045011.0','8',    '8','3','6221.26',    '8','3','4646.0',    '3','1','1575.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024596.0','1019444.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112860.0','1045011.0','3',    '3','1','199.99',    '3','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024597.0','1019444.0','3',    '3','3','7238.56',    '3','3','7238.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112861.0','1045011.0','3',    '2','2','14863.58',    '2','2','14371.08',    '1','1','492.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024598.0','1019444.0','6',    '6','2','3156.27',    '4','2','3156.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112862.0','1045011.0','9',    '9','4','10831.55',    '9','4','10647.05',    '4','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024599.0','1019444.0','1',    '1','1','768.88',    '1','1','768.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112863.0','1045011.0','13',    '8','5','26497.55',    '8','5','26497.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024600.0','1019444.0','152',    '146','107','269812.02',    '144','106','258670.57',    '104','14','11141.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112864.0','1045011.0','6',    '5','3','6092.69',    '5','3','5892.7',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024601.0','1019444.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112865.0','1045011.0','3',    '3','2','4068.65',    '3','2','4068.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024602.0','1019444.0','2',    '2','2','10182.98',    '2','2','10182.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112866.0','1045011.0','6',    '6','4','4061.97',    '6','4','4061.97',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024603.0','1019444.0','21',    '19','12','37327.57',    '19','12','36355.07',    '11','1','972.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112867.0','1045011.0','2',    '2','2','11561.44',    '2','2','11561.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024604.0','1019444.0','1',    '1','1','3993.68',    '1','1','3993.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112868.0','1045011.0','1',    '1','1','1668.64',    '1','1','1668.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024605.0','1019444.0','13',    '11','6','34953.6',    '10','6','34953.6',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112869.0','1045011.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024606.0','1019444.0','1',    '1','1','701.13',    '1','1','701.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112870.0','1045011.0','13',    '9','5','9582.47',    '8','5','9582.47',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024607.0','1019444.0','15',    '13','6','12821.85',    '13','6','12578.73',    '9','1','243.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112871.0','1045011.0','4',    '3','2','3252.78',    '3','2','3252.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024608.0','1019444.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112872.0','1045011.0','6',    '5','4','7747.68',    '5','4','7747.68',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024609.0','1019444.0','6',    '4','2','7944.18',    '4','2','7944.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112873.0','1045011.0','14',    '9','6','16351.53',    '9','6','16351.53',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024610.0','1019444.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112874.0','1045011.0','1',    '1','1','806.38',    '1','1','806.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024611.0','1019444.0','2',    '2','1','794.03',    '2','1','794.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112875.0','1045011.0','16',    '14','13','18225.18',    '13','13','18025.19',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024612.0','1019444.0','9',    '8','4','5164.56',    '8','4','5164.56',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112876.0','1045011.0','9',    '7','6','66897.34',    '7','6','61757.96',    '2','2','5139.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024613.0','1019444.0','1',    '1','1','695.8',    '1','1','695.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112877.0','1045011.0','1',    '1','1','528.51',    '1','1','528.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024614.0','1019444.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112878.0','1045011.0','40',    '40','20','38429.45',    '40','20','34869.27',    '15','6','3560.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024615.0','1019444.0','1',    '1','1','125.34',    '1','1','125.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2112879.0','1045011.0','6',    '3','2','8635.21',    '3','2','8635.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024616.0','1019444.0','6',    '6','5','9312.64',    '6','5','9312.64',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112880.0','1045011.0','35',    '33','25','70145.15',    '32','24','64288.39',    '21','4','5856.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024617.0','1019444.0','1',    '1','1','1515.89',    '1','1','1315.9',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112881.0','1045011.0','19',    '17','10','61896.74',    '17','10','48286.9',    '11','2','13609.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024618.0','1019444.0','2',    '2','1','693.65',    '2','1','693.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112882.0','1045011.0','1',    '1','1','484.46',    '1','1','484.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024619.0','1019444.0','2',    '1','1','785.12',    '1','1','785.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112883.0','1045011.0','1',    '1','1','3521.98',    '1','1','1606.0',    '1','1','1915.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024620.0','1019444.0','4',    '1','1','818.0',    '1','1','818.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112884.0','1045011.0','1',    '1','1','2020.89',    '1','1','2020.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024621.0','1019444.0','7',    '2','1','319.55',    '2','1','319.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112885.0','1045011.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024622.0','1019444.0','75',    '55','34','139542.92',    '50','32','135554.24',    '36','7','3988.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112886.0','1045011.0','2',    '2','2','20696.48',    '2','2','20696.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024623.0','1019452.0','1',    '1','1','988.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112887.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024624.0','1019452.0','19',    '15','15','67464.11',    '15','15','67064.13',    '8','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112888.0','1045019.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024625.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112889.0','1045019.0','25',    '21','15','30218.55',    '20','15','30018.56',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024626.0','1019452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112890.0','1045019.0','3',    '3','2','8049.39',    '3','2','8049.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024627.0','1019452.0','116',    '106','48','350310.35',    '98','39','255045.39',    '75','31','95264.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112891.0','1045019.0','2',    '2','2','7190.25',    '2','2','7190.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024628.0','1019452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112892.0','1045019.0','19',    '19','13','123349.71',    '17','13','118398.45',    '15','3','4951.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024629.0','1019452.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112893.0','1045019.0','252',    '170','123','636955.57',    '166','121','627256.76',    '87','13','9698.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024630.0','1019452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112894.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024631.0','1019452.0','2',    '2','1','836.38',    '2','1','836.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112895.0','1045019.0','85',    '53','29','224466.61',    '49','27','214070.72',    '26','4','10395.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024632.0','1019452.0','86',    '76','73','1095009.72',    '76','71','1035147.04',    '52','21','59862.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112896.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024633.0','1019452.0','121',    '105','92','884413.1',    '101','91','873689.75',    '61','15','10723.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112897.0','1045019.0','12',    '9','9','116617.09',    '9','9','108196.23',    '7','3','8420.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001710.0',    '2024634.0','1019452.0','22',    '14','6','34042.91',    '14','5','33842.92',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005993.0',    '2112898.0','1045019.0','9',    '6','6','10708.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024635.0','1019452.0','71',    '62','34','46534.83',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112899.0','1045019.0','1',    '1','1','1358.0',    '1','1','1358.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024636.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112900.0','1045019.0','2',    '2','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024637.0','1019452.0','6',    '5','1','1260.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112901.0','1045019.0','7',    '7','4','33450.48',    '7','4','25811.8',    '4','1','7638.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024638.0','1019452.0','122',    '102','63','127172.94',    '101','62','123645.34',    '32','10','3527.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112902.0','1045019.0','9',    '8','6','5129.13',    '8','6','5129.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024639.0','1019452.0','34',    '34','24','62506.15',    '34','24','60559.65',    '21','7','1946.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112903.0','1045019.0','8',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024640.0','1019452.0','13',    '8','1','7331.34',    '4','1','6184.58',    '7','1','1146.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112904.0','1045019.0','1',    '1','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024641.0','1019452.0','1',    '1','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112905.0','1045019.0','1',    '1','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024642.0','1019452.0','4',    '4','1','1072.0',    '4','1','1072.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112906.0','1045019.0','1',    '1','1','4501.36',    '1','1','4501.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024643.0','1019452.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112907.0','1045019.0','2',    '2','2','2634.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024644.0','1019452.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112908.0','1045019.0','1',    '1','1','905.05',    '1','1','905.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024645.0','1019452.0','1',    '1','1','9329.21',    '1','1','9329.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112909.0','1045019.0','10',    '9','9','15544.45',    '9','9','15544.45',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024646.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112910.0','1045019.0','49',    '35','22','60106.99',    '35','19','51003.02',    '20','5','9103.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024647.0','1019452.0','4',    '4','2','6002.54',    '4','2','6002.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112911.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024648.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112912.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024649.0','1019452.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112913.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024650.0','1019452.0','11',    '9','6','5718.5',    '8','6','5718.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112914.0','1045019.0','1',    '1','1','6393.48',    '1','1','6393.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024651.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112915.0','1045019.0','13',    '11','7','17045.52',    '9','7','12834.74',    '5','1','4210.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024652.0','1019452.0','4',    '2','1','1670.11',    '2','1','1670.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112916.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024653.0','1019452.0','11',    '10','4','19303.47',    '9','4','19058.0',    '5','1','245.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112917.0','1045019.0','1',    '1','1','2193.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2023841.0','1019452.0','13',    '12','8','10602.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112105.0','1045019.0','15',    '10','3','3629.78',    '10','3','2464.39',    '5','1','1165.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024654.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112918.0','1045019.0','4',    '4','3','3156.99',    '4','3','2957.0',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024655.0','1019452.0','14',    '10','7','17566.29',    '9','7','17566.29',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112919.0','1045019.0','1',    '1','1','54.6',    '1','1','54.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024575.0','1019452.0','5',    '5','2','2302.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112839.0','1045019.0','4',    '4','1','1087.84',    '4','1','1087.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024656.0','1019452.0','5',    '5','3','4033.1',    '5','3','4033.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112920.0','1045019.0','1',    '1','1','371.5',    '1','1','371.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024657.0','1019452.0','45',    '37','23','102955.9',    '31','23','102156.43',    '24','3','799.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112921.0','1045019.0','635',    '590','416','1547494.25',    '570','400','1460848.69',    '438','86','86645.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024658.0','1019452.0','1',    '1','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112922.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2000363.0','1019452.0','14',    '9','7','16257.94',    '9','6','13843.63',    '7','5','2414.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2088627.0','1045019.0','98',    '86','42','56937.19',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024659.0','1019452.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112923.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024660.0','1019452.0','16',    '13','8','10186.39',    '13','8','10186.39',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112924.0','1045019.0','3',    '3','1','92.62',    '1','1','92.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024661.0','1019452.0','36',    '35','23','99173.36',    '35','23','97442.85',    '19','2','1730.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112925.0','1045019.0','4',    '4','4','81756.35',    '4','4','80953.55',    '3','1','802.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024662.0','1019452.0','2',    '1','1','737.92',    '1','1','737.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112926.0','1045019.0','28',    '11','7','67214.47',    '11','7','67214.47',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024663.0','1019452.0','266',    '219','137','833724.79',    '208','119','722284.33',    '141','54','111440.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112927.0','1045019.0','1',    '1','1','3010.99',    '1','1','3010.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024664.0','1019452.0','437',    '376','269','1731489.66',    '360','250','1433437.42',    '278','103','298052.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112928.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024665.0','1019452.0','147',    '124','114','872147.92',    '123','114','853854.57',    '66','18','18293.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112929.0','1045019.0','5',    '5','2','2100.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024666.0','1019452.0','11',    '9','2','4719.9',    '9','2','4500.75',    '5','1','219.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112930.0','1045019.0','11',    '9','5','27776.81',    '9','5','27776.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2000239.0','1019452.0','35',    '28','18','66590.15',    '25','18','63599.16',    '11','2','2990.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2088503.0','1045019.0','16',    '11','7','33347.43',    '11','7','33147.44',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024667.0','1019452.0','24',    '21','12','15006.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112931.0','1045019.0','1',    '1','1','484.73',    '1','1','484.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024668.0','1019452.0','15',    '13','13','144813.32',    '13','13','142625.38',    '12','5','2187.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112932.0','1045019.0','13',    '12','5','10423.65',    '12','5','9640.66',    '7','1','782.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024669.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112933.0','1045019.0','32',    '28','24','197114.78',    '26','24','189858.92',    '19','5','7255.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024670.0','1019452.0','1',    '1','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112934.0','1045019.0','103',    '101','49','588894.27',    '97','42','530401.39',    '71','20','58492.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024671.0','1019452.0','821',    '751','241','855560.52',    '710','139','368377.93',    '437','180','487182.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112935.0','1045019.0','5',    '5','4','25139.47',    '5','4','25139.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024672.0','1019452.0','2',    '2','2','3458.28',    '2','2','3258.29',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112936.0','1045019.0','61',    '57','42','376987.74',    '56','41','304644.43',    '42','17','72343.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024673.0','1019452.0','10',    '8','7','93029.01',    '8','6','82944.67',    '7','4','10084.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112937.0','1045019.0','4',    '2','1','233.63',    '2','1','233.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024674.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112938.0','1045019.0','38',    '36','25','96999.02',    '34','24','91569.39',    '22','3','5429.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024675.0','1019452.0','51',    '38','27','89047.72',    '37','26','88647.74',    '19','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112939.0','1045019.0','19',    '17','10','15277.1',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2023828.0','1019452.0','1',    '1','1','22576.76',    '1','1','20860.3',    '1','1','1716.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112092.0','1045019.0','2',    '2','2','2410.65',    '2','2','2410.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024676.0','1019452.0','12',    '9','5','9472.19',    '8','5','9472.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112940.0','1045019.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2023751.0','1019452.0','3',    '3','3','4140.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112015.0','1045019.0','129',    '120','65','655029.63',    '117','60','496047.2',    '89','37','158982.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024677.0','1019452.0','2',    '2','1','1597.27',    '2','1','1216.0',    '2','1','381.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112941.0','1045019.0','24',    '20','14','21937.95',    '19','14','21937.95',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024678.0','1019452.0','8',    '7','5','14359.79',    '7','4','11380.12',    '5','2','2979.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112942.0','1045019.0','14',    '11','4','14229.45',    '11','4','13820.45',    '4','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024679.0','1019452.0','1',    '1','1','3171.21',    '1','1','3171.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112943.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024680.0','1019452.0','14',    '9','7','19479.3',    '7','6','19279.31',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112944.0','1045019.0','7',    '6','5','9495.13',    '6','4','8458.25',    '3','2','1036.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024681.0','1019452.0','5',    '5','4','13560.0',    '5','4','13191.0',    '3','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112945.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024682.0','1019452.0','2',    '2','2','1941.99',    '2','1','1418.0',    '2','2','523.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112946.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024683.0','1019452.0','1',    '1','1','1762.0',    '1','1','1762.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112947.0','1045019.0','34',    '23','9','30094.56',    '20','9','30094.56',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024684.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112948.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024685.0','1019452.0','24',    '19','5','17429.77',    '18','5','12847.86',    '17','1','4581.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112949.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024686.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112950.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024687.0','1019452.0','10',    '2','1','29600.0',    '2','1','25563.79',    '1','1','4036.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112951.0','1045019.0','1',    '1','1','18471.83',    '1','1','18471.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024688.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112952.0','1045019.0','5',    '4','1','199.99',    '3','0','0.0',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024689.0','1019452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112953.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024690.0','1019452.0','6',    '4','3','37585.12',    '4','3','33488.49',    '3','1','4096.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112954.0','1045019.0','91',    '68','63','1177306.38',    '65','62','1132325.39',    '45','16','44980.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024691.0','1019452.0','1',    '1','1','2155.8',    '1','1','2155.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112955.0','1045019.0','99',    '94','42','98498.24',    '82','16','76605.67',    '75','33','21892.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024692.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112956.0','1045019.0','3',    '3','3','13636.24',    '3','3','13636.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024693.0','1019452.0','4',    '4','2','4414.78',    '4','0','0.0',    '4','2','4414.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112957.0','1045019.0','1',    '1','1','1072.7',    '1','1','1072.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024694.0','1019452.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112958.0','1045019.0','2',    '2','2','5667.17',    '2','2','5667.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024695.0','1019452.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112959.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024696.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112960.0','1045019.0','15',    '15','8','11244.64',    '13','6','9838.18',    '14','3','1406.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024697.0','1019452.0','1',    '1','1','2402.0',    '1','1','2402.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112961.0','1045019.0','9',    '8','7','19830.87',    '8','6','19148.28',    '7','2','682.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024698.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112962.0','1045019.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2000352.0','1019452.0','1',    '1','1','1740.0',    '1','1','1740.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2088616.0','1045019.0','128',    '75','60','669161.82',    '75','60','654259.15',    '40','11','14902.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024699.0','1019452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112963.0','1045019.0','7',    '6','3','4429.64',    '5','3','4186.0',    '5','1','243.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024700.0','1019452.0','12',    '11','6','2856.29',    '9','1','137.01',    '9','6','2719.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112964.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024701.0','1019452.0','1',    '1','1','805.89',    '0','0','0.0',    '1','1','805.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112965.0','1045019.0','4',    '4','3','3566.75',    '4','1','462.44',    '3','3','3104.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024702.0','1019452.0','3',    '3','1','564.98',    '2','0','0.0',    '3','1','564.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112966.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2023754.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112018.0','1045019.0','3',    '2','2','3329.35',    '2','2','3329.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024703.0','1019452.0','50',    '47','17','33678.15',    '44','10','27704.0',    '35','10','5974.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112967.0','1045019.0','20',    '15','9','17574.58',    '14','9','17185.58',    '6','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024704.0','1019452.0','1',    '1','1','228.07',    '1','1','228.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112968.0','1045019.0','14',    '13','11','42485.03',    '12','10','36824.48',    '9','4','5660.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024705.0','1019452.0','1547',    '1504','657','846077.56',    '1386','191','286538.76',    '1206','595','559538.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112969.0','1045019.0','64',    '56','36','165303.92',    '55','36','159604.31',    '28','7','5699.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024706.0','1019452.0','3',    '3','3','4946.58',    '3','3','4746.59',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112970.0','1045019.0','2',    '2','2','5478.67',    '2','2','4876.16',    '2','1','602.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001710.0',    '2024707.0','1019452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005993.0',    '2112971.0','1045019.0','3',    '3','3','16911.56',    '3','3','16911.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024708.0','1019452.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112972.0','1045019.0','1',    '1','1','30200.0',    '1','1','30200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024709.0','1019452.0','4',    '4','4','7244.0',    '4','4','7017.82',    '2','1','226.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112973.0','1045019.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024710.0','1019452.0','90',    '53','38','335629.66',    '46','38','333658.17',    '25','4','1971.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112974.0','1045019.0','8',    '5','4','35851.4',    '5','4','35851.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024711.0','1019452.0','35',    '34','24','52442.86',    '30','22','47512.29',    '33','14','4930.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112975.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024712.0','1019452.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112976.0','1045019.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024713.0','1019452.0','99',    '69','54','431933.9',    '68','54','417732.61',    '37','10','14201.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112977.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024714.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112978.0','1045019.0','16',    '13','11','25236.27',    '13','11','25236.27',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024715.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112979.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024716.0','1019452.0','21',    '5','3','24003.3',    '5','3','24003.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112980.0','1045019.0','6',    '5','3','5998.87',    '5','3','5998.87',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024717.0','1019452.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112981.0','1045019.0','3',    '3','2','4513.8',    '3','1','3893.42',    '2','2','620.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024718.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112982.0','1045019.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2023872.0','1019452.0','2',    '2','2','21496.93',    '2','2','20339.71',    '2','1','1157.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112136.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024719.0','1019452.0','6',    '5','4','22010.24',    '5','4','22010.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112983.0','1045019.0','16',    '13','10','84172.48',    '12','10','83772.5',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024720.0','1019452.0','2',    '1','1','302.67',    '1','1','302.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112984.0','1045019.0','96',    '34','26','516196.1',    '33','25','510827.59',    '16','3','5368.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024721.0','1019452.0','93',    '73','34','177313.2',    '61','31','175415.73',    '60','9','1897.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112985.0','1045019.0','15',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024722.0','1019452.0','2',    '2','2','20537.58',    '2','2','20537.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112986.0','1045019.0','7',    '7','7','59466.94',    '7','7','59466.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024723.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112987.0','1045019.0','2',    '2','1','1721.91',    '2','1','1721.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024724.0','1019452.0','10',    '7','3','9344.42',    '7','2','7022.52',    '6','2','2321.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112988.0','1045019.0','6',    '3','1','3944.7',    '2','0','0.0',    '2','1','3944.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024725.0','1019452.0','1',    '1','1','1322.18',    '1','1','654.55',    '1','1','667.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2112989.0','1045019.0','2',    '2','1','412.0',    '1','0','0.0',    '2','1','412.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024726.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112990.0','1045019.0','1',    '1','1','4073.5',    '1','1','2091.42',    '1','1','1982.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024727.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112991.0','1045019.0','6',    '6','2','889.49',    '6','0','0.0',    '4','2','889.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024728.0','1019452.0','5',    '4','1','1202.13',    '3','0','0.0',    '2','1','1202.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112992.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024729.0','1019452.0','6',    '4','3','14049.13',    '3','3','14049.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112993.0','1045019.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024730.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112994.0','1045019.0','4',    '3','1','1018.5',    '3','1','906.0',    '3','1','112.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024731.0','1019452.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112995.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024732.0','1019452.0','1',    '1','1','3239.03',    '1','1','1922.88',    '1','1','1316.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112996.0','1045019.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024733.0','1019452.0','1',    '1','1','112.5',    '0','0','0.0',    '1','1','112.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112997.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024734.0','1019452.0','1',    '1','1','4052.93',    '1','0','0.0',    '1','1','4052.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112998.0','1045019.0','10',    '10','4','4518.24',    '10','0','0.0',    '9','4','4518.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024735.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112999.0','1045019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024736.0','1019452.0','31',    '11','8','87858.94',    '11','8','87858.94',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113000.0','1045019.0','2',    '1','1','2654.7',    '1','1','2654.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024737.0','1019452.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113001.0','1045019.0','1',    '1','1','207.5',    '1','0','0.0',    '1','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024738.0','1019452.0','484',    '459','196','309386.28',    '414','71','211531.05',    '346','159','97855.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113002.0','1045019.0','44',    '19','17','274026.62',    '19','17','270619.77',    '10','1','3406.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2000287.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2088551.0','1045019.0','1',    '1','1','10891.96',    '1','1','5308.58',    '1','1','5583.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024739.0','1019452.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113003.0','1045019.0','1073',    '1005','545','434308.16',    '810','81','106582.37',    '824','514','327725.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024740.0','1019452.0','14',    '13','12','22546.3',    '13','12','22546.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113004.0','1045019.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024741.0','1019452.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113005.0','1045019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024742.0','1019459.0','1',    '1','1','192.69',    '1','1','192.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113006.0','1045026.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024743.0','1019459.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113007.0','1045026.0','1',    '1','1','1135.2',    '0','0','0.0',    '1','1','1135.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024744.0','1019459.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113008.0','1045026.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024745.0','1019459.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113009.0','1045026.0','1',    '1','1','6696.12',    '1','1','3931.01',    '1','1','2765.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2023851.0','1019459.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112115.0','1045026.0','3',    '3','1','510.0',    '3','0','0.0',    '3','1','510.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2023933.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112197.0','1045026.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024746.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113010.0','1045026.0','1',    '1','1','2650.98',    '1','1','1105.2',    '1','1','1545.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024747.0','1019459.0','3',    '3','3','12150.31',    '3','3','12150.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113011.0','1045026.0','1',    '1','1','699.99',    '1','0','0.0',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024748.0','1019459.0','19',    '16','8','21663.2',    '14','8','21663.2',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113012.0','1045026.0','2',    '1','1','362.14',    '1','1','362.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024749.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113013.0','1045026.0','25',    '25','13','25687.34',    '25','12','23398.68',    '24','5','2288.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024750.0','1019459.0','1',    '1','1','4630.33',    '1','1','3556.6',    '1','1','1073.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113014.0','1045026.0','1252',    '1219','597','1102953.72',    '1174','333','827515.71',    '952','453','275438.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001710.0',    '2024751.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005993.0',    '2113015.0','1045026.0','1',    '1','1','4437.23',    '1','0','0.0',    '1','1','4437.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024752.0','1019459.0','1',    '1','1','1648.22',    '1','1','1648.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113016.0','1045026.0','5',    '4','1','11574.02',    '4','1','11318.54',    '3','1','255.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024753.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113017.0','1045026.0','1',    '1','1','227.43',    '1','1','227.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024754.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113018.0','1045026.0','30',    '29','13','15357.95',    '26','4','4589.79',    '27','13','10768.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024755.0','1019459.0','1',    '1','1','2640.8',    '1','1','2640.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113019.0','1045026.0','1',    '1','1','382.5',    '1','0','0.0',    '1','1','382.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024756.0','1019459.0','1',    '1','1','8015.4',    '1','0','0.0',    '1','1','8015.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113020.0','1045026.0','4',    '4','2','3193.03',    '4','2','3193.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024529.0','1019459.0','4',    '4','3','17980.95',    '4','3','17980.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112793.0','1045026.0','28',    '19','16','100609.38',    '16','16','98337.46',    '15','2','2271.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024757.0','1019459.0','62',    '51','45','383672.21',    '50','45','358951.45',    '29','11','24720.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113021.0','1045026.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024758.0','1019459.0','2',    '2','1','3382.9',    '2','1','3382.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113022.0','1045026.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024759.0','1019459.0','5',    '2','1','2278.0',    '2','1','2278.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113023.0','1045026.0','40',    '39','16','18210.98',    '38','12','14805.95',    '32','8','3405.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024760.0','1019459.0','5',    '4','1','7190.12',    '3','1','7190.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113024.0','1045026.0','6',    '5','4','52470.9',    '5','4','49743.0',    '4','1','2727.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024761.0','1019459.0','52',    '43','27','77663.54',    '41','27','77274.54',    '29','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113025.0','1045026.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024762.0','1019459.0','2',    '2','1','602.95',    '2','0','0.0',    '1','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113026.0','1045026.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024763.0','1019459.0','2835',    '2729','1531','1829566.52',    '2305','437','857378.11',    '2284','1351','972188.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113027.0','1045026.0','4',    '4','4','6786.18',    '4','4','6786.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024764.0','1019459.0','3',    '2','1','225.26',    '2','1','225.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113028.0','1045026.0','4',    '3','2','14448.99',    '3','2','14448.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024765.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113029.0','1045026.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024766.0','1019459.0','5',    '3','1','1978.0',    '3','1','1978.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113030.0','1045026.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024767.0','1019459.0','397',    '387','148','151199.17',    '364','47','86615.98',    '290','129','64583.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113031.0','1045026.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024768.0','1019459.0','5',    '3','2','1958.04',    '3','2','1958.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113032.0','1045026.0','22',    '20','18','43229.76',    '20','18','41805.38',    '6','3','1424.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024769.0','1019459.0','3',    '2','2','11591.93',    '2','2','11591.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113033.0','1045026.0','1',    '1','1','6445.3',    '1','1','6445.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024770.0','1019459.0','1',    '1','1','885.2',    '1','1','885.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113034.0','1045026.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024771.0','1019459.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113035.0','1045026.0','3',    '3','3','6985.73',    '3','3','6985.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024772.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113036.0','1045026.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024773.0','1019459.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113037.0','1045026.0','52',    '49','20','38106.79',    '39','6','16552.96',    '42','19','21553.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024774.0','1019459.0','36',    '29','28','293655.43',    '29','28','291939.97',    '14','3','1715.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113038.0','1045026.0','1',    '1','1','5723.77',    '1','1','2540.0',    '1','1','3183.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024775.0','1019459.0','4',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113039.0','1045026.0','3',    '3','2','1375.14',    '3','1','543.36',    '2','2','831.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024776.0','1019459.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113040.0','1045026.0','1',    '1','1','1073.74',    '1','0','0.0',    '1','1','1073.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024777.0','1019459.0','66',    '64','36','58303.69',    '63','20','44740.25',    '41','20','13563.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113041.0','1045026.0','116',    '115','71','79414.36',    '111','26','42497.76',    '93','59','36916.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2023816.0','1019459.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2112080.0','1045026.0','2',    '1','1','438.63',    '1','1','438.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024778.0','1019459.0','4',    '4','2','5039.97',    '4','2','5039.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113042.0','1045026.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001710.0',    '2024779.0','1019459.0','2',    '2','1','2247.71',    '2','1','2247.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005993.0',    '2113043.0','1045026.0','9',    '7','7','46725.99',    '7','7','45947.99',    '7','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024780.0','1019459.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113044.0','1045026.0','1',    '1','1','930.0',    '1','1','930.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024781.0','1019459.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113045.0','1045026.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024782.0','1019459.0','27',    '20','19','164784.75',    '19','19','164548.75',    '12','1','236.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113046.0','1045026.0','4',    '4','2','11897.07',    '4','2','11897.07',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024783.0','1019459.0','1',    '1','1','1199.79',    '1','1','339.8',    '1','1','859.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113047.0','1045026.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024784.0','1019460.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113048.0','1045027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024785.0','1019460.0','3',    '2','2','7651.43',    '2','2','7651.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113049.0','1045027.0','9',    '9','3','26869.8',    '9','3','26869.8',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024786.0','1019460.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113050.0','1045027.0','9',    '4','2','56806.6',    '3','2','56806.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024787.0','1019460.0','30',    '24','20','84790.95',    '24','20','84565.95',    '10','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113051.0','1045027.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024788.0','1019460.0','1',    '1','1','1673.66',    '1','1','1284.66',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113052.0','1045027.0','1',    '1','1','1198.0',    '1','1','1198.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024789.0','1019460.0','1',    '1','1','339.87',    '1','0','0.0',    '1','1','339.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113053.0','1045027.0','403',    '392','149','116393.04',    '361','40','46931.59',    '310','125','69461.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024790.0','1019460.0','1',    '1','1','1743.38',    '1','0','0.0',    '1','1','1743.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113054.0','1045027.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024791.0','1019460.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113055.0','1045027.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024792.0','1019479.0','2',    '2','1','732.89',    '2','0','0.0',    '2','1','732.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113056.0','1045046.0','1',    '1','1','412.44',    '1','0','0.0',    '1','1','412.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024793.0','1019479.0','179',    '174','87','115431.79',    '157','35','56541.16',    '152','77','58890.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113057.0','1045046.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024794.0','1019479.0','1',    '1','1','1016.0',    '1','1','1016.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113058.0','1045046.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2000615.0','1019479.0','1434',    '1395','670','874088.22',    '1280','284','477534.16',    '1088','548','396554.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2088879.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024795.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113059.0','1045046.0','1576',    '1546','717','690762.52',    '1414','216','354782.66',    '1283','620','335979.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024796.0','1019479.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113060.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2000538.0','1019479.0','3',    '3','1','963.16',    '2','1','393.22',    '3','1','569.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2088802.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024797.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113061.0','1045046.0','693',    '665','298','388750.28',    '627','131','220099.3',    '543','243','168650.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024798.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113062.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024799.0','1019479.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113063.0','1045046.0','1',    '1','1','1685.99',    '1','1','1004.0',    '1','1','681.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024800.0','1019479.0','1',    '1','1','507.51',    '1','0','0.0',    '1','1','507.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113064.0','1045046.0','2',    '2','1','1308.38',    '2','0','0.0',    '1','1','1308.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024801.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113065.0','1045046.0','2',    '2','1','275.36',    '2','1','275.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024802.0','1019479.0','1',    '1','1','436.99',    '0','0','0.0',    '1','1','436.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113066.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024803.0','1019479.0','1',    '1','1','817.51',    '1','0','0.0',    '1','1','817.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113067.0','1045046.0','8',    '8','6','3522.07',    '8','3','1696.67',    '7','3','1825.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024804.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113068.0','1045046.0','1',    '1','1','1715.25',    '1','1','1205.25',    '1','1','510.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024805.0','1019479.0','1',    '1','1','2614.06',    '1','1','877.28',    '1','1','1736.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113069.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024806.0','1019479.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113070.0','1045046.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024807.0','1019479.0','1',    '1','1','1321.34',    '1','0','0.0',    '1','1','1321.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113071.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024808.0','1019479.0','1',    '1','1','622.5',    '1','0','0.0',    '1','1','622.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113072.0','1045046.0','21',    '14','8','153723.25',    '11','8','139950.11',    '12','2','13773.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024809.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113073.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024810.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113074.0','1045046.0','1',    '1','1','3397.79',    '1','1','3397.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024811.0','1019479.0','1',    '1','1','112.5',    '1','0','0.0',    '1','1','112.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113075.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024812.0','1019479.0','1',    '1','1','1122.3',    '1','1','1122.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113076.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024813.0','1019479.0','5',    '5','3','3590.06',    '5','2','1024.51',    '5','2','2565.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113077.0','1045046.0','7',    '7','4','6630.69',    '7','2','3789.72',    '7','4','2840.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024814.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113078.0','1045046.0','2',    '2','2','2732.67',    '2','2','2597.68',    '2','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024815.0','1019479.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113079.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024816.0','1019479.0','1',    '1','1','675.7',    '1','1','373.2',    '1','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113080.0','1045046.0','1',    '1','1','510.44',    '1','0','0.0',    '1','1','510.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024817.0','1019479.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113081.0','1045046.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024818.0','1019479.0','1',    '1','1','602.95',    '1','0','0.0',    '1','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113082.0','1045046.0','2',    '2','1','2199.87',    '1','1','1375.43',    '2','1','824.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024819.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113083.0','1045046.0','62',    '58','23','18020.03',    '53','11','9285.48',    '41','15','8734.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024820.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113084.0','1045046.0','2041',    '1995','1065','1084558.96',    '1742','273','416441.51',    '1734','978','668117.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024821.0','1019479.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113085.0','1045046.0','3234',    '3168','1869','2013816.95',    '2905','646','968930.66',    '2694','1659','1044886.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024822.0','1019479.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113086.0','1045046.0','1',    '1','1','3018.1',    '1','1','2088.08',    '1','1','930.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024823.0','1019479.0','884',    '847','390','549636.24',    '762','163','344312.27',    '643','291','205323.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113087.0','1045046.0','2',    '2','1','2280.87',    '2','1','2280.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024824.0','1019479.0','2',    '2','1','633.99',    '1','0','0.0',    '1','1','633.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113088.0','1045046.0','1',    '1','1','328.94',    '1','1','144.44',    '1','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024825.0','1019479.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113089.0','1045046.0','2',    '2','2','3289.83',    '1','1','1164.0',    '2','2','2125.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024826.0','1019479.0','1687',    '1653','617','708055.76',    '1534','195','294825.65',    '1287','544','413230.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113090.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024827.0','1019479.0','1',    '1','1','1105.39',    '0','0','0.0',    '1','1','1105.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113091.0','1045046.0','28',    '27','8','3028.64',    '25','1','239.4',    '23','7','2789.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024828.0','1019479.0','10',    '10','5','4027.58',    '10','1','1025.4',    '7','5','3002.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113092.0','1045046.0','1',    '1','1','507.0',    '0','0','0.0',    '1','1','507.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024829.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113093.0','1045046.0','2',    '2','1','1297.01',    '2','1','902.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024830.0','1019479.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113094.0','1045046.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024831.0','1019479.0','4',    '4','3','1882.7',    '4','1','240.48',    '3','3','1642.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113095.0','1045046.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024832.0','1019479.0','2',    '2','1','2433.64',    '2','1','1705.5',    '2','1','728.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113096.0','1045046.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024833.0','1019479.0','1',    '1','1','2702.16',    '0','0','0.0',    '1','1','2702.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113097.0','1045046.0','1',    '1','1','415.89',    '1','0','0.0',    '1','1','415.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024834.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113098.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024835.0','1019502.0','2',    '2','1','1551.61',    '2','1','1551.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113099.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024836.0','1019502.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113100.0','1045069.0','1',    '1','1','1315.04',    '1','1','1315.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024837.0','1019502.0','1',    '1','1','204.5',    '1','0','0.0',    '1','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2113101.0','1045069.0','1',    '1','1','2915.14',    '1','1','2707.2',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024838.0','1019502.0','1',    '1','1','1004.0',    '1','1','1004.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113102.0','1045069.0','23',    '23','8','4780.08',    '23','2','1753.11',    '18','7','3026.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024839.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113103.0','1045069.0','940',    '917','498','376512.87',    '826','166','138531.71',    '740','431','237981.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024840.0','1019502.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113104.0','1045069.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024841.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113105.0','1045069.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024842.0','1019502.0','1',    '1','1','1366.83',    '1','1','933.9',    '1','1','432.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113106.0','1045069.0','3',    '3','1','790.33',    '3','0','0.0',    '3','1','790.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2023809.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112073.0','1045069.0','1',    '1','1','2844.3',    '1','0','0.0',    '1','1','2844.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024019.0','1019502.0','1',    '1','1','1277.56',    '1','1','1277.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2112283.0','1045069.0','46',    '45','18','22741.32',    '43','6','5800.31',    '38','16','16941.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2023991.0','1019502.0','332',    '328','186','174033.38',    '317','65','69088.53',    '280','159','104944.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112255.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024843.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113107.0','1045069.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024844.0','1019502.0','1',    '1','1','862.76',    '1','1','862.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113108.0','1045069.0','3',    '3','1','602.95',    '3','0','0.0',    '2','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024845.0','1019502.0','1',    '1','1','1621.79',    '1','0','0.0',    '1','1','1621.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113109.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024846.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113110.0','1045069.0','35',    '35','11','12167.67',    '34','1','2392.84',    '24','10','9774.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001710.0',    '2024847.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005993.0',    '2113111.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024848.0','1019502.0','4',    '4','1','140.0',    '2','0','0.0',    '3','1','140.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113112.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024849.0','1019502.0','2238',    '2204','905','839904.49',    '2012','279','330279.87',    '1881','780','509624.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113113.0','1045069.0','5',    '5','4','5810.34',    '5','2','1671.78',    '5','4','4138.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024850.0','1019502.0','2',    '1','1','204.5',    '1','0','0.0',    '1','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113114.0','1045069.0','18',    '17','7','11531.17',    '17','2','7612.48',    '12','6','3918.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001710.0',    '2024851.0','1019502.0','2',    '2','2','602.95',    '2','0','0.0',    '2','2','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005993.0',    '2113115.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024852.0','1019502.0','2001',    '1952','1071','1311499.89',    '1846','375','609451.28',    '1558','925','702048.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113116.0','1045069.0','2',    '2','2','19142.47',    '2','1','15822.25',    '2','1','3320.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024853.0','1019502.0','1',    '1','1','712.68',    '1','1','712.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113117.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024854.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113118.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024855.0','1019502.0','1',    '1','1','127.6',    '1','1','127.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113119.0','1045069.0','5',    '5','2','1020.43',    '5','0','0.0',    '4','2','1020.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024856.0','1019502.0','557',    '531','163','152324.16',    '489','40','56547.18',    '411','142','95776.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113120.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024857.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113121.0','1045069.0','42',    '39','18','23964.8',    '34','8','12026.07',    '32','15','11938.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024858.0','1019502.0','3390',    '3342','1863','1749733.44',    '3104','610','722973.49',    '2791','1609','1026759.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113122.0','1045069.0','2',    '2','1','52.99',    '2','0','0.0',    '2','1','52.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024859.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113123.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024860.0','1019502.0','1',    '1','1','207.94',    '0','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113124.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024861.0','1019502.0','1',    '1','1','3901.17',    '1','1','2147.09',    '1','1','1754.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113125.0','1045069.0','116',    '110','62','85090.64',    '100','24','39118.38',    '91','55','45972.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024862.0','1019502.0','1',    '1','1','415.89',    '0','0','0.0',    '1','1','415.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113126.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024863.0','1019502.0','1',    '1','1','2425.06',    '1','1','1406.22',    '1','1','1018.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113127.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024864.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113128.0','1045069.0','1',    '1','1','602.95',    '1','0','0.0',    '1','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024865.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113129.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024866.0','1019502.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113130.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024867.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113131.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2000501.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2088765.0','1045069.0','1742',    '1689','736','1083943.5',    '1570','259','557613.22',    '1326','633','526330.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024868.0','1019502.0','8',    '7','1','1580.04',    '6','0','0.0',    '5','1','1580.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113132.0','1045069.0','1',    '1','1','810.9',    '1','0','0.0',    '1','1','810.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024869.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113133.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024870.0','1019502.0','6',    '6','2','3074.29',    '6','1','1332.4',    '5','2','1741.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113134.0','1045069.0','63',    '62','29','35823.03',    '58','14','24357.17',    '53','23','11465.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024871.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113135.0','1045069.0','3297',    '3235','1404','1614490.05',    '3071','485','714173.13',    '2822','1234','900316.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024872.0','1019502.0','1',    '1','1','1882.06',    '1','1','1027.36',    '1','1','854.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113136.0','1045069.0','1',    '1','1','810.9',    '1','0','0.0',    '1','1','810.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024873.0','1019502.0','3',    '3','1','3683.23',    '3','1','2382.12',    '1','1','1301.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113137.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024874.0','1019502.0','2',    '2','2','624.17',    '2','1','246.73',    '1','1','377.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113138.0','1045069.0','7',    '7','4','3167.58',    '6','0','0.0',    '6','4','3167.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024875.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113139.0','1045069.0','4',    '4','1','9850.64',    '4','1','9247.69',    '2','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001710.0',    '2024876.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005993.0',    '2113140.0','1045069.0','1',    '1','1','602.95',    '0','0','0.0',    '1','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024877.0','1019502.0','1',    '1','1','861.93',    '1','0','0.0',    '1','1','861.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113141.0','1045069.0','1021',    '969','453','671659.72',    '834','127','322164.99',    '765','405','349494.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024878.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113142.0','1045069.0','1',    '1','1','1030.5',    '1','1','1030.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024879.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113143.0','1045069.0','2',    '2','2','4251.7',    '2','2','3810.82',    '2','1','440.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024880.0','1019502.0','1',    '1','1','205.86',    '1','1','205.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113144.0','1045069.0','4',    '4','2','2716.24',    '4','2','1905.35',    '3','2','810.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024881.0','1019502.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113145.0','1045069.0','1',    '1','1','1374.94',    '1','0','0.0',    '1','1','1374.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024882.0','1019502.0','1',    '1','1','1478.0',    '1','1','1478.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113146.0','1045069.0','1',    '1','1','1511.88',    '1','1','816.0',    '1','1','695.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024883.0','1019502.0','1',    '1','1','1284.3',    '1','1','477.29',    '1','1','807.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113147.0','1045069.0','64',    '63','31','24239.69',    '58','12','9802.58',    '49','25','14437.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024884.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113148.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024885.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113149.0','1045069.0','2',    '2','1','623.39',    '2','0','0.0',    '2','1','623.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024886.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113150.0','1045069.0','8',    '8','6','26753.96',    '6','4','17113.79',    '7','6','9640.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024887.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113151.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024888.0','1019502.0','366',    '338','163','120803.88',    '278','17','10587.69',    '281','155','110216.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113152.0','1045069.0','1',    '1','1','1067.14',    '1','1','859.2',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024889.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113153.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024890.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113154.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024891.0','1019502.0','2',    '2','1','207.5',    '2','0','0.0',    '2','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113155.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024892.0','1019502.0','2',    '2','1','207.5',    '2','0','0.0',    '2','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113156.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024893.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113157.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024894.0','1019502.0','1',    '1','1','1462.57',    '1','1','1462.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113158.0','1045069.0','1',    '1','1','207.94',    '0','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024432.0','1019502.0','1',    '1','1','5015.31',    '1','1','3667.37',    '1','1','1347.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2112696.0','1045069.0','1',    '1','1','602.95',    '1','0','0.0',    '1','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024895.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113159.0','1045069.0','1',    '1','1','1122.3',    '1','1','96.36',    '1','1','1025.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024896.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113160.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024897.0','1019502.0','2',    '2','1','623.83',    '2','0','0.0',    '1','1','623.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113161.0','1045069.0','1',    '1','1','1205.91',    '1','0','0.0',    '1','1','1205.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2000588.0','1019502.0','160',    '157','83','142959.46',    '133','15','61071.08',    '147','78','81888.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2088852.0','1045069.0','1244',    '1206','558','683797.53',    '1134','218','379470.13',    '939','451','304327.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024898.0','1019502.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113162.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024899.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113163.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024900.0','1019502.0','1',    '1','1','810.9',    '1','0','0.0',    '1','1','810.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113164.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024901.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2113165.0','1045069.0','2',    '2','1','395.01',    '2','0','0.0',    '2','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024902.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113166.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024903.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113167.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024904.0','1019502.0','2',    '2','1','989.11',    '2','1','481.6',    '2','1','507.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113168.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2023903.0','1019502.0','5',    '1','1','17319.79',    '1','1','17319.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2112167.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024905.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113169.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024906.0','1019502.0','1',    '1','1','204.5',    '1','0','0.0',    '1','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113170.0','1045069.0','1187',    '1108','544','739372.67',    '947','154','334749.46',    '904','493','404623.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024907.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113171.0','1045069.0','1',    '1','1','1672.68',    '1','0','0.0',    '1','1','1672.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024908.0','1019502.0','3',    '3','1','4973.69',    '3','1','2125.2',    '2','1','2848.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113172.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024909.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113173.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024910.0','1019502.0','1',    '1','1','146.1',    '1','1','146.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113174.0','1045069.0','61',    '59','22','9289.92',    '46','3','1813.58',    '36','20','7476.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024911.0','1019502.0','1',    '1','1','289.03',    '1','1','289.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113175.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024912.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113176.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024913.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113177.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024914.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113178.0','1045069.0','6',    '6','3','6167.95',    '4','1','4501.9',    '5','3','1666.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024915.0','1019502.0','1',    '1','1','752.6',    '1','1','132.6',    '1','1','620.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113179.0','1045069.0','1',    '1','1','810.45',    '1','0','0.0',    '1','1','810.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024916.0','1019502.0','1',    '1','1','623.39',    '1','0','0.0',    '1','1','623.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113180.0','1045069.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024917.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113181.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024918.0','1019502.0','1',    '1','1','1565.92',    '1','0','0.0',    '1','1','1565.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113182.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024919.0','1019502.0','2',    '2','1','207.94',    '2','0','0.0',    '2','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113183.0','1045069.0','77',    '71','39','64127.28',    '63','25','38761.97',    '56','28','25365.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024920.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113184.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024921.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113185.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024922.0','1019502.0','1',    '1','1','207.5',    '1','0','0.0',    '1','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113186.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024923.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113187.0','1045069.0','3168',    '3066','1451','2721398.39',    '2897','597','1278654.38',    '2540','1261','1442744.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2023825.0','1019502.0','1',    '1','1','1205.9',    '1','0','0.0',    '1','1','1205.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112089.0','1045069.0','1',    '1','1','1247.66',    '1','0','0.0',    '1','1','1247.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024924.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113188.0','1045069.0','1',    '1','1','883.99',    '1','0','0.0',    '1','1','883.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024925.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113189.0','1045069.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024926.0','1019502.0','14',    '13','7','8542.59',    '9','2','795.48',    '13','7','7747.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113190.0','1045069.0','2',    '2','1','602.95',    '2','0','0.0',    '2','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024927.0','1019502.0','1',    '1','1','2045.32',    '1','0','0.0',    '1','1','2045.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113191.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024928.0','1019502.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113192.0','1045069.0','777',    '741','368','405304.77',    '690','178','232975.26',    '536','282','172329.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001604.0',    '2024929.0','1019502.0','5',    '5','3','2238.95',    '5','1','736.0',    '5','2','1502.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005983.0',    '2113193.0','1045069.0','3',    '3','2','2010.94',    '3','1','998.0',    '2','2','1012.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024930.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113194.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001686.0',    '2024931.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005986.0',    '2113195.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024932.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113196.0','1045069.0','1',    '1','1','1520.34',    '1','1','450.87',    '1','1','1069.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024933.0','1019502.0','351',    '314','144','259017.64',    '291','56','121900.86',    '219','113','137116.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113197.0','1045069.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024934.0','1019502.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113198.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024935.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113199.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024936.0','1019502.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113200.0','1045069.0','1',    '1','1','286.54',    '1','0','0.0',    '1','1','286.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024937.0','1019502.0','22',    '17','7','4778.22',    '14','2','1441.1',    '12','5','3337.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113201.0','1045069.0','1',    '1','1','339.87',    '1','0','0.0',    '1','1','339.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024938.0','1019502.0','1',    '1','1','415.44',    '1','0','0.0',    '1','1','415.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113202.0','1045069.0','2',    '2','2','950.89',    '2','0','0.0',    '2','2','950.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2023805.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2112069.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024939.0','1019502.0','3',    '3','2','1208.28',    '3','0','0.0',    '3','2','1208.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113203.0','1045069.0','1',    '1','1','356.0',    '1','1','356.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024940.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113204.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024941.0','1019502.0','34',    '31','16','25639.41',    '26','5','15679.28',    '25','14','9960.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113205.0','1045069.0','1',    '1','1','112.5',    '1','0','0.0',    '1','1','112.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024942.0','1019502.0','1',    '1','1','656.44',    '1','0','0.0',    '1','1','656.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113206.0','1045069.0','85',    '82','42','42002.67',    '79','18','15142.55',    '66','33','26860.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024943.0','1019502.0','3',    '3','2','2062.16',    '2','0','0.0',    '3','2','2062.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113207.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024944.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113208.0','1045069.0','1',    '1','1','3913.3',    '1','0','0.0',    '1','1','3913.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024945.0','1019502.0','2',    '2','2','4538.19',    '2','1','1627.01',    '2','2','2911.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113209.0','1045069.0','1',    '1','1','207.94',    '0','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024946.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113210.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024947.0','1019502.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113211.0','1045069.0','2',    '2','1','1355.56',    '2','1','432.16',    '2','1','923.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024948.0','1019502.0','3',    '3','1','1405.82',    '3','1','1197.88',    '2','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113212.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2000321.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2088585.0','1045069.0','3',    '3','2','1120.7',    '3','1','266.0',    '1','1','854.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024949.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113213.0','1045069.0','1056',    '1018','433','563915.2',    '913','172','259883.26',    '842','368','304031.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024950.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113214.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024951.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113215.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024952.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113216.0','1045069.0','91',    '89','36','53331.45',    '82','13','15517.83',    '71','31','37813.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024953.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113217.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024954.0','1019502.0','1',    '1','1','1653.8',    '1','1','651.36',    '1','1','1002.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113218.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024955.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113219.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024956.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113220.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024957.0','1019502.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113221.0','1045069.0','19',    '18','10','11870.53',    '15','3','1488.33',    '17','10','10382.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024958.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113222.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024959.0','1019502.0','3',    '3','2','1124.24',    '1','0','0.0',    '3','2','1124.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113223.0','1045069.0','2',    '2','1','2255.69',    '2','0','0.0',    '1','1','2255.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024960.0','1019502.0','2',    '2','1','397.49',    '2','0','0.0',    '1','1','397.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113224.0','1045069.0','1',    '1','1','622.48',    '1','0','0.0',    '1','1','622.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024961.0','1019502.0','1',    '1','1','450.48',    '1','0','0.0',    '1','1','450.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113225.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024962.0','1019502.0','1',    '1','1','2001.57',    '1','0','0.0',    '1','1','2001.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113226.0','1045069.0','23',    '22','10','7537.5',    '15','2','2093.6',    '18','9','5443.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024963.0','1019502.0','1',    '1','1','207.94',    '1','0','0.0',    '1','1','207.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113227.0','1045069.0','2',    '1','1','1437.79',    '1','1','626.55',    '1','1','811.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024964.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113228.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024965.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113229.0','1045069.0','3',    '3','1','703.8',    '2','0','0.0',    '2','1','703.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024966.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113230.0','1045069.0','1',    '1','1','1205.3',    '1','0','0.0',    '1','1','1205.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001605.0',    '2024967.0','1019502.0','2',    '1','1','354.99',    '1','1','295.49',    '1','1','59.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005987.0',    '2113231.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024968.0','1019502.0','6',    '6','3','2126.52',    '2','0','0.0',    '5','3','2126.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113232.0','1045069.0','1323',    '1242','724','963543.67',    '876','92','367372.51',    '1103','684','596171.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2024969.0','1019502.0','2',    '2','1','169.94',    '2','0','0.0',    '1','1','169.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2113233.0','1045069.0','4',    '2','1','814.24',    '1','0','0.0',    '2','1','814.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024970.0','1019502.0','1',    '1','1','602.95',    '1','0','0.0',    '1','1','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113234.0','1045069.0','66',    '61','30','38349.76',    '53','13','20530.54',    '48','24','17819.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001691.0',    '2023700.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005988.0',    '2111964.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2023575.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2111839.0','1045069.0','6',    '6','4','3716.11',    '4','1','1116.0',    '5','3','2600.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001633.0',    '2024971.0','1019502.0','1',    '1','1','457.48',    '1','0','0.0',    '1','1','457.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005989.0',    '2113235.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024972.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113236.0','1045069.0','1',    '1','1','1223.24',    '1','0','0.0',    '1','1','1223.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001710.0',    '2024973.0','1019502.0','1',    '1','1','415.0',    '0','0','0.0',    '1','1','415.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005993.0',    '2113237.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024974.0','1019502.0','62',    '56','24','51735.81',    '39','3','32685.54',    '47','21','19050.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113238.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001786.0',    '2024975.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005991.0',    '2113239.0','1045069.0','12',    '12','3','1402.47',    '7','0','0.0',    '9','3','1402.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024976.0','1019502.0','74',    '62','32','38992.27',    '42','6','15691.06',    '55','31','23301.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113240.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024977.0','1019502.0','1',    '1','1','1146.48',    '1','0','0.0',    '1','1','1146.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113241.0','1045069.0','1',    '1','1','631.75',    '1','0','0.0',    '1','1','631.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024978.0','1019502.0','1',    '1','1','422.5',    '0','0','0.0',    '1','1','422.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113242.0','1045069.0','1',    '1','1','397.49',    '0','0','0.0',    '1','1','397.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2023562.0','1019502.0','61',    '55','26','20782.19',    '43','6','7945.92',    '45','22','12836.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2111826.0','1045069.0','9',    '7','2','6977.51',    '3','1','1004.0',    '6','2','5973.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024979.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113243.0','1045069.0','1',    '1','1','626.0',    '1','0','0.0',    '1','1','626.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024980.0','1019502.0','1',    '1','1','59.5',    '0','0','0.0',    '1','1','59.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113244.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024981.0','1019502.0','1',    '1','1','175.0',    '1','0','0.0',    '1','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113245.0','1045069.0','1328',    '1293','674','626515.08',    '1237','246','329113.63',    '973','553','297401.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024982.0','1019502.0','203',    '183','80','55293.19',    '128','12','11835.59',    '155','73','43457.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113246.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2023454.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2111718.0','1045069.0','1473',    '1435','668','629304.73',    '1326','226','267700.84',    '1137','550','361603.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2023515.0','1019502.0','678',    '656','404','233475.57',    '332','2','2586.0',    '642','404','230889.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2111779.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023642.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111906.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023477.0','1019502.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111741.0','1045069.0','1',    '1','1','811.24',    '0','0','0.0',    '1','1','811.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024983.0','1019502.0','3',    '3','1','484.49',    '2','0','0.0',    '2','1','484.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113247.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024984.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113248.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024985.0','1019502.0','6',    '5','3','4380.95',    '5','1','1478.0',    '5','3','2902.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113249.0','1045069.0','221',    '210','105','78616.13',    '103','3','5012.48',    '200','104','73603.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023451.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111715.0','1045069.0','1',    '1','1','416.75',    '1','0','0.0',    '1','1','416.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024986.0','1019502.0','2',    '2','2','1419.99',    '0','0','0.0',    '2','2','1419.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113250.0','1045069.0','1',    '1','1','1229.99',    '1','0','0.0',    '1','1','1229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024987.0','1019502.0','44',    '35','16','29067.43',    '29','6','19453.39',    '25','14','9614.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113251.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024988.0','1019502.0','2',    '2','2','1113.36',    '2','2','1113.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113252.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024989.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113253.0','1045069.0','1',    '1','1','209.25',    '1','0','0.0',    '1','1','209.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024990.0','1019502.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113254.0','1045069.0','1',    '1','1','3469.7',    '1','1','1116.0',    '1','1','2353.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024991.0','1019502.0','43',    '40','25','27351.42',    '29','2','10872.53',    '36','25','16478.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113255.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2023492.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2111756.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024992.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113256.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024993.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113257.0','1045069.0','4',    '4','2','1695.49',    '3','1','1004.0',    '4','2','691.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2023691.0','1019502.0','1',    '1','1','3833.99',    '1','1','1145.82',    '1','1','2688.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2111955.0','1045069.0','6',    '6','2','4098.3',    '6','0','0.0',    '5','2','4098.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024994.0','1019502.0','1',    '1','1','112.5',    '1','0','0.0',    '1','1','112.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113258.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2023585.0','1019502.0','97',    '89','49','51980.64',    '68','6','7024.03',    '88','49','44956.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2111849.0','1045069.0','5',    '4','4','2339.48',    '2','0','0.0',    '4','4','2339.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024995.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113259.0','1045069.0','75',    '65','47','54356.24',    '50','10','24395.89',    '58','43','29960.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023581.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111845.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024996.0','1019502.0','3',    '3','1','418.49',    '1','0','0.0',    '3','1','418.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113260.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024997.0','1019502.0','14',    '12','6','10161.43',    '11','3','2979.68',    '9','5','7181.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113261.0','1045069.0','3',    '3','2','3338.46',    '2','0','0.0',    '2','2','3338.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2024998.0','1019502.0','1',    '1','1','415.89',    '1','0','0.0',    '1','1','415.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113262.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2024999.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113263.0','1045069.0','2',    '2','2','799.65',    '2','1','199.65',    '2','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2025000.0','1019502.0','31',    '29','19','16700.99',    '22','2','1143.34',    '27','19','15557.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113264.0','1045069.0','1251',    '1198','703','1422835.69',    '1006','248','546121.83',    '1070','656','876713.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023600.0','1019502.0','194',    '170','80','251757.96',    '166','76','215400.75',    '99','18','36357.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111864.0','1045069.0','17',    '15','5','5466.23',    '15','4','4968.29',    '8','2','497.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2025001.0','1019502.0','31',    '28','13','48412.38',    '27','12','40492.62',    '15','4','7919.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113265.0','1045069.0','8',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2025002.0','1019502.0','21',    '16','4','5735.87',    '15','3','5210.87',    '8','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113266.0','1045069.0','35',    '29','7','41922.39',    '27','7','41018.4',    '15','1','903.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023459.0','1019502.0','145',    '128','44','98326.91',    '120','41','94333.51',    '63','8','3993.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111723.0','1045069.0','61',    '57','30','92466.24',    '56','29','74344.06',    '24','6','18122.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025003.0','1019502.0','44',    '43','6','34149.25',    '42','5','27518.85',    '22','2','6630.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113267.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2025004.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113268.0','1045069.0','16',    '14','7','36180.0',    '13','7','35215.48',    '5','1','964.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023534.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111798.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025005.0','1019502.0','84',    '73','45','220543.81',    '66','42','185693.61',    '47','15','34850.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113269.0','1045069.0','95',    '71','37','246931.96',    '67','34','218232.87',    '45','12','28699.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2025006.0','1019502.0','115',    '110','52','164755.74',    '106','46','150233.87',    '69','21','14521.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113270.0','1045069.0','3',    '2','1','550.4',    '2','1','550.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025007.0','1019502.0','13',    '13','3','1426.04',    '13','2','1222.79',    '8','1','203.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113271.0','1045069.0','3',    '1','1','911.6',    '1','1','911.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025008.0','1019502.0','20',    '18','6','16634.54',    '18','5','16109.54',    '10','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113272.0','1045069.0','142',    '127','36','74776.51',    '120','33','63798.32',    '64','8','10978.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001597.0',    '2025009.0','1019502.0','9',    '9','2','2694.99',    '8','2','2694.99',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005994.0',    '2113273.0','1045069.0','232',    '202','63','243708.0',    '197','49','195603.64',    '88','25','48104.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025010.0','1019502.0','11',    '11','4','21461.97',    '10','4','19766.74',    '5','2','1695.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113274.0','1045069.0','390',    '349','98','481212.51',    '330','91','422984.72',    '203','30','58227.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025011.0','1019502.0','5',    '4','1','532.1',    '4','1','532.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113275.0','1045069.0','13',    '10','1','1111.99',    '6','0','0.0',    '6','1','1111.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025012.0','1019502.0','6',    '5','2','4049.08',    '5','2','2557.74',    '4','1','1491.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113276.0','1045069.0','3',    '3','1','22547.05',    '3','1','19664.37',    '1','1','2882.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025013.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113277.0','1045069.0','70',    '58','39','231913.51',    '56','37','187486.66',    '42','13','44426.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025014.0','1019502.0','161',    '149','44','97589.35',    '143','35','88107.51',    '82','14','9481.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113278.0','1045069.0','34',    '32','7','8018.03',    '31','6','6595.32',    '18','2','1422.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025015.0','1019502.0','67',    '62','25','46729.3',    '57','21','33354.62',    '37','9','13374.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113279.0','1045069.0','2',    '2','1','1192.0',    '2','1','1192.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025016.0','1019502.0','460',    '412','131','517870.06',    '392','121','465942.89',    '229','36','51927.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113280.0','1045069.0','1',    '1','1','1330.0',    '1','1','1330.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025017.0','1019502.0','23',    '22','4','11655.52',    '21','4','11655.52',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113281.0','1045069.0','1',    '1','1','1070.0',    '1','1','1070.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009216.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097480.0','1045069.0','357',    '321','93','263963.3',    '300','82','232169.66',    '207','28','31793.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025018.0','1019502.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113282.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009379.0','1019502.0','36',    '35','5','2431.61',    '35','4','2025.1',    '20','1','406.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097643.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009443.0','1019502.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097707.0','1045069.0','18',    '10','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025019.0','1019502.0','3',    '2','1','2400.15',    '2','1','2400.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113283.0','1045069.0','133',    '84','27','158474.21',    '73','24','98799.23',    '60','16','59674.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009470.0','1019502.0','9',    '8','1','2944.0',    '8','1','2944.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097734.0','1045069.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009706.0','1019502.0','367',    '333','67','127963.78',    '306','53','112084.93',    '186','23','15878.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097970.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025020.0','1019502.0','68',    '64','15','23950.16',    '51','8','10949.26',    '50','10','13000.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113284.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025021.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113285.0','1045069.0','9',    '7','1','1013.12',    '7','1','1013.12',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009639.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097903.0','1045069.0','60',    '46','8','21297.32',    '46','8','20898.43',    '26','2','398.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023453.0','1019502.0','154',    '116','68','487636.54',    '111','58','331768.37',    '73','39','155868.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111717.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025022.0','1019502.0','57',    '53','16','31382.7',    '51','14','28537.29',    '26','4','2845.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113286.0','1045069.0','378',    '344','110','253904.56',    '325','100','226795.35',    '206','37','27109.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025023.0','1019502.0','208',    '194','91','194476.81',    '185','82','175230.76',    '119','27','19246.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113287.0','1045069.0','2',    '2','1','6105.37',    '2','1','6105.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2023682.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2111946.0','1045069.0','348',    '317','107','270790.01',    '305','94','241097.83',    '181','34','29692.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025024.0','1019502.0','166',    '145','45','113355.33',    '130','38','93693.1',    '84','17','19662.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113288.0','1045069.0','5',    '5','3','10479.58',    '5','3','10479.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025025.0','1019502.0','277',    '258','70','197626.68',    '240','61','187620.14',    '148','15','10006.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113289.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025026.0','1019502.0','140',    '126','30','76627.19',    '117','28','74882.36',    '55','8','1744.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113290.0','1045069.0','163',    '152','37','125004.29',    '150','34','116326.1',    '74','9','8678.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025027.0','1019502.0','99',    '84','64','563601.6',    '84','63','479093.04',    '63','26','84508.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113291.0','1045069.0','5',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025028.0','1019502.0','42',    '36','5','3378.26',    '35','5','3378.26',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113292.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023517.0','1019502.0','88',    '84','25','100967.19',    '75','20','56569.21',    '47','12','44397.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111781.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025029.0','1019502.0','541',    '479','274','1531771.88',    '461','256','1250143.55',    '318','118','281628.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113293.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023666.0','1019502.0','33',    '32','8','11863.39',    '32','6','10607.95',    '20','2','1255.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111930.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025030.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113294.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023693.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111957.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025031.0','1019502.0','4',    '4','1','932.0',    '3','1','932.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113295.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025032.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113296.0','1045069.0','21',    '16','4','17592.28',    '16','4','17592.28',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023589.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111853.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025033.0','1019502.0','10',    '9','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113297.0','1045069.0','11',    '10','5','10641.53',    '10','5','8349.78',    '6','2','2291.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025034.0','1019502.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113298.0','1045069.0','2',    '2','1','4408.98',    '2','1','4408.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025035.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113299.0','1045069.0','13',    '11','2','3449.86',    '10','2','3449.86',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023455.0','1019502.0','1',    '1','1','843.52',    '1','1','843.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111719.0','1045069.0','42',    '38','6','26455.92',    '36','3','21627.68',    '21','5','4828.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025036.0','1019502.0','23',    '19','5','8058.67',    '18','5','8058.67',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113300.0','1045069.0','24',    '19','11','45489.11',    '19','10','41639.03',    '14','5','3850.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025037.0','1019502.0','10',    '9','2','10422.79',    '8','1','2074.0',    '6','2','8348.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113301.0','1045069.0','14',    '13','4','3623.73',    '13','3','3408.73',    '3','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025038.0','1019502.0','1',    '1','1','2330.17',    '1','1','2330.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113302.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025039.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113303.0','1045069.0','11',    '11','3','2346.3',    '11','3','2346.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025040.0','1019502.0','1',    '1','1','3206.05',    '1','1','3206.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113304.0','1045069.0','6',    '6','4','5475.93',    '6','2','4872.98',    '4','2','602.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025041.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113305.0','1045069.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025042.0','1019502.0','2',    '2','1','1648.87',    '2','1','909.36',    '2','1','739.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113306.0','1045069.0','1085',    '972','319','840807.49',    '922','263','660296.52',    '574','117','180510.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025043.0','1019502.0','51',    '48','20','55387.13',    '45','19','53670.58',    '26','5','1716.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113307.0','1045069.0','6',    '3','1','772.2',    '3','0','0.0',    '2','1','772.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025044.0','1019502.0','27',    '20','5','8563.75',    '20','5','8563.75',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113308.0','1045069.0','175',    '174','29','37752.82',    '169','20','33491.33',    '133','12','4261.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025045.0','1019502.0','25',    '23','6','17698.8',    '23','6','17504.41',    '11','1','194.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113309.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009289.0','1019502.0','8',    '8','1','1565.01',    '8','1','1565.01',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097553.0','1045069.0','1',    '1','1','3511.67',    '1','1','3511.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025046.0','1019502.0','29',    '27','5','5757.64',    '22','3','4010.5',    '13','3','1747.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113310.0','1045069.0','20',    '18','6','8230.48',    '18','6','8230.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025047.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113311.0','1045069.0','296',    '268','50','114651.75',    '250','45','107405.28',    '139','18','7246.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025048.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113312.0','1045069.0','306',    '270','132','731474.19',    '260','127','605434.49',    '185','43','126039.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025049.0','1019502.0','15',    '15','2','8083.96',    '15','2','7411.69',    '6','1','672.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113313.0','1045069.0','67',    '64','17','36179.36',    '62','16','34101.02',    '25','3','2078.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025050.0','1019502.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113314.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025051.0','1019502.0','3',    '3','3','2307.81',    '3','0','0.0',    '3','3','2307.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113315.0','1045069.0','204',    '183','47','131913.17',    '170','43','125369.55',    '104','11','6543.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025052.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113316.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023680.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111944.0','1045069.0','9',    '9','0','0.0',    '9','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025053.0','1019502.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113317.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025054.0','1019502.0','1',    '1','1','8400.0',    '0','0','0.0',    '1','1','8400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113318.0','1045069.0','10',    '9','1','171.42',    '9','1','171.42',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025055.0','1019502.0','234',    '202','55','151292.94',    '182','47','138514.5',    '125','17','12778.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113319.0','1045069.0','32',    '26','7','32130.74',    '23','6','29368.3',    '19','2','2762.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025056.0','1019502.0','156',    '144','46','142441.16',    '138','33','129371.32',    '84','18','13069.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113320.0','1045069.0','100',    '86','38','160465.08',    '77','34','130437.14',    '50','14','30027.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009495.0','1019502.0','112',    '83','26','117728.27',    '75','24','96083.19',    '41','9','21645.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097759.0','1045069.0','1',    '1','1','2346.97',    '1','1','2346.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023586.0','1019502.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111850.0','1045069.0','1',    '1','1','7156.96',    '1','1','2649.0',    '1','1','4507.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025057.0','1019502.0','76',    '71','21','66732.47',    '68','20','65569.45',    '38','4','1163.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113321.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025058.0','1019502.0','2',    '2','2','4423.33',    '2','2','4052.08',    '1','1','371.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113322.0','1045069.0','301',    '267','68','145195.63',    '256','60','126650.81',    '141','27','18544.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025059.0','1019502.0','433',    '402','207','460074.76',    '374','158','351346.96',    '291','114','108727.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113323.0','1045069.0','382',    '357','149','385304.82',    '333','112','322278.79',    '250','68','63026.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025060.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113324.0','1045069.0','156',    '142','64','418557.51',    '139','62','294318.29',    '102','24','124239.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025061.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113325.0','1045069.0','151',    '141','42','92357.0',    '139','41','88726.19',    '77','7','3630.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025062.0','1019502.0','1',    '1','1','13619.49',    '1','1','13119.49',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113326.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2023557.0','1019502.0','89',    '79','15','14008.02',    '64','9','9241.84',    '58','8','4766.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2111821.0','1045069.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025063.0','1019502.0','71',    '64','15','19918.46',    '63','12','17231.47',    '37','5','2686.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113327.0','1045069.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2023540.0','1019502.0','64',    '58','22','39326.91',    '55','18','38341.08',    '37','5','985.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2111804.0','1045069.0','783',    '739','357','393734.13',    '539','70','104564.06',    '667','335','289170.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025064.0','1019502.0','151',    '139','35','188105.03',    '132','35','175000.82',    '64','13','13104.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113328.0','1045069.0','3',    '3','1','678.9',    '2','1','678.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025065.0','1019502.0','443',    '412','229','392480.84',    '321','65','117695.57',    '373','210','274785.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113329.0','1045069.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025066.0','1019502.0','2',    '2','1','815.98',    '2','0','0.0',    '2','1','815.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113330.0','1045069.0','943',    '904','512','544822.65',    '744','100','202929.47',    '779','473','341893.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025067.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113331.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025068.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113332.0','1045069.0','1',    '1','1','1213.46',    '0','0','0.0',    '1','1','1213.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025069.0','1019502.0','27',    '25','8','25593.71',    '23','6','24418.56',    '11','3','1175.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113333.0','1045069.0','1',    '1','1','395.01',    '1','0','0.0',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025070.0','1019502.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113334.0','1045069.0','1',    '1','1','2586.39',    '1','1','1116.0',    '1','1','1470.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025071.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113335.0','1045069.0','595',    '483','282','2648770.89',    '473','264','2194044.46',    '316','118','454726.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025072.0','1019502.0','48',    '47','6','8786.1',    '46','6','8446.23',    '30','1','339.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113336.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025073.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113337.0','1045069.0','10',    '9','2','3660.11',    '9','2','3660.11',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023701.0','1019502.0','129',    '73','23','72705.85',    '65','21','45066.94',    '36','9','27638.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111965.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025074.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113338.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025075.0','1019502.0','8',    '7','2','1167.9',    '6','2','1167.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113339.0','1045069.0','28',    '25','4','6625.45',    '24','4','5503.84',    '14','1','1121.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025076.0','1019502.0','821',    '754','236','813285.74',    '701','202','625654.63',    '420','91','187631.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113340.0','1045069.0','22',    '20','6','6024.19',    '19','4','4453.14',    '6','3','1571.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009322.0','1019502.0','265',    '200','87','477889.34',    '192','80','370198.85',    '118','38','107690.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097586.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023634.0','1019502.0','1',    '1','1','8792.13',    '1','1','8792.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111898.0','1045069.0','89',    '83','22','77589.45',    '79','20','63868.04',    '40','5','13721.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009270.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097534.0','1045069.0','31',    '31','10','48529.4',    '30','8','46280.63',    '16','3','2248.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023683.0','1019502.0','2',    '2','1','5414.16',    '2','0','0.0',    '2','1','5414.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111947.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025077.0','1019502.0','18',    '15','1','287.87',    '15','1','287.87',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113341.0','1045069.0','11',    '9','0','0.0',    '9','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025078.0','1019502.0','17',    '17','8','20505.57',    '17','7','19455.57',    '11','2','1050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113342.0','1045069.0','172',    '149','57','91676.78',    '137','48','85206.92',    '96','17','6469.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025079.0','1019502.0','21',    '19','10','21460.89',    '18','9','17067.47',    '12','3','4393.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113343.0','1045069.0','38',    '32','8','9412.76',    '31','7','9023.98',    '19','2','388.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025080.0','1019502.0','2',    '1','1','3027.31',    '1','1','2638.0',    '1','1','389.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113344.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025081.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113345.0','1045069.0','14',    '9','1','445.85',    '9','1','445.85',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025082.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113346.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009419.0','1019502.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097683.0','1045069.0','187',    '117','66','565161.38',    '112','65','406160.12',    '73','34','159001.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025083.0','1019502.0','61',    '58','15','57619.87',    '56','12','55030.27',    '33','4','2589.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113347.0','1045069.0','10',    '8','2','8138.7',    '8','2','7923.7',    '3','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009333.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097597.0','1045069.0','130',    '123','23','46506.79',    '115','20','41785.51',    '66','4','4721.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025084.0','1019502.0','43',    '41','12','31327.21',    '39','10','28487.26',    '23','5','2839.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113348.0','1045069.0','14',    '12','3','1855.45',    '12','3','1855.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009207.0','1019502.0','3',    '3','2','3084.0',    '3','2','3084.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097471.0','1045069.0','148',    '137','37','54869.68',    '125','27','48077.25',    '86','15','6792.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025085.0','1019502.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113349.0','1045069.0','1',    '1','1','86.95',    '0','0','0.0',    '1','1','86.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009609.0','1019502.0','149',    '130','37','175271.01',    '125','36','168015.58',    '66','6','7255.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097873.0','1045069.0','123',    '110','22','74841.0',    '102','22','71269.03',    '51','3','3571.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025086.0','1019502.0','117',    '112','28','59088.6',    '106','22','45204.98',    '62','11','13883.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113350.0','1045069.0','20',    '16','5','12443.76',    '16','4','11233.24',    '6','3','1210.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023648.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111912.0','1045069.0','1',    '1','1','1797.97',    '1','1','1797.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025087.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113351.0','1045069.0','12',    '12','8','16811.42',    '10','3','13555.44',    '10','6','3255.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023458.0','1019502.0','2',    '2','1','2143.99',    '2','1','2143.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111722.0','1045069.0','1',    '1','1','397.49',    '1','0','0.0',    '1','1','397.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009433.0','1019502.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097697.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025088.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113352.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023596.0','1019502.0','1',    '1','1','96.36',    '1','1','96.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111860.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025089.0','1019502.0','1',    '1','1','620.39',    '1','0','0.0',    '1','1','620.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113353.0','1045069.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025090.0','1019502.0','80',    '77','33','92403.97',    '74','28','73120.0',    '51','15','19283.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113354.0','1045069.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025091.0','1019502.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113355.0','1045069.0','30',    '21','7','7309.76',    '19','7','6940.49',    '9','1','369.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025092.0','1019502.0','1',    '1','1','1943.72',    '1','1','1943.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113356.0','1045069.0','58',    '57','16','39892.18',    '54','14','35071.97',    '39','4','4820.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023463.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111727.0','1045069.0','37',    '34','12','34332.74',    '32','10','23656.45',    '23','6','10676.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025093.0','1019502.0','37',    '33','16','64733.22',    '31','13','47268.22',    '20','4','17465.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113357.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025094.0','1019502.0','2',    '2','2','521.5',    '2','0','0.0',    '2','2','521.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113358.0','1045069.0','36',    '36','8','10290.72',    '36','8','9899.85',    '20','1','390.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025095.0','1019502.0','17',    '14','5','7858.2',    '13','5','7142.83',    '8','2','715.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113359.0','1045069.0','10',    '9','3','3958.15',    '8','3','3958.15',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025096.0','1019502.0','5',    '5','4','4926.37',    '5','4','4926.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113360.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025097.0','1019502.0','14',    '14','1','1864.88',    '14','1','1864.88',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113361.0','1045069.0','3',    '3','3','1717.06',    '3','3','1717.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025098.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113362.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025099.0','1019502.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113363.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025100.0','1019502.0','362',    '293','119','539759.58',    '267','101','397784.34',    '197','52','141975.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113364.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025101.0','1019502.0','2',    '2','1','3990.0',    '2','1','3990.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113365.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009303.0','1019502.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097567.0','1045069.0','15',    '14','6','16907.96',    '14','6','15699.34',    '6','2','1208.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025102.0','1019502.0','20',    '17','4','9539.43',    '16','4','9539.43',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113366.0','1045069.0','29',    '29','13','27949.45',    '29','9','26377.75',    '17','5','1571.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009265.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097529.0','1045069.0','10',    '10','2','3319.57',    '10','2','3319.57',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025103.0','1019502.0','63',    '60','19','50024.12',    '60','16','47902.79',    '24','6','2121.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113367.0','1045069.0','71',    '66','22','31459.27',    '64','19','30114.49',    '37','4','1344.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009296.0','1019502.0','59',    '57','34','80403.6',    '57','31','73270.13',    '34','11','7133.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097560.0','1045069.0','97',    '92','22','46710.16',    '86','19','43906.66',    '41','6','2803.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009436.0','1019502.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097700.0','1045069.0','44',    '44','15','45900.19',    '42','13','43783.01',    '22','4','2117.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025104.0','1019502.0','460',    '417','91','221733.18',    '400','79','195666.66',    '210','31','26066.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113368.0','1045069.0','10',    '9','6','34389.5',    '9','6','29854.81',    '8','2','4534.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025105.0','1019502.0','20',    '19','6','13153.78',    '17','6','13079.5',    '9','1','74.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113369.0','1045069.0','1',    '1','1','1170.01',    '1','1','730.02',    '1','1','439.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025106.0','1019502.0','49',    '47','10','13527.85',    '41','4','6314.44',    '37','8','7213.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113370.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025107.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113371.0','1045069.0','13',    '13','6','3857.96',    '12','2','1640.55',    '10','4','2217.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025108.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113372.0','1045069.0','11',    '9','8','3863.94',    '9','2','231.34',    '7','7','3632.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025109.0','1019502.0','87',    '85','49','47722.68',    '81','23','30004.62',    '70','39','17718.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113373.0','1045069.0','998',    '978','491','630743.37',    '923','257','389957.98',    '765','366','240785.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025110.0','1019502.0','213',    '180','66','183323.98',    '172','62','174634.23',    '103','12','8689.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113374.0','1045069.0','785',    '667','337','1924026.44',    '630','287','1523309.01',    '442','126','400717.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025111.0','1019502.0','15',    '15','2','4611.96',    '15','2','3938.97',    '9','1','672.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113375.0','1045069.0','307',    '295','123','297529.35',    '284','106','271854.38',    '177','49','25674.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025112.0','1019502.0','15',    '14','2','2959.99',    '12','1','1790.5',    '7','1','1169.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113376.0','1045069.0','6',    '5','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025113.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113377.0','1045069.0','302',    '280','87','200448.19',    '265','79','179745.88',    '131','16','20702.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025114.0','1019502.0','6',    '6','1','1178.71',    '6','0','0.0',    '3','1','1178.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113378.0','1045069.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009432.0','1019502.0','327',    '305','94','290601.65',    '292','86','277500.87',    '176','21','13100.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097696.0','1045069.0','1',    '1','1','8400.0',    '0','0','0.0',    '1','1','8400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025115.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113379.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025116.0','1019502.0','381',    '298','138','628545.09',    '265','128','502022.44',    '193','59','126522.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113380.0','1045069.0','1',    '1','1','3842.11',    '1','1','1632.0',    '1','1','2210.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009414.0','1019502.0','133',    '121','38','106920.26',    '114','36','101119.87',    '64','8','5800.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097678.0','1045069.0','33',    '32','10','32615.6',    '32','10','31158.47',    '20','1','1457.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009217.0','1019502.0','5',    '5','1','698.35',    '5','1','698.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097481.0','1045069.0','1',    '1','1','2054.2',    '1','1','1935.2',    '1','1','119.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025117.0','1019502.0','27',    '26','4','3018.07',    '26','4','3018.07',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113381.0','1045069.0','33',    '29','10','34880.97',    '28','10','30103.13',    '14','2','4777.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025118.0','1019502.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113382.0','1045069.0','1235',    '1067','276','541478.49',    '989','219','431996.85',    '652','121','109481.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025119.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113383.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013692.0','1019502.0','7',    '7','3','5599.73',    '7','3','5599.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2101956.0','1045069.0','104',    '94','36','154765.88',    '92','34','147690.22',    '46','8','7075.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025120.0','1019502.0','55',    '53','9','24640.25',    '51','7','22981.88',    '29','4','1658.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113384.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009661.0','1019502.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097925.0','1045069.0','10',    '7','4','8587.39',    '7','4','6818.0',    '3','1','1769.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025121.0','1019502.0','35',    '34','13','44484.59',    '34','13','42645.6',    '18','5','1838.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113385.0','1045069.0','9',    '9','3','9814.32',    '9','3','9071.82',    '4','1','742.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025122.0','1019502.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113386.0','1045069.0','2',    '2','2','7894.14',    '2','2','4871.0',    '2','2','3023.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025123.0','1019502.0','7',    '6','2','4370.27',    '6','2','4067.77',    '2','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113387.0','1045069.0','12',    '10','3','10920.28',    '10','3','10860.78',    '4','1','59.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025124.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113388.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025125.0','1019502.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113389.0','1045069.0','476',    '416','104','240467.59',    '395','94','209959.38',    '201','31','30508.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025126.0','1019502.0','123',    '101','80','1027798.68',    '100','78','829731.97',    '78','43','198066.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113390.0','1045069.0','8',    '8','1','1591.71',    '8','1','1591.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009785.0','1019502.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2098049.0','1045069.0','41',    '38','13','50770.53',    '37','11','46810.87',    '21','5','3959.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009264.0','1019502.0','147',    '134','42','152184.14',    '127','36','137241.14',    '81','15','14943.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097528.0','1045069.0','25',    '21','7','18176.08',    '19','7','15918.41',    '11','1','2257.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010121.0','1019502.0','1',    '1','1','100.0',    '1','1','100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098385.0','1045069.0','1',    '1','1','2506.07',    '1','1','1632.0',    '1','1','874.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009356.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097620.0','1045069.0','5',    '5','4','5751.08',    '3','1','3686.6',    '4','4','2064.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025127.0','1019502.0','6',    '6','1','397.49',    '5','0','0.0',    '3','1','397.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113391.0','1045069.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009493.0','1019502.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097757.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025128.0','1019502.0','1',    '1','1','2472.62',    '1','1','2472.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113392.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009627.0','1019502.0','1',    '1','1','5523.49',    '0','0','0.0',    '1','1','5523.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097891.0','1045069.0','3',    '3','1','381.84',    '3','1','381.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2013922.0','1019502.0','22',    '22','10','27310.88',    '19','9','19175.19',    '17','3','8135.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2102186.0','1045069.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009631.0','1019502.0','5',    '4','2','2531.67',    '4','2','2531.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097895.0','1045069.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025129.0','1019502.0','21',    '18','4','3221.03',    '18','4','3221.03',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113393.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009677.0','1019502.0','19',    '18','4','14109.81',    '18','4','12941.27',    '10','1','1168.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097941.0','1045069.0','20',    '20','3','2280.08',    '20','2','2072.58',    '14','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010075.0','1019502.0','1',    '1','1','402.5',    '0','0','0.0',    '1','1','402.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098339.0','1045069.0','1076',    '950','314','878006.49',    '892','268','705729.1',    '593','117','172277.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025130.0','1019502.0','1',    '1','1','2722.4',    '1','0','0.0',    '1','1','2722.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113394.0','1045069.0','34',    '29','6','19528.7',    '24','6','15466.08',    '15','1','4062.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025131.0','1019502.0','1',    '1','1','984.81',    '1','1','589.8',    '1','1','395.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113395.0','1045069.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025132.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113396.0','1045105.0','1',    '1','1','421.5',    '1','0','0.0',    '1','1','421.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025133.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113397.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025134.0','1019538.0','59',    '55','20','82002.82',    '52','20','76700.12',    '29','8','5302.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113398.0','1045105.0','81',    '76','27','91671.76',    '73','26','78047.34',    '40','6','13624.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013709.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2101973.0','1045105.0','6',    '6','2','1921.64',    '6','2','1921.64',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025135.0','1019538.0','347',    '312','130','488125.97',    '302','121','436322.61',    '167','28','51803.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113399.0','1045105.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009973.0','1019538.0','7',    '6','1','1549.14',    '6','1','1549.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098237.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025136.0','1019538.0','1',    '1','1','627.0',    '1','0','0.0',    '1','1','627.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113400.0','1045105.0','86',    '83','32','163010.84',    '76','26','143014.37',    '46','13','19996.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009769.0','1019538.0','27',    '20','4','7822.24',    '17','4','6888.06',    '12','1','934.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098033.0','1045105.0','103',    '92','24','48699.91',    '89','17','44445.62',    '57','9','4254.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025137.0','1019538.0','1',    '1','1','4505.05',    '1','1','1330.0',    '1','1','3175.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113401.0','1045105.0','40',    '33','16','52811.76',    '33','16','41858.87',    '12','2','10952.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009948.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098212.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009376.0','1019538.0','32',    '29','7','6742.66',    '29','7','6356.56',    '17','1','386.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097640.0','1045105.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025138.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113402.0','1045105.0','23',    '20','6','30483.22',    '20','5','28376.96',    '12','3','2106.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025139.0','1019538.0','89',    '73','12','19703.09',    '64','11','19584.09',    '33','1','119.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113403.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025140.0','1019538.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113404.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009491.0','1019538.0','782',    '699','203','553104.86',    '664','171','465394.11',    '426','73','87710.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097755.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025141.0','1019538.0','29',    '22','4','15200.72',    '18','4','13249.45',    '14','3','1951.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113405.0','1045105.0','1',    '1','1','1070.0',    '1','1','1070.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009473.0','1019538.0','48',    '46','5','8885.59',    '42','3','8422.24',    '22','2','463.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097737.0','1045105.0','22',    '20','5','9123.16',    '14','5','7762.06',    '13','1','1361.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009590.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097854.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025142.0','1019538.0','134',    '113','42','136316.7',    '109','41','124467.63',    '50','7','11849.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113406.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009575.0','1019538.0','14',    '13','5','9641.72',    '13','5','9011.72',    '6','1','630.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097839.0','1045105.0','8',    '8','3','16173.64',    '8','3','16173.64',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025143.0','1019538.0','22',    '19','5','23047.04',    '18','4','21557.35',    '11','3','1489.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113407.0','1045105.0','161',    '152','74','189273.08',    '132','23','62576.85',    '131','69','126696.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009732.0','1019538.0','13',    '11','4','7692.43',    '11','4','7692.43',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097996.0','1045105.0','1',    '1','1','209.25',    '1','0','0.0',    '1','1','209.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009768.0','1019538.0','70',    '56','11','35957.53',    '51','9','31426.24',    '30','5','4531.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098032.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010006.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098270.0','1045105.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2010091.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2098355.0','1045105.0','118',    '102','40','186160.5',    '98','38','178222.94',    '60','8','7937.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009992.0','1019538.0','5',    '5','1','934.3',    '5','1','934.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098256.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2010090.0','1019538.0','756',    '712','381','405584.09',    '555','97','187774.59',    '590','338','217809.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2098354.0','1045105.0','81',    '78','49','62542.09',    '71','12','14778.82',    '74','47','47763.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025144.0','1019538.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113408.0','1045105.0','17',    '17','4','22127.85',    '17','4','21617.85',    '11','1','510.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009613.0','1019538.0','1',    '1','1','1204.51',    '1','0','0.0',    '1','1','1204.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097877.0','1045105.0','36',    '23','5','17343.86',    '19','4','17143.87',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010059.0','1019538.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098323.0','1045105.0','60',    '53','26','110002.48',    '51','26','89031.38',    '32','9','20971.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025145.0','1019538.0','58',    '52','23','45816.31',    '50','20','43614.7',    '36','3','2201.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113409.0','1045105.0','205',    '198','30','47882.67',    '193','23','43097.69',    '144','11','4784.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009998.0','1019538.0','4',    '4','4','4321.1',    '4','3','3804.6',    '1','1','516.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098262.0','1045105.0','8',    '4','3','15876.13',    '4','2','15481.49',    '3','2','394.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009743.0','1019538.0','7',    '6','2','4958.42',    '5','2','4958.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098007.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013827.0','1019538.0','1',    '1','1','1707.96',    '1','1','1330.0',    '1','1','377.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102091.0','1045105.0','29',    '27','9','19589.33',    '26','8','19012.06',    '16','2','577.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009812.0','1019538.0','3',    '3','1','869.2',    '3','1','869.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098076.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025146.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113410.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025147.0','1019538.0','27',    '24','5','8087.85',    '23','5','7511.08',    '12','2','576.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113411.0','1045105.0','711',    '566','225','1135703.61',    '528','187','895051.87',    '368','99','240651.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009852.0','1019538.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098116.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025148.0','1019538.0','24',    '22','7','9808.94',    '18','7','7793.79',    '17','1','2015.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113412.0','1045105.0','3',    '2','2','3244.0',    '2','2','3244.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025149.0','1019538.0','86',    '80','23','62829.09',    '77','20','53994.23',    '42','5','8834.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113413.0','1045105.0','2',    '2','1','2561.04',    '2','1','2561.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013661.0','1019538.0','14',    '14','6','9594.77',    '13','6','9205.46',    '5','1','389.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2101925.0','1045105.0','185',    '166','36','36914.1',    '152','21','28168.81',    '125','19','8745.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009871.0','1019538.0','179',    '169','43','83059.93',    '154','31','69863.17',    '108','22','13196.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098135.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025150.0','1019538.0','6',    '5','3','24698.77',    '4','3','24210.5',    '4','1','488.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113414.0','1045105.0','24',    '23','13','55079.92',    '23','11','52653.08',    '17','6','2426.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025151.0','1019538.0','114',    '98','68','502275.68',    '98','67','418341.85',    '67','30','83933.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113415.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009886.0','1019538.0','8',    '8','1','3081.33',    '8','1','3081.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098150.0','1045105.0','64',    '60','15','50479.19',    '59','13','49018.87',    '29','3','1460.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025152.0','1019538.0','1',    '1','1','2268.68',    '0','0','0.0',    '1','1','2268.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113416.0','1045105.0','12',    '11','4','6554.88',    '11','4','4306.64',    '5','1','2248.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009957.0','1019538.0','2',    '2','1','1699.73',    '1','0','0.0',    '2','1','1699.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098221.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023655.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111919.0','1045105.0','2',    '2','1','482.0',    '2','0','0.0',    '2','1','482.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025153.0','1019538.0','1',    '1','1','207.5',    '1','0','0.0',    '1','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113417.0','1045105.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023598.0','1019538.0','66',    '64','25','50565.78',    '60','24','47248.6',    '38','3','3317.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111862.0','1045105.0','1',    '1','1','4019.19',    '1','1','1014.0',    '1','1','3005.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025154.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113418.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025155.0','1019538.0','2',    '2','1','686.04',    '2','1','686.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113419.0','1045105.0','1010',    '949','268','691320.61',    '906','216','574210.46',    '598','111','117110.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025156.0','1019538.0','3',    '2','2','2121.21',    '2','2','2121.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113420.0','1045105.0','252',    '233','35','105045.64',    '204','28','92460.26',    '118','12','12585.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025157.0','1019538.0','231',    '227','30','41750.36',    '223','26','35399.23',    '152','8','6351.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113421.0','1045105.0','13',    '12','1','791.49',    '11','1','376.49',    '7','1','415.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025158.0','1019538.0','2',    '2','1','2297.94',    '2','1','1898.0',    '2','1','399.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113422.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025159.0','1019538.0','39',    '35','11','15489.88',    '35','10','14067.62',    '19','4','1422.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113423.0','1045105.0','360',    '327','76','214414.09',    '308','65','160649.32',    '191','30','53764.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025160.0','1019538.0','132',    '108','76','456311.16',    '97','67','366524.18',    '79','38','89786.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113424.0','1045105.0','154',    '147','34','41680.08',    '142','29','37765.64',    '73','7','3914.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025161.0','1019538.0','626',    '602','275','336026.56',    '535','111','189286.26',    '499','212','146740.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113425.0','1045105.0','28',    '27','11','16043.45',    '26','11','15264.19',    '14','2','779.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009461.0','1019538.0','106',    '98','40','97370.52',    '95','33','68604.69',    '58','14','28765.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097725.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009535.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097799.0','1045105.0','37',    '35','16','58493.45',    '32','14','50172.96',    '18','3','8320.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025162.0','1019538.0','37',    '27','6','17482.38',    '23','6','17482.38',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113426.0','1045105.0','6',    '6','2','1905.5',    '5','1','1698.0',    '5','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009628.0','1019538.0','26',    '26','11','18973.83',    '26','11','18248.83',    '10','2','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097892.0','1045105.0','7',    '5','1','1039.83',    '5','1','1039.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025163.0','1019538.0','137',    '121','32','130192.39',    '115','30','119400.5',    '56','5','10791.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113427.0','1045105.0','29',    '26','8','18146.9',    '25','7','17946.91',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009663.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097927.0','1045105.0','50',    '28','2','7325.39',    '27','2','6975.4',    '10','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025164.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113428.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010007.0','1019538.0','1',    '1','1','16674.04',    '1','1','13601.43',    '1','1','3072.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098271.0','1045105.0','39',    '38','4','11212.81',    '38','4','11008.31',    '19','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009421.0','1019538.0','1',    '1','1','12827.75',    '1','1','12827.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097685.0','1045105.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025165.0','1019538.0','4',    '4','2','3656.36',    '4','2','3656.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113429.0','1045105.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009381.0','1019538.0','40',    '36','19','82894.11',    '36','19','72289.84',    '19','6','10604.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2097645.0','1045105.0','3',    '2','1','402.38',    '2','1','402.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025166.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113430.0','1045105.0','1',    '1','1','280.13',    '1','1','280.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009502.0','1019538.0','16',    '15','10','24748.81',    '14','10','24479.09',    '12','2','269.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2097766.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010010.0','1019538.0','38',    '34','8','7250.73',    '33','7','6562.13',    '22','2','688.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098274.0','1045105.0','33',    '29','10','22393.06',    '28','10','18029.8',    '17','2','4363.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025167.0','1019538.0','6',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113431.0','1045105.0','50',    '48','24','188101.79',    '47','23','182013.04',    '23','3','6088.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010029.0','1019538.0','68',    '59','23','82216.15',    '57','22','75548.24',    '35','6','6667.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098293.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025168.0','1019538.0','138',    '125','40','65119.24',    '117','30','51259.56',    '76','21','13859.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113432.0','1045105.0','128',    '117','39','128941.69',    '115','36','120304.34',    '67','14','8637.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010057.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098321.0','1045105.0','46',    '44','26','160338.08',    '40','25','135433.73',    '31','11','24904.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025169.0','1019538.0','9',    '7','4','12512.03',    '7','4','12512.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113433.0','1045105.0','287',    '258','75','220117.27',    '249','66','164155.7',    '163','19','55961.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009718.0','1019538.0','61',    '57','16','47458.09',    '56','14','44956.99',    '32','5','2501.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2097982.0','1045105.0','2',    '2','1','5228.45',    '2','1','4549.17',    '1','1','679.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025170.0','1019538.0','164',    '149','26','55866.65',    '144','25','51705.44',    '78','6','4161.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113434.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009589.0','1019538.0','9',    '8','3','11115.62',    '5','0','0.0',    '6','3','11115.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097853.0','1045105.0','45',    '41','9','21134.56',    '39','9','20036.63',    '17','1','1097.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025171.0','1019538.0','1',    '1','1','388.79',    '1','0','0.0',    '1','1','388.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113435.0','1045105.0','51',    '45','15','40119.51',    '41','13','38198.84',    '19','3','1920.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025172.0','1019538.0','1',    '1','1','8400.0',    '0','0','0.0',    '1','1','8400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113436.0','1045105.0','112',    '104','31','99447.32',    '98','26','85775.22',    '53','11','13672.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009791.0','1019538.0','53',    '53','16','33487.49',    '50','12','22545.93',    '38','5','10941.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098055.0','1045105.0','4',    '4','1','664.32',    '4','1','664.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010008.0','1019538.0','2',    '2','1','138.82',    '2','1','138.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098272.0','1045105.0','33',    '30','6','23912.71',    '30','6','21574.76',    '15','4','2337.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025173.0','1019538.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113437.0','1045105.0','13',    '13','2','2488.8',    '13','2','2488.8',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025174.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113438.0','1045105.0','1',    '1','1','11228.98',    '1','1','11228.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009955.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098219.0','1045105.0','95',    '93','26','61421.83',    '90','24','59278.06',    '46','4','2143.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025175.0','1019538.0','1',    '1','1','1003.92',    '1','1','924.88',    '1','1','79.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113439.0','1045105.0','224',    '210','33','102878.01',    '194','23','74277.58',    '113','14','28600.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013693.0','1019538.0','2',    '2','2','11366.27',    '2','1','10944.77',    '2','1','421.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2101957.0','1045105.0','10',    '8','4','20765.83',    '8','4','19076.78',    '5','3','1689.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010014.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098278.0','1045105.0','16',    '16','4','4959.48',    '16','4','4959.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009842.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098106.0','1045105.0','81',    '73','21','33417.83',    '67','20','31391.38',    '46','7','2026.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025176.0','1019538.0','19',    '19','4','5213.62',    '19','4','5213.62',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113440.0','1045105.0','1',    '1','1','1522.43',    '1','1','1302.0',    '1','1','220.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009847.0','1019538.0','44',    '38','3','2615.08',    '35','3','2615.08',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098111.0','1045105.0','1',    '1','1','30200.0',    '1','1','30200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010102.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098366.0','1045105.0','1',    '1','1','349.99',    '1','0','0.0',    '1','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025177.0','1019538.0','32',    '31','4','4712.95',    '30','3','3717.09',    '13','2','995.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113441.0','1045105.0','1',    '1','1','2261.0',    '1','1','2261.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009879.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098143.0','1045105.0','4',    '3','1','1087.55',    '3','1','1087.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009831.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098095.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025178.0','1019538.0','99',    '89','29','100371.49',    '87','24','94933.09',    '52','12','5438.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113442.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010000.0','1019538.0','126',    '53','8','15050.71',    '51','8','14354.26',    '28','1','696.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098264.0','1045105.0','92',    '82','26','105684.68',    '79','22','94557.05',    '40','8','11127.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023482.0','1019538.0','86',    '77','12','28806.9',    '67','11','25970.0',    '43','4','2836.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111746.0','1045105.0','2',    '2','1','5620.0',    '2','1','5620.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025179.0','1019538.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113443.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025180.0','1019538.0','3',    '2','1','3850.56',    '2','1','2925.0',    '2','1','925.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113444.0','1045105.0','153',    '138','33','77693.43',    '126','28','74787.79',    '79','8','2905.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025181.0','1019538.0','14',    '14','4','3763.26',    '13','4','3567.82',    '6','1','195.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113445.0','1045105.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025182.0','1019538.0','159',    '144','47','161890.73',    '144','41','145579.4',    '84','19','16311.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113446.0','1045105.0','461',    '402','163','581094.75',    '389','153','495370.19',    '219','37','85724.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025183.0','1019538.0','6',    '6','2','1645.65',    '6','2','1645.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113447.0','1045105.0','5',    '5','2','1188.96',    '5','2','1188.96',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025184.0','1019538.0','7',    '7','2','3092.48',    '7','2','3092.48',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113448.0','1045105.0','14',    '13','1','1098.48',    '12','1','1098.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009976.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098240.0','1045105.0','40',    '33','25','61703.53',    '32','24','60203.58',    '17','5','1499.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025185.0','1019538.0','94',    '83','16','38674.86',    '77','14','35002.98',    '35','3','3671.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113449.0','1045105.0','557',    '476','230','1052099.6',    '439','205','796814.56',    '293','99','255285.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013807.0','1019538.0','6',    '5','5','31609.55',    '5','5','30289.52',    '3','2','1320.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102071.0','1045105.0','21',    '16','5','11292.38',    '16','2','5815.28',    '11','4','5477.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025186.0','1019538.0','2',    '2','1','1794.72',    '2','1','1794.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113450.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025187.0','1019538.0','41',    '37','4','6807.43',    '35','1','5586.68',    '16','3','1220.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113451.0','1045105.0','38',    '32','25','142429.33',    '32','24','136165.31',    '15','7','6264.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009805.0','1019538.0','1',    '1','1','1474.0',    '1','1','1474.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098069.0','1045105.0','11',    '9','4','9385.47',    '9','4','9385.47',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009486.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097750.0','1045105.0','17',    '16','1','864.72',    '14','1','864.72',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025188.0','1019538.0','1',    '1','1','4331.85',    '1','1','4331.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113452.0','1045105.0','13',    '10','4','1530.01',    '10','3','1141.01',    '6','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009490.0','1019538.0','2',    '1','1','1082.98',    '1','1','1082.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097754.0','1045105.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009958.0','1019538.0','2',    '2','2','1423.06',    '2','1','1215.56',    '1','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098222.0','1045105.0','15',    '12','3','7907.85',    '11','3','6256.78',    '7','1','1651.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025189.0','1019538.0','6',    '6','1','1450.79',    '6','1','1450.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113453.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2023558.0','1019538.0','6',    '5','2','6611.77',    '4','2','6094.27',    '3','1','517.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2111822.0','1045105.0','65',    '58','11','15011.7',    '54','11','15011.7',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025190.0','1019538.0','19',    '17','8','9358.64',    '16','8','8974.15',    '8','2','384.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113454.0','1045105.0','33',    '33','5','8842.17',    '32','5','8431.81',    '17','2','410.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025191.0','1019538.0','11',    '11','4','3879.76',    '9','2','2672.76',    '7','2','1207.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113455.0','1045105.0','36',    '34','17','47017.98',    '32','15','45597.27',    '21','5','1420.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025192.0','1019538.0','13',    '11','0','0.0',    '8','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113456.0','1045105.0','35',    '31','19','102462.67',    '29','17','94413.19',    '23','6','8049.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025193.0','1019538.0','14',    '13','11','58811.86',    '13','11','58811.86',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113457.0','1045105.0','1',    '1','1','763.19',    '1','1','763.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025194.0','1019538.0','12',    '11','9','16686.94',    '11','9','16686.94',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113458.0','1045105.0','8',    '8','4','10939.07',    '8','4','10289.09',    '5','2','649.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025195.0','1019538.0','84',    '77','40','124826.15',    '73','38','114005.18',    '51','7','10820.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113459.0','1045105.0','10',    '8','7','30421.82',    '7','7','30421.82',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009919.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098183.0','1045105.0','9',    '8','2','3410.75',    '8','2','3013.26',    '4','1','397.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025196.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113460.0','1045105.0','122',    '107','12','50928.39',    '99','11','42776.1',    '51','2','8152.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009833.0','1019538.0','10',    '8','4','4199.06',    '8','4','3810.06',    '5','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098097.0','1045105.0','3',    '3','2','2399.95',    '3','2','2399.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025197.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113461.0','1045105.0','36',    '30','4','4998.77',    '30','4','4470.77',    '20','1','528.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025198.0','1019538.0','1',    '1','1','1730.5',    '1','1','1428.0',    '1','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113462.0','1045105.0','7',    '7','5','10104.33',    '7','5','9904.34',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025199.0','1019538.0','103',    '98','60','182740.55',    '94','58','172792.57',    '51','7','9947.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113463.0','1045105.0','9',    '7','3','3591.93',    '6','3','3591.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009920.0','1019538.0','1',    '1','1','2212.26',    '1','1','1453.27',    '1','1','758.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098184.0','1045105.0','62',    '58','32','114711.1',    '56','29','103371.0',    '37','11','11340.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025200.0','1019538.0','7',    '6','3','32802.55',    '5','3','32602.56',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113464.0','1045105.0','16',    '13','2','4327.51',    '9','0','0.0',    '10','2','4327.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009869.0','1019538.0','6',    '5','1','874.05',    '5','1','874.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098133.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009340.0','1019538.0','31',    '31','9','25516.76',    '30','8','22945.59',    '15','4','2571.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097604.0','1045105.0','33',    '27','14','49161.64',    '25','14','48561.67',    '14','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025201.0','1019538.0','1',    '1','1','1226.0',    '1','1','1226.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113465.0','1045105.0','12',    '9','1','78.31',    '8','1','78.31',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009492.0','1019538.0','227',    '202','49','133983.18',    '190','36','113617.67',    '128','31','20365.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097756.0','1045105.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025202.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113466.0','1045105.0','8',    '8','4','12734.26',    '7','4','12734.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010112.0','1019538.0','32',    '28','7','23644.51',    '26','7','23644.51',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098376.0','1045105.0','5',    '5','1','518.56',    '5','0','0.0',    '4','1','518.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009529.0','1019538.0','48',    '45','34','78712.37',    '44','32','77712.42',    '25','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097793.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010022.0','1019538.0','10',    '10','6','16302.31',    '10','5','13652.16',    '2','1','2650.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098286.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009712.0','1019538.0','13',    '11','4','17546.46',    '11','4','16437.02',    '4','2','1109.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097976.0','1045105.0','6',    '5','3','12847.83',    '5','3','12847.83',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009999.0','1019538.0','7',    '6','5','39304.22',    '6','5','38915.22',    '4','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098263.0','1045105.0','11',    '8','3','7332.53',    '8','3','6813.97',    '5','1','518.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010039.0','1019538.0','27',    '24','17','59272.79',    '23','17','57302.69',    '12','1','1970.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098303.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009783.0','1019538.0','1',    '1','1','2077.01',    '1','1','1852.02',    '1','1','224.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098047.0','1045105.0','24',    '20','4','3384.78',    '15','2','2025.58',    '15','2','1359.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025203.0','1019538.0','8',    '5','3','3884.88',    '5','3','3884.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113467.0','1045105.0','7',    '6','4','6034.46',    '5','4','6034.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2010093.0','1019538.0','7',    '6','4','18550.73',    '6','4','17532.44',    '2','1','1018.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2098357.0','1045105.0','22',    '19','5','16658.3',    '19','3','15714.81',    '7','2','943.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025204.0','1019538.0','54',    '46','34','230527.49',    '44','32','220386.27',    '32','10','10141.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113468.0','1045105.0','115',    '106','46','171203.17',    '99','41','134392.2',    '66','17','36810.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025205.0','1019538.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113469.0','1045105.0','4',    '3','1','6717.78',    '3','1','6717.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009880.0','1019538.0','15',    '13','8','19573.87',    '13','8','19573.87',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2098144.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010032.0','1019538.0','7',    '6','5','11805.6',    '6','5','11805.6',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098296.0','1045105.0','52',    '41','35','182808.0',    '40','35','158710.81',    '25','8','24097.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009954.0','1019538.0','1',    '1','1','802.77',    '1','1','802.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098218.0','1045105.0','432',    '393','136','228587.9',    '352','114','191853.19',    '235','49','36734.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025206.0','1019538.0','4',    '4','1','778.0',    '3','0','0.0',    '3','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113470.0','1045105.0','23',    '20','9','22699.26',    '18','9','22699.26',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023643.0','1019538.0','3',    '3','2','1426.58',    '3','2','1426.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111907.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009881.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098145.0','1045105.0','22',    '21','16','47747.04',    '20','16','47547.05',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025207.0','1019538.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113471.0','1045105.0','7',    '6','1','5778.0',    '4','0','0.0',    '4','1','5778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025208.0','1019538.0','3',    '2','2','1287.56',    '2','2','1287.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113472.0','1045105.0','10',    '8','3','2847.6',    '8','3','1915.23',    '4','1','932.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025209.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113473.0','1045105.0','154',    '139','99','271250.79',    '134','95','258559.74',    '84','18','12691.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023518.0','1019538.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111782.0','1045105.0','531',    '453','325','1052428.07',    '431','301','974575.71',    '288','68','77852.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025210.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113474.0','1045105.0','28',    '18','9','125684.9',    '18','9','125684.9',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025211.0','1019538.0','2',    '2','2','17949.14',    '1','1','12749.15',    '2','2','5199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113475.0','1045105.0','20',    '17','5','8886.6',    '16','4','8638.01',    '11','1','248.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025212.0','1019538.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113476.0','1045105.0','24',    '18','9','68227.11',    '17','9','63836.59',    '15','3','4390.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025213.0','1019538.0','6',    '4','3','9034.41',    '4','3','8629.92',    '2','1','404.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113477.0','1045105.0','21',    '20','14','98061.56',    '19','14','97258.57',    '12','1','802.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025214.0','1019538.0','15',    '11','9','20036.44',    '11','8','17405.17',    '10','4','2631.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113478.0','1045105.0','1',    '1','1','3697.08',    '1','1','3697.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025215.0','1019538.0','1',    '1','1','3771.11',    '1','1','3771.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113479.0','1045105.0','2',    '1','1','1028.42',    '1','1','1028.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025216.0','1019538.0','67',    '57','32','65844.62',    '56','30','59841.64',    '29','6','6002.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113480.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025217.0','1019538.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113481.0','1045105.0','8',    '7','4','17345.08',    '7','4','16976.08',    '4','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025218.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113482.0','1045105.0','21',    '17','3','2459.4',    '17','2','1779.8',    '11','1','679.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009678.0','1019538.0','43',    '37','8','31644.86',    '34','5','26714.03',    '23','4','4930.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097942.0','1045105.0','1',    '1','1','12517.83',    '1','1','8110.33',    '1','1','4407.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025219.0','1019538.0','41',    '38','21','52994.93',    '32','20','52394.96',    '25','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113483.0','1045105.0','4',    '4','2','7831.7',    '4','2','7831.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009782.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098046.0','1045105.0','8',    '8','2','1412.49',    '7','0','0.0',    '3','2','1412.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025220.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113484.0','1045105.0','36',    '29','14','27003.8',    '27','12','17870.6',    '17','6','9133.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025221.0','1019538.0','1',    '1','1','1534.4',    '1','1','1534.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113485.0','1045105.0','7',    '5','2','19269.6',    '3','2','19269.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025222.0','1019538.0','46',    '42','28','129752.7',    '42','27','129163.71',    '19','2','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113486.0','1045105.0','9',    '9','4','6143.34',    '8','4','6143.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025223.0','1019538.0','179',    '171','124','354703.55',    '167','122','348170.48',    '105','11','6533.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113487.0','1045105.0','27',    '19','6','22260.16',    '17','4','16270.18',    '9','3','5989.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009415.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097679.0','1045105.0','37',    '31','21','110232.29',    '28','21','91180.02',    '23','10','19052.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009763.0','1019538.0','27',    '23','17','92382.51',    '22','17','92182.52',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098027.0','1045105.0','6',    '4','4','3776.85',    '4','4','3776.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025224.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113488.0','1045105.0','21',    '18','11','65962.82',    '18','11','59579.45',    '10','4','6383.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010015.0','1019538.0','1',    '1','1','3148.24',    '1','1','3148.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098279.0','1045105.0','4',    '3','3','9502.01',    '3','3','9502.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009605.0','1019538.0','1',    '1','1','1865.25',    '1','1','1865.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097869.0','1045105.0','9',    '8','5','12829.7',    '8','5','11851.71',    '4','1','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009926.0','1019538.0','69',    '54','40','107832.29',    '50','39','102678.97',    '32','8','5153.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098190.0','1045105.0','1',    '1','1','11384.64',    '1','1','11384.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009662.0','1019538.0','12',    '7','2','15274.02',    '7','2','13143.76',    '4','1','2130.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2097926.0','1045105.0','1',    '1','1','3457.5',    '1','1','3457.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025225.0','1019538.0','30',    '20','10','30321.2',    '20','10','28913.47',    '13','2','1407.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113489.0','1045105.0','18',    '16','4','7794.58',    '15','4','7794.58',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025226.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113490.0','1045105.0','1',    '1','1','2905.02',    '1','1','1752.0',    '1','1','1153.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009247.0','1019538.0','3',    '2','1','516.07',    '2','1','516.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097511.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010105.0','1019538.0','4',    '3','1','5165.76',    '3','1','5165.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098369.0','1045105.0','68',    '59','34','112350.5',    '56','31','107699.4',    '34','7','4651.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025227.0','1019538.0','1',    '1','1','2829.74',    '1','1','2829.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113491.0','1045105.0','7',    '6','2','3628.32',    '5','2','3628.32',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025228.0','1019538.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113492.0','1045105.0','10',    '6','5','40047.55',    '6','5','40047.55',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025229.0','1019538.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113493.0','1045105.0','30',    '27','18','34868.2',    '25','17','34268.23',    '13','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025230.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113494.0','1045105.0','5',    '3','3','6038.22',    '3','3','6038.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009684.0','1019538.0','52',    '35','27','211847.75',    '35','27','197774.7',    '16','8','14073.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097948.0','1045105.0','14',    '10','0','0.0',    '9','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009746.0','1019538.0','3',    '2','1','2755.99',    '2','1','2755.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098010.0','1045105.0','1',    '1','1','4094.32',    '1','1','4094.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025231.0','1019538.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113495.0','1045105.0','19',    '15','9','17978.75',    '14','7','13211.7',    '10','3','4767.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010099.0','1019538.0','8',    '5','5','4547.84',    '5','5','4547.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098363.0','1045105.0','2',    '2','1','3340.5',    '2','1','2990.51',    '1','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009844.0','1019538.0','1',    '1','1','1136.08',    '1','1','1136.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098108.0','1045105.0','6',    '5','3','4098.08',    '5','3','4098.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009929.0','1019538.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098193.0','1045105.0','29',    '25','7','12242.84',    '23','3','5076.35',    '20','5','7166.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009830.0','1019538.0','276',    '245','102','226600.56',    '227','94','195554.25',    '146','31','31046.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098094.0','1045105.0','11',    '7','5','13488.32',    '7','4','12788.33',    '4','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025232.0','1019538.0','24',    '22','5','31992.35',    '22','5','27290.39',    '8','2','4701.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113496.0','1045105.0','3',    '3','1','7347.49',    '3','1','7347.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025233.0','1019538.0','4',    '4','4','4727.27',    '4','4','4727.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113497.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025234.0','1019538.0','126',    '84','55','435896.46',    '78','51','360093.14',    '52','24','75803.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113498.0','1045105.0','12',    '10','4','8061.05',    '9','4','8061.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009797.0','1019538.0','102',    '90','71','740655.69',    '89','68','675710.16',    '44','21','64945.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098061.0','1045105.0','29',    '26','15','44258.92',    '26','15','44258.92',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025235.0','1019538.0','84',    '78','60','207557.01',    '76','57','196391.81',    '45','13','11165.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113499.0','1045105.0','15',    '13','3','6925.8',    '12','3','6344.14',    '8','1','581.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009776.0','1019538.0','11',    '8','4','33352.47',    '8','3','28029.95',    '6','2','5322.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098040.0','1045105.0','5',    '4','2','6963.25',    '3','2','2852.0',    '4','1','4111.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009947.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098211.0','1045105.0','1',    '1','1','2769.68',    '1','1','2769.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009956.0','1019538.0','7',    '7','2','2108.48',    '7','2','2108.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098220.0','1045105.0','38',    '33','10','17204.05',    '26','0','0.0',    '30','10','17204.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010031.0','1019538.0','7',    '7','3','4793.72',    '7','2','1446.35',    '5','2','3347.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098295.0','1045105.0','55',    '45','31','103900.04',    '44','30','100966.07',    '23','6','2933.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023494.0','1019538.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111758.0','1045105.0','5',    '4','2','2466.11',    '4','2','2266.12',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009978.0','1019538.0','2',    '1','1','4178.36',    '1','1','2576.3',    '1','1','1602.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098242.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025236.0','1019538.0','16',    '14','11','25416.18',    '13','10','23445.94',    '9','2','1970.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113500.0','1045105.0','3',    '2','2','3128.24',    '2','2','3128.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025237.0','1019538.0','13',    '10','2','1782.31',    '8','1','1102.71',    '9','1','679.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113501.0','1045105.0','7',    '7','3','8403.77',    '7','3','7000.4',    '4','1','1403.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013664.0','1019538.0','5',    '5','1','1091.79',    '4','1','1091.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2101928.0','1045105.0','12',    '10','7','22577.73',    '10','6','21599.74',    '6','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025238.0','1019538.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113502.0','1045105.0','1',    '1','1','65.07',    '1','1','65.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010023.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098287.0','1045105.0','9',    '9','1','312.98',    '9','1','312.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025239.0','1019538.0','21',    '18','11','14580.85',    '18','10','14062.29',    '9','1','518.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113503.0','1045105.0','46',    '38','25','39122.98',    '36','25','38120.48',    '21','4','1002.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023650.0','1019538.0','5',    '5','3','7631.2',    '4','3','7431.21',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111914.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025240.0','1019538.0','70',    '63','49','184657.93',    '63','46','182200.94',    '37','9','2456.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113504.0','1045105.0','50',    '43','26','62513.32',    '41','26','60953.88',    '25','7','1559.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025241.0','1019538.0','31',    '27','9','26032.68',    '26','5','16374.81',    '15','4','9657.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113505.0','1045105.0','6',    '5','3','4886.8',    '5','1','2848.0',    '4','3','2038.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025242.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113506.0','1045105.0','54',    '39','27','184936.89',    '38','26','173313.45',    '20','4','11623.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025243.0','1019538.0','19',    '18','7','13270.57',    '18','7','13270.57',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113507.0','1045105.0','2',    '2','2','6026.36',    '2','2','6026.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025244.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113508.0','1045105.0','4',    '4','2','3896.54',    '4','2','3896.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025245.0','1019538.0','27',    '15','8','74401.66',    '15','8','70942.22',    '6','1','3459.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113509.0','1045105.0','1',    '1','1','1764.79',    '1','0','0.0',    '1','1','1764.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009284.0','1019538.0','63',    '50','36','184787.78',    '50','36','180364.31',    '20','4','4423.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097548.0','1045105.0','18',    '17','4','10612.55',    '12','3','6984.4',    '17','2','3628.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025246.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113510.0','1045105.0','18',    '16','11','50788.08',    '15','10','49338.12',    '10','4','1449.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009488.0','1019538.0','21',    '18','6','8885.61',    '18','5','8045.37',    '11','3','840.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097752.0','1045105.0','1',    '1','1','9451.28',    '1','1','4451.28',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025247.0','1019538.0','22',    '21','16','85614.84',    '21','16','80426.95',    '12','1','5187.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113511.0','1045105.0','8',    '7','3','7514.3',    '7','3','7514.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009555.0','1019538.0','22',    '21','18','65247.21',    '19','18','57337.16',    '15','4','7910.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097819.0','1045105.0','5',    '1','1','1696.91',    '1','1','1696.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025248.0','1019538.0','34',    '32','6','9525.65',    '29','2','3157.85',    '14','4','6367.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113512.0','1045105.0','3',    '3','1','702.11',    '3','1','702.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025249.0','1019538.0','1',    '1','1','10072.64',    '1','1','10072.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113513.0','1045105.0','5',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009592.0','1019538.0','17',    '14','6','15830.67',    '14','6','15830.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097856.0','1045105.0','5',    '5','1','639.84',    '5','1','639.84',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025250.0','1019538.0','3',    '2','1','1826.21',    '2','1','1826.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113514.0','1045105.0','23',    '22','18','138759.82',    '20','17','137790.64',    '14','2','969.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025251.0','1019538.0','52',    '47','20','48413.14',    '47','18','42663.95',    '26','3','5749.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113515.0','1045105.0','79',    '64','34','109419.79',    '63','31','107246.29',    '39','7','2173.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025252.0','1019538.0','20',    '15','10','39984.99',    '14','10','39984.99',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113516.0','1045105.0','2',    '2','1','606.4',    '2','1','606.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009968.0','1019538.0','6',    '4','2','31032.7',    '4','2','31032.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098232.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009487.0','1019538.0','7',    '5','4','9535.06',    '5','3','8785.09',    '3','3','749.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2097751.0','1045105.0','36',    '31','23','178602.48',    '30','22','139121.57',    '18','7','39480.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025253.0','1019538.0','1',    '1','1','952.56',    '1','1','952.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113517.0','1045105.0','11',    '9','3','2181.79',    '9','0','0.0',    '6','3','2181.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009206.0','1019538.0','10',    '9','5','9418.1',    '9','4','8640.1',    '5','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2097470.0','1045105.0','28',    '21','16','35297.33',    '21','14','34297.56',    '9','4','999.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009994.0','1019538.0','8',    '7','3','11931.73',    '6','3','11931.73',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098258.0','1045105.0','3',    '3','2','8968.24',    '3','2','8968.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009524.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097788.0','1045105.0','15',    '14','7','19722.85',    '14','7','17498.75',    '9','2','2224.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009840.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098104.0','1045105.0','3',    '2','2','1851.06',    '2','2','1851.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013675.0','1019538.0','15',    '10','4','28070.71',    '9','2','25159.65',    '9','3','2911.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2101939.0','1045105.0','2',    '1','1','778.0',    '1','0','0.0',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025254.0','1019538.0','17',    '11','8','36740.94',    '11','8','35955.0',    '5','2','785.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113518.0','1045105.0','5',    '4','1','574.98',    '3','0','0.0',    '3','1','574.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009689.0','1019538.0','60',    '53','22','94373.3',    '46','16','87499.42',    '38','10','6873.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097953.0','1045105.0','6',    '4','1','1121.66',    '3','1','1121.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009788.0','1019538.0','67',    '63','22','66664.75',    '62','19','58790.85',    '34','7','7873.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098052.0','1045105.0','1',    '1','1','496.08',    '1','1','496.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025255.0','1019538.0','6',    '6','4','16902.86',    '6','4','16902.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113519.0','1045105.0','4',    '4','1','22322.65',    '4','1','22322.65',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009952.0','1019538.0','28',    '20','3','8665.99',    '19','2','7718.2',    '9','1','947.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2098216.0','1045105.0','1',    '1','1','6997.3',    '1','1','6997.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009806.0','1019538.0','50',    '32','2','1399.98',    '25','0','0.0',    '15','2','1399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098070.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025256.0','1019538.0','14',    '11','6','29154.92',    '10','5','24154.92',    '7','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113520.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025257.0','1019538.0','50',    '48','20','58284.8',    '46','18','57684.83',    '30','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113521.0','1045105.0','189',    '179','126','509990.59',    '169','122','496274.58',    '105','21','13716.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025258.0','1019538.0','41',    '35','23','84377.29',    '32','23','82204.92',    '15','3','2172.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113522.0','1045105.0','1',    '1','1','1025.61',    '1','1','1025.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009845.0','1019538.0','29',    '28','22','81566.61',    '27','22','80966.64',    '17','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098109.0','1045105.0','8',    '7','2','6786.24',    '7','2','6581.74',    '4','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010063.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098327.0','1045105.0','5',    '3','3','9294.87',    '3','3','9294.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025259.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113523.0','1045105.0','1',    '1','1','1390.11',    '1','1','1390.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025260.0','1019538.0','1',    '1','1','4909.1',    '1','1','4799.11',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113524.0','1045105.0','1',    '1','1','1710.79',    '1','1','1510.8',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010128.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098392.0','1045105.0','14',    '11','9','24364.79',    '11','8','17328.87',    '6','4','7035.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025261.0','1019538.0','8',    '6','3','30869.92',    '5','3','30669.93',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113525.0','1045105.0','10',    '8','6','29054.82',    '8','6','28609.81',    '4','3','445.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010036.0','1019538.0','50',    '38','28','156698.37',    '37','28','144597.53',    '22','7','12100.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098300.0','1045105.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010060.0','1019538.0','25',    '22','10','51691.29',    '21','7','40559.42',    '16','5','11131.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098324.0','1045105.0','21',    '18','7','10304.62',    '18','6','9864.75',    '8','1','439.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009463.0','1019538.0','19',    '17','8','9956.94',    '16','7','8671.58',    '8','3','1285.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097727.0','1045105.0','53',    '49','47','423438.38',    '49','47','398795.13',    '30','8','24643.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009983.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098247.0','1045105.0','25',    '23','11','37906.71',    '23','10','30262.44',    '15','3','7644.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009272.0','1019538.0','764',    '706','272','1386673.76',    '688','232','1224412.95',    '461','105','162260.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097536.0','1045105.0','301',    '279','150','876675.57',    '279','139','729698.55',    '181','49','146977.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009855.0','1019538.0','7',    '5','2','2448.94',    '4','2','2448.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098119.0','1045105.0','6',    '5','2','6771.35',    '5','2','6571.36',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009585.0','1019538.0','8',    '6','2','2958.04',    '5','1','2258.05',    '4','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097849.0','1045105.0','32',    '25','5','4833.84',    '22','4','4444.84',    '8','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009540.0','1019538.0','19',    '17','14','91432.85',    '16','14','90226.88',    '11','3','1205.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097804.0','1045105.0','154',    '124','86','358020.5',    '122','85','345477.62',    '59','12','12542.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009665.0','1019538.0','12',    '11','9','40157.56',    '11','9','34954.96',    '6','2','5202.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097929.0','1045105.0','10',    '6','4','10955.64',    '6','4','6871.36',    '3','2','4084.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025262.0','1019538.0','1',    '1','1','4286.6',    '1','1','4286.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113526.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009838.0','1019538.0','241',    '215','157','548918.23',    '210','155','540305.84',    '117','17','8612.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098102.0','1045105.0','2',    '2','1','9303.2',    '2','1','9303.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009653.0','1019538.0','14',    '13','6','12316.22',    '13','5','10822.48',    '8','2','1493.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097917.0','1045105.0','1',    '1','1','1795.89',    '1','1','1795.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025263.0','1019538.0','14',    '10','5','26638.97',    '10','5','26638.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113527.0','1045105.0','2',    '1','1','384.62',    '1','1','384.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009990.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098254.0','1045105.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009911.0','1019538.0','7',    '6','4','7931.31',    '6','4','7931.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098175.0','1045105.0','21',    '19','6','22341.27',    '18','5','17341.27',    '10','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025264.0','1019538.0','2',    '2','2','9087.08',    '2','2','9087.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113528.0','1045105.0','49',    '30','22','183631.0',    '30','22','175015.01',    '16','5','8615.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010009.0','1019538.0','24',    '23','11','37167.53',    '21','11','35363.59',    '14','2','1803.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098273.0','1045105.0','32',    '26','13','41445.15',    '23','12','37711.08',    '9','2','3734.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009749.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098013.0','1045105.0','6',    '3','2','21923.6',    '3','2','21923.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025265.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113529.0','1045105.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025266.0','1019538.0','414',    '374','295','1120719.61',    '367','289','1076691.97',    '255','55','44027.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113530.0','1045105.0','1',    '1','1','2064.58',    '1','1','2064.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025267.0','1019538.0','1',    '1','1','2490.21',    '1','1','2490.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113531.0','1045105.0','42',    '37','8','25585.26',    '35','6','23773.14',    '14','2','1812.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009873.0','1019538.0','2',    '2','2','6365.1',    '2','2','6365.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098137.0','1045105.0','154',    '127','84','203097.01',    '122','82','196372.25',    '64','9','6724.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025268.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113532.0','1045105.0','7',    '5','4','5721.03',    '4','4','5721.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009817.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098081.0','1045105.0','5',    '5','2','15529.44',    '4','2','15529.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009748.0','1019538.0','154',    '140','51','190349.42',    '124','48','183961.0',    '89','10','6388.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098012.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009819.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098083.0','1045105.0','61',    '54','19','47713.26',    '53','19','43414.55',    '28','1','4298.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009924.0','1019538.0','25',    '24','22','60008.3',    '24','21','58041.35',    '15','4','1966.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098188.0','1045105.0','756',    '682','483','1871080.41',    '661','457','1765885.32',    '402','105','105195.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009877.0','1019538.0','164',    '149','73','213407.56',    '145','69','195667.69',    '95','17','17739.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098141.0','1045105.0','1',    '1','1','1330.23',    '1','1','1330.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009850.0','1019538.0','1',    '1','1','2471.93',    '1','1','2471.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098114.0','1045105.0','3',    '3','3','3062.67',    '3','3','3062.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010104.0','1019538.0','2',    '1','1','3322.0',    '1','1','3322.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098368.0','1045105.0','85',    '68','43','292302.44',    '66','41','284190.36',    '44','10','8112.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009548.0','1019538.0','2',    '2','2','3795.51',    '2','2','3445.52',    '2','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097812.0','1045105.0','1',    '1','1','5000.0',    '0','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023514.0','1019538.0','9',    '8','6','15181.17',    '8','6','15181.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111778.0','1045105.0','1',    '1','1','169.5',    '1','1','169.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009608.0','1019538.0','16',    '7','5','10212.08',    '7','5','9803.08',    '5','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097872.0','1045105.0','30',    '28','8','18712.87',    '24','8','15872.46',    '13','1','2840.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025269.0','1019538.0','1',    '1','1','25301.29',    '1','1','25301.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113533.0','1045105.0','32',    '28','14','69709.1',    '26','14','69018.31',    '15','3','690.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025270.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113534.0','1045105.0','15',    '11','9','48674.04',    '11','9','48674.04',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025271.0','1019538.0','50',    '44','35','171942.38',    '42','33','165851.9',    '23','8','6090.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113535.0','1045105.0','1',    '1','1','2720.09',    '1','1','2720.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009864.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098128.0','1045105.0','65',    '61','34','121437.7',    '59','34','110751.89',    '35','8','10685.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025272.0','1019538.0','1',    '1','1','5123.9',    '1','1','5123.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113536.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025273.0','1019538.0','1',    '1','1','1386.0',    '1','1','1386.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113537.0','1045105.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025274.0','1019538.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113538.0','1045105.0','6',    '4','3','4802.94',    '4','3','4802.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025275.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113539.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025276.0','1019538.0','1',    '1','1','1226.48',    '1','1','1226.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113540.0','1045105.0','7',    '5','2','4248.06',    '5','2','4048.07',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009843.0','1019538.0','242',    '187','125','1074288.27',    '178','122','992475.6',    '122','28','81812.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098107.0','1045105.0','36',    '19','12','25918.16',    '18','12','24132.83',    '12','2','1785.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025277.0','1019538.0','256',    '164','101','581867.04',    '148','93','533842.96',    '101','28','48024.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113541.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009821.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098085.0','1045105.0','18',    '15','9','33009.37',    '14','9','33009.37',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025278.0','1019538.0','112',    '97','37','150771.51',    '89','26','129213.78',    '75','17','21557.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113542.0','1045105.0','48',    '38','21','100044.09',    '38','21','92988.77',    '19','4','7055.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010026.0','1019538.0','24',    '21','18','76385.18',    '21','18','69374.38',    '15','3','7010.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098290.0','1045105.0','58',    '36','26','95816.42',    '35','24','94493.62',    '27','5','1322.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009219.0','1019538.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097483.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010125.0','1019538.0','116',    '107','87','368553.49',    '106','85','354166.74',    '75','21','14386.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098389.0','1045105.0','43',    '40','15','59331.22',    '38','12','50500.57',    '20','6','8830.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009249.0','1019538.0','23',    '21','15','50740.44',    '20','15','49717.46',    '15','2','1022.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097513.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009794.0','1019538.0','10',    '7','5','15782.64',    '7','5','15582.65',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098058.0','1045105.0','202',    '185','105','645099.11',    '183','102','593026.05',    '110','21','52073.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009277.0','1019538.0','2',    '2','1','531.75',    '2','1','531.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097541.0','1045105.0','41',    '34','12','32320.87',    '32','11','28816.34',    '18','2','3504.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010103.0','1019538.0','10',    '8','7','12998.53',    '8','7','12998.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098367.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009649.0','1019538.0','14',    '10','2','13329.85',    '9','2','13329.85',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097913.0','1045105.0','106',    '85','63','631000.75',    '85','61','557685.48',    '51','25','73315.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013729.0','1019538.0','1',    '1','1','14540.05',    '1','1','14540.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2101993.0','1045105.0','37',    '30','19','170582.53',    '27','19','154134.21',    '20','3','16448.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010113.0','1019538.0','69',    '57','45','157543.91',    '54','44','151354.95',    '37','6','6188.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098377.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009984.0','1019538.0','79',    '72','54','232837.19',    '69','54','218582.97',    '44','10','14254.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098248.0','1045105.0','1',    '1','1','691.92',    '1','1','691.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009742.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098006.0','1045105.0','5',    '3','2','6317.7',    '3','2','6182.71',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025279.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113543.0','1045105.0','43',    '35','22','54872.99',    '34','21','54104.01',    '17','3','768.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025280.0','1019538.0','25',    '23','13','54838.27',    '22','13','53227.11',    '12','3','1611.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113544.0','1045105.0','79',    '72','20','51261.85',    '71','13','42902.29',    '43','9','8359.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2023587.0','1019538.0','347',    '332','271','904894.52',    '329','266','867316.67',    '208','41','37577.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2111851.0','1045105.0','7',    '6','3','2987.59',    '3','0','0.0',    '4','3','2987.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025281.0','1019538.0','4',    '4','1','1788.61',    '4','1','1788.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113545.0','1045105.0','46',    '31','26','194642.32',    '31','24','188467.23',    '16','4','6175.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025282.0','1019538.0','8',    '8','4','51900.06',    '7','4','51900.06',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113546.0','1045105.0','1',    '1','1','7793.06',    '1','1','7015.06',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025283.0','1019538.0','12',    '11','5','15193.31',    '11','5','15193.31',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113547.0','1045105.0','16',    '15','9','28503.43',    '15','9','28303.44',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009914.0','1019538.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098178.0','1045105.0','28',    '23','16','115217.56',    '22','16','111408.55',    '14','2','3809.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025284.0','1019538.0','37',    '35','21','127473.67',    '34','20','120673.02',    '20','6','6800.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113548.0','1045105.0','22',    '14','8','32657.32',    '13','8','30637.7',    '9','1','2019.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025285.0','1019538.0','70',    '65','49','124319.81',    '63','49','122709.89',    '34','9','1609.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113549.0','1045105.0','20',    '12','8','15239.58',    '10','7','14459.59',    '4','1','779.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025286.0','1019538.0','39',    '29','19','80090.12',    '25','18','74684.2',    '16','1','5405.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113550.0','1045105.0','3',    '3','3','10377.51',    '3','3','10177.52',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025287.0','1019538.0','11',    '10','5','19971.38',    '9','5','19971.38',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113551.0','1045105.0','1',    '1','1','7038.15',    '1','1','7038.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025288.0','1019538.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113552.0','1045105.0','31',    '27','8','13472.22',    '26','7','11122.89',    '15','1','2349.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025289.0','1019538.0','35',    '27','13','32461.86',    '25','12','31492.88',    '14','4','968.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113553.0','1045105.0','29',    '24','11','17167.23',    '21','10','16967.24',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010118.0','1019538.0','19',    '19','7','12231.82',    '17','5','10290.37',    '14','3','1941.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098382.0','1045105.0','22',    '17','11','51902.46',    '16','11','51702.47',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009936.0','1019538.0','23',    '21','15','89756.35',    '20','15','89053.31',    '14','2','703.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098200.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009220.0','1019538.0','13',    '12','1','1951.65',    '11','1','1951.65',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097484.0','1045105.0','13',    '12','7','20298.47',    '12','7','19449.47',    '6','1','849.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009564.0','1019538.0','16',    '15','10','14896.98',    '13','9','14196.99',    '8','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097828.0','1045105.0','11',    '10','7','13095.71',    '10','7','13095.71',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025290.0','1019538.0','6',    '4','3','34761.94',    '4','3','34761.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113554.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009687.0','1019538.0','24',    '20','9','12530.96',    '19','7','8536.72',    '14','3','3994.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097951.0','1045105.0','11',    '8','6','25892.1',    '7','6','25892.1',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025291.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113555.0','1045105.0','5',    '4','3','9011.12',    '4','3','9011.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010096.0','1019538.0','196',    '185','84','436172.99',    '184','81','423006.29',    '116','14','13166.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098360.0','1045105.0','18',    '16','11','44978.9',    '15','11','39500.42',    '9','3','5478.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009889.0','1019538.0','12',    '12','9','28965.73',    '12','9','28623.33',    '10','1','342.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098153.0','1045105.0','12',    '11','1','3490.31',    '10','1','3490.31',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009897.0','1019538.0','13',    '8','4','26946.72',    '8','4','26946.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098161.0','1045105.0','27',    '21','4','8808.45',    '18','4','8419.45',    '11','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025292.0','1019538.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113556.0','1045105.0','40',    '34','27','134090.58',    '33','27','133242.62',    '17','4','847.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025293.0','1019538.0','1',    '1','1','1935.12',    '1','1','1935.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113557.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025294.0','1019538.0','23',    '18','12','59974.03',    '16','12','59974.03',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113558.0','1045105.0','78',    '67','53','291174.04',    '65','52','281292.99',    '45','13','9881.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009761.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098025.0','1045105.0','5',    '4','3','15026.91',    '3','3','15026.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025295.0','1019538.0','40',    '25','18','60973.32',    '25','18','60838.33',    '11','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113559.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025296.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113560.0','1045105.0','2',    '1','1','914.63',    '1','1','914.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2010061.0','1019538.0','53',    '35','22','127618.73',    '32','19','104021.42',    '27','10','23597.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2098325.0','1045105.0','5',    '3','2','6847.95',    '3','2','6179.26',    '1','1','668.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010079.0','1019538.0','1',    '1','1','1093.74',    '1','1','1093.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098343.0','1045105.0','1',    '1','1','5953.68',    '1','1','5953.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2009949.0','1019538.0','112',    '105','35','91442.09',    '101','23','72433.8',    '60','20','19008.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2098213.0','1045105.0','242',    '190','130','710795.69',    '178','118','651504.68',    '107','32','59291.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009767.0','1019538.0','1',    '1','1','3772.54',    '1','1','3772.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098031.0','1045105.0','2',    '2','1','4682.72',    '2','1','4682.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009793.0','1019538.0','18',    '17','12','38788.7',    '17','12','36520.12',    '10','1','2268.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098057.0','1045105.0','13',    '10','1','2721.6',    '8','0','0.0',    '8','1','2721.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009916.0','1019538.0','135',    '121','61','255656.32',    '115','56','237775.08',    '74','18','17881.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098180.0','1045105.0','12',    '11','4','9328.26',    '9','4','9328.26',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025297.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113561.0','1045105.0','3',    '3','1','1090.2',    '2','1','1090.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009928.0','1019538.0','2',    '2','2','6602.02',    '2','2','6602.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098192.0','1045105.0','44',    '33','10','14570.09',    '30','9','14330.09',    '17','2','240.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010042.0','1019538.0','8',    '7','2','5635.89',    '7','2','5635.89',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098306.0','1045105.0','10',    '9','7','10078.85',    '9','7','9878.86',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025298.0','1019538.0','11',    '6','3','2100.99',    '5','3','2100.99',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113562.0','1045105.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025299.0','1019538.0','3',    '1','1','8502.2',    '1','1','8502.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113563.0','1045105.0','1',    '1','1','30200.0',    '1','1','30200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025300.0','1019538.0','125',    '118','91','360582.24',    '113','90','347003.54',    '78','17','13578.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113564.0','1045105.0','63',    '51','40','227995.45',    '49','38','211350.58',    '31','11','16644.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010034.0','1019538.0','6',    '2','1','3926.63',    '1','1','1432.0',    '2','1','2494.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098298.0','1045105.0','31',    '29','22','43296.13',    '29','22','42655.49',    '11','2','640.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025301.0','1019538.0','22',    '19','7','33911.74',    '19','6','32933.75',    '14','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113565.0','1045105.0','73',    '68','51','190103.07',    '67','50','183447.48',    '39','8','6655.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025302.0','1019538.0','17',    '15','7','17862.76',    '13','7','17662.77',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113566.0','1045105.0','19',    '12','10','89212.2',    '12','10','87329.22',    '8','1','1882.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025303.0','1019538.0','44',    '37','25','382691.15',    '37','25','354691.46',    '22','9','27999.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113567.0','1045105.0','2',    '2','1','8352.3',    '1','1','8352.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025304.0','1019538.0','68',    '57','42','271422.72',    '56','37','228045.24',    '36','19','43377.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113568.0','1045105.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009457.0','1019538.0','2',    '1','1','3515.94',    '1','1','3515.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097721.0','1045105.0','131',    '107','81','270453.91',    '102','80','267616.99',    '62','12','2836.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025305.0','1019538.0','10',    '9','6','16549.9',    '9','6','15999.92',    '8','2','549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113569.0','1045105.0','150',    '144','108','311902.11',    '138','104','301647.8',    '93','20','10254.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009237.0','1019538.0','48',    '43','16','44069.19',    '41','12','40291.35',    '27','6','3777.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097501.0','1045105.0','5',    '5','5','14626.16',    '4','4','11026.17',    '3','2','3599.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025306.0','1019538.0','2',    '1','1','1234.0',    '1','1','1234.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113570.0','1045105.0','9',    '9','5','17488.22',    '9','5','17420.72',    '3','1','67.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009346.0','1019538.0','2',    '1','1','2772.26',    '1','1','2772.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097610.0','1045105.0','10',    '9','4','23930.75',    '9','4','23930.75',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025307.0','1019538.0','78',    '68','51','280313.14',    '66','51','279213.15',    '42','2','1099.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113571.0','1045105.0','39',    '31','5','8537.26',    '30','5','8464.85',    '13','1','72.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025308.0','1019538.0','83',    '77','62','170250.27',    '77','61','158191.17',    '48','8','12059.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113572.0','1045105.0','27',    '25','10','38650.11',    '25','9','37872.11',    '13','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009616.0','1019538.0','13',    '11','5','100070.55',    '10','5','92602.14',    '7','3','7468.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097880.0','1045105.0','32',    '27','23','107274.62',    '27','21','100959.25',    '14','7','6315.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009431.0','1019538.0','14',    '8','3','10148.86',    '6','2','9948.87',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097695.0','1045105.0','26',    '22','18','106895.87',    '22','18','92691.03',    '13','3','14204.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025309.0','1019538.0','26',    '24','21','68358.66',    '24','20','64049.75',    '11','2','4308.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113573.0','1045105.0','40',    '36','19','52254.12',    '32','18','51854.14',    '17','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025310.0','1019538.0','5',    '5','3','25494.58',    '5','3','25494.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113574.0','1045105.0','3',    '3','3','36697.7',    '3','3','36697.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009967.0','1019538.0','13',    '13','6','13167.54',    '13','6','12967.55',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098231.0','1045105.0','8',    '8','8','22403.02',    '8','8','21140.04',    '5','2','1262.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2025311.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2113575.0','1045105.0','253',    '233','176','673418.57',    '225','174','660025.47',    '147','25','13393.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025312.0','1019538.0','44',    '41','13','39247.94',    '39','12','31445.39',    '23','3','7802.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113576.0','1045105.0','5',    '5','4','10834.51',    '5','4','10834.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009513.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097777.0','1045105.0','25',    '18','7','57462.78',    '18','7','47172.36',    '9','4','10290.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025313.0','1019538.0','2',    '2','1','1449.38',    '2','1','1449.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113577.0','1045105.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009667.0','1019538.0','3',    '3','3','15743.46',    '3','3','15543.47',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2097931.0','1045105.0','15',    '13','6','21105.13',    '13','6','20110.34',    '11','3','994.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2009923.0','1019538.0','21',    '17','10','43817.03',    '15','10','42839.04',    '8','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098187.0','1045105.0','18',    '14','3','9870.29',    '12','3','9870.29',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010047.0','1019538.0','290',    '266','137','917143.1',    '259','127','841074.37',    '180','40','76068.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098311.0','1045105.0','1',    '1','1','1183.86',    '1','1','1183.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001647.0',    '2010097.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005995.0',    '2098361.0','1045105.0','56',    '46','31','180859.3',    '43','31','180474.81',    '30','2','384.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010089.0','1019538.0','17',    '16','10','30001.49',    '16','10','28870.3',    '9','2','1131.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098353.0','1045105.0','51',    '44','16','54531.33',    '42','12','37400.94',    '27','6','17130.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025314.0','1019538.0','225',    '217','120','395677.63',    '213','119','381215.27',    '128','21','14462.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113578.0','1045105.0','30',    '24','6','17472.71',    '23','5','16144.36',    '12','2','1328.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009750.0','1019538.0','1',    '1','1','5502.37',    '1','1','5502.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098014.0','1045105.0','43',    '34','12','27128.11',    '32','8','18402.79',    '24','6','8725.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001706.0',    '2025315.0','1019538.0','21',    '17','4','5537.38',    '17','3','4837.39',    '9','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3005996.0',    '2113579.0','1045105.0','8',    '6','2','6277.11',    '5','2','6142.12',    '3','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009829.0','1019538.0','3',    '2','1','4598.63',    '2','1','4598.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098093.0','1045105.0','8',    '7','1','7219.33',    '5','1','7219.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009807.0','1019538.0','10',    '7','2','4808.77',    '7','2','4808.77',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098071.0','1045105.0','25',    '19','6','44042.66',    '16','6','43842.67',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025316.0','1019538.0','39',    '37','10','24764.25',    '33','10','22874.4',    '21','2','1889.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113580.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009538.0','1019538.0','6',    '6','3','30156.4',    '5','2','28478.42',    '4','3','1677.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097802.0','1045105.0','204',    '189','148','868066.77',    '184','146','829876.55',    '120','36','38190.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025317.0','1019538.0','40',    '34','25','92891.16',    '32','25','87341.18',    '18','2','5549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113581.0','1045105.0','30',    '24','18','47636.35',    '23','18','47236.37',    '13','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009701.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097965.0','1045105.0','2',    '2','1','14364.4',    '2','1','13586.4',    '2','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009907.0','1019538.0','80',    '76','60','234360.02',    '71','58','225644.01',    '41','7','8716.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098171.0','1045105.0','11',    '8','5','29288.79',    '8','5','27732.37',    '5','2','1556.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025318.0','1019538.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113582.0','1045105.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010115.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098379.0','1045105.0','8',    '6','2','7053.48',    '6','2','6447.88',    '3','1','605.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009876.0','1019538.0','4',    '4','2','3025.11',    '4','2','3025.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098140.0','1045105.0','250',    '236','174','678306.07',    '227','166','660190.84',    '157','40','18115.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025319.0','1019538.0','2',    '2','2','3723.87',    '2','2','3723.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113583.0','1045105.0','3',    '1','1','2184.94',    '1','1','2184.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025320.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113584.0','1045105.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009834.0','1019538.0','1',    '1','1','818.9',    '1','1','818.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098098.0','1045105.0','2',    '1','1','2298.07',    '1','1','2298.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025321.0','1019538.0','119',    '106','77','253993.37',    '101','76','251145.51',    '60','13','2847.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113585.0','1045105.0','8',    '8','3','15826.61',    '8','3','15826.61',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009789.0','1019538.0','144',    '81','56','238176.1',    '77','53','202288.22',    '45','15','35887.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098053.0','1045105.0','1',    '1','1','675.18',    '1','1','675.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010082.0','1019538.0','104',    '95','44','101713.19',    '93','40','95240.77',    '56','14','6472.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098346.0','1045105.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025322.0','1019538.0','78',    '74','27','136101.96',    '72','21','110996.89',    '54','13','25105.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113586.0','1045105.0','18',    '12','5','17636.52',    '12','5','17086.54',    '8','2','549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025323.0','1019538.0','6',    '4','2','14811.64',    '4','1','12745.42',    '4','2','2066.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113587.0','1045105.0','83',    '70','55','320497.57',    '67','55','306973.07',    '47','13','13524.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009975.0','1019538.0','1',    '1','1','6984.44',    '1','1','6984.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098239.0','1045105.0','223',    '206','109','623462.68',    '204','95','581285.87',    '133','28','42176.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010062.0','1019538.0','49',    '43','29','70771.56',    '42','28','67580.21',    '27','4','3191.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098326.0','1045105.0','34',    '31','18','91382.3',    '30','18','89881.45',    '19','2','1500.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009848.0','1019538.0','68',    '61','21','47583.7',    '57','18','42259.22',    '34','6','5324.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098112.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009934.0','1019538.0','3',    '2','2','8332.92',    '2','2','8332.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098198.0','1045105.0','8',    '7','6','9596.3',    '7','6','9396.31',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009832.0','1019538.0','1',    '1','1','9325.54',    '1','1','9325.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098096.0','1045105.0','27',    '27','23','79121.09',    '27','23','77777.62',    '16','4','1343.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025324.0','1019538.0','163',    '145','98','363921.48',    '136','93','349518.54',    '92','17','14402.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113588.0','1045105.0','1',    '1','1','790.81',    '1','1','790.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009310.0','1019538.0','24',    '24','22','77590.56',    '24','21','73648.63',    '17','6','3941.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097574.0','1045105.0','12',    '10','2','7799.35',    '10','2','7799.35',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025325.0','1019538.0','3',    '3','1','919.03',    '3','1','719.04',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113589.0','1045105.0','3',    '3','1','9726.76',    '3','1','9726.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009710.0','1019538.0','46',    '25','16','150475.8',    '24','14','147743.03',    '13','5','2732.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2097974.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025326.0','1019538.0','3',    '3','1','3832.37',    '3','1','3832.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113590.0','1045105.0','3',    '3','3','8117.62',    '3','3','8117.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025327.0','1019538.0','43',    '29','26','183687.15',    '28','26','177309.18',    '14','5','6377.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113591.0','1045105.0','1',    '1','1','7186.91',    '1','1','7186.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025328.0','1019538.0','13',    '10','6','54639.33',    '10','6','54250.33',    '4','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113592.0','1045105.0','25',    '23','10','22601.42',    '20','8','18198.77',    '12','4','4402.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009969.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098233.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009974.0','1019538.0','1',    '1','1','1684.5',    '1','1','1684.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098238.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009878.0','1019538.0','3',    '2','1','26963.84',    '1','1','26963.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098142.0','1045105.0','13',    '12','6','16350.4',    '12','5','15217.17',    '5','1','1133.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025329.0','1019538.0','27',    '21','3','17565.26',    '19','3','17565.26',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113593.0','1045105.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025330.0','1019538.0','87',    '80','34','166677.44',    '78','32','159725.51',    '51','8','6951.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113594.0','1045105.0','46',    '41','31','183113.1',    '39','28','169908.52',    '31','13','13204.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025331.0','1019538.0','1',    '1','1','25493.72',    '1','1','25493.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113595.0','1045105.0','36',    '33','26','78655.81',    '32','24','70454.56',    '23','5','8201.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010070.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098334.0','1045105.0','49',    '42','27','110874.47',    '37','27','107516.01',    '20','2','3358.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025332.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113596.0','1045105.0','37',    '34','11','34924.06',    '29','10','33524.07',    '18','2','1399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010246.0','1019538.0','1',    '1','1','5680.47',    '1','1','5680.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098510.0','1045105.0','28',    '19','13','44087.35',    '19','10','37778.57',    '16','6','6308.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013694.0','1019538.0','15',    '11','2','4623.85',    '9','2','4416.35',    '6','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2101958.0','1045105.0','24',    '16','4','11385.25',    '16','3','6385.25',    '9','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009883.0','1019538.0','453',    '426','156','768005.55',    '413','152','741070.43',    '258','21','26935.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098147.0','1045105.0','1',    '1','1','13911.48',    '1','1','13911.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010222.0','1019538.0','6',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098486.0','1045105.0','19',    '13','6','29685.23',    '11','6','29685.23',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025333.0','1019538.0','48',    '41','30','165367.33',    '40','30','160544.49',    '24','5','4822.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113597.0','1045105.0','1',    '1','1','7130.09',    '1','1','7130.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009853.0','1019538.0','1066',    '968','749','2970708.46',    '942','714','2741063.7',    '639','196','229644.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098117.0','1045105.0','3',    '3','1','2585.28',    '3','1','2585.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010205.0','1019538.0','3',    '2','1','1569.09',    '2','1','1569.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098469.0','1045105.0','7',    '4','1','552.0',    '4','1','552.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010159.0','1019538.0','58',    '49','41','130774.26',    '47','40','127921.35',    '33','7','2852.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098423.0','1045105.0','116',    '105','77','157831.31',    '102','73','148029.96',    '69','12','9801.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010400.0','1019538.0','476',    '424','282','2385963.22',    '418','266','2310727.12',    '252','69','75236.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098664.0','1045105.0','11',    '9','3','13021.08',    '8','3','13021.08',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010266.0','1019538.0','1',    '1','1','2678.67',    '1','1','2678.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098530.0','1045105.0','60',    '58','46','158722.94',    '57','46','156975.97',    '34','3','1746.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010223.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098487.0','1045105.0','2',    '2','2','13632.55',    '2','1','13432.56',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010247.0','1019538.0','80',    '38','16','102500.7',    '25','15','89023.03',    '25','5','13477.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098511.0','1045105.0','1',    '1','1','3568.68',    '1','1','3568.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025334.0','1019538.0','1',    '1','1','376.48',    '1','1','376.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113598.0','1045105.0','34',    '28','13','31733.77',    '24','12','28550.75',    '18','5','3183.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010292.0','1019538.0','63',    '50','37','129425.57',    '48','34','125471.98',    '33','10','3953.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098556.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010419.0','1019538.0','25',    '23','10','65197.71',    '21','8','56224.56',    '17','4','8973.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098683.0','1045105.0','215',    '188','85','432751.31',    '187','72','408631.31',    '119','25','24120.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010043.0','1019538.0','144',    '132','65','263309.14',    '129','64','241051.07',    '85','9','22258.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098307.0','1045105.0','242',    '204','143','544596.65',    '198','141','533230.29',    '123','26','11366.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010002.0','1019538.0','243',    '220','157','941210.63',    '215','155','916248.57',    '132','25','24962.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098266.0','1045105.0','1',    '1','1','9114.08',    '1','1','9114.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010227.0','1019538.0','25',    '22','13','35448.73',    '20','13','29495.83',    '12','2','5952.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098491.0','1045105.0','1',    '1','1','2286.6',    '1','1','2286.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010001.0','1019538.0','8',    '7','4','16206.38',    '7','4','16206.38',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098265.0','1045105.0','3',    '2','1','1623.31',    '2','1','1623.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009906.0','1019538.0','12',    '10','6','23307.66',    '9','6','23107.67',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098170.0','1045105.0','23',    '16','11','40321.2',    '15','10','39621.21',    '7','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010141.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098405.0','1045105.0','229',    '172','127','1721408.07',    '167','124','1484648.88',    '116','55','236759.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009985.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098249.0','1045105.0','42',    '39','7','12308.36',    '38','7','11617.3',    '15','1','691.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010230.0','1019538.0','632',    '606','443','1583924.07',    '600','433','1475532.13',    '360','85','108391.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098494.0','1045105.0','4',    '4','2','14741.03',    '4','2','14123.92',    '3','1','617.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025335.0','1019538.0','7',    '5','2','1854.84',    '4','2','1854.84',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113599.0','1045105.0','416',    '380','166','786828.87',    '375','149','710926.38',    '239','48','75902.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009904.0','1019538.0','18',    '16','7','26149.86',    '15','7','26149.86',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098168.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010194.0','1019538.0','6',    '5','3','11257.06',    '5','3','11057.07',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098458.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010229.0','1019538.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098493.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010265.0','1019538.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098529.0','1045105.0','2',    '1','1','2246.5',    '1','1','2246.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025336.0','1019538.0','75',    '70','32','122758.57',    '67','32','105686.71',    '42','12','17071.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113600.0','1045105.0','1',    '1','1','2522.0',    '1','1','2522.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025337.0','1019538.0','31',    '29','13','60628.92',    '25','12','43077.15',    '22','6','17551.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113601.0','1045105.0','12',    '10','2','1132.52',    '9','2','1132.52',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009891.0','1019538.0','1',    '1','1','3355.21',    '1','1','2986.21',    '1','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098155.0','1045105.0','170',    '150','86','297045.09',    '148','79','288217.23',    '92','18','8827.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010185.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098449.0','1045105.0','147',    '137','60','311047.23',    '132','46','253065.83',    '95','28','57981.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010122.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098386.0','1045105.0','16',    '14','6','18034.89',    '14','5','17214.36',    '8','1','820.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009854.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098118.0','1045105.0','35',    '31','9','31553.83',    '29','7','30375.85',    '26','3','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009857.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098121.0','1045105.0','8',    '8','3','2398.75',    '8','2','2198.76',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010072.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098336.0','1045105.0','37',    '31','12','21631.77',    '29','10','19403.4',    '13','3','2228.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010259.0','1019538.0','2',    '2','1','1045.19',    '2','1','1045.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098523.0','1045105.0','1',    '1','1','1000.0',    '1','0','0.0',    '1','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010045.0','1019538.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098309.0','1045105.0','1',    '1','1','2522.0',    '1','1','2522.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009824.0','1019538.0','13',    '12','3','9814.97',    '12','2','9611.33',    '5','1','203.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098088.0','1045105.0','65',    '64','31','138697.07',    '64','31','137330.22',    '43','5','1366.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009935.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098199.0','1045105.0','2',    '2','1','1293.32',    '2','1','1293.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010198.0','1019538.0','3',    '3','1','1791.49',    '3','1','1791.49',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098462.0','1045105.0','10',    '8','4','14293.76',    '8','4','13176.59',    '7','2','1117.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010224.0','1019538.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098488.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010218.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098482.0','1045105.0','19',    '17','8','19201.33',    '16','8','19201.33',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025338.0','1019538.0','1',    '1','1','1580.8',    '1','0','0.0',    '1','1','1580.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113602.0','1045105.0','60',    '57','9','25559.1',    '56','8','25409.61',    '19','1','149.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025339.0','1019538.0','2',    '2','2','2760.36',    '2','2','2760.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113603.0','1045105.0','16',    '16','8','10514.35',    '15','7','9088.36',    '9','1','1425.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009960.0','1019538.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098224.0','1045105.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025340.0','1019538.0','23',    '19','8','29087.89',    '19','8','29087.89',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113604.0','1045105.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010160.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098424.0','1045105.0','12',    '12','4','14111.17',    '12','4','9838.63',    '7','1','4272.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010137.0','1019538.0','12',    '9','1','4512.02',    '9','1','4512.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098401.0','1045105.0','10',    '10','7','29600.9',    '10','7','29600.9',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010258.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098522.0','1045105.0','42',    '38','21','86896.01',    '37','20','77325.96',    '24','5','9570.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010195.0','1019538.0','24',    '24','4','9627.06',    '24','4','8569.12',    '12','2','1057.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098459.0','1045105.0','6',    '5','2','4164.3',    '5','2','4164.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010343.0','1019538.0','77',    '67','44','110633.26',    '66','43','108844.33',    '39','8','1788.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098607.0','1045105.0','60',    '55','41','200602.79',    '54','40','190652.31',    '41','6','9950.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010210.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098474.0','1045105.0','308',    '288','228','800329.55',    '282','219','751861.99',    '187','44','48467.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010402.0','1019538.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098666.0','1045105.0','1',    '1','1','145.5',    '1','1','145.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010200.0','1019538.0','1',    '1','1','5520.22',    '1','1','5520.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098464.0','1045105.0','8',    '7','2','6842.67',    '6','2','6842.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010173.0','1019538.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098437.0','1045105.0','8',    '6','4','6722.41',    '6','4','6322.43',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010298.0','1019538.0','212',    '193','126','373096.81',    '189','123','355564.74',    '122','17','17532.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098562.0','1045105.0','11',    '8','5','3956.65',    '8','5','3756.66',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010240.0','1019538.0','17',    '12','6','13133.38',    '11','5','12718.38',    '3','1','415.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098504.0','1045105.0','17',    '17','14','56174.88',    '17','14','55974.89',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009779.0','1019538.0','18',    '17','13','67704.87',    '16','13','67504.88',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098043.0','1045105.0','91',    '73','48','170521.36',    '71','45','164232.97',    '39','8','6288.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025341.0','1019538.0','17',    '15','5','20070.75',    '13','5','20070.75',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113605.0','1045105.0','7',    '5','3','3709.59',    '5','3','3357.1',    '3','1','352.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010242.0','1019538.0','13',    '11','8','52506.7',    '11','7','39522.96',    '10','4','12983.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098506.0','1045105.0','29',    '29','22','189592.1',    '29','19','183063.04',    '15','7','6529.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010209.0','1019538.0','14',    '12','2','6009.92',    '12','2','6009.92',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098473.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010166.0','1019538.0','3',    '3','1','4600.7',    '3','1','4400.71',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098430.0','1045105.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010448.0','1019538.0','1',    '1','1','8863.77',    '1','1','5430.39',    '1','1','3433.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098712.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025342.0','1019538.0','44',    '39','23','51337.55',    '38','22','50578.07',    '21','3','759.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113606.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009987.0','1019538.0','11',    '11','3','10254.05',    '10','1','4150.87',    '7','3','6103.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098251.0','1045105.0','13',    '13','2','6167.59',    '13','2','6167.59',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010244.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098508.0','1045105.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025343.0','1019538.0','9',    '6','4','28515.86',    '5','4','23055.25',    '5','1','5460.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113607.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010270.0','1019538.0','14',    '13','2','3328.7',    '13','2','3328.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098534.0','1045105.0','96',    '91','53','134133.06',    '89','51','125873.59',    '49','4','8259.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010155.0','1019538.0','33',    '29','23','110443.11',    '27','21','109558.14',    '15','4','884.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098419.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010147.0','1019538.0','323',    '301','210','654926.94',    '297','203','640669.88',    '166','32','14257.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098411.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010364.0','1019538.0','2',    '2','1','2327.1',    '2','1','2327.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098628.0','1045105.0','25',    '22','9','29605.36',    '20','8','21457.14',    '16','4','8148.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025344.0','1019538.0','13',    '10','2','3427.74',    '10','2','3427.74',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113608.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010168.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098432.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010264.0','1019538.0','1',    '1','1','4504.17',    '1','1','4504.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098528.0','1045105.0','1',    '1','1','7234.8',    '1','1','7234.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025345.0','1019538.0','8',    '7','3','3669.77',    '7','3','3669.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113609.0','1045105.0','113',    '109','40','241181.21',    '106','37','220658.35',    '56','11','20522.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010138.0','1019538.0','8',    '8','6','17296.75',    '8','6','17296.75',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098402.0','1045105.0','12',    '9','1','1106.86',    '8','0','0.0',    '8','1','1106.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010253.0','1019538.0','24',    '17','13','68788.49',    '15','13','68010.49',    '11','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098517.0','1045105.0','55',    '52','26','108521.16',    '51','19','93621.31',    '33','9','14899.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025346.0','1019538.0','131',    '123','73','197790.62',    '121','69','188682.21',    '80','12','9108.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113610.0','1045105.0','4',    '2','2','15479.95',    '2','2','15479.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010132.0','1019538.0','59',    '49','25','87759.76',    '46','25','86565.84',    '31','4','1193.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098396.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025347.0','1019538.0','14',    '13','8','52882.63',    '12','7','52682.64',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113611.0','1045105.0','8',    '6','2','5916.19',    '5','2','5916.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009959.0','1019538.0','117',    '107','72','290838.54',    '106','71','286664.75',    '63','10','4173.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098223.0','1045105.0','2',    '2','2','3093.21',    '2','1','2893.22',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025348.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113612.0','1045105.0','96',    '89','31','89311.61',    '71','24','80574.99',    '63','13','8736.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010179.0','1019538.0','20',    '18','9','18672.41',    '18','9','17979.68',    '6','3','692.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098443.0','1045105.0','252',    '229','99','387240.54',    '215','62','276621.29',    '178','61','110619.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025349.0','1019538.0','9',    '8','3','20995.7',    '8','3','20995.7',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113613.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025350.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113614.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009781.0','1019538.0','3',    '2','1','2806.0',    '2','1','2806.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098045.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025351.0','1019538.0','24',    '21','9','26232.12',    '19','9','23500.53',    '13','2','2731.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113615.0','1045105.0','72',    '66','38','107978.52',    '66','38','102726.95',    '45','5','5251.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025352.0','1019538.0','9',    '9','5','18955.28',    '9','5','18955.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113616.0','1045105.0','208',    '196','130','390769.82',    '191','128','373135.26',    '116','24','17634.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010236.0','1019538.0','3',    '3','3','34540.12',    '2','2','26851.36',    '2','2','7688.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098500.0','1045105.0','63',    '50','29','108278.97',    '48','29','104222.45',    '29','3','4056.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025353.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113617.0','1045105.0','9',    '8','1','1467.86',    '8','1','1467.86',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025354.0','1019538.0','10',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113618.0','1045105.0','9',    '8','2','6246.4',    '8','1','1246.4',    '4','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010038.0','1019538.0','10',    '10','6','7097.94',    '9','3','4526.63',    '7','4','2571.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098302.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010134.0','1019538.0','57',    '48','37','185281.17',    '47','36','184706.19',    '25','3','574.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098398.0','1045105.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010397.0','1019538.0','202',    '155','91','347428.09',    '150','89','317019.31',    '93','16','30408.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098661.0','1045105.0','2',    '2','1','671.88',    '2','0','0.0',    '1','1','671.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010180.0','1019538.0','31',    '29','19','80164.95',    '29','19','77153.62',    '13','2','3011.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098444.0','1045105.0','5',    '4','3','9409.19',    '4','3','9209.2',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010163.0','1019538.0','498',    '461','340','1203448.74',    '449','333','1127844.26',    '309','72','75604.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098427.0','1045105.0','13',    '11','9','35602.35',    '11','9','35602.35',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010208.0','1019538.0','15',    '14','11','53503.07',    '14','11','53503.07',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098472.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010154.0','1019538.0','95',    '82','13','27732.44',    '62','6','19684.54',    '69','8','8047.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098418.0','1045105.0','4',    '3','3','8597.41',    '3','3','8167.41',    '1','1','430.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2009859.0','1019538.0','306',    '269','169','578387.33',    '262','155','546990.51',    '169','40','31396.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098123.0','1045105.0','412',    '387','254','936773.55',    '379','244','879248.46',    '260','52','57525.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010231.0','1019538.0','8',    '5','2','3134.91',    '5','2','2393.42',    '2','1','741.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098495.0','1045105.0','26',    '13','6','14617.24',    '9','6','14617.24',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025355.0','1019538.0','17',    '14','3','2804.84',    '11','3','2804.84',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113619.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010377.0','1019538.0','5',    '5','5','14366.78',    '5','5','14162.28',    '1','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098641.0','1045105.0','22',    '21','3','8106.48',    '18','2','4176.18',    '10','2','3930.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010424.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098688.0','1045105.0','5',    '5','4','3006.65',    '5','4','3006.65',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025356.0','1019538.0','2',    '2','1','11529.83',    '2','1','11529.83',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113620.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025357.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113621.0','1045105.0','1',    '1','1','7518.67',    '1','1','7518.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010237.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098501.0','1045105.0','4',    '4','2','4846.07',    '4','2','4646.08',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010472.0','1019538.0','1',    '1','1','1263.5',    '1','1','1263.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098736.0','1045105.0','91',    '86','41','159099.96',    '86','37','132517.08',    '42','12','26582.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025358.0','1019538.0','7',    '4','2','14863.57',    '3','2','14245.13',    '3','1','618.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113622.0','1045105.0','15',    '11','10','25388.47',    '11','10','24988.49',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010398.0','1019538.0','18',    '12','6','16016.09',    '12','6','15816.1',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098662.0','1045105.0','194',    '174','127','462213.39',    '172','126','438732.15',    '114','23','23481.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010404.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098668.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010484.0','1019538.0','31',    '22','15','28178.92',    '22','15','27978.93',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098748.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010291.0','1019538.0','20',    '18','14','30633.81',    '18','13','25527.98',    '7','3','5105.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098555.0','1045105.0','10',    '9','5','10929.14',    '9','5','10392.15',    '6','1','536.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011654.0','1019538.0','34',    '25','14','36059.74',    '25','13','34457.47',    '15','3','1602.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099918.0','1045105.0','535',    '494','302','1291950.39',    '483','274','1159906.06',    '323','88','132044.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010737.0','1019538.0','15',    '15','8','38099.82',    '15','8','32040.99',    '10','1','6058.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099001.0','1045105.0','6',    '5','3','5438.81',    '5','3','5234.31',    '3','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025359.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113623.0','1045105.0','15',    '15','9','17879.29',    '14','9','16989.8',    '10','2','889.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011440.0','1019538.0','28',    '26','3','4466.24',    '25','3','4126.37',    '13','1','339.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099704.0','1045105.0','16',    '14','4','7263.63',    '14','3','6608.74',    '7','1','654.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010156.0','1019538.0','23',    '19','13','32612.66',    '19','13','32412.67',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098420.0','1045105.0','8',    '6','2','5541.94',    '3','2','5541.94',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010250.0','1019538.0','660',    '631','388','1287954.19',    '621','357','1190246.89',    '413','97','97707.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098514.0','1045105.0','91',    '83','50','229586.35',    '80','45','202049.49',    '51','16','27536.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010330.0','1019538.0','108',    '98','46','196877.77',    '95','44','176185.81',    '59','8','20691.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098594.0','1045105.0','5',    '4','3','2164.01',    '4','3','2164.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010440.0','1019538.0','10',    '10','4','3154.15',    '10','4','3154.15',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098704.0','1045105.0','79',    '73','52','243152.26',    '70','49','239217.72',    '44','5','3934.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010359.0','1019538.0','6',    '5','1','170.67',    '5','1','170.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098623.0','1045105.0','10',    '6','1','384.06',    '6','1','384.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010485.0','1019538.0','3',    '3','1','1820.52',    '3','1','1820.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098749.0','1045105.0','7',    '5','2','1836.51',    '4','2','1836.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010451.0','1019538.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098715.0','1045105.0','26',    '21','13','91512.91',    '20','12','85966.93',    '12','4','5545.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025360.0','1019538.0','144',    '129','80','237105.23',    '124','79','231201.43',    '91','10','5903.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113624.0','1045105.0','66',    '39','28','100618.67',    '38','28','99318.71',    '24','5','1299.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010435.0','1019538.0','304',    '286','191','1039766.75',    '283','175','1004557.06',    '194','44','35209.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098699.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010273.0','1019538.0','11',    '9','2','3120.72',    '8','1','2920.73',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098537.0','1045105.0','22',    '18','5','16463.66',    '18','5','16463.66',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025361.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113625.0','1045105.0','2',    '2','1','767.34',    '2','1','767.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010379.0','1019538.0','10',    '8','2','2916.81',    '8','2','2916.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098643.0','1045105.0','30',    '27','13','36650.97',    '27','13','36088.48',    '11','3','562.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010357.0','1019538.0','9',    '8','2','1582.75',    '6','1','457.76',    '5','1','1124.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098621.0','1045105.0','236',    '222','169','486924.86',    '218','160','434670.14',    '155','44','52254.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010352.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098616.0','1045105.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010212.0','1019538.0','1',    '1','1','1402.79',    '1','1','1402.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098476.0','1045105.0','1',    '1','1','6014.43',    '1','1','6014.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010251.0','1019538.0','26',    '25','20','168885.72',    '24','20','163386.09',    '15','5','5499.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098515.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010458.0','1019538.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098722.0','1045105.0','85',    '70','59','613033.19',    '69','59','565959.68',    '42','9','47073.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010430.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098694.0','1045105.0','72',    '71','45','134949.04',    '71','44','132404.07',    '46','6','2544.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010178.0','1019538.0','9',    '9','7','35528.64',    '9','7','34828.27',    '7','1','700.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098442.0','1045105.0','36',    '34','21','90231.5',    '34','21','89478.01',    '20','3','753.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025362.0','1019538.0','27',    '21','13','39035.86',    '21','13','39035.86',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113626.0','1045105.0','85',    '63','35','167899.91',    '58','35','154004.25',    '32','7','13895.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010312.0','1019538.0','70',    '60','50','674982.92',    '60','50','595505.21',    '42','15','79477.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098576.0','1045105.0','67',    '62','41','103965.97',    '62','40','99326.92',    '36','6','4639.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010605.0','1019538.0','1',    '1','1','3304.06',    '1','1','3304.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098869.0','1045105.0','2',    '2','1','934.04',    '2','1','934.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010221.0','1019538.0','15',    '15','10','14206.14',    '13','9','13047.17',    '7','4','1158.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098485.0','1045105.0','242',    '206','132','884765.73',    '201','125','798356.95',    '129','33','86408.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025363.0','1019538.0','26',    '22','15','50127.07',    '17','14','49001.09',    '20','2','1125.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113627.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010294.0','1019538.0','1',    '1','1','4579.52',    '1','1','4579.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098558.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025364.0','1019538.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113628.0','1045105.0','24',    '17','7','11986.33',    '15','7','11986.33',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010305.0','1019538.0','4',    '3','1','1414.41',    '3','1','636.41',    '2','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098569.0','1045105.0','41',    '26','12','47105.72',    '24','11','41883.47',    '14','2','5222.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010478.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098742.0','1045105.0','7',    '5','2','31737.93',    '4','2','31737.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010622.0','1019538.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098886.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010445.0','1019538.0','18',    '14','1','330.4',    '12','1','330.4',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098709.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010512.0','1019538.0','18',    '15','0','0.0',    '8','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098776.0','1045105.0','8',    '7','5','5531.84',    '7','5','5273.86',    '5','1','257.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011486.0','1019538.0','3',    '3','3','23413.83',    '3','3','16154.02',    '3','2','7259.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099750.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010220.0','1019538.0','9',    '9','6','22826.15',    '7','6','22826.15',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098484.0','1045105.0','52',    '45','27','93928.24',    '43','26','92949.77',    '25','3','978.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025365.0','1019538.0','9',    '9','7','51495.53',    '9','7','45003.63',    '9','2','6491.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113629.0','1045105.0','14',    '13','8','33169.92',    '12','8','32969.93',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010345.0','1019538.0','3',    '3','1','784.32',    '3','1','784.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098609.0','1045105.0','2',    '2','2','7419.99',    '2','2','7419.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011646.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099910.0','1045105.0','142',    '121','101','1505403.3',    '117','98','1406475.89',    '75','35','98927.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010403.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098667.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011702.0','1019538.0','9',    '8','7','31488.14',    '8','7','27440.37',    '6','2','4047.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099966.0','1045105.0','108',    '91','24','156103.08',    '89','21','148713.4',    '56','6','7389.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010332.0','1019538.0','20',    '15','3','4111.08',    '12','2','2980.56',    '9','1','1130.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098596.0','1045105.0','28',    '24','11','34697.35',    '24','11','34497.36',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025366.0','1019538.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113630.0','1045105.0','59',    '53','21','85838.66',    '46','19','69824.87',    '29','6','16013.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010583.0','1019538.0','19',    '16','6','18326.4',    '15','5','16267.74',    '10','2','2058.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098847.0','1045105.0','16',    '12','1','4823.92',    '11','1','4823.92',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010494.0','1019538.0','15',    '9','2','8890.86',    '9','1','8690.87',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098758.0','1045105.0','4',    '3','1','2886.65',    '3','1','2886.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025367.0','1019538.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113631.0','1045105.0','35',    '30','24','92617.0',    '29','23','86373.26',    '23','4','6243.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013751.0','1019538.0','1',    '1','1','409.45',    '1','1','409.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102015.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011531.0','1019538.0','10',    '8','6','17784.59',    '7','5','12411.81',    '5','3','5372.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099795.0','1045105.0','4',    '4','3','29047.04',    '4','3','28458.05',    '2','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010554.0','1019538.0','18',    '16','14','50539.96',    '15','14','46634.11',    '10','5','3905.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098818.0','1045105.0','4',    '4','3','5451.35',    '4','3','5451.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025368.0','1019538.0','1',    '1','1','3452.0',    '1','1','3452.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113632.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011713.0','1019538.0','177',    '135','74','495902.73',    '124','66','447933.09',    '96','26','47969.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099977.0','1045105.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025369.0','1019538.0','7',    '5','3','4551.32',    '5','3','4551.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113633.0','1045105.0','16',    '16','3','6165.76',    '11','2','5097.54',    '8','2','1068.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025370.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113634.0','1045105.0','18',    '13','4','12825.48',    '11','4','12471.09',    '9','1','354.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025371.0','1019538.0','50',    '40','26','151326.21',    '37','25','137882.17',    '26','11','13444.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113635.0','1045105.0','7',    '6','3','22915.71',    '6','2','22575.74',    '3','1','339.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010351.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098615.0','1045105.0','1',    '1','1','5333.2',    '1','1','4555.2',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025372.0','1019538.0','3',    '3','1','1639.2',    '2','1','1639.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113636.0','1045105.0','2',    '2','2','2544.61',    '2','1','2396.62',    '2','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025373.0','1019538.0','12',    '9','4','10600.78',    '8','4','9894.1',    '7','3','706.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113637.0','1045105.0','10',    '6','4','17772.81',    '6','4','17772.81',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010318.0','1019538.0','21',    '21','16','33460.69',    '21','16','32506.77',    '13','1','953.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098582.0','1045105.0','1',    '1','1','3193.77',    '1','1','3193.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025374.0','1019538.0','18',    '12','10','66210.19',    '12','10','51707.64',    '9','5','14502.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113638.0','1045105.0','21',    '19','15','51215.06',    '19','15','51215.06',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010429.0','1019538.0','3',    '3','2','8975.8',    '3','2','8975.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098693.0','1045105.0','5',    '4','1','1778.21',    '3','1','1778.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025375.0','1019538.0','31',    '25','18','57181.65',    '24','18','54772.18',    '13','4','2409.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113639.0','1045105.0','10',    '8','7','65714.33',    '8','7','65314.35',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025376.0','1019538.0','10',    '9','9','50343.75',    '9','8','50143.76',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113640.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011397.0','1019538.0','8',    '8','7','63930.24',    '8','7','61030.71',    '5','2','2899.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099661.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011664.0','1019538.0','93',    '88','63','349124.82',    '88','57','340081.21',    '54','12','9043.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099928.0','1045105.0','5',    '5','2','9736.23',    '5','2','9736.23',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025377.0','1019538.0','187',    '166','87','361454.77',    '158','69','288522.69',    '122','38','72932.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113641.0','1045105.0','2',    '2','1','4074.84',    '2','1','4074.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010471.0','1019538.0','204',    '183','99','364916.86',    '175','93','361333.7',    '112','9','3583.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098735.0','1045105.0','152',    '136','86','395138.6',    '135','81','371153.53',    '84','16','23985.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025378.0','1019538.0','1',    '1','1','1474.0',    '1','1','1474.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113642.0','1045105.0','99',    '86','29','57570.42',    '76','23','48866.27',    '59','10','8704.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025379.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113643.0','1045105.0','6',    '4','4','12961.51',    '4','4','12761.52',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025380.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113644.0','1045105.0','347',    '290','186','831205.35',    '269','180','769253.01',    '187','44','61952.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025381.0','1019538.0','7',    '7','1','5668.14',    '6','1','5668.14',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113645.0','1045105.0','1',    '1','1','5321.69',    '1','1','5321.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010367.0','1019538.0','2',    '2','2','6567.12',    '2','2','6567.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098631.0','1045105.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010733.0','1019538.0','5',    '4','3','6717.47',    '4','3','4860.4',    '3','1','1857.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098997.0','1045105.0','1',    '1','1','5109.31',    '1','1','5109.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011653.0','1019538.0','33',    '31','22','60146.69',    '31','22','59946.7',    '14','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099917.0','1045105.0','1',    '1','1','806.45',    '1','1','806.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025382.0','1019538.0','10',    '8','1','1573.86',    '7','1','1573.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113646.0','1045105.0','4',    '3','1','261.12',    '3','1','261.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010260.0','1019538.0','4',    '4','2','6379.1',    '4','2','6379.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098524.0','1045105.0','10',    '5','3','4065.76',    '4','3','3476.77',    '4','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025383.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113647.0','1045105.0','35',    '32','18','42340.86',    '31','18','41640.87',    '18','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010275.0','1019538.0','88',    '81','52','116762.76',    '77','51','111367.11',    '50','7','5395.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098539.0','1045105.0','48',    '42','23','55368.3',    '40','22','54740.86',    '30','3','627.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011634.0','1019538.0','5',    '4','4','9045.44',    '4','4','9045.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099898.0','1045105.0','20',    '18','14','67841.45',    '18','13','63451.15',    '10','3','4390.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025384.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113648.0','1045105.0','5',    '4','1','3686.04',    '2','1','3686.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013798.0','1019538.0','8',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102062.0','1045105.0','8',    '7','7','93867.35',    '7','7','75586.07',    '6','5','18281.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010384.0','1019538.0','5',    '4','2','2655.73',    '4','2','2655.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098648.0','1045105.0','17',    '14','11','65114.34',    '13','11','64140.86',    '5','3','973.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011665.0','1019538.0','5',    '4','2','3047.42',    '3','2','2432.13',    '4','1','615.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099929.0','1045105.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010500.0','1019538.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098764.0','1045105.0','29',    '20','9','30406.24',    '18','8','24572.37',    '11','2','5833.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025385.0','1019538.0','11',    '9','3','10490.24',    '7','3','10490.24',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113649.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010623.0','1019538.0','7',    '4','1','2740.68',    '4','1','2740.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098887.0','1045105.0','26',    '17','1','30200.0',    '15','1','30025.0',    '9','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010284.0','1019538.0','12',    '10','2','12592.26',    '8','2','12592.26',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098548.0','1045105.0','7',    '6','6','29727.4',    '6','6','29727.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025386.0','1019538.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113650.0','1045105.0','10',    '8','6','18477.33',    '8','6','18477.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025387.0','1019538.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113651.0','1045105.0','11',    '8','5','23922.76',    '8','4','23144.76',    '4','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011623.0','1019538.0','32',    '28','4','10777.73',    '23','4','10577.74',    '21','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099887.0','1045105.0','7',    '4','3','11003.61',    '3','3','11003.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010723.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098987.0','1045105.0','13',    '9','4','45641.62',    '5','4','45641.62',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013871.0','1019538.0','77',    '61','40','266235.06',    '57','36','213245.85',    '39','14','52989.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102135.0','1045105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025388.0','1019538.0','7',    '7','5','11777.5',    '7','5','11777.5',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113652.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013905.0','1019538.0','22',    '22','19','49310.83',    '22','17','48910.85',    '12','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102169.0','1045105.0','62',    '57','48','122917.54',    '56','48','117363.79',    '36','11','5553.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011620.0','1019538.0','18',    '16','11','29382.39',    '13','10','26474.19',    '8','1','2908.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099884.0','1045105.0','1',    '1','1','3658.13',    '1','1','3658.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011610.0','1019538.0','4',    '2','2','11287.73',    '2','2','11287.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099874.0','1045105.0','2',    '2','2','2377.54',    '2','2','2377.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010317.0','1019538.0','2',    '2','2','3376.03',    '2','2','3176.04',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098581.0','1045105.0','11',    '6','3','7013.61',    '5','3','6813.62',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025389.0','1019538.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113653.0','1045105.0','6',    '6','4','8741.67',    '6','4','8541.68',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010283.0','1019538.0','81',    '62','38','81593.51',    '56','36','71443.38',    '36','9','10150.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098547.0','1045105.0','26',    '20','15','71884.61',    '19','15','64864.08',    '13','4','7020.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025390.0','1019538.0','29',    '22','3','5724.96',    '21','2','4724.96',    '11','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113654.0','1045105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010599.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098863.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025391.0','1019538.0','16',    '14','1','1949.11',    '13','1','1949.11',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113655.0','1045105.0','3',    '2','2','11444.06',    '2','2','10665.58',    '2','2','778.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025392.0','1019538.0','7',    '2','1','534.5',    '2','1','534.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113656.0','1045105.0','14',    '9','7','39128.66',    '8','7','36467.46',    '5','3','2661.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025393.0','1019538.0','8',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113657.0','1045105.0','2',    '2','1','1000.0',    '1','0','0.0',    '2','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025394.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113658.0','1045105.0','5',    '4','3','4151.17',    '4','3','4151.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010350.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098614.0','1045105.0','24',    '17','10','46773.43',    '16','10','44959.6',    '11','3','1813.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011686.0','1019538.0','130',    '103','61','275307.81',    '98','58','245001.8',    '62','15','30306.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099950.0','1045105.0','9',    '5','4','33700.76',    '5','4','31646.83',    '3','2','2053.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010293.0','1019538.0','62',    '53','38','96601.34',    '49','38','95523.35',    '28','2','1077.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098557.0','1045105.0','33',    '24','18','124656.5',    '23','18','118819.12',    '17','2','5837.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025395.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113659.0','1045105.0','1',    '1','1','6820.18',    '1','1','6620.19',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010354.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098618.0','1045105.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025396.0','1019538.0','1',    '1','1','3294.96',    '1','1','3294.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113660.0','1045105.0','2',    '2','2','4083.39',    '2','2','3898.89',    '2','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025397.0','1019538.0','3',    '3','2','1755.38',    '3','2','1755.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113661.0','1045105.0','2',    '2','2','8679.37',    '2','2','8679.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010391.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098655.0','1045105.0','23',    '22','17','40220.69',    '22','17','37889.5',    '13','2','2331.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025398.0','1019538.0','3',    '2','2','1465.42',    '2','1','901.42',    '2','2','564.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113662.0','1045105.0','38',    '36','26','90410.24',    '35','25','84851.41',    '24','5','5558.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010386.0','1019538.0','5',    '5','1','2044.44',    '4','1','2044.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098650.0','1045105.0','112',    '107','56','97974.62',    '90','45','85598.01',    '78','21','12376.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025399.0','1019538.0','8',    '6','1','1709.65',    '6','1','1709.65',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113663.0','1045105.0','65',    '51','41','460744.09',    '50','41','430140.62',    '25','8','30603.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010344.0','1019538.0','66',    '52','18','43876.94',    '48','14','41687.97',    '25','4','2188.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098608.0','1045105.0','30',    '17','1','1594.64',    '15','1','1594.64',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013803.0','1019538.0','4',    '2','1','1273.39',    '2','1','1273.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102067.0','1045105.0','16',    '12','4','11824.91',    '12','4','11824.91',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013835.0','1019538.0','4',    '3','1','427.77',    '2','1','427.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102099.0','1045105.0','12',    '10','3','4417.06',    '7','2','3717.07',    '6','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025400.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113664.0','1045105.0','57',    '47','38','328357.45',    '46','38','279086.98',    '29','11','49270.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011609.0','1019538.0','25',    '22','18','160040.5',    '22','17','131931.66',    '14','6','28108.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099873.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010301.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098565.0','1045105.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025401.0','1019538.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113665.0','1045105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010341.0','1019539.0','227',    '201','141','560232.19',    '188','137','451061.57',    '126','47','109170.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098605.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010537.0','1019539.0','17',    '14','12','50017.64',    '13','11','48749.92',    '8','3','1267.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098801.0','1045106.0','1',    '1','1','1376.37',    '1','1','1376.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025402.0','1019539.0','25',    '22','13','58631.77',    '20','13','58631.77',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113666.0','1045106.0','4',    '4','2','8197.52',    '4','2','7198.04',    '3','2','999.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025403.0','1019539.0','3',    '2','1','61.8',    '2','1','61.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113667.0','1045106.0','7',    '5','3','32217.51',    '4','3','32217.51',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025404.0','1019539.0','1',    '1','1','604.39',    '1','1','604.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113668.0','1045106.0','5',    '4','4','5584.27',    '4','4','5279.21',    '1','1','305.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013932.0','1019539.0','14',    '12','8','23546.81',    '12','8','23346.82',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102196.0','1045106.0','1',    '1','1','544.32',    '1','1','544.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025405.0','1019539.0','1',    '1','1','1016.16',    '1','1','1016.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113669.0','1045106.0','1',    '1','1','28979.81',    '1','1','28979.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025406.0','1019539.0','29',    '23','17','51344.76',    '22','17','50971.61',    '16','1','373.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113670.0','1045106.0','5',    '2','2','3754.13',    '2','2','3754.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010281.0','1019539.0','1',    '1','1','2718.0',    '1','1','2718.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098545.0','1045106.0','46',    '42','27','63359.19',    '41','25','58592.8',    '29','6','4766.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025407.0','1019539.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113671.0','1045106.0','1',    '1','1','433.21',    '1','1','433.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010308.0','1019539.0','15',    '14','6','11973.45',    '12','6','11973.45',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098572.0','1045106.0','5',    '5','3','8847.77',    '5','3','7906.29',    '4','1','941.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010327.0','1019539.0','13',    '9','5','25888.52',    '8','5','20551.85',    '5','1','5336.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098591.0','1045106.0','4',    '2','2','8340.3',    '2','2','5822.68',    '2','2','2517.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025408.0','1019539.0','2',    '2','1','3565.79',    '2','1','3565.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113672.0','1045106.0','29',    '26','19','323457.65',    '25','19','292632.83',    '15','7','30824.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025409.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113673.0','1045106.0','17',    '14','11','24137.27',    '14','11','23203.28',    '9','2','933.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010457.0','1019539.0','37',    '35','18','42911.28',    '33','17','42458.99',    '16','3','452.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098721.0','1045106.0','39',    '36','22','80422.9',    '35','22','78720.93',    '23','5','1701.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010410.0','1019539.0','8',    '7','4','19861.91',    '7','4','19861.91',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098674.0','1045106.0','8',    '7','4','6475.97',    '7','4','6475.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025410.0','1019539.0','71',    '62','37','163741.74',    '56','35','159122.38',    '41','7','4619.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113674.0','1045106.0','1',    '1','1','213.04',    '1','1','213.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010417.0','1019539.0','12',    '11','1','1710.49',    '11','1','1710.49',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098681.0','1045106.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025411.0','1019539.0','35',    '32','21','88683.77',    '32','20','79361.35',    '25','5','9322.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113675.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010593.0','1019539.0','34',    '30','22','82191.7',    '28','22','81991.71',    '17','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098857.0','1045106.0','3',    '3','3','2711.92',    '3','2','1433.92',    '1','1','1278.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010518.0','1019539.0','2',    '2','2','5088.24',    '2','2','5088.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098782.0','1045106.0','123',    '88','53','162598.08',    '79','51','161439.9',    '47','3','1158.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011370.0','1019539.0','35',    '30','20','244326.16',    '28','20','231159.28',    '18','4','13166.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099634.0','1045106.0','77',    '69','47','217048.06',    '64','43','208280.48',    '46','13','8767.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011423.0','1019539.0','162',    '138','51','309530.7',    '130','47','297871.16',    '89','12','11659.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099687.0','1045106.0','103',    '73','40','348493.45',    '67','39','321430.47',    '45','9','27062.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025412.0','1019539.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113676.0','1045106.0','1',    '1','1','413.43',    '1','1','413.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025413.0','1019539.0','6',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113677.0','1045106.0','10',    '8','7','53443.23',    '7','7','47013.43',    '2','1','6429.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010493.0','1019539.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098757.0','1045106.0','37',    '27','17','100634.15',    '27','17','98189.3',    '9','2','2444.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025414.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113678.0','1045106.0','7',    '6','4','19188.59',    '6','4','18799.59',    '3','2','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025415.0','1019539.0','9',    '9','4','11852.67',    '9','4','11852.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113679.0','1045106.0','1',    '1','1','2363.17',    '1','1','2363.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025416.0','1019539.0','72',    '68','35','207839.93',    '64','32','192571.4',    '43','9','15268.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113680.0','1045106.0','251',    '221','93','557916.22',    '206','89','537973.21',    '120','16','19943.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010311.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098575.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025417.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113681.0','1045106.0','12',    '6','1','160.35',    '4','1','160.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010441.0','1019539.0','117',    '78','48','230678.28',    '72','47','225030.82',    '43','5','5647.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098705.0','1045106.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025418.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113682.0','1045106.0','6',    '6','3','16381.97',    '6','3','16381.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011684.0','1019539.0','13',    '7','1','550.0',    '5','0','0.0',    '4','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099948.0','1045106.0','65',    '57','27','104953.08',    '51','25','101524.44',    '42','7','3428.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010439.0','1019539.0','20',    '17','7','12424.74',    '17','7','12424.74',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098703.0','1045106.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011497.0','1019539.0','3',    '3','2','2759.76',    '3','2','1981.76',    '2','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099761.0','1045106.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025419.0','1019539.0','2',    '1','1','5861.09',    '1','1','5161.1',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113683.0','1045106.0','41',    '31','20','69601.89',    '31','19','66012.74',    '19','6','3589.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010274.0','1019539.0','33',    '25','16','78552.62',    '25','16','76763.2',    '12','2','1789.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098538.0','1045106.0','42',    '32','26','105849.62',    '32','26','104851.33',    '18','3','998.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025420.0','1019539.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113684.0','1045106.0','43',    '35','20','71259.58',    '34','19','61544.44',    '19','3','9715.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010187.0','1019539.0','20',    '13','2','4397.44',    '12','2','3681.42',    '7','1','716.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098451.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010300.0','1019539.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098564.0','1045106.0','27',    '18','5','5655.47',    '16','4','5007.67',    '11','1','647.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025421.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113685.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010338.0','1019539.0','46',    '43','32','129894.55',    '39','32','128567.84',    '28','6','1326.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098602.0','1045106.0','1',    '1','1','6206.3',    '1','1','6206.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2010358.0','1019539.0','1',    '1','1','3401.02',    '1','1','3401.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2098622.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010570.0','1019539.0','19',    '14','7','18256.92',    '11','7','18006.92',    '10','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098834.0','1045106.0','1',    '1','1','17875.12',    '1','1','17875.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010365.0','1019539.0','34',    '32','24','69310.61',    '31','23','68710.64',    '21','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098629.0','1045106.0','3',    '3','2','6080.07',    '3','1','5585.58',    '3','1','494.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025422.0','1019539.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113686.0','1045106.0','166',    '136','89','285848.33',    '126','87','278577.76',    '77','11','7270.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013894.0','1019539.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102158.0','1045106.0','44',    '33','23','141652.69',    '32','23','140499.7',    '17','2','1152.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2010380.0','1019539.0','19',    '17','4','8227.16',    '16','4','8227.16',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2098644.0','1045106.0','8',    '6','2','11828.21',    '6','2','11828.21',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013884.0','1019539.0','3',    '3','2','15298.81',    '3','2','15298.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102148.0','1045106.0','10',    '9','5','11793.88',    '8','5','11793.88',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025423.0','1019539.0','1',    '1','1','2139.24',    '1','1','2139.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113687.0','1045106.0','53',    '45','33','112500.15',    '42','32','111306.68',    '22','6','1193.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025424.0','1019539.0','3',    '2','2','11045.76',    '2','2','10695.77',    '1','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113688.0','1045106.0','6',    '6','4','13633.69',    '5','4','13633.69',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025425.0','1019539.0','5',    '5','4','16718.65',    '4','4','16148.65',    '3','1','570.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113689.0','1045106.0','1',    '1','1','4096.87',    '1','1','4096.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011614.0','1019539.0','293',    '254','186','802268.95',    '249','181','751689.46',    '161','39','50579.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099878.0','1045106.0','50',    '46','22','33350.23',    '41','22','32483.69',    '29','3','866.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011667.0','1019539.0','21',    '18','14','82857.02',    '18','14','75712.03',    '9','3','7144.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099931.0','1045106.0','7',    '5','4','12504.69',    '5','4','12504.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025426.0','1019539.0','59',    '38','22','103128.38',    '34','21','100112.11',    '20','4','3016.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113690.0','1045106.0','15',    '14','5','46772.12',    '13','4','40096.0',    '12','3','6676.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025427.0','1019539.0','3',    '2','2','5226.05',    '2','2','4526.06',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113691.0','1045106.0','4',    '4','3','7231.77',    '4','3','6925.07',    '2','1','306.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2013814.0','1019539.0','42',    '36','8','34563.61',    '32','7','30614.64',    '26','3','3948.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2102078.0','1045106.0','1',    '1','1','488.45',    '1','1','488.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025428.0','1019539.0','14',    '12','3','21247.43',    '10','3','20914.94',    '7','1','332.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113692.0','1045106.0','8',    '8','6','29079.13',    '8','5','27020.5',    '6','1','2058.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011658.0','1019539.0','14',    '10','5','12575.37',    '10','5','12575.37',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099922.0','1045106.0','4',    '2','1','384.06',    '2','1','384.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025429.0','1019539.0','17',    '15','4','8853.41',    '15','4','8853.41',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113693.0','1045106.0','45',    '36','22','58758.0',    '34','22','56387.86',    '15','2','2370.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025430.0','1019539.0','22',    '17','5','27743.95',    '16','4','25966.99',    '10','2','1776.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113694.0','1045106.0','1',    '1','1','1088.85',    '0','0','0.0',    '1','1','1088.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025431.0','1019539.0','36',    '28','17','60332.09',    '26','15','52859.35',    '14','4','7472.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113695.0','1045106.0','16',    '11','7','14949.26',    '11','7','14949.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025432.0','1019539.0','19',    '17','7','10453.03',    '16','7','10453.03',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113696.0','1045106.0','20',    '10','8','31302.31',    '10','8','31302.31',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025433.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113697.0','1045106.0','12',    '11','6','7750.07',    '11','6','7750.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025434.0','1019539.0','10',    '9','4','11692.95',    '9','3','11492.96',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113698.0','1045106.0','44',    '31','19','156558.7',    '31','19','156023.73',    '12','2','534.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025435.0','1019539.0','11',    '8','5','29928.41',    '8','5','29834.02',    '4','1','94.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113699.0','1045106.0','7',    '7','5','16199.58',    '7','5','15246.58',    '5','2','953.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2025436.0','1019539.0','59',    '48','14','55617.98',    '46','14','44160.66',    '32','4','11457.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2113700.0','1045106.0','23',    '21','14','30806.0',    '20','13','30499.3',    '9','1','306.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001599.0',    '2011522.0','1019539.0','29',    '27','17','74454.46',    '27','17','74254.47',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006001.0',    '2099786.0','1045106.0','10',    '8','2','4387.97',    '7','2','4387.97',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025437.0','1019539.0','437',    '363','311','3817243.18',    '350','305','3533284.51',    '225','86','283958.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113701.0','1045106.0','8',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025438.0','1019539.0','5',    '5','5','20010.36',    '5','5','20010.36',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113702.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011557.0','1019539.0','5',    '3','1','5055.74',    '3','1','5055.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099821.0','1045106.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025439.0','1019539.0','3',    '3','1','1503.31',    '3','1','1503.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113703.0','1045106.0','4',    '3','1','3481.5',    '3','1','3481.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011675.0','1019539.0','107',    '96','71','212839.03',    '92','71','196933.6',    '62','17','15905.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099939.0','1045106.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011685.0','1019539.0','3',    '2','1','6091.5',    '2','1','6091.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099949.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013786.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102050.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025440.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113704.0','1045106.0','27',    '20','13','35204.09',    '20','12','34026.11',    '12','2','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025441.0','1019539.0','1',    '1','1','1528.47',    '1','1','1528.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113705.0','1045106.0','18',    '17','10','19053.09',    '17','10','18644.09',    '5','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013913.0','1019539.0','71',    '63','37','141166.76',    '61','36','139637.21',    '38','6','1529.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102177.0','1045106.0','13',    '10','5','13503.34',    '10','5','13503.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011687.0','1019539.0','34',    '28','17','59532.95',    '28','16','52485.53',    '21','6','7047.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099951.0','1045106.0','28',    '23','17','79519.49',    '21','17','79055.71',    '9','2','463.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011624.0','1019539.0','67',    '64','47','153172.82',    '61','47','152372.86',    '37','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099888.0','1045106.0','6',    '5','3','7092.78',    '5','3','7092.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025442.0','1019539.0','10',    '9','1','1317.16',    '8','1','1317.16',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113706.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011715.0','1019539.0','11',    '7','2','626.48',    '5','2','626.48',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099979.0','1045106.0','4',    '3','2','5530.77',    '3','2','5530.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025443.0','1019539.0','26',    '24','5','39948.17',    '20','5','39813.18',    '14','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113707.0','1045106.0','173',    '141','70','194054.33',    '128','67','153947.46',    '79','20','40106.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025444.0','1019539.0','63',    '60','18','98831.93',    '56','15','90885.84',    '38','7','7946.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113708.0','1045106.0','8',    '5','2','6360.85',    '4','2','6360.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025445.0','1019539.0','27',    '23','15','32423.46',    '22','14','27054.46',    '12','2','5369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113709.0','1045106.0','1',    '1','1','23253.28',    '1','1','23253.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025446.0','1019539.0','2',    '2','1','1656.0',    '2','1','1656.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113710.0','1045106.0','35',    '28','17','98292.78',    '27','17','95298.42',    '18','3','2994.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025447.0','1019539.0','8',    '6','4','4631.37',    '6','4','4631.37',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113711.0','1045106.0','5',    '4','2','2615.86',    '4','2','2615.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025448.0','1019539.0','107',    '96','84','417601.89',    '96','83','407069.18',    '44','9','10532.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113712.0','1045106.0','3',    '3','3','28838.97',    '3','3','28838.97',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025449.0','1019539.0','90',    '69','46','171985.48',    '63','44','162201.27',    '49','10','9784.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113713.0','1045106.0','48',    '43','30','88671.83',    '42','30','86629.13',    '29','6','2042.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011703.0','1019539.0','31',    '28','13','34034.07',    '26','13','31213.88',    '22','5','2820.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099967.0','1045106.0','49',    '37','21','107536.29',    '36','20','87839.94',    '22','7','19696.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025450.0','1019539.0','9',    '9','6','10594.94',    '9','5','9785.96',    '5','3','808.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113714.0','1045106.0','2',    '2','1','17827.97',    '2','1','17827.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025451.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113715.0','1045106.0','3',    '2','1','1907.96',    '2','1','1907.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013992.0','1019539.0','2',    '2','1','2150.81',    '1','1','2150.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102256.0','1045106.0','15',    '12','1','6002.9',    '10','1','4804.0',    '5','1','1198.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025452.0','1019539.0','1',    '1','1','296.1',    '1','1','296.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113716.0','1045106.0','17',    '12','1','3023.79',    '8','1','3023.79',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011524.0','1019539.0','9',    '9','5','7263.66',    '7','5','7263.66',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099788.0','1045106.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013844.0','1019539.0','20',    '16','7','32103.48',    '16','5','27804.7',    '11','3','4298.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102108.0','1045106.0','8',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025453.0','1019539.0','5',    '3','1','5829.22',    '3','1','5829.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113717.0','1045106.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025454.0','1019539.0','14',    '11','3','10434.34',    '10','3','10434.34',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113718.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011877.0','1019539.0','39',    '36','31','113151.49',    '34','29','106896.35',    '20','9','6255.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2100141.0','1045106.0','43',    '39','31','101710.73',    '38','29','97437.57',    '27','8','4273.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025455.0','1019539.0','22',    '18','7','37951.05',    '15','7','31529.78',    '12','1','6421.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113719.0','1045106.0','44',    '34','17','58407.22',    '29','15','48484.91',    '23','6','9922.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025456.0','1019539.0','17',    '11','9','64135.66',    '11','9','64135.66',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113720.0','1045106.0','8',    '5','1','4204.45',    '5','1','4204.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025457.0','1019539.0','10',    '9','7','16541.17',    '8','7','16340.81',    '7','1','200.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113721.0','1045106.0','4',    '4','3','11059.17',    '4','3','11059.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025458.0','1019539.0','6',    '4','3','5952.17',    '4','3','5952.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113722.0','1045106.0','59',    '46','38','107794.42',    '46','38','106719.46',    '32','5','1074.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025459.0','1019539.0','287',    '252','200','699027.53',    '241','192','655333.52',    '166','50','43694.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113723.0','1045106.0','8',    '8','7','13640.34',    '8','6','13440.35',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013938.0','1019539.0','13',    '7','5','43481.05',    '7','5','43481.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102202.0','1045106.0','1',    '1','1','4499.1',    '1','1','4499.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025460.0','1019539.0','1',    '1','1','1332.0',    '1','1','1332.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113724.0','1045106.0','24',    '20','4','10485.77',    '16','3','9639.37',    '14','2','846.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025461.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113725.0','1045106.0','30',    '25','20','62773.99',    '25','19','55367.3',    '23','2','7406.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013919.0','1019539.0','612',    '505','406','2976910.54',    '481','391','2707137.64',    '295','84','269772.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102183.0','1045106.0','58',    '52','33','91983.09',    '51','32','90614.11',    '27','4','1368.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025462.0','1019539.0','12',    '9','1','4493.49',    '9','1','4493.49',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113726.0','1045106.0','88',    '81','61','288043.43',    '80','61','279742.91',    '53','12','8300.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025463.0','1019539.0','17',    '16','4','23298.28',    '14','3','22598.29',    '11','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113727.0','1045106.0','17',    '11','1','1651.35',    '11','1','1651.35',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025464.0','1019539.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113728.0','1045106.0','16',    '6','2','14797.01',    '6','2','13119.43',    '5','1','1677.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025465.0','1019539.0','4',    '4','3','8471.74',    '3','2','8196.75',    '2','2','274.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113729.0','1045106.0','8',    '6','4','13632.18',    '6','4','13632.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025466.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113730.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013920.0','1019539.0','3',    '3','2','5267.43',    '3','2','5267.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102184.0','1045106.0','12',    '11','9','40202.74',    '11','9','40002.75',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013990.0','1019539.0','33',    '27','22','105421.07',    '27','22','102003.68',    '15','4','3417.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102254.0','1045106.0','400',    '340','224','720145.04',    '318','206','617716.43',    '217','60','102428.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011581.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099845.0','1045106.0','1',    '1','1','3765.36',    '1','1','3765.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011661.0','1019539.0','135',    '130','101','433609.77',    '127','100','424204.22',    '83','19','9405.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099925.0','1045106.0','3',    '3','2','5305.26',    '2','2','5305.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014035.0','1019539.0','4',    '4','3','12963.43',    '4','3','12963.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102299.0','1045106.0','5',    '3','3','6416.11',    '3','3','6416.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011700.0','1019539.0','1',    '1','1','1549.67',    '1','1','1549.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099964.0','1045106.0','12',    '10','5','10488.69',    '9','5','10488.69',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014060.0','1019539.0','2',    '2','1','965.14',    '2','1','965.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102324.0','1045106.0','16',    '11','10','35268.37',    '11','8','30893.52',    '6','4','4374.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2014062.0','1019539.0','34',    '29','24','80828.61',    '29','22','79048.17',    '22','5','1780.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2102326.0','1045106.0','25',    '22','18','45009.06',    '21','18','44620.06',    '16','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025467.0','1019539.0','56',    '52','39','176549.31',    '52','37','154635.09',    '34','12','21914.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113731.0','1045106.0','4',    '1','1','106.9',    '1','1','106.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025468.0','1019539.0','1',    '1','1','2663.13',    '1','1','2663.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113732.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025469.0','1019539.0','48',    '44','17','60173.49',    '42','16','47517.27',    '30','4','12656.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113733.0','1045106.0','9',    '8','3','3343.51',    '8','3','3343.51',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025470.0','1019539.0','5',    '4','2','2384.0',    '3','1','1384.0',    '4','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113734.0','1045106.0','3',    '2','2','8364.23',    '2','2','8364.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025471.0','1019539.0','82',    '54','33','267032.17',    '53','33','264994.2',    '26','2','2037.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113735.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011657.0','1019539.0','11',    '10','5','27847.35',    '8','5','27847.35',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099921.0','1045106.0','14',    '14','12','36046.48',    '13','12','34605.61',    '9','5','1440.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025472.0','1019539.0','7',    '6','4','30529.75',    '6','4','23762.05',    '4','2','6767.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113736.0','1045106.0','42',    '36','22','54618.54',    '36','21','52952.73',    '19','2','1665.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025473.0','1019539.0','32',    '30','21','37894.66',    '30','20','37310.68',    '20','3','583.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113737.0','1045106.0','19',    '19','8','22325.51',    '18','8','22325.51',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025474.0','1019539.0','39',    '35','23','58363.63',    '34','20','56736.83',    '19','4','1626.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113738.0','1045106.0','74',    '66','44','136205.11',    '61','42','134405.15',    '44','4','1799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025475.0','1019539.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113739.0','1045106.0','401',    '320','97','261847.07',    '271','94','251182.46',    '187','17','10664.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025476.0','1019539.0','8',    '6','1','4454.83',    '3','1','4454.83',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113740.0','1045106.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025477.0','1019539.0','32',    '31','27','51690.71',    '30','23','49021.74',    '23','6','2668.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113741.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011637.0','1019539.0','11',    '8','4','2121.21',    '7','4','1786.23',    '5','1','334.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099901.0','1045106.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013960.0','1019539.0','3',    '3','2','1345.02',    '3','2','1345.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102224.0','1045106.0','2',    '2','2','13184.93',    '2','2','13184.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013981.0','1019539.0','19',    '15','7','32345.0',    '15','7','31551.31',    '10','1','793.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102245.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011593.0','1019539.0','42',    '38','23','111380.82',    '36','22','110406.17',    '26','4','974.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099857.0','1045106.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025478.0','1019539.0','39',    '34','29','105759.31',    '33','28','104824.36',    '20','4','934.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113742.0','1045106.0','1',    '1','1','1687.05',    '1','1','1687.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025479.0','1019539.0','34',    '26','17','41947.75',    '25','17','40424.44',    '16','3','1523.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113743.0','1045106.0','71',    '68','48','210079.2',    '66','45','207061.51',    '44','10','3017.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025480.0','1019539.0','4',    '3','1','2730.32',    '3','1','2530.33',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113744.0','1045106.0','1',    '1','1','856.6',    '1','1','856.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013823.0','1019539.0','13',    '10','7','28933.43',    '10','7','26547.7',    '7','1','2385.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102087.0','1045106.0','47',    '45','31','68444.61',    '43','28','66334.7',    '31','8','2109.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011536.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099800.0','1045106.0','251',    '146','26','62035.64',    '110','21','58645.83',    '94','7','3389.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025481.0','1019539.0','80',    '61','9','15759.67',    '53','9','14819.8',    '43','2','939.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113745.0','1045106.0','4',    '4','4','35546.1',    '4','4','29791.69',    '2','1','5754.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025482.0','1019539.0','1',    '1','1','3118.36',    '1','1','3118.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113746.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011578.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099842.0','1045106.0','1',    '1','1','3899.88',    '1','1','3899.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025483.0','1019539.0','694',    '459','75','127848.02',    '378','41','89819.81',    '281','46','38028.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113747.0','1045106.0','88',    '64','14','27330.95',    '56','12','25581.97',    '34','2','1748.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025484.0','1019539.0','1',    '1','1','1346.19',    '1','1','1346.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113748.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013955.0','1019539.0','54',    '48','33','106398.12',    '47','31','97751.14',    '28','9','8646.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102219.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025485.0','1019539.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113749.0','1045106.0','32',    '30','22','90055.35',    '29','22','89655.37',    '17','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011567.0','1019539.0','138',    '118','79','215902.54',    '113','73','187431.5',    '77','26','28471.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099831.0','1045106.0','25',    '25','17','58049.75',    '25','16','56622.35',    '16','2','1427.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013972.0','1019539.0','270',    '253','192','480536.15',    '246','191','471417.53',    '174','19','9118.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102236.0','1045106.0','339',    '293','185','725063.85',    '276','157','627694.27',    '212','64','97369.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013993.0','1019539.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102257.0','1045106.0','9',    '9','1','2566.11',    '9','1','2566.11',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011601.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099865.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014040.0','1019539.0','3',    '3','2','1241.87',    '3','2','1241.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102304.0','1045106.0','404',    '314','67','133168.64',    '262','52','112239.16',    '193','23','20929.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011708.0','1019539.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099972.0','1045106.0','340',    '289','194','765469.94',    '269','184','620923.2',    '199','59','144546.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025486.0','1019539.0','50',    '46','41','80370.83',    '46','41','75792.67',    '30','9','4578.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113750.0','1045106.0','197',    '180','106','606718.18',    '173','102','542044.04',    '117','30','64674.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011455.0','1019539.0','136',    '83','13','28921.85',    '69','12','27459.43',    '38','4','1462.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099719.0','1045106.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025487.0','1019539.0','2',    '2','1','1514.41',    '2','1','1514.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113751.0','1045106.0','1',    '1','1','3080.38',    '1','1','3080.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025488.0','1019539.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113752.0','1045106.0','31',    '29','21','46359.48',    '27','21','45974.99',    '18','2','384.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011694.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099958.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025489.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113753.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011714.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099978.0','1045106.0','1',    '1','1','1526.95',    '1','1','1526.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025490.0','1019539.0','1',    '1','1','2576.61',    '1','1','2576.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113754.0','1045106.0','1',    '1','1','6499.72',    '1','1','6499.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025491.0','1019539.0','2',    '2','2','1126.7',    '2','1','787.75',    '1','1','338.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113755.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025492.0','1019539.0','211',    '192','122','333464.49',    '183','115','320373.57',    '130','20','13090.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113756.0','1045106.0','30',    '27','20','59065.32',    '25','19','54847.03',    '19','6','4218.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011622.0','1019539.0','8',    '7','6','18748.76',    '7','6','18748.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099886.0','1045106.0','103',    '74','13','19313.93',    '59','11','18458.95',    '46','3','854.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011628.0','1019539.0','138',    '119','91','776089.66',    '116','84','729060.8',    '85','32','47028.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099892.0','1045106.0','4',    '4','2','3774.06',    '4','2','3774.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025493.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113757.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011596.0','1019539.0','1',    '1','1','588.8',    '1','1','588.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099860.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025494.0','1019539.0','312',    '284','184','817811.49',    '276','170','721068.95',    '207','64','96742.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113758.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025495.0','1019539.0','73',    '63','38','163262.24',    '60','34','132459.43',    '49','15','30802.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113759.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025496.0','1019539.0','23',    '22','12','26542.45',    '20','9','15132.01',    '10','4','11410.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113760.0','1045106.0','2',    '1','1','9048.59',    '1','1','2652.0',    '1','1','6396.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025497.0','1019539.0','123',    '99','33','63897.93',    '84','29','60568.84',    '60','6','3329.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113761.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025498.0','1019539.0','381',    '318','109','376099.59',    '278','100','355908.62',    '214','25','20190.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113762.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025499.0','1019539.0','42',    '29','3','36692.75',    '23','3','26712.97',    '14','2','9979.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113763.0','1045106.0','14',    '10','3','3167.7',    '8','3','3167.7',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025500.0','1019539.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113764.0','1045106.0','1',    '1','1','490.8',    '1','1','490.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011458.0','1019539.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099722.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025501.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113765.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025502.0','1019539.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113766.0','1045106.0','16',    '15','11','43837.96',    '15','11','43448.96',    '9','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013946.0','1019539.0','5',    '5','2','5802.9',    '5','2','5802.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102210.0','1045106.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011660.0','1019539.0','36',    '30','21','107421.63',    '29','20','99861.36',    '21','5','7560.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099924.0','1045106.0','95',    '92','73','153337.15',    '88','70','143984.71',    '66','22','9352.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011639.0','1019539.0','126',    '120','89','248889.12',    '116','88','242325.04',    '82','15','6564.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099903.0','1045106.0','17',    '16','9','27966.96',    '16','8','27766.97',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011699.0','1019539.0','18',    '16','8','29592.03',    '16','8','29592.03',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099963.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025503.0','1019539.0','129',    '85','17','41921.51',    '67','15','35577.02',    '51','3','6344.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113767.0','1045106.0','172',    '149','80','236033.73',    '133','76','215996.18',    '108','17','20037.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013984.0','1019539.0','197',    '174','86','407272.02',    '157','70','360930.99',    '111','32','46341.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102248.0','1045106.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025504.0','1019539.0','29',    '28','22','76481.64',    '28','20','71654.16',    '16','5','4827.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113768.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011527.0','1019539.0','14',    '11','4','33643.03',    '10','4','33443.04',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099791.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013888.0','1019539.0','121',    '115','74','243590.9',    '111','70','227011.44',    '80','17','16579.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102152.0','1045106.0','14',    '12','10','36652.64',    '12','10','36452.65',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025505.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113769.0','1045106.0','117',    '109','71','202818.51',    '107','67','188783.77',    '70','17','14034.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011528.0','1019539.0','12',    '11','5','16620.25',    '11','4','15442.27',    '8','3','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099792.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025506.0','1019539.0','34',    '33','25','88196.28',    '33','25','79120.0',    '17','4','9076.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113770.0','1045106.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011508.0','1019539.0','40',    '35','10','24736.86',    '27','8','19133.88',    '23','3','5602.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099772.0','1045106.0','8',    '5','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011677.0','1019539.0','204',    '186','124','371090.22',    '178','119','350024.31',    '146','28','21065.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099941.0','1045106.0','313',    '292','139','719019.02',    '287','110','593566.3',    '210','71','125452.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014069.0','1019539.0','53',    '51','32','94581.09',    '50','31','93233.16',    '36','7','1347.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102333.0','1045106.0','7',    '6','4','7971.35',    '6','4','7971.35',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013872.0','1019539.0','28',    '25','16','18086.42',    '25','15','17702.2',    '17','2','384.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102136.0','1045106.0','46',    '44','35','92859.8',    '42','34','92327.32',    '26','2','532.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014003.0','1019539.0','19',    '18','13','53191.21',    '18','13','52391.25',    '12','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102267.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025507.0','1019539.0','1',    '1','1','7057.05',    '0','0','0.0',    '1','1','7057.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113771.0','1045106.0','1',    '1','1','2069.69',    '1','1','2069.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025508.0','1019539.0','333',    '304','144','326966.6',    '291','130','310282.01',    '213','29','16684.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113772.0','1045106.0','50',    '41','31','85193.34',    '40','29','82112.01',    '24','4','3081.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025509.0','1019539.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113773.0','1045106.0','18',    '14','4','5166.83',    '13','3','4466.84',    '8','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025510.0','1019539.0','40',    '33','21','42677.83',    '33','21','42277.85',    '22','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113774.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025511.0','1019539.0','929',    '886','461','1047200.28',    '862','371','902610.03',    '641','177','144590.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113775.0','1045106.0','1',    '1','1','373.93',    '1','1','373.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025512.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113776.0','1045106.0','29',    '29','9','7191.33',    '26','6','6006.86',    '20','4','1184.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013876.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102140.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025513.0','1019539.0','2',    '2','1','2988.0',    '2','1','2988.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113777.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025514.0','1019539.0','2',    '1','1','5039.03',    '1','1','2988.0',    '1','1','2051.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113778.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014049.0','1019539.0','15',    '14','7','8463.19',    '14','7','8463.19',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102313.0','1045106.0','55',    '51','35','73375.6',    '50','35','71957.15',    '31','5','1418.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025515.0','1019539.0','47',    '40','24','88743.05',    '37','20','76729.58',    '21','6','12013.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113779.0','1045106.0','1',    '1','1','4500.0',    '1','1','4500.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025516.0','1019539.0','1',    '1','1','2988.0',    '1','1','2988.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113780.0','1045106.0','25',    '23','15','44428.8',    '23','15','42830.74',    '18','3','1598.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025517.0','1019539.0','3',    '3','3','10808.86',    '3','3','10608.87',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113781.0','1045106.0','42',    '39','22','49182.79',    '39','19','46156.48',    '25','6','3026.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011701.0','1019539.0','4',    '3','2','14501.0',    '3','2','14112.0',    '2','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099965.0','1045106.0','3',    '2','2','5392.41',    '2','2','5392.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025518.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113782.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025519.0','1019539.0','1',    '1','1','8366.27',    '1','1','8366.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113783.0','1045106.0','97',    '82','43','109536.44',    '78','42','107437.87',    '47','5','2098.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011594.0','1019539.0','183',    '171','88','354089.67',    '169','80','332902.37',    '124','26','21187.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099858.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025520.0','1019539.0','1',    '1','1','546.68',    '1','1','546.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113784.0','1045106.0','18',    '17','7','15278.85',    '15','7','15278.85',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025521.0','1019539.0','96',    '88','50','123066.55',    '82','45','111746.12',    '61','13','11320.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113785.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025522.0','1019539.0','13',    '12','9','27292.99',    '12','8','26243.02',    '6','3','1049.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113786.0','1045106.0','43',    '34','23','56120.64',    '34','22','53897.71',    '21','5','2222.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025523.0','1019539.0','22',    '11','1','522.44',    '10','1','133.44',    '5','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113787.0','1045106.0','50',    '48','36','75387.82',    '47','35','71748.43',    '23','5','3639.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025524.0','1019539.0','5',    '5','1','12472.69',    '5','1','12472.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113788.0','1045106.0','27',    '23','9','30849.43',    '22','8','29479.62',    '15','2','1369.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025525.0','1019539.0','988',    '925','610','1490235.32',    '883','567','1405216.87',    '640','153','85018.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113789.0','1045106.0','295',    '275','166','270846.24',    '265','156','254811.4',    '173','26','16034.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025526.0','1019539.0','1',    '1','1','7924.57',    '1','1','7924.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113790.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025527.0','1019539.0','1',    '1','1','7747.32',    '1','1','7747.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113791.0','1045106.0','6',    '6','2','5417.4',    '5','2','5417.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025528.0','1019539.0','2',    '2','1','1610.24',    '2','1','1610.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113792.0','1045106.0','2',    '2','1','3558.11',    '2','1','3558.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025529.0','1019539.0','259',    '246','175','747729.34',    '237','166','711249.29',    '187','41','36480.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113793.0','1045106.0','1',    '1','1','2952.0',    '1','1','2952.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025530.0','1019539.0','397',    '379','250','1317966.02',    '375','221','1243792.88',    '286','72','74173.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113794.0','1045106.0','448',    '407','239','630546.99',    '384','217','563817.55',    '239','70','66729.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025531.0','1019539.0','89',    '81','51','108081.43',    '73','42','86436.95',    '47','17','21644.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113795.0','1045106.0','2',    '1','1','646.0',    '1','1','646.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011491.0','1019539.0','1',    '1','1','192.28',    '1','1','192.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099755.0','1045106.0','81',    '76','43','117804.17',    '72','42','115992.74',    '47','8','1811.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013878.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102142.0','1045106.0','1',    '1','1','7737.24',    '1','1','7737.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011706.0','1019539.0','2',    '2','1','1366.73',    '1','1','1366.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099970.0','1045106.0','103',    '96','74','251273.68',    '95','72','248733.3',    '61','10','2540.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011705.0','1019539.0','47',    '43','27','56519.16',    '41','25','47510.55',    '33','5','9008.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099969.0','1045106.0','8',    '8','7','15946.99',    '8','7','15747.0',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011509.0','1019539.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099773.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025532.0','1019539.0','1',    '1','1','1005.0',    '1','1','1005.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113796.0','1045106.0','47',    '34','16','43543.98',    '29','15','43404.03',    '24','1','139.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014023.0','1019539.0','13',    '10','6','8165.16',    '8','6','7760.67',    '6','2','404.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102287.0','1045106.0','10',    '10','8','20128.51',    '9','8','19928.52',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011619.0','1019539.0','8',    '8','4','3256.25',    '7','4','3256.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099883.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013802.0','1019539.0','1517',    '1460','777','1526886.59',    '1387','571','1270466.96',    '1148','364','256419.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102066.0','1045106.0','299',    '267','168','365877.09',    '252','163','349765.58',    '189','33','16111.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025533.0','1019539.0','26',    '23','16','54507.67',    '23','16','54159.69',    '17','2','347.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113797.0','1045106.0','1',    '1','1','11203.82',    '1','1','11203.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011456.0','1019539.0','42',    '37','18','35206.13',    '35','17','33728.14',    '20','3','1477.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099720.0','1045106.0','100',    '92','42','165039.76',    '85','39','157991.58',    '54','9','7048.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013957.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102221.0','1045106.0','152',    '147','76','284688.96',    '145','69','271740.0',    '109','18','12948.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025534.0','1019539.0','3',    '2','1','6628.82',    '1','1','6628.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113798.0','1045106.0','20',    '20','14','53215.67',    '20','14','52037.69',    '14','3','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014024.0','1019539.0','211',    '203','131','326108.54',    '194','124','307436.13',    '136','28','18672.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102288.0','1045106.0','20',    '19','9','65815.32',    '18','9','59248.33',    '14','4','6566.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013951.0','1019539.0','198',    '160','93','240720.51',    '146','87','213297.63',    '104','19','27422.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102215.0','1045106.0','3',    '3','1','699.99',    '2','0','0.0',    '3','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025535.0','1019539.0','35',    '31','7','33823.86',    '27','7','33823.86',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113799.0','1045106.0','111',    '97','35','69264.27',    '91','31','65663.58',    '56','7','3600.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011590.0','1019539.0','26',    '26','14','19136.38',    '24','12','15400.01',    '20','3','3736.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099854.0','1045106.0','64',    '60','32','48897.53',    '57','25','40042.69',    '45','13','8854.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011648.0','1019539.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099912.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025536.0','1019539.0','16',    '10','5','7085.42',    '10','5','6324.08',    '4','1','761.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113800.0','1045106.0','1',    '1','1','909.41',    '1','1','909.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011691.0','1019539.0','7',    '6','2','7921.69',    '6','2','7921.69',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099955.0','1045106.0','110',    '87','61','341141.22',    '77','54','290228.85',    '63','22','50912.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025537.0','1019539.0','519',    '501','276','387290.8',    '484','241','350888.63',    '325','66','36402.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113801.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025538.0','1019539.0','39',    '37','13','17409.69',    '37','11','16428.39',    '20','2','981.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113802.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025539.0','1019539.0','1',    '1','1','3469.33',    '1','1','3178.0',    '1','1','291.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113803.0','1045106.0','8',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025540.0','1019539.0','69',    '63','30','123539.43',    '58','30','113631.34',    '35','6','9908.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113804.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011636.0','1019539.0','1',    '1','1','3237.36',    '1','1','3237.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099900.0','1045106.0','62',    '59','49','108343.27',    '58','48','106463.82',    '39','6','1879.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011466.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099730.0','1045106.0','90',    '62','28','90547.54',    '48','21','68000.96',    '49','13','22546.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025541.0','1019539.0','2',    '2','1','7623.23',    '2','1','6563.24',    '2','1','1059.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113805.0','1045106.0','2',    '2','1','1113.33',    '2','1','724.33',    '2','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011631.0','1019539.0','34',    '32','24','74803.26',    '31','24','73354.6',    '22','3','1448.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099895.0','1045106.0','214',    '194','82','202322.74',    '186','80','194347.13',    '107','14','7975.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013886.0','1019539.0','5',    '5','4','6188.53',    '5','4','5988.54',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102150.0','1045106.0','72',    '67','43','140898.41',    '61','41','136800.82',    '48','8','4097.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025542.0','1019539.0','40',    '38','23','76140.26',    '36','21','71023.88',    '27','6','5116.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113806.0','1045106.0','10',    '9','6','18244.72',    '9','6','18244.72',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011647.0','1019539.0','56',    '51','20','50164.11',    '48','19','46102.13',    '37','4','4061.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099911.0','1045106.0','54',    '50','22','40321.93',    '45','17','35805.2',    '32','11','4516.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025543.0','1019539.0','29',    '26','15','66962.1',    '23','14','65922.75',    '18','2','1039.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113807.0','1045106.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025544.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113808.0','1045106.0','93',    '68','27','72004.09',    '61','25','64776.87',    '44','10','7227.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025545.0','1019539.0','9',    '9','5','6035.15',    '8','3','4334.83',    '7','3','1700.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113809.0','1045106.0','2',    '2','2','8126.16',    '2','2','8126.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013801.0','1019539.0','874',    '790','524','1497799.55',    '760','502','1380897.03',    '513','131','116902.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102065.0','1045106.0','9',    '6','3','1069.03',    '5','3','1069.03',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025546.0','1019539.0','344',    '299','118','236526.11',    '270','104','211273.59',    '209','37','25252.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113810.0','1045106.0','361',    '329','101','274758.5',    '309','93','259112.14',    '191','21','15646.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025547.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113811.0','1045106.0','151',    '125','47','172190.19',    '112','39','136053.68',    '79','21','36136.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025548.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113812.0','1045106.0','100',    '91','52','131794.61',    '88','49','129927.79',    '56','8','1866.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025549.0','1019539.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113813.0','1045106.0','12',    '12','10','31378.4',    '12','10','31378.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025550.0','1019539.0','1',    '1','1','24211.05',    '1','1','20094.0',    '1','1','4117.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113814.0','1045106.0','115',    '104','60','138555.37',    '102','59','131564.34',    '65','8','6991.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025551.0','1019539.0','103',    '95','41','68844.63',    '81','34','61764.86',    '70','13','7079.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113815.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025552.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113816.0','1045106.0','57',    '54','27','71942.22',    '52','24','68209.33',    '26','8','3732.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025553.0','1019539.0','10',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113817.0','1045106.0','3',    '3','2','2467.54',    '3','2','2467.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011655.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099919.0','1045106.0','3',    '3','2','2054.78',    '3','2','2054.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013832.0','1019539.0','375',    '337','250','716367.44',    '325','230','673520.61',    '228','62','42846.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102096.0','1045106.0','16',    '16','9','41782.45',    '16','9','41782.45',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011689.0','1019539.0','3',    '3','2','1604.76',    '2','2','1604.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099953.0','1045106.0','240',    '209','100','310611.37',    '193','86','271921.52',    '143','42','38689.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013950.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102214.0','1045106.0','52',    '48','34','88611.73',    '47','34','86785.94',    '25','3','1825.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013839.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102103.0','1045106.0','12',    '10','7','9817.15',    '10','5','8338.95',    '5','2','1478.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013959.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102223.0','1045106.0','1',    '1','1','2236.74',    '1','1','2236.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025554.0','1019539.0','156',    '142','110','299667.09',    '139','110','285008.81',    '97','24','14658.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113818.0','1045106.0','41',    '39','24','49946.83',    '37','23','48443.64',    '27','2','1503.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013977.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102241.0','1045106.0','8',    '7','3','4116.56',    '7','3','4116.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025555.0','1019539.0','21',    '18','10','29121.64',    '15','10','29059.62',    '12','1','62.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113819.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014012.0','1019539.0','1',    '1','1','12194.54',    '1','1','12194.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102276.0','1045106.0','91',    '80','51','163260.18',    '76','46','147656.04',    '48','11','15604.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025556.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113820.0','1045106.0','8',    '8','5','14698.5',    '7','5','14021.29',    '6','1','677.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011474.0','1019539.0','1',    '1','1','924.35',    '1','1','924.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099738.0','1045106.0','176',    '160','99','258360.03',    '157','92','241415.08',    '117','25','16944.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025557.0','1019539.0','93',    '84','40','71123.32',    '74','40','70068.84',    '56','4','1054.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113821.0','1045106.0','3',    '3','2','14587.56',    '3','2','13752.57',    '2','1','834.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025558.0','1019539.0','98',    '90','43','91655.83',    '86','41','90255.9',    '57','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113822.0','1045106.0','3',    '2','2','5682.22',    '2','1','4697.48',    '1','1','984.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013953.0','1019539.0','1',    '1','1','2287.32',    '1','1','2287.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102217.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025559.0','1019539.0','79',    '70','50','117033.16',    '65','48','115205.26',    '56','9','1827.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113823.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011680.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099944.0','1045106.0','1',    '1','1','9696.45',    '1','1','9696.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2014048.0','1019539.0','214',    '196','147','498848.72',    '190','144','479086.81',    '143','28','19761.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2102312.0','1045106.0','14',    '11','6','13029.64',    '11','5','11974.32',    '6','2','1055.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011682.0','1019539.0','71',    '59','39','201554.61',    '56','38','178148.49',    '41','9','23406.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099946.0','1045106.0','9',    '9','6','13570.59',    '9','6','13570.59',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025560.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113824.0','1045106.0','104',    '99','61','211477.28',    '95','59','205225.72',    '74','9','6251.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011577.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099841.0','1045106.0','12',    '11','6','22290.59',    '11','6','22290.59',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025561.0','1019539.0','32',    '31','14','53977.12',    '28','14','52811.81',    '20','1','1165.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113825.0','1045106.0','42',    '40','28','110897.99',    '38','28','110298.02',    '28','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013954.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102218.0','1045106.0','10',    '9','6','21318.35',    '9','6','19514.17',    '6','3','1804.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025562.0','1019539.0','13',    '10','7','19698.27',    '10','7','19498.28',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113826.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025563.0','1019539.0','53',    '50','32','107777.0',    '47','32','105134.65',    '30','7','2642.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113827.0','1045106.0','269',    '245','151','382738.74',    '234','145','365604.1',    '152','25','17134.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013864.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102128.0','1045106.0','1',    '1','1','1321.6',    '1','1','1321.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011607.0','1019539.0','1',    '1','1','683.65',    '1','1','683.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099871.0','1045106.0','64',    '61','32','105642.71',    '58','29','103869.76',    '31','7','1772.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011716.0','1019539.0','126',    '112','41','134717.53',    '104','35','120077.18',    '54','14','14640.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099980.0','1045106.0','90',    '85','49','140518.78',    '80','48','138279.81',    '56','5','2238.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011408.0','1019539.0','24',    '22','18','46831.03',    '21','18','45994.57',    '15','4','836.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099672.0','1045106.0','81',    '76','39','71964.46',    '74','30','59210.34',    '48','13','12754.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011461.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099725.0','1045106.0','1',    '1','1','929.15',    '1','1','929.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025564.0','1019539.0','1',    '1','1','2156.48',    '1','1','1800.0',    '1','1','356.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113828.0','1045106.0','21',    '15','4','6107.65',    '13','4','6107.65',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013969.0','1019539.0','150',    '109','45','252467.12',    '104','41','243040.59',    '63','11','9426.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102233.0','1045106.0','3',    '3','2','1882.14',    '3','2','1882.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025565.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113829.0','1045106.0','456',    '426','280','638734.8',    '409','266','602277.54',    '263','53','36457.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013904.0','1019539.0','2',    '1','1','714.06',    '1','1','714.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102168.0','1045106.0','22',    '19','8','26624.48',    '16','7','25873.51',    '12','2','750.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025566.0','1019539.0','4',    '4','2','7243.23',    '3','2','7243.23',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113830.0','1045106.0','13',    '13','8','14879.39',    '12','8','13901.4',    '11','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013934.0','1019539.0','27',    '24','21','93675.14',    '24','21','92886.16',    '15','3','788.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102198.0','1045106.0','54',    '47','23','56379.34',    '45','22','52134.22',    '27','4','4245.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025567.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113831.0','1045106.0','263',    '243','110','170699.12',    '223','90','143582.25',    '170','28','27116.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011656.0','1019539.0','2',    '2','1','1936.81',    '2','1','1936.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099920.0','1045106.0','54',    '51','32','110594.24',    '49','32','109652.93',    '33','4','941.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025568.0','1019539.0','345',    '314','178','631349.33',    '303','163','599756.66',    '228','37','31592.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113832.0','1045106.0','14',    '12','9','12715.95',    '12','8','12331.46',    '6','1','384.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025569.0','1019539.0','3',    '3','1','4294.06',    '3','1','4294.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113833.0','1045106.0','12',    '11','7','34662.07',    '11','7','34662.07',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011359.0','1019539.0','40',    '35','23','53818.89',    '34','19','45253.72',    '26','8','8565.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099623.0','1045106.0','937',    '783','518','3202348.69',    '767','486','3023841.72',    '590','151','178506.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011668.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099932.0','1045106.0','276',    '245','130','360928.06',    '229','117','335524.74',    '157','35','25403.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025570.0','1019539.0','188',    '174','76','150974.1',    '167','65','133619.51',    '131','27','17354.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113834.0','1045106.0','55',    '51','26','55628.12',    '51','24','53515.4',    '26','5','2112.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025571.0','1019539.0','1',    '1','1','2362.52',    '1','1','1082.11',    '1','1','1280.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113835.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025572.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113836.0','1045106.0','262',    '231','111','216681.44',    '223','102','198146.98',    '116','20','18534.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025573.0','1019539.0','11',    '5','1','451.36',    '3','1','451.36',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113837.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011547.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099811.0','1045106.0','1',    '1','1','879.51',    '1','1','879.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013915.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102179.0','1045106.0','46',    '45','24','49097.4',    '44','23','41754.05',    '27','6','7343.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025574.0','1019539.0','138',    '132','88','328278.09',    '127','86','321637.27',    '91','15','6640.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113838.0','1045106.0','45',    '42','28','67216.09',    '39','28','64883.14',    '36','6','2332.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025575.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113839.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025576.0','1019539.0','14',    '11','10','51575.66',    '11','10','51575.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113840.0','1045106.0','60',    '53','34','80605.37',    '52','31','73026.94',    '33','10','7578.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025577.0','1019539.0','81',    '65','41','182108.24',    '60','37','154025.45',    '42','11','28082.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113841.0','1045106.0','82',    '77','34','57663.96',    '77','28','54585.68',    '53','9','3078.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013796.0','1019539.0','367',    '327','212','701019.11',    '307','205','678299.18',    '212','38','22719.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2102060.0','1045106.0','386',    '361','225','984589.81',    '354','207','892701.09',    '251','69','91888.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025578.0','1019539.0','61',    '55','44','125376.1',    '54','43','120969.86',    '31','8','4406.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113842.0','1045106.0','33',    '23','19','107656.11',    '22','19','107582.11',    '11','1','74.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013788.0','1019539.0','11',    '11','9','20688.81',    '11','8','20488.82',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102052.0','1045106.0','6',    '6','3','2806.08',    '6','1','2314.76',    '5','2','491.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011698.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099962.0','1045106.0','10',    '9','6','18675.25',    '9','6','18675.25',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025579.0','1019539.0','378',    '358','234','645424.9',    '346','228','625895.08',    '236','45','19529.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113843.0','1045106.0','36',    '31','23','46928.65',    '30','22','45520.36',    '18','7','1408.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013961.0','1019539.0','1',    '1','1','634.69',    '1','1','634.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102225.0','1045106.0','962',    '907','427','754713.9',    '861','346','648086.97',    '663','162','106626.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025580.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113844.0','1045106.0','1',    '1','1','804.0',    '1','1','804.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011505.0','1019539.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099769.0','1045106.0','1',    '1','1','6709.45',    '1','1','6709.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025581.0','1019539.0','180',    '114','18','35934.36',    '91','10','28630.69',    '67','8','7303.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113845.0','1045106.0','69',    '42','12','37501.09',    '37','6','25336.99',    '28','9','12164.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025582.0','1019539.0','16',    '15','7','18462.6',    '14','6','17762.61',    '8','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113846.0','1045106.0','17',    '17','16','53887.76',    '17','15','53687.77',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013804.0','1019539.0','443',    '375','270','1376980.99',    '358','246','951276.1',    '287','118','425704.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102068.0','1045106.0','365',    '330','223','729341.5',    '315','215','654032.01',    '226','60','75309.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025583.0','1019539.0','24',    '23','19','58220.56',    '21','18','57221.24',    '14','3','999.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113847.0','1045106.0','305',    '289','209','462683.35',    '284','206','450487.69',    '165','31','12195.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025584.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113848.0','1045106.0','46',    '42','29','48652.47',    '41','28','47852.51',    '31','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025585.0','1019539.0','1',    '1','1','9940.03',    '1','1','9940.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113849.0','1045106.0','42',    '33','19','44594.83',    '32','19','41885.12',    '18','4','2709.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014034.0','1019539.0','41',    '38','21','27289.9',    '37','16','21195.02',    '26','7','6094.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102298.0','1045106.0','89',    '84','48','85161.57',    '80','35','78823.49',    '62','16','6338.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025586.0','1019539.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113850.0','1045106.0','12',    '12','10','41509.29',    '11','9','40659.32',    '11','3','849.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025587.0','1019539.0','317',    '286','165','355324.58',    '264','149','326147.33',    '194','39','29177.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113851.0','1045106.0','2',    '2','1','1560.03',    '2','1','1560.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011595.0','1019539.0','60',    '56','26','23529.72',    '53','24','22580.75',    '38','6','948.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099859.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025588.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113852.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025589.0','1019539.0','1',    '1','1','2015.74',    '1','1','2015.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113853.0','1045106.0','48',    '44','37','96632.19',    '41','37','94982.26',    '29','7','1649.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011542.0','1019539.0','72',    '68','34','84117.79',    '63','33','79625.37',    '50','7','4492.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099806.0','1045106.0','24',    '17','14','58905.68',    '17','14','57605.29',    '13','2','1300.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025590.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113854.0','1045106.0','305',    '268','137','571385.03',    '256','117','476096.04',    '204','64','95288.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013975.0','1019539.0','1',    '1','1','589.87',    '1','1','589.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102239.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025591.0','1019539.0','86',    '59','11','24148.22',    '54','7','13304.42',    '25','5','10843.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113855.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025592.0','1019539.0','17',    '14','3','12606.31',    '12','2','5241.72',    '11','2','7364.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113856.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025593.0','1019539.0','20',    '18','14','49572.67',    '18','14','48037.01',    '11','3','1535.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113857.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025594.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113858.0','1045106.0','1',    '1','1','1300.97',    '1','0','0.0',    '1','1','1300.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025595.0','1019539.0','14',    '13','6','10458.1',    '13','6','10458.1',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113859.0','1045106.0','227',    '214','126','259162.33',    '203','118','252145.73',    '123','18','7016.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025596.0','1019539.0','1',    '1','1','1355.57',    '1','1','1355.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113860.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011485.0','1019539.0','1',    '1','1','2314.36',    '1','1','2314.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099749.0','1045106.0','23',    '18','4','28654.79',    '15','4','28447.29',    '10','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025597.0','1019539.0','4',    '2','1','3488.72',    '2','1','3488.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113861.0','1045106.0','465',    '420','277','747137.97',    '403','263','701561.24',    '287','56','45576.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025598.0','1019539.0','249',    '210','162','855091.97',    '205','157','812094.95',    '158','34','42997.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113862.0','1045106.0','1',    '1','1','201.82',    '1','1','201.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025599.0','1019539.0','39',    '37','24','91066.51',    '34','23','89893.04',    '21','4','1173.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113863.0','1045106.0','37',    '29','23','96621.16',    '29','22','80673.6',    '17','8','15947.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025600.0','1019539.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113864.0','1045106.0','762',    '623','317','1881556.53',    '588','274','1562792.97',    '430','140','318763.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011621.0','1019539.0','6',    '5','2','2430.57',    '5','2','2430.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099885.0','1045106.0','4',    '4','3','13902.54',    '4','3','13702.55',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025601.0','1019539.0','205',    '193','129','493678.77',    '187','119','464252.35',    '133','35','29426.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113865.0','1045106.0','60',    '52','26','81403.88',    '51','23','78352.75',    '28','5','3051.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011638.0','1019539.0','102',    '96','68','191548.49',    '90','67','180499.42',    '69','15','11049.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099902.0','1045106.0','455',    '396','69','149682.82',    '371','58','140709.45',    '182','16','8973.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025602.0','1019539.0','14',    '12','7','14527.94',    '12','6','11255.45',    '8','3','3272.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113866.0','1045106.0','7',    '7','2','1313.41',    '4','2','1313.41',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025603.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113867.0','1045106.0','33',    '31','14','18819.44',    '29','14','18165.6',    '24','4','653.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013973.0','1019539.0','1',    '1','1','10544.43',    '1','1','10544.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102237.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025604.0','1019539.0','11',    '10','8','9549.52',    '10','8','9549.52',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113868.0','1045106.0','67',    '62','26','69042.51',    '60','26','68692.52',    '38','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011602.0','1019539.0','1',    '1','1','3077.8',    '1','1','3077.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099866.0','1045106.0','9',    '9','4','6085.05',    '8','4','6085.05',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025605.0','1019539.0','35',    '32','24','39837.74',    '31','22','38759.53',    '25','5','1078.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113869.0','1045106.0','855',    '803','492','1134398.1',    '768','458','1060028.89',    '551','107','74369.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025606.0','1019539.0','2',    '1','1','1058.66',    '1','1','1058.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113870.0','1045106.0','1',    '1','1','1232.33',    '1','1','1232.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013785.0','1019539.0','590',    '540','394','1064918.75',    '515','372','994410.8',    '341','98','70507.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102049.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011690.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099954.0','1045106.0','442',    '412','264','1189558.06',    '402','234','1120963.51',    '298','72','68594.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025607.0','1019539.0','382',    '310','132','369437.76',    '282','121','330201.36',    '184','37','39236.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113871.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025608.0','1019539.0','65',    '39','4','10334.47',    '33','4','9640.07',    '21','1','694.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113872.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025609.0','1019539.0','21',    '21','7','12525.28',    '18','5','10005.8',    '16','4','2519.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113873.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025610.0','1019539.0','9',    '8','4','6322.65',    '8','4','6322.65',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113874.0','1045106.0','5',    '4','3','11644.91',    '4','3','11644.91',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025611.0','1019539.0','17',    '13','6','9531.23',    '11','6','8364.67',    '7','1','1166.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113875.0','1045106.0','209',    '183','103','301730.19',    '176','84','266648.56',    '130','35','35081.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013945.0','1019539.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102209.0','1045106.0','396',    '361','245','665448.9',    '349','241','641588.26',    '226','41','23860.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011503.0','1019539.0','12',    '12','3','9278.03',    '12','3','9278.03',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099767.0','1045106.0','158',    '145','67','84668.78',    '132','43','67500.18',    '109','31','17168.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011688.0','1019539.0','1',    '1','1','4163.87',    '1','1','4163.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099952.0','1045106.0','7',    '6','1','1259.28',    '5','1','1259.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013987.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102251.0','1045106.0','35',    '31','17','53006.88',    '29','17','52858.89',    '22','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013857.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102121.0','1045106.0','2',    '2','1','279.21',    '2','1','279.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013962.0','1019539.0','46',    '42','19','46955.05',    '41','19','45457.06',    '28','4','1497.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102226.0','1045106.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025612.0','1019539.0','25',    '23','14','56561.26',    '22','14','54066.35',    '18','5','2494.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113876.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011679.0','1019539.0','90',    '85','60','133970.25',    '84','59','131225.29',    '52','9','2744.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099943.0','1045106.0','99',    '92','49','84427.73',    '88','47','81063.7',    '58','8','3364.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025613.0','1019539.0','77',    '74','56','114326.05',    '72','56','105437.41',    '51','12','8888.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113877.0','1045106.0','56',    '49','35','80252.5',    '46','33','69860.78',    '35','8','10391.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025614.0','1019539.0','8',    '7','3','4551.89',    '7','3','4551.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113878.0','1045106.0','4',    '4','3','5317.94',    '4','2','4273.21',    '4','2','1044.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025615.0','1019539.0','11',    '10','4','12833.48',    '10','4','12833.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113879.0','1045106.0','55',    '49','18','58849.02',    '43','17','57408.71',    '36','4','1440.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025616.0','1019539.0','43',    '24','4','7618.08',    '17','3','4613.08',    '13','1','3005.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113880.0','1045106.0','137',    '90','25','113863.66',    '83','16','84297.77',    '60','17','29565.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011676.0','1019539.0','1',    '1','1','546.68',    '1','1','546.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099940.0','1045106.0','29',    '27','4','14180.16',    '23','3','13830.17',    '13','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025617.0','1019539.0','6',    '6','6','17251.32',    '6','6','17141.33',    '4','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113881.0','1045106.0','1',    '1','1','894.66',    '1','1','894.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025618.0','1019539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113882.0','1045106.0','5',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025619.0','1019539.0','25',    '21','13','37306.39',    '21','13','36906.41',    '15','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113883.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025620.0','1019539.0','129',    '113','61','111761.07',    '108','53','99272.6',    '71','16','12488.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113884.0','1045106.0','1',    '1','1','1039.32',    '1','1','1039.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025621.0','1019539.0','3',    '3','2','2577.26',    '3','2','2577.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113885.0','1045106.0','53',    '47','33','130102.81',    '46','30','126524.26',    '37','11','3578.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013985.0','1019539.0','202',    '177','103','428866.68',    '173','91','376241.25',    '113','35','52625.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102249.0','1045106.0','1',    '1','1','4569.15',    '1','1','4369.16',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025622.0','1019539.0','313',    '258','181','727693.52',    '246','173','718659.64',    '173','34','9033.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113886.0','1045106.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025623.0','1019539.0','2',    '2','2','7957.98',    '2','2','7957.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113887.0','1045106.0','117',    '108','70','197701.68',    '100','69','186911.51',    '79','13','10790.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025624.0','1019539.0','3',    '3','2','2608.94',    '3','2','2408.95',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113888.0','1045106.0','625',    '566','262','707703.36',    '531','214','621502.51',    '399','101','86200.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025625.0','1019539.0','1',    '1','1','4427.92',    '1','1','4427.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113889.0','1045106.0','1',    '1','1','2464.0',    '1','1','2464.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025626.0','1019539.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113890.0','1045106.0','120',    '110','79','270350.23',    '109','78','263092.45',    '77','22','7257.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014061.0','1019539.0','2',    '2','1','2407.67',    '2','1','2407.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102325.0','1045106.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025627.0','1019539.0','1',    '1','1','30200.0',    '1','1','30200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113891.0','1045106.0','268',    '226','98','434472.97',    '213','86','373388.97',    '143','29','61084.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025628.0','1019539.0','2',    '1','1','9301.95',    '1','1','9301.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113892.0','1045106.0','1',    '1','1','6783.06',    '1','1','6783.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025629.0','1019540.0','29',    '28','11','22747.58',    '26','10','15115.3',    '17','4','7632.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113893.0','1045107.0','1',    '1','1','1260.36',    '1','1','1260.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025630.0','1019540.0','35',    '34','21','47430.54',    '32','20','45348.07',    '25','4','2082.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113894.0','1045107.0','1',    '1','1','973.14',    '1','1','973.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025631.0','1019540.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113895.0','1045107.0','26',    '24','19','58719.84',    '24','18','56440.21',    '18','3','2279.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013770.0','1019540.0','9',    '8','6','4278.35',    '8','6','3889.35',    '5','2','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102034.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025632.0','1019540.0','2',    '2','1','184.5',    '2','0','0.0',    '1','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113896.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013952.0','1019540.0','115',    '97','45','123826.44',    '88','40','108692.87',    '61','10','15133.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102216.0','1045107.0','1',    '1','1','2464.0',    '1','1','2464.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011478.0','1019540.0','37',    '36','24','82468.23',    '33','24','80030.77',    '27','6','2437.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099742.0','1045107.0','1',    '1','1','2898.0',    '1','1','2898.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013958.0','1019540.0','95',    '82','63','274523.63',    '78','60','260372.67',    '58','14','14150.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102222.0','1045107.0','17',    '13','2','13340.94',    '12','1','9901.54',    '5','1','3439.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011447.0','1019540.0','89',    '80','57','249172.76',    '77','55','222997.67',    '65','12','26175.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099711.0','1045107.0','126',    '105','77','289740.54',    '100','72','280231.76',    '71','21','9508.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013988.0','1019540.0','237',    '214','139','374572.12',    '200','135','358724.12',    '153','27','15848.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102252.0','1045107.0','24',    '23','18','35351.42',    '23','18','34951.44',    '13','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025633.0','1019540.0','197',    '173','101','302115.45',    '168','91','274929.63',    '126','39','27185.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113897.0','1045107.0','64',    '48','25','102892.81',    '41','23','91621.42',    '30','10','11271.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011672.0','1019540.0','340',    '328','251','1030493.29',    '322','242','978204.85',    '198','51','52288.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099936.0','1045107.0','68',    '64','49','172213.59',    '62','47','165391.5',    '46','11','6822.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025634.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113898.0','1045107.0','9',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025635.0','1019540.0','23',    '20','11','57591.99',    '16','11','56005.03',    '14','3','1586.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113899.0','1045107.0','5',    '4','3','5202.76',    '4','3','4802.78',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025636.0','1019540.0','5',    '5','1','1581.23',    '5','1','1581.23',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113900.0','1045107.0','30',    '24','17','41420.21',    '22','17','40253.21',    '17','2','1167.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025637.0','1019540.0','1',    '1','1','11059.6',    '1','1','11059.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113901.0','1045107.0','4',    '2','1','9622.73',    '1','1','9622.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025638.0','1019540.0','20',    '19','10','42338.64',    '17','9','41938.66',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113902.0','1045107.0','38',    '28','21','123464.12',    '27','20','115209.76',    '18','6','8254.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025639.0','1019540.0','437',    '418','323','1367267.37',    '403','310','1228814.76',    '289','97','138452.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113903.0','1045107.0','12',    '12','4','4777.56',    '11','4','4777.56',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013800.0','1019540.0','248',    '225','177','488611.01',    '223','174','469885.43',    '155','41','18725.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102064.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025640.0','1019540.0','1',    '1','1','1644.56',    '1','1','1644.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113904.0','1045107.0','18',    '15','9','47562.72',    '14','8','45066.82',    '8','2','2495.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025641.0','1019540.0','5',    '5','3','9947.9',    '5','3','9947.9',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113905.0','1045107.0','2',    '2','1','4559.43',    '2','1','4559.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025642.0','1019540.0','54',    '50','24','39467.57',    '49','20','38173.12',    '24','6','1294.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113906.0','1045107.0','18',    '18','11','24405.16',    '18','11','23427.17',    '10','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025643.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113907.0','1045107.0','52',    '41','27','65230.52',    '41','27','63857.06',    '30','5','1373.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025644.0','1019540.0','14',    '12','10','28176.01',    '12','9','23202.29',    '9','4','4973.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113908.0','1045107.0','19',    '19','14','46463.65',    '19','14','45085.67',    '12','2','1377.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025645.0','1019540.0','2',    '2','2','9098.46',    '2','2','8898.47',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113909.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025646.0','1019540.0','34',    '31','21','96396.87',    '29','19','79110.38',    '19','5','17286.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113910.0','1045107.0','1',    '1','1','532.27',    '1','1','532.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025647.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113911.0','1045107.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011606.0','1019540.0','113',    '105','72','413470.65',    '103','71','378454.83',    '63','19','35015.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099870.0','1045107.0','360',    '336','245','863789.53',    '315','226','755540.35',    '215','73','108249.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011662.0','1019540.0','8',    '7','6','9640.46',    '7','6','9640.46',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099926.0','1045107.0','633',    '580','299','772595.22',    '567','277','684022.37',    '346','78','88572.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025648.0','1019540.0','1',    '1','1','6681.11',    '1','1','2926.0',    '1','1','3755.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113912.0','1045107.0','351',    '326','253','684725.51',    '314','249','662529.29',    '223','61','22196.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013997.0','1019540.0','1',    '1','1','726.72',    '1','1','726.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2102261.0','1045107.0','1',    '1','1','252.04',    '1','1','252.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025649.0','1019540.0','72',    '66','44','190521.39',    '64','44','185092.52',    '43','9','5428.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113913.0','1045107.0','28',    '27','15','22180.46',    '25','10','17770.18',    '23','7','4410.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025650.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113914.0','1045107.0','161',    '143','78','262084.83',    '135','73','246616.11',    '98','29','15468.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013819.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2102083.0','1045107.0','35',    '32','20','67027.43',    '30','20','66427.46',    '18','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013783.0','1019540.0','3',    '2','1','2405.11',    '2','1','2405.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2102047.0','1045107.0','1',    '1','1','2123.3',    '1','1','2123.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025651.0','1019540.0','87',    '75','51','260456.84',    '74','48','232414.53',    '51','17','28042.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113915.0','1045107.0','247',    '231','156','512751.78',    '222','149','493927.55',    '145','31','18824.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025652.0','1019540.0','330',    '301','200','538482.1',    '287','188','491125.06',    '188','43','47357.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113916.0','1045107.0','25',    '20','11','20235.55',    '19','8','14627.67',    '12','5','5607.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025653.0','1019540.0','6',    '6','3','1056.55',    '6','3','1056.55',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113917.0','1045107.0','15',    '14','11','68724.73',    '14','11','68724.73',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025654.0','1019540.0','79',    '70','40','136033.71',    '68','40','134457.71',    '43','3','1576.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113918.0','1045107.0','132',    '118','83','322696.41',    '116','82','290615.1',    '75','24','32081.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025655.0','1019540.0','483',    '447','291','752235.04',    '429','277','721822.29',    '271','50','30412.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113919.0','1045107.0','30',    '26','24','61370.43',    '26','24','59895.39',    '17','2','1475.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011496.0','1019540.0','28',    '25','23','51161.76',    '25','22','50172.79',    '18','3','988.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099760.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025656.0','1019540.0','1',    '1','1','1952.25',    '1','1','1952.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113920.0','1045107.0','16',    '14','5','9547.22',    '13','5','9158.22',    '6','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025657.0','1019540.0','1',    '1','1','876.9',    '1','1','876.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113921.0','1045107.0','7',    '7','5','3588.51',    '7','5','3388.52',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025658.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113922.0','1045107.0','23',    '22','11','18318.78',    '21','11','18023.02',    '14','1','295.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2011612.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2099876.0','1045107.0','18',    '17','11','8185.58',    '17','8','6885.62',    '9','3','1299.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2013979.0','1019540.0','17',    '13','6','13086.59',    '12','6','12697.59',    '9','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102243.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2014014.0','1019540.0','74',    '63','44','124448.25',    '60','43','116878.62',    '39','6','7569.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2102278.0','1045107.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025659.0','1019540.0','1',    '1','1','146.79',    '1','1','146.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113923.0','1045107.0','19',    '18','15','39937.12',    '17','14','38959.13',    '8','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025660.0','1019540.0','37',    '36','26','84152.9',    '33','26','83577.92',    '27','3','574.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113924.0','1045107.0','4',    '4','3','15625.78',    '4','3','15625.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025661.0','1019540.0','345',    '305','140','345442.78',    '290','114','293607.65',    '181','42','51835.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113925.0','1045107.0','4',    '4','3','4602.75',    '4','3','4602.75',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025662.0','1019540.0','11',    '9','6','11794.39',    '9','6','11794.39',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113926.0','1045107.0','11',    '10','7','17261.76',    '8','2','10966.0',    '8','6','6295.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025663.0','1019540.0','28',    '25','20','57140.79',    '22','19','56376.8',    '21','2','763.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113927.0','1045107.0','8',    '8','6','11733.91',    '7','6','11733.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025664.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113928.0','1045107.0','124',    '118','92','258602.09',    '116','91','253535.86',    '79','18','5066.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025665.0','1019540.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113929.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025666.0','1019540.0','12',    '12','8','38361.25',    '12','8','38156.75',    '6','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113930.0','1045107.0','14',    '11','11','52775.8',    '10','9','43842.68',    '8','5','8933.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025667.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113931.0','1045107.0','3',    '2','2','6147.06',    '2','2','6147.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025668.0','1019540.0','192',    '176','127','373043.99',    '167','120','358060.64',    '107','28','14983.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113932.0','1045107.0','49',    '35','22','102776.7',    '30','20','81339.41',    '24','7','21437.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025669.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113933.0','1045107.0','88',    '78','44','89281.61',    '73','37','75852.71',    '42','16','13428.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025670.0','1019540.0','175',    '164','105','831093.21',    '160','98','783241.9',    '83','32','47851.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113934.0','1045107.0','66',    '62','46','182427.53',    '61','43','162288.33',    '42','13','20139.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025671.0','1019540.0','1',    '1','1','3039.5',    '1','1','2952.0',    '1','1','87.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113935.0','1045107.0','52',    '49','38','91797.03',    '48','38','88810.17',    '33','4','2986.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025672.0','1019540.0','16',    '14','8','14585.64',    '14','6','12735.68',    '8','4','1849.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113936.0','1045107.0','68',    '66','31','101216.19',    '64','26','90110.88',    '45','6','11105.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025673.0','1019540.0','1',    '1','1','3436.6',    '1','1','3436.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113937.0','1045107.0','1',    '1','1','4689.99',    '1','1','4689.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025674.0','1019540.0','3',    '3','3','10459.16',    '3','3','10459.16',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113938.0','1045107.0','96',    '89','55','109299.59',    '81','53','103343.71',    '60','12','5955.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025675.0','1019540.0','8',    '7','5','12732.54',    '7','5','11996.0',    '6','1','736.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113939.0','1045107.0','126',    '112','34','69877.61',    '106','25','54652.96',    '70','14','15224.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025676.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113940.0','1045107.0','3',    '3','2','4574.09',    '3','2','4399.09',    '1','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025677.0','1019540.0','1',    '1','1','2250.0',    '1','1','2250.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113941.0','1045107.0','81',    '77','49','123018.08',    '74','48','119727.12',    '49','5','3290.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001525.0',    '2025678.0','1019540.0','73',    '65','55','103151.73',    '62','55','97053.92',    '52','20','6097.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006002.0',    '2113942.0','1045107.0','1',    '1','1','2972.16',    '1','1','2972.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025679.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113943.0','1045107.0','48',    '44','36','175170.33',    '42','34','161432.38',    '34','10','13737.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025680.0','1019540.0','257',    '217','119','396970.4',    '201','108','336757.28',    '150','35','60213.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113944.0','1045107.0','836',    '767','607','2519412.4',    '746','583','2435870.38',    '539','122','83542.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025681.0','1019540.0','469',    '450','360','866851.93',    '438','349','848611.24',    '350','70','18240.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113945.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025682.0','1019540.0','1',    '1','1','311.03',    '1','1','311.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113946.0','1045107.0','286',    '270','200','553057.83',    '258','193','539737.95',    '188','34','13319.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025683.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113947.0','1045107.0','12',    '11','4','15264.63',    '11','4','15264.63',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025684.0','1019540.0','1',    '1','1','14027.01',    '1','1','14027.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113948.0','1045107.0','1',    '1','1','5683.63',    '1','1','5683.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025685.0','1019540.0','6',    '5','3','7866.13',    '5','3','7756.14',    '5','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113949.0','1045107.0','21',    '19','14','38324.1',    '19','14','37559.12',    '12','2','764.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025686.0','1019540.0','273',    '251','188','1676445.57',    '243','182','1576550.24',    '171','54','99895.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113950.0','1045107.0','200',    '189','147','476201.39',    '179','142','451439.12',    '125','26','24762.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025687.0','1019540.0','106',    '98','74','222589.15',    '98','69','216767.15',    '68','12','5822.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113951.0','1045107.0','99',    '95','58','166784.56',    '95','55','146862.09',    '62','14','19922.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025688.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113952.0','1045107.0','122',    '117','81','197272.42',    '110','79','190186.24',    '92','24','7086.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025689.0','1019540.0','28',    '23','15','74446.81',    '21','15','74446.81',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113953.0','1045107.0','6',    '5','3','1948.71',    '5','3','1948.71',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025690.0','1019540.0','2',    '2','1','1330.71',    '2','1','1330.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113954.0','1045107.0','34',    '25','19','59896.31',    '25','19','58021.83',    '20','4','1874.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013371.0','1019540.0','187',    '141','54','178960.32',    '123','44','123542.23',    '90','27','55418.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101635.0','1045107.0','84',    '81','64','338199.43',    '81','61','212170.8',    '62','40','126028.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025691.0','1019540.0','27',    '26','10','26536.34',    '21','10','24294.44',    '20','4','2241.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113955.0','1045107.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025692.0','1019540.0','1',    '1','1','714.0',    '1','1','714.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113956.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025693.0','1019540.0','1',    '1','1','9068.69',    '1','1','8868.7',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113957.0','1045107.0','14',    '12','11','36115.24',    '12','11','35915.25',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025694.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113958.0','1045107.0','407',    '380','280','953324.17',    '369','259','883809.32',    '256','80','69514.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025695.0','1019540.0','32',    '32','14','27588.78',    '31','14','27441.38',    '22','2','147.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113959.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025696.0','1019540.0','244',    '234','163','672666.4',    '218','153','637135.1',    '155','29','35531.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113960.0','1045107.0','18',    '12','6','17267.99',    '12','5','17063.49',    '7','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025697.0','1019540.0','794',    '747','576','2105087.63',    '703','569','2001663.35',    '541','129','103424.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113961.0','1045107.0','19',    '18','9','28692.85',    '18','9','28492.86',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025698.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113962.0','1045107.0','1',    '1','1','1127.72',    '1','1','952.72',    '1','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025699.0','1019540.0','324',    '301','227','688082.32',    '292','219','648320.06',    '202','58','39762.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113963.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025700.0','1019540.0','215',    '167','111','499997.33',    '148','107','481802.44',    '120','23','18194.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113964.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025701.0','1019540.0','50',    '46','32','204375.24',    '42','30','192597.59',    '36','12','11777.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113965.0','1045107.0','123',    '101','70','167170.88',    '98','68','161849.61',    '58','12','5321.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025702.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113966.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025703.0','1019540.0','1',    '1','1','960.16',    '1','1','960.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113967.0','1045107.0','49',    '33','20','50078.64',    '32','19','47489.43',    '20','4','2589.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025704.0','1019540.0','22',    '19','4','11202.41',    '18','4','11202.41',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113968.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025705.0','1019540.0','53',    '47','25','93070.19',    '45','25','91647.97',    '34','5','1422.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113969.0','1045107.0','4',    '4','3','7808.32',    '3','3','7608.33',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025706.0','1019540.0','68',    '45','8','16657.76',    '44','7','15930.85',    '23','3','726.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113970.0','1045107.0','11',    '10','8','18128.24',    '10','8','17928.25',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025707.0','1019540.0','19',    '17','9','49335.11',    '16','9','43778.93',    '15','4','5556.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113971.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025708.0','1019540.0','144',    '122','79','286481.53',    '115','74','269020.12',    '81','18','17461.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113972.0','1045107.0','224',    '205','125','457237.67',    '192','124','435713.66',    '128','14','21524.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025709.0','1019540.0','16',    '10','5','2920.9',    '9','4','2626.44',    '5','1','294.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113973.0','1045107.0','32',    '26','4','24494.44',    '25','4','24303.98',    '11','1','190.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025710.0','1019540.0','1',    '1','1','2456.34',    '1','1','2456.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113974.0','1045107.0','2',    '2','2','6230.42',    '2','2','6230.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025711.0','1019540.0','3',    '1','1','4429.95',    '1','1','4429.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113975.0','1045107.0','31',    '26','17','31655.47',    '25','17','31655.47',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025712.0','1019540.0','1',    '1','1','1942.34',    '1','1','1942.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113976.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025713.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113977.0','1045107.0','111',    '102','54','151528.59',    '99','51','146438.66',    '61','8','5089.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025714.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113978.0','1045107.0','1',    '1','1','186.45',    '1','1','186.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025715.0','1019540.0','135',    '125','80','156042.99',    '123','75','152168.69',    '70','10','3874.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113979.0','1045107.0','15',    '13','7','11927.9',    '11','7','11198.41',    '11','1','729.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025716.0','1019540.0','1',    '1','1','5445.42',    '1','1','5445.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113980.0','1045107.0','133',    '117','58','113422.54',    '109','53','100989.83',    '68','17','12432.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025717.0','1019540.0','35',    '29','18','94916.01',    '26','18','94316.04',    '17','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113981.0','1045107.0','1',    '1','1','847.55',    '1','1','847.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025718.0','1019540.0','95',    '87','54','163641.26',    '83','53','152651.22',    '44','4','10990.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113982.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025719.0','1019540.0','1',    '1','1','3773.18',    '1','1','3573.19',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113983.0','1045107.0','25',    '22','13','41614.87',    '20','13','40775.88',    '15','3','838.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025720.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113984.0','1045107.0','88',    '83','61','158535.49',    '80','60','154767.71',    '52','10','3767.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025721.0','1019540.0','27',    '26','21','76865.82',    '25','21','76101.91',    '15','3','763.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113985.0','1045107.0','1',    '1','1','2466.0',    '1','1','2466.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025722.0','1019540.0','148',    '143','108','294169.46',    '142','106','282993.88',    '103','23','11175.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113986.0','1045107.0','71',    '58','22','41667.57',    '52','21','38369.77',    '30','3','3297.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025723.0','1019540.0','108',    '35','26','149749.96',    '34','25','141176.15',    '22','6','8573.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113987.0','1045107.0','4',    '1','1','8934.24',    '1','1','8934.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025724.0','1019540.0','47',    '45','30','85044.26',    '42','30','83789.3',    '32','4','1254.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113988.0','1045107.0','114',    '95','29','152662.71',    '89','27','120478.66',    '43','6','32184.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025725.0','1019540.0','453',    '380','225','709679.03',    '351','192','555430.49',    '280','81','154248.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113989.0','1045107.0','109',    '94','56','225895.35',    '91','51','193723.99',    '62','17','32171.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025726.0','1019540.0','6',    '5','3','3460.34',    '4','3','3460.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113990.0','1045107.0','166',    '118','36','88226.79',    '103','29','75952.34',    '84','17','12274.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025727.0','1019540.0','5',    '5','5','9787.14',    '5','5','9087.15',    '4','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113991.0','1045107.0','6',    '5','3','3990.68',    '5','3','3990.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013600.0','1019540.0','10',    '10','8','16230.66',    '10','8','15830.68',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101864.0','1045107.0','4',    '4','3','13357.96',    '4','3','13357.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025728.0','1019540.0','424',    '353','255','830340.99',    '334','247','795079.72',    '241','49','35261.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113992.0','1045107.0','1',    '1','1','1265.46',    '1','1','1265.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011433.0','1019540.0','54',    '44','22','100053.79',    '41','20','92622.45',    '29','6','7431.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099697.0','1045107.0','28',    '22','18','48599.71',    '22','18','48199.73',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025729.0','1019540.0','2',    '2','1','900.0',    '1','0','0.0',    '2','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113993.0','1045107.0','70',    '66','48','156137.2',    '64','43','148772.92',    '38','15','7364.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2009063.0','1019540.0','11',    '9','7','16903.77',    '8','7','16703.78',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097327.0','1045107.0','1',    '1','1','8650.85',    '1','1','8650.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025730.0','1019540.0','2',    '2','1','1468.33',    '1','1','1468.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113994.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011352.0','1019540.0','138',    '126','58','222463.83',    '120','55','212247.89',    '76','9','10215.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099616.0','1045107.0','2',    '2','1','6592.0',    '1','1','6592.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025731.0','1019540.0','18',    '18','10','36336.12',    '18','10','36136.13',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113995.0','1045107.0','210',    '203','102','295611.79',    '199','97','259954.9',    '131','24','35656.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025732.0','1019540.0','70',    '59','20','92123.61',    '57','19','75367.67',    '33','7','16755.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113996.0','1045107.0','38',    '33','17','73189.98',    '31','16','63633.48',    '19','6','9556.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013569.0','1019540.0','4',    '4','3','4330.83',    '4','3','4330.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101833.0','1045107.0','3',    '3','2','6259.36',    '2','2','6259.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025733.0','1019540.0','44',    '39','23','118985.62',    '39','23','116071.39',    '28','5','2914.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113997.0','1045107.0','23',    '19','10','31509.12',    '17','10','31309.13',    '14','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025734.0','1019540.0','1',    '1','1','1822.41',    '1','1','1622.42',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113998.0','1045107.0','9',    '9','4','9829.58',    '7','3','9629.59',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025735.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2113999.0','1045107.0','9',    '8','4','12567.13',    '6','4','12567.13',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2009090.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097354.0','1045107.0','1',    '1','1','1097.0',    '1','1','1097.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025736.0','1019540.0','101',    '86','47','194137.21',    '80','41','172516.7',    '63','16','21620.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114000.0','1045107.0','150',    '130','52','141674.21',    '120','47','134186.94',    '92','14','7487.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013487.0','1019540.0','7',    '5','2','572.91',    '5','2','572.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101751.0','1045107.0','25',    '23','13','23548.75',    '22','13','23548.75',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025737.0','1019540.0','257',    '220','110','199510.18',    '200','94','171264.24',    '133','28','28245.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114001.0','1045107.0','2',    '2','1','947.33',    '2','1','947.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025738.0','1019540.0','53',    '46','29','107614.07',    '44','28','104280.4',    '30','5','3333.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114002.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025739.0','1019540.0','125',    '114','83','385117.86',    '114','77','356439.89',    '79','29','28677.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114003.0','1045107.0','801',    '728','453','2498051.21',    '704','409','2215670.41',    '506','130','282380.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013701.0','1019540.0','50',    '47','31','70336.8',    '43','29','68030.82',    '32','4','2305.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101965.0','1045107.0','193',    '168','126','925264.04',    '158','120','894599.01',    '118','30','30665.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025740.0','1019540.0','1',    '1','1','1476.14',    '1','1','1476.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114004.0','1045107.0','193',    '147','63','115581.95',    '127','47','89120.36',    '105','22','26461.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025741.0','1019540.0','12',    '9','4','8969.94',    '9','4','8029.0',    '6','1','940.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114005.0','1045107.0','54',    '44','29','147152.57',    '39','27','137707.75',    '33','6','9444.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025742.0','1019540.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114006.0','1045107.0','1',    '1','1','204.93',    '1','1','204.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2011484.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2099748.0','1045107.0','149',    '123','79','215196.85',    '117','75','210680.76',    '81','15','4516.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025743.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114007.0','1045107.0','2',    '1','1','856.98',    '1','1','856.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025744.0','1019540.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114008.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025745.0','1019540.0','59',    '51','34','97297.29',    '47','34','96697.32',    '31','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114009.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025746.0','1019540.0','33',    '29','23','72585.25',    '29','23','71835.28',    '18','3','749.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114010.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025747.0','1019540.0','164',    '161','124','336407.69',    '155','119','323477.69',    '121','13','12930.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114011.0','1045107.0','167',    '161','125','364764.67',    '150','121','359112.88',    '108','22','5651.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025748.0','1019540.0','60',    '57','45','112603.68',    '55','45','110063.3',    '32','9','2540.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114012.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025749.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114013.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025750.0','1019540.0','41',    '38','10','32379.76',    '38','10','24101.76',    '18','1','8278.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114014.0','1045107.0','131',    '121','82','188000.69',    '113','80','184534.75',    '71','12','3465.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025751.0','1019540.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114015.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2008996.0','1019540.0','7',    '7','4','7119.05',    '7','4','7119.05',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097260.0','1045107.0','4',    '3','1','6284.37',    '3','1','6284.37',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025752.0','1019540.0','39',    '38','31','131559.31',    '36','31','126914.42',    '24','7','4644.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114016.0','1045107.0','34',    '29','22','83315.13',    '28','22','80716.84',    '20','6','2598.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011393.0','1019540.0','48',    '45','39','165495.37',    '43','39','163317.44',    '35','8','2177.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099657.0','1045107.0','377',    '354','266','1282855.33',    '351','251','1150915.76',    '267','56','131939.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011312.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099576.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025753.0','1019540.0','18',    '16','2','1547.89',    '15','2','1547.89',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114017.0','1045107.0','2',    '2','1','447.88',    '1','1','447.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025754.0','1019540.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114018.0','1045107.0','166',    '156','91','332967.29',    '149','90','327589.93',    '98','18','5377.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025755.0','1019540.0','8',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114019.0','1045107.0','10',    '7','4','9185.25',    '7','4','9185.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025756.0','1019540.0','490',    '456','313','1655033.45',    '452','296','1496945.43',    '342','84','158088.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114020.0','1045107.0','9',    '9','4','14597.52',    '7','4','14597.52',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025757.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114021.0','1045107.0','1',    '1','1','1941.03',    '1','1','1941.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025758.0','1019540.0','8',    '7','5','13426.97',    '7','5','11989.99',    '4','1','1436.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114022.0','1045107.0','492',    '401','293','1719268.09',    '387','271','1611777.79',    '283','82','107490.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025759.0','1019540.0','1',    '1','1','3744.0',    '1','1','2466.0',    '1','1','1278.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114023.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025760.0','1019540.0','28',    '23','9','22394.01',    '18','9','21128.25',    '15','1','1265.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114024.0','1045107.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025761.0','1019540.0','15',    '12','10','27101.64',    '11','10','26901.65',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114025.0','1045107.0','2',    '2','2','2210.66',    '2','2','2210.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025762.0','1019540.0','1',    '1','1','8319.03',    '1','1','8119.04',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114026.0','1045107.0','1',    '1','1','1530.66',    '1','1','1530.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2009127.0','1019540.0','1',    '1','1','2103.61',    '1','1','2103.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097391.0','1045107.0','40',    '39','25','49390.84',    '37','23','47345.89',    '32','5','2044.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025763.0','1019540.0','20',    '18','12','29674.87',    '18','12','27187.39',    '13','2','2487.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114027.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011480.0','1019540.0','79',    '68','43','172005.53',    '66','43','165672.86',    '43','5','6332.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099744.0','1045107.0','8',    '7','2','11734.22',    '6','2','11734.22',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013613.0','1019540.0','29',    '25','20','59675.29',    '25','20','59275.31',    '19','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101877.0','1045107.0','161',    '136','85','275790.85',    '129','78','253691.83',    '97','32','22099.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025764.0','1019540.0','2',    '2','1','2189.21',    '2','1','1768.82',    '2','1','420.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114028.0','1045107.0','40',    '37','18','110803.77',    '35','17','105580.81',    '26','4','5222.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025765.0','1019540.0','19',    '13','1','5114.89',    '12','1','5114.89',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114029.0','1045107.0','95',    '87','67','269296.62',    '79','67','259687.56',    '57','9','9609.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025766.0','1019540.0','265',    '257','192','585007.3',    '249','188','573874.3',    '198','42','11133.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114030.0','1045107.0','11',    '9','6','12588.49',    '9','6','12388.5',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011529.0','1019540.0','6',    '6','3','4842.71',    '6','3','4842.71',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099793.0','1045107.0','63',    '51','41','140428.87',    '50','39','130934.5',    '33','7','9494.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025767.0','1019540.0','76',    '53','32','113138.79',    '52','31','111915.31',    '25','4','1223.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114031.0','1045107.0','1',    '1','1','3234.2',    '1','1','3234.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025768.0','1019540.0','27',    '24','16','48893.34',    '24','14','47199.87',    '12','4','1693.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114032.0','1045107.0','4',    '4','2','19485.95',    '4','2','18896.96',    '4','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025769.0','1019540.0','1',    '1','1','2466.0',    '1','1','2466.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114033.0','1045107.0','52',    '41','20','37076.78',    '38','20','36054.89',    '22','4','1021.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025770.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114034.0','1045107.0','1',    '1','1','627.15',    '1','1','627.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025771.0','1019540.0','31',    '29','16','38302.78',    '29','14','36026.35',    '22','4','2276.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114035.0','1045107.0','1',    '1','1','2466.0',    '1','1','2466.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025772.0','1019540.0','53',    '42','21','46519.33',    '38','21','46119.35',    '25','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114036.0','1045107.0','1',    '1','1','10786.34',    '1','1','10786.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025773.0','1019540.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114037.0','1045107.0','127',    '104','80','666970.15',    '102','78','649732.36',    '71','15','17237.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025774.0','1019540.0','7',    '7','1','2941.24',    '6','1','2941.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114038.0','1045107.0','244',    '223','132','283465.48',    '206','121','263242.42',    '161','35','20223.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025775.0','1019540.0','7',    '7','6','16374.36',    '7','6','16174.37',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114039.0','1045107.0','268',    '206','83','358573.77',    '196','75','272634.97',    '123','36','85938.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025776.0','1019540.0','38',    '34','22','58216.69',    '32','21','57366.72',    '23','4','849.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114040.0','1045107.0','89',    '81','50','248103.19',    '76','49','246057.43',    '52','7','2045.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011391.0','1019540.0','12',    '11','6','10404.99',    '10','6','10404.99',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099655.0','1045107.0','444',    '408','250','1277025.1',    '398','229','1164853.76',    '290','65','112171.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013425.0','1019540.0','132',    '122','99','381913.43',    '120','94','366373.46',    '82','17','15539.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101689.0','1045107.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025777.0','1019540.0','356',    '337','273','2325660.98',    '330','264','2125450.53',    '229','74','200210.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114041.0','1045107.0','1',    '1','1','727.16',    '1','1','727.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025778.0','1019540.0','374',    '363','244','840591.18',    '354','237','823966.09',    '261','37','16625.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114042.0','1045107.0','3',    '3','2','3007.05',    '3','2','3007.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2013745.0','1019540.0','1',    '1','1','1180.57',    '1','1','980.58',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2102009.0','1045107.0','14',    '13','8','27159.24',    '13','8','25801.75',    '8','3','1357.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2009069.0','1019540.0','1',    '1','1','8294.65',    '1','1','8294.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097333.0','1045107.0','1',    '1','1','1423.21',    '1','1','1423.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025779.0','1019540.0','16',    '13','8','14517.87',    '11','6','12667.4',    '11','3','1850.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114043.0','1045107.0','168',    '141','39','175773.69',    '133','36','167702.99',    '71','9','8070.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2013364.0','1019540.0','182',    '172','119','313034.39',    '160','114','306490.4',    '121','23','6543.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2101628.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025780.0','1019540.0','146',    '135','110','331217.13',    '131','108','326530.76',    '93','15','4686.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114044.0','1045107.0','46',    '40','26','65022.58',    '38','23','61796.28',    '22','6','3226.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025781.0','1019540.0','1',    '1','1','6929.17',    '1','1','3768.0',    '1','1','3161.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114045.0','1045107.0','1',    '1','1','5342.84',    '1','1','5342.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2013691.0','1019540.0','97',    '86','59','150842.29',    '79','57','148862.33',    '55','5','1979.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2101955.0','1045107.0','69',    '60','28','63796.35',    '54','18','57484.13',    '41','11','6312.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025782.0','1019540.0','28',    '27','23','68328.36',    '26','22','66298.48',    '23','6','2029.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114046.0','1045107.0','11',    '10','6','16978.76',    '8','6','15500.77',    '7','1','1477.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025783.0','1019540.0','58',    '47','33','86026.4',    '44','31','83200.94',    '25','4','2825.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114047.0','1045107.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025784.0','1019540.0','45',    '42','34','214567.07',    '39','32','212170.03',    '26','7','2397.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114048.0','1045107.0','1',    '1','1','948.81',    '1','1','948.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011434.0','1019540.0','16',    '14','7','19866.4',    '14','7','19641.42',    '10','1','224.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099698.0','1045107.0','2',    '1','1','25524.93',    '1','1','22074.73',    '1','1','3450.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025785.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114049.0','1045107.0','1',    '1','1','3953.8',    '1','1','3953.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025786.0','1019540.0','217',    '203','141','372655.32',    '196','139','361712.09',    '135','33','10943.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114050.0','1045107.0','2',    '2','1','188.93',    '2','1','188.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025787.0','1019540.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114051.0','1045107.0','15',    '13','11','46494.52',    '13','11','45213.19',    '10','3','1281.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025788.0','1019540.0','3',    '2','2','9567.44',    '2','2','8808.45',    '1','1','758.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114052.0','1045107.0','63',    '47','34','154891.78',    '44','32','147632.89',    '30','10','7258.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025789.0','1019540.0','1216',    '1073','778','4940844.85',    '1051','748','4290442.96',    '805','218','650401.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114053.0','1045107.0','2',    '2','2','13143.57',    '2','2','13143.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025790.0','1019540.0','1',    '1','1','7708.95',    '1','1','7708.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114054.0','1045107.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025791.0','1019545.0','6',    '4','2','7083.46',    '4','2','7083.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114055.0','1045112.0','3',    '3','1','1610.34',    '3','1','1610.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025792.0','1019545.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114056.0','1045112.0','112',    '98','74','171958.24',    '93','74','163391.44',    '68','17','8566.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025793.0','1019545.0','2',    '2','2','7305.69',    '2','2','7305.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114057.0','1045112.0','25',    '25','21','78578.66',    '24','20','76336.87',    '14','5','2241.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025794.0','1019545.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114058.0','1045112.0','62',    '54','23','47358.54',    '52','21','43209.73',    '30','6','4148.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025795.0','1019545.0','2',    '2','1','2627.69',    '2','1','2627.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114059.0','1045112.0','50',    '49','40','112055.23',    '48','39','109901.15',    '31','9','2154.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025796.0','1019545.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114060.0','1045112.0','272',    '248','182','577787.88',    '238','177','558663.66',    '178','33','19124.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2009087.0','1019545.0','3',    '3','1','5127.48',    '3','1','5127.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097351.0','1045112.0','1',    '1','1','1338.51',    '1','1','1338.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013501.0','1019545.0','8',    '6','4','18106.13',    '6','4','18106.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101765.0','1045112.0','51',    '43','29','82540.31',    '40','29','80021.0',    '33','8','2519.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011376.0','1019545.0','48',    '41','26','102774.98',    '38','26','95596.99',    '23','7','7177.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099640.0','1045112.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025797.0','1019545.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114061.0','1045112.0','100',    '85','71','236387.67',    '78','67','232637.23',    '58','16','3750.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025798.0','1019545.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114062.0','1045112.0','1',    '1','1','969.42',    '1','1','969.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025799.0','1019545.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114063.0','1045112.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025800.0','1019545.0','1',    '1','1','1804.67',    '1','1','1804.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114064.0','1045112.0','1',    '1','1','7921.62',    '1','1','7921.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2013721.0','1019545.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2101985.0','1045112.0','1',    '1','1','650.38',    '1','1','650.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2011543.0','1019545.0','3',    '3','2','2424.15',    '3','2','2424.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2099807.0','1045112.0','121',    '109','74','292329.86',    '103','64','257393.38',    '81','26','34936.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025801.0','1019545.0','1',    '1','1','1717.85',    '1','1','1717.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114065.0','1045112.0','26',    '22','16','42126.39',    '20','15','41409.41',    '16','2','716.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025802.0','1019545.0','460',    '378','168','847472.82',    '355','142','611251.18',    '273','91','236221.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114066.0','1045112.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025803.0','1019545.0','10',    '9','4','19741.5',    '8','3','15436.5',    '6','1','4305.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114067.0','1045112.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025804.0','1019545.0','43',    '38','20','92348.53',    '37','19','91170.63',    '23','3','1177.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114068.0','1045112.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025805.0','1019545.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114069.0','1045112.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2009141.0','1019545.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097405.0','1045112.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013456.0','1019545.0','98',    '88','65','289564.65',    '82','65','283258.4',    '62','13','6306.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101720.0','1045112.0','9',    '6','2','4516.0',    '6','2','4516.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2013320.0','1019545.0','335',    '301','209','635804.56',    '284','203','616799.64',    '187','40','19004.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101584.0','1045112.0','13',    '12','10','53953.04',    '11','10','53353.07',    '8','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025806.0','1019545.0','136',    '131','76','266217.64',    '124','73','250060.7',    '90','16','16156.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114070.0','1045112.0','17',    '9','6','15763.03',    '8','6','15563.04',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025807.0','1019545.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114071.0','1045112.0','2',    '2','1','1476.99',    '2','1','1476.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2009078.0','1019545.0','6',    '5','4','13036.46',    '5','4','12836.47',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2097342.0','1045112.0','35',    '20','4','11846.59',    '17','3','6948.86',    '12','2','4897.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2009018.0','1019545.0','28',    '20','6','6550.25',    '19','5','5798.54',    '14','2','751.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097282.0','1045112.0','1',    '1','1','629.05',    '1','1','629.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011367.0','1019545.0','627',    '608','431','2751607.68',    '602','402','2566854.38',    '450','129','184753.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099631.0','1045112.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025808.0','1019545.0','1',    '1','1','3798.97',    '1','1','2466.0',    '1','1','1332.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114072.0','1045112.0','193',    '187','151','424432.21',    '180','147','416635.17',    '153','36','7797.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025809.0','1019570.0','5',    '4','2','5328.77',    '3','2','5328.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114073.0','1045137.0','1',    '1','1','2464.0',    '1','1','2464.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025810.0','1019570.0','3',    '3','2','5084.7',    '3','2','5084.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114074.0','1045137.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025811.0','1019570.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114075.0','1045137.0','6',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025812.0','1019570.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114076.0','1045137.0','260',    '240','151','380391.58',    '225','141','348543.2',    '161','38','31848.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2009008.0','1019570.0','2',    '2','2','4066.05',    '2','2','3677.05',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2097272.0','1045137.0','40',    '39','28','84097.79',    '38','27','77295.73',    '20','6','6802.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025813.0','1019570.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114077.0','1045137.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025814.0','1019570.0','52',    '47','29','298163.74',    '41','27','258193.96',    '36','13','39969.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114078.0','1045137.0','11',    '9','7','23235.4',    '9','6','22126.69',    '6','3','1108.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025815.0','1019570.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114079.0','1045137.0','80',    '70','42','174405.51',    '63','38','166125.07',    '51','9','8280.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025816.0','1019570.0','103',    '95','41','128570.24',    '86','33','91911.72',    '61','17','36658.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114080.0','1045137.0','127',    '116','71','412218.8',    '108','70','395430.8',    '73','14','16788.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025817.0','1019570.0','28',    '24','22','85005.52',    '24','22','78121.25',    '19','7','6884.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114081.0','1045137.0','132',    '117','71','205906.61',    '110','62','191015.19',    '70','18','14891.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025818.0','1019570.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114082.0','1045137.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025819.0','1019570.0','1',    '1','1','87.24',    '1','1','87.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114083.0','1045137.0','2',    '1','1','2058.05',    '1','1','2058.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025820.0','1019570.0','1',    '1','1','5629.68',    '1','1','5629.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114084.0','1045137.0','19',    '14','8','24576.71',    '13','6','16587.13',    '8','4','7989.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025821.0','1019570.0','336',    '301','225','746022.79',    '288','222','730056.65',    '190','34','15966.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114085.0','1045137.0','1',    '1','1','9349.77',    '1','1','8999.78',    '1','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025822.0','1019570.0','398',    '334','217','705508.54',    '313','200','633902.94',    '209','64','71605.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114086.0','1045137.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025823.0','1019570.0','499',    '458','335','951899.92',    '449','316','881917.27',    '272','90','69982.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114087.0','1045137.0','13',    '7','1','815.5',    '7','1','815.5',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025824.0','1019570.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114088.0','1045137.0','115',    '105','75','235757.85',    '97','70','227050.44',    '69','17','8707.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025825.0','1019570.0','11',    '7','2','3182.09',    '6','2','3182.09',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114089.0','1045137.0','2',    '2','2','2227.67',    '2','1','2027.68',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025826.0','1019570.0','1',    '1','1','9641.82',    '1','1','8907.33',    '1','1','734.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114090.0','1045137.0','8',    '8','7','56976.63',    '8','7','47114.0',    '5','2','9862.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025827.0','1019570.0','82',    '74','53','131700.2',    '70','51','129196.49',    '57','11','2503.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114091.0','1045137.0','1',    '1','1','2015.95',    '1','1','2015.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025828.0','1019570.0','67',    '61','38','107004.57',    '56','37','104900.32',    '49','10','2104.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114092.0','1045137.0','208',    '191','138','392533.91',    '187','129','380797.91',    '121','27','11736.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025829.0','1019570.0','1',    '1','1','1768.59',    '1','1','1768.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114093.0','1045137.0','1',    '1','1','4186.63',    '1','1','4186.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025830.0','1019570.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114094.0','1045137.0','131',    '118','67','201906.21',    '113','64','192056.2',    '76','15','9850.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025831.0','1019570.0','1',    '1','1','803.16',    '1','1','803.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114095.0','1045137.0','161',    '137','97','443283.2',    '126','89','395616.16',    '96','28','47667.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025832.0','1019570.0','8',    '7','7','38261.05',    '7','7','36404.81',    '4','2','1856.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114096.0','1045137.0','26',    '20','15','106214.84',    '18','15','95822.81',    '15','6','10392.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2012302.0','1019570.0','1',    '1','1','4111.41',    '1','1','4111.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2100566.0','1045137.0','2',    '1','1','4265.78',    '1','1','4265.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2025833.0','1019570.0','150',    '131','99','361219.4',    '126','96','350700.62',    '84','23','10518.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114097.0','1045137.0','1',    '1','1','3784.67',    '1','1','3784.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2012811.0','1019570.0','566',    '495','331','976915.27',    '474','315','923479.3',    '316','86','53435.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2101075.0','1045137.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025834.0','1019570.0','268',    '254','178','365417.07',    '247','168','352999.82',    '177','34','12417.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114098.0','1045137.0','31',    '26','21','118014.92',    '25','19','113675.11',    '19','7','4339.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025835.0','1019570.0','7',    '6','3','12962.45',    '4','3','12962.45',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114099.0','1045137.0','3',    '3','3','10665.02',    '3','3','10465.03',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2012338.0','1019570.0','439',    '381','289','956712.21',    '360','276','924558.71',    '235','57','32153.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2100602.0','1045137.0','32',    '25','15','33549.78',    '25','14','32771.78',    '22','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025836.0','1019570.0','127',    '121','83','284613.68',    '117','77','270096.15',    '77','17','14517.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114100.0','1045137.0','150',    '139','103','306613.98',    '131','97','295311.79',    '89','23','11302.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025837.0','1019570.0','43',    '34','25','118309.56',    '34','25','115812.57',    '15','3','2496.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114101.0','1045137.0','7',    '4','3','6566.6',    '4','3','6566.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025838.0','1019570.0','228',    '202','100','233395.73',    '183','90','201185.27',    '155','32','32210.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114102.0','1045137.0','2',    '1','1','15379.31',    '1','1','15151.33',    '1','1','227.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025839.0','1019570.0','33',    '30','25','84576.35',    '30','25','81146.8',    '12','4','3429.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114103.0','1045137.0','2',    '2','1','1077.0',    '2','1','1077.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025840.0','1019570.0','6',    '5','3','13806.65',    '4','3','12130.54',    '5','2','1676.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114104.0','1045137.0','1',    '1','1','3625.74',    '1','1','3625.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2025841.0','1019570.0','1',    '1','1','1849.63',    '1','1','1649.64',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114105.0','1045137.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025842.0','1019570.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114106.0','1045137.0','257',    '211','111','409767.14',    '195','105','370466.41',    '111','31','39300.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025843.0','1019570.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114107.0','1045137.0','6',    '4','1','5583.49',    '4','1','5583.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025844.0','1019570.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114108.0','1045137.0','13',    '9','4','4604.17',    '9','4','4604.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025845.0','1019570.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114109.0','1045137.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025846.0','1019570.0','1',    '1','1','2614.0',    '1','1','2614.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114110.0','1045137.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025847.0','1019570.0','22',    '22','17','36862.04',    '22','16','34996.63',    '17','4','1865.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114111.0','1045137.0','1',    '1','1','2988.0',    '1','1','2988.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025848.0','1019570.0','1',    '1','1','1184.75',    '1','1','1184.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114112.0','1045137.0','43',    '24','3','3933.57',    '22','1','68.1',    '11','2','3865.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025849.0','1019570.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114113.0','1045137.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025850.0','1019570.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114114.0','1045137.0','117',    '111','84','197403.14',    '105','80','187332.04',    '88','27','10071.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2012923.0','1019570.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2101187.0','1045137.0','2',    '1','1','4176.25',    '1','1','4028.26',    '1','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025851.0','1019570.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114115.0','1045137.0','564',    '530','308','1158335.65',    '510','283','1014769.66',    '407','97','143565.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025852.0','1019570.0','1',    '1','1','2988.0',    '1','1','2988.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114116.0','1045137.0','43',    '40','32','197916.92',    '39','32','196883.44',    '26','4','1033.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025853.0','1019570.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114117.0','1045137.0','341',    '315','241','985388.3',    '302','239','939029.8',    '218','46','46358.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025854.0','1019570.0','4',    '3','3','8634.25',    '3','3','6916.66',    '3','1','1717.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114118.0','1045137.0','1',    '1','1','5068.0',    '1','1','4290.0',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025855.0','1019570.0','2',    '2','1','766.3',    '2','1','766.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114119.0','1045137.0','68',    '63','51','319813.79',    '62','50','311095.59',    '35','8','8718.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025856.0','1019570.0','52',    '43','25','92790.91',    '43','25','91415.73',    '26','5','1375.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114120.0','1045137.0','1',    '1','1','1556.02',    '1','1','1556.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025857.0','1019570.0','95',    '84','53','185029.41',    '76','51','179519.74',    '50','9','5509.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114121.0','1045137.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025858.0','1019570.0','1456',    '1372','1024','5730858.56',    '1341','980','5527782.55',    '1029','237','203076.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114122.0','1045137.0','165',    '153','106','305940.82',    '147','103','300564.51',    '108','23','5376.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025859.0','1019570.0','203',    '184','94','276665.93',    '175','91','266449.29',    '116','20','10216.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114123.0','1045137.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025860.0','1019570.0','115',    '98','64','229501.21',    '87','59','212945.28',    '65','13','16555.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114124.0','1045137.0','126',    '112','70','162916.45',    '108','70','158619.17',    '56','11','4297.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025861.0','1019584.0','53',    '46','35','150318.91',    '45','34','149158.97',    '24','6','1159.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114125.0','1045151.0','14',    '14','13','107795.23',    '13','13','102330.86',    '9','5','5464.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025862.0','1019584.0','14',    '11','7','66840.51',    '10','6','65927.52',    '8','2','912.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114126.0','1045151.0','1',    '1','1','848.84',    '1','1','848.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025863.0','1019584.0','8',    '5','2','4814.09',    '4','1','3486.11',    '5','2','1327.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114127.0','1045151.0','11',    '5','2','4015.0',    '4','2','4015.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025864.0','1019584.0','45',    '40','30','88055.72',    '35','29','85074.51',    '31','7','2981.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114128.0','1045151.0','16',    '12','5','16024.28',    '10','4','15824.29',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025865.0','1019584.0','35',    '34','25','94948.47',    '32','24','94413.5',    '22','3','534.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114129.0','1045151.0','100',    '94','61','200503.31',    '86','60','195708.68',    '65','11','4794.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2011587.0','1019584.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2099851.0','1045151.0','1',    '1','1','15163.8',    '1','1','15163.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025866.0','1019584.0','151',    '140','97','308230.83',    '132','91','300212.17',    '81','20','8018.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114130.0','1045151.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025867.0','1019584.0','1',    '1','1','207.5',    '1','0','0.0',    '1','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114131.0','1045151.0','143',    '142','108','391793.47',    '137','106','386848.05',    '111','21','4945.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025868.0','1019584.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114132.0','1045151.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025869.0','1019584.0','123',    '99','75','197969.12',    '93','71','191773.27',    '56','13','6195.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114133.0','1045151.0','5',    '4','1','3759.27',    '2','1','3759.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025870.0','1019584.0','4',    '4','2','12615.38',    '3','2','11337.38',    '3','1','1278.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114134.0','1045151.0','54',    '35','26','150818.06',    '31','26','147135.04',    '17','2','3683.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025871.0','1019584.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114135.0','1045151.0','1',    '1','1','1193.23',    '1','1','1193.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025872.0','1019584.0','657',    '624','442','1470732.46',    '601','430','1403902.53',    '405','97','66829.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114136.0','1045151.0','29',    '19','13','99888.22',    '19','13','98475.5',    '14','3','1412.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025873.0','1019584.0','4',    '3','2','732.3',    '3','2','732.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114137.0','1045151.0','1',    '1','1','1415.34',    '1','1','1415.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2012287.0','1019584.0','14',    '10','7','17540.08',    '9','7','17540.08',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2100551.0','1045151.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025874.0','1019584.0','6',    '3','3','3544.8',    '3','3','3544.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114138.0','1045151.0','336',    '304','228','691069.39',    '293','223','645294.5',    '204','59','45774.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025875.0','1019584.0','6',    '6','5','11163.63',    '6','5','10963.64',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114139.0','1045151.0','49',    '44','27','78568.07',    '40','26','75746.7',    '26','8','2821.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025876.0','1019584.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114140.0','1045151.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025877.0','1019584.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114141.0','1045151.0','2',    '1','1','1621.96',    '1','1','1621.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025878.0','1019584.0','1',    '1','1','1821.02',    '1','1','1821.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114142.0','1045151.0','9',    '8','3','13895.56',    '7','3','13439.06',    '3','2','456.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025879.0','1019584.0','2',    '1','1','8058.38',    '1','1','3030.0',    '1','1','5028.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114143.0','1045151.0','13',    '9','6','9241.52',    '9','6','9241.52',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025880.0','1019584.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114144.0','1045151.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025881.0','1019584.0','128',    '125','80','280055.37',    '112','76','270277.49',    '94','19','9777.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114145.0','1045151.0','47',    '38','22','92539.79',    '36','21','71232.89',    '26','5','21306.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2011492.0','1019584.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2099756.0','1045151.0','70',    '62','47','199063.19',    '57','45','178333.28',    '48','11','20729.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025882.0','1019584.0','10',    '8','5','20154.68',    '7','5','20154.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114146.0','1045151.0','33',    '25','14','49809.0',    '25','14','49461.02',    '14','1','347.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2014289.0','1019584.0','86',    '68','52','217983.58',    '62','51','204136.89',    '49','10','13846.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2102553.0','1045151.0','96',    '94','60','231262.32',    '93','60','229454.33',    '62','4','1807.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2014668.0','1019584.0','1',    '1','1','1807.38',    '1','1','1029.38',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2102932.0','1045151.0','1',    '1','1','2614.0',    '1','1','2614.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025883.0','1019584.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114147.0','1045151.0','2',    '2','1','1397.53',    '2','1','1397.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025884.0','1019584.0','401',    '350','191','847018.64',    '327','166','627573.57',    '263','77','219445.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114148.0','1045151.0','2',    '2','2','9950.28',    '2','2','5788.0',    '1','1','4162.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025885.0','1019584.0','240',    '169','104','410545.39',    '151','95','333758.54',    '118','33','76786.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114149.0','1045151.0','2',    '2','2','4475.68',    '2','2','4475.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2021350.0','1019584.0','111',    '103','82','312729.11',    '102','82','310746.66',    '59','7','1982.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2109614.0','1045151.0','12',    '11','10','38171.96',    '10','9','30575.46',    '5','2','7596.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025886.0','1019584.0','2',    '2','2','8426.17',    '2','2','8426.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114150.0','1045151.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025887.0','1019584.0','216',    '206','139','607364.56',    '202','127','591166.16',    '140','40','16198.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114151.0','1045151.0','14',    '10','2','15955.2',    '9','2','15955.2',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025888.0','1019584.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114152.0','1045151.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025889.0','1019584.0','1',    '1','1','3588.12',    '1','1','3588.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114153.0','1045151.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025890.0','1019584.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114154.0','1045151.0','79',    '69','49','178750.99',    '67','48','173711.04',    '40','7','5039.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025891.0','1019584.0','4',    '4','1','1084.88',    '3','1','1084.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114155.0','1045151.0','1',    '1','1','10189.71',    '1','1','10189.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2011556.0','1019584.0','10',    '10','9','37118.9',    '9','9','36918.91',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2099820.0','1045151.0','13',    '12','10','50671.91',    '12','10','50282.91',    '9','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025892.0','1019584.0','1',    '1','1','2280.51',    '1','1','2280.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114156.0','1045151.0','22',    '19','12','30619.55',    '18','12','30084.58',    '10','2','534.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2014282.0','1019599.0','6',    '6','4','5698.28',    '6','4','5698.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2102546.0','1045166.0','1',    '1','1','11062.32',    '1','1','3636.0',    '1','1','7426.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025893.0','1019599.0','19',    '18','9','51785.07',    '16','9','50568.25',    '8','1','1216.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114157.0','1045166.0','13',    '9','7','11394.26',    '7','7','11394.26',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025894.0','1019599.0','1',    '1','1','10846.0',    '1','1','10846.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114158.0','1045166.0','1',    '1','1','689.7',    '1','1','689.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025895.0','1019599.0','41',    '33','23','60926.72',    '32','23','60137.74',    '20','3','788.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114159.0','1045166.0','2',    '2','1','30200.0',    '2','1','21212.12',    '1','1','8987.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025896.0','1019599.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114160.0','1045166.0','10',    '8','1','5506.79',    '8','1','5506.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025897.0','1019599.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114161.0','1045166.0','6',    '4','1','733.48',    '4','1','733.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025898.0','1019599.0','113',    '110','69','172729.22',    '102','67','170259.72',    '70','8','2469.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114162.0','1045166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025899.0','1019599.0','33',    '21','8','25296.23',    '20','6','22673.57',    '11','3','2622.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114163.0','1045166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025900.0','1019599.0','26',    '17','12','91619.35',    '17','12','91219.37',    '11','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114164.0','1045166.0','55',    '29','10','61121.71',    '26','8','23978.0',    '26','9','37143.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025901.0','1019599.0','6',    '5','5','7354.88',    '5','5','7354.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114165.0','1045166.0','1',    '1','1','4482.0',    '1','1','4482.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025902.0','1019599.0','3',    '3','3','21413.63',    '3','3','21013.65',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114166.0','1045166.0','5',    '4','1','374.03',    '4','1','374.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021618.0','1019599.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2109882.0','1045166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025903.0','1019599.0','30',    '26','15','60263.22',    '23','14','52563.23',    '18','2','7699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114167.0','1045166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025904.0','1019599.0','6',    '6','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114168.0','1045166.0','3',    '2','2','5994.31',    '2','2','5994.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025905.0','1019599.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114169.0','1045166.0','4',    '4','2','6373.11',    '4','2','6373.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025906.0','1019599.0','255',    '216','124','308256.53',    '207','114','275950.53',    '124','35','32306.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114170.0','1045166.0','1',    '1','1','315.15',    '1','1','315.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025907.0','1019599.0','836',    '748','500','1994296.49',    '708','444','1570628.93',    '508','183','423667.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114171.0','1045166.0','1124',    '941','511','2984737.5',    '866','452','2270797.75',    '745','242','713939.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025908.0','1019599.0','408',    '356','228','1037842.47',    '347','205','949360.31',    '267','72','88482.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114172.0','1045166.0','84',    '70','30','97164.89',    '61','25','93310.5',    '50','9','3854.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025909.0','1019599.0','1',    '1','1','225.32',    '1','1','225.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114173.0','1045166.0','72',    '70','46','124023.52',    '64','45','119270.71',    '53','10','4752.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025910.0','1019599.0','3',    '3','3','4180.56',    '3','3','3980.57',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114174.0','1045166.0','1',    '1','1','4902.35',    '1','1','4902.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025911.0','1019599.0','62',    '61','34','96048.95',    '58','30','84449.24',    '37','12','11599.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114175.0','1045166.0','4',    '3','2','10130.48',    '3','2','9556.98',    '3','1','573.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025912.0','1019599.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114176.0','1045166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025913.0','1019599.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114177.0','1045166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025914.0','1019599.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114178.0','1045166.0','57',    '52','33','71458.09',    '51','32','70658.13',    '34','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025915.0','1019599.0','60',    '58','44','144815.27',    '55','43','138552.95',    '36','9','6262.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114179.0','1045166.0','21',    '20','17','104503.07',    '19','17','101554.44',    '11','2','2948.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025916.0','1019599.0','127',    '124','87','273657.54',    '115','85','267701.27',    '83','14','5956.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114180.0','1045166.0','1',    '1','1','925.06',    '1','1','147.06',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025917.0','1019599.0','304',    '282','188','1071496.81',    '273','178','1042834.22',    '198','47','28662.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114181.0','1045166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025918.0','1019599.0','3',    '3','1','1901.48',    '3','1','1901.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114182.0','1045166.0','61',    '54','36','143826.84',    '52','32','131347.03',    '37','11','12479.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025919.0','1019599.0','4',    '2','1','7362.1',    '1','1','7162.11',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114183.0','1045166.0','1029',    '921','679','4673225.4',    '889','635','4060330.23',    '662','222','612895.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025920.0','1019599.0','43',    '42','29','105005.64',    '41','29','102713.77',    '21','2','2291.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114184.0','1045166.0','164',    '160','123','394881.32',    '150','119','373778.77',    '138','33','21102.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025921.0','1019599.0','2',    '2','1','631.24',    '2','1','431.25',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114185.0','1045166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2011364.0','1019599.0','81',    '58','10','31635.94',    '52','10','29874.43',    '25','2','1761.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2099628.0','1045166.0','10',    '9','4','16676.11',    '8','4','16676.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021286.0','1019599.0','127',    '115','84','290450.52',    '109','84','279612.75',    '76','20','10837.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2109550.0','1045166.0','175',    '166','122','321160.31',    '160','117','300108.67',    '118','33','21051.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025922.0','1019599.0','461',    '423','311','843534.4',    '410','303','784961.67',    '270','62','58572.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114186.0','1045166.0','15',    '14','10','40129.7',    '13','10','40129.7',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025923.0','1019599.0','1',    '1','1','895.9',    '1','1','895.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114187.0','1045166.0','410',    '369','209','988452.63',    '365','181','879163.4',    '274','77','109289.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025924.0','1019599.0','1',    '1','1','1245.33',    '1','1','1245.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114188.0','1045166.0','1',    '1','1','512.11',    '1','1','512.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025925.0','1019599.0','5',    '5','3','10228.46',    '4','3','9528.47',    '4','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114189.0','1045166.0','15',    '10','6','8158.35',    '10','6','7933.47',    '3','1','224.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025926.0','1019599.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114190.0','1045166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025927.0','1019599.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114191.0','1045166.0','11',    '11','7','35072.36',    '10','6','33898.87',    '9','2','1173.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2014735.0','1019599.0','4',    '4','2','30558.14',    '3','2','30358.15',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2102999.0','1045166.0','42',    '37','25','55581.75',    '35','25','55181.77',    '19','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025928.0','1019599.0','1',    '1','1','6901.68',    '1','1','6901.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114192.0','1045166.0','13',    '12','10','36430.33',    '12','10','35882.36',    '5','2','547.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025929.0','1019599.0','2',    '1','1','1525.7',    '1','1','1525.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114193.0','1045166.0','65',    '52','43','143445.43',    '50','41','134659.54',    '39','17','8785.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025930.0','1019599.0','5',    '4','3','3995.83',    '4','3','3995.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114194.0','1045166.0','4',    '4','3','4995.7',    '4','3','4995.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2011425.0','1019599.0','21',    '7','2','1236.85',    '6','2','1236.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2099689.0','1045166.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025931.0','1019599.0','124',    '118','88','262287.52',    '113','83','257263.88',    '73','15','5023.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114195.0','1045166.0','43',    '41','29','71535.64',    '39','28','70198.62',    '22','4','1337.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025932.0','1019599.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114196.0','1045166.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025933.0','1019599.0','24',    '18','4','13130.0',    '16','4','13130.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114197.0','1045166.0','114',    '93','49','188936.96',    '89','45','167096.47',    '47','13','21840.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025934.0','1019599.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114198.0','1045166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025935.0','1019599.0','1',    '1','1','2614.0',    '1','1','2614.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114199.0','1045166.0','7',    '6','6','7757.08',    '6','6','7757.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025936.0','1019599.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114200.0','1045166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025937.0','1019599.0','199',    '182','127','479915.42',    '171','124','461613.98',    '134','22','18301.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114201.0','1045166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012371.0','1019599.0','29',    '23','8','9431.92',    '23','6','8453.93',    '13','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100635.0','1045166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025938.0','1019599.0','38',    '35','19','33055.13',    '34','18','31349.66',    '19','5','1705.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114202.0','1045166.0','196',    '180','96','252562.85',    '176','83','224587.25',    '127','29','27975.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025939.0','1019599.0','25',    '22','12','23210.89',    '19','12','22810.91',    '13','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114203.0','1045166.0','1',    '1','1','9244.0',    '1','1','9244.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025940.0','1019599.0','3',    '3','2','5859.25',    '3','2','5659.26',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114204.0','1045166.0','189',    '181','152','580983.55',    '168','149','566037.35',    '132','26','14946.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025941.0','1019599.0','756',    '694','525','1760070.02',    '665','507','1702610.94',    '486','110','57459.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114205.0','1045166.0','1',    '1','1','2464.0',    '1','1','2464.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025942.0','1019599.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114206.0','1045166.0','3',    '2','1','4579.34',    '2','1','4579.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025943.0','1019599.0','1',    '1','1','5092.55',    '1','1','4892.56',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114207.0','1045166.0','295',    '275','167','517596.79',    '271','160','473347.55',    '177','28','44249.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2012295.0','1019599.0','9',    '7','6','68847.4',    '7','6','68847.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2100559.0','1045166.0','1',    '1','1','2645.0',    '1','1','2256.0',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2011500.0','1019636.0','1',    '1','1','816.73',    '1','1','616.74',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2099764.0','1045203.0','29',    '26','15','48974.29',    '24','15','48774.3',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2023684.0','1019636.0','7',    '6','5','8977.63',    '6','5','8660.04',    '2','1','317.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2111948.0','1045203.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021511.0','1019636.0','10',    '8','6','6646.65',    '8','6','6646.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2109775.0','1045203.0','1',    '1','1','4052.28',    '1','1','3130.8',    '1','1','921.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025944.0','1019636.0','8',    '6','4','9789.02',    '6','4','9789.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114208.0','1045203.0','276',    '256','132','425586.0',    '245','120','396602.33',    '174','33','28983.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2014435.0','1019636.0','2',    '2','2','4726.13',    '2','2','4726.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2102699.0','1045203.0','216',    '180','131','513784.56',    '167','125','482748.01',    '121','36','31036.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025945.0','1019636.0','2',    '2','2','5310.77',    '2','2','5310.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114209.0','1045203.0','1',    '1','1','857.52',    '1','1','857.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2014609.0','1019636.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2102873.0','1045203.0','1',    '1','1','5174.93',    '1','1','1526.0',    '1','1','3648.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2025946.0','1019636.0','7',    '6','3','5786.96',    '6','3','5786.96',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114210.0','1045203.0','52',    '49','30','73688.11',    '47','28','70380.19',    '32','9','3307.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025947.0','1019636.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114211.0','1045203.0','1',    '1','1','615.44',    '1','1','615.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025948.0','1019636.0','8',    '7','2','7762.55',    '5','2','7762.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114212.0','1045203.0','4',    '3','2','1624.02',    '3','2','1424.03',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025949.0','1019636.0','6',    '5','2','3016.72',    '5','2','2676.85',    '5','1','339.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114213.0','1045203.0','1',    '1','1','426.25',    '1','1','226.26',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025950.0','1019636.0','2',    '2','1','1158.72',    '1','1','1158.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114214.0','1045203.0','2',    '1','1','3212.76',    '1','1','3212.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025951.0','1019636.0','2',    '1','1','3783.81',    '1','1','3783.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114215.0','1045203.0','18',    '13','8','33849.7',    '12','8','31669.23',    '8','3','2180.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2025952.0','1019636.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114216.0','1045203.0','5',    '5','2','7097.39',    '4','2','6947.39',    '3','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025953.0','1019636.0','16',    '11','8','22758.39',    '11','8','22558.4',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114217.0','1045203.0','40',    '31','25','198531.31',    '31','24','188705.22',    '18','9','9826.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025954.0','1019636.0','39',    '32','25','219835.35',    '25','24','216260.92',    '21','3','3574.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114218.0','1045203.0','4',    '4','1','5053.05',    '4','1','5053.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025955.0','1019636.0','28',    '19','15','45458.89',    '19','15','45458.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114219.0','1045203.0','4',    '4','3','6915.08',    '4','3','5937.09',    '2','1','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2021306.0','1019636.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2109570.0','1045203.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025956.0','1019636.0','3',    '3','3','14475.79',    '3','3','14475.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114220.0','1045203.0','4',    '3','1','3118.37',    '3','1','3118.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2014404.0','1019636.0','2',    '1','1','384.9',    '1','1','384.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2102668.0','1045203.0','4',    '2','2','2790.25',    '2','2','2790.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025957.0','1019636.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114221.0','1045203.0','5',    '4','2','6059.88',    '3','2','6059.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2014719.0','1019636.0','3',    '2','1','1288.2',    '2','1','1288.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2102983.0','1045203.0','1',    '1','1','29600.0',    '1','1','25077.99',    '1','1','4522.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025958.0','1019636.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114222.0','1045203.0','3',    '2','2','2705.12',    '2','2','2705.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025959.0','1019636.0','19',    '14','11','49702.85',    '14','11','47386.91',    '7','2','2315.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114223.0','1045203.0','2',    '2','1','9637.46',    '2','1','9637.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025960.0','1019636.0','5',    '4','2','4080.48',    '4','2','4080.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114224.0','1045203.0','2',    '2','1','810.8',    '2','1','810.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025961.0','1019636.0','5',    '3','1','2125.08',    '3','1','2125.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114225.0','1045203.0','1',    '1','1','372.0',    '1','1','372.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025962.0','1019636.0','4',    '2','2','2567.12',    '2','2','2567.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114226.0','1045203.0','1',    '1','1','807.96',    '1','1','807.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025963.0','1019636.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114227.0','1045203.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2012382.0','1019636.0','1',    '1','1','1058.61',    '1','1','1058.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2100646.0','1045203.0','3',    '2','2','7241.23',    '2','1','7041.24',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025964.0','1019636.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114228.0','1045203.0','5',    '4','1','1629.72',    '4','1','1629.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2012430.0','1019636.0','8',    '7','5','49979.98',    '6','5','49979.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2100694.0','1045203.0','4',    '4','4','41982.7',    '4','4','41482.7',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2011428.0','1019636.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2099692.0','1045203.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025965.0','1019636.0','6',    '4','3','1896.94',    '4','3','1696.95',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114229.0','1045203.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2021397.0','1019636.0','4',    '4','4','5445.05',    '4','4','5445.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2109661.0','1045203.0','4',    '3','3','3079.97',    '3','3','2879.98',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025966.0','1019636.0','1',    '1','1','8394.0',    '1','1','8394.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114230.0','1045203.0','3',    '2','1','413.75',    '2','1','413.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2014342.0','1019636.0','2',    '1','1','553.66',    '1','1','553.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2102606.0','1045203.0','2',    '1','1','23987.56',    '1','1','23987.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2014673.0','1019636.0','1',    '1','1','204.5',    '1','0','0.0',    '1','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2102937.0','1045203.0','6',    '5','4','3198.62',    '5','4','3198.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025967.0','1019636.0','5',    '5','3','4500.51',    '5','3','4500.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114231.0','1045203.0','17',    '16','9','59783.52',    '15','9','59215.9',    '6','2','567.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025968.0','1019636.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114232.0','1045203.0','16',    '12','7','15684.39',    '12','7','15253.0',    '4','2','431.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025969.0','1019636.0','24',    '15','12','30619.98',    '15','12','30619.98',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114233.0','1045203.0','5',    '4','3','10433.3',    '4','3','10433.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025970.0','1019647.0','5',    '4','4','7376.54',    '4','4','7376.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114234.0','1045214.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025971.0','1019647.0','1',    '1','1','6584.16',    '1','1','6584.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114235.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2012610.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2100874.0','1045214.0','4',    '3','2','2372.34',    '3','2','2372.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025972.0','1019647.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114236.0','1045214.0','2',    '2','2','718.54',    '2','2','718.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025973.0','1019647.0','18',    '16','10','50632.59',    '16','10','40571.32',    '9','4','10061.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114237.0','1045214.0','2',    '2','1','2358.5',    '2','1','2358.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025974.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114238.0','1045214.0','11',    '9','7','18786.27',    '8','7','18786.27',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2025975.0','1019647.0','27',    '22','14','29971.16',    '21','14','27772.68',    '8','3','2198.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114239.0','1045214.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025976.0','1019647.0','6',    '6','4','40397.46',    '5','4','39619.46',    '4','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114240.0','1045214.0','8',    '7','5','7886.1',    '7','5','7886.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025977.0','1019647.0','5',    '3','2','784.71',    '3','2','784.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114241.0','1045214.0','15',    '12','8','22436.85',    '12','7','19131.36',    '7','3','3305.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025978.0','1019647.0','6',    '6','1','160.73',    '6','1','160.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114242.0','1045214.0','2',    '2','2','5358.65',    '2','2','5358.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025979.0','1019647.0','19',    '11','6','20377.83',    '10','6','20377.83',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114243.0','1045214.0','5',    '2','2','2005.87',    '2','2','1455.89',    '2','1','549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025980.0','1019647.0','14',    '11','11','80066.3',    '11','11','79066.3',    '6','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114244.0','1045214.0','17',    '12','6','23911.25',    '11','6','23327.78',    '4','2','583.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025981.0','1019647.0','84',    '51','37','321499.36',    '47','36','305674.03',    '25','7','15825.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114245.0','1045214.0','1',    '1','1','1233.0',    '1','1','1233.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025982.0','1019647.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114246.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2011502.0','1019647.0','4',    '4','3','41661.65',    '4','3','41661.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2099766.0','1045214.0','1',    '1','1','7390.43',    '1','1','7390.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025983.0','1019647.0','11',    '10','4','6450.03',    '9','4','5390.57',    '6','3','1059.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114247.0','1045214.0','3',    '2','1','516.08',    '2','1','516.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2014136.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2102400.0','1045214.0','14',    '10','5','26710.79',    '10','5','26710.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025984.0','1019647.0','3',    '2','2','5217.12',    '2','2','5217.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114248.0','1045214.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025985.0','1019647.0','1',    '1','1','1402.34',    '1','1','1402.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114249.0','1045214.0','4',    '2','2','5849.98',    '2','2','5349.98',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025986.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114250.0','1045214.0','33',    '17','16','110698.54',    '17','15','99082.56',    '9','5','11615.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2014531.0','1019647.0','37',    '24','15','59434.03',    '21','15','52999.71',    '14','2','6434.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2102795.0','1045214.0','6',    '4','2','6138.54',    '3','2','6138.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025987.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114251.0','1045214.0','2',    '1','1','7981.8',    '1','1','7981.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025988.0','1019647.0','4',    '1','1','52.44',    '1','1','52.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114252.0','1045214.0','2',    '2','2','13790.62',    '2','2','12841.68',    '2','1','948.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2025989.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114253.0','1045214.0','9',    '6','5','36967.47',    '6','5','35290.47',    '3','2','1677.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025990.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114254.0','1045214.0','1',    '1','1','1464.0',    '1','1','1464.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2009102.0','1019647.0','14',    '10','8','23164.26',    '10','8','22814.27',    '8','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2097366.0','1045214.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2025991.0','1019647.0','9',    '8','7','19552.67',    '7','7','19552.67',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114255.0','1045214.0','3',    '2','2','2034.12',    '2','2','997.84',    '2','1','1036.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025992.0','1019647.0','17',    '15','11','31040.87',    '14','11','30290.9',    '6','3','749.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114256.0','1045214.0','3',    '2','2','4868.28',    '2','2','4868.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2009109.0','1019647.0','1',    '1','1','3388.66',    '1','1','3388.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2097373.0','1045214.0','325',    '260','150','665172.27',    '242','144','598359.98',    '157','52','66812.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025993.0','1019647.0','21',    '16','10','97015.71',    '14','10','86058.05',    '9','4','10957.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114257.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2011559.0','1019647.0','26',    '16','10','41892.7',    '15','10','40597.01',    '8','2','1295.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2099823.0','1045214.0','18',    '15','11','41588.27',    '13','10','29150.32',    '13','7','12437.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025994.0','1019647.0','10',    '8','7','47697.33',    '8','7','38419.8',    '5','2','9277.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114258.0','1045214.0','3',    '3','2','25881.05',    '3','2','25881.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025995.0','1019647.0','1',    '1','1','787.52',    '1','1','587.53',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114259.0','1045214.0','1',    '1','1','446.71',    '1','1','446.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025996.0','1019647.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114260.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025997.0','1019647.0','2',    '2','1','16195.33',    '1','1','16195.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114261.0','1045214.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2025998.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114262.0','1045214.0','36',    '31','24','132008.77',    '29','24','129865.39',    '24','4','2143.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2025999.0','1019647.0','7',    '6','3','36371.34',    '3','3','16759.31',    '6','2','19612.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114263.0','1045214.0','55',    '48','41','848168.23',    '47','41','783828.7',    '31','17','64339.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026000.0','1019647.0','41',    '32','24','142779.74',    '32','24','142779.74',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114264.0','1045214.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026001.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114265.0','1045214.0','61',    '49','31','219890.69',    '47','31','217674.39',    '22','6','2216.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026002.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114266.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2012387.0','1019647.0','165',    '93','74','602341.93',    '90','73','578937.75',    '59','17','23404.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2100651.0','1045214.0','135',    '90','64','537036.56',    '86','64','501356.36',    '39','9','35680.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026003.0','1019647.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114267.0','1045214.0','1',    '1','1','679.9',    '1','1','679.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026004.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114268.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2026005.0','1019647.0','428',    '306','242','2554574.8',    '291','234','2234956.83',    '200','94','319617.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114269.0','1045214.0','84',    '49','34','238451.16',    '48','32','227836.01',    '20','5','10615.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026006.0','1019647.0','92',    '53','30','55092.43',    '47','29','47742.44',    '24','2','7349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114270.0','1045214.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2026007.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114271.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026008.0','1019647.0','1',    '1','1','9385.22',    '1','1','9385.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114272.0','1045214.0','4',    '4','3','7051.81',    '4','3','7051.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026009.0','1019647.0','32',    '26','15','60426.91',    '25','15','59248.93',    '16','3','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114273.0','1045214.0','39',    '24','18','65079.02',    '24','17','63899.55',    '12','3','1179.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2026010.0','1019647.0','18',    '12','8','55701.82',    '11','8','52801.09',    '7','1','2900.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114274.0','1045214.0','12',    '9','7','29163.78',    '9','7','28963.79',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026011.0','1019647.0','1',    '1','1','4607.21',    '1','1','4607.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114275.0','1045214.0','46',    '31','24','121792.1',    '29','23','120679.12',    '8','2','1112.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026012.0','1019647.0','29',    '20','10','27050.28',    '19','10','27050.28',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114276.0','1045214.0','51',    '32','24','163019.72',    '31','22','157947.28',    '20','4','5072.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026013.0','1019647.0','17',    '12','12','50534.86',    '12','12','49071.89',    '7','1','1462.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114277.0','1045214.0','2',    '2','2','4176.31',    '2','2','4176.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026014.0','1019647.0','24',    '16','12','108980.28',    '15','12','108980.28',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114278.0','1045214.0','26',    '23','17','102156.73',    '23','15','98350.44',    '11','5','3806.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026015.0','1019647.0','1',    '1','1','18557.81',    '1','1','18557.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114279.0','1045214.0','32',    '30','20','49489.63',    '28','17','46450.15',    '20','7','3039.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026016.0','1019647.0','60',    '38','32','109825.11',    '37','29','90166.59',    '22','12','19658.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114280.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026017.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114281.0','1045214.0','1',    '1','1','1440.0',    '1','1','1440.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026018.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114282.0','1045214.0','6',    '6','4','31678.15',    '5','3','28693.38',    '6','2','2984.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026019.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114283.0','1045214.0','26',    '14','10','34075.93',    '13','9','33256.44',    '6','3','819.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026020.0','1019647.0','27',    '14','13','54275.56',    '14','13','53038.97',    '6','2','1236.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114284.0','1045214.0','2',    '1','1','1997.4',    '1','1','1997.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2021514.0','1019647.0','119',    '75','55','362745.41',    '73','54','328827.0',    '33','13','33918.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2109778.0','1045214.0','2',    '1','1','30200.0',    '1','1','29500.01',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026021.0','1019647.0','72',    '39','22','105282.35',    '36','21','103904.79',    '18','4','1377.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114285.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2021802.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2110066.0','1045214.0','3',    '3','1','588.69',    '2','1','588.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026022.0','1019647.0','44',    '35','23','114155.49',    '33','22','112180.92',    '13','4','1974.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114286.0','1045214.0','28',    '22','10','35223.26',    '21','10','32203.26',    '10','1','3020.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026023.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114287.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026024.0','1019647.0','14',    '9','8','31222.66',    '9','8','30433.68',    '5','2','788.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114288.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2011460.0','1019647.0','15',    '9','6','29075.19',    '9','6','28700.2',    '3','2','374.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2099724.0','1045214.0','1',    '1','1','23944.79',    '1','1','20251.23',    '1','1','3693.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026025.0','1019647.0','9',    '8','2','1822.16',    '8','2','1822.16',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114289.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026026.0','1019647.0','1',    '1','1','4121.18',    '1','1','4121.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114290.0','1045214.0','18',    '12','8','77248.78',    '12','7','73564.86',    '8','4','3683.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026027.0','1019647.0','78',    '50','36','252009.41',    '47','35','220162.08',    '26','6','31847.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114291.0','1045214.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026028.0','1019647.0','1',    '1','1','29600.0',    '1','1','26816.5',    '1','1','2783.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114292.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026029.0','1019647.0','57',    '41','30','120308.67',    '40','27','114360.77',    '20','8','5947.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114293.0','1045214.0','153',    '100','73','838387.53',    '89','70','787375.64',    '56','15','51011.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026030.0','1019647.0','83',    '54','42','255759.53',    '48','41','250279.61',    '26','9','5479.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114294.0','1045214.0','24',    '17','11','42928.73',    '16','11','42728.74',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026031.0','1019647.0','1',    '1','1','6005.89',    '1','1','2460.0',    '1','1','3545.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114295.0','1045214.0','1',    '1','1','2465.92',    '1','1','2115.93',    '1','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026032.0','1019647.0','28',    '26','10','41798.55',    '25','10','40185.58',    '12','2','1612.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114296.0','1045214.0','180',    '145','118','909140.58',    '143','114','789697.78',    '100','50','119442.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2021448.0','1019647.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2109712.0','1045214.0','22',    '13','7','121627.26',    '11','7','106408.27',    '9','4','15218.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026033.0','1019647.0','23',    '21','7','15411.96',    '19','7','15011.98',    '17','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114297.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026034.0','1019647.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114298.0','1045214.0','34',    '29','24','87752.22',    '29','24','83509.24',    '18','6','4242.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026035.0','1019647.0','5',    '4','3','2110.49',    '4','3','2110.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114299.0','1045214.0','18',    '14','9','21219.49',    '13','8','20184.52',    '8','2','1034.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026036.0','1019647.0','5',    '3','3','8299.75',    '3','3','8117.98',    '1','1','181.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114300.0','1045214.0','4',    '4','1','1536.0',    '4','1','1536.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2012345.0','1019647.0','1',    '1','1','145.32',    '1','1','145.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2100609.0','1045214.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026037.0','1019647.0','1',    '1','1','482.04',    '1','1','482.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114301.0','1045214.0','5',    '4','4','36274.57',    '4','4','30408.73',    '3','2','5865.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2012589.0','1019647.0','15',    '11','7','22442.27',    '11','7','21054.73',    '6','4','1387.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2100853.0','1045214.0','27',    '22','19','112324.18',    '21','19','110480.31',    '14','3','1843.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026038.0','1019647.0','1',    '1','1','357.03',    '1','1','357.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114302.0','1045214.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026039.0','1019647.0','62',    '36','22','163042.27',    '34','22','159996.07',    '24','4','3046.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114303.0','1045214.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026040.0','1019647.0','29',    '23','19','79658.5',    '21','19','79004.92',    '8','1','653.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114304.0','1045214.0','45',    '24','16','104839.34',    '23','16','104839.34',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026041.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114305.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012505.0','1019654.0','43',    '38','19','69301.96',    '36','18','66580.87',    '19','3','2721.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100769.0','1045221.0','1',    '1','1','1976.74',    '1','1','1976.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026042.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114306.0','1045221.0','20',    '16','9','42165.95',    '15','6','33637.43',    '11','5','8528.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026043.0','1019654.0','7',    '7','3','23161.0',    '7','3','23161.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114307.0','1045221.0','22',    '18','6','7940.46',    '12','5','7468.25',    '10','1','472.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026044.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114308.0','1045221.0','46',    '37','15','28966.16',    '30','14','27721.27',    '24','3','1244.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026045.0','1019654.0','1',    '1','1','1536.0',    '1','1','1536.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114309.0','1045221.0','57',    '46','35','173764.04',    '42','33','163788.38',    '30','6','9975.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026046.0','1019654.0','37',    '32','27','382416.15',    '31','27','336198.2',    '23','9','46217.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114310.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026047.0','1019654.0','126',    '54','28','108158.13',    '53','28','107003.87',    '27','4','1154.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114311.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026048.0','1019654.0','19',    '14','10','42528.72',    '13','10','42100.54',    '7','1','428.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114312.0','1045221.0','7',    '7','2','58026.32',    '6','2','52760.97',    '4','1','5265.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026049.0','1019654.0','3',    '3','1','1818.0',    '3','1','1818.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114313.0','1045221.0','5',    '1','1','2945.48',    '1','1','2945.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026050.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114314.0','1045221.0','15',    '11','8','41499.89',    '11','8','41499.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026051.0','1019654.0','144',    '98','68','215652.91',    '90','65','198607.49',    '60','17','17045.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114315.0','1045221.0','2',    '2','2','39230.95',    '2','2','39230.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026052.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114316.0','1045221.0','10',    '9','5','8386.78',    '8','4','8186.79',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026053.0','1019654.0','1',    '1','1','4278.0',    '1','1','4278.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114317.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2014346.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2102610.0','1045221.0','3',    '1','1','517.36',    '1','1','517.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026054.0','1019654.0','1',    '1','1','3905.43',    '1','1','3905.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114318.0','1045221.0','1',    '1','1','242.22',    '1','1','242.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026055.0','1019654.0','5',    '4','4','5152.65',    '4','4','5152.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114319.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026056.0','1019654.0','89',    '77','63','487321.94',    '75','63','469342.42',    '41','9','17979.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114320.0','1045221.0','4',    '3','3','8397.41',    '3','3','8397.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026057.0','1019654.0','16',    '15','10','26209.16',    '15','10','26209.16',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114321.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026058.0','1019654.0','1',    '1','1','1023.54',    '1','1','1023.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114322.0','1045221.0','122',    '102','83','1165596.25',    '100','82','1039579.25',    '70','32','126017.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2009039.0','1019654.0','30',    '25','14','33169.37',    '25','14','33169.37',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2097303.0','1045221.0','9',    '8','4','18305.78',    '6','4','18305.78',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2011405.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2099669.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2011384.0','1019654.0','72',    '56','44','530070.19',    '52','42','484325.67',    '43','14','45744.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2099648.0','1045221.0','6',    '4','4','8303.7',    '4','4','8073.35',    '1','1','230.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2021516.0','1019654.0','366',    '290','182','632316.49',    '268','166','585677.57',    '187','54','46638.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2109780.0','1045221.0','52',    '35','23','208383.9',    '32','22','198566.59',    '20','4','9817.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026059.0','1019654.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114323.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026060.0','1019654.0','198',    '154','114','908192.78',    '148','112','888552.66',    '80','18','19640.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114324.0','1045221.0','53',    '41','21','56581.16',    '34','20','55118.78',    '26','3','1462.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026061.0','1019654.0','3',    '1','1','1769.32',    '1','1','1769.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114325.0','1045221.0','1',    '1','1','1402.29',    '1','1','1402.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026062.0','1019654.0','19',    '15','11','52972.15',    '14','10','50230.35',    '6','4','2741.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114326.0','1045221.0','3',    '2','1','1578.63',    '1','1','1578.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026063.0','1019654.0','4',    '3','3','40735.42',    '3','3','35962.68',    '2','1','4772.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114327.0','1045221.0','19',    '12','9','24124.39',    '11','9','24124.39',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026064.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114328.0','1045221.0','1',    '1','1','1536.0',    '1','1','1536.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026065.0','1019654.0','40',    '30','23','77523.6',    '29','23','71064.82',    '17','6','6458.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114329.0','1045221.0','53',    '41','25','106272.72',    '40','24','104519.77',    '18','3','1752.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026066.0','1019654.0','1',    '1','1','2672.03',    '1','1','1518.0',    '1','1','1154.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114330.0','1045221.0','1',    '1','1','650.67',    '1','1','650.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026067.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114331.0','1045221.0','20',    '14','12','38900.11',    '13','12','38003.12',    '5','1','896.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026068.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114332.0','1045221.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026069.0','1019654.0','23',    '18','10','14716.78',    '17','10','14716.78',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114333.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026070.0','1019654.0','11',    '11','5','27279.48',    '11','5','27279.48',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114334.0','1045221.0','11',    '10','6','16196.8',    '10','6','15418.8',    '5','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026071.0','1019654.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114335.0','1045221.0','54',    '38','30','170342.88',    '37','30','160819.88',    '15','3','9523.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026072.0','1019654.0','24',    '18','13','63023.76',    '18','13','61695.78',    '6','2','1327.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114336.0','1045221.0','115',    '93','78','569696.93',    '89','78','557644.36',    '44','8','12052.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026073.0','1019654.0','37',    '20','12','97416.22',    '19','10','96716.23',    '9','2','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114337.0','1045221.0','242',    '119','82','373123.69',    '106','81','330541.27',    '67','23','42582.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026074.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114338.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2026075.0','1019654.0','36',    '29','15','49335.47',    '27','15','49335.47',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114339.0','1045221.0','76',    '52','38','391137.14',    '47','36','369204.73',    '32','8','21932.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012593.0','1019654.0','6',    '5','2','7838.59',    '3','2','7838.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100857.0','1045221.0','133',    '116','41','86713.73',    '103','39','81787.0',    '76','9','4926.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026076.0','1019654.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114340.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026077.0','1019654.0','2',    '2','1','8676.56',    '2','1','8676.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114341.0','1045221.0','9',    '9','5','9061.11',    '8','5','9061.11',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026078.0','1019654.0','1',    '1','1','1194.01',    '1','1','1194.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114342.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026079.0','1019654.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114343.0','1045221.0','1',    '1','1','1354.31',    '1','1','1354.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026080.0','1019654.0','2',    '1','1','872.1',    '1','1','872.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114344.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026081.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114345.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026082.0','1019654.0','13',    '10','6','22490.41',    '10','5','20934.41',    '5','2','1556.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114346.0','1045221.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026083.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114347.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026084.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114348.0','1045221.0','1',    '1','1','5627.28',    '1','1','5627.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026085.0','1019654.0','1',    '1','1','467.9',    '1','1','467.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114349.0','1045221.0','7',    '6','6','74245.75',    '6','6','69949.57',    '2','1','4296.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026086.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114350.0','1045221.0','1',    '1','1','1948.29',    '1','1','1948.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026087.0','1019654.0','1',    '1','1','2830.0',    '1','1','2830.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114351.0','1045221.0','1',    '1','1','1456.12',    '1','1','1456.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026088.0','1019654.0','78',    '67','47','96237.99',    '63','47','94587.62',    '43','5','1650.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114352.0','1045221.0','6',    '4','2','34500.53',    '4','2','33098.0',    '3','1','1402.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026089.0','1019654.0','14',    '12','3','6013.55',    '10','3','6013.55',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114353.0','1045221.0','81',    '61','22','56935.02',    '50','20','56160.83',    '39','2','774.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2011441.0','1019654.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2099705.0','1045221.0','11',    '10','6','31585.79',    '9','6','28121.83',    '7','4','3463.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2021456.0','1019654.0','44',    '35','8','9901.29',    '28','7','9693.79',    '16','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2109720.0','1045221.0','11',    '7','3','17050.52',    '5','2','14945.48',    '7','1','2105.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026090.0','1019654.0','8',    '8','3','10671.91',    '8','3','10471.92',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114354.0','1045221.0','23',    '18','10','27749.13',    '16','10','25407.01',    '11','3','2342.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026091.0','1019654.0','4',    '3','1','2715.8',    '3','1','2715.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114355.0','1045221.0','20',    '18','13','15743.87',    '17','12','15343.89',    '10','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2014644.0','1019654.0','59',    '56','32','118170.96',    '53','30','111628.74',    '35','10','6542.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2102908.0','1045221.0','17',    '14','9','14942.66',    '12','9','14662.93',    '9','1','279.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026092.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114356.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026093.0','1019654.0','13',    '12','2','1322.91',    '12','2','1322.91',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114357.0','1045221.0','58',    '49','11','38073.26',    '38','11','36119.96',    '35','3','1953.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026094.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114358.0','1045221.0','90',    '74','48','140591.52',    '66','46','137073.23',    '51','6','3518.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2011401.0','1019654.0','47',    '31','22','231591.76',    '28','20','226443.21',    '21','5','5148.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2099665.0','1045221.0','47',    '31','17','34790.13',    '31','16','28436.58',    '15','4','6353.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2012564.0','1019654.0','90',    '66','27','86588.2',    '56','24','83567.66',    '46','7','3020.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2100828.0','1045221.0','1',    '1','1','6078.12',    '1','1','6078.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2021313.0','1019654.0','93',    '80','38','106565.67',    '69','37','102922.2',    '57','6','3643.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2109577.0','1045221.0','10',    '8','3','2826.49',    '7','3','2826.49',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026095.0','1019654.0','185',    '139','95','380963.13',    '127','89','348583.88',    '97','30','32379.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114359.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2014322.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2102586.0','1045221.0','36',    '27','13','33336.07',    '24','13','30717.59',    '17','3','2618.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2021698.0','1019654.0','1',    '1','1','4646.02',    '1','1','4646.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2109962.0','1045221.0','3',    '2','2','15325.52',    '2','2','14768.15',    '2','1','557.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026096.0','1019654.0','3',    '3','2','3618.6',    '3','2','3618.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114360.0','1045221.0','4',    '4','2','2421.36',    '3','2','2421.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026097.0','1019654.0','6',    '4','2','12557.96',    '3','2','12357.97',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114361.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2021309.0','1019654.0','10',    '7','3','3419.18',    '4','3','3030.18',    '5','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2109573.0','1045221.0','64',    '41','10','26941.33',    '35','8','25759.85',    '29','3','1181.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2009061.0','1019654.0','150',    '115','40','116786.95',    '102','35','110748.31',    '73','10','6038.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2097325.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2021480.0','1019654.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2109744.0','1045221.0','1',    '1','1','775.93',    '1','1','775.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2011548.0','1019654.0','24',    '20','10','26805.3',    '16','10','23297.24',    '13','2','3508.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2099812.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026098.0','1019654.0','19',    '14','9','18933.85',    '13','9','18544.85',    '6','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114362.0','1045221.0','64',    '53','17','77091.55',    '44','16','69891.56',    '34','2','7199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026099.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114363.0','1045221.0','38',    '28','7','8475.76',    '21','6','7575.78',    '16','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026100.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114364.0','1045221.0','20',    '13','7','14643.82',    '10','7','14243.84',    '11','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026101.0','1019654.0','24',    '18','5','8597.3',    '15','5','8597.3',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114365.0','1045221.0','1',    '1','1','597.73',    '1','1','597.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026102.0','1019654.0','103',    '82','36','158963.22',    '79','32','138910.93',    '45','14','20052.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114366.0','1045221.0','10',    '7','5','5176.53',    '7','5','5176.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026103.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114367.0','1045221.0','1',    '1','1','8737.02',    '1','1','8737.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012603.0','1019654.0','40',    '35','22','128322.2',    '34','20','118476.78',    '27','12','9845.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100867.0','1045221.0','14',    '11','2','3065.65',    '10','2','1815.79',    '5','1','1249.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026104.0','1019654.0','2',    '2','2','3429.31',    '2','2','3429.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114368.0','1045221.0','11',    '11','7','38699.81',    '11','7','36934.83',    '9','1','1764.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012520.0','1019654.0','11',    '10','5','8645.42',    '10','5','8645.42',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100784.0','1045221.0','64',    '44','16','54047.72',    '36','14','45024.49',    '27','8','9023.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026105.0','1019654.0','25',    '15','2','883.64',    '13','1','183.65',    '9','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114369.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026106.0','1019654.0','71',    '57','22','45553.0',    '52','20','41141.04',    '35','7','4411.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114370.0','1045221.0','8',    '7','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026107.0','1019654.0','4',    '3','1','3899.75',    '2','1','3899.75',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114371.0','1045221.0','9',    '5','1','1273.05',    '4','1','1273.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026108.0','1019654.0','21',    '14','4','11733.23',    '9','4','8509.24',    '7','1','3223.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114372.0','1045221.0','11',    '8','5','16703.37',    '8','5','16703.37',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2012353.0','1019654.0','1',    '1','1','5619.3',    '1','1','5619.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2100617.0','1045221.0','7',    '5','4','31007.28',    '5','4','31007.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2023520.0','1019654.0','28',    '27','21','35980.52',    '26','20','34475.58',    '18','5','1504.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2111784.0','1045221.0','206',    '174','119','546214.72',    '167','112','516046.76',    '120','42','30167.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026109.0','1019654.0','32',    '21','11','17695.31',    '16','9','15443.83',    '14','3','2251.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114373.0','1045221.0','63',    '57','31','95593.99',    '54','31','95005.0',    '32','2','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026110.0','1019654.0','28',    '26','10','31403.77',    '22','10','31101.5',    '18','1','302.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114374.0','1045221.0','30',    '26','10','22190.42',    '23','10','22001.12',    '22','1','189.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2026111.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114375.0','1045221.0','64',    '49','20','50696.78',    '39','20','49516.58',    '35','2','1180.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026112.0','1019654.0','15',    '13','9','27887.61',    '13','9','27687.62',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114376.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026113.0','1019654.0','2',    '2','1','1950.56',    '2','1','1750.57',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114377.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026114.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114378.0','1045221.0','60',    '46','38','193499.98',    '42','38','192065.03',    '25','5','1434.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026115.0','1019654.0','1',    '1','1','1510.0',    '1','1','1510.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114379.0','1045221.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026116.0','1019654.0','25',    '21','11','63755.16',    '20','11','62090.6',    '15','2','1664.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114380.0','1045221.0','26',    '18','11','25513.72',    '16','11','25118.73',    '10','2','394.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026117.0','1019654.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114381.0','1045221.0','1',    '1','1','1827.93',    '1','1','1827.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026118.0','1019654.0','108',    '92','53','112636.34',    '85','53','107817.35',    '63','8','4818.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114382.0','1045221.0','23',    '15','3','3302.48',    '9','3','3302.48',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026119.0','1019654.0','24',    '21','9','11907.33',    '18','9','11518.33',    '12','2','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114383.0','1045221.0','13',    '13','8','20583.0',    '11','7','20383.01',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026120.0','1019654.0','10',    '9','4','11182.52',    '8','3','9348.89',    '7','1','1833.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114384.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026121.0','1019654.0','2',    '2','2','13966.22',    '2','2','13618.24',    '2','2','347.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114385.0','1045221.0','22',    '17','8','33562.94',    '15','8','33193.94',    '11','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2021459.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2109723.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026122.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114386.0','1045221.0','136',    '98','37','201112.01',    '86','34','187843.94',    '71','6','13268.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026123.0','1019654.0','15',    '9','1','1512.01',    '8','1','1512.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114387.0','1045221.0','5',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2009101.0','1019654.0','35',    '30','14','31453.97',    '22','13','29878.99',    '26','3','1574.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2097365.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2011570.0','1019654.0','16',    '15','5','51886.62',    '14','5','48080.82',    '10','1','3805.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2099834.0','1045221.0','21',    '12','2','6168.44',    '9','1','5718.45',    '8','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026124.0','1019654.0','32',    '27','12','34904.62',    '24','11','33965.31',    '19','2','939.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114388.0','1045221.0','31',    '22','8','17495.79',    '18','7','17193.52',    '12','1','302.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026125.0','1019654.0','18',    '17','5','14034.13',    '14','5','14034.13',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114389.0','1045221.0','104',    '75','25','78506.53',    '70','23','74338.95',    '48','7','4167.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026126.0','1019654.0','45',    '32','14','27309.77',    '25','12','24652.8',    '19','5','2656.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114390.0','1045221.0','15',    '13','7','16082.66',    '13','7','15882.67',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026127.0','1019654.0','36',    '26','7','15330.23',    '23','6','13910.13',    '19','2','1420.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114391.0','1045221.0','6',    '6','2','3951.45',    '6','2','3951.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026128.0','1019654.0','2',    '2','1','539.64',    '2','1','539.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114392.0','1045221.0','2',    '2','2','5104.84',    '2','2','5104.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026129.0','1019654.0','34',    '28','18','49862.07',    '27','18','47543.08',    '17','4','2318.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114393.0','1045221.0','122',    '80','23','107860.36',    '72','21','102788.96',    '54','6','5071.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026130.0','1019654.0','5',    '4','1','517.38',    '4','1','517.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114394.0','1045221.0','1',    '1','1','1994.88',    '0','0','0.0',    '1','1','1994.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026131.0','1019654.0','10',    '8','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114395.0','1045221.0','30',    '27','11','25028.75',    '24','11','24628.77',    '15','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2011489.0','1019654.0','593',    '475','234','1139372.28',    '457','211','1003789.27',    '309','76','135583.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2099753.0','1045221.0','15',    '14','10','63340.59',    '13','10','61218.28',    '11','3','2122.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012515.0','1019654.0','20',    '10','2','3251.8',    '8','2','3251.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100779.0','1045221.0','71',    '55','35','101017.09',    '52','33','96669.96',    '39','9','4347.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2014409.0','1019654.0','5',    '3','2','4957.87',    '3','2','4957.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2102673.0','1045221.0','48',    '38','8','10657.41',    '31','7','10449.91',    '19','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012421.0','1019654.0','19',    '17','4','15424.49',    '16','4','15224.5',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100685.0','1045221.0','2',    '2','1','4426.43',    '2','1','4226.44',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026132.0','1019654.0','50',    '39','17','26674.33',    '36','16','25574.36',    '22','3','1099.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114396.0','1045221.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026133.0','1019654.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114397.0','1045221.0','43',    '38','22','64443.19',    '34','21','62966.74',    '29','5','1476.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026134.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114398.0','1045221.0','1',    '1','1','1536.0',    '1','1','1536.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026135.0','1019654.0','41',    '38','19','79480.63',    '34','17','77515.63',    '26','3','1965.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114399.0','1045221.0','100',    '80','36','137028.44',    '77','31','131649.48',    '62','9','5378.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026136.0','1019654.0','106',    '93','33','133900.91',    '88','32','128031.14',    '60','5','5869.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114400.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026137.0','1019654.0','21',    '15','3','5931.63',    '9','3','5931.63',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114401.0','1045221.0','23',    '23','17','32054.71',    '21','16','31154.73',    '18','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2026138.0','1019654.0','4',    '2','1','2604.47',    '2','1','2069.98',    '1','1','534.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114402.0','1045221.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026139.0','1019654.0','30',    '21','8','23551.14',    '16','6','20194.58',    '13','3','3356.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114403.0','1045221.0','344',    '276','123','770076.87',    '263','109','684545.1',    '169','36','85531.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026140.0','1019654.0','9',    '3','1','4584.2',    '2','1','4584.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114404.0','1045221.0','15',    '13','9','43268.34',    '12','9','43268.34',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026141.0','1019654.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114405.0','1045221.0','46',    '28','6','42908.01',    '23','5','41954.14',    '16','3','953.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026142.0','1019654.0','41',    '31','9','48771.75',    '24','9','47914.6',    '18','3','857.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114406.0','1045221.0','15',    '7','1','5034.77',    '6','1','5034.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2011354.0','1019654.0','32',    '19','6','6760.37',    '12','4','4693.67',    '13','4','2066.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2099618.0','1045221.0','22',    '17','5','24275.12',    '15','5','24076.12',    '9','1','199.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026143.0','1019654.0','10',    '6','4','43269.87',    '5','4','42689.82',    '5','1','580.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114407.0','1045221.0','72',    '61','36','76972.99',    '51','35','73877.13',    '48','7','3095.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026144.0','1019654.0','206',    '172','70','204513.44',    '155','65','178674.99',    '117','19','25838.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114408.0','1045221.0','6',    '4','1','645.61',    '4','1','645.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026145.0','1019654.0','8',    '6','2','13672.73',    '5','2','13085.9',    '4','1','586.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114409.0','1045221.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026146.0','1019654.0','22',    '18','7','20408.85',    '16','7','19768.86',    '14','1','639.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114410.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026147.0','1019654.0','4',    '4','4','18389.6',    '4','4','18389.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114411.0','1045221.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026148.0','1019654.0','83',    '75','36','97405.6',    '69','36','94165.13',    '48','8','3240.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114412.0','1045221.0','16',    '12','7','11580.29',    '11','7','10851.8',    '7','2','728.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026149.0','1019654.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114413.0','1045221.0','7',    '6','2','4956.98',    '4','2','4567.98',    '5','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026150.0','1019663.0','24',    '20','3','7495.9',    '18','3','7495.9',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114414.0','1045230.0','17',    '16','9','18273.36',    '13','8','17938.38',    '9','2','334.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026151.0','1019663.0','18',    '13','6','30702.83',    '12','5','24029.36',    '9','3','6673.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114415.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026152.0','1019663.0','14',    '12','5','5248.36',    '12','5','5043.86',    '6','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114416.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026153.0','1019663.0','3',    '3','2','5212.38',    '3','2','5212.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114417.0','1045230.0','1',    '1','1','4840.8',    '1','1','4840.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2021326.0','1019663.0','42',    '34','19','61067.92',    '30','16','60117.96',    '21','4','949.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2109590.0','1045230.0','72',    '51','15','35826.56',    '43','14','34062.57',    '33','2','1763.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026154.0','1019663.0','7',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114418.0','1045230.0','50',    '39','23','72118.71',    '37','23','68216.06',    '27','4','3902.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026155.0','1019663.0','17',    '16','6','16837.01',    '15','6','16837.01',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114419.0','1045230.0','48',    '25','5','13454.24',    '14','3','10054.25',    '19','2','3399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012374.0','1019663.0','20',    '15','3','9253.59',    '13','3','9253.59',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100638.0','1045230.0','13',    '11','5','28864.83',    '9','5','28864.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2011445.0','1019663.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2099709.0','1045230.0','3',    '2','1','11254.29',    '2','1','11254.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026156.0','1019663.0','35',    '17','5','7306.2',    '13','3','6159.21',    '12','2','1146.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114420.0','1045230.0','1',    '1','1','1698.0',    '1','1','1698.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2014298.0','1019663.0','4',    '4','4','5330.0',    '4','4','5122.5',    '3','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2102562.0','1045230.0','14',    '6','1','9975.43',    '4','1','9975.43',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026157.0','1019663.0','25',    '22','13','57992.16',    '21','13','57387.68',    '15','3','604.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114421.0','1045230.0','22',    '19','9','52517.26',    '15','8','50561.67',    '10','3','1955.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026158.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114422.0','1045230.0','15',    '11','6','17781.01',    '8','6','17581.02',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026159.0','1019663.0','19',    '16','4','6422.88',    '13','4','6422.88',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114423.0','1045230.0','4',    '4','2','2600.4',    '3','2','2600.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026160.0','1019663.0','54',    '37','8','13275.96',    '30','6','10647.64',    '22','4','2628.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114424.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026161.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114425.0','1045230.0','74',    '46','14','69029.72',    '42','14','56031.53',    '31','3','12998.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026162.0','1019663.0','107',    '73','17','51352.83',    '55','12','42193.54',    '48','7','9159.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114426.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026163.0','1019663.0','19',    '18','14','26725.55',    '18','14','26011.98',    '9','4','713.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114427.0','1045230.0','17',    '12','5','15464.14',    '11','5','13714.15',    '9','1','1749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2012328.0','1019663.0','70',    '52','11','15679.2',    '48','11','15679.2',    '30','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2100592.0','1045230.0','82',    '76','32','59098.13',    '70','31','57679.37',    '40','5','1418.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2023444.0','1019663.0','17',    '11','3','6885.04',    '9','3','6710.04',    '5','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2111708.0','1045230.0','6',    '4','2','1882.44',    '4','2','1747.45',    '4','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026164.0','1019663.0','2',    '2','1','3304.0',    '2','1','3304.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114428.0','1045230.0','3',    '3','1','1878.9',    '3','1','1878.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026165.0','1019663.0','9',    '7','2','5757.33',    '5','2','5757.33',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114429.0','1045230.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026166.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114430.0','1045230.0','40',    '36','15','48960.09',    '29','13','47597.61',    '26','4','1362.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026167.0','1019663.0','25',    '17','5','20444.52',    '14','5','20244.53',    '11','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114431.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026168.0','1019663.0','25',    '21','8','17200.03',    '19','7','9547.54',    '13','3','7652.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114432.0','1045230.0','14',    '11','5','15484.23',    '8','5','15484.23',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026169.0','1019663.0','61',    '45','20','45134.02',    '37','20','44734.04',    '33','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114433.0','1045230.0','4',    '4','2','5719.57',    '3','2','5719.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026170.0','1019663.0','4',    '4','2','457.11',    '4','2','457.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114434.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026171.0','1019663.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114435.0','1045230.0','10',    '9','4','9855.26',    '8','4','8665.3',    '7','2','1189.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2021308.0','1019663.0','14',    '12','8','31815.28',    '12','8','31260.38',    '6','1','554.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2109572.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026172.0','1019663.0','26',    '18','6','9401.24',    '14','6','9266.25',    '11','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114436.0','1045230.0','67',    '52','32','94739.35',    '46','31','92025.44',    '38','6','2713.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2014348.0','1019663.0','13',    '11','9','14999.24',    '10','9','14999.24',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2102612.0','1045230.0','20',    '13','3','2289.78',    '8','2','1589.79',    '9','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026173.0','1019663.0','38',    '23','8','16180.38',    '20','3','10220.97',    '15','6','5959.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114437.0','1045230.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2014731.0','1019663.0','1',    '1','1','2213.55',    '1','1','2213.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2102995.0','1045230.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026174.0','1019663.0','3',    '2','1','4867.95',    '2','1','4867.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114438.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026175.0','1019663.0','9',    '9','2','786.6',    '6','2','786.6',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114439.0','1045230.0','6',    '5','3','5724.49',    '3','3','5724.49',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026176.0','1019663.0','10',    '7','4','7366.23',    '7','4','7031.25',    '4','2','334.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114440.0','1045230.0','20',    '14','4','3673.06',    '11','3','3036.62',    '7','1','636.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2011554.0','1019663.0','25',    '18','7','19207.61',    '16','6','18421.31',    '13','2','786.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2099818.0','1045230.0','15',    '15','9','30566.16',    '14','9','30566.16',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2021536.0','1019663.0','2',    '1','1','22434.72',    '1','1','22434.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2109800.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026177.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114441.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026178.0','1019663.0','265',    '203','72','225792.41',    '189','63','206622.52',    '127','18','19169.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114442.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026179.0','1019663.0','17',    '10','3','7719.78',    '10','3','7535.28',    '3','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114443.0','1045230.0','21',    '19','11','30482.0',    '18','9','27667.04',    '13','5','2814.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2009051.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2097315.0','1045230.0','5',    '4','2','6921.03',    '4','2','6921.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2011571.0','1019663.0','13',    '7','1','961.96',    '6','1','961.96',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2099835.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2014248.0','1019663.0','60',    '41','11','14454.92',    '31','11','13613.95',    '22','1','840.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2102512.0','1045230.0','64',    '45','15','22911.35',    '38','14','22142.37',    '28','4','768.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026180.0','1019663.0','42',    '32','16','24642.87',    '29','15','23349.25',    '24','3','1293.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114444.0','1045230.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026181.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114445.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2014636.0','1019663.0','7',    '6','4','10754.73',    '4','4','10554.74',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2102900.0','1045230.0','14',    '12','8','22343.42',    '12','8','22143.43',    '8','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026182.0','1019663.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114446.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026183.0','1019663.0','28',    '24','15','39210.15',    '22','15','38257.15',    '16','2','953.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114447.0','1045230.0','38',    '31','19','25732.48',    '28','18','24047.61',    '21','2','1684.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026184.0','1019663.0','39',    '25','4','2579.17',    '16','2','1687.4',    '15','2','891.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114448.0','1045230.0','8',    '6','1','3996.39',    '5','1','3996.39',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026185.0','1019663.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114449.0','1045230.0','44',    '30','4','8511.51',    '18','3','7149.8',    '24','2','1361.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026186.0','1019663.0','7',    '7','4','9643.56',    '6','4','9254.56',    '5','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114450.0','1045230.0','21',    '16','6','8892.32',    '11','6','8892.32',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2009128.0','1019663.0','13',    '8','5','8987.72',    '6','5','8987.72',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2097392.0','1045230.0','9',    '7','2','1393.1',    '5','2','1393.1',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026187.0','1019663.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114451.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026188.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114452.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2012529.0','1019663.0','3',    '2','2','6882.37',    '2','2','6682.38',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2100793.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026189.0','1019663.0','2',    '1','1','144.87',    '1','1','144.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114453.0','1045230.0','1',    '1','1','2210.66',    '1','1','2210.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026190.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114454.0','1045230.0','2',    '2','1','188.0',    '2','1','188.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026191.0','1019663.0','10',    '9','3','12014.63',    '8','3','11879.64',    '6','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114455.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026192.0','1019663.0','83',    '74','28','36046.8',    '71','25','30815.4',    '51','4','5231.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114456.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026193.0','1019663.0','18',    '15','9','17592.04',    '14','8','17192.06',    '10','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114457.0','1045230.0','48',    '41','22','114726.25',    '38','21','113018.27',    '28','5','1707.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2026194.0','1019663.0','2',    '2','1','5444.98',    '2','1','5444.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2114458.0','1045230.0','96',    '91','31','43345.58',    '84','28','41746.86',    '62','5','1598.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2026195.0','1019663.0','1',    '1','1','1144.14',    '1','1','1144.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2114459.0','1045230.0','2',    '2','2','1713.67',    '2','2','1513.68',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026196.0','1019663.0','76',    '70','55','143011.93',    '69','52','140279.09',    '45','7','2732.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114460.0','1045230.0','4',    '3','1','993.7',    '3','1','793.71',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026197.0','1019663.0','13',    '12','4','1160.77',    '10','2','760.79',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114461.0','1045230.0','676',    '626','273','613759.28',    '614','240','545116.05',    '429','93','68643.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026198.0','1019663.0','5',    '5','4','4610.74',    '5','1','750.8',    '5','3','3859.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114462.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026199.0','1019663.0','39',    '35','15','65125.76',    '34','13','63536.82',    '25','7','1588.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114463.0','1045230.0','6',    '6','2','11347.06',    '6','2','10751.89',    '4','1','595.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026200.0','1019663.0','76',    '73','56','127176.56',    '70','56','122950.82',    '56','11','4225.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114464.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026201.0','1019663.0','16',    '11','6','26284.08',    '8','4','6706.14',    '8','3','19577.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114465.0','1045230.0','24',    '19','8','10934.2',    '15','6','8634.24',    '10','4','2299.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2012310.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2100574.0','1045230.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026202.0','1019663.0','44',    '32','9','9310.04',    '24','8','8410.06',    '20','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114466.0','1045230.0','10',    '7','6','5635.25',    '6','4','4617.27',    '3','2','1017.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2012445.0','1019663.0','2',    '2','1','1966.5',    '2','1','1782.0',    '1','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2100709.0','1045230.0','16',    '10','0','0.0',    '6','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001809.0',    '2011526.0','1019663.0','7',    '4','3','1647.19',    '4','3','1647.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006003.0',    '2099790.0','1045230.0','1',    '1','1','4087.33',    '1','1','4087.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026203.0','1019663.0','1',    '1','1','626.68',    '1','1','626.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114467.0','1045230.0','22',    '12','4','11438.72',    '10','3','6869.71',    '8','2','4569.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001690.0',    '2014198.0','1019663.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006005.0',    '2102462.0','1045230.0','5',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2026204.0','1019663.0','9',    '7','4','7422.9',    '6','4','7422.9',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2114468.0','1045230.0','39',    '24','5','15101.55',    '17','5','15101.55',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026205.0','1019663.0','44',    '32','16','30602.18',    '24','16','29853.68',    '23','3','748.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114469.0','1045230.0','1',    '1','1','3200.16',    '1','1','3200.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026206.0','1019663.0','14',    '11','4','7867.35',    '10','3','6967.37',    '6','1','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114470.0','1045230.0','6',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001793.0',    '2026207.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006008.0',    '2114471.0','1045230.0','23',    '18','1','363.11',    '13','1','363.11',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026208.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114472.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026209.0','1019663.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114473.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026210.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114474.0','1045230.0','29',    '23','3','2328.47',    '19','2','2178.47',    '14','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001814.0',    '2026211.0','1019663.0','20',    '14','3','5754.51',    '10','2','5054.52',    '8','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006010.0',    '2114475.0','1045230.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026212.0','1019663.0','14',    '9','3','3975.43',    '6','2','3770.93',    '5','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114476.0','1045230.0','28',    '23','7','10015.26',    '12','5','8615.28',    '20','2','1399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2011483.0','1019663.0','4',    '4','2','1777.54',    '4','2','1777.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2099747.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2021529.0','1019663.0','10',    '6','5','10419.77',    '6','5','9519.77',    '5','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2109793.0','1045230.0','11',    '10','5','7981.53',    '7','4','7581.55',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026213.0','1019663.0','8',    '6','2','3777.5',    '5','2','3484.87',    '2','1','292.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114477.0','1045230.0','69',    '59','27','57783.82',    '56','24','55216.12',    '34','7','2567.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001649.0',    '2026214.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006011.0',    '2114478.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026215.0','1019663.0','7',    '7','3','3411.05',    '6','3','3411.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114479.0','1045230.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2016454.0','1019663.0','4',    '2','1','484.02',    '2','1','484.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2104718.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026216.0','1019663.0','9',    '7','3','9827.74',    '4','3','9458.74',    '4','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114480.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001721.0',    '2022317.0','1019663.0','9',    '5','0','0.0',    '2','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006014.0',    '2110581.0','1045230.0','18',    '17','10','29319.4',    '17','9','26925.92',    '10','4','2393.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026217.0','1019663.0','1',    '1','1','314.06',    '1','1','314.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114481.0','1045230.0','1',    '1','1','735.17',    '1','1','735.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2021942.0','1019663.0','2',    '2','2','4026.07',    '2','2','4026.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2110206.0','1045230.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2022039.0','1019663.0','7',    '6','5','15192.72',    '6','5','14823.72',    '4','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110303.0','1045230.0','1',    '1','1','302.5',    '1','0','0.0',    '1','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2013913.0','1019663.0','7',    '7','5','20215.13',    '6','5','20215.13',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2102177.0','1045230.0','13',    '13','9','24266.31',    '13','9','23477.33',    '9','3','788.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2026218.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2114482.0','1045230.0','1',    '1','1','934.03',    '1','1','934.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2022375.0','1019663.0','4',    '3','1','1798.0',    '3','1','1798.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110639.0','1045230.0','4',    '4','4','5625.38',    '4','3','4847.38',    '3','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001758.0',    '2011609.0','1019663.0','9',    '8','3','18820.66',    '8','3','17782.0',    '4','1','1038.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006016.0',    '2099873.0','1045230.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026219.0','1019663.0','1',    '1','1','2067.09',    '1','1','2067.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114483.0','1045230.0','16',    '13','5','3761.57',    '6','3','2361.59',    '13','2','1399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2013835.0','1019663.0','2',    '2','1','1525.28',    '2','1','1525.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2102099.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2021944.0','1019663.0','3',    '3','3','12141.03',    '3','3','11591.05',    '3','1','549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2110208.0','1045230.0','19',    '13','3','5524.62',    '9','3','5524.62',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026220.0','1019663.0','39',    '26','9','13951.15',    '23','8','13450.91',    '18','2','500.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114484.0','1045230.0','5',    '4','2','7452.9',    '3','2','6883.91',    '3','1','568.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2022155.0','1019663.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2110419.0','1045230.0','191',    '174','109','327677.61',    '157','102','302198.8',    '126','34','25478.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001829.0',    '2026221.0','1019663.0','33',    '32','21','45939.26',    '32','21','44657.2',    '20','2','1282.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006017.0',    '2114485.0','1045230.0','2',    '1','1','1749.6',    '1','1','1549.61',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2022179.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110443.0','1045230.0','12',    '11','10','22090.23',    '11','10','21690.25',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021975.0','1019663.0','9',    '9','4','6549.58',    '9','4','5754.42',    '7','2','795.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110239.0','1045230.0','2',    '2','1','3199.63',    '2','1','2630.0',    '1','1','569.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021997.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110261.0','1045230.0','1',    '1','1','351.83',    '1','1','147.33',    '1','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2011713.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2099977.0','1045230.0','6',    '6','4','8741.24',    '6','3','8606.25',    '5','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2022044.0','1019663.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110308.0','1045230.0','10',    '9','6','26858.56',    '8','6','26177.16',    '8','2','681.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2016367.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2104631.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2011359.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2099623.0','1045230.0','2',    '2','1','4465.54',    '2','1','4258.04',    '2','1','207.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026222.0','1019663.0','6',    '5','4','9293.22',    '5','4','9293.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114486.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026223.0','1019663.0','5',    '5','1','5391.03',    '4','1','5391.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114487.0','1045230.0','85',    '75','44','159457.5',    '73','43','158657.54',    '50','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2011684.0','1019663.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2099948.0','1045230.0','2',    '2','2','2834.99',    '2','1','2635.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026224.0','1019663.0','148',    '136','79','265135.25',    '131','76','226429.7',    '98','23','38705.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114488.0','1045230.0','4',    '3','2','12849.58',    '3','2','12849.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022320.0','1019663.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110584.0','1045230.0','19',    '17','16','27211.44',    '17','16','26811.46',    '15','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021987.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110251.0','1045230.0','19',    '17','12','28328.76',    '17','11','19051.07',    '13','5','9277.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2022117.0','1019663.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2110381.0','1045230.0','21',    '19','14','42052.65',    '19','14','41652.67',    '16','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022154.0','1019663.0','1',    '1','1','4955.43',    '1','1','4755.44',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110418.0','1045230.0','106',    '100','63','271876.71',    '98','55','247597.77',    '63','19','24278.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2022002.0','1019663.0','4',    '4','4','2796.56',    '4','3','1301.39',    '2','1','1495.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2110266.0','1045230.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026225.0','1019663.0','12',    '12','7','13857.78',    '12','7','11686.65',    '9','3','2171.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114489.0','1045230.0','4',    '4','1','4139.18',    '4','1','4139.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026226.0','1019663.0','3',    '3','2','718.21',    '3','1','533.71',    '2','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114490.0','1045230.0','51',    '48','29','70161.94',    '47','28','69177.48',    '28','5','984.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2022026.0','1019663.0','3',    '3','2','5519.53',    '2','2','5519.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110290.0','1045230.0','26',    '19','8','18581.55',    '19','6','15849.11',    '12','4','2732.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026227.0','1019663.0','1',    '1','1','550.0',    '0','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114491.0','1045230.0','39',    '39','33','77679.41',    '39','33','76279.48',    '35','7','1399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021974.0','1019663.0','50',    '45','26','46220.68',    '44','25','41244.36',    '34','6','4976.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110238.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021991.0','1019663.0','41',    '39','27','85601.04',    '37','23','77815.43',    '28','9','7785.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110255.0','1045230.0','1',    '1','1','893.69',    '1','1','893.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021964.0','1019663.0','22',    '18','5','33839.26',    '14','4','27417.85',    '15','4','6421.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110228.0','1045230.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2016288.0','1019663.0','88',    '86','64','131913.06',    '84','59','117457.54',    '64','19','14455.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2104552.0','1045230.0','43',    '39','23','71028.08',    '36','21','69743.15',    '23','7','1284.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026228.0','1019663.0','5',    '4','2','3818.06',    '4','2','3818.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114492.0','1045230.0','17',    '14','9','34230.5',    '14','9','32241.04',    '11','4','1989.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2016338.0','1019663.0','21',    '19','10','42601.72',    '18','9','40743.7',    '17','3','1858.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2104602.0','1045230.0','1',    '1','1','3420.07',    '1','1','3420.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026229.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114493.0','1045230.0','6',    '3','1','1998.0',    '2','1','1998.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022202.0','1019663.0','19',    '8','1','13603.46',    '4','1','13603.46',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110466.0','1045230.0','12',    '11','5','6600.5',    '11','5','6200.52',    '6','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026230.0','1019663.0','16',    '13','6','30217.94',    '12','6','25488.46',    '8','4','4729.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114494.0','1045230.0','13',    '13','9','13454.88',    '13','9','13054.9',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2011397.0','1019663.0','7',    '7','3','11034.56',    '7','3','11034.56',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2099661.0','1045230.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026231.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114495.0','1045230.0','2',    '2','1','472.72',    '1','1','472.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026232.0','1019663.0','4',    '4','1','3059.71',    '3','1','3059.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114496.0','1045230.0','3',    '3','2','2364.34',    '2','1','1613.02',    '3','1','751.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2022018.0','1019663.0','1',    '1','1','6695.1',    '1','1','6695.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110282.0','1045230.0','14',    '13','7','20439.86',    '13','7','19839.89',    '9','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2022085.0','1019663.0','103',    '98','68','227830.01',    '97','65','223241.15',    '63','16','4588.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110349.0','1045230.0','5',    '4','3','3865.13',    '4','3','3665.14',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026233.0','1019663.0','16',    '16','10','10884.05',    '16','9','10284.08',    '15','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114497.0','1045230.0','1',    '1','1','378.18',    '1','1','378.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2011686.0','1019663.0','1',    '1','1','2192.75',    '1','1','1992.76',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2099950.0','1045230.0','2',    '2','2','6025.86',    '2','2','6025.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2022184.0','1019663.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110448.0','1045230.0','14',    '14','11','55360.94',    '14','10','54785.96',    '8','2','574.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026234.0','1019663.0','7',    '6','4','62033.14',    '6','4','52274.64',    '6','2','9758.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114498.0','1045230.0','13',    '11','7','39980.84',    '11','7','39780.85',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026235.0','1019663.0','18',    '17','7','15590.11',    '17','7','11535.29',    '11','3','4054.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114499.0','1045230.0','33',    '27','15','33373.76',    '25','15','32573.8',    '17','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026236.0','1019663.0','45',    '27','14','34940.8',    '26','12','33086.72',    '19','7','1854.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114500.0','1045230.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2011440.0','1019663.0','12',    '12','4','6596.02',    '12','3','4095.12',    '7','3','2500.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2099704.0','1045230.0','487',    '450','109','210096.83',    '426','93','183235.96',    '287','34','26860.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026237.0','1019663.0','15',    '14','8','9627.64',    '14','8','9627.64',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114501.0','1045230.0','21',    '21','8','13560.71',    '20','6','11265.72',    '11','3','2294.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2013798.0','1019703.0','1',    '1','1','1118.6',    '1','1','1118.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2102062.0','1045270.0','20',    '20','6','25378.07',    '19','6','25378.07',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026238.0','1019703.0','1',    '1','1','1005.37',    '1','1','1005.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114502.0','1045270.0','9',    '9','3','5212.25',    '9','3','5212.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011370.0','1019703.0','15',    '10','4','11974.95',    '10','4','11974.95',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099634.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026239.0','1019703.0','83',    '80','55','147303.74',    '79','53','140243.6',    '39','6','7060.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114503.0','1045270.0','1',    '1','1','11814.84',    '1','1','11814.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2016512.0','1019703.0','29',    '28','18','63990.74',    '28','17','63421.75',    '23','2','568.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2104776.0','1045270.0','11',    '10','8','22553.72',    '10','8','20866.41',    '7','4','1687.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026240.0','1019703.0','4',    '4','3','5203.15',    '4','3','5203.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114504.0','1045270.0','29',    '28','14','63239.88',    '27','14','62839.9',    '18','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026241.0','1019703.0','3',    '2','2','2118.43',    '2','2','2118.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114505.0','1045270.0','1',    '1','1','1541.4',    '1','1','1541.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026242.0','1019703.0','337',    '318','118','252231.78',    '301','103','236266.11',    '208','27','15965.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114506.0','1045270.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026243.0','1019703.0','1',    '1','1','291.7',    '1','1','291.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114507.0','1045270.0','3',    '3','1','351.26',    '3','1','351.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026244.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114508.0','1045270.0','1',    '1','1','930.47',    '1','1','930.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026245.0','1019703.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114509.0','1045270.0','4',    '4','1','2280.63',    '4','1','1682.0',    '2','1','598.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026246.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114510.0','1045270.0','4',    '4','1','5148.81',    '4','1','5148.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026247.0','1019703.0','13',    '11','5','3246.69',    '10','4','2857.69',    '8','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114511.0','1045270.0','64',    '56','41','217314.16',    '55','38','202748.95',    '36','9','14565.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026248.0','1019703.0','1',    '1','1','2019.3',    '1','1','2019.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114512.0','1045270.0','31',    '30','14','71136.56',    '30','14','69568.58',    '21','3','1567.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026249.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114513.0','1045270.0','2',    '2','2','2940.39',    '2','2','2940.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026250.0','1019703.0','4',    '4','2','2696.93',    '4','2','2696.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114514.0','1045270.0','1',    '1','1','826.16',    '1','1','826.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026251.0','1019703.0','110',    '106','65','158700.83',    '102','61','145337.88',    '76','16','13362.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114515.0','1045270.0','2',    '2','1','879.84',    '2','1','879.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026252.0','1019703.0','16',    '12','5','4648.33',    '9','4','4263.84',    '8','2','384.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114516.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026253.0','1019703.0','6',    '5','3','8500.6',    '5','3','8500.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114517.0','1045270.0','1',    '1','1','5863.67',    '1','1','5863.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2021921.0','1019703.0','95',    '89','23','31577.06',    '84','19','28755.25',    '63','6','2821.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2110185.0','1045270.0','62',    '50','40','79826.65',    '50','39','75339.68',    '27','7','4486.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026254.0','1019703.0','50',    '47','14','23658.1',    '46','13','23529.34',    '28','1','128.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114518.0','1045270.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026255.0','1019703.0','5',    '3','2','27457.8',    '3','2','26198.31',    '2','2','1259.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114519.0','1045270.0','8',    '8','5','20799.83',    '8','5','18689.17',    '5','2','2110.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026256.0','1019703.0','369',    '345','107','144215.25',    '331','94','127222.88',    '228','28','16992.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114520.0','1045270.0','6',    '6','2','4711.53',    '4','2','4711.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026257.0','1019703.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114521.0','1045270.0','134',    '127','89','509193.04',    '123','84','469549.05',    '85','24','39643.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026258.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114522.0','1045270.0','386',    '364','187','421835.28',    '341','158','370562.97',    '273','65','51272.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022024.0','1019703.0','47',    '42','22','26748.1',    '41','18','25303.21',    '26','6','1444.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110288.0','1045270.0','3',    '2','2','11913.96',    '2','2','11713.97',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026259.0','1019703.0','1',    '1','1','13119.44',    '1','1','13119.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114523.0','1045270.0','6',    '6','2','4494.92',    '6','2','4494.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2021943.0','1019703.0','8',    '7','1','3935.25',    '7','1','3323.93',    '4','1','611.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110207.0','1045270.0','4',    '3','1','1393.16',    '3','1','1393.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026260.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114524.0','1045270.0','77',    '72','31','117043.84',    '69','29','114278.33',    '38','6','2765.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011531.0','1019703.0','7',    '7','2','1612.28',    '6','2','1412.29',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099795.0','1045270.0','2',    '2','1','1194.96',    '1','1','1194.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026261.0','1019703.0','48',    '48','17','21969.94',    '44','16','20696.45',    '29','2','1273.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114525.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2021981.0','1019703.0','78',    '75','22','34963.56',    '75','19','30343.96',    '44','5','4619.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110245.0','1045270.0','98',    '88','44','104501.36',    '83','40','97046.09',    '60','10','7455.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026262.0','1019703.0','1',    '1','1','764.02',    '1','1','764.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114526.0','1045270.0','2785',    '2682','1071','2252111.1',    '2636','886','2017764.99',    '1813','364','234346.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026263.0','1019703.0','133',    '124','33','49172.95',    '121','28','43403.26',    '78','9','5769.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114527.0','1045270.0','4',    '4','1','913.6',    '4','1','913.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026264.0','1019703.0','2',    '2','1','1800.0',    '2','1','1800.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114528.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2013915.0','1019703.0','2',    '2','1','2004.5',    '2','1','1800.0',    '1','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2102179.0','1045270.0','30',    '27','15','21411.25',    '25','12','19862.96',    '21','4','1548.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026265.0','1019703.0','15',    '13','5','12724.99',    '12','5','11440.99',    '7','1','1284.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114529.0','1045270.0','3',    '1','1','433.92',    '1','1','433.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026266.0','1019703.0','27',    '22','8','12779.48',    '21','7','12099.51',    '14','2','679.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114530.0','1045270.0','4',    '4','1','369.5',    '4','1','369.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026267.0','1019703.0','19',    '19','6','12815.87',    '18','5','11324.3',    '12','3','1491.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114531.0','1045270.0','2',    '2','1','1982.89',    '2','1','1982.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026268.0','1019703.0','36',    '32','10','33005.65',    '29','10','33005.65',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114532.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026269.0','1019703.0','1',    '1','1','347.14',    '1','1','347.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114533.0','1045270.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026270.0','1019703.0','4',    '3','3','37970.89',    '3','3','37082.9',    '2','1','887.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114534.0','1045270.0','1',    '1','1','585.15',    '1','1','585.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2025410.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2113674.0','1045270.0','2017',    '1923','520','832437.09',    '1881','427','720559.19',    '1127','171','111877.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2025518.0','1019703.0','22',    '18','5','8145.41',    '16','5','8029.23',    '12','1','116.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2113782.0','1045270.0','974',    '933','280','577998.01',    '905','219','515066.15',    '633','99','62931.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026271.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114535.0','1045270.0','1',    '1','1','1644.64',    '1','1','1644.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2016239.0','1019703.0','138',    '131','49','63453.16',    '128','40','52944.11',    '87','20','10509.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2104503.0','1045270.0','37',    '32','18','31063.12',    '31','17','30049.64',    '20','4','1013.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022056.0','1019703.0','1076',    '1039','364','620573.88',    '1023','347','586900.89',    '526','55','33672.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110320.0','1045270.0','21',    '19','6','6133.25',    '18','5','5558.27',    '10','2','574.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026272.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114536.0','1045270.0','13',    '12','5','7772.28',    '11','5','7772.28',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022323.0','1019703.0','36',    '33','16','24283.37',    '31','15','22899.23',    '20','4','1384.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110587.0','1045270.0','10',    '9','4','2496.54',    '9','2','1496.54',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026273.0','1019703.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114537.0','1045270.0','11',    '8','4','13507.72',    '8','4','12918.73',    '5','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2016590.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2104854.0','1045270.0','22',    '21','5','6016.17',    '21','5','5816.18',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026274.0','1019703.0','11',    '9','4','5519.79',    '9','4','5519.79',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114538.0','1045270.0','2',    '2','1','1169.52',    '2','1','1169.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022355.0','1019703.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110619.0','1045270.0','1',    '1','1','5760.0',    '1','1','4495.0',    '1','1','1265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026275.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114539.0','1045270.0','17',    '15','8','26797.18',    '13','8','24777.1',    '13','3','2020.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026276.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114540.0','1045270.0','3',    '3','1','1154.38',    '3','1','1154.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026277.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114541.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026278.0','1019703.0','5',    '5','1','7096.95',    '5','1','7096.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114542.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011664.0','1019703.0','7',    '6','2','1099.22',    '5','2','1099.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099928.0','1045270.0','16',    '15','6','13865.7',    '14','6','13865.7',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026279.0','1019703.0','1',    '1','1','3265.17',    '1','1','3265.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114543.0','1045270.0','1',    '1','1','337.95',    '1','1','337.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2013945.0','1019703.0','166',    '149','89','337400.24',    '144','85','325050.42',    '93','23','12349.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2102209.0','1045270.0','68',    '63','41','126544.89',    '60','40','122136.86',    '42','6','4408.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026280.0','1019703.0','63',    '55','33','93490.56',    '50','33','92600.57',    '37','3','889.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114544.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026281.0','1019703.0','4',    '4','2','302.64',    '4','2','302.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114545.0','1045270.0','2',    '2','2','2496.88',    '2','1','1800.0',    '1','1','696.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026282.0','1019703.0','2',    '2','1','1453.27',    '2','1','1147.61',    '1','1','305.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114546.0','1045270.0','7',    '6','2','728.72',    '6','2','728.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026283.0','1019703.0','5',    '5','2','2162.57',    '5','2','2162.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114547.0','1045270.0','15',    '14','7','22615.57',    '11','6','21915.58',    '11','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026284.0','1019703.0','8',    '8','2','2884.45',    '8','2','2684.46',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114548.0','1045270.0','2',    '1','1','4842.25',    '1','1','4842.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026285.0','1019703.0','18',    '14','7','7789.98',    '14','7','7789.98',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114549.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026286.0','1019703.0','1',    '1','1','1625.0',    '1','1','1625.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114550.0','1045270.0','3',    '3','1','8205.18',    '3','1','8205.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026287.0','1019703.0','94',    '81','45','115653.47',    '75','42','111957.72',    '50','10','3695.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114551.0','1045270.0','32',    '27','14','41972.85',    '26','14','41972.85',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026288.0','1019703.0','3',    '3','3','2817.2',    '3','3','2817.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114552.0','1045270.0','5',    '4','2','2856.15',    '3','2','2856.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022314.0','1019703.0','3',    '3','1','6669.45',    '3','1','6669.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110578.0','1045270.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026289.0','1019703.0','4',    '4','4','12600.96',    '4','4','12600.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114553.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011466.0','1019703.0','12',    '10','4','5220.62',    '10','4','4870.63',    '7','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099730.0','1045270.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026290.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114554.0','1045270.0','8',    '7','3','2229.23',    '6','3','2229.23',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026291.0','1019703.0','21',    '19','12','22488.18',    '17','12','22288.19',    '17','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114555.0','1045270.0','5',    '5','4','16734.49',    '5','4','15606.5',    '3','2','1127.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026292.0','1019703.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114556.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026293.0','1019703.0','4',    '4','4','1048.99',    '4','4','1048.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114557.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026294.0','1019703.0','7',    '6','2','1000.7',    '6','2','1000.7',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114558.0','1045270.0','2',    '2','2','1584.98',    '2','1','1100.0',    '1','1','484.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026295.0','1019703.0','6',    '6','3','4146.87',    '6','3','4146.87',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114559.0','1045270.0','7',    '5','1','175.6',    '5','1','175.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026296.0','1019703.0','14',    '14','7','51503.3',    '14','7','45047.4',    '6','2','6455.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114560.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026297.0','1019703.0','70',    '62','30','86103.37',    '58','29','85098.33',    '38','2','1005.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114561.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011623.0','1019703.0','33',    '31','19','25557.6',    '29','16','24511.62',    '19','5','1045.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099887.0','1045270.0','3',    '3','1','510.8',    '3','1','510.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026298.0','1019703.0','9',    '9','8','36273.59',    '9','8','34700.65',    '6','1','1572.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114562.0','1045270.0','64',    '56','36','118606.99',    '54','34','117687.04',    '37','5','919.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026299.0','1019703.0','2',    '2','2','19765.13',    '2','2','19765.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114563.0','1045270.0','106',    '99','36','43450.08',    '92','35','42287.59',    '64','4','1162.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026300.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114564.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026301.0','1019703.0','26',    '24','11','29209.11',    '23','8','26289.94',    '19','5','2919.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114565.0','1045270.0','33',    '31','19','42462.32',    '30','18','39304.73',    '19','2','3157.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026302.0','1019703.0','1',    '1','1','100.0',    '1','0','0.0',    '1','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114566.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2000544.0','1019703.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2088808.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026303.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114567.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011675.0','1019703.0','46',    '40','21','51343.14',    '39','19','46402.56',    '26','6','4940.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099939.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026304.0','1019703.0','10',    '10','6','16804.67',    '10','6','16415.67',    '8','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114568.0','1045270.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026305.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114569.0','1045270.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026306.0','1019703.0','3',    '3','2','9166.01',    '3','2','9166.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114570.0','1045270.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026307.0','1019703.0','54',    '46','27','72257.61',    '44','24','61454.05',    '31','10','10803.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114571.0','1045270.0','14',    '9','2','13746.69',    '9','2','13487.93',    '6','1','258.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026308.0','1019703.0','1',    '1','1','10253.64',    '1','1','10253.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114572.0','1045270.0','31',    '29','18','39550.26',    '28','18','37581.56',    '17','2','1968.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026309.0','1019703.0','5',    '5','2','2127.06',    '5','2','2127.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114573.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026310.0','1019703.0','101',    '94','37','56538.91',    '92','33','54517.87',    '66','9','2021.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114574.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026311.0','1019703.0','48',    '43','25','94966.07',    '42','21','90889.13',    '29','9','4076.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114575.0','1045270.0','19',    '17','10','30555.48',    '17','9','29498.08',    '14','2','1057.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011620.0','1019703.0','30',    '29','22','52632.16',    '29','22','49831.16',    '21','4','2801.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099884.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026312.0','1019703.0','1',    '1','1','1453.57',    '1','1','1453.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114576.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026313.0','1019703.0','63',    '56','22','37213.25',    '51','20','35618.28',    '35','4','1594.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114577.0','1045270.0','19',    '17','10','21834.45',    '16','10','21834.45',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2011653.0','1019703.0','24',    '22','4','5122.5',    '21','4','5122.5',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2099917.0','1045270.0','50',    '48','15','15885.56',    '47','11','11860.51',    '35','7','4025.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026314.0','1019703.0','4',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114578.0','1045270.0','7',    '7','3','4919.7',    '7','2','3516.5',    '2','2','1403.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2013819.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2102083.0','1045270.0','2',    '2','1','4412.62',    '2','1','4412.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026315.0','1019703.0','220',    '212','89','133480.27',    '205','84','124740.82',    '126','13','8739.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114579.0','1045270.0','5',    '5','5','4370.69',    '5','5','4170.7',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026316.0','1019703.0','1',    '1','1','1680.07',    '1','1','1680.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114580.0','1045270.0','7',    '6','3','5912.38',    '6','3','5712.39',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026317.0','1019703.0','23',    '19','5','18156.74',    '19','5','17028.75',    '12','1','1127.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114581.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026318.0','1019703.0','7',    '4','3','5909.12',    '4','3','5909.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114582.0','1045270.0','8',    '8','2','26109.4',    '8','2','26109.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026319.0','1019703.0','4',    '4','2','3359.83',    '4','2','3359.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114583.0','1045270.0','3',    '2','1','2146.0',    '2','1','2146.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026320.0','1019703.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114584.0','1045270.0','66',    '63','39','89355.55',    '63','39','86681.11',    '34','8','2674.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026321.0','1019703.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114585.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026322.0','1019703.0','1',    '1','1','1805.34',    '1','1','1605.35',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114586.0','1045270.0','69',    '59','30','93956.27',    '58','28','88846.94',    '40','9','5109.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011694.0','1019703.0','1',    '1','1','338.39',    '1','1','338.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099958.0','1045270.0','28',    '26','17','99477.02',    '26','16','83463.73',    '15','6','16013.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026323.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114587.0','1045270.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026324.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114588.0','1045270.0','3',    '2','1','1249.22',    '2','1','1249.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026325.0','1019703.0','1',    '1','1','1244.54',    '1','1','1244.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114589.0','1045270.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026326.0','1019703.0','1',    '1','1','1394.9',    '1','1','1394.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114590.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011634.0','1019703.0','53',    '47','22','41144.09',    '47','22','40155.12',    '31','3','988.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099898.0','1045270.0','10',    '7','3','5849.49',    '7','3','5460.49',    '3','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026327.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114591.0','1045270.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026328.0','1019703.0','1',    '1','1','1761.74',    '1','1','1761.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114592.0','1045270.0','16',    '14','5','7836.4',    '12','4','7427.4',    '12','2','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026329.0','1019703.0','12',    '12','3','2479.18',    '12','3','2479.18',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114593.0','1045270.0','10',    '9','9','21176.17',    '9','8','20626.19',    '7','2','549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026330.0','1019703.0','16',    '15','8','42248.26',    '15','8','40418.38',    '9','2','1829.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114594.0','1045270.0','7',    '7','4','4806.6',    '7','4','4806.6',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026331.0','1019703.0','194',    '187','124','442208.62',    '181','115','417316.35',    '111','27','24892.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114595.0','1045270.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026332.0','1019703.0','7',    '7','4','12031.79',    '7','4','12031.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114596.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2025617.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2113881.0','1045270.0','1',    '1','1','970.7',    '1','1','970.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026333.0','1019703.0','1',    '1','1','4369.85',    '1','1','4369.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114597.0','1045270.0','14',    '11','7','9455.16',    '11','6','8691.17',    '5','1','763.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026334.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114598.0','1045270.0','9',    '9','3','9675.12',    '8','3','8599.54',    '6','2','1075.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026335.0','1019703.0','1',    '1','1','433.92',    '1','1','433.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114599.0','1045270.0','484',    '466','183','319898.84',    '454','179','304863.25',    '284','28','15035.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2022025.0','1019703.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2110289.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026336.0','1019703.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114600.0','1045270.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026337.0','1019703.0','7',    '5','2','4447.15',    '5','2','4447.15',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114601.0','1045270.0','8',    '3','1','3756.77',    '3','1','3756.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026338.0','1019703.0','5',    '5','1','1211.13',    '5','0','0.0',    '3','1','1211.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114602.0','1045270.0','10',    '10','9','7738.3',    '9','5','6543.8',    '9','5','1194.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026339.0','1019703.0','33',    '25','10','34440.68',    '25','10','30776.42',    '14','3','3664.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114603.0','1045270.0','19',    '19','7','11009.23',    '19','7','11009.23',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026340.0','1019703.0','10',    '8','6','33712.62',    '8','6','33512.63',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114604.0','1045270.0','5',    '5','5','8000.82',    '5','5','7800.83',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026341.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114605.0','1045270.0','1',    '1','1','1800.0',    '1','1','1800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026342.0','1019703.0','21',    '20','11','14577.08',    '19','10','14267.1',    '18','2','309.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114606.0','1045270.0','5',    '5','3','5483.98',    '5','2','3137.7',    '3','2','2346.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2000354.0','1019703.0','676',    '650','310','895461.69',    '620','262','799822.64',    '487','123','95639.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2088618.0','1045270.0','56',    '53','38','75670.97',    '49','36','71578.5',    '33','7','4092.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026343.0','1019703.0','70',    '70','42','91699.95',    '69','41','90202.01',    '46','6','1497.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114607.0','1045270.0','1',    '1','1','7000.0',    '1','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011646.0','1019703.0','38',    '33','20','37437.0',    '32','17','34900.05',    '24','5','2536.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099910.0','1045270.0','6',    '6','2','2721.57',    '5','2','2721.57',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026344.0','1019703.0','2',    '1','1','509.76',    '1','1','509.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114608.0','1045270.0','5',    '5','4','8723.33',    '5','3','5245.53',    '3','2','3477.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026345.0','1019703.0','96',    '85','51','207270.74',    '84','49','198184.4',    '55','13','9086.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114609.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026346.0','1019703.0','19',    '17','11','28181.21',    '15','10','27581.24',    '11','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114610.0','1045270.0','2',    '2','2','47091.14',    '2','2','47091.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026347.0','1019703.0','2',    '2','1','1084.22',    '2','1','1084.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114611.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026348.0','1019703.0','5',    '4','2','4186.26',    '3','2','4186.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114612.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026349.0','1019703.0','12',    '12','8','23085.15',    '12','7','22772.66',    '6','1','312.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114613.0','1045270.0','1',    '1','1','1952.21',    '1','1','1563.21',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026350.0','1019703.0','44',    '43','20','62146.79',    '42','16','58084.52',    '30','8','4062.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114614.0','1045270.0','7',    '7','4','39308.79',    '7','4','38180.8',    '3','1','1127.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026351.0','1019703.0','20',    '19','10','15477.77',    '18','9','14388.78',    '11','2','1088.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114615.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2011497.0','1019703.0','4',    '4','1','318.2',    '4','1','318.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2099761.0','1045270.0','25',    '23','12','38500.89',    '21','12','36232.04',    '14','2','2268.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001610.0',    '2026352.0','1019703.0','111',    '107','46','137304.85',    '103','39','115851.55',    '74','20','21453.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006020.0',    '2114616.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2013783.0','1019703.0','11',    '11','7','13469.05',    '11','7','13264.55',    '6','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2102047.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026353.0','1019703.0','13',    '12','1','941.96',    '11','1','572.96',    '6','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114617.0','1045270.0','3',    '3','1','1129.94',    '3','1','1129.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026354.0','1019703.0','9',    '9','4','8611.45',    '9','4','8611.45',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114618.0','1045270.0','53',    '50','18','34944.14',    '48','16','32584.01',    '36','4','2360.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026355.0','1019703.0','1',    '1','1','587.77',    '1','1','587.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114619.0','1045270.0','1',    '1','1','894.47',    '1','1','894.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026356.0','1019703.0','35',    '30','4','18292.17',    '30','3','17854.23',    '14','1','437.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114620.0','1045270.0','2',    '2','2','5256.11',    '2','2','5256.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026357.0','1019703.0','3',    '3','3','4455.98',    '3','3','3677.98',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114621.0','1045270.0','8',    '8','7','16834.36',    '8','6','16634.37',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026358.0','1019703.0','11',    '7','1','194.63',    '7','1','194.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114622.0','1045270.0','6',    '6','5','8011.44',    '6','5','7811.45',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026359.0','1019703.0','2',    '2','2','1406.13',    '2','2','1406.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114623.0','1045270.0','2',    '1','1','333.47',    '1','1','333.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026360.0','1019703.0','61',    '56','37','96244.06',    '55','36','94625.7',    '35','5','1618.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114624.0','1045270.0','6',    '6','4','14685.18',    '5','4','14685.18',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026361.0','1019703.0','4',    '3','2','10846.88',    '3','2','10110.27',    '2','1','736.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114625.0','1045270.0','2',    '1','1','457.35',    '1','1','457.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026362.0','1019703.0','17',    '15','8','19339.05',    '13','7','14295.94',    '11','2','5043.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114626.0','1045270.0','4',    '4','3','14213.87',    '3','2','11902.73',    '2','1','2311.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2000480.0','1019703.0','24',    '19','12','19459.21',    '19','11','18874.73',    '11','2','584.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2088744.0','1045270.0','2',    '2','1','1472.27',    '2','1','1472.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011423.0','1019703.0','2',    '2','1','2150.0',    '2','1','2150.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099687.0','1045270.0','11',    '9','6','9960.97',    '9','6','9556.48',    '6','2','404.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026363.0','1019703.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114627.0','1045270.0','30',    '28','18','72696.26',    '28','17','66487.02',    '18','4','6209.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2013844.0','1019703.0','144',    '134','94','276434.05',    '129','93','261345.62',    '98','17','15088.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2102108.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026364.0','1019703.0','24',    '23','16','30199.11',    '21','15','29199.13',    '15','3','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114628.0','1045270.0','3',    '3','1','1181.54',    '3','1','1181.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026365.0','1019703.0','18',    '17','8','11849.25',    '17','6','11359.09',    '12','2','490.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114629.0','1045270.0','33',    '26','4','4401.03',    '24','3','2442.37',    '18','2','1958.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026366.0','1019703.0','6',    '3','1','224.99',    '1','0','0.0',    '3','1','224.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114630.0','1045270.0','2007',    '1908','751','1757945.57',    '1882','644','1562445.4',    '1153','244','195500.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026367.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114631.0','1045270.0','47',    '46','33','128888.12',    '44','32','127007.03',    '32','8','1881.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026368.0','1019703.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114632.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026369.0','1019703.0','9',    '9','8','28486.38',    '9','8','28337.98',    '8','1','148.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114633.0','1045270.0','4',    '4','1','1761.18',    '3','1','1761.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011486.0','1019703.0','16',    '14','6','15228.67',    '14','6','15228.67',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099750.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011595.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099859.0','1045270.0','6',    '6','4','12111.31',    '6','3','11742.31',    '6','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026370.0','1019703.0','6',    '6','4','12230.37',    '6','4','12230.37',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114634.0','1045270.0','14',    '13','2','2707.74',    '12','1','1114.74',    '7','1','1593.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026371.0','1019703.0','67',    '61','24','30452.28',    '59','22','27951.01',    '37','6','2501.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114635.0','1045270.0','18',    '17','7','22531.11',    '17','7','21714.2',    '6','2','816.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026372.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114636.0','1045270.0','3057',    '2920','1030','2054184.27',    '2860','882','1861161.74',    '1912','321','193022.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026373.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114637.0','1045270.0','3111',    '3001','1309','3321826.62',    '2960','1105','3032050.08',    '2058','415','289776.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026374.0','1019703.0','1',    '1','1','7200.0',    '0','0','0.0',    '1','1','7200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114638.0','1045270.0','57',    '53','13','20083.88',    '50','11','16758.01',    '29','4','3325.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2013932.0','1019703.0','1',    '1','1','973.97',    '1','1','973.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2102196.0','1045270.0','101',    '91','27','40713.1',    '86','25','39426.82',    '56','4','1286.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2011614.0','1019703.0','343',    '326','72','124651.63',    '322','62','112620.44',    '180','17','12031.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2099878.0','1045270.0','1',    '1','1','2630.0',    '1','1','2630.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026375.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114639.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026376.0','1019703.0','9',    '8','8','13583.64',    '8','8','13383.65',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114640.0','1045270.0','6',    '6','3','10057.6',    '6','3','9947.61',    '3','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2000540.0','1019703.0','21',    '19','15','49757.89',    '19','15','49757.89',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2088804.0','1045270.0','1',    '1','1','1332.79',    '1','1','1332.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2000289.0','1019703.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2088553.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026377.0','1019703.0','3',    '3','2','2761.5',    '3','2','2761.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114641.0','1045270.0','72',    '66','27','43554.13',    '63','24','40313.06',    '48','7','3241.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2003405.0','1019703.0','8',    '6','4','6907.8',    '6','4','6907.8',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2091669.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026378.0','1019703.0','7',    '6','1','916.46',    '6','1','916.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114642.0','1045270.0','340',    '329','132','218602.42',    '318','111','192351.33',    '217','38','26251.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2003552.0','1019703.0','2',    '2','1','730.71',    '2','1','730.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2091816.0','1045270.0','121',    '115','38','49639.38',    '111','35','45670.9',    '64','5','3968.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2003062.0','1019703.0','41',    '35','13','19023.44',    '34','11','16564.61',    '21','5','2458.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2091326.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2003256.0','1019703.0','30',    '29','16','57960.81',    '28','14','50938.35',    '22','7','7022.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2091520.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2003375.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2091639.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026379.0','1019703.0','1',    '1','1','1695.42',    '1','1','1695.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114643.0','1045270.0','1',    '1','1','1727.59',    '1','1','1727.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2003165.0','1019703.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2091429.0','1045270.0','21',    '20','3','7728.25',    '18','3','7728.25',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026380.0','1019703.0','108',    '103','24','46618.39',    '96','23','42648.39',    '62','4','3970.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114644.0','1045270.0','66',    '61','18','37632.78',    '56','16','34518.8',    '42','6','3113.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2005705.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2093969.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026381.0','1019703.0','1302',    '1254','512','1015335.2',    '1222','392','869101.93',    '918','204','146233.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114645.0','1045270.0','1432',    '1381','574','1067587.49',    '1347','426','911001.43',    '1044','252','156586.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2016648.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2104912.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2006315.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2094579.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2026382.0','1019703.0','4',    '4','4','8412.58',    '4','4','8412.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2114646.0','1045270.0','3',    '3','2','2936.56',    '3','2','2536.58',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001711.0',    '2006210.0','1019703.0','3',    '3','1','1481.16',    '3','0','0.0',    '2','1','1481.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006022.0',    '2094474.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2000521.0','1019703.0','23',    '20','7','8432.5',    '20','7','8432.5',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2088785.0','1045270.0','1',    '1','1','3630.07',    '1','1','3630.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2006929.0','1019703.0','90',    '81','15','22014.5',    '77','14','19870.73',    '45','3','2143.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2095193.0','1045270.0','28',    '26','19','48068.23',    '26','19','48068.23',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2000662.0','1019703.0','308',    '291','98','234090.56',    '283','87','218616.66',    '191','27','15473.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2088926.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2000617.0','1019703.0','1',    '1','1','732.25',    '1','1','732.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2088881.0','1045270.0','62',    '53','18','50594.39',    '51','14','47487.75',    '32','8','3106.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026383.0','1019703.0','1',    '1','1','2575.95',    '1','1','2575.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114647.0','1045270.0','1',    '1','1','176.19',    '1','1','176.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026384.0','1019703.0','5',    '4','3','7753.22',    '4','3','7553.23',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114648.0','1045270.0','1630',    '1543','591','1391573.57',    '1505','510','1285837.3',    '1050','161','105736.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2005385.0','1019703.0','3',    '3','2','2311.18',    '2','2','2311.18',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2093649.0','1045270.0','1274',    '1241','429','918628.3',    '1214','365','852702.1',    '794','128','65926.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2002826.0','1019703.0','1',    '1','1','921.97',    '1','1','921.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2091090.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2003266.0','1019703.0','1',    '1','1','619.8',    '1','1','619.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2091530.0','1045270.0','7',    '6','4','12626.11',    '6','4','12045.47',    '6','1','580.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026385.0','1019703.0','78',    '71','25','70595.0',    '70','24','60059.63',    '44','5','10535.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114649.0','1045270.0','1422',    '1369','527','962382.89',    '1341','431','853743.82',    '915','187','108639.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2005708.0','1019703.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2093972.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2005706.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2093970.0','1045270.0','3',    '3','2','20112.84',    '3','2','20112.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026386.0','1019703.0','10',    '9','7','13202.45',    '9','7','13102.45',    '6','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114650.0','1045270.0','25',    '23','16','15488.79',    '23','16','15088.81',    '15','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026387.0','1019703.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114651.0','1045270.0','1',    '1','1','3172.0',    '1','1','3172.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2005829.0','1019703.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2094093.0','1045270.0','14',    '13','8','10936.6',    '13','8','10367.61',    '8','2','568.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026388.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114652.0','1045270.0','1',    '1','1','1442.21',    '1','1','1442.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2006446.0','1019703.0','8',    '6','1','673.57',    '6','1','673.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2094710.0','1045270.0','68',    '65','27','53304.57',    '61','21','46455.11',    '46','10','6849.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2005703.0','1019703.0','168',    '149','79','131065.97',    '143','68','118908.6',    '92','19','12157.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2093967.0','1045270.0','1',    '1','1','4415.74',    '1','1','3172.0',    '1','1','1243.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2006756.0','1019703.0','3',    '2','1','3512.82',    '2','1','3512.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2095020.0','1045270.0','154',    '143','57','204290.18',    '141','51','190878.12',    '92','19','13412.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026389.0','1019703.0','1',    '1','1','2571.75',    '1','1','2571.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114653.0','1045270.0','2',    '2','1','1413.54',    '2','1','1413.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026390.0','1019703.0','90',    '80','19','26692.5',    '79','19','26081.18',    '44','1','611.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114654.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2006292.0','1019703.0','1',    '1','1','2154.0',    '1','1','2154.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2094556.0','1045270.0','31',    '28','11','19996.6',    '23','9','19676.62',    '23','2','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026391.0','1019703.0','22',    '22','16','23384.9',    '22','12','20953.92',    '12','5','2430.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114655.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2000463.0','1019703.0','1',    '1','1','1818.66',    '1','1','1818.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2088727.0','1045270.0','1520',    '1461','434','865930.12',    '1413','339','754177.36',    '972','156','111752.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026392.0','1019703.0','28',    '26','12','17250.57',    '25','12','15879.07',    '17','3','1371.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114656.0','1045270.0','481',    '450','113','168066.69',    '435','85','139495.54',    '267','43','28571.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026393.0','1019703.0','44',    '39','6','4960.41',    '35','6','4211.91',    '23','2','748.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114657.0','1045270.0','1',    '1','1','443.4',    '1','1','443.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2002864.0','1019703.0','88',    '78','29','70595.25',    '72','27','65413.41',    '54','3','5181.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2091128.0','1045270.0','21',    '20','14','23859.19',    '19','13','23270.2',    '8','2','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2005302.0','1019703.0','1490',    '1434','452','888807.94',    '1406','386','806382.04',    '852','126','82425.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2093566.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026394.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114658.0','1045270.0','48',    '46','21','45284.92',    '43','18','42146.5',    '30','4','3138.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026395.0','1019703.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114659.0','1045270.0','50',    '48','16','18032.6',    '46','13','14706.44',    '30','4','3326.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2011597.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2099861.0','1045270.0','884',    '818','302','600975.94',    '799','262','547633.16',    '535','88','53342.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2005836.0','1019703.0','19',    '15','11','30367.97',    '15','10','27552.83',    '10','3','2815.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2094100.0','1045270.0','194',    '178','63','117104.17',    '171','56','109990.63',    '115','18','7113.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2013785.0','1019703.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2102049.0','1045270.0','1',    '1','1','184.5',    '1','0','0.0',    '1','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2005733.0','1019703.0','4',    '3','2','4233.74',    '3','1','2917.92',    '3','1','1315.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2093997.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026396.0','1019703.0','5',    '5','2','1975.54',    '4','2','1975.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114660.0','1045270.0','636',    '608','218','406932.48',    '596','198','379042.41',    '336','63','27890.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026397.0','1019703.0','1696',    '1607','622','1574889.2',    '1580','544','1426264.72',    '1044','193','148624.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114661.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026398.0','1019703.0','15',    '15','5','8300.49',    '15','5','8100.5',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114662.0','1045270.0','3',    '3','3','2888.46',    '3','3','2888.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026399.0','1019703.0','29',    '28','8','11425.17',    '27','6','10856.18',    '17','2','568.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114663.0','1045270.0','46',    '42','7','26078.01',    '39','5','24555.02',    '23','2','1522.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026400.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114664.0','1045270.0','1540',    '1464','516','1207088.19',    '1432','468','1105374.66',    '877','140','101713.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026401.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114665.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026402.0','1019703.0','58',    '52','18','33854.18',    '51','17','30469.53',    '39','5','3384.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114666.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026403.0','1019703.0','27',    '22','8','13699.51',    '21','6','10908.11',    '13','4','2791.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114667.0','1045270.0','609',    '574','210','347154.19',    '550','193','317006.63',    '350','51','30147.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026404.0','1019703.0','1904',    '1815','677','1476246.7',    '1771','588','1362716.9',    '1177','177','113529.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114668.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026405.0','1019703.0','1',    '1','1','1772.67',    '1','1','1772.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114669.0','1045270.0','17',    '14','6','14010.93',    '13','6','10459.14',    '11','2','3551.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026406.0','1019703.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114670.0','1045270.0','12',    '10','2','7258.79',    '9','2','7258.79',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026407.0','1019703.0','1',    '1','1','900.99',    '1','1','900.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114671.0','1045270.0','625',    '599','167','367413.34',    '587','153','347068.77',    '315','38','20344.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026408.0','1019703.0','1140',    '1099','265','546401.75',    '1084','240','513071.42',    '589','56','33330.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114672.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026409.0','1019703.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114673.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026410.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114674.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026411.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114675.0','1045270.0','35',    '31','23','119406.65',    '31','23','114238.52',    '17','4','5168.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026412.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114676.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026413.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114677.0','1045270.0','3',    '2','2','2328.8',    '1','1','1325.82',    '1','1','1002.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026414.0','1019703.0','3',    '2','1','2154.96',    '2','1','1765.96',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114678.0','1045270.0','7',    '6','3','7174.24',    '6','3','6974.25',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026415.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114679.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026416.0','1019703.0','1',    '1','1','2121.68',    '1','1','1798.0',    '1','1','323.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114680.0','1045270.0','1',    '1','1','2154.72',    '1','1','2154.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026417.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114681.0','1045270.0','3',    '1','1','357.48',    '1','1','357.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026418.0','1019703.0','2',    '2','2','7506.87',    '2','2','7506.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114682.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026419.0','1019703.0','17',    '13','10','30441.32',    '13','10','29113.33',    '7','3','1327.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114683.0','1045270.0','3',    '2','2','3165.43',    '2','2','3065.43',    '1','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026420.0','1019703.0','45',    '32','21','52072.23',    '27','21','51781.63',    '14','2','290.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114684.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026421.0','1019703.0','2',    '1','1','1489.5',    '1','1','1489.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114685.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026422.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114686.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026423.0','1019703.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114687.0','1045270.0','19',    '17','11','68636.47',    '17','11','62383.11',    '8','2','6253.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026424.0','1019703.0','1',    '1','1','1816.87',    '1','1','1816.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114688.0','1045270.0','4',    '2','1','12808.66',    '2','1','12808.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026425.0','1019703.0','1',    '1','1','6274.55',    '1','1','6274.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114689.0','1045270.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026426.0','1019703.0','2',    '2','1','30200.0',    '2','1','30200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114690.0','1045270.0','3',    '3','2','10874.4',    '3','2','10874.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026427.0','1019703.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114691.0','1045270.0','7',    '5','4','33249.21',    '4','4','30076.38',    '3','1','3172.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026428.0','1019703.0','1',    '1','1','184.5',    '1','0','0.0',    '1','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114692.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026429.0','1019703.0','118',    '101','83','483412.59',    '100','82','476257.15',    '59','13','7155.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114693.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026430.0','1019703.0','12',    '3','1','2858.89',    '3','1','869.15',    '3','1','1989.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114694.0','1045270.0','1',    '1','1','2937.2',    '1','1','2937.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026431.0','1019703.0','3',    '2','2','10699.68',    '2','2','10699.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114695.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026432.0','1019703.0','7',    '6','5','20942.72',    '6','3','18589.25',    '3','3','2353.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114696.0','1045270.0','2',    '2','1','5621.88',    '1','1','5621.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026433.0','1019703.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114697.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026434.0','1019703.0','5',    '2','2','3452.65',    '2','2','3452.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114698.0','1045270.0','12',    '9','5','21105.44',    '8','5','20905.45',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026435.0','1019703.0','3',    '3','3','8024.67',    '3','3','8024.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114699.0','1045270.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026436.0','1019703.0','4',    '4','4','14885.29',    '4','4','14885.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114700.0','1045270.0','1',    '1','1','5535.72',    '1','1','5535.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026437.0','1019703.0','6',    '3','2','2911.97',    '3','2','2911.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114701.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026438.0','1019703.0','3',    '2','2','8194.8',    '2','2','2448.0',    '1','1','5746.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114702.0','1045270.0','58',    '36','29','137110.01',    '35','26','131491.6',    '16','4','5618.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026439.0','1019703.0','4',    '4','2','1236.32',    '3','2','1036.33',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114703.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026440.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114704.0','1045270.0','55',    '39','34','434378.89',    '39','34','372948.26',    '33','20','61430.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026441.0','1019703.0','1',    '1','1','423.54',    '1','1','423.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114705.0','1045270.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026442.0','1019703.0','3',    '2','2','2756.22',    '2','2','2756.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114706.0','1045270.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001776.0',    '2026443.0','1019703.0','2',    '2','1','2414.0',    '2','1','2414.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006042.0',    '2114707.0','1045270.0','1',    '1','1','169.94',    '1','0','0.0',    '1','1','169.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026444.0','1019703.0','1',    '1','1','617.32',    '1','0','0.0',    '1','1','617.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114708.0','1045270.0','2',    '2','2','24495.96',    '2','2','22927.19',    '1','1','1568.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026445.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114709.0','1045270.0','11',    '11','8','27461.07',    '11','8','17238.01',    '8','4','10223.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026446.0','1019703.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114710.0','1045270.0','4',    '4','2','4097.85',    '4','2','4097.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026447.0','1019703.0','6',    '5','2','680.13',    '5','2','680.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114711.0','1045270.0','5',    '5','3','1531.83',    '4','3','1531.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026448.0','1019756.0','1',    '1','1','563.0',    '1','1','563.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114712.0','1045323.0','21',    '16','12','28265.25',    '13','10','17730.21',    '12','7','10535.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026449.0','1019756.0','35',    '28','18','45365.52',    '28','18','44758.04',    '18','3','607.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114713.0','1045323.0','11',    '6','3','5148.04',    '6','3','2167.52',    '3','2','2980.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026450.0','1019756.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114714.0','1045323.0','5',    '5','3','9349.83',    '5','3','9349.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026451.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114715.0','1045323.0','19',    '10','7','27450.32',    '10','7','27450.32',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026452.0','1019756.0','15',    '12','6','17242.15',    '10','5','13439.15',    '4','1','3803.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114716.0','1045323.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026453.0','1019756.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114717.0','1045323.0','4',    '3','3','7983.65',    '3','3','7983.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026454.0','1019756.0','2',    '2','2','11533.13',    '2','2','11533.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114718.0','1045323.0','5',    '4','3','8039.15',    '4','3','7765.02',    '1','1','274.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026455.0','1019756.0','16',    '10','7','25604.8',    '10','6','25173.34',    '5','2','431.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114719.0','1045323.0','4',    '2','2','3622.71',    '2','2','3422.72',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026456.0','1019756.0','2',    '2','2','4815.9',    '2','2','4815.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114720.0','1045323.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026457.0','1019756.0','3',    '3','2','29188.69',    '3','2','26282.53',    '2','1','2906.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114721.0','1045323.0','9',    '5','4','8668.62',    '5','4','8668.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026458.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114722.0','1045323.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026459.0','1019756.0','2',    '2','1','1798.01',    '2','1','1798.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114723.0','1045323.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026460.0','1019756.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114724.0','1045323.0','3',    '1','1','252.87',    '1','1','252.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026461.0','1019756.0','12',    '10','8','30922.09',    '10','8','30747.09',    '8','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114725.0','1045323.0','2',    '2','1','2802.6',    '2','1','2802.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026462.0','1019756.0','27',    '18','14','132174.64',    '17','14','120751.0',    '10','4','11423.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114726.0','1045323.0','2',    '2','1','871.3',    '2','1','871.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026463.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114727.0','1045323.0','11',    '7','5','16926.54',    '7','5','16926.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026464.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114728.0','1045323.0','2',    '2','2','1912.24',    '2','2','1912.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026465.0','1019756.0','1',    '1','1','1410.0',    '1','1','1410.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114729.0','1045323.0','15',    '13','9','33192.12',    '11','9','33192.12',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026466.0','1019756.0','2',    '1','1','717.6',    '1','1','717.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114730.0','1045323.0','4',    '3','2','4815.22',    '3','2','4815.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026467.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114731.0','1045323.0','16',    '13','10','27766.02',    '13','10','22529.36',    '6','3','5236.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026468.0','1019756.0','7',    '4','1','6592.66',    '4','1','6592.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114732.0','1045323.0','4',    '4','3','6727.08',    '4','3','6727.08',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026469.0','1019756.0','8',    '7','4','5359.7',    '6','4','5359.7',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114733.0','1045323.0','12',    '10','8','12185.06',    '10','7','11523.66',    '6','2','661.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026470.0','1019756.0','2',    '2','2','2657.83',    '2','1','2224.07',    '2','2','433.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114734.0','1045323.0','17',    '4','3','38143.34',    '4','3','32231.85',    '2','1','5911.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026471.0','1019756.0','4',    '3','3','12762.26',    '3','3','12762.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114735.0','1045323.0','19',    '15','9','28284.52',    '14','7','26159.93',    '12','5','2124.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026472.0','1019756.0','3',    '2','1','2200.41',    '2','1','2200.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114736.0','1045323.0','104',    '74','54','215452.07',    '69','52','170029.19',    '52','21','45422.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026473.0','1019756.0','112',    '80','8','109250.3',    '67','6','85458.0',    '48','5','23792.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114737.0','1045323.0','2',    '1','1','681.04',    '1','1','681.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026474.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114738.0','1045323.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026475.0','1019756.0','7',    '7','6','4608.88',    '7','6','4298.89',    '4','1','309.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114739.0','1045323.0','10',    '2','1','4862.53',    '2','1','4862.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026476.0','1019756.0','28',    '20','17','75531.98',    '20','17','75531.98',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114740.0','1045323.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026477.0','1019756.0','7',    '6','4','37828.41',    '6','4','37828.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114741.0','1045323.0','3',    '2','1','6202.59',    '1','1','6202.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026478.0','1019756.0','3',    '2','1','196.4',    '2','1','196.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114742.0','1045323.0','20',    '15','11','28676.35',    '15','10','27638.48',    '7','1','1037.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026479.0','1019756.0','4',    '4','2','12429.15',    '2','1','2462.53',    '2','1','9966.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114743.0','1045323.0','22',    '14','9','89402.98',    '14','9','82352.66',    '8','1','7050.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026480.0','1019756.0','1',    '1','1','13642.08',    '1','1','13642.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114744.0','1045323.0','2020',    '1742','447','5657359.56',    '1690','394','4356809.86',    '900','235','1300549.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026481.0','1019756.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114745.0','1045323.0','2',    '1','1','1250.16',    '1','1','1250.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026482.0','1019756.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114746.0','1045323.0','17',    '7','4','12317.83',    '6','4','12117.84',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026483.0','1019756.0','2',    '2','1','1642.6',    '1','1','1642.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114747.0','1045323.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026484.0','1019756.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114748.0','1045323.0','70',    '53','42','164340.93',    '49','38','152465.69',    '27','11','11875.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026485.0','1019756.0','20',    '13','8','106514.61',    '11','8','106514.61',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114749.0','1045323.0','7',    '5','4','10946.88',    '5','4','10946.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026486.0','1019756.0','3',    '3','2','7838.01',    '3','2','7838.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114750.0','1045323.0','5',    '4','2','2924.36',    '4','2','2924.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026487.0','1019756.0','63',    '46','33','241719.23',    '44','31','235048.45',    '30','6','6670.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114751.0','1045323.0','6',    '5','3','3999.72',    '5','3','3999.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026488.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114752.0','1045323.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026489.0','1019756.0','61',    '31','22','77966.02',    '30','21','62400.44',    '19','7','15565.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114753.0','1045323.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026490.0','1019756.0','360',    '293','93','1232173.61',    '278','83','1080415.08',    '157','31','151758.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114754.0','1045323.0','13',    '8','3','61427.96',    '7','2','59183.96',    '5','1','2244.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026491.0','1019756.0','3',    '2','2','59055.84',    '2','2','56269.52',    '2','1','2786.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114755.0','1045323.0','2',    '1','1','2964.6',    '1','1','2964.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026492.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114756.0','1045323.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026493.0','1019756.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114757.0','1045323.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026494.0','1019756.0','7',    '7','4','4385.0',    '4','4','4385.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114758.0','1045323.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026495.0','1019756.0','1',    '1','1','12960.4',    '1','1','12960.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114759.0','1045323.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026496.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114760.0','1045323.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026497.0','1019756.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114761.0','1045323.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026498.0','1019756.0','1',    '1','1','2894.0',    '1','1','2894.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114762.0','1045323.0','13',    '12','8','18222.14',    '11','8','18222.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026499.0','1019756.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114763.0','1045323.0','11',    '11','4','18391.88',    '10','4','14682.52',    '8','1','3709.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026500.0','1019756.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114764.0','1045323.0','4',    '4','3','28205.55',    '3','3','28205.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026501.0','1019756.0','7',    '4','1','973.14',    '4','1','973.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114765.0','1045323.0','17',    '9','6','20586.02',    '9','6','20586.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026502.0','1019756.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114766.0','1045323.0','3',    '2','1','1142.8',    '2','1','1142.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026503.0','1019756.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114767.0','1045323.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001776.0',    '2026504.0','1019756.0','3',    '3','2','5208.43',    '3','2','5008.44',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006042.0',    '2114768.0','1045323.0','1',    '1','1','4192.25',    '1','1','4192.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026505.0','1019756.0','10',    '9','8','9707.9',    '9','8','8501.08',    '7','2','1206.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114769.0','1045323.0','2',    '1','1','134.99',    '1','0','0.0',    '1','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026506.0','1019756.0','40',    '31','23','130316.62',    '31','23','127214.83',    '17','3','3101.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114770.0','1045323.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026507.0','1019756.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114771.0','1045323.0','7',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026508.0','1019756.0','84',    '70','32','445133.55',    '65','31','347707.92',    '46','20','97425.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114772.0','1045323.0','9',    '8','3','6417.52',    '8','3','6417.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026509.0','1019756.0','1',    '1','1','1237.17',    '1','1','1237.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114773.0','1045323.0','5',    '5','2','506.1',    '5','2','306.11',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026510.0','1019756.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114774.0','1045323.0','76',    '70','53','155742.08',    '67','51','147018.24',    '52','23','8723.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026511.0','1019756.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114775.0','1045323.0','243',    '224','188','3647617.84',    '223','187','3521048.23',    '152','68','126569.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026512.0','1019761.0','2',    '2','2','40126.49',    '2','2','15222.0',    '2','2','24904.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114776.0','1045328.0','2',    '2','1','21080.72',    '2','1','21080.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026513.0','1019761.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114777.0','1045328.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026514.0','1019761.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114778.0','1045328.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026515.0','1019761.0','21',    '13','2','22437.43',    '10','1','21278.98',    '7','1','1158.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114779.0','1045328.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026516.0','1019761.0','7',    '3','1','663.52',    '3','1','663.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114780.0','1045328.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026517.0','1019761.0','2',    '2','2','33011.9',    '2','2','29676.15',    '2','2','3335.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114781.0','1045328.0','3',    '2','2','46557.29',    '2','2','32310.0',    '1','1','14247.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026518.0','1019761.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114782.0','1045328.0','66',    '64','17','179850.81',    '62','17','136246.13',    '43','5','43604.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026519.0','1019761.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114783.0','1045328.0','30',    '25','20','73338.32',    '24','20','72938.34',    '18','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026520.0','1019761.0','3',    '2','1','1202.0',    '2','1','1202.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114784.0','1045328.0','26',    '24','6','33711.25',    '24','6','33181.23',    '11','2','530.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026521.0','1019761.0','5',    '4','3','14050.28',    '4','3','13850.29',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114785.0','1045328.0','541',    '456','418','4457660.64',    '448','401','4010562.69',    '302','144','447097.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026522.0','1019761.0','1',    '1','1','629.33',    '1','1','629.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114786.0','1045328.0','52',    '37','32','370153.96',    '36','32','342349.05',    '18','10','27804.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026523.0','1019761.0','1',    '1','1','30200.0',    '1','1','30200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114787.0','1045328.0','6',    '5','3','4692.87',    '5','3','4492.88',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026524.0','1019776.0','1',    '1','1','4876.37',    '1','1','3937.98',    '1','1','938.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114788.0','1045343.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026525.0','1019776.0','15',    '7','5','12096.42',    '7','4','3933.58',    '6','3','8162.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114789.0','1045343.0','1',    '1','1','1243.68',    '1','1','1243.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026526.0','1019776.0','7',    '7','4','4618.24',    '7','3','4403.24',    '4','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114790.0','1045343.0','7',    '5','3','1439.96',    '5','3','1239.97',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026527.0','1019776.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114791.0','1045343.0','3',    '3','1','27868.36',    '3','1','25779.38',    '2','1','2088.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026528.0','1019776.0','2',    '2','2','22024.71',    '2','2','17755.86',    '2','2','4268.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114792.0','1045343.0','38',    '37','1','2441.41',    '34','0','0.0',    '18','1','2441.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026529.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114793.0','1045343.0','1',    '1','1','723.05',    '1','1','723.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026530.0','1019776.0','3',    '3','3','4834.7',    '3','3','4834.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114794.0','1045343.0','1',    '1','1','1346.9',    '1','1','1346.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026531.0','1019776.0','2',    '2','2','5562.05',    '2','2','5562.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114795.0','1045343.0','7',    '6','5','5176.94',    '6','4','4976.95',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026532.0','1019776.0','3',    '3','2','7451.81',    '3','2','5431.37',    '2','1','2020.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114796.0','1045343.0','1',    '1','1','5983.71',    '1','1','5983.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026533.0','1019776.0','10',    '9','7','77241.7',    '8','7','76621.32',    '7','2','620.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114797.0','1045343.0','6',    '5','1','1726.0',    '3','1','1726.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026534.0','1019776.0','6',    '2','2','713.7',    '2','2','513.71',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114798.0','1045343.0','39',    '23','14','63884.02',    '21','14','60629.07',    '15','6','3254.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026535.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114799.0','1045343.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026536.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114800.0','1045343.0','5',    '4','2','3796.49',    '4','1','3596.5',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026537.0','1019776.0','4',    '2','1','288.25',    '2','1','288.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114801.0','1045343.0','34',    '28','22','64526.86',    '26','20','53623.29',    '14','6','10903.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026538.0','1019776.0','4',    '4','3','3247.32',    '4','1','1950.81',    '2','2','1296.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114802.0','1045343.0','69',    '52','32','188977.19',    '47','31','186743.96',    '25','5','2233.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026539.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114803.0','1045343.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026540.0','1019776.0','8',    '7','3','2672.71',    '7','3','2473.71',    '2','1','199.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114804.0','1045343.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026541.0','1019776.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114805.0','1045343.0','11',    '9','4','41024.02',    '8','4','27538.72',    '7','2','13485.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026542.0','1019776.0','16',    '13','9','196287.1',    '13','9','184818.0',    '11','3','11469.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114806.0','1045343.0','61',    '44','10','175112.62',    '41','9','117305.79',    '28','9','57806.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026543.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114807.0','1045343.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026544.0','1019776.0','1',    '1','1','227.81',    '1','1','227.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114808.0','1045343.0','14',    '13','10','193074.2',    '13','9','191167.02',    '7','2','1907.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026545.0','1019776.0','3',    '3','1','317.97',    '3','1','317.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114809.0','1045343.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026546.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114810.0','1045343.0','2',    '1','1','10064.46',    '1','1','1318.0',    '1','1','8746.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026547.0','1019776.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114811.0','1045343.0','78',    '61','38','832846.35',    '58','37','773930.19',    '41','9','58916.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026548.0','1019776.0','6',    '6','3','5888.59',    '6','3','5688.6',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114812.0','1045343.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026549.0','1019776.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114813.0','1045343.0','6',    '6','3','8244.04',    '6','3','8044.05',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026550.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114814.0','1045343.0','6',    '5','5','11672.62',    '5','5','11672.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026551.0','1019776.0','3',    '3','2','1325.63',    '3','2','1325.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114815.0','1045343.0','10',    '8','6','52290.72',    '8','6','52090.73',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026552.0','1019776.0','3',    '2','2','10791.14',    '2','2','10791.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114816.0','1045343.0','166',    '135','107','401990.5',    '130','104','358740.76',    '79','23','43249.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026553.0','1019776.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114817.0','1045343.0','110',    '85','59','221857.04',    '84','55','176289.32',    '50','22','45567.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026554.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114818.0','1045343.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026480.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114744.0','1045343.0','79',    '70','41','100566.86',    '67','37','92665.17',    '44','17','7901.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026555.0','1019776.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114819.0','1045343.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026556.0','1019776.0','1',    '1','1','376.99',    '1','0','0.0',    '1','1','376.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114820.0','1045343.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026557.0','1019776.0','86',    '69','14','246994.15',    '62','12','221725.37',    '41','5','25268.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114821.0','1045343.0','3',    '2','2','35856.44',    '2','2','11172.0',    '2','2','24684.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026558.0','1019776.0','6',    '6','3','7752.61',    '6','3','7552.62',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114822.0','1045343.0','4',    '3','1','30200.0',    '2','1','30200.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026559.0','1019776.0','40',    '39','20','52674.64',    '38','20','51774.66',    '24','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114823.0','1045343.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026560.0','1019776.0','5',    '5','4','9612.31',    '4','4','9558.08',    '4','1','54.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114824.0','1045343.0','18',    '18','13','23193.18',    '18','12','22178.2',    '8','2','1014.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026561.0','1019776.0','2',    '2','1','380.36',    '2','1','380.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114825.0','1045343.0','36',    '32','25','44939.72',    '30','22','34704.34',    '21','8','10235.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026562.0','1019776.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114826.0','1045343.0','24',    '17','14','41406.81',    '17','14','41206.82',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026563.0','1019776.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114827.0','1045343.0','1',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026564.0','1019776.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114828.0','1045343.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026565.0','1019776.0','165',    '151','134','1618204.46',    '150','132','1540311.29',    '106','41','77893.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114829.0','1045343.0','9',    '8','5','96973.39',    '7','5','86677.66',    '6','2','10295.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026566.0','1019776.0','1',    '1','1','825.86',    '1','0','0.0',    '1','1','825.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114830.0','1045343.0','14',    '14','13','28527.75',    '14','12','27349.77',    '8','4','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026567.0','1019776.0','6',    '6','4','9789.96',    '6','4','9789.96',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114831.0','1045343.0','2',    '2','2','256.94',    '2','1','56.95',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026568.0','1019776.0','3',    '2','2','2914.04',    '2','2','2914.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114832.0','1045343.0','11',    '10','5','14957.86',    '10','4','11467.36',    '7','3','3490.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026569.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114833.0','1045351.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026570.0','1019784.0','36',    '33','19','27732.19',    '31','18','27343.19',    '23','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114834.0','1045351.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026571.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114835.0','1045351.0','17',    '10','10','30137.47',    '10','10','30137.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026572.0','1019784.0','168',    '151','85','158262.57',    '145','73','143989.09',    '93','28','14273.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114836.0','1045351.0','116',    '101','64','103821.77',    '96','60','96716.57',    '60','17','7105.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026573.0','1019784.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114837.0','1045351.0','1',    '1','1','677.86',    '1','1','677.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026574.0','1019784.0','2',    '1','1','30200.0',    '1','1','30200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114838.0','1045351.0','1',    '1','1','16231.05',    '1','1','14680.52',    '1','1','1550.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026575.0','1019784.0','12',    '8','5','88463.22',    '7','5','83801.65',    '3','2','4661.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114839.0','1045351.0','11',    '10','3','72425.07',    '9','3','61452.0',    '9','1','10973.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026576.0','1019784.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114840.0','1045351.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026577.0','1019784.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114841.0','1045351.0','7',    '5','3','20691.44',    '5','3','5882.0',    '3','2','14809.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026578.0','1019784.0','2',    '1','1','12004.35',    '1','1','1458.0',    '1','1','10546.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114842.0','1045351.0','11',    '11','8','7404.13',    '11','8','6689.66',    '7','4','714.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026579.0','1019784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114843.0','1045351.0','10',    '9','4','9254.17',    '9','4','8644.22',    '3','1','609.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026580.0','1019784.0','2',    '2','1','2866.11',    '2','1','2866.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114844.0','1045351.0','14',    '12','7','19794.76',    '11','7','19794.76',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026582.0','1019784.0','12',    '11','5','13037.97',    '11','5','13037.97',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114846.0','1045351.0','67',    '59','44','310874.21',    '59','43','292105.5',    '36','7','18768.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026583.0','1019784.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114847.0','1045351.0','1',    '1','1','5045.14',    '1','1','5045.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001776.0',    '2026584.0','1019784.0','1',    '1','1','4681.24',    '1','1','4416.23',    '1','1','265.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006042.0',    '2114848.0','1045351.0','1',    '1','1','9309.97',    '1','1','9309.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026585.0','1019784.0','40',    '32','21','136972.83',    '30','21','136637.85',    '15','2','334.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114849.0','1045351.0','7',    '7','6','11308.55',    '7','6','10771.56',    '6','1','536.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026586.0','1019784.0','57',    '49','40','215028.26',    '48','40','205597.0',    '31','7','9431.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114850.0','1045351.0','1',    '1','1','4729.23',    '1','1','4529.24',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026587.0','1019784.0','3',    '3','1','3640.19',    '3','1','2740.19',    '1','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114851.0','1045351.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026588.0','1019784.0','6',    '6','4','3365.89',    '5','4','3365.89',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114852.0','1045351.0','8',    '5','1','1717.0',    '3','1','1717.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026589.0','1019784.0','2',    '2','1','1172.24',    '1','1','1172.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114853.0','1045351.0','129',    '122','80','125494.19',    '118','77','121866.64',    '77','15','3627.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026590.0','1019784.0','3',    '3','3','6057.67',    '3','3','6057.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114854.0','1045351.0','28',    '26','19','43585.45',    '26','19','42046.5',    '17','5','1538.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026591.0','1019784.0','10',    '9','1','1254.0',    '9','1','1254.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114855.0','1045351.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026592.0','1019784.0','664',    '629','481','1029240.36',    '598','469','991736.49',    '425','73','37503.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114856.0','1045351.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026593.0','1019784.0','26',    '24','21','56549.72',    '24','21','55364.33',    '12','3','1185.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114857.0','1045351.0','580',    '533','220','3561618.43',    '523','196','2895371.29',    '348','106','666247.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026594.0','1019784.0','6',    '5','1','9419.71',    '5','1','1818.0',    '3','1','7601.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114858.0','1045351.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026595.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114859.0','1045351.0','5',    '4','3','39398.21',    '3','3','30995.05',    '3','2','8403.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026417.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114681.0','1045351.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026596.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114860.0','1045351.0','5',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026597.0','1019784.0','38',    '34','18','40366.1',    '34','16','33230.88',    '19','6','7135.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114861.0','1045351.0','92',    '72','60','551764.01',    '69','59','514442.91',    '42','13','37321.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026598.0','1019784.0','4',    '2','1','1798.0',    '2','1','1798.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114862.0','1045351.0','19',    '18','11','27624.5',    '16','11','26975.0',    '12','3','649.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026599.0','1019784.0','52',    '48','23','100076.76',    '46','23','77826.07',    '34','5','22250.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114863.0','1045351.0','25',    '24','5','9297.94',    '22','4','8682.94',    '18','2','615.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026600.0','1019784.0','14',    '13','9','31303.96',    '13','9','29678.4',    '11','2','1625.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114864.0','1045351.0','9',    '9','9','74554.5',    '9','9','71661.06',    '7','3','2893.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026601.0','1019784.0','137',    '87','66','444950.79',    '85','63','400302.62',    '63','26','44648.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114865.0','1045351.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026602.0','1019784.0','12',    '12','7','21679.86',    '12','7','21679.86',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114866.0','1045351.0','2',    '2','1','1700.59',    '2','1','1700.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026603.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114867.0','1045351.0','13',    '12','5','4590.63',    '12','5','4590.63',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026604.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114868.0','1045351.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026605.0','1019784.0','1',    '1','1','7755.33',    '1','1','1926.0',    '1','1','5829.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114869.0','1045351.0','3',    '2','2','4687.22',    '2','1','4231.86',    '2','2','455.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026606.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114870.0','1045351.0','4',    '4','1','6560.66',    '3','1','5233.98',    '4','1','1326.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026607.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114871.0','1045351.0','730',    '653','346','869684.37',    '625','309','779087.56',    '429','106','90596.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026608.0','1019784.0','2',    '2','2','60400.0',    '2','2','60400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114872.0','1045351.0','56',    '45','8','63888.21',    '41','8','21557.0',    '29','4','42331.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026609.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114873.0','1045351.0','1',    '1','1','589.48',    '0','0','0.0',    '1','1','589.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026610.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114874.0','1045351.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026611.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114875.0','1045351.0','32',    '24','18','133490.2',    '21','18','132652.59',    '14','5','837.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026612.0','1019784.0','2',    '2','2','24611.72',    '1','1','23064.54',    '2','2','1547.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114876.0','1045351.0','6',    '6','1','2742.78',    '6','1','2742.78',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026613.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114877.0','1045351.0','3',    '3','1','3103.25',    '3','1','3103.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026614.0','1019784.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114878.0','1045351.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026615.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114879.0','1045351.0','196',    '168','106','546144.58',    '161','99','514005.68',    '102','36','32138.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026616.0','1019784.0','14',    '14','13','19180.21',    '14','12','18460.24',    '10','1','719.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114880.0','1045351.0','46',    '41','30','37556.01',    '38','27','31380.57',    '24','8','6175.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026617.0','1019784.0','51',    '43','29','97676.43',    '43','28','95637.28',    '23','6','2039.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114881.0','1045351.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026618.0','1019784.0','7',    '7','1','1476.64',    '6','1','1476.64',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114882.0','1045351.0','14',    '10','7','86966.74',    '10','6','64031.79',    '9','3','22934.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026619.0','1019784.0','2',    '2','1','893.59',    '2','1','893.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114883.0','1045351.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026620.0','1019784.0','1',    '1','1','6074.11',    '1','1','6074.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114884.0','1045351.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026621.0','1019784.0','38',    '36','17','107310.24',    '34','17','105476.45',    '23','4','1833.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114885.0','1045351.0','14',    '14','7','16833.29',    '14','7','16433.31',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026622.0','1019784.0','7',    '6','2','10979.5',    '5','2','10979.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114886.0','1045351.0','2',    '2','2','1988.34',    '2','2','1988.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026623.0','1019784.0','1',    '1','1','4091.57',    '1','1','4091.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114887.0','1045351.0','66',    '57','46','258301.14',    '53','44','246507.02',    '32','8','11794.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026624.0','1019784.0','1',    '1','1','4215.64',    '1','1','3646.0',    '1','1','569.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114888.0','1045351.0','102',    '61','49','499056.52',    '60','49','489694.32',    '34','3','9362.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026625.0','1019784.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114889.0','1045351.0','14',    '13','10','82195.83',    '12','10','79261.7',    '9','2','2934.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026626.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114890.0','1045351.0','14',    '13','8','10810.32',    '13','7','10610.33',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026627.0','1019784.0','2',    '1','1','612.54',    '1','1','612.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114891.0','1045351.0','6',    '5','2','3543.03',    '5','2','3543.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026628.0','1019784.0','2',    '1','1','18103.87',    '1','1','18103.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114892.0','1045351.0','54',    '41','27','86015.48',    '40','22','79163.55',    '32','8','6851.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001776.0',    '2026629.0','1019784.0','396',    '347','252','1254040.79',    '332','234','1105364.29',    '242','90','148676.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006042.0',    '2114893.0','1045351.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026630.0','1019784.0','1',    '1','1','10359.1',    '1','1','10359.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114894.0','1045351.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026436.0','1019784.0','28',    '15','3','5869.38',    '12','3','5869.38',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114700.0','1045351.0','6',    '5','2','2718.4',    '4','2','2718.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026631.0','1019784.0','5',    '3','1','30200.0',    '3','1','23436.06',    '3','1','6763.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114895.0','1045351.0','11',    '7','6','157316.31',    '7','5','136843.06',    '5','4','20473.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026632.0','1019784.0','6',    '4','2','12863.47',    '3','2','2416.0',    '3','1','10447.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114896.0','1045351.0','15',    '11','3','6126.19',    '9','2','1239.49',    '6','1','4886.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026633.0','1019784.0','3',    '1','1','3879.14',    '1','1','3879.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114897.0','1045351.0','30',    '24','0','0.0',    '23','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026634.0','1019784.0','29',    '26','13','21593.61',    '24','12','20415.63',    '17','3','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114898.0','1045351.0','14',    '13','10','22905.17',    '13','10','20866.19',    '8','1','2038.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026635.0','1019784.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114899.0','1045351.0','46',    '42','35','82400.91',    '39','35','77055.59',    '31','9','5345.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026636.0','1019784.0','133',    '117','102','761787.73',    '113','100','740287.96',    '69','20','21499.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114900.0','1045351.0','7',    '5','4','93905.27',    '5','4','81618.25',    '3','2','12287.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026637.0','1019784.0','11',    '10','5','55224.04',    '10','5','51139.85',    '4','2','4084.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114901.0','1045351.0','7',    '7','4','6347.52',    '7','4','6347.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026638.0','1019784.0','3',    '3','2','11033.61',    '3','2','11033.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114902.0','1045351.0','5',    '5','4','7456.1',    '5','4','5373.74',    '5','2','2082.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026639.0','1019784.0','148',    '127','89','552202.49',    '123','89','534894.74',    '73','22','17307.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114903.0','1045351.0','20',    '17','8','18157.1',    '17','8','17154.12',    '10','2','1002.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026640.0','1019784.0','3',    '3','2','1502.41',    '3','1','1102.43',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114904.0','1045351.0','27',    '26','12','32779.01',    '25','12','32779.01',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026641.0','1019784.0','66',    '60','41','87397.52',    '55','36','72257.37',    '33','14','15140.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114905.0','1045351.0','2',    '1','1','501.76',    '1','1','501.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026642.0','1019784.0','8',    '8','6','10716.03',    '8','6','9896.56',    '7','3','819.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114906.0','1045351.0','45',    '43','26','37634.32',    '42','23','35260.91',    '35','10','2373.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026643.0','1019784.0','1',    '1','1','549.23',    '1','1','549.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114907.0','1045351.0','49',    '48','38','113575.71',    '47','36','109347.44',    '24','6','4228.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026644.0','1019784.0','29',    '25','22','162545.85',    '24','21','157535.4',    '18','7','5010.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114908.0','1045351.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026645.0','1019784.0','1',    '1','1','1330.85',    '1','1','1330.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114909.0','1045351.0','2',    '2','1','1760.45',    '2','1','1186.95',    '2','1','573.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026646.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114910.0','1045351.0','25',    '17','2','60400.0',    '16','2','60400.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026647.0','1019784.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114911.0','1045351.0','34',    '22','2','18772.92',    '18','2','18772.92',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026570.0','1019784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114834.0','1045351.0','37',    '32','4','34218.64',    '30','4','34218.64',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026648.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114912.0','1045351.0','6',    '4','3','7708.7',    '4','3','7708.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026649.0','1019784.0','5',    '5','2','4605.36',    '5','2','4605.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114913.0','1045351.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026650.0','1019784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114914.0','1045351.0','4',    '3','1','2156.4',    '2','1','2156.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026651.0','1019784.0','6',    '6','1','981.86',    '6','1','981.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114915.0','1045351.0','9',    '7','4','28888.84',    '6','4','28888.84',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026652.0','1019784.0','1',    '1','1','1129.5',    '1','0','0.0',    '1','1','1129.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114916.0','1045351.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026653.0','1019784.0','1',    '1','1','686.18',    '1','1','686.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114917.0','1045351.0','7',    '6','1','930.97',    '6','1','930.97',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026654.0','1019784.0','247',    '209','134','509832.12',    '198','128','480429.36',    '122','31','29402.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114918.0','1045351.0','5',    '4','4','27390.97',    '4','4','27390.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026655.0','1019784.0','1',    '1','1','778.0',    '0','0','0.0',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114919.0','1045351.0','41',    '35','26','40016.48',    '35','24','39616.5',    '17','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026656.0','1019784.0','4',    '4','3','6188.32',    '4','3','5139.54',    '2','2','1048.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114920.0','1045351.0','233',    '212','123','393061.06',    '200','107','325630.23',    '138','49','67430.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026657.0','1019784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114921.0','1045351.0','16',    '13','9','21196.0',    '11','9','20991.5',    '9','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026658.0','1019784.0','12',    '12','5','3983.21',    '8','3','3598.72',    '9','2','384.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114922.0','1045351.0','3',    '3','1','3241.32',    '3','1','2630.0',    '2','1','611.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026659.0','1019784.0','1',    '1','1','1784.44',    '1','1','1784.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114923.0','1045351.0','2',    '2','1','3792.52',    '2','1','3792.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026660.0','1019784.0','7',    '7','3','11661.58',    '6','3','9632.88',    '2','1','2028.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114924.0','1045351.0','46',    '39','27','44179.92',    '37','26','41338.97',    '27','6','2840.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026661.0','1019784.0','6',    '4','3','19219.22',    '4','3','18972.19',    '2','1','247.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114925.0','1045351.0','3',    '3','2','1384.27',    '3','2','1384.27',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026662.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114926.0','1045403.0','2',    '2','2','1220.41',    '2','2','1220.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026663.0','1019836.0','3',    '3','3','4677.19',    '3','3','4477.2',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114927.0','1045403.0','7',    '7','3','11924.11',    '7','3','9797.13',    '6','2','2126.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026664.0','1019836.0','2',    '2','1','1940.45',    '2','1','1940.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114928.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026665.0','1019836.0','2',    '2','1','3172.46',    '2','1','3172.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114929.0','1045403.0','1539',    '1337','1076','6273766.05',    '1300','1002','5143511.37',    '955','449','1130254.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026666.0','1019836.0','2',    '2','2','3162.39',    '2','1','2962.4',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114930.0','1045403.0','74',    '70','46','89362.78',    '70','45','87723.84',    '46','8','1638.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026667.0','1019836.0','116',    '100','43','90981.13',    '92','34','76966.14',    '70','19','14014.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114931.0','1045403.0','2',    '2','1','2268.43',    '2','1','2268.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026668.0','1019836.0','75',    '70','26','73736.13',    '67','22','66634.7',    '49','10','7101.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114932.0','1045403.0','1',    '1','1','204.5',    '1','0','0.0',    '1','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026669.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114933.0','1045403.0','17',    '17','8','17429.32',    '17','8','16101.34',    '8','2','1327.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026670.0','1019836.0','6',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114934.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026671.0','1019836.0','1',    '1','1','4875.15',    '1','1','1800.0',    '1','1','3075.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114935.0','1045403.0','4',    '4','1','141.0',    '4','1','141.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026672.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114936.0','1045403.0','3',    '3','3','6061.35',    '3','3','6061.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026673.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114937.0','1045403.0','9',    '8','5','13404.41',    '8','5','13404.41',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026674.0','1019836.0','1',    '1','1','3835.31',    '1','1','1038.0',    '1','1','2797.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114938.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026675.0','1019836.0','6',    '4','3','5179.57',    '4','3','5179.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114939.0','1045403.0','1',    '1','1','389.0',    '0','0','0.0',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026676.0','1019836.0','333',    '292','179','312551.7',    '286','161','288339.46',    '185','43','24212.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114940.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026677.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114941.0','1045403.0','13',    '10','6','11642.79',    '10','6','10514.8',    '6','1','1127.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026678.0','1019836.0','19',    '17','6','23920.96',    '15','6','21190.15',    '10','3','2730.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114942.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026679.0','1019836.0','147',    '114','84','429547.39',    '110','80','401943.67',    '60','16','27603.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114943.0','1045403.0','27',    '24','11','48248.75',    '23','11','46520.5',    '17','3','1728.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026478.0','1019836.0','3',    '2','1','1461.96',    '2','1','1461.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114742.0','1045403.0','2',    '2','1','785.34',    '1','1','785.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026680.0','1019836.0','23',    '19','14','81097.48',    '17','14','77601.16',    '13','2','3496.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114944.0','1045403.0','2',    '2','1','126.81',    '2','1','126.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026681.0','1019836.0','2',    '2','1','4750.0',    '2','1','4750.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114945.0','1045403.0','333',    '314','241','473540.95',    '305','234','452878.11',    '205','44','20662.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026682.0','1019836.0','681',    '629','462','1148152.77',    '611','435','1031038.72',    '462','156','117114.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114946.0','1045403.0','48',    '43','32','86033.86',    '42','29','79760.14',    '22','7','6273.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026683.0','1019836.0','1164',    '1058','750','5501842.64',    '1021','709','5034800.32',    '633','206','467042.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114947.0','1045403.0','2',    '2','1','795.05',    '2','1','795.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026684.0','1019836.0','85',    '79','32','74238.51',    '77','27','67937.63',    '54','13','6300.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114948.0','1045403.0','1',    '1','1','151.32',    '1','1','151.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026685.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114949.0','1045403.0','36',    '32','23','122202.23',    '32','22','117080.09',    '18','7','5122.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026686.0','1019836.0','633',    '566','454','1592409.1',    '534','417','1383292.31',    '390','165','209116.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114950.0','1045403.0','1',    '1','1','1495.09',    '1','1','1495.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026687.0','1019836.0','32',    '30','18','61695.37',    '28','18','57459.5',    '24','6','4235.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114951.0','1045403.0','41',    '37','23','160780.63',    '36','22','154378.12',    '23','3','6402.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026688.0','1019836.0','41',    '38','19','63333.94',    '37','18','62733.97',    '28','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114952.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026689.0','1019836.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114953.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026690.0','1019836.0','4',    '3','1','250.05',    '3','1','250.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114954.0','1045403.0','29',    '25','24','55497.87',    '25','23','54047.15',    '10','3','1450.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026691.0','1019836.0','48',    '42','26','122743.71',    '37','23','119668.44',    '21','4','3075.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114955.0','1045403.0','1',    '1','1','1676.79',    '1','1','1676.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026692.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114956.0','1045403.0','2',    '2','2','6651.41',    '2','2','5688.09',    '1','1','963.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026693.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114957.0','1045403.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026694.0','1019836.0','9',    '8','4','5420.81',    '7','4','5420.81',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114958.0','1045403.0','158',    '132','92','261233.24',    '131','86','243896.22',    '90','19','17337.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026695.0','1019836.0','76',    '75','42','72996.03',    '74','42','71605.89',    '50','5','1390.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114959.0','1045403.0','4',    '4','1','4819.07',    '4','1','4819.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026696.0','1019836.0','4',    '4','2','1444.65',    '4','2','1444.65',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114960.0','1045403.0','26',    '24','17','44952.57',    '23','15','41598.0',    '16','6','3354.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026697.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114961.0','1045403.0','3',    '3','2','6980.85',    '3','2','6980.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026698.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114962.0','1045403.0','167',    '152','98','258474.96',    '146','90','235844.83',    '100','27','22630.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026699.0','1019836.0','9',    '9','8','12332.02',    '9','8','11743.03',    '7','2','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114963.0','1045403.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026700.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114964.0','1045403.0','112',    '105','42','122477.83',    '99','34','95440.75',    '62','15','27037.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026701.0','1019836.0','1',    '1','1','683.13',    '1','1','683.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114965.0','1045403.0','3',    '3','2','13424.16',    '3','2','13024.18',    '2','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026702.0','1019836.0','7',    '7','1','12384.04',    '6','1','11843.0',    '4','1','541.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114966.0','1045403.0','2',    '2','1','9928.85',    '2','1','9928.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026703.0','1019836.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114967.0','1045403.0','3',    '2','2','35135.11',    '2','2','34650.01',    '1','1','485.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026704.0','1019836.0','115',    '102','78','219031.72',    '99','72','199483.0',    '60','22','19548.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114968.0','1045403.0','1',    '1','1','1018.54',    '1','1','1018.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026705.0','1019836.0','1',    '1','1','1350.94',    '1','1','1350.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114969.0','1045403.0','28',    '27','18','39539.71',    '26','18','38939.74',    '19','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026706.0','1019836.0','156',    '138','91','328299.98',    '126','75','213243.23',    '105','59','115056.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2114970.0','1045403.0','4',    '4','2','1877.49',    '4','1','1648.0',    '2','2','229.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026707.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114971.0','1045403.0','49',    '48','30','155623.56',    '48','28','153284.36',    '36','7','2339.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026708.0','1019836.0','5',    '5','1','2693.95',    '4','1','2693.95',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114972.0','1045403.0','141',    '132','87','336534.47',    '126','82','300559.01',    '85','21','35975.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026709.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114973.0','1045403.0','23',    '21','11','79898.78',    '19','11','78759.52',    '13','1','1139.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026710.0','1019836.0','2',    '2','2','1537.62',    '2','2','1537.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114974.0','1045403.0','3',    '3','1','2402.23',    '3','1','2402.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026711.0','1019836.0','2',    '2','2','1409.24',    '2','2','1409.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114975.0','1045403.0','9',    '6','5','13757.13',    '5','4','6651.62',    '4','3','7105.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026712.0','1019836.0','9',    '7','5','12821.96',    '7','5','12232.97',    '5','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2114976.0','1045403.0','3',    '3','2','1429.7',    '3','2','1429.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026713.0','1019836.0','5',    '3','2','57258.11',    '3','2','52667.92',    '2','1','4590.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114977.0','1045403.0','1',    '1','1','1621.63',    '1','1','1621.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026714.0','1019836.0','2',    '2','2','5027.58',    '2','2','5027.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114978.0','1045403.0','24',    '23','19','60219.39',    '23','18','58855.43',    '17','5','1363.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026715.0','1019836.0','13',    '13','9','20406.45',    '13','9','18317.83',    '8','2','2088.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114979.0','1045403.0','8',    '8','1','1666.69',    '8','1','1666.69',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026716.0','1019836.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114980.0','1045403.0','3',    '3','2','23313.38',    '3','2','16717.37',    '2','1','6596.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026717.0','1019836.0','41',    '38','27','56678.0',    '36','25','51205.6',    '25','7','5472.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114981.0','1045403.0','3',    '3','2','3596.74',    '3','2','3596.74',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026718.0','1019836.0','5',    '4','4','14969.24',    '4','4','14834.25',    '3','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114982.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026719.0','1019836.0','1',    '1','1','2038.44',    '1','1','2038.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114983.0','1045403.0','1',    '1','1','1664.2',    '1','1','1664.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026720.0','1019836.0','5',    '5','4','8962.69',    '5','4','8962.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114984.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026721.0','1019836.0','2',    '2','2','4147.99',    '2','2','3948.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114985.0','1045403.0','14',    '14','11','56596.31',    '14','11','56596.31',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026722.0','1019836.0','321',    '298','246','527553.8',    '280','218','488971.42',    '232','82','38582.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114986.0','1045403.0','17',    '16','10','30202.55',    '15','10','30202.55',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026723.0','1019836.0','1',    '1','1','454.86',    '1','1','344.87',    '1','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114987.0','1045403.0','17',    '17','11','28182.42',    '16','11','27182.47',    '12','5','999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026724.0','1019836.0','245',    '234','193','414006.69',    '227','187','391300.94',    '163','63','22705.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114988.0','1045403.0','3',    '3','2','1691.52',    '2','2','1691.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026725.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114989.0','1045403.0','6',    '4','1','804.86',    '4','1','804.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026726.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114990.0','1045403.0','2',    '1','1','151.32',    '1','1','151.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026521.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114785.0','1045403.0','2',    '2','1','3720.27',    '2','1','2150.0',    '2','1','1570.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026727.0','1019836.0','1',    '1','1','1506.0',    '1','1','1506.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2114991.0','1045403.0','13',    '11','9','35240.85',    '11','9','34840.87',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026728.0','1019836.0','2',    '2','2','23485.73',    '2','2','23485.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114992.0','1045403.0','114',    '107','57','93946.18',    '100','52','80685.26',    '72','13','13260.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026729.0','1019836.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2114993.0','1045403.0','24',    '22','15','39467.49',    '22','15','38667.53',    '18','4','799.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026730.0','1019836.0','4',    '4','1','452.82',    '4','1','452.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114994.0','1045403.0','17',    '16','13','32504.13',    '15','13','30967.14',    '11','2','1536.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026731.0','1019836.0','86',    '84','71','160946.96',    '79','69','151188.0',    '68','16','9758.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114995.0','1045403.0','2',    '2','2','7784.92',    '2','2','5818.81',    '2','2','1966.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026732.0','1019836.0','306',    '292','225','467928.47',    '279','217','443340.18',    '218','52','24588.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114996.0','1045403.0','5',    '5','3','15842.49',    '5','3','14360.31',    '4','1','1482.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026733.0','1019836.0','1',    '1','1','1798.0',    '1','1','1798.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114997.0','1045403.0','10',    '9','2','2643.67',    '9','2','2643.67',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026734.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2114998.0','1045403.0','7',    '6','3','8513.65',    '6','3','2889.05',    '5','1','5624.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026735.0','1019836.0','32',    '18','13','19222.47',    '17','13','15174.92',    '13','7','4047.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2114999.0','1045403.0','1',    '1','1','19455.82',    '1','1','19455.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026736.0','1019836.0','4',    '4','2','8829.04',    '4','2','8829.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115000.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026737.0','1019836.0','1',    '1','1','750.64',    '1','1','750.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2115001.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026738.0','1019836.0','1',    '1','1','1168.58',    '1','1','968.59',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115002.0','1045403.0','4',    '4','2','12750.99',    '4','2','12750.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026739.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115003.0','1045403.0','6',    '6','3','3102.32',    '6','3','3102.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026740.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115004.0','1045403.0','5',    '5','1','709.66',    '5','1','709.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026741.0','1019836.0','173',    '151','120','491762.66',    '144','115','430531.01',    '104','29','61231.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115005.0','1045403.0','1',    '1','1','1867.04',    '1','1','1867.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026742.0','1019836.0','3',    '3','1','2526.61',    '2','1','2526.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115006.0','1045403.0','7',    '7','5','4049.33',    '6','5','4049.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026743.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2115007.0','1045403.0','2',    '2','1','1900.43',    '2','1','1511.43',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026744.0','1019836.0','1',    '1','1','282.04',    '1','1','282.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115008.0','1045403.0','1',    '1','1','245.55',    '1','1','245.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026745.0','1019836.0','45',    '45','19','41924.07',    '43','19','41330.57',    '22','1','593.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2115009.0','1045403.0','8',    '7','4','5635.17',    '7','4','5435.18',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026746.0','1019836.0','3',    '3','2','2060.88',    '3','2','1671.88',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115010.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026747.0','1019836.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2115011.0','1045403.0','774',    '707','587','2712732.73',    '683','555','2469599.83',    '495','160','243132.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026748.0','1019836.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115012.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026749.0','1019836.0','21',    '17','7','25109.54',    '17','7','24520.55',    '12','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2115013.0','1045403.0','6',    '5','2','5379.27',    '5','1','3191.77',    '4','1','2187.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026750.0','1019836.0','3',    '2','1','726.76',    '2','1','726.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115014.0','1045403.0','1',    '1','1','1310.53',    '1','1','1310.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026751.0','1019836.0','1',    '1','1','1038.0',    '1','1','1038.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2115015.0','1045403.0','436',    '405','289','664594.44',    '384','275','631953.98',    '288','64','32640.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026752.0','1019836.0','13',    '11','3','4266.46',    '9','3','4266.46',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115016.0','1045403.0','3',    '1','1','968.38',    '1','1','968.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026753.0','1019836.0','10',    '10','4','5903.99',    '9','4','5630.0',    '6','2','273.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115017.0','1045403.0','6',    '6','4','6347.83',    '6','4','6147.84',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026754.0','1019836.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2115018.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026755.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115019.0','1045403.0','10',    '9','4','4367.71',    '8','4','4367.71',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026756.0','1019836.0','4',    '4','1','302.64',    '4','1','302.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115020.0','1045403.0','98',    '78','54','165121.62',    '75','52','158121.58',    '46','16','7000.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026757.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115021.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026758.0','1019836.0','1',    '1','1','615.74',    '1','1','415.75',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115022.0','1045403.0','12',    '11','5','6208.98',    '11','5','5936.58',    '10','2','272.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026759.0','1019836.0','1',    '1','1','1278.0',    '1','0','0.0',    '1','1','1278.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115023.0','1045403.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026760.0','1019836.0','304',    '247','187','1236596.57',    '240','177','1011287.22',    '159','87','225309.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115024.0','1045403.0','18',    '17','10','47150.67',    '16','10','45121.85',    '10','4','2028.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026761.0','1019836.0','13',    '12','9','20214.08',    '12','9','18974.9',    '6','2','1239.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115025.0','1045403.0','12',    '12','10','19757.53',    '12','10','18020.55',    '8','2','1736.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026762.0','1019836.0','8',    '8','7','21283.31',    '8','7','20105.33',    '5','3','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115026.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026763.0','1019836.0','16',    '16','12','27099.51',    '15','12','27099.51',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115027.0','1045403.0','3',    '3','2','4962.2',    '3','2','4787.2',    '2','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026764.0','1019836.0','20',    '17','15','50080.51',    '17','15','46613.49',    '13','6','3467.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115028.0','1045403.0','23',    '20','13','18990.29',    '20','11','18220.33',    '10','4','769.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026765.0','1019836.0','54',    '48','42','221949.36',    '48','41','198503.15',    '33','25','23446.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115029.0','1045403.0','11',    '9','6','6380.82',    '9','6','4838.83',    '7','3','1541.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026766.0','1019836.0','38',    '33','22','69509.23',    '33','21','62333.97',    '23','7','7175.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115030.0','1045403.0','1',    '1','1','401.79',    '1','1','401.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026767.0','1019836.0','7',    '7','4','8373.92',    '7','4','8373.92',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115031.0','1045403.0','1',    '1','1','22042.59',    '1','1','20455.31',    '1','1','1587.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026768.0','1019836.0','2',    '1','1','2855.12',    '1','1','2855.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115032.0','1045403.0','2',    '2','2','5538.09',    '2','2','5538.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026769.0','1019836.0','1051',    '984','829','2624494.06',    '953','785','2452788.78',    '654','246','171705.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115033.0','1045403.0','246',    '218','196','2113788.03',    '214','193','1952128.16',    '165','65','161659.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026770.0','1019836.0','56',    '48','39','91028.39',    '47','38','88445.92',    '28','5','2582.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115034.0','1045403.0','8',    '7','2','7527.09',    '6','1','7327.1',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026771.0','1019836.0','3',    '3','2','3685.18',    '3','2','3485.19',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115035.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026772.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115036.0','1045403.0','1',    '1','1','1365.01',    '1','1','985.51',    '1','1','379.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001776.0',    '2026773.0','1019836.0','1284',    '1189','960','2931124.77',    '1142','874','2654021.37',    '852','349','277103.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006042.0',    '2115037.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026774.0','1019836.0','11',    '10','10','30422.92',    '10','10','29512.97',    '7','5','909.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115038.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026775.0','1019836.0','520',    '461','383','2141312.34',    '438','367','1961475.68',    '289','117','179836.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115039.0','1045403.0','17',    '14','12','24249.59',    '12','11','22221.44',    '6','2','2028.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026776.0','1019836.0','43',    '33','23','76247.23',    '33','21','74203.44',    '20','6','2043.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115040.0','1045403.0','1',    '1','1','2588.66',    '1','1','1810.66',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026777.0','1019836.0','33',    '24','4','11331.72',    '21','4','10353.73',    '12','1','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115041.0','1045403.0','1',    '1','1','28648.58',    '1','1','26304.02',    '1','1','2344.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026778.0','1019836.0','5',    '4','3','7860.55',    '4','3','7404.05',    '4','1','456.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115042.0','1045403.0','3',    '3','1','341.27',    '3','1','341.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026779.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115043.0','1045403.0','3',    '3','2','6549.45',    '3','2','6549.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026780.0','1019836.0','249',    '224','176','852925.39',    '213','167','779246.97',    '150','50','73678.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115044.0','1045403.0','21',    '20','17','136957.37',    '18','17','109644.7',    '15','4','27312.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026781.0','1019836.0','111',    '83','54','235330.55',    '81','50','199703.2',    '56','22','35627.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115045.0','1045403.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001607.0',    '2026782.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006023.0',    '2115046.0','1045403.0','360',    '327','254','749406.44',    '314','243','712359.13',    '219','56','37047.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026783.0','1019836.0','19',    '17','14','35918.72',    '16','13','35304.81',    '11','3','613.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115047.0','1045403.0','5',    '5','4','3437.75',    '4','4','3437.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026597.0','1019836.0','73',    '68','54','707973.84',    '67','53','628569.93',    '47','20','79403.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2114861.0','1045403.0','2',    '2','1','7052.96',    '2','1','6852.97',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026784.0','1019836.0','2',    '2','1','2365.49',    '2','1','1848.5',    '2','1','516.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115048.0','1045403.0','5',    '3','2','2218.21',    '3','2','2218.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026785.0','1019836.0','1',    '1','1','6778.65',    '1','1','6778.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2115049.0','1045403.0','7',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026786.0','1019836.0','140',    '132','109','452798.6',    '126','103','410149.58',    '91','42','42649.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2115050.0','1045403.0','6',    '5','5','4393.38',    '5','3','3648.99',    '2','2','744.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026787.0','1019836.0','37',    '24','21','232605.11',    '24','20','188282.4',    '18','9','44322.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115051.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026788.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115052.0','1045403.0','328',    '301','244','749617.89',    '289','233','678841.34',    '199','62','70776.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026789.0','1019836.0','85',    '70','64','421694.58',    '69','63','380082.58',    '50','23','41612.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115053.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026790.0','1019836.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115054.0','1045403.0','80',    '75','67','216728.83',    '72','66','210278.74',    '48','21','6450.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026791.0','1019836.0','17',    '15','11','69690.8',    '14','11','51615.86',    '12','7','18074.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115055.0','1045403.0','77',    '65','54','143629.1',    '63','48','102725.7',    '45','19','40903.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026792.0','1019836.0','5',    '4','3','26686.17',    '3','3','24228.43',    '3','1','2457.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115056.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026793.0','1019836.0','5',    '4','1','476.22',    '4','1','476.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115057.0','1045403.0','6',    '5','2','3294.34',    '4','2','3294.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026794.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115058.0','1045403.0','4',    '4','2','6717.06',    '4','2','6717.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026795.0','1019836.0','2',    '2','2','5163.04',    '2','2','4774.04',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115059.0','1045403.0','1',    '1','1','1895.85',    '1','1','1637.56',    '1','1','258.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026796.0','1019836.0','5',    '4','2','5890.24',    '4','2','5890.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115060.0','1045403.0','5',    '4','3','3091.96',    '4','3','3091.96',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026797.0','1019836.0','124',    '102','88','999103.36',    '102','87','911533.22',    '65','20','87570.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115061.0','1045403.0','10',    '9','8','48762.04',    '8','8','28495.75',    '9','5','20266.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026798.0','1019836.0','8',    '6','5','11179.98',    '5','5','10775.49',    '3','2','404.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115062.0','1045403.0','10',    '8','5','43402.03',    '8','5','43402.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026799.0','1019836.0','15',    '14','6','19546.09',    '14','6','19546.09',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115063.0','1045403.0','18',    '15','7','11920.82',    '14','6','11520.84',    '8','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026800.0','1019836.0','25',    '24','9','17723.38',    '22','8','15912.9',    '18','2','1810.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2115064.0','1045403.0','1',    '1','1','2323.53',    '1','1','2323.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026801.0','1019836.0','173',    '143','85','521070.57',    '136','78','466819.55',    '91','32','54251.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115065.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026802.0','1019836.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2115066.0','1045403.0','6',    '3','3','4802.0',    '3','3','4802.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026803.0','1019836.0','4',    '4','2','1389.14',    '3','2','1389.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115067.0','1045403.0','1',    '1','1','597.4',    '1','1','597.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026804.0','1019836.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2115068.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001732.0',    '2026805.0','1019836.0','1',    '1','1','1232.58',    '1','1','1232.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006032.0',    '2115069.0','1045403.0','77',    '62','47','181365.99',    '61','47','164803.91',    '45','5','16562.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026806.0','1019836.0','2',    '2','2','4235.49',    '2','2','4235.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115070.0','1045403.0','2',    '2','1','589.28',    '1','1','589.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026807.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2115071.0','1045403.0','8',    '8','4','7790.09',    '8','4','7201.1',    '6','2','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001741.0',    '2026808.0','1019836.0','3',    '2','2','7821.98',    '2','2','7821.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006031.0',    '2115072.0','1045403.0','4',    '3','3','7269.89',    '3','3','7069.9',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026809.0','1019836.0','1',    '1','1','2297.33',    '1','1','2297.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2115073.0','1045403.0','142',    '124','86','287744.12',    '121','83','273305.81',    '72','17','14438.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026810.0','1019836.0','1',    '1','1','1130.0',    '1','1','1130.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2115074.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001739.0',    '2026811.0','1019836.0','1',    '1','1','3948.89',    '1','1','3748.9',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006037.0',    '2115075.0','1045403.0','7',    '7','4','10513.31',    '7','4','9766.33',    '2','1','746.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026812.0','1019836.0','1',    '1','1','54.88',    '1','1','54.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2115076.0','1045403.0','2',    '2','2','31456.0',    '2','2','31456.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001712.0',    '2026813.0','1019836.0','1',    '1','1','827.52',    '1','1','827.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006038.0',    '2115077.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026814.0','1019836.0','134',    '114','84','376569.37',    '110','74','308427.39',    '77','28','68141.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115078.0','1045403.0','3',    '2','1','199.99',    '2','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026815.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115079.0','1045403.0','11',    '10','6','5229.44',    '10','4','4169.45',    '4','2','1059.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026816.0','1019836.0','53',    '48','23','65236.11',    '46','19','62313.53',    '32','4','2922.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115080.0','1045403.0','5',    '5','2','3210.05',    '4','2','3210.05',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026817.0','1019836.0','85',    '78','17','26672.59',    '74','15','25635.82',    '59','5','1036.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115081.0','1045403.0','25',    '25','13','26550.14',    '23','12','24983.16',    '20','4','1566.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026818.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115082.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001707.0',    '2026819.0','1019836.0','61',    '53','48','388086.69',    '52','45','337581.22',    '44','21','50505.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006039.0',    '2115083.0','1045403.0','1',    '1','1','6830.21',    '1','1','6830.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026820.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115084.0','1045403.0','11',    '10','5','25533.19',    '9','5','25533.19',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026821.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115085.0','1045403.0','2',    '2','2','31310.72',    '2','2','28229.25',    '1','1','3081.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026822.0','1019836.0','11',    '9','8','65981.41',    '8','8','61318.34',    '5','2','4663.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115086.0','1045403.0','29',    '24','14','36199.27',    '24','13','33278.23',    '17','5','2921.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026823.0','1019836.0','6',    '6','1','2397.91',    '6','1','2397.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115087.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026824.0','1019836.0','48',    '40','19','57079.77',    '38','18','52719.37',    '23','2','4360.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115088.0','1045403.0','2',    '2','2','5237.02',    '2','2','5062.02',    '1','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026825.0','1019836.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115089.0','1045403.0','11',    '11','8','36346.49',    '10','8','34001.6',    '6','1','2344.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026826.0','1019836.0','3',    '3','2','2770.7',    '3','2','2770.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115090.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026827.0','1019836.0','3',    '2','1','328.68',    '1','1','328.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115091.0','1045403.0','210',    '187','150','843333.12',    '182','150','782382.08',    '111','48','60951.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026828.0','1019836.0','1',    '1','1','290.99',    '1','1','290.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115092.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026829.0','1019836.0','8',    '7','3','5657.19',    '6','3','5457.2',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115093.0','1045403.0','1',    '1','1','2186.1',    '1','1','2186.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026830.0','1019836.0','4',    '4','1','2322.07',    '4','1','2322.07',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115094.0','1045403.0','23',    '18','12','85984.02',    '16','11','82627.69',    '13','3','3356.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026831.0','1019836.0','5',    '4','1','5509.65',    '3','1','4731.65',    '3','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115095.0','1045403.0','260',    '224','139','670069.65',    '209','131','598304.13',    '141','42','71765.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026832.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115096.0','1045403.0','1',    '1','1','1528.08',    '1','1','1528.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026833.0','1019836.0','147',    '121','97','576421.47',    '120','94','551909.29',    '89','26','24512.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115097.0','1045403.0','3',    '3','1','5384.88',    '2','1','5384.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026834.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115098.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026835.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115099.0','1045403.0','1',    '1','1','1865.7',    '1','1','1865.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026836.0','1019836.0','3',    '3','1','11353.6',    '2','1','11353.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115100.0','1045403.0','2',    '1','1','463.4',    '1','1','263.41',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026837.0','1019836.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115101.0','1045403.0','1',    '1','1','22519.8',    '1','1','21069.9',    '1','1','1449.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026838.0','1019836.0','8',    '8','3','9996.73',    '7','3','9996.73',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115102.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026839.0','1019836.0','47',    '45','42','351215.87',    '44','42','333657.57',    '28','9','17558.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115103.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026840.0','1019836.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115104.0','1045403.0','5',    '3','1','5089.17',    '3','1','5089.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026841.0','1019836.0','1',    '1','1','1651.73',    '1','1','1651.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115105.0','1045403.0','3',    '3','1','10739.71',    '2','1','10150.72',    '3','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026842.0','1019836.0','5',    '5','1','4469.6',    '3','1','4269.61',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115106.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026843.0','1019836.0','13',    '12','7','15631.84',    '12','7','15431.85',    '9','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115107.0','1045403.0','6',    '5','1','1096.0',    '4','1','1096.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026844.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115108.0','1045403.0','39',    '36','25','78292.29',    '34','24','77328.31',    '24','3','963.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026845.0','1019836.0','10',    '9','1','305.66',    '9','0','0.0',    '7','1','305.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115109.0','1045403.0','5',    '5','5','26519.84',    '5','5','26519.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026846.0','1019836.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115110.0','1045403.0','2',    '1','1','3605.38',    '1','1','3605.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026847.0','1019836.0','5',    '5','2','2280.08',    '5','2','2145.09',    '2','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115111.0','1045403.0','1',    '1','1','5734.61',    '1','1','1208.0',    '1','1','4526.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026848.0','1019836.0','24',    '21','17','85705.92',    '20','15','84578.46',    '11','5','1127.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115112.0','1045403.0','188',    '161','103','428947.77',    '157','91','402936.01',    '117','35','26011.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026849.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115113.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026850.0','1019836.0','28',    '28','13','34223.6',    '26','13','29073.12',    '14','1','5150.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115114.0','1045403.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026851.0','1019836.0','41',    '35','18','51773.38',    '34','16','49062.92',    '18','5','2710.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115115.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026852.0','1019836.0','10',    '7','3','2257.06',    '7','3','2257.06',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115116.0','1045403.0','25',    '17','13','99846.59',    '17','12','92784.43',    '11','6','7062.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026853.0','1019836.0','10',    '8','5','14343.62',    '7','4','13480.52',    '6','3','863.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115117.0','1045403.0','1',    '1','1','1132.0',    '1','1','1132.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026854.0','1019836.0','2',    '2','1','933.4',    '2','1','933.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115118.0','1045403.0','3',    '3','1','3743.37',    '3','1','3743.37',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026855.0','1019836.0','1',    '1','1','29333.78',    '1','1','29333.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115119.0','1045403.0','2',    '1','1','25165.52',    '1','1','20604.71',    '1','1','4560.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026856.0','1019836.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115120.0','1045403.0','125',    '88','58','389372.24',    '86','54','355210.99',    '57','18','34161.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026857.0','1019836.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115121.0','1045403.0','3',    '3','1','393.29',    '3','1','393.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026858.0','1019836.0','19',    '12','10','85428.95',    '12','10','73076.56',    '9','4','12352.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115122.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026859.0','1019836.0','1',    '1','1','5707.58',    '1','1','5707.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115123.0','1045403.0','20',    '16','11','34929.81',    '15','9','28597.62',    '10','2','6332.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026860.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115124.0','1045403.0','1',    '1','1','768.81',    '1','1','768.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026861.0','1019836.0','5',    '5','2','3006.7',    '5','2','3006.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115125.0','1045403.0','38',    '34','16','48380.95',    '34','14','44702.37',    '19','4','3678.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026862.0','1019836.0','1',    '1','1','341.93',    '1','0','0.0',    '1','1','341.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115126.0','1045403.0','1',    '1','1','1132.0',    '1','1','1132.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026863.0','1019836.0','1',    '1','1','3641.22',    '1','1','3441.23',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115127.0','1045403.0','14',    '13','10','45862.18',    '13','10','45112.21',    '11','2','749.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026864.0','1019836.0','5',    '5','4','6579.63',    '5','4','6404.63',    '3','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115128.0','1045403.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026865.0','1019836.0','4',    '3','2','4013.2',    '3','2','4013.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115129.0','1045403.0','1',    '1','1','1818.0',    '1','1','1818.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026866.0','1019836.0','12',    '12','3','6127.73',    '12','3','6127.73',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115130.0','1045403.0','21',    '15','14','61604.19',    '14','12','56024.7',    '13','4','5579.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026867.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115131.0','1045403.0','5',    '4','3','4355.58',    '4','3','4155.59',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026868.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115132.0','1045403.0','2',    '2','1','1116.34',    '2','1','818.76',    '1','1','297.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026869.0','1019836.0','9',    '9','3','10227.74',    '9','3','9449.74',    '6','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115133.0','1045403.0','31',    '28','21','58161.94',    '27','20','54757.3',    '18','8','3404.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026870.0','1019836.0','6',    '6','2','1660.13',    '5','2','1660.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115134.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026871.0','1019836.0','3',    '3','3','3445.94',    '3','3','3445.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115135.0','1045403.0','11',    '10','0','0.0',    '10','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026872.0','1019836.0','118',    '109','65','295621.7',    '103','59','286055.09',    '80','17','9566.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115136.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026873.0','1019836.0','2',    '2','2','2450.45',    '2','2','2147.95',    '1','1','302.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115137.0','1045403.0','1',    '1','1','2125.98',    '1','1','2125.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026874.0','1019836.0','1',    '1','1','5372.97',    '1','1','5372.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115138.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026875.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115139.0','1045403.0','8',    '8','7','6984.12',    '8','7','6984.12',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026876.0','1019836.0','1',    '1','1','2582.0',    '1','0','0.0',    '1','1','2582.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115140.0','1045403.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026877.0','1019836.0','10',    '6','2','1643.07',    '6','2','1643.07',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115141.0','1045403.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026878.0','1019836.0','2',    '2','1','7707.73',    '2','1','7707.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115142.0','1045403.0','7',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026879.0','1019836.0','731',    '661','588','5834552.58',    '650','568','5264047.81',    '497','212','570504.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115143.0','1045403.0','176',    '134','100','646798.23',    '132','95','513612.22',    '91','39','133186.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026880.0','1019836.0','227',    '192','148','819589.74',    '184','142','727933.17',    '131','39','91656.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115144.0','1045403.0','1',    '1','1','4766.37',    '1','1','3739.88',    '1','1','1026.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026881.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115145.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026882.0','1019836.0','555',    '482','309','1787960.62',    '452','269','1614429.21',    '358','112','173531.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115146.0','1045403.0','12',    '10','4','8096.75',    '10','3','5172.93',    '7','2','2923.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026883.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115147.0','1045403.0','1',    '1','1','1231.63',    '1','1','1231.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026884.0','1019836.0','8',    '7','2','1346.08',    '7','1','1146.09',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115148.0','1045403.0','2',    '2','1','3008.0',    '2','1','3008.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026885.0','1019836.0','8',    '7','1','204.5',    '7','0','0.0',    '7','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115149.0','1045403.0','11',    '10','3','4663.07',    '9','3','4590.66',    '8','1','72.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026886.0','1019836.0','51',    '44','14','19337.79',    '43','11','17335.82',    '31','6','2001.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115150.0','1045403.0','12',    '10','4','7444.3',    '10','4','7055.3',    '8','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026887.0','1019836.0','8',    '5','1','3977.4',    '5','1','3671.74',    '4','1','305.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115151.0','1045403.0','57',    '54','15','30041.91',    '54','12','24843.97',    '33','5','5197.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026888.0','1019836.0','4',    '4','4','8699.3',    '4','4','6695.56',    '4','2','2003.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115152.0','1045403.0','16',    '13','11','15372.15',    '12','10','13924.67',    '6','3','1447.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026889.0','1019836.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115153.0','1045403.0','13',    '7','5','12339.69',    '7','5','12267.28',    '1','1','72.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026890.0','1019836.0','187',    '178','54','89622.54',    '171','42','74522.76',    '133','22','15099.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115154.0','1045403.0','23',    '17','11','52108.3',    '16','9','48441.71',    '12','3','3666.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026891.0','1019836.0','1',    '1','1','1085.87',    '1','1','1085.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115155.0','1045403.0','105',    '83','68','597356.65',    '83','67','558567.95',    '54','13','38788.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026892.0','1019836.0','1',    '1','1','2995.56',    '1','1','2995.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115156.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026893.0','1019836.0','72',    '64','46','131181.05',    '62','41','117777.71',    '34','15','13403.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115157.0','1045403.0','71',    '63','40','203561.5',    '57','39','192194.51',    '38','13','11366.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026894.0','1019836.0','12',    '11','9','40243.25',    '11','8','34116.63',    '5','4','6126.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115158.0','1045403.0','3',    '2','2','11658.56',    '2','2','10465.2',    '2','1','1193.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026895.0','1019836.0','4',    '4','2','9898.59',    '4','2','9044.85',    '3','1','853.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115159.0','1045403.0','2',    '2','2','4003.94',    '2','2','3531.55',    '2','2','472.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026896.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115160.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026897.0','1019836.0','435',    '406','328','500309.49',    '395','311','467887.66',    '280','90','32421.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115161.0','1045403.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026898.0','1019836.0','383',    '366','108','256142.19',    '356','100','243526.75',    '240','23','12615.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115162.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026899.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115163.0','1045403.0','28',    '27','17','35119.06',    '26','17','33893.71',    '19','3','1225.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026900.0','1019836.0','13',    '13','10','35109.11',    '13','10','33419.14',    '9','2','1689.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115164.0','1045403.0','69',    '45','39','143840.99',    '42','35','135900.34',    '18','9','7940.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026901.0','1019836.0','5',    '3','2','19540.32',    '3','2','15757.82',    '2','1','3782.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115165.0','1045403.0','4',    '4','3','10343.82',    '4','3','9565.82',    '3','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026902.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115166.0','1045403.0','3',    '3','3','2825.96',    '3','3','2825.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026903.0','1019836.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115167.0','1045403.0','69',    '59','47','277567.77',    '56','43','195434.53',    '44','27','82133.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026904.0','1019836.0','4',    '4','3','10945.61',    '4','3','10945.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115168.0','1045403.0','1',    '1','1','4041.19',    '1','1','4041.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026905.0','1019836.0','4',    '4','3','3923.24',    '4','3','3923.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115169.0','1045403.0','96',    '87','66','107640.67',    '86','63','97799.97',    '56','10','9840.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026906.0','1019836.0','28',    '21','13','49386.41',    '20','12','48792.91',    '12','2','593.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115170.0','1045403.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026907.0','1019836.0','7',    '6','6','19824.7',    '6','6','19624.71',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115171.0','1045403.0','550',    '521','220','518289.72',    '504','194','455691.84',    '346','69','62597.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026908.0','1019836.0','1',    '1','1','9487.14',    '1','1','9487.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115172.0','1045403.0','1',    '1','1','549.13',    '1','1','549.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026909.0','1019836.0','10',    '9','8','94948.58',    '9','8','92233.64',    '5','2','2714.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115173.0','1045403.0','421',    '367','278','1608411.72',    '357','252','1442633.21',    '226','111','165778.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026910.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115174.0','1045403.0','9',    '8','5','23616.57',    '7','4','23416.58',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026911.0','1019836.0','43',    '32','20','96756.4',    '30','19','83824.23',    '20','5','12932.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115175.0','1045403.0','3',    '2','2','2110.53',    '2','2','2110.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026912.0','1019836.0','1',    '1','1','4852.21',    '1','1','3724.22',    '1','1','1127.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115176.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026913.0','1019836.0','3',    '3','3','3422.73',    '3','2','2712.0',    '3','2','710.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115177.0','1045403.0','12',    '12','5','21093.95',    '12','4','19871.31',    '9','1','1222.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026914.0','1019836.0','1',    '1','1','2144.78',    '1','1','2144.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115178.0','1045403.0','297',    '286','62','105430.54',    '277','52','96333.03',    '171','19','9097.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026915.0','1019836.0','3',    '3','3','27393.95',    '3','3','25057.23',    '3','1','2336.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115179.0','1045403.0','202',    '193','55','117467.82',    '188','46','110163.62',    '128','17','7304.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026916.0','1019836.0','73',    '69','43','266574.11',    '64','40','242335.22',    '43','16','24238.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115180.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026917.0','1019836.0','4',    '4','3','4632.34',    '4','3','3868.35',    '2','1','763.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115181.0','1045403.0','363',    '339','264','597122.56',    '333','260','537877.55',    '216','54','59245.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026918.0','1019836.0','181',    '159','108','387432.26',    '154','100','322817.33',    '110','37','64614.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115182.0','1045403.0','76',    '66','49','130803.02',    '65','49','118123.18',    '36','8','12679.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026919.0','1019836.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115183.0','1045403.0','113',    '97','68','367716.24',    '93','64','325154.42',    '57','19','42561.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026920.0','1019836.0','1',    '1','1','1933.07',    '1','1','1933.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115184.0','1045403.0','148',    '135','96','247051.89',    '131','92','232164.24',    '71','24','14887.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026921.0','1019836.0','2',    '2','2','916.59',    '2','2','916.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115185.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026922.0','1019836.0','20',    '20','5','7133.29',    '18','4','6039.79',    '13','2','1093.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115186.0','1045403.0','23',    '23','15','42162.91',    '23','14','38859.94',    '11','5','3302.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026923.0','1019836.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115187.0','1045403.0','255',    '237','187','443654.29',    '232','181','418711.72',    '154','45','24942.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026924.0','1019836.0','369',    '352','100','228182.98',    '343','93','217260.28',    '213','19','10922.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115188.0','1045403.0','1',    '1','1','1081.85',    '1','1','1081.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026925.0','1019836.0','1',    '1','1','745.39',    '1','1','745.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115189.0','1045403.0','964',    '880','730','2830550.51',    '864','710','2386404.7',    '533','202','444145.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026926.0','1019836.0','1512',    '1330','1022','6631234.91',    '1282','975','5665444.0',    '902','371','965790.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115190.0','1045403.0','193',    '159','122','689570.74',    '144','115','631112.63',    '83','31','58458.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026927.0','1019836.0','7',    '7','6','32432.57',    '7','6','32432.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115191.0','1045403.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026928.0','1019836.0','33',    '29','21','109520.52',    '28','21','107906.28',    '14','4','1614.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115192.0','1045403.0','4',    '4','3','8127.82',    '4','3','8127.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026929.0','1019836.0','54',    '51','40','136590.62',    '51','39','125362.42',    '38','19','11228.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115193.0','1045403.0','1',    '1','1','2598.72',    '1','1','2598.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026930.0','1019836.0','14',    '12','9','22980.82',    '12','9','22188.84',    '8','3','791.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115194.0','1045403.0','7',    '7','6','19588.4',    '7','6','19588.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026931.0','1019836.0','19',    '17','4','4850.07',    '16','4','4850.07',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115195.0','1045403.0','1',    '1','1','973.71',    '1','1','973.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026932.0','1019836.0','80',    '74','11','27943.65',    '73','10','24931.52',    '39','5','3012.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115196.0','1045403.0','25',    '23','8','9436.6',    '23','8','9185.39',    '14','1','251.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026933.0','1019836.0','600',    '586','240','631020.7',    '577','207','581844.29',    '385','84','49176.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115197.0','1045403.0','20',    '19','6','9503.79',    '17','5','6669.29',    '16','2','2834.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026934.0','1019836.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115198.0','1045403.0','219',    '202','60','84800.16',    '198','54','72461.26',    '110','13','12338.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026935.0','1019836.0','4',    '4','4','5443.59',    '4','4','5443.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115199.0','1045403.0','4',    '4','2','1926.51',    '4','2','1926.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026936.0','1019836.0','2',    '2','1','263.02',    '2','1','126.81',    '1','1','136.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115200.0','1045403.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026937.0','1019836.0','5',    '4','1','1166.8',    '4','1','1166.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115201.0','1045403.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026938.0','1019814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115202.0','1045381.0','11',    '10','8','27181.14',    '10','8','26781.16',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026939.0','1019814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115203.0','1045381.0','6',    '5','4','13815.57',    '5','4','13815.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026940.0','1019814.0','125',    '111','89','204566.23',    '110','87','186142.78',    '58','15','18423.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115204.0','1045381.0','1',    '1','1','770.28',    '1','1','770.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026941.0','1019814.0','66',    '64','43','74468.56',    '62','42','70982.7',    '39','8','3485.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115205.0','1045381.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026942.0','1019814.0','1',    '1','1','981.3',    '1','1','981.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115206.0','1045381.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026943.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115207.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026944.0','1019837.0','21',    '21','14','43357.31',    '21','14','43157.32',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115208.0','1045404.0','69',    '61','52','117628.76',    '60','50','113077.33',    '34','10','4551.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026945.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115209.0','1045404.0','1',    '1','1','2008.02',    '1','1','2008.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026946.0','1019837.0','614',    '536','423','1392172.51',    '514','378','1248046.18',    '379','184','144126.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115210.0','1045404.0','5',    '5','5','16410.52',    '5','5','15297.54',    '3','2','1112.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026947.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115211.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026948.0','1019837.0','233',    '213','151','449469.84',    '203','146','420826.83',    '139','47','28643.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115212.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026949.0','1019837.0','54',    '46','39','152611.96',    '45','36','144311.02',    '27','13','8300.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115213.0','1045404.0','159',    '127','83','395792.19',    '118','80','376557.13',    '87','18','19235.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026950.0','1019837.0','1',    '1','1','2568.85',    '1','1','2568.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115214.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026951.0','1019837.0','2',    '2','2','9033.78',    '2','2','9033.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115215.0','1045404.0','5',    '5','1','1655.9',    '5','1','1655.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026952.0','1019837.0','17',    '11','6','8250.62',    '10','5','5513.59',    '8','2','2737.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115216.0','1045404.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026953.0','1019837.0','4',    '3','1','412.3',    '2','1','212.31',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115217.0','1045404.0','22',    '20','4','2222.78',    '19','4','2222.78',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026954.0','1019837.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115218.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026955.0','1019837.0','6',    '6','2','1621.84',    '6','1','1505.66',    '2','1','116.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115219.0','1045404.0','11',    '9','5','6999.96',    '9','4','4430.08',    '7','2','2569.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2026956.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115220.0','1045404.0','3',    '3','1','353.88',    '3','1','353.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026957.0','1019837.0','2',    '2','1','521.35',    '2','1','321.36',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115221.0','1045404.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026958.0','1019837.0','290',    '241','180','626194.48',    '224','165','564735.17',    '170','51','61459.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115222.0','1045404.0','1',    '1','1','326.37',    '1','1','326.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026959.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115223.0','1045404.0','106',    '93','67','211863.98',    '83','58','191986.22',    '64','21','19877.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026960.0','1019837.0','7',    '6','5','14291.23',    '6','5','13801.24',    '2','2','489.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115224.0','1045404.0','95',    '64','50','610430.17',    '64','48','525991.84',    '49','21','84438.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026961.0','1019837.0','2',    '2','1','1359.27',    '2','1','770.28',    '2','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115225.0','1045404.0','12',    '10','7','15739.3',    '10','7','15739.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026962.0','1019837.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115226.0','1045404.0','25',    '23','18','38305.84',    '21','18','38105.85',    '14','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026963.0','1019837.0','2',    '2','2','11923.75',    '2','2','11923.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115227.0','1045404.0','16',    '14','4','5809.88',    '13','3','5198.56',    '12','1','611.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026964.0','1019837.0','10',    '10','1','305.66',    '9','0','0.0',    '7','1','305.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115228.0','1045404.0','302',    '291','83','133389.81',    '285','71','115580.18',    '169','26','17809.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026965.0','1019837.0','406',    '378','296','777900.27',    '361','286','700916.18',    '249','89','76984.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115229.0','1045404.0','1',    '1','1','2066.74',    '1','1','2066.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026966.0','1019837.0','46',    '39','25','112614.17',    '38','24','109993.67',    '21','8','2620.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115230.0','1045404.0','1',    '1','1','3000.0',    '1','1','3000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2026967.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115231.0','1045404.0','1',    '1','1','4510.76',    '1','1','4510.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026968.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115232.0','1045404.0','2',    '2','2','3444.47',    '2','2','2894.49',    '2','2','549.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026969.0','1019837.0','41',    '34','23','115095.17',    '34','23','98937.57',    '22','7','16157.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115233.0','1045404.0','3',    '3','2','6088.48',    '2','2','6088.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026970.0','1019837.0','31',    '30','26','75572.59',    '29','25','69357.94',    '19','7','6214.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115234.0','1045404.0','1',    '1','1','724.18',    '1','1','724.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026971.0','1019837.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115235.0','1045404.0','1',    '1','1','1292.04',    '1','1','1292.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026972.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115236.0','1045404.0','3',    '3','1','350.92',    '3','1','350.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2026973.0','1019837.0','2',    '2','2','5780.68',    '2','2','5780.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115237.0','1045404.0','13',    '13','5','15056.52',    '12','5','15056.52',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026974.0','1019837.0','1',    '1','1','84.96',    '1','1','84.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115238.0','1045404.0','186',    '176','61','144154.41',    '173','54','136484.7',    '121','16','7669.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2026975.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115239.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026976.0','1019837.0','5',    '5','4','5674.45',    '5','4','5674.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115240.0','1045404.0','4',    '4','3','3354.99',    '4','2','2955.01',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026977.0','1019837.0','40',    '34','28','36152.76',    '32','23','32897.1',    '22','9','3255.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115241.0','1045404.0','2',    '2','1','1227.0',    '2','1','1227.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026978.0','1019837.0','9',    '5','3','13493.95',    '5','3','13493.95',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115242.0','1045404.0','69',    '60','44','187070.82',    '58','42','169407.81',    '42','13','17663.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026979.0','1019837.0','2',    '1','1','210.69',    '1','1','210.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115243.0','1045404.0','14',    '13','9','43968.06',    '11','9','43968.06',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2026980.0','1019837.0','3',    '3','3','6987.08',    '3','3','6962.09',    '1','1','24.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115244.0','1045404.0','4',    '4','3','15119.26',    '4','3','14919.27',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026981.0','1019837.0','12',    '12','9','22373.37',    '11','9','21434.39',    '7','2','938.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115245.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2026982.0','1019837.0','6',    '4','3','1275.22',    '4','3','1275.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115246.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026983.0','1019837.0','7',    '7','6','2666.78',    '7','6','2666.78',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115247.0','1045404.0','648',    '604','453','831015.34',    '575','413','765944.05',    '433','147','65071.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2026984.0','1019837.0','58',    '55','44','68739.94',    '53','40','64834.97',    '37','11','3904.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115248.0','1045404.0','1',    '1','1','1198.0',    '1','1','1198.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026985.0','1019837.0','172',    '158','94','175433.05',    '150','87','162168.18',    '105','28','13264.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115249.0','1045404.0','1250',    '1105','883','6845782.26',    '1073','852','6406553.78',    '720','241','439228.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026986.0','1019837.0','1',    '1','1','4546.5',    '1','1','4546.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115250.0','1045404.0','4',    '4','2','15033.71',    '4','1','14255.71',    '1','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026987.0','1019837.0','20',    '18','11','26222.79',    '18','11','24429.37',    '12','2','1793.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115251.0','1045404.0','87',    '67','33','120515.02',    '62','32','103955.91',    '39','9','16559.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026988.0','1019837.0','1',    '1','1','1718.56',    '1','1','1718.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115252.0','1045404.0','10',    '10','3','1876.53',    '10','2','1487.53',    '7','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026989.0','1019837.0','1',    '1','1','989.82',    '1','1','989.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115253.0','1045404.0','8',    '6','3','9023.3',    '6','3','7147.36',    '3','2','1875.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2026990.0','1019837.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115254.0','1045404.0','1',    '1','1','8778.39',    '1','1','8386.47',    '1','1','391.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026991.0','1019837.0','200',    '186','78','146387.4',    '184','74','138628.13',    '109','16','7759.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115255.0','1045404.0','13',    '12','9','23056.29',    '12','9','22983.88',    '6','1','72.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026992.0','1019837.0','162',    '155','44','129976.68',    '153','40','124113.41',    '99','12','5863.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115256.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026993.0','1019837.0','1',    '1','1','2771.19',    '1','1','1183.9',    '1','1','1587.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115257.0','1045404.0','5',    '5','4','12443.64',    '5','3','8023.17',    '5','3','4420.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026994.0','1019837.0','2',    '2','1','15992.99',    '2','1','15992.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115258.0','1045404.0','73',    '65','42','133756.71',    '63','41','130308.13',    '34','7','3448.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026995.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115259.0','1045404.0','414',    '372','284','1444113.18',    '361','271','1271759.75',    '239','82','172353.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026996.0','1019837.0','1',    '1','1','2298.4',    '1','1','2298.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115260.0','1045404.0','1',    '1','1','4428.66',    '1','1','4428.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026997.0','1019837.0','19',    '17','14','30041.77',    '16','14','22357.25',    '15','4','7684.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115261.0','1045404.0','11',    '10','4','14043.26',    '9','4','14043.26',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2026998.0','1019837.0','6',    '5','4','13737.68',    '5','4','13737.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115262.0','1045404.0','26',    '26','10','15237.1',    '24','9','14479.1',    '13','3','758.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2026999.0','1019837.0','37',    '32','29','97853.52',    '32','27','95493.05',    '19','6','2360.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115263.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027000.0','1019837.0','2',    '2','2','12711.89',    '2','2','12711.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115264.0','1045404.0','25',    '23','5','6115.15',    '23','5','5910.65',    '12','1','204.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027001.0','1019837.0','1',    '1','1','3637.98',    '1','1','2630.0',    '1','1','1007.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115265.0','1045404.0','31',    '30','19','59803.85',    '25','19','57293.83',    '24','4','2510.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027002.0','1019837.0','8',    '8','3','11907.86',    '8','3','11907.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115266.0','1045404.0','5',    '4','4','12942.98',    '4','4','10770.58',    '3','1','2172.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027003.0','1019837.0','1',    '1','1','727.26',    '1','1','727.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115267.0','1045404.0','34',    '31','19','89292.44',    '29','18','86009.89',    '24','6','3282.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027004.0','1019837.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115268.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027005.0','1019837.0','55',    '48','14','21765.49',    '44','13','19998.48',    '35','2','1767.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115269.0','1045404.0','284',    '196','158','1114365.96',    '193','156','972763.75',    '113','50','141602.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027006.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115270.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027007.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115271.0','1045404.0','78',    '72','55','115602.89',    '69','50','108923.57',    '44','13','6679.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027008.0','1019837.0','13',    '12','11','11724.92',    '12','11','11252.53',    '9','2','472.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115272.0','1045404.0','85',    '76','60','300089.6',    '74','57','279545.63',    '41','12','20543.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027009.0','1019837.0','2',    '2','2','12537.82',    '2','2','12537.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115273.0','1045404.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027010.0','1019837.0','14',    '12','5','6892.96',    '11','5','6492.98',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115274.0','1045404.0','13',    '12','8','23015.23',    '11','7','22815.24',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027011.0','1019837.0','13',    '13','4','9054.39',    '13','4','6975.8',    '10','2','2078.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115275.0','1045404.0','1',    '1','1','6244.01',    '1','1','6244.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027012.0','1019837.0','238',    '230','59','96693.55',    '220','52','85532.27',    '155','17','11161.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115276.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027013.0','1019837.0','257',    '244','83','110322.8',    '243','73','100123.52',    '135','15','10199.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115277.0','1045404.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027014.0','1019837.0','10',    '9','7','18865.63',    '9','7','18865.63',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115278.0','1045404.0','6',    '6','4','11061.88',    '6','4','9665.05',    '5','2','1396.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027015.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115279.0','1045404.0','13',    '10','8','18997.89',    '10','7','18797.9',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027016.0','1019837.0','4',    '2','2','12063.18',    '2','2','10514.8',    '2','1','1548.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115280.0','1045404.0','19',    '18','14','41676.58',    '17','13','37931.63',    '12','5','3744.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027017.0','1019837.0','2',    '2','1','7730.85',    '2','1','7730.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115281.0','1045404.0','3',    '3','3','7345.62',    '3','3','6167.64',    '3','2','1177.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027018.0','1019837.0','1',    '1','1','25952.04',    '1','1','25952.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115282.0','1045404.0','2',    '1','1','520.69',    '1','1','520.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027019.0','1019837.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115283.0','1045404.0','9',    '8','3','16070.81',    '8','3','16070.81',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027020.0','1019837.0','9',    '8','6','10574.01',    '7','6','10574.01',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115284.0','1045404.0','238',    '231','81','171692.81',    '227','74','156843.68',    '163','27','14849.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027021.0','1019837.0','6',    '6','5','8869.68',    '6','5','8469.7',    '5','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115285.0','1045404.0','22',    '18','10','24009.28',    '18','10','22576.39',    '9','3','1432.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027022.0','1019837.0','1159',    '1006','722','3003986.13',    '963','672','2736248.3',    '702','244','267737.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115286.0','1045404.0','76',    '68','49','246800.26',    '67','46','234516.3',    '41','11','12283.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027023.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115287.0','1045404.0','2',    '2','1','1582.9',    '2','1','1582.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027024.0','1019837.0','42',    '39','28','111784.56',    '36','24','99527.12',    '30','9','12257.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115288.0','1045404.0','5',    '4','1','724.69',    '4','1','724.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027025.0','1019837.0','443',    '411','294','475889.84',    '390','257','415055.9',    '292','108','60833.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115289.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027026.0','1019837.0','267',    '240','192','836799.6',    '233','184','752500.71',    '174','56','84298.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115290.0','1045404.0','6',    '6','2','2341.62',    '5','2','2341.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027027.0','1019837.0','1',    '1','1','3109.49',    '1','1','3109.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115291.0','1045404.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027028.0','1019837.0','4',    '3','2','1702.35',    '3','2','1702.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115292.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027029.0','1019837.0','13',    '13','9','22754.37',    '13','8','22041.4',    '9','3','712.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115293.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027030.0','1019837.0','1',    '1','1','1272.0',    '1','1','1272.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115294.0','1045404.0','15',    '12','4','14692.61',    '12','4','14692.61',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027031.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115295.0','1045404.0','8',    '7','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027032.0','1019837.0','5',    '5','3','4059.17',    '5','3','3859.18',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115296.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027033.0','1019837.0','350',    '331','100','329268.4',    '324','91','312662.58',    '231','24','16605.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115297.0','1045404.0','3',    '3','3','5940.84',    '3','3','5940.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027034.0','1019837.0','30',    '25','9','13814.98',    '25','7','12388.0',    '19','4','1426.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115298.0','1045404.0','40',    '39','31','192269.73',    '38','30','175066.28',    '24','8','17203.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027035.0','1019837.0','5',    '4','2','6191.5',    '4','2','6191.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115299.0','1045404.0','7',    '6','4','3030.56',    '6','2','2477.06',    '5','2','553.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027036.0','1019837.0','1',    '1','1','1284.73',    '1','1','1284.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115300.0','1045404.0','26',    '26','10','27492.78',    '23','9','25752.28',    '22','3','1740.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027037.0','1019837.0','31',    '27','21','53106.25',    '26','17','50346.43',    '16','6','2759.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115301.0','1045404.0','109',    '103','32','78785.12',    '100','31','73228.09',    '57','6','5557.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027038.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115302.0','1045404.0','15',    '12','3','3577.83',    '11','3','3577.83',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027039.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115303.0','1045404.0','2',    '2','1','1466.0',    '2','1','1466.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027040.0','1019837.0','1',    '1','1','665.87',    '1','1','665.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115304.0','1045404.0','3',    '3','3','2573.38',    '3','3','2573.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027041.0','1019837.0','62',    '45','38','260310.69',    '45','35','241692.49',    '24','9','18618.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115305.0','1045404.0','36',    '31','23','165271.18',    '30','23','151121.94',    '16','7','14149.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027042.0','1019837.0','13',    '13','11','17107.75',    '12','10','12574.28',    '6','3','4533.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115306.0','1045404.0','6',    '3','1','4997.15',    '3','1','4997.15',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027043.0','1019837.0','149',    '135','104','188109.12',    '129','102','182606.76',    '77','15','5502.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115307.0','1045404.0','1',    '1','1','5078.04',    '1','1','5078.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027044.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115308.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027045.0','1019837.0','2',    '1','1','4859.24',    '1','1','4859.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115309.0','1045404.0','101',    '69','62','610850.38',    '67','60','514637.38',    '43','19','96213.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027046.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115310.0','1045404.0','110',    '103','86','201560.17',    '99','84','191500.15',    '65','20','10060.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027047.0','1019837.0','11',    '10','8','22140.82',    '10','8','21262.82',    '5','1','878.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115311.0','1045404.0','4',    '4','3','4731.63',    '3','3','4731.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027048.0','1019837.0','31',    '31','12','26014.97',    '25','8','22138.81',    '25','5','3876.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115312.0','1045404.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027049.0','1019837.0','41',    '36','27','97128.87',    '34','24','90210.37',    '24','9','6918.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115313.0','1045404.0','8',    '6','4','5368.56',    '6','4','5368.56',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027050.0','1019837.0','73',    '58','41','146134.86',    '56','38','144372.4',    '39','6','1762.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115314.0','1045404.0','5',    '4','4','9149.0',    '4','4','9149.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027051.0','1019837.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115315.0','1045404.0','1',    '1','1','1885.38',    '1','1','1885.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027052.0','1019837.0','16',    '13','10','34838.45',    '12','10','31457.84',    '11','4','3380.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115316.0','1045404.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027053.0','1019837.0','5',    '4','3','2745.16',    '4','3','2745.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115317.0','1045404.0','12',    '9','7','68033.99',    '9','7','60878.43',    '6','1','7155.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027054.0','1019837.0','14',    '11','4','3154.62',    '11','3','2203.43',    '5','1','951.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115318.0','1045404.0','3',    '3','2','5582.78',    '3','2','5072.62',    '3','1','510.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027055.0','1019837.0','198',    '187','67','133132.42',    '181','58','118563.17',    '122','18','14569.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115319.0','1045404.0','665',    '623','270','724599.86',    '597','239','638938.85',    '403','92','85661.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027056.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115320.0','1045404.0','692',    '656','193','426457.15',    '644','177','401082.56',    '414','46','25374.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027057.0','1019837.0','10',    '9','1','349.56',    '9','1','349.56',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115321.0','1045404.0','700',    '663','262','523105.44',    '651','227','476101.22',    '419','72','47004.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027058.0','1019837.0','3',    '3','2','1665.12',    '3','2','1665.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115322.0','1045404.0','3',    '3','2','4292.49',    '2','2','4292.49',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027059.0','1019837.0','1',    '1','1','1721.7',    '1','1','1332.7',    '1','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115323.0','1045404.0','1',    '1','1','6765.89',    '1','1','5787.9',    '1','1','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027060.0','1019837.0','3',    '3','1','9676.54',    '3','1','9103.04',    '2','1','573.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115324.0','1045404.0','110',    '98','69','222319.08',    '93','65','183164.02',    '64','22','39155.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027061.0','1019837.0','4',    '4','1','11882.43',    '3','1','11882.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115325.0','1045404.0','1',    '1','1','651.01',    '1','1','651.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027062.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115326.0','1045404.0','6',    '5','3','4393.49',    '5','2','3080.52',    '3','2','1312.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027063.0','1019837.0','11',    '11','6','4092.77',    '11','6','4092.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115327.0','1045404.0','69',    '64','51','132076.5',    '62','51','127058.89',    '46','14','5017.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027064.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115328.0','1045404.0','3',    '3','3','2985.64',    '3','3','2985.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027065.0','1019837.0','4',    '4','4','5031.62',    '4','4','5031.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115329.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027066.0','1019837.0','3',    '3','2','2179.68',    '3','2','2179.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115330.0','1045404.0','1730',    '1410','1124','7950919.85',    '1328','1064','6959048.14',    '1037','463','991871.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027067.0','1019837.0','3',    '3','2','4883.15',    '3','2','4683.16',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115331.0','1045404.0','2',    '2','1','2119.93',    '2','1','2119.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027068.0','1019837.0','45',    '43','33','155385.01',    '41','33','146310.83',    '24','9','9074.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115332.0','1045404.0','35',    '34','28','227033.6',    '34','27','206191.68',    '23','12','20841.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027069.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115333.0','1045404.0','2',    '2','2','1487.8',    '2','2','1487.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027070.0','1019837.0','5',    '5','4','11451.63',    '5','4','11451.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115334.0','1045404.0','99',    '82','64','446833.1',    '81','61','403669.17',    '50','19','43163.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027071.0','1019837.0','1',    '1','1','1360.21',    '1','1','1360.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115335.0','1045404.0','22',    '22','13','32758.63',    '19','13','32558.64',    '13','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027072.0','1019837.0','1',    '1','1','9567.59',    '1','1','9567.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115336.0','1045404.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027073.0','1019837.0','1',    '1','1','1132.0',    '1','1','1132.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115337.0','1045404.0','40',    '38','33','162480.84',    '36','31','159069.46',    '23','7','3411.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027074.0','1019837.0','22',    '18','14','29657.37',    '17','11','26714.52',    '15','3','2942.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115338.0','1045404.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027075.0','1019837.0','9',    '7','7','11176.52',    '7','7','11176.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115339.0','1045404.0','2',    '2','1','1227.5',    '2','1','1227.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027076.0','1019837.0','14',    '13','7','13953.5',    '13','7','12545.39',    '5','2','1408.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115340.0','1045404.0','3',    '2','2','5811.83',    '2','2','5811.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027077.0','1019837.0','61',    '50','36','132924.42',    '49','36','129315.43',    '26','11','3608.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115341.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027078.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115342.0','1045404.0','1',    '1','1','979.38',    '1','1','979.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027079.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115343.0','1045404.0','1',    '1','1','651.02',    '1','1','651.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027080.0','1019837.0','4',    '4','4','9618.6',    '4','4','9618.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115344.0','1045404.0','15',    '13','4','13898.62',    '12','4','12770.63',    '11','1','1127.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027081.0','1019837.0','95',    '88','35','64371.75',    '85','32','60340.44',    '60','9','4031.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115345.0','1045404.0','61',    '60','24','51098.39',    '58','20','46668.12',    '42','8','4430.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027082.0','1019837.0','4',    '3','2','3185.43',    '3','2','3010.43',    '2','1','175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115346.0','1045404.0','3',    '3','2','2657.46',    '3','2','2457.47',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027083.0','1019837.0','6',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115347.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027084.0','1019837.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115348.0','1045404.0','4',    '3','2','2332.92',    '3','2','2332.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027085.0','1019837.0','34',    '32','14','15398.0',    '32','12','14798.03',    '17','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115349.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027086.0','1019837.0','60',    '56','9','15473.79',    '50','7','14556.81',    '37','2','916.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115350.0','1045404.0','3',    '3','3','7970.85',    '3','3','7381.86',    '3','1','588.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027087.0','1019837.0','7',    '6','6','13720.04',    '6','6','13331.04',    '4','1','389.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115351.0','1045404.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027088.0','1019837.0','3',    '3','1','1129.14',    '2','1','1129.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115352.0','1045404.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027089.0','1019837.0','62',    '32','25','233532.12',    '31','24','212421.75',    '20','9','21110.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115353.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027090.0','1019837.0','849',    '722','524','2280184.9',    '697','496','1923673.33',    '494','172','356511.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115354.0','1045404.0','3',    '3','3','5210.13',    '3','3','5210.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027091.0','1019837.0','58',    '49','39','177594.67',    '47','39','173874.66',    '30','7','3720.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115355.0','1045404.0','7',    '5','2','2983.91',    '4','2','2983.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027092.0','1019837.0','53',    '48','43','150977.05',    '48','42','147600.64',    '24','9','3376.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115356.0','1045404.0','53',    '46','34','81726.33',    '44','33','78709.41',    '34','9','3016.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027093.0','1019837.0','30',    '30','24','43925.4',    '30','23','42137.39',    '16','6','1788.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115357.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027094.0','1019837.0','34',    '29','21','120480.79',    '28','21','109504.7',    '15','5','10976.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115358.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027095.0','1019837.0','6',    '6','5','17879.07',    '6','5','17879.07',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115359.0','1045404.0','21',    '18','16','210988.98',    '18','16','198083.82',    '11','5','12905.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027096.0','1019837.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115360.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027097.0','1019837.0','1',    '1','1','3931.81',    '1','1','3931.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115361.0','1045404.0','2',    '2','1','382.8',    '2','1','382.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027098.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115362.0','1045404.0','78',    '69','35','93169.23',    '65','32','88646.09',    '37','9','4523.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027099.0','1019837.0','6',    '6','3','5489.89',    '6','3','5289.9',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115363.0','1045404.0','27',    '21','16','63674.34',    '19','15','54535.86',    '12','6','9138.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027100.0','1019837.0','1',    '1','1','774.44',    '1','1','774.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115364.0','1045404.0','17',    '14','12','84910.6',    '13','12','81108.0',    '8','1','3802.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027101.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115365.0','1045404.0','1',    '1','1','185.47',    '1','1','185.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027102.0','1019837.0','155',    '126','98','494042.21',    '121','94','462493.7',    '71','19','31548.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115366.0','1045404.0','4',    '4','3','29290.64',    '4','3','27658.15',    '2','1','1632.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027103.0','1019837.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115367.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027104.0','1019837.0','166',    '143','101','462055.25',    '139','97','433428.29',    '85','27','28626.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115368.0','1045404.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027105.0','1019837.0','2',    '2','2','13681.15',    '2','2','13681.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115369.0','1045404.0','1',    '1','1','817.12',    '1','1','817.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027106.0','1019837.0','66',    '54','30','144349.98',    '52','28','122073.08',    '41','8','22276.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115370.0','1045404.0','19',    '15','8','34112.05',    '14','8','32762.06',    '10','2','1349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027107.0','1019837.0','101',    '90','67','337466.9',    '88','67','286567.68',    '56','21','50899.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115371.0','1045404.0','5',    '4','4','14558.66',    '4','4','13314.97',    '1','1','1243.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027108.0','1019837.0','12',    '12','9','27927.93',    '12','9','27927.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115372.0','1045404.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027109.0','1019837.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115373.0','1045404.0','27',    '19','12','22857.57',    '18','11','22189.05',    '12','2','668.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027110.0','1019837.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115374.0','1045404.0','4',    '4','2','1783.68',    '4','2','1783.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027111.0','1019837.0','10',    '10','8','25567.4',    '9','7','24789.4',    '6','1','778.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115375.0','1045404.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027112.0','1019837.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115376.0','1045404.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027113.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115377.0','1045405.0','25',    '20','12','36090.24',    '19','10','35350.39',    '8','3','739.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027114.0','1019838.0','6',    '6','4','18568.82',    '6','4','18462.23',    '3','1','106.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115378.0','1045405.0','14',    '13','6','9067.86',    '11','4','4170.53',    '9','2','4897.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027115.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115379.0','1045405.0','6',    '6','6','44735.59',    '6','6','36460.36',    '4','1','8275.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027116.0','1019838.0','1',    '1','1','349.99',    '1','0','0.0',    '1','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115380.0','1045405.0','5',    '4','3','8943.86',    '4','3','8943.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027117.0','1019838.0','4',    '2','2','4384.78',    '2','2','3880.82',    '2','1','503.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115381.0','1045405.0','1',    '1','1','850.96',    '1','1','850.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027118.0','1019838.0','4',    '4','3','6478.52',    '4','2','5958.92',    '2','1','519.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115382.0','1045405.0','11',    '11','7','50953.93',    '11','7','50953.93',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027119.0','1019838.0','1',    '1','1','7134.81',    '1','1','6704.81',    '1','1','430.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115383.0','1045405.0','9',    '8','6','21003.66',    '8','6','19642.39',    '4','2','1361.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027120.0','1019838.0','13',    '12','4','6488.3',    '12','4','6488.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115384.0','1045405.0','10',    '9','7','15260.15',    '8','6','14987.75',    '4','1','272.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027121.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115385.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027122.0','1019838.0','120',    '101','71','354944.29',    '98','67','340377.92',    '51','10','14566.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115386.0','1045405.0','3',    '2','2','2032.11',    '2','2','2032.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027123.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115387.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027124.0','1019838.0','11',    '11','8','11776.15',    '11','8','11776.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115388.0','1045405.0','5',    '5','2','10802.31',    '5','2','10802.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027125.0','1019838.0','154',    '136','75','240593.26',    '132','61','219261.14',    '93','34','21332.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115389.0','1045405.0','5',    '5','4','14442.53',    '5','4','14442.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027126.0','1019838.0','44',    '39','34','88639.79',    '39','32','84217.53',    '26','11','4422.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115390.0','1045405.0','6',    '5','2','15519.34',    '5','2','15519.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027127.0','1019838.0','8',    '8','5','7048.43',    '8','5','7048.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115391.0','1045405.0','15',    '13','9','38089.72',    '13','8','37689.74',    '7','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027128.0','1019838.0','126',    '107','79','333615.35',    '103','74','317785.56',    '65','15','15829.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115392.0','1045405.0','6',    '6','6','18530.29',    '6','6','18530.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027129.0','1019838.0','30',    '18','8','36962.18',    '17','8','36762.19',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115393.0','1045405.0','3',    '3','2','337.49',    '1','0','0.0',    '3','2','337.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027130.0','1019838.0','2',    '2','1','4898.4',    '2','1','4898.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115394.0','1045405.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027131.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115395.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027132.0','1019838.0','1',    '1','1','4660.6',    '1','1','4660.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115396.0','1045405.0','20',    '18','12','45056.54',    '18','12','44706.55',    '15','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027133.0','1019838.0','78',    '74','52','188540.83',    '70','51','178546.67',    '53','14','9994.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115397.0','1045405.0','2',    '2','1','5824.17',    '1','1','5824.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001736.0',    '2027134.0','1019838.0','2',    '2','1','2136.9',    '2','1','2136.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006044.0',    '2115398.0','1045405.0','6',    '5','2','2474.25',    '5','2','2474.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027135.0','1019838.0','8',    '6','3','3287.56',    '5','2','2887.58',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115399.0','1045405.0','1',    '1','1','2258.5',    '1','1','2258.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027136.0','1019838.0','4',    '4','1','4870.53',    '4','1','4870.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115400.0','1045405.0','38',    '34','20','45534.76',    '33','19','43394.3',    '15','2','2140.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027137.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115401.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027138.0','1019838.0','14',    '8','4','10419.02',    '8','4','10419.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115402.0','1045405.0','2',    '2','2','4247.41',    '2','2','4247.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027139.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115403.0','1045405.0','2',    '2','1','1782.0',    '2','1','1782.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027140.0','1019838.0','28',    '24','14','60698.74',    '23','13','59390.24',    '14','2','1308.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115404.0','1045405.0','1',    '1','1','1456.52',    '1','1','1456.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027141.0','1019838.0','1',    '1','1','162.62',    '1','1','162.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115405.0','1045405.0','1',    '1','1','1353.05',    '1','1','1353.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027142.0','1019838.0','1',    '1','1','1445.79',    '1','1','1445.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115406.0','1045405.0','1',    '1','1','2597.56',    '1','1','2398.28',    '1','1','199.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027143.0','1019838.0','1',    '1','1','11969.9',    '1','1','10919.5',    '1','1','1050.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115407.0','1045405.0','10',    '10','9','23561.74',    '10','9','21579.37',    '3','2','1982.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027144.0','1019838.0','5',    '5','5','23476.35',    '5','5','12106.79',    '3','2','11369.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115408.0','1045405.0','3',    '2','2','2860.12',    '2','2','2610.74',    '2','1','249.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027145.0','1019838.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115409.0','1045405.0','1',    '1','1','2670.35',    '1','1','2670.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027146.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115410.0','1045405.0','24',    '21','13','43790.12',    '20','12','43590.13',    '12','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027147.0','1019838.0','5',    '5','5','11055.77',    '5','4','10855.78',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115411.0','1045405.0','6',    '6','4','7137.02',    '6','4','6531.43',    '3','1','605.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027148.0','1019838.0','5',    '4','1','1894.65',    '4','1','1894.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115412.0','1045405.0','18',    '15','12','14768.94',    '15','12','14496.54',    '6','2','272.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027149.0','1019838.0','5',    '4','3','9863.74',    '4','3','9863.74',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115413.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027150.0','1019838.0','1',    '1','1','619.19',    '1','1','619.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115414.0','1045405.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027151.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115415.0','1045405.0','16',    '13','4','3148.49',    '13','4','3148.49',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027152.0','1019838.0','13',    '9','3','28124.14',    '7','3','28124.14',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115416.0','1045405.0','1',    '1','1','1528.95',    '1','1','1528.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027153.0','1019838.0','13',    '12','8','16757.24',    '12','8','16507.86',    '6','1','249.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115417.0','1045405.0','20',    '17','11','15203.16',    '17','11','15203.16',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027154.0','1019838.0','5',    '4','2','3534.1',    '4','2','3334.11',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115418.0','1045405.0','3',    '2','2','3074.36',    '2','2','3074.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027155.0','1019838.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115419.0','1045405.0','2',    '2','2','6660.2',    '2','2','6660.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027156.0','1019838.0','2',    '1','1','2790.65',    '1','1','2790.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115420.0','1045405.0','15',    '12','10','62410.46',    '12','10','62410.46',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027157.0','1019838.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115421.0','1045405.0','550',    '489','404','1918950.92',    '473','391','1810799.54',    '311','79','108151.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027158.0','1019838.0','2',    '2','2','4724.74',    '2','2','4724.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115422.0','1045405.0','5',    '4','3','5537.99',    '4','3','5537.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027159.0','1019838.0','1',    '1','1','1873.18',    '1','1','1873.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115423.0','1045405.0','2',    '2','1','1800.0',    '2','1','1800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027160.0','1019838.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115424.0','1045405.0','1',    '1','1','1927.06',    '1','1','1927.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027161.0','1019838.0','1',    '1','1','2204.65',    '1','1','2204.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115425.0','1045405.0','17',    '15','9','27798.43',    '15','8','26488.05',    '11','5','1310.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027162.0','1019838.0','1',    '1','1','7296.14',    '1','1','7296.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115426.0','1045405.0','77',    '70','47','132976.37',    '64','44','128317.43',    '42','9','4658.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027163.0','1019838.0','1',    '1','1','1452.63',    '1','1','1452.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115427.0','1045405.0','12',    '9','5','13015.86',    '9','5','12413.34',    '6','2','602.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027164.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115428.0','1045405.0','362',    '310','217','937963.96',    '298','204','806256.84',    '212','68','131707.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027165.0','1019838.0','8',    '8','7','30396.03',    '8','7','29144.31',    '4','2','1251.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115429.0','1045405.0','5',    '4','3','8417.73',    '4','3','8417.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027166.0','1019838.0','11',    '7','4','14613.49',    '7','3','14213.51',    '3','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115430.0','1045405.0','42',    '38','25','85666.24',    '37','25','83439.51',    '24','3','2226.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027167.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115431.0','1045405.0','1',    '1','1','594.94',    '1','1','594.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027168.0','1019838.0','23',    '23','14','41789.27',    '22','14','41789.27',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115432.0','1045405.0','44',    '44','19','32267.32',    '41','17','29184.34',    '28','6','3082.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027169.0','1019838.0','63',    '51','39','164249.6',    '51','37','163665.12',    '31','3','584.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115433.0','1045405.0','1',    '1','1','1289.64',    '1','1','1289.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027170.0','1019838.0','6',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115434.0','1045405.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027171.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115435.0','1045405.0','7',    '5','3','24403.98',    '5','3','24403.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027172.0','1019838.0','2',    '2','2','1896.4',    '2','1','1474.0',    '2','1','422.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115436.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027173.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115437.0','1045405.0','9',    '7','3','7595.88',    '7','3','7595.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027174.0','1019838.0','12',    '10','5','15861.2',    '10','5','10861.2',    '6','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115438.0','1045405.0','4',    '3','2','3849.16',    '3','2','3849.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027175.0','1019838.0','6',    '5','5','6304.62',    '5','5','6304.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115439.0','1045405.0','19',    '17','9','28655.56',    '16','9','28655.56',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027176.0','1019838.0','3',    '3','2','4011.87',    '3','2','4011.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115440.0','1045405.0','5',    '5','5','20786.01',    '5','5','20786.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027177.0','1019838.0','8',    '8','4','36546.05',    '8','4','35260.37',    '5','2','1285.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115441.0','1045405.0','5',    '4','3','4287.98',    '4','3','4287.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027178.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115442.0','1045405.0','3',    '1','1','1503.73',    '1','1','1503.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027179.0','1019838.0','3',    '2','2','6617.13',    '2','2','5619.63',    '1','1','997.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115443.0','1045405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027180.0','1019838.0','12',    '12','4','19455.0',    '11','4','18948.95',    '6','1','506.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115444.0','1045405.0','3',    '3','3','29678.0',    '3','3','28705.53',    '3','1','972.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027181.0','1019838.0','1',    '1','1','2877.13',    '1','1','2877.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115445.0','1045405.0','8',    '8','4','6383.48',    '8','4','6033.49',    '3','1','349.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027182.0','1019838.0','1',    '1','1','3606.2',    '1','1','3606.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115446.0','1045405.0','24',    '22','10','14917.29',    '22','10','14548.29',    '13','1','369.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027183.0','1019838.0','109',    '94','62','157177.99',    '92','57','147856.99',    '59','19','9321.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115447.0','1045405.0','28',    '23','20','58016.42',    '23','19','52779.43',    '13','4','5236.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027184.0','1019838.0','23',    '22','14','68696.44',    '22','14','68096.47',    '12','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115448.0','1045405.0','23',    '17','9','36752.52',    '17','9','35527.63',    '10','1','1224.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027185.0','1019838.0','1',    '1','1','2601.6',    '1','1','2601.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115449.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027186.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115450.0','1045405.0','25',    '24','15','46313.6',    '24','14','44574.95',    '11','2','1738.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027187.0','1019838.0','1',    '1','1','4313.47',    '1','1','4313.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115451.0','1045405.0','14',    '11','3','11786.24',    '11','3','11786.24',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027188.0','1019838.0','25',    '23','18','48713.73',    '23','18','47735.74',    '12','2','977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115452.0','1045405.0','29',    '22','11','48208.06',    '21','11','48208.06',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027189.0','1019838.0','2',    '2','1','2639.34',    '2','1','2639.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115453.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027190.0','1019838.0','1',    '1','1','1480.43',    '1','1','1480.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115454.0','1045405.0','18',    '15','13','38438.9',    '14','13','38038.92',    '12','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027191.0','1019838.0','3',    '3','1','6680.8',    '2','1','6680.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115455.0','1045405.0','18',    '15','12','17763.22',    '12','12','17363.24',    '9','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027192.0','1019838.0','7',    '6','1','409.0',    '4','0','0.0',    '4','1','409.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115456.0','1045405.0','1',    '1','1','2309.72',    '1','1','2309.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027193.0','1019838.0','5',    '3','1','9618.81',    '3','1','9618.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115457.0','1045405.0','163',    '136','92','682180.68',    '126','86','542622.56',    '86','38','139558.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027194.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115458.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027195.0','1019838.0','34',    '32','24','54504.67',    '31','24','49483.61',    '26','6','5021.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115459.0','1045405.0','1',    '1','1','1993.26',    '1','1','1993.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027196.0','1019838.0','6',    '5','3','5006.74',    '5','3','4806.75',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115460.0','1045405.0','9',    '9','7','22122.55',    '9','7','21572.56',    '4','2','549.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027197.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115461.0','1045405.0','3',    '2','1','5927.08',    '2','1','5927.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027198.0','1019838.0','1',    '1','1','524.44',    '1','1','524.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115462.0','1045405.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027199.0','1019838.0','1',    '1','1','2974.94',    '1','1','2974.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115463.0','1045405.0','6',    '5','2','3221.55',    '5','2','3221.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027200.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115464.0','1045405.0','39',    '36','26','92784.9',    '35','26','91240.74',    '22','4','1544.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027201.0','1019838.0','3',    '3','3','13755.15',    '3','3','12577.18',    '1','1','1177.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115465.0','1045405.0','5',    '3','3','12316.37',    '3','3','11781.41',    '1','1','534.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027202.0','1019838.0','2',    '2','2','2784.94',    '2','2','2784.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115466.0','1045405.0','3',    '3','1','4647.58',    '3','1','3827.04',    '2','1','820.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027203.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115467.0','1045405.0','1',    '1','1','1444.16',    '1','1','1444.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027204.0','1019838.0','5',    '3','2','1033.55',    '3','2','1033.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115468.0','1045405.0','3',    '3','3','3407.99',    '3','3','3407.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027205.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115469.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027206.0','1019838.0','1',    '1','1','625.6',    '1','1','625.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115470.0','1045405.0','3',    '3','2','2666.28',    '2','2','2466.29',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027207.0','1019838.0','7',    '7','4','17332.96',    '7','4','17304.97',    '6','1','27.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115471.0','1045405.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027208.0','1019838.0','8',    '7','2','7808.4',    '6','2','7808.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115472.0','1045405.0','6',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027209.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115473.0','1045405.0','6',    '6','4','9843.56',    '6','4','9843.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027210.0','1019838.0','29',    '26','18','80155.54',    '25','17','62980.24',    '15','6','17175.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115474.0','1045405.0','6',    '6','2','5158.66',    '6','2','5158.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027211.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115475.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027212.0','1019838.0','406',    '402','22','7287.83',    '384','2','394.31',    '336','20','6893.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115476.0','1045405.0','3',    '3','3','5443.67',    '3','3','5443.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027213.0','1019838.0','1',    '1','1','1417.44',    '1','1','1417.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115477.0','1045405.0','1',    '1','1','2659.64',    '1','1','2659.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027214.0','1019838.0','4',    '2','1','2608.14',    '2','1','2608.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115478.0','1045405.0','6',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027215.0','1019838.0','63',    '63','55','112908.69',    '63','55','112829.7',    '10','1','78.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115479.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027216.0','1019838.0','39',    '39','35','95503.8',    '39','35','95069.33',    '13','3','434.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115480.0','1045405.0','2',    '2','2','1937.69',    '2','2','1937.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027217.0','1019838.0','1',    '1','1','576.72',    '1','1','576.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115481.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027218.0','1019838.0','2',    '2','1','4619.57',    '1','1','4419.58',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115482.0','1045405.0','112',    '109','10','30784.52',    '106','8','15743.4',    '54','6','15041.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027219.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115483.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027220.0','1019838.0','1',    '1','1','712.42',    '1','0','0.0',    '1','1','712.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115484.0','1045405.0','84',    '83','62','207319.61',    '81','61','198903.47',    '42','8','8416.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027221.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115485.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027222.0','1019838.0','3',    '3','3','2006.92',    '3','3','2006.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115486.0','1045405.0','13',    '11','3','2171.84',    '11','3','2171.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027223.0','1019838.0','66',    '66','62','258383.64',    '66','62','258146.67',    '10','3','236.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115487.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027224.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115488.0','1045405.0','57',    '51','44','53585.74',    '51','44','53585.74',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027225.0','1019838.0','460',    '406','295','603720.06',    '406','295','603575.16',    '52','1','144.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115489.0','1045405.0','11',    '10','7','7349.71',    '10','7','7349.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027226.0','1019838.0','31',    '29','11','117780.2',    '28','9','113221.92',    '13','3','4558.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115490.0','1045405.0','27',    '24','22','55860.72',    '24','22','55781.73',    '4','1','78.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027227.0','1019838.0','4',    '4','1','762.56',    '4','1','762.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115491.0','1045405.0','53',    '49','28','50403.19',    '49','27','50166.22',    '10','3','236.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027228.0','1019838.0','10',    '10','8','15623.49',    '10','8','15623.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115492.0','1045405.0','150',    '136','23','70994.17',    '131','19','53242.53',    '80','13','17751.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027229.0','1019838.0','19',    '18','4','43490.24',    '18','4','42582.27',    '10','1','907.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115493.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027230.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115494.0','1045405.0','36',    '36','28','49051.93',    '36','28','49051.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027231.0','1019838.0','174',    '146','121','655936.62',    '139','119','633833.11',    '85','32','22103.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115495.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027232.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115496.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027233.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115497.0','1045405.0','15',    '14','3','7954.62',    '14','3','7954.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027234.0','1019838.0','794',    '779','441','399403.64',    '744','112','118798.24',    '635','402','280605.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115498.0','1045405.0','12',    '9','3','2389.99',    '9','2','1889.99',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027235.0','1019838.0','2497',    '2469','1244','922982.12',    '2338','376','392535.6',    '2082','1090','530446.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115499.0','1045405.0','4',    '4','2','9766.47',    '4','1','8967.43',    '2','2','799.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027236.0','1019838.0','2',    '2','2','1782.21',    '2','2','1782.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115500.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027237.0','1019838.0','104',    '99','77','116669.5',    '99','77','116669.5',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115501.0','1045405.0','653',    '614','108','565246.75',    '590','80','389533.32',    '354','64','175713.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027238.0','1019838.0','59',    '55','47','72063.89',    '55','47','72063.89',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115502.0','1045405.0','14',    '13','7','83436.41',    '13','6','74231.83',    '8','4','9204.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027239.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115503.0','1045405.0','15',    '13','7','81990.24',    '13','7','76638.72',    '3','2','5351.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027240.0','1019838.0','3',    '3','3','4126.07',    '3','3','4126.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115504.0','1045405.0','2',    '2','2','7251.0',    '2','2','7251.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027241.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115505.0','1045405.0','14',    '14','6','6151.78',    '13','6','5967.28',    '9','1','184.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027242.0','1019838.0','10',    '9','3','33284.6',    '8','2','32357.54',    '5','2','927.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115506.0','1045405.0','1',    '1','1','6396.6',    '1','1','822.0',    '1','1','5574.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027243.0','1019838.0','24',    '19','6','33058.44',    '19','5','27954.0',    '5','2','5104.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115507.0','1045405.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027244.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115508.0','1045405.0','4',    '3','1','1594.0',    '3','1','1176.0',    '1','1','418.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027245.0','1019838.0','2',    '2','1','2404.29',    '2','1','2404.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115509.0','1045405.0','30',    '26','6','74363.33',    '26','4','66853.33',    '12','2','7510.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027246.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115510.0','1045405.0','1',    '1','1','1221.94',    '1','1','1221.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027247.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115511.0','1045405.0','6',    '6','5','5757.33',    '6','5','5757.33',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027248.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115512.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027249.0','1019838.0','10',    '9','8','14993.83',    '9','8','14993.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115513.0','1045405.0','17',    '17','4','53643.31',    '17','4','46325.77',    '13','1','7317.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027250.0','1019838.0','3',    '3','3','6957.52',    '3','3','6957.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115514.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027251.0','1019838.0','30',    '28','26','30187.42',    '28','26','30187.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115515.0','1045405.0','22',    '17','4','12463.36',    '16','1','4409.81',    '6','4','8053.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027252.0','1019838.0','9',    '6','3','23641.77',    '4','3','23271.78',    '3','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115516.0','1045405.0','39',    '33','12','157890.97',    '30','10','154619.77',    '16','4','3271.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027253.0','1019838.0','19',    '17','10','15675.48',    '17','10','15175.48',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115517.0','1045405.0','66',    '63','12','23636.22',    '60','8','21433.13',    '21','5','2203.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027254.0','1019838.0','13',    '13','3','48840.76',    '12','3','47910.35',    '7','1','930.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115518.0','1045405.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027255.0','1019838.0','5',    '4','2','5959.8',    '4','2','5517.78',    '2','1','442.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115519.0','1045405.0','83',    '77','16','146602.05',    '77','14','107904.78',    '42','6','38697.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027256.0','1019838.0','2',    '2','1','1753.51',    '2','1','1330.0',    '2','1','423.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115520.0','1045405.0','11',    '10','5','9097.98',    '10','4','5837.89',    '9','4','3260.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027257.0','1019838.0','1',    '1','1','10575.54',    '1','1','9214.41',    '1','1','1361.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115521.0','1045405.0','55',    '50','33','123458.73',    '49','33','118176.13',    '11','2','5282.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027258.0','1019838.0','22',    '18','12','50963.92',    '18','12','50963.92',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115522.0','1045405.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027259.0','1019838.0','3',    '3','2','1802.23',    '2','1','883.87',    '2','1','918.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115523.0','1045405.0','2',    '2','2','1069.66',    '2','0','0.0',    '2','2','1069.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027260.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115524.0','1045405.0','31',    '30','25','38323.67',    '29','25','38323.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027261.0','1019838.0','1',    '1','1','174.53',    '1','0','0.0',    '1','1','174.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115525.0','1045405.0','8',    '7','6','21810.96',    '7','6','21810.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027262.0','1019838.0','2',    '2','1','1273.33',    '2','1','1273.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115526.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027263.0','1019838.0','1',    '1','1','1189.44',    '1','1','1189.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115527.0','1045405.0','1',    '1','1','14625.91',    '1','1','14546.92',    '1','1','78.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027264.0','1019838.0','2',    '2','1','4115.74',    '2','1','4115.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115528.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027265.0','1019838.0','6',    '4','3','3210.36',    '4','3','3210.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115529.0','1045405.0','5',    '5','5','8386.87',    '5','5','8386.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027266.0','1019838.0','1',    '1','1','1052.83',    '1','1','1052.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115530.0','1045405.0','18',    '18','14','28462.68',    '18','14','28462.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027267.0','1019838.0','69',    '63','54','132367.34',    '63','54','132367.34',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115531.0','1045405.0','26',    '26','7','15945.22',    '26','7','15707.22',    '6','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027268.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115532.0','1045405.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027269.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115533.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027270.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115534.0','1045405.0','22',    '15','4','9184.1',    '14','3','4604.0',    '9','4','4580.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027271.0','1019838.0','8',    '8','7','42224.12',    '8','7','42014.13',    '5','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115535.0','1045405.0','54',    '51','31','168537.84',    '51','30','163777.17',    '27','6','4760.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027272.0','1019838.0','7',    '6','3','13958.09',    '5','3','13958.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115536.0','1045405.0','11',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027273.0','1019838.0','3',    '3','2','1377.37',    '3','2','1377.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115537.0','1045405.0','3',    '3','1','178.71',    '3','1','178.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027274.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115538.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027275.0','1019838.0','168',    '158','98','200173.54',    '158','97','200018.94',    '20','2','154.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115539.0','1045405.0','2',    '2','2','1615.69',    '2','2','1615.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027276.0','1019838.0','9',    '7','5','15595.15',    '7','5','15595.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115540.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027277.0','1019838.0','16',    '13','8','19308.9',    '13','7','19231.6',    '1','1','77.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115541.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027278.0','1019838.0','1',    '1','1','844.77',    '1','1','844.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115542.0','1045405.0','73',    '65','28','198472.5',    '62','27','177430.59',    '27','10','21041.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027279.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115543.0','1045405.0','93',    '90','55','196012.67',    '89','52','176266.57',    '41','18','19746.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027280.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115544.0','1045405.0','13',    '11','4','2824.42',    '11','2','1913.42',    '6','2','911.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027281.0','1019838.0','1',    '1','1','8117.09',    '1','1','7726.47',    '1','1','390.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115545.0','1045405.0','6',    '5','2','3134.39',    '5','2','3134.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027282.0','1019838.0','28',    '28','15','28130.73',    '28','15','27479.21',    '9','1','651.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115546.0','1045405.0','7',    '6','5','17365.5',    '6','5','17365.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027283.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115547.0','1045405.0','13',    '11','5','18346.37',    '11','5','17755.16',    '4','2','591.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027284.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115548.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027285.0','1019838.0','9',    '9','5','29835.36',    '8','3','13335.36',    '6','2','16500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115549.0','1045405.0','9',    '9','2','2815.2',    '9','2','2815.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027286.0','1019838.0','14',    '14','11','45494.92',    '14','11','43290.2',    '7','2','2204.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115550.0','1045405.0','11',    '10','4','12521.71',    '9','4','11650.58',    '5','1','871.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027287.0','1019838.0','10',    '8','2','5037.11',    '8','2','5037.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115551.0','1045405.0','10',    '10','8','41817.07',    '10','7','40472.23',    '8','2','1344.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027288.0','1019838.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115552.0','1045405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027289.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115553.0','1045405.0','3',    '2','1','199.99',    '2','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027290.0','1019838.0','111',    '103','18','251818.76',    '103','16','227490.69',    '59','8','24328.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115554.0','1045405.0','8',    '8','5','24987.15',    '8','5','23758.19',    '5','2','1228.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027291.0','1019838.0','37',    '32','2','5243.56',    '29','1','3361.97',    '9','1','1881.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115555.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027292.0','1019838.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115556.0','1045405.0','8',    '6','5','8635.17',    '6','5','8635.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027293.0','1019838.0','13',    '13','10','18724.06',    '13','10','18724.06',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115557.0','1045405.0','28',    '27','21','31958.71',    '27','21','31958.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027294.0','1019838.0','4',    '4','4','8467.3',    '4','4','8467.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115558.0','1045405.0','14',    '14','12','23941.7',    '14','12','23941.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027295.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115559.0','1045405.0','8',    '7','4','18520.91',    '7','4','18520.91',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027296.0','1019838.0','134',    '114','89','690980.4',    '108','86','635906.78',    '76','24','55073.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115560.0','1045405.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027297.0','1019838.0','2',    '2','2','6580.26',    '2','2','6580.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115561.0','1045405.0','3',    '3','2','2995.76',    '3','2','2995.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027298.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115562.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027299.0','1019838.0','2',    '2','1','2971.21',    '2','1','2971.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115563.0','1045405.0','3',    '3','2','1121.72',    '3','2','1121.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027300.0','1019838.0','8',    '8','1','1595.44',    '8','1','1595.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115564.0','1045405.0','1',    '1','1','4544.64',    '1','1','4544.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027301.0','1019838.0','5',    '3','2','20941.75',    '3','2','20497.01',    '2','1','444.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115565.0','1045405.0','23',    '22','20','36287.31',    '22','20','36287.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027302.0','1019838.0','35',    '28','24','41880.37',    '28','24','41880.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115566.0','1045405.0','122',    '108','77','166769.67',    '108','77','166769.67',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027303.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115567.0','1045405.0','18',    '15','7','21082.83',    '14','6','15825.93',    '6','2','5256.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027304.0','1019838.0','1383',    '1254','1015','2898291.63',    '1250','1003','2886440.27',    '283','75','11851.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115568.0','1045405.0','4',    '3','1','2616.59',    '3','1','2616.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027305.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115569.0','1045405.0','10',    '9','3','36283.08',    '9','3','34305.5',    '4','2','1977.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027306.0','1019838.0','714',    '619','312','2213462.32',    '559','276','1841047.24',    '371','135','372415.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115570.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027307.0','1019838.0','3',    '3','1','2296.66',    '3','1','982.0',    '2','1','1314.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115571.0','1045405.0','12',    '12','5','56062.27',    '11','5','36678.75',    '8','3','19383.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027308.0','1019838.0','1',    '1','1','1970.9',    '1','1','1970.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115572.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027309.0','1019838.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115573.0','1045405.0','8',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027310.0','1019838.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115574.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027311.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115575.0','1045405.0','13',    '9','7','6093.44',    '9','7','6093.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027312.0','1019838.0','18',    '18','6','59440.46',    '18','6','52165.26',    '9','2','7275.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115576.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027313.0','1019838.0','1',    '1','1','5420.18',    '1','1','4816.83',    '1','1','603.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115577.0','1045405.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027314.0','1019838.0','96',    '95','30','113944.3',    '92','26','103924.41',    '52','8','10019.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115578.0','1045405.0','67',    '61','30','69122.25',    '59','28','67015.95',    '23','4','2106.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027315.0','1019838.0','21',    '20','3','2677.04',    '20','3','2139.54',    '8','1','537.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115579.0','1045405.0','3',    '1','1','3606.38',    '1','1','3606.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027316.0','1019838.0','54',    '51','38','89696.31',    '49','35','75825.96',    '26','9','13870.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115580.0','1045405.0','1452',    '1205','961','6262065.68',    '1167','917','5205377.55',    '785','330','1056688.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027317.0','1019838.0','1',    '1','1','2261.86',    '1','1','1186.0',    '1','1','1075.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115581.0','1045405.0','5',    '4','3','3682.4',    '4','2','3482.41',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027318.0','1019838.0','11',    '10','3','7354.06',    '10','3','7354.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115582.0','1045405.0','1',    '1','1','363.36',    '1','0','0.0',    '1','1','363.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027319.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115583.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027320.0','1019838.0','4',    '4','4','4202.06',    '4','4','4202.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115584.0','1045405.0','13',    '12','10','17676.95',    '12','10','17676.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027321.0','1019838.0','12',    '11','9','23788.26',    '11','9','23788.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115585.0','1045405.0','32',    '32','29','94801.04',    '32','29','94801.04',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027322.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115586.0','1045405.0','4',    '3','2','2634.97',    '3','2','2634.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027323.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115587.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027324.0','1019838.0','1',    '1','1','2042.55',    '1','1','2042.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115588.0','1045405.0','5',    '5','3','10312.4',    '5','3','10312.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027325.0','1019838.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115589.0','1045405.0','6',    '6','1','4964.21',    '4','1','4964.21',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027326.0','1019838.0','16',    '14','6','7644.61',    '13','5','5806.03',    '9','1','1838.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115590.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027327.0','1019838.0','1',    '1','1','954.67',    '1','0','0.0',    '1','1','954.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115591.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027328.0','1019838.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115592.0','1045405.0','3',    '3','2','2664.87',    '3','2','2664.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027329.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115593.0','1045405.0','52',    '47','36','102903.06',    '47','36','102903.06',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027330.0','1019838.0','2',    '1','1','1032.38',    '1','1','1032.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115594.0','1045405.0','5',    '5','5','6609.11',    '5','5','6609.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027331.0','1019838.0','1',    '1','1','1390.23',    '1','1','1390.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115595.0','1045405.0','69',    '62','40','56859.06',    '62','39','56781.76',    '7','1','77.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027332.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115596.0','1045405.0','13',    '10','3','6270.9',    '9','3','4217.68',    '5','1','2053.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027333.0','1019838.0','91',    '86','75','217620.01',    '86','75','217108.47',    '15','3','511.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115597.0','1045405.0','14',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027334.0','1019838.0','57',    '56','47','103177.46',    '56','47','103017.46',    '9','1','160.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115598.0','1045405.0','597',    '546','450','947909.44',    '546','450','946536.68',    '54','9','1372.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027335.0','1019838.0','1',    '1','1','2205.54',    '1','1','2205.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115599.0','1045405.0','5',    '4','4','8402.15',    '4','4','8402.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027336.0','1019838.0','2',    '2','1','394.14',    '2','0','0.0',    '1','1','394.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115600.0','1045405.0','34',    '33','12','46408.93',    '32','12','46299.93',    '20','1','109.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027337.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115601.0','1045405.0','171',    '157','65','551456.66',    '154','57','490527.71',    '79','21','60928.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027338.0','1019838.0','517',    '472','102','297494.2',    '460','85','236156.1',    '252','47','61338.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115602.0','1045405.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027339.0','1019838.0','13',    '10','1','16203.48',    '10','1','16203.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115603.0','1045405.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027340.0','1019838.0','19',    '13','4','17520.45',    '12','4','15731.27',    '7','2','1789.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115604.0','1045405.0','11',    '7','2','7206.16',    '7','2','7206.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027341.0','1019838.0','4',    '4','2','29078.76',    '3','2','19492.57',    '4','1','9586.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115605.0','1045405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027342.0','1019838.0','6',    '6','1','9306.85',    '4','1','8265.3',    '4','1','1041.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115606.0','1045405.0','4',    '3','3','7122.51',    '3','2','6922.52',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027343.0','1019838.0','2',    '2','2','3672.74',    '2','2','3462.75',    '2','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115607.0','1045405.0','224',    '204','121','208397.18',    '203','120','206906.77',    '29','2','1490.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027344.0','1019838.0','4',    '4','1','147.99',    '4','0','0.0',    '2','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115608.0','1045405.0','33',    '29','9','50381.23',    '28','6','42095.61',    '13','4','8285.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027345.0','1019838.0','4',    '4','1','1405.44',    '4','1','1405.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115609.0','1045405.0','1',    '1','1','4299.29',    '1','1','4299.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027346.0','1019838.0','5',    '5','2','4799.84',    '5','1','3985.79',    '3','2','814.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115610.0','1045405.0','38',    '36','16','66510.91',    '35','14','62361.77',    '20','7','4149.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027347.0','1019838.0','1',    '1','1','6972.91',    '1','1','6972.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115611.0','1045405.0','1020',    '811','316','1853210.55',    '722','243','1105153.33',    '470','217','748057.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027348.0','1019838.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115612.0','1045405.0','735',    '662','222','350285.56',    '610','149','249631.02',    '308','107','100654.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027349.0','1019838.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115613.0','1045405.0','105',    '84','26','299731.58',    '74','22','260380.32',    '39','10','39351.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027350.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115614.0','1045405.0','10',    '10','2','3954.4',    '10','2','3954.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027351.0','1019838.0','4',    '4','3','14813.32',    '4','3','14072.71',    '1','1','740.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115615.0','1045405.0','14',    '13','11','36671.34',    '13','11','35392.79',    '6','2','1278.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027352.0','1019838.0','9',    '8','6','9172.38',    '7','6','9172.38',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115616.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027353.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115617.0','1045405.0','2',    '2','1','586.54',    '2','0','0.0',    '1','1','586.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027354.0','1019838.0','8',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115618.0','1045405.0','49',    '43','32','111606.32',    '42','32','109330.57',    '19','1','2275.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027355.0','1019838.0','15',    '13','5','20083.94',    '13','5','20083.94',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115619.0','1045405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027356.0','1019838.0','3',    '2','1','1389.46',    '2','1','1389.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115620.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027357.0','1019838.0','14',    '13','7','18228.33',    '11','6','11918.23',    '8','3','6310.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115621.0','1045405.0','1',    '1','1','855.13',    '1','0','0.0',    '1','1','855.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027358.0','1019838.0','2',    '2','2','445.16',    '2','2','445.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115622.0','1045405.0','63',    '56','16','91978.53',    '49','12','57449.87',    '25','10','34528.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027359.0','1019838.0','143',    '134','121','287773.38',    '133','121','286584.37',    '29','6','1189.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115623.0','1045405.0','31',    '26','10','36934.27',    '26','9','29028.09',    '17','2','7906.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027360.0','1019838.0','41',    '40','34','59230.91',    '40','34','59230.91',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115624.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027361.0','1019838.0','1',    '1','1','2921.27',    '1','1','2921.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115625.0','1045405.0','5',    '5','5','18753.91',    '5','5','18753.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027362.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115626.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027363.0','1019838.0','1',    '1','1','1014.79',    '1','1','1014.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115627.0','1045405.0','1',    '1','1','471.33',    '1','1','471.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027364.0','1019838.0','2',    '2','1','461.71',    '2','1','461.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115628.0','1045405.0','23',    '19','7','45450.18',    '19','6','44366.62',    '11','3','1083.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027365.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115629.0','1045405.0','70',    '60','14','146745.95',    '58','13','122898.52',    '28','5','23847.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027366.0','1019838.0','83',    '66','50','223289.9',    '63','47','203221.79',    '42','12','20068.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115630.0','1045405.0','12',    '11','9','27111.31',    '11','9','25764.45',    '6','2','1346.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027367.0','1019838.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115631.0','1045405.0','36',    '35','11','7119.73',    '33','7','5192.87',    '10','5','1926.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027368.0','1019838.0','12',    '8','5','100233.27',    '8','4','100085.28',    '6','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115632.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027369.0','1019838.0','20',    '14','1','499.99',    '11','0','0.0',    '9','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115633.0','1045405.0','4',    '4','4','3410.2',    '4','4','3410.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027370.0','1019838.0','276',    '238','161','726841.55',    '225','157','676624.11',    '109','31','50217.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115634.0','1045405.0','12',    '11','9','14648.45',    '11','9','14648.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027371.0','1019838.0','490',    '439','286','512389.83',    '439','286','512229.83',    '32','1','160.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115635.0','1045405.0','11',    '11','10','19701.98',    '11','10','19701.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027372.0','1019838.0','199',    '176','117','283369.56',    '176','116','283289.15',    '19','1','80.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115636.0','1045405.0','13',    '12','10','17808.31',    '12','10','17808.31',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027373.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115637.0','1045405.0','433',    '412','300','609119.15',    '411','300','608677.93',    '43','4','441.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027374.0','1019838.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115638.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027375.0','1019838.0','2',    '2','1','2251.32',    '2','1','1849.7',    '1','1','401.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115639.0','1045405.0','22',    '20','1','3501.99',    '20','1','1936.0',    '9','1','1565.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027376.0','1019838.0','2',    '2','1','648.32',    '2','1','648.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115640.0','1045405.0','154',    '144','66','930678.25',    '137','59','798609.14',    '77','25','132069.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027377.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115641.0','1045405.0','45',    '43','14','24844.94',    '43','13','21980.16',    '18','3','2864.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027378.0','1019838.0','109',    '95','42','194021.28',    '92','41','174523.25',    '42','7','19498.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115642.0','1045405.0','27',    '26','4','26781.84',    '25','3','26428.9',    '6','2','352.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027379.0','1019838.0','1',    '1','1','4730.92',    '1','1','1366.93',    '1','1','3363.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115643.0','1045405.0','49',    '42','10','9955.31',    '41','8','9499.37',    '10','2','455.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027380.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115644.0','1045405.0','7',    '4','3','36846.46',    '4','3','36453.68',    '3','1','392.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027381.0','1019838.0','99',    '85','19','120539.12',    '83','15','82511.92',    '55','10','38027.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115645.0','1045405.0','17',    '17','9','31568.48',    '15','9','27342.42',    '8','2','4226.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027382.0','1019838.0','23',    '22','10','55319.21',    '22','10','47266.63',    '11','1','8052.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115646.0','1045405.0','1',    '1','1','196.2',    '1','0','0.0',    '1','1','196.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027383.0','1019838.0','74',    '61','49','90467.88',    '60','49','90467.88',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115647.0','1045405.0','5',    '4','4','17465.4',    '4','4','17465.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027384.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115648.0','1045405.0','40',    '36','34','86276.27',    '36','34','86276.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027385.0','1019838.0','19',    '18','14','31366.84',    '18','14','31366.84',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115649.0','1045405.0','68',    '63','50','101462.63',    '63','50','101462.63',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027386.0','1019838.0','324',    '273','225','1685929.76',    '260','214','1553947.21',    '174','59','131982.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115650.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027387.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115651.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027388.0','1019838.0','6',    '6','3','62618.18',    '6','3','32333.25',    '3','3','30284.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115652.0','1045405.0','1',    '1','1','497.87',    '0','0','0.0',    '1','1','497.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027389.0','1019838.0','68',    '63','16','56076.68',    '61','11','45245.45',    '26','9','10831.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115653.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027390.0','1019838.0','478',    '424','100','551592.99',    '400','80','490179.55',    '141','39','61413.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115654.0','1045405.0','10',    '10','9','28486.51',    '10','9','28486.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027391.0','1019838.0','155',    '140','41','306642.93',    '136','35','267523.08',    '41','16','39119.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115655.0','1045405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027392.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115656.0','1045405.0','1',    '1','1','31400.0',    '0','0','0.0',    '1','1','31400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027393.0','1019838.0','150',    '141','81','167066.64',    '140','81','167066.64',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115657.0','1045405.0','1',    '1','1','114.06',    '1','1','114.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027394.0','1019838.0','86',    '78','59','298048.32',    '76','59','271969.58',    '46','16','26078.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115658.0','1045405.0','21',    '20','10','22442.11',    '19','8','20254.17',    '14','5','2187.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027395.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115659.0','1045405.0','16',    '14','8','17389.39',    '14','8','17389.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027396.0','1019838.0','9',    '8','7','19785.13',    '8','7','19785.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115660.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027397.0','1019838.0','2',    '2','2','6722.12',    '2','2','6722.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115661.0','1045405.0','2',    '2','2','16089.8',    '2','2','2784.0',    '2','2','13305.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027398.0','1019838.0','30',    '26','9','118027.41',    '25','9','109058.96',    '20','3','8968.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115662.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027399.0','1019838.0','1',    '1','1','2754.98',    '1','1','2754.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115663.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027400.0','1019838.0','8',    '8','7','28341.32',    '8','7','25216.32',    '3','1','3125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115664.0','1045405.0','2',    '2','1','881.49',    '1','1','881.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027401.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115665.0','1045405.0','2',    '2','1','3974.08',    '2','1','3974.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027402.0','1019838.0','35',    '31','13','54925.57',    '28','13','53420.67',    '21','4','1504.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115666.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027403.0','1019838.0','10',    '9','4','5727.08',    '8','3','5431.1',    '4','2','295.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115667.0','1045405.0','1',    '1','1','224.72',    '1','1','224.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027404.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115668.0','1045405.0','21',    '20','19','35005.55',    '20','19','35005.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027405.0','1019838.0','53',    '53','8','52924.5',    '52','6','49449.01',    '28','3','3475.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115669.0','1045405.0','130',    '118','107','163840.19',    '118','107','163730.2',    '10','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027406.0','1019838.0','2050',    '1929','1526','5608699.07',    '1921','1499','5580983.01',    '464','176','27716.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115670.0','1045405.0','51',    '46','38','104265.31',    '46','38','104023.06',    '10','1','242.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027407.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115671.0','1045405.0','98',    '91','23','27625.81',    '91','20','26578.21',    '53','5','1047.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027408.0','1019838.0','2',    '2','2','2495.25',    '2','2','2495.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115672.0','1045405.0','20',    '19','9','45549.66',    '19','9','40266.92',    '7','4','5282.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027409.0','1019838.0','75',    '65','8','53225.71',    '64','7','52831.57',    '18','1','394.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115673.0','1045405.0','6',    '6','3','3564.52',    '6','2','2362.07',    '3','2','1202.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027410.0','1019838.0','1',    '1','1','1557.05',    '1','1','1557.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115674.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027411.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115675.0','1045405.0','2',    '2','1','1227.66',    '2','1','1227.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027412.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115676.0','1045405.0','10',    '10','2','1992.07',    '10','2','1992.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027413.0','1019838.0','20',    '17','2','2041.92',    '17','1','1893.93',    '6','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115677.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027414.0','1019838.0','1',    '1','1','218.9',    '1','1','218.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115678.0','1045405.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027415.0','1019838.0','24',    '22','16','30235.48',    '21','15','30059.51',    '12','1','175.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115679.0','1045405.0','1',    '1','1','782.26',    '1','1','782.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027416.0','1019838.0','1',    '1','1','2838.97',    '1','1','2338.98',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115680.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027417.0','1019838.0','14',    '14','1','363.36',    '14','0','0.0',    '9','1','363.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115681.0','1045405.0','11',    '11','9','12975.58',    '11','9','12975.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027418.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115682.0','1045405.0','6',    '6','6','13160.41',    '6','5','13000.41',    '1','1','160.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027419.0','1019838.0','1',    '1','1','1475.24',    '1','1','1475.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115683.0','1045405.0','41',    '39','36','54485.38',    '39','36','54485.38',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027420.0','1019838.0','2',    '2','1','12413.24',    '2','1','12413.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115684.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027421.0','1019838.0','2',    '2','2','397.45',    '2','2','397.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115685.0','1045405.0','1',    '1','1','31400.0',    '1','1','31400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027422.0','1019838.0','4',    '4','2','3196.92',    '4','2','3196.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115686.0','1045405.0','3',    '3','1','1443.19',    '3','1','1443.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027423.0','1019838.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115687.0','1045405.0','1',    '1','1','1049.08',    '1','1','1049.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027424.0','1019838.0','15',    '15','9','136612.56',    '15','7','134041.58',    '13','3','2570.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115688.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027425.0','1019838.0','78',    '75','21','254988.74',    '73','19','185400.61',    '40','14','69588.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115689.0','1045405.0','61',    '53','49','335096.5',    '52','48','262747.45',    '35','19','72349.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027426.0','1019838.0','1',    '1','1','24584.33',    '1','1','17489.7',    '1','1','7094.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115690.0','1045405.0','37',    '27','6','15746.1',    '26','5','7945.66',    '8','4','7800.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027427.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115691.0','1045405.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027428.0','1019838.0','1',    '1','1','463.33',    '1','1','265.83',    '1','1','197.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115692.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027429.0','1019838.0','14',    '13','11','9876.09',    '13','11','9876.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115693.0','1045405.0','220',    '204','48','232347.47',    '203','39','205512.31',    '91','17','26835.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027430.0','1019838.0','2',    '2','1','2911.75',    '2','1','2911.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115694.0','1045405.0','13',    '13','6','4770.9',    '13','6','4770.9',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027431.0','1019838.0','1',    '1','1','261.83',    '1','1','261.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115695.0','1045405.0','184',    '165','116','240533.31',    '165','115','239040.77',    '19','8','1492.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027432.0','1019838.0','12',    '10','7','26519.84',    '10','7','25805.61',    '5','2','714.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115696.0','1045405.0','1',    '1','1','4343.14',    '1','1','4343.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027433.0','1019838.0','6',    '6','2','2753.32',    '6','2','2753.32',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115697.0','1045405.0','1',    '1','1','363.36',    '1','0','0.0',    '1','1','363.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027434.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115698.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027435.0','1019838.0','222',    '196','144','299053.32',    '196','143','287554.39',    '24','6','11498.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115699.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027436.0','1019838.0','215',    '190','165','422662.41',    '188','164','422582.0',    '20','1','80.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115700.0','1045405.0','254',    '240','38','201737.32',    '235','33','161012.69',    '128','17','40724.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027437.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115701.0','1045405.0','7',    '7','4','6369.24',    '7','4','6369.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027438.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115702.0','1045405.0','121',    '115','82','188261.81',    '115','82','188261.81',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027439.0','1019838.0','1',    '1','1','1430.72',    '1','1','1430.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115703.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027440.0','1019838.0','91',    '85','20','42601.68',    '83','20','29914.29',    '39','8','12687.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115704.0','1045405.0','37',    '34','7','54454.86',    '34','5','52173.53',    '12','2','2281.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027441.0','1019838.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115705.0','1045405.0','9',    '8','1','72.84',    '8','1','72.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027442.0','1019838.0','18',    '16','2','2583.47',    '16','2','2583.47',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115706.0','1045405.0','141',    '130','34','134916.14',    '124','28','52085.75',    '77','20','82830.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027443.0','1019838.0','35',    '34','12','24836.93',    '34','12','24598.93',    '7','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115707.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027444.0','1019838.0','4',    '4','3','14114.41',    '4','3','14114.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115708.0','1045405.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027445.0','1019838.0','19',    '15','4','17262.79',    '14','3','7552.02',    '3','2','9710.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115709.0','1045405.0','12',    '12','2','13695.12',    '12','2','13695.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027446.0','1019838.0','13',    '12','1','646.79',    '11','1','646.79',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115710.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027447.0','1019838.0','73',    '68','41','177363.26',    '64','39','143262.6',    '36','14','34100.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115711.0','1045405.0','5',    '5','1','143.8',    '5','1','143.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027448.0','1019838.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115712.0','1045405.0','36',    '31','6','7570.48',    '30','4','3322.38',    '15','3','4248.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027449.0','1019838.0','34',    '33','7','12183.5',    '32','7','10526.96',    '17','2','1656.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115713.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027450.0','1019838.0','18',    '17','14','23902.79',    '17','14','23902.79',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115714.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027451.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115715.0','1045405.0','102',    '98','48','228457.0',    '94','47','215915.94',    '34','5','12541.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027452.0','1019838.0','66',    '60','9','23214.11',    '58','8','9982.31',    '21','3','13231.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115716.0','1045405.0','4',    '4','1','1256.0',    '4','1','1256.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027453.0','1019838.0','19',    '17','3','8757.5',    '17','3','8757.5',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115717.0','1045405.0','5',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027454.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115718.0','1045405.0','1',    '1','1','3576.44',    '1','1','3576.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027455.0','1019838.0','2',    '2','1','2732.36',    '2','1','2732.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115719.0','1045405.0','32',    '27','7','93470.8',    '27','7','60157.76',    '11','5','33313.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027456.0','1019838.0','21',    '16','1','2099.35',    '16','1','2099.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115720.0','1045405.0','125',    '109','71','298881.62',    '104','68','274853.61',    '58','16','24028.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027457.0','1019838.0','154',    '145','56','106344.51',    '141','51','100379.01',    '51','11','5965.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115721.0','1045405.0','1',    '1','1','970.15',    '1','1','970.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027458.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115722.0','1045405.0','6',    '6','4','4432.49',    '6','4','4432.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027459.0','1019838.0','185',    '178','17','72872.73',    '177','16','68060.27',    '58','4','4812.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115723.0','1045405.0','18',    '17','9','21080.58',    '17','8','20870.59',    '4','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027460.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115724.0','1045405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027461.0','1019838.0','80',    '72','49','325141.02',    '69','48','273597.7',    '41','13','51543.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115725.0','1045405.0','2',    '2','2','24978.83',    '2','2','18843.59',    '1','1','6135.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027462.0','1019838.0','10',    '9','4','9519.27',    '9','4','9519.27',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115726.0','1045405.0','143',    '135','17','151280.49',    '131','14','117565.19',    '60','6','33715.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027463.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115727.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027464.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115728.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027465.0','1019838.0','1',    '1','1','5546.96',    '1','1','2581.43',    '1','1','2965.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115729.0','1045405.0','1',    '1','1','998.0',    '1','1','998.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027466.0','1019838.0','5',    '5','2','595.22',    '5','2','595.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115730.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027467.0','1019838.0','4',    '3','2','1008.28',    '3','2','1008.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115731.0','1045405.0','8',    '7','4','2737.27',    '7','4','2441.29',    '4','2','295.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027468.0','1019838.0','2',    '2','1','810.82',    '2','1','810.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115732.0','1045405.0','4',    '4','4','16500.15',    '4','4','3384.0',    '4','4','13116.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027469.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115733.0','1045405.0','1',    '1','1','1959.97',    '1','1','1959.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027470.0','1019838.0','31',    '28','5','64966.48',    '26','4','64850.48',    '14','1','116.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115734.0','1045405.0','27',    '25','8','26782.79',    '24','8','26782.79',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027471.0','1019838.0','1',    '1','1','3656.3',    '1','1','3656.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115735.0','1045405.0','2',    '2','1','287.63',    '2','1','287.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027472.0','1019838.0','66',    '65','44','279329.4',    '62','41','242886.66',    '47','15','36442.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115736.0','1045405.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027473.0','1019838.0','3',    '3','1','772.25',    '2','1','772.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115737.0','1045405.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027474.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115738.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027475.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115739.0','1045405.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027476.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115740.0','1045405.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027477.0','1019838.0','11',    '11','1','683.66',    '11','1','683.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115741.0','1045405.0','7',    '6','2','4350.78',    '6','2','4350.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027478.0','1019838.0','62',    '56','14','39389.77',    '56','13','21108.57',    '24','4','18281.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115742.0','1045405.0','16',    '16','3','3294.86',    '16','3','3222.45',    '8','1','72.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027479.0','1019838.0','11',    '10','1','2371.97',    '10','0','0.0',    '5','1','2371.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115743.0','1045405.0','295',    '277','214','1469280.11',    '276','210','1323307.32',    '120','42','145972.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027480.0','1019838.0','13',    '12','4','5190.52',    '12','3','4690.52',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115744.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027481.0','1019838.0','33',    '31','4','38965.65',    '29','4','38965.65',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115745.0','1045405.0','2',    '2','1','836.79',    '2','1','836.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027482.0','1019838.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115746.0','1045405.0','10',    '8','2','8848.15',    '8','2','1948.0',    '3','2','6900.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027483.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115747.0','1045405.0','2',    '2','2','7514.43',    '2','2','7514.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027484.0','1019838.0','1',    '1','1','1049.53',    '1','1','1049.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115748.0','1045405.0','39',    '37','3','6895.28',    '35','3','6895.28',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027485.0','1019838.0','44',    '42','16','84798.17',    '41','12','71084.91',    '25','8','13713.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115749.0','1045405.0','123',    '98','31','220629.65',    '96','27','164876.83',    '59','17','55752.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001688.0',    '2027486.0','1019838.0','2',    '2','1','751.25',    '2','1','751.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006045.0',    '2115750.0','1045405.0','5',    '4','3','3447.42',    '4','2','2707.44',    '4','1','739.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027487.0','1019838.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115751.0','1045405.0','12',    '9','7','15585.15',    '7','5','11057.41',    '8','4','4527.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027488.0','1019838.0','12',    '11','8','5993.14',    '11','8','5993.14',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115752.0','1045405.0','2',    '2','2','4303.3',    '2','2','4303.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027489.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115753.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027490.0','1019838.0','1',    '1','1','280.88',    '1','1','280.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115754.0','1045405.0','7',    '4','1','11525.93',    '4','1','11525.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027491.0','1019838.0','19',    '16','7','15268.06',    '16','7','15268.06',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115755.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027492.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115756.0','1045405.0','4',    '3','1','539.7',    '3','1','539.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027493.0','1019838.0','14',    '10','9','18197.93',    '10','9','18197.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115757.0','1045405.0','7',    '7','1','1065.35',    '7','1','325.37',    '2','1','739.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027494.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115758.0','1045405.0','1',    '1','1','1609.52',    '1','1','1609.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027495.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115759.0','1045405.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027496.0','1019838.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115760.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027497.0','1019838.0','1',    '1','1','7585.68',    '1','1','7585.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115761.0','1045405.0','2',    '2','1','6391.08',    '1','1','6391.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027498.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115762.0','1045405.0','18',    '13','4','4040.28',    '13','2','3009.86',    '5','2','1030.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027499.0','1019838.0','10',    '9','4','10200.65',    '9','4','10200.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115763.0','1045405.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027500.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115764.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027501.0','1019838.0','32',    '29','9','27478.35',    '27','3','11213.59',    '15','7','16264.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115765.0','1045405.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027502.0','1019838.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115766.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027503.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115767.0','1045405.0','7',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027504.0','1019838.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115768.0','1045405.0','11',    '11','1','1062.47',    '11','1','1062.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027505.0','1019838.0','3',    '3','2','1317.78',    '3','2','1317.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115769.0','1045405.0','19',    '19','10','51269.85',    '18','10','51269.85',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027506.0','1019838.0','19',    '19','8','88770.14',    '19','8','62170.91',    '11','5','26599.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115770.0','1045405.0','6',    '5','1','450.0',    '4','0','0.0',    '3','1','450.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027507.0','1019838.0','14',    '14','10','73086.49',    '13','10','73008.89',    '8','1','77.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115771.0','1045405.0','3',    '2','1','364.83',    '2','1','364.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027508.0','1019838.0','1',    '1','1','1246.74',    '1','1','1246.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115772.0','1045405.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027509.0','1019838.0','5',    '5','5','10645.49',    '5','5','10212.21',    '2','1','433.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115773.0','1045405.0','4',    '3','1','3933.52',    '2','1','3933.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027510.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115774.0','1045405.0','1',    '1','1','649.44',    '1','1','649.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027511.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115775.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027512.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115776.0','1045405.0','2',    '2','1','1710.8',    '2','1','1710.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027513.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115777.0','1045405.0','5',    '5','4','5012.23',    '4','4','5012.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027514.0','1019838.0','1',    '1','1','728.34',    '1','1','728.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115778.0','1045405.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027515.0','1019838.0','13',    '12','3','25170.29',    '11','3','22954.59',    '8','1','2215.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115779.0','1045405.0','1',    '1','1','1192.01',    '1','1','1192.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027516.0','1019838.0','6',    '5','2','24215.75',    '5','2','24215.75',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115780.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027517.0','1019838.0','628',    '559','355','2235619.42',    '537','345','2054232.69',    '290','86','181386.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115781.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027518.0','1019838.0','22',    '21','4','10251.27',    '21','4','10251.27',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115782.0','1045405.0','23',    '22','6','22367.24',    '20','5','19217.9',    '14','3','3149.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027519.0','1019838.0','9',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115783.0','1045405.0','105',    '71','30','68778.4',    '64','24','54896.52',    '34','10','13881.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027520.0','1019838.0','113',    '100','23','93449.55',    '92','18','78065.83',    '48','11','15383.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115784.0','1045405.0','15',    '13','9','41716.37',    '13','7','34881.54',    '9','5','6834.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027521.0','1019838.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115785.0','1045405.0','5',    '5','3','1726.39',    '4','3','1726.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027522.0','1019838.0','13',    '12','3','1803.27',    '12','2','1178.4',    '5','1','624.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115786.0','1045405.0','41',    '39','19','97878.9',    '38','18','61605.74',    '30','11','36273.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027523.0','1019838.0','2',    '2','1','595.8',    '2','1','595.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115787.0','1045405.0','388',    '345','202','762961.69',    '337','197','702337.36',    '160','36','60624.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027524.0','1019838.0','24',    '22','14','125801.89',    '22','14','118196.73',    '8','2','7605.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115788.0','1045405.0','47',    '42','14','43934.89',    '38','13','37548.06',    '29','7','6386.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027525.0','1019838.0','160',    '144','74','292014.69',    '138','70','277719.16',    '67','14','14295.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115789.0','1045405.0','21',    '19','2','36186.88',    '18','2','33833.95',    '8','1','2352.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027526.0','1019838.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115790.0','1045405.0','1',    '1','1','3228.19',    '0','0','0.0',    '1','1','3228.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027527.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115791.0','1045405.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027528.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115792.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027529.0','1019838.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115793.0','1045405.0','17',    '15','9','24219.04',    '15','9','24219.04',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027530.0','1019838.0','167',    '145','62','183590.98',    '139','55','173709.46',    '75','21','9881.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115794.0','1045405.0','3',    '3','1','353.35',    '3','1','353.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027531.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115795.0','1045405.0','5',    '5','2','36107.96',    '5','2','35235.0',    '3','1','872.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027532.0','1019838.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115796.0','1045405.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027533.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115797.0','1045405.0','5',    '5','3','2135.75',    '5','1','1715.77',    '2','2','419.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027534.0','1019838.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115798.0','1045405.0','5',    '5','3','5826.28',    '5','3','4516.84',    '3','1','1309.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027535.0','1019838.0','73',    '67','35','182068.19',    '67','35','171288.09',    '34','9','10780.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115799.0','1045405.0','4',    '4','1','547.77',    '2','1','547.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027536.0','1019838.0','22',    '17','3','3239.2',    '16','3','3239.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115800.0','1045405.0','94',    '85','39','176127.84',    '84','37','162436.08',    '37','13','13691.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027537.0','1019838.0','18',    '16','6','13892.7',    '16','6','13424.48',    '8','2','468.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115801.0','1045405.0','2',    '2','2','2762.44',    '2','2','2762.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027538.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115802.0','1045405.0','5',    '4','3','5505.97',    '4','3','5505.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027539.0','1019838.0','466',    '424','183','615994.46',    '399','166','541622.98',    '222','60','74371.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115803.0','1045405.0','13',    '13','1','320.6',    '13','1','320.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027540.0','1019838.0','3',    '3','3','6758.31',    '3','3','6758.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115804.0','1045405.0','13',    '9','2','5196.35',    '9','2','2902.35',    '4','1','2294.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027541.0','1019838.0','50',    '42','11','25523.35',    '39','8','22103.02',    '21','5','3420.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115805.0','1045405.0','9',    '6','1','333.22',    '6','1','333.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027542.0','1019838.0','7',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115806.0','1045405.0','10',    '10','4','8229.68',    '10','4','8229.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027543.0','1019838.0','27',    '26','14','100285.35',    '24','14','89254.4',    '15','4','11030.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115807.0','1045405.0','7',    '7','1','4933.0',    '7','1','4933.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027544.0','1019838.0','8',    '5','2','12204.26',    '5','1','210.35',    '5','1','11993.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115808.0','1045405.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027545.0','1019838.0','13',    '13','4','28450.05',    '13','3','27718.98',    '8','3','731.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115809.0','1045405.0','1',    '1','1','1235.69',    '1','1','1235.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027546.0','1019838.0','3',    '3','2','7709.54',    '3','2','7709.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115810.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027547.0','1019838.0','7',    '5','1','185.62',    '4','0','0.0',    '4','1','185.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115811.0','1045405.0','2',    '2','1','549.5',    '2','1','549.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027548.0','1019838.0','12',    '11','6','1925.37',    '11','6','1925.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115812.0','1045405.0','1',    '1','1','6111.66',    '1','1','6111.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027549.0','1019838.0','4',    '4','1','1997.96',    '4','1','1997.96',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115813.0','1045405.0','30',    '28','3','5108.94',    '28','3','5108.94',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027550.0','1019838.0','30',    '30','6','20075.76',    '30','6','17774.97',    '14','2','2300.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115814.0','1045405.0','773',    '684','337','914600.41',    '629','259','829201.86',    '443','136','85398.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027551.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115815.0','1045405.0','34',    '25','4','23078.09',    '25','4','17689.33',    '12','2','5388.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027552.0','1019838.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115816.0','1045405.0','7',    '7','3','22860.53',    '7','3','21363.83',    '4','2','1496.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027553.0','1019838.0','3',    '3','2','4227.8',    '3','2','4227.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115817.0','1045405.0','5',    '4','2','3000.02',    '2','2','3000.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027554.0','1019838.0','6',    '6','2','9416.39',    '6','2','9043.82',    '2','1','372.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115818.0','1045405.0','19',    '18','11','93616.57',    '18','11','80023.59',    '13','7','13592.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027555.0','1019838.0','6',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115819.0','1045405.0','32',    '26','11','32576.54',    '25','10','31533.34',    '21','3','1043.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027556.0','1019838.0','81',    '74','40','163969.17',    '70','39','161305.81',    '41','5','2663.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115820.0','1045405.0','665',    '585','323','1519617.53',    '550','276','1230362.25',    '378','167','289255.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027557.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115821.0','1045405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027558.0','1019838.0','107',    '102','48','393782.45',    '95','46','349851.95',    '56','16','43930.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115822.0','1045405.0','22',    '21','13','30897.18',    '21','13','28694.73',    '8','4','2202.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027559.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115823.0','1045405.0','33',    '29','22','47462.86',    '29','22','46222.8',    '15','3','1240.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027560.0','1019838.0','18',    '15','8','25850.2',    '15','7','23744.28',    '9','4','2105.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115824.0','1045405.0','14',    '10','4','14233.92',    '10','4','11702.92',    '5','2','2531.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027561.0','1019838.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115825.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027562.0','1019838.0','3',    '3','2','1830.57',    '3','2','1397.29',    '1','1','433.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115826.0','1045405.0','7',    '7','3','9844.28',    '7','3','9844.28',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027563.0','1019838.0','25',    '23','13','31515.15',    '23','11','29461.56',    '16','6','2053.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115827.0','1045405.0','1',    '1','1','3475.58',    '1','1','3269.16',    '1','1','206.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027564.0','1019838.0','49',    '41','23','79041.72',    '40','23','74103.51',    '22','2','4938.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115828.0','1045405.0','8',    '8','1','206.42',    '8','0','0.0',    '4','1','206.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027565.0','1019838.0','11',    '10','4','7556.39',    '9','4','6865.38',    '6','2','691.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115829.0','1045405.0','174',    '165','71','106495.43',    '153','33','74050.38',    '127','49','32445.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027566.0','1019838.0','86',    '82','28','156401.5',    '79','25','135925.07',    '47','14','20476.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115830.0','1045405.0','22',    '19','9','92662.82',    '18','9','75050.33',    '11','6','17612.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027567.0','1019838.0','7',    '6','5','8197.94',    '6','5','7608.04',    '3','1','589.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115831.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027568.0','1019838.0','16',    '13','6','11478.65',    '13','5','9850.95',    '7','2','1627.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115832.0','1045405.0','1',    '1','1','1315.08',    '1','1','1315.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027569.0','1019838.0','8',    '7','3','4539.65',    '7','2','4140.65',    '4','2','399.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115833.0','1045405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027570.0','1019838.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115834.0','1045405.0','221',    '203','108','476331.96',    '189','103','436829.14',    '104','26','39502.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027571.0','1019838.0','8',    '8','6','21703.3',    '8','5','21648.3',    '3','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115835.0','1045405.0','46',    '44','24','135113.45',    '42','22','131615.88',    '22','8','3497.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027572.0','1019838.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115836.0','1045405.0','26',    '24','1','2056.73',    '22','0','0.0',    '12','1','2056.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027573.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115837.0','1045406.0','188',    '112','28','49603.6',    '108','26','48243.7',    '39','6','1359.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027574.0','1019839.0','10',    '8','2','2953.53',    '8','2','2953.53',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115838.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027575.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115839.0','1045406.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027576.0','1019839.0','11',    '10','5','11592.16',    '10','4','9623.48',    '6','3','1968.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115840.0','1045406.0','5',    '5','1','163.72',    '5','1','163.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027577.0','1019839.0','650',    '588','336','1507632.53',    '559','309','1380914.27',    '334','98','126718.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115841.0','1045406.0','1',    '1','1','815.18',    '1','0','0.0',    '1','1','815.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027578.0','1019839.0','7',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115842.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027579.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115843.0','1045406.0','371',    '325','147','556799.04',    '299','133','458768.78',    '173','53','98030.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027580.0','1019839.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115844.0','1045406.0','109',    '107','62','152003.12',    '107','61','148633.99',    '50','4','3369.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027581.0','1019839.0','4',    '4','2','18062.32',    '4','2','18062.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115845.0','1045406.0','38',    '35','15','74187.17',    '35','14','59250.77',    '22','5','14936.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027582.0','1019839.0','19',    '19','0','0.0',    '16','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115846.0','1045406.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027583.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115847.0','1045406.0','5',    '5','3','5879.65',    '3','2','1879.65',    '3','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027584.0','1019839.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115848.0','1045406.0','65',    '58','25','54681.77',    '49','20','45942.52',    '32','6','8739.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027585.0','1019839.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115849.0','1045406.0','18',    '15','6','44417.85',    '13','3','39690.61',    '7','3','4727.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027586.0','1019839.0','38',    '34','21','138985.78',    '33','19','122192.04',    '23','14','16793.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115850.0','1045406.0','77',    '66','33','168579.53',    '62','31','154512.75',    '31','8','14066.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027587.0','1019839.0','3',    '3','1','426.8',    '3','1','426.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115851.0','1045406.0','5',    '5','3','4194.0',    '5','3','4194.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027588.0','1019839.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115852.0','1045406.0','29',    '28','11','25313.38',    '23','10','22194.64',    '19','3','3118.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027589.0','1019839.0','160',    '147','38','86012.86',    '144','35','77297.19',    '70','9','8715.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115853.0','1045406.0','3',    '3','2','1038.32',    '3','1','831.9',    '1','1','206.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027590.0','1019839.0','12',    '9','3','13938.56',    '8','2','13728.57',    '5','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115854.0','1045406.0','173',    '163','66','128511.71',    '154','41','101519.62',    '110','45','26992.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027591.0','1019839.0','7',    '7','2','6465.36',    '7','2','6465.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115855.0','1045406.0','18',    '17','3','6185.62',    '16','3','6185.62',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027592.0','1019839.0','4',    '3','1','137.48',    '3','1','137.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115856.0','1045406.0','22',    '20','6','14577.04',    '20','6','14334.04',    '8','2','243.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027593.0','1019839.0','8',    '8','5','10585.74',    '8','4','7488.62',    '4','3','3097.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115857.0','1045406.0','2',    '2','1','1852.0',    '2','1','1852.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027594.0','1019839.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115858.0','1045406.0','25',    '23','10','17581.04',    '22','10','17581.04',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027595.0','1019839.0','71',    '64','32','206182.69',    '63','32','184602.82',    '40','12','21579.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115859.0','1045406.0','1',    '1','1','1292.0',    '1','1','1292.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027596.0','1019839.0','132',    '122','35','157527.42',    '118','33','148090.74',    '67','11','9436.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115860.0','1045406.0','13',    '10','1','1432.0',    '10','1','1432.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027597.0','1019839.0','2',    '2','1','587.59',    '2','1','587.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115861.0','1045406.0','1',    '1','1','3130.72',    '1','1','1320.0',    '1','1','1810.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027598.0','1019839.0','7',    '7','1','719.36',    '6','1','719.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115862.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027599.0','1019839.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115863.0','1045406.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027600.0','1019839.0','52',    '46','20','75137.75',    '45','17','73093.35',    '31','6','2044.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115864.0','1045406.0','7',    '7','2','1806.06',    '7','2','1806.06',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027601.0','1019839.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115865.0','1045406.0','7',    '6','1','6848.35',    '6','1','6848.35',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027602.0','1019839.0','2',    '2','2','9305.71',    '2','2','9305.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115866.0','1045406.0','49',    '43','20','86726.66',    '39','19','79304.29',    '31','6','7422.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027603.0','1019839.0','360',    '331','169','678932.88',    '308','146','568061.86',    '227','79','110871.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115867.0','1045406.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027604.0','1019839.0','20',    '20','2','3846.04',    '20','1','3791.04',    '13','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115868.0','1045406.0','30',    '29','17','35084.82',    '28','17','34695.98',    '9','1','388.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027605.0','1019839.0','22',    '20','5','12148.12',    '20','4','11092.6',    '9','2','1055.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115869.0','1045406.0','18',    '18','5','30446.44',    '17','5','29229.61',    '5','2','1216.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027606.0','1019839.0','7',    '7','3','37428.74',    '7','3','35639.64',    '3','1','1789.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115870.0','1045406.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027607.0','1019839.0','1',    '1','1','55.0',    '1','0','0.0',    '1','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115871.0','1045406.0','1',    '1','1','2346.0',    '1','1','2346.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027608.0','1019839.0','120',    '109','50','138249.76',    '106','46','124772.41',    '49','16','13477.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115872.0','1045406.0','55',    '52','9','7879.82',    '51','9','7879.82',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027609.0','1019839.0','7',    '5','3','5014.4',    '5','3','5014.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2115873.0','1045406.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027610.0','1019839.0','44',    '42','9','13313.42',    '41','9','13313.42',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115874.0','1045406.0','20',    '20','7','9846.98',    '20','7','8977.28',    '9','1','869.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027611.0','1019839.0','6',    '6','2','4321.54',    '6','2','4208.54',    '2','1','113.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115875.0','1045406.0','6',    '5','3','7402.8',    '5','3','7196.38',    '2','1','206.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027612.0','1019839.0','110',    '95','26','54935.27',    '86','21','49109.37',    '60','9','5825.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115876.0','1045406.0','66',    '62','28','37029.54',    '54','11','21511.33',    '47','21','15518.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027613.0','1019839.0','2',    '2','1','1997.34',    '2','1','1997.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115877.0','1045406.0','2',    '2','1','1558.08',    '2','1','1558.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027614.0','1019839.0','26',    '25','6','16183.51',    '25','5','10305.62',    '11','2','5877.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115878.0','1045406.0','1',    '1','1','4000.0',    '0','0','0.0',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027615.0','1019839.0','59',    '53','22','46685.6',    '50','9','35802.37',    '41','17','10883.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115879.0','1045406.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027616.0','1019839.0','29',    '25','3','9793.62',    '23','3','8329.98',    '14','1','1463.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115880.0','1045406.0','65',    '59','27','65753.6',    '54','26','63784.15',    '32','7','1969.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027617.0','1019839.0','1',    '1','1','530.19',    '0','0','0.0',    '1','1','530.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115881.0','1045406.0','27',    '26','8','9492.71',    '25','7','9242.71',    '10','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027618.0','1019839.0','5',    '5','1','876.84',    '5','1','876.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115882.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027619.0','1019839.0','36',    '33','9','23127.2',    '31','9','22259.98',    '14','2','867.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115883.0','1045406.0','34',    '34','10','31363.43',    '31','5','24196.35',    '21','7','7167.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027620.0','1019839.0','17',    '15','8','35512.43',    '14','8','34540.33',    '7','2','972.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115884.0','1045406.0','8',    '8','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027621.0','1019839.0','20',    '17','3','6787.83',    '17','3','5966.51',    '7','1','821.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115885.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027622.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115886.0','1045406.0','61',    '53','34','98754.19',    '53','32','91028.41',    '18','7','7725.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027623.0','1019839.0','21',    '19','9','21310.38',    '18','9','20920.31',    '6','1','390.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115887.0','1045406.0','4',    '4','3','3530.83',    '4','3','3530.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027624.0','1019839.0','14',    '13','7','43882.98',    '13','7','36177.69',    '7','3','7705.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115888.0','1045406.0','271',    '257','76','268840.2',    '246','63','229666.09',    '145','37','39174.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027625.0','1019839.0','14',    '14','2','6063.76',    '14','2','6063.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115889.0','1045406.0','2',    '2','1','1432.0',    '2','1','1432.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027626.0','1019839.0','11',    '11','6','9634.47',    '11','5','9216.02',    '5','1','418.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115890.0','1045406.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027627.0','1019839.0','1',    '1','1','831.96',    '1','1','831.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115891.0','1045406.0','4',    '4','1','1177.02',    '3','1','1177.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027628.0','1019839.0','181',    '161','63','234722.95',    '155','60','213889.45',    '101','21','20833.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115892.0','1045406.0','8',    '7','3','4171.43',    '7','3','4099.02',    '3','1','72.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027629.0','1019839.0','7',    '7','2','2054.03',    '7','2','2054.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115893.0','1045406.0','37',    '33','17','55074.34',    '32','16','49409.8',    '18','5','5664.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027630.0','1019839.0','15',    '11','7','22336.3',    '11','6','20994.45',    '7','3','1341.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115894.0','1045406.0','11',    '10','2','6373.45',    '10','2','2358.68',    '5','1','4014.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027631.0','1019839.0','12',    '9','3','3332.8',    '9','3','2776.81',    '4','1','555.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115895.0','1045406.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027632.0','1019839.0','19',    '16','7','20987.39',    '16','6','20737.39',    '6','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115896.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027633.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115897.0','1045406.0','68',    '62','26','91641.04',    '60','23','83458.25',    '41','11','8182.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027634.0','1019839.0','19',    '19','7','26060.97',    '18','7','20295.9',    '13','2','5765.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115898.0','1045406.0','1',    '1','1','1397.57',    '1','1','1397.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027635.0','1019839.0','21',    '18','4','8406.72',    '16','4','7803.64',    '10','1','603.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115899.0','1045406.0','6',    '6','1','549.0',    '6','1','549.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027636.0','1019839.0','184',    '97','34','86764.49',    '86','29','76862.77',    '31','10','9901.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115900.0','1045406.0','9',    '7','1','4611.96',    '6','1','4611.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027637.0','1019839.0','2',    '2','2','1723.14',    '2','2','1723.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115901.0','1045406.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027638.0','1019839.0','3',    '2','2','6919.57',    '2','2','6758.57',    '1','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115902.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027639.0','1019839.0','10',    '10','3','2430.51',    '10','3','2224.09',    '6','1','206.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115903.0','1045406.0','7',    '6','4','7864.79',    '6','4','7274.89',    '4','1','589.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027640.0','1019839.0','48',    '44','13','25091.51',    '42','9','19620.98',    '29','7','5470.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115904.0','1045406.0','14',    '13','4','11118.02',    '13','4','10923.15',    '7','1','194.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027641.0','1019839.0','27',    '17','5','20900.24',    '17','5','20715.24',    '10','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115905.0','1045406.0','7',    '6','5','4933.87',    '6','4','4727.45',    '3','1','206.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027642.0','1019839.0','12',    '9','3','12785.45',    '7','3','12754.96',    '6','1','30.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115906.0','1045406.0','7',    '5','1','3210.18',    '5','1','2950.19',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027643.0','1019839.0','18',    '17','5','9973.59',    '17','4','9161.74',    '6','2','811.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115907.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027644.0','1019839.0','3',    '3','1','5112.7',    '3','1','4407.81',    '1','1','704.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115908.0','1045406.0','6',    '5','2','1910.26',    '5','2','1910.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027645.0','1019839.0','6',    '5','3','3964.82',    '5','3','3964.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115909.0','1045406.0','9',    '8','4','40670.25',    '8','4','40467.83',    '2','1','202.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027646.0','1019839.0','87',    '78','43','146239.33',    '75','38','142414.2',    '36','11','3825.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115910.0','1045406.0','14',    '13','2','2107.58',    '13','1','2023.75',    '4','1','83.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027647.0','1019839.0','56',    '51','23','63443.59',    '49','18','57480.96',    '33','11','5962.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115911.0','1045406.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027648.0','1019839.0','10',    '10','3','4524.33',    '10','3','4317.91',    '7','1','206.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115912.0','1045406.0','1',    '1','1','3461.91',    '1','1','3461.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027649.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115913.0','1045406.0','11',    '10','4','3356.57',    '10','4','3356.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027650.0','1019839.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115914.0','1045406.0','300',    '267','148','638564.3',    '250','136','578762.55',    '159','42','59801.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027651.0','1019839.0','10',    '9','3','30452.74',    '9','3','29618.01',    '5','1','834.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115915.0','1045406.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027652.0','1019839.0','136',    '125','36','146220.15',    '115','32','139386.88',    '63','9','6833.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115916.0','1045406.0','23',    '21','7','35697.83',    '21','7','35078.57',    '13','2','619.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027653.0','1019839.0','26',    '25','9','33715.67',    '24','7','31598.2',    '18','4','2117.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115917.0','1045406.0','14',    '14','6','29981.7',    '12','3','28453.0',    '10','5','1528.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027654.0','1019839.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115918.0','1045406.0','1',    '1','1','83.44',    '1','1','83.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027655.0','1019839.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115919.0','1045406.0','30',    '28','7','10402.68',    '27','4','9328.84',    '18','3','1073.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027656.0','1019839.0','20',    '18','3','5299.05',    '18','3','5299.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115920.0','1045406.0','11',    '10','2','3510.64',    '10','2','3510.64',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027657.0','1019839.0','7',    '6','1','1520.7',    '6','1','1520.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115921.0','1045406.0','7',    '7','2','2046.42',    '7','1','1852.0',    '3','1','194.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027658.0','1019839.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115922.0','1045406.0','17',    '15','7','4853.28',    '14','4','2982.36',    '11','4','1870.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027659.0','1019839.0','211',    '200','70','184407.05',    '193','35','160361.9',    '144','44','24045.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115923.0','1045406.0','5',    '3','1','3651.32',    '3','1','1990.0',    '1','1','1661.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027660.0','1019839.0','4',    '3','1','667.68',    '3','1','667.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115924.0','1045406.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027661.0','1019839.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115925.0','1045406.0','7',    '6','3','8586.84',    '4','2','2742.6',    '3','2','5844.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027662.0','1019839.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115926.0','1045406.0','6',    '6','2','7329.0',    '6','2','4314.58',    '3','1','3014.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027663.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115927.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027664.0','1019839.0','360',    '313','180','675896.54',    '289','169','625495.75',    '146','41','50400.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115928.0','1045406.0','3',    '3','1','394.13',    '3','0','0.0',    '3','1','394.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027665.0','1019839.0','35',    '32','9','8691.81',    '32','6','6988.98',    '12','5','1702.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115929.0','1045406.0','12',    '11','6','26652.33',    '10','5','25847.93',    '7','3','804.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027666.0','1019839.0','9',    '6','1','2998.8',    '6','1','2998.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115930.0','1045406.0','4',    '3','3','8336.17',    '3','3','7715.99',    '2','1','620.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027667.0','1019839.0','4',    '4','1','205.31',    '4','0','0.0',    '3','1','205.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115931.0','1045406.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027668.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115932.0','1045406.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027669.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115933.0','1045406.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027670.0','1019839.0','32',    '27','8','19101.83',    '27','6','9687.54',    '14','5','9414.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115934.0','1045406.0','30',    '25','14','48774.98',    '22','13','43122.76',    '18','6','5652.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027671.0','1019839.0','66',    '63','23','37924.02',    '63','16','34322.08',    '50','10','3601.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115935.0','1045406.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027672.0','1019839.0','22',    '18','1','314.1',    '14','0','0.0',    '14','1','314.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115936.0','1045406.0','2',    '2','2','5084.0',    '2','2','5084.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027673.0','1019839.0','14',    '12','2','3600.38',    '11','2','3600.38',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115937.0','1045406.0','19',    '16','7','15174.62',    '15','7','13816.07',    '10','2','1358.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027674.0','1019839.0','12',    '11','4','7834.28',    '11','4','7779.28',    '9','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115938.0','1045406.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027675.0','1019839.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115939.0','1045406.0','14',    '13','5','12378.11',    '11','5','12378.11',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027676.0','1019839.0','1',    '1','1','496.68',    '1','1','496.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115940.0','1045406.0','3',    '3','1','1387.36',    '3','1','1387.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027677.0','1019839.0','14',    '12','6','4842.39',    '11','5','4592.39',    '6','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115941.0','1045406.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027678.0','1019839.0','19',    '15','4','11823.1',    '14','4','11823.1',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115942.0','1045406.0','26',    '23','7','12418.55',    '22','6','11974.13',    '13','1','444.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027679.0','1019839.0','6',    '4','2','7895.29',    '4','2','7895.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115943.0','1045406.0','14',    '13','1','380.95',    '13','1','380.95',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027680.0','1019839.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115944.0','1045406.0','1',    '1','1','1852.0',    '1','1','1852.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027681.0','1019839.0','13',    '13','5','14226.61',    '11','4','6521.3',    '11','2','7705.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115945.0','1045406.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027682.0','1019839.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115946.0','1045406.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027683.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115947.0','1045406.0','7',    '5','3','14495.24',    '5','2','13995.25',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027684.0','1019839.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115948.0','1045406.0','10',    '10','1','631.26',    '9','1','631.26',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027685.0','1019839.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115949.0','1045406.0','45',    '40','5','27850.16',    '33','5','27850.16',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027686.0','1019839.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115950.0','1045406.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027687.0','1019839.0','39',    '36','8','7506.1',    '36','4','4761.52',    '17','4','2744.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115951.0','1045406.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027688.0','1019839.0','200',    '166','32','51653.58',    '140','24','39026.96',    '102','12','12626.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115952.0','1045406.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027689.0','1019839.0','16',    '13','2','422.05',    '13','1','274.06',    '4','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115953.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027690.0','1019839.0','20',    '14','6','19588.88',    '13','5','12088.88',    '5','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115954.0','1045406.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027691.0','1019839.0','14',    '12','0','0.0',    '12','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115955.0','1045406.0','7',    '4','1','460.81',    '4','1','330.85',    '3','1','129.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027692.0','1019839.0','11',    '8','1','620.62',    '8','0','0.0',    '2','1','620.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115956.0','1045406.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027693.0','1019839.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115957.0','1045406.0','11',    '11','3','1529.02',    '10','1','806.08',    '8','2','722.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027694.0','1019839.0','1',    '1','1','1785.02',    '1','1','1785.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115958.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027695.0','1019839.0','32',    '27','12','26861.25',    '25','11','26520.84',    '15','2','340.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115959.0','1045406.0','55',    '44','10','49124.6',    '44','9','45056.04',    '14','3','4068.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027696.0','1019839.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115960.0','1045406.0','17',    '17','7','7726.05',    '16','4','5149.59',    '7','4','2576.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027697.0','1019839.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115961.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027698.0','1019839.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115962.0','1045406.0','30',    '28','9','13568.45',    '28','8','13050.08',    '12','2','518.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027699.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115963.0','1045406.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027700.0','1019839.0','1',    '1','1','894.0',    '1','1','894.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115964.0','1045406.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027701.0','1019839.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115965.0','1045406.0','15',    '14','3','5031.39',    '14','3','4845.77',    '10','1','185.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027702.0','1019839.0','27',    '24','7','13123.22',    '22','5','11622.18',    '17','3','1501.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115966.0','1045406.0','13',    '10','1','101.13',    '10','1','101.13',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027703.0','1019839.0','61',    '57','25','34226.76',    '56','17','27494.53',    '32','11','6732.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115967.0','1045406.0','928',    '792','454','3006260.68',    '735','427','2750044.24',    '400','122','256216.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027704.0','1019839.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115968.0','1045406.0','2',    '2','1','1619.43',    '2','1','1619.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027705.0','1019839.0','27',    '24','15','22779.66',    '21','9','18446.43',    '20','9','4333.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115969.0','1045406.0','9',    '9','2','6119.6',    '8','2','5901.18',    '3','1','218.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027706.0','1019839.0','6',    '6','1','570.81',    '6','1','570.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115970.0','1045406.0','1',    '1','1','238.0',    '0','0','0.0',    '1','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027707.0','1019839.0','7',    '6','1','2859.93',    '6','1','2859.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115971.0','1045406.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027708.0','1019839.0','8',    '7','1','1360.62',    '7','1','666.0',    '4','1','694.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115972.0','1045406.0','8',    '7','4','4223.48',    '6','2','3928.49',    '4','2','294.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027709.0','1019839.0','9',    '8','2','4556.28',    '4','2','4556.28',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115973.0','1045406.0','28',    '22','5','3984.69',    '17','4','3484.7',    '14','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027710.0','1019839.0','10',    '9','4','12507.04',    '7','2','7288.62',    '7','2','5218.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115974.0','1045406.0','29',    '25','9','42527.58',    '25','9','42527.58',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027711.0','1019839.0','1',    '1','1','1030.03',    '1','1','1030.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115975.0','1045406.0','30',    '21','5','6239.5',    '13','3','5181.21',    '18','3','1058.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027712.0','1019839.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115976.0','1045406.0','5',    '5','2','33741.83',    '5','2','33741.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027713.0','1019839.0','6',    '3','2','8309.16',    '3','2','8309.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115977.0','1045406.0','3',    '3','2','1874.98',    '2','2','1297.59',    '2','1','577.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027714.0','1019839.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115978.0','1045406.0','10',    '9','3','4951.12',    '7','2','4475.13',    '6','1','475.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027715.0','1019839.0','4',    '4','2','1829.86',    '4','2','1829.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115979.0','1045406.0','50',    '50','25','72626.6',    '50','21','68712.99',    '39','12','3913.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027716.0','1019839.0','13',    '12','5','4681.22',    '12','1','2542.0',    '11','5','2139.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115980.0','1045406.0','13',    '12','5','2887.1',    '12','3','2224.34',    '6','2','662.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027717.0','1019839.0','3',    '2','1','17145.51',    '2','1','14211.99',    '2','1','2933.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115981.0','1045406.0','175',    '145','72','544545.33',    '134','67','501798.13',    '76','20','42747.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027718.0','1019839.0','23',    '15','2','4960.05',    '11','1','3919.62',    '12','2','1040.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115982.0','1045406.0','4',    '3','2','3742.5',    '2','2','3742.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027719.0','1019839.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115983.0','1045406.0','7',    '6','2','9543.25',    '5','1','8613.58',    '5','2','929.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027720.0','1019839.0','16',    '16','10','23902.61',    '13','8','22728.11',    '12','3','1174.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115984.0','1045406.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027721.0','1019839.0','9',    '9','2','7607.07',    '8','2','7607.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115985.0','1045406.0','79',    '70','30','165814.53',    '67','29','143370.53',    '48','16','22444.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027722.0','1019839.0','763',    '623','274','1680264.42',    '568','239','1338128.25',    '425','149','342136.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2115986.0','1045406.0','12',    '12','3','3107.57',    '12','3','3107.57',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027723.0','1019839.0','153',    '130','81','346638.16',    '128','78','284911.11',    '68','24','61727.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115987.0','1045406.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027724.0','1019839.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115988.0','1045406.0','39',    '36','9','19730.64',    '34','9','18800.82',    '15','3','929.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027725.0','1019839.0','28',    '19','7','10983.18',    '16','4','8711.91',    '14','4','2271.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115989.0','1045406.0','2',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027726.0','1019839.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2115990.0','1045406.0','15',    '11','2','3062.02',    '9','1','2188.34',    '9','1','873.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027727.0','1019843.0','28',    '25','7','11113.45',    '21','5','10113.47',    '10','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115991.0','1045410.0','3',    '2','1','867.56',    '2','1','867.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027728.0','1019843.0','6',    '6','1','777.96',    '3','0','0.0',    '5','1','777.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115992.0','1045410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027729.0','1019843.0','31',    '31','8','9801.02',    '28','4','8191.69',    '27','5','1609.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115993.0','1045410.0','19',    '16','6','12873.99',    '14','6','12264.01',    '9','1','609.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027730.0','1019843.0','15',    '14','7','18914.35',    '9','3','13647.24',    '12','6','5267.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115994.0','1045410.0','176',    '158','111','801423.84',    '150','104','726190.14',    '90','36','75233.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027731.0','1019843.0','2',    '1','1','1616.55',    '1','1','1616.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115995.0','1045410.0','4',    '4','3','11300.18',    '4','3','11300.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027732.0','1019843.0','230',    '204','124','484843.39',    '195','114','432059.46',    '124','47','52783.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115996.0','1045410.0','10',    '8','2','37581.8',    '8','2','37581.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001640.0',    '2027733.0','1019843.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006046.0',    '2115997.0','1045410.0','17',    '12','1','445.22',    '12','1','445.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027734.0','1019843.0','21',    '18','7','24215.13',    '18','6','22826.99',    '8','2','1388.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115998.0','1045410.0','13',    '13','6','22651.84',    '12','6','22651.84',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027735.0','1019843.0','21',    '15','3','5029.07',    '12','3','5029.07',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2115999.0','1045410.0','12',    '10','6','19688.65',    '9','6','19303.65',    '8','2','385.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027736.0','1019843.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116000.0','1045410.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027737.0','1019843.0','10',    '8','2','32339.1',    '7','2','32339.1',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116001.0','1045410.0','12',    '12','2','2031.99',    '11','1','1532.0',    '7','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027738.0','1019843.0','6',    '5','1','595.44',    '5','1','595.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116002.0','1045410.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027739.0','1019843.0','7',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116003.0','1045410.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027740.0','1019843.0','5',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116004.0','1045410.0','6',    '4','1','1837.85',    '3','1','1837.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027741.0','1019843.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116005.0','1045410.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027742.0','1019843.0','49',    '43','14','31665.84',    '39','14','31294.85',    '25','2','370.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116006.0','1045410.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027743.0','1019843.0','26',    '23','4','1371.52',    '22','0','0.0',    '12','4','1371.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116007.0','1045410.0','3',    '3','1','1102.4',    '3','1','1102.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027744.0','1019843.0','65',    '60','35','109822.04',    '60','27','98823.33',    '43','19','10998.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116008.0','1045410.0','6',    '6','3','9037.38',    '6','3','9037.38',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027745.0','1019843.0','8',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116009.0','1045410.0','26',    '22','7','10303.8',    '18','6','9803.81',    '10','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027746.0','1019843.0','12',    '11','7','33570.12',    '11','6','30342.46',    '9','6','3227.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116010.0','1045410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027747.0','1019843.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116011.0','1045410.0','32',    '25','11','22857.09',    '23','10','18730.32',    '14','4','4126.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027748.0','1019843.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116012.0','1045410.0','178',    '173','78','168168.67',    '168','45','140908.81',    '125','48','27259.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027749.0','1019843.0','86',    '78','42','111565.96',    '77','39','106471.26',    '37','10','5094.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116013.0','1045410.0','14',    '14','6','7462.66',    '11','3','5872.9',    '11','3','1589.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027750.0','1019843.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116014.0','1045410.0','30',    '23','11','26106.81',    '21','10','22976.33',    '13','3','3130.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027751.0','1019843.0','1',    '1','1','16491.88',    '1','1','16491.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116015.0','1045410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027752.0','1019843.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116016.0','1045410.0','3',    '3','1','205.31',    '3','0','0.0',    '1','1','205.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027753.0','1019843.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116017.0','1045410.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027754.0','1019843.0','1',    '1','1','541.48',    '1','1','541.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116018.0','1045410.0','6',    '5','1','235.29',    '5','1','235.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027755.0','1019843.0','5',    '5','2','3780.6',    '4','2','2973.94',    '5','1','806.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116019.0','1045410.0','15',    '13','7','16044.7',    '12','4','3706.15',    '10','5','12338.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027756.0','1019843.0','21',    '16','5','11442.84',    '15','5','10463.84',    '11','3','979.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116020.0','1045410.0','7',    '5','2','3974.61',    '4','1','71.76',    '1','1','3902.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027757.0','1019843.0','120',    '96','26','40066.79',    '74','14','21381.47',    '57','13','18685.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116021.0','1045410.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027758.0','1019843.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116022.0','1045410.0','9',    '8','2','2003.22',    '8','2','2003.22',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027759.0','1019843.0','33',    '29','9','23631.85',    '29','9','22993.85',    '9','1','638.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116023.0','1045410.0','1',    '1','1','1248.0',    '1','1','1248.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027760.0','1019843.0','1',    '1','1','1568.56',    '1','1','1568.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116024.0','1045410.0','2',    '2','1','475.99',    '2','0','0.0',    '2','1','475.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027761.0','1019843.0','1',    '1','1','481.17',    '1','1','481.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116025.0','1045410.0','6',    '4','1','499.99',    '3','0','0.0',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027762.0','1019843.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116026.0','1045410.0','39',    '34','9','14697.3',    '29','6','7015.26',    '20','5','7682.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027763.0','1019843.0','7',    '6','3','10265.03',    '5','2','7602.9',    '6','2','2662.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116027.0','1045410.0','29',    '23','6','9757.61',    '23','5','7954.57',    '15','2','1803.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027764.0','1019843.0','2',    '2','1','3011.72',    '1','1','3011.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116028.0','1045410.0','5',    '4','1','105.0',    '4','0','0.0',    '4','1','105.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027765.0','1019843.0','4',    '4','2','3019.94',    '4','2','3019.94',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116029.0','1045410.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027766.0','1019843.0','1',    '1','1','7319.4',    '1','1','7319.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116030.0','1045410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027767.0','1019843.0','137',    '107','63','174692.86',    '103','62','154637.62',    '59','17','20055.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116031.0','1045410.0','61',    '59','27','50707.94',    '56','24','43505.52',    '38','8','7202.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027768.0','1019843.0','5',    '4','2','2075.37',    '4','1','1914.37',    '3','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116032.0','1045410.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027769.0','1019843.0','12',    '10','5','43715.87',    '8','5','36310.97',    '8','2','7404.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116033.0','1045410.0','45',    '43','21','190932.49',    '40','20','183239.52',    '24','8','7692.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027770.0','1019843.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116034.0','1045410.0','10',    '10','4','19027.8',    '10','4','14177.37',    '7','2','4850.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027771.0','1019843.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116035.0','1045410.0','49',    '47','17','40066.81',    '46','15','33313.06',    '23','6','6753.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027772.0','1019843.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116036.0','1045410.0','33',    '32','15','35097.42',    '30','10','30686.55',    '27','11','4410.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027773.0','1019843.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116037.0','1045410.0','43',    '36','15','53953.66',    '33','13','43548.78',    '19','6','10404.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027774.0','1019843.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116038.0','1045410.0','36',    '35','19','82783.16',    '35','14','79142.77',    '31','9','3640.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027775.0','1019843.0','8',    '8','2','3349.16',    '6','2','3349.16',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116039.0','1045410.0','25',    '23','3','9853.14',    '23','3','6579.63',    '12','1','3273.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027776.0','1019843.0','1',    '1','1','3361.49',    '1','1','1154.0',    '1','1','2207.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116040.0','1045410.0','13',    '10','2','1229.41',    '10','2','1229.41',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027777.0','1019843.0','4',    '4','1','499.99',    '3','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116041.0','1045410.0','6',    '3','1','727.42',    '2','0','0.0',    '2','1','727.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027778.0','1019843.0','181',    '157','81','357033.98',    '141','73','285060.4',    '103','36','71973.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116042.0','1045410.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027779.0','1019843.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116043.0','1045410.0','6',    '6','5','27413.92',    '6','5','24145.87',    '4','3','3268.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027780.0','1019843.0','3',    '3','2','3198.07',    '3','2','3198.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116044.0','1045410.0','11',    '11','2','1475.57',    '11','1','1057.12',    '5','1','418.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027781.0','1019843.0','8',    '7','5','9850.56',    '6','4','5353.31',    '5','3','4497.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116045.0','1045410.0','18',    '18','6','16447.87',    '18','6','15707.88',    '10','2','739.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027782.0','1019843.0','32',    '29','11','12277.83',    '26','9','11222.85',    '17','3','1054.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116046.0','1045410.0','47',    '42','22','81818.72',    '39','17','62876.45',    '21','12','18942.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027783.0','1019843.0','3',    '3','2','3501.21',    '3','2','3501.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116047.0','1045410.0','5',    '5','3','2597.24',    '5','3','2597.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027784.0','1019848.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116048.0','1045415.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027785.0','1019848.0','5',    '5','1','1748.2',    '5','1','1332.0',    '3','1','416.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116049.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027786.0','1019848.0','10',    '10','3','6764.23',    '10','3','5986.55',    '3','1','777.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116050.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027787.0','1019848.0','130',    '127','51','71310.46',    '124','33','53471.76',    '95','33','17838.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116051.0','1045415.0','9',    '7','2','6371.5',    '7','2','5953.05',    '2','1','418.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027788.0','1019848.0','21',    '18','4','3353.61',    '16','1','2370.93',    '11','3','982.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116052.0','1045415.0','18',    '17','8','26806.73',    '17','8','22792.93',    '12','2','4013.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027789.0','1019848.0','18',    '18','5','5656.02',    '17','2','4228.0',    '17','4','1428.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116053.0','1045415.0','19',    '18','1','2179.84',    '18','1','2179.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027790.0','1019848.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116054.0','1045415.0','1',    '1','1','7289.0',    '0','0','0.0',    '1','1','7289.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027791.0','1019848.0','3',    '3','2','45182.36',    '3','2','44989.94',    '3','1','192.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116055.0','1045415.0','39',    '34','7','22810.8',    '33','4','19083.06',    '21','5','3727.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027792.0','1019848.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116056.0','1045415.0','5',    '5','1','3904.32',    '5','1','3904.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027793.0','1019848.0','2',    '2','1','683.45',    '2','1','683.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116057.0','1045415.0','16',    '14','4','6331.03',    '14','3','5918.62',    '5','2','412.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027794.0','1019848.0','2',    '2','1','1025.85',    '2','0','0.0',    '1','1','1025.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116058.0','1045415.0','69',    '59','33','158820.89',    '55','33','149496.09',    '28','8','9324.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027795.0','1019848.0','14',    '12','2','2077.89',    '12','1','1068.29',    '8','2','1009.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116059.0','1045415.0','1',    '1','1','961.02',    '1','1','777.04',    '1','1','183.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027796.0','1019848.0','2',    '2','1','2751.44',    '2','1','2013.75',    '2','1','737.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116060.0','1045415.0','7',    '7','2','2689.34',    '6','2','2470.92',    '4','1','218.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027797.0','1019848.0','11',    '6','1','1290.98',    '6','1','1290.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116061.0','1045415.0','18',    '13','7','16873.38',    '10','5','14738.94',    '9','3','2134.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027798.0','1019848.0','151',    '146','79','116667.78',    '139','19','91114.87',    '120','66','25552.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116062.0','1045415.0','62',    '53','20','90295.47',    '53','20','80833.25',    '22','4','9462.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027799.0','1019848.0','10',    '10','8','20543.83',    '10','7','19609.22',    '7','2','934.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116063.0','1045415.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027800.0','1019848.0','20',    '20','9','11146.56',    '13','8','10146.58',    '14','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116064.0','1045415.0','1',    '1','1','499.99',    '0','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027801.0','1019848.0','10',    '9','6','9527.81',    '8','5','8592.2',    '5','3','935.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116065.0','1045415.0','9',    '6','2','29566.04',    '6','2','26011.91',    '6','1','3554.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027802.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116066.0','1045415.0','1',    '1','1','499.99',    '0','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027803.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116067.0','1045415.0','19',    '15','2','3986.86',    '10','2','3986.86',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027804.0','1019848.0','3',    '3','1','1934.49',    '3','1','1934.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116068.0','1045415.0','11',    '10','3','3787.17',    '10','3','3787.17',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027805.0','1019848.0','48',    '40','12','13675.54',    '30','7','11654.04',    '24','5','2021.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116069.0','1045415.0','12',    '11','4','5899.18',    '11','2','5024.19',    '5','2','874.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027806.0','1019848.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116070.0','1045415.0','5',    '5','1','1129.98',    '4','1','1129.98',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027807.0','1019848.0','52',    '42','11','36993.18',    '36','8','32294.5',    '22','5','4698.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116071.0','1045415.0','11',    '10','2','332.99',    '6','0','0.0',    '9','2','332.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027808.0','1019848.0','2',    '2','2','3934.52',    '2','2','3934.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116072.0','1045415.0','3',    '3','2','12961.26',    '1','1','2531.27',    '3','2','10429.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027809.0','1019848.0','3',    '3','1','546.59',    '3','1','546.59',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116073.0','1045415.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027810.0','1019848.0','14',    '14','2','1446.99',    '13','1','947.0',    '11','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116074.0','1045415.0','1',    '1','1','1122.13',    '1','1','779.13',    '1','1','343.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027811.0','1019848.0','8',    '7','3','3468.59',    '7','1','2539.6',    '4','2','928.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116075.0','1045415.0','43',    '32','10','29267.91',    '26','8','27496.46',    '16','4','1771.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027812.0','1019848.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116076.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027813.0','1019848.0','16',    '13','2','16725.17',    '12','2','16725.17',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116077.0','1045415.0','1',    '1','1','1266.98',    '1','1','1266.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027814.0','1019848.0','2',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116078.0','1045415.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027815.0','1019848.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116079.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027816.0','1019848.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116080.0','1045415.0','15',    '10','3','36625.54',    '6','2','36477.55',    '8','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027817.0','1019848.0','24',    '24','9','21108.18',    '24','9','21108.18',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116081.0','1045415.0','1',    '1','1','2367.47',    '1','1','2367.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027818.0','1019848.0','18',    '13','1','423.62',    '8','0','0.0',    '8','1','423.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116082.0','1045415.0','6',    '6','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027819.0','1019848.0','17',    '12','2','737.99',    '9','0','0.0',    '10','2','737.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116083.0','1045415.0','3',    '3','1','499.99',    '2','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027820.0','1019848.0','50',    '32','6','8749.31',    '24','3','3498.92',    '21','3','5250.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116084.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027821.0','1019848.0','1',    '1','1','1053.98',    '1','1','1053.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116085.0','1045415.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027822.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116086.0','1045415.0','1',    '1','1','7604.82',    '1','1','7604.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027823.0','1019848.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116087.0','1045415.0','8',    '8','2','1137.96',    '7','1','637.97',    '5','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027824.0','1019848.0','9',    '7','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116088.0','1045415.0','3',    '3','1','459.91',    '2','1','459.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027825.0','1019848.0','31',    '23','2','845.99',    '14','0','0.0',    '15','2','845.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116089.0','1045415.0','37',    '30','4','5255.16',    '21','2','3847.2',    '21','2','1407.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027826.0','1019848.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116090.0','1045415.0','41',    '39','8','19627.58',    '28','7','19256.34',    '25','1','371.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027827.0','1019848.0','30',    '27','3','3752.4',    '25','3','3752.4',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116091.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027828.0','1019848.0','4',    '4','2','2349.81',    '4','2','1926.81',    '1','1','423.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116092.0','1045415.0','4',    '4','1','1528.86',    '3','1','1528.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027829.0','1019848.0','1',    '1','1','1761.27',    '1','1','1761.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116093.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027830.0','1019848.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116094.0','1045415.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027831.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116095.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027832.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116096.0','1045415.0','18',    '18','3','3339.46',    '16','2','2441.64',    '9','2','897.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027833.0','1019848.0','103',    '83','15','32072.92',    '71','12','29336.13',    '46','5','2736.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116097.0','1045415.0','6',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027834.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116098.0','1045415.0','6',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027835.0','1019848.0','6',    '4','3','5899.58',    '4','3','5684.72',    '4','1','214.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116099.0','1045415.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027836.0','1019848.0','5',    '4','3','8233.23',    '4','3','7055.67',    '2','2','1177.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116100.0','1045415.0','14',    '9','1','1574.09',    '6','1','1574.09',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027837.0','1019848.0','31',    '27','9','90353.48',    '21','6','88647.74',    '19','3','1705.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116101.0','1045415.0','5',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027838.0','1019848.0','3',    '2','1','656.97',    '2','1','656.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116102.0','1045415.0','57',    '46','8','48963.16',    '43','7','48251.99',    '17','1','711.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027839.0','1019848.0','6',    '5','1','3951.67',    '5','1','3951.67',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116103.0','1045415.0','26',    '21','9','14734.18',    '21','9','13533.71',    '12','2','1200.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027840.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116104.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027841.0','1019848.0','7',    '6','3','14056.27',    '6','3','13401.19',    '3','1','655.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116105.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027842.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116106.0','1045415.0','60',    '51','12','24185.86',    '44','10','23425.44',    '27','2','760.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027843.0','1019848.0','12',    '12','4','6108.07',    '12','4','6108.07',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116107.0','1045415.0','1',    '1','1','2213.37',    '1','1','2213.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027844.0','1019848.0','23',    '19','5','9587.58',    '10','1','1250.0',    '16','5','8337.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116108.0','1045415.0','4',    '4','3','6215.39',    '3','2','5742.9',    '2','1','472.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027845.0','1019848.0','11',    '9','5','8775.79',    '8','5','7890.24',    '5','1','885.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116109.0','1045415.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027846.0','1019848.0','16',    '15','5','8882.98',    '13','4','8697.98',    '8','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116110.0','1045415.0','9',    '7','2','655.8',    '6','1','256.8',    '4','1','399.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027847.0','1019848.0','22',    '17','6','11723.56',    '13','5','11383.56',    '10','1','340.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116111.0','1045415.0','1',    '1','1','759.57',    '1','1','759.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027848.0','1019848.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116112.0','1045415.0','74',    '55','11','23175.32',    '40','8','19410.4',    '38','8','3764.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027849.0','1019848.0','68',    '50','5','2538.92',    '35','2','1131.0',    '37','3','1407.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116113.0','1045415.0','5',    '5','2','1344.11',    '4','1','868.12',    '2','1','475.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027850.0','1019848.0','5',    '4','1','5116.77',    '4','1','5116.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116114.0','1045415.0','9',    '9','2','1668.91',    '7','1','1168.92',    '6','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027851.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116115.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027852.0','1019848.0','37',    '35','7','20194.27',    '25','7','20194.27',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116116.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027853.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116117.0','1045415.0','11',    '11','4','5946.38',    '11','4','5946.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027854.0','1019848.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116118.0','1045415.0','19',    '12','3','2333.87',    '9','2','1833.88',    '7','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027855.0','1019848.0','3',    '3','1','1148.11',    '3','1','1148.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116119.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027856.0','1019848.0','27',    '20','5','4285.29',    '14','3','3209.5',    '16','2','1075.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116120.0','1045415.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027857.0','1019848.0','16',    '14','7','10230.23',    '11','6','9568.61',    '12','2','661.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116121.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027858.0','1019848.0','3',    '3','1','499.99',    '2','0','0.0',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116122.0','1045415.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027859.0','1019848.0','10',    '9','3','36432.33',    '9','3','36284.5',    '4','1','147.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116123.0','1045415.0','23',    '21','4','67091.18',    '20','3','63765.34',    '9','2','3325.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027860.0','1019848.0','9',    '6','1','709.37',    '5','0','0.0',    '2','1','709.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116124.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027861.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116125.0','1045415.0','4',    '4','1','3403.18',    '4','1','3403.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027862.0','1019848.0','1',    '1','1','431.98',    '1','0','0.0',    '1','1','431.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116126.0','1045415.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027863.0','1019848.0','25',    '19','4','8390.46',    '17','4','8390.46',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116127.0','1045415.0','2',    '1','1','929.95',    '1','1','929.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027864.0','1019848.0','1',    '1','1','31400.0',    '1','1','31400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116128.0','1045415.0','1',    '1','1','675.2',    '1','1','675.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027865.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116129.0','1045415.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027866.0','1019848.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116130.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027867.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116131.0','1045415.0','4',    '4','1','499.99',    '2','0','0.0',    '4','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027868.0','1019848.0','7',    '6','1','198.78',    '6','1','198.78',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116132.0','1045415.0','10',    '9','2','4115.25',    '7','1','3454.26',    '6','1','660.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027869.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116133.0','1045415.0','2',    '2','2','4522.38',    '2','2','4336.76',    '1','1','185.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027870.0','1019848.0','35',    '29','7','7597.59',    '22','4','6359.61',    '18','3','1237.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116134.0','1045415.0','1',    '1','1','7069.55',    '1','1','6203.34',    '1','1','866.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027871.0','1019848.0','27',    '25','8','16103.71',    '24','7','14903.0',    '17','3','1200.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116135.0','1045415.0','5',    '5','1','487.56',    '5','1','487.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027872.0','1019848.0','5',    '5','1','403.24',    '5','0','0.0',    '1','1','403.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116136.0','1045415.0','10',    '8','3','5022.97',    '8','3','4443.56',    '3','1','579.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027873.0','1019848.0','1',    '1','1','1244.75',    '1','1','873.51',    '1','1','371.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116137.0','1045415.0','8',    '6','3','4904.89',    '6','3','4904.89',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027874.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116138.0','1045415.0','6',    '4','1','205.31',    '4','0','0.0',    '2','1','205.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027875.0','1019848.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116139.0','1045415.0','58',    '56','17','21318.21',    '55','13','18620.66',    '28','7','2697.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027876.0','1019848.0','11',    '8','3','4662.4',    '6','3','4662.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116140.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027877.0','1019848.0','1',    '1','1','2294.21',    '1','1','2294.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116141.0','1045415.0','25',    '15','2','1099.37',    '12','2','1099.37',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027878.0','1019848.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116142.0','1045415.0','6',    '3','1','1376.36',    '3','1','1215.36',    '2','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027879.0','1019848.0','1',    '1','1','1477.12',    '1','1','1477.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116143.0','1045415.0','10',    '9','0','0.0',    '8','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027880.0','1019848.0','2',    '2','1','974.0',    '2','1','974.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116144.0','1045415.0','4',    '4','1','1079.52',    '4','1','1079.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027881.0','1019848.0','21',    '19','6','36057.7',    '14','4','34299.73',    '12','3','1757.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116145.0','1045415.0','18',    '11','1','2851.52',    '7','1','2851.52',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027882.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116146.0','1045415.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027883.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116147.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027884.0','1019848.0','9',    '8','5','4501.82',    '6','5','4501.82',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116148.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027885.0','1019848.0','2',    '2','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116149.0','1045415.0','18',    '16','5','7196.73',    '14','5','7196.73',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027886.0','1019848.0','209',    '177','33','64228.43',    '150','25','56455.3',    '103','18','7773.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116150.0','1045415.0','3',    '3','1','2181.57',    '3','1','1746.0',    '3','1','435.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027887.0','1019848.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116151.0','1045415.0','4',    '3','1','1894.83',    '2','1','1248.0',    '3','1','646.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027888.0','1019848.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116152.0','1045415.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027889.0','1019848.0','13',    '13','2','2709.86',    '12','2','2709.86',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116153.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027890.0','1019848.0','7',    '7','2','2117.92',    '7','2','2117.92',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116154.0','1045415.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027891.0','1019848.0','5',    '5','2','1955.28',    '4','1','1717.28',    '4','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116155.0','1045415.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027892.0','1019848.0','264',    '220','57','102896.28',    '190','50','91488.42',    '129','20','11407.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116156.0','1045415.0','3',    '3','1','1299.67',    '3','1','1299.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027893.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116157.0','1045415.0','5',    '4','2','1762.23',    '3','1','1154.23',    '3','1','608.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027894.0','1019848.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116158.0','1045415.0','11',    '10','4','6433.81',    '9','3','5933.82',    '6','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027895.0','1019848.0','6',    '6','2','2654.15',    '6','1','1616.44',    '4','2','1037.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116159.0','1045415.0','13',    '9','3','9005.06',    '6','1','5408.07',    '5','2','3596.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027896.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116160.0','1045415.0','45',    '38','12','13809.6',    '28','7','11757.66',    '24','7','2051.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027897.0','1019848.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116161.0','1045415.0','8',    '7','4','8614.62',    '7','4','7552.53',    '4','1','1062.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027898.0','1019848.0','20',    '15','3','6494.97',    '14','3','6494.97',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116162.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027899.0','1019848.0','16',    '15','2','709.98',    '12','0','0.0',    '7','2','709.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116163.0','1045415.0','5',    '3','1','7121.57',    '1','1','7121.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027900.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116164.0','1045415.0','19',    '19','5','4633.12',    '16','5','4633.12',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027901.0','1019848.0','11',    '11','3','3668.96',    '7','3','3668.96',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116165.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027902.0','1019848.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116166.0','1045415.0','1',    '1','1','2318.74',    '1','1','2318.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027903.0','1019848.0','499',    '409','239','4529268.82',    '386','233','4053059.39',    '293','98','476209.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116167.0','1045415.0','59',    '49','12','27960.71',    '39','9','22305.94',    '29','6','5654.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027904.0','1019848.0','519',    '444','106','359352.62',    '406','89','327381.51',    '250','37','31971.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116168.0','1045415.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027905.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116169.0','1045415.0','14',    '13','5','15539.43',    '12','5','15539.43',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027906.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116170.0','1045415.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027907.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116171.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027908.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116172.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027909.0','1019848.0','4',    '3','1','475.99',    '3','0','0.0',    '2','1','475.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116173.0','1045415.0','1',    '1','1','4675.92',    '1','1','4675.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027910.0','1019848.0','3',    '2','2','1974.99',    '1','1','1064.0',    '1','1','910.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116174.0','1045415.0','8',    '6','1','873.02',    '4','1','873.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027911.0','1019848.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116175.0','1045415.0','5',    '5','1','349.88',    '3','1','349.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027912.0','1019848.0','3',    '2','2','2955.07',    '2','2','2769.45',    '2','1','185.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116176.0','1045415.0','49',    '45','19','56556.22',    '40','18','52586.69',    '24','5','3969.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027913.0','1019848.0','22',    '19','3','3276.06',    '16','3','3276.06',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116177.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027914.0','1019848.0','9',    '9','2','2435.09',    '8','1','2325.1',    '5','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116178.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027915.0','1019848.0','12',    '10','5','20781.35',    '9','5','20225.73',    '6','1','555.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116179.0','1045415.0','7',    '7','2','700.56',    '7','1','590.57',    '3','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027916.0','1019848.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116180.0','1045415.0','10',    '9','3','13436.35',    '9','3','13000.78',    '5','1','435.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027917.0','1019848.0','6',    '4','1','2471.72',    '3','1','2471.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116181.0','1045415.0','2',    '2','1','3846.51',    '2','1','3846.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027918.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116182.0','1045415.0','8',    '6','3','3849.1',    '6','2','3349.11',    '4','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027919.0','1019848.0','2',    '2','1','655.08',    '2','0','0.0',    '1','1','655.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116183.0','1045415.0','4',    '4','2','1663.53',    '4','1','1458.22',    '2','1','205.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027920.0','1019848.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116184.0','1045415.0','1',    '1','1','1405.08',    '1','1','1405.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027921.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116185.0','1045415.0','13',    '11','6','15650.07',    '10','4','12804.37',    '11','4','2845.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027922.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116186.0','1045415.0','4',    '2','1','1154.0',    '2','1','1154.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027923.0','1019848.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116187.0','1045415.0','26',    '23','3','778.13',    '22','1','154.15',    '13','2','623.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027924.0','1019848.0','16',    '14','4','3126.37',    '12','3','2626.38',    '12','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116188.0','1045415.0','8',    '6','2','1004.95',    '5','1','974.0',    '3','1','30.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027925.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116189.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027926.0','1019848.0','5',    '3','1','308.42',    '3','1','308.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116190.0','1045415.0','25',    '22','4','9644.4',    '18','4','8996.42',    '14','2','647.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027927.0','1019848.0','5',    '5','1','2782.78',    '5','1','2782.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116191.0','1045415.0','12',    '10','4','11560.17',    '10','4','10694.87',    '7','1','865.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027928.0','1019848.0','15',    '12','2','3691.06',    '9','1','3505.44',    '9','1','185.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116192.0','1045415.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027929.0','1019848.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116193.0','1045415.0','2',    '2','1','840.42',    '2','1','840.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027930.0','1019848.0','7',    '7','2','3508.56',    '7','2','3508.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116194.0','1045415.0','31',    '28','9','9182.02',    '27','9','9182.02',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027931.0','1019848.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116195.0','1045415.0','6',    '4','1','1098.02',    '4','1','1098.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027932.0','1019848.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116196.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027933.0','1019848.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116197.0','1045415.0','13',    '12','5','6826.12',    '11','5','6530.51',    '7','1','295.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027934.0','1019848.0','6',    '6','1','2907.79',    '5','1','2669.79',    '3','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116198.0','1045415.0','3',    '2','2','3380.73',    '2','1','2895.8',    '1','1','484.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027935.0','1019848.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116199.0','1045415.0','11',    '11','5','6673.34',    '11','5','6618.34',    '8','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027936.0','1019848.0','2',    '2','1','1200.29',    '2','1','835.35',    '2','1','364.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116200.0','1045415.0','10',    '9','0','0.0',    '9','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027937.0','1019848.0','6',    '6','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116201.0','1045415.0','1',    '1','1','1629.99',    '1','1','1154.0',    '1','1','475.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027938.0','1019848.0','588',    '529','204','597802.36',    '501','150','503147.29',    '393','125','94655.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116202.0','1045415.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027939.0','1019848.0','4',    '4','2','13289.27',    '4','2','13289.27',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116203.0','1045415.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027940.0','1019848.0','2',    '2','1','185.0',    '2','0','0.0',    '1','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116204.0','1045415.0','4',    '3','2','9233.82',    '1','1','7904.6',    '3','2','1329.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027941.0','1019848.0','7',    '5','4','2784.4',    '5','3','2308.41',    '4','1','475.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116205.0','1045415.0','16',    '14','4','8489.57',    '12','4','7643.59',    '9','1','845.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027942.0','1019848.0','8',    '6','1','129.96',    '5','0','0.0',    '3','1','129.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116206.0','1045415.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027943.0','1019848.0','21',    '18','5','10215.5',    '16','4','9500.65',    '12','2','714.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116207.0','1045415.0','3',    '3','1','1128.4',    '3','1','1128.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027944.0','1019848.0','1',    '1','1','872.5',    '1','1','872.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116208.0','1045415.0','3',    '1','1','4592.47',    '1','1','4592.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027945.0','1019848.0','109',    '96','21','28736.45',    '77','11','23092.12',    '56','12','5644.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116209.0','1045415.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027946.0','1019848.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116210.0','1045415.0','11',    '11','6','8117.53',    '11','4','6568.11',    '7','4','1549.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027947.0','1019848.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116211.0','1045415.0','15',    '15','4','2071.62',    '15','4','2071.62',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027948.0','1019848.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116212.0','1045415.0','5',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027949.0','1019848.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116213.0','1045415.0','3',    '2','2','38731.25',    '2','2','38521.26',    '2','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027950.0','1019853.0','2',    '2','1','1211.85',    '2','1','1211.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116214.0','1045420.0','1',    '1','1','607.91',    '1','1','607.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027951.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116215.0','1045420.0','10',    '10','4','2469.87',    '6','1','670.27',    '8','3','1799.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027952.0','1019853.0','6',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116216.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027953.0','1019853.0','2',    '2','1','1595.15',    '2','1','1595.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116217.0','1045420.0','8',    '8','3','3840.05',    '7','2','3602.05',    '4','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027954.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116218.0','1045420.0','16',    '14','3','9738.73',    '12','3','8894.48',    '9','1','844.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027955.0','1019853.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116219.0','1045420.0','27',    '19','7','12969.18',    '18','6','12135.51',    '10','3','833.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027956.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116220.0','1045420.0','1',    '1','1','352.94',    '1','0','0.0',    '1','1','352.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027957.0','1019853.0','2',    '2','1','164.32',    '2','1','164.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116221.0','1045420.0','2',    '2','1','2683.77',    '2','1','2683.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027958.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116222.0','1045420.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027959.0','1019853.0','9',    '9','2','4406.81',    '8','1','3873.82',    '5','1','532.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116223.0','1045420.0','1',    '1','1','1921.04',    '1','1','1921.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027960.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116224.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027961.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116225.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027962.0','1019853.0','8',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116226.0','1045420.0','8',    '6','2','755.29',    '5','1','645.3',    '4','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027963.0','1019853.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116227.0','1045420.0','10',    '10','7','16269.73',    '9','6','13592.07',    '7','4','2677.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027964.0','1019853.0','5',    '5','2','15532.37',    '5','1','15032.38',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116228.0','1045420.0','11',    '9','2','7404.26',    '6','2','6969.59',    '8','1','434.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027965.0','1019853.0','8',    '7','2','2135.22',    '7','2','2135.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116229.0','1045420.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027966.0','1019853.0','57',    '48','23','491162.66',    '46','22','451739.13',    '37','6','39423.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116230.0','1045420.0','1',    '1','1','629.94',    '1','1','629.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027967.0','1019853.0','8',    '4','1','3891.45',    '4','1','3891.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116231.0','1045420.0','10',    '10','3','7284.49',    '10','3','6904.97',    '6','2','379.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027968.0','1019853.0','1',    '1','1','2617.54',    '1','1','2617.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116232.0','1045420.0','20',    '18','4','5034.7',    '13','3','4796.7',    '11','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027969.0','1019853.0','8',    '4','1','499.99',    '2','0','0.0',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116233.0','1045420.0','11',    '8','4','5194.99',    '6','3','4695.0',    '4','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027970.0','1019853.0','22',    '19','4','2223.93',    '16','2','1805.43',    '9','2','418.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116234.0','1045420.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027971.0','1019853.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116235.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027972.0','1019853.0','7',    '6','1','1290.0',    '6','1','1290.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116236.0','1045420.0','22',    '18','3','2363.49',    '12','3','2363.49',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027973.0','1019853.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116237.0','1045420.0','2',    '2','1','1869.8',    '1','1','1869.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027974.0','1019853.0','5',    '4','2','5074.6',    '4','2','5074.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116238.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027975.0','1019853.0','11',    '10','8','97991.92',    '10','8','70001.44',    '9','5','27990.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116239.0','1045420.0','1061',    '927','175','478609.87',    '863','133','404684.26',    '561','71','73925.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027976.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116240.0','1045420.0','358',    '280','81','150760.2',    '241','42','121908.91',    '214','55','28851.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027977.0','1019853.0','68',    '59','22','36105.28',    '59','20','34016.55',    '25','6','2088.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116241.0','1045420.0','60',    '56','13','48515.94',    '48','11','46600.26',    '32','4','1915.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027978.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116242.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027979.0','1019853.0','1',    '1','1','910.0',    '1','1','910.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116243.0','1045420.0','7813',    '6909','1213','2865544.88',    '6498','837','2375458.0',    '3924','646','490086.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027980.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116244.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027981.0','1019853.0','5',    '3','1','6329.59',    '2','1','6329.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116245.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027982.0','1019853.0','13',    '9','4','105902.43',    '8','4','95558.0',    '6','2','10344.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116246.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027983.0','1019853.0','1',    '1','1','2686.65',    '1','1','1918.0',    '1','1','768.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116247.0','1045420.0','269',    '227','87','239226.76',    '208','68','197253.18',    '133','39','41973.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2027984.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116248.0','1045420.0','7',    '7','2','3830.51',    '6','2','3830.51',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027985.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116249.0','1045420.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027986.0','1019853.0','1',    '1','1','81.12',    '1','0','0.0',    '1','1','81.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116250.0','1045420.0','4',    '3','2','9598.29',    '3','2','8579.62',    '2','1','1018.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027987.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116251.0','1045420.0','83',    '73','34','118202.25',    '69','31','115980.11',    '37','7','2222.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027988.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116252.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027989.0','1019853.0','55',    '53','26','82033.36',    '52','24','79276.22',    '26','9','2757.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116253.0','1045420.0','5',    '4','1','1504.0',    '2','1','1504.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027990.0','1019853.0','308',    '265','67','124399.96',    '233','43','110350.51',    '177','37','14049.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116254.0','1045420.0','4799',    '4040','636','1209208.69',    '3691','401','951308.54',    '2379','348','257900.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027991.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116255.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027992.0','1019853.0','15',    '14','4','11440.38',    '14','3','11255.38',    '9','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116256.0','1045420.0','1824',    '1339','256','540567.94',    '1165','170','412348.46',    '813','138','128219.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027993.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116257.0','1045420.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027994.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116258.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2027995.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116259.0','1045420.0','1434',    '1282','537','1459824.74',    '1171','416','1290305.96',    '887','255','169518.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027996.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116260.0','1045420.0','186',    '177','87','283776.37',    '176','75','244454.42',    '95','42','39321.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027997.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116261.0','1045420.0','1',    '1','1','435.99',    '1','0','0.0',    '1','1','435.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2027998.0','1019853.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116262.0','1045420.0','2999',    '2472','515','1072590.22',    '2203','301','853012.81',    '1558','333','219577.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2027999.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116263.0','1045420.0','2',    '1','1','10489.52',    '1','1','10489.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028000.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116264.0','1045420.0','1',    '1','1','4746.54',    '1','1','4746.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028001.0','1019853.0','878',    '807','361','1892081.23',    '779','319','1653643.34',    '561','148','238437.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116265.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028002.0','1019853.0','2',    '2','1','2076.79',    '2','1','2076.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116266.0','1045420.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028003.0','1019853.0','9',    '7','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116267.0','1045420.0','2',    '2','1','31400.0',    '2','1','31400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028004.0','1019853.0','11',    '11','1','14103.81',    '10','1','14103.81',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116268.0','1045420.0','6',    '6','1','2498.3',    '6','1','2498.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028005.0','1019853.0','3',    '2','1','499.99',    '2','0','0.0',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116269.0','1045420.0','308',    '226','46','67844.77',    '180','21','44997.59',    '178','33','22847.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028006.0','1019853.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116270.0','1045420.0','538',    '512','214','525882.86',    '490','171','468630.74',    '346','87','57252.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028007.0','1019853.0','16',    '11','4','95167.44',    '11','4','95061.44',    '6','1','106.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116271.0','1045420.0','1',    '1','1','2037.19',    '1','1','1896.0',    '1','1','141.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028008.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116272.0','1045420.0','1',    '1','1','1622.0',    '1','1','1622.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028009.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116273.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028010.0','1019853.0','6',    '5','2','487.86',    '5','0','0.0',    '4','2','487.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116274.0','1045420.0','647',    '489','79','123909.77',    '449','44','96798.56',    '251','45','27111.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028011.0','1019853.0','355',    '337','116','411767.46',    '335','106','374066.34',    '201','27','37701.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116275.0','1045420.0','4083',    '3562','771','1622727.49',    '3283','505','1331210.3',    '2119','417','291517.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028012.0','1019853.0','39',    '37','15','65839.14',    '35','15','65460.96',    '21','1','378.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116276.0','1045420.0','124',    '114','76','1285934.9',    '113','72','1213088.69',    '88','16','72846.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028013.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116277.0','1045420.0','1',    '1','1','189.09',    '1','0','0.0',    '1','1','189.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028014.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116278.0','1045420.0','256',    '239','104','198803.6',    '229','63','160570.91',    '179','67','38232.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028015.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116279.0','1045420.0','2682',    '2196','520','1179809.6',    '1954','284','897503.62',    '1429','340','282305.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028016.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116280.0','1045420.0','8',    '8','4','25222.96',    '6','4','20853.49',    '6','2','4369.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028017.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116281.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028018.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116282.0','1045420.0','4087',    '3445','580','1108996.99',    '3140','334','869813.21',    '2093','349','239183.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028019.0','1019853.0','1',    '1','1','249.75',    '1','0','0.0',    '1','1','249.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116283.0','1045420.0','10',    '8','3','7420.53',    '7','3','6864.29',    '4','1','556.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028020.0','1019853.0','4061',    '3344','465','863962.43',    '3044','278','676194.75',    '1909','263','187767.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116284.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028021.0','1019853.0','29',    '26','6','15494.68',    '20','6','15494.68',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116285.0','1045420.0','7',    '6','3','3530.38',    '5','2','2321.0',    '5','2','1209.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028022.0','1019853.0','32',    '30','3','3223.26',    '30','3','2453.92',    '17','1','769.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116286.0','1045420.0','493',    '442','108','314600.83',    '407','88','277440.41',    '242','47','37160.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028023.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116287.0','1045420.0','3',    '3','1','2898.06',    '3','1','1790.0',    '1','1','1108.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028024.0','1019853.0','289',    '241','56','95166.41',    '222','36','84292.01',    '173','34','10874.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116288.0','1045420.0','30',    '26','15','19253.65',    '23','10','15806.89',    '15','7','3446.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028025.0','1019853.0','16',    '15','5','12661.69',    '14','5','11461.75',    '6','1','1199.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116289.0','1045420.0','5',    '5','1','6719.09',    '4','1','6719.09',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028026.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116290.0','1045420.0','1697',    '1412','365','670124.77',    '1280','197','525268.76',    '956','249','144856.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028027.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116291.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028028.0','1019853.0','4',    '4','1','1426.09',    '1','1','1426.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116292.0','1045420.0','4',    '4','2','809.03',    '2','1','571.03',    '4','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028029.0','1019853.0','1',    '1','1','3928.08',    '1','1','3928.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116293.0','1045420.0','1024',    '893','271','878878.4',    '820','233','778687.26',    '492','95','100191.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028030.0','1019853.0','540',    '492','204','734486.15',    '457','176','669482.93',    '278','68','65003.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116294.0','1045420.0','1',    '1','1','3210.0',    '1','1','3210.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028031.0','1019853.0','1',    '1','1','685.15',    '1','1','685.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116295.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028032.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116296.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028033.0','1019853.0','19',    '17','7','16420.81',    '17','7','15881.09',    '10','2','539.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116297.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028034.0','1019853.0','3',    '3','2','2422.08',    '3','2','2422.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116298.0','1045420.0','6',    '5','1','985.42',    '4','1','985.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028035.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116299.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028036.0','1019853.0','91',    '83','40','138399.57',    '79','37','126391.85',    '63','18','12007.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116300.0','1045420.0','332',    '262','42','55337.55',    '216','18','38985.43',    '179','29','16352.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028037.0','1019853.0','114',    '85','17','36266.26',    '74','10','25152.88',    '44','8','11113.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116301.0','1045420.0','67',    '61','31','64540.95',    '59','27','58676.95',    '41','13','5864.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028038.0','1019853.0','16',    '16','6','12985.7',    '16','2','11639.26',    '11','4','1346.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116302.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028039.0','1019853.0','290',    '253','83','290434.22',    '241','66','227321.67',    '165','41','63112.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116303.0','1045420.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028040.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116304.0','1045420.0','1',    '1','1','722.03',    '1','1','722.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028041.0','1019853.0','41',    '37','13','15267.02',    '37','10','12955.88',    '22','4','2311.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116305.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028042.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116306.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028043.0','1019853.0','5034',    '4278','1006','1805589.34',    '3949','549','1321755.74',    '2690','636','483833.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116307.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028044.0','1019853.0','14',    '14','6','12229.51',    '14','5','12014.65',    '8','1','214.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116308.0','1045420.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028045.0','1019853.0','11',    '8','2','2310.87',    '4','1','1810.88',    '6','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116309.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028046.0','1019853.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116310.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028047.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116311.0','1045420.0','297',    '261','67','270518.78',    '243','62','251114.73',    '136','18','19404.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028048.0','1019853.0','467',    '402','144','238120.44',    '359','86','201558.31',    '297','91','36562.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116312.0','1045420.0','78',    '70','24','50961.19',    '68','18','47794.48',    '41','10','3166.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001702.0',    '2028049.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006047.0',    '2116313.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2028050.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116314.0','1045420.0','2',    '2','1','6000.0',    '2','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028051.0','1019853.0','5619',    '4630','715','1141569.54',    '4203','365','857946.99',    '2704','454','283622.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116315.0','1045420.0','178',    '155','45','109607.92',    '147','40','97925.73',    '77','14','11682.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028052.0','1019853.0','8',    '8','6','18567.51',    '8','4','16401.52',    '5','2','2165.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116316.0','1045420.0','73',    '52','11','34081.72',    '39','6','28918.68',    '42','8','5163.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028053.0','1019853.0','27',    '25','4','3120.08',    '23','2','2040.9',    '13','2','1079.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116317.0','1045420.0','64',    '57','19','23271.3',    '55','14','21068.09',    '32','10','2203.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028054.0','1019853.0','6',    '5','2','2513.69',    '5','1','1543.83',    '3','1','969.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116318.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028055.0','1019853.0','215',    '190','49','117091.45',    '179','42','109466.71',    '119','18','7624.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116319.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028056.0','1019853.0','45',    '42','12','23142.79',    '42','11','22530.7',    '22','3','612.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116320.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028057.0','1019853.0','169',    '152','50','72870.32',    '135','25','54152.49',    '131','38','18717.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116321.0','1045420.0','15',    '12','2','2669.88',    '11','1','1622.0',    '10','2','1047.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2028058.0','1019853.0','64',    '62','16','134648.0',    '55','14','122239.24',    '48','8','12408.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116322.0','1045420.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028059.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116323.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028060.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116324.0','1045420.0','3977',    '2886','429','787594.42',    '2464','251','573972.39',    '1787','251','213622.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001645.0',    '2028061.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006049.0',    '2116325.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028062.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116326.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028063.0','1019853.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116327.0','1045420.0','1',    '1','1','1504.0',    '1','1','1504.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028064.0','1019853.0','1',    '1','1','2420.25',    '1','1','2420.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116328.0','1045420.0','20',    '20','6','8767.48',    '20','5','7974.7',    '11','1','792.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028065.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116329.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028066.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116330.0','1045420.0','1510',    '1321','277','817536.93',    '1272','204','680744.86',    '803','139','136792.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028067.0','1019853.0','1',    '1','1','1051.41',    '0','0','0.0',    '1','1','1051.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116331.0','1045420.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028068.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116332.0','1045420.0','7',    '6','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028069.0','1019853.0','38',    '35','13','48251.34',    '34','12','47952.26',    '16','2','299.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116333.0','1045420.0','1',    '1','1','5440.44',    '1','1','5440.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028070.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116334.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028071.0','1019853.0','7',    '6','1','3977.79',    '6','1','3977.79',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116335.0','1045420.0','5',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028072.0','1019853.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116336.0','1045420.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028073.0','1019853.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116337.0','1045420.0','301',    '241','41','104130.05',    '216','23','90011.99',    '154','23','14118.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028074.0','1019853.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116338.0','1045420.0','29',    '28','8','24232.01',    '28','8','23324.35',    '18','4','907.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028075.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116339.0','1045420.0','3',    '3','1','2434.0',    '3','1','2434.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028076.0','1019853.0','1',    '1','1','1418.9',    '1','0','0.0',    '1','1','1418.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116340.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028077.0','1019853.0','6',    '6','2','5470.26',    '6','2','4884.54',    '2','1','585.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116341.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028078.0','1019853.0','3730',    '3163','634','1069321.54',    '2871','304','734394.17',    '1938','435','334927.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116342.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028079.0','1019853.0','5',    '4','2','997.76',    '3','1','497.77',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116343.0','1045420.0','22',    '19','4','4957.88',    '19','4','4957.88',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028080.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116344.0','1045420.0','67',    '53','34','544334.8',    '50','33','516486.68',    '35','7','27848.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028081.0','1019853.0','1',    '1','1','1536.29',    '1','1','1536.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116345.0','1045420.0','268',    '233','58','126253.29',    '210','47','113419.58',    '153','26','12833.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028082.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116346.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028083.0','1019853.0','1',    '1','1','1896.31',    '1','1','1518.13',    '1','1','378.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116347.0','1045420.0','1',    '1','1','1302.0',    '1','1','1302.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028084.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116348.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028085.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116349.0','1045420.0','4377',    '3726','819','1360858.5',    '3343','389','990910.69',    '2547','585','369947.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028086.0','1019853.0','5055',    '4255','911','1570278.06',    '3874','518','1202078.48',    '2756','538','368199.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116350.0','1045420.0','279',    '276','126','319634.52',    '272','106','294514.44',    '175','46','25120.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028087.0','1019853.0','205',    '178','24','45878.08',    '156','18','37013.1',    '104','9','8864.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116351.0','1045420.0','24',    '21','10','21976.92',    '21','9','18480.95',    '13','4','3495.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028088.0','1019853.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116352.0','1045420.0','1023',    '800','125','271788.63',    '673','90','215761.94',    '524','62','56026.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028089.0','1019853.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116353.0','1045420.0','5',    '5','1','1622.0',    '5','1','1622.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028090.0','1019853.0','1',    '1','1','5005.86',    '1','1','4401.17',    '1','1','604.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116354.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028091.0','1019853.0','5',    '5','1','16480.74',    '5','1','10428.0',    '4','1','6052.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116355.0','1045420.0','367',    '329','100','285049.63',    '308','85','255577.67',    '181','36','29471.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028092.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116356.0','1045420.0','593',    '469','97','168021.93',    '420','62','121832.57',    '281','50','46189.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028093.0','1019853.0','79',    '74','26','93472.33',    '68','23','84598.47',    '43','9','8873.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116357.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028094.0','1019853.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116358.0','1045420.0','3',    '2','1','31400.0',    '2','1','31400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028095.0','1019853.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116359.0','1045420.0','124',    '109','49','210040.95',    '103','36','196740.64',    '76','21','13300.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028096.0','1019853.0','1',    '1','1','11110.03',    '1','1','9986.07',    '1','1','1123.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116360.0','1045420.0','1',    '1','1','199.75',    '1','0','0.0',    '1','1','199.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028097.0','1019853.0','7',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116361.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028098.0','1019853.0','41',    '33','4','5156.92',    '26','3','4615.42',    '20','1','541.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116362.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028099.0','1019853.0','1',    '1','1','3513.63',    '1','1','1106.0',    '1','1','2407.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116363.0','1045420.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028100.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116364.0','1045420.0','693',    '641','245','351602.03',    '604','138','276679.29',    '474','161','74922.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028101.0','1019853.0','245',    '212','55','90432.72',    '197','37','80162.61',    '125','26','10270.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116365.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028102.0','1019853.0','536',    '423','40','54222.44',    '356','21','40690.22',    '249','23','13532.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116366.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028103.0','1019853.0','5',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116367.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028104.0','1019853.0','963',    '859','148','322557.81',    '804','104','265565.23',    '543','75','56992.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116368.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028105.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116369.0','1045420.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028106.0','1019853.0','2',    '2','2','4241.78',    '2','2','4050.91',    '1','1','190.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116370.0','1045420.0','6724',    '5529','843','1770868.25',    '4991','597','1458512.05',    '3144','424','312356.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028107.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116371.0','1045420.0','1595',    '1248','151','309177.66',    '1096','92','223165.55',    '708','90','86012.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028108.0','1019853.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116372.0','1045420.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028109.0','1019853.0','2',    '1','1','166.3',    '1','1','166.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116373.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028110.0','1019853.0','1725',    '1392','185','447860.03',    '1239','107','340638.95',    '846','123','107221.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116374.0','1045420.0','251',    '225','77','258343.65',    '201','62','240929.93',    '149','30','17413.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028111.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116375.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028112.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116376.0','1045420.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028113.0','1019853.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116377.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028114.0','1019853.0','5320',    '4325','936','1479607.92',    '3816','407','986549.93',    '2876','678','493057.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116378.0','1045420.0','1212',    '907','126','200763.05',    '752','66','158909.16',    '624','75','41853.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028115.0','1019853.0','470',    '457','219','570966.6',    '445','181','513954.58',    '321','102','57012.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116379.0','1045420.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028116.0','1019853.0','87',    '73','17','28637.34',    '63','13','18567.34',    '51','9','10070.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116380.0','1045420.0','1',    '1','1','839.32',    '1','1','839.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028117.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116381.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028118.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116382.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028119.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116383.0','1045420.0','369',    '327','105','207326.21',    '307','87','181050.01',    '184','47','26276.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028120.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116384.0','1045420.0','36',    '33','12','44442.98',    '31','12','41077.46',    '24','9','3365.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028121.0','1019853.0','1043',    '942','321','604004.77',    '874','160','496464.52',    '732','219','107540.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116385.0','1045420.0','5',    '1','1','50.0',    '0','0','0.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028122.0','1019853.0','173',    '162','60','201314.25',    '155','51','194186.07',    '93','23','7128.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116386.0','1045420.0','1070',    '892','79','202417.75',    '782','55','175581.36',    '533','35','26836.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001631.0',    '2028123.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006051.0',    '2116387.0','1045420.0','116',    '103','25','75886.19',    '99','16','70216.36',    '58','12','5669.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028124.0','1019853.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116388.0','1045420.0','33',    '28','16','28953.22',    '25','14','28118.35',    '18','3','834.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028125.0','1019853.0','900',    '863','354','1777699.08',    '844','328','1482435.3',    '495','112','295263.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116389.0','1045420.0','57',    '48','10','27394.59',    '39','8','25609.63',    '30','4','1784.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028126.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116390.0','1045420.0','93',    '88','27','58053.43',    '86','22','48000.77',    '55','8','10052.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028127.0','1019853.0','872',    '621','65','118674.68',    '503','37','97971.62',    '416','36','20703.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116391.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028128.0','1019853.0','40',    '36','14','64667.14',    '36','13','62178.71',    '18','4','2488.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116392.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028129.0','1019853.0','256',    '221','68','214565.62',    '198','61','198693.48',    '126','20','15872.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116393.0','1045420.0','582',    '520','177','603864.76',    '488','152','547339.05',    '314','73','56525.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028130.0','1019853.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116394.0','1045420.0','9177',    '8338','1552','3558562.97',    '7965','1035','2966235.03',    '4649','843','592327.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028131.0','1019853.0','1922',    '1650','341','590022.23',    '1481','154','394297.18',    '1140','259','195725.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116395.0','1045420.0','4',    '3','1','2426.98',    '2','1','2426.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028132.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116396.0','1045420.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028133.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116397.0','1045420.0','2440',    '2006','339','736546.68',    '1815','195','592546.17',    '1236','207','144000.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028134.0','1019853.0','738',    '653','401','2522680.85',    '634','376','2171610.3',    '435','167','351070.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116398.0','1045420.0','1',    '1','1','2935.86',    '1','1','2434.0',    '1','1','501.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028135.0','1019853.0','1',    '1','1','4295.08',    '1','0','0.0',    '1','1','4295.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116399.0','1045420.0','10',    '9','6','24758.29',    '9','6','24758.29',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028136.0','1019853.0','388',    '309','86','107936.62',    '249','22','35683.41',    '236','75','72253.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116400.0','1045420.0','30',    '28','1','198.5',    '28','1','198.5',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028137.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116401.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028138.0','1019853.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116402.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028139.0','1019853.0','1574',    '1200','142','249184.14',    '1007','91','199339.12',    '704','75','49845.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116403.0','1045420.0','2',    '2','1','404.94',    '1','0','0.0',    '2','1','404.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028140.0','1019853.0','1',    '1','1','3026.04',    '1','1','1622.0',    '1','1','1404.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116404.0','1045420.0','16',    '16','10','35461.27',    '16','10','34894.0',    '12','2','567.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028141.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116405.0','1045420.0','711',    '657','298','989763.29',    '635','262','909242.6',    '429','120','80520.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028142.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116406.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028143.0','1019853.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116407.0','1045420.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028144.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116408.0','1045420.0','1428',    '1173','354','610377.9',    '1021','145','426136.96',    '899','273','184240.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028145.0','1019853.0','2844',    '2366','434','735978.55',    '2116','209','537939.0',    '1514','287','198039.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116409.0','1045420.0','1',    '1','1','3095.44',    '1','1','3095.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028146.0','1019853.0','24',    '23','7','26519.43',    '23','7','26519.43',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116410.0','1045420.0','2',    '1','1','1302.0',    '1','1','1302.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028147.0','1019853.0','1',    '1','1','646.59',    '1','1','646.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116411.0','1045420.0','93',    '80','26','36378.58',    '69','14','30120.46',    '58','16','6258.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028148.0','1019853.0','19',    '15','4','7725.1',    '15','4','7343.37',    '4','1','381.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116412.0','1045420.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028149.0','1019853.0','385',    '320','75','220103.56',    '295','56','196396.55',    '199','38','23707.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116413.0','1045420.0','44',    '39','14','44468.21',    '39','12','40533.46',    '23','6','3934.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028150.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116414.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028151.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116415.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028152.0','1019853.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116416.0','1045420.0','69',    '58','7','10520.22',    '53','6','9415.24',    '30','3','1104.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028153.0','1019853.0','264',    '225','65','206157.5',    '210','57','194457.6',    '127','28','11699.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116417.0','1045420.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028154.0','1019853.0','389',    '359','133','494023.3',    '331','110','429060.54',    '216','57','64962.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116418.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028155.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116419.0','1045420.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028156.0','1019853.0','97',    '88','29','61127.77',    '83','26','54918.98',    '44','10','6208.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116420.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028157.0','1019853.0','167',    '149','73','330444.25',    '142','65','267553.82',    '93','30','62890.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116421.0','1045420.0','4',    '4','1','1250.0',    '3','0','0.0',    '2','1','1250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028158.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116422.0','1045420.0','2776',    '2439','394','827581.2',    '2272','240','633940.72',    '1357','224','193640.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028159.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116423.0','1045420.0','2',    '2','1','404.94',    '2','0','0.0',    '2','1','404.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028160.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116424.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028161.0','1019853.0','2',    '2','1','7552.7',    '2','1','7552.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116425.0','1045420.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028162.0','1019853.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116426.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028163.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116427.0','1045420.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028164.0','1019853.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116428.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028165.0','1019853.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116429.0','1045420.0','15',    '15','5','2937.46',    '13','3','2255.55',    '13','2','681.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028166.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116430.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028167.0','1019853.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116431.0','1045420.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028168.0','1019853.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116432.0','1045420.0','1',    '1','1','2433.0',    '1','1','2433.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028169.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116433.0','1045431.0','107',    '102','42','150364.25',    '101','41','139830.72',    '53','10','10533.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028170.0','1019864.0','1186',    '1109','619','3149849.89',    '1101','604','2916633.95',    '700','139','233215.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116434.0','1045431.0','2',    '2','1','498.22',    '1','1','498.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028171.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116435.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028172.0','1019864.0','1',    '1','1','5983.89',    '1','1','5083.89',    '1','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116436.0','1045431.0','2',    '2','2','1622.0',    '2','2','1622.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028173.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116437.0','1045431.0','16',    '16','6','11458.85',    '15','6','10375.21',    '10','2','1083.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028174.0','1019864.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116438.0','1045431.0','1',    '1','1','1896.0',    '1','1','1896.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028175.0','1019864.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116439.0','1045431.0','8',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028176.0','1019864.0','1536',    '1412','321','687460.07',    '1362','219','598034.8',    '786','158','89425.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116440.0','1045431.0','22',    '16','1','231.42',    '14','1','231.42',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028177.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116441.0','1045431.0','2',    '2','2','9118.47',    '2','2','9013.47',    '2','1','105.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028178.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116442.0','1045431.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028179.0','1019864.0','1',    '1','1','5468.51',    '1','1','5468.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116443.0','1045431.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028180.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116444.0','1045431.0','1',    '1','1','114.94',    '0','0','0.0',    '1','1','114.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028181.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116445.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028182.0','1019864.0','2438',    '2086','368','1165122.72',    '1895','296','1071900.01',    '1214','150','93222.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116446.0','1045431.0','157',    '151','60','207050.03',    '147','59','197706.09',    '84','6','9343.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028183.0','1019864.0','131',    '120','19','30394.85',    '108','7','26303.66',    '87','13','4091.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116447.0','1045431.0','929',    '815','228','522275.4',    '771','197','481296.18',    '439','70','40979.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028184.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116448.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028185.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116449.0','1045431.0','5',    '4','1','1672.0',    '4','1','1622.0',    '3','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028186.0','1019864.0','4',    '3','1','2674.3',    '3','1','2287.38',    '1','1','386.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116450.0','1045431.0','1',    '1','1','199.75',    '1','0','0.0',    '1','1','199.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028187.0','1019864.0','70',    '65','30','99798.08',    '65','28','95536.39',    '37','7','4261.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116451.0','1045431.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028188.0','1019864.0','17',    '16','10','41761.45',    '16','10','41311.7',    '13','1','449.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116452.0','1045431.0','1',    '1','1','517.11',    '1','1','517.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028189.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116453.0','1045431.0','1213',    '1149','547','1773248.12',    '1139','528','1679435.81',    '626','122','93812.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028190.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116454.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028191.0','1019864.0','1',    '1','1','1363.25',    '1','1','1363.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116455.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028192.0','1019864.0','20',    '13','1','809.88',    '7','0','0.0',    '12','1','809.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116456.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028193.0','1019864.0','3',    '3','1','1896.0',    '3','1','1896.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116457.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028194.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116458.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028195.0','1019864.0','103',    '93','44','134095.22',    '91','40','121398.94',    '47','13','12696.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116459.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028196.0','1019864.0','13',    '12','1','1510.0',    '11','1','1510.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116460.0','1045431.0','5',    '5','4','98287.4',    '5','4','94453.13',    '5','2','3834.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028197.0','1019864.0','3',    '3','2','3709.71',    '3','2','3709.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116461.0','1045431.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028198.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116462.0','1045431.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028199.0','1019864.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116463.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028200.0','1019864.0','824',    '764','129','290176.84',    '726','97','263934.23',    '399','56','26242.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116464.0','1045431.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028201.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116465.0','1045431.0','841',    '771','541','4285743.47',    '763','521','3691215.97',    '527','126','594527.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028202.0','1019864.0','84',    '81','25','110014.0',    '75','22','105864.83',    '44','6','4149.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116466.0','1045431.0','1',    '1','1','27898.63',    '1','1','26724.33',    '1','1','1174.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028203.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116467.0','1045431.0','2',    '1','1','337.38',    '1','1','337.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028204.0','1019864.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116468.0','1045431.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028205.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116469.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028206.0','1019864.0','25',    '25','2','2404.38',    '25','1','1602.0',    '15','2','802.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116470.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028207.0','1019864.0','3',    '3','1','2426.45',    '3','1','1622.0',    '1','1','804.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116471.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028208.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116472.0','1045431.0','37',    '34','5','20307.22',    '31','5','20307.22',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028209.0','1019864.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116473.0','1045431.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028210.0','1019864.0','10',    '10','1','948.0',    '10','1','948.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116474.0','1045431.0','1',    '1','1','1510.0',    '1','1','1510.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028211.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116475.0','1045431.0','1',    '1','1','386.92',    '1','0','0.0',    '1','1','386.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028212.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116476.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028213.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116477.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028214.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116478.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028215.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116479.0','1045431.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028216.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116480.0','1045431.0','411',    '369','132','585690.41',    '353','96','527244.16',    '237','78','58446.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028217.0','1019864.0','12',    '10','3','3665.36',    '10','3','3560.36',    '7','1','105.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116481.0','1045431.0','9',    '9','3','7394.43',    '8','2','5305.17',    '5','1','2089.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028218.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116482.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028219.0','1019864.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116483.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028220.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116484.0','1045431.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028221.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116485.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028222.0','1019864.0','995',    '855','173','425714.31',    '791','118','351157.87',    '469','88','74556.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116486.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028223.0','1019864.0','697',    '608','126','399899.01',    '569','87','337712.16',    '338','73','62186.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116487.0','1045431.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028224.0','1019864.0','370',    '336','100','309731.93',    '324','83','277053.38',    '201','47','32678.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116488.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028225.0','1019864.0','1',    '1','1','2838.94',    '1','1','2434.0',    '1','1','404.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116489.0','1045431.0','1',    '1','1','3135.92',    '1','1','3135.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028226.0','1019864.0','4',    '4','3','4241.41',    '4','2','3863.23',    '2','1','378.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116490.0','1045431.0','2',    '2','1','8286.55',    '2','1','6085.0',    '2','1','2201.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028227.0','1019864.0','597',    '473','96','251596.4',    '386','80','233762.86',    '316','38','17833.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116491.0','1045431.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028228.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116492.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028229.0','1019864.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116493.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028230.0','1019864.0','1',    '1','1','2068.0',    '1','1','2068.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116494.0','1045431.0','240',    '209','97','342077.97',    '198','90','313531.3',    '123','35','28546.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028231.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116495.0','1045431.0','199',    '189','70','147816.8',    '183','66','134425.84',    '105','22','13390.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028232.0','1019864.0','1126',    '1005','271','547527.88',    '935','190','430440.17',    '698','141','117087.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116496.0','1045431.0','453',    '405','108','244179.36',    '380','87','224836.39',    '238','39','19342.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028233.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116497.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028234.0','1019864.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116498.0','1045431.0','168',    '163','61','171500.69',    '156','49','147310.5',    '114','35','24190.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028235.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116499.0','1045431.0','1',    '1','1','2282.81',    '1','1','2282.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028236.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116500.0','1045431.0','576',    '532','194','425617.79',    '506','165','356009.93',    '337','76','69607.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028237.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116501.0','1045431.0','1',    '1','1','911.45',    '1','1','539.36',    '1','1','372.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028238.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116502.0','1045431.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028239.0','1019864.0','1',    '1','1','16138.94',    '1','1','16138.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116503.0','1045431.0','1',    '1','1','1385.33',    '1','1','1385.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028240.0','1019864.0','1',    '1','1','895.0',    '1','1','895.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116504.0','1045431.0','1',    '1','1','267.75',    '1','0','0.0',    '1','1','267.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028241.0','1019864.0','56',    '54','16','31259.34',    '53','13','28646.3',    '32','5','2613.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116505.0','1045431.0','595',    '571','183','613711.61',    '560','153','574488.57',    '386','72','39223.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028242.0','1019864.0','1',    '1','1','1622.0',    '1','1','1622.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116506.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028243.0','1019864.0','60',    '52','15','58045.16',    '50','12','50670.15',    '31','6','7375.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116507.0','1045431.0','128',    '115','46','232629.38',    '115','42','221771.48',    '69','14','10857.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028244.0','1019864.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116508.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028245.0','1019864.0','36',    '33','4','8409.32',    '27','3','7909.33',    '20','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116509.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028246.0','1019864.0','91',    '80','41','114538.15',    '78','38','106409.63',    '45','12','8128.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116510.0','1045431.0','30',    '29','11','44679.26',    '25','8','43147.65',    '23','6','1531.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028247.0','1019864.0','1',    '1','1','651.48',    '1','1','308.48',    '1','1','343.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116511.0','1045431.0','870',    '831','377','1239964.45',    '796','324','1137643.75',    '582','154','102320.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028248.0','1019864.0','129',    '113','42','131343.5',    '105','30','114312.18',    '65','21','17031.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116512.0','1045431.0','410',    '388','172','493689.69',    '371','142','455063.46',    '282','64','38626.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028249.0','1019864.0','36',    '33','9','19399.37',    '32','8','19214.37',    '19','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116513.0','1045431.0','1269',    '1190','460','1264030.97',    '1156','378','1163291.4',    '742','180','100739.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028250.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116514.0','1045431.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028251.0','1019864.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116515.0','1045431.0','471',    '439','176','410596.92',    '405','133','375563.59',    '291','74','35033.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028252.0','1019864.0','837',    '720','133','256289.71',    '663','96','210920.72',    '418','59','45368.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116516.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028253.0','1019864.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116517.0','1045431.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028254.0','1019864.0','146',    '133','39','115601.92',    '133','31','109997.24',    '81','14','5604.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116518.0','1045431.0','877',    '813','339','1222393.2',    '768','271','1096823.08',    '575','151','125570.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028255.0','1019864.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116519.0','1045431.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028256.0','1019864.0','532',    '444','135','309010.1',    '410','94','272007.93',    '311','71','37002.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116520.0','1045431.0','63',    '58','22','42094.67',    '55','21','39396.82',    '33','8','2697.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028257.0','1019864.0','20',    '20','3','11947.04',    '18','2','8566.29',    '12','2','3380.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116521.0','1045431.0','26',    '25','2','939.27',    '25','2','939.27',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028258.0','1019864.0','17',    '15','8','61853.03',    '15','7','51146.0',    '10','5','10707.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116522.0','1045431.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028259.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116523.0','1045434.0','714',    '671','357','918114.51',    '642','301','842718.61',    '460','139','75395.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028260.0','1019867.0','5',    '5','2','2714.38',    '5','2','2525.29',    '3','1','189.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116524.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028261.0','1019867.0','172',    '140','40','171912.31',    '126','32','163070.1',    '80','12','8842.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116525.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028262.0','1019867.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116526.0','1045434.0','1',    '1','1','7606.68',    '1','1','7606.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028263.0','1019867.0','98',    '90','14','46277.83',    '85','12','41872.99',    '62','7','4404.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116527.0','1045434.0','23',    '22','1','1553.99',    '22','1','1344.0',    '17','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028264.0','1019867.0','401',    '372','142','310863.92',    '342','104','250443.19',    '254','76','60420.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116528.0','1045434.0','1',    '1','1','1776.72',    '1','1','1776.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028265.0','1019867.0','1',    '1','1','26365.33',    '1','1','26365.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116529.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028266.0','1019867.0','27',    '26','13','29385.17',    '26','13','28960.99',    '13','3','424.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116530.0','1045434.0','199',    '180','47','188665.94',    '168','40','163862.45',    '98','16','24803.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028267.0','1019867.0','19',    '18','8','9634.3',    '18','6','8737.65',    '7','2','896.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116531.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028268.0','1019867.0','1',    '1','1','6484.63',    '1','1','1896.0',    '1','1','4588.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116532.0','1045434.0','1629',    '1492','548','2620161.73',    '1422','431','2114010.8',    '1025','289','506150.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028269.0','1019867.0','120',    '116','55','110723.82',    '115','49','99810.8',    '75','21','10913.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116533.0','1045434.0','1',    '1','1','2605.08',    '1','1','2605.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028270.0','1019867.0','884',    '755','96','265332.68',    '680','59','203161.24',    '425','56','62171.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116534.0','1045434.0','21',    '20','4','8285.58',    '16','4','8057.16',    '13','2','228.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028271.0','1019867.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116535.0','1045434.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028272.0','1019867.0','340',    '313','139','876148.64',    '301','129','771133.61',    '223','45','105015.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116536.0','1045434.0','23',    '23','9','34094.27',    '23','9','33176.91',    '18','3','917.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028273.0','1019867.0','7',    '7','1','206.68',    '7','1','206.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116537.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028274.0','1019867.0','290',    '233','58','162696.89',    '191','52','153716.81',    '142','13','8980.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116538.0','1045434.0','1093',    '929','196','560919.08',    '819','160','438823.42',    '554','89','122095.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028275.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116539.0','1045434.0','1',    '1','1','7814.0',    '1','1','7814.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028276.0','1019867.0','187',    '152','26','89746.88',    '139','23','89149.39',    '70','4','597.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116540.0','1045434.0','4',    '3','2','12605.55',    '3','2','8140.14',    '2','2','4465.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028277.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116541.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028278.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116542.0','1045434.0','102',    '97','38','231340.16',    '92','35','223845.32',    '70','8','7494.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028279.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116543.0','1045434.0','13',    '12','6','18458.14',    '11','4','17037.04',    '4','2','1421.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028280.0','1019867.0','1',    '1','1','371.24',    '1','0','0.0',    '1','1','371.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116544.0','1045434.0','1078',    '947','331','1114556.7',    '850','291','873557.32',    '633','125','240999.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028281.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116545.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028282.0','1019867.0','452',    '415','126','583678.91',    '395','102','517676.15',    '288','63','66002.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116546.0','1045434.0','2002',    '1814','714','1986518.72',    '1701','525','1713961.7',    '1311','366','272557.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028283.0','1019867.0','1',    '1','1','20083.77',    '1','1','19873.78',    '1','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116547.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028284.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116548.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028285.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116549.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028286.0','1019867.0','1',    '1','1','460.29',    '1','1','460.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116550.0','1045434.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028287.0','1019867.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116551.0','1045434.0','8',    '8','6','17915.56',    '8','6','17538.56',    '4','2','377.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028288.0','1019867.0','50',    '47','7','37432.04',    '43','7','37432.04',    '27','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116552.0','1045434.0','1',    '1','1','3907.53',    '1','1','3545.83',    '1','1','361.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028289.0','1019867.0','7',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116553.0','1045434.0','583',    '428','50','105217.6',    '338','38','96426.39',    '281','20','8791.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028290.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116554.0','1045434.0','1181',    '1079','434','1463263.89',    '1028','337','1321947.67',    '771','220','141316.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028291.0','1019867.0','80',    '79','31','82105.79',    '77','29','78441.5',    '52','9','3664.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116555.0','1045434.0','1',    '1','1','447.08',    '1','0','0.0',    '1','1','447.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028292.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116556.0','1045434.0','5',    '4','2','40112.42',    '4','2','31727.83',    '4','2','8384.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028293.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116557.0','1045434.0','108',    '104','40','99776.25',    '101','33','92115.35',    '78','18','7660.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028294.0','1019867.0','19',    '17','5','21633.12',    '15','5','21447.5',    '10','1','185.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116558.0','1045434.0','2',    '2','1','185.0',    '2','0','0.0',    '2','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001764.0',    '2028295.0','1019867.0','1',    '1','1','3674.74',    '1','1','3674.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006052.0',    '2116559.0','1045434.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028296.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116560.0','1045434.0','343',    '305','75','166519.42',    '290','49','138180.51',    '165','44','28338.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028297.0','1019867.0','9',    '7','3','6395.58',    '6','3','6395.58',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116561.0','1045434.0','8',    '7','2','14302.92',    '7','2','13762.8',    '4','1','540.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028298.0','1019867.0','109',    '95','23','48379.2',    '86','18','45112.71',    '55','8','3266.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116562.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028299.0','1019867.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116563.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028300.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116564.0','1045434.0','143',    '134','56','206352.98',    '129','45','185795.44',    '85','29','20557.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028301.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116565.0','1045434.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028302.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116566.0','1045434.0','79',    '70','40','85597.01',    '69','37','74385.1',    '34','14','11211.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028303.0','1019867.0','233',    '211','70','308179.83',    '207','62','261020.62',    '116','20','47159.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116567.0','1045434.0','26',    '24','8','57133.67',    '23','7','55161.34',    '19','6','1972.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028304.0','1019867.0','41',    '39','20','59691.43',    '36','16','48893.73',    '30','8','10797.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116568.0','1045434.0','199',    '175','36','84468.59',    '167','33','78289.06',    '102','7','6179.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028305.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116569.0','1045434.0','1',    '1','1','2878.2',    '1','1','2878.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028306.0','1019867.0','5',    '4','2','5091.38',    '4','2','5091.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116570.0','1045434.0','190',    '182','69','188655.48',    '174','56','170885.37',    '111','31','17770.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028307.0','1019867.0','367',    '273','65','224297.79',    '235','56','186746.77',    '174','23','37551.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116571.0','1045434.0','1',    '1','1','739.98',    '1','0','0.0',    '1','1','739.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028308.0','1019867.0','75',    '68','9','46600.99',    '63','6','37741.97',    '32','5','8859.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116572.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028309.0','1019867.0','9392',    '8805','4356','28812398.07',    '8487','3912','23812287.32',    '5933','1716','5000110.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116573.0','1045434.0','20',    '14','3','6618.24',    '12','3','6618.24',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028310.0','1019867.0','1145',    '940','224','664972.79',    '819','186','558339.24',    '591','87','106633.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116574.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028311.0','1019867.0','2',    '1','1','3339.74',    '1','1','1510.0',    '1','1','1829.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116575.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028312.0','1019867.0','2',    '2','2','12099.18',    '2','2','12099.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116576.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028313.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116577.0','1045434.0','2419',    '2051','532','1543213.17',    '1870','413','1239947.11',    '1231','242','303266.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028314.0','1019867.0','1',    '1','1','502.0',    '1','1','502.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116578.0','1045434.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028315.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116579.0','1045434.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028316.0','1019867.0','5',    '5','3','1633.96',    '5','2','1282.09',    '2','1','351.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116580.0','1045434.0','1',    '1','1','589.94',    '1','0','0.0',    '1','1','589.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028317.0','1019867.0','49',    '40','7','5456.93',    '38','5','4300.39',    '24','2','1156.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116581.0','1045434.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028318.0','1019867.0','193',    '161','52','132832.55',    '132','44','111017.62',    '110','17','21814.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116582.0','1045434.0','174',    '167','83','219782.81',    '163','72','186958.99',    '109','39','32823.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028319.0','1019867.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116583.0','1045434.0','4',    '4','2','1805.5',    '4','2','1805.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028320.0','1019867.0','5',    '4','4','37657.61',    '4','4','33696.17',    '3','1','3961.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116584.0','1045434.0','22',    '20','8','79295.27',    '20','8','72401.05',    '10','2','6894.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028321.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116585.0','1045434.0','1',    '1','1','1379.5',    '1','1','1379.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028322.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116586.0','1045434.0','3278',    '2833','582','1055669.9',    '2636','345','820801.85',    '1680','339','234868.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028323.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116587.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028324.0','1019867.0','522',    '485','171','567343.95',    '474','144','522373.63',    '306','71','44970.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116588.0','1045434.0','322',    '284','87','273369.53',    '271','71','237574.66',    '165','29','35794.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028325.0','1019867.0','136',    '123','14','63943.71',    '118','12','59640.08',    '72','3','4303.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116589.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028326.0','1019867.0','8',    '6','3','7096.65',    '3','1','2631.76',    '4','2','4464.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116590.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028327.0','1019867.0','1',    '1','1','491.92',    '1','1','491.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116591.0','1045434.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028328.0','1019867.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116592.0','1045434.0','48',    '45','16','22354.74',    '42','12','17369.39',    '32','10','4985.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028329.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116593.0','1045434.0','73',    '67','28','59275.33',    '65','27','55121.65',    '39','8','4153.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028330.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116594.0','1045434.0','150',    '143','50','135909.33',    '139','43','128137.96',    '85','19','7771.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028331.0','1019867.0','35',    '32','6','8476.53',    '32','6','8476.53',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116595.0','1045434.0','35',    '35','12','34124.83',    '35','12','31620.08',    '21','3','2504.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028332.0','1019867.0','309',    '189','17','38101.86',    '158','12','30921.82',    '86','6','7180.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116596.0','1045434.0','18',    '18','5','7544.4',    '18','5','7469.95',    '6','1','74.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028333.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116597.0','1045434.0','140',    '55','14','102837.74',    '42','10','55324.82',    '33','9','47512.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028334.0','1019867.0','126',    '81','9','11835.38',    '72','2','5434.0',    '41','7','6401.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116598.0','1045434.0','24',    '23','7','10592.52',    '21','5','9733.61',    '14','2','858.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028335.0','1019867.0','60',    '54','23','77255.87',    '51','18','56794.41',    '32','8','20461.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116599.0','1045434.0','129',    '126','79','260764.13',    '123','69','209309.64',    '90','45','51454.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028336.0','1019867.0','7',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116600.0','1045434.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028337.0','1019867.0','41',    '38','12','61997.32',    '35','10','56821.7',    '25','8','5175.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116601.0','1045434.0','1577',    '1433','604','2003576.27',    '1322','486','1624710.43',    '1020','308','378865.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028338.0','1019867.0','8',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116602.0','1045434.0','261',    '244','71','147080.39',    '241','58','132450.63',    '144','26','14629.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028339.0','1019867.0','1',    '1','1','1667.79',    '1','1','1082.0',    '1','1','585.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116603.0','1045434.0','196',    '187','64','193519.7',    '181','58','186253.54',    '118','22','7266.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028340.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116604.0','1045434.0','79',    '49','3','5018.22',    '40','1','2948.0',    '32','2','2070.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028341.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116605.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028342.0','1019867.0','486',    '421','88','116630.66',    '382','52','93648.76',    '270','47','22981.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116606.0','1045434.0','115',    '62','6','23245.0',    '44','2','3451.24',    '41','4','19793.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028343.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116607.0','1045434.0','49',    '39','31','190607.48',    '39','31','157227.8',    '22','8','33379.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028344.0','1019867.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116608.0','1045434.0','308',    '268','97','233021.19',    '244','79','201471.5',    '184','44','31549.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028345.0','1019867.0','9',    '6','4','36402.92',    '6','4','29563.23',    '4','2','6839.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116609.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028346.0','1019867.0','11',    '10','5','5884.99',    '9','5','5884.99',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116610.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028347.0','1019867.0','312',    '293','126','247510.93',    '280','98','224452.91',    '189','70','23058.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116611.0','1045434.0','142',    '123','28','62455.67',    '112','27','61515.32',    '71','4','940.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028348.0','1019867.0','12',    '10','3','4985.21',    '10','3','4985.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116612.0','1045434.0','269',    '200','37','64497.29',    '170','29','50841.29',    '138','17','13656.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028349.0','1019867.0','1013',    '959','330','656426.88',    '938','289','591019.43',    '560','104','65407.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116613.0','1045434.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028350.0','1019867.0','416',    '293','31','112232.95',    '274','28','104285.92',    '111','9','7947.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116614.0','1045434.0','41',    '34','15','52563.47',    '33','13','49590.01',    '13','4','2973.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028351.0','1019867.0','2',    '2','1','2948.0',    '2','1','2948.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116615.0','1045434.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028352.0','1019867.0','2205',    '1905','426','1336853.76',    '1793','363','1117929.28',    '1043','160','218924.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116616.0','1045434.0','81',    '70','15','13443.86',    '67','14','13088.47',    '33','1','355.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028353.0','1019867.0','8',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116617.0','1045434.0','583',    '530','151','339739.11',    '510','124','293558.54',    '316','64','46180.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028354.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116618.0','1045434.0','52',    '46','4','15225.37',    '43','4','15225.37',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028355.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116619.0','1045434.0','1',    '1','1','1260.0',    '1','1','1260.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028356.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116620.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028357.0','1019867.0','15',    '14','4','2954.65',    '14','3','2016.35',    '4','2','938.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116621.0','1045434.0','1174',    '1092','505','1782289.19',    '1056','436','1491506.42',    '734','197','290782.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028358.0','1019867.0','18',    '16','5','5013.73',    '15','5','5013.73',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116622.0','1045434.0','2',    '1','1','2790.9',    '1','1','2790.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028359.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116623.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028360.0','1019867.0','31',    '28','13','29074.22',    '24','13','27482.11',    '16','3','1592.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116624.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028361.0','1019867.0','448',    '370','67','116741.57',    '318','42','88251.92',    '266','38','28489.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116625.0','1045434.0','61',    '42','5','10829.55',    '35','4','10329.56',    '25','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028362.0','1019867.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116626.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028363.0','1019867.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116627.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028364.0','1019867.0','26',    '25','11','38141.66',    '25','11','32563.89',    '14','1','5577.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116628.0','1045434.0','11',    '9','2','7624.64',    '8','2','7624.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028365.0','1019867.0','489',    '436','131','459216.0',    '399','115','406713.78',    '241','46','52502.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116629.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028366.0','1019867.0','95',    '89','41','123175.65',    '86','36','116432.36',    '45','13','6743.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116630.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028367.0','1019867.0','111',    '74','4','17437.3',    '61','0','0.0',    '40','4','17437.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116631.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028368.0','1019867.0','388',    '298','29','91540.95',    '268','23','77507.77',    '131','9','14033.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116632.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028369.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116633.0','1045434.0','198',    '192','103','328645.94',    '181','65','282874.34',    '156','66','45771.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028370.0','1019867.0','125',    '114','47','112238.23',    '109','37','100287.92',    '74','17','11950.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116634.0','1045434.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028371.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116635.0','1045434.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028372.0','1019867.0','163',    '154','36','47004.64',    '150','29','41371.34',    '94','14','5633.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116636.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028373.0','1019867.0','6',    '6','4','18845.22',    '6','4','18477.67',    '4','1','367.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116637.0','1045434.0','32',    '26','3','1950.52',    '24','3','1950.52',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028374.0','1019867.0','260',    '239','108','355331.95',    '218','103','312092.38',    '157','31','43239.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116638.0','1045434.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028375.0','1019867.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116639.0','1045434.0','14',    '10','6','8021.85',    '10','4','5347.22',    '8','4','2674.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028376.0','1019867.0','92',    '67','15','27281.46',    '51','10','24456.63',    '44','5','2824.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116640.0','1045434.0','2',    '2','1','2381.19',    '2','1','2381.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028377.0','1019867.0','2',    '2','1','1481.41',    '2','1','1481.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116641.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028378.0','1019867.0','681',    '598','115','133226.93',    '543','90','106885.31',    '369','36','26341.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116642.0','1045434.0','34',    '32','8','20426.75',    '32','7','20265.75',    '16','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028379.0','1019867.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116643.0','1045434.0','15',    '13','3','2184.46',    '11','2','1708.47',    '9','1','475.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028380.0','1019867.0','1',    '1','1','1150.0',    '1','1','1150.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116644.0','1045434.0','407',    '378','141','711764.81',    '357','127','636276.7',    '206','45','75488.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028381.0','1019867.0','160',    '98','8','19716.25',    '81','2','3839.28',    '53','8','15876.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116645.0','1045434.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028382.0','1019867.0','133',    '118','29','75585.92',    '114','28','72655.82',    '60','7','2930.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116646.0','1045434.0','179',    '107','29','171404.93',    '98','26','134283.21',    '56','10','37121.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028383.0','1019867.0','92',    '57','5','7870.53',    '44','0','0.0',    '34','5','7870.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116647.0','1045434.0','1',    '1','1','5434.0',    '1','1','5434.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028384.0','1019884.0','209',    '193','48','114403.14',    '183','39','103229.42',    '114','22','11173.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116648.0','1045451.0','484',    '348','96','630599.67',    '315','85','545862.51',    '156','28','84737.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028385.0','1019884.0','164',    '99','34','219544.63',    '84','33','199191.21',    '50','4','20353.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116649.0','1045451.0','270',    '206','28','97543.47',    '189','14','70821.7',    '112','20','26721.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028386.0','1019884.0','48',    '44','14','81217.3',    '42','14','80009.57',    '22','2','1207.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116650.0','1045451.0','336',    '261','41','83270.32',    '217','23','61690.72',    '181','27','21579.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028387.0','1019884.0','394',    '335','80','200631.19',    '303','67','186820.61',    '186','22','13810.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116651.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028388.0','1019884.0','5',    '4','2','9960.45',    '4','2','9960.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116652.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028389.0','1019884.0','4',    '4','1','404.32',    '4','1','404.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116653.0','1045451.0','66',    '59','16','58307.29',    '58','16','55393.31',    '30','3','2913.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028390.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116654.0','1045451.0','15',    '15','5','7387.63',    '15','4','6103.67',    '13','2','1283.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028391.0','1019884.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116655.0','1045451.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028392.0','1019884.0','47',    '42','12','17203.74',    '39','7','13937.57',    '27','8','3266.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116656.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001701.0',    '2028393.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006054.0',    '2116657.0','1045451.0','47',    '23','5','15554.27',    '20','3','8957.52',    '14','4','6596.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028394.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116658.0','1045451.0','398',    '321','38','159759.41',    '299','33','138631.54',    '107','10','21127.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028395.0','1019884.0','2',    '2','1','181.31',    '2','0','0.0',    '2','1','181.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116659.0','1045451.0','1',    '1','1','983.26',    '1','1','983.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028396.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116660.0','1045451.0','1670',    '1461','565','2508303.3',    '1357','484','2172118.41',    '970','254','336184.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028397.0','1019884.0','239',    '169','19','66591.78',    '127','5','13822.44',    '106','16','52769.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116661.0','1045451.0','287',    '260','115','357420.14',    '248','99','338409.15',    '171','48','19010.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028398.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116662.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028399.0','1019884.0','7',    '6','2','32245.45',    '6','2','31881.45',    '3','1','364.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116663.0','1045451.0','11',    '9','2','2007.95',    '9','1','1641.33',    '6','1','366.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028400.0','1019884.0','5',    '4','2','3811.88',    '4','2','3811.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116664.0','1045451.0','188',    '161','73','237162.55',    '145','66','214742.91',    '93','20','22419.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028401.0','1019884.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116665.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001654.0',    '2028402.0','1019884.0','5',    '5','2','3089.49',    '5','2','2184.0',    '4','1','905.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006056.0',    '2116666.0','1045451.0','6',    '5','1','1902.99',    '4','1','1902.99',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028403.0','1019884.0','196',    '156','45','251840.92',    '149','43','219180.08',    '89','11','32660.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116667.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028404.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116668.0','1045451.0','118',    '84','14','20907.41',    '66','11','17358.83',    '50','6','3548.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028405.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116669.0','1045451.0','7',    '5','2','4307.24',    '5','2','4307.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028406.0','1019884.0','8',    '7','2','1741.88',    '6','2','1512.0',    '3','1','229.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116670.0','1045451.0','480',    '373','97','190956.86',    '318','70','160377.16',    '239','45','30579.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028407.0','1019884.0','2',    '2','1','875.93',    '2','1','875.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116671.0','1045451.0','466',    '379','102','193201.89',    '326','68','116785.67',    '252','58','76416.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028408.0','1019884.0','2',    '2','1','580.66',    '2','1','580.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116672.0','1045451.0','35',    '33','9','13555.12',    '32','7','12789.62',    '20','3','765.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028409.0','1019884.0','332',    '299','77','111296.16',    '275','62','101432.98',    '181','26','9863.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116673.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028410.0','1019884.0','74',    '43','10','29311.13',    '35','6','17918.88',    '25','5','11392.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116674.0','1045451.0','307',    '294','82','222150.36',    '279','71','211939.56',    '181','25','10210.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028411.0','1019884.0','1',    '1','1','10000.0',    '0','0','0.0',    '1','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116675.0','1045451.0','89',    '62','11','50162.97',    '57','6','43501.24',    '34','7','6661.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028412.0','1019884.0','395',    '309','81','394471.37',    '278','69','358130.46',    '157','26','36340.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116676.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028413.0','1019884.0','1',    '1','1','540.12',    '1','0','0.0',    '1','1','540.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116677.0','1045451.0','109',    '85','13','39990.27',    '72','5','31696.11',    '50','9','8294.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028414.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116678.0','1045451.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028029.0','1019884.0','614',    '506','175','463684.69',    '445','136','402657.52',    '302','87','61027.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116293.0','1045451.0','2',    '1','1','628.88',    '0','0','0.0',    '1','1','628.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028415.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116679.0','1045451.0','402',    '292','65','240549.95',    '266','47','181108.57',    '156','33','59441.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028416.0','1019884.0','233',    '185','38','58931.59',    '166','20','45934.94',    '114','23','12996.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116680.0','1045451.0','8',    '6','2','4308.16',    '6','2','3808.16',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028417.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116681.0','1045451.0','17',    '16','4','2054.18',    '16','3','1446.18',    '10','2','608.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028418.0','1019884.0','16',    '13','2','3780.79',    '13','2','3780.79',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116682.0','1045451.0','5',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028419.0','1019884.0','79',    '74','13','20605.95',    '71','11','19001.95',    '40','5','1604.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116683.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028420.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116684.0','1045451.0','57',    '47','18','33383.81',    '47','17','29213.41',    '24','6','4170.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028421.0','1019884.0','600',    '457','62','187803.41',    '405','45','147641.78',    '216','23','40161.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116685.0','1045451.0','2',    '2','2','34386.0',    '2','2','34386.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028422.0','1019884.0','304',    '274','86','283098.67',    '265','79','266875.03',    '130','19','16223.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116686.0','1045451.0','1495',    '1334','523','1471337.06',    '1194','342','1200727.4',    '1038','323','270609.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028423.0','1019884.0','1',    '1','1','2227.37',    '1','1','2044.06',    '1','1','183.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116687.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028424.0','1019884.0','193',    '183','43','69939.3',    '180','32','64696.33',    '106','14','5242.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116688.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028425.0','1019884.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116689.0','1045451.0','35',    '25','13','29314.77',    '25','11','27099.22',    '11','5','2215.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028426.0','1019884.0','19',    '19','4','5327.18',    '19','3','3905.62',    '12','2','1421.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116690.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028427.0','1019884.0','57',    '49','11','19485.32',    '44','6','17316.8',    '30','6','2168.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116691.0','1045451.0','13',    '13','2','2531.05',    '12','2','2531.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028428.0','1019884.0','7',    '6','2','2103.69',    '4','2','2103.69',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116692.0','1045451.0','843',    '723','238','586690.36',    '644','194','455265.31',    '486','94','131425.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028429.0','1019884.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116693.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028430.0','1019884.0','22',    '19','5','6481.17',    '16','5','6481.17',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116694.0','1045451.0','37',    '33','5','6316.33',    '32','5','6129.68',    '22','1','186.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028431.0','1019884.0','744',    '602','199','550137.78',    '500','130','364073.21',    '461','121','186064.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116695.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028432.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116696.0','1045451.0','12',    '12','4','6875.21',    '10','4','6875.21',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028433.0','1019884.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116697.0','1045451.0','5',    '5','2','2895.12',    '4','2','2710.12',    '5','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028434.0','1019884.0','52',    '49','19','28349.0',    '48','16','22306.29',    '33','6','6042.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116698.0','1045451.0','20',    '19','7','4569.36',    '19','6','4171.37',    '12','2','397.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028435.0','1019884.0','131',    '95','6','38830.81',    '79','3','28961.85',    '59','4','9868.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116699.0','1045451.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028436.0','1019884.0','142',    '101','12','52119.91',    '89','10','42796.48',    '57','6','9323.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116700.0','1045451.0','201',    '139','15','37773.34',    '121','10','34946.66',    '67','6','2826.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028437.0','1019884.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116701.0','1045451.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028438.0','1019884.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116702.0','1045451.0','110',    '79','16','48626.47',    '67','11','31642.42',    '43','6','16984.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028439.0','1019884.0','793',    '644','191','599263.48',    '561','151','554252.67',    '397','83','45010.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116703.0','1045451.0','55',    '55','24','53391.92',    '54','22','50784.23',    '34','5','2607.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028440.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116704.0','1045451.0','1',    '1','1','1622.0',    '1','1','1622.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028441.0','1019884.0','1',    '1','1','1101.11',    '1','0','0.0',    '1','1','1101.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116705.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028442.0','1019884.0','1',    '1','1','178.42',    '1','0','0.0',    '1','1','178.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116706.0','1045451.0','6',    '6','2','33220.79',    '5','2','33220.79',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028443.0','1019884.0','279',    '256','86','154815.95',    '246','69','142583.65',    '160','33','12232.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116707.0','1045451.0','27',    '26','13','13482.15',    '26','12','12859.02',    '10','1','623.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028444.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116708.0','1045451.0','11',    '10','6','8853.08',    '10','5','7918.17',    '10','4','934.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028445.0','1019884.0','14',    '13','3','1572.7',    '13','3','1572.7',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116709.0','1045451.0','8',    '7','1','161.0',    '7','0','0.0',    '4','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028446.0','1019884.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116710.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028447.0','1019884.0','11',    '10','2','957.26',    '9','1','781.95',    '6','1','175.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116711.0','1045451.0','1485',    '1296','360','930683.06',    '1169','245','700160.91',    '936','221','230522.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028448.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116712.0','1045451.0','61',    '52','15','36565.41',    '47','11','29847.65',    '32','10','6717.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028449.0','1019884.0','120',    '85','8','30743.4',    '73','3','19609.6',    '51','8','11133.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116713.0','1045451.0','18',    '17','4','8012.2',    '10','3','7640.59',    '13','1','371.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028450.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116714.0','1045451.0','137',    '90','9','27923.8',    '79','3','5405.85',    '36','6','22517.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028451.0','1019884.0','154',    '149','62','146443.78',    '147','55','140056.75',    '96','21','6387.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116715.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028452.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116716.0','1045451.0','581',    '535','246','566112.91',    '487','182','469151.3',    '391','129','96961.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028453.0','1019884.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116717.0','1045451.0','1',    '1','1','1049.41',    '1','1','874.0',    '1','1','175.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028454.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116718.0','1045451.0','6',    '6','2','850.0',    '6','1','745.0',    '4','1','105.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028455.0','1019884.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116719.0','1045451.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028456.0','1019884.0','1',    '1','1','1226.91',    '1','1','988.91',    '1','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116720.0','1045451.0','99',    '74','11','19791.92',    '60','10','16976.57',    '42','3','2815.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028457.0','1019884.0','1200',    '1028','218','499844.07',    '924','166','443692.32',    '627','89','56151.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116721.0','1045451.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028458.0','1019884.0','1',    '1','1','3175.91',    '1','0','0.0',    '1','1','3175.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116722.0','1045451.0','79',    '74','18','27488.68',    '72','18','26910.06',    '35','3','578.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028459.0','1019884.0','5',    '5','2','5171.46',    '5','2','4490.16',    '3','1','681.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116723.0','1045451.0','22',    '21','14','52929.16',    '21','12','52194.23',    '11','4','734.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028460.0','1019884.0','3',    '3','1','882.35',    '3','1','882.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116724.0','1045451.0','130',    '76','10','18540.83',    '65','1','2486.0',    '47','9','16054.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028461.0','1019884.0','1359',    '1173','396','1530709.83',    '1094','335','1264348.5',    '730','166','266361.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116725.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028462.0','1019884.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116726.0','1045451.0','80',    '57','8','30353.75',    '52','5','17662.32',    '28','4','12691.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028463.0','1019884.0','200',    '137','12','21504.5',    '114','7','16971.44',    '69','6','4533.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116727.0','1045451.0','264',    '257','145','483086.53',    '252','129','460924.84',    '167','40','22161.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028464.0','1019884.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116728.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028465.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116729.0','1045451.0','285',    '272','142','350462.34',    '266','131','330372.83',    '167','45','20089.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028466.0','1019884.0','3240',    '2729','786','2964580.85',    '2472','664','2173649.43',    '1726','404','790931.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116730.0','1045451.0','654',    '541','189','863132.95',    '495','168','630646.92',    '361','74','232486.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028467.0','1019884.0','2',    '2','1','2064.46',    '2','1','2064.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116731.0','1045451.0','1',    '1','1','147.99',    '1','0','0.0',    '1','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028468.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116732.0','1045451.0','2',    '2','1','1190.01',    '2','1','1190.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028469.0','1019884.0','181',    '152','69','427857.95',    '140','62','352021.42',    '97','30','75836.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116733.0','1045451.0','130',    '122','54','200010.33',    '120','48','177271.89',    '73','20','22738.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028470.0','1019884.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116734.0','1045451.0','7',    '7','4','9639.56',    '7','3','9404.56',    '2','2','235.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028471.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116735.0','1045451.0','19',    '19','3','1159.48',    '18','2','998.48',    '9','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028472.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116736.0','1045451.0','16',    '15','1','2374.78',    '14','1','2374.78',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028473.0','1019884.0','21',    '17','3','5174.24',    '17','2','4924.24',    '7','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116737.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028474.0','1019884.0','5',    '4','3','7792.4',    '3','2','7644.41',    '3','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116738.0','1045451.0','176',    '164','80','238909.63',    '158','67','196448.41',    '95','42','42461.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028475.0','1019884.0','2',    '2','1','1403.76',    '1','1','848.84',    '2','1','554.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116739.0','1045451.0','2',    '2','1','2668.74',    '2','1','2482.09',    '1','1','186.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028476.0','1019884.0','151',    '138','45','106993.9',    '133','40','104108.45',    '82','12','2885.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116740.0','1045451.0','11',    '10','1','1446.0',    '9','1','1446.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027811.0','1019884.0','79',    '75','21','45845.75',    '73','21','45466.75',    '33','3','379.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116075.0','1045451.0','9',    '7','3','3971.83',    '7','2','3030.0',    '6','2','941.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028477.0','1019884.0','127',    '118','37','50519.29',    '112','31','45736.28',    '75','12','4783.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116741.0','1045451.0','375',    '342','99','249858.78',    '334','93','233086.06',    '173','24','16772.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028478.0','1019884.0','139',    '74','7','15125.97',    '65','4','8035.09',    '28','5','7090.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116742.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028479.0','1019884.0','363',    '265','65','185935.74',    '227','48','160308.52',    '170','27','25627.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116743.0','1045451.0','18',    '17','5','11141.36',    '15','5','10763.0',    '12','1','378.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028480.0','1019884.0','23',    '20','11','73548.17',    '20','11','66727.06',    '13','5','6821.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116744.0','1045451.0','1006',    '912','514','2148868.35',    '873','481','1791991.81',    '576','167','356876.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028481.0','1019884.0','306',    '280','90','169001.88',    '264','73','146415.89',    '160','35','22585.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116745.0','1045451.0','17',    '17','5','4719.56',    '17','3','4106.62',    '9','2','612.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028482.0','1019884.0','370',    '308','73','176724.36',    '271','53','148021.6',    '196','27','28702.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116746.0','1045451.0','781',    '745','212','442451.14',    '725','174','384590.1',    '443','82','57861.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028483.0','1019884.0','7',    '5','2','15592.76',    '5','2','15592.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116747.0','1045451.0','1197',    '1096','264','535772.36',    '1000','191','472254.32',    '731','123','63518.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027531.0','1019884.0','11',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2115795.0','1045451.0','232',    '207','61','106985.49',    '194','55','102016.01',    '110','11','4969.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028484.0','1019884.0','1',    '1','1','10000.0',    '1','0','0.0',    '1','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116748.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028485.0','1019884.0','39',    '30','4','10758.64',    '29','4','10758.64',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116749.0','1045451.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028486.0','1019884.0','175',    '133','19','43955.93',    '114','14','22344.12',    '56','7','21611.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116750.0','1045451.0','135',    '88','11','43068.03',    '74','6','33813.3',    '44','8','9254.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028487.0','1019884.0','2',    '2','1','31400.0',    '1','1','31400.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116751.0','1045451.0','56',    '55','13','42129.6',    '54','11','37581.93',    '34','6','4547.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028488.0','1019884.0','35',    '33','9','9823.59',    '32','8','9400.59',    '20','2','423.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116752.0','1045451.0','206',    '201','88','217493.08',    '193','75','202048.43',    '138','27','15444.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028489.0','1019884.0','52',    '33','3','26068.84',    '25','2','22624.64',    '25','2','3444.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116753.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028490.0','1019884.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116754.0','1045451.0','127',    '82','10','73331.91',    '69','7','42306.61',    '35','4','31025.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028491.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116755.0','1045451.0','56',    '52','9','14633.53',    '47','9','14262.54',    '30','1','370.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028492.0','1019884.0','138',    '127','41','107556.69',    '122','35','93897.44',    '64','15','13659.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116756.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028493.0','1019884.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116757.0','1045451.0','1433',    '1218','795','6093702.34',    '1147','721','5199507.89',    '785','304','894194.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028494.0','1019884.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116758.0','1045451.0','1',    '1','1','378.36',    '1','0','0.0',    '1','1','378.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028495.0','1019884.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116759.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028496.0','1019884.0','44',    '43','10','20705.35',    '43','10','19113.24',    '25','3','1592.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116760.0','1045451.0','761',    '685','245','1411375.3',    '672','221','1243180.28',    '367','77','168195.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028497.0','1019884.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116761.0','1045451.0','147',    '51','5','45139.64',    '28','2','23345.34',    '37','5','21794.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028498.0','1019884.0','10',    '8','4','11251.49',    '8','3','7920.0',    '5','2','3331.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116762.0','1045451.0','1',    '1','1','2500.3',    '1','1','2500.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028499.0','1019884.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116763.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028500.0','1019884.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116764.0','1045451.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028501.0','1019884.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116765.0','1045451.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028502.0','1019884.0','2741',    '2035','922','4908563.28',    '1753','687','3360506.44',    '1371','432','1548056.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116766.0','1045451.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028503.0','1019884.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116767.0','1045451.0','18',    '18','16','136286.2',    '18','16','136246.32',    '14','1','39.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028504.0','1019884.0','823',    '662','42','115312.1',    '599','35','93127.14',    '304','7','22184.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116768.0','1045451.0','102',    '82','11','50383.07',    '71','10','50133.07',    '43','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028505.0','1019884.0','625',    '557','271','1481100.95',    '535','255','1349764.95',    '334','63','131336.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116769.0','1045451.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028506.0','1019884.0','79',    '67','15','99637.96',    '61','15','99637.96',    '33','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116770.0','1045451.0','15909',    '14505','11326','74361745.06',    '14211','11000','63193235.02',    '7754','2200','11168510.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028507.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116771.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028508.0','1019902.0','210',    '146','22','106212.18',    '126','14','52871.13',    '79','14','53341.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116772.0','1045469.0','1',    '1','1','9060.72',    '1','1','2570.0',    '1','1','6490.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028509.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116773.0','1045469.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028510.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116774.0','1045469.0','126',    '87','16','32934.22',    '78','11','16216.47',    '44','5','16717.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028511.0','1019902.0','14863',    '12324','7082','65048492.62',    '11390','6248','51335733.84',    '8486','2838','13712758.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116775.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028512.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116776.0','1045469.0','2734',    '2458','1809','22808479.68',    '2393','1736','20710749.84',    '1518','522','2097729.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027802.0','1019902.0','2',    '1','1','22978.21',    '1','1','22978.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116066.0','1045469.0','173',    '118','16','55951.84',    '101','9','42611.37',    '57','8','13340.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027572.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2115836.0','1045469.0','5',    '5','3','31575.71',    '4','1','10835.73',    '4','3','20739.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028513.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116777.0','1045469.0','1126',    '887','376','3102874.36',    '760','299','2374799.96',    '566','174','728074.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027630.0','1019902.0','3',    '3','3','72421.59',    '3','3','50546.9',    '2','1','21874.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115894.0','1045469.0','34',    '31','2','12486.0',    '25','1','2486.0',    '14','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028514.0','1019902.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116778.0','1045469.0','9',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028515.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116779.0','1045469.0','246',    '180','21','54647.12',    '163','13','31207.63',    '77','10','23439.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028516.0','1019902.0','7811',    '7019','5371','53988351.25',    '6727','5112','45716680.39',    '4421','2149','8271670.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116780.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028517.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116781.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028518.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116782.0','1045469.0','294',    '236','21','115247.14',    '211','17','81594.18',    '110','6','33652.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028519.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116783.0','1045469.0','1201',    '884','74','212063.64',    '820','62','175070.09',    '381','19','36993.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028520.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116784.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028521.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116785.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028522.0','1019902.0','151',    '98','17','102763.62',    '84','12','66739.43',    '58','9','36024.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116786.0','1045469.0','292',    '227','15','39578.08',    '202','12','37193.17',    '102','4','2384.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028523.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116787.0','1045469.0','4',    '4','2','27776.25',    '4','2','27776.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028524.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116788.0','1045469.0','8',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028525.0','1019902.0','920',    '820','484','4758164.41',    '789','465','4376366.29',    '518','105','381798.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116789.0','1045469.0','5290',    '4814','3441','29094185.75',    '4682','3334','26014239.57',    '3092','886','3079946.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028526.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116790.0','1045469.0','215',    '156','35','150253.17',    '137','27','119103.53',    '96','18','31149.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028527.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116791.0','1045469.0','3253',    '2842','1809','17526961.26',    '2747','1739','16225862.36',    '1654','505','1301098.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028528.0','1019902.0','265',    '228','14','70080.79',    '210','14','70080.79',    '115','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116792.0','1045469.0','2',    '2','1','10000.0',    '1','0','0.0',    '2','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028529.0','1019902.0','12872',    '10450','5936','44352448.08',    '9037','4665','28184258.33',    '7314','2907','16168189.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116793.0','1045469.0','1',    '1','1','14511.89',    '1','1','14511.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028530.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116794.0','1045469.0','67',    '45','5','5511.21',    '35','1','3350.72',    '32','4','2160.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028531.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116795.0','1045469.0','1',    '1','1','19450.14',    '1','1','19078.9',    '1','1','371.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028532.0','1019902.0','9',    '6','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116796.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028533.0','1019902.0','58',    '39','10','35334.88',    '33','7','32796.76',    '23','5','2538.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116797.0','1045469.0','2',    '2','1','2486.0',    '2','1','2486.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028534.0','1019902.0','6',    '4','2','1088.82',    '4','0','0.0',    '3','2','1088.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116798.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028535.0','1019902.0','3',    '1','1','24486.0',    '1','1','24486.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116799.0','1045469.0','6',    '4','1','10000.0',    '2','0','0.0',    '4','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028536.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116800.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028537.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116801.0','1045469.0','93',    '63','17','65134.78',    '55','12','43113.53',    '29','8','22021.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028538.0','1019902.0','4',    '4','2','33786.0',    '4','2','23786.0',    '1','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116802.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028539.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116803.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028540.0','1019902.0','356',    '264','22','52860.71',    '245','14','31217.54',    '107','9','21643.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116804.0','1045469.0','2',    '2','2','10624.63',    '2','2','10624.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028541.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116805.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028542.0','1019902.0','421',    '357','109','782932.46',    '326','103','774897.72',    '209','11','8034.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116806.0','1045469.0','1',    '1','1','499.99',    '0','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028543.0','1019902.0','12',    '10','2','34027.86',    '8','2','34027.86',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116807.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028544.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116808.0','1045469.0','742',    '651','361','2225335.83',    '630','356','2108959.07',    '387','49','116376.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027569.0','1019902.0','7',    '7','2','12410.11',    '6','2','7282.0',    '5','1','5128.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115833.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028545.0','1019902.0','183',    '149','21','60913.72',    '133','19','60265.74',    '85','2','647.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116809.0','1045469.0','189',    '168','20','76180.3',    '146','16','54393.77',    '112','6','21786.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028546.0','1019902.0','954',    '864','595','4706229.62',    '849','583','4467224.16',    '513','76','239005.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116810.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028547.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116811.0','1045469.0','209',    '175','12','60433.85',    '165','10','50285.86',    '84','2','10147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028548.0','1019902.0','1',    '1','1','12872.4',    '1','1','12872.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116812.0','1045469.0','188',    '132','2','1256.22',    '118','1','756.23',    '47','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028549.0','1019902.0','3',    '1','1','2948.0',    '1','1','2948.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116813.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028550.0','1019902.0','195',    '151','25','101133.47',    '130','15','62528.97',    '97','17','38604.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116814.0','1045469.0','91',    '72','5','16920.57',    '61','5','16082.03',    '30','1','838.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027728.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2115992.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028551.0','1019902.0','3',    '3','2','8844.0',    '2','2','8844.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116815.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028552.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116816.0','1045469.0','95',    '68','10','31354.04',    '56','4','7587.74',    '43','8','23766.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028553.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116817.0','1045469.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028554.0','1019902.0','5',    '3','1','10000.0',    '1','0','0.0',    '2','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116818.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028555.0','1019902.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116819.0','1045469.0','2245',    '2035','1539','13124891.81',    '1987','1503','11795276.1',    '1234','329','1329615.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028556.0','1019902.0','1',    '1','1','29618.89',    '1','1','29618.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116820.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027628.0','1019902.0','186',    '123','60','340854.43',    '114','57','325483.14',    '65','9','15371.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2115892.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028557.0','1019902.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116821.0','1045469.0','332',    '294','104','932553.76',    '284','96','906151.57',    '164','14','26402.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027873.0','1019902.0','1176',    '938','486','4273005.19',    '850','408','3114338.82',    '630','219','1158666.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116137.0','1045469.0','100',    '85','6','7493.99',    '73','5','7219.46',    '36','1','274.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028558.0','1019902.0','5182',    '4888','3627','37730462.05',    '4787','3551','35941035.78',    '3103','646','1789426.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116822.0','1045469.0','57',    '46','4','13265.35',    '36','2','5528.38',    '26','3','7736.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027685.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115949.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028559.0','1019902.0','42',    '30','3','6347.46',    '28','2','6197.46',    '18','1','150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116823.0','1045469.0','11',    '7','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028560.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116824.0','1045469.0','634',    '517','30','149297.75',    '479','27','142097.77',    '227','4','7199.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028561.0','1019902.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116825.0','1045469.0','21',    '15','1','499.99',    '13','0','0.0',    '8','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028562.0','1019902.0','6658',    '6164','4702','46660153.76',    '6018','4580','43675630.3',    '3869','883','2984523.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116826.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028563.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116827.0','1045469.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028564.0','1019902.0','4',    '4','3','16470.78',    '4','3','8844.0',    '4','1','7626.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116828.0','1045469.0','5',    '5','1','709.98',    '5','0','0.0',    '4','1','709.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028565.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116829.0','1045469.0','389',    '340','25','63875.47',    '319','19','54851.53',    '197','6','9023.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027671.0','1019902.0','18',    '13','7','41275.75',    '12','6','35807.66',    '8','3','5468.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2115935.0','1045469.0','1',    '1','1','147.99',    '1','0','0.0',    '1','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028566.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116830.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027834.0','1019902.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116098.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028567.0','1019902.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116831.0','1045469.0','259',    '202','30','187945.91',    '186','26','165903.11',    '96','6','22042.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028568.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116832.0','1045469.0','1',    '1','1','11422.44',    '1','1','7664.83',    '1','1','3757.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028569.0','1019902.0','385',    '306','28','132859.37',    '289','28','121280.62',    '129','8','11578.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116833.0','1045469.0','223',    '189','18','84666.1',    '176','15','65080.12',    '104','3','19585.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028570.0','1019902.0','966',    '778','64','229419.1',    '701','52','201486.92',    '397','19','27932.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116834.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028571.0','1019902.0','957',    '774','33','87119.92',    '689','21','67359.97',    '349','13','19759.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116835.0','1045469.0','469',    '370','33','147410.75',    '326','28','128421.09',    '169','10','18989.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027780.0','1019902.0','486',    '381','31','77308.23',    '346','24','56207.57',    '185','9','21100.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116044.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028572.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116836.0','1045469.0','27',    '19','2','4529.46',    '17','2','4529.46',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028573.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116837.0','1045469.0','20',    '19','3','13687.82',    '14','3','13687.82',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028574.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116838.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028575.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116839.0','1045469.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028576.0','1019902.0','3',    '3','2','15536.0',    '3','1','5736.0',    '1','1','9800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116840.0','1045469.0','5',    '4','1','2948.0',    '4','1','2948.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028577.0','1019902.0','889',    '692','57','230713.11',    '634','46','205374.3',    '284','17','25338.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116841.0','1045469.0','113',    '98','49','379570.9',    '94','42','240113.92',    '67','25','139456.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028578.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116842.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028579.0','1019902.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116843.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028580.0','1019902.0','90',    '70','39','178840.18',    '61','32','127066.07',    '52','14','51774.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116844.0','1045469.0','312',    '237','26','170045.82',    '209','25','164031.4',    '128','3','6014.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027974.0','1019902.0','1',    '1','1','2486.0',    '1','1','2486.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116238.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028581.0','1019902.0','15',    '14','0','0.0',    '14','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116845.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028582.0','1019902.0','9',    '9','1','20671.66',    '8','1','19302.31',    '7','1','1369.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116846.0','1045469.0','3',    '3','1','1895.0',    '2','1','1895.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027967.0','1019902.0','2032',    '1885','1320','12317905.79',    '1846','1282','11348766.96',    '1147','279','969138.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116231.0','1045469.0','720',    '631','448','2854170.27',    '613','433','2345750.69',    '362','105','508419.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028583.0','1019902.0','93',    '82','3','14415.97',    '75','3','13915.98',    '44','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116847.0','1045469.0','8',    '7','3','23750.51',    '6','3','23540.52',    '4','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028584.0','1019902.0','2',    '2','2','22692.93',    '2','2','17687.25',    '1','1','5005.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116848.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028585.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116849.0','1045469.0','1508',    '1347','635','4668557.8',    '1285','600','4344122.68',    '834','143','324435.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028586.0','1019902.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116850.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028587.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116851.0','1045469.0','2085',    '1947','1208','9339428.29',    '1903','1155','8691613.92',    '1211','245','647814.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2027740.0','1019902.0','32',    '25','1','17930.56',    '20','1','17930.56',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116004.0','1045469.0','1052',    '777','104','366857.23',    '711','79','302499.13',    '370','41','64358.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028588.0','1019902.0','1',    '1','1','31300.0',    '1','1','30793.4',    '1','1','506.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116852.0','1045469.0','309',    '230','29','129878.05',    '210','26','107290.08',    '104','9','22587.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028589.0','1019902.0','1',    '1','1','3166.0',    '1','1','3166.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116853.0','1045469.0','220',    '176','10','20735.06',    '162','10','20179.44',    '70','1','555.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028590.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116854.0','1045469.0','248',    '217','19','43441.93',    '206','16','42645.96',    '122','3','795.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028591.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116855.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028592.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116856.0','1045469.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028593.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116857.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028594.0','1019902.0','462',    '337','48','188311.82',    '307','41','165653.91',    '164','16','22657.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116858.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028595.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116859.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027926.0','1019902.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116190.0','1045469.0','6',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028596.0','1019902.0','3',    '3','1','3135.06',    '3','1','2486.0',    '1','1','649.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116860.0','1045469.0','556',    '475','38','75966.62',    '434','33','73157.91',    '208','7','2808.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028597.0','1019902.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116861.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028598.0','1019902.0','2542',    '2345','1375','11592866.77',    '2284','1347','11179250.07',    '1373','179','413616.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116862.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027746.0','1019902.0','107',    '90','11','25626.37',    '79','10','23662.35',    '55','2','1964.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116010.0','1045469.0','45',    '34','6','17625.45',    '29','6','17625.45',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028599.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116863.0','1045469.0','107',    '84','7','26822.86',    '79','5','25938.46',    '30','2','884.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028600.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116864.0','1045469.0','1400',    '1262','656','5806266.52',    '1219','629','5491392.43',    '695','137','314874.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028601.0','1019902.0','6',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116865.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028602.0','1019902.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116866.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028603.0','1019902.0','76',    '51','4','5896.22',    '43','3','5396.23',    '27','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116867.0','1045469.0','54',    '47','2','4710.8',    '40','2','4710.8',    '25','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028604.0','1019902.0','329',    '231','13','22435.3',    '199','9','20306.45',    '103','5','2128.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116868.0','1045469.0','32',    '30','3','25243.02',    '28','3','24282.02',    '19','1','961.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028605.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116869.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028606.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116870.0','1045469.0','114',    '88','15','76315.8',    '82','14','76145.64',    '51','1','170.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028607.0','1019902.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116871.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001560.0',    '2028608.0','1019902.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006060.0',    '2116872.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028609.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116873.0','1045469.0','3657',    '3372','2844','26674895.88',    '3312','2760','22258051.19',    '2158','790','4416844.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028610.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116874.0','1045469.0','137',    '114','9','21030.24',    '104','7','20437.26',    '60','2','592.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028611.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116875.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028612.0','1019902.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116876.0','1045469.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028613.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116877.0','1045469.0','56',    '46','1','499.99',    '44','0','0.0',    '15','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028614.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116878.0','1045469.0','2',    '2','1','4175.61',    '2','1','2570.0',    '2','1','1605.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028615.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116879.0','1045469.0','357',    '247','36','214821.09',    '216','30','178445.53',    '145','15','36375.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028616.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116880.0','1045469.0','780',    '656','370','3892142.93',    '621','353','3584231.38',    '437','75','307911.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028617.0','1019902.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116881.0','1045469.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028618.0','1019902.0','23',    '17','10','56725.36',    '15','7','42755.93',    '12','4','13969.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116882.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028619.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116883.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028620.0','1019902.0','32',    '27','13','118951.44',    '26','11','68948.0',    '20','10','50003.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116884.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028621.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116885.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028622.0','1019902.0','1',    '1','1','3145.0',    '1','1','3145.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116886.0','1045469.0','1',    '1','1','486.2',    '1','1','486.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028623.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116887.0','1045469.0','14',    '11','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028624.0','1019902.0','13',    '8','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116888.0','1045469.0','5',    '4','1','3166.0',    '4','1','3166.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028625.0','1019902.0','1096',    '1021','657','6725013.27',    '1006','636','6429441.2',    '655','105','295572.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116889.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028626.0','1019902.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116890.0','1045469.0','407',    '345','191','1149236.54',    '325','183','1080131.59',    '221','30','69104.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027852.0','1019902.0','607',    '471','52','176352.17',    '433','42','153768.89',    '206','17','22583.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116116.0','1045469.0','5',    '4','2','24803.4',    '3','2','23692.18',    '2','1','1111.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028627.0','1019902.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116891.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028628.0','1019902.0','2623',    '2434','1808','18264544.04',    '2380','1761','16797782.34',    '1565','409','1466761.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116892.0','1045469.0','3',    '2','2','8306.0',    '2','2','8306.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028629.0','1019902.0','181',    '144','15','67679.79',    '132','14','66357.3',    '69','2','1322.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116893.0','1045469.0','3',    '2','1','2486.0',    '2','1','2486.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028630.0','1019902.0','79',    '62','4','36413.85',    '52','4','36413.85',    '38','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116894.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028631.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116895.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027872.0','1019902.0','1',    '1','1','5434.0',    '1','1','5434.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116136.0','1045469.0','12',    '7','3','46827.13',    '7','3','36271.0',    '4','1','10556.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028632.0','1019902.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116896.0','1045469.0','14',    '11','6','23157.0',    '10','4','8701.0',    '10','4','14456.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028633.0','1019902.0','8',    '7','2','7736.16',    '6','1','2486.0',    '5','1','5250.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116897.0','1045469.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027580.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115844.0','1045469.0','595',    '385','113','1054130.83',    '317','107','991718.8',    '220','17','62412.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028634.0','1019902.0','3',    '2','2','16116.6',    '2','2','16116.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116898.0','1045469.0','16',    '3','1','10000.0',    '2','0','0.0',    '2','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028635.0','1019902.0','14',    '7','0','0.0',    '4','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116899.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028636.0','1019902.0','17',    '13','8','26414.3',    '13','8','21274.0',    '6','2','5140.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116900.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028637.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116901.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028638.0','1019902.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116902.0','1045469.0','13',    '13','3','8538.4',    '13','3','7388.59',    '5','2','1149.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028639.0','1019902.0','3',    '2','1','499.99',    '2','0','0.0',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116903.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028640.0','1019902.0','22',    '18','2','7831.55',    '18','1','7621.56',    '5','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116904.0','1045469.0','109',    '86','12','29368.46',    '83','10','28990.59',    '32','2','377.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028641.0','1019902.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116905.0','1045469.0','7',    '4','1','719.42',    '3','0','0.0',    '3','1','719.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028642.0','1019902.0','7',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116906.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028643.0','1019902.0','7',    '2','1','3026.37',    '2','1','2430.0',    '2','1','596.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116907.0','1045469.0','1',    '1','1','10000.0',    '0','0','0.0',    '1','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028644.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116908.0','1045469.0','17',    '16','1','3489.0',    '15','1','3489.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028645.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116909.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028646.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116910.0','1045469.0','4',    '4','3','9066.81',    '4','3','8856.82',    '3','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028647.0','1019902.0','3269',    '2232','586','2522306.97',    '1796','399','1645653.61',    '1341','256','876653.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116911.0','1045469.0','42',    '35','12','50059.83',    '33','12','48732.68',    '18','2','1327.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027804.0','1019902.0','56',    '21','2','1145.94',    '17','0','0.0',    '14','2','1145.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116068.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027905.0','1019902.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116169.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028648.0','1019902.0','2',    '2','1','3790.0',    '2','1','3790.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116912.0','1045469.0','18',    '9','1','2698.38',    '7','1','2698.38',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028649.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116913.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028650.0','1019902.0','3',    '3','2','3922.52',    '2','1','3034.0',    '2','2','888.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116914.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028651.0','1019902.0','3',    '3','1','475.43',    '3','1','475.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116915.0','1045469.0','50',    '27','3','21508.92',    '24','3','21508.92',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028652.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116916.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028653.0','1019902.0','766',    '526','311','1040961.88',    '507','310','1023690.94',    '170','3','17270.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116917.0','1045469.0','59',    '32','3','5538.65',    '27','0','0.0',    '17','3','5538.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028654.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116918.0','1045469.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028655.0','1019902.0','48',    '26','2','6941.15',    '24','2','5434.0',    '14','1','1507.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116919.0','1045469.0','4',    '3','2','20293.47',    '2','1','10293.47',    '3','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028656.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116920.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028657.0','1019902.0','1',    '1','1','10000.0',    '0','0','0.0',    '1','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116921.0','1045469.0','71',    '54','11','30051.22',    '44','9','25572.5',    '32','4','4478.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028658.0','1019902.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116922.0','1045469.0','7',    '6','1','4129.7',    '5','1','3981.71',    '3','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028659.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116923.0','1045469.0','11',    '9','2','912.1',    '9','2','912.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028660.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116924.0','1045469.0','105',    '77','9','45788.15',    '59','7','44065.35',    '47','3','1722.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028661.0','1019902.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116925.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028662.0','1019902.0','3',    '3','1','10000.0',    '2','0','0.0',    '2','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116926.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028663.0','1019902.0','1266',    '1206','1029','11859704.57',    '1196','1017','11264302.78',    '945','155','595401.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116927.0','1045469.0','3',    '2','1','10000.0',    '0','0','0.0',    '2','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028664.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116928.0','1045469.0','48',    '34','2','3153.42',    '31','2','3153.42',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028665.0','1019902.0','3',    '2','1','4410.0',    '1','0','0.0',    '1','1','4410.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116929.0','1045469.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028666.0','1019902.0','2',    '2','2','6276.0',    '2','2','6276.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116930.0','1045469.0','5',    '5','4','10564.61',    '5','4','10379.61',    '4','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028667.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116931.0','1045469.0','376',    '266','33','113630.67',    '237','26','85278.82',    '116','10','28351.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028668.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116932.0','1045469.0','72',    '48','6','7183.39',    '45','1','3790.0',    '29','6','3393.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028669.0','1019902.0','188',    '142','71','222914.32',    '129','62','178030.08',    '67','14','44884.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116933.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028670.0','1019902.0','12',    '7','0','0.0',    '7','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116934.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028671.0','1019902.0','36',    '30','4','32790.78',    '27','3','32642.79',    '19','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116935.0','1045469.0','20',    '14','2','1483.58',    '14','2','1483.58',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028672.0','1019902.0','151',    '106','9','37972.34',    '92','6','21797.75',    '61','4','16174.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116936.0','1045469.0','8',    '6','2','4482.89',    '6','2','4372.9',    '4','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028673.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116937.0','1045469.0','217',    '178','26','99147.27',    '170','24','91970.02',    '66','5','7177.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028674.0','1019902.0','137',    '103','9','19608.24',    '96','9','17013.73',    '38','2','2594.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116938.0','1045469.0','248',    '207','41','153194.13',    '192','38','139989.91',    '78','10','13204.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028675.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116939.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028676.0','1019902.0','12915',    '10598','5286','35427115.35',    '9562','4390','23116390.41',    '7016','2542','12310724.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116940.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028677.0','1019902.0','1',    '1','1','3790.0',    '1','1','3790.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116941.0','1045469.0','717',    '439','61','145696.92',    '363','59','145403.92',    '212','2','293.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028678.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116942.0','1045469.0','176',    '90','24','137617.27',    '64','10','30974.0',    '50','16','106643.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028679.0','1019902.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116943.0','1045469.0','27',    '17','5','12292.0',    '11','4','11792.0',    '8','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028680.0','1019902.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116944.0','1045469.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028681.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116945.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028682.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116946.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028683.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116947.0','1045469.0','45',    '28','3','20639.88',    '26','3','20639.88',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028684.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116948.0','1045469.0','120',    '78','12','49320.13',    '68','12','46317.19',    '38','2','3002.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028685.0','1019902.0','59',    '40','4','11627.38',    '36','2','1333.64',    '19','2','10293.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116949.0','1045469.0','13',    '9','1','113.79',    '8','1','113.79',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028686.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116950.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028687.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116951.0','1045469.0','653',    '476','124','365019.05',    '432','123','345019.05',    '209','2','20000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028688.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116952.0','1045469.0','62',    '30','1','2948.0',    '23','1','2948.0',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028689.0','1019902.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116953.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028690.0','1019902.0','3',    '3','2','10355.66',    '3','2','10355.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116954.0','1045469.0','776',    '446','44','124145.94',    '366','36','81014.11',    '211','10','43131.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028691.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116955.0','1045469.0','50',    '28','0','0.0',    '17','0','0.0',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028692.0','1019902.0','17',    '12','0','0.0',    '10','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116956.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028693.0','1019902.0','10',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116957.0','1045469.0','1',    '1','1','2486.0',    '1','1','2486.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028694.0','1019902.0','6053',    '5340','3464','25091487.68',    '4994','3099','17242394.57',    '3497','1398','7849093.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116958.0','1045469.0','3',    '2','1','871.29',    '1','1','871.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028695.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116959.0','1045469.0','52',    '42','8','41062.6',    '39','7','29170.69',    '29','3','11891.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028696.0','1019902.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116960.0','1045469.0','1',    '1','1','971.79',    '1','1','971.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028697.0','1019902.0','26',    '19','4','6849.61',    '13','4','6849.61',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116961.0','1045469.0','6221',    '5682','4624','66409928.22',    '5533','4480','60639598.36',    '3624','1397','5770329.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028698.0','1019902.0','26',    '22','3','10055.82',    '20','3','10055.82',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116962.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028699.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116963.0','1045469.0','162',    '128','17','115581.08',    '121','15','94239.07',    '49','6','21342.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028700.0','1019902.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116964.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028701.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116965.0','1045469.0','3',    '3','2','8844.0',    '3','2','8844.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028702.0','1019902.0','22',    '12','2','3312.48',    '5','0','0.0',    '9','2','3312.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116966.0','1045469.0','2',    '2','1','9179.1',    '2','1','2486.0',    '2','1','6693.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028703.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116967.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028704.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116968.0','1045469.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028705.0','1019902.0','20',    '20','15','192818.22',    '18','14','147955.18',    '17','4','44863.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116969.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028706.0','1019902.0','3',    '3','1','2798.04',    '3','1','2798.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116970.0','1045469.0','95',    '18','1','2486.0',    '14','1','2486.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028707.0','1019902.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116971.0','1045469.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028708.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116972.0','1045469.0','21',    '16','2','2902.46',    '12','2','2902.46',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028709.0','1019902.0','11',    '7','1','1250.73',    '6','1','1250.73',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116973.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028710.0','1019902.0','2',    '1','1','5434.0',    '1','1','5434.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116974.0','1045469.0','34',    '25','2','3362.39',    '25','1','842.18',    '8','1','2520.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028711.0','1019902.0','225',    '169','24','74791.35',    '159','22','61228.99',    '71','5','13562.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116975.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028712.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116976.0','1045469.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028713.0','1019902.0','1',    '1','1','6689.1',    '1','1','1920.61',    '1','1','4768.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116977.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028714.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116978.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028715.0','1019902.0','70',    '45','8','86622.8',    '42','7','72860.84',    '22','3','13761.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116979.0','1045469.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028716.0','1019902.0','79',    '57','2','13053.16',    '52','1','3053.16',    '23','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116980.0','1045469.0','69',    '45','31','244435.85',    '40','28','163194.52',    '28','11','81241.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028717.0','1019902.0','1',    '1','1','10000.0',    '0','0','0.0',    '1','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116981.0','1045469.0','182',    '139','8','16330.67',    '122','7','11029.95',    '60','2','5300.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028718.0','1019902.0','43',    '36','3','6671.6',    '29','2','2773.64',    '16','1','3897.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116982.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028719.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116983.0','1045469.0','13',    '8','1','10000.0',    '5','0','0.0',    '5','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028720.0','1019902.0','32',    '26','17','167083.33',    '24','14','111309.01',    '22','12','55774.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116984.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028721.0','1019902.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116985.0','1045469.0','6',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028722.0','1019902.0','370',    '182','10','30460.05',    '137','3','6908.0',    '101','8','23552.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116986.0','1045469.0','1',    '1','1','2486.0',    '1','1','2486.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028723.0','1019902.0','9',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116987.0','1045469.0','270',    '119','3','6215.0',    '86','3','6215.0',    '69','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028724.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116988.0','1045469.0','216',    '115','12','100223.63',    '83','1','2948.0',    '62','11','97275.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028725.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116989.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028726.0','1019902.0','6',    '4','1','5059.74',    '3','1','3790.0',    '3','1','1269.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116990.0','1045469.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028727.0','1019902.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116991.0','1045469.0','4660',    '2884','411','1346234.88',    '2203','222','589446.64',    '1678','219','756788.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028728.0','1019902.0','277',    '172','55','215889.01',    '140','40','133211.66',    '94','19','82677.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116992.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028729.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116993.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028730.0','1019902.0','4',    '4','2','6130.14',    '3','1','2370.04',    '4','1','3760.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116994.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028731.0','1019902.0','1',    '1','1','693.82',    '1','1','693.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116995.0','1045469.0','193',    '73','9','39952.6',    '58','8','29952.6',    '38','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028732.0','1019902.0','34',    '27','4','12324.58',    '23','2','10604.1',    '19','2','1720.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116996.0','1045469.0','36',    '18','2','12342.29',    '14','0','0.0',    '9','2','12342.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028733.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116997.0','1045469.0','5',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028734.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116998.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028735.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116999.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028736.0','1019902.0','32',    '27','3','13967.8',    '25','3','13967.8',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117000.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028737.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117001.0','1045469.0','38',    '28','2','8562.05',    '25','2','8562.05',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028738.0','1019902.0','104',    '66','13','69844.59',    '48','4','10456.34',    '51','10','59388.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117002.0','1045469.0','21',    '17','3','6978.8',    '17','2','5540.8',    '11','2','1438.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028739.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117003.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028740.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117004.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028741.0','1019902.0','172',    '135','16','62008.28',    '123','15','52221.53',    '53','1','9786.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117005.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028742.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117006.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028743.0','1019902.0','17',    '11','3','12470.52',    '11','3','11243.64',    '3','1','1226.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117007.0','1045469.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028744.0','1019902.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117008.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028745.0','1019902.0','12',    '9','2','2660.0',    '7','1','2422.0',    '5','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117009.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028746.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117010.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028747.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117011.0','1045469.0','9',    '5','1','3000.02',    '5','1','3000.02',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028748.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117012.0','1045469.0','4',    '3','1','417.1',    '3','1','417.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028749.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117013.0','1045469.0','35',    '27','3','4111.62',    '24','2','3312.84',    '7','2','798.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028750.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117014.0','1045469.0','26',    '17','14','68583.51',    '17','14','66078.9',    '9','2','2504.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028751.0','1019902.0','2',    '2','1','5896.0',    '2','1','5896.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117015.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028752.0','1019902.0','731',    '404','80','317018.33',    '321','68','265003.94',    '231','16','52014.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117016.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028753.0','1019902.0','3034',    '2327','1170','4020934.73',    '2078','1096','3653328.83',    '1074','100','367605.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117017.0','1045469.0','97',    '66','9','25033.16',    '59','8','15033.16',    '26','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028754.0','1019902.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117018.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028755.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117019.0','1045469.0','10',    '7','3','6519.04',    '7','3','6519.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028756.0','1019902.0','4',    '4','4','27774.88',    '4','3','17774.88',    '4','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117020.0','1045469.0','645',    '429','227','822095.12',    '366','124','653468.17',    '304','119','168626.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028757.0','1019902.0','119',    '95','20','114246.95',    '89','19','110643.05',    '43','7','3603.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117021.0','1045469.0','109',    '81','7','9349.09',    '72','7','8977.85',    '40','1','371.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028758.0','1019902.0','28',    '24','3','4613.71',    '22','3','4613.71',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117022.0','1045469.0','1',    '1','1','3729.0',    '1','1','3729.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028759.0','1019902.0','3',    '3','2','32360.27',    '3','2','32360.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117023.0','1045469.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028760.0','1019902.0','761',    '566','94','416642.48',    '537','82','336914.86',    '232','28','79727.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117024.0','1045469.0','69',    '55','7','8994.54',    '50','7','8994.54',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028761.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117025.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028762.0','1019902.0','52',    '39','2','6691.29',    '33','2','6691.29',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117026.0','1045469.0','239',    '230','211','3441050.38',    '229','209','3395938.17',    '181','24','45112.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028763.0','1019902.0','1',    '1','1','10000.0',    '0','0','0.0',    '1','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117027.0','1045469.0','254',    '207','26','101792.31',    '200','22','97389.72',    '67','6','4402.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028764.0','1019902.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117028.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028765.0','1019902.0','998',    '827','466','1421847.28',    '800','464','1397133.69',    '248','10','24713.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117029.0','1045469.0','4',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028766.0','1019902.0','36',    '21','1','699.2',    '16','0','0.0',    '11','1','699.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117030.0','1045469.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028767.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117031.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028768.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117032.0','1045469.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028769.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117033.0','1045469.0','6',    '5','2','733.64',    '4','1','233.65',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028770.0','1019902.0','58',    '32','5','8965.78',    '20','2','5434.0',    '25','4','3531.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117034.0','1045469.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028771.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117035.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028772.0','1019902.0','18',    '12','0','0.0',    '8','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117036.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028773.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117037.0','1045469.0','3',    '3','1','2948.0',    '3','1','2948.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028774.0','1019902.0','2',    '1','1','2948.0',    '1','1','2948.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117038.0','1045469.0','7',    '6','1','2511.04',    '6','1','2511.04',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028775.0','1019902.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117039.0','1045469.0','4',    '4','2','13765.02',    '4','2','13765.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028776.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117040.0','1045469.0','30',    '21','2','4827.32',    '18','2','4827.32',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028777.0','1019902.0','10',    '7','1','3034.0',    '7','1','3034.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117041.0','1045469.0','2366',    '1826','1616','23446461.27',    '1814','1605','22560188.22',    '1005','202','886273.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028778.0','1019902.0','87',    '64','5','18657.63',    '50','4','12621.4',    '40','2','6036.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117042.0','1045469.0','21',    '16','4','7437.06',    '15','4','7437.06',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028779.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117043.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027785.0','1019902.0','67',    '60','41','269519.07',    '59','38','168639.01',    '45','19','100880.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116049.0','1045469.0','53',    '36','6','15537.37',    '33','5','12218.26',    '18','2','3319.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028780.0','1019902.0','6',    '6','5','50078.14',    '6','4','28632.18',    '5','2','21445.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117044.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027573.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115837.0','1045469.0','27',    '17','2','3022.05',    '14','0','0.0',    '11','2','3022.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028781.0','1019902.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117045.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027699.0','1019902.0','19',    '17','10','68107.94',    '17','10','57603.38',    '13','3','10504.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115963.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028782.0','1019902.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117046.0','1045469.0','36',    '26','6','14720.84',    '24','6','10734.08',    '9','2','3986.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028783.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117047.0','1045469.0','5',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028784.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117048.0','1045469.0','5',    '4','1','1238.17',    '3','1','1238.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028785.0','1019902.0','5',    '3','1','1944.33',    '3','0','0.0',    '2','1','1944.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117049.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028786.0','1019902.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117050.0','1045469.0','669',    '572','314','1982370.68',    '534','276','1328166.27',    '402','152','654204.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028787.0','1019902.0','1',    '1','1','31900.0',    '1','1','31900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117051.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028788.0','1019902.0','462',    '230','16','38833.46',    '178','14','27172.06',    '117','2','11661.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117052.0','1045469.0','1094',    '1026','883','9511557.55',    '1017','872','8302597.38',    '674','202','1208960.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028789.0','1019902.0','52',    '34','3','5286.38',    '29','1','3790.0',    '21','3','1496.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117053.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028790.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117054.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028791.0','1019902.0','11',    '10','2','3222.58',    '10','2','3222.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117055.0','1045469.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028792.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117056.0','1045469.0','41',    '29','3','4330.87',    '26','2','3830.88',    '15','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028793.0','1019902.0','516',    '401','62','247416.65',    '368','57','216790.42',    '186','17','30626.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117057.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028794.0','1019902.0','92',    '63','7','15233.24',    '57','6','11797.04',    '27','1','3436.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117058.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028795.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117059.0','1045469.0','5',    '4','1','2486.0',    '2','1','2486.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028796.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117060.0','1045469.0','13',    '11','9','50991.14',    '11','9','49064.76',    '7','3','1926.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028797.0','1019902.0','961',    '527','123','598647.8',    '430','115','571704.11',    '286','10','26943.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117061.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028798.0','1019902.0','31',    '26','0','0.0',    '22','0','0.0',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117062.0','1045469.0','1',    '1','1','27997.98',    '1','1','23815.0',    '1','1','4182.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028799.0','1019902.0','118',    '76','5','54352.51',    '67','3','34352.51',    '36','2','20000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117063.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028800.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117064.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028801.0','1019902.0','198',    '148','20','67096.11',    '138','19','58189.16',    '64','6','8906.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117065.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028802.0','1019902.0','18',    '9','2','6177.3',    '8','2','6177.3',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117066.0','1045469.0','5',    '4','1','6400.14',    '2','1','2486.0',    '3','1','3914.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028803.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117067.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028804.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117068.0','1045469.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028805.0','1019902.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117069.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028806.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117070.0','1045469.0','16',    '12','0','0.0',    '10','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028807.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117071.0','1045469.0','2',    '2','1','6113.0',    '2','1','6113.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028808.0','1019902.0','80',    '61','5','4323.32',    '59','5','4323.32',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117072.0','1045469.0','3',    '3','1','4248.0',    '2','1','4248.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028809.0','1019902.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117073.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028810.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117074.0','1045469.0','62',    '28','0','0.0',    '23','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028811.0','1019902.0','17',    '10','1','55.0',    '5','0','0.0',    '8','1','55.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117075.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027817.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116081.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027730.0','1019902.0','2',    '1','1','2948.0',    '1','1','2948.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115994.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028812.0','1019902.0','8',    '5','1','3703.12',    '5','1','3703.12',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117076.0','1045469.0','308',    '243','34','106756.77',    '208','26','96852.59',    '143','14','9904.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028813.0','1019902.0','11',    '8','2','4678.16',    '7','2','3936.0',    '4','1','742.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117077.0','1045469.0','21',    '19','3','1876.9',    '17','2','1390.36',    '10','1','486.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028814.0','1019902.0','24',    '15','8','39818.29',    '14','8','39818.29',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117078.0','1045469.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028815.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117079.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028816.0','1019902.0','48',    '38','6','20384.8',    '34','6','19760.82',    '16','2','623.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117080.0','1045469.0','87',    '64','8','23411.1',    '58','6','12246.12',    '23','2','11164.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028817.0','1019902.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117081.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028818.0','1019902.0','13',    '9','0','0.0',    '8','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117082.0','1045469.0','11',    '6','3','20238.0',    '5','0','0.0',    '6','3','20238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028819.0','1019902.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117083.0','1045469.0','105',    '79','14','82488.12',    '75','11','62280.84',    '38','6','20207.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028820.0','1019902.0','8',    '8','3','21945.06',    '8','3','19812.6',    '6','2','2132.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117084.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028821.0','1019902.0','46',    '36','2','5940.91',    '35','2','5940.91',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117085.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028822.0','1019902.0','1',    '1','1','30024.64',    '1','1','30024.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117086.0','1045469.0','75',    '46','5','11357.59',    '40','2','5078.78',    '29','3','6278.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028823.0','1019902.0','113',    '78','26','79747.65',    '66','26','75262.0',    '44','1','4485.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117087.0','1045469.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028824.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117088.0','1045469.0','9',    '8','1','499.99',    '6','0','0.0',    '4','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028825.0','1019902.0','8',    '6','1','6055.04',    '6','1','6055.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117089.0','1045469.0','35',    '19','2','7322.45',    '19','2','5102.05',    '10','1','2220.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028826.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117090.0','1045469.0','241',    '194','20','44972.78',    '193','18','41538.4',    '57','3','3434.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028827.0','1019902.0','14',    '13','1','2486.0',    '13','1','2486.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117091.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028828.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117092.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028829.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117093.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028830.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117094.0','1045469.0','2',    '2','1','3790.0',    '2','1','3790.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028831.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117095.0','1045469.0','32',    '28','1','560.02',    '25','1','560.02',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028832.0','1019902.0','512',    '374','352','5552399.21',    '373','352','5379054.97',    '249','38','173344.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117096.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028833.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117097.0','1045469.0','53',    '40','1','6487.48',    '34','1','6487.48',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028834.0','1019902.0','120',    '95','10','15871.47',    '84','5','13950.39',    '43','5','1921.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117098.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028835.0','1019902.0','1',    '1','1','5023.89',    '1','1','5023.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117099.0','1045469.0','52',    '42','1','11871.5',    '36','1','11766.5',    '17','1','105.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028836.0','1019902.0','78',    '68','31','186419.23',    '64','30','176492.87',    '42','7','9926.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117100.0','1045469.0','218',    '186','60','441125.08',    '179','54','404200.68',    '108','22','36924.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028837.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117101.0','1045469.0','4066',    '3609','2518','24133423.9',    '3496','2413','20540853.04',    '2254','808','3592570.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028838.0','1019902.0','306',    '229','31','68049.5',    '188','21','58714.69',    '125','13','9334.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117102.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028839.0','1019902.0','14',    '11','2','5810.26',    '10','2','5810.26',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117103.0','1045469.0','14',    '11','4','7784.22',    '10','4','7784.22',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028840.0','1019902.0','4',    '2','1','576.84',    '2','1','576.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117104.0','1045469.0','66',    '47','16','136281.04',    '41','16','131496.99',    '28','1','4784.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028841.0','1019902.0','8',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117105.0','1045469.0','25',    '12','7','26209.56',    '12','5','22294.1',    '8','2','3915.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028842.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117106.0','1045469.0','1',    '1','1','5896.0',    '1','1','5896.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028843.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117107.0','1045469.0','7236',    '6507','4798','40301553.85',    '6336','4630','34741296.69',    '3809','1089','5560257.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028844.0','1019902.0','4194',    '3696','2385','16404197.5',    '3500','2190','12586470.85',    '2142','708','3817726.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117108.0','1045469.0','445',    '355','62','351695.98',    '327','56','311293.21',    '153','16','40402.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027796.0','1019902.0','6',    '5','3','6908.0',    '4','3','6908.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116060.0','1045469.0','1',    '1','1','10000.0',    '0','0','0.0',    '1','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028845.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117109.0','1045469.0','21',    '18','3','3514.23',    '16','2','1402.78',    '9','1','2111.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028846.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117110.0','1045469.0','948',    '706','184','1138052.93',    '656','159','962201.99',    '340','83','175850.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028847.0','1019902.0','585',    '461','96','720051.5',    '440','90','653762.65',    '195','19','66288.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117111.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028848.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117112.0','1045469.0','156',    '119','11','66683.4',    '111','9','55095.57',    '50','3','11587.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028849.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117113.0','1045469.0','217',    '179','22','62023.18',    '168','18','47848.5',    '75','6','14174.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028850.0','1019902.0','1589',    '1368','800','6545269.71',    '1286','738','5187056.58',    '868','333','1358213.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117114.0','1045469.0','2',    '2','1','2948.0',    '1','1','2948.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028851.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117115.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028852.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117116.0','1045469.0','326',    '267','16','50297.63',    '238','12','39933.55',    '122','5','10364.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028853.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117117.0','1045469.0','1960',    '1739','1133','10885528.89',    '1699','1108','10221513.35',    '1089','228','664015.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028854.0','1019902.0','8',    '7','2','13491.85',    '6','2','13491.85',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117118.0','1045469.0','197',    '163','9','17415.19',    '134','7','6915.2',    '81','2','10499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027943.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116207.0','1045469.0','63',    '53','8','24461.52',    '47','6','15294.53',    '26','2','9166.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028855.0','1019902.0','197',    '177','95','715284.86',    '172','92','675252.8',    '102','22','40032.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117119.0','1045469.0','1653',    '1542','1185','10531823.85',    '1520','1170','10007901.72',    '968','184','523922.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028856.0','1019902.0','65',    '43','9','51641.83',    '40','9','51431.84',    '25','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117120.0','1045469.0','491',    '417','27','73552.73',    '381','21','68370.49',    '210','9','5182.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028857.0','1019902.0','78',    '35','10','74727.23',    '34','10','74517.24',    '17','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117121.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028858.0','1019902.0','1',    '1','1','108.68',    '1','1','108.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117122.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028859.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117123.0','1045469.0','128',    '108','9','36717.83',    '87','7','27251.75',    '73','5','9466.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028860.0','1019902.0','40',    '35','2','1048.16',    '27','1','586.04',    '20','1','462.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117124.0','1045469.0','187',    '153','93','631215.37',    '148','88','573863.26',    '75','12','57352.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028861.0','1019902.0','1088',    '832','119','751996.58',    '770','109','702305.59',    '329','38','49690.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117125.0','1045469.0','460',    '322','87','412519.45',    '297','69','341721.02',    '164','41','70798.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028862.0','1019902.0','23',    '16','2','6446.53',    '15','1','5084.7',    '6','2','1361.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117126.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028863.0','1019902.0','3',    '1','1','914.71',    '1','1','914.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117127.0','1045469.0','18',    '12','7','73655.81',    '11','7','66886.36',    '8','6','6769.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028864.0','1019902.0','6',    '3','2','5501.97',    '3','2','5501.97',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117128.0','1045469.0','12',    '8','2','5140.0',    '7','2','5140.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028865.0','1019902.0','65',    '41','2','6944.42',    '38','1','5529.16',    '17','2','1415.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117129.0','1045469.0','66',    '53','25','170560.64',    '50','25','165168.43',    '27','2','5392.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028866.0','1019902.0','178',    '143','21','55982.65',    '132','16','48275.55',    '60','6','7707.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117130.0','1045469.0','520',    '416','140','1017741.83',    '388','128','813181.0',    '210','56','204560.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028867.0','1019902.0','876',    '625','113','720760.72',    '566','87','642034.11',    '303','41','78726.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117131.0','1045469.0','100',    '60','7','18443.53',    '46','4','13534.58',    '31','5','4908.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028868.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117132.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028869.0','1019902.0','1334',    '1141','274','2356154.76',    '1098','251','2179900.99',    '453','75','176253.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117133.0','1045469.0','40',    '31','1','18045.46',    '29','1','18045.46',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028870.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117134.0','1045469.0','110',    '81','11','33128.66',    '79','9','26500.04',    '35','4','6628.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028871.0','1019902.0','30',    '16','1','5782.02',    '15','1','5782.02',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117135.0','1045469.0','1135',    '978','446','4185479.04',    '939','432','3675390.29',    '495','125','510088.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028872.0','1019902.0','1056',    '761','118','546790.3',    '677','87','347952.42',    '373','50','198837.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117136.0','1045469.0','80',    '50','8','14340.75',    '49','8','14007.76',    '22','2','332.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028873.0','1019902.0','175',    '130','12','36695.03',    '119','11','34988.16',    '46','3','1706.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117137.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028874.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117138.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028875.0','1019902.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117139.0','1045469.0','129',    '90','11','48548.79',    '80','6','16446.55',    '42','7','32102.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028876.0','1019902.0','2',    '1','1','4724.98',    '1','1','4576.99',    '1','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117140.0','1045469.0','2',    '1','1','13487.85',    '1','1','13487.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028877.0','1019902.0','18',    '12','0','0.0',    '12','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117141.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028878.0','1019902.0','8',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117142.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028879.0','1019902.0','151',    '137','68','546729.69',    '129','67','533228.57',    '92','11','13501.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117143.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028880.0','1019902.0','327',    '261','23','97963.88',    '236','21','93011.12',    '126','6','4952.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117144.0','1045469.0','1',    '1','1','2486.0',    '1','1','2486.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028881.0','1019902.0','12',    '12','2','284.19',    '10','1','136.2',    '10','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117145.0','1045469.0','539',    '390','36','135430.65',    '363','31','119555.78',    '144','10','15874.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028882.0','1019902.0','2',    '2','1','2486.0',    '2','1','2486.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117146.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028883.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117147.0','1045469.0','4',    '2','1','1393.14',    '2','1','1393.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028884.0','1019902.0','93',    '68','2','8027.96',    '57','2','8027.96',    '42','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117148.0','1045469.0','673',    '482','47','162218.38',    '403','34','150437.0',    '237','15','11781.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028885.0','1019902.0','96',    '90','45','332692.71',    '88','44','320475.06',    '62','7','12217.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117149.0','1045469.0','720',    '615','236','2455805.55',    '576','228','2257570.42',    '327','63','198235.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028886.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117150.0','1045469.0','102',    '71','4','22643.3',    '62','3','7446.36',    '36','1','15196.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028887.0','1019902.0','33',    '23','12','87678.5',    '22','11','75610.17',    '13','3','12068.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117151.0','1045469.0','240',    '227','181','1460722.35',    '222','177','1343602.28',    '163','41','117120.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027853.0','1019902.0','196',    '168','83','697488.25',    '163','79','644994.16',    '107','17','52494.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116117.0','1045469.0','7',    '6','5','23811.57',    '6','5','23811.57',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028888.0','1019902.0','18',    '10','5','34833.12',    '10','5','34833.12',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117152.0','1045469.0','64',    '52','2','3725.14',    '46','1','2755.28',    '32','1','969.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028889.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117153.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028890.0','1019902.0','570',    '427','110','516240.27',    '393','83','376061.46',    '216','56','140178.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117154.0','1045469.0','135',    '110','19','94329.55',    '101','15','59804.11',    '46','10','34525.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028891.0','1019902.0','8113',    '7352','5765','66867382.08',    '7180','5586','56671364.44',    '4745','1982','10196017.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117155.0','1045469.0','5',    '5','2','6029.62',    '5','2','6029.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028892.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117156.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028893.0','1019902.0','105',    '88','7','6361.36',    '77','4','5503.39',    '42','3','857.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117157.0','1045469.0','275',    '240','129','1416747.13',    '234','127','1292712.33',    '128','34','124034.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028894.0','1019902.0','97',    '73','12','46496.74',    '67','9','41799.36',    '36','4','4697.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117158.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028895.0','1019902.0','16',    '12','2','39378.93',    '11','2','39378.93',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117159.0','1045469.0','644',    '509','65','340861.56',    '469','60','288016.17',    '191','16','52845.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028896.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117160.0','1045469.0','69',    '62','5','7034.85',    '51','4','6886.86',    '35','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028897.0','1019902.0','14',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117161.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028898.0','1019902.0','112',    '100','5','17489.39',    '89','3','7341.4',    '61','2','10147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117162.0','1045469.0','64',    '48','24','215757.47',    '47','24','209409.25',    '27','3','6348.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028899.0','1019902.0','32',    '26','2','10299.95',    '24','1','3454.95',    '16','1','6845.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117163.0','1045469.0','45',    '23','19','129055.43',    '23','19','129055.43',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028900.0','1019902.0','10',    '2','1','8030.0',    '2','1','8030.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117164.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028901.0','1019902.0','24',    '5','2','6653.94',    '4','2','6653.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117165.0','1045469.0','133',    '95','18','203689.56',    '87','17','197653.13',    '42','3','6036.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028902.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117166.0','1045469.0','18',    '16','1','1739.97',    '15','1','1529.98',    '7','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028903.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117167.0','1045469.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028904.0','1019902.0','60',    '57','12','32457.83',    '52','9','25672.01',    '31','5','6785.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117168.0','1045469.0','48',    '39','7','44328.04',    '37','7','41549.44',    '19','1','2778.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028905.0','1019902.0','31',    '24','1','3694.38',    '20','1','2288.24',    '16','1','1406.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117169.0','1045469.0','2',    '2','1','7837.18',    '2','1','7618.94',    '2','1','218.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028906.0','1019902.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117170.0','1045469.0','8',    '8','2','14014.97',    '7','1','13866.98',    '5','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028907.0','1019902.0','39',    '37','4','7190.7',    '32','4','7190.7',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117171.0','1045469.0','17',    '13','3','3654.19',    '11','3','3654.19',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028908.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117172.0','1045469.0','348',    '297','21','81855.51',    '261','18','68941.23',    '176','5','12914.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028909.0','1019902.0','228',    '179','12','21777.83',    '155','6','18194.25',    '99','6','3583.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117173.0','1045469.0','968',    '807','398','3556979.46',    '762','374','3039476.06',    '513','130','517503.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028910.0','1019902.0','115',    '78','8','18910.33',    '69','8','18515.34',    '38','1','394.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117174.0','1045469.0','6',    '3','1','17072.64',    '3','1','17072.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028911.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117175.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028912.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117176.0','1045469.0','590',    '475','54','259367.12',    '419','44','221552.93',    '264','18','37814.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028913.0','1019902.0','3',    '3','1','9002.76',    '3','1','9002.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117177.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028914.0','1019902.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117178.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028915.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117179.0','1045469.0','15',    '5','2','8555.53',    '4','2','8555.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028916.0','1019902.0','5',    '2','1','8668.52',    '2','1','8668.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117180.0','1045469.0','138',    '67','25','205784.36',    '66','25','199658.02',    '33','3','6126.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028917.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117181.0','1045469.0','4',    '4','1','2230.0',    '4','1','2230.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028918.0','1019902.0','1',    '1','1','4561.85',    '1','1','3166.0',    '1','1','1395.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117182.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028919.0','1019902.0','62',    '47','9','27288.12',    '40','6','14118.23',    '22','4','13169.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117183.0','1045469.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028920.0','1019902.0','35',    '28','4','38107.34',    '26','3','37459.36',    '19','2','647.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117184.0','1045469.0','5',    '4','1','1620.0',    '3','0','0.0',    '1','1','1620.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028921.0','1019902.0','150',    '111','12','35400.23',    '104','10','26200.88',    '49','4','9199.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117185.0','1045469.0','20',    '14','2','2280.39',    '10','1','1619.4',    '11','2','660.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028922.0','1019902.0','64',    '47','3','6586.04',    '36','2','6087.04',    '25','1','499.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117186.0','1045469.0','300',    '268','129','1097367.04',    '259','128','1079785.47',    '145','14','17581.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028923.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117187.0','1045469.0','64',    '50','12','32359.67',    '46','11','25209.62',    '27','3','7150.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028924.0','1019902.0','321',    '221','83','412748.1',    '199','71','352266.95',    '117','28','60481.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117188.0','1045469.0','169',    '116','38','166945.68',    '106','36','149305.26',    '64','8','17640.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028925.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117189.0','1045469.0','9',    '8','1','7687.77',    '7','1','7687.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028926.0','1019902.0','277',    '223','63','312808.44',    '207','61','293972.14',    '136','11','18836.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117190.0','1045469.0','24',    '18','2','10749.94',    '16','2','10749.94',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028927.0','1019902.0','380',    '295','29','107340.47',    '259','26','94180.73',    '158','8','13159.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117191.0','1045469.0','22',    '14','6','20156.08',    '10','5','15629.08',    '10','1','4527.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028928.0','1019902.0','10',    '5','1','12220.0',    '3','1','12220.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117192.0','1045469.0','11',    '8','2','8147.94',    '7','2','8147.94',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028929.0','1019902.0','27',    '20','8','34394.88',    '15','6','29997.76',    '15','4','4397.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117193.0','1045469.0','64',    '54','3','4319.93',    '46','2','2810.6',    '25','2','1509.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028930.0','1019902.0','23',    '17','7','13264.28',    '13','6','9605.32',    '10','2','3658.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117194.0','1045469.0','128',    '105','10','15081.14',    '95','7','14513.17',    '54','3','567.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028931.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117195.0','1045469.0','7',    '7','2','9927.49',    '7','2','9817.5',    '5','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028932.0','1019902.0','356',    '145','94','648067.4',    '143','94','621919.64',    '82','10','26147.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117196.0','1045469.0','5',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028933.0','1019902.0','203',    '168','68','535671.48',    '165','67','502952.02',    '90','10','32719.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117197.0','1045469.0','49',    '36','3','10805.46',    '31','3','9529.25',    '13','1','1276.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028934.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117198.0','1045469.0','65',    '38','5','39897.52',    '34','5','38661.44',    '13','1','1236.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028935.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117199.0','1045469.0','116',    '100','28','200404.26',    '94','26','187733.86',    '46','4','12670.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028936.0','1019902.0','10',    '7','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117200.0','1045469.0','55',    '44','7','28952.28',    '40','6','18952.28',    '28','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028937.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117201.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028938.0','1019902.0','7',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117202.0','1045469.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028939.0','1019902.0','42',    '33','5','6714.34',    '29','4','6369.34',    '14','1','345.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117203.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028940.0','1019902.0','7',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117204.0','1045469.0','145',    '121','15','76399.92',    '106','13','75005.82',    '58','3','1394.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028941.0','1019902.0','444',    '367','115','549959.28',    '343','103','494019.51',    '210','31','55939.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117205.0','1045469.0','65',    '42','20','152804.62',    '39','18','139160.72',    '23','5','13643.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028942.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117206.0','1045469.0','157',    '119','8','34766.42',    '106','5','23050.45',    '64','3','11715.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028943.0','1019902.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117207.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027721.0','1019902.0','194',    '146','8','36691.4',    '126','8','35361.44',    '70','4','1329.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115985.0','1045469.0','2',    '1','1','4132.21',    '1','1','2394.0',    '1','1','1738.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028944.0','1019902.0','20',    '14','2','4423.82',    '13','2','4423.82',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117208.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028945.0','1019902.0','12',    '10','2','4983.61',    '10','2','4983.61',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117209.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2027724.0','1019902.0','9',    '7','3','28814.74',    '7','3','27092.69',    '7','1','1722.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2115988.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028946.0','1019902.0','2',    '2','1','10383.91',    '2','1','5544.0',    '2','1','4839.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117210.0','1045469.0','1020',    '880','524','4779684.92',    '841','508','4410961.42',    '508','120','368723.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028947.0','1019902.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117211.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028948.0','1019902.0','48',    '33','4','12894.77',    '25','4','11320.13',    '18','1','1574.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117212.0','1045469.0','25',    '16','9','42701.89',    '16','8','41603.93',    '9','2','1097.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028949.0','1019902.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117213.0','1045469.0','19',    '10','6','30053.81',    '10','6','29092.38',    '7','2','961.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028950.0','1019902.0','66',    '55','7','40060.05',    '50','5','39640.07',    '33','2','419.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117214.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028951.0','1019902.0','49',    '37','2','1138.98',    '32','0','0.0',    '19','2','1138.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117215.0','1045469.0','100',    '82','10','34226.29',    '72','7','28577.5',    '42','5','5648.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028952.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117216.0','1045469.0','27',    '24','8','22276.36',    '24','8','21776.37',    '10','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028953.0','1019902.0','25',    '15','7','30009.73',    '14','7','30009.73',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117217.0','1045469.0','402',    '325','56','316264.7',    '288','48','260059.47',    '199','28','56205.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028954.0','1019902.0','1',    '1','1','7282.0',    '1','1','7282.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117218.0','1045469.0','8',    '7','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028955.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117219.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028956.0','1019902.0','39',    '33','23','136430.7',    '31','23','120670.03',    '25','9','15760.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117220.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028957.0','1019902.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117221.0','1045469.0','1',    '1','1','972.28',    '1','1','972.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028958.0','1019902.0','43',    '29','1','2703.53',    '29','1','2703.53',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117222.0','1045469.0','634',    '516','50','147217.98',    '466','38','129943.97',    '274','15','17274.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028959.0','1019902.0','1279',    '1025','370','2664344.65',    '954','350','2398201.01',    '587','101','266143.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117223.0','1045469.0','224',    '192','13','56237.77',    '173','8','54731.82',    '110','5','1505.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028960.0','1019902.0','384',    '342','35','86294.53',    '316','30','82900.58',    '198','8','3393.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117224.0','1045469.0','11',    '8','1','5091.74',    '5','1','5091.74',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028961.0','1019902.0','2',    '1','1','1006.2',    '1','1','1006.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117225.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028962.0','1019902.0','61',    '50','2','3070.0',    '39','1','2570.0',    '26','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117226.0','1045469.0','271',    '195','62','599427.95',    '179','58','579181.86',    '89','13','20246.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028963.0','1019902.0','84',    '76','57','372779.46',    '76','55','324480.26',    '64','8','48299.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117227.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028964.0','1019902.0','11',    '6','2','5140.0',    '6','2','5140.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117228.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028965.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117229.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028966.0','1019902.0','14',    '11','4','13747.36',    '10','4','13747.36',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117230.0','1045469.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028967.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117231.0','1045469.0','17',    '12','0','0.0',    '9','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028968.0','1019902.0','230',    '174','43','269947.5',    '156','39','239168.83',    '93','14','30778.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117232.0','1045469.0','4',    '3','1','3066.88',    '2','1','3066.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028969.0','1019902.0','13',    '4','1','5736.0',    '4','1','5736.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117233.0','1045469.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028970.0','1019902.0','10',    '3','1','2570.0',    '3','1','2570.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117234.0','1045469.0','4143',    '3843','2798','24216091.64',    '3751','2708','21909105.31',    '2381','694','2306986.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028971.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117235.0','1045469.0','3',    '3','3','36924.27',    '3','3','36924.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028972.0','1019902.0','30',    '18','5','20802.24',    '16','5','20062.38',    '12','1','739.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117236.0','1045469.0','204',    '170','28','132932.26',    '149','22','128281.81',    '100','7','4650.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028973.0','1019902.0','41',    '29','5','30601.05',    '27','5','29686.8',    '10','1','914.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117237.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028974.0','1019902.0','151',    '102','49','461068.35',    '101','46','439438.47',    '68','5','21629.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117238.0','1045469.0','13',    '12','1','292.63',    '10','1','292.63',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028975.0','1019902.0','801',    '611','72','226160.21',    '551','58','192885.78',    '306','25','33274.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117239.0','1045469.0','85',    '70','7','32569.56',    '68','6','29555.88',    '24','2','3013.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028976.0','1019902.0','48',    '28','12','109029.4',    '27','11','98214.43',    '14','3','10814.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117240.0','1045469.0','173',    '142','14','38368.63',    '125','12','33308.0',    '66','4','5060.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028977.0','1019902.0','200',    '133','53','389300.97',    '124','52','368196.73',    '84','7','21104.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117241.0','1045469.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028040.0','1019902.0','19',    '10','4','24363.16',    '9','4','24363.16',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2116304.0','1045469.0','19',    '16','9','41679.33',    '16','8','41469.34',    '6','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028978.0','1019902.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117242.0','1045469.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028979.0','1019902.0','1',    '1','1','810.22',    '1','1','810.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117243.0','1045469.0','50',    '42','3','25951.7',    '38','3','25951.7',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028980.0','1019902.0','1',    '1','1','129.33',    '1','1','129.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117244.0','1045469.0','508',    '423','200','1227962.48',    '403','190','1062314.88',    '249','49','165647.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028981.0','1019902.0','104',    '94','4','7867.5',    '79','3','7158.51',    '55','1','708.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117245.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028982.0','1019902.0','120',    '98','18','140256.15',    '90','15','138951.75',    '52','3','1304.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117246.0','1045469.0','79',    '56','11','82331.77',    '51','11','81456.77',    '35','1','875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028983.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117247.0','1045469.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028984.0','1019902.0','11',    '6','2','4631.98',    '6','2','4631.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117248.0','1045469.0','456',    '353','44','176843.17',    '320','31','127544.76',    '187','17','49298.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028985.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117249.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028986.0','1019902.0','6',    '6','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117250.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028987.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117251.0','1045469.0','34',    '14','3','19128.85',    '12','3','19128.85',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028988.0','1019902.0','17',    '13','2','929.38',    '12','1','692.4',    '9','1','236.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117252.0','1045469.0','49',    '40','24','166772.7',    '39','24','136467.51',    '25','4','30305.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028989.0','1019902.0','400',    '313','25','60507.79',    '268','16','36806.79',    '191','10','23701.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117253.0','1045469.0','23',    '14','2','2051.97',    '13','1','2024.98',    '6','1','26.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028990.0','1019902.0','22',    '8','4','40206.0',    '6','4','40206.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117254.0','1045469.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028991.0','1019902.0','25',    '18','2','2740.5',    '15','1','2240.51',    '10','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117255.0','1045469.0','67',    '55','11','54817.77',    '53','9','54151.79',    '32','3','665.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028992.0','1019902.0','883',    '829','445','3923964.7',    '804','431','3770773.96',    '542','68','153190.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117256.0','1045469.0','629',    '481','69','521110.09',    '428','61','474768.63',    '259','26','46341.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028993.0','1019902.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117257.0','1045469.0','5',    '4','2','7159.88',    '4','1','5934.62',    '2','1','1225.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028994.0','1019902.0','34',    '25','3','1916.21',    '22','2','1416.22',    '14','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117258.0','1045469.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028995.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117259.0','1045469.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028996.0','1019902.0','149',    '122','12','38797.75',    '109','10','34342.85',    '58','5','4454.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117260.0','1045469.0','35',    '31','14','86951.92',    '31','13','84037.04',    '18','2','2914.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028997.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117261.0','1045469.0','54',    '39','6','61599.21',    '32','6','54081.48',    '19','2','7517.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2028998.0','1019902.0','111',    '71','32','205946.47',    '66','30','193545.29',    '41','6','12401.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117262.0','1045469.0','117',    '95','12','100878.95',    '82','10','83520.8',    '49','3','17358.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028999.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117263.0','1045469.0','79',    '65','11','55970.71',    '61','9','32528.48',    '22','3','23442.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029000.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117264.0','1045469.0','11',    '9','6','44618.5',    '9','6','44618.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029001.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117265.0','1045469.0','212',    '164','17','74032.17',    '150','12','48997.37',    '82','8','25034.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029002.0','1019902.0','24',    '19','18','69376.21',    '19','18','69376.21',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117266.0','1045469.0','20',    '6','2','9179.24',    '6','2','9179.24',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029003.0','1019902.0','184',    '150','14','33732.24',    '125','11','29379.7',    '79','5','4352.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117267.0','1045469.0','5',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029004.0','1019902.0','6',    '4','2','17603.32',    '4','2','16391.48',    '3','2','1211.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117268.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029005.0','1019902.0','98',    '80','5','11706.17',    '69','3','1558.18',    '49','2','10147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117269.0','1045469.0','342',    '226','29','94497.35',    '205','26','91308.09',    '91','9','3189.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029006.0','1019902.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117270.0','1045469.0','59',    '34','11','89442.53',    '31','11','89232.54',    '18','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029007.0','1019902.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117271.0','1045469.0','681',    '597','345','3169309.42',    '576','333','2999501.12',    '355','62','169808.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029008.0','1019902.0','46',    '35','19','125501.14',    '34','19','121484.69',    '18','4','4016.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117272.0','1045469.0','85',    '49','15','121331.12',    '47','15','121221.13',    '21','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029009.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117273.0','1045469.0','126',    '94','16','84320.32',    '79','11','71012.43',    '62','7','13307.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029010.0','1019902.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117274.0','1045469.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029011.0','1019902.0','1',    '1','1','4996.99',    '1','1','1382.0',    '1','1','3614.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117275.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029012.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117276.0','1045469.0','15',    '11','1','1335.0',    '9','1','1335.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029013.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117277.0','1045469.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029014.0','1019902.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117278.0','1045469.0','72',    '62','4','3721.51',    '56','3','3221.52',    '36','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029015.0','1019902.0','193',    '121','9','22217.03',    '109','6','21007.06',    '50','3','1209.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117279.0','1045469.0','76',    '60','3','10514.67',    '54','1','9304.7',    '23','3','1209.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029016.0','1019905.0','55',    '46','6','18768.41',    '40','5','17739.61',    '25','2','1028.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117280.0','1045472.0','73',    '57','3','1303.1',    '47','1','283.31',    '34','2','1019.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029017.0','1019905.0','34',    '26','1','9335.08',    '20','1','8835.08',    '15','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117281.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029018.0','1019905.0','62',    '51','2','5745.24',    '42','1','5246.24',    '31','1','499.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117282.0','1045472.0','157',    '111','6','26669.61',    '98','4','16169.62',    '42','2','10499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029019.0','1019905.0','36',    '21','1','5186.57',    '19','1','2384.0',    '6','1','2802.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117283.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029020.0','1019905.0','2705',    '2037','973','5238504.5',    '1971','925','4591207.87',    '1137','251','647296.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117284.0','1045472.0','2',    '1','1','18519.43',    '1','1','17921.45',    '1','1','597.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029021.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117285.0','1045472.0','1',    '1','1','31900.0',    '1','1','31900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029022.0','1019905.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117286.0','1045472.0','124',    '63','6','19402.68',    '47','4','13446.98',    '34','5','5955.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029023.0','1019905.0','9',    '8','3','14736.37',    '6','3','12074.66',    '6','2','2661.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117287.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029024.0','1019905.0','465',    '194','11','20496.32',    '138','8','18579.91',    '108','4','1916.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117288.0','1045472.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029025.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117289.0','1045472.0','412',    '197','18','42025.14',    '146','15','32950.88',    '104','5','9074.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029026.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117290.0','1045472.0','19',    '17','0','0.0',    '15','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029027.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117291.0','1045472.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029028.0','1019905.0','197',    '169','45','204250.6',    '151','43','198609.85',    '117','7','5640.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117292.0','1045472.0','33',    '27','2','4204.55',    '25','2','4204.55',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029029.0','1019905.0','117',    '89','8','9273.23',    '82','6','4625.24',    '47','2','4647.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117293.0','1045472.0','49',    '43','28','295291.09',    '41','26','258410.99',    '28','10','36880.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029030.0','1019905.0','1',    '1','1','5407.71',    '1','1','5407.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117294.0','1045472.0','9523',    '8035','4310','21883790.27',    '7362','3471','14508566.94',    '5825','2386','7375223.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029031.0','1019905.0','8',    '4','2','38455.46',    '4','2','33201.33',    '3','1','5254.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117295.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029032.0','1019905.0','10',    '10','3','4240.52',    '10','3','4240.52',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117296.0','1045472.0','5',    '3','1','2622.21',    '3','1','2252.22',    '2','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029033.0','1019905.0','3193',    '2582','1460','7453771.43',    '2486','1360','6048845.43',    '1515','470','1404926.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117297.0','1045472.0','17',    '12','3','15386.5',    '10','3','15386.5',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029034.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117298.0','1045472.0','262',    '156','12','23675.85',    '117','9','15514.86',    '88','3','8160.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029035.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117299.0','1045472.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029036.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117300.0','1045472.0','50',    '38','0','0.0',    '31','0','0.0',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029037.0','1019905.0','134',    '95','5','54179.49',    '77','5','50178.56',    '58','1','4000.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117301.0','1045472.0','14',    '9','3','3440.98',    '7','2','2601.3',    '6','3','839.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029038.0','1019905.0','332',    '235','19','77796.73',    '213','13','70637.94',    '113','8','7158.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117302.0','1045472.0','2',    '1','1','12672.26',    '1','1','12434.26',    '1','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029039.0','1019905.0','28',    '23','2','4735.98',    '21','2','4735.98',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117303.0','1045472.0','37',    '31','1','623.16',    '30','1','623.16',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029040.0','1019905.0','175',    '125','17','65873.55',    '111','16','59991.72',    '62','5','5881.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117304.0','1045472.0','130',    '106','9','20424.5',    '91','5','18776.54',    '63','4','1647.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029041.0','1019905.0','45',    '36','4','7285.11',    '34','3','7137.12',    '19','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117305.0','1045472.0','123',    '90','2','5795.24',    '78','2','5795.24',    '47','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029042.0','1019905.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117306.0','1045472.0','31',    '22','1','623.16',    '20','1','623.16',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029043.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117307.0','1045472.0','123',    '98','17','76339.88',    '89','15','73385.72',    '54','5','2954.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029044.0','1019905.0','151',    '120','74','611582.2',    '115','70','565819.16',    '81','21','45763.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117308.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029045.0','1019905.0','100',    '85','5','8560.63',    '79','3','7476.16',    '33','3','1084.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117309.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029046.0','1019905.0','103',    '91','28','95937.12',    '90','25','87277.16',    '45','4','8659.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117310.0','1045472.0','39',    '31','15','154451.49',    '31','15','151648.4',    '14','2','2803.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029047.0','1019905.0','51',    '40','3','19885.36',    '34','3','18877.48',    '22','1','1007.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117311.0','1045472.0','36',    '28','2','10273.89',    '22','2','10273.89',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029048.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117312.0','1045472.0','15',    '12','2','1189.59',    '11','1','689.6',    '7','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029049.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117313.0','1045472.0','8',    '7','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029050.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117314.0','1045472.0','125',    '80','9','55700.51',    '70','8','54077.69',    '39','4','1622.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029051.0','1019905.0','25',    '11','7','16557.1',    '11','6','12244.0',    '8','2','4313.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117315.0','1045472.0','77',    '62','2','2593.13',    '54','2','2593.13',    '33','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029052.0','1019905.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117316.0','1045472.0','15',    '11','4','4910.65',    '11','3','4327.1',    '4','1','583.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029053.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117317.0','1045472.0','23',    '14','1','1878.0',    '12','1','1878.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029054.0','1019905.0','5',    '4','2','1611.22',    '3','0','0.0',    '3','2','1611.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117318.0','1045472.0','152',    '87','12','44374.38',    '65','9','43109.39',    '51','3','1264.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029055.0','1019905.0','1304',    '1094','434','2699740.75',    '1027','379','2116590.31',    '707','239','583150.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117319.0','1045472.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029056.0','1019905.0','3',    '3','1','1955.02',    '3','1','1888.0',    '3','1','67.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117320.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029057.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117321.0','1045472.0','65',    '33','2','3055.0',    '26','2','1680.0',    '15','1','1375.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029058.0','1019905.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117322.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029059.0','1019905.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117323.0','1045472.0','12',    '7','1','488.9',    '7','1','488.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029060.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117324.0','1045472.0','196',    '165','14','60475.47',    '146','12','49979.49',    '85','3','10495.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029061.0','1019905.0','137',    '113','33','173903.18',    '99','25','154173.99',    '69','12','19729.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117325.0','1045472.0','54',    '40','7','16323.84',    '36','5','5284.24',    '19','2','11039.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029062.0','1019905.0','1682',    '1233','620','3272157.94',    '1196','581','2814090.01',    '671','169','458067.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117326.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029063.0','1019905.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117327.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029064.0','1019905.0','1',    '1','1','8272.58',    '1','1','6656.0',    '1','1','1616.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117328.0','1045472.0','5',    '5','3','14343.13',    '5','3','12377.15',    '5','1','1965.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029065.0','1019905.0','82',    '61','0','0.0',    '51','0','0.0',    '34','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117329.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029066.0','1019905.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117330.0','1045472.0','108',    '71','6','19674.19',    '66','5','18491.64',    '26','1','1182.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029067.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117331.0','1045472.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029068.0','1019905.0','109',    '73','3','4204.79',    '53','2','3704.8',    '49','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117332.0','1045472.0','4',    '4','1','1655.4',    '3','1','1655.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029069.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117333.0','1045472.0','5',    '5','1','486.99',    '4','1','486.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029070.0','1019905.0','45',    '40','27','204569.8',    '40','26','194132.15',    '30','8','10437.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117334.0','1045472.0','17',    '10','2','3186.06',    '10','2','1816.08',    '5','1','1369.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029071.0','1019905.0','6',    '4','2','13591.03',    '4','2','13591.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117335.0','1045472.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029072.0','1019905.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117336.0','1045472.0','22',    '17','0','0.0',    '15','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029073.0','1019905.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117337.0','1045472.0','51',    '38','2','5348.95',    '36','2','5200.96',    '19','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029074.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117338.0','1045472.0','177',    '136','9','14773.71',    '122','7','11931.49',    '61','4','2842.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029075.0','1019905.0','232',    '165','12','53615.49',    '151','9','52674.09',    '82','3','941.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117339.0','1045472.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029076.0','1019905.0','7',    '5','4','29351.57',    '5','3','26598.73',    '4','2','2752.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117340.0','1045472.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029077.0','1019905.0','1',    '1','1','2346.0',    '1','1','2346.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117341.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029078.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117342.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029079.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117343.0','1045472.0','422',    '230','76','533165.76',    '178','70','487064.73',    '147','13','46101.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001568.0',    '2029080.0','1019905.0','175',    '82','11','30783.44',    '58','8','24718.13',    '52','6','6065.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006061.0',    '2117344.0','1045472.0','4',    '3','1','4974.86',    '3','1','2900.0',    '2','1','2074.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029081.0','1019905.0','2357',    '1952','1281','9414076.07',    '1808','1131','7502737.18',    '1259','473','1911338.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117345.0','1045472.0','10',    '5','1','6770.19',    '5','1','6770.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029082.0','1019905.0','62',    '41','2','1526.11',    '31','2','1526.11',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117346.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029083.0','1019905.0','1',    '1','1','6817.35',    '1','0','0.0',    '1','1','6817.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117347.0','1045472.0','30',    '21','5','26419.18',    '18','5','26419.18',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029084.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117348.0','1045472.0','12',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029085.0','1019905.0','178',    '149','47','206715.24',    '140','44','192579.62',    '72','7','14135.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117349.0','1045472.0','301',    '236','96','560642.56',    '218','89','516877.28',    '146','24','43765.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029086.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117350.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029087.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117351.0','1045472.0','8',    '7','1','12730.96',    '6','1','12488.54',    '6','1','242.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029088.0','1019905.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117352.0','1045472.0','24',    '18','1','614.71',    '17','1','614.71',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029089.0','1019905.0','17',    '7','3','10709.11',    '6','3','10524.11',    '5','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117353.0','1045472.0','59',    '53','3','5407.72',    '45','3','5407.72',    '32','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029090.0','1019905.0','154',    '111','29','129530.72',    '99','25','124046.88',    '57','8','5483.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117354.0','1045472.0','46',    '41','5','8608.42',    '34','5','8608.42',    '25','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029091.0','1019905.0','4',    '4','1','10000.0',    '4','0','0.0',    '2','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117355.0','1045472.0','85',    '67','5','14364.09',    '58','3','6741.72',    '35','2','7622.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029092.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117356.0','1045472.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029093.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117357.0','1045472.0','6',    '4','2','2019.29',    '4','2','2019.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029094.0','1019905.0','2',    '2','1','1888.0',    '2','1','1888.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117358.0','1045472.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029095.0','1019905.0','285',    '141','6','24223.73',    '106','4','16223.73',    '81','2','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117359.0','1045472.0','114',    '101','8','24004.67',    '87','6','13504.68',    '56','2','10499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029096.0','1019905.0','28',    '19','0','0.0',    '15','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117360.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029097.0','1019905.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117361.0','1045472.0','5',    '4','1','3328.99',    '3','1','2346.0',    '3','1','982.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029098.0','1019905.0','1',    '1','1','4779.85',    '1','1','4534.1',    '1','1','245.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117362.0','1045472.0','35',    '21','1','6794.55',    '14','1','6794.55',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029099.0','1019905.0','18',    '13','1','6864.14',    '10','1','6864.14',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117363.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029100.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117364.0','1045472.0','136',    '98','4','3306.39',    '74','2','2336.19',    '55','2','970.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029101.0','1019905.0','94',    '46','3','12839.7',    '34','1','535.76',    '29','2','12303.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117365.0','1045472.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029102.0','1019905.0','4',    '4','2','1881.99',    '4','1','1382.0',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117366.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029103.0','1019905.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117367.0','1045472.0','79',    '52','4','2636.22',    '41','4','2636.22',    '27','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029104.0','1019905.0','10',    '8','1','683.2',    '5','1','683.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117368.0','1045472.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029105.0','1019905.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117369.0','1045472.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029106.0','1019905.0','110',    '95','6','14749.26',    '80','6','14749.26',    '52','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117370.0','1045472.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029107.0','1019905.0','14',    '11','0','0.0',    '8','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117371.0','1045472.0','67',    '58','6','6751.9',    '47','5','6251.91',    '39','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029108.0','1019905.0','207',    '155','9','30430.62',    '145','7','28756.99',    '68','3','1673.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117372.0','1045472.0','29',    '21','3','8486.29',    '17','2','7297.03',    '11','1','1189.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029109.0','1019905.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117373.0','1045472.0','256',    '206','41','184216.59',    '175','31','115284.81',    '124','15','68931.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029110.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117374.0','1045472.0','740',    '613','185','955292.04',    '562','174','860602.69',    '360','48','94689.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029111.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117375.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029112.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117376.0','1045472.0','1',    '1','1','3986.96',    '1','1','1888.0',    '1','1','2098.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029113.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117377.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029114.0','1019905.0','1358',    '676','185','1151449.15',    '503','161','873223.72',    '461','86','278225.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117378.0','1045472.0','71',    '55','1','3756.0',    '47','1','3756.0',    '37','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029115.0','1019905.0','136',    '65','2','4343.92',    '39','2','4343.92',    '43','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117379.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2027826.0','1019905.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2116090.0','1045472.0','140',    '121','12','33252.85',    '112','12','32147.49',    '60','1','1105.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029116.0','1019905.0','3',    '2','2','14619.49',    '2','2','14297.5',    '2','1','321.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117380.0','1045472.0','17',    '12','2','22272.47',    '12','2','22272.47',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029117.0','1019905.0','4',    '3','2','23544.3',    '3','2','23544.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117381.0','1045472.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029118.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117382.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029119.0','1019905.0','13',    '10','0','0.0',    '7','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117383.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029120.0','1019905.0','4',    '4','2','16674.57',    '2','2','16674.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117384.0','1045472.0','48',    '40','4','8220.98',    '34','2','7221.0',    '25','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029121.0','1019905.0','7',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117385.0','1045472.0','2',    '2','2','2356.93',    '2','1','1888.0',    '2','2','468.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029122.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117386.0','1045472.0','557',    '424','57','221829.09',    '361','49','182958.69',    '243','17','38870.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029123.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117387.0','1045472.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029124.0','1019905.0','53',    '40','2','1933.32',    '37','2','1933.32',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117388.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029125.0','1019905.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117389.0','1045472.0','35',    '29','1','11315.0',    '23','1','11315.0',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029126.0','1019905.0','7',    '7','1','832.5',    '7','1','832.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117390.0','1045472.0','220',    '159','35','166530.02',    '141','29','131678.8',    '80','14','34851.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029127.0','1019905.0','197',    '129','4','4904.67',    '97','2','2900.61',    '84','2','2004.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117391.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029128.0','1019905.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117392.0','1045472.0','25',    '17','1','4284.65',    '16','1','2384.0',    '7','1','1900.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029129.0','1019905.0','4',    '3','1','1888.0',    '3','1','1888.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117393.0','1045472.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029130.0','1019905.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117394.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029131.0','1019905.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117395.0','1045472.0','368',    '286','114','682376.6',    '258','97','527186.31',    '177','56','155190.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029132.0','1019905.0','187',    '60','7','21171.09',    '40','4','10569.94',    '35','3','10601.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117396.0','1045472.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029133.0','1019905.0','108',    '88','9','13951.96',    '80','7','13303.98',    '43','2','647.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117397.0','1045472.0','1',    '1','1','2446.0',    '1','1','2446.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029134.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117398.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029135.0','1019905.0','4',    '1','1','31900.0',    '1','1','26852.87',    '1','1','5047.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117399.0','1045472.0','2',    '2','1','468.1',    '2','1','468.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2027815.0','1019905.0','42',    '33','2','793.21',    '19','1','293.22',    '22','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116079.0','1045472.0','16',    '9','1','147.99',    '9','0','0.0',    '4','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029136.0','1019905.0','989',    '837','601','6293852.48',    '791','554','5597964.85',    '510','197','695887.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117400.0','1045472.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2028030.0','1019905.0','1',    '1','1','2900.0',    '1','1','2900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116294.0','1045472.0','4',    '3','1','3636.0',    '2','1','3636.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2027729.0','1019905.0','12',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2115993.0','1045472.0','70',    '45','4','15999.03',    '42','4','14553.4',    '15','1','1445.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029137.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117401.0','1045472.0','120',    '84','5','13297.46',    '76','4','12005.39',    '39','2','1292.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029138.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117402.0','1045472.0','17',    '13','0','0.0',    '11','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029139.0','1019905.0','1',    '1','1','499.99',    '0','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117403.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029140.0','1019905.0','6',    '5','4','12904.89',    '5','3','10340.63',    '4','2','2564.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117404.0','1045472.0','198',    '174','38','106004.62',    '147','35','102696.3',    '105','5','3308.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029141.0','1019905.0','132',    '87','21','86741.66',    '70','17','75261.04',    '47','5','11480.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117405.0','1045472.0','386',    '303','104','518943.2',    '275','87','463860.48',    '183','36','55082.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029142.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117406.0','1045472.0','2',    '2','1','2812.14',    '2','1','2812.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029143.0','1019905.0','158',    '90','24','116812.25',    '82','20','103643.87',    '45','8','13168.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117407.0','1045472.0','308',    '164','21','90458.82',    '127','17','60924.5',    '93','7','29534.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029144.0','1019905.0','24',    '17','0','0.0',    '13','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117408.0','1045472.0','32',    '22','1','1646.6',    '21','1','1646.6',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029145.0','1019905.0','92',    '51','4','8643.49',    '38','1','7537.64',    '29','3','1105.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117409.0','1045472.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029146.0','1019905.0','31',    '19','3','1127.24',    '17','2','627.25',    '8','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117410.0','1045472.0','588',    '278','20','56342.28',    '205','15','47774.14',    '168','6','8568.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029147.0','1019905.0','60',    '36','2','850.36',    '26','1','612.36',    '21','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117411.0','1045472.0','61',    '39','3','11501.57',    '28','2','10849.64',    '29','2','651.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029148.0','1019905.0','56',    '43','3','4825.74',    '37','3','4825.74',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117412.0','1045472.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029149.0','1019905.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117413.0','1045472.0','6',    '6','4','30918.71',    '6','4','29132.11',    '4','2','1786.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2027934.0','1019905.0','4',    '4','1','499.99',    '3','0','0.0',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116198.0','1045472.0','22',    '16','1','4831.52',    '12','1','4331.53',    '10','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029150.0','1019905.0','364',    '246','128','592289.06',    '240','123','550682.63',    '134','22','41606.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117414.0','1045472.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029151.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117415.0','1045472.0','19',    '12','0','0.0',    '11','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029152.0','1019905.0','305',    '172','13','16474.44',    '128','12','15859.51',    '85','2','614.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117416.0','1045472.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029153.0','1019905.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117417.0','1045472.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029154.0','1019905.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117418.0','1045472.0','337',    '164','13','34281.01',    '117','10','33210.8',    '106','3','1070.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2027749.0','1019905.0','49',    '24','0','0.0',    '15','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2116013.0','1045472.0','1',    '1','1','25436.21',    '1','1','24592.87',    '1','1','843.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029155.0','1019905.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117419.0','1045472.0','32',    '25','2','3395.83',    '20','2','3395.83',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029156.0','1019905.0','119',    '47','1','209.99',    '34','0','0.0',    '28','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117420.0','1045472.0','428',    '269','105','480866.73',    '229','90','395658.97',    '158','30','85207.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029157.0','1019905.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117421.0','1045472.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029158.0','1019905.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117422.0','1045472.0','29',    '27','19','148794.08',    '26','19','148078.12',    '16','3','715.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029159.0','1019905.0','78',    '56','14','83495.79',    '54','13','70593.79',    '27','4','12902.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117423.0','1045472.0','14',    '9','1','3753.63',    '7','1','3753.63',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029160.0','1019905.0','9',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117424.0','1045472.0','19',    '14','4','12117.79',    '11','2','10123.69',    '8','3','1994.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029161.0','1019905.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117425.0','1045472.0','63',    '46','2','9000.12',    '33','0','0.0',    '27','2','9000.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029162.0','1019905.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117426.0','1045472.0','32',    '15','2','5618.64',    '10','2','5391.04',    '13','1','227.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029163.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117427.0','1045477.0','65',    '42','5','10583.13',    '32','4','9447.69',    '29','2','1135.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029164.0','1019910.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117428.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029165.0','1019910.0','66',    '52','3','7070.57',    '41','1','1922.58',    '36','2','5147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117429.0','1045477.0','45',    '29','6','24609.56',    '27','6','22207.1',    '11','1','2402.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029166.0','1019910.0','90',    '29','2','9209.99',    '22','0','0.0',    '20','2','9209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117430.0','1045477.0','40',    '24','0','0.0',    '16','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029167.0','1019910.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117431.0','1045477.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029168.0','1019910.0','10',    '9','1','275.94',    '6','0','0.0',    '6','1','275.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117432.0','1045477.0','15',    '10','2','2753.49',    '8','2','2753.49',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029169.0','1019910.0','22',    '13','2','2104.23',    '12','2','2104.23',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117433.0','1045477.0','24',    '13','2','15030.58',    '12','2','14660.58',    '6','1','370.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029170.0','1019910.0','51',    '35','6','14249.95',    '31','6','14249.95',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117434.0','1045477.0','10',    '9','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029171.0','1019910.0','38',    '29','4','8507.67',    '25','3','8007.68',    '11','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117435.0','1045477.0','153',    '89','7','35810.75',    '67','4','25800.78',    '53','4','10009.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029172.0','1019910.0','7',    '7','2','11649.02',    '7','2','11649.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117436.0','1045477.0','233',    '125','15','57865.49',    '97','11','44923.03',    '75','7','12942.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029173.0','1019910.0','245',    '211','97','329502.45',    '200','77','268789.47',    '154','47','60712.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117437.0','1045477.0','25',    '20','1','20468.64',    '15','1','20468.64',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029174.0','1019910.0','18',    '8','1','1029.57',    '7','1','768.77',    '4','1','260.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117438.0','1045477.0','62',    '47','1','2651.35',    '40','1','2651.35',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029175.0','1019910.0','20',    '13','4','5315.61',    '12','4','5315.61',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117439.0','1045477.0','37',    '23','6','11454.23',    '19','4','10155.45',    '12','2','1298.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029176.0','1019910.0','128',    '89','3','30118.99',    '67','1','22119.0',    '56','2','7999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117440.0','1045477.0','19',    '14','1','344.64',    '10','1','344.64',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029177.0','1019910.0','199',    '112','34','128864.17',    '95','29','91445.37',    '63','13','37418.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117441.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029178.0','1019910.0','5',    '4','1','4518.27',    '3','1','4148.28',    '3','1','369.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117442.0','1045477.0','2',    '2','2','4439.53',    '2','2','4439.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029179.0','1019910.0','7',    '6','2','2323.54',    '6','2','2323.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117443.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029180.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117444.0','1045477.0','190',    '147','19','44942.83',    '136','16','40911.48',    '57','7','4031.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029181.0','1019910.0','94',    '79','15','40782.83',    '75','11','35996.79',    '34','6','4786.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117445.0','1045477.0','51',    '41','5','23803.61',    '36','5','23803.61',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029182.0','1019910.0','4',    '4','1','930.61',    '4','1','930.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117446.0','1045477.0','14',    '12','1','3361.08',    '12','1','3361.08',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029183.0','1019910.0','127',    '57','15','43739.03',    '57','15','42761.05',    '32','1','977.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117447.0','1045477.0','10',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029184.0','1019910.0','20',    '15','10','67642.33',    '15','10','67279.53',    '11','2','362.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117448.0','1045477.0','1',    '1','1','31900.0',    '1','1','28694.95',    '1','1','3205.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029185.0','1019910.0','48',    '30','2','5794.64',    '27','2','5794.64',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117449.0','1045477.0','84',    '58','4','9550.56',    '50','3','9099.05',    '19','1','451.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029186.0','1019910.0','23',    '12','3','2816.86',    '9','1','2396.16',    '5','2','420.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117450.0','1045477.0','57',    '45','9','9402.8',    '35','8','8596.32',    '27','3','806.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029187.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117451.0','1045477.0','18',    '16','3','6044.99',    '15','0','0.0',    '8','3','6044.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029188.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117452.0','1045477.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029189.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117453.0','1045477.0','31',    '15','0','0.0',    '11','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029190.0','1019910.0','3',    '3','1','2788.0',    '3','1','2788.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117454.0','1045477.0','7',    '5','1','3500.96',    '5','1','3500.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029191.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117455.0','1045477.0','7',    '6','2','9208.43',    '5','2','9208.43',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029192.0','1019910.0','42',    '25','4','10104.07',    '22','2','9402.58',    '15','2','701.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117456.0','1045477.0','9',    '9','2','3625.56',    '8','2','3625.56',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029193.0','1019910.0','1',    '1','1','2992.0',    '1','1','2992.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117457.0','1045477.0','7',    '5','3','9588.44',    '5','3','9588.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029194.0','1019910.0','127',    '99','22','59294.58',    '83','16','37177.37',    '58','11','22117.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117458.0','1045477.0','822',    '492','62','161397.43',    '405','50','132201.83',    '261','22','29195.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029195.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117459.0','1045477.0','1',    '1','1','209.99',    '1','0','0.0',    '1','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029196.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117460.0','1045477.0','659',    '446','46','159636.33',    '392','31','136721.14',    '217','20','22915.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029197.0','1019910.0','7',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117461.0','1045477.0','6',    '5','1','1590.0',    '5','1','1590.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029198.0','1019910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117462.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029199.0','1019910.0','7',    '6','1','2784.91',    '4','1','2784.91',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117463.0','1045477.0','9',    '9','1','1055.79',    '9','1','1055.79',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029200.0','1019910.0','1',    '1','1','1858.0',    '1','1','1858.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117464.0','1045477.0','2',    '2','1','2143.86',    '2','1','2143.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029201.0','1019910.0','243',    '177','65','202735.55',    '168','58','184204.48',    '97','19','18531.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117465.0','1045477.0','879',    '589','63','194744.86',    '532','50','168527.09',    '268','25','26217.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029202.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117466.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029203.0','1019910.0','1',    '1','1','19837.23',    '1','1','19837.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117467.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029204.0','1019910.0','2',    '1','1','982.99',    '1','0','0.0',    '1','1','982.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117468.0','1045477.0','206',    '124','39','116156.61',    '119','37','106208.22',    '65','5','9948.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029205.0','1019910.0','4',    '3','1','225.62',    '3','1','225.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117469.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029206.0','1019910.0','58',    '35','7','14832.05',    '31','7','14832.05',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117470.0','1045477.0','3',    '1','1','339.87',    '1','0','0.0',    '1','1','339.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029207.0','1019910.0','63',    '43','6','51772.18',    '40','5','31869.89',    '25','3','19902.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117471.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029208.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117472.0','1045477.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029209.0','1019910.0','1',    '1','1','8750.0',    '1','1','8750.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117473.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029210.0','1019910.0','8',    '7','1','2238.0',    '6','1','2238.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117474.0','1045477.0','7',    '5','2','5029.47',    '5','2','5029.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029211.0','1019910.0','37',    '23','3','6207.44',    '20','2','5839.42',    '10','1','368.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117475.0','1045477.0','19',    '18','3','5615.48',    '17','3','5615.48',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029212.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117476.0','1045477.0','22',    '12','3','8246.77',    '11','2','8001.02',    '6','1','245.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029213.0','1019910.0','35',    '17','0','0.0',    '16','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117477.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029214.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117478.0','1045477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029215.0','1019910.0','7',    '4','1','131.61',    '3','1','131.61',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117479.0','1045477.0','3',    '2','1','10353.09',    '2','1','10353.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029216.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117480.0','1045477.0','23',    '20','13','67636.32',    '19','13','59765.08',    '12','2','7871.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029217.0','1019910.0','2',    '2','1','440.04',    '1','1','440.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117481.0','1045477.0','19',    '12','3','15543.79',    '10','3','14018.93',    '9','1','1524.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029218.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117482.0','1045477.0','22',    '15','2','7590.24',    '14','2','7590.24',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029219.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117483.0','1045477.0','10',    '9','2','16698.6',    '8','2','16698.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029220.0','1019910.0','1',    '1','1','1512.0',    '1','1','1512.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117484.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029221.0','1019910.0','1',    '1','1','9941.07',    '1','1','9941.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117485.0','1045477.0','72',    '59','44','343430.05',    '56','42','305705.75',    '34','11','37724.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029222.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117486.0','1045477.0','10',    '8','3','33148.91',    '8','3','33148.91',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029223.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117487.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029224.0','1019910.0','166',    '134','24','89814.17',    '128','22','80362.13',    '52','6','9452.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117488.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029225.0','1019910.0','6',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117489.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029226.0','1019910.0','20',    '17','3','1282.53',    '14','2','412.53',    '11','1','870.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117490.0','1045477.0','40',    '28','7','45484.76',    '22','6','44984.77',    '15','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029227.0','1019910.0','13',    '12','3','11651.14',    '12','3','11651.14',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117491.0','1045477.0','15',    '12','2','5111.2',    '11','1','2291.2',    '4','1','2820.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029228.0','1019910.0','4',    '1','1','4171.56',    '1','1','4023.57',    '1','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117492.0','1045477.0','19',    '16','2','2569.8',    '12','2','2569.8',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029229.0','1019910.0','34',    '30','9','12410.78',    '26','8','10998.67',    '19','2','1412.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117493.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029230.0','1019910.0','300',    '282','134','333174.79',    '260','77','227432.98',    '226','80','105741.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117494.0','1045477.0','3232',    '2041','1083','5507705.91',    '1977','1022','4515581.67',    '1221','342','992124.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029231.0','1019910.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117495.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029232.0','1019910.0','36',    '29','11','20041.81',    '26','10','19831.82',    '16','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117496.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029233.0','1019910.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117497.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029234.0','1019910.0','30',    '28','12','29843.61',    '25','8','27491.95',    '15','5','2351.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117498.0','1045477.0','15',    '11','2','229.83',    '9','1','81.84',    '7','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029235.0','1019910.0','2',    '2','2','8925.29',    '2','2','8925.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117499.0','1045477.0','37',    '23','0','0.0',    '17','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029236.0','1019910.0','15',    '14','2','4564.83',    '14','2','4564.83',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117500.0','1045477.0','3',    '3','1','453.54',    '3','1','453.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029237.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117501.0','1045477.0','206',    '164','57','173005.75',    '149','51','137095.87',    '115','15','35909.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029238.0','1019910.0','21',    '16','11','21511.74',    '16','9','19886.44',    '11','4','1625.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117502.0','1045477.0','2',    '2','1','5106.8',    '2','1','5106.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029239.0','1019910.0','66',    '59','20','59164.7',    '56','17','49657.18',    '29','4','9507.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117503.0','1045477.0','7',    '5','3','13615.41',    '5','3','13615.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029240.0','1019910.0','1032',    '691','61','225894.11',    '621','52','187636.77',    '282','21','38257.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117504.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029241.0','1019910.0','12',    '9','0','0.0',    '6','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117505.0','1045477.0','10',    '6','1','681.23',    '6','1','496.23',    '6','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029242.0','1019910.0','4',    '2','2','5815.26',    '2','2','5815.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117506.0','1045477.0','9',    '7','3','2517.97',    '7','1','1344.24',    '4','2','1173.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029243.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117507.0','1045477.0','930',    '669','310','1365770.71',    '627','278','1037799.4',    '417','135','327971.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029244.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117508.0','1045477.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029245.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117509.0','1045477.0','97',    '62','38','266720.38',    '62','38','245509.36',    '39','9','21211.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029246.0','1019910.0','72',    '51','16','73466.8',    '50','16','53716.51',    '31','4','19750.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117510.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029247.0','1019910.0','58',    '46','25','222762.93',    '41','18','130307.45',    '30','13','92455.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117511.0','1045477.0','4298',    '2612','253','630278.1',    '2320','196','535100.13',    '1110','84','95177.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029248.0','1019910.0','56',    '33','2','3367.49',    '26','1','3100.0',    '18','1','267.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117512.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029249.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117513.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029250.0','1019910.0','1159',    '702','45','104873.99',    '618','35','78097.98',    '310','16','26776.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117514.0','1045477.0','10',    '9','3','7082.21',    '9','3','7082.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029251.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117515.0','1045477.0','3',    '3','1','3843.2',    '3','1','3843.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029252.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117516.0','1045477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029253.0','1019910.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117517.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029254.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117518.0','1045477.0','431',    '323','156','1231419.55',    '301','152','1124689.28',    '166','34','106730.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029255.0','1019910.0','485',    '391','164','820480.43',    '367','141','694829.19',    '210','58','125651.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117519.0','1045477.0','74',    '50','3','28909.15',    '40','3','28909.15',    '33','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029256.0','1019910.0','1',    '1','1','2209.49',    '1','1','1512.0',    '1','1','697.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117520.0','1045477.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029257.0','1019910.0','26',    '17','9','79711.95',    '17','9','78728.96',    '7','1','982.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117521.0','1045477.0','6',    '6','3','4397.91',    '6','2','4054.91',    '2','1','343.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029258.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117522.0','1045477.0','17',    '16','5','16689.22',    '16','5','15061.56',    '10','1','1627.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029259.0','1019910.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117523.0','1045477.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029260.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117524.0','1045477.0','954',    '562','165','1276442.85',    '452','129','967723.51',    '343','92','308719.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029261.0','1019910.0','20',    '17','2','8113.2',    '17','2','8113.2',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117525.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029262.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117526.0','1045477.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029263.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117527.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029264.0','1019910.0','28',    '23','8','55399.67',    '22','8','53027.67',    '11','3','2372.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117528.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029265.0','1019910.0','61',    '42','2','2805.0',    '39','1','2644.0',    '19','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117529.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029266.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117530.0','1045477.0','75',    '57','4','10721.2',    '46','3','9221.38',    '33','1','1499.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029267.0','1019910.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117531.0','1045477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029268.0','1019910.0','9',    '9','2','4333.99',    '5','1','3686.0',    '7','2','647.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117532.0','1045477.0','108',    '74','12','29500.6',    '67','7','20327.2',    '36','6','9173.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029269.0','1019910.0','38',    '30','4','19113.9',    '30','4','19113.9',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117533.0','1045477.0','16',    '15','2','18163.72',    '14','1','15672.78',    '8','1','2490.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029270.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117534.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029271.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117535.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029272.0','1019910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117536.0','1045477.0','6',    '3','1','2710.42',    '3','1','2710.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029273.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117537.0','1045477.0','1915',    '1086','86','265015.72',    '865','45','127286.49',    '546','52','137729.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029274.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117538.0','1045477.0','257',    '203','15','29330.33',    '159','11','18991.38',    '135','5','10338.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029275.0','1019910.0','42',    '34','2','3229.8',    '24','1','243.8',    '24','1','2986.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117539.0','1045477.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029276.0','1019910.0','15',    '8','2','3833.99',    '5','1','3686.0',    '3','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117540.0','1045477.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029277.0','1019910.0','11',    '7','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117541.0','1045477.0','126',    '76','9','15526.15',    '60','8','14896.16',    '52','2','629.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029278.0','1019910.0','8',    '6','1','4043.71',    '3','1','4043.71',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117542.0','1045477.0','18',    '13','1','499.99',    '11','0','0.0',    '8','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029279.0','1019910.0','4',    '2','1','4237.62',    '2','1','4237.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117543.0','1045477.0','6',    '5','1','20905.17',    '5','1','20905.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029280.0','1019910.0','33',    '25','2','3555.66',    '24','2','3555.66',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117544.0','1045477.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029281.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117545.0','1045477.0','419',    '307','20','45843.82',    '265','17','44124.22',    '146','3','1719.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029282.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117546.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029283.0','1019910.0','187',    '150','11','29953.78',    '130','6','21000.28',    '100','5','8953.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117547.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029284.0','1019910.0','910',    '721','272','1660923.51',    '661','239','1333337.16',    '383','97','327586.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117548.0','1045477.0','859',    '693','410','3193743.54',    '654','389','2619552.39',    '409','172','574191.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029285.0','1019910.0','1',    '1','1','7500.0',    '1','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117549.0','1045477.0','25',    '21','1','1523.97',    '17','1','1523.97',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029286.0','1019910.0','293',    '193','12','23890.28',    '168','9','19736.75',    '82','5','4153.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117550.0','1045477.0','100',    '85','10','101948.0',    '77','8','98799.04',    '40','3','3148.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029287.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117551.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029288.0','1019910.0','321',    '221','87','659574.38',    '190','79','609906.74',    '134','20','49667.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117552.0','1045477.0','375',    '295','30','107757.3',    '256','24','94649.68',    '139','7','13107.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029289.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117553.0','1045477.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029290.0','1019910.0','52',    '40','5','13914.76',    '32','5','13556.78',    '21','2','357.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117554.0','1045477.0','85',    '70','3','2098.19',    '60','3','2098.19',    '39','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029291.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117555.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029292.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117556.0','1045477.0','35',    '22','2','2597.48',    '19','2','2597.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029293.0','1019910.0','3',    '3','1','495.05',    '3','0','0.0',    '1','1','495.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117557.0','1045477.0','62',    '51','2','4790.74',    '42','2','4790.74',    '28','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029294.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117558.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029295.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117559.0','1045477.0','47',    '40','5','2701.87',    '35','2','1553.9',    '21','3','1147.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029296.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117560.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029297.0','1019910.0','1',    '1','1','1420.0',    '1','1','1420.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117561.0','1045477.0','110',    '96','3','1750.27',    '75','3','1750.27',    '61','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029298.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117562.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029299.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117563.0','1045477.0','601',    '357','34','45795.71',    '290','18','35233.29',    '179','19','10562.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029300.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117564.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029301.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117565.0','1045477.0','20',    '18','3','11376.47',    '17','1','8999.48',    '8','3','2376.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029302.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117566.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029303.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117567.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029304.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117568.0','1045477.0','78',    '68','5','13432.67',    '56','5','13432.67',    '29','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029305.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117569.0','1045477.0','7',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029306.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117570.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029307.0','1019910.0','3532',    '2188','418','1859501.53',    '1858','294','1194498.01',    '1129','211','665003.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117571.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2027775.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2116039.0','1045477.0','41',    '34','3','9383.91',    '23','2','5398.91',    '27','2','3985.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029308.0','1019910.0','67',    '52','2','4488.61',    '40','2','4488.61',    '30','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117572.0','1045477.0','11',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029309.0','1019910.0','42',    '23','1','581.95',    '21','1','581.95',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117573.0','1045477.0','39',    '24','0','0.0',    '20','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029310.0','1019910.0','14',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117574.0','1045477.0','1535',    '938','116','302855.69',    '819','63','240355.65',    '469','71','62500.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029311.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117575.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029312.0','1019910.0','26',    '19','3','6673.63',    '17','3','6673.63',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117576.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029313.0','1019910.0','2',    '1','1','18761.05',    '1','1','17865.88',    '1','1','895.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117577.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029314.0','1019910.0','480',    '329','26','56294.69',    '283','19','48375.04',    '142','11','7919.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117578.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029315.0','1019910.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117579.0','1045477.0','431',    '309','23','47212.92',    '272','17','43041.96',    '131','7','4170.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029316.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117580.0','1045477.0','83',    '58','4','3591.73',    '35','2','2591.75',    '39','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029317.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117581.0','1045477.0','52',    '34','0','0.0',    '32','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029318.0','1019910.0','129',    '71','36','180971.47',    '69','36','161670.32',    '55','10','19301.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117582.0','1045477.0','55',    '45','4','15881.37',    '35','3','15381.38',    '31','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029319.0','1019910.0','93',    '70','21','125088.92',    '68','18','96573.75',    '43','11','28515.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117583.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029320.0','1019910.0','22',    '20','3','5563.41',    '18','3','5563.41',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117584.0','1045477.0','67',    '56','3','3054.93',    '52','2','2154.93',    '19','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029321.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117585.0','1045477.0','2054',    '1239','150','381672.17',    '1058','98','322716.86',    '595','72','58955.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029322.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117586.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029323.0','1019910.0','560',    '394','24','56720.15',    '341','14','42478.99',    '191','13','14241.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117587.0','1045477.0','808',    '571','44','80515.88',    '517','36','69569.37',    '227','12','10946.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029324.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117588.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029325.0','1019910.0','81',    '64','1','1818.9',    '54','1','1818.9',    '37','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117589.0','1045477.0','294',    '191','81','287291.62',    '180','72','220784.12',    '125','33','66507.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029326.0','1019910.0','1135',    '823','44','136483.64',    '723','35','116399.61',    '363','14','20084.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117590.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029327.0','1019910.0','2',    '2','1','5887.63',    '2','1','5887.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117591.0','1045477.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029328.0','1019910.0','18',    '14','4','9810.11',    '14','4','9810.11',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117592.0','1045477.0','72',    '58','25','119616.43',    '56','22','108278.14',    '29','10','11338.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029329.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117593.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029330.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117594.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029331.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117595.0','1045477.0','46',    '31','3','18333.71',    '18','1','17583.75',    '23','2','749.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029332.0','1019910.0','1',    '1','1','2109.7',    '1','1','2109.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117596.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029333.0','1019910.0','30',    '18','2','1074.51',    '16','1','961.51',    '14','1','113.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117597.0','1045477.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029334.0','1019910.0','10',    '3','1','1367.5',    '3','0','0.0',    '2','1','1367.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117598.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029335.0','1019910.0','43',    '27','3','11211.35',    '24','3','11211.35',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117599.0','1045477.0','117',    '97','8','52861.1',    '83','7','36811.83',    '49','4','16049.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2027576.0','1019910.0','80',    '51','0','0.0',    '39','0','0.0',    '26','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2115840.0','1045477.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029336.0','1019910.0','6',    '4','1','7500.0',    '3','0','0.0',    '2','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117600.0','1045477.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029337.0','1019910.0','1028',    '775','172','1158904.97',    '700','140','982575.35',    '363','76','176329.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117601.0','1045477.0','25',    '19','2','6294.29',    '16','2','6294.29',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029338.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117602.0','1045477.0','68',    '58','23','105682.76',    '54','19','97656.37',    '33','8','8026.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029339.0','1019910.0','74',    '32','17','60876.14',    '32','16','58003.21',    '25','2','2872.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117603.0','1045477.0','109',    '100','43','141156.74',    '91','38','130985.2',    '63','9','10171.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029340.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117604.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029341.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117605.0','1045477.0','2549',    '1363','84','117623.81',    '1148','33','62070.0',    '597','57','55553.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029342.0','1019910.0','8',    '1','1','3507.85',    '1','1','2717.87',    '1','1','789.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117606.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029343.0','1019910.0','16',    '12','8','74349.78',    '12','8','74164.78',    '7','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117607.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029344.0','1019910.0','1',    '1','1','2838.84',    '1','1','2838.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117608.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029345.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117609.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029346.0','1019910.0','53',    '30','4','15102.5',    '24','1','13993.53',    '22','3','1108.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117610.0','1045477.0','9',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029347.0','1019910.0','146',    '107','4','10565.66',    '79','3','4251.54',    '76','1','6314.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117611.0','1045477.0','10',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029348.0','1019910.0','25',    '21','3','4441.86',    '19','2','3941.87',    '7','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117612.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029349.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117613.0','1045477.0','47',    '34','3','18802.24',    '30','3','17311.76',    '12','2','1490.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029350.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117614.0','1045477.0','5785',    '3768','869','4983983.87',    '3304','739','4313682.12',    '1830','282','670301.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029351.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117615.0','1045477.0','1',    '1','1','2038.0',    '1','1','2038.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029352.0','1019910.0','2',    '2','1','1587.19',    '2','1','1587.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117616.0','1045477.0','550',    '304','126','570672.65',    '297','117','485314.09',    '181','36','85358.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029353.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117617.0','1045477.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029354.0','1019910.0','20',    '15','1','5260.75',    '10','1','5260.75',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117618.0','1045477.0','723',    '493','20','51655.87',    '436','11','39269.7',    '189','11','12386.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029355.0','1019910.0','31',    '13','0','0.0',    '10','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117619.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029356.0','1019910.0','689',    '485','57','188921.87',    '439','46','146152.93',    '221','24','42768.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117620.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029357.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117621.0','1045477.0','115',    '98','9','8889.85',    '84','5','7113.8',    '60','5','1776.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029358.0','1019910.0','1342',    '918','154','565518.32',    '810','111','484993.85',    '401','65','80524.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117622.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029359.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117623.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029360.0','1019910.0','4383',    '2828','630','4699699.99',    '2438','530','4095526.56',    '1385','230','604173.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117624.0','1045477.0','756',    '583','51','83164.57',    '485','33','67839.5',    '306','21','15325.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029361.0','1019910.0','184',    '157','36','104134.9',    '149','33','90186.71',    '69','7','13948.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117625.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029362.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117626.0','1045477.0','256',    '201','16','26115.04',    '188','15','25905.05',    '111','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029363.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117627.0','1045477.0','322',    '244','42','215396.06',    '229','39','193914.21',    '96','12','21481.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029364.0','1019910.0','19',    '18','9','26756.85',    '16','8','25207.89',    '11','3','1548.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117628.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029365.0','1019910.0','6',    '6','3','5961.05',    '5','1','1710.12',    '3','3','4250.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117629.0','1045477.0','327',    '224','15','25840.95',    '194','8','10249.89',    '97','9','15591.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029366.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117630.0','1045477.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029367.0','1019910.0','68',    '50','18','99040.34',    '44','16','91040.35',    '27','2','7999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117631.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029368.0','1019910.0','1',    '1','1','1426.31',    '1','0','0.0',    '1','1','1426.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117632.0','1045477.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029369.0','1019910.0','259',    '221','96','814077.18',    '208','90','710672.19',    '130','30','103404.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117633.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029370.0','1019910.0','45',    '41','11','80312.33',    '39','11','69464.26',    '25','4','10848.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117634.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029371.0','1019910.0','6',    '4','1','16958.46',    '4','1','12279.64',    '2','1','4678.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117635.0','1045477.0','7',    '5','1','288.9',    '4','1','288.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029372.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117636.0','1045477.0','22',    '17','1','1949.06',    '17','1','1949.06',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029373.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117637.0','1045477.0','191',    '156','15','45995.95',    '147','15','42978.07',    '51','2','3017.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029374.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117638.0','1045477.0','8',    '7','1','21780.71',    '5','1','20341.64',    '4','1','1439.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029375.0','1019910.0','114',    '93','6','2198.85',    '84','3','968.72',    '48','3','1230.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117639.0','1045477.0','7',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029376.0','1019910.0','3',    '1','1','769.48',    '1','0','0.0',    '1','1','769.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117640.0','1045477.0','5',    '4','1','4765.71',    '4','1','4765.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029377.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117641.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029378.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117642.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029379.0','1019910.0','662',    '356','36','162865.92',    '288','24','141603.09',    '151','16','21262.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117643.0','1045477.0','913',    '488','135','1181405.49',    '419','118','995903.06',    '245','55','185502.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029380.0','1019910.0','8',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117644.0','1045477.0','8',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029381.0','1019910.0','78',    '51','2','5374.22',    '40','1','3154.0',    '30','2','2220.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117645.0','1045477.0','36',    '28','3','3308.27',    '23','3','3308.27',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029382.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117646.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029383.0','1019910.0','57',    '33','5','5020.28',    '27','5','4859.28',    '17','1','161.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117647.0','1045477.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029384.0','1019910.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117648.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029385.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117649.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029386.0','1019910.0','262',    '179','18','36820.92',    '163','14','33207.02',    '73','6','3613.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117650.0','1045477.0','209',    '122','15','39136.97',    '95','9','20060.0',    '75','6','19076.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029387.0','1019910.0','179',    '140','61','291242.03',    '129','52','263813.09',    '76','18','27428.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117651.0','1045477.0','515',    '384','113','578135.96',    '351','96','522625.24',    '192','40','55510.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029388.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117652.0','1045477.0','34',    '26','1','1947.0',    '22','1','1947.0',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029389.0','1019910.0','146',    '104','47','446821.47',    '100','46','429556.76',    '72','8','17264.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117653.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029390.0','1019910.0','243',    '187','12','27856.31',    '175','10','26314.48',    '75','5','1541.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117654.0','1045477.0','1154',    '702','63','147570.22',    '623','43','107847.92',    '305','29','39722.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029391.0','1019910.0','1760',    '1400','718','7049177.47',    '1245','604','5808988.29',    '826','311','1240189.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117655.0','1045477.0','293',    '229','133','1142118.2',    '225','132','1109061.05',    '127','16','33057.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029392.0','1019910.0','103',    '81','14','122324.35',    '72','11','114975.88',    '46','5','7348.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117656.0','1045477.0','400',    '329','22','37767.64',    '283','17','35619.68',    '185','5','2147.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029393.0','1019910.0','2898',    '2288','1108','7245915.25',    '2147','1024','6073946.41',    '1321','397','1171968.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117657.0','1045477.0','1202',    '808','75','196526.65',    '730','59','149284.97',    '351','20','47241.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029394.0','1019910.0','20',    '18','13','123009.36',    '17','11','100999.43',    '11','5','22009.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117658.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029395.0','1019910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117659.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029396.0','1019910.0','107',    '79','4','5771.29',    '64','4','5771.29',    '37','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117660.0','1045477.0','1815',    '1170','137','311940.7',    '1044','104','263943.16',    '521','48','47997.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029397.0','1019910.0','27',    '24','5','43866.56',    '22','5','41615.79',    '14','3','2250.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117661.0','1045477.0','44',    '33','2','2513.99',    '30','1','2014.0',    '18','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029398.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117662.0','1045477.0','167',    '115','9','34248.55',    '89','6','33514.61',    '65','3','733.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029399.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117663.0','1045477.0','149',    '99','3','2953.92',    '85','2','2777.96',    '48','1','175.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029400.0','1019910.0','3',    '3','1','370.0',    '3','0','0.0',    '3','1','370.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117664.0','1045477.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029401.0','1019910.0','113',    '92','12','20988.83',    '84','12','20988.83',    '41','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117665.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029402.0','1019910.0','2083',    '1545','782','4055628.18',    '1362','679','3127272.44',    '943','306','928355.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117666.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029403.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117667.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029404.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117668.0','1045477.0','1485',    '1141','692','5379819.87',    '1080','669','5037856.87',    '623','139','341963.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029405.0','1019910.0','2',    '2','1','5233.07',    '1','1','2840.0',    '2','1','2393.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117669.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029406.0','1019910.0','38',    '25','1','2541.98',    '16','1','2541.98',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117670.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029407.0','1019910.0','243',    '137','25','99206.81',    '109','14','69157.92',    '92','16','30048.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117671.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029408.0','1019910.0','1004',    '755','71','296638.29',    '648','53','265910.0',    '374','25','30728.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117672.0','1045477.0','110',    '72','7','27193.46',    '55','6','26693.47',    '37','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029409.0','1019910.0','289',    '241','44','434841.43',    '217','38','358605.92',    '129','18','76235.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117673.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029410.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117674.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029411.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117675.0','1045477.0','277',    '220','10','30747.8',    '192','9','29938.62',    '98','2','809.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029412.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117676.0','1045477.0','8',    '7','1','5204.25',    '6','1','4834.25',    '4','1','370.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029413.0','1019910.0','1607',    '1312','964','7198151.56',    '1281','935','5878810.07',    '799','345','1319341.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117677.0','1045477.0','550',    '400','43','121756.46',    '344','33','105097.15',    '194','16','16659.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029414.0','1019910.0','73',    '49','4','9199.9',    '40','2','8410.95',    '24','3','788.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117678.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029415.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117679.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029416.0','1019910.0','1',    '1','1','5811.33',    '1','1','1512.0',    '1','1','4299.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117680.0','1045477.0','70',    '36','22','199709.9',    '35','21','185830.51',    '20','3','13879.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029417.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117681.0','1045477.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029418.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117682.0','1045477.0','108',    '79','7','7098.65',    '71','4','5950.68',    '42','3','1147.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029419.0','1019910.0','48',    '39','3','8390.35',    '30','3','8180.36',    '22','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117683.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029420.0','1019910.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117684.0','1045477.0','5',    '5','5','19472.2',    '5','5','17898.1',    '2','1','1574.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029421.0','1019910.0','12',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117685.0','1045477.0','3',    '3','2','2833.17',    '3','2','2833.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029422.0','1019910.0','522',    '313','42','91494.12',    '248','24','77869.51',    '194','21','13624.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117686.0','1045477.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029423.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117687.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029424.0','1019910.0','3',    '2','1','415.65',    '2','1','415.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117688.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029425.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117689.0','1045477.0','1093',    '844','114','666234.8',    '745','94','599376.79',    '411','38','66858.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029426.0','1019910.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117690.0','1045477.0','1',    '1','1','11009.54',    '1','1','11009.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029427.0','1019910.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117691.0','1045477.0','2',    '2','1','1029.62',    '2','1','1029.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029428.0','1019910.0','5306',    '3657','1449','6244078.22',    '3214','1302','5281688.63',    '1984','280','962389.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117692.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029429.0','1019910.0','900',    '551','47','101377.21',    '458','24','59788.0',    '244','30','41589.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117693.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029430.0','1019910.0','1',    '1','1','3390.93',    '1','1','3390.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117694.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029431.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117695.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029432.0','1019910.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117696.0','1045477.0','71',    '56','2','3346.95',    '36','2','3346.95',    '40','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029433.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117697.0','1045477.0','70',    '31','2','16915.53',    '22','2','16915.53',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029434.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117698.0','1045477.0','15',    '12','1','283.46',    '9','1','283.46',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029435.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117699.0','1045477.0','101',    '69','8','15013.68',    '67','7','14545.8',    '32','2','467.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029436.0','1019910.0','143',    '96','6','15598.95',    '84','3','6286.36',    '43','3','9312.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117700.0','1045477.0','282',    '164','7','24169.3',    '140','3','5552.62',    '71','4','18616.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029437.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117701.0','1045477.0','227',    '190','19','41703.81',    '171','16','39845.86',    '112','5','1857.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029438.0','1019910.0','180',    '153','88','733404.87',    '146','81','669531.14',    '85','27','63873.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117702.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029439.0','1019910.0','425',    '367','168','1236689.53',    '344','150','1027023.35',    '216','58','209666.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117703.0','1045477.0','162',    '113','11','31512.73',    '94','9','30088.42',    '58','3','1424.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029440.0','1019910.0','148',    '103','7','24101.36',    '87','5','12761.38',    '53','3','11339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117704.0','1045477.0','162',    '124','12','44415.99',    '111','8','39023.46',    '54','4','5392.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029441.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117705.0','1045477.0','442',    '304','24','58662.96',    '264','16','54823.17',    '164','10','3839.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2028026.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2116290.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029442.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117706.0','1045477.0','147',    '88','13','59927.04',    '72','9','41766.6',    '53','5','18160.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029443.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117707.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029444.0','1019910.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117708.0','1045477.0','189',    '135','11','16731.87',    '123','10','16021.89',    '50','2','709.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029445.0','1019910.0','1156',    '697','78','267805.35',    '595','60','226538.21',    '340','36','41267.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117709.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029446.0','1019910.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117710.0','1045477.0','1',    '1','1','31300.0',    '1','1','30866.05',    '1','1','433.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029447.0','1019910.0','9',    '8','4','22148.32',    '7','4','14648.32',    '5','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117711.0','1045477.0','11',    '10','1','3804.05',    '7','1','2270.0',    '5','1','1534.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029448.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117712.0','1045477.0','412',    '256','31','59508.04',    '227','18','52993.08',    '119','14','6514.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029449.0','1019910.0','330',    '295','159','1596598.24',    '276','152','1551800.79',    '194','21','44797.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117713.0','1045477.0','182',    '151','30','276236.74',    '133','26','240507.54',    '77','11','35729.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029450.0','1019910.0','5',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117714.0','1045477.0','509',    '327','145','1444278.4',    '297','126','1299495.66',    '183','47','144782.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029451.0','1019910.0','353',    '236','17','33465.28',    '215','13','31893.4',    '108','4','1571.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117715.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029452.0','1019910.0','297',    '203','17','66396.43',    '181','15','58438.76',    '78','5','7957.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117716.0','1045477.0','1320',    '780','53','77087.65',    '648','20','52576.33',    '350','36','24511.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029453.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117717.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029454.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117718.0','1045477.0','6',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029455.0','1019910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117719.0','1045477.0','15',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029456.0','1019910.0','414',    '301','145','486021.7',    '265','130','388895.07',    '104','18','97126.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117720.0','1045477.0','1407',    '1069','421','2818827.05',    '975','379','2307495.88',    '565','182','511331.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029457.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117721.0','1045477.0','2',    '2','1','2008.59',    '2','1','2008.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029458.0','1019910.0','106',    '82','8','9125.84',    '61','5','7767.88',    '55','4','1357.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117722.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029459.0','1019910.0','75',    '56','5','15239.8',    '39','3','14536.82',    '40','3','702.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117723.0','1045477.0','58',    '36','4','12197.3',    '30','4','12042.11',    '17','1','155.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029460.0','1019910.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117724.0','1045477.0','12',    '11','0','0.0',    '8','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029461.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117725.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029462.0','1019910.0','336',    '273','130','1227517.26',    '249','126','1135042.02',    '168','23','92475.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117726.0','1045477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029463.0','1019910.0','229',    '182','22','34078.23',    '148','17','31221.29',    '114','6','2856.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117727.0','1045477.0','2311',    '1431','158','430058.61',    '1253','113','381093.2',    '677','65','48965.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029464.0','1019910.0','391',    '311','24','86044.85',    '264','18','84100.91',    '158','6','1943.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117728.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029465.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117729.0','1045477.0','4',    '4','4','29271.99',    '4','4','29271.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029466.0','1019910.0','167',    '129','14','45486.87',    '117','11','39663.75',    '73','6','5823.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117730.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029467.0','1019910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117731.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029468.0','1019910.0','807',    '520','59','146304.23',    '454','39','89103.1',    '243','27','57201.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117732.0','1045477.0','1355',    '908','208','474569.43',    '798','149','373391.32',    '508','84','101178.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029469.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117733.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029470.0','1019910.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117734.0','1045477.0','28',    '17','7','22092.55',    '16','6','21534.08',    '9','2','558.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029471.0','1019910.0','149',    '102','8','9795.01',    '87','7','9434.04',    '60','1','360.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117735.0','1045477.0','4',    '4','2','4369.03',    '3','1','3910.0',    '1','1','459.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029472.0','1019910.0','44',    '34','3','2096.13',    '27','3','2096.13',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117736.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029473.0','1019910.0','292',    '233','21','71297.2',    '213','20','70758.72',    '98','3','538.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117737.0','1045477.0','324',    '246','53','313392.21',    '214','43','260209.79',    '129','20','53182.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029474.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117738.0','1045477.0','106',    '71','2','5531.17',    '63','2','5031.17',    '34','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029475.0','1019910.0','12',    '11','2','1642.63',    '11','2','1642.63',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117739.0','1045477.0','742',    '490','51','129226.73',    '421','37','105254.88',    '216','20','23971.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029476.0','1019910.0','264',    '208','38','142298.67',    '177','24','101577.55',    '111','19','40721.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117740.0','1045477.0','11',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029477.0','1019910.0','1034',    '874','535','4049777.75',    '866','522','3748712.04',    '496','96','301065.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117741.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029478.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117742.0','1045477.0','942',    '736','44','95451.54',    '630','28','72675.36',    '401','19','22776.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029479.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117743.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029310.0','1019910.0','1819',    '1354','356','2613706.59',    '1226','318','2403729.01',    '730','105','209977.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117574.0','1045477.0','308',    '137','10','33821.43',    '115','5','25733.85',    '70','7','8087.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029480.0','1019910.0','2',    '2','1','18569.05',    '2','1','18569.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117744.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029125.0','1019910.0','942',    '671','42','108569.72',    '585','31','100806.44',    '359','17','7763.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117389.0','1045477.0','13',    '10','6','104675.93',    '10','6','99621.9',    '7','1','5054.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029481.0','1019910.0','1762',    '1252','812','6364141.57',    '1213','800','5862613.1',    '728','153','501528.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117745.0','1045477.0','18',    '16','7','41199.54',    '14','4','21501.98',    '12','6','19697.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029247.0','1019910.0','267',    '192','70','438154.45',    '176','66','406982.24',    '97','16','31172.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117511.0','1045477.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029482.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117746.0','1045477.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029381.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117645.0','1045477.0','153',    '94','12','17024.43',    '82','9','15639.98',    '53','3','1384.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029423.0','1019910.0','51',    '38','6','40845.14',    '29','4','39801.04',    '28','2','1044.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117687.0','1045477.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001704.0',    '2029359.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006063.0',    '2117623.0','1045477.0','81',    '51','6','8314.64',    '41','4','6379.54',    '36','2','1935.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029384.0','1019910.0','255',    '183','16','33412.94',    '165','11','24493.35',    '82','5','8919.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117648.0','1045477.0','28',    '22','0','0.0',    '13','0','0.0',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029309.0','1019910.0','1502',    '1132','85','267145.22',    '1016','72','248988.08',    '518','26','18157.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117573.0','1045477.0','12',    '9','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029280.0','1019910.0','1',    '1','1','7999.99',    '0','0','0.0',    '1','1','7999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117544.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029483.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117747.0','1045477.0','28',    '11','0','0.0',    '6','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029484.0','1019910.0','1',    '1','1','7500.0',    '1','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117748.0','1045477.0','210',    '158','10','8544.58',    '140','5','6825.62',    '72','5','1718.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029485.0','1019910.0','17',    '15','3','16240.52',    '13','3','16240.52',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117749.0','1045477.0','72',    '49','12','70106.06',    '47','11','66167.12',    '24','3','3938.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029486.0','1019910.0','361',    '317','23','62109.79',    '281','16','49831.88',    '179','9','12277.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117750.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029487.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117751.0','1045477.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029488.0','1019910.0','69',    '58','4','17509.09',    '51','4','17509.09',    '33','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117752.0','1045477.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029489.0','1019910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117753.0','1045477.0','2669',    '2283','1413','11137008.34',    '2131','1307','8445990.59',    '1480','632','2691017.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029490.0','1019910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117754.0','1045477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029491.0','1019910.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117755.0','1045477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029281.0','1019910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117545.0','1045477.0','709',    '662','420','3579859.9',    '632','394','3415981.03',    '426','82','163878.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029265.0','1019910.0','58',    '44','5','8642.49',    '33','3','8256.5',    '23','2','385.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117529.0','1045477.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029472.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117736.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029492.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117756.0','1045524.0','93',    '66','9','37728.21',    '51','4','33243.18',    '43','7','4485.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029459.0','1019957.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117723.0','1045524.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029242.0','1019957.0','161',    '126','13','30240.17',    '108','7','26392.8',    '72','8','3847.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117506.0','1045524.0','598',    '533','329','2716309.98',    '517','320','2596228.25',    '344','50','120081.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029372.0','1019957.0','210',    '100','13','21149.94',    '82','11','19453.12',    '53','3','1696.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117636.0','1045524.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029141.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117405.0','1045524.0','33',    '30','2','2942.58',    '25','2','2942.58',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029389.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117653.0','1045524.0','54',    '34','0','0.0',    '28','0','0.0',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029493.0','1019957.0','9',    '6','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117757.0','1045524.0','69',    '46','3','3653.57',    '34','3','3498.38',    '38','1','155.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029494.0','1019957.0','345',    '217','8','26307.86',    '157','3','8005.41',    '147','5','18302.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117758.0','1045524.0','24',    '17','2','9677.29',    '13','1','3100.0',    '8','2','6577.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029346.0','1019957.0','14',    '11','2','8210.09',    '10','2','5090.0',    '6','2','3120.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117610.0','1045524.0','117',    '69','4','11251.87',    '55','2','3312.0',    '37','2','7939.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029495.0','1019957.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117759.0','1045524.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029450.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117714.0','1045524.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029225.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117489.0','1045524.0','17',    '11','2','2161.99',    '9','1','2014.0',    '10','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029496.0','1019957.0','1',    '1','1','3910.0',    '1','1','3910.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117760.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029497.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117761.0','1045524.0','27',    '22','1','1518.0',    '15','1','1518.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029498.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117762.0','1045524.0','203',    '150','17','61728.34',    '123','13','52570.01',    '97','5','9158.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029499.0','1019957.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117763.0','1045524.0','169',    '110','9','6124.36',    '69','4','1477.4',    '82','5','4646.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029500.0','1019957.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117764.0','1045524.0','34',    '26','1','1662.32',    '20','1','1662.32',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029501.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117765.0','1045524.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029502.0','1019957.0','95',    '61','0','0.0',    '54','0','0.0',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117766.0','1045524.0','54',    '43','1','900.0',    '37','0','0.0',    '32','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029503.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117767.0','1045524.0','43',    '30','4','8502.04',    '22','4','8502.04',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029374.0','1019957.0','69',    '41','4','14003.81',    '29','4','13263.83',    '23','1','739.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117638.0','1045524.0','121',    '65','8','11901.73',    '39','6','11568.12',    '47','2','333.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029504.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117768.0','1045524.0','386',    '295','47','297825.05',    '241','30','248433.31',    '184','21','49391.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029343.0','1019957.0','168',    '103','6','12803.09',    '81','5','12303.1',    '68','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117607.0','1045524.0','167',    '140','31','239716.07',    '126','29','238438.12',    '82','4','1277.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029505.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117769.0','1045524.0','30',    '21','1','419.6',    '15','1','419.6',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029506.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117770.0','1045524.0','8',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029507.0','1019957.0','219',    '178','10','17945.94',    '124','6','15460.01',    '130','5','2485.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117771.0','1045524.0','127',    '92','7','33142.58',    '78','5','31772.6',    '51','3','1369.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029304.0','1019957.0','47',    '36','2','888.69',    '31','1','388.7',    '25','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117568.0','1045524.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029501.0','1019957.0','20',    '14','2','4858.25',    '11','2','4648.26',    '11','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117765.0','1045524.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029508.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117772.0','1045524.0','166',    '122','14','31029.89',    '94','10','28868.92',    '81','5','2160.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029509.0','1019957.0','242',    '139','5','5741.34',    '84','4','5241.35',    '97','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117773.0','1045524.0','160',    '109','3','2194.32',    '80','1','918.33',    '69','2','1275.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029510.0','1019957.0','1',    '1','1','5254.19',    '1','1','5008.0',    '1','1','246.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117774.0','1045524.0','13',    '8','1','1670.61',    '6','1','1670.61',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029511.0','1019957.0','17',    '15','0','0.0',    '10','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117775.0','1045524.0','1225',    '943','789','5096130.17',    '935','782','4638055.2',    '474','130','458074.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029512.0','1019957.0','20',    '16','1','499.99',    '14','0','0.0',    '10','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117776.0','1045524.0','239',    '180','30','57257.22',    '133','22','45577.11',    '124','13','11680.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029513.0','1019957.0','389',    '271','66','467343.07',    '250','62','457768.14',    '136','13','9574.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117777.0','1045524.0','448',    '323','50','219044.94',    '283','42','151327.54',    '157','25','67717.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029142.0','1019957.0','13',    '11','2','4165.33',    '10','2','4165.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117406.0','1045524.0','5',    '3','3','6810.0',    '3','3','6810.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029514.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117778.0','1045524.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029085.0','1019957.0','19',    '11','3','2264.4',    '7','2','1764.41',    '8','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117349.0','1045524.0','1',    '1','1','11653.17',    '1','1','11653.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029515.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117779.0','1045524.0','8',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029516.0','1019957.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117780.0','1045524.0','8',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029517.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117781.0','1045524.0','6',    '3','1','27604.47',    '2','1','26227.5',    '3','1','1376.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029518.0','1019957.0','151',    '106','6','15434.05',    '81','6','15224.06',    '62','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117782.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029419.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117683.0','1045524.0','945',    '885','617','5428105.0',    '867','590','4716160.72',    '542','184','711944.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029519.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117783.0','1045524.0','1829',    '1711','1283','13171471.15',    '1669','1225','10993849.23',    '1097','446','2177621.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029438.0','1019957.0','12',    '10','0','0.0',    '10','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117702.0','1045524.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029520.0','1019957.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117784.0','1045524.0','84',    '50','3','6730.28',    '36','3','6582.29',    '30','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029521.0','1019957.0','44',    '27','3','2810.1',    '18','1','1662.13',    '16','2','1147.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117785.0','1045524.0','49',    '38','1','2265.97',    '30','1','2014.0',    '25','1','251.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029522.0','1019957.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117786.0','1045524.0','57',    '29','0','0.0',    '22','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029315.0','1019957.0','124',    '78','8','16745.38',    '62','6','11269.39',    '44','2','5475.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117579.0','1045524.0','199',    '115','10','9968.47',    '73','5','7890.53',    '83','5','2077.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029523.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117787.0','1045524.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029403.0','1019957.0','65',    '54','2','1930.16',    '46','2','1930.16',    '30','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117667.0','1045524.0','15',    '8','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029524.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117788.0','1045524.0','114',    '78','3','10867.57',    '55','2','2157.57',    '53','1','8710.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029525.0','1019957.0','118',    '95','5','4396.39',    '60','2','3610.4',    '72','3','785.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117789.0','1045524.0','244',    '158','10','34827.81',    '110','6','33212.89',    '102','4','1614.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029203.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117467.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029526.0','1019957.0','1',    '1','1','3405.0',    '1','1','3405.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117790.0','1045524.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029527.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117791.0','1045524.0','3444',    '2428','1722','16985271.68',    '2367','1653','14860066.2',    '1558','528','2125205.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029528.0','1019957.0','1273',    '1028','467','3374593.1',    '968','438','3056721.63',    '607','114','317871.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117792.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029104.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117368.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029529.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117793.0','1045524.0','2140',    '1686','861','6586045.17',    '1581','815','6089315.16',    '938','185','496730.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029530.0','1019957.0','238',    '131','5','9361.53',    '97','5','9361.53',    '67','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117794.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029470.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117734.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029377.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117641.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029531.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117795.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029201.0','1019957.0','54',    '43','6','9889.08',    '35','4','8889.09',    '21','2','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117465.0','1045524.0','444',    '227','186','1986304.37',    '224','186','1918836.16',    '96','26','67468.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029532.0','1019957.0','25',    '11','6','20972.63',    '10','6','20972.63',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117796.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029190.0','1019957.0','8',    '7','0','0.0',    '2','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117454.0','1045524.0','2325',    '1098','781','4902594.6',    '1086','773','4430811.85',    '590','131','471782.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029488.0','1019957.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117752.0','1045524.0','2',    '1','1','2270.0',    '1','1','2270.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029533.0','1019957.0','58',    '42','4','7007.8',    '28','4','7007.8',    '28','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117797.0','1045524.0','4298',    '1967','1702','16655194.5',    '1949','1694','15823053.22',    '968','230','832141.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029534.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117798.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029469.0','1019957.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117733.0','1045524.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029535.0','1019957.0','540',    '418','147','1181650.39',    '391','136','1104053.92',    '203','42','77596.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117799.0','1045524.0','2218',    '938','702','4068620.38',    '929','692','3794946.72',    '513','93','273673.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029439.0','1019957.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117703.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029536.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117800.0','1045524.0','15',    '7','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029537.0','1019957.0','925',    '648','55','137701.0',    '543','35','108552.62',    '316','28','29148.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117801.0','1045524.0','18',    '3','1','12087.99',    '2','1','12087.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029538.0','1019957.0','3541',    '2118','1456','13118095.68',    '2076','1427','12014316.15',    '1250','331','1103779.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117802.0','1045524.0','5',    '3','1','2820.0',    '3','1','2820.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029401.0','1019957.0','2',    '2','2','6810.0',    '2','2','6810.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117665.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029146.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117410.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029292.0','1019957.0','1136',    '552','473','4785795.9',    '548','471','4672453.66',    '249','36','113342.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117556.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029342.0','1019957.0','11',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117606.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029448.0','1019957.0','65',    '43','6','31421.24',    '30','4','4773.26',    '28','3','26647.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117712.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029204.0','1019957.0','410',    '336','31','146710.65',    '259','18','125554.49',    '197','15','21156.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117468.0','1045524.0','3',    '2','1','2270.0',    '2','1','2270.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029429.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117693.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029499.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117763.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029539.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117803.0','1045524.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029286.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117550.0','1045524.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029540.0','1019957.0','398',    '258','22','53831.6',    '193','14','28093.83',    '162','9','25737.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117804.0','1045524.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029541.0','1019957.0','98',    '83','27','175043.88',    '78','26','160397.11',    '53','11','14646.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117805.0','1045524.0','3',    '1','1','3910.0',    '1','1','3910.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029542.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117806.0','1045524.0','90',    '48','0','0.0',    '28','0','0.0',    '33','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029543.0','1019957.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117807.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029544.0','1019957.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117808.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029545.0','1019957.0','8',    '2','1','2270.0',    '2','1','2270.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117809.0','1045524.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029546.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117810.0','1045525.0','194',    '144','12','13292.72',    '115','4','5772.1',    '75','8','7520.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029547.0','1019958.0','260',    '142','72','312031.97',    '138','72','306509.66',    '71','4','5522.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117811.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029548.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117812.0','1045525.0','140',    '93','7','18985.89',    '72','3','15339.84',    '55','5','3646.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029549.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117813.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029550.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117814.0','1045525.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029551.0','1019958.0','54',    '30','1','2354.2',    '23','1','2354.2',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117815.0','1045525.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029107.0','1019958.0','254',    '167','5','6929.89',    '112','3','6259.77',    '110','2','670.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117371.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029156.0','1019958.0','18',    '8','5','37337.5',    '8','5','37337.5',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117420.0','1045525.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029552.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117816.0','1045525.0','15',    '11','2','3538.91',    '10','1','2044.35',    '5','2','1494.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029243.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117507.0','1045525.0','113',    '82','5','11776.97',    '63','4','10688.56',    '48','2','1088.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029272.0','1019958.0','64',    '31','2','1739.5',    '23','1','1501.5',    '16','1','238.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117536.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029553.0','1019958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117817.0','1045525.0','1778',    '1363','447','3880189.36',    '1236','400','3583957.42',    '741','122','296231.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029221.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117485.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029404.0','1019958.0','49',    '35','2','1521.57',    '23','0','0.0',    '24','2','1521.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117668.0','1045525.0','593',    '508','254','1865605.91',    '489','237','1737144.58',    '286','58','128461.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029246.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117510.0','1045525.0','1',    '1','1','2270.0',    '1','1','2270.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029386.0','1019958.0','3',    '3','3','30832.72',    '3','3','23332.72',    '3','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117650.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029416.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117680.0','1045525.0','10',    '4','2','23315.4',    '4','2','23315.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029409.0','1019958.0','1',    '1','1','7500.0',    '0','0','0.0',    '1','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117673.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029554.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117818.0','1045525.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029555.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117819.0','1045525.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029556.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117820.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029557.0','1019958.0','3',    '1','1','14769.93',    '1','1','9713.44',    '1','1','5056.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117821.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029558.0','1019958.0','4739',    '3116','2583','22698248.04',    '3076','2568','19623152.01',    '2027','780','3075096.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117822.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029559.0','1019958.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117823.0','1045525.0','1',    '1','1','2512.8',    '1','1','2512.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029560.0','1019958.0','8',    '3','2','6180.0',    '3','2','6180.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117824.0','1045525.0','3',    '1','1','2270.0',    '1','1','2270.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029139.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117403.0','1045525.0','5',    '2','2','39720.0',    '2','2','39720.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029561.0','1019958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117825.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029562.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117826.0','1045525.0','25',    '16','12','90075.0',    '16','12','76793.68',    '9','3','13281.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029563.0','1019958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117827.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029157.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117421.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029564.0','1019958.0','1',    '1','1','2270.0',    '1','1','2270.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117828.0','1045525.0','1',    '1','1','2270.0',    '1','1','2270.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029565.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117829.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029566.0','1019958.0','21',    '1','1','2270.0',    '1','1','2270.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117830.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029351.0','1019958.0','15',    '5','1','2820.0',    '5','1','2820.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117615.0','1045525.0','2',    '2','1','188.08',    '2','1','188.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029567.0','1019958.0','3',    '3','3','33223.85',    '3','3','14640.0',    '2','2','18583.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117831.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029223.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117487.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029568.0','1019958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117832.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029347.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117611.0','1045525.0','1',    '1','1','31900.0',    '1','1','31900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029210.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117474.0','1045525.0','6957',    '5710','3364','30484061.19',    '5413','3179','27019080.09',    '3503','969','3464981.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029569.0','1019958.0','1',    '1','1','209.82',    '1','1','209.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117833.0','1045525.0','101',    '82','6','6319.88',    '67','2','5183.62',    '36','5','1136.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029570.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117834.0','1045525.0','684',    '296','28','106382.98',    '207','14','83121.39',    '202','17','23261.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029526.0','1019958.0','130',    '94','31','98843.19',    '81','30','95818.19',    '49','2','3025.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117790.0','1045525.0','3926',    '3221','1961','20348186.91',    '3072','1886','18745594.68',    '1900','467','1602592.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029390.0','1019958.0','24',    '19','2','2954.96',    '17','1','2454.97',    '6','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117654.0','1045525.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029466.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117730.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029571.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117835.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029205.0','1019958.0','23',    '18','0','0.0',    '12','0','0.0',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117469.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029572.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117836.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029395.0','1019958.0','20',    '9','7','30001.68',    '9','7','24830.0',    '7','2','5171.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117659.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029573.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117837.0','1045525.0','894',    '641','53','80766.97',    '526','36','68955.95',    '347','22','11811.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029574.0','1019958.0','6',    '5','3','10485.92',    '5','3','10485.92',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117838.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029313.0','1019958.0','54',    '43','8','20167.9',    '38','8','20167.9',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117577.0','1045525.0','660',    '403','312','3124730.79',    '391','301','2955584.11',    '216','52','169146.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029575.0','1019958.0','1',    '1','1','7032.23',    '1','1','7032.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117839.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029576.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117840.0','1045525.0','90',    '56','5','11296.86',    '55','5','11296.86',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029268.0','1019958.0','1',    '1','1','31900.0',    '1','1','31900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117532.0','1045525.0','1',    '1','1','3910.0',    '1','1','3910.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029577.0','1019958.0','6',    '3','3','5952.23',    '3','2','4540.0',    '1','1','1412.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117841.0','1045525.0','375',    '179','12','10796.9',    '120','3','5663.4',    '110','12','5133.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029578.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117842.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029579.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117843.0','1045525.0','7',    '4','4','23735.1',    '4','4','23735.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029456.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117720.0','1045525.0','253',    '141','5','12582.64',    '104','3','12120.68',    '79','2','461.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029308.0','1019958.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117572.0','1045525.0','1',    '1','1','4540.0',    '1','1','4540.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029407.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117671.0','1045525.0','42',    '34','21','125427.85',    '33','19','121757.91',    '25','3','3669.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029414.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117678.0','1045525.0','2',    '1','1','2270.0',    '1','1','2270.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029344.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117608.0','1045525.0','441',    '330','28','61427.47',    '278','18','34993.53',    '183','11','26433.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029580.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117844.0','1045525.0','55',    '34','4','6750.36',    '28','4','6750.36',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029581.0','1019958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117845.0','1045525.0','196',    '113','11','16351.56',    '95','6','12795.38',    '68','6','3556.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029582.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117846.0','1045525.0','42',    '16','1','450.28',    '10','1','450.28',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029437.0','1019958.0','168',    '85','9','28728.24',    '72','8','26493.58',    '40','4','2234.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117701.0','1045525.0','106',    '73','9','18584.5',    '65','9','18584.5',    '40','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029583.0','1019958.0','98',    '40','2','602.0',    '35','1','417.0',    '15','1','185.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117847.0','1045525.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029584.0','1019958.0','41',    '32','3','4965.46',    '29','3','4225.48',    '15','1','739.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117848.0','1045525.0','107',    '83','6','10265.09',    '54','5','9879.1',    '56','2','385.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029585.0','1019958.0','119',    '96','8','26459.38',    '83','8','26349.39',    '43','1','109.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117849.0','1045525.0','32',    '20','5','3488.48',    '12','4','3251.5',    '14','1','236.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029586.0','1019958.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117850.0','1045525.0','1944',    '1222','94','267286.56',    '1005','69','203229.6',    '591','39','64056.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029587.0','1019958.0','4',    '4','1','499.99',    '3','0','0.0',    '4','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117851.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029588.0','1019958.0','704',    '531','367','3188010.63',    '505','348','2760077.88',    '325','126','427932.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117852.0','1045525.0','28',    '14','9','32011.06',    '14','9','26530.0',    '13','2','5481.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029589.0','1019958.0','1796',    '1272','860','7140899.17',    '1241','839','6550145.07',    '746','207','590754.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117853.0','1045525.0','6',    '1','1','15341.02',    '1','1','5640.0',    '1','1','9701.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029095.0','1019958.0','16',    '7','6','71720.82',    '7','6','71720.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117359.0','1045525.0','5',    '5','2','7772.64',    '5','2','6810.0',    '3','2','962.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029590.0','1019958.0','12',    '3','3','46647.71',    '3','3','42663.54',    '3','1','3984.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117854.0','1045525.0','7',    '2','1','21197.74',    '2','1','21197.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029375.0','1019958.0','222',    '161','106','967673.21',    '155','101','897075.74',    '97','26','70597.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117639.0','1045525.0','778',    '521','339','3559133.71',    '509','321','3139226.83',    '327','118','419906.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029591.0','1019958.0','33',    '18','0','0.0',    '13','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117855.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029194.0','1019958.0','61',    '33','1','7500.0',    '25','0','0.0',    '19','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117458.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029123.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117387.0','1045525.0','1',    '1','1','19421.29',    '1','1','18310.07',    '1','1','1111.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029323.0','1019958.0','9',    '7','3','8260.39',    '7','3','7823.91',    '4','1','436.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117587.0','1045525.0','188',    '122','17','25484.84',    '95','12','20827.83',    '74','8','4657.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029421.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117685.0','1045525.0','1',    '1','1','1239.58',    '1','1','739.59',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029592.0','1019958.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117856.0','1045525.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029543.0','1019958.0','38',    '21','1','1770.76',    '13','1','1770.76',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117807.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029072.0','1019958.0','137',    '108','3','6657.04',    '98','3','6657.04',    '53','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117336.0','1045525.0','612',    '432','27','66078.78',    '363','22','55390.52',    '220','10','10688.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029593.0','1019958.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117857.0','1045525.0','2082',    '1523','72','179957.08',    '1380','59','158804.02',    '614','18','21153.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029287.0','1019958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117551.0','1045525.0','691',    '399','36','92499.8',    '326','32','87217.83',    '222','8','5281.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029594.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117858.0','1045525.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029595.0','1019958.0','43',    '36','14','73698.87',    '33','12','69312.55',    '20','3','4386.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117859.0','1045525.0','1',    '1','1','10381.15',    '1','1','5640.0',    '1','1','4741.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029596.0','1019958.0','1',    '1','1','5090.0',    '1','1','5090.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117860.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029597.0','1019958.0','12',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117861.0','1045525.0','2',    '1','1','2235.0',    '1','1','2235.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029463.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117727.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029598.0','1019958.0','421',    '237','14','18489.99',    '188','8','15234.04',    '131','7','3255.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117862.0','1045525.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029599.0','1019958.0','166',    '73','7','42938.41',    '54','5','35015.41',    '46','2','7923.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117863.0','1045525.0','26',    '19','4','9855.32',    '14','3','9370.39',    '13','1','484.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029433.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117697.0','1045525.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029600.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117864.0','1045525.0','451',    '305','34','80424.73',    '269','26','67702.98',    '153','12','12721.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029601.0','1019958.0','10',    '7','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117865.0','1045525.0','302',    '201','18','52471.0',    '183','15','47027.6',    '76','6','5443.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029602.0','1019958.0','71',    '47','5','8934.35',    '43','5','8748.73',    '23','1','185.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117866.0','1045525.0','5',    '3','2','1421.71',    '2','1','921.72',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029445.0','1019958.0','45',    '29','8','27036.95',    '27','8','27036.95',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117709.0','1045525.0','1',    '1','1','23744.69',    '1','1','23744.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029603.0','1019958.0','3',    '1','1','31900.0',    '1','1','31900.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117867.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029447.0','1019958.0','48',    '21','14','90587.49',    '20','14','86503.38',    '5','1','4084.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117711.0','1045525.0','88',    '59','1','675.96',    '32','1','675.96',    '40','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029604.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117868.0','1045525.0','41',    '29','3','31719.36',    '24','3','28598.57',    '20','2','3120.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029605.0','1019958.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117869.0','1045525.0','132',    '68','2','913.51',    '51','2','913.51',    '36','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029417.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117681.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029606.0','1019958.0','86',    '74','30','265180.96',    '67','30','247940.09',    '43','7','17240.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117870.0','1045525.0','233',    '159','16','59639.22',    '109','13','57372.38',    '104','4','2266.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029408.0','1019958.0','1999',    '1306','1063','6864202.09',    '1295','1058','6327942.62',    '632','157','536259.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117672.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029607.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117871.0','1045525.0','51',    '31','3','29153.13',    '27','3','28041.91',    '13','1','1111.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029361.0','1019958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117625.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029608.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117872.0','1045525.0','84',    '36','2','8673.0',    '25','2','8673.0',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029545.0','1019958.0','201',    '94','2','975.14',    '68','1','475.15',    '55','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117809.0','1045525.0','75',    '54','2','1116.74',    '43','1','968.75',    '31','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029609.0','1019958.0','187',    '125','11','17297.21',    '100','9','16040.61',    '87','4','1256.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117873.0','1045525.0','4',    '2','2','7692.99',    '2','2','7193.0',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029245.0','1019958.0','1230',    '766','77','178902.08',    '631','49','153707.4',    '409','34','25194.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117509.0','1045525.0','456',    '322','18','47047.76',    '282','13','32944.65',    '139','6','14103.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029610.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117874.0','1045525.0','28',    '22','3','6001.88',    '17','3','5501.89',    '15','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029476.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117740.0','1045525.0','191',    '136','16','29209.36',    '101','11','25171.45',    '81','6','4037.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029452.0','1019958.0','68',    '47','3','9327.23',    '36','3','9327.23',    '34','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117716.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029487.0','1019958.0','26',    '9','5','38722.72',    '9','5','34952.89',    '5','1','3769.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117751.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029568.0','1019958.0','41',    '34','10','55533.49',    '31','10','46206.74',    '19','2','9326.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117832.0','1045525.0','39',    '29','3','36528.64',    '22','3','31447.88',    '18','1','5080.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029611.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117875.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029357.0','1019958.0','14',    '4','3','45325.64',    '4','3','45325.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117621.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029612.0','1019958.0','702',    '484','38','97433.86',    '319','25','67434.77',    '344','18','29999.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117876.0','1045525.0','108',    '97','5','9400.13',    '84','4','4747.13',    '44','1','4653.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029183.0','1019958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117447.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029613.0','1019958.0','43',    '28','1','4335.99',    '21','1','3756.0',    '19','1','579.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117877.0','1045525.0','33',    '20','4','17878.93',    '18','3','17002.19',    '11','2','876.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029255.0','1019958.0','1',    '1','1','2446.0',    '1','1','2446.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117519.0','1045525.0','7',    '6','4','18193.06',    '6','3','9599.97',    '6','2','8593.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029614.0','1019958.0','296',    '181','16','35921.88',    '112','12','31868.92',    '128','5','4052.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117878.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029297.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117561.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029615.0','1019958.0','94',    '53','10','17369.22',    '48','8','16489.19',    '20','4','880.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117879.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029222.0','1019958.0','264',    '212','9','14060.62',    '191','7','13665.63',    '101','2','394.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117486.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029616.0','1019958.0','1',    '1','1','29197.93',    '1','1','29197.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117880.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029617.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117881.0','1045525.0','16',    '11','0','0.0',    '7','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029618.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117882.0','1045525.0','1',    '1','1','3950.43',    '1','1','3950.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029619.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117883.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029314.0','1019958.0','1',    '1','1','2446.0',    '1','1','2446.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117578.0','1045525.0','12',    '3','2','8051.8',    '2','2','3786.0',    '3','1','4265.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029415.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117679.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029580.0','1019958.0','209',    '190','135','693850.13',    '162','102','362881.6',    '152','98','330968.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117844.0','1045525.0','1',    '1','1','5640.0',    '1','1','5640.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029193.0','1019958.0','147',    '116','10','24971.84',    '105','6','23591.89',    '67','4','1379.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117457.0','1045525.0','7',    '5','1','1981.86',    '4','1','1981.86',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029497.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117761.0','1045525.0','1',    '1','1','147.99',    '1','0','0.0',    '1','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029302.0','1019958.0','199',    '133','10','13745.83',    '111','5','11245.88',    '64','5','2499.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117566.0','1045525.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029620.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117884.0','1045525.0','91',    '37','4','10281.41',    '28','3','9615.18',    '23','2','666.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029307.0','1019958.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117571.0','1045525.0','41',    '33','6','16327.78',    '27','5','15587.87',    '21','3','739.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029621.0','1019958.0','426',    '235','43','162454.49',    '184','31','140650.78',    '143','20','21803.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117885.0','1045525.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029250.0','1019958.0','140',    '132','70','394859.95',    '125','64','388565.45',    '93','15','6294.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117514.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029622.0','1019958.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117886.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029623.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117887.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029624.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117888.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029339.0','1019958.0','7',    '1','1','2270.0',    '1','1','2270.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117603.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029625.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117889.0','1045525.0','42',    '33','2','2329.99',    '26','1','1830.0',    '21','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029168.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117432.0','1045525.0','47',    '25','4','8934.82',    '21','4','8934.82',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029434.0','1019958.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117698.0','1045525.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029626.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117890.0','1045525.0','92',    '79','35','238001.69',    '77','29','221061.59',    '52','12','16940.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029627.0','1019958.0','8',    '7','2','16545.76',    '6','1','9045.76',    '5','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117891.0','1045525.0','1260',    '883','78','247028.52',    '791','62','223044.4',    '372','21','23984.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029628.0','1019958.0','11',    '8','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117892.0','1045525.0','57',    '44','6','20537.18',    '27','5','18783.73',    '30','2','1753.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029582.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117846.0','1045525.0','123',    '77','5','15259.41',    '63','4','14343.55',    '41','1','915.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029202.0','1019958.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117466.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029629.0','1019958.0','1207',    '1030','623','3640635.53',    '997','592','3429089.98',    '730','143','211545.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117893.0','1045525.0','272',    '127','104','1280591.5',    '127','103','1174871.9',    '75','22','105719.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029630.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117894.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029631.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117895.0','1045525.0','114',    '67','4','3777.11',    '54','3','3662.17',    '31','1','114.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029632.0','1019958.0','1',    '1','1','1135.0',    '1','1','1135.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117896.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029633.0','1019958.0','21',    '4','2','18339.46',    '4','2','18339.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117897.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029634.0','1019958.0','1',    '1','1','2270.0',    '1','1','2270.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117898.0','1045525.0','132',    '115','6','19184.28',    '96','3','15257.03',    '68','4','3927.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029635.0','1019958.0','1',    '1','1','12334.78',    '1','1','11594.8',    '1','1','739.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117899.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029636.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117900.0','1045525.0','93',    '65','10','49324.4',    '48','8','33406.42',    '48','4','15917.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029124.0','1019958.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117388.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029110.0','1019958.0','1',    '1','1','675.0',    '1','1','675.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117374.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029349.0','1019958.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117613.0','1045525.0','30',    '21','3','10247.77',    '19','2','5950.0',    '9','3','4297.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029200.0','1019958.0','1',    '1','1','124.89',    '1','1','124.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117464.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029324.0','1019958.0','1496',    '1037','96','305651.54',    '947','77','282628.54',    '387','30','23023.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117588.0','1045525.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029282.0','1019958.0','1093',    '778','55','126294.72',    '689','40','95523.39',    '347','18','30771.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117546.0','1045525.0','2',    '2','2','6077.51',    '2','2','4540.0',    '1','1','1537.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029637.0','1019958.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117901.0','1045525.0','16',    '11','0','0.0',    '7','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029638.0','1019958.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117902.0','1045525.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029484.0','1019958.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117748.0','1045525.0','666',    '333','37','123068.81',    '241','19','91149.95',    '228','21','31918.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029520.0','1019958.0','14',    '14','6','23658.3',    '14','4','7812.0',    '11','4','15846.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117784.0','1045525.0','3',    '1','1','14035.42',    '1','1','2820.0',    '1','1','11215.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029639.0','1019960.0','439',    '327','28','75635.22',    '257','23','72589.21',    '203','8','3046.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117903.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029640.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117904.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029641.0','1019960.0','19',    '10','0','0.0',    '6','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117905.0','1045527.0','108',    '65','2','5340.33',    '54','2','5340.33',    '31','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029642.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117906.0','1045527.0','83',    '26','2','1005.0',    '16','0','0.0',    '17','2','1005.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029643.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117907.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029325.0','1019960.0','1537',    '1031','87','221382.54',    '879','69','182524.92',    '492','29','38857.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117589.0','1045527.0','170',    '140','7','4765.31',    '109','5','4117.33',    '97','2','647.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029236.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117500.0','1045527.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029240.0','1019960.0','119',    '63','8','36914.2',    '47','7','28218.44',    '41','3','8695.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117504.0','1045527.0','48',    '34','6','29631.89',    '25','6','29631.89',    '21','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029305.0','1019960.0','163',    '86','5','4147.25',    '54','2','2040.74',    '53','3','2106.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117569.0','1045527.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029477.0','1019960.0','1838',    '1143','85','148967.48',    '947','47','109757.47',    '555','45','39210.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117741.0','1045527.0','88',    '68','5','13806.13',    '62','4','13306.14',    '27','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029596.0','1019960.0','29',    '14','1','2654.0',    '10','1','2654.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117860.0','1045527.0','6',    '6','5','43196.98',    '6','3','37848.54',    '6','3','5348.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029644.0','1019960.0','4',    '4','1','405.0',    '2','1','405.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117908.0','1045527.0','1330',    '769','68','118187.29',    '625','55','111767.58',    '434','18','6419.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029645.0','1019960.0','742',    '453','273','1161569.96',    '440','272','1105380.74',    '227','25','56189.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117909.0','1045527.0','4',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029646.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117910.0','1045527.0','158',    '123','11','24082.33',    '109','9','23082.35',    '53','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029647.0','1019960.0','136',    '72','5','10837.55',    '55','1','413.92',    '40','4','10423.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117911.0','1045527.0','2123',    '1496','268','1656723.38',    '1352','229','1433231.63',    '626','99','223491.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029648.0','1019960.0','1',    '1','1','19681.88',    '1','1','18700.96',    '1','1','980.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117912.0','1045527.0','378',    '277','13','17792.13',    '241','9','15907.19',    '115','5','1884.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029649.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117913.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029650.0','1019960.0','28',    '21','2','9646.0',    '15','1','936.0',    '16','1','8710.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117914.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029651.0','1019960.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117915.0','1045527.0','79',    '59','7','8023.51',    '45','4','6128.55',    '34','3','1894.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029652.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117916.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029653.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117917.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001655.0',    '2029654.0','1019960.0','389',    '301','15','19450.49',    '276','14','18950.5',    '145','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006064.0',    '2117918.0','1045527.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029655.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117919.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029656.0','1019960.0','506',    '234','24','61468.03',    '178','11','37969.22',    '147','15','23498.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117920.0','1045527.0','10',    '8','2','2331.53',    '7','1','1831.54',    '5','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001760.0',    '2029657.0','1019960.0','3',    '3','2','2631.0',    '3','2','2338.0',    '2','1','293.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006068.0',    '2117921.0','1045527.0','40',    '32','4','37250.02',    '28','4','37250.02',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029658.0','1019960.0','129',    '95','3','1758.02',    '78','2','1258.03',    '54','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117922.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029659.0','1019960.0','3',    '3','1','5211.43',    '2','1','5211.43',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117923.0','1045527.0','59',    '35','3','3008.62',    '23','3','2582.38',    '24','1','426.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029660.0','1019960.0','36',    '21','1','499.99',    '19','0','0.0',    '10','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117924.0','1045527.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029661.0','1019960.0','18',    '8','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117925.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029662.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117926.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029663.0','1019960.0','36',    '26','4','2839.56',    '17','2','2421.56',    '21','2','418.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117927.0','1045527.0','584',    '418','52','182073.97',    '370','39','133759.14',    '184','25','48314.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001569.0',    '2029664.0','1019960.0','149',    '107','32','152902.66',    '89','27','135826.97',    '66','9','17075.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006069.0',    '2117928.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029665.0','1019960.0','584',    '298','12','11659.94',    '236','9','10770.01',    '161','3','889.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117929.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029666.0','1019960.0','296',    '140','5','2932.61',    '112','1','883.45',    '64','4','2049.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117930.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029667.0','1019960.0','411',    '278','16','24957.45',    '193','11','20309.49',    '180','5','4647.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117931.0','1045527.0','144',    '123','64','402075.65',    '119','63','401337.66',    '91','2','737.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029668.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117932.0','1045527.0','1',    '1','1','12596.53',    '1','1','11169.1',    '1','1','1427.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029669.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117933.0','1045527.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029670.0','1019960.0','4',    '3','1','756.55',    '3','1','756.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117934.0','1045527.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029671.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117935.0','1045527.0','44',    '29','2','8096.26',    '25','1','596.26',    '11','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029672.0','1019960.0','1594',    '1002','165','664653.56',    '850','125','530252.73',    '528','74','134400.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117936.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029673.0','1019960.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117937.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029674.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117938.0','1045527.0','20',    '11','0','0.0',    '5','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029675.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117939.0','1045527.0','141',    '121','47','331952.95',    '115','46','327299.4',    '74','4','4653.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029676.0','1019960.0','180',    '157','85','825804.63',    '151','83','818037.65',    '114','12','7766.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117940.0','1045527.0','5',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029677.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117941.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029678.0','1019960.0','1063',    '576','424','2651874.04',    '566','417','2408549.8',    '327','80','243324.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117942.0','1045527.0','112',    '82','32','95818.79',    '68','31','79521.86',    '46','3','16296.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029679.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117943.0','1045527.0','18',    '13','1','936.85',    '8','1','936.85',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029680.0','1019960.0','24',    '15','0','0.0',    '10','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117944.0','1045527.0','2',    '2','1','2270.0',    '2','1','2270.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029681.0','1019960.0','134',    '79','6','4733.34',    '65','4','3152.22',    '37','3','1581.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117945.0','1045527.0','1531',    '1227','632','5358960.67',    '1172','606','5100200.99',    '699','114','258759.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029682.0','1019960.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117946.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029683.0','1019960.0','4',    '3','1','13685.0',    '3','1','13685.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117947.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029684.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117948.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029685.0','1019960.0','1069',    '520','25','53785.89',    '378','11','39097.19',    '304','18','14688.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117949.0','1045527.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029686.0','1019960.0','118',    '67','4','3003.37',    '55','3','2503.38',    '35','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117950.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029687.0','1019960.0','7',    '6','2','21215.38',    '6','2','19478.61',    '3','1','1736.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117951.0','1045527.0','126',    '84','8','32995.09',    '62','7','32188.13',    '54','3','806.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029688.0','1019960.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117952.0','1045527.0','64',    '32','1','2900.0',    '18','1','2900.0',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029689.0','1019960.0','347',    '271','20','61902.8',    '218','13','57696.67',    '181','11','4206.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117953.0','1045527.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029690.0','1019960.0','61',    '27','5','7872.5',    '14','2','1219.51',    '22','3','6652.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117954.0','1045527.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029691.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117955.0','1045527.0','631',    '494','261','2174633.54',    '466','249','1925452.26',    '305','76','249181.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029692.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117956.0','1045527.0','76',    '52','2','751.96',    '32','0','0.0',    '38','2','751.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029693.0','1019960.0','37',    '28','14','165374.62',    '24','14','148933.95',    '20','2','16440.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117957.0','1045527.0','6',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029694.0','1019960.0','403',    '282','23','100446.72',    '215','20','96651.4',    '179','5','3795.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117958.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029695.0','1019960.0','31',    '28','5','19555.12',    '25','4','19345.13',    '12','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117959.0','1045527.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029696.0','1019960.0','36',    '25','5','6377.58',    '20','4','6222.39',    '19','1','155.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117960.0','1045527.0','25',    '19','0','0.0',    '14','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029697.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117961.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029698.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117962.0','1045527.0','1914',    '1371','382','2046893.52',    '1253','350','1789685.5',    '579','104','257208.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029699.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117963.0','1045527.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029700.0','1019960.0','7',    '6','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117964.0','1045527.0','2',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029701.0','1019960.0','189',    '122','16','81675.97',    '90','8','72538.07',    '71','11','9137.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117965.0','1045527.0','55',    '47','3','12859.77',    '27','1','3296.0',    '32','3','9563.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029702.0','1019960.0','159',    '90','18','51249.81',    '68','13','46530.14',    '67','7','4719.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117966.0','1045527.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029703.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117967.0','1045527.0','379',    '297','20','28883.54',    '226','13','26439.61',    '196','7','2443.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029704.0','1019960.0','257',    '146','19','41870.15',    '112','14','31499.54',    '86','9','10370.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117968.0','1045527.0','229',    '138','7','3178.95',    '120','1','1206.38',    '69','6','1972.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029705.0','1019960.0','583',    '396','38','96536.72',    '352','35','93841.33',    '176','8','2695.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117969.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029706.0','1019960.0','105',    '68','4','2913.39',    '46','3','2570.99',    '46','1','342.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117970.0','1045527.0','246',    '168','14','22343.38',    '104','13','21545.4',    '112','1','797.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029707.0','1019960.0','281',    '224','23','86725.27',    '175','19','69667.83',    '159','9','17057.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117971.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029708.0','1019960.0','32',    '23','2','16719.05',    '20','2','16719.05',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117972.0','1045527.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029709.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117973.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029710.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117974.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029711.0','1019960.0','8',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117975.0','1045527.0','3',    '2','1','1192.95',    '2','1','1192.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029712.0','1019960.0','63',    '50','4','3792.99',    '45','2','2793.01',    '29','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117976.0','1045527.0','25',    '18','3','7549.83',    '15','3','7549.83',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029713.0','1019960.0','78',    '63','3','3443.03',    '49','3','3227.03',    '47','1','216.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117977.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029714.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117978.0','1045527.0','10',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029715.0','1019960.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117979.0','1045527.0','111',    '64','8','17190.7',    '54','6','16270.72',    '33','3','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029716.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117980.0','1045527.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029717.0','1019960.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117981.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029718.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117982.0','1045527.0','285',    '215','8','27094.54',    '181','7','19594.54',    '109','1','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029719.0','1019960.0','371',    '173','14','20104.73',    '128','10','17772.93',    '99','5','2331.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117983.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029720.0','1019960.0','157',    '119','9','10233.56',    '84','4','7421.78',    '77','6','2811.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117984.0','1045527.0','680',    '470','210','884995.08',    '411','180','757988.57',    '309','80','127006.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029721.0','1019960.0','477',    '391','188','1037097.51',    '361','151','883936.65',    '282','71','153160.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117985.0','1045527.0','22',    '10','2','410.58',    '9','2','410.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029722.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117986.0','1045527.0','87',    '66','34','156576.77',    '61','34','145447.67',    '37','8','11129.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029723.0','1019960.0','2',    '1','1','3019.85',    '1','1','3019.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117987.0','1045527.0','1008',    '820','474','2893717.88',    '783','456','2643475.32',    '507','97','250242.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029724.0','1019960.0','52',    '36','4','6713.47',    '29','3','6275.48',    '17','2','437.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117988.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029725.0','1019960.0','52',    '34','4','9019.02',    '25','3','8789.14',    '19','1','229.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117989.0','1045527.0','8',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029726.0','1019960.0','273',    '182','46','179328.28',    '156','42','166985.49',    '94','7','12342.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117990.0','1045527.0','6',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029727.0','1019960.0','31',    '22','6','54885.71',    '21','6','54885.71',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117991.0','1045527.0','3',    '3','1','595.68',    '3','1','595.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029728.0','1019960.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117992.0','1045527.0','166',    '100','59','279797.78',    '99','56','270494.95',    '56','11','9302.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029729.0','1019960.0','18',    '14','1','4492.75',    '8','1','4492.75',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117993.0','1045527.0','76',    '45','7','12710.38',    '39','5','10720.44',    '16','3','1989.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029730.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117994.0','1045527.0','45',    '30','3','12921.86',    '23','3','12921.86',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029731.0','1019960.0','5',    '3','1','924.79',    '3','1','924.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117995.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029732.0','1019960.0','6',    '4','1','1776.44',    '3','1','1776.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117996.0','1045527.0','27',    '17','1','1012.0',    '13','0','0.0',    '9','1','1012.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029733.0','1019960.0','177',    '130','42','228332.36',    '115','40','222575.86',    '79','7','5756.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117997.0','1045527.0','2',    '1','1','476.09',    '1','1','476.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029734.0','1019960.0','88',    '64','7','15380.2',    '51','7','15380.2',    '42','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117998.0','1045527.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029735.0','1019960.0','72',    '46','5','17983.2',    '33','1','3216.22',    '27','4','14766.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2117999.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029736.0','1019960.0','122',    '82','9','20214.64',    '65','8','19604.66',    '42','2','609.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118000.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029737.0','1019960.0','84',    '68','3','4028.35',    '49','2','3625.72',    '49','2','402.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118001.0','1045527.0','2',    '1','1','4332.62',    '1','1','4332.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029738.0','1019960.0','17',    '7','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118002.0','1045527.0','1',    '1','1','247.75',    '1','0','0.0',    '1','1','247.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029739.0','1019960.0','88',    '68','28','118679.71',    '63','27','114567.28',    '37','3','4112.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118003.0','1045527.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029740.0','1019960.0','128',    '90','8','30039.24',    '72','7','29891.25',    '47','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118004.0','1045527.0','59',    '41','13','49604.63',    '39','10','44792.02',    '23','4','4812.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029741.0','1019960.0','8',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118005.0','1045527.0','11',    '10','0','0.0',    '7','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029742.0','1019960.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118006.0','1045527.0','452',    '383','146','752871.35',    '354','144','742940.23',    '256','14','9931.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029743.0','1019960.0','12',    '8','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118007.0','1045527.0','40',    '30','1','3296.0',    '25','1','3296.0',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029744.0','1019960.0','4',    '3','1','499.99',    '3','0','0.0',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118008.0','1045527.0','7',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029745.0','1019960.0','11',    '9','1','2340.0',    '4','1','2340.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118009.0','1045527.0','23',    '15','2','5400.44',    '11','2','5400.44',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029746.0','1019960.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118010.0','1045527.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029747.0','1019960.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118011.0','1045527.0','123',    '94','24','74415.56',    '82','23','69927.97',    '49','5','4487.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029748.0','1019960.0','15',    '11','0','0.0',    '9','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118012.0','1045527.0','24',    '17','1','86.28',    '13','1','86.28',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029749.0','1019960.0','18',    '13','4','15922.36',    '7','3','11144.77',    '12','2','4777.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118013.0','1045527.0','336',    '254','78','308441.02',    '224','65','269866.92',    '147','25','38574.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029750.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118014.0','1045527.0','164',    '85','35','200377.49',    '79','35','187728.75',    '47','5','12648.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029751.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118015.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029752.0','1019960.0','10',    '9','0','0.0',    '9','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118016.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029753.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118017.0','1045527.0','86',    '51','25','110441.62',    '49','25','107216.62',    '28','3','3225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029754.0','1019960.0','5',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118018.0','1045527.0','82',    '58','14','27922.58',    '54','8','22526.88',    '31','7','5395.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029755.0','1019960.0','7',    '7','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118019.0','1045527.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029756.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118020.0','1045527.0','17',    '11','0','0.0',    '8','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029757.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118021.0','1045527.0','10',    '4','2','675.05',    '2','1','175.06',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029758.0','1019960.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118022.0','1045527.0','27',    '21','0','0.0',    '20','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029759.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118023.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029760.0','1019960.0','28',    '16','4','11221.57',    '11','4','11221.57',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118024.0','1045527.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029761.0','1019960.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118025.0','1045527.0','21',    '16','3','11076.57',    '15','3','11076.57',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029762.0','1019960.0','37',    '28','2','2522.2',    '19','1','196.2',    '19','1','2326.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118026.0','1045527.0','106',    '70','12','41170.91',    '57','12','37177.25',    '40','2','3993.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029763.0','1019960.0','7',    '6','2','4446.26',    '5','2','4446.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118027.0','1045527.0','5',    '3','1','2818.0',    '2','0','0.0',    '1','1','2818.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029764.0','1019960.0','77',    '55','9','36198.77',    '49','8','35437.95',    '21','2','760.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118028.0','1045527.0','347',    '252','83','423136.04',    '217','75','399845.07',    '168','18','23290.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029765.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118029.0','1045527.0','54',    '33','0','0.0',    '28','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029766.0','1019960.0','30',    '22','2','2656.0',    '20','2','2656.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118030.0','1045527.0','75',    '59','6','5624.25',    '47','5','4699.25',    '37','1','925.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029767.0','1019960.0','4',    '3','1','1319.89',    '3','1','1319.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118031.0','1045527.0','3',    '1','1','1450.87',    '1','1','1128.88',    '1','1','321.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029768.0','1019960.0','13',    '10','2','833.89',    '6','1','333.9',    '5','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118032.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029769.0','1019960.0','7',    '5','0','0.0',    '3','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118033.0','1045527.0','12',    '9','2','14223.87',    '6','1','12232.0',    '4','1','1991.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029770.0','1019960.0','5',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118034.0','1045527.0','3',    '2','1','4885.85',    '2','1','4885.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029771.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118035.0','1045527.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029772.0','1019960.0','8',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118036.0','1045527.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029773.0','1019960.0','7',    '5','2','3544.89',    '4','2','3544.89',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118037.0','1045527.0','23',    '15','1','6800.0',    '9','0','0.0',    '11','1','6800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029774.0','1019960.0','28',    '21','2','22430.48',    '18','2','21597.9',    '13','1','832.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118038.0','1045527.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029775.0','1019960.0','12',    '9','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118039.0','1045527.0','64',    '45','1','2157.36',    '35','1','2157.36',    '27','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029776.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118040.0','1045527.0','12',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029777.0','1019960.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118041.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029778.0','1019960.0','5',    '3','1','683.38',    '3','1','683.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118042.0','1045527.0','18',    '12','0','0.0',    '8','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029779.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118043.0','1045527.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029780.0','1019960.0','1',    '1','1','9666.88',    '1','1','9666.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118044.0','1045527.0','284',    '244','135','625507.75',    '232','126','558704.06',    '138','31','66803.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029781.0','1019960.0','15',    '10','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118045.0','1045527.0','6',    '6','2','4619.44',    '6','2','4619.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029782.0','1019960.0','7',    '7','1','806.72',    '5','1','806.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118046.0','1045527.0','4',    '3','1','31900.0',    '2','1','31900.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029783.0','1019960.0','59',    '41','9','32115.61',    '38','8','31822.61',    '16','1','293.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118047.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029784.0','1019960.0','88',    '80','48','121533.76',    '79','44','105370.58',    '43','13','16163.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118048.0','1045527.0','3',    '2','1','200.75',    '2','1','200.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029785.0','1019960.0','19',    '15','4','13278.01',    '14','4','5548.02',    '8','2','7729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118049.0','1045527.0','6',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029786.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118050.0','1045527.0','4',    '2','2','12304.04',    '2','2','11128.97',    '1','1','1175.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029787.0','1019960.0','1',    '1','1','1446.0',    '0','0','0.0',    '1','1','1446.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118051.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029788.0','1019960.0','175',    '107','17','82507.8',    '85','14','73016.84',    '63','4','9490.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118052.0','1045527.0','9',    '7','2','9790.0',    '6','1','2270.0',    '5','1','7520.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029789.0','1019960.0','11',    '6','1','499.99',    '4','0','0.0',    '5','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118053.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029790.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118054.0','1045527.0','4',    '2','1','884.54',    '2','1','884.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029791.0','1019960.0','1',    '1','1','15969.16',    '1','1','14577.05',    '1','1','1392.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118055.0','1045527.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029792.0','1019960.0','50',    '38','6','7727.12',    '28','5','5388.25',    '23','2','2338.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118056.0','1045527.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029793.0','1019960.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118057.0','1045527.0','27',    '22','11','23667.63',    '22','11','22235.54',    '9','3','1432.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029794.0','1019960.0','5',    '2','1','341.77',    '2','1','193.78',    '1','1','147.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118058.0','1045527.0','18',    '11','3','3826.96',    '7','2','3160.98',    '8','2','665.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029795.0','1019960.0','44',    '21','7','12792.44',    '18','6','10526.05',    '13','2','2266.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118059.0','1045527.0','44',    '34','16','48698.56',    '33','16','47211.75',    '15','2','1486.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029796.0','1019960.0','940',    '829','540','1842066.74',    '773','434','1498212.08',    '581','266','343854.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118060.0','1045527.0','11',    '8','2','6446.87',    '5','2','5946.87',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029797.0','1019960.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118061.0','1045527.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029798.0','1019960.0','31',    '21','6','29732.97',    '21','6','29522.98',    '10','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118062.0','1045527.0','2',    '2','1','4137.39',    '2','1','3896.31',    '1','1','241.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029799.0','1019960.0','15',    '5','1','638.6',    '4','1','638.6',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118063.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029800.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118064.0','1045527.0','18',    '14','7','87861.22',    '14','7','80230.14',    '8','5','7631.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029801.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118065.0','1045527.0','3',    '3','1','801.63',    '3','1','801.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029802.0','1019960.0','19',    '15','3','21766.9',    '15','3','21766.9',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118066.0','1045527.0','4',    '4','1','544.61',    '4','1','544.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029803.0','1019960.0','92',    '58','15','52397.94',    '53','13','48186.46',    '35','4','4211.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118067.0','1045527.0','4',    '4','1','8360.28',    '4','1','8360.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029804.0','1019960.0','139',    '88','18','84159.7',    '77','17','82180.47',    '38','3','1979.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118068.0','1045527.0','228',    '98','50','198661.61',    '95','49','181507.52',    '56','11','17154.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029805.0','1019960.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118069.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029806.0','1019960.0','1',    '1','1','1409.28',    '1','1','1409.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118070.0','1045527.0','102',    '88','45','130345.89',    '82','41','114376.43',    '54','10','15969.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029807.0','1019960.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118071.0','1045527.0','68',    '46','18','43854.95',    '36','16','43288.31',    '31','3','566.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029808.0','1019960.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118072.0','1045527.0','8',    '5','1','1524.0',    '5','1','1524.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029809.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118073.0','1045527.0','16',    '13','9','45317.58',    '13','9','44275.19',    '12','1','1042.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029810.0','1019960.0','101',    '85','48','258417.96',    '83','43','225098.71',    '57','18','33319.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118074.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029811.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118075.0','1045527.0','7',    '4','1','2577.26',    '4','1','2577.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029812.0','1019960.0','1',    '1','1','1296.0',    '1','1','1296.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118076.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029813.0','1019960.0','61',    '49','26','212420.36',    '49','26','176668.46',    '23','8','35751.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118077.0','1045527.0','5',    '4','2','19473.67',    '4','2','19473.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029814.0','1019960.0','75',    '68','46','131410.59',    '65','36','98104.78',    '41','24','33305.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118078.0','1045527.0','2',    '1','1','7410.24',    '1','0','0.0',    '1','1','7410.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029815.0','1019960.0','1',    '1','1','3576.71',    '1','1','3151.92',    '1','1','424.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118079.0','1045527.0','5',    '5','1','764.86',    '5','1','764.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029816.0','1019960.0','29',    '30','22','73508.94',    '30','22','67845.49',    '9','4','5663.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118080.0','1045527.0','3',    '3','1','1753.12',    '3','1','1753.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2029817.0','1019960.0','13',    '10','4','5545.03',    '9','3','5274.24',    '5','1','270.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118081.0','1045527.0','29',    '25','14','37839.5',    '23','10','24416.11',    '20','9','13423.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029818.0','1019960.0','100',    '80','32','85496.28',    '77','27','69600.6',    '26','12','15895.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118082.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029819.0','1019960.0','21',    '18','12','94217.79',    '18','11','50770.19',    '10','8','43447.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118083.0','1045527.0','10',    '10','8','17239.37',    '8','3','13762.93',    '9','8','3476.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029820.0','1019960.0','14',    '14','9','15149.76',    '14','9','14135.81',    '6','2','1013.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118084.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029821.0','1019960.0','62',    '56','19','74921.06',    '56','18','72359.11',    '28','4','2561.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118085.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029822.0','1019960.0','1',    '1','1','1516.17',    '1','1','1516.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118086.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029823.0','1019960.0','36',    '34','21','101776.03',    '32','17','86514.16',    '15','5','15261.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118087.0','1045527.0','21',    '19','6','7561.12',    '18','4','6308.74',    '8','2','1252.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029824.0','1019960.0','1',    '1','1','961.63',    '1','1','961.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118088.0','1045527.0','6',    '6','4','8739.39',    '6','3','6775.33',    '3','2','1964.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029825.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118089.0','1045527.0','3',    '3','3','13569.58',    '3','3','13569.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029826.0','1019960.0','44',    '43','33','65458.98',    '41','27','53996.17',    '17','14','11462.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118090.0','1045527.0','29',    '22','16','103035.72',    '18','12','66129.89',    '11','8','36905.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029827.0','1019960.0','36',    '27','12','45236.01',    '27','12','45236.01',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118091.0','1045527.0','420',    '373','244','862607.18',    '319','179','434096.57',    '249','147','428510.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029828.0','1019960.0','4',    '2','1','1063.35',    '2','1','1063.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118092.0','1045527.0','99',    '73','47','161455.4',    '72','42','127855.19',    '44','23','33600.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029829.0','1019960.0','5',    '5','4','9060.78',    '5','4','9060.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118093.0','1045527.0','3',    '3','3','18197.94',    '3','3','18197.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029830.0','1019960.0','97',    '84','57','128624.93',    '78','39','97071.92',    '60','33','31553.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118094.0','1045527.0','9',    '8','4','3128.25',    '7','3','2898.26',    '5','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029831.0','1019960.0','4',    '4','3','7723.85',    '4','3','7723.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118095.0','1045527.0','93',    '92','57','126434.99',    '84','48','92268.96',    '56','24','34166.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029832.0','1019960.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118096.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029833.0','1019960.0','19',    '18','6','20868.15',    '18','6','20868.15',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118097.0','1045527.0','13',    '12','10','19577.57',    '12','7','14587.62',    '5','5','4989.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029834.0','1019960.0','22',    '20','14','31134.83',    '20','13','27235.71',    '12','4','3899.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118098.0','1045527.0','19',    '14','7','28068.25',    '14','6','27803.25',    '5','1','265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029835.0','1019960.0','5',    '5','2','6675.6',    '4','2','6146.6',    '4','1','529.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118099.0','1045527.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029836.0','1019960.0','1',    '1','1','2130.06',    '1','1','2130.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118100.0','1045527.0','3',    '3','3','24837.12',    '3','3','22491.12',    '3','1','2346.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029837.0','1019960.0','19',    '19','13','21495.99',    '18','9','18589.21',    '14','5','2906.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118101.0','1045527.0','103',    '85','37','164738.44',    '82','36','161802.69',    '33','3','2935.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029838.0','1019960.0','99',    '86','53','331881.0',    '84','51','255670.05',    '37','21','76210.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118102.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029839.0','1019960.0','18',    '11','7','59225.41',    '11','7','59225.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118103.0','1045527.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029840.0','1019960.0','14',    '14','8','22115.42',    '11','4','5096.66',    '14','7','17018.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118104.0','1045527.0','6',    '6','5','21861.96',    '6','5','21861.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029841.0','1019960.0','24',    '22','13','89734.24',    '20','13','71101.9',    '8','3','18632.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118105.0','1045527.0','10',    '8','7','11610.09',    '8','7','11339.3',    '3','1','270.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029842.0','1019960.0','80',    '70','46','145391.92',    '67','44','87578.52',    '38','18','57813.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118106.0','1045527.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029843.0','1019960.0','1',    '1','1','409.07',    '1','1','409.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118107.0','1045527.0','1',    '1','1','997.0',    '1','1','997.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029844.0','1019960.0','139',    '122','82','423425.94',    '101','60','235675.91',    '84','56','187750.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118108.0','1045527.0','75',    '61','27','114444.44',    '59','23','112163.24',    '19','5','2281.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2029845.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118109.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2029846.0','1019960.0','9',    '9','4','6726.38',    '9','4','6471.42',    '2','1','254.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118110.0','1045527.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029847.0','1019960.0','11',    '10','9','53827.85',    '10','8','45309.23',    '6','3','8518.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118111.0','1045527.0','4',    '4','2','1435.28',    '4','2','1435.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029848.0','1019960.0','1',    '1','1','2687.16',    '1','1','2687.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118112.0','1045527.0','21',    '18','12','31145.36',    '17','9','25600.61',    '13','9','5544.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029849.0','1019960.0','11',    '7','2','5566.39',    '7','2','5566.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118113.0','1045527.0','6',    '4','4','5634.81',    '4','4','5634.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029850.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118114.0','1045527.0','14',    '14','6','8378.38',    '14','6','8378.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029851.0','1019960.0','4',    '2','2','1838.5',    '2','2','1838.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118115.0','1045527.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029852.0','1019960.0','11',    '9','3','4169.35',    '9','3','3969.36',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118116.0','1045527.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029853.0','1019960.0','59',    '55','34','219235.3',    '55','30','180970.97',    '21','11','38264.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118117.0','1045527.0','32',    '28','19','23847.94',    '28','19','23847.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029854.0','1019960.0','34',    '31','14','53934.95',    '31','13','51124.0',    '11','3','2810.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118118.0','1045527.0','1',    '1','1','6692.19',    '1','1','6692.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029855.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118119.0','1045527.0','23',    '19','4','9415.94',    '19','3','6577.74',    '6','3','2838.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029856.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118120.0','1045527.0','1',    '1','1','845.62',    '1','1','845.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029857.0','1019960.0','7',    '6','5','5330.44',    '6','5','5330.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118121.0','1045527.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029858.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118122.0','1045527.0','1',    '1','1','929.08',    '1','1','929.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029859.0','1019960.0','8',    '5','3','2556.47',    '5','3','2556.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118123.0','1045527.0','20',    '16','8','53453.42',    '14','7','49641.51',    '7','4','3811.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029860.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118124.0','1045527.0','3',    '3','1','920.0',    '3','1','920.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029861.0','1019960.0','122',    '106','41','190341.11',    '103','33','159639.82',    '42','17','30701.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118125.0','1045527.0','19',    '19','10','36806.2',    '19','10','36579.36',    '5','1','226.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029862.0','1019960.0','31',    '25','11','35017.7',    '25','10','33983.98',    '6','3','1033.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118126.0','1045527.0','5',    '5','2','1549.52',    '5','2','1549.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029863.0','1019960.0','13',    '12','5','41988.63',    '12','5','38762.67',    '5','2','3225.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118127.0','1045527.0','1',    '1','1','818.18',    '1','1','818.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029864.0','1019960.0','1',    '1','1','1092.11',    '1','1','1092.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118128.0','1045527.0','34',    '29','18','26404.15',    '29','17','26020.78',    '9','1','383.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029865.0','1019960.0','263',    '247','38','114010.03',    '243','33','104470.93',    '29','8','9539.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118129.0','1045527.0','1',    '1','1','487.52',    '1','1','487.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029866.0','1019960.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118130.0','1045527.0','40',    '35','13','101326.27',    '33','12','76066.83',    '19','6','25259.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029867.0','1019960.0','8',    '6','2','2322.72',    '6','2','2322.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118131.0','1045527.0','166',    '145','64','220158.62',    '144','63','210387.1',    '49','7','9771.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029868.0','1019960.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118132.0','1045527.0','9',    '9','6','16171.9',    '9','5','16062.4',    '3','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029869.0','1019960.0','2',    '2','2','3889.12',    '2','2','3889.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118133.0','1045527.0','1',    '1','1','3105.75',    '1','1','3105.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029870.0','1019961.0','5',    '4','3','8437.12',    '4','3','8437.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118134.0','1045528.0','12',    '11','7','24456.41',    '11','6','24256.42',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029871.0','1019961.0','7',    '3','1','3717.5',    '3','1','3717.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118135.0','1045528.0','27',    '24','5','19596.46',    '24','5','19508.46',    '5','1','88.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2029872.0','1019961.0','25',    '21','4','15313.32',    '19','3','9241.65',    '6','2','6071.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118136.0','1045528.0','24',    '20','10','32600.8',    '20','9','31661.49',    '6','2','939.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029873.0','1019961.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118137.0','1045528.0','8',    '5','4','26026.31',    '4','4','22598.37',    '4','2','3427.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029874.0','1019961.0','2',    '2','1','1158.96',    '2','1','1158.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118138.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029875.0','1019961.0','9',    '8','4','7679.32',    '6','4','7679.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118139.0','1045528.0','1',    '1','1','813.62',    '1','1','813.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029876.0','1019961.0','37',    '33','12','15171.24',    '33','12','15171.24',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118140.0','1045528.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029877.0','1019961.0','3',    '1','1','2053.06',    '1','1','2053.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118141.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029878.0','1019961.0','7',    '7','2','3977.16',    '7','2','3977.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118142.0','1045528.0','141',    '109','46','291090.18',    '104','45','251652.33',    '38','17','39437.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029879.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118143.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029880.0','1019961.0','1',    '1','1','15112.18',    '1','1','15112.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118144.0','1045528.0','4',    '2','1','1076.41',    '2','1','1076.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029881.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118145.0','1045528.0','101',    '91','39','153435.8',    '86','33','144584.91',    '26','11','8850.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029882.0','1019961.0','2',    '2','1','721.2',    '2','1','721.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118146.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029883.0','1019961.0','3',    '2','1','704.22',    '2','1','704.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118147.0','1045528.0','39',    '37','29','105067.88',    '37','28','94702.72',    '8','4','10365.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029884.0','1019961.0','18',    '16','6','7146.75',    '14','5','6616.76',    '5','1','529.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118148.0','1045528.0','5',    '5','5','5486.77',    '5','5','5486.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029885.0','1019961.0','31',    '30','13','57795.99',    '29','12','54472.6',    '12','5','3323.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118149.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029886.0','1019961.0','1',    '1','1','1799.71',    '1','1','1520.85',    '1','1','278.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118150.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029887.0','1019961.0','4',    '3','2','29824.04',    '2','2','29824.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118151.0','1045528.0','26',    '22','10','31027.33',    '22','10','28049.97',    '8','2','2977.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029888.0','1019961.0','73',    '55','31','167294.92',    '54','28','142028.65',    '21','7','25266.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118152.0','1045528.0','12',    '12','4','7365.58',    '12','4','7102.58',    '4','1','263.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029889.0','1019961.0','341',    '284','196','831529.17',    '279','192','756313.07',    '81','27','75216.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118153.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029890.0','1019961.0','13',    '9','2','34238.71',    '9','2','34038.72',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118154.0','1045528.0','38',    '37','18','41202.11',    '37','16','39670.6',    '19','4','1531.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029891.0','1019961.0','449',    '381','268','504438.23',    '379','267','494160.56',    '53','10','10277.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118155.0','1045528.0','1',    '1','1','3480.22',    '1','1','2840.73',    '1','1','639.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029892.0','1019961.0','2',    '2','1','32007.31',    '2','1','32007.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118156.0','1045528.0','440',    '388','272','683347.57',    '387','271','654766.34',    '65','10','28581.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029893.0','1019961.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118157.0','1045528.0','36',    '34','16','50731.4',    '34','14','48592.65',    '12','4','2138.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029894.0','1019961.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118158.0','1045528.0','3',    '3','1','800.04',    '3','1','800.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029895.0','1019961.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118159.0','1045528.0','161',    '131','84','469862.27',    '129','75','363141.41',    '50','28','106720.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029896.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118160.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029897.0','1019961.0','1',    '1','1','15460.64',    '1','1','15460.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118161.0','1045528.0','5',    '5','3','8893.73',    '5','3','8893.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029898.0','1019961.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118162.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029899.0','1019961.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118163.0','1045528.0','1',    '1','1','2913.33',    '1','1','1246.0',    '1','1','1667.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029900.0','1019961.0','18',    '16','4','25626.05',    '16','4','22013.75',    '8','1','3612.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118164.0','1045528.0','5',    '5','2','7499.14',    '5','2','7279.15',    '1','1','219.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029901.0','1019961.0','13',    '12','8','3785.4',    '12','8','3785.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118165.0','1045528.0','2',    '2','1','705.75',    '2','1','705.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029902.0','1019961.0','2',    '1','1','2882.98',    '1','1','2882.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118166.0','1045528.0','6',    '5','2','3706.47',    '5','2','3706.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029903.0','1019961.0','3',    '3','2','1462.62',    '3','2','1462.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118167.0','1045528.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029904.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118168.0','1045528.0','1',    '1','1','2768.11',    '1','1','2768.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029905.0','1019961.0','10',    '10','4','19609.32',    '10','4','19609.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118169.0','1045528.0','3',    '3','2','13300.0',    '3','2','13300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029906.0','1019961.0','6',    '6','4','52311.07',    '6','4','51717.22',    '1','1','593.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118170.0','1045528.0','4',    '3','1','32900.0',    '3','1','32900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029907.0','1019961.0','78',    '67','40','164850.99',    '64','38','144814.08',    '26','10','20036.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118171.0','1045528.0','1',    '1','1','6744.36',    '1','1','6744.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029908.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118172.0','1045528.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029909.0','1019961.0','26',    '20','8','27562.04',    '19','6','22082.16',    '6','2','5479.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118173.0','1045528.0','91',    '80','59','680069.48',    '79','56','614238.44',    '43','24','65831.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029910.0','1019961.0','81',    '66','32','94048.68',    '63','17','57819.03',    '37','22','36229.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118174.0','1045528.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029911.0','1019961.0','6',    '6','3','5143.98',    '6','3','4878.98',    '1','1','265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118175.0','1045528.0','4',    '1','1','311.03',    '1','1','311.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029912.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118176.0','1045528.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029913.0','1019961.0','12',    '10','2','3844.65',    '10','2','2238.0',    '4','1','1606.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118177.0','1045528.0','59',    '49','11','38939.94',    '49','9','37021.48',    '15','3','1918.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029914.0','1019961.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118178.0','1045528.0','6',    '5','2','15472.23',    '5','2','15472.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029915.0','1019961.0','24',    '22','8','31284.66',    '22','8','24218.37',    '8','4','7066.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118179.0','1045528.0','4',    '2','1','778.02',    '2','1','778.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029916.0','1019961.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118180.0','1045528.0','2',    '2','2','18896.21',    '2','2','17516.67',    '2','1','1379.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029917.0','1019961.0','3',    '3','3','24871.62',    '3','3','18307.89',    '2','2','6563.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118181.0','1045528.0','2',    '2','2','26118.74',    '2','2','24624.16',    '1','1','1494.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029918.0','1019961.0','70',    '62','26','59854.5',    '62','23','55411.59',    '31','7','4442.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118182.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029919.0','1019961.0','6',    '5','2','2109.85',    '5','2','2109.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118183.0','1045528.0','80',    '62','23','69922.98',    '58','21','42893.86',    '18','7','27029.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029920.0','1019961.0','77',    '61','27','81068.97',    '59','24','69045.17',    '18','7','12023.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118184.0','1045528.0','14',    '12','3','4645.98',    '12','3','4645.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029921.0','1019961.0','133',    '106','64','114078.7',    '106','62','111751.0',    '17','4','2327.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118185.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029922.0','1019961.0','163',    '128','52','184095.03',    '118','35','126259.76',    '66','36','57835.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118186.0','1045528.0','10',    '8','4','10584.33',    '8','4','9620.68',    '3','1','963.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029923.0','1019961.0','12',    '11','5','35568.84',    '11','5','35042.03',    '2','1','526.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118187.0','1045528.0','4',    '2','1','1177.61',    '2','1','1177.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029924.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118188.0','1045528.0','2',    '2','1','496.0',    '2','1','496.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029925.0','1019961.0','3',    '1','1','32900.0',    '1','1','32900.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118189.0','1045528.0','8',    '6','2','821.45',    '6','2','821.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029926.0','1019961.0','70',    '67','59','895931.54',    '66','59','838620.34',    '28','11','57311.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118190.0','1045528.0','19',    '15','4','7284.56',    '15','4','7284.56',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029927.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118191.0','1045528.0','1',    '1','1','2719.31',    '1','1','2719.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029928.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118192.0','1045528.0','1',    '1','1','2010.02',    '1','1','1260.02',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029929.0','1019961.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118193.0','1045528.0','6',    '4','1','8958.87',    '4','1','8958.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029930.0','1019961.0','3',    '2','2','47340.36',    '2','2','47340.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118194.0','1045528.0','7',    '5','2','14546.48',    '5','2','14546.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029931.0','1019961.0','13',    '12','3','3527.72',    '12','3','3527.72',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118195.0','1045528.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029932.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118196.0','1045528.0','7',    '6','4','12138.59',    '6','4','12138.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2029933.0','1019961.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118197.0','1045528.0','2',    '2','1','471.15',    '2','0','0.0',    '1','1','471.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029934.0','1019961.0','2',    '1','1','1100.8',    '1','1','1100.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118198.0','1045528.0','51',    '47','25','101612.91',    '46','22','46025.5',    '22','13','55587.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029935.0','1019961.0','3',    '2','1','2176.82',    '2','1','2176.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118199.0','1045528.0','1',    '1','1','12820.04',    '1','1','12820.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029936.0','1019961.0','6',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118200.0','1045528.0','3',    '3','3','11398.33',    '3','3','10842.23',    '1','1','556.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029937.0','1019961.0','10',    '8','3','3997.28',    '8','2','1816.13',    '4','2','2181.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118201.0','1045528.0','10',    '10','3','11511.81',    '10','3','10955.38',    '1','1','556.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029938.0','1019961.0','3',    '2','1','18413.12',    '2','1','18413.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118202.0','1045528.0','10',    '5','2','6280.14',    '5','2','6280.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029939.0','1019961.0','5',    '4','3','8007.76',    '4','3','8007.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118203.0','1045528.0','5',    '2','2','3386.11',    '2','2','1908.02',    '1','1','1478.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029940.0','1019961.0','61',    '50','25','55792.93',    '49','25','55792.93',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118204.0','1045528.0','7',    '5','3','9959.88',    '5','3','7263.9',    '3','1','2695.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029941.0','1019961.0','2',    '2','1','2256.22',    '2','1','2256.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118205.0','1045528.0','26',    '21','2','1282.65',    '20','2','1282.65',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029942.0','1019961.0','295',    '271','178','443212.57',    '271','174','417308.44',    '73','21','25904.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118206.0','1045528.0','4',    '4','3','11015.09',    '4','3','11015.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029943.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118207.0','1045528.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029944.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118208.0','1045528.0','153',    '139','68','427827.64',    '136','63','402163.01',    '49','18','25664.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029945.0','1019961.0','139',    '116','66','259402.46',    '114','45','199875.16',    '62','31','59527.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118209.0','1045528.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029946.0','1019961.0','358',    '328','108','603752.24',    '328','94','467434.92',    '109','42','136317.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118210.0','1045528.0','3',    '3','2','7972.48',    '3','2','7972.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029947.0','1019961.0','51',    '45','36','57479.29',    '45','36','56372.66',    '7','2','1106.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118211.0','1045528.0','44',    '17','11','72790.83',    '17','11','53487.35',    '3','2','19303.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029948.0','1019961.0','2',    '1','1','8342.6',    '0','0','0.0',    '1','1','8342.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118212.0','1045528.0','2',    '2','1','1168.0',    '2','1','1168.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029949.0','1019961.0','28',    '22','12','48374.17',    '21','11','32159.39',    '7','4','16214.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118213.0','1045528.0','2',    '2','2','3922.35',    '2','2','3922.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029950.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118214.0','1045528.0','20',    '14','8','21824.54',    '14','8','20582.03',    '6','1','1242.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029951.0','1019961.0','4',    '4','1','3442.29',    '4','1','2048.0',    '1','1','1394.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118215.0','1045528.0','21',    '18','5','39705.35',    '16','3','36444.0',    '9','3','3261.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029952.0','1019961.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118216.0','1045528.0','26',    '27','17','41134.09',    '25','14','37383.82',    '15','6','3750.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029953.0','1019961.0','1',    '1','1','1993.52',    '1','1','1168.0',    '1','1','825.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118217.0','1045528.0','2',    '2','1','3095.28',    '2','1','3095.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029954.0','1019961.0','2',    '2','1','1065.84',    '2','1','1065.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118218.0','1045528.0','130',    '105','51','129131.47',    '103','47','118769.36',    '33','9','10362.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029955.0','1019961.0','9',    '8','4','22343.26',    '8','4','19109.69',    '5','3','3233.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118219.0','1045528.0','1',    '1','1','18727.04',    '1','1','15353.77',    '1','1','3373.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029956.0','1019961.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118220.0','1045528.0','9',    '9','3','5628.27',    '9','3','5628.27',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029957.0','1019961.0','4',    '4','3','2091.93',    '4','3','2091.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118221.0','1045528.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029958.0','1019961.0','36',    '33','18','204950.55',    '33','18','183793.04',    '12','5','21157.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118222.0','1045528.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029959.0','1019961.0','10',    '8','2','1984.94',    '8','2','1984.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118223.0','1045528.0','24',    '21','10','53257.64',    '21','10','50825.81',    '6','3','2431.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029960.0','1019961.0','2',    '1','1','833.8',    '1','1','833.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118224.0','1045528.0','16',    '12','5','16878.21',    '12','4','10778.46',    '3','1','6099.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029961.0','1019961.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118225.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029962.0','1019961.0','1',    '1','1','409.32',    '1','1','409.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118226.0','1045528.0','2',    '2','2','9366.84',    '2','2','7193.1',    '2','2','2173.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029963.0','1019961.0','160',    '149','49','263613.81',    '146','46','243305.2',    '47','11','20308.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118227.0','1045528.0','6',    '4','2','12105.66',    '4','2','12105.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029964.0','1019961.0','1',    '1','1','15870.29',    '1','1','15870.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118228.0','1045528.0','1',    '1','1','3940.0',    '1','1','3940.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029965.0','1019961.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118229.0','1045528.0','156',    '118','52','438089.52',    '117','50','418129.7',    '41','8','19959.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029966.0','1019961.0','7',    '5','5','16738.18',    '5','5','14002.28',    '4','2','2735.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118230.0','1045528.0','46',    '25','9','38440.71',    '21','9','37697.04',    '12','2','743.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029967.0','1019961.0','16',    '15','2','13252.13',    '15','2','12183.14',    '8','1','1068.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118231.0','1045528.0','2',    '1','1','254.88',    '1','1','254.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029968.0','1019961.0','3',    '2','1','763.76',    '2','1','763.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118232.0','1045528.0','11',    '12','5','39857.73',    '12','3','33088.77',    '7','3','6768.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029969.0','1019961.0','10',    '7','2','12263.57',    '7','2','10663.57',    '1','1','1600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118233.0','1045528.0','4',    '3','2','2446.22',    '3','2','2446.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029970.0','1019961.0','7',    '6','5','4721.79',    '6','5','4721.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118234.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029971.0','1019961.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118235.0','1045528.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029972.0','1019961.0','4',    '4','1','177.38',    '4','1','177.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118236.0','1045528.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029973.0','1019961.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118237.0','1045528.0','25',    '22','4','22864.89',    '22','4','22808.74',    '10','1','56.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029974.0','1019961.0','21',    '16','10','40102.55',    '16','9','36362.89',    '5','3','3739.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118238.0','1045528.0','13',    '7','7','54204.2',    '6','6','38896.33',    '5','3','15307.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029975.0','1019961.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118239.0','1045528.0','12',    '10','5','26448.76',    '10','5','24835.56',    '3','1','1613.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2029976.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118240.0','1045528.0','49',    '38','6','13407.5',    '38','6','13407.5',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029977.0','1019961.0','2',    '2','1','1832.76',    '1','1','1832.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118241.0','1045528.0','5',    '4','4','4993.04',    '4','4','4993.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029978.0','1019961.0','12',    '12','1','1928.04',    '12','1','920.0',    '4','1','1008.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118242.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029979.0','1019961.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118243.0','1045528.0','4',    '4','2','4740.53',    '4','2','4740.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029980.0','1019961.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118244.0','1045528.0','1',    '1','1','1067.05',    '1','1','1067.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2029981.0','1019961.0','18',    '14','5','4361.62',    '14','4','2172.39',    '4','2','2189.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118245.0','1045528.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029982.0','1019961.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118246.0','1045528.0','2',    '1','1','1008.15',    '1','1','1008.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029983.0','1019961.0','10',    '8','4','8654.0',    '8','4','8454.01',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118247.0','1045528.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029984.0','1019961.0','6',    '4','2','2370.29',    '4','2','2370.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118248.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029985.0','1019961.0','26',    '20','13','60927.05',    '20','12','59680.8',    '7','3','1246.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118249.0','1045528.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029986.0','1019961.0','15',    '15','7','33237.35',    '15','7','33097.22',    '7','1','140.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118250.0','1045528.0','23',    '17','14','64262.3',    '17','14','64262.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029987.0','1019961.0','22',    '20','5','11862.74',    '20','5','11862.74',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118251.0','1045528.0','9',    '8','5','26565.65',    '8','5','25035.04',    '4','3','1530.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029988.0','1019961.0','7',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118252.0','1045528.0','12',    '11','4','5795.62',    '11','3','5045.62',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2029989.0','1019961.0','3',    '3','1','3041.78',    '3','1','3041.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118253.0','1045528.0','45',    '35','15','23529.17',    '34','13','21611.57',    '8','3','1917.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2029990.0','1019961.0','12',    '8','3','2640.11',    '6','3','2640.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118254.0','1045528.0','9',    '9','5','22301.67',    '9','5','22301.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029991.0','1019961.0','38',    '34','18','83684.71',    '31','14','48237.54',    '20','9','35447.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118255.0','1045528.0','12',    '10','2','871.7',    '10','2','871.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029992.0','1019961.0','64',    '55','27','105055.16',    '55','26','100702.38',    '19','4','4352.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118256.0','1045528.0','6',    '3','1','8132.82',    '3','1','8132.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029993.0','1019964.0','140',    '119','72','171441.99',    '117','71','166504.58',    '30','8','4937.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118257.0','1045531.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029994.0','1019964.0','2',    '2','1','1941.42',    '2','1','1941.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118258.0','1045531.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029995.0','1019964.0','4',    '3','1','5058.1',    '3','1','5058.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118259.0','1045531.0','19',    '16','9','24448.21',    '15','9','22969.19',    '3','2','1479.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029996.0','1019964.0','9',    '6','3','52724.38',    '6','3','52724.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118260.0','1045531.0','2',    '2','2','1770.26',    '2','2','1770.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029997.0','1019964.0','28',    '26','11','33064.92',    '25','7','26189.65',    '17','6','6875.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118261.0','1045531.0','2',    '2','1','8852.72',    '2','1','8852.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2029998.0','1019964.0','2',    '2','1','10386.12',    '2','1','10386.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118262.0','1045531.0','1',    '1','1','921.49',    '1','1','921.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2029999.0','1019964.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118263.0','1045531.0','5',    '5','5','6502.86',    '5','5','6502.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030000.0','1019964.0','10',    '9','4','13286.57',    '8','4','12893.8',    '4','1','392.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118264.0','1045531.0','84',    '77','17','101703.68',    '77','16','101182.11',    '15','1','521.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030001.0','1019964.0','8',    '6','6','4079.91',    '6','6','4079.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118265.0','1045531.0','7',    '5','2','4212.48',    '5','2','4212.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030002.0','1019964.0','3',    '2','2','1165.99',    '2','2','1165.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118266.0','1045531.0','10',    '7','1','21054.05',    '5','1','17058.85',    '5','1','3995.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030003.0','1019964.0','8',    '7','3','8509.66',    '7','3','7733.51',    '4','1','776.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118267.0','1045531.0','24',    '15','8','6443.31',    '15','8','6443.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030004.0','1019964.0','164',    '156','97','332860.5',    '149','68','197545.36',    '123','71','135315.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118268.0','1045531.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030005.0','1019964.0','13',    '10','2','4426.85',    '10','2','3226.84',    '2','1','1200.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118269.0','1045531.0','10',    '9','5','5198.47',    '9','5','5198.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030006.0','1019964.0','14',    '11','1','2543.29',    '10','1','2543.29',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118270.0','1045531.0','19',    '18','10','24836.99',    '18','8','21102.43',    '8','4','3734.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030007.0','1019964.0','6',    '4','1','3096.26',    '4','1','3096.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118271.0','1045531.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030008.0','1019964.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118272.0','1045531.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030009.0','1019964.0','32',    '29','11','49161.52',    '28','10','31390.77',    '11','6','17770.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118273.0','1045531.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030010.0','1019964.0','105',    '95','34','121329.37',    '93','25','85117.05',    '65','22','36212.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118274.0','1045531.0','27',    '24','12','22490.07',    '24','12','21120.75',    '5','1','1369.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030011.0','1019964.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118275.0','1045531.0','64',    '57','45','113665.35',    '57','44','107063.09',    '12','5','6602.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030012.0','1019964.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118276.0','1045531.0','1',    '1','1','876.7',    '1','1','876.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030013.0','1019964.0','3',    '3','1','2796.42',    '3','1','2796.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118277.0','1045531.0','49',    '39','16','58787.67',    '39','15','48217.45',    '20','5','10570.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030014.0','1019964.0','11',    '11','5','12316.98',    '9','4','11632.19',    '5','1','684.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118278.0','1045531.0','1',    '1','1','6819.67',    '1','1','6819.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030015.0','1019964.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118279.0','1045531.0','2',    '2','1','721.48',    '2','1','721.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030016.0','1019965.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118280.0','1045532.0','44',    '39','23','51000.62',    '39','23','51000.62',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030017.0','1019965.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118281.0','1045532.0','2',    '1','1','4684.44',    '1','1','4684.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030018.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118282.0','1045532.0','8',    '8','3','13592.24',    '8','3','12224.05',    '4','1','1368.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030019.0','1019965.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118283.0','1045532.0','9',    '9','3','8477.13',    '9','3','7942.63',    '3','1','534.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030020.0','1019965.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118284.0','1045532.0','15',    '13','9','20240.6',    '12','9','20240.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030021.0','1019965.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118285.0','1045532.0','4',    '3','1','1543.62',    '3','1','1543.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030022.0','1019965.0','8',    '8','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118286.0','1045532.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030023.0','1019965.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118287.0','1045532.0','1',    '1','1','245.74',    '1','1','245.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030024.0','1019965.0','6',    '4','2','12780.4',    '4','2','12780.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118288.0','1045532.0','1',    '1','1','55.97',    '1','1','55.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030025.0','1019965.0','1',    '1','1','30251.56',    '1','1','30251.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118289.0','1045532.0','1',    '1','1','746.65',    '1','1','746.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030026.0','1019965.0','6',    '5','4','969.93',    '5','4','969.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118290.0','1045532.0','29',    '28','6','11609.74',    '28','3','4184.74',    '17','5','7425.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030027.0','1019965.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118291.0','1045532.0','2',    '2','2','3004.79',    '2','2','3004.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030028.0','1019965.0','1',    '1','1','6400.0',    '0','0','0.0',    '1','1','6400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118292.0','1045532.0','29',    '23','12','52530.26',    '23','12','52251.4',    '5','1','278.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030029.0','1019965.0','89',    '81','49','144332.38',    '81','48','138925.61',    '19','8','5406.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118293.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001656.0',    '2030030.0','1019965.0','10',    '7','3','9805.11',    '7','3','9805.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006071.0',    '2118294.0','1045532.0','6',    '4','3','6877.16',    '4','3','6192.37',    '2','1','684.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030031.0','1019965.0','27',    '25','7','14206.12',    '25','6','13018.75',    '12','1','1187.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118295.0','1045532.0','18',    '17','5','10924.0',    '17','5','9947.82',    '5','1','976.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030032.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118296.0','1045532.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030033.0','1019965.0','1',    '1','1','4631.53',    '1','1','4631.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118297.0','1045532.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030034.0','1019965.0','5',    '4','3','1866.11',    '4','3','1866.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118298.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030035.0','1019965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118299.0','1045532.0','1',    '1','1','2199.85',    '1','1','2199.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030036.0','1019965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118300.0','1045532.0','397',    '364','185','1304963.31',    '358','146','960172.12',    '236','120','344791.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030037.0','1019965.0','1',    '1','1','1839.24',    '1','1','1839.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118301.0','1045532.0','2',    '2','1','241.9',    '2','1','241.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030038.0','1019965.0','4',    '3','3','5130.68',    '3','3','5130.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118302.0','1045532.0','10',    '7','2','24872.83',    '7','2','22954.58',    '2','1','1918.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030039.0','1019965.0','11',    '9','4','2246.33',    '9','2','1579.39',    '7','3','666.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118303.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030040.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118304.0','1045532.0','6',    '5','3','4335.44',    '5','3','3577.44',    '1','1','758.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030041.0','1019965.0','28',    '25','12','39143.2',    '25','12','39143.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118305.0','1045532.0','16',    '12','8','14290.13',    '12','8','13902.53',    '2','1','387.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030042.0','1019965.0','10',    '8','7','18288.35',    '8','7','18288.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118306.0','1045532.0','147',    '125','86','226806.32',    '123','85','215318.87',    '31','9','11487.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030043.0','1019965.0','6',    '6','3','5057.85',    '6','3','4791.58',    '4','1','266.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118307.0','1045532.0','5',    '5','2','3727.91',    '5','2','3527.92',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030044.0','1019965.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118308.0','1045532.0','9',    '6','5','36189.95',    '6','5','26359.51',    '3','2','9830.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030045.0','1019965.0','10',    '6','1','2345.24',    '6','1','2345.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118309.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030046.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118310.0','1045532.0','63',    '57','30','119046.06',    '54','26','81762.85',    '34','16','37283.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030047.0','1019965.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118311.0','1045532.0','4',    '2','1','478.59',    '2','1','478.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030048.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118312.0','1045532.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030049.0','1019965.0','2',    '1','1','815.97',    '1','1','815.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118313.0','1045532.0','15',    '12','3','12480.69',    '12','2','8627.1',    '3','2','3853.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030050.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118314.0','1045532.0','3',    '3','3','4067.41',    '3','3','4067.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030051.0','1019965.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118315.0','1045532.0','1',    '1','1','3185.48',    '1','1','3185.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030052.0','1019965.0','49',    '41','15','31149.88',    '41','13','28079.28',    '14','3','3070.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118316.0','1045532.0','38',    '35','14','40971.72',    '35','14','40253.97',    '14','3','717.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030053.0','1019965.0','75',    '54','26','40401.82',    '53','25','39178.03',    '12','2','1223.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118317.0','1045532.0','4',    '4','1','3262.88',    '4','1','3262.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030054.0','1019965.0','2',    '2','1','1168.0',    '2','1','1168.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118318.0','1045532.0','12',    '12','7','44582.78',    '12','7','43887.07',    '3','2','695.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030055.0','1019965.0','10',    '9','3','31205.93',    '9','2','26978.21',    '5','2','4227.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118319.0','1045532.0','4',    '3','3','31954.22',    '3','3','31954.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030056.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118320.0','1045532.0','37',    '29','19','63305.67',    '29','18','60954.32',    '11','2','2351.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030057.0','1019965.0','4',    '4','1','10726.6',    '3','1','8942.61',    '2','1','1783.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118321.0','1045532.0','3',    '3','2','2977.36',    '3','2','2977.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030058.0','1019965.0','4',    '3','1','873.36',    '3','1','873.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118322.0','1045532.0','28',    '17','10','64285.43',    '17','10','60255.88',    '2','1','4029.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030059.0','1019965.0','126',    '120','81','644632.09',    '117','70','484523.71',    '79','50','160108.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118323.0','1045532.0','9',    '6','4','5383.6',    '6','4','5383.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030060.0','1019965.0','54',    '47','27','41904.8',    '46','25','38538.76',    '10','5','3366.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118324.0','1045532.0','21',    '20','10','47313.53',    '19','8','35227.83',    '10','4','12085.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030061.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118325.0','1045532.0','6',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030062.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118326.0','1045532.0','1',    '1','1','839.85',    '1','1','839.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030063.0','1019965.0','102',    '87','45','175755.05',    '87','43','169452.03',    '19','7','6303.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118327.0','1045532.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030064.0','1019965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118328.0','1045532.0','29',    '26','19','23871.78',    '26','19','22183.49',    '5','1','1688.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030065.0','1019965.0','1',    '1','1','10896.79',    '1','1','10896.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118329.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030066.0','1019965.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118330.0','1045532.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030067.0','1019965.0','17',    '14','9','69913.01',    '13','9','66004.21',    '7','3','3908.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118331.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030068.0','1019965.0','77',    '61','22','32453.69',    '60','21','28915.68',    '19','6','3538.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118332.0','1045532.0','11',    '11','7','24779.69',    '11','7','23460.5',    '2','1','1319.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030069.0','1019965.0','12',    '10','6','11472.12',    '10','6','8254.54',    '4','2','3217.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118333.0','1045532.0','33',    '33','8','41636.02',    '33','7','41106.03',    '8','1','529.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030070.0','1019965.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118334.0','1045532.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030071.0','1019965.0','6',    '6','4','24572.5',    '6','4','23185.9',    '4','2','1386.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118335.0','1045532.0','62',    '58','40','113548.12',    '55','25','62309.69',    '44','31','51238.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030072.0','1019965.0','2',    '2','2','1075.17',    '2','2','1075.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118336.0','1045532.0','196',    '169','49','95451.48',    '165','41','84329.26',    '55','11','11122.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030073.0','1019965.0','1',    '1','1','266.59',    '1','1','266.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118337.0','1045532.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030074.0','1019965.0','1',    '1','1','712.63',    '1','1','712.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118338.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030075.0','1019965.0','100',    '85','60','340222.82',    '85','58','267507.79',    '35','14','72715.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118339.0','1045532.0','10',    '8','8','78775.94',    '8','8','67957.35',    '6','4','10818.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030076.0','1019965.0','50',    '42','25','58798.75',    '41','20','55523.69',    '16','6','3275.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118340.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030077.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118341.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030078.0','1019965.0','21',    '18','5','15369.79',    '17','3','2586.46',    '13','4','12783.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118342.0','1045532.0','7',    '5','3','18390.98',    '5','3','17358.93',    '2','1','1032.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030079.0','1019965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118343.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030080.0','1019965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118344.0','1045532.0','5',    '5','3','1293.15',    '5','2','905.55',    '1','1','387.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030081.0','1019965.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118345.0','1045532.0','1',    '1','1','1073.06',    '1','1','1073.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030082.0','1019965.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118346.0','1045532.0','14',    '12','6','19501.48',    '12','5','17958.02',    '6','3','1543.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030083.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118347.0','1045532.0','24',    '22','9','34091.66',    '21','8','33857.68',    '8','1','233.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030084.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118348.0','1045532.0','6',    '6','1','4635.34',    '5','1','4635.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030085.0','1019965.0','1',    '1','1','1059.85',    '1','1','1059.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118349.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030086.0','1019965.0','14',    '11','5','23732.07',    '9','4','20752.99',    '5','2','2979.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118350.0','1045532.0','2',    '2','2','1840.72',    '2','0','0.0',    '2','2','1840.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030087.0','1019965.0','1',    '1','1','18682.11',    '1','1','14633.26',    '1','1','4048.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118351.0','1045532.0','13',    '12','5','10425.88',    '12','5','10425.88',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030088.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118352.0','1045532.0','1',    '1','1','988.0',    '1','1','988.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030089.0','1019965.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118353.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030090.0','1019965.0','1',    '1','1','518.24',    '1','1','518.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118354.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030091.0','1019965.0','6',    '6','4','20833.35',    '6','4','20633.36',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118355.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030092.0','1019965.0','7',    '4','3','1423.41',    '4','2','1017.48',    '1','1','405.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118356.0','1045532.0','26',    '22','9','26488.35',    '17','5','8922.63',    '13','6','17565.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030093.0','1019965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118357.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030094.0','1019965.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118358.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030095.0','1019965.0','5',    '5','4','17575.13',    '5','4','17575.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118359.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030096.0','1019965.0','5',    '5','1','242.22',    '4','1','242.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118360.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030097.0','1019965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118361.0','1045532.0','10',    '10','3','41201.86',    '10','3','41201.86',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030098.0','1019965.0','5',    '5','2','1991.28',    '5','2','1991.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118362.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030099.0','1019965.0','5',    '5','2','3198.75',    '5','2','3198.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118363.0','1045532.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030100.0','1019965.0','27',    '25','10','35200.15',    '24','8','32371.74',    '13','4','2828.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118364.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030101.0','1019965.0','11',    '9','3','5394.06',    '9','3','5017.89',    '2','1','376.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118365.0','1045532.0','13',    '11','4','16488.47',    '11','4','16488.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030102.0','1019965.0','6',    '5','1','3070.67',    '5','1','2588.63',    '3','1','482.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118366.0','1045532.0','71',    '65','31','90807.16',    '64','28','84962.75',    '26','6','5844.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030103.0','1019965.0','4',    '4','2','2321.34',    '4','2','2321.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118367.0','1045532.0','1',    '1','1','4578.74',    '1','1','920.0',    '1','1','3658.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030104.0','1019965.0','44',    '36','21','47051.72',    '35','20','39113.47',    '16','6','7938.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118368.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030105.0','1019965.0','5',    '5','2','4096.23',    '5','2','3558.2',    '4','1','538.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118369.0','1045532.0','7',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030106.0','1019965.0','12',    '12','2','1042.99',    '12','2','1042.99',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118370.0','1045532.0','11',    '10','4','3243.03',    '10','4','3043.04',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030107.0','1019965.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118371.0','1045532.0','168',    '135','80','217679.83',    '133','76','192851.68',    '43','14','24828.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030108.0','1019965.0','2',    '2','1','6751.02',    '1','0','0.0',    '2','1','6751.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118372.0','1045532.0','25',    '18','7','56613.23',    '18','7','34480.62',    '9','4','22132.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030109.0','1019965.0','2',    '2','1','1701.31',    '2','1','1038.72',    '2','1','662.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118373.0','1045532.0','1',    '1','1','12294.0',    '1','1','12067.16',    '1','1','226.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030110.0','1019965.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118374.0','1045532.0','14',    '14','8','38540.31',    '14','7','34821.69',    '5','3','3718.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030111.0','1019965.0','1',    '1','1','4178.43',    '1','1','3643.93',    '1','1','534.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118375.0','1045532.0','52',    '37','22','103557.94',    '37','15','75172.26',    '20','12','28385.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030112.0','1019965.0','12',    '10','3','5317.67',    '10','3','5317.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118376.0','1045532.0','10',    '5','4','8480.81',    '5','3','3172.35',    '2','2','5308.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030113.0','1019965.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118377.0','1045532.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030114.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118378.0','1045532.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030115.0','1019965.0','176',    '148','60','183324.27',    '139','53','166208.22',    '70','16','17116.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118379.0','1045532.0','4',    '3','2','15070.05',    '3','2','13736.94',    '2','1','1333.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030116.0','1019965.0','52',    '44','16','50441.48',    '44','16','50066.26',    '9','1','375.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118380.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030117.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118381.0','1045532.0','19',    '17','10','79122.54',    '16','9','66183.59',    '10','5','12938.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030118.0','1019965.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118382.0','1045532.0','2',    '2','2','43034.62',    '2','2','43034.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030119.0','1019965.0','20',    '16','9','45423.29',    '16','9','41375.42',    '2','1','4047.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118383.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030120.0','1019965.0','69',    '59','26','117955.66',    '57','21','101697.93',    '21','12','16257.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118384.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030121.0','1019965.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118385.0','1045532.0','9',    '7','2','37914.15',    '7','2','37914.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030122.0','1019965.0','1',    '1','1','1670.0',    '1','1','1670.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118386.0','1045532.0','3',    '2','2','11482.16',    '2','2','11204.92',    '2','1','277.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030123.0','1019965.0','29',    '24','18','181563.8',    '24','17','174525.39',    '6','3','7038.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118387.0','1045532.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030124.0','1019965.0','5',    '4','2','21913.44',    '4','2','13461.84',    '2','2','8451.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118388.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030125.0','1019965.0','80',    '69','33','125634.8',    '67','29','97720.01',    '29','12','27914.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118389.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030126.0','1019965.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118390.0','1045532.0','1',    '1','1','3088.55',    '1','1','3088.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030127.0','1019965.0','9',    '8','4','1496.71',    '8','4','1496.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118391.0','1045532.0','2',    '1','1','2205.14',    '1','1','2205.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030128.0','1019965.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118392.0','1045532.0','8',    '7','5','37047.04',    '7','5','30068.23',    '4','2','6978.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030129.0','1019965.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118393.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030130.0','1019965.0','99',    '81','48','235300.16',    '79','45','110002.45',    '55','33','125297.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118394.0','1045532.0','8',    '8','1','1456.0',    '8','1','1456.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030131.0','1019965.0','3',    '2','1','5885.27',    '2','1','5885.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118395.0','1045532.0','11',    '9','1','7970.47',    '9','1','7970.47',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030132.0','1019965.0','200',    '168','78','384927.9',    '164','70','344911.31',    '63','26','40016.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118396.0','1045532.0','7',    '7','2','10067.86',    '7','2','10067.86',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030133.0','1019965.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118397.0','1045532.0','18',    '16','8','82981.17',    '16','8','82105.16',    '2','1','876.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030134.0','1019965.0','1',    '1','1','614.23',    '1','1','614.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118398.0','1045532.0','126',    '106','65','542317.3',    '103','61','477190.54',    '53','22','65126.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030135.0','1019965.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118399.0','1045532.0','19',    '11','2','3216.43',    '10','2','3216.43',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030136.0','1019965.0','28',    '27','14','79077.5',    '27','12','67940.76',    '12','4','11136.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118400.0','1045532.0','115',    '100','37','194542.94',    '98','32','178550.98',    '30','13','15991.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030137.0','1019965.0','3',    '3','1','2117.92',    '3','1','2117.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118401.0','1045532.0','1',    '1','1','11999.28',    '1','1','11999.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030138.0','1019965.0','1',    '1','1','976.79',    '1','1','976.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118402.0','1045532.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030139.0','1019965.0','98',    '78','33','140564.43',    '77','32','139422.75',    '30','6','1141.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118403.0','1045532.0','13',    '13','5','26793.31',    '13','5','19593.32',    '4','1','7199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030140.0','1019965.0','1',    '1','1','142.81',    '1','1','142.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118404.0','1045532.0','13',    '13','9','24108.21',    '13','9','23648.23',    '3','2','459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030141.0','1019965.0','18',    '17','7','25501.05',    '15','7','25301.06',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118405.0','1045532.0','3',    '3','2','14194.95',    '3','2','14194.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030142.0','1019965.0','2',    '2','1','1070.33',    '2','1','1070.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118406.0','1045532.0','3',    '2','1','5231.04',    '2','1','5231.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030143.0','1019965.0','31',    '30','13','86469.15',    '30','13','79887.8',    '8','3','6581.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118407.0','1045532.0','5',    '5','2','14060.75',    '5','2','13830.76',    '1','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030144.0','1019965.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118408.0','1045532.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030145.0','1019965.0','20',    '19','3','2606.09',    '19','3','2606.09',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118409.0','1045532.0','130',    '117','26','48167.97',    '115','22','45498.5',    '34','6','2669.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030146.0','1019965.0','36',    '33','12','51805.2',    '32','12','41059.16',    '15','6','10746.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118410.0','1045532.0','64',    '52','24','94945.14',    '44','14','36795.35',    '29','17','58149.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030147.0','1019965.0','126',    '81','32','258822.68',    '78','32','242810.01',    '28','7','16012.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118411.0','1045532.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030148.0','1019965.0','66',    '57','33','164800.97',    '55','31','150604.65',    '22','11','14196.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118412.0','1045532.0','7',    '6','1','1848.11',    '5','1','1848.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030149.0','1019965.0','12',    '8','2','42292.71',    '8','2','37298.26',    '1','1','4994.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118413.0','1045532.0','7',    '6','5','25949.73',    '6','5','25949.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030150.0','1019965.0','32',    '29','12','33130.76',    '29','11','28913.09',    '8','3','4217.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118414.0','1045532.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030151.0','1019965.0','12',    '10','3','11610.28',    '10','3','11057.73',    '2','1','552.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118415.0','1045532.0','26',    '23','4','13243.95',    '20','2','12317.48',    '10','3','926.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030152.0','1019965.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118416.0','1045532.0','6',    '5','2','9244.78',    '4','2','4507.66',    '3','2','4737.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030153.0','1019965.0','14',    '12','4','36099.89',    '12','3','35639.91',    '5','2','459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118417.0','1045532.0','11',    '9','2','27441.39',    '9','2','4549.4',    '5','2','22891.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030154.0','1019990.0','8',    '6','2','9404.6',    '6','2','9404.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118418.0','1045557.0','65',    '55','23','130254.45',    '46','14','98434.09',    '32','15','31820.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030155.0','1019990.0','2',    '2','1','7171.55',    '1','1','6770.32',    '2','1','401.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118419.0','1045557.0','5',    '5','2','4796.17',    '5','1','4736.18',    '2','1','59.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030156.0','1019990.0','15',    '13','3','11696.1',    '9','2','4696.1',    '8','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118420.0','1045557.0','46',    '42','18','66535.76',    '42','17','63006.07',    '19','6','3529.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030157.0','1019990.0','7',    '6','1','3145.08',    '6','1','3145.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118421.0','1045557.0','13',    '11','5','9857.48',    '11','4','9397.5',    '3','2','459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030158.0','1019990.0','2',    '2','1','3765.22',    '2','1','3369.16',    '1','1','396.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118422.0','1045557.0','4',    '4','3','14578.09',    '4','3','14578.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030159.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118423.0','1045557.0','100',    '91','39','224359.1',    '89','35','214023.54',    '34','11','10335.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030160.0','1019990.0','4',    '3','3','8070.37',    '3','3','8070.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118424.0','1045557.0','1',    '1','1','497.7',    '0','0','0.0',    '1','1','497.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030161.0','1019990.0','32',    '24','12','64927.78',    '23','10','47636.93',    '9','6','17290.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118425.0','1045557.0','6',    '6','5','9737.76',    '6','5','9737.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030162.0','1019990.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118426.0','1045557.0','9',    '8','5','18227.53',    '8','5','17937.55',    '5','2','289.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030163.0','1019990.0','71',    '66','29','180454.48',    '63','26','161993.63',    '26','8','18460.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118427.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030164.0','1019990.0','3',    '3','3','9778.94',    '3','3','5756.0',    '2','1','4022.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118428.0','1045557.0','15',    '13','1','3174.9',    '12','1','3174.9',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030165.0','1019990.0','11',    '10','2','51251.0',    '10','2','51251.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118429.0','1045557.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030166.0','1019990.0','6',    '6','1','1842.0',    '6','1','1842.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118430.0','1045557.0','110',    '103','28','58622.81',    '103','24','55164.55',    '32','9','3458.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030167.0','1019990.0','2',    '2','2','12883.69',    '2','2','12883.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118431.0','1045557.0','5',    '4','1','4532.71',    '4','1','4532.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030168.0','1019990.0','3',    '3','2','14068.21',    '3','2','13432.99',    '2','2','635.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118432.0','1045557.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030169.0','1019990.0','1',    '1','1','8154.72',    '1','1','2458.0',    '1','1','5696.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118433.0','1045557.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030170.0','1019990.0','4',    '3','1','5795.19',    '3','1','5795.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118434.0','1045557.0','3',    '3','1','4490.68',    '3','1','4490.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030171.0','1019990.0','10',    '9','1','1559.4',    '9','1','1559.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118435.0','1045557.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030172.0','1019990.0','25',    '23','3','35220.88',    '23','3','35220.88',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118436.0','1045557.0','4',    '3','1','3035.37',    '3','1','3035.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030173.0','1019990.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118437.0','1045557.0','31',    '27','7','28910.28',    '26','7','28359.66',    '8','1','550.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030174.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118438.0','1045557.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030175.0','1019990.0','12',    '10','4','11816.52',    '10','4','11547.34',    '4','1','269.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118439.0','1045557.0','1',    '1','1','8284.5',    '1','1','8284.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030176.0','1019990.0','4',    '3','1','401.86',    '3','1','401.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118440.0','1045557.0','49',    '42','35','223789.85',    '42','31','154774.71',    '23','17','69015.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030177.0','1019990.0','17',    '12','10','111053.61',    '12','10','111053.61',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118441.0','1045557.0','33',    '26','4','23449.31',    '24','3','21642.56',    '17','3','1806.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030178.0','1019990.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118442.0','1045557.0','2',    '2','1','91.8',    '2','1','91.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030179.0','1019990.0','7',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118443.0','1045557.0','38',    '24','11','40708.11',    '18','9','30241.73',    '11','3','10466.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030180.0','1019990.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118444.0','1045557.0','5',    '5','2','3929.94',    '5','2','3929.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030181.0','1019990.0','39',    '36','16','97265.18',    '36','16','86846.21',    '9','4','10418.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118445.0','1045557.0','77',    '55','25','133414.06',    '41','21','107031.84',    '27','9','26382.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030182.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118446.0','1045557.0','173',    '148','44','167036.4',    '119','23','104224.3',    '97','33','62812.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030183.0','1019990.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118447.0','1045557.0','38',    '29','8','39159.69',    '26','5','14186.32',    '20','7','24973.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030184.0','1019990.0','15',    '13','7','31342.89',    '12','7','30235.19',    '5','2','1107.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118448.0','1045557.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030185.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118449.0','1045557.0','14',    '11','1','341.42',    '11','1','341.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030186.0','1019990.0','8',    '7','1','1456.0',    '5','1','1456.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118450.0','1045557.0','31',    '25','6','18979.71',    '23','5','11499.28',    '10','2','7480.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030187.0','1019990.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118451.0','1045557.0','179',    '153','73','273119.11',    '131','52','188256.16',    '84','33','84862.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030188.0','1019990.0','397',    '363','239','1169794.71',    '337','221','1025811.86',    '167','67','143982.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118452.0','1045557.0','2',    '2','1','240.72',    '2','1','240.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030189.0','1019990.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118453.0','1045557.0','33',    '29','5','18949.99',    '17','1','9726.0',    '21','4','9223.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030190.0','1019990.0','18',    '18','6','20420.08',    '17','5','17145.06',    '7','3','3275.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118454.0','1045557.0','6',    '6','1','4087.59',    '6','1','4087.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030191.0','1019990.0','3',    '2','1','728.0',    '2','1','728.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118455.0','1045557.0','64',    '35','12','23094.42',    '24','3','6274.04',    '25','10','16820.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030192.0','1019990.0','23',    '21','6','22920.16',    '20','6','22644.85',    '5','1','275.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118456.0','1045557.0','13',    '12','7','14151.57',    '12','7','14151.57',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030193.0','1019990.0','29',    '27','9','14891.44',    '26','8','14614.2',    '6','1','277.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118457.0','1045557.0','11',    '12','5','19785.25',    '12','4','17373.67',    '3','2','2411.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030194.0','1019990.0','15',    '14','7','74369.63',    '14','7','51319.73',    '7','3','23049.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118458.0','1045557.0','5',    '5','1','240.21',    '5','0','0.0',    '2','1','240.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030195.0','1019990.0','1',    '1','1','4377.31',    '1','1','4377.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118459.0','1045557.0','20',    '17','3','5643.44',    '17','2','5009.76',    '8','2','633.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030196.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118460.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030197.0','1019990.0','4',    '3','2','4421.68',    '3','2','4421.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118461.0','1045557.0','11',    '11','0','0.0',    '11','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030198.0','1019990.0','28',    '27','5','4370.54',    '27','3','3601.62',    '9','2','768.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118462.0','1045557.0','8',    '7','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030199.0','1019990.0','27',    '24','9','30585.86',    '24','8','28784.65',    '12','3','1801.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118463.0','1045557.0','7',    '5','3','10741.77',    '5','3','10348.06',    '1','1','393.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030200.0','1019990.0','15',    '13','4','18683.35',    '13','4','17787.76',    '6','1','895.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118464.0','1045557.0','2',    '2','1','999.62',    '2','1','999.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030201.0','1019990.0','9',    '8','1','6044.26',    '8','1','4944.33',    '3','1','1099.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118465.0','1045557.0','13',    '13','6','17901.23',    '13','6','17901.23',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030202.0','1019990.0','2',    '2','2','3351.28',    '1','0','0.0',    '2','2','3351.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118466.0','1045557.0','15',    '11','6','18228.54',    '11','5','15852.86',    '7','4','2375.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030203.0','1019990.0','3',    '3','1','2739.87',    '3','1','2739.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118467.0','1045557.0','27',    '24','10','42005.22',    '23','9','37802.52',    '7','3','4202.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030204.0','1019990.0','16',    '13','7','49049.0',    '13','6','44171.13',    '5','3','4877.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118468.0','1045557.0','167',    '123','40','114109.08',    '119','35','96485.3',    '33','10','17623.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030205.0','1019990.0','8',    '5','2','7034.6',    '5','2','6313.96',    '2','1','720.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118469.0','1045557.0','6',    '6','1','1988.7',    '5','1','1988.7',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030206.0','1019990.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118470.0','1045557.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030207.0','1019990.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118471.0','1045557.0','73',    '57','37','284981.89',    '55','36','254089.5',    '24','11','30892.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030208.0','1019990.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118472.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030209.0','1019990.0','5',    '4','1','4228.54',    '4','1','3441.12',    '2','1','787.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118473.0','1045557.0','34',    '31','12','27363.35',    '30','11','26150.19',    '12','2','1213.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030210.0','1019990.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118474.0','1045557.0','16',    '15','2','3023.67',    '15','2','2755.14',    '9','1','268.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030211.0','1019990.0','7',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118475.0','1045557.0','13',    '13','3','9692.04',    '13','3','8829.92',    '4','1','862.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030212.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118476.0','1045557.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030213.0','1019990.0','39',    '34','9','56092.33',    '34','9','52664.16',    '8','2','3428.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118477.0','1045557.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030214.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118478.0','1045557.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030215.0','1019990.0','9',    '8','2','7446.24',    '8','2','7446.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118479.0','1045557.0','6',    '6','3','14361.72',    '6','2','13531.61',    '1','1','830.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030216.0','1019990.0','326',    '295','143','624266.09',    '255','97','347264.04',    '226','99','277002.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118480.0','1045557.0','46',    '39','4','8634.31',    '36','4','7230.98',    '15','1','1403.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030217.0','1019990.0','32',    '29','11','58095.39',    '27','10','56872.88',    '12','1','1222.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118481.0','1045557.0','3',    '1','1','941.82',    '1','0','0.0',    '1','1','941.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030218.0','1019990.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118482.0','1045557.0','17',    '10','2','7632.48',    '8','1','632.48',    '6','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030219.0','1019990.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118483.0','1045557.0','8',    '7','4','8629.12',    '7','4','8357.04',    '3','1','272.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030220.0','1019990.0','8',    '7','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118484.0','1045557.0','170',    '138','54','232594.39',    '88','31','99984.96',    '115','42','132609.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030221.0','1019990.0','462',    '405','175','598965.34',    '358','116','444884.89',    '268','102','154080.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118485.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030222.0','1019990.0','14',    '8','4','12542.17',    '8','4','12542.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118486.0','1045557.0','10',    '8','2','922.11',    '8','1','692.12',    '4','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030223.0','1019990.0','33',    '30','8','34352.99',    '19','4','9364.57',    '24','7','24988.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118487.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030224.0','1019990.0','1',    '1','1','6854.17',    '1','1','6854.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118488.0','1045557.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030225.0','1019990.0','13',    '11','3','7329.11',    '10','1','6455.22',    '6','2','873.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118489.0','1045557.0','15',    '15','8','19586.39',    '15','8','14979.21',    '9','3','4607.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030226.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118490.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030227.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118491.0','1045557.0','5',    '4','2','2311.21',    '4','2','2311.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030228.0','1019990.0','7',    '2','1','3701.99',    '1','1','3701.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118492.0','1045557.0','101',    '91','47','239558.2',    '80','40','195421.75',    '59','22','44136.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030229.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118493.0','1045557.0','259',    '239','64','252150.12',    '236','62','241050.58',    '55','7','11099.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030230.0','1019990.0','87',    '87','12','12072.92',    '87','10','10998.8',    '44','3','1074.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118494.0','1045557.0','33',    '25','9','37259.95',    '24','3','13070.16',    '14','7','24189.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030231.0','1019990.0','1',    '1','1','291.96',    '1','1','291.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118495.0','1045557.0','356',    '291','128','771531.63',    '244','91','593811.84',    '175','66','177719.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030232.0','1019990.0','3',    '3','1','1813.13',    '2','1','1813.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118496.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030233.0','1019990.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118497.0','1045557.0','25',    '23','3','12210.07',    '21','3','12210.07',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030234.0','1019990.0','100',    '85','33','101101.51',    '72','22','58417.9',    '59','24','42683.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118498.0','1045557.0','15',    '14','3','12430.17',    '14','3','10422.11',    '6','2','2008.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030235.0','1019990.0','91',    '57','15','84141.93',    '29','6','35584.73',    '44','12','48557.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118499.0','1045557.0','5',    '5','1','884.72',    '5','1','884.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030236.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118500.0','1045557.0','18',    '15','3','2092.91',    '11','0','0.0',    '7','3','2092.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030237.0','1019990.0','92',    '80','22','69635.64',    '79','19','44980.02',    '32','7','24655.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118501.0','1045557.0','64',    '61','20','119976.14',    '61','20','110377.79',    '23','6','9598.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030238.0','1019990.0','4',    '3','2','5024.99',    '3','2','4254.52',    '2','1','770.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118502.0','1045557.0','17',    '17','7','44732.02',    '17','7','42366.98',    '9','2','2365.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030239.0','1019990.0','1',    '1','1','10466.54',    '1','1','10466.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118503.0','1045557.0','9',    '9','5','23310.39',    '8','3','15850.41',    '4','3','7459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030240.0','1019990.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118504.0','1045557.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030241.0','1019990.0','71',    '52','26','108159.7',    '44','24','87039.74',    '24','7','21119.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118505.0','1045557.0','52',    '40','13','29174.91',    '37','11','24837.2',    '15','4','4337.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030242.0','1019990.0','4',    '4','2','4065.18',    '4','2','4065.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118506.0','1045557.0','1',    '1','1','3584.29',    '1','1','3584.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030243.0','1019990.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118507.0','1045557.0','8',    '8','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030244.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118508.0','1045557.0','24',    '24','8','15063.66',    '24','7','14297.27',    '13','2','766.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030245.0','1019990.0','4',    '4','1','4132.33',    '4','1','4132.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118509.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030246.0','1019990.0','11',    '8','1','2793.22',    '8','1','2793.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118510.0','1045557.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030247.0','1019990.0','4',    '3','1','1842.0',    '3','1','1842.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118511.0','1045557.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030248.0','1019990.0','5',    '3','1','4066.36',    '3','1','2458.0',    '2','1','1608.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118512.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030249.0','1019990.0','2',    '2','1','2122.64',    '2','1','2122.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118513.0','1045557.0','158',    '142','42','137458.7',    '130','22','91360.16',    '104','31','46098.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001577.0',    '2030250.0','1019990.0','3',    '1','1','2139.8',    '1','1','2139.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006072.0',    '2118514.0','1045557.0','48',    '43','20','82692.18',    '42','18','63554.83',    '27','8','19137.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030251.0','1019990.0','15',    '14','8','25486.89',    '14','5','21263.79',    '8','6','4223.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118515.0','1045557.0','1',    '1','1','7000.0',    '1','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030252.0','1019990.0','142',    '127','95','760518.56',    '126','91','611752.47',    '70','42','148766.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118516.0','1045557.0','1129',    '1036','802','4304687.49',    '965','717','2561846.07',    '653','413','1742841.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030253.0','1019990.0','15',    '13','1','695.48',    '13','1','695.48',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118517.0','1045557.0','1',    '1','1','6871.41',    '0','0','0.0',    '1','1','6871.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030254.0','1019990.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118518.0','1045557.0','2',    '2','1','643.9',    '2','0','0.0',    '1','1','643.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030255.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118519.0','1045557.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030256.0','1019990.0','6',    '4','3','31786.81',    '4','3','31786.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118520.0','1045557.0','14',    '9','6','30360.08',    '9','6','30360.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030257.0','1019990.0','4',    '4','1','11366.25',    '4','1','11366.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118521.0','1045557.0','1483',    '1393','580','1284774.35',    '1370','514','1038002.85',    '756','194','246771.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030258.0','1019990.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118522.0','1045557.0','4',    '3','1','2684.43',    '3','1','2626.84',    '1','1','57.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030259.0','1019990.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118523.0','1045557.0','31',    '30','8','25273.42',    '28','6','18008.42',    '9','2','7265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030260.0','1019990.0','11',    '8','3','5397.32',    '8','2','4982.44',    '4','1','414.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118524.0','1045557.0','3',    '1','1','32300.0',    '1','1','32300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030261.0','1019990.0','20',    '18','4','38662.35',    '16','4','28934.92',    '8','3','9727.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118525.0','1045557.0','9',    '7','3','11915.54',    '7','3','11915.54',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030262.0','1019990.0','34',    '31','10','106495.19',    '30','9','95522.44',    '15','4','10972.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118526.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030263.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118527.0','1045557.0','172',    '164','41','71678.37',    '163','37','63578.6',    '87','15','8099.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030264.0','1019990.0','26',    '21','10','32891.84',    '20','8','32206.27',    '6','3','685.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118528.0','1045557.0','229',    '201','78','335343.13',    '171','61','285045.11',    '131','37','50298.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030265.0','1019990.0','14',    '13','9','22517.17',    '12','9','19748.22',    '7','2','2768.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118529.0','1045557.0','19',    '14','6','17236.5',    '11','6','17006.51',    '7','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030266.0','1019990.0','9',    '8','2','5466.53',    '8','2','5466.53',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118530.0','1045557.0','1',    '1','1','963.0',    '0','0','0.0',    '1','1','963.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030267.0','1019990.0','18',    '17','9','35165.11',    '17','9','34290.29',    '6','1','874.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118531.0','1045557.0','46',    '41','12','25241.84',    '41','11','24348.91',    '5','1','892.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030268.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118532.0','1045557.0','23',    '18','10','48089.86',    '18','8','42606.44',    '8','4','5483.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030269.0','1019990.0','78',    '70','25','39248.54',    '70','20','36180.54',    '29','6','3068.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118533.0','1045557.0','65',    '56','16','71188.12',    '47','11','49654.6',    '38','9','21533.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030270.0','1019990.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118534.0','1045557.0','47',    '40','11','39510.75',    '32','8','26939.92',    '17','3','12570.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030271.0','1019990.0','16',    '14','6','38481.9',    '14','6','36428.51',    '4','2','2053.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118535.0','1045557.0','28',    '23','3','16000.88',    '19','2','9000.88',    '10','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030272.0','1019990.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118536.0','1045557.0','10',    '9','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030273.0','1019990.0','38',    '30','9','45313.73',    '26','9','42700.1',    '16','2','2613.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118537.0','1045557.0','13',    '7','2','1795.75',    '7','2','1795.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030274.0','1019990.0','1315',    '1161','939','4752516.4',    '1090','887','4125101.96',    '551','229','627414.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118538.0','1045557.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030275.0','1019990.0','7',    '6','2','8990.0',    '3','0','0.0',    '4','2','8990.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118539.0','1045557.0','15',    '13','7','41228.89',    '13','7','40957.45',    '4','1','271.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030276.0','1019990.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118540.0','1045557.0','10',    '9','4','9752.67',    '8','4','9752.67',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030277.0','1019990.0','30',    '27','7','22018.28',    '27','7','22018.28',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118541.0','1045557.0','5',    '4','1','32900.0',    '4','1','32900.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030278.0','1019990.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118542.0','1045557.0','9',    '8','5','13303.75',    '7','2','8422.75',    '7','4','4881.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030279.0','1019990.0','15',    '14','3','8488.83',    '10','0','0.0',    '9','3','8488.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118543.0','1045557.0','5',    '5','3','5354.9',    '5','2','4257.54',    '2','2','1097.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030280.0','1019990.0','118',    '100','30','129325.24',    '94','24','93465.88',    '60','15','35859.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118544.0','1045557.0','1',    '1','1','10015.28',    '1','1','2274.0',    '1','1','7741.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030281.0','1019990.0','183',    '158','74','321926.42',    '145','65','255282.05',    '69','24','66644.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118545.0','1045557.0','10',    '9','2','6128.38',    '9','2','5582.62',    '4','1','545.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030282.0','1019972.0','6',    '6','2','6206.97',    '6','2','5265.11',    '5','1','941.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118546.0','1045539.0','15',    '13','1','12626.01',    '13','1','9339.6',    '5','1','3286.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030283.0','1019972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118547.0','1045539.0','151',    '128','63','306274.29',    '110','42','220595.98',    '93','45','85678.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030284.0','1019972.0','36',    '32','2','9843.44',    '32','2','9843.44',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118548.0','1045539.0','1',    '1','1','1222.36',    '1','1','1222.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030285.0','1019972.0','14',    '12','3','15683.54',    '12','3','13782.77',    '4','2','1900.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118549.0','1045539.0','1',    '1','1','7183.2',    '1','1','1780.0',    '1','1','5403.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030286.0','1019972.0','1',    '1','1','410.18',    '1','1','410.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118550.0','1045539.0','29',    '26','11','47183.0',    '22','9','34851.2',    '18','7','12331.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030287.0','1019972.0','46',    '34','14','72352.26',    '30','11','25530.71',    '21','11','46821.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118551.0','1045539.0','4',    '4','3','17576.65',    '4','3','17346.66',    '1','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030288.0','1019972.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118552.0','1045539.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030289.0','1019972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118553.0','1045539.0','15',    '15','4','17373.4',    '15','4','14451.15',    '10','2','2922.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030290.0','1019972.0','6',    '4','1','272.08',    '3','0','0.0',    '2','1','272.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118554.0','1045539.0','25',    '25','5','8818.58',    '24','5','8387.68',    '14','1','430.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030291.0','1019997.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118555.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001765.0',    '2030292.0','1019997.0','21',    '21','8','36687.75',    '20','8','30366.1',    '7','3','6321.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006074.0',    '2118556.0','1045564.0','125',    '110','68','274069.12',    '107','64','222543.9',    '69','19','51525.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030293.0','1019997.0','7',    '6','3','17467.77',    '6','3','17467.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118557.0','1045564.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030294.0','1019997.0','17',    '16','4','6067.25',    '16','2','5686.58',    '7','3','380.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118558.0','1045564.0','4',    '4','3','24184.44',    '3','3','20224.53',    '3','1','3959.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030295.0','1019997.0','13',    '14','7','52156.9',    '14','7','52156.9',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118559.0','1045564.0','48',    '43','20','94624.29',    '41','17','84406.46',    '14','5','10217.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030296.0','1019997.0','1',    '1','1','699.0',    '1','0','0.0',    '1','1','699.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118560.0','1045564.0','64',    '64','14','7805.23',    '63','11','6486.39',    '32','3','1318.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030297.0','1019997.0','1205',    '1149','360','646351.7',    '1135','309','579211.24',    '461','87','67140.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118561.0','1045564.0','8',    '7','3','44767.16',    '6','3','44767.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030298.0','1019997.0','71',    '64','16','57189.2',    '58','10','32059.08',    '37','9','25130.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118562.0','1045564.0','23',    '19','6','4905.37',    '19','4','3762.93',    '8','3','1142.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030299.0','1019997.0','18',    '12','4','28367.96',    '8','2','20613.75',    '11','3','7754.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118563.0','1045564.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030300.0','1019997.0','107',    '89','29','156488.92',    '72','22','119002.46',    '50','13','37486.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118564.0','1045564.0','14',    '12','1','1949.67',    '12','1','1805.94',    '4','1','143.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001794.0',    '2030301.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006079.0',    '2118565.0','1045564.0','1',    '1','1','11917.84',    '1','1','8828.38',    '1','1','3089.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030302.0','1019997.0','6',    '5','2','9625.58',    '4','2','8104.59',    '3','1','1520.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118566.0','1045564.0','8',    '7','4','23334.29',    '6','4','22119.48',    '3','1','1214.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030303.0','1019997.0','5',    '5','1','389.7',    '5','1','389.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118567.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030304.0','1019997.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118568.0','1045564.0','12',    '12','7','43605.46',    '12','6','40551.97',    '5','4','3053.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030305.0','1019997.0','97',    '71','19','55536.08',    '57','13','39134.29',    '48','11','16401.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118569.0','1045564.0','73',    '70','35','223313.24',    '70','34','198496.24',    '26','16','24817.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030306.0','1019997.0','12',    '6','2','4122.83',    '1','0','0.0',    '5','2','4122.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118570.0','1045564.0','7',    '5','3','15753.66',    '5','3','15112.9',    '1','1','640.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030307.0','1019997.0','183',    '149','116','548350.28',    '138','108','502983.82',    '53','19','45366.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118571.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030308.0','1019997.0','3',    '2','1','4758.03',    '2','1','4252.73',    '2','1','505.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118572.0','1045564.0','160',    '147','65','286574.61',    '133','41','209863.44',    '88','44','76711.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030309.0','1019997.0','14',    '12','5','37124.61',    '12','5','36580.45',    '3','1','544.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118573.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030310.0','1019997.0','10',    '6','2','2449.38',    '4','1','1442.0',    '4','2','1007.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118574.0','1045564.0','2',    '2','1','1930.79',    '2','1','1930.79',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030311.0','1019997.0','148',    '133','45','131028.36',    '116','19','71598.29',    '94','38','59430.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118575.0','1045564.0','38',    '28','7','18307.03',    '23','4','9392.93',    '18','5','8914.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030312.0','1019997.0','8',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118576.0','1045564.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030313.0','1019997.0','85',    '72','40','265756.83',    '64','36','223956.66',    '23','11','41800.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118577.0','1045564.0','37',    '32','16','116499.52',    '31','15','101400.16',    '12','7','15099.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030314.0','1019997.0','98',    '90','43','159021.0',    '75','22','91715.58',    '64','32','67305.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118578.0','1045564.0','1',    '1','1','3122.48',    '1','1','3067.79',    '1','1','54.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030315.0','1019997.0','70',    '63','30','188014.94',    '62','25','182148.67',    '24','14','5866.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118579.0','1045564.0','7',    '7','3','7106.54',    '7','3','7106.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030316.0','1019997.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118580.0','1045564.0','10',    '10','0','0.0',    '10','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030317.0','1019997.0','4',    '4','1','229.99',    '4','0','0.0',    '1','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118581.0','1045564.0','44',    '38','18','102933.03',    '38','18','70488.02',    '20','9','32445.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030318.0','1019997.0','11',    '10','4','14872.92',    '10','4','14872.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118582.0','1045564.0','57',    '47','16','44018.11',    '47','15','39344.82',    '16','4','4673.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030319.0','1019997.0','41',    '39','19','102727.38',    '38','14','87022.27',    '15','9','15705.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118583.0','1045564.0','4',    '3','1','395.64',    '3','1','395.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030320.0','1019997.0','59',    '54','27','190053.84',    '52','26','165790.29',    '30','11','24263.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118584.0','1045564.0','16',    '12','3','9421.76',    '8','2','2421.76',    '8','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030321.0','1019997.0','1',    '1','1','32900.0',    '1','1','32900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118585.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030322.0','1019997.0','6',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118586.0','1045564.0','89',    '76','24','76806.11',    '76','24','74429.75',    '25','4','2376.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030323.0','1019997.0','10',    '5','4','10937.96',    '5','3','9749.78',    '3','2','1188.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118587.0','1045564.0','7',    '4','2','3794.51',    '2','1','3564.52',    '4','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030324.0','1019997.0','15',    '15','7','11658.91',    '15','4','6210.0',    '10','5','5448.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118588.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030325.0','1019997.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118589.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030326.0','1019997.0','18',    '13','4','24193.21',    '11','2','4874.89',    '3','3','19318.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118590.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030327.0','1019997.0','87',    '60','14','77293.03',    '26','3','9142.03',    '44','11','68151.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118591.0','1045564.0','213',    '191','88','278172.09',    '177','63','184450.07',    '141','63','93722.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030328.0','1019997.0','59',    '51','24','127631.93',    '46','20','106142.26',    '30','10','21489.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118592.0','1045564.0','9',    '8','1','1743.92',    '8','1','1743.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030329.0','1019997.0','59',    '48','19','69256.33',    '43','11','54760.15',    '34','12','14496.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118593.0','1045564.0','27',    '25','6','14843.14',    '23','3','8808.4',    '14','4','6034.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030330.0','1019997.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118594.0','1045564.0','30',    '29','5','39009.85',    '24','2','29412.11',    '17','4','9597.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030331.0','1019997.0','7',    '5','1','5568.11',    '4','1','5568.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118595.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030332.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118596.0','1045564.0','20',    '20','6','17875.11',    '20','4','17249.06',    '5','2','626.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030333.0','1019997.0','17',    '16','11','67200.93',    '16','11','48843.65',    '7','4','18357.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118597.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030334.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118598.0','1045564.0','4',    '4','1','10254.31',    '4','1','10254.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030335.0','1019997.0','194',    '172','125','462653.75',    '161','114','402725.05',    '60','27','59928.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118599.0','1045564.0','13',    '12','6','24967.53',    '12','6','24173.53',    '3','1','794.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030336.0','1019997.0','14',    '9','5','16712.09',    '8','4','14658.41',    '4','2','2053.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118600.0','1045564.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030337.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118601.0','1045564.0','63',    '50','23','154432.42',    '46','20','141475.99',    '24','8','12956.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030338.0','1019997.0','21',    '18','10','99075.1',    '18','9','74497.71',    '7','4','24577.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118602.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030339.0','1019997.0','156',    '152','40','54464.96',    '152','28','40063.56',    '70','18','14401.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118603.0','1045564.0','7',    '6','3','1816.68',    '6','3','1816.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030340.0','1019997.0','4',    '4','2','5209.6',    '4','2','2779.05',    '3','1','2430.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118604.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030341.0','1019997.0','6',    '5','1','7584.1',    '5','1','6623.25',    '2','1','960.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118605.0','1045564.0','33',    '25','6','11579.26',    '25','6','11579.26',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030342.0','1019997.0','2',    '2','1','2100.0',    '2','1','2100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118606.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030343.0','1019997.0','9',    '8','5','5716.59',    '8','5','5716.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118607.0','1045564.0','2',    '2','1','9011.68',    '2','1','9011.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030344.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118608.0','1045564.0','120',    '116','34','57543.97',    '116','28','49071.12',    '68','18','8472.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030345.0','1019997.0','185',    '179','37','60633.2',    '179','29','56092.55',    '85','13','4540.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118609.0','1045564.0','3',    '3','2','32956.85',    '3','2','32956.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030346.0','1019997.0','21',    '19','16','48994.04',    '19','15','48720.34',    '7','1','273.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118610.0','1045564.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030347.0','1019997.0','5',    '5','2','12930.93',    '5','2','12305.35',    '1','1','625.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118611.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030348.0','1019997.0','24',    '23','5','26680.62',    '23','5','26680.62',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118612.0','1045564.0','15',    '13','6','9702.67',    '13','4','9080.19',    '5','2','622.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030349.0','1019997.0','60',    '38','13','63401.36',    '24','5','29156.45',    '23','10','34244.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118613.0','1045564.0','97',    '74','17','55127.92',    '51','3','4301.65',    '51','14','50826.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030350.0','1019997.0','1',    '1','1','9738.83',    '1','1','9738.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118614.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030351.0','1019997.0','19',    '15','9','90132.23',    '13','8','77343.74',    '8','4','12788.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118615.0','1045564.0','1',    '1','1','2950.25',    '1','1','2950.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030352.0','1019997.0','73',    '68','24','72452.86',    '68','20','68377.53',    '29','7','4075.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118616.0','1045564.0','10',    '10','5','16012.04',    '9','5','15617.98',    '6','1','394.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030353.0','1019997.0','34',    '31','13','48398.95',    '30','8','33962.14',    '16','8','14436.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118617.0','1045564.0','8',    '7','3','24331.04',    '7','3','22460.43',    '2','1','1870.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030354.0','1019997.0','12',    '9','1','1175.93',    '8','1','1175.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118618.0','1045564.0','20',    '15','1','4092.93',    '12','0','0.0',    '9','1','4092.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030355.0','1019997.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118619.0','1045564.0','28',    '22','7','56617.31',    '20','5','17629.02',    '14','5','38988.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030356.0','1019997.0','1',    '1','1','269.5',    '1','0','0.0',    '1','1','269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118620.0','1045564.0','5',    '5','1','1716.31',    '5','1','1716.31',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001781.0',    '2030357.0','1019997.0','2',    '2','1','745.79',    '2','1','745.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006076.0',    '2118621.0','1045564.0','5',    '5','1','390.89',    '5','0','0.0',    '2','1','390.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030358.0','1019997.0','20',    '17','11','88157.8',    '17','10','77763.08',    '6','3','10394.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118622.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030359.0','1019997.0','1',    '1','1','1170.36',    '1','1','1170.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118623.0','1045564.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030360.0','1019997.0','16',    '15','3','6611.08',    '15','2','5246.81',    '5','1','1364.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118624.0','1045564.0','17',    '16','5','25825.65',    '15','5','17671.75',    '8','2','8153.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030361.0','1019997.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118625.0','1045564.0','3',    '2','1','250.16',    '2','1','250.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030362.0','1019997.0','31',    '25','7','25329.36',    '19','4','13905.05',    '17','4','11424.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118626.0','1045564.0','2',    '2','1','6033.71',    '1','1','6033.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030363.0','1019997.0','117',    '84','17','60768.97',    '40','3','2933.72',    '73','15','57835.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118627.0','1045564.0','4',    '3','1','1378.68',    '3','1','1378.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030364.0','1019997.0','211',    '187','101','540573.65',    '173','81','470308.2',    '94','46','70265.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118628.0','1045564.0','26',    '22','9','42087.49',    '15','8','34595.59',    '14','3','7491.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030365.0','1019997.0','13',    '12','2','8182.25',    '12','2','8182.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118629.0','1045564.0','36',    '30','3','9982.7',    '19','3','9982.7',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030366.0','1019997.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118630.0','1045564.0','50',    '37','16','157196.55',    '27','10','25516.9',    '29','13','131679.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030367.0','1019997.0','30',    '27','9','8706.16',    '26','7','7417.85',    '6','3','1288.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118631.0','1045564.0','20',    '15','5','15122.05',    '11','3','7994.1',    '10','2','7127.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030368.0','1019997.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118632.0','1045564.0','2',    '2','1','571.34',    '2','1','571.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030369.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118633.0','1045564.0','44',    '34','11','31506.32',    '28','6','10524.19',    '23','8','20982.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030370.0','1019997.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118634.0','1045564.0','50',    '43','14','37494.38',    '42','13','36394.2',    '18','1','1100.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030371.0','1019997.0','50',    '31','21','124277.34',    '30','20','121857.45',    '7','2','2419.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118635.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001729.0',    '2030372.0','1019997.0','107',    '103','30','62419.75',    '102','27','57056.53',    '52','9','5363.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006081.0',    '2118636.0','1045564.0','9',    '5','2','8732.0',    '5','1','867.9',    '2','1','7864.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030373.0','1019997.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118637.0','1045564.0','1419',    '1214','862','5707919.09',    '1116','781','4120597.71',    '801','490','1587321.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030374.0','1019997.0','1',    '1','1','1003.31',    '1','1','1003.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118638.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030375.0','1019997.0','3',    '3','2','2894.18',    '3','2','2894.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118639.0','1045564.0','11',    '11','6','7660.11',    '11','5','5743.74',    '3','1','1916.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030376.0','1019997.0','64',    '56','34','228930.95',    '51','32','195512.96',    '32','9','33417.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118640.0','1045564.0','161',    '151','95','213084.05',    '145','92','190926.71',    '77','24','22157.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030377.0','1019997.0','5',    '4','2','2765.37',    '4','2','2765.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118641.0','1045564.0','91',    '75','25','140693.94',    '73','23','116806.15',    '21','7','23887.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030378.0','1019997.0','18',    '15','3','6230.88',    '12','2','5106.55',    '11','2','1124.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118642.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030379.0','1019997.0','91',    '76','49','188311.7',    '68','44','167040.64',    '43','17','21271.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118643.0','1045564.0','23',    '13','4','18042.0',    '2','1','1542.0',    '11','3','16500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030380.0','1019997.0','8',    '8','1','3061.07',    '8','1','3061.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118644.0','1045564.0','53',    '45','23','205585.62',    '41','20','190945.98',    '15','5','14639.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030381.0','1019997.0','453',    '421','158','328700.76',    '408','141','284656.1',    '222','48','44044.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118645.0','1045564.0','43',    '36','6','4719.44',    '29','5','3432.78',    '20','3','1286.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030382.0','1019997.0','95',    '94','21','33313.14',    '93','17','26836.18',    '40','11','6476.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118646.0','1045564.0','18',    '13','3','43131.21',    '11','2','32606.19',    '6','3','10525.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030383.0','1019997.0','19',    '10','6','40114.5',    '8','5','13194.16',    '5','2','26920.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118647.0','1045564.0','20',    '18','5','5985.42',    '17','2','3329.84',    '8','3','2655.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030384.0','1019997.0','1',    '1','1','1070.0',    '1','0','0.0',    '1','1','1070.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118648.0','1045564.0','2',    '2','2','9863.87',    '2','2','3336.0',    '2','2','6527.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030385.0','1019997.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118649.0','1045564.0','19',    '16','2','7550.0',    '13','0','0.0',    '7','2','7550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030386.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118650.0','1045564.0','1',    '1','1','392.77',    '1','0','0.0',    '1','1','392.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030387.0','1019997.0','23',    '19','6','8894.29',    '19','5','6490.06',    '6','2','2404.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118651.0','1045564.0','5',    '5','2','14000.0',    '0','0','0.0',    '5','2','14000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030388.0','1019997.0','26',    '24','8','8866.86',    '22','5','7795.3',    '9','4','1071.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118652.0','1045564.0','111',    '88','38','200799.07',    '74','21','142174.35',    '54','22','58624.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030389.0','1019997.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118653.0','1045564.0','9',    '7','2','17701.65',    '7','2','17701.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030390.0','1019997.0','22',    '20','6','26078.59',    '19','6','26078.59',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118654.0','1045564.0','38',    '34','15','91458.56',    '26','8','58770.46',    '26','11','32688.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030391.0','1019997.0','67',    '50','15','34284.26',    '50','10','25759.78',    '17','8','8524.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118655.0','1045564.0','20',    '15','4','31021.76',    '12','3','17954.94',    '9','3','13066.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030392.0','1019997.0','4',    '4','1','305.84',    '4','1','305.84',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118656.0','1045564.0','2',    '2','1','2836.52',    '1','1','2836.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2029025.0','1019997.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2117289.0','1045564.0','7',    '7','4','4989.44',    '7','4','4989.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030393.0','1019997.0','5',    '4','3','3892.74',    '4','3','3892.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118657.0','1045564.0','160',    '141','84','276589.98',    '127','59','160498.64',    '92','55','116091.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030394.0','1019997.0','4',    '4','2','9955.04',    '4','2','9955.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118658.0','1045564.0','36',    '32','13','107950.76',    '29','11','90195.8',    '16','8','17754.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030395.0','1019997.0','7',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118659.0','1045564.0','1',    '1','1','237.22',    '1','1','237.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030396.0','1019997.0','92',    '83','20','66448.35',    '76','13','37728.25',    '41','9','28720.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118660.0','1045564.0','36',    '29','3','14803.76',    '23','1','4678.76',    '14','2','10125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030397.0','1019997.0','17',    '14','8','20488.65',    '14','8','20092.59',    '5','1','396.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118661.0','1045564.0','1',    '1','1','3004.0',    '1','1','3004.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030398.0','1019997.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118662.0','1045564.0','75',    '60','9','27734.84',    '56','6','14952.18',    '25','6','12782.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030399.0','1019997.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118663.0','1045564.0','21',    '18','9','61487.77',    '18','9','60442.17',    '5','2','1045.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030400.0','1019997.0','1',    '1','1','759.61',    '1','1','759.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118664.0','1045564.0','22',    '16','10','38868.9',    '16','10','30890.54',    '8','3','7978.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030401.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118665.0','1045564.0','1',    '1','1','4352.64',    '1','1','3956.58',    '1','1','396.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030402.0','1019997.0','9',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118666.0','1045564.0','7',    '6','1','2238.82',    '5','1','1442.0',    '3','1','796.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030403.0','1019997.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118667.0','1045564.0','52',    '47','16','41954.64',    '44','10','37133.26',    '27','9','4821.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030404.0','1019997.0','221',    '189','144','474878.22',    '164','130','272034.54',    '107','69','202843.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118668.0','1045564.0','41',    '37','6','12770.85',    '27','2','4210.0',    '23','5','8560.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030405.0','1019997.0','427',    '278','204','2521353.48',    '269','197','2292393.46',    '134','46','228960.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118669.0','1045564.0','72',    '53','21','49751.94',    '43','17','31458.04',    '33','8','18293.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2029045.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2117309.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030406.0','1019997.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118670.0','1045564.0','20',    '19','6','27709.83',    '19','6','24743.85',    '9','3','2965.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030407.0','1019997.0','58',    '47','12','27238.32',    '46','10','25805.6',    '23','3','1432.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118671.0','1045564.0','25',    '20','9','56204.73',    '20','8','53351.12',    '4','2','2853.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030408.0','1019997.0','3',    '3','1','1091.54',    '3','0','0.0',    '2','1','1091.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118672.0','1045564.0','46',    '42','7','7529.73',    '41','7','7529.73',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030409.0','1019997.0','140',    '123','79','405610.84',    '121','77','327261.06',    '48','25','78349.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118673.0','1045564.0','30',    '23','9','28596.24',    '22','7','26334.61',    '13','4','2261.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030410.0','1019997.0','1',    '1','1','248.39',    '1','1','248.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118674.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2028662.0','1019997.0','276',    '244','149','395995.5',    '237','142','352894.86',    '127','27','43100.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2116926.0','1045564.0','3',    '2','1','21016.55',    '2','1','21016.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030411.0','1019997.0','8',    '7','1','9572.93',    '6','1','9572.93',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118675.0','1045564.0','1',    '1','1','9487.92',    '1','1','9487.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030412.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118676.0','1045564.0','162',    '136','48','224000.4',    '132','40','201161.56',    '54','18','22838.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030413.0','1019997.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118677.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030414.0','1019997.0','300',    '254','121','578337.97',    '226','85','415598.41',    '160','81','162739.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118678.0','1045564.0','35',    '30','10','53121.16',    '29','10','40648.93',    '15','3','12472.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030415.0','1019997.0','9',    '5','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118679.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030416.0','1019997.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118680.0','1045564.0','8',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2028892.0','1019997.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2117156.0','1045564.0','25',    '22','8','20520.45',    '21','8','20520.45',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030417.0','1019997.0','50',    '40','25','115375.13',    '40','24','113481.84',    '7','5','1893.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118681.0','1045564.0','12',    '11','2','7477.34',    '11','1','5883.71',    '7','1','1593.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030418.0','1019997.0','336',    '306','192','939196.75',    '297','167','768033.92',    '158','72','171162.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118682.0','1045564.0','371',    '363','102','148535.2',    '361','83','128353.54',    '204','38','20181.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030419.0','1019997.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118683.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030420.0','1019997.0','7',    '6','3','23581.01',    '6','3','23188.24',    '4','1','392.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118684.0','1045564.0','179',    '167','91','320802.16',    '167','88','281024.44',    '65','20','39777.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2028691.0','1019997.0','78',    '77','18','29335.82',    '77','16','25391.13',    '35','7','3944.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2116955.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030421.0','1019997.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118685.0','1045564.0','47',    '43','27','244811.42',    '42','27','228136.81',    '8','4','16674.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030422.0','1019997.0','13',    '10','7','45198.71',    '10','7','43150.46',    '6','2','2048.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118686.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2028790.0','1019997.0','13',    '11','0','0.0',    '9','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2117054.0','1045564.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030423.0','1019997.0','122',    '109','39','178073.83',    '94','26','122627.48',    '72','28','55446.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118687.0','1045564.0','2',    '2','1','493.24',    '2','1','493.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030424.0','1019997.0','6',    '5','2','7480.43',    '3','0','0.0',    '3','2','7480.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118688.0','1045564.0','29',    '21','13','53868.41',    '21','13','50321.07',    '9','5','3547.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030425.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118689.0','1045564.0','18',    '15','8','18703.0',    '14','6','17982.37',    '7','2','720.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030426.0','1019997.0','2',    '2','1','1708.4',    '1','0','0.0',    '2','1','1708.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118690.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030427.0','1019997.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118691.0','1045564.0','225',    '217','62','89616.78',    '216','56','75691.35',    '116','19','13925.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030428.0','1019997.0','25',    '24','10','55016.4',    '22','9','30821.08',    '7','3','24195.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118692.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030429.0','1019997.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118693.0','1045564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030430.0','1019997.0','15',    '14','2','6740.1',    '14','2','6740.1',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118694.0','1045564.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030431.0','1019997.0','39',    '33','12','61608.25',    '26','7','44842.45',    '26','7','16765.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118695.0','1045564.0','16',    '9','2','11804.55',    '9','2','11804.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030432.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118696.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030433.0','1019997.0','166',    '150','26','63677.36',    '139','20','51708.63',    '77','10','11968.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118697.0','1045564.0','25',    '25','1','2326.04',    '25','1','2208.03',    '14','1','118.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030434.0','1019997.0','53',    '53','20','29190.74',    '52','17','23798.72',    '25','7','5392.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118698.0','1045564.0','2',    '2','2','1787.32',    '2','2','1787.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030435.0','1019997.0','29',    '29','28','50043.72',    '29','28','45058.17',    '19','4','4985.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118699.0','1045564.0','1',    '1','1','2314.16',    '1','1','2314.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030436.0','1019997.0','1',    '1','1','7984.34',    '1','1','7984.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118700.0','1045564.0','4',    '4','2','6739.42',    '4','2','6465.72',    '3','1','273.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030437.0','1019997.0','10',    '6','1','500.0',    '5','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118701.0','1045564.0','5',    '4','2','8744.9',    '4','2','8744.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030438.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118702.0','1045564.0','9',    '8','1','2030.16',    '8','1','2030.16',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030439.0','1019997.0','1',    '1','1','1737.58',    '1','1','1737.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118703.0','1045564.0','39',    '30','6','12227.31',    '16','1','341.32',    '24','5','11885.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030440.0','1019997.0','2',    '2','2','3120.82',    '2','2','3120.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118704.0','1045564.0','25',    '21','5','26153.26',    '15','5','18524.76',    '12','2','7628.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030441.0','1019997.0','1',    '1','1','4340.42',    '1','1','4340.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118705.0','1045564.0','57',    '52','16','82949.84',    '47','13','42023.17',    '34','8','40926.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030442.0','1019997.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118706.0','1045564.0','26',    '18','5','13805.87',    '17','4','6805.87',    '6','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030443.0','1019997.0','19',    '16','3','7717.85',    '14','2','7239.16',    '8','2','478.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118707.0','1045564.0','43',    '37','5','13043.74',    '34','2','4533.74',    '11','4','8510.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2028672.0','1019997.0','57',    '48','32','250004.7',    '45','27','146688.53',    '35','25','103316.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2116936.0','1045564.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030444.0','1019997.0','315',    '303','125','371224.61',    '299','114','260837.67',    '162','46','110386.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118708.0','1045564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030445.0','1020019.0','23',    '16','6','13835.15',    '15','4','5438.55',    '6','3','8396.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118709.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030446.0','1020019.0','34',    '33','25','50774.91',    '33','25','50387.2',    '10','2','387.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118710.0','1045586.0','4',    '4','1','4014.64',    '4','1','4014.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030447.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118711.0','1045586.0','2',    '2','1','2422.99',    '2','1','2422.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030448.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118712.0','1045586.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030449.0','1020019.0','1',    '1','1','6631.39',    '1','1','6631.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118713.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030450.0','1020019.0','15',    '14','9','43470.95',    '14','8','36784.12',    '10','4','6686.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118714.0','1045586.0','4',    '4','3','5404.99',    '4','3','5404.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030451.0','1020019.0','1',    '1','1','7888.53',    '1','1','7888.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118715.0','1045586.0','4',    '3','1','7536.6',    '3','1','7536.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030452.0','1020019.0','10',    '9','6','26477.92',    '9','6','25668.46',    '3','1','809.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118716.0','1045586.0','81',    '79','23','55714.4',    '79','21','53123.6',    '24','4','2590.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030453.0','1020019.0','182',    '170','54','189874.68',    '158','39','114356.5',    '71','25','75518.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118717.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030454.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118718.0','1045586.0','86',    '71','18','21174.36',    '63','12','16146.29',    '33','7','5028.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030455.0','1020019.0','13',    '11','1','12003.16',    '11','1','12003.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118719.0','1045586.0','144',    '129','27','116972.95',    '127','25','114541.49',    '41','5','2431.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030456.0','1020019.0','1',    '1','1','7546.74',    '1','0','0.0',    '1','1','7546.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118720.0','1045586.0','192',    '174','70','159236.16',    '157','49','118883.58',    '100','33','40352.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030457.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118721.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030458.0','1020019.0','2',    '1','1','307.69',    '1','1','307.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118722.0','1045586.0','71',    '66','24','42854.4',    '64','20','37458.09',    '25','8','5396.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030459.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118723.0','1045586.0','63',    '60','18','43162.12',    '53','9','26074.13',    '42','11','17087.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030460.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118724.0','1045586.0','2',    '2','1','1285.34',    '2','1','1285.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030461.0','1020019.0','94',    '93','29','86926.59',    '90','23','62325.92',    '40','12','24600.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118725.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030462.0','1020019.0','19',    '17','5','14243.92',    '15','3','6420.22',    '11','3','7823.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118726.0','1045586.0','3',    '2','2','2344.59',    '2','2','2344.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2029005.0','1020019.0','2',    '2','1','2955.43',    '2','1','2955.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2117269.0','1045586.0','7',    '6','1','565.51',    '6','1','565.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030463.0','1020019.0','6',    '5','2','11429.75',    '5','2','11429.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118727.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030464.0','1020019.0','6',    '4','3','4245.61',    '4','2','3974.17',    '3','1','271.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118728.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030465.0','1020019.0','4',    '4','3','10702.0',    '4','3','10702.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118729.0','1045586.0','7',    '6','4','8964.27',    '6','3','7897.27',    '3','1','1067.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030466.0','1020019.0','29',    '21','11','15163.5',    '15','2','5303.39',    '18','9','9860.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118730.0','1045586.0','42',    '39','9','35492.41',    '37','7','14437.07',    '11','2','21055.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030467.0','1020019.0','2',    '1','1','795.37',    '1','1','795.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118731.0','1045586.0','63',    '62','22','80639.11',    '61','19','72873.21',    '23','5','7765.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030468.0','1020019.0','27',    '22','5','17142.84',    '16','2','2049.66',    '10','4','15093.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118732.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030469.0','1020019.0','250',    '203','48','208749.57',    '194','43','164720.63',    '96','19','44028.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118733.0','1045586.0','34',    '31','11','49661.85',    '30','11','41053.42',    '16','3','8608.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030470.0','1020019.0','9',    '7','4','18188.1',    '7','4','16394.98',    '2','1','1793.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118734.0','1045586.0','43',    '42','15','20591.81',    '41','14','20003.61',    '22','2','588.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030471.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118735.0','1045586.0','5',    '3','2','3952.49',    '3','2','3952.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030472.0','1020019.0','5',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118736.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030473.0','1020019.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118737.0','1045586.0','12',    '11','7','33453.7',    '11','7','30812.85',    '5','1','2640.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030474.0','1020019.0','15',    '14','5','7168.21',    '14','3','5659.29',    '2','2','1508.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118738.0','1045586.0','1',    '1','1','280.58',    '1','1','280.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030475.0','1020019.0','41',    '36','15','108667.65',    '35','14','91823.08',    '14','7','16844.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118739.0','1045586.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030476.0','1020019.0','2',    '2','2','1233.61',    '2','2','1233.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118740.0','1045586.0','23',    '22','9','33316.62',    '22','8','32167.92',    '12','3','1148.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030477.0','1020019.0','40',    '35','16','48061.06',    '34','13','45334.84',    '15','7','2726.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118741.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030478.0','1020019.0','79',    '77','28','68673.46',    '75','21','59404.84',    '30','8','9268.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118742.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030479.0','1020019.0','1472',    '1429','487','1411500.21',    '1387','401','1054763.65',    '668','155','356736.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118743.0','1045586.0','175',    '166','61','125346.13',    '156','50','99689.17',    '90','25','25656.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030480.0','1020019.0','5',    '5','2','10786.03',    '5','2','9023.27',    '2','1','1762.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118744.0','1045586.0','1',    '1','1','1330.23',    '1','1','1330.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030481.0','1020019.0','72',    '67','9','11735.0',    '64','6','8131.35',    '27','6','3603.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118745.0','1045586.0','7',    '7','1','7195.98',    '7','1','7195.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030482.0','1020019.0','17',    '16','2','4700.32',    '16','2','3872.14',    '7','1','828.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118746.0','1045586.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030483.0','1020019.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118747.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030484.0','1020019.0','166',    '150','61','172425.76',    '140','46','109508.23',    '85','28','62917.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118748.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030485.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118749.0','1045586.0','1',    '1','1','2374.0',    '1','1','2374.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2028842.0','1020019.0','0',    '1','1','5001.22',    '1','1','4727.52',    '1','1','273.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2117106.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030486.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118750.0','1045586.0','28',    '26','9','14733.03',    '26','8','13083.76',    '11','2','1649.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030487.0','1020019.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118751.0','1045586.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030488.0','1020019.0','5',    '5','4','3766.46',    '5','4','3766.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118752.0','1045586.0','4',    '4','1','841.56',    '4','1','841.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030489.0','1020019.0','1',    '1','1','2100.0',    '1','1','2100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118753.0','1045586.0','26',    '19','5','11060.43',    '19','4','10627.92',    '5','1','432.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030490.0','1020019.0','1',    '1','1','2598.03',    '1','1','2598.02',    '1','1','0.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118754.0','1045586.0','17',    '14','6','27505.27',    '14','4','6272.02',    '7','3','21233.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030491.0','1020019.0','28',    '26','11','55217.47',    '26','10','54757.49',    '9','2','459.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118755.0','1045586.0','29',    '27','16','45685.89',    '27','13','43562.8',    '7','4','2123.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2028797.0','1020019.0','9',    '8','4','26280.28',    '8','4','24059.85',    '1','1','2220.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2117061.0','1045586.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030492.0','1020019.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118756.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030493.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118757.0','1045586.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030494.0','1020019.0','17',    '16','9','72506.43',    '15','9','68045.74',    '5','2','4460.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118758.0','1045586.0','179',    '161','72','650991.78',    '158','66','388477.91',    '91','42','262513.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030495.0','1020019.0','45',    '41','13','70548.13',    '40','12','60304.06',    '18','7','10244.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118759.0','1045586.0','29',    '27','13','88630.42',    '26','13','74391.19',    '11','5','14239.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030496.0','1020019.0','10',    '8','3','4476.38',    '8','3','3805.65',    '2','2','670.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118760.0','1045586.0','7',    '6','2','15134.17',    '5','2','15134.17',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2028929.0','1020019.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2117193.0','1045586.0','9',    '9','1','1968.0',    '9','1','1968.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030497.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118761.0','1045586.0','4',    '4','1','4993.54',    '4','1','4993.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030498.0','1020019.0','15',    '14','9','37381.46',    '14','6','36631.5',    '4','4','749.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118762.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2028874.0','1020019.0','11',    '9','5','9023.61',    '9','5','8239.39',    '7','2','784.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2117138.0','1045586.0','3',    '3','1','2516.53',    '3','0','0.0',    '1','1','2516.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030499.0','1020019.0','2',    '1','1','850.0',    '1','1','850.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118763.0','1045586.0','22',    '16','8','20382.7',    '16','8','20116.43',    '6','1','266.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030500.0','1020019.0','13',    '10','2','4084.68',    '10','2','4084.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118764.0','1045586.0','8',    '7','1','2699.72',    '7','1','2699.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030501.0','1020019.0','31',    '30','15','70671.55',    '30','15','69503.57',    '7','2','1167.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118765.0','1045586.0','5',    '5','1','2491.1',    '5','1','2311.53',    '3','1','179.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030502.0','1020019.0','22',    '21','12','17394.24',    '21','12','16408.25',    '13','2','985.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118766.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030503.0','1020019.0','17',    '13','5','10180.0',    '12','5','10180.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118767.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030504.0','1020019.0','40',    '33','14','38456.78',    '32','12','35648.57',    '10','4','2808.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118768.0','1045586.0','3',    '3','2','2730.44',    '3','2','2730.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030505.0','1020019.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118769.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030506.0','1020019.0','2',    '2','2','2225.38',    '2','2','2225.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118770.0','1045586.0','12',    '10','1','2037.62',    '10','1','2037.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030507.0','1020019.0','13',    '11','6','32481.73',    '11','6','32481.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118771.0','1045586.0','6',    '6','2','2730.88',    '6','1','2230.88',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030508.0','1020019.0','3',    '2','1','2448.67',    '2','1','2448.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118772.0','1045586.0','1',    '1','1','4574.69',    '1','1','4302.61',    '1','1','272.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030509.0','1020019.0','10',    '9','3','10272.56',    '8','1','1668.0',    '7','3','8604.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118773.0','1045586.0','1',    '1','1','12960.16',    '1','1','12960.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030510.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118774.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030511.0','1020019.0','49',    '40','22','163822.71',    '38','21','159784.6',    '15','6','4038.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118775.0','1045586.0','17',    '15','7','75222.69',    '15','7','74992.7',    '2','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030512.0','1020019.0','21',    '15','6','16148.42',    '15','6','15628.45',    '4','2','519.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118776.0','1045586.0','210',    '181','74','220460.68',    '178','72','208093.07',    '71','11','12367.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030513.0','1020019.0','14',    '14','7','12216.05',    '14','7','12216.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118777.0','1045586.0','29',    '23','6','24076.03',    '20','6','24076.03',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030514.0','1020019.0','1',    '1','1','1184.59',    '1','1','1184.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118778.0','1045586.0','17',    '15','3','14518.63',    '15','3','14518.63',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030515.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118779.0','1045586.0','5',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2028683.0','1020019.0','6',    '5','2','3145.64',    '5','1','2207.65',    '2','1','937.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2116947.0','1045586.0','7',    '7','3','5161.47',    '7','3','5161.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030516.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118780.0','1045586.0','53',    '44','10','26085.61',    '42','9','23030.79',    '22','3','3054.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030517.0','1020019.0','2',    '1','1','2892.6',    '1','1','2892.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118781.0','1045586.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030518.0','1020019.0','69',    '62','52','303448.12',    '61','51','254167.59',    '36','14','49280.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118782.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030519.0','1020019.0','3',    '3','2','3276.25',    '3','2','1811.81',    '1','1','1464.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118783.0','1045586.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030520.0','1020019.0','1',    '1','1','2761.31',    '1','1','2761.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118784.0','1045586.0','1',    '1','1','6486.37',    '1','1','6486.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030521.0','1020019.0','3',    '1','1','3136.94',    '1','1','3136.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118785.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030522.0','1020019.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118786.0','1045586.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030523.0','1020019.0','6',    '5','1','10203.8',    '5','1','9134.81',    '1','1','1068.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118787.0','1045586.0','16',    '11','5','9986.56',    '11','5','9986.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030524.0','1020019.0','44',    '43','19','146431.63',    '42','18','126365.06',    '14','6','20066.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118788.0','1045586.0','4',    '3','1','391.36',    '3','0','0.0',    '2','1','391.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030525.0','1020019.0','3',    '3','3','2104.75',    '3','3','2104.74',    '2','1','0.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118789.0','1045586.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030526.0','1020019.0','4',    '4','2','23351.18',    '4','2','23351.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118790.0','1045586.0','1',    '1','1','2100.0',    '1','1','2100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030527.0','1020019.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118791.0','1045586.0','1',    '1','1','6255.1',    '1','1','2088.0',    '1','1','4167.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030528.0','1020019.0','11',    '11','2','4547.39',    '11','2','4547.39',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118792.0','1045586.0','3',    '3','3','9094.41',    '3','3','8054.09',    '1','1','1040.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030529.0','1020019.0','79',    '66','36','217561.33',    '65','34','172452.39',    '29','12','45108.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118793.0','1045586.0','1',    '1','1','8469.28',    '1','1','8469.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030530.0','1020019.0','5',    '4','1','14471.38',    '4','1','14471.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118794.0','1045586.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030531.0','1020019.0','3',    '2','1','2293.36',    '2','1','2293.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118795.0','1045586.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030532.0','1020019.0','53',    '51','21','70496.01',    '50','9','60668.66',    '31','16','9827.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118796.0','1045586.0','51',    '49','15','54538.76',    '49','12','50554.13',    '19','8','3984.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030533.0','1020019.0','20',    '14','6','13552.15',    '14','5','9925.3',    '4','1','3626.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118797.0','1045586.0','6',    '4','1','2105.64',    '4','1','2105.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030534.0','1020019.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118798.0','1045586.0','49',    '47','16','49363.91',    '44','13','47236.33',    '16','4','2127.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030535.0','1020019.0','8',    '7','4','5685.52',    '7','4','5685.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118799.0','1045586.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030536.0','1020019.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118800.0','1045586.0','19',    '18','8','12819.4',    '17','7','11483.12',    '8','2','1336.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030537.0','1020019.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118801.0','1045586.0','21',    '13','4','6309.77',    '13','4','5389.63',    '5','2','920.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030538.0','1020019.0','1',    '1','1','886.8',    '1','1','886.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118802.0','1045586.0','3',    '3','1','6710.32',    '2','1','6710.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030539.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118803.0','1045586.0','5',    '4','2','3463.05',    '4','2','2963.05',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030540.0','1020019.0','6',    '1','1','1696.86',    '1','1','1696.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118804.0','1045586.0','1',    '1','1','542.87',    '1','0','0.0',    '1','1','542.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030541.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118805.0','1045586.0','12',    '12','7','35542.6',    '12','6','27006.26',    '5','3','8536.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030542.0','1020019.0','1',    '1','1','13445.22',    '1','1','13445.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118806.0','1045586.0','39',    '31','10','19338.16',    '31','10','16491.38',    '16','2','2846.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030543.0','1020019.0','13',    '13','3','2037.55',    '13','2','1269.55',    '8','1','768.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118807.0','1045586.0','8',    '7','6','43389.24',    '7','6','40094.47',    '6','2','3294.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030544.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118808.0','1045586.0','1',    '1','1','4646.18',    '1','1','4646.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030545.0','1020019.0','24',    '22','7','74280.3',    '21','7','74280.3',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118809.0','1045586.0','38',    '33','12','34470.35',    '33','11','33517.21',    '10','3','953.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030546.0','1020019.0','3',    '2','1','1916.68',    '2','1','1916.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118810.0','1045586.0','10',    '10','4','3912.94',    '10','4','3912.94',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030547.0','1020019.0','5',    '5','1','10883.81',    '5','1','10883.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118811.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030548.0','1020019.0','1',    '1','1','1730.04',    '1','1','1730.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118812.0','1045586.0','3',    '3','2','14241.47',    '3','1','14011.48',    '1','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030549.0','1020019.0','35',    '29','11','42436.74',    '28','9','38829.16',    '10','5','3607.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118813.0','1045586.0','25',    '23','14','31899.91',    '23','14','26397.72',    '11','5','5502.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030550.0','1020019.0','26',    '22','11','41512.31',    '21','10','40677.11',    '5','4','835.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118814.0','1045586.0','12',    '11','4','11037.32',    '10','3','10771.05',    '5','1','266.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030551.0','1020019.0','100',    '86','33','199811.19',    '84','30','184183.7',    '33','9','15627.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118815.0','1045586.0','231',    '210','128','769768.87',    '204','105','502351.9',    '128','79','267416.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030552.0','1020019.0','1',    '1','1','2033.8',    '1','1','2033.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118816.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030553.0','1020019.0','1',    '1','1','1149.55',    '1','1','1149.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118817.0','1045586.0','1',    '1','1','1696.32',    '1','1','1696.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030554.0','1020019.0','17',    '13','1','202.47',    '12','0','0.0',    '3','1','202.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118818.0','1045586.0','16',    '15','6','43887.28',    '14','6','42597.75',    '6','1','1289.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030555.0','1020019.0','1',    '1','1','1547.53',    '1','1','1547.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118819.0','1045586.0','3',    '3','3','3808.65',    '3','3','3808.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030556.0','1020019.0','6',    '6','1','527.44',    '6','1','527.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118820.0','1045586.0','5',    '4','3','5911.44',    '4','3','5911.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030557.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118821.0','1045586.0','4',    '3','3','5299.11',    '3','3','5299.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030558.0','1020019.0','1',    '1','1','1061.88',    '1','1','1061.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118822.0','1045586.0','7',    '5','2','5013.51',    '5','2','5013.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030559.0','1020019.0','2',    '2','1','1534.0',    '2','1','1534.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118823.0','1045586.0','1',    '1','1','12611.11',    '1','1','12611.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030560.0','1020019.0','5',    '5','1','666.86',    '5','1','666.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118824.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030561.0','1020019.0','13',    '10','9','89287.3',    '10','9','85858.16',    '8','1','3429.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118825.0','1045586.0','23',    '19','11','96983.41',    '19','11','90053.93',    '9','3','6929.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030562.0','1020019.0','4',    '3','2','19788.17',    '3','2','19588.18',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118826.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030563.0','1020019.0','62',    '56','31','58643.29',    '56','30','48052.14',    '15','5','10591.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118827.0','1045586.0','9',    '6','3','16515.77',    '6','3','16515.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030564.0','1020019.0','47',    '38','25','163250.65',    '38','25','153491.78',    '15','3','9758.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118828.0','1045586.0','2',    '2','1','1095.85',    '2','1','1095.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030565.0','1020019.0','3',    '3','1','727.03',    '3','1','727.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118829.0','1045586.0','4',    '4','2','1812.8',    '4','2','1812.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030566.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118830.0','1045586.0','2',    '1','1','1119.63',    '1','1','1119.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030567.0','1020019.0','16',    '11','9','80335.54',    '11','9','68422.43',    '6','4','11913.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118831.0','1045586.0','13',    '13','3','34476.87',    '13','2','33672.74',    '8','2','804.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030568.0','1020019.0','6',    '6','3','2792.63',    '6','3','2792.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118832.0','1045586.0','7',    '5','4','15599.46',    '5','4','14813.92',    '2','1','785.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030569.0','1020019.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118833.0','1045586.0','4',    '4','4','30596.69',    '4','4','25311.32',    '2','1','5285.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030570.0','1020019.0','24',    '20','14','35279.08',    '20','13','29939.15',    '10','4','5339.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118834.0','1045586.0','4',    '3','1','385.22',    '3','1','385.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030571.0','1020019.0','29',    '28','4','12261.51',    '27','4','11868.74',    '7','1','392.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118835.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030572.0','1020019.0','8',    '8','2','21225.87',    '8','2','21225.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118836.0','1045586.0','8',    '7','2','3232.33',    '6','2','3232.33',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030573.0','1020019.0','10',    '6','5','60037.65',    '6','5','59225.33',    '2','1','812.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118837.0','1045586.0','69',    '56','18','103176.7',    '51','14','59909.45',    '28','11','43267.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030574.0','1020019.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118838.0','1045586.0','12',    '12','5','6184.49',    '12','5','6184.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030575.0','1020019.0','2',    '2','2','879.12',    '1','0','0.0',    '2','2','879.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118839.0','1045586.0','18',    '11','10','17907.41',    '11','10','17532.19',    '7','1','375.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030576.0','1020019.0','3',    '3','1','4808.91',    '3','1','4808.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118840.0','1045586.0','14',    '15','6','10052.2',    '13','5','6791.69',    '8','2','3260.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030577.0','1020019.0','5',    '4','3','5167.3',    '4','3','5167.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118841.0','1045586.0','5',    '5','4','8735.87',    '5','4','8735.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030578.0','1020019.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118842.0','1045586.0','7',    '5','4','25935.8',    '4','4','25935.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030579.0','1020019.0','7',    '6','5','14819.92',    '6','4','12200.62',    '4','2','2619.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118843.0','1045586.0','4',    '3','2','35282.8',    '3','2','35282.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030580.0','1020019.0','22',    '22','5','11042.19',    '22','5','11042.19',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118844.0','1045586.0','8',    '6','5','34782.25',    '6','5','34393.71',    '3','1','388.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030581.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118845.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030582.0','1020019.0','7',    '4','2','20843.22',    '4','2','18503.58',    '3','2','2339.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118846.0','1045586.0','4',    '4','2','6420.32',    '4','2','6420.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030583.0','1020019.0','10',    '7','4','18659.59',    '7','3','17756.17',    '3','2','903.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118847.0','1045586.0','5',    '5','3','3478.13',    '5','3','3478.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030584.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118848.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030585.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118849.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030586.0','1020019.0','1',    '1','1','1544.1',    '1','1','1544.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118850.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030587.0','1020019.0','10',    '7','5','30868.3',    '7','5','30868.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118851.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030588.0','1020019.0','29',    '21','14','23224.48',    '18','14','23224.48',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118852.0','1045586.0','26',    '19','4','6223.05',    '18','3','5674.47',    '7','1','548.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030589.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118853.0','1045586.0','1',    '1','1','2489.69',    '1','1','2489.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030590.0','1020019.0','136',    '93','74','893858.2',    '90','71','685755.59',    '54','33','208102.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118854.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030591.0','1020019.0','1',    '1','1','322.98',    '1','1','322.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118855.0','1045586.0','3',    '3','1','30392.7',    '3','1','30392.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030592.0','1020019.0','132',    '112','44','107441.79',    '110','41','98622.4',    '19','5','8819.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118856.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030593.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118857.0','1045586.0','38',    '34','27','258841.98',    '34','24','198314.4',    '21','15','60527.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030594.0','1020019.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118858.0','1045586.0','1',    '1','1','2840.14',    '1','1','2730.64',    '1','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030595.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118859.0','1045586.0','1',    '1','1','1585.85',    '1','1','1476.35',    '1','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030596.0','1020019.0','89',    '88','54','233931.33',    '86','39','173905.43',    '64','36','60025.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118860.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030597.0','1020019.0','1',    '1','1','289.83',    '1','0','0.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118861.0','1045586.0','1',    '1','1','1038.05',    '1','1','616.15',    '1','1','421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030598.0','1020019.0','1',    '1','1','289.83',    '1','0','0.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118862.0','1045586.0','18',    '17','9','27830.57',    '17','7','22498.09',    '9','5','5332.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030599.0','1020019.0','1',    '1','1','1347.26',    '1','1','1347.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118863.0','1045586.0','2',    '2','2','2953.73',    '2','1','1742.0',    '2','1','1211.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030600.0','1020019.0','5',    '5','3','15502.67',    '5','2','10084.25',    '3','2','5418.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118864.0','1045586.0','1',    '1','1','373.38',    '1','1','373.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030601.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118865.0','1045586.0','10',    '9','4','43321.44',    '9','4','35592.14',    '8','4','7729.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030602.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2118866.0','1045586.0','1',    '1','1','5973.63',    '1','1','5104.13',    '1','1','869.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030603.0','1020019.0','2',    '2','1','1742.0',    '2','1','1742.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118867.0','1045586.0','1',    '1','1','10748.36',    '1','1','9167.13',    '1','1','1581.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030604.0','1020019.0','2',    '2','2','1709.2',    '2','1','857.58',    '2','2','851.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118868.0','1045586.0','66',    '67','41','112664.46',    '65','31','86815.52',    '41','19','25848.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030605.0','1020019.0','1',    '1','1','3100.0',    '1','1','3100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118869.0','1045586.0','5',    '6','5','29126.39',    '6','5','25714.31',    '4','2','3412.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030606.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118870.0','1045586.0','8',    '8','5','58755.3',    '8','4','45343.1',    '6','4','13412.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030607.0','1020019.0','1',    '1','1','988.97',    '1','0','0.0',    '1','1','988.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118871.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030608.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118872.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030609.0','1020019.0','6',    '6','3','9977.78',    '6','1','6418.8',    '5','3','3558.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118873.0','1045586.0','7',    '6','4','20789.92',    '6','4','8801.42',    '5','4','11988.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030610.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118874.0','1045586.0','2',    '2','2','1369.22',    '2','2','1369.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030611.0','1020019.0','3',    '3','3','30162.62',    '3','2','24163.85',    '3','3','5998.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118875.0','1045586.0','1',    '1','1','888.79',    '1','0','0.0',    '1','1','888.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030612.0','1020019.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118876.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030613.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118877.0','1045586.0','3',    '1','1','12260.38',    '1','1','7652.11',    '1','1','4608.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030614.0','1020019.0','1',    '1','1','713.0',    '1','0','0.0',    '1','1','713.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118878.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030615.0','1020019.0','2',    '1','1','894.46',    '1','1','894.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118879.0','1045586.0','1',    '1','1','7271.83',    '1','1','5772.51',    '1','1','1499.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030616.0','1020019.0','12',    '12','6','35373.1',    '12','4','26581.22',    '8','5','8791.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118880.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030617.0','1020019.0','3',    '3','1','10192.98',    '3','1','10192.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118881.0','1045586.0','1',    '1','1','1965.87',    '1','0','0.0',    '1','1','1965.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030618.0','1020019.0','1',    '1','1','3435.45',    '1','1','1742.0',    '1','1','1693.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118882.0','1045586.0','1',    '1','1','4181.85',    '1','1','2942.85',    '1','1','1239.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030619.0','1020019.0','2',    '2','1','398.78',    '2','1','398.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118883.0','1045586.0','2',    '1','1','7356.51',    '1','1','1742.0',    '1','1','5614.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030620.0','1020019.0','26',    '25','16','57025.19',    '25','10','31734.78',    '20','12','25290.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118884.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030621.0','1020019.0','1',    '1','1','1590.36',    '1','1','1590.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118885.0','1045586.0','2',    '1','1','3800.0',    '1','1','3800.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030622.0','1020019.0','10',    '10','7','24655.8',    '10','5','15749.98',    '8','6','8905.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118886.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030623.0','1020019.0','1',    '1','1','866.6',    '1','1','866.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118887.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030624.0','1020019.0','1',    '1','1','4161.23',    '1','1','3871.4',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118888.0','1045586.0','1',    '1','1','3110.05',    '1','1','841.76',    '1','1','2268.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030625.0','1020019.0','2',    '2','2','2119.96',    '2','1','1830.13',    '2','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118889.0','1045586.0','1',    '1','1','11979.8',    '1','1','8468.88',    '1','1','3510.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030626.0','1020019.0','1',    '1','1','1879.58',    '1','1','1340.58',    '1','1','539.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118890.0','1045586.0','18',    '18','11','44989.92',    '18','8','39638.58',    '9','5','5351.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030627.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118891.0','1045586.0','18',    '18','9','62233.42',    '17','7','45154.86',    '14','7','17078.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030628.0','1020019.0','6',    '6','4','15808.64',    '6','4','12558.16',    '5','2','3250.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118892.0','1045586.0','1',    '1','1','125.64',    '1','0','0.0',    '1','1','125.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030629.0','1020019.0','2',    '2','1','988.97',    '2','0','0.0',    '2','1','988.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118893.0','1045586.0','1',    '1','1','269.5',    '1','0','0.0',    '1','1','269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030630.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118894.0','1045586.0','1',    '1','1','3973.56',    '1','1','2128.0',    '1','1','1845.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030631.0','1020019.0','1',    '1','1','1688.63',    '1','0','0.0',    '1','1','1688.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118895.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030632.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2118896.0','1045586.0','7',    '7','6','15759.03',    '7','2','12586.31',    '7','6','3172.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030633.0','1020019.0','1',    '1','1','2163.9',    '1','1','1742.0',    '1','1','421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118897.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030634.0','1020019.0','2',    '2','1','5089.07',    '2','1','1742.0',    '2','1','3347.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118898.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030635.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118899.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030636.0','1020019.0','3',    '3','2','11978.37',    '3','2','9408.73',    '2','2','2569.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118900.0','1045586.0','1',    '1','1','1463.91',    '1','0','0.0',    '1','1','1463.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030637.0','1020019.0','1',    '1','1','567.07',    '1','0','0.0',    '1','1','567.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118901.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030638.0','1020019.0','2',    '2','1','1021.36',    '2','1','1021.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118902.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030639.0','1020019.0','1',    '1','1','9108.11',    '1','1','3100.0',    '1','1','6008.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118903.0','1045586.0','1',    '1','1','1742.0',    '1','1','1742.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030640.0','1020019.0','1',    '1','1','2670.26',    '1','1','1742.0',    '1','1','928.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118904.0','1045586.0','1',    '1','1','1133.38',    '1','1','1133.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030641.0','1020019.0','1',    '1','1','639.59',    '1','1','217.69',    '1','1','421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118905.0','1045586.0','1',    '1','1','3100.0',    '1','1','3100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030642.0','1020019.0','6',    '6','4','8978.8',    '5','1','2128.0',    '5','4','6850.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118906.0','1045586.0','1',    '1','1','2873.38',    '1','1','373.38',    '1','1','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030643.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118907.0','1045586.0','1',    '1','1','2445.24',    '1','1','316.47',    '1','1','2128.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030644.0','1020019.0','1',    '2','2','5352.48',    '2','1','3025.04',    '2','2','2327.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118908.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030645.0','1020019.0','1',    '1','1','2465.79',    '1','1','1206.0',    '1','1','1259.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118909.0','1045586.0','96',    '96','56','204012.43',    '95','40','148669.64',    '65','36','55342.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030646.0','1020019.0','26',    '24','15','85186.66',    '24','11','51188.0',    '21','12','33998.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118910.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030647.0','1020019.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118911.0','1045586.0','2',    '1','1','18367.48',    '1','1','14584.3',    '1','1','3783.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030648.0','1020019.0','1',    '1','1','2997.5',    '1','1','2128.0',    '1','1','869.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118912.0','1045586.0','1',    '1','1','11258.8',    '1','1','11258.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030649.0','1020019.0','1',    '1','1','3333.17',    '1','1','2128.0',    '1','1','1205.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118913.0','1045586.0','3',    '3','2','6179.98',    '3','1','1742.0',    '3','2','4437.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030650.0','1020019.0','133',    '127','66','283848.92',    '125','49','197616.82',    '91','49','86232.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118914.0','1045586.0','28',    '26','20','164460.79',    '26','17','137131.27',    '23','16','27329.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030651.0','1020019.0','1',    '1','1','3460.8',    '1','1','3460.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118915.0','1045586.0','1',    '1','1','5037.96',    '1','1','1742.0',    '1','1','3295.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030652.0','1020019.0','1',    '1','1','2695.07',    '1','1','2128.0',    '1','1','567.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118916.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030653.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118917.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030654.0','1020019.0','1',    '1','1','2328.0',    '1','1','2328.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118918.0','1045586.0','12',    '13','10','70510.55',    '13','7','51124.37',    '12','9','19386.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030655.0','1020019.0','1',    '1','1','289.83',    '1','0','0.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118919.0','1045586.0','2',    '2','1','722.67',    '2','1','604.66',    '2','1','118.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030656.0','1020019.0','9',    '9','5','12199.42',    '9','4','10366.13',    '6','2','1833.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118920.0','1045586.0','1',    '1','1','3611.31',    '1','1','2128.0',    '1','1','1483.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030657.0','1020019.0','1',    '1','1','4482.37',    '1','1','3146.74',    '1','1','1335.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118921.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030658.0','1020019.0','1',    '1','1','2997.5',    '1','1','2128.0',    '1','1','869.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118922.0','1045586.0','4',    '4','4','12736.47',    '4','2','7010.66',    '4','3','5725.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030659.0','1020019.0','2',    '2','2','24990.14',    '2','1','24574.67',    '1','1','415.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118923.0','1045586.0','1',    '1','1','4139.09',    '1','1','1742.0',    '1','1','2397.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030660.0','1020019.0','1',    '1','1','579.67',    '1','0','0.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118924.0','1045586.0','1',    '1','1','140.37',    '1','1','140.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030661.0','1020019.0','1',    '1','1','567.07',    '1','0','0.0',    '1','1','567.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118925.0','1045586.0','1',    '1','1','2157.47',    '1','1','1742.0',    '1','1','415.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030662.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118926.0','1045586.0','1',    '1','1','1440.42',    '1','1','1440.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030663.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118927.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030664.0','1020019.0','1',    '1','1','14946.48',    '1','1','11235.97',    '1','1','3710.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118928.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030665.0','1020019.0','2',    '2','1','199.99',    '2','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118929.0','1045586.0','1',    '1','1','2056.05',    '0','0','0.0',    '1','1','2056.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030666.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118930.0','1045586.0','3',    '3','2','49689.11',    '3','2','44322.65',    '2','1','5366.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030667.0','1020019.0','53',    '52','29','148166.88',    '52','18','74762.87',    '40','26','73404.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118931.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030668.0','1020019.0','4',    '4','3','12435.22',    '4','2','10335.11',    '2','2','2100.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118932.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030669.0','1020019.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118933.0','1045586.0','2',    '2','1','1556.05',    '2','0','0.0',    '2','1','1556.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030670.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118934.0','1045586.0','1',    '1','1','3870.77',    '1','1','1742.0',    '1','1','2128.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030671.0','1020019.0','1',    '1','1','6091.12',    '1','1','6091.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2118935.0','1045586.0','12',    '12','6','16887.57',    '12','5','10969.7',    '11','4','5917.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030672.0','1020019.0','1',    '1','1','4420.96',    '1','1','2128.0',    '1','1','2292.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118936.0','1045586.0','1',    '1','1','593.99',    '1','0','0.0',    '1','1','593.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030673.0','1020019.0','1',    '1','1','579.67',    '1','0','0.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118937.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030674.0','1020019.0','1',    '1','1','1969.99',    '1','1','835.84',    '1','1','1134.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118938.0','1045586.0','45',    '44','21','208622.02',    '43','20','171501.94',    '34','17','37120.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030675.0','1020019.0','11',    '11','9','64314.59',    '11','9','46572.1',    '10','7','17742.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118939.0','1045586.0','1',    '1','1','2715.29',    '1','1','2715.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030676.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118940.0','1045586.0','1',    '1','1','1411.39',    '1','0','0.0',    '1','1','1411.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030677.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118941.0','1045586.0','1',    '1','1','989.5',    '1','0','0.0',    '1','1','989.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030678.0','1020019.0','5',    '5','2','4329.44',    '5','1','2835.29',    '3','2','1494.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118942.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030679.0','1020019.0','1',    '1','1','21239.93',    '1','1','21239.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118943.0','1045586.0','1',    '1','1','421.9',    '1','0','0.0',    '1','1','421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030680.0','1020019.0','1',    '1','1','2321.67',    '1','1','1742.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118944.0','1045586.0','38',    '39','22','98326.96',    '39','18','76450.82',    '32','15','21876.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030681.0','1020019.0','1',    '1','1','2128.0',    '1','1','2128.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118945.0','1045586.0','3',    '3','3','45930.33',    '3','3','35881.42',    '3','3','10048.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030682.0','1020019.0','5',    '5','2','26698.81',    '5','2','22673.07',    '4','1','4025.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118946.0','1045586.0','1',    '1','1','26974.15',    '1','1','20640.69',    '1','1','6333.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030683.0','1020019.0','1',    '1','1','170.0',    '1','0','0.0',    '1','1','170.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118947.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030684.0','1020019.0','3',    '2','2','8171.53',    '2','2','7111.36',    '1','1','1060.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118948.0','1045586.0','14',    '13','6','19504.45',    '12','4','13497.65',    '12','5','6006.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030685.0','1020019.0','1',    '1','1','5214.35',    '1','1','2128.0',    '1','1','3086.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118949.0','1045586.0','1',    '1','1','14159.3',    '1','1','12070.58',    '1','1','2088.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030686.0','1020019.0','121',    '120','64','333197.06',    '115','46','222401.48',    '86','46','110795.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118950.0','1045586.0','1',    '1','1','8286.43',    '1','1','6157.65',    '1','1','2128.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030687.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118951.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030688.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118952.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030689.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118953.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030690.0','1020019.0','14',    '12','9','19485.14',    '12','4','9525.6',    '12','9','9959.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118954.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030691.0','1020019.0','1',    '1','1','6368.07',    '1','1','1742.0',    '1','1','4626.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118955.0','1045586.0','3',    '2','2','7611.93',    '2','1','3000.1',    '2','2','4611.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030692.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118956.0','1045586.0','1',    '1','1','5914.25',    '1','1','2128.0',    '1','1','3786.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030693.0','1020019.0','1',    '1','1','9282.76',    '1','1','6120.0',    '1','1','3162.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118957.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030694.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118958.0','1045586.0','13',    '13','5','19136.23',    '13','4','9954.26',    '11','4','9181.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030695.0','1020019.0','2',    '2','2','3633.12',    '2','1','1742.0',    '2','2','1891.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2118959.0','1045586.0','4',    '4','2','5882.48',    '4','2','3484.0',    '3','2','2398.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030696.0','1020019.0','2',    '2','1','4521.26',    '2','1','2128.0',    '2','1','2393.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118960.0','1045586.0','1',    '1','1','2031.83',    '1','1','1742.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030697.0','1020019.0','2',    '2','1','9630.93',    '2','1','3100.0',    '2','1','6530.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118961.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030698.0','1020019.0','20',    '20','14','82156.97',    '19','13','54951.6',    '12','10','27205.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118962.0','1045586.0','13',    '12','8','49805.03',    '11','7','37375.75',    '11','7','12429.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030699.0','1020019.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118963.0','1045586.0','1',    '1','1','6338.66',    '1','1','4121.97',    '1','1','2216.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030700.0','1020019.0','8',    '7','3','3606.65',    '6','2','2881.98',    '5','1','724.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118964.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030701.0','1020019.0','2',    '2','1','3786.03',    '1','1','3277.2',    '2','1','508.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118965.0','1045586.0','1',    '1','1','3659.4',    '1','1','1395.26',    '1','1','2264.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030702.0','1020019.0','3',    '2','2','754.47',    '2','0','0.0',    '2','2','754.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118966.0','1045586.0','1',    '1','1','2128.0',    '1','1','2128.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030703.0','1020019.0','7',    '6','4','4117.86',    '5','1','1044.66',    '6','3','3073.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118967.0','1045586.0','1',    '1','1','7753.73',    '1','1','2128.0',    '1','1','5625.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030704.0','1020019.0','6',    '6','3','13472.4',    '6','2','10505.3',    '3','1','2967.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118968.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030705.0','1020019.0','1',    '1','1','929.17',    '1','0','0.0',    '1','1','929.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118969.0','1045586.0','1',    '1','1','4588.76',    '1','1','1742.0',    '1','1','2846.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030706.0','1020019.0','2',    '2','1','15468.51',    '2','1','11632.1',    '2','1','3836.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118970.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030707.0','1020019.0','1',    '1','1','421.9',    '1','0','0.0',    '1','1','421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118971.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030708.0','1020019.0','1',    '1','1','447.62',    '1','0','0.0',    '1','1','447.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2118972.0','1045586.0','3',    '3','1','3502.15',    '3','1','1742.0',    '3','1','1760.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030709.0','1020019.0','2',    '1','1','1092.74',    '1','0','0.0',    '1','1','1092.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118973.0','1045586.0','1',    '1','1','2901.33',    '1','1','1742.0',    '1','1','1159.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030710.0','1020019.0','52',    '51','28','131670.93',    '51','25','95141.92',    '32','14','36529.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118974.0','1045586.0','2',    '2','2','3458.19',    '2','2','3458.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030711.0','1020019.0','2',    '2','2','579.66',    '2','0','0.0',    '2','2','579.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118975.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2028910.0','1020019.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2117174.0','1045586.0','1',    '1','1','1068.9',    '1','1','1068.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030712.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118976.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030713.0','1020019.0','1',    '1','1','1321.9',    '1','0','0.0',    '1','1','1321.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2118977.0','1045586.0','1',    '1','1','3191.32',    '1','1','1742.0',    '1','1','1449.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030714.0','1020019.0','1',    '1','1','62.48',    '1','0','0.0',    '1','1','62.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118978.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030715.0','1020019.0','4',    '4','3','6014.8',    '4','2','4256.0',    '4','3','1758.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118979.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030716.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118980.0','1045586.0','3',    '3','2','18804.38',    '3','2','18804.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030717.0','1020019.0','1',    '1','1','2321.67',    '1','1','1742.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118981.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030718.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118982.0','1045586.0','98',    '96','69','336852.74',    '95','58','249983.27',    '76','50','86869.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030719.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118983.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030720.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118984.0','1045586.0','1',    '1','1','5178.07',    '1','1','1742.0',    '1','1','3436.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030721.0','1020019.0','76',    '72','46','310821.95',    '69','40','225945.35',    '60','40','84876.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118985.0','1045586.0','30',    '30','15','56064.48',    '28','8','27394.82',    '25','11','28669.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030722.0','1020019.0','5',    '5','1','923.49',    '2','0','0.0',    '5','1','923.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118986.0','1045586.0','1',    '1','1','6545.59',    '1','1','4415.03',    '1','1','2130.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030723.0','1020019.0','23',    '22','13','71668.0',    '22','8','49751.79',    '17','12','21916.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118987.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030724.0','1020019.0','49',    '47','32','166317.94',    '47','26','134557.43',    '36','20','31760.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118988.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030725.0','1020019.0','1',    '1','1','5894.89',    '1','1','2128.0',    '1','1','3766.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118989.0','1045586.0','1',    '1','1','3011.84',    '1','1','1742.0',    '1','1','1269.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030726.0','1020019.0','1',    '1','1','3031.05',    '1','1','1742.0',    '1','1','1289.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118990.0','1045586.0','4',    '4','1','7843.45',    '4','1','7040.36',    '3','1','803.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030727.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118991.0','1045586.0','1',    '1','1','2540.67',    '1','1','1742.0',    '1','1','798.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030728.0','1020019.0','1',    '1','1','3679.67',    '1','1','3100.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2118992.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030729.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118993.0','1045586.0','1',    '1','1','17643.5',    '1','1','8372.59',    '1','1','9270.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030730.0','1020019.0','31',    '31','21','58547.46',    '29','13','40268.26',    '24','15','18279.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2118994.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030731.0','1020019.0','4',    '2','2','3826.48',    '2','1','1742.0',    '2','2','2084.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118995.0','1045586.0','1',    '1','1','6051.05',    '1','1','2128.0',    '1','1','3923.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030732.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2118996.0','1045586.0','123',    '121','92','664668.21',    '120','82','468120.14',    '100','67','196548.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030733.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118997.0','1045586.0','1',    '1','1','1193.17',    '1','1','1193.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030734.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118998.0','1045586.0','1',    '1','1','2170.26',    '1','1','2170.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030735.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2118999.0','1045586.0','1',    '1','1','1159.33',    '1','0','0.0',    '1','1','1159.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030736.0','1020019.0','53',    '54','28','110455.65',    '53','19','83049.34',    '40','20','27406.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119000.0','1045586.0','1',    '1','1','10485.55',    '1','1','6910.45',    '1','1','3575.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030737.0','1020019.0','2',    '2','1','988.97',    '1','0','0.0',    '2','1','988.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119001.0','1045586.0','1',    '1','1','5057.44',    '1','1','5057.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030738.0','1020019.0','1',    '1','1','7925.67',    '1','1','2128.0',    '1','1','5797.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119002.0','1045586.0','1',    '1','1','711.73',    '1','0','0.0',    '1','1','711.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030739.0','1020019.0','8',    '8','5','9134.11',    '8','4','9008.47',    '5','1','125.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119003.0','1045586.0','19',    '15','11','104336.14',    '15','9','84596.4',    '11','6','19739.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030740.0','1020019.0','1',    '1','1','5958.69',    '1','1','5668.86',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119004.0','1045586.0','1',    '1','1','798.64',    '1','1','798.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030741.0','1020019.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119005.0','1045586.0','5',    '5','3','3250.08',    '4','1','1687.86',    '4','2','1562.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030742.0','1020019.0','1',    '1','1','9609.91',    '1','1','5817.7',    '1','1','3792.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119006.0','1045586.0','1',    '1','1','27661.17',    '1','1','18494.38',    '1','1','9166.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030743.0','1020019.0','1',    '1','1','2128.0',    '1','1','2128.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119007.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030744.0','1020019.0','58',    '57','41','179619.06',    '55','21','123371.78',    '46','35','56247.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119008.0','1045586.0','1',    '1','1','2934.75',    '1','1','1742.0',    '1','1','1192.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030745.0','1020019.0','67',    '67','49','382905.82',    '64','44','287136.1',    '56','34','95769.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119009.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030746.0','1020019.0','3',    '3','2','6253.26',    '3','0','0.0',    '3','2','6253.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119010.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030747.0','1020019.0','1',    '1','1','567.07',    '1','0','0.0',    '1','1','567.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119011.0','1045586.0','2',    '2','2','5602.38',    '2','2','5602.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030748.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119012.0','1045586.0','4',    '4','4','24368.96',    '4','4','15470.08',    '4','3','8898.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030749.0','1020019.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119013.0','1045586.0','1',    '1','1','1711.52',    '1','1','577.37',    '1','1','1134.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030750.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119014.0','1045586.0','1',    '1','1','9959.26',    '1','1','3706.0',    '1','1','6253.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030751.0','1020019.0','85',    '83','56','260679.78',    '80','39','150578.24',    '62','46','110101.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119015.0','1045586.0','1',    '1','1','929.17',    '1','0','0.0',    '1','1','929.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030752.0','1020019.0','1',    '1','1','1867.64',    '1','1','1742.0',    '1','1','125.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119016.0','1045586.0','284',    '281','146','434670.24',    '268','85','285339.17',    '244','120','149331.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030753.0','1020019.0','1',    '1','1','1688.63',    '1','0','0.0',    '1','1','1688.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119017.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030754.0','1020019.0','1',    '1','1','979.79',    '1','0','0.0',    '1','1','979.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119018.0','1045586.0','1',    '1','1','17186.69',    '1','1','12940.45',    '1','1','4246.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030755.0','1020019.0','1',    '1','1','4519.63',    '1','1','4393.99',    '1','1','125.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119019.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030756.0','1020019.0','1',    '1','1','14662.51',    '1','1','11213.48',    '1','1','3449.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119020.0','1045586.0','1',    '1','1','2642.0',    '1','1','1742.0',    '1','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030757.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119021.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030758.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119022.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030759.0','1020019.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119023.0','1045586.0','9',    '8','7','17735.82',    '8','5','9503.88',    '7','6','8231.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030760.0','1020019.0','6',    '6','5','14101.22',    '5','4','7649.18',    '6','5','6452.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119024.0','1045586.0','1',    '1','1','1159.33',    '1','0','0.0',    '1','1','1159.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030761.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119025.0','1045586.0','1',    '1','1','844.31',    '1','0','0.0',    '1','1','844.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030762.0','1020019.0','1',    '1','1','1742.0',    '1','1','1742.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119026.0','1045586.0','1',    '1','1','1744.82',    '1','1','1744.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030763.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119027.0','1045586.0','1',    '1','1','890.9',    '1','0','0.0',    '1','1','890.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030764.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119028.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030765.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119029.0','1045586.0','15',    '14','9','32061.94',    '14','5','21705.26',    '10','7','10356.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030766.0','1020019.0','1',    '1','1','940.67',    '1','0','0.0',    '1','1','940.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119030.0','1045586.0','1',    '1','1','22170.35',    '1','1','17781.9',    '1','1','4388.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030767.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119031.0','1045586.0','1',    '1','1','3021.67',    '1','1','1742.0',    '1','1','1279.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030768.0','1020019.0','1',    '1','1','4263.11',    '1','1','1742.0',    '1','1','2521.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119032.0','1045586.0','1',    '1','1','12380.41',    '1','1','8820.33',    '1','1','3560.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030769.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119033.0','1045586.0','1',    '1','1','289.83',    '1','0','0.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030770.0','1020019.0','5',    '3','3','43547.41',    '3','3','38421.1',    '3','2','5126.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119034.0','1045586.0','1',    '1','1','711.73',    '1','0','0.0',    '1','1','711.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030771.0','1020019.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119035.0','1045586.0','1',    '1','1','3555.46',    '1','1','1742.0',    '1','1','1813.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030772.0','1020019.0','1',    '1','1','2934.75',    '1','1','1742.0',    '1','1','1192.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119036.0','1045586.0','1',    '1','1','13376.13',    '1','1','11257.17',    '1','1','2118.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030773.0','1020019.0','1',    '1','1','1556.05',    '1','0','0.0',    '1','1','1556.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119037.0','1045586.0','1',    '1','1','8331.04',    '1','1','7751.37',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030774.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119038.0','1045586.0','24',    '23','13','51240.78',    '20','9','29264.48',    '19','13','21976.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030775.0','1020019.0','1',    '1','1','2321.67',    '1','1','1742.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119039.0','1045586.0','1',    '1','1','2128.0',    '1','1','2128.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030776.0','1020019.0','1',    '1','1','3914.9',    '1','1','3914.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119040.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030777.0','1020019.0','1',    '1','1','15187.44',    '1','1','11145.98',    '1','1','4041.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119041.0','1045586.0','28',    '25','14','94051.65',    '24','11','74682.64',    '14','9','19369.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030778.0','1020019.0','1',    '1','1','2128.0',    '1','1','2128.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119042.0','1045586.0','1',    '1','1','3200.93',    '1','1','2199.36',    '1','1','1001.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030779.0','1020019.0','7',    '8','6','17597.32',    '8','6','15316.73',    '6','5','2280.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119043.0','1045586.0','1',    '1','1','11811.97',    '1','1','11599.97',    '1','1','212.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030780.0','1020019.0','1',    '1','1','3100.0',    '1','1','3100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119044.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030781.0','1020019.0','3',    '3','3','3865.5',    '3','1','831.36',    '2','2','3034.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119045.0','1045586.0','2',    '2','2','10451.53',    '2','2','10451.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030782.0','1020019.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119046.0','1045586.0','1',    '1','1','2648.89',    '1','1','1742.0',    '1','1','906.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030783.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119047.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030784.0','1020019.0','15',    '16','12','42642.2',    '16','7','20919.94',    '16','11','21722.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119048.0','1045586.0','1',    '2','2','6828.85',    '2','2','6828.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030785.0','1020019.0','48',    '48','28','126300.75',    '47','23','87655.86',    '40','23','38644.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119049.0','1045586.0','451',    '438','252','905575.61',    '417','149','538296.43',    '375','214','367279.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030786.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119050.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030787.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119051.0','1045586.0','3',    '3','3','16823.25',    '3','3','11386.12',    '3','3','5437.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030788.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119052.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030789.0','1020019.0','273',    '269','137','636782.72',    '262','106','467783.13',    '202','101','168999.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119053.0','1045586.0','1',    '1','1','5952.0',    '1','1','1742.0',    '1','1','4210.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030790.0','1020019.0','1',    '1','1','700.0',    '1','0','0.0',    '1','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119054.0','1045586.0','1',    '1','1','125.64',    '1','0','0.0',    '1','1','125.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030791.0','1020019.0','46',    '41','17','77656.44',    '38','11','59711.28',    '35','14','17945.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119055.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030792.0','1020019.0','1',    '1','1','442.6',    '1','1','442.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119056.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030793.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119057.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030794.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119058.0','1045586.0','1',    '1','1','4505.95',    '1','1','4505.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030795.0','1020019.0','238',    '233','161','879792.99',    '232','126','634745.93',    '188','128','245047.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119059.0','1045586.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030796.0','1020019.0','5',    '5','4','27448.13',    '5','4','19322.43',    '4','4','8125.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119060.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030797.0','1020019.0','1',    '1','1','4459.6',    '1','1','1742.0',    '1','1','2717.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119061.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030798.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119062.0','1045586.0','2',    '2','2','17789.04',    '2','2','13751.81',    '2','2','4037.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030799.0','1020019.0','4',    '4','1','10187.04',    '4','1','6968.0',    '3','1','3219.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119063.0','1045586.0','156',    '138','77','290523.78',    '129','52','166276.9',    '117','68','124246.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030800.0','1020019.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119064.0','1045586.0','1',    '1','1','843.8',    '1','0','0.0',    '1','1','843.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030801.0','1020019.0','1',    '1','1','1104.27',    '1','1','1104.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119065.0','1045586.0','1',    '1','1','4374.55',    '1','1','1742.0',    '1','1','2632.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030802.0','1020019.0','13',    '13','12','37855.84',    '13','6','25218.64',    '13','11','12637.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119066.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030803.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119067.0','1045586.0','1',    '1','1','4831.64',    '1','1','2128.0',    '1','1','2703.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030804.0','1020019.0','1',    '1','1','1977.95',    '1','0','0.0',    '1','1','1977.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119068.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030805.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119069.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030806.0','1020019.0','8',    '8','8','30490.82',    '8','5','20667.85',    '8','8','9822.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119070.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030807.0','1020019.0','1',    '1','1','2505.37',    '1','1','2083.47',    '1','1','421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119071.0','1045586.0','1',    '1','1','5791.79',    '1','1','5791.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030808.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119072.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030809.0','1020019.0','1',    '1','1','289.83',    '1','0','0.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119073.0','1045586.0','7',    '5','5','16620.29',    '5','5','8656.26',    '5','3','7964.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030810.0','1020019.0','3',    '3','3','22641.81',    '3','2','13264.63',    '3','3','9377.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119074.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030811.0','1020019.0','1',    '1','1','2476.88',    '1','0','0.0',    '1','1','2476.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119075.0','1045586.0','2',    '2','2','9673.93',    '2','1','9260.93',    '1','1','413.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030812.0','1020019.0','1',    '1','1','525.99',    '1','0','0.0',    '1','1','525.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119076.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030813.0','1020019.0','1',    '1','1','5675.87',    '1','1','4103.09',    '1','1','1572.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119077.0','1045586.0','1',    '1','1','5502.38',    '1','1','1742.0',    '1','1','3760.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030814.0','1020019.0','2',    '2','1','3811.73',    '2','1','3100.0',    '2','1','711.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119078.0','1045586.0','1',    '1','1','9605.52',    '1','1','9605.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030815.0','1020019.0','4',    '4','2','4259.34',    '3','2','2980.54',    '3','2','1278.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119079.0','1045586.0','6',    '6','5','15143.12',    '6','5','15143.12',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030816.0','1020019.0','5',    '5','3','3320.75',    '5','0','0.0',    '5','3','3320.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119080.0','1045586.0','1',    '1','1','4034.12',    '1','1','4034.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030817.0','1020019.0','1',    '1','1','840.34',    '1','1','840.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119081.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030818.0','1020019.0','0',    '1','1','3100.0',    '1','1','3100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119082.0','1045586.0','1',    '1','1','2128.0',    '1','1','2128.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030819.0','1020019.0','14',    '14','9','31067.96',    '14','7','23961.43',    '7','5','7106.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119083.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030820.0','1020019.0','1',    '1','1','2823.47',    '1','0','0.0',    '1','1','2823.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119084.0','1045586.0','1',    '1','1','2420.71',    '1','1','1286.56',    '1','1','1134.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030821.0','1020019.0','8',    '8','6','33391.69',    '7','5','24679.5',    '6','4','8712.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119085.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030822.0','1020019.0','1',    '1','1','1159.33',    '1','0','0.0',    '1','1','1159.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119086.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030823.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119087.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030824.0','1020019.0','24',    '24','16','87025.29',    '24','15','68144.19',    '15','8','18881.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119088.0','1045586.0','5',    '5','4','45330.84',    '5','4','33711.39',    '4','3','11619.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030825.0','1020019.0','2',    '2','2','6435.74',    '2','2','3484.0',    '1','1','2951.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119089.0','1045586.0','1',    '1','1','895.3',    '1','0','0.0',    '1','1','895.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030826.0','1020019.0','2',    '2','2','21067.93',    '2','2','16151.61',    '2','2','4916.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119090.0','1045586.0','1',    '1','1','5127.88',    '1','1','4037.86',    '1','1','1090.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030827.0','1020019.0','7',    '7','5','20950.11',    '6','3','15984.55',    '7','5','4965.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119091.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030828.0','1020019.0','4',    '4','3','6131.36',    '4','2','2396.98',    '3','3','3734.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119092.0','1045586.0','1',    '1','1','4735.54',    '1','1','3507.03',    '1','1','1228.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030829.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119093.0','1045586.0','2',    '2','2','5797.89',    '2','1','3636.99',    '2','2','2160.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030830.0','1020019.0','221',    '219','109','451769.2',    '209','78','341302.07',    '177','79','110467.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119094.0','1045586.0','3',    '3','1','20166.3',    '2','1','17613.08',    '3','1','2553.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030831.0','1020019.0','1',    '1','1','10262.37',    '1','1','3100.0',    '1','1','7162.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119095.0','1045586.0','1',    '1','1','1134.15',    '1','0','0.0',    '1','1','1134.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030832.0','1020019.0','1',    '1','1','1899.92',    '1','1','765.78',    '1','1','1134.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119096.0','1045586.0','1',    '1','1','3010.38',    '1','1','1742.0',    '1','1','1268.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030833.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119097.0','1045586.0','2',    '1','1','6501.96',    '1','1','5091.34',    '1','1','1410.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030834.0','1020019.0','3',    '3','1','458.82',    '3','1','458.82',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119098.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030835.0','1020019.0','1',    '1','1','6044.26',    '1','1','3100.0',    '1','1','2944.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119099.0','1045586.0','1',    '1','1','18610.21',    '1','1','18610.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030836.0','1020019.0','8',    '8','4','36819.87',    '8','2','31054.77',    '7','4','5765.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119100.0','1045586.0','4',    '4','4','18111.35',    '4','3','13002.69',    '4','4','5108.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030837.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119101.0','1045586.0','1',    '1','1','4523.98',    '1','1','3100.0',    '1','1','1423.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030838.0','1020019.0','1',    '1','1','2769.7',    '1','1','2769.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119102.0','1045586.0','1',    '1','1','2437.52',    '1','1','2437.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030839.0','1020019.0','1',    '1','1','988.97',    '1','0','0.0',    '1','1','988.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119103.0','1045586.0','4',    '4','3','18674.11',    '4','3','8237.59',    '3','2','10436.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030840.0','1020019.0','1',    '1','1','1001.57',    '1','0','0.0',    '1','1','1001.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119104.0','1045586.0','1',    '1','1','4284.77',    '1','1','4284.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030841.0','1020019.0','1',    '1','1','4405.36',    '1','1','4405.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119105.0','1045586.0','11',    '11','5','14683.51',    '11','5','13234.34',    '8','3','1449.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030842.0','1020019.0','2',    '2','2','13688.9',    '2','2','8952.01',    '2','2','4736.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119106.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030843.0','1020019.0','1',    '1','1','9650.85',    '1','1','4351.0',    '1','1','5299.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119107.0','1045586.0','2',    '2','2','694.98',    '2','2','694.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030844.0','1020019.0','4',    '4','2','8327.46',    '4','1','2128.0',    '3','2','6199.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119108.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030845.0','1020019.0','5',    '5','4','31784.39',    '5','3','17972.85',    '5','4','13811.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119109.0','1045586.0','1',    '1','1','5123.04',    '1','1','4543.37',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030846.0','1020019.0','1',    '1','1','567.07',    '1','0','0.0',    '1','1','567.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119110.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030847.0','1020019.0','3',    '3','3','13233.72',    '3','1','9569.38',    '3','3','3664.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119111.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030848.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119112.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030849.0','1020019.0','1',    '1','1','9865.72',    '1','1','3100.0',    '1','1','6765.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119113.0','1045586.0','5',    '5','4','22120.09',    '5','2','16012.06',    '5','4','6108.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030850.0','1020019.0','1',    '1','1','1991.05',    '1','0','0.0',    '1','1','1991.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119114.0','1045586.0','8',    '7','5','46373.21',    '7','3','36261.74',    '6','4','10111.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030851.0','1020019.0','117',    '114','72','193572.42',    '110','41','123868.36',    '94','52','69704.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119115.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030852.0','1020019.0','1',    '1','1','3100.0',    '1','1','3100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119116.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030853.0','1020019.0','1',    '1','1','4396.29',    '1','1','2128.0',    '1','1','2268.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119117.0','1045586.0','5',    '5','3','8572.52',    '4','3','3073.47',    '4','2','5499.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030854.0','1020019.0','1',    '1','1','2707.92',    '1','1','2707.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119118.0','1045586.0','1',    '1','1','579.67',    '1','0','0.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030855.0','1020019.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119119.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030856.0','1020019.0','10',    '10','7','61649.74',    '10','7','46621.62',    '8','6','15028.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119120.0','1045586.0','1',    '1','1','2413.8',    '1','0','0.0',    '1','1','2413.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030857.0','1020019.0','39',    '37','24','127985.82',    '36','17','80842.32',    '31','20','47143.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119121.0','1045586.0','1',    '1','1','4090.22',    '1','1','3870.59',    '1','1','219.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030858.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119122.0','1045586.0','1',    '1','1','2128.0',    '1','1','2128.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030859.0','1020019.0','20',    '21','10','37388.97',    '21','8','32268.32',    '14','5','5120.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119123.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030860.0','1020019.0','2',    '2','1','1130.51',    '0','0','0.0',    '2','1','1130.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119124.0','1045586.0','1',    '1','1','3355.23',    '1','1','2195.9',    '1','1','1159.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030861.0','1020019.0','13',    '13','7','19069.58',    '13','5','10912.48',    '12','7','8157.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119125.0','1045586.0','2',    '2','2','23960.94',    '2','1','18643.42',    '2','2','5317.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030862.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119126.0','1045586.0','3',    '3','1','1615.47',    '3','0','0.0',    '3','1','1615.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030863.0','1020019.0','1',    '1','1','289.83',    '1','0','0.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119127.0','1045586.0','1',    '1','1','277.0',    '1','1','277.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030864.0','1020019.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119128.0','1045586.0','1',    '1','1','3551.47',    '1','1','2128.0',    '1','1','1423.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030865.0','1020019.0','2',    '2','2','11510.61',    '2','2','7346.13',    '2','2','4164.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119129.0','1045586.0','4',    '4','4','19368.16',    '4','1','10496.87',    '4','4','8871.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030866.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119130.0','1045586.0','1',    '1','1','7603.25',    '1','1','7603.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030867.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119131.0','1045586.0','1',    '1','1','6064.47',    '1','1','3706.0',    '1','1','2358.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030868.0','1020019.0','2',    '2','2','7077.59',    '2','1','1742.0',    '2','2','5335.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119132.0','1045586.0','2',    '2','2','34379.66',    '2','1','28768.11',    '2','2','5611.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030869.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119133.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030870.0','1020019.0','1',    '1','1','651.65',    '1','1','651.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119134.0','1045586.0','1',    '1','1','837.37',    '1','0','0.0',    '1','1','837.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030871.0','1020019.0','1',    '1','1','4489.32',    '1','1','4489.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119135.0','1045586.0','1',    '1','1','4586.02',    '1','1','3520.68',    '1','1','1065.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030872.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119136.0','1045586.0','1',    '1','1','421.9',    '1','0','0.0',    '1','1','421.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030873.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119137.0','1045586.0','1',    '1','1','31973.7',    '1','1','25059.82',    '1','1','6913.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030874.0','1020019.0','4',    '4','3','7177.15',    '4','3','6465.42',    '1','1','711.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119138.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030875.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119139.0','1045586.0','1',    '1','1','1183.67',    '1','0','0.0',    '1','1','1183.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030876.0','1020019.0','1',    '1','1','9173.27',    '1','1','7736.7',    '1','1','1436.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119140.0','1045586.0','1',    '1','1','7375.35',    '1','1','5241.47',    '1','1','2133.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030877.0','1020019.0','1',    '1','1','289.83',    '0','0','0.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119141.0','1045586.0','172',    '169','119','556025.73',    '166','90','381120.19',    '122','88','174905.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030878.0','1020019.0','1',    '1','1','5159.43',    '1','1','5159.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119142.0','1045586.0','1',    '1','1','9290.14',    '1','1','7064.08',    '1','1','2226.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030879.0','1020019.0','5',    '4','2','5126.98',    '4','2','3466.84',    '2','1','1660.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119143.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030880.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119144.0','1045586.0','4',    '4','2','8912.26',    '4','2','3067.02',    '1','1','5845.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030881.0','1020019.0','2',    '2','1','8524.39',    '2','1','8108.92',    '1','1','415.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119145.0','1045586.0','1',    '1','1','579.67',    '1','0','0.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030882.0','1020019.0','1',    '1','1','559.33',    '0','0','0.0',    '1','1','559.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119146.0','1045586.0','1',    '1','1','4919.63',    '1','1','3996.62',    '1','1','923.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030883.0','1020019.0','80',    '78','53','214436.57',    '78','37','157396.04',    '59','37','57040.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119147.0','1045586.0','1',    '1','1','7544.66',    '1','1','5041.53',    '1','1','2503.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030884.0','1020019.0','1',    '1','1','10040.54',    '1','1','10040.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119148.0','1045586.0','1',    '1','1','8947.71',    '1','1','2128.0',    '1','1','6819.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030885.0','1020019.0','1',    '1','1','10439.98',    '1','1','8454.7',    '1','1','1985.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119149.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030886.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119150.0','1045586.0','64',    '58','33','129399.17',    '55','21','79675.92',    '52','26','49723.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030887.0','1020019.0','50',    '50','29','135780.05',    '48','24','90111.2',    '34','21','45668.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119151.0','1045586.0','8',    '8','6','25472.28',    '8','5','15095.13',    '6','4','10377.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030888.0','1020019.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119152.0','1045586.0','4',    '4','3','9233.86',    '4','3','9233.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030889.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119153.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030890.0','1020019.0','1',    '1','1','5510.39',    '1','1','4615.01',    '1','1','895.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119154.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030891.0','1020019.0','1',    '1','1','12806.26',    '1','1','10267.96',    '1','1','2538.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119155.0','1045586.0','1',    '1','1','5643.05',    '1','1','3822.36',    '1','1','1820.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030892.0','1020019.0','40',    '33','17','46082.61',    '33','11','22482.15',    '28','15','23600.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119156.0','1045586.0','10',    '10','6','46783.53',    '9','4','32657.44',    '8','6','14126.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030893.0','1020019.0','1',    '1','1','18026.66',    '1','1','18026.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119157.0','1045586.0','2',    '2','1','1600.33',    '2','1','1506.34',    '2','1','93.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030894.0','1020019.0','133',    '127','93','464795.95',    '125','64','296577.85',    '113','86','168218.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119158.0','1045586.0','2',    '1','1','1095.07',    '1','0','0.0',    '1','1','1095.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030895.0','1020019.0','1',    '1','1','869.5',    '1','0','0.0',    '1','1','869.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119159.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030896.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119160.0','1045586.0','2',    '2','1','21559.46',    '2','1','18414.34',    '2','1','3145.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030897.0','1020019.0','2',    '2','2','2501.0',    '2','1','1742.0',    '2','2','759.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119161.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030898.0','1020019.0','4',    '4','3','5437.72',    '4','1','1742.0',    '3','3','3695.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119162.0','1045586.0','1',    '1','1','2500.01',    '1','0','0.0',    '1','1','2500.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030899.0','1020019.0','22',    '21','12','69042.79',    '20','11','44800.25',    '14','10','24242.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119163.0','1045586.0','1',    '1','1','5534.15',    '1','1','3100.0',    '1','1','2434.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030900.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119164.0','1045586.0','3',    '3','1','9027.07',    '3','1','7300.64',    '3','1','1726.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030901.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119165.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030902.0','1020019.0','2',    '2','1','16884.98',    '2','1','10466.4',    '2','1','6418.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119166.0','1045586.0','2',    '2','2','5261.05',    '2','2','5261.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030903.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119167.0','1045586.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030904.0','1020019.0','1',    '1','1','1675.84',    '1','1','1675.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119168.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030905.0','1020019.0','2',    '2','1','15912.75',    '2','1','13082.53',    '2','1','2830.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119169.0','1045586.0','1',    '1','1','4705.82',    '1','1','2128.0',    '1','1','2577.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030906.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119170.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030907.0','1020019.0','42',    '40','30','208177.3',    '40','27','145459.26',    '28','19','62718.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119171.0','1045586.0','1',    '1','1','4824.78',    '1','0','0.0',    '1','1','4824.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030908.0','1020019.0','1',    '1','1','10517.68',    '1','1','2128.0',    '1','1','8389.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119172.0','1045586.0','24',    '24','20','43449.64',    '23','10','20521.63',    '21','17','22928.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030909.0','1020019.0','38',    '36','19','73159.74',    '35','13','48534.52',    '32','14','24625.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119173.0','1045586.0','5',    '4','3','8368.68',    '4','2','3484.0',    '4','3','4884.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030910.0','1020019.0','2',    '2','2','8931.05',    '2','1','6213.17',    '2','2','2717.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119174.0','1045586.0','1',    '1','1','5562.1',    '1','1','5036.11',    '1','1','525.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030911.0','1020019.0','3',    '2','2','5558.0',    '2','2','5558.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119175.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030912.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119176.0','1045586.0','1',    '1','1','18920.04',    '1','1','18920.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030913.0','1020019.0','1',    '1','1','31805.49',    '1','1','28212.56',    '1','1','3592.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119177.0','1045586.0','2',    '2','1','6929.83',    '2','1','2128.0',    '2','1','4801.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030914.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119178.0','1045586.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030915.0','1020019.0','5',    '5','3','23823.83',    '5','3','13250.73',    '2','2','10573.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119179.0','1045586.0','7',    '7','7','63027.75',    '7','7','36544.49',    '6','6','26483.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030916.0','1020019.0','23',    '21','14','87080.77',    '21','13','62660.93',    '15','12','24419.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119180.0','1045586.0','1',    '1','1','4500.75',    '1','1','3366.6',    '1','1','1134.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030917.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119181.0','1045586.0','1',    '1','1','5843.43',    '1','1','1742.0',    '1','1','4101.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030918.0','1020019.0','1',    '1','1','2321.67',    '1','1','1742.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119182.0','1045586.0','1',    '1','1','15667.91',    '1','1','10352.33',    '1','1','5315.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030920.0','1020019.0','7',    '7','7','58527.75',    '7','7','37552.28',    '6','6','20975.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119184.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030921.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119185.0','1045586.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001749.0',    '2030922.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006082.0',    '2119186.0','1045586.0','1',    '1','1','32900.0',    '1','1','32900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030923.0','1020019.0','5',    '4','1','1088.66',    '4','0','0.0',    '3','1','1088.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119187.0','1045586.0','9',    '9','5','40343.28',    '9','5','28357.57',    '7','3','11985.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030924.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119188.0','1045586.0','2',    '2','1','3540.06',    '2','1','3430.56',    '2','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030925.0','1020019.0','1',    '1','1','8285.05',    '1','1','5453.39',    '1','1','2831.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119189.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030926.0','1020019.0','16',    '14','6','14733.47',    '12','4','7354.0',    '7','5','7379.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119190.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030927.0','1020019.0','1',    '1','1','4233.63',    '1','1','3100.0',    '1','1','1133.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119191.0','1045586.0','1',    '1','1','28318.74',    '1','1','22836.23',    '1','1','5482.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030928.0','1020019.0','1',    '1','1','3360.89',    '1','1','1742.0',    '1','1','1618.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119192.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030929.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119193.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030930.0','1020019.0','5',    '5','3','20644.9',    '5','2','12955.61',    '4','3','7689.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119194.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030931.0','1020019.0','1',    '1','1','5796.71',    '1','1','2892.97',    '1','1','2903.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119195.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030932.0','1020019.0','1',    '1','1','1581.39',    '1','0','0.0',    '1','1','1581.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119196.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030933.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119197.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030934.0','1020019.0','4',    '3','1','3480.58',    '3','1','2479.01',    '2','1','1001.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119198.0','1045586.0','52',    '50','32','93088.74',    '46','20','66550.52',    '47','25','26538.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030935.0','1020019.0','1',    '1','1','3100.0',    '1','1','3100.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119199.0','1045586.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030936.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119200.0','1045586.0','1',    '1','1','22913.57',    '1','1','22913.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030937.0','1020019.0','2',    '2','1','2416.58',    '2','1','2416.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119201.0','1045586.0','1',    '1','1','548.57',    '1','1','548.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030938.0','1020019.0','1',    '1','1','1742.0',    '1','1','1742.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119202.0','1045586.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030939.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119203.0','1045586.0','6',    '5','3','15577.35',    '5','3','13126.62',    '5','2','2450.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030940.0','1020019.0','1',    '1','1','4957.31',    '1','1','2563.38',    '1','1','2393.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119204.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030941.0','1020019.0','1',    '1','1','6473.14',    '1','1','3100.0',    '1','1','3373.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119205.0','1045586.0','1',    '1','1','10720.38',    '1','1','10720.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030942.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119206.0','1045586.0','1',    '1','1','954.14',    '1','0','0.0',    '1','1','954.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030943.0','1020019.0','3',    '3','2','5554.99',    '3','2','2360.86',    '2','2','3194.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119207.0','1045586.0','1',    '1','1','953.81',    '1','0','0.0',    '1','1','953.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030944.0','1020019.0','1',    '1','1','2948.99',    '1','1','2948.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119208.0','1045586.0','1',    '1','1','3295.04',    '1','0','0.0',    '1','1','3295.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030945.0','1020019.0','2',    '2','2','12934.81',    '2','1','10402.87',    '2','2','2531.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119209.0','1045586.0','1',    '1','1','3233.16',    '1','1','3233.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030946.0','1020019.0','1',    '1','1','1423.98',    '1','0','0.0',    '1','1','1423.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119210.0','1045586.0','1',    '1','1','17305.49',    '1','1','9838.87',    '1','1','7466.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030947.0','1020019.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119211.0','1045586.0','1',    '1','1','3679.67',    '1','1','3100.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030948.0','1020019.0','52',    '46','34','125362.91',    '41','23','82748.32',    '38','27','42614.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119212.0','1045586.0','2',    '2','2','11349.6',    '2','1','9187.41',    '2','2','2162.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030949.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119213.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030950.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119214.0','1045586.0','1',    '1','1','14757.77',    '1','1','12352.98',    '1','1','2404.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030951.0','1020019.0','136',    '135','77','385968.07',    '130','55','260840.81',    '116','59','125127.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119215.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030952.0','1020019.0','1',    '1','1','6494.65',    '1','1','1448.65',    '1','1','5046.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119216.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030953.0','1020019.0','1',    '1','1','1001.57',    '1','0','0.0',    '1','1','1001.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119217.0','1045586.0','69',    '70','54','314403.74',    '70','47','206155.76',    '58','41','108247.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030954.0','1020019.0','1',    '1','1','7620.41',    '1','1','1742.0',    '1','1','5878.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119218.0','1045586.0','1',    '1','1','2771.3',    '1','1','1742.0',    '1','1','1029.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030955.0','1020019.0','1',    '1','1','1540.68',    '1','0','0.0',    '1','1','1540.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119219.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030956.0','1020019.0','4',    '4','3','7915.03',    '4','2','3870.0',    '4','3','4045.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119220.0','1045586.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030957.0','1020019.0','1',    '1','1','125.64',    '1','0','0.0',    '1','1','125.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119221.0','1045586.0','2',    '2','2','4711.47',    '2','2','3481.02',    '1','1','1230.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030958.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119222.0','1045586.0','3',    '2','2','8739.31',    '2','2','4256.0',    '2','1','4483.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030959.0','1020019.0','1',    '1','1','6056.78',    '1','1','2128.0',    '1','1','3928.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119223.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030960.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119224.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030961.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119225.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030962.0','1020019.0','1',    '1','1','9560.95',    '1','1','7999.24',    '1','1','1561.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119226.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030963.0','1020019.0','1',    '1','1','2321.67',    '1','1','1742.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119227.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030964.0','1020019.0','1',    '1','1','7451.43',    '1','1','7451.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119228.0','1045586.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030965.0','1020019.0','1',    '1','1','289.83',    '1','0','0.0',    '1','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119229.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030966.0','1020019.0','12',    '12','7','25451.58',    '12','5','19611.74',    '11','6','5839.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119230.0','1045586.0','2548',    '2030','1169','7213050.6',    '1880','890','4948124.22',    '1579','919','2264926.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030967.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119231.0','1045586.0','1',    '1','1','5084.31',    '1','1','1742.0',    '1','1','3342.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030968.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119232.0','1045586.0','19',    '19','14','85130.67',    '19','13','61700.95',    '14','8','23429.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030969.0','1020019.0','1',    '1','1','289.99',    '1','0','0.0',    '1','1','289.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119233.0','1045586.0','2',    '2','1','2321.67',    '1','1','1742.0',    '2','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030970.0','1020019.0','1',    '1','1','469.92',    '1','1','469.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119234.0','1045586.0','76',    '73','58','463497.37',    '71','47','337971.72',    '58','46','125525.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030971.0','1020019.0','1',    '1','1','613.66',    '1','0','0.0',    '1','1','613.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119235.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030972.0','1020019.0','4',    '3','3','15089.88',    '3','2','10767.05',    '3','3','4322.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119236.0','1045586.0','8',    '7','4','4582.51',    '6','1','1742.0',    '7','3','2840.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030973.0','1020019.0','1',    '1','1','1217.61',    '1','0','0.0',    '1','1','1217.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119237.0','1045586.0','1',    '1','1','341.76',    '1','1','341.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030974.0','1020019.0','1',    '1','1','9737.47',    '1','1','8369.34',    '1','1','1368.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119238.0','1045586.0','4',    '4','3','19167.77',    '4','2','15892.25',    '4','3','3275.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030975.0','1020019.0','5',    '5','1','289.83',    '5','0','0.0',    '3','1','289.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119239.0','1045586.0','1',    '1','1','3251.03',    '1','1','1742.0',    '1','1','1509.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030976.0','1020019.0','1',    '1','1','5758.07',    '1','1','2128.0',    '1','1','3630.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119240.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030977.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119241.0','1045586.0','1',    '1','1','2619.6',    '1','1','2619.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030978.0','1020019.0','1',    '1','1','2521.7',    '1','1','2521.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119242.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030979.0','1020019.0','1',    '1','1','6788.69',    '1','1','2128.0',    '1','1','4660.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119243.0','1045586.0','2',    '1','1','580.46',    '1','1','580.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030980.0','1020019.0','1',    '1','1','3053.38',    '1','0','0.0',    '1','1','3053.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119244.0','1045586.0','1',    '1','1','19452.21',    '1','1','16328.52',    '1','1','3123.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030981.0','1020019.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119245.0','1045586.0','1',    '1','1','1868.94',    '1','0','0.0',    '1','1','1868.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030982.0','1020019.0','3',    '2','1','2901.33',    '1','1','1742.0',    '2','1','1159.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119246.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030983.0','1020019.0','1',    '1','1','3580.91',    '1','1','3100.0',    '1','1','480.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119247.0','1045586.0','1',    '1','1','2087.26',    '1','1','1742.0',    '1','1','345.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030984.0','1020019.0','2',    '2','2','6949.63',    '2','2','3484.0',    '2','2','3465.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119248.0','1045586.0','20',    '20','9','32310.77',    '20','6','20624.94',    '15','7','11685.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030985.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119249.0','1045586.0','132',    '130','96','790638.79',    '128','83','574447.36',    '106','73','216191.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030986.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119250.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030987.0','1020019.0','2',    '2','2','1080.37',    '2','1','239.69',    '1','1','840.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119251.0','1045586.0','5',    '5','5','5830.59',    '3','1','2106.38',    '5','4','3724.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030988.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119252.0','1045586.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030989.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119253.0','1045586.0','1',    '1','1','2870.93',    '1','1','1157.12',    '1','1','1713.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030990.0','1020019.0','1',    '1','1','2243.0',    '0','0','0.0',    '1','1','2243.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119254.0','1045586.0','1',    '1','1','32900.0',    '1','1','26279.94',    '1','1','6620.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030991.0','1020019.0','1',    '1','1','3109.4',    '0','0','0.0',    '1','1','3109.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119255.0','1045586.0','1',    '1','1','3964.95',    '1','1','2128.0',    '1','1','1836.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030992.0','1020019.0','1',    '1','1','5580.08',    '1','1','2128.0',    '1','1','3452.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119256.0','1045586.0','1',    '1','1','6904.11',    '1','1','5548.3',    '1','1','1355.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2030993.0','1020019.0','1',    '1','1','19408.81',    '1','1','13601.0',    '1','1','5807.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119257.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030994.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119258.0','1045586.0','1',    '1','1','4085.39',    '1','1','1742.0',    '1','1','2343.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2030995.0','1020019.0','1',    '1','1','25284.77',    '1','1','22412.14',    '1','1','2872.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119259.0','1045586.0','1',    '1','1','579.67',    '0','0','0.0',    '1','1','579.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030996.0','1020019.0','1',    '1','1','700.0',    '1','0','0.0',    '1','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119260.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030997.0','1020019.0','1',    '1','1','4000.0',    '0','0','0.0',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119261.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030998.0','1020019.0','255',    '247','42','46340.29',    '242','13','11073.38',    '106','32','35266.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119262.0','1045586.0','57',    '40','4','7095.65',    '40','1','1837.94',    '15','3','5257.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2030999.0','1020019.0','190',    '184','40','63422.14',    '183','21','43872.49',    '105','25','19549.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119263.0','1045586.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031000.0','1020019.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119264.0','1045586.0','573',    '561','84','128915.5',    '556','26','79036.2',    '298','63','49879.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031001.0','1020019.0','6',    '6','1','640.0',    '6','1','640.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119265.0','1045586.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031002.0','1020019.0','36',    '31','4','4712.17',    '31','4','3915.29',    '13','1','796.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119266.0','1045586.0','69',    '65','15','22912.76',    '65','5','4853.14',    '33','12','18059.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031003.0','1020019.0','12',    '12','2','1485.75',    '12','0','0.0',    '9','2','1485.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119267.0','1045586.0','2',    '2','1','880.72',    '2','1','540.0',    '1','1','340.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2031004.0','1020019.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119268.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031005.0','1020019.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119269.0','1045586.0','13',    '13','2','7627.59',    '13','0','0.0',    '6','2','7627.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031006.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119270.0','1045586.0','7',    '7','3','4003.54',    '7','2','2037.07',    '3','2','1966.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031007.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119271.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031008.0','1020019.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119272.0','1045586.0','1',    '1','1','1329.66',    '1','1','943.0',    '1','1','386.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031009.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119273.0','1045586.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031010.0','1020019.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119274.0','1045586.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031011.0','1020019.0','128',    '128','12','14182.64',    '123','5','10264.58',    '68','8','3918.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119275.0','1045586.0','70',    '70','9','8633.56',    '68','3','1475.18',    '37','7','7158.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031012.0','1020019.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119276.0','1045586.0','346',    '340','90','107082.78',    '338','29','56608.46',    '211','68','50474.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031013.0','1020019.0','45',    '43','17','21348.99',    '39','6','4088.17',    '28','15','17260.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119277.0','1045586.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031014.0','1020019.0','2',    '2','2','2203.9',    '2','2','2203.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119278.0','1045586.0','3',    '3','2','5349.67',    '3','2','5349.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031015.0','1020019.0','5',    '5','1','5127.85',    '5','1','5127.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119279.0','1045586.0','146',    '135','84','327992.9',    '133','80','306212.74',    '55','16','21780.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031016.0','1020019.0','6',    '6','5','7866.92',    '6','5','6215.92',    '2','1','1651.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119280.0','1045586.0','15',    '14','6','12321.34',    '14','6','12121.35',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031017.0','1020019.0','5',    '5','2','1059.23',    '5','1','859.24',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119281.0','1045586.0','69',    '59','36','203577.76',    '57','34','155129.49',    '25','12','48448.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031018.0','1020019.0','12',    '12','4','19608.54',    '12','4','19608.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119282.0','1045586.0','1',    '1','1','32900.0',    '1','1','24296.15',    '1','1','8603.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031019.0','1020019.0','17',    '11','6','47696.55',    '11','6','37262.86',    '5','3','10433.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119283.0','1045586.0','3',    '2','1','1221.16',    '2','1','1221.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031020.0','1020019.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119284.0','1045586.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031021.0','1020019.0','51',    '48','17','52942.53',    '45','16','52428.82',    '16','2','513.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119285.0','1045586.0','6',    '6','5','10566.76',    '6','5','9940.09',    '4','1','626.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031022.0','1020019.0','40',    '39','20','60306.05',    '38','19','60106.06',    '15','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119286.0','1045586.0','11',    '9','5','23786.23',    '9','5','23786.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031023.0','1020019.0','18',    '15','6','49381.71',    '15','6','37976.6',    '3','1','11405.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119287.0','1045586.0','9',    '7','4','78870.18',    '7','4','68146.06',    '2','1','10724.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031024.0','1020056.0','41',    '39','26','108656.5',    '39','25','104318.97',    '23','4','4337.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119288.0','1045623.0','1',    '1','1','32300.0',    '1','1','32300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031025.0','1020056.0','13',    '11','6','13389.81',    '11','6','13389.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119289.0','1045623.0','1',    '1','1','942.0',    '1','1','942.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031026.0','1020056.0','3',    '3','1','822.65',    '3','1','822.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119290.0','1045623.0','5',    '5','1','1872.16',    '5','1','1872.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031027.0','1020056.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119291.0','1045623.0','251',    '224','160','1873012.07',    '219','151','1610359.94',    '109','51','262652.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031028.0','1020056.0','10',    '9','7','30065.97',    '8','6','18026.23',    '3','2','12039.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119292.0','1045623.0','1',    '1','1','2295.22',    '1','1','2295.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031029.0','1020056.0','5',    '4','2','2207.39',    '4','2','2207.39',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119293.0','1045623.0','1',    '1','1','8204.88',    '1','1','8204.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031030.0','1020056.0','1',    '1','1','414.38',    '1','0','0.0',    '1','1','414.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119294.0','1045623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031031.0','1020056.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119295.0','1045623.0','52',    '51','37','190716.53',    '50','35','177161.72',    '28','3','13554.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2031032.0','1020056.0','1',    '1','1','6840.01',    '1','1','6840.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119296.0','1045623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031033.0','1020056.0','1',    '1','1','1116.0',    '1','1','1116.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119297.0','1045623.0','102',    '100','44','112461.51',    '99','44','100447.96',    '46','2','12013.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031034.0','1020056.0','16',    '14','9','36921.64',    '13','9','35750.96',    '7','2','1170.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119298.0','1045623.0','1',    '1','1','4303.43',    '1','1','4303.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031035.0','1020056.0','14',    '12','9','36737.56',    '12','9','36280.89',    '5','1','456.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119299.0','1045623.0','11',    '11','4','5596.7',    '11','4','5596.7',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031036.0','1020056.0','9',    '9','6','12663.8',    '9','6','12663.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119300.0','1045623.0','1',    '1','1','1637.2',    '1','1','1637.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031037.0','1020056.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119301.0','1045623.0','1',    '1','1','2197.28',    '1','1','2197.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031038.0','1020056.0','12',    '11','7','14476.12',    '11','7','14061.27',    '4','1','414.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119302.0','1045623.0','1',    '1','1','2483.0',    '1','1','2483.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031039.0','1020056.0','13',    '13','9','53374.76',    '13','9','51120.95',    '4','2','2253.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119303.0','1045623.0','5',    '3','1','566.08',    '3','1','566.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031040.0','1020056.0','2',    '2','1','863.36',    '2','1','863.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119304.0','1045623.0','1',    '1','1','12373.73',    '1','1','11105.35',    '1','1','1268.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031041.0','1020056.0','14',    '12','7','12353.2',    '11','7','12353.2',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119305.0','1045623.0','17',    '14','11','97342.19',    '14','11','88463.71',    '6','3','8878.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031042.0','1020056.0','3',    '3','3','29801.38',    '3','3','27625.33',    '2','2','2176.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119306.0','1045623.0','3',    '3','2','9110.44',    '3','2','9110.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031043.0','1020056.0','51',    '50','28','83564.68',    '50','27','73094.56',    '24','3','10470.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119307.0','1045623.0','17',    '15','7','21080.86',    '15','6','20466.02',    '8','2','614.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031044.0','1020056.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119308.0','1045623.0','3',    '3','2','2509.24',    '3','2','2509.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2031045.0','1020056.0','2',    '2','2','12291.05',    '2','2','12291.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119309.0','1045623.0','3',    '3','1','8211.0',    '3','1','824.0',    '2','1','7387.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031046.0','1020056.0','2',    '2','2','5474.49',    '2','2','5474.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119310.0','1045623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031047.0','1020056.0','5',    '5','4','22835.87',    '5','4','22835.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119311.0','1045623.0','5',    '5','1','1116.0',    '5','1','1116.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031048.0','1020056.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119312.0','1045623.0','2',    '2','2','10228.67',    '2','2','10228.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031049.0','1020056.0','1',    '1','1','7554.48',    '1','1','7554.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119313.0','1045623.0','10',    '9','7','60165.06',    '9','7','55432.85',    '5','3','4732.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031050.0','1020056.0','7',    '6','2','2556.49',    '6','2','2556.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119314.0','1045623.0','138',    '122','78','419131.53',    '116','76','361876.85',    '61','20','57254.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031051.0','1020056.0','254',    '237','107','504239.41',    '230','104','469426.55',    '102','13','34812.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119315.0','1045623.0','71',    '64','37','301874.66',    '63','37','275123.83',    '28','6','26750.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031052.0','1020064.0','2',    '2','1','4419.17',    '2','1','4419.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119316.0','1045631.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031053.0','1020064.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119317.0','1045631.0','2',    '1','1','824.0',    '1','1','824.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031054.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119318.0','1045631.0','1',    '1','1','684.11',    '1','1','684.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031055.0','1020064.0','2',    '2','1','5062.66',    '2','1','5062.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119319.0','1045631.0','11',    '11','4','5438.54',    '11','4','5438.54',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031056.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119320.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031057.0','1020064.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119321.0','1045631.0','1',    '1','1','10234.67',    '1','1','10234.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031058.0','1020064.0','4',    '4','2','10833.91',    '3','2','10136.4',    '4','1','697.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119322.0','1045631.0','30',    '28','18','168338.3',    '28','17','143627.06',    '18','7','24711.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031059.0','1020064.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119323.0','1045631.0','72',    '59','40','235072.02',    '56','39','192258.39',    '25','11','42813.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031060.0','1020064.0','1',    '1','1','8120.78',    '1','1','8120.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119324.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031061.0','1020064.0','1',    '1','1','6054.38',    '1','1','1410.0',    '1','1','4644.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119325.0','1045631.0','509',    '411','264','2332007.91',    '397','241','1839158.88',    '232','124','492849.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031062.0','1020064.0','1',    '1','1','1495.19',    '1','1','1495.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119326.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031063.0','1020064.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119327.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031064.0','1020064.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119328.0','1045631.0','30',    '22','19','192961.34',    '22','18','155420.36',    '16','11','37540.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031065.0','1020064.0','21',    '11','3','45330.0',    '9','2','34664.0',    '8','2','10666.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119329.0','1045631.0','1',    '1','1','11954.77',    '1','1','1410.0',    '1','1','10544.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031066.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119330.0','1045631.0','7',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031067.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119331.0','1045631.0','361',    '283','161','1948452.34',    '269','147','1544323.87',    '197','94','404128.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2031068.0','1020064.0','18',    '11','2','34652.92',    '5','2','34652.92',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119332.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031069.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119333.0','1045631.0','1',    '1','1','32900.0',    '1','1','32900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031070.0','1020064.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119334.0','1045631.0','1',    '1','1','32900.0',    '1','1','32900.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031071.0','1020064.0','1',    '1','1','13360.26',    '1','1','1410.0',    '1','1','11950.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119335.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031072.0','1020064.0','18',    '8','1','1410.0',    '7','1','1410.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119336.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031073.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119337.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031074.0','1020064.0','4',    '3','3','35640.77',    '3','3','35140.77',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119338.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031075.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119339.0','1045631.0','1',    '1','1','2471.62',    '0','0','0.0',    '1','1','2471.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031076.0','1020064.0','7',    '3','1','1410.0',    '3','1','1410.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119340.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031077.0','1020064.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119341.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031078.0','1020064.0','1',    '1','1','1434.0',    '1','1','1434.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119342.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031079.0','1020064.0','106',    '74','24','381154.73',    '70','21','333507.4',    '44','9','47647.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119343.0','1045631.0','19',    '14','6','29113.08',    '14','5','12665.16',    '8','4','16447.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031080.0','1020064.0','1',    '1','1','609.5',    '1','0','0.0',    '1','1','609.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119344.0','1045631.0','8',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031081.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119345.0','1045631.0','8',    '6','4','73707.51',    '6','4','73207.51',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031082.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119346.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031083.0','1020064.0','703',    '559','241','1652651.93',    '542','144','871744.59',    '379','198','780907.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119347.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031084.0','1020064.0','7',    '2','1','32900.0',    '2','1','32900.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119348.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2031085.0','1020064.0','1183',    '985','645','5132392.85',    '950','490','3015561.96',    '757','475','2116830.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119349.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031086.0','1020064.0','52',    '31','4','6290.22',    '28','3','2526.4',    '18','3','3763.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119350.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031087.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119351.0','1045631.0','19',    '12','4','81708.28',    '11','4','64077.44',    '8','2','17630.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031088.0','1020064.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119352.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031089.0','1020064.0','2',    '2','2','34718.26',    '2','2','33617.0',    '2','1','1101.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119353.0','1045631.0','1',    '1','1','2453.25',    '1','1','2453.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031090.0','1020064.0','8',    '5','2','5308.27',    '5','2','5108.28',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119354.0','1045631.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2026711.0','1020064.0','52',    '30','6','52974.96',    '22','5','39972.0',    '21','4','13002.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2114975.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031091.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119355.0','1045631.0','26',    '19','5','14773.19',    '19','2','10628.7',    '15','4','4144.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031092.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119356.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031093.0','1020064.0','492',    '384','132','541927.54',    '347','89','326055.12',    '244','93','215872.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119357.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031094.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119358.0','1045631.0','1',    '1','1','9652.0',    '1','1','1434.0',    '1','1','8218.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031095.0','1020064.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119359.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001766.0',    '2031096.0','1020064.0','9',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006083.0',    '2119360.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001827.0',    '2031097.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006085.0',    '2119361.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031098.0','1020064.0','865',    '751','111','414328.28',    '695','91','356312.52',    '278','35','58015.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119362.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031099.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119363.0','1045631.0','3',    '3','1','1641.63',    '3','1','1641.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031100.0','1020064.0','260',    '238','85','292609.89',    '234','78','284570.87',    '81','18','8039.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119364.0','1045631.0','47',    '45','11','4935.13',    '45','9','4473.95',    '15','2','461.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031101.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119365.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031102.0','1020064.0','432',    '397','141','541109.57',    '390','133','473115.04',    '161','30','67994.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119366.0','1045631.0','3',    '3','2','8971.72',    '3','2','8971.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031103.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119367.0','1045631.0','4',    '4','2','2068.63',    '4','2','2068.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031104.0','1020064.0','2',    '2','1','1582.12',    '2','1','1582.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119368.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031105.0','1020064.0','26',    '19','9','31098.48',    '19','9','26647.44',    '9','4','4451.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119369.0','1045631.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031106.0','1020064.0','37',    '36','8','8213.73',    '35','6','6216.96',    '12','3','1996.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119370.0','1045631.0','238',    '219','54','181600.32',    '206','47','160110.18',    '82','17','21490.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031107.0','1020064.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119371.0','1045631.0','55',    '51','8','35492.88',    '45','8','35492.88',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031108.0','1020064.0','23',    '22','5','11002.3',    '21','3','9179.81',    '7','2','1822.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119372.0','1045631.0','512',    '489','181','329095.19',    '481','172','298951.18',    '171','24','30144.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031109.0','1020064.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119373.0','1045631.0','639',    '593','189','478913.88',    '585','173','459181.94',    '213','34','19731.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031110.0','1020064.0','56',    '51','11','19001.98',    '48','10','13001.98',    '19','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119374.0','1045631.0','25',    '22','3','5456.2',    '20','3','4544.24',    '6','2','911.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031111.0','1020064.0','108',    '103','33','62189.4',    '101','32','54226.18',    '43','4','7963.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119375.0','1045631.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031112.0','1020064.0','6',    '5','2','1351.57',    '5','2','1351.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119376.0','1045631.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031113.0','1020064.0','1172',    '1056','331','853832.77',    '1021','294','760462.11',    '396','79','93370.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119377.0','1045631.0','805',    '716','163','407771.27',    '692','130','316723.0',    '274','59','91048.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031114.0','1020064.0','75',    '70','20','45856.45',    '69','19','45195.28',    '22','3','661.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119378.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031115.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119379.0','1045631.0','145',    '137','32','56555.27',    '132','19','41220.02',    '58','17','15335.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031116.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119380.0','1045631.0','12',    '12','5','12497.43',    '12','5','12221.8',    '2','1','275.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031117.0','1020064.0','20',    '20','4','9566.99',    '20','4','9566.99',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119381.0','1045631.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031118.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119382.0','1045631.0','7',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031119.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119383.0','1045631.0','140',    '91','24','40614.62',    '71','10','17157.03',    '51','16','23457.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031120.0','1020064.0','77',    '60','28','59038.26',    '59','27','49806.43',    '16','8','9231.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119384.0','1045631.0','51',    '36','11','57763.39',    '35','11','53923.95',    '6','2','3839.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031121.0','1020064.0','1',    '1','1','1949.49',    '1','1','1949.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119385.0','1045631.0','401',    '361','78','159456.83',    '345','63','130806.18',    '133','27','28650.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031122.0','1020064.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119386.0','1045631.0','148',    '136','51','139264.3',    '133','49','136558.13',    '44','5','2706.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031123.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119387.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031124.0','1020064.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119388.0','1045631.0','3',    '3','1','1199.46',    '3','1','1199.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031125.0','1020064.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119389.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031126.0','1020064.0','308',    '288','93','223880.59',    '282','85','218791.73',    '103','12','5088.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119390.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031127.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119391.0','1045631.0','98',    '90','13','20654.93',    '88','13','20654.93',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031128.0','1020064.0','3',    '3','2','9186.88',    '3','2','9186.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119392.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031129.0','1020064.0','275',    '245','57','201763.09',    '228','45','174213.53',    '110','28','27549.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119393.0','1045631.0','1',    '1','1','3606.35',    '1','1','1832.0',    '1','1','1774.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031130.0','1020064.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119394.0','1045631.0','17',    '16','7','5082.0',    '16','6','4680.77',    '3','1','401.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031131.0','1020064.0','909',    '797','261','801441.91',    '760','218','703481.85',    '336','100','97960.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119395.0','1045631.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031132.0','1020064.0','1',    '1','1','1592.0',    '1','1','1592.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119396.0','1045631.0','64',    '51','13','32324.15',    '46','8','22982.05',    '33','6','9342.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031133.0','1020064.0','123',    '113','47','137529.26',    '110','44','126797.1',    '39','9','10732.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119397.0','1045631.0','287',    '265','55','101316.72',    '264','43','82504.16',    '100','16','18812.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2026595.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2114859.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031134.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119398.0','1045631.0','45',    '41','18','38795.83',    '41','17','37690.3',    '12','3','1105.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031135.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119399.0','1045631.0','1',    '1','1','339.59',    '1','1','339.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031136.0','1020064.0','599',    '503','95','240527.77',    '453','57','140488.72',    '234','56','100039.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119400.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031137.0','1020064.0','35',    '32','12','20073.91',    '32','12','20073.91',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119401.0','1045631.0','1',    '1','1','1376.0',    '1','1','1376.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031138.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119402.0','1045631.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031139.0','1020064.0','24',    '24','11','50802.83',    '24','11','50282.12',    '6','2','520.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119403.0','1045631.0','1242',    '1093','305','1209922.94',    '1038','258','1034272.62',    '443','110','175650.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031140.0','1020064.0','87',    '83','32','44132.8',    '81','25','33339.65',    '35','13','10793.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119404.0','1045631.0','1',    '1','1','5071.8',    '1','1','5071.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031141.0','1020064.0','11',    '9','2','1060.0',    '8','2','560.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119405.0','1045631.0','499',    '450','169','560194.01',    '438','154','490761.67',    '175','33','69432.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031142.0','1020064.0','4',    '3','1','15012.51',    '3','1','15012.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119406.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031143.0','1020064.0','328',    '263','61','206939.42',    '227','52','163909.5',    '137','19','43029.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119407.0','1045631.0','48',    '40','16','28385.56',    '39','13','26224.46',    '18','5','2161.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031144.0','1020064.0','1108',    '1013','275','596919.49',    '975','235','502772.17',    '440','67','94147.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119408.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031145.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119409.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031146.0','1020064.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119410.0','1045631.0','87',    '78','29','89259.9',    '75','26','84127.98',    '31','7','5131.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031147.0','1020064.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119411.0','1045631.0','353',    '315','77','164798.52',    '306','69','146418.74',    '100','13','18379.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031148.0','1020064.0','108',    '95','22','39361.4',    '95','19','37703.57',    '26','5','1657.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119412.0','1045631.0','1',    '1','1','1064.0',    '1','1','1064.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031149.0','1020064.0','797',    '730','181','445774.64',    '702','158','404667.74',    '281','41','41106.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119413.0','1045631.0','748',    '681','195','487815.66',    '648','165','411364.27',    '301','55','76451.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031150.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119414.0','1045631.0','27',    '22','7','8186.57',    '22','7','8186.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031151.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119415.0','1045631.0','111',    '96','26','78260.73',    '93','24','76265.19',    '35','6','1995.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031152.0','1020064.0','11',    '11','1','233.94',    '11','1','233.94',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119416.0','1045631.0','45',    '37','12','32277.91',    '31','12','32277.91',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031153.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119417.0','1045631.0','5',    '4','2','1004.71',    '4','1','603.48',    '2','1','401.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026751.0','1020064.0','57',    '54','19','36624.32',    '53','19','35757.26',    '19','2','867.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2115015.0','1045631.0','761',    '676','175','431033.93',    '645','148','357876.14',    '312','55','73157.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031154.0','1020064.0','63',    '59','12','16293.21',    '58','10','15195.05',    '28','3','1098.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119418.0','1045631.0','9',    '8','5','6443.02',    '8','4','6040.85',    '2','1','402.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031155.0','1020064.0','1',    '1','1','2613.97',    '1','1','2064.0',    '1','1','549.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119419.0','1045631.0','53',    '45','5','22251.4',    '44','5','22051.41',    '10','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031156.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119420.0','1045631.0','431',    '385','126','335372.13',    '374','121','319954.9',    '99','12','15417.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031157.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119421.0','1045631.0','187',    '165','25','61328.72',    '160','20','51510.51',    '59','8','9818.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031158.0','1020064.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119422.0','1045631.0','1',    '1','1','2298.17',    '1','1','2298.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031159.0','1020064.0','85',    '63','26','93693.22',    '59','23','83892.64',    '21','4','9800.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119423.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031160.0','1020064.0','7',    '7','3','991.73',    '7','2','589.56',    '2','1','402.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119424.0','1045631.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031161.0','1020064.0','582',    '527','273','1502347.27',    '514','260','1165709.4',    '220','91','336637.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119425.0','1045631.0','143',    '140','81','162493.66',    '139','79','155118.13',    '62','17','7375.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031162.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119426.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031163.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119427.0','1045631.0','241',    '220','101','330110.85',    '219','96','308714.17',    '73','15','21396.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031164.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119428.0','1045631.0','576',    '538','125','274000.97',    '520','110','256985.33',    '209','27','17015.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031165.0','1020064.0','1',    '1','1','5239.57',    '1','1','1376.0',    '1','1','3863.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119429.0','1045631.0','392',    '357','88','282346.43',    '325','55','234137.12',    '203','47','48209.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031166.0','1020064.0','12',    '10','2','1763.7',    '10','2','1763.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119430.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031167.0','1020064.0','27',    '21','9','21005.9',    '21','6','18833.72',    '11','4','2172.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119431.0','1045631.0','310',    '272','128','508872.8',    '262','120','448333.77',    '123','29','60539.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031168.0','1020064.0','144',    '137','65','86981.46',    '135','63','81685.1',    '50','11','5296.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119432.0','1045631.0','276',    '258','70','139257.7',    '255','65','130495.37',    '92','11','8762.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031169.0','1020064.0','32',    '30','13','46340.36',    '29','11','44336.65',    '13','5','2003.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119433.0','1045631.0','1',    '1','1','2440.76',    '1','1','2440.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031170.0','1020064.0','9',    '9','3','7267.07',    '9','3','5928.04',    '4','1','1339.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119434.0','1045631.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031171.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119435.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031172.0','1020064.0','179',    '159','19','124227.77',    '155','18','119754.07',    '41','3','4473.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119436.0','1045631.0','371',    '300','112','264394.6',    '290','96','237741.98',    '109','26','26652.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031173.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119437.0','1045631.0','674',    '641','168','295949.9',    '631','148','264581.65',    '269','31','31368.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031174.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119438.0','1045631.0','35',    '35','21','35911.25',    '34','21','35855.39',    '14','1','55.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031175.0','1020064.0','12',    '11','1','1616.0',    '11','1','1616.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119439.0','1045631.0','4',    '2','1','841.25',    '2','0','0.0',    '1','1','841.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031176.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119440.0','1045631.0','228',    '191','45','120224.17',    '179','42','118213.58',    '76','5','2010.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031177.0','1020064.0','1244',    '1062','275','579199.87',    '963','166','379736.79',    '599','150','199463.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119441.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031178.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119442.0','1045631.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031179.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119443.0','1045631.0','81',    '76','23','78582.95',    '75','22','71987.2',    '30','7','6595.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031180.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119444.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031181.0','1020064.0','1911',    '1673','441','893681.85',    '1592','380','762590.31',    '723','107','131091.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119445.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031182.0','1020064.0','61',    '57','29','57540.62',    '57','29','52793.41',    '23','6','4747.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119446.0','1045631.0','32',    '32','10','11862.0',    '31','10','11862.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026492.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114756.0','1045631.0','370',    '351','130','236594.06',    '344','112','215918.14',    '128','33','20675.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031183.0','1020064.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119447.0','1045631.0','637',    '566','211','474749.67',    '536','191','432162.35',    '186','37','42587.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031184.0','1020064.0','4',    '2','1','373.65',    '2','1','373.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119448.0','1045631.0','164',    '154','47','97149.94',    '149','38','71199.34',    '66','14','25950.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031185.0','1020064.0','9',    '7','5','6610.3',    '7','5','6610.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119449.0','1045631.0','13',    '13','3','5641.0',    '13','3','5441.01',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031186.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119450.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031187.0','1020064.0','23',    '20','5','13890.57',    '20','5','13288.41',    '5','1','602.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119451.0','1045631.0','63',    '59','13','16806.89',    '57','10','12821.01',    '22','4','3985.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031188.0','1020064.0','1',    '1','1','402.17',    '1','0','0.0',    '1','1','402.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119452.0','1045631.0','6',    '6','2','8368.11',    '6','2','8368.11',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031189.0','1020064.0','143',    '133','31','67235.02',    '130','30','65580.59',    '43','3','1654.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119453.0','1045631.0','244',    '226','34','68210.06',    '222','27','64210.55',    '71','8','3999.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031190.0','1020064.0','189',    '155','56','158567.44',    '153','53','134906.71',    '51','10','23660.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119454.0','1045631.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031191.0','1020064.0','90',    '85','15','28859.26',    '82','10','26748.4',    '24','7','2110.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119455.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031192.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119456.0','1045631.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031193.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119457.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031194.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119458.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031195.0','1020064.0','1',    '1','1','1359.94',    '1','1','1359.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119459.0','1045631.0','91',    '79','26','86081.39',    '75','22','81247.58',    '37','11','4833.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031196.0','1020064.0','7',    '6','3','9731.22',    '6','3','9731.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119460.0','1045631.0','94',    '89','31','43963.39',    '89','31','43848.65',    '32','2','114.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031197.0','1020064.0','102',    '89','27','75293.75',    '79','16','37222.43',    '35','17','38071.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119461.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031198.0','1020064.0','1',    '1','1','289.99',    '1','0','0.0',    '1','1','289.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119462.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031199.0','1020064.0','320',    '291','140','405609.21',    '282','126','361984.09',    '106','38','43625.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119463.0','1045631.0','185',    '166','63','228981.73',    '158','60','207300.98',    '49','12','21680.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031200.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119464.0','1045631.0','502',    '426','156','695825.13',    '399','145','630776.77',    '154','32','65048.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031201.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119465.0','1045631.0','342',    '306','82','271037.25',    '285','75','256101.66',    '91','11','14935.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031202.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119466.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031203.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119467.0','1045631.0','7',    '6','3','7301.87',    '6','3','7301.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026734.0','1020064.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114998.0','1045631.0','45',    '41','13','22567.85',    '41','8','18059.71',    '21','9','4508.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031204.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119468.0','1045631.0','741',    '688','181','455124.07',    '672','166','431572.8',    '279','28','23551.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031205.0','1020064.0','46',    '41','11','14305.55',    '41','9','13013.61',    '17','3','1291.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119469.0','1045631.0','2',    '2','1','301.56',    '2','1','301.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031206.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119470.0','1045631.0','328',    '287','62','180687.44',    '273','54','170769.1',    '90','13','9918.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031207.0','1020064.0','106',    '98','29','41575.88',    '96','28','40287.93',    '27','3','1287.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119471.0','1045631.0','780',    '684','199','455659.09',    '668','182','417607.95',    '234','33','38051.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031208.0','1020064.0','51',    '43','13','31729.19',    '43','13','30707.14',    '15','2','1022.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119472.0','1045631.0','129',    '113','29','67076.42',    '110','28','64106.34',    '43','6','2970.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031209.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119473.0','1045631.0','175',    '156','63','122885.93',    '152','57','113426.19',    '64','14','9459.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031210.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119474.0','1045631.0','54',    '50','6','5263.52',    '49','5','3605.85',    '10','1','1657.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031211.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119475.0','1045631.0','135',    '118','38','90954.77',    '116','37','84284.46',    '40','8','6670.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031212.0','1020064.0','150',    '145','49','111018.05',    '141','48','103725.74',    '61','7','7292.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119476.0','1045631.0','449',    '416','163','346691.31',    '397','145','312188.9',    '189','44','34502.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031213.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119477.0','1045631.0','2',    '2','1','375.0',    '1','1','375.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031214.0','1020064.0','11',    '10','3','6161.85',    '10','3','5847.35',    '6','1','314.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119478.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026414.0','1020064.0','1380',    '1239','433','978902.71',    '1179','344','799016.11',    '617','144','179886.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114678.0','1045631.0','7',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031215.0','1020064.0','1',    '1','1','19189.31',    '1','1','17561.33',    '1','1','1627.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119479.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031216.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119480.0','1045631.0','79',    '71','25','54758.06',    '71','23','39802.32',    '25','7','14955.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031217.0','1020064.0','9',    '9','4','6655.4',    '9','4','6655.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119481.0','1045631.0','121',    '95','27','78708.19',    '93','25','77739.2',    '21','2','968.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031218.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119482.0','1045631.0','10',    '10','1','340.43',    '10','1','340.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031219.0','1020064.0','92',    '82','25','46896.9',    '82','22','42461.77',    '25','9','4435.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119483.0','1045631.0','114',    '100','30','44145.57',    '99','27','40766.35',    '28','5','3379.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031220.0','1020064.0','393',    '330','86','202278.76',    '301','53','141265.49',    '183','47','61013.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119484.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031221.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119485.0','1045631.0','341',    '323','122','275332.18',    '317','113','257882.84',    '119','18','17449.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031222.0','1020064.0','5',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119486.0','1045631.0','9',    '8','4','3481.56',    '8','4','3481.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2030820.0','1020064.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119084.0','1045631.0','3',    '1','1','2578.0',    '1','1','2578.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031223.0','1020064.0','6',    '6','1','275.63',    '5','0','0.0',    '5','1','275.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119487.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031224.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119488.0','1045631.0','245',    '232','78','173343.02',    '231','75','168726.83',    '72','6','4616.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031225.0','1020064.0','871',    '778','293','681070.68',    '744','260','581632.21',    '420','111','99438.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119489.0','1045631.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031226.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119490.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031227.0','1020064.0','30',    '26','7','10303.23',    '25','7','10133.23',    '7','1','170.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119491.0','1045631.0','325',    '302','122','279020.28',    '293','110','252458.96',    '118','24','26561.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031228.0','1020064.0','17',    '15','2','1565.05',    '15','2','1565.05',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119492.0','1045631.0','20',    '19','5','3553.44',    '19','5','3388.45',    '8','1','164.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031229.0','1020064.0','22',    '21','7','25772.78',    '21','6','25672.78',    '11','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119493.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001724.0',    '2031230.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006084.0',    '2119494.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031231.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119495.0','1045631.0','88',    '80','26','82259.82',    '76','24','75162.38',    '31','4','7097.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031232.0','1020064.0','477',    '422','120','296775.31',    '398','112','282465.01',    '149','19','14310.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119496.0','1045631.0','25',    '23','10','11127.5',    '23','10','10627.5',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031233.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119497.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031234.0','1020064.0','208',    '188','92','223682.17',    '183','66','177801.05',    '102','38','45881.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119498.0','1045631.0','84',    '71','39','134092.38',    '67','37','116602.03',    '21','6','17490.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031235.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119499.0','1045631.0','23',    '22','6','9057.6',    '22','6','9057.6',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031236.0','1020064.0','100',    '89','40','157254.27',    '85','35','138429.02',    '34','11','18825.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119500.0','1045631.0','28',    '21','10','13577.4',    '19','10','13252.4',    '10','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031237.0','1020064.0','60',    '56','17','53657.91',    '56','16','51540.94',    '20','1','2116.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119501.0','1045631.0','322',    '276','64','260768.86',    '251','42','206811.01',    '133','31','53957.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031238.0','1020064.0','3',    '2','1','500.0',    '0','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119502.0','1045631.0','104',    '97','19','46406.88',    '94','17','43617.08',    '28','4','2789.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031239.0','1020064.0','182',    '153','63','184068.76',    '152','60','150658.15',    '34','15','33410.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119503.0','1045631.0','1',    '1','1','9873.19',    '1','1','9873.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031240.0','1020064.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119504.0','1045631.0','106',    '84','29','59345.15',    '82','28','58021.07',    '16','4','1324.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2030897.0','1020064.0','487',    '417','125','278999.51',    '394','103','238713.44',    '157','37','40286.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119161.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031241.0','1020064.0','451',    '402','112','223845.73',    '395','101','209007.8',    '136','24','14837.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119505.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031242.0','1020064.0','30',    '29','6','13564.5',    '29','5','13013.24',    '16','1','551.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119506.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031243.0','1020064.0','214',    '193','73','164958.54',    '187','62','146342.5',    '74','16','18616.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119507.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031244.0','1020064.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119508.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031245.0','1020064.0','1018',    '901','367','2776820.96',    '860','326','2426981.81',    '443','130','349839.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119509.0','1045631.0','24',    '24','7','19341.9',    '23','7','17896.45',    '7','2','1445.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031246.0','1020064.0','9',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119510.0','1045631.0','42',    '41','18','40771.31',    '41','18','40218.75',    '16','1','552.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031247.0','1020064.0','4',    '4','1','812.12',    '4','1','812.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119511.0','1045631.0','124',    '113','49','112481.46',    '111','46','108170.33',    '40','9','4311.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031248.0','1020064.0','10',    '9','4','4836.55',    '9','4','4836.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119512.0','1045631.0','1',    '1','1','287.75',    '1','1','287.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2026430.0','1020064.0','5',    '5','1','1355.15',    '5','1','1355.15',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2114694.0','1045631.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031249.0','1020064.0','1',    '1','1','1643.72',    '1','1','1643.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119513.0','1045631.0','666',    '609','148','214105.49',    '602','134','199079.49',    '213','19','15026.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031250.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119514.0','1045631.0','357',    '332','49','58527.6',    '329','43','56494.28',    '95','7','2033.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031251.0','1020064.0','2724',    '2393','805','3777528.47',    '2294','707','3294628.44',    '996','239','482900.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119515.0','1045631.0','16',    '13','2','12677.61',    '13','2','6677.61',    '2','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031252.0','1020064.0','7',    '5','3','8233.0',    '4','2','2233.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119516.0','1045631.0','2',    '1','1','350.4',    '1','1','350.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2030932.0','1020064.0','43',    '36','14','59305.93',    '35','14','55118.71',    '12','2','4187.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119196.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031253.0','1020064.0','25',    '22','9','20141.4',    '22','8','9493.16',    '6','3','10648.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119517.0','1045631.0','1',    '1','1','1592.0',    '1','1','1592.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001825.0',    '2031254.0','1020064.0','8',    '8','2','9856.76',    '8','2','4081.21',    '4','1','5775.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006090.0',    '2119518.0','1045631.0','1',    '1','1','1203.17',    '1','1','1203.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031255.0','1020064.0','5',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119519.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031256.0','1020064.0','1',    '1','1','252.52',    '1','1','252.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119520.0','1045631.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031257.0','1020064.0','2',    '2','1','451.22',    '2','1','451.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119521.0','1045631.0','6',    '5','1','2081.45',    '5','1','2081.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031258.0','1020064.0','136',    '126','45','129890.99',    '124','39','125441.29',    '50','10','4449.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119522.0','1045631.0','30',    '21','4','5526.14',    '20','4','5253.41',    '11','1','272.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031259.0','1020064.0','2',    '2','2','4551.01',    '2','2','4551.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119523.0','1045631.0','86',    '77','9','18437.61',    '74','9','18437.61',    '28','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031260.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119524.0','1045631.0','104',    '83','25','57560.43',    '73','20','42260.33',    '31','8','15300.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031261.0','1020064.0','1',    '1','1','490.95',    '1','1','490.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119525.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031262.0','1020064.0','728',    '625','279','1572846.8',    '598','267','1453919.28',    '198','56','118927.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119526.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031263.0','1020064.0','15',    '12','1','3243.03',    '11','1','3243.03',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119527.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2030656.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2118920.0','1045631.0','107',    '100','38','95769.31',    '99','33','66594.76',    '38','12','29174.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031264.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119528.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031265.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119529.0','1045631.0','9',    '8','3','2535.0',    '8','3','2535.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031266.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119530.0','1045631.0','310',    '246','88','496346.2',    '215','75','437825.41',    '108','31','58520.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031267.0','1020064.0','12',    '12','2','949.38',    '12','2','949.38',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119531.0','1045631.0','457',    '424','123','364888.48',    '400','119','319746.76',    '156','22','45141.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031268.0','1020064.0','31',    '28','3','6397.72',    '28','3','5547.74',    '15','1','849.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119532.0','1045631.0','103',    '91','9','7196.2',    '90','8','6996.21',    '23','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2026753.0','1020064.0','660',    '622','147','247244.88',    '601','131','209757.44',    '210','31','37487.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2115017.0','1045631.0','239',    '226','73','154252.42',    '223','63','139411.41',    '82','21','14841.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031269.0','1020064.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119533.0','1045631.0','583',    '515','161','570990.87',    '492','145','510854.66',    '167','42','60136.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031270.0','1020064.0','241',    '227','86','269705.69',    '224','81','244901.64',    '92','17','24804.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119534.0','1045631.0','16',    '13','5','18020.22',    '13','3','9671.04',    '5','2','8349.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031271.0','1020064.0','193',    '177','38','66521.99',    '173','35','58878.71',    '71','9','7643.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119535.0','1045631.0','896',    '826','235','416918.45',    '808','218','390652.01',    '290','31','26266.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031272.0','1020064.0','150',    '141','52','193215.07',    '139','52','190861.67',    '48','6','2353.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119536.0','1045631.0','76',    '73','14','21186.45',    '73','13','21014.43',    '13','1','172.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031273.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119537.0','1045631.0','15',    '12','1','272.73',    '12','0','0.0',    '3','1','272.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031274.0','1020064.0','1',    '1','1','5666.65',    '1','0','0.0',    '1','1','5666.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119538.0','1045631.0','517',    '441','112','386452.31',    '418','102','350051.27',    '147','26','36401.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031275.0','1020064.0','39',    '37','12','23091.61',    '37','10','21528.49',    '14','3','1563.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119539.0','1045631.0','71',    '59','13','65370.26',    '56','13','64289.65',    '19','1','1080.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2026596.0','1020064.0','12',    '4','0','0.0',    '0','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2114860.0','1045631.0','266',    '221','34','87317.79',    '211','30','77666.52',    '64','6','9651.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031276.0','1020064.0','81',    '74','16','59632.77',    '69','12','54730.29',    '29','5','4902.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119540.0','1045631.0','3',    '2','1','429.71',    '2','1','429.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031277.0','1020064.0','1050',    '941','284','593720.92',    '917','266','545908.23',    '344','41','47812.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119541.0','1045631.0','274',    '230','108','744981.43',    '210','97','636673.85',    '97','29','108307.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031278.0','1020064.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119542.0','1045631.0','275',    '255','84','170970.37',    '244','74','132284.51',    '87','14','38685.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031279.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119543.0','1045631.0','1016',    '867','372','894320.61',    '811','352','804425.32',    '317','54','89895.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031280.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119544.0','1045631.0','48',    '45','23','39548.02',    '44','21','37078.15',    '15','5','2469.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2026486.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2114750.0','1045631.0','3',    '2','1','1659.59',    '2','0','0.0',    '1','1','1659.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031281.0','1020064.0','1666',    '1468','338','568057.81',    '1405','272','493257.13',    '596','98','74800.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119545.0','1045631.0','139',    '132','45','57398.66',    '129','41','56069.31',    '38','7','1329.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031282.0','1020064.0','412',    '385','70','112232.52',    '380','58','98433.09',    '88','19','13799.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119546.0','1045631.0','294',    '262','77','186724.1',    '257','69','173087.94',    '88','14','13636.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031283.0','1020064.0','2',    '2','1','251.93',    '2','1','251.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119547.0','1045631.0','840',    '699','175','345736.47',    '570','87','193434.66',    '412','114','152301.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031284.0','1020064.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119548.0','1045631.0','279',    '252','72','504111.19',    '237','65','448446.97',    '122','21','55664.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031285.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119549.0','1045631.0','30',    '28','10','8310.97',    '28','10','7565.83',    '8','1','745.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031286.0','1020064.0','6',    '4','4','14010.88',    '4','4','12373.86',    '2','1','1637.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119550.0','1045631.0','374',    '334','117','345660.69',    '321','110','320301.87',    '131','22','25358.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031287.0','1020064.0','824',    '707','231','434060.91',    '655','194','366005.55',    '301','61','68055.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119551.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031288.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119552.0','1045631.0','124',    '93','23','96184.43',    '86','21','94704.96',    '37','4','1479.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031289.0','1020064.0','12',    '12','7','26898.47',    '12','7','25899.16',    '4','1','999.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119553.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031290.0','1020064.0','14',    '13','3','2858.31',    '13','3','2658.32',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119554.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2026470.0','1020064.0','29',    '28','6','19711.53',    '28','5','19211.53',    '10','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2114734.0','1045631.0','188',    '182','39','53011.85',    '179','33','47952.18',    '66','7','5059.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031291.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119555.0','1045631.0','672',    '605','144','367900.92',    '582','134','334946.19',    '244','22','32954.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031292.0','1020064.0','300',    '234','67','219260.99',    '225','57','190046.69',    '82','21','29214.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119556.0','1045631.0','375',    '336','141','389527.06',    '328','131','367787.1',    '139','21','21739.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2026398.0','1020064.0','548',    '428','109','514300.03',    '410','102','467045.72',    '116','25','47254.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2114662.0','1045631.0','5',    '4','1','984.16',    '4','1','984.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031293.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119557.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026549.0','1020064.0','108',    '89','18','68403.67',    '83','13','63510.58',    '46','8','4893.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114813.0','1045631.0','213',    '192','54','110830.23',    '186','52','103064.17',    '83','5','7766.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031294.0','1020064.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119558.0','1045631.0','96',    '89','31','61023.07',    '87','31','60122.36',    '25','2','900.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031295.0','1020064.0','10',    '10','2','1601.96',    '7','0','0.0',    '6','2','1601.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119559.0','1045631.0','896',    '766','269','906068.7',    '703','220','749633.17',    '338','109','156435.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031296.0','1020064.0','441',    '406','156','888870.66',    '394','139','766019.4',    '167','54','122851.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119560.0','1045631.0','32',    '29','6','20626.08',    '29','6','20005.23',    '14','1','620.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031297.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119561.0','1045631.0','1',    '1','1','4198.35',    '1','1','4198.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031298.0','1020064.0','63',    '59','15','29111.76',    '57','12','20174.36',    '22','4','8937.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119562.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031299.0','1020064.0','367',    '335','61','132633.38',    '323','59','117210.93',    '139','9','15422.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119563.0','1045631.0','865',    '793','260','498988.34',    '764','225','432497.74',    '334','63','66490.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2026598.0','1020064.0','35',    '32','6','9417.32',    '31','5','9299.31',    '15','1','118.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2114862.0','1045631.0','672',    '605','237','453326.33',    '594','217','405167.0',    '240','39','48159.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031300.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119564.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031301.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119565.0','1045631.0','48',    '46','11','11955.69',    '46','10','5955.69',    '11','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031302.0','1020064.0','52',    '50','13','23800.82',    '49','11','21798.26',    '16','2','2002.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119566.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031303.0','1020064.0','539',    '494','103','160738.12',    '484','93','144553.38',    '202','25','16184.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119567.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031304.0','1020064.0','369',    '317','64','125182.24',    '308','60','115930.12',    '98','11','9252.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119568.0','1045631.0','1',    '1','1','364.99',    '1','1','364.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031305.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119569.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031306.0','1020064.0','2',    '1','1','16291.08',    '1','1','16291.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119570.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031307.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119571.0','1045631.0','17',    '17','5','15011.61',    '17','5','15011.61',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026666.0','1020064.0','1524',    '1286','418','1370297.09',    '1203','345','1150307.13',    '556','140','219989.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114930.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031308.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119572.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031309.0','1020064.0','30',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119573.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031310.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119574.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031311.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119575.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031312.0','1020064.0','13',    '12','2','6629.2',    '12','2','6629.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119576.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031313.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119577.0','1045631.0','2512',    '2073','506','1317842.08',    '1917','436','1140315.37',    '736','115','177526.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031314.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119578.0','1045631.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031315.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119579.0','1045631.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031316.0','1020064.0','14',    '11','5','12232.96',    '10','4','5732.96',    '3','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119580.0','1045631.0','1623',    '1369','758','3566756.85',    '1302','689','2854532.49',    '577','245','712224.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031317.0','1020064.0','28',    '27','9','33266.05',    '26','9','33266.05',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119581.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031318.0','1020064.0','3',    '3','1','2004.56',    '3','1','2004.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119582.0','1045631.0','8',    '8','3','7108.76',    '7','3','6783.76',    '3','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031319.0','1020064.0','10',    '9','2','14780.56',    '9','2','14780.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119583.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031320.0','1020064.0','13',    '11','2','7031.0',    '10','2','7031.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119584.0','1045631.0','43',    '38','19','81698.03',    '36','19','81698.03',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026720.0','1020064.0','6',    '6','1','615.1',    '6','1','615.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114984.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031321.0','1020064.0','4',    '3','2','2923.3',    '2','2','2923.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119585.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031322.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119586.0','1045631.0','228',    '198','61','162395.16',    '189','51','147584.29',    '86','17','14810.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031323.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119587.0','1045631.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031324.0','1020064.0','371',    '338','106','312742.78',    '328','101','294042.57',    '102','12','18700.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119588.0','1045631.0','8',    '6','2','2144.64',    '6','2','1869.98',    '4','1','274.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026741.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2115005.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026465.0','1020064.0','17',    '17','5','9534.07',    '17','5','9534.07',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114729.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031325.0','1020064.0','5',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119589.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026668.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114932.0','1045631.0','29',    '24','5','9324.62',    '24','5','9324.62',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031326.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119590.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031327.0','1020064.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119591.0','1045631.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031328.0','1020064.0','298',    '273','84','195363.53',    '261','72','171133.78',    '121','20','24229.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119592.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031329.0','1020064.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119593.0','1045631.0','24',    '20','6','5768.91',    '19','6','5768.91',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2026552.0','1020064.0','207',    '181','48','113813.26',    '174','42','107135.45',    '70','11','6677.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2114816.0','1045631.0','408',    '367','129','342408.82',    '361','111','310749.0',    '153','34','31659.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2026702.0','1020064.0','474',    '314','76','179449.81',    '280','65','156566.3',    '136','23','22883.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2114966.0','1045631.0','3402',    '2840','661','1850075.8',    '2597','533','1480561.57',    '1311','206','369514.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2026592.0','1020064.0','311',    '292','55','88378.1',    '284','49','82673.9',    '118','12','5704.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2114856.0','1045631.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031330.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119594.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031331.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119595.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026738.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2115002.0','1045631.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2026739.0','1020064.0','177',    '143','31','98948.43',    '133','24','70169.92',    '48','10','28778.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2115003.0','1045631.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031332.0','1020064.0','1849',    '1628','900','3802148.66',    '1560','835','3563904.38',    '501','186','238244.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119596.0','1045631.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031333.0','1020064.0','47',    '43','8','25074.98',    '42','8','25074.98',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119597.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031334.0','1020064.0','2272',    '1919','669','2736545.71',    '1782','612','2356261.27',    '838','203','380284.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119598.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031335.0','1020064.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119599.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026759.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2115023.0','1045631.0','913',    '762','71','199765.93',    '708','58','181358.14',    '236','24','18407.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031336.0','1020064.0','1',    '1','1','135.43',    '1','1','135.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119600.0','1045631.0','8',    '7','1','1592.0',    '7','1','1592.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026664.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114928.0','1045631.0','13',    '12','8','6295.45',    '12','8','6295.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031337.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119601.0','1045631.0','1733',    '1445','507','1573412.89',    '1305','433','952945.76',    '767','230','620467.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031338.0','1020064.0','7',    '7','2','4961.43',    '7','2','3428.92',    '1','1','1532.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119602.0','1045631.0','4',    '4','2','5351.06',    '4','2','5351.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031339.0','1020064.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119603.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031340.0','1020064.0','175',    '144','37','95837.87',    '136','35','90397.18',    '44','3','5440.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119604.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031341.0','1020064.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119605.0','1045631.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031342.0','1020064.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119606.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031343.0','1020064.0','1',    '1','1','2681.06',    '1','1','2681.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119607.0','1045631.0','896',    '799','308','1017143.85',    '767','291','911629.86',    '326','58','105513.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031344.0','1020064.0','58',    '42','16','74990.8',    '41','15','51979.69',    '16','5','23011.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119608.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031345.0','1020064.0','587',    '550','162','364165.92',    '529','149','330734.14',    '202','25','33431.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119609.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031346.0','1020064.0','776',    '711','203','555110.96',    '686','178','492179.04',    '320','50','62931.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119610.0','1045631.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031347.0','1020064.0','1437',    '1263','429','1374041.41',    '1209','388','1260766.05',    '429','92','113275.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119611.0','1045631.0','179',    '163','95','304450.73',    '159','94','294483.77',    '73','18','9966.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031348.0','1020064.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119612.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031349.0','1020064.0','16',    '14','7','43851.87',    '14','7','43232.11',    '4','2','619.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119613.0','1045631.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031350.0','1020064.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119614.0','1045631.0','215',    '191','71','186070.99',    '186','67','175403.03',    '77','11','10667.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031351.0','1020117.0','205',    '178','74','671210.66',    '169','71','634333.63',    '85','14','36877.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119615.0','1045684.0','4',    '3','1','1362.0',    '2','1','1362.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031352.0','1020117.0','551',    '495','193','1143109.47',    '486','188','1054026.31',    '211','38','89083.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119616.0','1045684.0','8',    '9','2','1906.38',    '9','2','1357.05',    '3','1','549.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031353.0','1020117.0','5',    '4','2','2316.17',    '4','2','2316.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119617.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031354.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119618.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031355.0','1020117.0','5',    '5','1','8769.34',    '5','1','8769.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119619.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031356.0','1020117.0','2494',    '2187','877','3580442.23',    '2108','789','3113905.88',    '994','231','466536.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119620.0','1045684.0','57',    '47','14','22233.41',    '45','13','21684.08',    '23','1','549.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026428.0','1020117.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114692.0','1045684.0','50',    '46','15','34752.23',    '46','14','32075.86',    '16','3','2676.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031357.0','1020117.0','7',    '7','3','6218.87',    '7','3','6218.87',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119621.0','1045684.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031358.0','1020117.0','506',    '449','117','261759.52',    '430','101','233895.89',    '162','23','27863.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119622.0','1045684.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031359.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119623.0','1045684.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031360.0','1020117.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119624.0','1045684.0','1604',    '1414','511','2867854.43',    '1345','462','2608805.93',    '557','134','259048.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031361.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119625.0','1045684.0','549',    '506','223','623751.31',    '494','200','556713.03',    '231','48','67038.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031362.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119626.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031363.0','1020117.0','11',    '10','2','6590.52',    '10','2','6590.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119627.0','1045684.0','160',    '146','39','91008.35',    '138','34','79705.77',    '68','13','11302.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2026721.0','1020117.0','1',    '1','1','309.14',    '1','1','309.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2114985.0','1045684.0','1936',    '1674','755','2791398.13',    '1534','669','2457142.87',    '787','190','334255.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031364.0','1020117.0','25',    '24','9','21479.09',    '23','8','15214.09',    '11','2','6265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119628.0','1045684.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031365.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119629.0','1045684.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031366.0','1020117.0','269',    '246','63','138692.06',    '242','55','118916.68',    '93','17','19775.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119630.0','1045684.0','2',    '2','1','351.05',    '2','1','351.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031367.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119631.0','1045684.0','9',    '8','1','900.0',    '8','0','0.0',    '3','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031368.0','1020117.0','661',    '568','138','447096.67',    '545','135','396968.78',    '145','23','50127.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119632.0','1045684.0','20',    '18','3','2136.93',    '16','2','1414.37',    '8','2','722.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2026474.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2114738.0','1045684.0','4213',    '3593','1348','5390484.9',    '3312','1051','4385846.03',    '1884','556','1004638.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031369.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119633.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031370.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119634.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026607.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114871.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026662.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114926.0','1045684.0','1',    '1','1','501.2',    '0','0','0.0',    '1','1','501.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026510.0','1020117.0','1',    '1','1','275.63',    '1','0','0.0',    '1','1','275.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114774.0','1045684.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031371.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119635.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031372.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119636.0','1045684.0','2',    '3','1','502.72',    '3','1','502.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031373.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119637.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031374.0','1020117.0','4',    '4','3','3094.63',    '4','3','3094.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119638.0','1045684.0','6',    '6','4','14776.62',    '6','4','14776.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031375.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119639.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031376.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119640.0','1045684.0','1',    '1','1','1078.0',    '1','1','1078.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031377.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119641.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031378.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119642.0','1045684.0','4',    '3','1','4916.08',    '3','1','4916.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031379.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119643.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031380.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119644.0','1045684.0','1',    '1','1','325.0',    '1','0','0.0',    '1','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026640.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114904.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031381.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119645.0','1045684.0','1',    '1','1','303.62',    '1','1','303.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026454.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114718.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031382.0','1020117.0','5',    '5','1','251.05',    '5','1','251.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119646.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031383.0','1020117.0','6',    '6','3','1608.1',    '6','3','1608.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119647.0','1045684.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031384.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119648.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026590.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114854.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031385.0','1020117.0','1',    '1','1','6000.0',    '1','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119649.0','1045684.0','37',    '34','19','187792.09',    '34','19','153816.48',    '16','8','33975.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031386.0','1020117.0','11',    '10','7','55234.46',    '10','7','55234.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119650.0','1045684.0','54',    '49','29','205042.07',    '48','25','145368.86',    '31','17','59673.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031387.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119651.0','1045684.0','11',    '10','2','5687.84',    '9','1','4307.17',    '4','1','1380.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031388.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119652.0','1045684.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026553.0','1020117.0','36',    '35','9','7229.76',    '35','2','3034.07',    '21','9','4195.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114817.0','1045684.0','4',    '4','2','44254.66',    '4','2','39353.1',    '2','1','4901.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031389.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119653.0','1045684.0','303',    '293','99','266417.69',    '283','51','184283.76',    '183','77','82133.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031390.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119654.0','1045684.0','16',    '15','4','54103.56',    '15','4','54103.56',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031391.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119655.0','1045684.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031392.0','1020117.0','35',    '34','21','158623.94',    '33','18','151837.6',    '19','7','6786.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119656.0','1045684.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031393.0','1020117.0','6',    '6','1','1508.04',    '6','1','1508.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119657.0','1045684.0','8',    '8','4','11011.44',    '8','4','11011.44',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031394.0','1020117.0','1',    '1','1','9475.9',    '1','1','9475.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119658.0','1045684.0','4',    '3','1','18127.05',    '3','1','18127.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031395.0','1020117.0','1',    '1','1','675.93',    '1','0','0.0',    '1','1','675.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119659.0','1045684.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031396.0','1020117.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119660.0','1045684.0','7',    '7','1','33000.0',    '7','1','33000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031397.0','1020117.0','29',    '25','12','46166.29',    '24','10','43396.65',    '7','2','2769.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119661.0','1045684.0','1',    '1','1','4527.09',    '1','1','4527.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031398.0','1020117.0','1',    '1','1','681.6',    '1','1','681.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119662.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031399.0','1020117.0','7',    '7','6','36462.99',    '7','6','31268.47',    '6','2','5194.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119663.0','1045684.0','4',    '4','2','544.8',    '4','0','0.0',    '2','2','544.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031400.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119664.0','1045684.0','3',    '3','2','6204.77',    '3','2','6204.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031401.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119665.0','1045684.0','27',    '22','12','39022.43',    '21','11','33438.38',    '9','3','5584.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031402.0','1020117.0','82',    '82','23','28118.7',    '82','8','17492.86',    '50','19','10625.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119666.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2026502.0','1020117.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2114766.0','1045684.0','15',    '15','11','63312.91',    '14','10','54794.39',    '9','3','8518.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031403.0','1020117.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119667.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031404.0','1020117.0','33',    '24','13','76821.52',    '24','12','65939.89',    '11','6','10881.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119668.0','1045684.0','8',    '9','4','54305.09',    '9','4','40972.74',    '5','3','13332.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031405.0','1020117.0','18',    '17','8','28184.09',    '16','6','24529.15',    '8','3','3654.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119669.0','1045684.0','1',    '1','1','4827.09',    '1','1','1460.0',    '1','1','3367.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031406.0','1020117.0','72',    '68','48','278382.89',    '64','39','130125.66',    '43','23','148257.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119670.0','1045684.0','1',    '1','1','818.87',    '1','1','818.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031407.0','1020117.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119671.0','1045684.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031408.0','1020117.0','7',    '7','4','15014.73',    '7','4','15014.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119672.0','1045684.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031409.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119673.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031410.0','1020117.0','2',    '2','1','3836.32',    '2','1','3836.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119674.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031411.0','1020117.0','9',    '9','2','4952.4',    '9','2','4952.4',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119675.0','1045684.0','1',    '1','1','3091.24',    '1','1','3091.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031412.0','1020117.0','106',    '101','19','43194.02',    '100','7','28041.81',    '59','16','15152.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119676.0','1045684.0','7',    '7','4','43208.84',    '7','2','22208.84',    '4','2','21000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031413.0','1020117.0','35',    '35','6','18067.7',    '34','3','10888.75',    '19','5','7178.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119677.0','1045684.0','5',    '2','1','23975.36',    '2','1','21622.88',    '2','1','2352.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031414.0','1020117.0','2',    '2','1','604.72',    '2','0','0.0',    '2','1','604.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119678.0','1045684.0','30',    '29','1','14000.0',    '29','0','0.0',    '11','1','14000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031415.0','1020117.0','4',    '4','1','2810.45',    '4','1','2810.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119679.0','1045684.0','3',    '3','1','2955.58',    '3','1','2552.0',    '1','1','403.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031416.0','1020117.0','52',    '44','28','118491.65',    '43','27','85308.52',    '24','9','33183.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119680.0','1045684.0','16',    '15','5','25989.1',    '15','4','21528.46',    '9','3','4460.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031417.0','1020117.0','52',    '41','20','109826.97',    '40','16','91472.0',    '21','8','18354.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119681.0','1045684.0','1',    '1','1','1759.38',    '1','1','1759.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031418.0','1020117.0','54',    '47','8','72329.84',    '46','7','52042.5',    '15','3','20287.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119682.0','1045684.0','4',    '4','1','2894.81',    '4','1','2894.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031419.0','1020117.0','1',    '1','1','7000.0',    '0','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119683.0','1045684.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031420.0','1020117.0','60',    '55','5','14897.46',    '55','5','12728.67',    '5','1','2168.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119684.0','1045684.0','25',    '18','11','44088.36',    '18','11','43748.38',    '5','2','339.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026435.0','1020117.0','4',    '4','1','411.56',    '4','0','0.0',    '2','1','411.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114699.0','1045684.0','42',    '41','10','24196.46',    '41','10','24108.46',    '16','1','88.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031421.0','1020117.0','4',    '3','1','7000.0',    '2','0','0.0',    '2','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119685.0','1045684.0','5',    '5','3','11082.78',    '5','1','1874.0',    '5','3','9208.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2026609.0','1020117.0','1',    '1','1','4807.96',    '1','1','4807.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2114873.0','1045684.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026586.0','1020117.0','35',    '33','2','1583.64',    '33','1','1034.0',    '16','1','549.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2114850.0','1045684.0','6',    '2','1','953.58',    '2','0','0.0',    '2','1','953.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031422.0','1020117.0','24',    '20','4','20885.81',    '20','4','20885.81',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119686.0','1045684.0','6',    '6','1','822.05',    '6','0','0.0',    '4','1','822.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031423.0','1020117.0','9',    '9','3','7407.07',    '9','3','6682.58',    '6','1','724.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119687.0','1045684.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031424.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119688.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031425.0','1020117.0','5',    '5','1','7000.0',    '4','0','0.0',    '3','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119689.0','1045684.0','6',    '6','2','31392.99',    '6','2','30004.39',    '3','1','1388.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031426.0','1020117.0','13',    '13','3','33640.7',    '12','3','29428.42',    '5','2','4212.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119690.0','1045684.0','17',    '16','5','5314.92',    '16','2','2868.86',    '10','4','2446.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031427.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119691.0','1045684.0','23',    '20','7','26704.27',    '19','7','19944.89',    '9','1','6759.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031428.0','1020117.0','75',    '70','26','93377.02',    '69','18','66878.85',    '45','16','26498.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119692.0','1045684.0','8',    '6','2','4494.37',    '6','2','4494.37',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2030718.0','1020117.0','10',    '10','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2118982.0','1045684.0','9',    '9','4','5464.75',    '8','1','1528.0',    '6','4','3936.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031429.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119693.0','1045684.0','182',    '175','56','202327.56',    '162','27','124558.0',    '134','47','77769.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031430.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119694.0','1045684.0','6',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031046.0','1020117.0','9',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119310.0','1045684.0','25',    '24','12','81626.07',    '24','12','76715.11',    '6','2','4910.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031431.0','1020117.0','3',    '3','2','9552.0',    '2','1','2552.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119695.0','1045684.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031432.0','1020117.0','3',    '3','2','7704.22',    '3','2','7704.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119696.0','1045684.0','1',    '1','1','4111.41',    '1','1','4111.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031433.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119697.0','1045684.0','11',    '11','1','11255.3',    '10','1','11255.3',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031434.0','1020117.0','301',    '290','135','523047.8',    '288','106','437598.8',    '161','70','85449.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119698.0','1045684.0','3',    '2','1','5265.26',    '1','0','0.0',    '1','1','5265.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031435.0','1020117.0','1',    '1','1','248.69',    '1','1','248.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119699.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031436.0','1020117.0','60',    '54','40','297952.25',    '54','38','259200.22',    '18','7','38752.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119700.0','1045684.0','83',    '73','38','221056.82',    '71','36','201190.28',    '28','8','19866.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031437.0','1020117.0','30',    '29','5','6921.25',    '28','1','4453.11',    '16','5','2468.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119701.0','1045684.0','13',    '12','2','12175.41',    '10','0','0.0',    '5','2','12175.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031438.0','1020117.0','31',    '29','10','28447.34',    '28','4','16965.4',    '17','8','11481.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119702.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031439.0','1020117.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119703.0','1045684.0','3',    '3','1','4141.04',    '3','1','4141.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031440.0','1020117.0','3',    '3','1','2611.48',    '1','0','0.0',    '3','1','2611.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119704.0','1045684.0','55',    '55','5','9459.08',    '54','3','7757.71',    '24','2','1701.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031441.0','1020117.0','3',    '3','2','3639.39',    '2','2','3639.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119705.0','1045684.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031442.0','1020117.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119706.0','1045684.0','1',    '1','1','1528.0',    '1','1','1528.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2030609.0','1020117.0','1',    '1','1','781.52',    '1','1','781.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2118873.0','1045684.0','6',    '4','1','8836.89',    '3','1','8297.89',    '2','1','539.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031443.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119707.0','1045684.0','27',    '26','4','5134.46',    '26','2','2494.0',    '13','2','2640.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031444.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119708.0','1045684.0','6',    '6','1','258.42',    '6','1','258.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031445.0','1020117.0','7',    '6','6','27205.75',    '4','3','5954.0',    '4','4','21251.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119709.0','1045684.0','1',    '1','1','4974.24',    '1','1','4974.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031446.0','1020117.0','110',    '104','55','337839.67',    '104','46','299849.14',    '30','20','37990.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119710.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031447.0','1020117.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119711.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031448.0','1020117.0','7',    '7','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119712.0','1045684.0','2',    '2','1','9403.39',    '2','1','7102.25',    '2','1','2301.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031449.0','1020117.0','54',    '53','36','202219.93',    '53','31','182829.7',    '30','12','19390.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119713.0','1045684.0','6',    '5','3','9312.27',    '5','3','6210.71',    '4','2','3101.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031450.0','1020117.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119714.0','1045684.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031451.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119715.0','1045684.0','3',    '3','1','1384.0',    '3','1','1384.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031452.0','1020117.0','5',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119716.0','1045684.0','190',    '176','105','404041.64',    '174','100','376650.29',    '75','18','27391.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031453.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119717.0','1045684.0','9',    '9','8','19460.46',    '9','8','19460.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031454.0','1020117.0','8',    '8','1','40.37',    '8','0','0.0',    '5','1','40.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119718.0','1045684.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2026747.0','1020117.0','1',    '1','1','5763.57',    '1','1','1874.0',    '1','1','3889.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2115011.0','1045684.0','7',    '7','4','18773.88',    '6','2','6544.18',    '6','3','12229.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031455.0','1020117.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119719.0','1045684.0','11',    '10','1','282.73',    '10','0','0.0',    '6','1','282.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031456.0','1020117.0','22',    '22','4','6209.66',    '22','3','5937.26',    '13','1','272.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119720.0','1045684.0','6',    '6','1','282.73',    '4','0','0.0',    '5','1','282.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031457.0','1020117.0','40',    '40','7','14690.35',    '40','6','14151.35',    '19','2','539.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119721.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031458.0','1020117.0','1',    '1','1','1128.0',    '1','1','1128.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119722.0','1045684.0','2',    '2','1','550.0',    '2','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2030737.0','1020117.0','18',    '16','13','70893.78',    '15','10','57814.44',    '12','7','13079.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119001.0','1045684.0','4',    '4','2','3539.0',    '3','1','1874.0',    '3','1','1665.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031459.0','1020117.0','36',    '34','11','43661.76',    '33','6','32385.32',    '23','7','11276.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119723.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031460.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119724.0','1045684.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031461.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119725.0','1045684.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031462.0','1020117.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119726.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031463.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119727.0','1045684.0','3',    '3','1','4188.48',    '3','1','4048.35',    '1','1','140.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031464.0','1020117.0','4',    '4','1','5764.86',    '4','1','5764.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119728.0','1045684.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031465.0','1020117.0','5',    '5','2','733.64',    '5','2','733.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119729.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031466.0','1020117.0','19',    '19','2','7003.52',    '19','1','6731.12',    '10','1','272.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119730.0','1045684.0','22',    '21','0','0.0',    '21','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031467.0','1020117.0','13',    '13','4','15886.99',    '13','2','8883.85',    '6','2','7003.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119731.0','1045684.0','12',    '8','2','4903.21',    '7','1','2552.0',    '7','1','2351.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031468.0','1020117.0','93',    '87','0','0.0',    '87','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119732.0','1045684.0','10',    '10','9','51262.94',    '9','8','50881.75',    '5','2','381.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031469.0','1020117.0','5',    '5','3','11614.53',    '5','3','5961.04',    '3','2','5653.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119733.0','1045684.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031470.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119734.0','1045684.0','8',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031471.0','1020117.0','3',    '3','2','1762.33',    '3','1','1212.33',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119735.0','1045684.0','3',    '3','1','187.8',    '2','0','0.0',    '2','1','187.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031472.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119736.0','1045684.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031473.0','1020117.0','3',    '3','1','2762.84',    '3','1','2762.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119737.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031474.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119738.0','1045684.0','2',    '2','1','9300.41',    '2','1','9300.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031475.0','1020117.0','18',    '17','4','14140.8',    '16','2','9411.3',    '12','3','4729.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119739.0','1045684.0','64',    '58','33','170473.7',    '55','26','158730.9',    '27','10','11742.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001730.0',    '2031476.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006086.0',    '2119740.0','1045684.0','18',    '18','6','47062.38',    '18','5','44696.76',    '8','3','2365.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031477.0','1020117.0','14',    '13','0','0.0',    '13','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119741.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031478.0','1020117.0','6',    '5','1','349.5',    '5','0','0.0',    '2','1','349.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119742.0','1045684.0','1',    '1','1','3601.1',    '1','1','3601.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031479.0','1020117.0','7',    '7','2','4088.83',    '7','1','3806.1',    '3','1','282.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119743.0','1045684.0','27',    '27','4','16909.28',    '27','4','15574.32',    '12','2','1334.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031480.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119744.0','1045684.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031481.0','1020117.0','247',    '249','74','249099.05',    '248','53','149062.85',    '143','52','100036.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119745.0','1045684.0','12',    '11','2','23698.69',    '11','2','12387.55',    '7','2','11311.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031482.0','1020117.0','11',    '11','4','10346.29',    '11','3','8607.06',    '4','3','1739.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119746.0','1045684.0','4',    '4','1','1245.54',    '4','1','1245.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031483.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119747.0','1045684.0','61',    '59','8','30674.62',    '59','7','26705.18',    '36','2','3969.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031484.0','1020117.0','11',    '8','5','17427.26',    '8','4','16198.85',    '4','2','1228.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119748.0','1045684.0','41',    '41','3','7581.14',    '40','3','7581.14',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031485.0','1020117.0','10',    '9','2','799.49',    '9','0','0.0',    '4','2','799.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119749.0','1045684.0','3',    '3','1','17504.32',    '2','1','16191.17',    '2','1','1313.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031486.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119750.0','1045684.0','2',    '2','1','7000.0',    '1','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031487.0','1020117.0','8',    '8','1','7000.0',    '7','0','0.0',    '6','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119751.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031488.0','1020117.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119752.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031489.0','1020117.0','5',    '4','1','1113.64',    '4','1','1113.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119753.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031490.0','1020117.0','210',    '190','115','1115941.39',    '186','107','993858.5',    '67','39','122082.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119754.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031491.0','1020117.0','15',    '15','4','1510.62',    '15','3','1183.14',    '6','1','327.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119755.0','1045684.0','7',    '6','1','565.47',    '6','0','0.0',    '2','1','565.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031492.0','1020117.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119756.0','1045684.0','37',    '35','10','48520.99',    '33','6','23259.66',    '27','8','25261.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2030971.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119235.0','1045684.0','4',    '3','1','6629.57',    '3','1','6629.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031493.0','1020117.0','5',    '5','1','554.48',    '5','0','0.0',    '2','1','554.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119757.0','1045684.0','6',    '6','1','8955.68',    '6','1','8955.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031494.0','1020117.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119758.0','1045684.0','4',    '4','1','12429.6',    '3','0','0.0',    '1','1','12429.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031495.0','1020117.0','10',    '7','1','1313.12',    '6','1','1313.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119759.0','1045684.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031496.0','1020117.0','410',    '378','235','1213237.76',    '359','204','816846.58',    '210','96','396391.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119760.0','1045684.0','2',    '2','1','2867.13',    '2','1','1874.0',    '2','1','993.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031497.0','1020117.0','8',    '8','3','9924.14',    '6','1','2922.1',    '5','2','7002.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119761.0','1045684.0','172',    '160','57','262475.46',    '156','42','229387.04',    '68','25','33088.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031498.0','1020117.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119762.0','1045684.0','20',    '17','1','282.73',    '15','0','0.0',    '7','1','282.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031499.0','1020117.0','23',    '22','12','47106.1',    '21','8','18746.16',    '16','8','28359.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119763.0','1045684.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031500.0','1020117.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119764.0','1045684.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031501.0','1020117.0','672',    '632','360','1950824.07',    '608','286','1477336.3',    '419','223','473487.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119765.0','1045684.0','16',    '13','9','15229.93',    '13','8','15094.94',    '4','1','134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031502.0','1020117.0','13',    '13','4','16684.32',    '13','3','12060.1',    '8','3','4624.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119766.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031503.0','1020117.0','1',    '1','1','764.0',    '1','1','764.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119767.0','1045684.0','70',    '67','19','59580.95',    '66','14','45267.36',    '39','11','14313.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2030788.0','1020117.0','5',    '5','2','10357.35',    '5','1','9031.0',    '2','2','1326.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119052.0','1045684.0','20',    '17','13','23512.47',    '17','13','23240.39',    '1','1','272.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031504.0','1020117.0','2',    '2','1','3217.84',    '2','0','0.0',    '2','1','3217.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119768.0','1045684.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031505.0','1020117.0','8',    '8','4','16362.75',    '7','3','15828.25',    '3','1','534.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119769.0','1045684.0','13',    '13','1','760.06',    '13','0','0.0',    '7','1','760.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2030688.0','1020117.0','2',    '1','1','6230.44',    '1','1','6230.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2118952.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031506.0','1020117.0','2',    '2','1','2226.0',    '2','1','2226.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119770.0','1045684.0','8',    '7','4','27361.94',    '6','4','25464.47',    '4','1','1897.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031507.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119771.0','1045684.0','15',    '14','3','17982.24',    '14','3','17982.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031508.0','1020117.0','39',    '37','21','60764.01',    '36','19','41319.39',    '17','8','19444.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119772.0','1045684.0','1',    '1','1','1012.19',    '1','1','1012.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031509.0','1020117.0','55',    '53','4','2775.15',    '53','2','2233.25',    '20','2','541.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119773.0','1045684.0','14',    '14','8','16005.8',    '14','8','15609.74',    '6','1','396.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031510.0','1020117.0','3',    '3','2','1650.9',    '3','2','1650.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119774.0','1045684.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031511.0','1020117.0','24',    '24','13','57307.58',    '24','13','50637.04',    '5','1','6670.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119775.0','1045684.0','25',    '25','8','20606.89',    '25','6','16334.2',    '16','4','4272.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2030931.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119195.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031512.0','1020117.0','1',    '1','1','1006.98',    '1','1','1006.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119776.0','1045684.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031513.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119777.0','1045684.0','228',    '219','153','1968123.29',    '215','137','1630015.58',    '126','83','338107.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031514.0','1020117.0','132',    '126','26','104157.4',    '126','23','93731.57',    '60','9','10425.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119778.0','1045684.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031515.0','1020117.0','1',    '1','1','1895.2',    '1','1','1895.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119779.0','1045684.0','23',    '20','12','24811.94',    '20','12','24811.94',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031516.0','1020117.0','87',    '78','69','1192460.47',    '73','62','884874.06',    '55','44','307586.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119780.0','1045684.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031517.0','1020117.0','56',    '54','42','555362.94',    '54','41','525896.39',    '17','9','29466.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119781.0','1045684.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031518.0','1020117.0','312',    '307','73','170932.32',    '303','41','123606.05',    '191','50','47326.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119782.0','1045684.0','15',    '15','2','2896.8',    '15','1','2624.4',    '6','1','272.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031519.0','1020117.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119783.0','1045684.0','366',    '333','134','504020.79',    '333','124','451619.19',    '90','32','52401.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031520.0','1020117.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119784.0','1045684.0','319',    '301','206','1705793.73',    '293','175','1137724.64',    '179','112','568069.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031521.0','1020117.0','52',    '52','38','392420.16',    '51','33','350681.79',    '30','17','41738.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119785.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031522.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119786.0','1045684.0','29',    '28','2','544.8',    '28','0','0.0',    '12','2','544.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031523.0','1020117.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119787.0','1045684.0','218',    '193','87','356531.85',    '187','78','320633.86',    '86','27','35897.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031524.0','1020117.0','12',    '11','4','19187.3',    '11','4','12498.23',    '5','2','6689.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119788.0','1045684.0','1',    '1','1','13437.78',    '1','1','13437.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031525.0','1020117.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119789.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031526.0','1020117.0','1',    '1','1','3010.0',    '1','1','3010.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119790.0','1045684.0','9',    '9','1','12242.1',    '7','1','12042.11',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031527.0','1020117.0','20',    '18','13','55020.87',    '18','13','53566.65',    '3','1','1454.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119791.0','1045684.0','46',    '46','4','8918.88',    '46','3','7634.39',    '19','2','1284.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031528.0','1020117.0','2',    '2','2','5480.3',    '2','2','5480.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119792.0','1045684.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031529.0','1020125.0','73',    '61','10','48643.25',    '58','7','29822.13',    '20','5','18821.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119793.0','1045692.0','1',    '1','1','4542.14',    '1','1','4542.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031530.0','1020125.0','18',    '17','8','24930.65',    '17','8','24930.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119794.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031531.0','1020125.0','26',    '21','9','33787.58',    '21','7','32303.79',    '7','4','1483.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119795.0','1045692.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031532.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119796.0','1045692.0','7',    '7','1','4337.9',    '7','1','3515.85',    '5','1','822.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031533.0','1020125.0','18',    '13','12','19231.72',    '13','12','19231.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119797.0','1045692.0','1',    '1','1','3064.92',    '1','1','3064.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031010.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119274.0','1045692.0','45',    '41','29','63656.9',    '41','28','63366.91',    '5','1','289.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031534.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119798.0','1045692.0','12',    '10','5','38858.55',    '9','3','22672.0',    '8','4','16186.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031535.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119799.0','1045692.0','517',    '495','114','238740.65',    '485','74','187033.88',    '249','73','51706.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031536.0','1020125.0','1',    '1','1','6778.36',    '1','1','6778.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119800.0','1045692.0','10',    '8','4','34701.59',    '8','4','33372.94',    '2','1','1328.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031537.0','1020125.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119801.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031538.0','1020125.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119802.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031539.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119803.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031540.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119804.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031541.0','1020125.0','3',    '2','1','3165.21',    '2','1','2032.0',    '2','1','1133.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119805.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031542.0','1020125.0','6',    '5','1','31.8',    '5','0','0.0',    '3','1','31.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119806.0','1045692.0','3',    '3','1','856.33',    '3','1','856.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031543.0','1020125.0','71',    '60','21','263115.6',    '59','18','235729.68',    '34','9','27385.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119807.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031544.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119808.0','1045692.0','10',    '7','1','4547.1',    '7','1','4547.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031545.0','1020125.0','4',    '4','3','10338.73',    '4','3','7845.88',    '4','2','2492.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119809.0','1045692.0','1',    '1','1','1261.06',    '1','1','1261.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031546.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119810.0','1045692.0','21',    '15','7','61221.28',    '15','6','60766.96',    '9','2','454.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031547.0','1020125.0','1',    '1','1','1386.25',    '1','1','1276.0',    '1','1','110.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119811.0','1045692.0','6',    '5','1','5160.69',    '4','1','1102.0',    '4','1','4058.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031548.0','1020125.0','8',    '8','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119812.0','1045692.0','206',    '184','52','285870.44',    '174','35','210947.96',    '104','32','74922.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031549.0','1020125.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119813.0','1045692.0','18',    '15','9','53263.8',    '15','8','40756.08',    '7','5','12507.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2030708.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2118972.0','1045692.0','5',    '5','2','21116.26',    '5','1','18536.32',    '2','2','2579.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031550.0','1020125.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119814.0','1045692.0','14',    '13','5','18623.94',    '12','4','12805.82',    '7','2','5818.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031551.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119815.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031552.0','1020125.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119816.0','1045692.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031553.0','1020125.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119817.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031554.0','1020125.0','12',    '11','2','1866.05',    '11','1','1132.0',    '6','2','734.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119818.0','1045692.0','336',    '292','97','1059859.11',    '279','84','818937.21',    '147','45','240921.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031555.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119819.0','1045692.0','3',    '3','1','2800.23',    '3','1','1276.0',    '3','1','1524.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031556.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119820.0','1045692.0','24',    '22','2','2557.29',    '22','1','2187.07',    '10','1','370.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031557.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119821.0','1045692.0','12',    '10','0','0.0',    '10','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031558.0','1020125.0','23',    '20','7','21379.91',    '20','7','17706.1',    '12','4','3673.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119822.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031559.0','1020125.0','39',    '35','9','97138.43',    '32','8','76348.09',    '18','3','20790.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119823.0','1045692.0','17',    '14','1','515.46',    '14','1','515.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031560.0','1020125.0','25',    '24','8','93688.73',    '24','8','73752.79',    '9','3','19935.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119824.0','1045692.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031561.0','1020125.0','12',    '11','2','3462.58',    '11','2','3462.58',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119825.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031562.0','1020125.0','2',    '1','1','15167.59',    '1','1','15167.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119826.0','1045692.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031563.0','1020125.0','10',    '10','3','6938.2',    '10','3','6938.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119827.0','1045692.0','9',    '7','1','2620.8',    '7','1','2620.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031564.0','1020125.0','7',    '6','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119828.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031565.0','1020125.0','138',    '120','28','292261.62',    '118','26','249463.85',    '54','11','42797.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119829.0','1045692.0','92',    '83','30','394491.45',    '81','27','347354.68',    '40','15','47136.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031566.0','1020125.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119830.0','1045692.0','11',    '11','2','26272.97',    '11','2','25757.85',    '3','1','515.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031567.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119831.0','1045692.0','8',    '8','5','46573.13',    '8','5','38632.19',    '6','2','7940.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031568.0','1020125.0','21',    '20','4','21815.77',    '19','4','19916.89',    '6','2','1898.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119832.0','1045692.0','28',    '26','19','81794.64',    '25','17','76841.89',    '12','7','4952.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031569.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119833.0','1045692.0','9',    '8','5','6364.19',    '8','2','5107.82',    '5','3','1256.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031570.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119834.0','1045692.0','2',    '2','1','2072.6',    '2','1','2072.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031571.0','1020125.0','3',    '2','2','4066.53',    '2','2','4066.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119835.0','1045692.0','8',    '5','2','7504.24',    '5','2','7504.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031572.0','1020125.0','3',    '2','1','16020.97',    '2','1','16020.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119836.0','1045692.0','2',    '1','1','2756.25',    '1','1','2756.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031573.0','1020125.0','7',    '7','4','8967.81',    '7','4','6715.63',    '3','1','2252.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119837.0','1045692.0','12',    '12','4','3782.22',    '11','4','3782.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031574.0','1020125.0','7',    '7','5','21951.18',    '7','5','8010.0',    '4','4','13941.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119838.0','1045692.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031575.0','1020125.0','4',    '3','1','972.53',    '3','1','972.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119839.0','1045692.0','1',    '1','1','5093.98',    '1','1','5093.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031576.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119840.0','1045692.0','12',    '10','4','32845.55',    '10','4','28277.41',    '4','2','4568.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031577.0','1020125.0','13',    '5','2','8978.05',    '5','2','8978.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119841.0','1045692.0','63',    '48','36','478873.75',    '47','36','423170.46',    '26','16','55703.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031578.0','1020125.0','3',    '2','1','7789.93',    '2','1','7789.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119842.0','1045692.0','3',    '3','2','27590.82',    '3','2','22302.46',    '3','1','5288.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031579.0','1020125.0','3',    '2','1','4319.72',    '2','1','4119.73',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119843.0','1045692.0','5',    '2','1','2986.12',    '2','1','1419.97',    '1','1','1566.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031580.0','1020125.0','12',    '7','4','7809.91',    '7','4','7809.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119844.0','1045692.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031581.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119845.0','1045692.0','4',    '3','2','30153.24',    '3','2','30153.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031582.0','1020125.0','5',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119846.0','1045692.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031583.0','1020125.0','17',    '11','8','55062.98',    '11','8','45188.97',    '5','3','9874.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119847.0','1045692.0','130',    '113','59','145731.55',    '109','49','122558.31',    '46','20','23173.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031584.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119848.0','1045692.0','3',    '3','2','11018.96',    '3','2','11018.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031585.0','1020125.0','9',    '7','6','17905.77',    '7','6','15803.8',    '2','1','2101.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119849.0','1045692.0','1',    '1','1','2142.73',    '1','1','1260.0',    '1','1','882.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031586.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119850.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031587.0','1020125.0','1',    '1','1','700.0',    '1','0','0.0',    '1','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119851.0','1045692.0','6',    '5','2','7444.12',    '5','2','7444.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031588.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119852.0','1045692.0','4',    '3','2','3456.57',    '3','2','3256.58',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031589.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119853.0','1045692.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031590.0','1020125.0','19',    '10','6','10944.24',    '9','6','10294.25',    '5','1','649.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119854.0','1045692.0','44',    '33','21','207975.58',    '33','21','201020.73',    '11','4','6954.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031591.0','1020125.0','1',    '1','1','868.6',    '1','1','868.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119855.0','1045692.0','9',    '6','6','64319.83',    '6','6','41333.6',    '4','4','22986.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031592.0','1020125.0','1',    '1','1','7063.81',    '1','1','7063.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119856.0','1045692.0','6',    '6','3','9527.95',    '6','3','9527.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031593.0','1020125.0','2',    '2','2','27602.3',    '2','2','24086.44',    '1','1','3515.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119857.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031594.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119858.0','1045692.0','2',    '2','1','63.63',    '2','1','63.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031595.0','1020125.0','1',    '1','1','614.44',    '1','1','614.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119859.0','1045692.0','4',    '4','1','1733.14',    '4','1','1733.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031596.0','1020125.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119860.0','1045692.0','4',    '3','3','46771.93',    '3','3','38790.57',    '1','1','7981.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031597.0','1020125.0','4',    '2','1','1313.36',    '2','1','1313.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119861.0','1045692.0','6',    '2','1','199.99',    '2','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031598.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119862.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031599.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119863.0','1045692.0','31',    '25','19','239181.21',    '25','19','180508.55',    '16','11','58672.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031600.0','1020095.0','1',    '1','1','32400.0',    '1','1','32400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119864.0','1045662.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031601.0','1020125.0','5',    '4','3','24221.71',    '4','3','18212.33',    '1','1','6009.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119865.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2030740.0','1020125.0','2',    '2','1','790.79',    '2','1','590.8',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119004.0','1045692.0','10',    '10','7','19381.02',    '10','6','17204.55',    '4','2','2176.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031063.0','1020125.0','2',    '2','1','809.5',    '2','1','809.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119327.0','1045692.0','220',    '170','124','748038.85',    '167','120','526364.74',    '99','50','221674.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031602.0','1020125.0','13',    '12','5','11533.61',    '12','5','6806.25',    '6','1','4727.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119866.0','1045692.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031603.0','1020125.0','1',    '1','1','7171.59',    '1','0','0.0',    '1','1','7171.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119867.0','1045692.0','2',    '1','1','6579.09',    '1','1','6579.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031604.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119868.0','1045692.0','2',    '2','2','3198.4',    '2','2','3198.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031605.0','1020125.0','3',    '2','2','34429.9',    '2','2','30231.77',    '2','1','4198.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119869.0','1045692.0','2',    '1','1','1907.7',    '1','0','0.0',    '1','1','1907.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031606.0','1020125.0','2',    '2','2','14531.46',    '2','2','14531.46',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119870.0','1045692.0','60',    '55','28','161330.39',    '55','26','121777.01',    '29','13','39553.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031607.0','1020125.0','1',    '1','1','1290.0',    '1','1','1290.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119871.0','1045692.0','7',    '6','1','1260.0',    '6','1','1260.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031608.0','1020125.0','18',    '12','8','39275.71',    '12','7','38342.73',    '4','1','932.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119872.0','1045692.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031609.0','1020125.0','1',    '1','1','1345.54',    '1','1','1345.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119873.0','1045692.0','3',    '3','1','290.58',    '3','1','290.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031610.0','1020125.0','18',    '16','11','54363.24',    '16','9','43466.72',    '6','5','10896.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119874.0','1045692.0','2',    '2','2','25555.75',    '2','2','22743.74',    '1','1','2812.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031611.0','1020125.0','2',    '2','2','15802.79',    '2','2','15802.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119875.0','1045692.0','1',    '1','1','2520.38',    '1','1','2520.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031612.0','1020125.0','2',    '2','2','11740.4',    '2','2','11740.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119876.0','1045692.0','25',    '18','6','20693.02',    '18','6','20693.02',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031613.0','1020125.0','3',    '3','1','5556.42',    '3','1','5556.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119877.0','1045692.0','38',    '24','21','132672.52',    '24','21','99096.02',    '11','10','33576.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031614.0','1020125.0','3',    '3','2','604.09',    '3','2','604.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119878.0','1045692.0','18',    '12','10','43071.66',    '12','10','41276.69',    '5','1','1794.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031615.0','1020125.0','70',    '70','23','27717.1',    '70','19','25348.14',    '16','6','2368.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119879.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031616.0','1020125.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119880.0','1045692.0','1',    '1','1','1020.25',    '1','1','1020.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031617.0','1020125.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119881.0','1045692.0','21',    '15','10','84480.22',    '15','10','78640.35',    '8','4','5839.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031618.0','1020125.0','32',    '27','22','54570.79',    '27','20','41749.43',    '10','6','12821.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119882.0','1045692.0','5',    '3','3','7100.93',    '3','3','7100.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031619.0','1020125.0','5',    '4','3','8186.41',    '4','3','8186.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119883.0','1045692.0','4',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031620.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119884.0','1045692.0','16',    '15','12','31121.35',    '15','11','13483.08',    '7','4','17638.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031621.0','1020125.0','29',    '29','15','56741.43',    '28','11','47452.73',    '16','7','9288.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119885.0','1045692.0','2',    '2','1','1260.0',    '2','1','1260.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031622.0','1020125.0','37',    '33','24','287145.74',    '32','23','202761.67',    '19','15','84384.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119886.0','1045692.0','5',    '3','2','24810.38',    '3','2','17500.37',    '3','1','7310.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031623.0','1020125.0','1',    '1','1','8650.89',    '1','1','8650.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119887.0','1045692.0','9',    '5','1','1290.0',    '5','1','1290.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2030982.0','1020125.0','4',    '4','4','7831.42',    '4','4','7831.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119246.0','1045692.0','5',    '5','4','34162.94',    '5','3','30959.86',    '3','3','3203.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031624.0','1020125.0','1',    '1','1','5501.64',    '1','1','5501.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119888.0','1045692.0','16',    '16','9','16454.27',    '16','7','15448.8',    '4','3','1005.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031625.0','1020125.0','2',    '2','1','4463.17',    '2','1','4463.17',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119889.0','1045692.0','22',    '19','15','54305.68',    '19','13','37257.8',    '10','6','17047.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031626.0','1020125.0','8',    '8','3','13370.05',    '7','3','13105.05',    '2','1','265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119890.0','1045692.0','2',    '2','2','4691.57',    '2','1','3901.45',    '1','1','790.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031627.0','1020125.0','4',    '3','1','199.99',    '3','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119891.0','1045692.0','5',    '4','3','13802.41',    '4','3','13802.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031628.0','1020125.0','6',    '4','3','14409.8',    '4','3','14409.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119892.0','1045692.0','2',    '2','1','11285.19',    '2','1','11285.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031629.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119893.0','1045692.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031630.0','1020125.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119894.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031631.0','1020125.0','3',    '3','3','2335.84',    '3','3','2335.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119895.0','1045692.0','10',    '8','7','44428.5',    '8','7','44428.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031632.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119896.0','1045692.0','1',    '1','1','999.05',    '1','1','944.07',    '1','1','54.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031633.0','1020125.0','10',    '7','3','17053.13',    '7','2','10226.08',    '4','2','6827.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119897.0','1045692.0','2',    '2','1','8170.03',    '2','1','6574.39',    '2','1','1595.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031634.0','1020125.0','6',    '5','3','7259.36',    '5','2','5208.28',    '2','2','2051.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119898.0','1045692.0','2',    '2','1','785.57',    '2','1','785.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031635.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119899.0','1045692.0','7',    '7','4','24662.28',    '7','2','21263.11',    '6','4','3399.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031636.0','1020125.0','2',    '2','2','6536.72',    '2','2','6536.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119900.0','1045692.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031637.0','1020125.0','53',    '46','17','30722.9',    '46','14','25987.81',    '25','8','4735.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119901.0','1045692.0','3',    '3','2','2357.99',    '2','0','0.0',    '3','2','2357.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031638.0','1020125.0','37',    '32','9','19458.47',    '31','9','17058.01',    '21','3','2400.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119902.0','1045692.0','313',    '285','209','1764716.99',    '284','205','1579342.23',    '131','68','185374.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031639.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119903.0','1045692.0','5',    '4','1','2190.62',    '4','1','1990.63',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031640.0','1020125.0','23',    '20','14','60104.46',    '19','12','48259.04',    '8','4','11845.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119904.0','1045692.0','7',    '6','5','24030.39',    '6','3','23499.58',    '2','2','530.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031641.0','1020125.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119905.0','1045692.0','13',    '12','3','10135.24',    '12','3','10135.24',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031642.0','1020125.0','139',    '124','62','110244.01',    '122','54','103328.37',    '37','13','6915.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119906.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031643.0','1020125.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119907.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031644.0','1020125.0','6',    '4','2','53725.16',    '4','2','53525.17',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119908.0','1045692.0','1',    '1','1','908.28',    '1','1','908.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031645.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119909.0','1045692.0','30',    '25','16','54062.31',    '23','15','31178.61',    '16','9','22883.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031646.0','1020125.0','18',    '7','2','7266.71',    '7','2','7266.71',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119910.0','1045692.0','2',    '3','3','39155.42',    '3','2','28748.18',    '2','2','10407.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031647.0','1020125.0','6',    '6','6','26401.21',    '6','6','21385.8',    '5','1','5015.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119911.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031648.0','1020125.0','1',    '1','1','718.47',    '1','1','718.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119912.0','1045692.0','1',    '1','1','1165.5',    '1','1','1165.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031649.0','1020125.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119913.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031650.0','1020125.0','6',    '5','2','3583.79',    '5','2','3583.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119914.0','1045692.0','3',    '3','1','4695.77',    '3','1','4695.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031651.0','1020125.0','3',    '2','2','1568.1',    '2','1','1368.11',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119915.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031652.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119916.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031653.0','1020125.0','22',    '21','8','17787.87',    '21','6','17187.9',    '7','3','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119917.0','1045692.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031654.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119918.0','1045692.0','7',    '7','5','3585.76',    '7','5','3585.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031655.0','1020125.0','9',    '8','2','7300.11',    '8','2','7100.12',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119919.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031656.0','1020125.0','46',    '41','15','22011.85',    '41','15','21956.87',    '8','1','54.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119920.0','1045692.0','3',    '3','1','798.41',    '3','1','798.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031657.0','1020125.0','54',    '54','27','48444.32',    '54','10','16403.96',    '34','24','32040.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119921.0','1045692.0','4',    '3','1','703.0',    '3','1','703.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031658.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119922.0','1045692.0','16',    '11','8','21911.68',    '11','8','14587.05',    '5','3','7324.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031659.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119923.0','1045692.0','2',    '2','2','1831.78',    '2','2','1631.79',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031076.0','1020125.0','6',    '3','2','2596.21',    '3','2','1972.0',    '1','1','624.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119340.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031660.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119924.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031661.0','1020125.0','7',    '3','1','33000.0',    '3','1','32126.83',    '1','1','873.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119925.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031662.0','1020125.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119926.0','1045692.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031663.0','1020125.0','17',    '17','8','16178.12',    '17','7','15459.26',    '7','3','718.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119927.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031664.0','1020125.0','7',    '5','4','43747.85',    '5','4','43747.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119928.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031665.0','1020125.0','27',    '21','11','22769.42',    '20','10','16168.25',    '8','3','6601.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119929.0','1045692.0','2',    '2','2','17092.32',    '2','2','15882.21',    '2','2','1210.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031666.0','1020125.0','6',    '4','2','1457.32',    '4','2','1457.32',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119930.0','1045692.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031667.0','1020125.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119931.0','1045692.0','24',    '18','10','12091.85',    '18','8','11691.87',    '4','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031668.0','1020125.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119932.0','1045692.0','104',    '94','81','1016272.14',    '94','79','883256.57',    '56','31','133015.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031669.0','1020125.0','22',    '20','5','7311.94',    '20','5','7311.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119933.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031670.0','1020125.0','2',    '2','1','3381.28',    '2','1','3381.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119934.0','1045692.0','7',    '5','2','10377.46',    '5','2','10377.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031671.0','1020125.0','4',    '2','2','10686.62',    '2','2','10686.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119935.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031672.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119936.0','1045692.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031673.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119937.0','1045692.0','12',    '11','6','8728.78',    '11','6','8130.0',    '6','1','598.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031674.0','1020125.0','1',    '1','1','33000.0',    '1','1','33000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119938.0','1045692.0','4',    '3','2','5890.25',    '3','1','5690.26',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031675.0','1020125.0','124',    '98','72','420589.51',    '96','69','319467.95',    '44','28','101121.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119939.0','1045692.0','7',    '4','1','2244.06',    '4','1','2244.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031676.0','1020125.0','1',    '1','1','3300.77',    '1','1','3300.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119940.0','1045692.0','1',    '1','1','1930.4',    '1','1','1930.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2030627.0','1020125.0','42',    '32','24','62999.01',    '32','24','62799.02',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2118891.0','1045692.0','91',    '84','35','76757.28',    '84','27','49447.94',    '56','25','27309.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031677.0','1020125.0','13',    '13','5','55924.26',    '13','5','54116.79',    '3','1','1807.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119941.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031678.0','1020125.0','2',    '2','1','2676.69',    '2','1','2676.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119942.0','1045692.0','2',    '2','1','13838.92',    '2','1','13838.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031679.0','1020125.0','4',    '2','1','33000.0',    '2','1','33000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119943.0','1045692.0','11',    '6','4','17067.11',    '6','4','15210.07',    '3','1','1857.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031680.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119944.0','1045692.0','6',    '6','4','21502.85',    '6','3','16003.58',    '4','2','5499.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031681.0','1020125.0','7',    '6','4','32681.2',    '6','4','31599.75',    '2','1','1081.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119945.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031682.0','1020125.0','5',    '4','3','4557.75',    '3','3','3488.76',    '3','1','1068.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119946.0','1045692.0','171',    '146','130','1340140.78',    '144','125','903429.62',    '90','73','436711.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031683.0','1020125.0','1',    '1','1','939.81',    '1','1','939.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119947.0','1045692.0','1',    '1','1','773.25',    '1','1','773.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031684.0','1020125.0','1',    '1','1','2031.42',    '1','1','1231.93',    '1','1','799.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119948.0','1045692.0','75',    '69','51','259974.79',    '67','42','190305.89',    '41','26','69668.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031685.0','1020125.0','11',    '8','6','91376.14',    '8','6','74462.81',    '6','2','16913.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119949.0','1045692.0','1',    '1','1','21720.82',    '1','1','15998.43',    '1','1','5722.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031686.0','1020125.0','3',    '1','1','988.21',    '1','1','988.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119950.0','1045692.0','1',    '1','1','29401.37',    '1','1','26440.16',    '1','1','2961.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031687.0','1020125.0','59',    '52','23','68859.65',    '51','18','62505.2',    '24','5','6354.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119951.0','1045692.0','5',    '4','2','6834.02',    '4','2','6834.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031688.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119952.0','1045692.0','2',    '1','1','3812.64',    '1','1','3812.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031689.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119953.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031690.0','1020125.0','16',    '12','3','5258.36',    '11','3','5258.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119954.0','1045692.0','6',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031691.0','1020125.0','17',    '16','7','13498.44',    '16','5','6823.2',    '7','3','6675.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119955.0','1045692.0','18',    '16','7','6965.58',    '16','7','6965.58',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031692.0','1020125.0','15',    '14','7','12484.1',    '14','7','12484.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119956.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031693.0','1020125.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119957.0','1045692.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031694.0','1020125.0','2',    '2','1','782.6',    '2','1','782.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119958.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031695.0','1020125.0','2',    '2','1','1272.12',    '2','1','1272.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119959.0','1045692.0','21',    '21','14','126143.27',    '21','11','110611.13',    '8','6','15532.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031696.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119960.0','1045692.0','139',    '123','58','133447.38',    '123','54','119998.94',    '29','15','13448.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031697.0','1020125.0','3',    '3','1','1801.88',    '2','1','1801.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119961.0','1045692.0','6',    '4','2','4727.95',    '3','2','2971.2',    '2','1','1756.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031698.0','1020125.0','5',    '4','2','2896.68',    '4','2','2896.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119962.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031699.0','1020125.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119963.0','1045692.0','1',    '1','1','14130.57',    '1','1','14130.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031700.0','1020125.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119964.0','1045692.0','52',    '50','23','39439.44',    '49','21','35857.05',    '22','8','3582.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031701.0','1020125.0','13',    '11','4','22688.14',    '11','3','18820.46',    '2','2','3867.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119965.0','1045692.0','3',    '3','3','2132.14',    '3','3','2132.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031702.0','1020125.0','4',    '4','2','5563.54',    '4','2','5563.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119966.0','1045692.0','1',    '1','1','839.37',    '1','1','839.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031703.0','1020125.0','2',    '2','2','9453.32',    '2','2','5510.07',    '1','1','3943.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119967.0','1045692.0','17',    '16','10','14094.33',    '15','7','11825.86',    '11','5','2268.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2030672.0','1020125.0','5',    '5','2','11135.21',    '5','2','11135.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2118936.0','1045692.0','45',    '43','21','45618.01',    '43','10','28054.44',    '21','14','17563.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031704.0','1020125.0','5',    '5','5','61428.84',    '5','5','59582.39',    '1','1','1846.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119968.0','1045692.0','3',    '3','2','1457.97',    '3','2','1257.98',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031705.0','1020125.0','64',    '61','27','90465.24',    '61','23','80722.86',    '28','16','9742.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119969.0','1045692.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031706.0','1020125.0','25',    '24','14','14707.48',    '24','3','4260.0',    '17','11','10447.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119970.0','1045692.0','1',    '1','1','6868.55',    '1','1','6334.05',    '1','1','534.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031707.0','1020125.0','9',    '8','6','12195.82',    '8','6','10888.83',    '4','1','1306.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119971.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031708.0','1020125.0','130',    '122','56','109384.03',    '118','46','88891.24',    '49','20','20492.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119972.0','1045692.0','103',    '97','37','134396.59',    '97','32','107891.43',    '37','17','26505.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031709.0','1020125.0','6',    '6','3','5178.34',    '6','3','4643.84',    '3','1','534.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119973.0','1045692.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031710.0','1020125.0','14',    '13','5','6251.83',    '13','3','5148.84',    '6','2','1102.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119974.0','1045692.0','9',    '9','3','15730.45',    '8','2','11397.45',    '5','2','4333.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031711.0','1020125.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119975.0','1045692.0','2',    '2','2','8829.52',    '2','2','7662.62',    '1','1','1166.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2030869.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119133.0','1045692.0','7',    '4','3','5195.49',    '4','3','5195.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031712.0','1020125.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119976.0','1045692.0','11',    '10','7','8498.0',    '10','7','8498.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031713.0','1020125.0','2',    '1','1','777.95',    '1','1','777.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119977.0','1045692.0','9',    '2','1','1290.0',    '2','1','1290.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031714.0','1020125.0','109',    '76','61','341785.81',    '76','60','256692.77',    '35','20','85093.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119978.0','1045692.0','17',    '16','8','11998.33',    '15','7','10334.83',    '9','5','1663.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031715.0','1020125.0','6',    '5','1','1554.96',    '5','1','1554.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119979.0','1045692.0','91',    '74','40','312507.45',    '73','37','291109.49',    '34','13','21397.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031716.0','1020125.0','5',    '5','2','1282.28',    '5','1','482.79',    '2','1','799.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119980.0','1045692.0','22',    '18','8','16057.53',    '17','8','15724.96',    '6','1','332.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031717.0','1020125.0','3',    '3','1','534.5',    '3','0','0.0',    '2','1','534.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119981.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031718.0','1020125.0','11',    '8','5','22179.17',    '8','5','20290.19',    '4','1','1888.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119982.0','1045692.0','9',    '5','3','34526.23',    '5','3','27760.42',    '3','1','6765.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031719.0','1020125.0','1',    '1','1','4970.03',    '1','1','4970.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119983.0','1045692.0','3',    '3','2','9768.96',    '3','1','9234.46',    '3','1','534.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031720.0','1020125.0','1',    '1','1','951.89',    '1','1','951.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119984.0','1045692.0','1',    '1','1','1812.32',    '1','1','1168.32',    '1','1','644.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031721.0','1020125.0','38',    '28','25','100952.92',    '28','25','83944.65',    '12','8','17008.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119985.0','1045692.0','8',    '8','2','2220.6',    '8','1','558.95',    '4','1','1661.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031722.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119986.0','1045692.0','41',    '36','15','21817.13',    '36','14','21617.14',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031723.0','1020125.0','9',    '9','4','35694.52',    '8','4','34365.79',    '3','1','1328.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119987.0','1045692.0','2',    '2','1','1012.0',    '2','1','1012.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031724.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119988.0','1045692.0','4',    '2','2','5435.53',    '2','2','4773.88',    '1','1','661.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031725.0','1020125.0','1',    '1','1','573.19',    '1','1','573.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119989.0','1045692.0','11',    '11','4','42364.17',    '11','4','39478.41',    '3','1','2885.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031726.0','1020125.0','5',    '4','1','1707.03',    '4','1','1707.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119990.0','1045692.0','1',    '1','1','913.79',    '1','1','713.8',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031727.0','1020125.0','13',    '12','9','28332.61',    '12','8','9285.66',    '8','3','19046.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2119991.0','1045692.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031728.0','1020125.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119992.0','1045692.0','2',    '2','1','5803.12',    '2','1','5803.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031729.0','1020125.0','1',    '1','1','1145.96',    '1','1','1145.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119993.0','1045692.0','26',    '24','12','19243.17',    '24','11','13872.4',    '6','1','5370.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031730.0','1020125.0','105',    '94','73','378047.45',    '93','68','317319.82',    '52','26','60727.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119994.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031731.0','1020125.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119995.0','1045692.0','12',    '6','1','3035.84',    '6','1','3035.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031732.0','1020125.0','9',    '6','2','733.94',    '6','1','533.95',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119996.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031733.0','1020125.0','3',    '3','3','22555.95',    '3','3','22355.96',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119997.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031734.0','1020125.0','3',    '3','1','730.35',    '3','1','730.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2119998.0','1045692.0','1',    '1','1','1290.0',    '1','1','1290.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031735.0','1020125.0','5',    '5','5','9847.56',    '5','4','9647.57',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2119999.0','1045692.0','2',    '2','2','4265.98',    '2','2','4265.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031736.0','1020125.0','1',    '1','1','498.89',    '1','1','498.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2120000.0','1045692.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031737.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2120001.0','1045706.0','3',    '2','2','12021.93',    '2','2','12021.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031738.0','1020139.0','13',    '11','2','3129.0',    '11','2','3129.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2120002.0','1045706.0','7',    '7','4','31912.45',    '7','4','25119.44',    '4','1','6793.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001737.0',    '2031739.0','1020139.0','37',    '29','16','82701.6',    '28','14','42995.46',    '16','8','39706.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006092.0',    '2120003.0','1045706.0','1',    '1','1','1198.69',    '1','1','998.7',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031740.0','1020139.0','9',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120004.0','1045706.0','9',    '8','3','19855.21',    '8','3','13400.62',    '3','1','6454.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031741.0','1020139.0','2',    '2','1','2218.0',    '2','1','2218.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2120005.0','1045706.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031742.0','1020139.0','1',    '1','1','12621.22',    '1','1','2218.0',    '1','1','10403.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120006.0','1045706.0','5',    '5','2','4969.26',    '5','2','4333.43',    '3','1','635.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031743.0','1020139.0','6',    '3','1','2975.62',    '3','1','2975.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120007.0','1045706.0','15',    '9','7','16227.25',    '9','6','13206.68',    '5','2','3020.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031744.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2120008.0','1045706.0','4',    '4','4','24067.16',    '4','4','24067.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031745.0','1020139.0','13',    '11','8','65703.97',    '11','8','49464.09',    '4','2','16239.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120009.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001740.0',    '2031746.0','1020139.0','2',    '2','2','2174.23',    '2','2','2174.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006096.0',    '2120010.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031747.0','1020139.0','3',    '2','1','809.5',    '2','1','809.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120011.0','1045706.0','2',    '2','1','602.48',    '2','0','0.0',    '1','1','602.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031748.0','1020139.0','6',    '5','2','16594.49',    '5','2','16594.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120012.0','1045706.0','2',    '1','1','4443.61',    '1','1','3259.12',    '1','1','1184.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031749.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120013.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031750.0','1020139.0','3',    '3','2','1473.69',    '3','1','900.7',    '1','1','572.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120014.0','1045706.0','1',    '1','1','6195.05',    '1','1','6195.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031751.0','1020139.0','58',    '55','37','87881.2',    '54','22','62426.16',    '34','21','25455.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120015.0','1045706.0','1',    '1','1','1275.66',    '1','1','1275.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031752.0','1020139.0','2',    '2','1','2048.51',    '2','1','2048.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120016.0','1045706.0','22',    '21','12','65447.64',    '21','9','43839.52',    '6','5','21608.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031753.0','1020139.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120017.0','1045706.0','11',    '11','10','11268.69',    '11','8','8512.51',    '4','2','2756.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031754.0','1020139.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120018.0','1045706.0','17',    '12','10','62106.95',    '10','8','43668.1',    '3','2','18438.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031755.0','1020139.0','4',    '2','1','2642.56',    '2','1','1290.0',    '1','1','1352.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120019.0','1045706.0','2',    '1','1','3750.68',    '1','1','3750.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031756.0','1020139.0','1',    '1','1','1888.16',    '1','1','1888.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120020.0','1045706.0','4',    '3','1','885.07',    '3','1','885.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031757.0','1020139.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120021.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031758.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120022.0','1045706.0','21',    '18','11','27984.15',    '18','9','21404.46',    '10','7','6579.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031759.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120023.0','1045706.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031760.0','1020139.0','1',    '1','1','9767.33',    '1','1','9767.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120024.0','1045706.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031761.0','1020139.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120025.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031762.0','1020139.0','2',    '1','1','61.21',    '1','0','0.0',    '1','1','61.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120026.0','1045706.0','1',    '1','1','5081.46',    '1','1','5081.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031763.0','1020139.0','3',    '3','3','34376.14',    '3','3','34376.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120027.0','1045706.0','26',    '24','9','12596.16',    '22','7','10100.99',    '14','5','2495.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031764.0','1020139.0','4',    '3','2','7794.51',    '3','2','7594.52',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120028.0','1045706.0','5',    '4','3','3627.06',    '4','3','3627.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031765.0','1020139.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120029.0','1045706.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031766.0','1020139.0','55',    '52','29','72265.61',    '50','16','58562.36',    '28','17','13703.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120030.0','1045706.0','1',    '1','1','13391.36',    '1','1','13391.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031767.0','1020139.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120031.0','1045706.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031768.0','1020139.0','1',    '1','1','807.41',    '1','1','807.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120032.0','1045706.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031769.0','1020139.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120033.0','1045706.0','7',    '7','3','2907.26',    '7','2','2807.26',    '3','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031770.0','1020139.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120034.0','1045706.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031771.0','1020139.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120035.0','1045706.0','1',    '1','1','10320.2',    '1','1','10320.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031772.0','1020139.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120036.0','1045706.0','10',    '9','6','38294.77',    '9','6','38294.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031773.0','1020139.0','26',    '21','2','518.27',    '21','1','486.47',    '14','1','31.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120037.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031774.0','1020139.0','29',    '25','18','54343.51',    '25','18','51904.85',    '7','2','2438.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120038.0','1045706.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031775.0','1020139.0','19',    '19','10','37427.59',    '18','10','34912.59',    '9','1','2515.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120039.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031776.0','1020139.0','13',    '9','0','0.0',    '9','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120040.0','1045706.0','7',    '6','3','6036.71',    '6','3','6036.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031777.0','1020139.0','1',    '1','1','20031.13',    '1','1','20031.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120041.0','1045706.0','22',    '19','4','51145.59',    '19','4','34295.63',    '7','2','16849.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031778.0','1020139.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120042.0','1045706.0','14',    '13','10','44928.76',    '13','10','44928.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031779.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120043.0','1045706.0','3',    '2','1','15623.84',    '2','1','13563.14',    '1','1','2060.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031780.0','1020139.0','1',    '1','1','675.68',    '1','1','675.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120044.0','1045706.0','3',    '2','1','4992.0',    '2','1','4992.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031781.0','1020139.0','37',    '32','2','4919.98',    '32','2','4919.98',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120045.0','1045706.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031782.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120046.0','1045706.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031783.0','1020139.0','1',    '1','1','6197.0',    '1','1','6197.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120047.0','1045706.0','28',    '20','6','8754.44',    '20','4','8391.44',    '3','2','363.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031784.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120048.0','1045706.0','10',    '8','6','11086.0',    '8','6','11086.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031785.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120049.0','1045706.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031786.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120050.0','1045706.0','2',    '2','2','1907.51',    '2','2','1907.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031787.0','1020139.0','1',    '1','1','1942.0',    '1','1','1942.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120051.0','1045706.0','43',    '40','30','317799.99',    '40','30','285314.98',    '18','9','32485.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031788.0','1020139.0','9',    '7','3','15529.3',    '7','3','15529.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120052.0','1045706.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031789.0','1020139.0','23',    '20','11','33878.31',    '20','11','31420.2',    '5','1','2458.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120053.0','1045706.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031790.0','1020139.0','39',    '30','16','59057.68',    '26','14','57570.17',    '11','4','1487.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120054.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031791.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120055.0','1045706.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031792.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120056.0','1045706.0','8',    '8','5','35290.99',    '8','5','34167.54',    '3','2','1123.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031793.0','1020139.0','4',    '3','1','2016.87',    '3','1','2016.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120057.0','1045706.0','4',    '4','2','2237.5',    '4','2','1968.0',    '2','1','269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031794.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120058.0','1045706.0','16',    '14','12','52768.09',    '14','12','50845.85',    '5','2','1922.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031795.0','1020139.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120059.0','1045706.0','6',    '4','2','3943.79',    '4','2','3943.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031796.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120060.0','1045706.0','13',    '10','5','70551.2',    '10','5','61405.45',    '2','2','9145.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031797.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120061.0','1045706.0','10',    '9','2','1600.73',    '9','1','1400.74',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031798.0','1020139.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120062.0','1045706.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031799.0','1020139.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120063.0','1045706.0','26',    '21','7','14744.14',    '20','6','14311.37',    '5','1','432.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031800.0','1020139.0','1',    '1','1','1614.78',    '1','1','1217.31',    '1','1','397.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120064.0','1045706.0','1',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031801.0','1020139.0','1',    '1','1','1441.2',    '1','1','1441.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120065.0','1045706.0','5',    '4','2','17887.05',    '4','2','11600.97',    '2','2','6286.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031802.0','1020154.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120066.0','1045721.0','19',    '12','7','96107.67',    '12','7','90764.36',    '4','2','5343.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031803.0','1020154.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120067.0','1045721.0','3',    '3','2','2043.24',    '3','2','2043.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031804.0','1020154.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120068.0','1045721.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031805.0','1020154.0','10',    '8','1','1613.77',    '8','1','1613.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120069.0','1045721.0','2',    '2','1','1830.38',    '2','1','1830.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031806.0','1020154.0','1',    '1','1','1243.57',    '1','1','1243.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120070.0','1045721.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001742.0',    '2031807.0','1020154.0','3',    '3','1','1396.49',    '3','1','1396.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006097.0',    '2120071.0','1045721.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031808.0','1020154.0','7',    '5','1','16511.95',    '5','1','13104.23',    '3','1','3407.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120072.0','1045721.0','3',    '1','1','10103.34',    '1','1','9330.01',    '1','1','773.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031809.0','1020154.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120073.0','1045721.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031810.0','1020154.0','16',    '11','8','65015.27',    '11','8','62750.73',    '3','1','2264.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120074.0','1045721.0','4',    '3','1','7167.72',    '2','1','7167.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031811.0','1020154.0','7',    '6','3','3794.88',    '6','3','3794.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120075.0','1045721.0','10',    '10','4','5030.09',    '10','4','3474.88',    '5','1','1555.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031812.0','1020154.0','13',    '11','8','48949.32',    '11','8','48949.32',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120076.0','1045721.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031813.0','1020154.0','41',    '36','14','118300.66',    '33','12','98482.65',    '21','7','19818.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120077.0','1045721.0','43',    '41','13','74685.79',    '40','11','55620.01',    '25','8','19065.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031814.0','1020154.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120078.0','1045721.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031815.0','1020154.0','7',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120079.0','1045721.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031816.0','1020154.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120080.0','1045721.0','8',    '4','4','24984.3',    '4','4','23429.66',    '2','2','1554.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031817.0','1020154.0','48',    '44','14','41648.74',    '43','7','33714.5',    '30','11','7934.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120081.0','1045721.0','66',    '57','13','35466.7',    '52','10','30738.03',    '28','5','4728.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031818.0','1020154.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120082.0','1045721.0','26',    '22','6','11824.29',    '22','6','11824.29',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031819.0','1020154.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120083.0','1045721.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031820.0','1020154.0','35',    '27','12','23834.15',    '25','8','20459.06',    '13','4','3375.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120084.0','1045721.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031821.0','1020154.0','9',    '8','4','26457.71',    '8','3','22422.65',    '6','2','4035.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120085.0','1045721.0','10',    '8','3','5111.99',    '8','3','4592.94',    '3','1','519.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031822.0','1020154.0','110',    '91','36','187658.79',    '84','29','167822.85',    '45','15','19835.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120086.0','1045721.0','15',    '10','4','12388.35',    '8','3','10988.92',    '8','2','1399.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031823.0','1020154.0','1',    '1','1','198.56',    '1','1','198.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120087.0','1045721.0','7',    '6','2','3465.94',    '6','2','3076.44',    '2','1','389.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031824.0','1020154.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120088.0','1045721.0','41',    '35','5','23996.18',    '33','4','22467.63',    '19','2','1528.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031825.0','1020154.0','171',    '138','52','431871.56',    '132','44','380549.36',    '66','22','51322.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120089.0','1045721.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031826.0','1020154.0','130',    '115','25','103362.63',    '108','20','81232.02',    '70','12','22130.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120090.0','1045721.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031827.0','1020154.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120091.0','1045721.0','45',    '38','4','9373.41',    '37','2','8636.81',    '15','2','736.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031828.0','1020154.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120092.0','1045721.0','69',    '48','30','233355.81',    '47','29','207306.65',    '19','8','26049.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031829.0','1020154.0','8',    '8','5','8428.5',    '8','4','7634.35',    '2','1','794.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120093.0','1045721.0','2',    '2','2','7566.89',    '2','2','2912.0',    '1','1','4654.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031830.0','1020154.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120094.0','1045721.0','216',    '146','94','1431529.68',    '143','91','1284015.02',    '79','36','147514.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031831.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120095.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031832.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120096.0','1045733.0','32',    '27','17','202492.95',    '27','17','176876.54',    '15','5','25616.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031833.0','1020166.0','505',    '435','202','1150149.1',    '420','187','1078186.24',    '172','37','71962.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120097.0','1045733.0','107',    '94','55','310572.43',    '90','48','282906.8',    '53','16','27665.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031834.0','1020166.0','5',    '4','1','7364.6',    '4','1','6173.53',    '2','1','1191.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120098.0','1045733.0','23',    '22','11','69778.19',    '22','10','56822.87',    '11','4','12955.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031835.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120099.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031836.0','1020166.0','7',    '6','3','10139.01',    '6','2','8840.96',    '3','2','1298.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120100.0','1045733.0','110',    '93','37','233958.47',    '90','35','206543.77',    '26','8','27414.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031837.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120101.0','1045733.0','82',    '74','38','393764.45',    '70','36','331253.66',    '48','20','62510.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031838.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120102.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031839.0','1020166.0','24',    '20','8','151165.65',    '20','8','133674.45',    '8','4','17491.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120103.0','1045733.0','15',    '14','0','0.0',    '13','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031840.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120104.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031841.0','1020166.0','76',    '71','10','48865.56',    '70','7','43758.51',    '34','5','5107.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120105.0','1045733.0','283',    '261','134','808866.57',    '257','121','733145.7',    '102','39','75720.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031842.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120106.0','1045733.0','6',    '4','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031843.0','1020166.0','75',    '63','14','88443.62',    '60','12','72914.22',    '29','6','15529.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120107.0','1045733.0','320',    '256','76','483572.17',    '249','70','381169.27',    '135','33','102402.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031844.0','1020166.0','1',    '1','1','493.0',    '1','1','493.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120108.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031845.0','1020166.0','3',    '3','1','2493.09',    '3','1','2493.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120109.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031846.0','1020166.0','55',    '47','14','72757.43',    '45','13','51450.33',    '29','6','21307.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120110.0','1045733.0','24',    '18','10','43348.53',    '16','4','17352.0',    '12','9','25996.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031847.0','1020166.0','38',    '25','10','26871.98',    '24','10','20310.02',    '11','1','6561.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120111.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031848.0','1020166.0','208',    '153','35','83739.95',    '134','21','57358.51',    '88','23','26381.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120112.0','1045733.0','2',    '2','1','5330.12',    '2','1','5330.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031849.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120113.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031850.0','1020166.0','41',    '32','19','174341.71',    '31','19','161979.3',    '16','7','12362.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120114.0','1045733.0','12',    '9','5','4536.48',    '9','5','4536.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031851.0','1020166.0','1',    '1','1','433.0',    '1','1','433.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120115.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031852.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120116.0','1045733.0','221',    '188','100','646713.22',    '186','92','558183.69',    '80','35','88529.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031853.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120117.0','1045733.0','26',    '18','7','55813.0',    '18','7','46795.57',    '5','2','9017.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031854.0','1020166.0','4',    '3','2','1370.46',    '3','2','1370.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120118.0','1045733.0','35',    '28','8','83278.63',    '27','7','66308.17',    '15','4','16970.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031855.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120119.0','1045733.0','20',    '19','3','4359.95',    '17','2','2244.31',    '8','1','2115.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031856.0','1020166.0','156',    '142','42','181989.07',    '129','28','136231.52',    '93','27','45757.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120120.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031857.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120121.0','1045733.0','1',    '1','1','1903.05',    '1','1','1384.0',    '1','1','519.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031858.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120122.0','1045733.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031859.0','1020166.0','56',    '39','24','303949.59',    '38','24','239864.83',    '19','12','64084.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120123.0','1045733.0','1',    '1','1','763.61',    '1','1','763.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031860.0','1020166.0','10',    '10','2','16784.65',    '8','2','7104.24',    '8','2','9680.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120124.0','1045733.0','18',    '17','7','17407.4',    '17','7','17407.4',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031861.0','1020166.0','2',    '2','1','2829.4',    '2','1','2829.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120125.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031862.0','1020166.0','68',    '52','5','16585.96',    '48','4','14440.66',    '19','3','2145.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120126.0','1045733.0','473',    '449','138','331303.84',    '435','87','263518.71',    '298','82','67785.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031863.0','1020166.0','1651',    '1481','541','2704054.42',    '1423','391','2058020.42',    '827','317','646034.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120127.0','1045733.0','10',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031864.0','1020166.0','6',    '3','1','4082.19',    '3','1','4082.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120128.0','1045733.0','206',    '172','111','879279.45',    '170','109','771549.69',    '72','37','107729.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031865.0','1020166.0','186',    '168','100','406216.57',    '159','95','360392.84',    '84','31','45823.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120129.0','1045733.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031866.0','1020166.0','29',    '25','15','80821.62',    '25','15','76566.7',    '10','2','4254.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120130.0','1045733.0','300',    '243','152','1397250.66',    '215','123','1179406.52',    '150','79','217844.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031867.0','1020166.0','19',    '15','3','1112.92',    '15','1','333.92',    '8','2','779.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120131.0','1045733.0','36',    '35','10','30733.98',    '35','7','28227.01',    '15','6','2506.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031868.0','1020166.0','3',    '3','1','1158.0',    '3','1','1158.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120132.0','1045733.0','90',    '74','56','447359.81',    '74','53','408938.02',    '26','13','38421.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031869.0','1020166.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120133.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031870.0','1020166.0','27',    '24','6','19045.31',    '21','4','10495.11',    '18','5','8550.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120134.0','1045733.0','11',    '10','7','15345.25',    '10','5','14306.73',    '7','3','1038.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031871.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120135.0','1045733.0','2',    '2','1','579.0',    '2','1','579.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031872.0','1020166.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120136.0','1045733.0','28',    '17','5','15804.53',    '14','4','9585.31',    '10','3','6219.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031873.0','1020166.0','38',    '21','4','29894.18',    '21','4','29235.89',    '9','1','658.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120137.0','1045733.0','7',    '5','1','1557.57',    '5','1','1557.57',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031874.0','1020166.0','16',    '11','4','4598.29',    '11','3','4318.29',    '2','1','280.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120138.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031875.0','1020166.0','12',    '10','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120139.0','1045733.0','27',    '20','8','21425.15',    '19','7','16526.59',    '9','3','4898.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001738.0',    '2031876.0','1020166.0','17',    '14','5','108087.67',    '14','5','105954.0',    '6','1','2133.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006098.0',    '2120140.0','1045733.0','227',    '174','93','1155647.5',    '168','88','1043392.22',    '81','35','112255.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031877.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120141.0','1045733.0','3',    '3','1','389.5',    '3','0','0.0',    '1','1','389.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001865.0',    '2031878.0','1020166.0','1',    '1','1','9199.76',    '1','1','2391.09',    '1','1','6808.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006099.0',    '2120142.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031879.0','1020166.0','3',    '2','2','37380.03',    '2','2','28602.81',    '1','1','8777.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120143.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031880.0','1020166.0','1',    '1','1','3277.47',    '1','1','2317.49',    '1','1','959.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120144.0','1045733.0','4',    '3','2','4058.48',    '3','2','4058.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031881.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120145.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031882.0','1020166.0','40',    '34','15','65497.26',    '34','13','54708.67',    '15','6','10788.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120146.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031883.0','1020166.0','21',    '17','4','11346.98',    '16','3','5347.98',    '11','1','5999.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120147.0','1045733.0','2',    '2','1','8991.98',    '1','1','1440.0',    '2','1','7551.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031884.0','1020166.0','74',    '63','25','125698.84',    '59','23','117083.58',    '34','9','8615.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120148.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031885.0','1020166.0','4318',    '3974','2320','13209396.08',    '3769','1917','8651419.88',    '2924','1525','4557976.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120149.0','1045733.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031886.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120150.0','1045733.0','1',    '1','1','1474.0',    '1','1','1474.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031887.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120151.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031888.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120152.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031889.0','1020166.0','3',    '2','1','1158.0',    '2','1','1158.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120153.0','1045733.0','8',    '8','1','1510.44',    '8','1','1456.0',    '6','1','54.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031890.0','1020166.0','22',    '19','5','50554.33',    '18','5','42160.39',    '14','3','8393.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120154.0','1045733.0','234',    '198','98','463021.59',    '190','93','365761.92',    '115','33','97259.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031891.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120155.0','1045733.0','18',    '15','5','31456.25',    '14','5','30854.97',    '10','1','601.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031892.0','1020166.0','5',    '4','2','47474.3',    '4','2','47474.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120156.0','1045733.0','7',    '6','2','6409.03',    '6','2','5500.48',    '2','1','908.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031893.0','1020166.0','119',    '104','27','119915.01',    '100','22','102647.13',    '45','11','17267.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120157.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031894.0','1020166.0','97',    '72','47','424171.19',    '72','45','364915.78',    '46','17','59255.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120158.0','1045733.0','15',    '9','6','29619.8',    '9','6','24787.58',    '4','2','4832.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031895.0','1020166.0','107',    '98','38','119520.99',    '94','33','83992.63',    '58','15','35528.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120159.0','1045733.0','2',    '2','1','259.99',    '2','0','0.0',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031896.0','1020166.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120160.0','1045733.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031897.0','1020166.0','3',    '2','1','2620.18',    '2','1','2113.96',    '1','1','506.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120161.0','1045733.0','84',    '73','19','79698.79',    '67','16','63023.93',    '25','5','16674.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031898.0','1020166.0','24',    '19','7','16244.73',    '19','6','13959.93',    '10','2','2284.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120162.0','1045733.0','48',    '40','35','375243.67',    '39','35','335819.5',    '17','11','39424.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031899.0','1020166.0','1',    '1','1','1719.76',    '1','1','1719.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120163.0','1045733.0','36',    '35','8','54186.9',    '35','8','37435.83',    '12','5','16751.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031900.0','1020166.0','2952',    '2620','1443','8028727.56',    '2463','1208','5621507.68',    '1669','881','2407219.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120164.0','1045733.0','50',    '41','8','51343.81',    '39','7','39962.41',    '24','3','11381.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031901.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120165.0','1045733.0','329',    '272','215','1814613.79',    '204','144','1474596.57',    '184','128','340017.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031902.0','1020166.0','5',    '5','3','5083.46',    '5','3','4559.8',    '3','1','523.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120166.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031903.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120167.0','1045733.0','27',    '19','2','3703.33',    '18','1','2690.0',    '8','2','1013.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031904.0','1020166.0','7',    '3','3','7776.3',    '3','3','7776.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120168.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031905.0','1020166.0','1',    '1','1','2999.08',    '1','1','2999.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120169.0','1045733.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031906.0','1020166.0','7',    '1','1','1891.32',    '1','1','1891.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120170.0','1045733.0','1',    '1','1','3684.9',    '1','1','3684.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031907.0','1020166.0','121',    '103','31','52666.02',    '95','28','48615.45',    '54','6','4050.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120171.0','1045733.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031908.0','1020166.0','61',    '56','14','50650.28',    '50','11','49138.05',    '29','4','1512.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120172.0','1045733.0','1',    '1','1','1219.12',    '1','1','1149.14',    '1','1','69.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031909.0','1020166.0','25',    '21','14','80006.68',    '20','13','69939.38',    '9','4','10067.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120173.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031910.0','1020166.0','7',    '6','1','1156.49',    '5','1','1156.49',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120174.0','1045733.0','7',    '5','1','6967.85',    '5','1','4696.87',    '2','1','2270.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031911.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120175.0','1045733.0','59',    '52','10','13774.5',    '49','7','12269.86',    '32','4','1504.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031912.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120176.0','1045733.0','1',    '1','1','2585.58',    '1','1','2585.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031913.0','1020166.0','11',    '8','3','7754.06',    '8','3','7754.06',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120177.0','1045733.0','79',    '62','34','166622.41',    '59','32','150017.09',    '33','9','16605.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031914.0','1020166.0','237',    '201','143','889743.49',    '192','139','743983.28',    '90','43','145760.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120178.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031915.0','1020166.0','70',    '69','23','64498.93',    '68','19','61234.84',    '54','9','3264.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120179.0','1045733.0','36',    '28','21','93805.74',    '27','21','87448.88',    '15','3','6356.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031916.0','1020166.0','1',    '1','1','3504.1',    '1','1','3194.1',    '1','1','310.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120180.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031917.0','1020166.0','18',    '17','4','33522.27',    '16','4','33522.27',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120181.0','1045733.0','86',    '65','14','50990.19',    '62','11','47200.58',    '26','4','3789.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031918.0','1020166.0','306',    '265','116','542757.63',    '254','110','464688.79',    '144','36','78068.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120182.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031919.0','1020166.0','1',    '1','1','3859.15',    '1','1','1366.0',    '1','1','2493.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120183.0','1045733.0','97',    '82','44','186349.68',    '78','37','149900.55',    '48','16','36449.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031920.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120184.0','1045733.0','1',    '1','1','2567.75',    '1','1','1474.0',    '1','1','1093.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031921.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120185.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031922.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120186.0','1045733.0','29',    '27','5','15240.8',    '24','4','13188.59',    '15','2','2052.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031923.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120187.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031924.0','1020166.0','138',    '118','28','118013.55',    '111','18','79996.71',    '73','18','38016.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120188.0','1045733.0','16',    '10','2','12070.23',    '7','2','12070.23',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031925.0','1020166.0','3',    '2','1','22324.82',    '2','1','22324.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120189.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031926.0','1020166.0','6',    '6','2','3882.0',    '4','0','0.0',    '3','2','3882.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120190.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031927.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120191.0','1045733.0','1',    '1','1','1445.0',    '0','0','0.0',    '1','1','1445.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031928.0','1020166.0','11',    '10','5','6291.0',    '10','5','6291.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120192.0','1045733.0','5',    '4','1','683.76',    '4','1','558.76',    '2','1','125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031929.0','1020166.0','43',    '32','24','303134.04',    '32','23','254285.02',    '20','9','48849.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120193.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031930.0','1020166.0','83',    '71','26','135111.35',    '69','23','130187.16',    '34','8','4924.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120194.0','1045733.0','36',    '30','12','68450.12',    '27','10','62967.32',    '15','5','5482.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031931.0','1020166.0','15',    '13','9','24409.66',    '12','8','14911.43',    '8','3','9498.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120195.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031932.0','1020166.0','58',    '54','18','75025.35',    '50','16','63865.14',    '38','8','11160.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120196.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031933.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120197.0','1045733.0','278',    '241','155','1129738.51',    '232','131','726407.9',    '164','109','403330.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031934.0','1020166.0','1',    '1','1','9803.73',    '1','1','9543.74',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120198.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031935.0','1020166.0','43',    '38','7','33580.57',    '37','6','29124.37',    '18','2','4456.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120199.0','1045733.0','103',    '95','47','322133.55',    '91','39','255997.61',    '61','24','66135.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031936.0','1020166.0','1221',    '1053','553','2532631.46',    '997','476','1913117.76',    '542','239','619513.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120200.0','1045733.0','90',    '67','28','152417.82',    '63','27','144548.02',    '17','4','7869.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031937.0','1020166.0','28',    '20','5','8268.64',    '16','4','6754.32',    '14','2','1514.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120201.0','1045733.0','22',    '21','12','44926.52',    '20','9','39162.7',    '17','5','5763.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031938.0','1020166.0','81',    '64','31','47851.02',    '62','31','46241.05',    '24','1','1609.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120202.0','1045733.0','17',    '16','4','6147.54',    '15','4','6147.54',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031939.0','1020166.0','12',    '13','5','18214.88',    '13','5','18214.88',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120203.0','1045733.0','6',    '4','1','3629.85',    '3','1','3629.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031940.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120204.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031941.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120205.0','1045733.0','197',    '160','77','590426.38',    '148','77','549159.54',    '79','17','41266.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031942.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120206.0','1045733.0','14',    '12','5','41431.27',    '11','5','37539.58',    '5','2','3891.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031943.0','1020166.0','19',    '17','3','10526.78',    '17','3','10263.55',    '5','1','263.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120207.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031944.0','1020166.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120208.0','1045733.0','12',    '10','4','4117.66',    '10','3','3854.43',    '4','1','263.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031945.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120209.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031946.0','1020166.0','55',    '43','16','57271.16',    '39','14','48587.57',    '18','6','8683.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120210.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031947.0','1020166.0','42',    '35','8','12173.67',    '34','5','6916.5',    '19','5','5257.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120211.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031948.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120212.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031949.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120213.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031950.0','1020166.0','14',    '11','6','16571.36',    '11','6','15516.63',    '5','1','1054.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120214.0','1045733.0','3',    '2','1','199.99',    '2','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031951.0','1020166.0','9',    '9','1','5343.21',    '9','1','5073.8',    '5','1','269.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120215.0','1045733.0','7',    '6','1','245.44',    '6','1','245.44',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031952.0','1020166.0','18',    '15','7','27432.06',    '14','4','15174.74',    '9','5','12257.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120216.0','1045733.0','1123',    '1038','523','2329352.54',    '966','410','1496569.09',    '789','381','832783.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031953.0','1020166.0','46',    '45','27','159295.12',    '44','24','139539.88',    '22','12','19755.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120217.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031954.0','1020166.0','2',    '2','1','4080.08',    '2','1','4080.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120218.0','1045733.0','9',    '8','2','6582.62',    '8','2','5018.16',    '4','1','1564.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031955.0','1020166.0','526',    '495','204','978698.79',    '478','171','786034.4',    '333','92','192664.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120219.0','1045733.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031956.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120220.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031957.0','1020166.0','80',    '74','32','132024.76',    '70','29','122050.56',    '42','8','9974.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120221.0','1045733.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031958.0','1020166.0','5',    '3','2','50019.63',    '3','2','50019.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120222.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031959.0','1020166.0','31',    '24','16','156247.48',    '22','16','124366.37',    '15','8','31881.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120223.0','1045733.0','7',    '6','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031960.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120224.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031961.0','1020166.0','1',    '1','1','9836.36',    '1','1','9836.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120225.0','1045733.0','658',    '578','219','763235.7',    '526','144','513310.51',    '355','129','249925.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031962.0','1020166.0','17',    '14','7','54854.69',    '14','7','45159.29',    '8','4','9695.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120226.0','1045733.0','57',    '49','18','69171.81',    '47','14','63769.88',    '21','7','5401.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031963.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120227.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031964.0','1020166.0','4',    '3','1','1944.0',    '3','1','1944.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120228.0','1045733.0','16',    '14','5','11524.32',    '13','4','11260.18',    '6','1','264.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031965.0','1020166.0','1',    '1','1','1130.0',    '1','1','1130.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120229.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031966.0','1020166.0','11',    '11','5','46380.7',    '10','4','45994.91',    '6','1','385.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120230.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031967.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120231.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031968.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120232.0','1045733.0','3',    '3','1','4556.56',    '3','1','1250.0',    '2','1','3306.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031969.0','1020166.0','1005',    '852','479','3105469.55',    '788','395','2072830.86',    '531','302','1032638.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120233.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031970.0','1020166.0','36',    '32','14','66626.16',    '30','11','52980.33',    '17','5','13645.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120234.0','1045733.0','4',    '2','1','257.05',    '1','0','0.0',    '2','1','257.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031971.0','1020166.0','23',    '21','9','46129.65',    '20','6','31423.69',    '10','5','14705.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120235.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031972.0','1020166.0','1',    '1','1','2574.41',    '1','1','2311.18',    '1','1','263.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120236.0','1045733.0','8',    '7','3','7384.72',    '6','2','6680.74',    '5','2','703.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031973.0','1020166.0','9',    '7','1','143.9',    '7','1','143.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120237.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031974.0','1020166.0','169',    '156','74','311556.43',    '150','63','261280.46',    '99','34','50275.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120238.0','1045733.0','8',    '3','2','24664.43',    '3','2','23881.76',    '1','1','782.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031975.0','1020166.0','15',    '14','9','73326.83',    '13','9','63102.6',    '6','3','10224.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120239.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031976.0','1020166.0','50',    '42','23','245213.21',    '42','23','183941.73',    '24','13','61271.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120240.0','1045733.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031977.0','1020166.0','32',    '28','18','126724.87',    '28','17','120702.82',    '17','9','6022.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120241.0','1045733.0','1',    '1','1','11681.62',    '1','1','10496.87',    '1','1','1184.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031978.0','1020166.0','1',    '1','1','5705.38',    '1','1','1648.0',    '1','1','4057.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120242.0','1045733.0','1',    '1','1','2411.71',    '1','0','0.0',    '1','1','2411.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031979.0','1020166.0','3',    '3','2','3854.78',    '3','2','3854.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120243.0','1045733.0','38',    '31','15','52282.68',    '31','14','49376.22',    '9','3','2906.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031980.0','1020166.0','48',    '45','19','63444.28',    '44','14','33764.62',    '30','10','29679.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120244.0','1045733.0','49',    '45','14','54320.77',    '41','11','37142.2',    '28','9','17178.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031981.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120245.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031982.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120246.0','1045733.0','59',    '55','36','201534.65',    '55','29','165208.4',    '33','19','36326.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031983.0','1020166.0','845',    '728','227','1325202.56',    '688','189','1164655.05',    '368','86','160547.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120247.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031984.0','1020166.0','11',    '8','3','25112.17',    '7','3','18483.53',    '5','2','6628.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120248.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031985.0','1020166.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120249.0','1045733.0','34',    '30','3','17973.1',    '27','3','17973.1',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031986.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120250.0','1045733.0','191',    '185','46','261584.88',    '180','39','244273.52',    '115','11','17311.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031987.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120251.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031988.0','1020166.0','103',    '94','35','249441.52',    '92','30','217263.46',    '39','18','32178.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120252.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031989.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120253.0','1045733.0','448',    '375','239','1449033.51',    '361','212','1214193.28',    '200','96','234840.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031990.0','1020166.0','602',    '569','223','993360.57',    '558','170','779460.5',    '398','118','213900.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120254.0','1045733.0','313',    '304','77','309118.01',    '299','65','282775.72',    '192','25','26342.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031991.0','1020166.0','328',    '313','151','639387.52',    '301','128','518200.69',    '209','89','121186.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120255.0','1045733.0','28',    '23','17','57307.45',    '22','15','51028.71',    '12','6','6278.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031992.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120256.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031993.0','1020166.0','99',    '89','17','57547.98',    '82','8','42590.1',    '50','12','14957.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120257.0','1045733.0','2',    '2','1','1274.96',    '2','1','1274.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031994.0','1020166.0','78',    '74','22','84072.05',    '69','12','39233.62',    '55','15','44838.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120258.0','1045733.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031995.0','1020166.0','1044',    '977','322','1351584.19',    '942','246','1072729.88',    '667','172','278854.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120259.0','1045733.0','968',    '878','498','3193500.93',    '846','457','2640159.95',    '493','204','553340.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031996.0','1020166.0','25',    '21','7','12263.76',    '21','7','11868.7',    '7','1','395.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120260.0','1045733.0','1',    '1','1','3527.68',    '1','1','2770.63',    '1','1','757.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031997.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120261.0','1045733.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031998.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120262.0','1045733.0','27',    '26','5','15646.55',    '26','5','15646.55',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031999.0','1020166.0','14',    '13','3','27674.85',    '13','3','23249.13',    '5','2','4425.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120263.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032000.0','1020166.0','31',    '26','8','17747.55',    '24','7','7769.73',    '17','2','9977.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120264.0','1045733.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032001.0','1020166.0','6',    '6','1','539.99',    '4','0','0.0',    '4','1','539.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120265.0','1045733.0','28',    '22','6','42584.25',    '21','4','40849.06',    '4','2','1735.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032002.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120266.0','1045733.0','31',    '28','5','13024.74',    '27','4','12744.74',    '9','1','280.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032003.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120267.0','1045733.0','910',    '800','348','1794396.54',    '743','298','1424173.44',    '468','199','370223.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032004.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120268.0','1045733.0','572',    '500','355','2713541.04',    '488','341','2414195.8',    '240','114','299345.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032005.0','1020166.0','1',    '1','1','3767.21',    '1','1','1474.0',    '1','1','2293.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120269.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032006.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120270.0','1045733.0','100',    '71','28','95900.77',    '71','27','90418.97',    '31','3','5481.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032007.0','1020166.0','88',    '71','44','481096.18',    '70','39','413697.05',    '31','20','67399.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120271.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032008.0','1020166.0','29',    '25','10','32969.44',    '25','10','26402.1',    '12','3','6567.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120272.0','1045733.0','26',    '22','5','34644.15',    '20','5','32809.8',    '9','3','1834.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032009.0','1020166.0','200',    '184','41','96984.22',    '178','34','69270.3',    '91','20','27713.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120273.0','1045733.0','58',    '50','21','115610.83',    '44','18','97147.86',    '34','9','18462.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032010.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120274.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032011.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120275.0','1045733.0','28',    '23','10','48190.23',    '22','9','46320.04',    '7','3','1870.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032012.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120276.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032013.0','1020166.0','4',    '4','3','35167.07',    '4','3','23618.87',    '3','2','11548.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120277.0','1045733.0','5',    '5','1','1488.0',    '5','1','1488.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032014.0','1020166.0','3',    '3','1','1299.56',    '3','1','1299.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120278.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032015.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120279.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032016.0','1020166.0','13',    '8','3','7632.69',    '6','3','6549.62',    '4','1','1083.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120280.0','1045733.0','59',    '55','24','111579.7',    '55','23','96806.59',    '40','13','14773.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032017.0','1020166.0','6',    '5','1','4115.94',    '5','1','4115.94',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120281.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032018.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120282.0','1045733.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032019.0','1020166.0','155',    '151','52','349741.47',    '146','46','315787.6',    '110','19','33953.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120283.0','1045733.0','57',    '28','14','158319.98',    '26','14','134272.39',    '16','5','24047.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032020.0','1020166.0','1',    '1','1','404.34',    '1','0','0.0',    '1','1','404.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120284.0','1045733.0','1',    '1','1','1675.9',    '1','1','1675.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032021.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120285.0','1045733.0','2',    '2','1','12829.6',    '2','1','12050.6',    '1','1','779.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032022.0','1020166.0','1',    '1','1','395.24',    '1','1','395.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120286.0','1045733.0','74',    '64','18','56440.1',    '64','18','55579.49',    '23','2','860.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032023.0','1020166.0','267',    '258','102','408277.53',    '254','87','363555.96',    '176','47','44721.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120287.0','1045733.0','1',    '1','1','6688.04',    '1','1','6688.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032024.0','1020166.0','13',    '9','4','14611.6',    '3','1','1574.0',    '7','3','13037.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120288.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032025.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120289.0','1045733.0','32',    '32','20','107167.24',    '31','15','78821.37',    '23','14','28345.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032026.0','1020166.0','206',    '175','120','814215.33',    '169','113','655599.92',    '98','52','158615.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120290.0','1045733.0','412',    '315','171','1153141.44',    '310','154','1038756.66',    '133','51','114384.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032027.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120291.0','1045733.0','1',    '1','1','1254.91',    '1','1','1254.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032028.0','1020166.0','10',    '10','1','16959.19',    '9','1','16959.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120292.0','1045733.0','3',    '3','2','7611.23',    '3','2','7611.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032029.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120293.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032030.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120294.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032031.0','1020166.0','547',    '436','292','747424.9',    '426','288','645986.67',    '189','37','101438.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120295.0','1045733.0','19',    '16','2','3570.4',    '16','2','3570.4',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032032.0','1020166.0','52',    '44','24','241985.63',    '42','23','216718.02',    '19','8','25267.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120296.0','1045733.0','213',    '196','28','71136.57',    '192','17','66086.25',    '84','14','5050.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032033.0','1020166.0','77',    '69','30','133085.51',    '68','26','116717.97',    '34','15','16367.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120297.0','1045733.0','6',    '5','2','5380.27',    '5','2','5380.27',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032034.0','1020166.0','1',    '1','1','339.94',    '1','0','0.0',    '1','1','339.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120298.0','1045733.0','71',    '59','12','23954.39',    '55','7','16107.98',    '35','9','7846.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032035.0','1020166.0','14',    '14','9','61289.29',    '14','9','54076.5',    '10','3','7212.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120299.0','1045733.0','38',    '30','10','49317.78',    '30','9','35908.61',    '15','6','13409.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032036.0','1020166.0','11',    '11','0','0.0',    '10','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120300.0','1045733.0','2',    '2','2','5551.56',    '2','2','5551.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032037.0','1020166.0','1',    '1','1','10775.88',    '1','1','9374.85',    '1','1','1401.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120301.0','1045733.0','60',    '56','21','112077.59',    '56','17','101439.5',    '24','11','10638.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032038.0','1020166.0','27',    '26','20','99752.18',    '26','17','96420.29',    '12','5','3331.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120302.0','1045733.0','111',    '94','83','1819924.78',    '91','82','1658892.28',    '53','29','161032.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032039.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120303.0','1045733.0','3',    '3','1','257.24',    '3','1','257.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032040.0','1020166.0','1585',    '1443','553','3363478.24',    '1366','424','2459924.78',    '972','356','903553.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120304.0','1045733.0','4',    '4','2','4740.25',    '4','1','4483.2',    '3','1','257.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032041.0','1020166.0','139',    '134','49','234950.93',    '130','42','187252.97',    '60','19','47697.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120305.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032042.0','1020166.0','84',    '72','33','229962.45',    '70','29','190637.28',    '30','14','39325.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120306.0','1045733.0','16',    '14','3','20141.91',    '12','2','18652.24',    '5','2','1489.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032043.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120307.0','1045733.0','6',    '6','2','17022.33',    '6','2','11925.57',    '2','1','5096.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032044.0','1020166.0','8',    '8','4','59134.57',    '8','4','44653.5',    '4','2','14481.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120308.0','1045733.0','76',    '67','30','249181.63',    '64','26','182744.59',    '46','20','66437.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032045.0','1020166.0','11',    '10','6','28473.68',    '9','3','20290.65',    '5','3','8183.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120309.0','1045733.0','702',    '626','227','1484446.5',    '589','195','1076865.21',    '383','117','407581.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032046.0','1020166.0','38',    '36','9','55512.45',    '34','8','51007.52',    '19','4','4504.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120310.0','1045733.0','261',    '201','132','1468979.56',    '198','129','1309067.91',    '91','41','159911.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032047.0','1020166.0','11',    '11','1','2706.63',    '11','1','2706.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120311.0','1045733.0','1',    '1','1','50.0',    '0','0','0.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032048.0','1020166.0','10',    '8','1','2893.67',    '8','1','1158.0',    '3','1','1735.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120312.0','1045733.0','1',    '1','1','5968.25',    '1','1','1344.0',    '1','1','4624.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032049.0','1020166.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120313.0','1045733.0','9',    '6','5','72518.95',    '6','5','63229.33',    '4','1','9289.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032050.0','1020166.0','348',    '318','119','874521.72',    '309','99','703438.03',    '199','66','171083.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120314.0','1045733.0','136',    '122','60','549027.35',    '117','55','461360.74',    '61','26','87666.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032051.0','1020166.0','11',    '11','6','15760.6',    '10','4','12889.78',    '8','3','2870.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120315.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032052.0','1020166.0','6',    '6','1','389.5',    '5','0','0.0',    '3','1','389.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120316.0','1045733.0','152',    '128','90','1378770.55',    '124','88','1221647.53',    '63','29','157123.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032053.0','1020166.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120317.0','1045733.0','467',    '399','125','546307.7',    '382','111','467308.48',    '170','36','78999.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032054.0','1020166.0','7',    '4','1','14709.07',    '4','1','14709.07',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120318.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032055.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120319.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032056.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120320.0','1045733.0','14',    '12','3','7930.12',    '11','1','1605.12',    '6','2','6325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032057.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120321.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032058.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120322.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032059.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120323.0','1045733.0','451',    '383','170','707945.48',    '370','136','615009.04',    '205','70','92936.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032060.0','1020166.0','244',    '217','97','890731.3',    '212','87','781211.86',    '100','37','109519.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120324.0','1045733.0','25',    '25','7','23998.69',    '25','5','22155.29',    '12','3','1843.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032061.0','1020166.0','2',    '2','2','2197.47',    '2','2','1687.96',    '1','1','509.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120325.0','1045733.0','2',    '1','1','2400.1',    '1','1','2400.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032062.0','1020166.0','2',    '1','1','6819.52',    '1','1','1000.0',    '1','1','5819.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120326.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032063.0','1020166.0','11',    '10','3','18187.86',    '9','3','17877.87',    '6','2','309.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120327.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032064.0','1020166.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120328.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032065.0','1020166.0','12',    '12','3','19491.65',    '11','3','16719.87',    '6','2','2771.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120329.0','1045733.0','19',    '19','9','34530.68',    '19','8','33108.01',    '13','2','1422.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032066.0','1020166.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120330.0','1045733.0','8',    '7','2','14627.16',    '6','2','14627.16',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032067.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120331.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032068.0','1020166.0','2',    '2','1','6020.37',    '2','1','3456.75',    '2','1','2563.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120332.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032069.0','1020166.0','307',    '258','130','1289803.19',    '250','119','1079785.49',    '142','60','210017.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120333.0','1045733.0','1',    '1','1','1960.31',    '1','1','1960.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032070.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120334.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032071.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120335.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032072.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120336.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032073.0','1020166.0','13',    '13','6','36776.96',    '13','6','34633.3',    '8','4','2143.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120337.0','1045733.0','8',    '4','1','250.46',    '4','1','250.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032074.0','1020166.0','1',    '1','1','6111.01',    '1','1','6111.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120338.0','1045733.0','4',    '3','0','0.0',    '0','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032075.0','1020166.0','1',    '1','1','9000.0',    '0','0','0.0',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120339.0','1045733.0','5',    '3','1','1150.0',    '3','1','1150.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032076.0','1020166.0','46',    '42','29','163954.28',    '40','23','134839.6',    '28','11','29114.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120340.0','1045733.0','7',    '7','2','6608.59',    '7','2','6608.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032077.0','1020166.0','1',    '1','1','2359.98',    '1','1','1150.0',    '1','1','1209.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120341.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032078.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120342.0','1045733.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032079.0','1020166.0','1',    '1','1','390.89',    '1','0','0.0',    '1','1','390.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120343.0','1045733.0','31',    '29','7','36731.4',    '29','4','19720.97',    '14','4','17010.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032080.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120344.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032081.0','1020166.0','3',    '3','2','6588.9',    '3','2','6588.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120345.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032082.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120346.0','1045733.0','3',    '3','3','4945.48',    '3','3','4745.49',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032083.0','1020166.0','3',    '3','3','24221.9',    '3','3','18415.94',    '1','1','5805.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120347.0','1045733.0','9',    '9','7','34393.28',    '8','7','11444.79',    '7','3','22948.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032084.0','1020166.0','34',    '24','10','51025.78',    '23','7','49017.49',    '7','4','2008.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120348.0','1045733.0','5',    '4','2','6554.45',    '4','2','6292.15',    '3','1','262.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032085.0','1020166.0','8',    '7','3','1791.24',    '7','1','861.48',    '3','2','929.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120349.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032086.0','1020166.0','57',    '51','8','19343.64',    '51','8','18035.01',    '13','3','1308.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120350.0','1045733.0','117',    '110','36','101355.33',    '109','35','89212.88',    '58','8','12142.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032087.0','1020166.0','4',    '2','1','1976.0',    '2','1','1976.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120351.0','1045733.0','23',    '21','9','31806.21',    '21','7','31026.24',    '7','3','779.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032088.0','1020166.0','7',    '5','3','27745.57',    '5','3','27745.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120352.0','1045733.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032089.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120353.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032090.0','1020166.0','119',    '102','47','524584.05',    '98','46','437187.66',    '57','18','87396.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120354.0','1045733.0','7',    '6','2','3010.66',    '6','2','3010.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032091.0','1020166.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120355.0','1045733.0','4',    '4','2','4665.44',    '4','2','4665.44',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032092.0','1020166.0','2',    '2','1','1827.25',    '2','1','1827.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120356.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032093.0','1020166.0','198',    '189','155','2999533.22',    '188','150','2656747.38',    '102','73','342785.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120357.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032094.0','1020166.0','5',    '4','1','2300.17',    '4','1','2300.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120358.0','1045733.0','48',    '42','26','54796.08',    '41','26','47009.77',    '20','5','7786.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032095.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120359.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032096.0','1020166.0','12',    '11','0','0.0',    '11','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120360.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032097.0','1020166.0','11',    '9','4','27437.46',    '9','4','23102.34',    '6','3','4335.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120361.0','1045733.0','30',    '26','5','41630.52',    '25','4','40930.54',    '12','2','699.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032098.0','1020166.0','1',    '1','1','4425.9',    '1','1','4425.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120362.0','1045733.0','2',    '2','1','575.0',    '1','1','575.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032099.0','1020166.0','91',    '86','43','258171.1',    '79','39','169984.43',    '54','20','88186.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120363.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032100.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120364.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032101.0','1020166.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120365.0','1045733.0','5',    '4','1','687.68',    '4','1','687.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032102.0','1020166.0','26',    '24','21','410874.82',    '24','20','358990.24',    '15','12','51884.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120366.0','1045733.0','98',    '78','54','536818.96',    '78','53','478971.32',    '29','11','57847.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032103.0','1020166.0','6',    '4','2','24322.37',    '4','2','19320.8',    '3','1','5001.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120367.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032104.0','1020166.0','1',    '1','1','1560.1',    '1','1','1560.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120368.0','1045733.0','148',    '129','103','1010965.92',    '126','99','862551.47',    '74','42','148414.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032105.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120369.0','1045733.0','2',    '2','2','16182.28',    '2','2','16182.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032106.0','1020166.0','309',    '236','140','1769649.1',    '225','133','1576128.5',    '123','52','193520.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120370.0','1045733.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032107.0','1020166.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120371.0','1045733.0','2',    '1','1','1436.0',    '1','1','1436.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032108.0','1020166.0','2',    '2','2','14149.91',    '2','1','13759.02',    '1','1','390.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120372.0','1045733.0','53',    '41','25','98628.29',    '41','25','76208.41',    '16','10','22419.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032109.0','1020166.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120373.0','1045733.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032110.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120374.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032111.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120375.0','1045733.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032112.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120376.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032113.0','1020166.0','37',    '34','24','122070.98',    '34','23','96515.98',    '21','14','25555.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120377.0','1045733.0','4',    '3','1','28265.97',    '3','1','21680.51',    '2','1','6585.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032114.0','1020166.0','77',    '66','48','630479.03',    '65','48','542211.76',    '36','20','88267.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120378.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032115.0','1020166.0','54',    '48','26','51825.0',    '46','24','49605.09',    '22','4','2219.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120379.0','1045733.0','347',    '318','189','2167484.38',    '311','177','1805825.52',    '209','97','361658.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032116.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120380.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032117.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120381.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032118.0','1020166.0','12',    '7','4','50363.19',    '7','4','46462.31',    '3','1','3900.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120382.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032119.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120383.0','1045733.0','1198',    '915','178','708333.16',    '835','124','509047.7',    '560','101','199285.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032120.0','1020166.0','5',    '5','2','33395.2',    '5','2','33135.21',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120384.0','1045733.0','27',    '25','11','57408.72',    '25','10','42198.72',    '10','5','15210.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032121.0','1020166.0','246',    '176','139','1473106.57',    '175','138','1317899.33',    '66','40','155207.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120385.0','1045733.0','1',    '1','1','248.98',    '1','1','248.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032122.0','1020166.0','60',    '47','33','466785.54',    '46','33','388008.56',    '31','17','78776.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120386.0','1045733.0','114',    '108','93','1675365.81',    '107','92','1504225.44',    '59','39','171140.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032123.0','1020166.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120387.0','1045733.0','348',    '332','272','4900129.0',    '329','270','4369529.82',    '198','117','530599.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032124.0','1020166.0','4',    '3','3','20162.0',    '3','3','8603.96',    '2','2','11558.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120388.0','1045733.0','54',    '48','24','110606.92',    '48','20','99883.79',    '25','11','10723.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032125.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120389.0','1045733.0','4',    '4','2','2418.0',    '4','2','2418.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032126.0','1020166.0','7',    '6','2','19302.82',    '6','2','13523.72',    '4','2','5779.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120390.0','1045733.0','38',    '36','24','273757.41',    '35','24','233021.73',    '20','11','40735.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032127.0','1020166.0','10',    '8','2','5276.97',    '8','2','2746.98',    '4','2','2529.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120391.0','1045733.0','11',    '11','4','12649.68',    '11','4','12649.68',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032128.0','1020166.0','8',    '8','5','11128.68',    '8','5','9951.66',    '7','2','1177.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120392.0','1045733.0','3',    '3','1','1471.36',    '3','1','1471.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032129.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120393.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032130.0','1020166.0','54',    '48','9','29662.06',    '47','7','25053.51',    '34','6','4608.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120394.0','1045733.0','36',    '35','11','10590.14',    '31','4','2953.55',    '24','8','7636.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032131.0','1020166.0','3',    '3','1','4554.35',    '3','1','4554.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120395.0','1045733.0','13',    '13','1','1276.0',    '13','1','1276.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032132.0','1020166.0','6',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120396.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032133.0','1020166.0','50',    '43','23','57352.11',    '40','21','42987.16',    '19','8','14364.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120397.0','1045733.0','19',    '17','10','55028.49',    '16','9','43826.44',    '11','4','11202.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032134.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120398.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032135.0','1020166.0','7',    '6','2','6222.11',    '5','2','2000.0',    '4','1','4222.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120399.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032136.0','1020166.0','3',    '3','1','18136.86',    '2','1','12332.33',    '2','1','5804.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120400.0','1045733.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032137.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120401.0','1045733.0','76',    '76','18','47693.31',    '75','16','44752.6',    '47','7','2940.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032138.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120402.0','1045733.0','57',    '56','10','11541.67',    '55','7','10091.64',    '32','3','1450.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032139.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120403.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032140.0','1020166.0','26',    '23','8','36651.22',    '23','7','28547.03',    '12','5','8104.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120404.0','1045733.0','2',    '2','2','4230.14',    '2','1','3858.72',    '1','1','371.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032141.0','1020166.0','143',    '128','36','180395.73',    '125','30','115788.99',    '76','21','64606.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120405.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032142.0','1020166.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120406.0','1045733.0','26',    '23','6','18905.3',    '23','4','17642.95',    '18','4','1262.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032143.0','1020166.0','40',    '36','13','47270.73',    '33','11','42555.76',    '22','5','4714.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120407.0','1045733.0','16',    '15','4','44538.68',    '15','4','32992.0',    '8','2','11546.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032144.0','1020166.0','34',    '33','17','101207.84',    '31','16','71490.35',    '22','9','29717.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120408.0','1045733.0','3',    '3','1','1310.0',    '3','1','1310.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032145.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120409.0','1045733.0','65',    '58','40','210045.78',    '56','37','171297.05',    '30','15','38748.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032146.0','1020166.0','1',    '1','1','1046.8',    '1','1','1046.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120410.0','1045733.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032147.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120411.0','1045733.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032148.0','1020166.0','12',    '12','3','19811.77',    '10','3','14787.04',    '8','2','5024.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120412.0','1045733.0','8',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032149.0','1020166.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120413.0','1045733.0','1',    '1','1','1924.07',    '1','1','1924.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032150.0','1020166.0','249',    '224','77','486666.43',    '214','65','433897.75',    '125','36','52768.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120414.0','1045733.0','2',    '2','1','2834.81',    '2','1','1114.0',    '1','1','1720.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032151.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120415.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032152.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120416.0','1045733.0','7',    '7','1','12661.26',    '7','1','12661.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032153.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120417.0','1045733.0','168',    '149','56','234493.58',    '145','50','191804.35',    '89','24','42689.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032154.0','1020166.0','5',    '5','1','1276.0',    '5','1','1276.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120418.0','1045733.0','36',    '29','13','81240.36',    '27','12','62119.42',    '23','7','19120.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032155.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120419.0','1045733.0','6',    '6','1','5131.4',    '6','1','4861.4',    '2','1','270.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032156.0','1020166.0','1',    '1','1','2309.26',    '1','1','2309.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120420.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032157.0','1020166.0','30',    '29','1','230.69',    '29','1','230.69',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120421.0','1045733.0','29',    '27','11','48908.14',    '26','10','32985.44',    '13','7','15922.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032158.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120422.0','1045733.0','45',    '43','19','135251.48',    '41','18','114173.29',    '25','9','21078.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032159.0','1020166.0','88',    '83','31','144202.88',    '83','29','110807.53',    '39','11','33395.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120423.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032160.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120424.0','1045733.0','17',    '15','2','2191.66',    '15','1','1708.45',    '9','1','483.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032161.0','1020166.0','4',    '4','1','397.23',    '4','1','397.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120425.0','1045733.0','28',    '25','9','47211.81',    '25','7','38031.33',    '13','5','9180.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032162.0','1020166.0','9',    '8','2','4899.01',    '8','2','4899.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120426.0','1045733.0','20',    '18','7','76485.14',    '18','7','61091.48',    '15','6','15393.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032163.0','1020166.0','2',    '2','1','15426.41',    '2','1','15426.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120427.0','1045733.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032164.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120428.0','1045733.0','67',    '61','14','62886.53',    '59','14','39777.31',    '41','7','23109.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032165.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120429.0','1045733.0','105',    '91','25','146362.45',    '90','23','121498.29',    '47','11','24864.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032166.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120430.0','1045733.0','32',    '29','6','30685.36',    '28','5','30083.38',    '15','2','601.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032167.0','1020166.0','1',    '1','1','1236.45',    '1','1','1236.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120431.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032168.0','1020166.0','12',    '10','3','5162.19',    '10','3','4503.12',    '5','1','659.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120432.0','1045733.0','1',    '1','1','5611.94',    '1','1','5084.86',    '1','1','527.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032169.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120433.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032170.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120434.0','1045733.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032171.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120435.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032172.0','1020166.0','3',    '3','1','415.87',    '3','1','415.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120436.0','1045733.0','32',    '29','13','87728.06',    '28','11','58839.48',    '22','7','28888.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032173.0','1020166.0','7',    '6','4','17291.42',    '6','4','16866.42',    '3','1','425.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120437.0','1045733.0','4',    '4','1','2154.0',    '4','1','2154.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032174.0','1020166.0','4',    '4','3','3050.57',    '4','3','3050.57',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120438.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032175.0','1020166.0','1',    '1','1','2209.32',    '1','1','2209.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120439.0','1045733.0','264',    '227','109','1184337.61',    '216','106','1026254.48',    '122','40','158083.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032176.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120440.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032177.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120441.0','1045733.0','89',    '78','32','258527.55',    '76','30','215879.24',    '46','18','42648.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032178.0','1020166.0','1',    '1','1','1283.87',    '1','1','1283.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120442.0','1045733.0','18',    '16','2','3276.8',    '16','1','3220.99',    '8','1','55.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032179.0','1020166.0','40',    '37','8','22125.22',    '36','8','20624.81',    '17','2','1500.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120443.0','1045733.0','3',    '2','1','1268.34',    '2','1','1268.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032180.0','1020166.0','25',    '24','9','30081.47',    '23','8','28816.03',    '12','3','1265.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120444.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032181.0','1020166.0','2',    '2','2','1675.35',    '2','2','1675.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120445.0','1045733.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032182.0','1020166.0','39',    '37','7','13344.75',    '37','7','7446.84',    '19','1','5897.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120446.0','1045733.0','2',    '2','1','258.44',    '2','1','258.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032183.0','1020166.0','21',    '7','4','45565.55',    '7','4','44073.32',    '2','1','1492.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120447.0','1045733.0','61',    '60','10','28798.81',    '60','7','24438.99',    '35','5','4359.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032184.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120448.0','1045733.0','5',    '5','2','4345.15',    '5','2','3949.62',    '2','1','395.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032185.0','1020166.0','5',    '4','1','1768.87',    '4','1','1768.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120449.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032186.0','1020166.0','13',    '11','5','11023.85',    '11','5','10218.85',    '4','1','805.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120450.0','1045733.0','4',    '2','1','22791.81',    '2','1','18542.56',    '1','1','4249.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032187.0','1020166.0','100',    '93','41','130500.13',    '93','41','97932.64',    '53','10','32567.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120451.0','1045733.0','150',    '134','67','415189.39',    '133','63','350473.52',    '84','26','64715.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032188.0','1020166.0','68',    '66','15','60817.13',    '66','14','54724.77',    '27','4','6092.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120452.0','1045733.0','35',    '32','20','95230.99',    '32','20','88514.12',    '19','5','6716.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032189.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120453.0','1045733.0','37',    '37','9','11931.76',    '37','7','11155.78',    '22','3','775.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032190.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120454.0','1045733.0','76',    '71','16','48238.2',    '69','12','39284.38',    '49','10','8953.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032191.0','1020166.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120455.0','1045733.0','616',    '570','186','893035.14',    '556','145','702144.08',    '359','113','190891.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032192.0','1020166.0','3',    '3','1','1534.2',    '3','1','1534.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120456.0','1045733.0','4',    '3','1','365.85',    '3','0','0.0',    '3','1','365.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032193.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120457.0','1045733.0','2',    '2','1','606.18',    '2','1','606.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032194.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120458.0','1045733.0','12',    '12','10','127222.07',    '12','10','104550.96',    '8','3','22671.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032195.0','1020166.0','8',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120459.0','1045733.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032196.0','1020166.0','32',    '26','9','33895.68',    '26','9','30580.79',    '14','2','3314.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120460.0','1045733.0','27',    '21','8','21103.53',    '20','8','20372.23',    '10','2','731.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032197.0','1020166.0','2',    '2','1','480.0',    '2','0','0.0',    '2','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120461.0','1045733.0','136',    '113','60','714024.78',    '110','56','472924.73',    '87','43','241100.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032198.0','1020166.0','23',    '22','1','263.54',    '22','0','0.0',    '11','1','263.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120462.0','1045733.0','436',    '413','133','640454.48',    '405','106','505303.35',    '259','79','135151.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032199.0','1020166.0','1',    '1','1','805.0',    '1','0','0.0',    '1','1','805.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120463.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032200.0','1020166.0','4',    '3','2','3041.42',    '2','1','2553.89',    '3','1','487.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120464.0','1045733.0','2',    '2','1','4257.59',    '2','1','4257.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032201.0','1020166.0','4',    '4','2','30070.57',    '4','2','29165.56',    '3','1','905.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120465.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032202.0','1020166.0','18',    '16','12','40387.61',    '16','12','32483.38',    '8','5','7904.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120466.0','1045733.0','40',    '37','10','34547.28',    '37','7','29591.32',    '19','5','4955.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032203.0','1020166.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120467.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032204.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120468.0','1045733.0','5',    '5','1','261.69',    '5','0','0.0',    '3','1','261.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032205.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120469.0','1045733.0','101',    '95','59','575665.61',    '94','56','493262.69',    '56','30','82402.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032206.0','1020166.0','12',    '11','3','7763.36',    '11','3','7763.36',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120470.0','1045733.0','37',    '36','11','42503.64',    '36','11','37926.19',    '15','4','4577.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031449.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119713.0','1045733.0','1',    '1','1','3444.95',    '1','1','3444.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032207.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120471.0','1045733.0','10',    '5','3','19609.72',    '5','3','19609.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032208.0','1020166.0','14',    '7','2','36707.61',    '6','2','34293.3',    '5','2','2414.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120472.0','1045733.0','1',    '1','1','7577.65',    '1','1','1973.98',    '1','1','5603.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032209.0','1020166.0','7',    '6','1','1617.96',    '6','1','1617.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120473.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032210.0','1020166.0','5',    '4','1','3474.58',    '4','1','3474.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120474.0','1045733.0','50',    '40','19','215942.68',    '36','19','199174.95',    '18','5','16767.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032211.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120475.0','1045733.0','1',    '1','1','387.18',    '1','0','0.0',    '1','1','387.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032212.0','1020166.0','33',    '28','4','9535.91',    '25','3','8999.56',    '8','1','536.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120476.0','1045733.0','7',    '5','2','29172.19',    '5','2','24708.52',    '1','1','4463.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032213.0','1020166.0','2',    '2','2','27367.17',    '2','2','27367.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120477.0','1045733.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032214.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120478.0','1045733.0','4',    '3','1','7508.93',    '3','1','7508.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032215.0','1020166.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120479.0','1045733.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032216.0','1020166.0','26',    '22','15','67129.7',    '22','13','46457.43',    '15','5','20672.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120480.0','1045733.0','31',    '24','10','38333.38',    '23','10','37927.19',    '6','1','406.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032217.0','1020166.0','25',    '24','6','18275.65',    '23','5','18005.0',    '14','1','270.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120481.0','1045733.0','20',    '13','3','11235.78',    '10','1','2116.02',    '8','2','9119.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032218.0','1020166.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120482.0','1045733.0','17',    '13','3','13992.89',    '11','1','1896.0',    '9','2','12096.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032219.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120483.0','1045733.0','56',    '45','10','35325.8',    '34','3','12227.37',    '31','10','23098.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032220.0','1020166.0','40',    '40','8','55198.05',    '34','6','21622.29',    '25','5','33575.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120484.0','1045733.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032221.0','1020166.0','91',    '56','11','33284.78',    '31','2','3442.0',    '46','10','29842.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120485.0','1045733.0','31',    '28','22','189926.63',    '28','22','156364.94',    '17','10','33561.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032222.0','1020166.0','242',    '193','71','358220.86',    '163','56','313023.69',    '100','28','45197.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120486.0','1045733.0','1',    '1','1','4002.14',    '1','1','3886.07',    '1','1','116.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032223.0','1020166.0','24',    '17','4','16869.02',    '15','4','14387.32',    '10','4','2481.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120487.0','1045733.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032224.0','1020166.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120488.0','1045733.0','14',    '13','6','25259.25',    '13','6','25259.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032225.0','1020166.0','12',    '10','4','12044.94',    '8','3','8362.94',    '3','1','3682.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120489.0','1045733.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032226.0','1020166.0','3',    '2','1','674.86',    '2','1','674.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120490.0','1045733.0','10',    '10','7','30437.69',    '10','7','27775.58',    '4','2','2662.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032227.0','1020166.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120491.0','1045733.0','5',    '4','1','2525.47',    '4','1','1899.0',    '3','1','626.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032228.0','1020166.0','15',    '14','3','27814.72',    '14','2','23682.65',    '12','3','4132.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120492.0','1045733.0','7',    '7','4','2108.07',    '7','4','2108.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032229.0','1020166.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120493.0','1045733.0','1',    '1','1','2079.04',    '1','1','2079.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032230.0','1020167.0','1',    '1','1','2226.24',    '1','1','2226.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120494.0','1045734.0','86',    '69','4','13417.72',    '65','4','13207.72',    '34','1','210.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032231.0','1020167.0','113',    '102','61','230379.67',    '101','56','191097.42',    '42','24','39282.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120495.0','1045734.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032232.0','1020167.0','10',    '10','1','1523.32',    '7','1','1523.32',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120496.0','1045734.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032233.0','1020167.0','34',    '36','7','25388.19',    '34','5','16634.77',    '17','5','8753.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120497.0','1045734.0','178',    '152','73','297530.38',    '130','48','178538.42',    '95','39','118991.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032234.0','1020167.0','1',    '1','1','30680.71',    '1','1','30680.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120498.0','1045734.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032235.0','1020167.0','412',    '361','185','920603.75',    '321','145','555504.12',    '247','93','365099.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120499.0','1045734.0','138',    '128','30','81528.32',    '110','14','48067.36',    '89','23','33460.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032236.0','1020167.0','46',    '38','8','20106.28',    '33','5','12065.55',    '26','5','8040.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120500.0','1045734.0','437',    '386','201','712313.04',    '332','179','518511.35',    '239','67','193801.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032237.0','1020167.0','9',    '3','2','27911.53',    '3','2','20155.32',    '3','2','7756.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120501.0','1045734.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032238.0','1020167.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120502.0','1045734.0','21',    '16','6','16254.15',    '14','4','15157.64',    '14','2','1096.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032239.0','1020167.0','56',    '46','16','101787.71',    '39','12','67210.03',    '19','8','34577.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120503.0','1045734.0','11',    '8','2','12235.96',    '4','1','3235.96',    '6','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032240.0','1020167.0','95',    '91','51','404910.31',    '87','45','363861.59',    '46','23','41048.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120504.0','1045734.0','13',    '10','2','10784.48',    '9','2','10784.48',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032241.0','1020167.0','9',    '7','4','24751.81',    '7','3','20038.72',    '4','2','4713.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120505.0','1045734.0','6',    '5','1','1986.03',    '5','1','1486.04',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032242.0','1020167.0','21',    '21','5','18683.95',    '16','1','99.86',    '12','4','18584.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120506.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032243.0','1020167.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120507.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032244.0','1020167.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120508.0','1045734.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032245.0','1020167.0','3',    '3','1','1569.95',    '3','1','1569.95',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120509.0','1045734.0','21',    '17','12','120964.05',    '15','9','83457.01',    '9','5','37507.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032246.0','1020167.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120510.0','1045734.0','12',    '11','3','13229.84',    '11','3','13229.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032247.0','1020167.0','12',    '11','3','19241.13',    '9','3','17893.91',    '7','1','1347.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120511.0','1045734.0','12',    '13','3','12795.99',    '12','2','12259.64',    '6','1','536.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032248.0','1020167.0','8',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120512.0','1045734.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032249.0','1020167.0','17',    '14','12','61891.24',    '14','11','61371.26',    '8','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120513.0','1045734.0','82',    '75','7','44974.15',    '68','6','25920.47',    '41','4','19053.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032250.0','1020167.0','1',    '1','1','1384.88',    '1','1','1384.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120514.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032251.0','1020167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120515.0','1045734.0','21',    '20','5','44258.83',    '18','3','41326.0',    '11','3','2932.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032252.0','1020167.0','49',    '47','12','28014.91',    '47','11','26077.5',    '22','2','1937.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120516.0','1045734.0','28',    '22','5','23815.15',    '16','3','10384.0',    '9','2','13431.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032253.0','1020167.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120517.0','1045734.0','10',    '8','3','18692.84',    '7','3','17178.52',    '6','1','1514.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032254.0','1020167.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120518.0','1045734.0','37',    '32','12','44250.99',    '31','9','40850.52',    '24','6','3400.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032255.0','1020167.0','14',    '13','1','270.65',    '12','0','0.0',    '4','1','270.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120519.0','1045734.0','174',    '153','98','428178.23',    '140','84','295680.09',    '101','44','132498.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032256.0','1020167.0','73',    '65','18','79611.3',    '56','9','47799.05',    '53','16','31812.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120520.0','1045734.0','25',    '22','4','26628.42',    '15','2','8233.44',    '14','3','18394.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032257.0','1020167.0','74',    '58','25','128053.5',    '44','19','105347.53',    '27','7','22705.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120521.0','1045734.0','58',    '52','4','18506.29',    '43','2','4947.29',    '22','2','13559.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032258.0','1020167.0','19',    '18','11','49838.06',    '18','11','45290.56',    '10','6','4547.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120522.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032259.0','1020167.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120523.0','1045734.0','19',    '11','2','700.86',    '7','0','0.0',    '9','2','700.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032260.0','1020167.0','6',    '4','1','1546.0',    '3','1','1546.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120524.0','1045734.0','15',    '14','4','7959.2',    '12','1','935.07',    '10','3','7024.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032261.0','1020167.0','23',    '20','11','32958.31',    '19','10','30913.56',    '5','2','2044.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120525.0','1045734.0','13',    '11','2','7611.06',    '9','1','1546.0',    '4','2','6065.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032262.0','1020167.0','180',    '147','60','395848.89',    '105','38','234553.29',    '106','38','161295.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120526.0','1045734.0','9',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032263.0','1020167.0','236',    '207','94','669572.73',    '192','80','594852.96',    '79','33','74719.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120527.0','1045734.0','2',    '3','1','3418.11',    '3','1','3418.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032264.0','1020167.0','268',    '245','156','1204534.08',    '236','141','1115474.18',    '111','60','89059.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120528.0','1045734.0','38',    '33','12','46960.84',    '32','4','20929.58',    '21','10','26031.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032265.0','1020167.0','26',    '21','7','41138.57',    '17','2','17030.29',    '9','5','24108.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120529.0','1045734.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032266.0','1020167.0','302',    '269','42','136312.64',    '242','22','100515.03',    '156','27','35797.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120530.0','1045734.0','82',    '65','34','197867.54',    '62','30','174859.6',    '29','10','23007.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032267.0','1020167.0','47',    '42','10','34355.79',    '36','4','16998.07',    '28','6','17357.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120531.0','1045734.0','76',    '71','40','265096.53',    '70','38','223120.71',    '35','13','41975.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032268.0','1020167.0','3',    '2','1','1900.0',    '2','1','1900.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120532.0','1045734.0','92',    '64','14','78645.71',    '44','7','37071.95',    '44','9','41573.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032269.0','1020167.0','49',    '42','17','65741.16',    '34','14','43822.49',    '26','7','21918.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120533.0','1045734.0','227',    '171','31','149691.2',    '118','11','63465.83',    '103','26','86225.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032270.0','1020167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120534.0','1045734.0','81',    '76','30','99253.86',    '66','21','74260.06',    '50','17','24993.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032271.0','1020167.0','16',    '16','8','26921.08',    '16','7','19431.2',    '11','4','7489.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120535.0','1045734.0','57',    '30','7','29844.0',    '11','1','2582.0',    '25','7','27262.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032272.0','1020167.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120536.0','1045734.0','5',    '5','3','6140.66',    '5','3','5620.66',    '4','1','520.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032273.0','1020167.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120537.0','1045734.0','37',    '31','8','46343.27',    '26','7','40778.83',    '12','5','5564.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032274.0','1020167.0','1',    '1','1','4954.5',    '1','1','1546.0',    '1','1','3408.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120538.0','1045734.0','8',    '7','1','1378.72',    '7','0','0.0',    '4','1','1378.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032275.0','1020167.0','3',    '3','2','11441.2',    '3','1','9089.46',    '2','2','2351.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120539.0','1045734.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032276.0','1020167.0','8',    '5','1','1779.75',    '5','1','1779.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120540.0','1045734.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032277.0','1020167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120541.0','1045734.0','58',    '54','20','183878.75',    '53','20','175990.26',    '13','5','7888.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032278.0','1020167.0','53',    '44','25','216940.21',    '42','23','202993.88',    '17','3','13946.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120542.0','1045734.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032279.0','1020167.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120543.0','1045734.0','4',    '2','2','1351.62',    '2','1','964.44',    '1','1','387.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032280.0','1020167.0','15',    '11','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120544.0','1045734.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032281.0','1020167.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120545.0','1045734.0','1',    '1','1','1781.49',    '1','1','1781.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031548.0','1020167.0','127',    '109','63','612433.2',    '106','50','518206.47',    '51','33','94226.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119812.0','1045734.0','55',    '50','23','38118.46',    '45','23','36793.96',    '16','4','1324.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032282.0','1020167.0','1',    '1','1','3192.62',    '1','1','3192.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120546.0','1045734.0','9',    '6','3','7428.08',    '6','3','7428.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032283.0','1020167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120547.0','1045734.0','3',    '3','2','16884.44',    '3','2','16684.45',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032284.0','1020167.0','6',    '6','2','10546.0',    '4','1','1546.0',    '4','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120548.0','1045734.0','34',    '32','10','25960.44',    '32','7','23313.77',    '16','6','2646.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032285.0','1020167.0','65',    '47','16','133003.47',    '38','13','108866.78',    '26','7','24136.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120549.0','1045734.0','33',    '33','5','35727.98',    '32','5','33560.2',    '14','2','2167.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032286.0','1020167.0','83',    '75','16','49333.86',    '59','7','17047.86',    '51','11','32286.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120550.0','1045734.0','32',    '26','8','54437.74',    '25','7','49745.93',    '11','4','4691.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032287.0','1020167.0','2',    '1','1','18458.84',    '1','1','17949.1',    '1','1','509.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120551.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032288.0','1020167.0','180',    '164','92','704733.75',    '159','86','625068.73',    '71','28','79665.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120552.0','1045734.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032289.0','1020167.0','34',    '30','11','59016.61',    '25','7','33521.43',    '21','6','25495.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120553.0','1045734.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032290.0','1020167.0','29',    '22','5','11928.15',    '18','3','11107.5',    '11','2','820.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120554.0','1045734.0','5',    '4','1','9376.4',    '4','1','9205.4',    '3','1','171.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032291.0','1020167.0','30',    '21','5','39653.79',    '13','4','30482.79',    '15','2','9171.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120555.0','1045734.0','37',    '32','11','54857.88',    '28','7','19037.45',    '14','8','35820.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032292.0','1020167.0','71',    '55','11','54089.19',    '43','7','28263.14',    '34','8','25826.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120556.0','1045734.0','31',    '29','7','23683.71',    '25','1','937.26',    '19','6','22746.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031684.0','1020167.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2119948.0','1045734.0','4',    '4','1','2982.64',    '4','1','2982.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032293.0','1020167.0','1',    '1','1','1969.0',    '0','0','0.0',    '1','1','1969.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120557.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032294.0','1020167.0','265',    '224','84','442797.43',    '194','62','288720.4',    '131','49','154077.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120558.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032295.0','1020167.0','165',    '117','32','106817.39',    '86','12','65829.73',    '74','22','40987.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120559.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032296.0','1020167.0','6',    '4','0','0.0',    '0','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120560.0','1045734.0','9',    '6','0','0.0',    '3','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032297.0','1020167.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120561.0','1045734.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032298.0','1020167.0','31',    '28','4','6715.83',    '26','3','6585.84',    '14','1','129.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120562.0','1045734.0','69',    '64','27','78176.13',    '63','24','72096.76',    '30','5','6079.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032299.0','1020167.0','45',    '38','27','101139.87',    '33','25','78545.82',    '20','8','22594.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120563.0','1045734.0','118',    '99','55','350849.4',    '95','50','283487.64',    '50','22','67361.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032300.0','1020167.0','8',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120564.0','1045734.0','3',    '3','2','13649.84',    '3','2','13649.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032301.0','1020167.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120565.0','1045734.0','19',    '18','10','39305.45',    '17','10','38692.78',    '9','2','612.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032302.0','1020167.0','114',    '81','16','88934.38',    '44','7','32802.44',    '54','11','56131.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120566.0','1045734.0','9',    '6','6','42477.53',    '6','6','36905.01',    '6','2','5572.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032303.0','1020167.0','105',    '68','15','87815.9',    '35','3','30826.13',    '47','13','56989.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120567.0','1045734.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032304.0','1020167.0','45',    '38','7','29023.87',    '24','2','4478.0',    '24','6','24545.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120568.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032305.0','1020167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120569.0','1045734.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032306.0','1020167.0','1454',    '1292','758','4839734.48',    '1207','678','4073756.86',    '598','292','765977.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120570.0','1045734.0','37',    '31','23','137542.7',    '30','23','119396.27',    '18','7','18146.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032307.0','1020167.0','55',    '48','5','42863.79',    '45','4','28388.69',    '25','3','14475.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120571.0','1045734.0','443',    '372','124','965598.13',    '323','96','810346.79',    '191','58','155251.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032308.0','1020167.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120572.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032309.0','1020167.0','7',    '5','2','11564.79',    '3','0','0.0',    '3','2','11564.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120573.0','1045734.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032310.0','1020167.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120574.0','1045734.0','41',    '35','15','54550.19',    '34','15','53372.11',    '11','3','1178.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032311.0','1020167.0','3513',    '3271','1883','10008874.6',    '2584','1465','2919662.6',    '2828','1601','7089212.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120575.0','1045734.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032312.0','1020167.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120576.0','1045734.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032313.0','1020167.0','483',    '393','204','1619714.47',    '348','172','1463709.85',    '206','91','156004.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120577.0','1045734.0','394',    '330','148','838556.28',    '266','111','550658.05',    '218','74','287898.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032314.0','1020167.0','25',    '17','3','29170.4',    '13','2','18233.9',    '8','3','10936.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120578.0','1045734.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032315.0','1020167.0','42',    '36','17','45556.92',    '31','11','34750.88',    '17','8','10806.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120579.0','1045734.0','6',    '6','4','27907.9',    '6','4','27907.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032316.0','1020167.0','3',    '3','3','16726.79',    '3','2','15214.06',    '3','3','1512.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120580.0','1045734.0','8',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032317.0','1020173.0','823',    '749','469','2495406.02',    '704','427','2000052.13',    '390','155','495353.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120581.0','1045740.0','74',    '61','29','127735.97',    '46','22','94553.36',    '38','14','33182.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032318.0','1020173.0','902',    '828','559','3677642.29',    '786','498','2832417.34',    '497','218','845224.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120582.0','1045740.0','2',    '2','2','3092.0',    '2','2','3092.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032319.0','1020173.0','22',    '18','6','14478.63',    '17','5','13744.47',    '8','2','734.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120583.0','1045740.0','75',    '60','24','59282.92',    '53','17','43452.59',    '31','10','15830.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032320.0','1020173.0','368',    '321','171','707620.48',    '291','149','580004.6',    '135','47','127615.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120584.0','1045740.0','10',    '2','1','5903.73',    '2','1','1546.0',    '1','1','4357.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032321.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120585.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032322.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120586.0','1045740.0','139',    '124','84','265704.94',    '123','79','226128.62',    '63','24','39576.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032323.0','1020173.0','2',    '2','1','5819.0',    '2','1','5819.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120587.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032324.0','1020173.0','51',    '39','6','7769.73',    '33','1','2840.82',    '26','5','4928.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120588.0','1045740.0','12',    '12','4','10957.17',    '11','2','4107.41',    '10','3','6849.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032325.0','1020173.0','194',    '177','49','214010.94',    '163','44','190937.51',    '92','11','23073.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120589.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032326.0','1020173.0','103',    '94','37','189522.96',    '92','35','179674.96',    '45','8','9848.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120590.0','1045740.0','547',    '465','176','1129540.94',    '382','111','756553.27',    '286','109','372987.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032327.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120591.0','1045740.0','79',    '71','43','493853.79',    '67','40','397995.93',    '42','20','95857.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032328.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120592.0','1045740.0','9',    '9','5','15261.69',    '9','5','13760.27',    '4','1','1501.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032329.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120593.0','1045740.0','1',    '1','1','1629.08',    '1','1','1629.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032330.0','1020173.0','2',    '2','1','1384.0',    '2','1','1384.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120594.0','1045740.0','1',    '1','1','1498.0',    '1','1','1498.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032331.0','1020173.0','209',    '198','109','664760.86',    '195','96','564614.75',    '99','47','100146.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120595.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032332.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120596.0','1045740.0','2',    '2','2','22462.08',    '2','2','22462.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032333.0','1020173.0','1',    '1','1','12987.28',    '1','1','12987.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120597.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2031230.0','1020173.0','11',    '3','1','4634.71',    '0','0','0.0',    '3','1','4634.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2119494.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032334.0','1020173.0','12',    '10','3','7115.71',    '9','1','5774.16',    '3','2','1341.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120598.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032335.0','1020173.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120599.0','1045740.0','9',    '5','1','432.35',    '4','1','432.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032336.0','1020173.0','266',    '224','78','449774.48',    '191','56','337260.47',    '123','37','112514.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120600.0','1045740.0','49',    '45','34','171417.64',    '44','29','149096.21',    '30','13','22321.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032337.0','1020173.0','8',    '7','5','34865.7',    '7','4','32143.62',    '5','2','2722.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120601.0','1045740.0','1',    '1','1','5500.68',    '1','1','1802.0',    '1','1','3698.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032338.0','1020173.0','44',    '39','8','48453.24',    '35','7','40382.35',    '19','2','8070.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120602.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032339.0','1020173.0','120',    '112','51','146769.09',    '109','39','114439.98',    '48','25','32329.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120603.0','1045740.0','7',    '5','2','23637.59',    '5','2','21357.15',    '1','1','2280.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032340.0','1020173.0','146',    '139','56','335003.74',    '136','53','312399.41',    '61','20','22604.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120604.0','1045740.0','96',    '83','28','213472.57',    '78','23','191722.64',    '36','10','21749.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032341.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120605.0','1045740.0','33',    '32','21','137008.08',    '32','21','127169.21',    '15','6','9838.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032342.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120606.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032343.0','1020173.0','267',    '237','108','799864.46',    '228','87','708139.21',    '99','42','91725.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120607.0','1045740.0','65',    '56','16','93591.83',    '54','14','91356.76',    '13','3','2235.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032344.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120608.0','1045740.0','10',    '10','5','11169.74',    '10','5','11169.74',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032345.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120609.0','1045740.0','209',    '155','18','106861.5',    '100','3','12470.89',    '111','17','94390.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032346.0','1020173.0','767',    '689','431','3527000.96',    '656','397','3252067.35',    '253','110','274933.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120610.0','1045740.0','92',    '76','20','64970.38',    '62','14','41090.91',    '56','11','23879.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032347.0','1020173.0','333',    '284','69','359057.91',    '196','28','135308.73',    '224','57','223749.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120611.0','1045740.0','19',    '12','2','13171.24',    '11','1','9738.34',    '11','2','3432.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032348.0','1020173.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120612.0','1045740.0','11',    '6','2','6399.48',    '4','1','6089.48',    '5','1','310.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032349.0','1020173.0','151',    '143','27','128484.0',    '127','17','99085.67',    '89','16','29398.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120613.0','1045740.0','249',    '196','93','486122.71',    '170','67','410250.87',    '116','42','75871.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032350.0','1020173.0','86',    '56','20','125696.19',    '42','10','56730.81',    '31','14','68965.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120614.0','1045740.0','9',    '6','3','34261.39',    '5','3','33070.31',    '5','3','1191.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032351.0','1020173.0','6',    '5','1','9000.0',    '3','0','0.0',    '3','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120615.0','1045740.0','336',    '255','110','876845.63',    '220','94','762729.6',    '147','48','114116.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032352.0','1020173.0','8',    '8','2','6845.24',    '8','2','6303.95',    '4','1','541.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120616.0','1045740.0','69',    '67','45','203968.39',    '67','40','174992.82',    '18','9','28975.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032353.0','1020173.0','4',    '4','1','606.29',    '3','0','0.0',    '3','1','606.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120617.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032354.0','1020173.0','70',    '68','28','180252.89',    '66','23','154507.83',    '37','13','25745.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120618.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032355.0','1020173.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120619.0','1045740.0','87',    '73','34','151486.77',    '66','28','119801.93',    '46','13','31684.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032356.0','1020173.0','2',    '2','2','33649.9',    '2','2','31573.19',    '1','1','2076.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120620.0','1045740.0','3',    '2','1','248.98',    '2','1','248.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032357.0','1020173.0','14',    '14','5','12956.85',    '14','5','12956.85',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120621.0','1045740.0','102',    '97','42','335616.27',    '93','41','294329.19',    '43','16','41287.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032358.0','1020173.0','12',    '10','9','69038.93',    '9','8','39563.7',    '9','7','29475.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120622.0','1045740.0','2',    '2','1','913.69',    '2','1','913.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032359.0','1020173.0','38',    '33','23','119905.21',    '33','23','106144.11',    '12','4','13761.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120623.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032360.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120624.0','1045740.0','65',    '63','27','154372.09',    '61','23','142676.36',    '23','10','11695.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032361.0','1020173.0','2',    '2','1','283.43',    '2','1','283.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120625.0','1045740.0','20',    '17','14','233768.19',    '17','14','194930.66',    '9','7','38837.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032362.0','1020173.0','1',    '1','1','8931.86',    '1','1','8931.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120626.0','1045740.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032363.0','1020173.0','29',    '25','8','27225.08',    '24','7','25873.69',    '9','2','1351.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120627.0','1045740.0','2',    '3','2','2294.18',    '3','2','2294.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032364.0','1020173.0','777',    '649','410','2452486.39',    '560','355','1622901.95',    '357','176','829584.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120628.0','1045740.0','435',    '357','202','1486828.76',    '315','183','1386783.53',    '148','51','100045.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032365.0','1020173.0','92',    '83','17','61021.46',    '76','9','49986.13',    '60','11','11035.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120629.0','1045740.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032366.0','1020173.0','43',    '35','12','69278.96',    '27','10','57771.83',    '26','8','11507.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120630.0','1045740.0','91',    '83','38','268496.55',    '81','31','257051.06',    '23','13','11445.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032367.0','1020173.0','1',    '1','1','7958.0',    '1','1','7958.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120631.0','1045740.0','86',    '73','24','68908.82',    '57','9','29783.17',    '51','17','39125.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032368.0','1020173.0','42',    '32','11','31004.24',    '25','6','20220.92',    '20','7','10783.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120632.0','1045740.0','108',    '99','55','322501.22',    '96','49','293744.79',    '47','18','28756.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032369.0','1020173.0','241',    '213','135','1041958.69',    '203','127','966744.37',    '70','30','75214.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120633.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032370.0','1020173.0','4',    '3','3','27974.03',    '3','3','18081.0',    '2','2','9893.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120634.0','1045740.0','34',    '28','5','5704.03',    '20','2','3357.95',    '20','4','2346.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032371.0','1020173.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120635.0','1045740.0','6',    '4','1','406.19',    '4','0','0.0',    '4','1','406.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032372.0','1020173.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120636.0','1045740.0','16',    '15','6','67386.37',    '15','6','54881.75',    '7','4','12504.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032373.0','1020173.0','94',    '88','58','439492.64',    '87','55','363665.7',    '50','26','75826.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120637.0','1045740.0','1',    '1','1','5560.44',    '1','1','4885.44',    '1','1','675.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032374.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120638.0','1045740.0','5',    '3','1','625.98',    '3','1','625.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032375.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120639.0','1045740.0','3',    '2','1','3209.25',    '0','0','0.0',    '2','1','3209.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032376.0','1020173.0','10',    '10','2','2319.0',    '9','2','2319.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120640.0','1045740.0','60',    '54','18','39492.31',    '51','16','38301.11',    '25','2','1191.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032377.0','1020173.0','2',    '2','1','8907.33',    '2','1','4276.94',    '2','1','4630.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120641.0','1045740.0','55',    '51','22','155158.12',    '45','16','129933.52',    '28','8','25224.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032378.0','1020173.0','17',    '17','5','8652.28',    '15','4','8387.2',    '6','1','265.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120642.0','1045740.0','8',    '7','1','1546.0',    '7','1','1546.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032379.0','1020173.0','7',    '7','3','11950.99',    '7','3','11950.99',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120643.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032380.0','1020173.0','148',    '145','104','715043.75',    '142','94','518328.22',    '85','43','196715.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120644.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032381.0','1020173.0','120',    '107','45','246132.82',    '101','37','214199.87',    '56','19','31932.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120645.0','1045740.0','10',    '9','4','14501.78',    '9','4','14241.79',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032382.0','1020173.0','1',    '1','1','5232.0',    '0','0','0.0',    '1','1','5232.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120646.0','1045740.0','89',    '85','26','69840.81',    '85','15','63872.94',    '43','14','5967.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032383.0','1020173.0','364',    '330','191','1488541.13',    '311','166','1224762.45',    '190','93','263778.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120647.0','1045740.0','20',    '18','4','53379.12',    '18','4','52723.15',    '7','1','655.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032384.0','1020173.0','207',    '182','81','334784.27',    '180','71','204169.41',    '102','37','130614.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120648.0','1045740.0','156',    '127','68','376501.45',    '106','48','255988.0',    '86','38','120513.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032385.0','1020173.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120649.0','1045740.0','35',    '25','8','27569.18',    '14','5','11906.0',    '19','3','15663.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032386.0','1020173.0','10',    '11','7','118296.82',    '10','7','90272.9',    '8','3','28023.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120650.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032387.0','1020173.0','44',    '40','6','17153.07',    '36','2','7613.31',    '23','6','9539.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120651.0','1045740.0','64',    '59','18','60845.39',    '52','10','26088.32',    '43','14','34757.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032388.0','1020173.0','38',    '32','9','51826.02',    '29','5','27210.29',    '21','6','24615.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120652.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032389.0','1020173.0','184',    '145','40','160731.81',    '109','21','93859.55',    '90','22','66872.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120653.0','1045740.0','26',    '24','6','11788.06',    '16','2','3449.18',    '18','4','8338.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032390.0','1020173.0','123',    '90','34','180849.66',    '70','17','106551.81',    '66','25','74297.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120654.0','1045740.0','37',    '31','5','22015.64',    '29','1','4857.02',    '12','4','17158.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032391.0','1020173.0','4',    '2','1','4650.68',    '2','1','4650.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120655.0','1045740.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032392.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120656.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032393.0','1020173.0','2',    '2','2','4229.66',    '2','2','4229.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120657.0','1045740.0','28',    '24','13','92161.42',    '24','11','84726.89',    '14','7','7434.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032394.0','1020173.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120658.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032395.0','1020173.0','94',    '84','19','97824.1',    '72','17','78196.79',    '30','8','19627.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120659.0','1045740.0','1',    '1','1','749.82',    '1','1','749.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032396.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120660.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032397.0','1020173.0','45',    '38','14','54538.4',    '37','13','46774.6',    '19','3','7763.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120661.0','1045740.0','6',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032398.0','1020173.0','79',    '75','25','89516.57',    '73','20','83763.35',    '41','10','5753.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120662.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032399.0','1020173.0','14',    '12','10','48475.28',    '12','10','40703.91',    '2','1','7771.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120663.0','1045740.0','45',    '41','13','86940.53',    '39','12','82488.98',    '20','4','4451.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032400.0','1020173.0','13',    '11','2','5898.96',    '11','2','5898.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120664.0','1045740.0','6',    '7','3','15339.06',    '6','2','3092.0',    '5','3','12247.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032401.0','1020173.0','58',    '53','21','145092.26',    '53','19','123083.8',    '25','7','22008.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120665.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032402.0','1020173.0','3',    '3','1','4141.7',    '3','1','3223.42',    '1','1','918.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120666.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032403.0','1020173.0','40',    '33','22','240458.37',    '33','19','169905.84',    '22','13','70552.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120667.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032404.0','1020173.0','4',    '4','4','42759.21',    '4','4','36452.22',    '2','1','6306.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120668.0','1045740.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032405.0','1020173.0','236',    '202','139','867315.42',    '195','125','780383.45',    '93','49','86931.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120669.0','1045740.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032406.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120670.0','1045740.0','9',    '7','7','43663.88',    '7','7','42848.0',    '3','2','815.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032407.0','1020173.0','82',    '75','59','273949.65',    '74','58','234225.39',    '23','8','39724.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120671.0','1045740.0','45',    '37','22','118762.97',    '36','22','111857.8',    '14','3','6905.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032408.0','1020173.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120672.0','1045740.0','3',    '3','2','6980.46',    '3','2','6980.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032409.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120673.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032410.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120674.0','1045740.0','15',    '17','7','31311.47',    '17','7','29420.88',    '5','2','1890.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032411.0','1020173.0','8',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120675.0','1045740.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032412.0','1020173.0','1',    '1','1','109.5',    '1','0','0.0',    '1','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120676.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032413.0','1020173.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120677.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032414.0','1020173.0','13',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120678.0','1045740.0','20',    '20','3','6794.2',    '20','3','6794.2',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032415.0','1020173.0','49',    '44','25','345918.24',    '44','24','291054.42',    '22','10','54863.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120679.0','1045740.0','171',    '163','85','908259.24',    '159','81','728577.84',    '96','43','179681.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032416.0','1020173.0','8',    '6','4','35163.73',    '6','4','31163.73',    '1','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120680.0','1045740.0','5',    '5','2','1652.75',    '5','2','1652.75',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032417.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120681.0','1045740.0','65',    '53','26','100210.44',    '53','22','97905.77',    '24','8','2304.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032418.0','1020173.0','25',    '20','15','109183.69',    '20','14','88085.37',    '9','4','21098.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120682.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032419.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120683.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032420.0','1020173.0','6',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120684.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032421.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120685.0','1045740.0','9',    '8','1','3317.34',    '6','1','3317.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032422.0','1020173.0','26',    '24','3','9216.64',    '23','3','9216.64',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120686.0','1045740.0','64',    '63','12','10723.43',    '62','5','7894.13',    '25','7','2829.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032423.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120687.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032424.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120688.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032425.0','1020173.0','19',    '17','8','16605.77',    '15','7','16405.78',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120689.0','1045740.0','10',    '8','1','10682.5',    '8','1','8923.0',    '5','1','1759.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031712.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119976.0','1045740.0','22',    '18','1','13242.66',    '18','1','11858.6',    '6','1','1384.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032426.0','1020173.0','2',    '2','1','8459.4',    '2','1','8459.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120690.0','1045740.0','98',    '95','26','90652.39',    '94','17','67885.12',    '46','18','22767.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032427.0','1020173.0','132',    '125','64','252010.1',    '120','55','202721.75',    '68','28','49288.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120691.0','1045740.0','17',    '11','3','9671.43',    '10','0','0.0',    '3','3','9671.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031269.0','1020173.0','6',    '6','1','2142.86',    '3','0','0.0',    '5','1','2142.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119533.0','1045740.0','7',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032428.0','1020173.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120692.0','1045740.0','2',    '1','1','21275.7',    '1','1','15850.59',    '1','1','5425.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032429.0','1020173.0','24',    '24','4','11501.14',    '23','3','5979.8',    '13','1','5521.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120693.0','1045740.0','13',    '13','2','2851.14',    '13','2','2851.14',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032430.0','1020173.0','150',    '140','74','471863.9',    '138','70','406855.44',    '52','30','65008.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120694.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032431.0','1020173.0','162',    '153','88','520230.02',    '148','79','395047.37',    '102','50','125182.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120695.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032432.0','1020173.0','5',    '5','1','7017.63',    '5','1','7017.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120696.0','1045740.0','13',    '12','7','38361.65',    '11','6','31605.1',    '6','2','6756.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032433.0','1020173.0','3',    '2','2','1188.01',    '2','1','878.52',    '2','2','309.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120697.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032434.0','1020173.0','132',    '112','87','791044.78',    '111','84','626339.06',    '57','31','164705.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120698.0','1045740.0','42',    '36','12','82335.77',    '34','11','74425.56',    '16','5','7910.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032435.0','1020173.0','6',    '6','5','70286.14',    '6','5','66053.14',    '3','1','4233.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120699.0','1045740.0','3',    '2','1','7554.05',    '2','1','2119.89',    '1','1','5434.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032436.0','1020173.0','11',    '11','2','4747.51',    '11','1','3646.05',    '3','1','1101.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120700.0','1045740.0','228',    '200','83','348349.61',    '195','74','294213.53',    '85','24','54136.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032437.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120701.0','1045740.0','61',    '56','21','150023.82',    '55','19','147039.11',    '20','5','2984.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032438.0','1020173.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120702.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032439.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120703.0','1045740.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032440.0','1020173.0','6',    '6','5','18569.56',    '6','5','18569.56',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120704.0','1045740.0','14',    '14','9','68761.48',    '12','9','65143.39',    '7','3','3618.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032441.0','1020173.0','3',    '1','1','430.79',    '1','1','430.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120705.0','1045740.0','246',    '242','202','2962221.81',    '238','201','2446923.93',    '159','110','515297.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032442.0','1020173.0','69',    '54','39','180382.98',    '54','37','159812.61',    '20','12','20570.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120706.0','1045740.0','15',    '13','6','17165.56',    '12','4','10021.64',    '10','5','7143.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032443.0','1020173.0','7',    '5','3','3535.12',    '5','3','3535.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120707.0','1045740.0','4',    '2','1','1509.72',    '2','1','1509.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032444.0','1020173.0','1',    '1','1','27773.93',    '1','1','26845.92',    '1','1','928.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120708.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032445.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120709.0','1045740.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032446.0','1020173.0','172',    '152','54','231430.11',    '148','48','207651.32',    '58','20','23778.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120710.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032447.0','1020173.0','84',    '80','72','601639.13',    '80','69','511519.05',    '45','20','90120.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120711.0','1045740.0','4',    '3','1','118.8',    '2','0','0.0',    '3','1','118.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032448.0','1020173.0','6',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120712.0','1045740.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032449.0','1020173.0','207',    '173','104','568978.94',    '168','97','498320.39',    '81','29','70658.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120713.0','1045740.0','5',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032450.0','1020173.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120714.0','1045740.0','13',    '12','0','0.0',    '11','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031277.0','1020173.0','54',    '54','7','23491.5',    '53','7','19224.39',    '26','4','4267.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119541.0','1045740.0','25',    '25','5','2957.79',    '25','2','1296.67',    '16','4','1661.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2031580.0','1020173.0','2',    '2','2','7188.6',    '2','1','2559.13',    '2','2','4629.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2119844.0','1045740.0','14',    '14','2','7824.44',    '13','2','7824.44',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032451.0','1020173.0','8',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120715.0','1045740.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032452.0','1020173.0','9',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120716.0','1045740.0','28',    '28','5','15281.38',    '27','3','11221.07',    '11','2','4060.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032453.0','1020173.0','63',    '59','36','342319.86',    '59','31','288653.16',    '29','16','53666.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120717.0','1045740.0','63',    '60','27','241786.24',    '57','27','221060.9',    '33','13','20725.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032454.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120718.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032455.0','1020173.0','78',    '63','38','280858.63',    '61','37','263238.98',    '24','10','17619.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120719.0','1045740.0','7',    '7','3','12344.94',    '7','2','10791.08',    '3','2','1553.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032456.0','1020173.0','7',    '7','6','17835.52',    '7','5','17172.05',    '4','2','663.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120720.0','1045740.0','6',    '3','3','9679.76',    '3','3','9679.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032457.0','1020173.0','834',    '734','551','3999987.6',    '724','543','3587177.79',    '314','130','412809.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120721.0','1045740.0','455',    '408','302','5069611.39',    '398','285','3920078.44',    '292','188','1149532.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032458.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120722.0','1045740.0','8',    '8','1','10920.66',    '7','1','10920.66',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032459.0','1020173.0','2',    '2','1','8950.0',    '2','1','1018.0',    '2','1','7932.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120723.0','1045740.0','9',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001591.0',    '2032460.0','1020173.0','218',    '202','84','302599.87',    '201','82','214198.33',    '51','28','88401.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006101.0',    '2120724.0','1045740.0','23',    '20','5','5792.09',    '20','5','5368.83',    '7','1','423.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032461.0','1020173.0','3',    '3','1','27748.93',    '3','1','18958.84',    '2','1','8790.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120725.0','1045740.0','5',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032462.0','1020173.0','1',    '1','1','239.84',    '1','1','239.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120726.0','1045740.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032463.0','1020173.0','17',    '17','1','8902.23',    '13','0','0.0',    '6','1','8902.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120727.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001750.0',    '2032464.0','1020173.0','15',    '13','5','8038.49',    '13','5','7132.11',    '5','1','906.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006102.0',    '2120728.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032465.0','1020173.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120729.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032466.0','1020173.0','7',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120730.0','1045740.0','28',    '25','10','37435.29',    '24','9','33448.11',    '13','4','3987.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031631.0','1020173.0','1',    '1','1','1008.07',    '1','1','1008.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119895.0','1045740.0','152',    '139','95','1123784.62',    '135','93','889810.8',    '87','45','233973.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032467.0','1020173.0','27',    '20','6','71016.98',    '18','6','61176.73',    '12','3','9840.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120731.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032468.0','1020173.0','3',    '2','1','402.95',    '1','0','0.0',    '2','1','402.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120732.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032469.0','1020173.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120733.0','1045740.0','5',    '3','1','820.45',    '2','0','0.0',    '2','1','820.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032470.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120734.0','1045740.0','9',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032471.0','1020173.0','121',    '105','52','218099.05',    '103','49','187151.1',    '53','21','30947.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120735.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031511.0','1020173.0','141',    '134','62','364887.97',    '129','57','296180.27',    '74','22','68707.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119775.0','1045740.0','1',    '1','1','247.21',    '1','1','247.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031719.0','1020173.0','27',    '23','16','57862.63',    '21','12','35663.65',    '16','8','22198.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119983.0','1045740.0','62',    '57','20','106326.67',    '53','17','103211.41',    '24','7','3115.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032472.0','1020173.0','1',    '1','1','730.48',    '1','1','250.48',    '1','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120736.0','1045740.0','12',    '12','7','50060.09',    '11','6','36849.71',    '5','4','13210.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032473.0','1020173.0','78',    '67','31','215505.64',    '64','30','187683.1',    '31','8','27822.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120737.0','1045740.0','2',    '2','2','378.82',    '2','0','0.0',    '2','2','378.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032474.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120738.0','1045740.0','17',    '14','8','68514.26',    '13','8','61043.87',    '9','1','7470.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032475.0','1020173.0','23',    '19','8','22423.89',    '19','4','18904.17',    '8','6','3519.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120739.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031573.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119837.0','1045740.0','22',    '23','13','113656.6',    '23','13','98716.14',    '10','5','14940.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032476.0','1020173.0','72',    '60','26','156805.26',    '58','23','135630.3',    '24','9','21174.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120740.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032477.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120741.0','1045740.0','67',    '46','29','284213.49',    '46','29','249859.82',    '20','10','34353.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032478.0','1020173.0','5',    '4','2','1815.05',    '4','2','1815.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120742.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032479.0','1020173.0','8',    '8','2','11293.92',    '8','1','11013.92',    '4','1','280.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120743.0','1045740.0','30',    '26','18','125662.2',    '26','18','125662.2',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032480.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120744.0','1045740.0','32',    '16','4','10987.74',    '14','3','1987.74',    '5','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032481.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120745.0','1045740.0','4',    '3','1','18335.84',    '3','1','18335.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032482.0','1020173.0','1',    '1','1','7381.81',    '1','1','7381.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120746.0','1045740.0','1',    '1','1','258.91',    '1','0','0.0',    '1','1','258.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032483.0','1020173.0','165',    '159','149','1032158.58',    '158','143','907673.88',    '77','40','124484.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120747.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031232.0','1020173.0','1',    '1','1','21284.4',    '1','1','14084.99',    '1','1','7199.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119496.0','1045740.0','6',    '6','3','10179.4',    '5','3','6374.0',    '3','2','3805.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032484.0','1020173.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120748.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032485.0','1020173.0','9',    '8','3','18935.1',    '6','2','17082.02',    '3','1','1853.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120749.0','1045740.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032486.0','1020173.0','13',    '12','8','86743.74',    '10','7','67412.51',    '9','4','19331.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120750.0','1045740.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032487.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120751.0','1045740.0','3',    '3','2','20232.43',    '3','2','20232.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032488.0','1020173.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120752.0','1045740.0','20',    '19','11','55928.86',    '19','10','53005.12',    '6','3','2923.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032489.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120753.0','1045740.0','8',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032490.0','1020173.0','8',    '7','1','1896.0',    '6','1','1896.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120754.0','1045740.0','10',    '9','0','0.0',    '8','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032491.0','1020173.0','69',    '65','31','154288.71',    '59','28','132552.8',    '37','9','21735.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120755.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032492.0','1020173.0','41',    '36','13','110554.72',    '29','11','107910.36',    '18','8','2644.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120756.0','1045740.0','12',    '12','0','0.0',    '12','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032493.0','1020173.0','26',    '26','4','6964.07',    '26','3','6506.1',    '8','2','457.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120757.0','1045740.0','22',    '20','8','23848.4',    '20','8','17610.3',    '6','3','6238.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032494.0','1020173.0','181',    '180','91','315748.12',    '174','82','259734.11',    '113','29','56014.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120758.0','1045740.0','250',    '250','154','1049025.26',    '240','147','826616.74',    '141','57','222408.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032495.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120759.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032496.0','1020173.0','5',    '5','2','22201.9',    '5','2','22201.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120760.0','1045740.0','44',    '37','18','68843.09',    '36','14','54425.76',    '24','10','14417.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032497.0','1020173.0','83',    '66','39','250946.66',    '66','36','212398.21',    '39','18','38548.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120761.0','1045740.0','2',    '2','2','5698.46',    '2','2','5698.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032498.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120762.0','1045740.0','5',    '4','1','26796.41',    '4','1','26796.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032499.0','1020173.0','4',    '2','1','199.99',    '2','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120763.0','1045740.0','154',    '128','56','344472.91',    '126','52','319601.01',    '58','15','24871.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032500.0','1020173.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120764.0','1045740.0','5',    '5','4','38645.85',    '5','4','34551.22',    '2','2','4094.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032501.0','1020173.0','29',    '27','15','122115.73',    '27','14','90449.36',    '19','9','31666.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120765.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032502.0','1020173.0','14',    '11','2','13250.51',    '10','2','13250.51',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120766.0','1045740.0','2',    '2','1','2088.0',    '2','1','2088.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032503.0','1020173.0','24',    '20','3','3257.95',    '16','0','0.0',    '14','3','3257.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120767.0','1045740.0','5',    '4','2','2359.62',    '4','1','1438.19',    '4','2','921.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032504.0','1020173.0','6',    '5','1','1701.4',    '5','1','1701.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120768.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032505.0','1020173.0','5',    '5','2','939.92',    '4','0','0.0',    '4','2','939.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120769.0','1045740.0','4',    '3','3','6488.89',    '3','3','6111.91',    '1','1','376.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032506.0','1020173.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120770.0','1045740.0','6',    '6','1','670.73',    '6','1','670.73',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032507.0','1020173.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120771.0','1045740.0','2',    '2','1','1251.76',    '2','1','1251.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032508.0','1020173.0','102',    '87','61','339992.15',    '83','58','249966.66',    '45','20','90025.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120772.0','1045740.0','73',    '65','40','237289.36',    '63','39','224322.91',    '26','11','12966.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032509.0','1020173.0','10',    '8','7','55108.78',    '8','6','46431.29',    '8','4','8677.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120773.0','1045740.0','1',    '1','1','8823.8',    '1','1','8823.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032510.0','1020173.0','7',    '6','1','1506.44',    '6','1','1506.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120774.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032511.0','1020173.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120775.0','1045740.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032512.0','1020173.0','48',    '36','8','89381.78',    '34','8','77347.0',    '12','3','12034.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120776.0','1045740.0','21',    '21','5','29956.83',    '21','4','25533.71',    '15','3','4423.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032513.0','1020173.0','11',    '9','2','199.5',    '9','0','0.0',    '5','2','199.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120777.0','1045740.0','2',    '2','1','2121.0',    '1','0','0.0',    '1','1','2121.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031234.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119498.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032514.0','1020173.0','8',    '7','2','4666.83',    '4','0','0.0',    '7','2','4666.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120778.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032515.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120779.0','1045740.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032516.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120780.0','1045740.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032517.0','1020173.0','16',    '16','2','3300.59',    '15','2','3300.59',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120781.0','1045740.0','3',    '3','1','2182.68',    '3','1','2182.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032518.0','1020173.0','11',    '10','0','0.0',    '10','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120782.0','1045740.0','5',    '3','1','923.05',    '3','1','923.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032519.0','1020173.0','57',    '53','19','103725.29',    '49','16','92546.68',    '33','10','11178.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120783.0','1045740.0','19',    '18','6','14748.03',    '18','4','12244.99',    '8','6','2503.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032520.0','1020173.0','153',    '147','115','838326.13',    '143','103','687131.35',    '79','44','151194.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120784.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032521.0','1020173.0','254',    '225','121','971589.66',    '218','118','849233.42',    '124','37','122356.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120785.0','1045740.0','1',    '1','1','9000.0',    '0','0','0.0',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032522.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120786.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032523.0','1020173.0','37',    '32','11','68833.36',    '26','8','52433.72',    '19','7','16399.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120787.0','1045740.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032524.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120788.0','1045740.0','76',    '69','35','208698.68',    '67','32','161855.52',    '36','21','46843.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032525.0','1020173.0','4',    '3','2','2221.72',    '3','2','2221.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120789.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032526.0','1020173.0','65',    '59','52','367940.4',    '59','50','318818.57',    '35','15','49121.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120790.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032527.0','1020173.0','12',    '8','4','16261.04',    '7','3','8179.88',    '7','3','8081.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120791.0','1045740.0','6',    '4','1','5599.85',    '3','0','0.0',    '1','1','5599.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032528.0','1020173.0','13',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120792.0','1045740.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032529.0','1020173.0','5',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120793.0','1045740.0','22',    '17','9','60791.56',    '17','9','44410.63',    '10','5','16380.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032530.0','1020173.0','7',    '5','3','6886.0',    '4','3','6886.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120794.0','1045740.0','1',    '1','1','9683.26',    '1','1','9683.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032531.0','1020173.0','37',    '34','23','154591.72',    '33','22','116693.03',    '23','11','37898.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120795.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032532.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120796.0','1045740.0','18',    '16','9','13683.24',    '14','4','5456.46',    '12','5','8226.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031271.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119535.0','1045740.0','11',    '8','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032533.0','1020173.0','9',    '8','3','23076.75',    '8','3','22876.76',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120797.0','1045740.0','21',    '19','2','3877.33',    '10','1','1546.0',    '17','1','2331.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032534.0','1020173.0','12',    '11','8','79207.8',    '9','7','70207.8',    '10','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120798.0','1045740.0','30',    '22','4','18194.86',    '21','2','14825.54',    '11','4','3369.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032535.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120799.0','1045740.0','55',    '51','24','123974.17',    '49','22','107772.28',    '27','10','16201.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032536.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120800.0','1045740.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032537.0','1020173.0','34',    '31','9','23185.36',    '29','7','20789.34',    '15','4','2396.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120801.0','1045740.0','1',    '1','1','239.84',    '1','1','239.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032538.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120802.0','1045740.0','4',    '4','2','9834.41',    '4','2','9834.41',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032539.0','1020173.0','36',    '34','5','12671.18',    '34','3','4711.15',    '16','3','7960.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120803.0','1045740.0','1',    '1','1','7582.0',    '0','0','0.0',    '1','1','7582.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032540.0','1020173.0','11',    '11','1','3970.93',    '11','1','2151.07',    '4','1','1819.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120804.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032541.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120805.0','1045740.0','135',    '122','60','357807.67',    '119','56','312561.27',    '49','20','45246.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032542.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120806.0','1045740.0','2',    '1','1','2633.62',    '1','1','2633.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031606.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119870.0','1045740.0','21',    '17','13','63015.35',    '17','13','61227.09',    '8','3','1788.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032543.0','1020173.0','9',    '8','3','2186.96',    '8','3','2186.96',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120807.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032544.0','1020173.0','6',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120808.0','1045740.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032545.0','1020173.0','4',    '4','1','1600.0',    '3','0','0.0',    '3','1','1600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120809.0','1045740.0','16',    '12','1','1546.0',    '11','1','1546.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032546.0','1020173.0','6',    '6','3','10588.43',    '6','3','4416.01',    '1','1','6172.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120810.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032547.0','1020173.0','15',    '14','2','1457.07',    '14','1','977.07',    '2','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120811.0','1045740.0','112',    '101','18','35879.72',    '100','16','30278.6',    '33','6','5601.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032548.0','1020173.0','12',    '10','2','3112.87',    '9','1','2709.92',    '5','1','402.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120812.0','1045740.0','12',    '12','0','0.0',    '12','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032549.0','1020173.0','3',    '3','1','5133.3',    '2','1','5133.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120813.0','1045740.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032550.0','1020173.0','52',    '49','34','251061.7',    '48','33','222430.81',    '19','14','28630.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120814.0','1045740.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032551.0','1020173.0','8',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120815.0','1045740.0','88',    '88','21','32847.56',    '88','11','27180.91',    '49','13','5666.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032552.0','1020173.0','33',    '25','3','3542.48',    '23','1','1896.0',    '12','2','1646.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120816.0','1045740.0','18',    '17','3','1332.55',    '17','2','1074.57',    '8','1','257.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032553.0','1020173.0','9',    '8','3','24714.09',    '8','3','24714.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120817.0','1045740.0','7',    '5','2','809.61',    '5','2','809.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032554.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120818.0','1045740.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031279.0','1020173.0','2',    '1','1','9000.0',    '0','0','0.0',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119543.0','1045740.0','4',    '3','2','21158.2',    '3','2','21158.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032555.0','1020173.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120819.0','1045740.0','5',    '4','1','6830.73',    '4','1','6830.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031686.0','1020173.0','3',    '3','1','3280.02',    '3','1','3280.02',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119950.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032556.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120820.0','1045740.0','125',    '109','47','398418.97',    '103','43','329715.77',    '59','20','68703.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032557.0','1020173.0','12',    '11','1','4479.75',    '11','1','1896.0',    '7','1','2583.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120821.0','1045740.0','1',    '1','1','2211.31',    '1','1','2211.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032558.0','1020173.0','10',    '9','0','0.0',    '9','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120822.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032559.0','1020173.0','8',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120823.0','1045740.0','14',    '14','5','8658.64',    '14','4','7194.29',    '6','2','1464.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032560.0','1020173.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120824.0','1045740.0','9',    '8','1','2743.86',    '7','1','2743.86',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032561.0','1020173.0','14',    '12','8','42508.26',    '12','8','40205.65',    '7','2','2302.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120825.0','1045740.0','7',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032562.0','1020173.0','3',    '3','1','4547.07',    '3','1','4547.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120826.0','1045740.0','7',    '6','2','2186.55',    '5','1','1546.0',    '4','2','640.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032563.0','1020173.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120827.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032564.0','1020173.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120828.0','1045740.0','92',    '77','24','37802.03',    '74','19','33967.43',    '39','7','3834.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032565.0','1020173.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120829.0','1045740.0','3',    '3','2','4128.0',    '3','2','4128.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032566.0','1020173.0','184',    '170','106','779139.63',    '163','101','713615.96',    '84','32','65523.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120830.0','1045740.0','350',    '337','99','284048.1',    '334','76','240346.55',    '166','64','43701.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032567.0','1020173.0','1',    '1','1','4934.48',    '1','1','4934.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120831.0','1045740.0','6',    '6','4','6622.43',    '6','4','6622.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032568.0','1020173.0','6',    '6','4','9818.81',    '6','4','9818.81',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120832.0','1045740.0','271',    '244','67','322436.7',    '230','54','266632.68',    '116','27','55804.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032569.0','1020173.0','91',    '89','48','354699.87',    '82','42','307367.57',    '56','20','47332.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120833.0','1045740.0','66',    '62','21','139953.54',    '61','20','123368.47',    '37','8','16585.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032570.0','1020173.0','1',    '1','1','6317.0',    '1','1','6317.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120834.0','1045740.0','8',    '7','4','41609.28',    '7','4','37250.64',    '4','1','4358.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032571.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120835.0','1045740.0','14',    '12','2','5056.34',    '10','1','4791.26',    '5','1','265.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032572.0','1020173.0','4',    '4','1','388.5',    '3','1','388.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120836.0','1045740.0','63',    '49','23','103603.05',    '47','21','92448.28',    '24','9','11154.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032573.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120837.0','1045740.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031697.0','1020173.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119961.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032574.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120838.0','1045740.0','550',    '470','151','602244.26',    '445','121','544833.39',    '196','53','57410.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032575.0','1020173.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120839.0','1045740.0','6',    '6','2','16386.18',    '6','1','6194.43',    '2','2','10191.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032576.0','1020173.0','13',    '14','5','10579.74',    '13','4','9547.83',    '7','1','1031.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120840.0','1045740.0','315',    '300','183','1498432.64',    '283','170','1342488.79',    '157','54','155943.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031541.0','1020173.0','7',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119805.0','1045740.0','46',    '46','12','55326.17',    '45','10','46956.0',    '19','6','8370.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032577.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120841.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032578.0','1020173.0','16',    '16','9','29186.17',    '16','8','23713.49',    '6','4','5472.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120842.0','1045740.0','6',    '6','3','3001.13',    '6','3','3001.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032579.0','1020173.0','5',    '5','2','2202.75',    '4','1','1546.0',    '1','1','656.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120843.0','1045740.0','3',    '2','1','4274.52',    '2','1','4274.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032580.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120844.0','1045740.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032581.0','1020173.0','23',    '20','10','81022.32',    '20','10','60559.24',    '6','3','20463.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120845.0','1045740.0','14',    '13','5','75073.31',    '13','5','62284.8',    '6','3','12788.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032582.0','1020173.0','1',    '1','1','3105.79',    '1','1','3105.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120846.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031524.0','1020173.0','50',    '44','28','264102.81',    '44','28','208947.45',    '28','14','55155.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119788.0','1045740.0','4',    '4','3','15256.69',    '3','3','12289.11',    '2','1','2967.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032583.0','1020173.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120847.0','1045740.0','455',    '419','79','201174.7',    '408','58','147064.34',    '137','34','54110.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032584.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120848.0','1045740.0','70',    '68','26','144614.4',    '65','24','123468.35',    '32','10','21146.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032585.0','1020173.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120849.0','1045740.0','25',    '25','10','34699.79',    '25','10','34590.29',    '10','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032586.0','1020173.0','22',    '21','10','60274.69',    '21','10','48391.02',    '12','4','11883.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120850.0','1045740.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032587.0','1020173.0','11',    '11','6','69500.28',    '11','5','64488.93',    '5','2','5011.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120851.0','1045740.0','13',    '13','3','4661.51',    '13','3','4552.01',    '5','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032588.0','1020173.0','5',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120852.0','1045740.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032589.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120853.0','1045740.0','9',    '8','2','15083.79',    '7','1','14815.31',    '4','1','268.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032590.0','1020173.0','6',    '6','4','15649.8',    '6','4','10468.54',    '4','1','5181.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120854.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032591.0','1020173.0','77',    '70','27','122498.98',    '70','23','115822.54',    '18','7','6676.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120855.0','1045740.0','76',    '76','37','79250.52',    '74','33','68532.94',    '36','8','10717.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032592.0','1020173.0','9',    '6','2','34896.0',    '6','2','34896.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120856.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032593.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120857.0','1045740.0','8',    '8','2','31544.19',    '8','2','26261.02',    '3','1','5283.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032594.0','1020173.0','22',    '20','11','105128.37',    '20','11','97129.9',    '9','2','7998.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120858.0','1045740.0','1',    '2','1','4182.31',    '2','1','1804.0',    '1','1','2378.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032595.0','1020173.0','105',    '95','65','799864.69',    '93','62','658817.92',    '57','30','141046.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120859.0','1045740.0','25',    '23','4','23060.05',    '22','3','21037.65',    '12','2','2022.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032596.0','1020173.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120860.0','1045740.0','252',    '243','190','1081172.79',    '239','189','710319.42',    '149','101','370853.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032597.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120861.0','1045740.0','1',    '1','1','959.78',    '1','1','959.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032598.0','1020173.0','1',    '1','1','959.42',    '1','1','959.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120862.0','1045740.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032599.0','1020173.0','1',    '1','1','726.05',    '1','1','726.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120863.0','1045740.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032600.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120864.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032601.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120865.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032602.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120866.0','1045740.0','33',    '27','16','92377.04',    '27','16','87750.58',    '9','1','4626.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032603.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120867.0','1045740.0','21',    '20','17','89810.77',    '20','17','83707.34',    '9','2','6103.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032604.0','1020173.0','8',    '6','3','19915.12',    '6','3','19915.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120868.0','1045740.0','33',    '30','18','66214.42',    '30','18','55582.88',    '11','3','10631.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031469.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119733.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031714.0','1020173.0','752',    '613','423','3343381.31',    '569','402','2684331.91',    '320','160','659049.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119978.0','1045740.0','15',    '13','8','35192.58',    '12','7','29983.47',    '8','4','5209.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032605.0','1020173.0','55',    '39','23','101765.54',    '37','20','86681.45',    '19','9','15084.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120869.0','1045740.0','68',    '65','50','561330.39',    '64','48','514169.88',    '35','14','47160.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032606.0','1020173.0','32',    '30','14','38669.36',    '30','13','36384.4',    '10','2','2284.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120870.0','1045740.0','69',    '62','45','262664.02',    '60','44','241350.15',    '23','10','21313.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032607.0','1020173.0','2',    '2','1','1496.1',    '2','1','1496.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120871.0','1045740.0','135',    '104','59','312773.71',    '98','51','229464.58',    '64','33','83309.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032608.0','1020173.0','1',    '1','1','11066.04',    '1','1','1946.0',    '1','1','9120.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120872.0','1045740.0','1',    '1','1','1548.17',    '1','1','1548.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032609.0','1020173.0','100',    '87','63','515518.54',    '82','59','403854.51',    '54','28','111664.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120873.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032610.0','1020173.0','7',    '6','4','5537.05',    '4','2','3447.05',    '3','3','2090.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120874.0','1045740.0','26',    '22','17','52162.1',    '22','15','49780.39',    '8','4','2381.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032611.0','1020173.0','18',    '17','9','12610.32',    '16','9','12610.32',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120875.0','1045740.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032612.0','1020173.0','19',    '15','11','51354.68',    '15','11','43490.11',    '5','2','7864.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120876.0','1045740.0','9',    '9','5','23510.33',    '9','5','19888.21',    '4','2','3622.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031559.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119823.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032613.0','1020173.0','3',    '3','2','6261.52',    '3','2','6261.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120877.0','1045740.0','1',    '1','1','15191.08',    '1','1','9654.35',    '1','1','5536.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032614.0','1020173.0','16',    '15','11','65336.63',    '15','11','56831.96',    '6','1','8504.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120878.0','1045740.0','2',    '2','2','7101.72',    '2','2','7101.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032615.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120879.0','1045740.0','1',    '1','1','350.0',    '1','0','0.0',    '1','1','350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032616.0','1020173.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120880.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031450.0','1020173.0','13',    '10','8','52656.8',    '10','7','45113.75',    '3','3','7543.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119714.0','1045740.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032617.0','1020173.0','1',    '1','1','10459.71',    '1','1','10459.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120881.0','1045740.0','170',    '129','82','868751.18',    '127','79','760852.73',    '68','26','107898.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032618.0','1020173.0','51',    '43','32','204645.02',    '43','30','200226.58',    '14','4','4418.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120882.0','1045740.0','23',    '20','15','64630.18',    '20','15','62348.34',    '7','4','2281.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032619.0','1020173.0','2',    '2','1','7914.9',    '2','1','7914.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120883.0','1045740.0','4',    '4','2','699.76',    '4','1','341.02',    '2','1','358.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032620.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120884.0','1045740.0','3',    '2','2','6317.09',    '2','2','6317.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032621.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120885.0','1045740.0','6',    '5','4','62071.68',    '5','4','62071.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032622.0','1020173.0','6',    '4','2','1421.99',    '4','1','922.0',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120886.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031514.0','1020173.0','4',    '3','2','3810.39',    '3','2','3381.2',    '3','2','429.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119778.0','1045740.0','1',    '1','1','6049.0',    '1','1','4299.08',    '1','1','1749.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031635.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119899.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032623.0','1020173.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120887.0','1045740.0','81',    '76','53','234919.24',    '74','53','229577.18',    '36','8','5342.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032624.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120888.0','1045740.0','1',    '1','1','2295.1',    '0','0','0.0',    '1','1','2295.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032625.0','1020173.0','3',    '3','1','1516.0',    '3','1','1516.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120889.0','1045740.0','5',    '4','3','7909.39',    '3','3','6833.39',    '3','2','1076.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032626.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120890.0','1045740.0','7',    '6','2','1328.78',    '6','2','1328.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032627.0','1020173.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120891.0','1045740.0','2',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032628.0','1020173.0','1',    '1','1','3724.09',    '1','1','2574.11',    '1','1','1149.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120892.0','1045740.0','1',    '1','1','816.88',    '1','1','816.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032629.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120893.0','1045740.0','16',    '14','10','152226.93',    '14','9','141250.06',    '7','3','10976.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032630.0','1020173.0','12',    '10','3','8388.89',    '10','3','7343.9',    '4','2','1044.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120894.0','1045740.0','5',    '3','2','9901.45',    '3','2','9831.47',    '3','1','69.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032631.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120895.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032632.0','1020173.0','105',    '89','74','539148.5',    '89','72','481367.98',    '42','17','57780.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120896.0','1045740.0','17',    '14','7','14396.07',    '14','7','14396.07',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032633.0','1020173.0','8',    '7','5','7018.54',    '7','5','7018.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120897.0','1045740.0','72',    '64','43','130688.22',    '59','39','122139.77',    '30','10','8548.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032634.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120898.0','1045740.0','2',    '2','2','29202.04',    '2','2','29202.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032635.0','1020173.0','168',    '125','58','194328.57',    '124','55','185010.75',    '37','17','9317.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120899.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032636.0','1020173.0','46',    '40','29','190591.87',    '40','28','184502.26',    '24','6','6089.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120900.0','1045740.0','5',    '4','3','9419.21',    '3','1','4332.49',    '3','2','5086.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032433.0','1020173.0','32',    '32','20','87974.56',    '32','20','86870.63',    '9','3','1103.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120697.0','1045740.0','5',    '4','3','3874.12',    '4','3','3874.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032258.0','1020173.0','22',    '21','13','192074.39',    '21','12','167726.56',    '13','5','24347.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120522.0','1045740.0','7',    '5','3','7688.94',    '5','3','7438.94',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032637.0','1020173.0','1',    '1','1','2050.0',    '1','1','1570.0',    '1','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120901.0','1045740.0','7',    '6','3','6309.74',    '6','2','6049.75',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032638.0','1020173.0','1',    '1','1','13174.81',    '1','1','11564.84',    '1','1','1609.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120902.0','1045740.0','25',    '20','19','307138.83',    '20','19','281157.23',    '11','5','25981.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032607.0','1020173.0','48',    '41','29','107211.14',    '41','28','103946.05',    '11','4','3265.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120871.0','1045740.0','18',    '17','15','73014.0',    '17','14','38455.44',    '12','8','34558.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032598.0','1020173.0','174',    '138','77','308342.29',    '130','68','226146.61',    '70','27','82195.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120862.0','1045740.0','1',    '1','1','6101.96',    '1','1','1108.0',    '1','1','4993.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032639.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120903.0','1045740.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032487.0','1020173.0','4',    '4','3','6878.81',    '4','3','6878.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120751.0','1045740.0','6',    '6','3','4282.9',    '6','3','4282.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032640.0','1020173.0','1',    '1','1','1156.35',    '1','1','1156.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120904.0','1045740.0','48',    '36','27','279486.33',    '36','27','243171.89',    '16','8','36314.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031940.0','1020173.0','27',    '14','8','67495.05',    '13','7','52115.85',    '11','6','15379.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120204.0','1045740.0','1',    '1','1','22312.2',    '1','1','16096.52',    '1','1','6215.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031492.0','1020173.0','1',    '1','1','1018.37',    '1','1','1018.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119756.0','1045740.0','3',    '3','1','33000.0',    '3','1','33000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031475.0','1020173.0','62',    '54','39','355327.83',    '53','39','299563.74',    '17','11','55764.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119739.0','1045740.0','3',    '2','2','2135.15',    '2','2','2135.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032641.0','1020173.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120905.0','1045740.0','92',    '84','59','220215.98',    '83','56','183061.61',    '39','16','37154.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032642.0','1020173.0','2',    '2','1','3193.76',    '2','1','3193.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120906.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032643.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120907.0','1045740.0','20',    '18','13','48182.07',    '18','13','38068.38',    '9','6','10113.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2031608.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2119872.0','1045740.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032644.0','1020173.0','5',    '4','2','3679.45',    '4','1','3479.46',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120908.0','1045740.0','64',    '58','35','163813.75',    '58','34','151574.32',    '16','5','12239.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032645.0','1020173.0','15',    '13','8','9141.42',    '13','7','8840.19',    '6','1','301.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120909.0','1045740.0','1',    '1','1','1780.95',    '1','1','1780.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032646.0','1020173.0','70',    '50','33','159389.57',    '50','32','120722.53',    '31','14','38667.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120910.0','1045740.0','1',    '1','1','6115.79',    '1','1','6115.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032647.0','1020173.0','3',    '2','1','2436.41',    '2','1','2436.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120911.0','1045740.0','1',    '1','1','7155.95',    '1','1','7155.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032648.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2120912.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032649.0','1020173.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2120913.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032650.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120914.0','1045740.0','38',    '32','19','192854.25',    '32','18','177410.61',    '13','6','15443.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032651.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120915.0','1045740.0','2',    '2','1','4570.08',    '2','1','4570.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032652.0','1020173.0','1',    '1','1','33000.0',    '1','1','33000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120916.0','1045740.0','1',    '1','1','18444.5',    '1','1','12391.01',    '1','1','6053.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032653.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120917.0','1045740.0','35',    '32','18','38905.68',    '30','16','37022.63',    '12','3','1883.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032654.0','1020173.0','20',    '19','7','29885.3',    '19','7','29405.3',    '7','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120918.0','1045740.0','1',    '1','1','3295.8',    '1','1','1108.0',    '1','1','2187.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032655.0','1020173.0','8',    '8','8','33510.81',    '8','8','33510.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120919.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032210.0','1020173.0','1',    '1','1','6563.08',    '1','1','6563.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120474.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032656.0','1020173.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120920.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032657.0','1020173.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2120921.0','1045740.0','1',    '1','1','9307.37',    '1','1','1274.0',    '1','1','8033.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032256.0','1020173.0','169',    '150','121','1247372.45',    '149','119','1121799.71',    '78','34','125572.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2120520.0','1045740.0','5',    '5','4','10055.41',    '5','4','10055.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032557.0','1020173.0','7',    '6','3','4557.66',    '6','2','3568.75',    '4','2','988.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120821.0','1045740.0','2',    '1','1','3659.04',    '1','1','3659.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031470.0','1020173.0','12',    '10','6','30699.8',    '10','6','30699.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119734.0','1045740.0','140',    '121','88','688591.02',    '118','88','565513.82',    '50','26','123077.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031514.0','1020173.0','1',    '1','1','5041.25',    '1','1','1392.09',    '1','1','3649.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119778.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032543.0','1020173.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120807.0','1045740.0','643',    '541','431','6167343.14',    '517','406','4752499.21',    '385','253','1414843.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032658.0','1020173.0','26',    '25','18','67045.97',    '25','17','61347.64',    '11','5','5698.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120922.0','1045740.0','21',    '16','8','19538.88',    '15','8','19538.88',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032659.0','1020173.0','11',    '11','8','21114.57',    '11','6','14446.34',    '3','3','6668.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120923.0','1045740.0','1',    '1','1','776.72',    '1','1','776.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032660.0','1020173.0','5',    '5','3','3913.92',    '5','3','3913.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120924.0','1045740.0','8',    '8','4','8659.02',    '8','3','8293.24',    '5','1','365.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032661.0','1020173.0','3',    '2','1','262.2',    '2','1','262.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120925.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2031995.0','1020173.0','3',    '3','1','1562.6',    '3','1','1562.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120259.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032662.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120926.0','1045740.0','3',    '2','1','14603.51',    '1','1','14603.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032663.0','1020173.0','1',    '1','1','3449.58',    '1','1','3449.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120927.0','1045740.0','41',    '26','13','33644.75',    '25','12','24532.45',    '10','4','9112.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032664.0','1020173.0','18',    '16','8','22061.51',    '16','8','21321.52',    '6','1','739.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120928.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032665.0','1020173.0','3',    '3','3','9800.58',    '3','3','9800.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120929.0','1045740.0','25',    '21','9','37965.57',    '21','9','36517.19',    '5','2','1448.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032666.0','1020173.0','16',    '14','12','201175.11',    '13','12','166601.46',    '11','6','34573.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120930.0','1045740.0','17',    '16','15','168286.12',    '16','14','138195.06',    '9','8','30091.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032667.0','1020173.0','2',    '2','2','6629.17',    '2','2','6469.67',    '2','1','159.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120931.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032668.0','1020173.0','160',    '133','93','920132.64',    '128','89','787063.88',    '58','29','133068.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120932.0','1045740.0','15',    '13','6','13767.99',    '12','6','13767.99',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032669.0','1020173.0','16',    '13','9','23755.37',    '13','8','22718.12',    '6','2','1037.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2120933.0','1045740.0','106',    '84','49','427068.3',    '84','46','370160.09',    '38','14','56908.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032670.0','1020173.0','7',    '6','3','4611.04',    '6','3','4611.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120934.0','1045740.0','6',    '5','1','7469.38',    '5','1','7469.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032671.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120935.0','1045740.0','2',    '2','1','2296.06',    '2','1','2296.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032672.0','1020173.0','79',    '65','34','135312.3',    '63','31','125485.28',    '30','8','9827.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2120936.0','1045740.0','1',    '1','1','5616.97',    '1','1','5616.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032673.0','1020173.0','31',    '15','3','11369.33',    '15','2','10919.34',    '5','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120937.0','1045740.0','18',    '13','5','14174.1',    '12','5','14174.1',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032674.0','1020173.0','7',    '4','2','4806.29',    '4','2','4606.3',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120938.0','1045740.0','16',    '14','7','21673.68',    '14','7','21673.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032675.0','1020173.0','14',    '13','8','42772.23',    '13','8','35523.02',    '4','2','7249.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120939.0','1045740.0','21',    '15','6','5515.87',    '15','6','5515.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032676.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120940.0','1045740.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032677.0','1020173.0','860',    '756','582','5708669.95',    '734','557','4847103.11',    '378','218','861566.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120941.0','1045740.0','9',    '6','2','6542.17',    '5','2','5478.97',    '3','2','1063.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032678.0','1020173.0','1',    '1','1','28986.73',    '1','1','20588.14',    '1','1','8398.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120942.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032679.0','1020173.0','1',    '1','1','11081.9',    '1','1','11081.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2120943.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032680.0','1020173.0','31',    '25','16','65627.29',    '25','15','61253.72',    '12','5','4373.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120944.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032681.0','1020173.0','17',    '15','12','86983.55',    '15','12','70039.24',    '9','4','16944.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120945.0','1045740.0','7',    '7','4','19875.65',    '7','4','19875.65',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032682.0','1020173.0','1',    '1','1','1611.91',    '1','1','1611.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2120946.0','1045740.0','1',    '1','1','30020.4',    '1','1','21989.9',    '1','1','8030.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032683.0','1020173.0','189',    '165','127','1593850.63',    '158','120','1312700.71',    '88','51','281149.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2120947.0','1045740.0','7',    '6','4','4585.06',    '6','4','4585.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032684.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120948.0','1045740.0','8',    '6','3','16199.77',    '5','3','16199.77',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032685.0','1020173.0','2',    '2','1','1314.88',    '2','1','1314.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120949.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032686.0','1020173.0','71',    '56','27','102371.28',    '54','25','99445.8',    '19','5','2925.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120950.0','1045740.0','112',    '69','36','159545.96',    '65','34','134541.1',    '30','10','25004.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2031633.0','1020173.0','2',    '2','1','451.93',    '2','1','451.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2119897.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032687.0','1020173.0','9',    '9','7','45810.43',    '9','7','41390.55',    '5','2','4419.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120951.0','1045740.0','71',    '60','44','440779.24',    '59','43','371270.4',    '29','16','69508.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2031716.0','1020173.0','3',    '3','1','4837.95',    '3','1','4837.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2119980.0','1045740.0','2',    '1','1','25534.07',    '1','1','19999.17',    '1','1','5534.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032688.0','1020173.0','2',    '2','2','3748.0',    '2','2','3748.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120952.0','1045740.0','30',    '22','19','311436.54',    '22','19','255477.92',    '11','8','55958.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032689.0','1020173.0','15',    '12','5','27228.03',    '12','5','15583.87',    '6','2','11644.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120953.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032690.0','1020173.0','1',    '1','1','5000.0',    '1','0','0.0',    '1','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120954.0','1045740.0','9',    '7','7','18911.13',    '7','6','12733.9',    '3','3','6177.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032691.0','1020173.0','1',    '1','1','904.03',    '1','1','904.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120955.0','1045740.0','1',    '1','1','9774.1',    '1','1','9424.1',    '1','1','350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032692.0','1020173.0','26',    '24','19','63119.43',    '24','18','52373.96',    '15','8','10745.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120956.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032693.0','1020173.0','6',    '6','3','4310.27',    '6','3','4310.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120957.0','1045740.0','1',    '1','1','13839.47',    '1','1','13839.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032694.0','1020173.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120958.0','1045740.0','8',    '7','2','3032.78',    '6','1','1257.78',    '5','1','1775.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032695.0','1020173.0','4',    '4','1','2253.22',    '4','1','2253.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120959.0','1045740.0','4',    '4','3','5045.02',    '4','3','5045.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032696.0','1020173.0','5',    '5','1','555.25',    '5','1','555.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120960.0','1045740.0','4',    '4','2','27461.54',    '4','2','23004.86',    '2','2','4456.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032697.0','1020173.0','36',    '28','9','56569.32',    '26','8','53336.96',    '8','2','3232.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120961.0','1045740.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032698.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120962.0','1045740.0','2',    '2','2','2815.84',    '2','2','2815.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032699.0','1020173.0','34',    '27','18','70164.73',    '27','18','63009.11',    '8','2','7155.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120963.0','1045740.0','4',    '4','3','16931.62',    '4','3','16391.63',    '2','1','539.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032700.0','1020173.0','37',    '31','23','261949.54',    '29','21','243404.11',    '14','8','18545.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120964.0','1045740.0','1',    '1','1','522.09',    '1','1','522.09',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2029431.0','1020173.0','196',    '164','110','521073.76',    '157','101','465829.99',    '64','28','55243.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2117695.0','1045740.0','9',    '8','1','1053.24',    '8','1','1053.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032701.0','1020173.0','2',    '2','1','4832.4',    '1','1','4832.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120965.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032702.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120966.0','1045740.0','3',    '3','1','1212.26',    '3','1','1212.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032703.0','1020173.0','209',    '177','110','1002421.07',    '173','103','860915.47',    '102','45','141505.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120967.0','1045740.0','99',    '87','63','950094.71',    '82','60','854053.61',    '52','25','96041.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032704.0','1020173.0','5',    '5','2','3490.45',    '5','2','3490.45',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120968.0','1045740.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032500.0','1020173.0','12',    '7','5','42154.9',    '7','5','38657.37',    '3','3','3497.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120764.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031635.0','1020173.0','7',    '5','1','672.53',    '5','1','472.54',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119899.0','1045740.0','415',    '346','183','1006286.76',    '335','168','853271.4',    '190','68','153015.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032705.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120969.0','1045740.0','73',    '59','30','128859.25',    '57','27','122866.41',    '30','7','5992.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031944.0','1020173.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120208.0','1045740.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032706.0','1020173.0','22',    '20','17','92119.05',    '20','17','89592.25',    '7','2','2526.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120970.0','1045740.0','31',    '17','12','79094.86',    '16','12','70777.89',    '11','4','8316.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032707.0','1020173.0','984',    '847','646','7180208.2',    '821','620','6061285.78',    '474','253','1118922.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120971.0','1045740.0','6',    '5','4','30071.67',    '5','4','28721.7',    '1','1','1349.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032708.0','1020173.0','1',    '1','1','15420.77',    '1','1','15420.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120972.0','1045740.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032709.0','1020173.0','1',    '1','1','284.68',    '1','1','284.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120973.0','1045740.0','23',    '20','11','58200.44',    '18','11','57940.45',    '10','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032710.0','1020173.0','12',    '11','5','5134.76',    '11','5','5134.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120974.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032711.0','1020173.0','18',    '13','9','89066.62',    '12','9','89066.62',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120975.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032712.0','1020173.0','15',    '13','7','23062.1',    '13','6','22012.12',    '5','2','1049.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120976.0','1045740.0','1',    '1','1','797.14',    '1','1','537.15',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032713.0','1020173.0','3',    '3','1','768.15',    '3','1','768.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120977.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032714.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120978.0','1045740.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032715.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120979.0','1045740.0','1',    '1','1','2381.44',    '1','1','2381.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032716.0','1020173.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120980.0','1045740.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032717.0','1020173.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120981.0','1045740.0','2',    '1','1','1326.0',    '1','1','1326.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2031246.0','1020216.0','1',    '1','1','4063.92',    '0','0','0.0',    '1','1','4063.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2119510.0','1045783.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032718.0','1020216.0','40',    '33','7','17783.74',    '32','5','15194.25',    '15','3','2589.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2120982.0','1045783.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2031473.0','1020216.0','14',    '14','7','28215.55',    '14','6','27356.05',    '5','1','859.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2119737.0','1045783.0','31',    '27','6','15848.47',    '22','4','9959.66',    '21','4','5888.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032719.0','1020216.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120983.0','1045783.0','1',    '1','1','1129.99',    '1','1','870.0',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032720.0','1020216.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120984.0','1045783.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032721.0','1020216.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120985.0','1045783.0','2',    '2','1','1456.0',    '2','1','1456.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032722.0','1020216.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120986.0','1045783.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032723.0','1020216.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120987.0','1045783.0','568',    '465','138','420792.07',    '409','108','322882.85',    '243','57','97909.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032166.0','1020216.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120430.0','1045783.0','1',    '1','1','5470.06',    '1','1','5470.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032724.0','1020216.0','19',    '16','6','35055.97',    '15','5','29788.26',    '8','3','5267.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2120988.0','1045783.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032725.0','1020216.0','1',    '1','1','19868.2',    '1','1','19868.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120989.0','1045783.0','99',    '90','46','117083.53',    '84','14','86960.01',    '57','34','30123.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032726.0','1020216.0','1',    '1','1','1684.0',    '1','1','1684.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120990.0','1045783.0','1',    '1','1','1684.0',    '1','1','1684.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032587.0','1020216.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120851.0','1045783.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032727.0','1020216.0','1',    '1','1','22954.39',    '1','1','14683.66',    '1','1','8270.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120991.0','1045783.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032728.0','1020216.0','2',    '1','1','1456.0',    '1','1','1456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120992.0','1045783.0','1',    '1','1','7495.41',    '1','1','1456.0',    '1','1','6039.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032729.0','1020216.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120993.0','1045783.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032029.0','1020216.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120293.0','1045783.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032730.0','1020216.0','2',    '1','1','19617.82',    '1','1','19617.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120994.0','1045783.0','1',    '1','1','4409.64',    '1','1','1164.0',    '1','1','3245.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032731.0','1020216.0','125',    '113','83','672441.19',    '108','74','593252.8',    '66','37','79188.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120995.0','1045783.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032432.0','1020216.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120696.0','1045783.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032732.0','1020216.0','34',    '30','15','67535.59',    '29','15','55829.79',    '15','4','11705.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120996.0','1045783.0','11',    '10','4','3350.14',    '10','1','1590.0',    '6','3','1760.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032733.0','1020216.0','293',    '243','75','440815.02',    '226','64','358602.26',    '146','32','82212.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120997.0','1045783.0','1',    '1','1','4586.77',    '1','1','2112.0',    '1','1','2474.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032734.0','1020216.0','2',    '1','1','50.0',    '1','0','0.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120998.0','1045783.0','6',    '5','2','13969.1',    '4','2','7786.88',    '3','1','6182.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032735.0','1020216.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120999.0','1045783.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032579.0','1020216.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120843.0','1045783.0','1',    '1','1','6000.0',    '1','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032736.0','1020216.0','43',    '42','27','189742.26',    '41','24','158212.28',    '26','12','31529.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121000.0','1045783.0','5',    '5','1','31362.12',    '5','1','31102.13',    '5','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032544.0','1020217.0','3893',    '3479','2348','20626052.36',    '3352','2212','17462569.16',    '1930','988','3163483.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120808.0','1045784.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032737.0','1020217.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121001.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032738.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121002.0','1045784.0','1',    '1','1','769.23',    '1','0','0.0',    '1','1','769.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031583.0','1020217.0','11',    '7','1','10779.19',    '4','1','2526.0',    '7','1','8253.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119847.0','1045784.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032117.0','1020217.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120381.0','1045784.0','1',    '1','1','50.0',    '0','0','0.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032739.0','1020217.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121003.0','1045784.0','0',    '1','1','842.0',    '1','1','842.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032740.0','1020217.0','275',    '246','142','969797.31',    '231','129','915876.67',    '126','46','53920.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121004.0','1045784.0','5',    '3','2','1972.62',    '3','1','1456.0',    '3','2','516.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032140.0','1020217.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120404.0','1045784.0','1',    '1','1','2290.91',    '1','1','2290.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032741.0','1020217.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121005.0','1045784.0','67',    '56','44','342987.29',    '54','44','219890.56',    '31','21','123096.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032742.0','1020217.0','13',    '12','5','3750.0',    '12','0','0.0',    '6','5','3750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121006.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032743.0','1020217.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121007.0','1045784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032744.0','1020217.0','281',    '247','35','112757.22',    '234','26','96804.85',    '133','17','15952.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121008.0','1045784.0','1',    '1','1','4034.66',    '1','1','1456.0',    '1','1','2578.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032745.0','1020217.0','1',    '1','1','25588.56',    '1','1','13475.02',    '1','1','12113.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121009.0','1045784.0','1',    '1','1','1733.32',    '1','1','1733.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032746.0','1020217.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121010.0','1045784.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032747.0','1020217.0','1',    '1','1','1009.99',    '1','0','0.0',    '1','1','1009.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121011.0','1045784.0','4139',    '3854','2587','25809365.2',    '3687','2326','18993782.88',    '2576','1399','6815582.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032748.0','1020217.0','1',    '1','1','1456.0',    '1','1','1456.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121012.0','1045784.0','2589',    '2412','1590','20477247.57',    '2310','1401','16034718.66',    '1646','936','4442528.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032749.0','1020217.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121013.0','1045784.0','6',    '5','3','24005.13',    '5','3','9727.58',    '4','1','14277.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032750.0','1020217.0','4',    '4','2','7456.0',    '3','1','1456.0',    '4','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121014.0','1045784.0','0',    '1','1','14441.4',    '1','1','2112.0',    '1','1','12329.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032751.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121015.0','1045784.0','16',    '15','6','29738.08',    '11','4','26881.54',    '11','4','2856.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032752.0','1020217.0','1053',    '855','126','295424.54',    '712','42','139141.99',    '562','100','156282.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121016.0','1045784.0','1',    '1','1','2112.0',    '1','1','2112.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032753.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121017.0','1045784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032754.0','1020217.0','1',    '1','1','19388.99',    '1','1','19388.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121018.0','1045784.0','2325',    '2179','1797','20432501.97',    '2120','1690','13879023.53',    '1621','1063','6553478.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032755.0','1020217.0','1',    '2','2','20789.61',    '2','1','10242.0',    '2','2','10547.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121019.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032756.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121020.0','1045784.0','1',    '1','1','16567.82',    '1','1','16567.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032757.0','1020217.0','77',    '76','59','373285.65',    '74','53','315532.26',    '48','24','57753.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121021.0','1045784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032758.0','1020217.0','540',    '480','241','1074483.61',    '447','203','902837.52',    '297','99','171646.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121022.0','1045784.0','1',    '2','1','15701.16',    '2','1','13075.13',    '2','1','2626.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032759.0','1020217.0','4',    '4','4','5756.0',    '3','2','2466.0',    '3','2','3290.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121023.0','1045784.0','4',    '4','3','9417.61',    '4','3','7103.34',    '2','1','2314.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032760.0','1020217.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121024.0','1045784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032761.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121025.0','1045784.0','1',    '1','1','1456.0',    '1','1','1456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032762.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121026.0','1045784.0','1',    '1','1','10785.44',    '1','1','2662.0',    '1','1','8123.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032763.0','1020217.0','124',    '108','53','253236.08',    '96','41','165081.89',    '57','24','88154.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121027.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2031671.0','1020217.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2119935.0','1045784.0','13',    '13','6','14228.46',    '12','3','10651.51',    '10','4','3576.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032764.0','1020217.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121028.0','1045784.0','68',    '60','32','162180.08',    '57','30','123770.86',    '38','15','38409.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032765.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121029.0','1045784.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032766.0','1020217.0','2',    '2','1','2504.43',    '2','1','2504.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121030.0','1045784.0','305',    '287','63','137876.59',    '269','52','109112.54',    '176','24','28764.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032767.0','1020217.0','2',    '2','1','32400.0',    '2','1','17791.57',    '2','1','14608.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121031.0','1045784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032768.0','1020217.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121032.0','1045784.0','1',    '1','1','16028.44',    '1','1','16028.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032769.0','1020217.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121033.0','1045784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032541.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120805.0','1045784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032770.0','1020217.0','2064',    '1849','608','2501517.69',    '1688','385','1518034.37',    '1328','438','983483.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121034.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032485.0','1020217.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120749.0','1045784.0','501',    '449','162','639355.06',    '423','113','526746.9',    '248','84','112608.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032771.0','1020217.0','2',    '1','1','649.99',    '0','0','0.0',    '1','1','649.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121035.0','1045784.0','1',    '1','1','5041.77',    '1','1','5041.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032772.0','1020217.0','38',    '35','23','143169.07',    '34','18','117332.6',    '20','12','25836.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121036.0','1045784.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032773.0','1020217.0','1',    '1','1','5907.53',    '1','1','1684.0',    '1','1','4223.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121037.0','1045784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032774.0','1020217.0','7394',    '6799','3643','32162932.01',    '6307','2960','18265472.46',    '5337','2754','13897459.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121038.0','1045784.0','1',    '1','1','1684.0',    '1','1','1684.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032775.0','1020217.0','1',    '1','1','19122.83',    '1','1','19122.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121039.0','1045784.0','1',    '1','1','6039.26',    '1','1','6039.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032776.0','1020217.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121040.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032777.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121041.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032778.0','1020217.0','3194',    '3076','2664','32000186.57',    '3042','2559','28245645.33',    '1778','1050','3754541.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121042.0','1045784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032779.0','1020217.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121043.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032780.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121044.0','1045784.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032781.0','1020217.0','32',    '29','11','24846.81',    '27','8','22414.03',    '21','5','2432.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121045.0','1045784.0','20',    '20','14','184309.39',    '20','13','143036.82',    '12','6','41272.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032782.0','1020217.0','1',    '1','1','4414.46',    '0','0','0.0',    '1','1','4414.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121046.0','1045784.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032783.0','1020217.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121047.0','1045784.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032784.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121048.0','1045784.0','137',    '120','36','137704.48',    '99','24','108767.3',    '79','20','28937.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032785.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121049.0','1045784.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032786.0','1020217.0','1',    '1','1','1456.0',    '1','1','1456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121050.0','1045784.0','1',    '1','1','842.0',    '1','1','842.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032000.0','1020217.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120264.0','1045784.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032787.0','1020217.0','448',    '400','117','361774.78',    '382','70','256792.42',    '190','69','104982.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121051.0','1045784.0','1',    '1','1','27529.12',    '1','1','22114.21',    '1','1','5414.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032788.0','1020217.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121052.0','1045784.0','1160',    '991','343','1602655.91',    '879','269','974344.8',    '611','211','628311.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032789.0','1020217.0','2',    '2','1','842.0',    '2','1','842.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121053.0','1045784.0','1',    '1','1','1548.68',    '1','1','1548.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032790.0','1020217.0','1',    '1','1','7215.34',    '1','1','2526.0',    '1','1','4689.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121054.0','1045784.0','1',    '1','1','2298.0',    '1','1','2298.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032791.0','1020222.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121055.0','1045789.0','1',    '1','1','5025.5',    '1','1','3000.0',    '1','1','2025.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032792.0','1020222.0','24',    '18','7','19865.35',    '17','6','6051.32',    '13','5','13814.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121056.0','1045789.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032793.0','1020222.0','66',    '61','31','181771.38',    '57','28','164386.41',    '35','12','17384.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121057.0','1045789.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032794.0','1020222.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121058.0','1045789.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032795.0','1020222.0','1',    '1','1','2445.57',    '1','1','2445.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121059.0','1045789.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2031272.0','1020222.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2119536.0','1045789.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032796.0','1020222.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121060.0','1045789.0','3111',    '2754','1837','13853582.58',    '2640','1756','11164251.38',    '1483','713','2689331.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032797.0','1020222.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121061.0','1045789.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032798.0','1020222.0','1',    '1','1','2645.42',    '1','1','1712.0',    '1','1','933.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121062.0','1045789.0','145',    '126','63','298344.63',    '121','45','236596.57',    '73','33','61748.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032799.0','1020222.0','1',    '1','1','15903.16',    '1','1','15903.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121063.0','1045789.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2031670.0','1020222.0','1',    '1','1','3245.0',    '0','0','0.0',    '1','1','3245.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2119934.0','1045789.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032800.0','1020222.0','1',    '1','1','3225.27',    '1','0','0.0',    '1','1','3225.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121064.0','1045789.0','1',    '1','1','842.0',    '1','1','842.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2031699.0','1020222.0','24',    '23','12','48206.61',    '23','7','38622.2',    '11','8','9584.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2119963.0','1045789.0','34',    '34','18','54468.42',    '33','15','51035.04',    '17','6','3433.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032801.0','1020222.0','19',    '18','4','7416.34',    '18','2','5041.54',    '13','3','2374.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121065.0','1045789.0','1',    '1','1','1796.0',    '1','1','1796.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032802.0','1020222.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121066.0','1045789.0','12',    '12','4','3995.49',    '10','2','2853.21',    '8','2','1142.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032803.0','1020222.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121067.0','1045789.0','3677',    '3476','2804','25828654.6',    '3417','2694','21408921.06',    '1993','1173','4419733.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032804.0','1020222.0','57',    '53','31','136692.7',    '46','23','89413.64',    '32','18','47279.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121068.0','1045789.0','3',    '3','1','4332.75',    '3','1','4122.75',    '2','1','210.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032805.0','1020222.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121069.0','1045789.0','1',    '1','1','2662.0',    '1','1','2662.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032806.0','1020222.0','1',    '1','1','27977.87',    '1','1','19312.66',    '1','1','8665.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121070.0','1045789.0','181',    '164','84','253748.84',    '158','44','195962.68',    '105','57','57786.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032807.0','1020228.0','380',    '352','120','374512.85',    '329','62','302874.07',    '244','79','71638.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121071.0','1045795.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032808.0','1020228.0','1',    '1','1','533.26',    '1','0','0.0',    '1','1','533.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121072.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032809.0','1020228.0','1',    '1','1','265.7',    '1','0','0.0',    '1','1','265.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121073.0','1045795.0','1',    '1','1','33000.0',    '1','1','19026.89',    '1','1','13973.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032810.0','1020228.0','1',    '1','1','30243.25',    '1','1','24686.28',    '1','1','5556.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121074.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032359.0','1020228.0','1',    '1','1','842.0',    '1','1','842.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120623.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032811.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121075.0','1045795.0','1',    '1','1','15358.13',    '1','1','15358.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032465.0','1020228.0','44',    '39','10','65765.67',    '36','9','57989.16',    '23','4','7776.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120729.0','1045795.0','1',    '1','1','11185.69',    '1','1','7295.7',    '1','1','3889.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032812.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121076.0','1045795.0','3341',    '3140','2119','28104885.32',    '3033','1837','19648678.88',    '2436','1609','8456206.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032813.0','1020228.0','7',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121077.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032814.0','1020228.0','73',    '67','50','477608.77',    '65','49','425436.77',    '33','18','52172.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121078.0','1045795.0','1',    '1','1','4288.49',    '0','0','0.0',    '1','1','4288.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031493.0','1020228.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119757.0','1045795.0','1',    '1','1','533.26',    '1','0','0.0',    '1','1','533.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032434.0','1020228.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120698.0','1045795.0','54',    '54','15','57862.14',    '52','10','45376.83',    '36','10','12485.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031871.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120135.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032815.0','1020228.0','1',    '1','1','1499.99',    '1','0','0.0',    '1','1','1499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121079.0','1045795.0','1',    '1','1','12499.12',    '1','1','12239.13',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032611.0','1020228.0','65',    '57','34','154466.53',    '51','28','131947.35',    '35','13','22519.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2120875.0','1045795.0','3',    '3','1','7001.45',    '2','0','0.0',    '3','1','7001.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032816.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121080.0','1045795.0','3',    '3','2','23115.35',    '3','2','17453.37',    '1','1','5661.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032817.0','1020228.0','5',    '4','2','11436.56',    '4','2','8318.28',    '3','1','3118.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121081.0','1045795.0','2',    '2','1','6233.52',    '2','1','6233.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032818.0','1020228.0','1520',    '1322','665','2814640.84',    '1220','434','2042704.3',    '877','444','771936.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121082.0','1045795.0','2906',    '2558','1377','8003606.14',    '2421','1213','6558716.49',    '1428','621','1444889.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032034.0','1020228.0','150',    '118','35','177993.71',    '100','30','148892.81',    '73','14','29100.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2120298.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032819.0','1020228.0','1',    '1','1','253.7',    '1','1','253.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121083.0','1045795.0','148',    '138','63','503454.1',    '129','51','355948.55',    '99','46','147505.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032820.0','1020228.0','7',    '6','1','5188.24',    '1','1','1758.0',    '6','1','3430.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121084.0','1045795.0','5',    '4','1','12164.82',    '4','1','2112.0',    '1','1','10052.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032821.0','1020228.0','18',    '16','4','8034.72',    '15','1','1075.68',    '10','3','6959.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121085.0','1045795.0','1',    '1','1','3651.57',    '1','1','3651.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032822.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121086.0','1045795.0','6',    '6','3','4931.14',    '5','1','3453.91',    '5','3','1477.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032823.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121087.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032824.0','1020228.0','908',    '808','346','1513365.72',    '754','259','1251884.52',    '493','187','261481.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121088.0','1045795.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032825.0','1020228.0','7',    '6','3','11695.32',    '6','2','3824.0',    '3','2','7871.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121089.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032826.0','1020228.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121090.0','1045795.0','394',    '363','117','383871.06',    '341','73','293070.96',    '199','63','90800.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032827.0','1020228.0','89',    '84','7','21027.84',    '82','3','17576.27',    '47','5','3451.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121091.0','1045795.0','4',    '4','2','7434.8',    '3','1','6684.8',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032828.0','1020228.0','1',    '1','1','2112.0',    '1','1','2112.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121092.0','1045795.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032829.0','1020228.0','3',    '2','1','2298.0',    '2','1','2298.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121093.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032830.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121094.0','1045795.0','1',    '1','1','8903.67',    '1','1','1456.0',    '1','1','7447.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032831.0','1020228.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121095.0','1045795.0','6148',    '5713','4402','72524488.44',    '5441','4043','58231615.9',    '4109','2666','14292872.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032832.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121096.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032833.0','1020228.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121097.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032834.0','1020228.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121098.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032835.0','1020228.0','5',    '4','2','30401.8',    '4','2','30401.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121099.0','1045795.0','25',    '21','5','15848.54',    '20','4','8791.04',    '12','3','7057.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032836.0','1020228.0','1',    '1','1','13772.38',    '1','1','13772.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121100.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2031471.0','1020228.0','6',    '5','1','1456.0',    '3','1','1456.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2119735.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032837.0','1020228.0','2',    '2','1','3440.31',    '2','1','1270.0',    '1','1','2170.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121101.0','1045795.0','197',    '176','90','1194882.82',    '162','78','1013614.95',    '104','44','181267.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032838.0','1020228.0','28',    '24','10','71484.13',    '22','7','56787.94',    '12','6','14696.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121102.0','1045795.0','1',    '1','1','13870.2',    '1','1','13870.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032839.0','1020228.0','1',    '1','1','1456.0',    '1','1','1456.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121103.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032840.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121104.0','1045795.0','72',    '69','33','224194.34',    '66','31','215788.42',    '30','11','8405.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032841.0','1020228.0','200',    '180','65','265313.94',    '173','46','211221.15',    '102','41','54092.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121105.0','1045795.0','1',    '1','1','2753.65',    '1','1','2492.27',    '1','1','261.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032334.0','1020228.0','37',    '30','13','45992.08',    '29','7','38043.4',    '17','9','7948.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120598.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032842.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121106.0','1045795.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032521.0','1020228.0','1',    '1','1','1582.0',    '1','1','1582.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120785.0','1045795.0','2',    '2','1','33000.0',    '2','1','27426.5',    '1','1','5573.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032843.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121107.0','1045795.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032844.0','1020228.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121108.0','1045795.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032785.0','1020228.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121049.0','1045795.0','1',    '1','1','6070.42',    '1','1','1456.0',    '1','1','4614.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032845.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121109.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032846.0','1020228.0','1',    '1','1','539.99',    '1','0','0.0',    '1','1','539.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121110.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032847.0','1020228.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121111.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032848.0','1020228.0','1',    '1','1','249.57',    '1','1','249.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121112.0','1045795.0','17',    '15','0','0.0',    '14','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032849.0','1020228.0','18',    '16','6','11109.71',    '15','4','9609.71',    '7','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121113.0','1045795.0','5',    '5','4','30440.24',    '5','4','30440.24',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2031575.0','1020228.0','1',    '1','1','2633.08',    '1','1','1883.08',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2119839.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032850.0','1020228.0','2',    '2','1','1063.38',    '2','0','0.0',    '1','1','1063.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121114.0','1045795.0','1',    '1','1','2112.0',    '1','1','2112.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2031550.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2119814.0','1045795.0','1',    '1','1','3084.79',    '1','0','0.0',    '1','1','3084.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032851.0','1020228.0','4',    '3','1','666.79',    '3','0','0.0',    '3','1','666.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121115.0','1045795.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032852.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121116.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032853.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121117.0','1045795.0','537',    '406','78','353412.4',    '347','57','296394.24',    '199','31','57018.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032854.0','1020228.0','1',    '1','1','5933.17',    '1','1','5933.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121118.0','1045795.0','1',    '1','1','1684.0',    '1','1','1684.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032855.0','1020228.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121119.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032856.0','1020228.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121120.0','1045795.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032857.0','1020228.0','28',    '21','5','8310.51',    '21','4','8010.52',    '11','2','299.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121121.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032858.0','1020228.0','11',    '8','2','16572.5',    '8','2','16572.5',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121122.0','1045795.0','1',    '1','1','2371.99',    '1','1','2112.0',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032859.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121123.0','1045795.0','98',    '92','31','79578.49',    '89','17','56589.95',    '59','21','22988.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032860.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121124.0','1045795.0','964',    '844','214','544155.87',    '755','110','322499.64',    '574','157','221656.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032861.0','1020228.0','2156',    '2072','1653','20324258.81',    '2016','1577','17095841.29',    '1262','704','3228417.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121125.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032862.0','1020228.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121126.0','1045795.0','1',    '1','1','20354.19',    '1','1','16536.38',    '1','1','3817.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032863.0','1020228.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121127.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032864.0','1020228.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121128.0','1045795.0','1',    '1','1','100.0',    '0','0','0.0',    '1','1','100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032865.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121129.0','1045795.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032866.0','1020228.0','192',    '174','113','550709.85',    '169','107','502183.35',    '74','29','48526.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121130.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032867.0','1020228.0','7',    '6','4','43486.29',    '6','4','35696.4',    '1','1','7789.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121131.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031512.0','1020228.0','52',    '48','15','19140.86',    '46','4','10483.83',    '31','14','8657.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119776.0','1045795.0','1',    '1','1','9186.89',    '1','1','2298.0',    '1','1','6888.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032868.0','1020228.0','1',    '1','1','8324.78',    '1','1','6662.56',    '1','1','1662.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121132.0','1045795.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032869.0','1020228.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121133.0','1045795.0','9401',    '8625','5681','58731263.65',    '8230','5262','45257112.86',    '5634','3032','13474150.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032463.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120727.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2028198.0','1020231.0','1',    '1','1','5887.0',    '1','1','1456.0',    '1','1','4431.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2116462.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032870.0','1020231.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121134.0','1045798.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032871.0','1020231.0','9',    '8','3','3070.4',    '8','1','1570.4',    '4','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121135.0','1045798.0','1',    '1','1','14966.17',    '1','1','11206.0',    '1','1','3760.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2031280.0','1020231.0','1042',    '936','462','2210594.44',    '825','276','1678506.89',    '673','309','532087.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2119544.0','1045798.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032872.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121136.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032873.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121137.0','1045798.0','1',    '1','1','16808.51',    '1','1','10691.17',    '1','1','6117.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032874.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121138.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032875.0','1020231.0','1',    '1','1','924.52',    '1','1','924.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121139.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032876.0','1020231.0','1',    '1','1','6000.0',    '1','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121140.0','1045798.0','541',    '484','279','3586653.51',    '466','248','2723835.2',    '335','185','862818.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032877.0','1020231.0','70',    '65','19','113371.09',    '64','13','87459.65',    '42','15','25911.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121141.0','1045798.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032878.0','1020231.0','23',    '21','11','25877.21',    '18','4','16628.28',    '13','8','9248.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121142.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032879.0','1020231.0','1',    '1','1','1456.0',    '1','1','1456.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121143.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032880.0','1020231.0','726',    '607','241','547596.04',    '529','192','350708.11',    '410','107','196887.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121144.0','1045798.0','6',    '5','3','6020.64',    '4','2','5270.64',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032881.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121145.0','1045798.0','118',    '109','92','1039856.73',    '108','85','897076.35',    '62','36','142780.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032882.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121146.0','1045798.0','5',    '3','1','5999.0',    '2','0','0.0',    '2','1','5999.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032883.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121147.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032884.0','1020231.0','1',    '1','1','3173.12',    '1','0','0.0',    '1','1','3173.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121148.0','1045798.0','6',    '6','4','6928.01',    '6','4','6928.01',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031628.0','1020231.0','2707',    '2447','1454','12765878.94',    '2290','1288','10549764.82',    '1519','700','2216114.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119892.0','1045798.0','167',    '157','62','285898.76',    '145','36','209513.77',    '95','42','76384.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032885.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121149.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032817.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121081.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032886.0','1020231.0','3',    '2','1','750.0',    '2','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121150.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032887.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121151.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032888.0','1020231.0','1',    '1','1','14258.9',    '1','1','14258.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121152.0','1045798.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032889.0','1020231.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121153.0','1045798.0','529',    '481','277','1915549.17',    '462','256','1479744.93',    '268','124','435804.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032890.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121154.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032891.0','1020231.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121155.0','1045798.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032892.0','1020231.0','104',    '99','17','52807.21',    '97','9','34046.39',    '56','13','18760.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121156.0','1045798.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032893.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121157.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032894.0','1020231.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121158.0','1045798.0','5850',    '5407','3438','35485798.36',    '5151','3085','27794844.89',    '3686','1902','7690953.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032895.0','1020231.0','2',    '2','2','7758.57',    '2','2','4118.0',    '2','1','3640.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121159.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032896.0','1020231.0','5',    '4','1','842.0',    '4','1','842.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121160.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032897.0','1020231.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121161.0','1045798.0','1',    '1','1','29261.69',    '1','1','29261.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2029464.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2117728.0','1045798.0','3316',    '2978','1323','5613554.63',    '2427','822','3403529.35',    '2142','840','2210025.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032406.0','1020231.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2120670.0','1045798.0','17',    '15','7','30804.37',    '15','7','28902.41',    '8','2','1901.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2031337.0','1020231.0','6',    '6','5','53612.51',    '6','4','52000.01',    '2','2','1612.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2119601.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032483.0','1020231.0','16',    '13','5','28053.13',    '12','4','22053.13',    '6','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120747.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032898.0','1020231.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121162.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032618.0','1020231.0','965',    '888','497','3447237.5',    '829','398','2857879.27',    '539','270','589358.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2120882.0','1045798.0','1',    '1','1','1754.0',    '1','1','1754.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032899.0','1020231.0','2',    '1','1','1754.0',    '1','1','1754.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121163.0','1045798.0','1',    '1','1','50.0',    '1','0','0.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032571.0','1020231.0','2',    '2','2','21523.14',    '2','2','21003.16',    '2','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120835.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032900.0','1020231.0','536',    '457','233','1120644.14',    '418','186','973016.27',    '267','118','147627.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121164.0','1045798.0','27',    '23','9','32146.59',    '20','5','28981.55',    '13','6','3165.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032901.0','1020231.0','12',    '10','5','12404.6',    '10','5','12404.6',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121165.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032902.0','1020231.0','1524',    '1385','944','8921687.49',    '1318','826','7766256.84',    '771','453','1155430.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121166.0','1045798.0','1504',    '1323','785','5563920.26',    '1217','669','4553123.71',    '770','392','1010796.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032903.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121167.0','1045798.0','502',    '443','171','816800.07',    '422','133','665467.46',    '235','73','151332.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032904.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121168.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032905.0','1020231.0','1',    '1','1','842.0',    '1','1','842.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121169.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032906.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121170.0','1045798.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032907.0','1020231.0','1',    '1','1','20014.89',    '1','1','20014.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121171.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032908.0','1020231.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121172.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032909.0','1020231.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121173.0','1045798.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032910.0','1020231.0','58',    '54','42','498842.59',    '50','39','418754.76',    '39','28','80087.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121174.0','1045798.0','5',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032911.0','1020231.0','7',    '6','5','6667.01',    '6','3','4410.0',    '4','3','2257.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121175.0','1045798.0','1',    '1','1','842.0',    '1','1','842.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2031269.0','1020231.0','538',    '511','401','4285090.15',    '501','382','3732076.39',    '318','166','553013.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2119533.0','1045798.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032912.0','1020231.0','1',    '1','1','6842.0',    '1','1','842.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121176.0','1045798.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032604.0','1020231.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2120868.0','1045798.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032913.0','1020231.0','5',    '3','2','11689.86',    '3','2','7028.05',    '1','1','4661.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121177.0','1045798.0','1',    '1','1','1754.0',    '1','1','1754.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032914.0','1020231.0','1',    '1','1','2298.0',    '1','1','2298.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121178.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032915.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121179.0','1045798.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032916.0','1020231.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121180.0','1045798.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032095.0','1020231.0','3',    '3','1','842.0',    '3','1','842.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2120359.0','1045798.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032917.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121181.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032918.0','1020231.0','7',    '6','2','6526.14',    '5','1','1754.0',    '3','1','4772.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121182.0','1045798.0','1',    '1','1','2732.11',    '1','0','0.0',    '1','1','2732.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032919.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121183.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032358.0','1020231.0','1111',    '992','274','915231.36',    '923','171','688835.69',    '598','166','226395.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2120622.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032920.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121184.0','1045798.0','1',    '1','1','1592.0',    '1','1','842.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032921.0','1020231.0','1',    '1','1','1516.0',    '1','1','1516.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121185.0','1045798.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032922.0','1020231.0','3',    '3','2','18705.85',    '3','2','18705.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121186.0','1045798.0','626',    '545','365','3014785.26',    '524','316','2765364.19',    '290','173','249421.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032923.0','1020231.0','465',    '415','179','851975.03',    '388','140','761675.14',    '224','79','90299.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121187.0','1045798.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032924.0','1020231.0','7',    '6','2','54200.22',    '5','2','35722.28',    '4','2','18477.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121188.0','1045798.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032925.0','1020231.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121189.0','1045798.0','234',    '218','80','287865.66',    '207','67','242746.94',    '100','24','45118.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032926.0','1020231.0','1',    '1','1','2278.0',    '1','1','2278.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121190.0','1045798.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032927.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121191.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032928.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121192.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032929.0','1020231.0','1',    '1','1','10963.77',    '1','1','2526.0',    '1','1','8437.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121193.0','1045798.0','106',    '92','65','509061.66',    '91','58','494203.76',    '39','21','14857.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032930.0','1020231.0','8',    '7','5','64227.42',    '7','5','51025.78',    '6','3','13201.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121194.0','1045798.0','1',    '1','1','16183.73',    '1','1','14981.96',    '1','1','1201.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032931.0','1020231.0','387',    '345','102','348082.2',    '319','69','287566.72',    '177','52','60515.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121195.0','1045798.0','1085',    '1012','768','8493951.05',    '976','716','7090635.92',    '642','357','1403315.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032932.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121196.0','1045798.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032933.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121197.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032934.0','1020231.0','1',    '1','1','1456.0',    '1','1','1456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121198.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032935.0','1020231.0','1',    '1','1','2278.0',    '1','1','2278.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121199.0','1045798.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032936.0','1020231.0','1',    '1','1','14898.48',    '1','1','14898.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121200.0','1045798.0','1',    '1','1','3800.48',    '1','1','2759.92',    '1','1','1040.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032937.0','1020231.0','1',    '1','1','7713.45',    '1','1','7713.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121201.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032938.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121202.0','1045798.0','1',    '1','1','100.0',    '1','1','100.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032939.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121203.0','1045798.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032940.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121204.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032941.0','1020231.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121205.0','1045798.0','1',    '1','1','115.11',    '1','0','0.0',    '1','1','115.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032942.0','1020231.0','1',    '1','1','18132.24',    '1','1','15300.0',    '1','1','2832.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121206.0','1045798.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032943.0','1020231.0','1',    '1','1','2278.0',    '1','1','2278.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121207.0','1045798.0','2',    '2','2','30822.37',    '2','2','27688.39',    '2','2','3133.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032944.0','1020231.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121208.0','1045798.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032945.0','1020231.0','8',    '7','6','99491.4',    '7','6','91187.88',    '3','2','8303.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121209.0','1045798.0','3',    '2','2','3259.8',    '2','2','3259.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032946.0','1020231.0','1',    '1','1','1754.0',    '1','1','1754.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121210.0','1045798.0','21',    '18','10','87152.81',    '18','9','73208.68',    '9','3','13944.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032947.0','1020231.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121211.0','1045798.0','1',    '1','1','19315.31',    '1','1','14673.28',    '1','1','4642.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031526.0','1020234.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119790.0','1045801.0','1865',    '1650','1158','9551113.24',    '1562','991','8473269.72',    '916','569','1077843.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2031452.0','1020234.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2119716.0','1045801.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031659.0','1020234.0','2906',    '2678','1918','20781973.68',    '2498','1750','18159867.14',    '1583','755','2622106.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119923.0','1045801.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032948.0','1020234.0','150',    '143','94','758236.6',    '137','81','696334.24',    '84','32','61902.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121212.0','1045801.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032949.0','1020234.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121213.0','1045801.0','128',    '121','91','1131299.78',    '118','89','909286.62',    '79','45','222013.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031657.0','1020234.0','27',    '22','12','50862.27',    '22','11','48916.94',    '12','3','1945.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119921.0','1045801.0','117',    '97','59','252659.1',    '94','55','208834.96',    '46','18','43824.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032950.0','1020234.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121214.0','1045801.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031687.0','1020234.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119951.0','1045801.0','1',    '1','1','2526.0',    '1','1','2526.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032951.0','1020234.0','47',    '44','18','61578.55',    '40','13','52347.88',    '25','8','9230.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121215.0','1045801.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032952.0','1020234.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121216.0','1045801.0','2838',    '2493','1513','12212678.45',    '2292','1357','10250048.39',    '1558','629','1962630.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032953.0','1020234.0','1',    '1','1','3258.46',    '1','1','3008.46',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121217.0','1045801.0','35',    '29','14','42032.22',    '27','11','35579.16',    '13','7','6453.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032954.0','1020234.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121218.0','1045801.0','1',    '1','1','33000.0',    '1','1','33000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032955.0','1020234.0','44',    '39','10','49316.03',    '39','10','48664.79',    '21','1','651.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121219.0','1045801.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032956.0','1020234.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121220.0','1045801.0','1807',    '1601','556','1818306.5',    '1477','323','1404107.84',    '1050','339','414198.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032957.0','1020234.0','57',    '52','21','140923.65',    '51','19','122192.14',    '29','7','18731.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121221.0','1045801.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032958.0','1020234.0','42',    '35','8','24725.33',    '33','5','19441.06',    '20','5','5284.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121222.0','1045801.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2029410.0','1020234.0','872',    '745','474','2624139.22',    '721','444','2021967.74',    '433','189','602171.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2117674.0','1045801.0','1329',    '1235','869','8223161.93',    '1196','813','6830465.26',    '782','381','1392696.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032959.0','1020234.0','16',    '15','8','15223.01',    '15','7','14473.01',    '6','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121223.0','1045801.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032357.0','1020234.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120621.0','1045801.0','1',    '1','1','8000.0',    '0','0','0.0',    '1','1','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032960.0','1020234.0','1534',    '1458','1108','11743266.84',    '1414','1039','9825182.49',    '909','486','1918084.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121224.0','1045801.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032509.0','1020234.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120773.0','1045801.0','10',    '8','4','33759.38',    '6','4','29785.78',    '5','1','3973.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032961.0','1020234.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121225.0','1045801.0','1',    '1','1','2526.0',    '1','1','2526.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032552.0','1020234.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120816.0','1045801.0','1',    '1','1','2298.0',    '1','1','2298.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032962.0','1020234.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121226.0','1045801.0','1',    '1','1','10241.36',    '1','1','9400.12',    '1','1','841.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031583.0','1020234.0','39',    '38','8','24939.38',    '37','6','22142.46',    '27','5','2796.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2119847.0','1045801.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032403.0','1020234.0','89',    '84','28','89952.11',    '81','21','77137.99',    '54','12','12814.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120667.0','1045801.0','60',    '57','15','69285.7',    '55','13','62398.79',    '35','5','6886.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031957.0','1020234.0','1',    '1','1','5813.5',    '1','1','5813.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120221.0','1045801.0','5',    '4','2','5416.81',    '3','1','3618.05',    '4','2','1798.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032963.0','1020234.0','13',    '10','2','14361.15',    '9','2','12753.89',    '6','2','1607.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121227.0','1045801.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032964.0','1020234.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121228.0','1045801.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032562.0','1020234.0','1',    '1','1','24443.74',    '1','1','24443.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120826.0','1045801.0','50',    '49','15','94499.68',    '48','12','81322.34',    '28','9','13177.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032965.0','1020234.0','1',    '1','1','15683.5',    '1','1','15683.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121229.0','1045801.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032966.0','1020234.0','8',    '8','1','2868.82',    '5','1','2868.82',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121230.0','1045801.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032967.0','1020234.0','1',    '1','1','30233.94',    '1','1','22183.75',    '1','1','8050.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121231.0','1045801.0','7',    '6','5','65033.35',    '5','3','57216.85',    '3','2','7816.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032073.0','1020234.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120337.0','1045801.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032968.0','1020234.0','3',    '3','2','5043.34',    '3','2','5043.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121232.0','1045801.0','45',    '37','4','5595.49',    '36','2','4268.86',    '20','2','1326.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032969.0','1020234.0','114',    '94','52','248435.44',    '91','49','227262.6',    '48','11','21172.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121233.0','1045801.0','850',    '789','320','1785349.6',    '727','218','1261988.83',    '523','189','523360.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032970.0','1020234.0','8',    '8','4','27626.51',    '8','3','24792.46',    '3','2','2834.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121234.0','1045801.0','8',    '8','4','18246.01',    '8','4','17980.31',    '5','1','265.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2032971.0','1020234.0','5',    '5','2','10947.7',    '5','2','10947.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121235.0','1045801.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032972.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121236.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032973.0','1020235.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121237.0','1045802.0','15',    '10','2','6842.7',    '10','2','2223.9',    '6','1','4618.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032974.0','1020235.0','1',    '1','1','5585.7',    '1','1','5585.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121238.0','1045802.0','1',    '1','1','33000.0',    '1','1','33000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032975.0','1020235.0','1591',    '1451','977','9967734.67',    '1372','918','8502575.45',    '945','402','1465159.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121239.0','1045802.0','1',    '1','1','6082.36',    '1','1','5012.63',    '1','1','1069.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032976.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121240.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2032977.0','1020235.0','27',    '22','10','15388.84',    '22','8','13508.39',    '10','4','1880.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121241.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032978.0','1020235.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121242.0','1045802.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2032979.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121243.0','1045802.0','1',    '1','1','1456.0',    '1','1','1456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032980.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121244.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032981.0','1020235.0','1',    '1','1','2167.81',    '1','0','0.0',    '1','1','2167.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121245.0','1045802.0','4',    '3','2','19441.29',    '3','2','4824.0',    '3','2','14617.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032982.0','1020235.0','8',    '9','3','5944.01',    '8','3','5464.01',    '6','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121246.0','1045802.0','1',    '1','1','2526.0',    '1','1','2526.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032983.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121247.0','1045802.0','2',    '2','2','19760.89',    '2','2','4280.0',    '2','2','15480.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032984.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121248.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2032985.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121249.0','1045802.0','284',    '257','211','2033127.02',    '254','199','1653990.58',    '157','92','379136.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032986.0','1020235.0','7',    '6','5','13299.68',    '5','5','13299.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121250.0','1045802.0','1',    '1','1','4638.48',    '1','1','2954.0',    '1','1','1684.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032987.0','1020235.0','86',    '79','32','260070.38',    '77','25','229108.71',    '45','13','30961.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121251.0','1045802.0','24',    '24','10','65542.06',    '23','7','61117.59',    '13','6','4424.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032988.0','1020235.0','44',    '41','10','31158.84',    '38','6','26125.2',    '29','6','5033.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121252.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2032989.0','1020235.0','1',    '1','1','3122.98',    '1','1','3122.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121253.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032990.0','1020235.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121254.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032991.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121255.0','1045802.0','1',    '1','1','1456.0',    '1','1','1456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032992.0','1020235.0','1',    '1','1','249.99',    '1','0','0.0',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121256.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032993.0','1020235.0','2',    '2','2','13632.02',    '2','1','4734.99',    '2','2','8897.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121257.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2032994.0','1020235.0','32',    '26','11','25992.15',    '24','9','21223.96',    '17','4','4768.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121258.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2031493.0','1020235.0','15',    '14','4','6842.58',    '14','4','6842.58',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2119757.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032995.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121259.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032996.0','1020235.0','7',    '7','2','4930.63',    '6','2','4930.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121260.0','1045802.0','13',    '12','7','33627.22',    '11','7','31792.42',    '6','1','1834.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2032997.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121261.0','1045802.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032998.0','1020235.0','78',    '72','21','71405.08',    '63','20','59363.08',    '31','5','12042.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121262.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032999.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121263.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032145.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120409.0','1045802.0','2',    '2','2','630.99',    '2','1','360.99',    '1','1','270.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033000.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121264.0','1045802.0','4',    '4','1','1456.0',    '4','1','1456.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033001.0','1020235.0','1',    '1','1','842.0',    '1','1','842.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121265.0','1045802.0','8',    '7','5','15864.28',    '7','5','14951.35',    '3','1','912.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032612.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120876.0','1045802.0','285',    '276','158','1430854.74',    '261','126','1172301.97',    '169','78','258552.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2029299.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2117563.0','1045802.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032538.0','1020235.0','1',    '1','1','1456.0',    '1','1','1456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120802.0','1045802.0','16',    '14','7','32669.89',    '13','6','28305.79',    '13','2','4364.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032264.0','1020235.0','1268',    '1163','431','2109335.63',    '1108','336','1730066.1',    '675','185','379269.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120528.0','1045802.0','4',    '4','1','341.99',    '4','0','0.0',    '2','1','341.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2031991.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120255.0','1045802.0','0',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032481.0','1020235.0','15',    '13','9','91682.53',    '13','9','69700.63',    '8','3','21981.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120745.0','1045802.0','1',    '1','1','1684.0',    '1','1','1684.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033002.0','1020235.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121266.0','1045802.0','1',    '1','1','3792.6',    '1','1','3792.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032499.0','1020235.0','87',    '81','23','37119.83',    '74','13','20587.56',    '46','13','16532.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120763.0','1045802.0','10',    '8','2','3753.65',    '7','2','2298.0',    '4','1','1455.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033003.0','1020235.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121267.0','1045802.0','4',    '4','2','24055.72',    '2','2','17557.96',    '3','1','6497.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032549.0','1020235.0','30',    '21','5','4654.16',    '19','4','4309.16',    '10','1','345.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120813.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033004.0','1020235.0','1471',    '1349','667','4476018.7',    '1267','532','3657836.66',    '934','330','818182.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121268.0','1045802.0','14',    '15','7','25439.42',    '14','5','24208.73',    '12','3','1230.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2032050.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2120314.0','1045802.0','1',    '1','1','2112.0',    '1','1','2112.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033005.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121269.0','1045802.0','1',    '1','1','30643.96',    '1','1','17301.0',    '1','1','13342.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033006.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121270.0','1045802.0','1',    '1','1','2227.62',    '1','1','2227.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033007.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121271.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033008.0','1020235.0','2',    '2','1','1009.99',    '2','0','0.0',    '2','1','1009.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121272.0','1045802.0','421',    '380','167','668701.0',    '362','128','490436.62',    '266','93','178264.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2033009.0','1020235.0','2',    '2','1','10579.29',    '2','1','10579.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2121273.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2033010.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121274.0','1045802.0','119',    '104','31','141630.67',    '96','26','127879.41',    '63','13','13751.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2033011.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121275.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033012.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121276.0','1045802.0','17',    '15','2','1346.49',    '12','2','1346.49',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2033013.0','1020235.0','137',    '122','47','75484.78',    '114','32','51921.92',    '70','19','23562.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121277.0','1045802.0','1',    '1','1','8687.2',    '1','1','8687.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033014.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121278.0','1045802.0','601',    '566','225','1179862.97',    '541','180','999324.52',    '389','96','180538.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033015.0','1020235.0','6',    '6','1','1660.52',    '6','1','1660.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121279.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2028353.0','1020235.0','1',    '1','1','953.98',    '1','1','953.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2116617.0','1045802.0','15376',    '14126','10865','122359965.56',    '13495','10199','96628044.41',    '9342','5169','25731921.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2028364.0','1020235.0','82',    '82','23','114911.72',    '80','15','86649.54',    '62','8','28262.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2116628.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033016.0','1020235.0','1',    '1','1','2846.05',    '1','1','2846.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121280.0','1045802.0','3',    '3','3','5181.31',    '3','3','5181.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2033017.0','1020235.0','11',    '6','3','28298.97',    '5','1','20989.45',    '5','3','7309.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121281.0','1045802.0','1',    '1','1','3420.33',    '1','0','0.0',    '1','1','3420.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033018.0','1020235.0','612',    '557','412','4281058.15',    '541','385','3427751.61',    '366','190','853306.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121282.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033019.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121283.0','1045802.0','1',    '1','1','2310.94',    '1','1','2310.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033020.0','1020235.0','1',    '1','1','1684.0',    '1','1','1684.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121284.0','1045802.0','10',    '10','5','19045.16',    '8','5','18513.75',    '5','1','531.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033021.0','1020235.0','51',    '50','23','40438.75',    '48','19','36321.81',    '28','5','4116.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121285.0','1045802.0','101',    '88','38','274050.3',    '82','36','253431.32',    '45','12','20618.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033022.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121286.0','1045802.0','1',    '1','1','56.27',    '1','0','0.0',    '1','1','56.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2031722.0','1020235.0','2',    '2','1','380.69',    '2','0','0.0',    '1','1','380.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2119986.0','1045802.0','1062',    '984','476','2577329.99',    '948','417','2216412.65',    '543','163','360917.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2033023.0','1020235.0','2',    '2','2','14395.99',    '2','1','14142.34',    '2','1','253.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121287.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033024.0','1020235.0','1',    '1','1','1141.72',    '1','1','1141.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121288.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033025.0','1020235.0','378',    '366','167','1003371.44',    '348','131','834226.24',    '253','86','169145.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121289.0','1045802.0','189',    '173','80','476415.06',    '165','64','364510.01',    '107','35','111905.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2033026.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121290.0','1045802.0','1',    '1','1','1005.74',    '1','1','1005.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033027.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121291.0','1045802.0','165',    '148','67','411284.58',    '141','50','265190.31',    '99','50','146094.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2033028.0','1020235.0','1',    '1','1','10167.22',    '1','1','1944.0',    '1','1','8223.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121292.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033029.0','1020235.0','1',    '1','1','21855.56',    '1','1','16329.13',    '1','1','5526.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121293.0','1045802.0','20',    '11','4','13441.47',    '10','4','10612.97',    '7','3','2828.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033030.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121294.0','1045802.0','47',    '42','29','212114.9',    '41','28','182527.84',    '23','9','29587.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2031724.0','1020235.0','33',    '28','5','37790.06',    '21','3','29935.6',    '18','3','7854.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2119988.0','1045802.0','0',    '1','1','1566.0',    '1','1','1566.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033031.0','1020235.0','3',    '2','1','2118.74',    '2','1','1560.28',    '1','1','558.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121295.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033032.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121296.0','1045802.0','201',    '196','141','1453853.14',    '190','133','1110601.09',    '161','78','343252.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033033.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121297.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033034.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121298.0','1045802.0','341',    '295','121','476181.93',    '273','100','308785.22',    '185','65','167396.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033035.0','1020235.0','1',    '1','1','33000.0',    '1','1','27541.09',    '1','1','5458.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121299.0','1045802.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033036.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121300.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033037.0','1020235.0','149',    '114','51','221655.21',    '109','45','211360.15',    '47','11','10295.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121301.0','1045802.0','102',    '100','63','552111.07',    '95','47','415832.84',    '72','37','136278.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032144.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120408.0','1045802.0','1005',    '892','507','2257299.62',    '817','369','1587628.91',    '616','336','669670.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033038.0','1020235.0','49',    '45','18','85013.08',    '44','14','74860.35',    '22','9','10152.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121302.0','1045802.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032518.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120782.0','1045802.0','1',    '1','1','1881.24',    '1','1','1881.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2032525.0','1020235.0','170',    '156','55','263961.42',    '150','35','191921.33',    '103','40','72040.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2120789.0','1045802.0','15',    '12','1','1574.0',    '10','1','1574.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033039.0','1020235.0','1',    '1','1','5734.57',    '1','1','5734.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121303.0','1045802.0','1214',    '1122','509','2652405.24',    '1009','384','2008922.62',    '823','289','643482.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033040.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121304.0','1045802.0','1',    '1','1','28307.36',    '1','1','17469.5',    '1','1','10837.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033041.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121305.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033042.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121306.0','1045802.0','82',    '79','22','106254.42',    '76','19','81101.93',    '41','11','25152.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033043.0','1020235.0','1',    '1','1','12520.25',    '1','1','11719.95',    '1','1','800.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121307.0','1045802.0','3',    '3','1','6806.88',    '3','1','1200.0',    '1','1','5606.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033044.0','1020235.0','13',    '12','4','23856.77',    '12','4','20613.89',    '9','2','3242.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121308.0','1045802.0','10',    '10','6','20673.38',    '10','6','20673.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033045.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121309.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033046.0','1020235.0','2',    '2','1','582.49',    '2','1','582.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121310.0','1045802.0','1',    '1','1','2444.18',    '1','1','1514.0',    '1','1','930.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028236.0','1020235.0','109',    '96','26','81703.17',    '90','18','53913.06',    '64','12','27790.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116500.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033047.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121311.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033048.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121312.0','1045802.0','2',    '2','1','783.0',    '1','1','783.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033049.0','1020235.0','1',    '1','1','5119.24',    '1','1','5119.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121313.0','1045802.0','1',    '1','1','12002.72',    '1','1','10708.11',    '1','1','1294.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001592.0',    '2033050.0','1020235.0','30',    '27','0','0.0',    '21','0','0.0',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006103.0',    '2121314.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001773.0',    '2028194.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006105.0',    '2116458.0','1045802.0','552',    '499','272','1145170.99',    '467','203','880640.08',    '309','136','264530.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2033051.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121315.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2033052.0','1020235.0','750',    '694','353','2186224.76',    '653','278','1674467.7',    '463','180','511757.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121316.0','1045802.0','1',    '1','1','2047.66',    '1','1','2047.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001800.0',    '2033053.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006107.0',    '2121317.0','1045802.0','2',    '2','1','1598.94',    '1','0','0.0',    '2','1','1598.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001850.0',    '2033054.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006108.0',    '2121318.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033055.0','1020235.0','28',    '26','14','37760.99',    '24','14','33676.27',    '18','4','4084.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121319.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033056.0','1020235.0','1250',    '1158','557','3449806.5',    '1083','426','2614914.5',    '818','324','834892.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121320.0','1045802.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033057.0','1020235.0','47',    '44','26','155374.28',    '42','23','118197.49',    '30','12','37176.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121321.0','1045802.0','4',    '4','1','357.2',    '4','1','357.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001840.0',    '2033058.0','1020235.0','1',    '1','1','2258.0',    '1','1','2258.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006110.0',    '2121322.0','1045802.0','16',    '15','5','19587.94',    '15','4','17875.24',    '10','2','1712.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001845.0',    '2033059.0','1020235.0','477',    '429','346','2824298.21',    '421','338','2216782.78',    '253','142','607515.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006113.0',    '2121323.0','1045802.0','1',    '1','1','1790.0',    '1','1','1790.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2028226.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2116490.0','1045802.0','47',    '41','10','34146.69',    '39','7','27595.5',    '22','4','6551.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033060.0','1020235.0','1689',    '1520','780','3869819.37',    '1410','643','3050835.54',    '920','374','818983.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121324.0','1045802.0','95',    '89','56','151982.74',    '86','53','136312.05',    '35','11','15670.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2028339.0','1020235.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2116603.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001667.0',    '2033061.0','1020235.0','8',    '8','1','266.63',    '8','0','0.0',    '5','1','266.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006112.0',    '2121325.0','1045802.0','1',    '1','1','50.0',    '1','0','0.0',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2033062.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121326.0','1045802.0','15',    '13','2','12233.35',    '13','2','12233.35',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001752.0',    '2033063.0','1020235.0','1',    '1','1','1250.0',    '1','1','1250.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006114.0',    '2121327.0','1045802.0','173',    '153','76','228393.68',    '145','61','165245.72',    '97','32','63147.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033064.0','1020235.0','11',    '11','4','9485.67',    '11','2','8088.19',    '6','2','1397.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121328.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033065.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121329.0','1045802.0','2',    '2','2','16452.03',    '2','2','16344.59',    '1','1','107.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033066.0','1020235.0','1',    '1','1','783.0',    '1','1','783.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121330.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033067.0','1020235.0','33',    '35','19','105820.57',    '32','16','76022.12',    '28','10','29798.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121331.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033068.0','1020235.0','35',    '33','22','117183.93',    '32','22','88736.09',    '25','12','28447.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121332.0','1045802.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033069.0','1020235.0','269',    '238','131','562287.82',    '230','113','485439.86',    '125','56','76847.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121333.0','1045802.0','21',    '18','16','142115.16',    '18','15','130166.65',    '10','4','11948.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033070.0','1020235.0','1',    '1','1','4030.51',    '1','1','4030.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121334.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033071.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121335.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033072.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121336.0','1045802.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033073.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121337.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033074.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121338.0','1045802.0','23',    '22','2','16891.51',    '22','2','16091.18',    '9','1','800.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033075.0','1020235.0','1',    '1','1','1046.08',    '1','0','0.0',    '1','1','1046.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121339.0','1045802.0','1',    '1','1','2676.06',    '1','1','2676.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033076.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121340.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028279.0','1020235.0','117',    '106','78','295786.96',    '105','76','243202.3',    '55','19','52584.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116543.0','1045802.0','4',    '3','2','4142.7',    '3','1','1250.0',    '2','2','2892.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033077.0','1020235.0','4',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121341.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033078.0','1020235.0','1179',    '1110','663','5192942.33',    '1044','568','4094166.89',    '777','343','1098775.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121342.0','1045802.0','1',    '1','1','9140.19',    '1','1','9140.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028321.0','1020235.0','1786',    '1686','1179','8870958.15',    '1616','1080','7467673.06',    '1046','488','1403285.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116585.0','1045802.0','47',    '40','9','32265.68',    '33','6','25774.12',    '20','4','6491.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033079.0','1020235.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121343.0','1045802.0','10',    '9','7','24626.58',    '9','5','18106.6',    '5','3','6519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033080.0','1020235.0','81',    '72','26','55827.06',    '65','17','38269.55',    '48','10','17557.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121344.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033081.0','1020235.0','67',    '63','31','162261.68',    '60','16','124424.25',    '39','19','37837.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121345.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033082.0','1020235.0','2',    '2','1','2285.48',    '2','1','1212.0',    '2','1','1073.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121346.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033083.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121347.0','1045802.0','4',    '4','1','3479.4',    '4','1','3479.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033084.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121348.0','1045802.0','1',    '1','1','380.69',    '1','0','0.0',    '1','1','380.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033085.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121349.0','1045802.0','3',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033086.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121350.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033087.0','1020235.0','232',    '198','65','158949.23',    '190','47','135147.06',    '111','28','23802.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121351.0','1045802.0','5',    '5','1','400.16',    '5','0','0.0',    '4','1','400.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033088.0','1020235.0','1',    '1','1','3270.0',    '1','0','0.0',    '1','1','3270.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121352.0','1045802.0','114',    '109','73','681963.7',    '106','65','591353.53',    '65','36','90610.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033089.0','1020235.0','1',    '1','1','2112.0',    '1','1','2112.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121353.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033090.0','1020235.0','0',    '1','1','4254.09',    '1','1','1198.0',    '1','1','3056.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121354.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033091.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121355.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033092.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121356.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033093.0','1020235.0','11',    '10','4','13384.87',    '10','4','12734.88',    '7','1','649.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121357.0','1045802.0','230',    '209','82','257335.33',    '203','61','209014.08',    '134','35','48321.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033094.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121358.0','1045802.0','16',    '16','4','6197.39',    '14','2','3363.8',    '6','2','2833.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033095.0','1020235.0','10',    '10','5','19080.69',    '9','5','12344.0',    '5','1','6736.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121359.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033096.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121360.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033097.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121361.0','1045802.0','28',    '26','3','4148.38',    '26','2','3398.38',    '12','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033098.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121362.0','1045802.0','16',    '15','0','0.0',    '15','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033099.0','1020235.0','2',    '2','1','23729.76',    '2','1','23729.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121363.0','1045802.0','304',    '275','96','700996.84',    '263','76','540592.03',    '151','54','160404.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033100.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121364.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033101.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121365.0','1045802.0','3',    '3','1','6131.99',    '3','1','2112.0',    '2','1','4019.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033102.0','1020235.0','1',    '1','1','744.0',    '1','1','744.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121366.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033103.0','1020235.0','59',    '53','31','129647.34',    '51','24','105774.62',    '34','13','23872.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121367.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033104.0','1020235.0','663',    '600','397','3243783.92',    '575','346','2650954.96',    '341','196','592828.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121368.0','1045802.0','6',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033105.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121369.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033106.0','1020235.0','1',    '1','1','32379.69',    '1','1','23642.02',    '1','1','8737.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121370.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033107.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121371.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033108.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121372.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033109.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121373.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033110.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121374.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028358.0','1020235.0','1',    '1','1','7616.94',    '1','1','1484.0',    '1','1','6132.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116622.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033111.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121375.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033112.0','1020235.0','1',    '1','1','3611.32',    '1','1','1712.0',    '1','1','1899.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121376.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033113.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121377.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033114.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121378.0','1045802.0','1',    '1','1','6242.2',    '1','1','242.2',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028334.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116598.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033115.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121379.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033116.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121380.0','1045802.0','4',    '4','1','1729.82',    '4','1','1729.82',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033117.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121381.0','1045802.0','96',    '79','59','312275.06',    '76','50','235033.85',    '50','34','77241.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033118.0','1020235.0','6',    '6','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121382.0','1045802.0','1',    '1','1','4593.32',    '1','1','3421.59',    '1','1','1171.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033119.0','1020235.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121383.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033120.0','1020235.0','1',    '1','1','5431.46',    '1','1','4471.48',    '1','1','959.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121384.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033121.0','1020235.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121385.0','1045802.0','4',    '4','2','1044.12',    '4','2','1044.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033122.0','1020235.0','7',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121386.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033123.0','1020235.0','21',    '20','1','2583.84',    '19','1','2583.84',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121387.0','1045802.0','8',    '7','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033124.0','1020235.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121388.0','1045802.0','16',    '15','4','6265.31',    '14','3','5365.31',    '8','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033125.0','1020235.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121389.0','1045802.0','116',    '97','60','429993.74',    '93','55','352010.75',    '60','30','77982.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033126.0','1020235.0','2',    '2','1','607.07',    '1','1','607.07',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121390.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033127.0','1020235.0','71',    '55','9','8702.39',    '48','5','6502.44',    '20','5','2199.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121391.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033128.0','1020235.0','4',    '4','1','1835.8',    '4','1','1835.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121392.0','1045802.0','6',    '5','1','11298.84',    '5','1','9688.87',    '2','1','1609.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033129.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121393.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033130.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121394.0','1045802.0','6',    '6','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033131.0','1020235.0','116',    '95','28','57941.74',    '83','20','42498.58',    '56','16','15443.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121395.0','1045802.0','5',    '5','4','10147.19',    '5','2','3658.0',    '4','2','6489.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028185.0','1020235.0','317',    '287','175','789631.16',    '277','153','613063.29',    '126','76','176567.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116449.0','1045802.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033132.0','1020235.0','6',    '6','1','330.05',    '5','1','330.05',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121396.0','1045802.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033133.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121397.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033134.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121398.0','1045802.0','148',    '95','26','68286.52',    '79','16','50423.58',    '66','18','17862.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033135.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121399.0','1045802.0','126',    '91','62','533943.87',    '88','57','450576.99',    '47','30','83366.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033136.0','1020235.0','13',    '11','2','1827.36',    '11','2','1827.36',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121400.0','1045802.0','6',    '5','2','7753.97',    '5','2','7361.69',    '2','1','392.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033137.0','1020235.0','1',    '1','1','2028.0',    '1','1','2028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121401.0','1045802.0','9',    '9','2','14120.88',    '8','2','13476.93',    '5','1','643.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033138.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121402.0','1045802.0','86',    '69','42','276890.25',    '65','40','210161.7',    '36','18','66728.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028250.0','1020235.0','6',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116514.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033139.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121403.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033140.0','1020235.0','18',    '15','2','3135.69',    '14','2','2935.7',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121404.0','1045802.0','5',    '5','1','15016.7',    '5','1','14751.0',    '2','1','265.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033141.0','1020235.0','91',    '67','13','24155.83',    '61','11','23155.85',    '16','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121405.0','1045802.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033142.0','1020235.0','34',    '26','4','3792.83',    '25','2','2792.85',    '7','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121406.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033143.0','1020235.0','1',    '1','1','2676.8',    '1','1','2676.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121407.0','1045802.0','10',    '8','1','2542.41',    '8','1','2542.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033144.0','1020235.0','5',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121408.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033145.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121409.0','1045802.0','28',    '26','13','33999.29',    '23','9','30606.0',    '18','6','3393.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033146.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121410.0','1045802.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033147.0','1020235.0','16',    '14','1','2028.0',    '14','1','2028.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121411.0','1045802.0','3',    '3','2','10508.92',    '3','1','4182.52',    '2','2','6326.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033148.0','1020235.0','7',    '7','2','4589.08',    '7','2','4589.08',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121412.0','1045802.0','13',    '12','4','16184.9',    '11','3','15431.31',    '8','2','753.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033149.0','1020235.0','20',    '19','6','15667.76',    '19','4','13543.25',    '9','2','2124.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121413.0','1045802.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028261.0','1020235.0','7',    '7','1','4540.5',    '7','1','4270.5',    '1','1','270.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116525.0','1045802.0','6',    '6','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033150.0','1020235.0','11',    '9','1','266.94',    '8','0','0.0',    '6','1','266.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121414.0','1045802.0','422',    '349','249','1275473.31',    '337','229','1068072.47',    '175','90','207400.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033151.0','1020235.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121415.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033152.0','1020235.0','12',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121416.0','1045802.0','5',    '5','1','2028.0',    '4','1','2028.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028365.0','1020235.0','243',    '151','25','68400.19',    '118','19','57291.14',    '76','13','11109.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116629.0','1045802.0','101',    '91','47','251628.61',    '81','37','202220.29',    '56','22','49408.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033153.0','1020235.0','22',    '15','5','6425.51',    '15','3','4330.69',    '4','3','2094.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121417.0','1045802.0','6',    '6','3','10041.63',    '6','3','9177.17',    '2','2','864.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033154.0','1020235.0','1',    '1','1','7505.57',    '1','1','7505.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121418.0','1045802.0','47',    '45','24','65606.31',    '45','16','41882.47',    '26','14','23723.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028356.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116620.0','1045802.0','6',    '5','1','2901.75',    '5','1','1785.52',    '2','1','1116.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033155.0','1020235.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121419.0','1045802.0','2',    '2','1','533.88',    '2','0','0.0',    '2','1','533.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033156.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121420.0','1045802.0','266',    '214','113','518591.96',    '209','99','421116.78',    '104','41','97475.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033157.0','1020235.0','20',    '20','0','0.0',    '11','0','0.0',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121421.0','1045802.0','8',    '8','1','806.28',    '8','1','587.28',    '2','1','219.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033158.0','1020235.0','3',    '2','1','172.0',    '2','1','172.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121422.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033159.0','1020235.0','3',    '3','1','4251.37',    '3','1','3859.09',    '2','1','392.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121423.0','1045802.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033160.0','1020235.0','1',    '1','1','2127.37',    '1','1','2009.8',    '1','1','117.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121424.0','1045802.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033161.0','1020235.0','8',    '8','1','1753.39',    '8','1','1753.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121425.0','1045802.0','9',    '9','2','5615.33',    '7','1','5083.92',    '7','1','531.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028305.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116569.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033162.0','1020235.0','8',    '8','1','259.99',    '8','0','0.0',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121426.0','1045802.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033163.0','1020235.0','71',    '61','27','79612.27',    '55','21','55202.33',    '33','14','24409.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121427.0','1045802.0','9',    '9','1','571.56',    '9','1','571.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033164.0','1020235.0','6',    '6','1','11173.18',    '4','1','11173.18',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121428.0','1045802.0','9',    '9','5','9639.32',    '9','3','8918.58',    '4','3','720.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033165.0','1020235.0','2',    '1','1','744.08',    '1','1','744.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121429.0','1045802.0','7',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033166.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121430.0','1045802.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033167.0','1020235.0','2',    '1','1','259.99',    '1','0','0.0',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121431.0','1045802.0','11',    '9','2','7893.67',    '9','2','7577.15',    '4','1','316.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033168.0','1020235.0','5',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121432.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033169.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121433.0','1045802.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033170.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121434.0','1045802.0','98',    '89','45','171633.49',    '84','39','129588.5',    '48','23','42044.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033171.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121435.0','1045802.0','3',    '3','1','7601.22',    '3','1','7601.22',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033172.0','1020235.0','5',    '5','2','3709.45',    '5','2','3709.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121436.0','1045802.0','19',    '18','3','6771.32',    '17','2','5929.1',    '6','1','842.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028374.0','1020235.0','34',    '31','6','9524.32',    '31','4','8192.42',    '22','3','1331.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116638.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033173.0','1020235.0','91',    '67','18','60236.46',    '60','12','55961.75',    '29','11','4274.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121437.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033174.0','1020235.0','8',    '7','1','1416.73',    '7','1','1416.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121438.0','1045802.0','5',    '5','1','1224.0',    '5','1','1224.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033175.0','1020235.0','40',    '37','20','55965.53',    '37','18','50039.52',    '15','7','5926.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121439.0','1045802.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028209.0','1020235.0','16',    '13','5','7475.52',    '12','2','5738.02',    '9','4','1737.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116473.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033176.0','1020235.0','90',    '90','56','207802.24',    '86','35','121614.43',    '73','47','86187.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121440.0','1045802.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033177.0','1020235.0','8',    '6','1','1459.0',    '6','1','1459.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121441.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033178.0','1020235.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121442.0','1045802.0','6',    '6','2','41619.82',    '6','2','41619.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033179.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121443.0','1045802.0','190',    '138','59','184745.17',    '135','54','145818.06',    '46','16','38927.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033180.0','1020235.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121444.0','1045802.0','19',    '15','1','562.59',    '15','1','562.59',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033181.0','1020235.0','17',    '16','11','59807.26',    '16','10','43866.6',    '10','6','15940.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121445.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033182.0','1020235.0','28',    '25','6','33302.1',    '25','5','32901.47',    '6','1','400.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121446.0','1045802.0','8',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033183.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121447.0','1045802.0','29',    '27','10','17501.36',    '26','6','14375.35',    '18','5','3126.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033184.0','1020235.0','14',    '13','2','766.94',    '13','0','0.0',    '7','2','766.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121448.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033185.0','1020235.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121449.0','1045802.0','18',    '17','1','1005.46',    '17','1','1005.46',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033186.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121450.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033187.0','1020235.0','3',    '3','1','3458.8',    '3','1','3458.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121451.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033188.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121452.0','1045802.0','204',    '173','95','530003.23',    '169','85','372844.8',    '88','42','157158.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033189.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121453.0','1045802.0','8',    '7','2','5896.34',    '7','2','5896.34',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033190.0','1020235.0','32',    '29','21','168162.73',    '28','21','155556.27',    '13','5','12606.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121454.0','1045802.0','45',    '44','31','156623.19',    '43','26','88734.34',    '34','24','67888.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028328.0','1020235.0','4',    '5','2','1279.01',    '5','1','880.24',    '2','1','398.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116592.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033191.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121455.0','1045802.0','5',    '5','1','2466.68',    '4','1','2466.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033192.0','1020235.0','1',    '1','1','9020.88',    '1','1','6731.72',    '1','1','2289.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121456.0','1045802.0','4',    '4','2','9725.4',    '3','2','5044.0',    '4','2','4681.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033193.0','1020235.0','4',    '4','1','1991.55',    '4','1','1730.17',    '2','1','261.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121457.0','1045802.0','52',    '49','8','6718.66',    '48','7','6009.64',    '26','2','709.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033194.0','1020235.0','6',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121458.0','1045802.0','86',    '67','41','176919.04',    '65','37','147736.34',    '26','15','29182.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028359.0','1020235.0','4',    '4','1','664.47',    '4','0','0.0',    '4','1','664.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116623.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033195.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121459.0','1045802.0','21',    '19','15','104701.67',    '19','14','89831.6',    '11','9','14870.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033196.0','1020235.0','2',    '1','1','4065.06',    '1','1','4065.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121460.0','1045802.0','7',    '6','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033197.0','1020235.0','6',    '5','2','2910.55',    '5','1','2379.14',    '3','1','531.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121461.0','1045802.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033198.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121462.0','1045802.0','2',    '2','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028301.0','1020235.0','10',    '9','2','2268.44',    '8','1','2001.5',    '4','1','266.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116565.0','1045802.0','35',    '29','14','58420.17',    '27','11','46321.16',    '12','6','12099.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028355.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116619.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033199.0','1020235.0','67',    '51','28','173089.43',    '49','27','133821.83',    '26','12','39267.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121463.0','1045802.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033200.0','1020235.0','3',    '3','1','6197.79',    '3','1','6197.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121464.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033201.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121465.0','1045802.0','1',    '1','1','2400.0',    '1','1','2400.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033202.0','1020235.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121466.0','1045802.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033203.0','1020235.0','6',    '4','1','801.25',    '3','0','0.0',    '3','1','801.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121467.0','1045802.0','3',    '3','1','228.26',    '3','1','228.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033204.0','1020235.0','11',    '10','3','3278.69',    '9','2','3012.99',    '4','1','265.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121468.0','1045802.0','5',    '5','1','13818.8',    '5','1','11432.87',    '3','1','2385.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033205.0','1020235.0','12',    '12','0','0.0',    '11','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121469.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033206.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121470.0','1045802.0','41',    '40','5','12831.34',    '36','2','7163.82',    '25','5','5667.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033207.0','1020235.0','5',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121471.0','1045802.0','4',    '4','2','1642.04',    '4','2','1642.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028308.0','1020235.0','3',    '3','1','2241.0',    '3','1','2241.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116572.0','1045802.0','21',    '16','6','29284.42',    '13','5','26675.61',    '10','2','2608.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033208.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121472.0','1045802.0','1',    '1','1','6742.86',    '1','1','1552.0',    '1','1','5190.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033209.0','1020235.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121473.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033210.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121474.0','1045802.0','9',    '9','2','1015.7',    '9','0','0.0',    '5','2','1015.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033211.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121475.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033212.0','1020235.0','211',    '142','27','41399.6',    '112','17','33418.81',    '71','13','7980.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121476.0','1045802.0','62',    '56','36','136835.11',    '55','31','83841.64',    '29','23','52993.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033213.0','1020235.0','7',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121477.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033214.0','1020235.0','3',    '3','2','2714.25',    '3','2','2714.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121478.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033215.0','1020235.0','26',    '22','6','27891.04',    '22','6','22076.25',    '7','2','5814.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121479.0','1045802.0','1',    '1','1','1984.0',    '1','1','1984.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033216.0','1020235.0','7',    '8','3','7746.77',    '7','2','4308.68',    '5','2','3438.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121480.0','1045802.0','34',    '34','19','58770.18',    '33','12','32266.96',    '29','17','26503.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033217.0','1020235.0','4',    '4','2','7966.57',    '4','2','7966.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121481.0','1045802.0','49',    '47','18','64814.21',    '46','16','59372.97',    '36','4','5441.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033218.0','1020235.0','6',    '5','2','4312.0',    '4','2','4312.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121482.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033219.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121483.0','1045802.0','176',    '156','67','261585.4',    '151','57','194616.21',    '76','36','66969.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033220.0','1020235.0','14',    '11','1','1785.52',    '11','1','1785.52',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121484.0','1045802.0','6',    '6','2','3692.41',    '6','2','3038.22',    '4','2','654.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033221.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121485.0','1045802.0','119',    '92','23','59920.15',    '75','17','52107.66',    '40','9','7812.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033222.0','1020235.0','1',    '1','1','266.94',    '1','0','0.0',    '1','1','266.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121486.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033223.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121487.0','1045802.0','6',    '6','1','200.0',    '6','1','200.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033224.0','1020235.0','289',    '217','46','120396.44',    '186','42','107660.17',    '105','12','12736.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121488.0','1045802.0','8',    '8','1','1630.0',    '7','1','1630.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033225.0','1020235.0','90',    '63','8','45100.74',    '56','7','41476.96',    '21','4','3623.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121489.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033226.0','1020235.0','35',    '27','13','46284.92',    '27','11','32596.07',    '13','5','13688.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121490.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033227.0','1020235.0','8',    '8','0','0.0',    '8','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121491.0','1045802.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033228.0','1020235.0','154',    '121','51','243164.57',    '118','49','193432.28',    '51','22','49732.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121492.0','1045802.0','8',    '8','2','7423.98',    '8','2','4752.36',    '4','1','2671.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033229.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121493.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033230.0','1020235.0','72',    '68','38','136933.62',    '66','35','130942.72',    '33','10','5990.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121494.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033231.0','1020235.0','6',    '6','2','5899.69',    '6','2','5649.69',    '5','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121495.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033232.0','1020235.0','31',    '24','7','20982.11',    '24','6','19739.18',    '13','3','1242.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121496.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033233.0','1020235.0','8',    '7','2','13880.12',    '7','2','13620.13',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121497.0','1045802.0','30',    '31','4','1406.11',    '27','1','44.76',    '16','3','1361.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033234.0','1020235.0','6',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121498.0','1045802.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033235.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121499.0','1045802.0','19',    '18','4','4398.84',    '17','2','3330.65',    '9','2','1068.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033236.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121500.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033237.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121501.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033238.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121502.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033239.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121503.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033240.0','1020235.0','269',    '249','56','137999.3',    '231','40','96946.78',    '140','38','41052.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121504.0','1045802.0','241',    '215','38','85973.45',    '204','20','72334.9',    '72','22','13638.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033241.0','1020235.0','53',    '52','7','8026.19',    '51','6','7680.21',    '10','1','345.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121505.0','1045802.0','114',    '100','19','46538.04',    '95','17','38059.78',    '40','9','8478.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033242.0','1020235.0','2',    '2','1','7685.49',    '2','1','7685.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121506.0','1045802.0','59',    '48','2','33805.99',    '47','2','33606.0',    '14','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033243.0','1020235.0','64',    '57','5','24959.69',    '55','5','23665.89',    '17','1','1293.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121507.0','1045802.0','36',    '32','3','10383.28',    '31','3','10383.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033244.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121508.0','1045802.0','21',    '19','6','8541.8',    '18','5','6922.99',    '8','2','1618.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033245.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121509.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033246.0','1020235.0','262',    '238','51','95750.04',    '215','36','81268.86',    '115','22','14481.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121510.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033247.0','1020235.0','174',    '165','22','33741.27',    '152','11','11695.56',    '76','12','22045.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121511.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033248.0','1020235.0','194',    '176','20','60893.46',    '166','17','42533.07',    '67','9','18360.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121512.0','1045802.0','0',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033249.0','1020235.0','153',    '130','11','14134.1',    '122','7','9137.68',    '45','8','4996.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121513.0','1045802.0','296',    '270','22','29265.87',    '265','14','24193.92',    '84','11','5071.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033250.0','1020235.0','179',    '146','16','31119.23',    '142','13','29159.4',    '31','5','1959.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121514.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033251.0','1020235.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121515.0','1045802.0','1',    '1','1','2404.48',    '1','1','2404.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033252.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121516.0','1045802.0','22',    '23','8','27720.9',    '23','7','26051.94',    '12','3','1668.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033253.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121517.0','1045802.0','317',    '285','37','61229.69',    '266','24','45978.39',    '95','22','15251.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028377.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116641.0','1045802.0','89',    '70','5','5597.42',    '68','5','5597.42',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033254.0','1020235.0','69',    '64','8','10320.89',    '63','7','9920.91',    '14','2','399.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121518.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033255.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121519.0','1045802.0','1',    '1','1','585.2',    '1','1','585.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033256.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121520.0','1045802.0','101',    '93','12','28859.29',    '86','10','28109.29',    '30','2','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033257.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121521.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033258.0','1020235.0','163',    '128','14','27966.98',    '118','12','25160.08',    '44','4','2806.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121522.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033259.0','1020235.0','211',    '184','15','21704.2',    '174','13','20310.16',    '54','4','1394.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121523.0','1045802.0','34',    '28','1','312.97',    '26','0','0.0',    '5','1','312.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033260.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121524.0','1045802.0','50',    '43','14','36737.15',    '41','11','24500.99',    '21','5','12236.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033261.0','1020235.0','3',    '3','1','1768.0',    '3','1','1768.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121525.0','1045802.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033262.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121526.0','1045802.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033263.0','1020235.0','467',    '421','86','241580.06',    '390','66','216300.82',    '190','36','25279.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121527.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033264.0','1020235.0','38',    '36','3','3490.12',    '29','2','2585.93',    '16','1','904.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121528.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033265.0','1020235.0','439',    '418','80','165657.08',    '394','55','130992.45',    '190','40','34664.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121529.0','1045802.0','4',    '3','2','1191.96',    '3','2','1191.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033266.0','1020235.0','199',    '182','15','28492.54',    '160','13','26852.64',    '59','4','1639.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121530.0','1045802.0','115',    '100','15','30233.19',    '93','11','24895.22',    '24','4','5337.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033267.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121531.0','1045802.0','112',    '91','14','28012.32',    '81','7','17007.95',    '39','11','11004.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033268.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121532.0','1045802.0','155',    '128','16','51286.31',    '117','11','43640.02',    '56','10','7646.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033269.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121533.0','1045802.0','160',    '158','28','73432.92',    '150','23','66344.43',    '68','12','7088.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033270.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121534.0','1045802.0','25',    '24','4','7630.52',    '23','3','7430.53',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033271.0','1020235.0','255',    '224','23','70915.02',    '216','22','70102.75',    '64','3','812.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121535.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033272.0','1020235.0','82',    '66','7','8827.39',    '58','6','8438.35',    '27','1','389.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121536.0','1045802.0','542',    '491','143','278586.78',    '455','122','224477.09',    '248','74','54109.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033273.0','1020235.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121537.0','1045802.0','254',    '237','31','101231.58',    '212','23','82427.62',    '109','18','18803.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033274.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121538.0','1045802.0','8',    '6','1','724.88',    '6','1','724.88',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033275.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121539.0','1045802.0','86',    '75','7','9476.84',    '72','6','8976.85',    '23','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033276.0','1020235.0','1',    '2','1','199.99',    '2','0','0.0',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121540.0','1045802.0','333',    '293','53','73579.72',    '270','35','60276.39',    '129','22','13303.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033277.0','1020235.0','263',    '245','43','91177.57',    '219','32','66145.73',    '112','21','25031.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121541.0','1045802.0','206',    '178','10','16648.6',    '162','8','13672.96',    '60','3','2975.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033278.0','1020235.0','111',    '92','9','17016.26',    '86','6','13312.12',    '32','5','3704.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121542.0','1045802.0','125',    '105','8','9782.89',    '93','4','7723.51',    '38','4','2059.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033279.0','1020235.0','87',    '77','7','10561.01',    '77','6','10507.12',    '8','1','53.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121543.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033280.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121544.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033281.0','1020235.0','30',    '27','6','31584.89',    '26','6','23346.64',    '10','1','8238.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121545.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033282.0','1020235.0','19',    '19','6','10124.92',    '19','5','9387.49',    '3','1','737.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121546.0','1045802.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033283.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121547.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033284.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121548.0','1045802.0','144',    '131','9','21278.42',    '124','7','10963.82',    '43','5','10314.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033285.0','1020235.0','7',    '6','1','1972.34',    '5','1','1972.34',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121549.0','1045802.0','254',    '228','44','89696.74',    '224','31','74562.55',    '92','20','15134.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033286.0','1020235.0','1',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121550.0','1045802.0','303',    '278','30','98164.25',    '258','25','89510.6',    '96','12','8653.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033287.0','1020235.0','221',    '193','70','200599.3',    '190','67','182897.12',    '45','14','17702.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121551.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033288.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121552.0','1045802.0','98',    '92','19','104424.25',    '90','18','92512.09',    '21','7','11912.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033289.0','1020235.0','379',    '305','62','122343.46',    '269','48','102724.86',    '154','24','19618.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121553.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033290.0','1020235.0','92',    '90','11','37653.73',    '86','9','29874.97',    '31','3','7778.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121554.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033291.0','1020235.0','23',    '16','3','4739.99',    '15','3','4540.0',    '5','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121555.0','1045802.0','2',    '2','1','2432.0',    '2','1','2432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033292.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121556.0','1045802.0','18',    '10','4','11036.97',    '9','3','7036.97',    '5','1','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033293.0','1020235.0','30',    '24','5','8952.99',    '24','4','8026.05',    '9','2','926.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121557.0','1045802.0','47',    '41','2','2666.24',    '39','2','2666.24',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033294.0','1020235.0','141',    '139','39','139221.91',    '135','32','123961.98',    '66','14','15259.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121558.0','1045802.0','166',    '136','43','243225.68',    '128','40','190858.73',    '42','18','52366.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033295.0','1020235.0','339',    '312','115','535366.85',    '282','102','446501.32',    '141','40','88865.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121559.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033296.0','1020235.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121560.0','1045802.0','207',    '203','19','30636.76',    '188','15','27743.03',    '67','6','2893.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033297.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121561.0','1045802.0','27',    '28','4','5025.02',    '24','4','5025.02',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033298.0','1020235.0','21',    '20','1','2077.2',    '20','1','2077.2',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121562.0','1045802.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033299.0','1020235.0','130',    '122','29','103898.41',    '119','27','93150.23',    '71','13','10748.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121563.0','1045802.0','12',    '10','3','5828.69',    '10','2','4652.17',    '3','1','1176.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033300.0','1020235.0','1',    '1','1','259.21',    '1','0','0.0',    '1','1','259.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121564.0','1045802.0','667',    '582','155','383120.7',    '531','98','334848.76',    '292','77','48271.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028210.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116474.0','1045802.0','17',    '13','1','535.36',    '12','1','535.36',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033301.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121565.0','1045802.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033302.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121566.0','1045802.0','220',    '204','146','898379.2',    '197','136','776992.41',    '99','51','121386.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033303.0','1020235.0','267',    '248','36','110682.11',    '232','22','94762.67',    '134','19','15919.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121567.0','1045802.0','1483',    '1358','301','609756.5',    '1212','179','455843.58',    '765','173','153912.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033304.0','1020235.0','201',    '165','41','196409.74',    '162','39','184048.9',    '29','6','12360.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121568.0','1045802.0','6',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033305.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121569.0','1045802.0','132',    '121','36','104171.49',    '117','36','101642.34',    '27','6','2529.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033306.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121570.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033307.0','1020235.0','718',    '622','98','313023.87',    '605','83','291671.08',    '169','36','21352.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121571.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033308.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121572.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033309.0','1020235.0','15',    '14','2','5179.85',    '11','2','5179.85',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121573.0','1045802.0','55',    '46','11','26604.73',    '44','11','22408.22',    '15','2','4196.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033310.0','1020235.0','50',    '42','4','6339.29',    '41','4','6339.29',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121574.0','1045802.0','16',    '12','1','396.0',    '11','1','396.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033311.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121575.0','1045802.0','998',    '901','154','324404.79',    '826','112','274347.54',    '392','66','50057.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033312.0','1020235.0','22',    '20','0','0.0',    '20','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121576.0','1045802.0','28',    '21','1','1819.82',    '20','1','1339.82',    '6','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033313.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121577.0','1045802.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033314.0','1020235.0','2',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121578.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033315.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121579.0','1045802.0','93',    '71','16','24823.02',    '54','8','15242.77',    '39','10','9580.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033316.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121580.0','1045802.0','36',    '29','6','6204.23',    '27','5','5805.46',    '11','1','398.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033317.0','1020235.0','15',    '13','3','2684.45',    '10','2','2255.45',    '7','2','429.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121581.0','1045802.0','35',    '27','2','740.07',    '25','1','490.07',    '10','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033318.0','1020235.0','3',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121582.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033319.0','1020235.0','3',    '2','1','3313.66',    '2','1','2669.71',    '1','1','643.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121583.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033320.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121584.0','1045802.0','9',    '7','3','4217.76',    '5','3','4217.76',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033321.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121585.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033322.0','1020235.0','60',    '56','8','13694.79',    '55','8','13694.79',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121586.0','1045802.0','594',    '558','96','213673.58',    '510','77','182176.24',    '234','39','31497.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033323.0','1020235.0','16',    '14','3','12375.51',    '12','2','11979.82',    '7','2','395.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121587.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033324.0','1020235.0','50',    '45','8','19875.1',    '43','8','19346.18',    '12','1','528.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121588.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028330.0','1020235.0','71',    '53','8','32988.68',    '52','8','27563.96',    '14','3','5424.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116594.0','1045802.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033325.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121589.0','1045802.0','113',    '90','2','2901.98',    '80','1','2001.98',    '21','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033326.0','1020235.0','23',    '22','9','55948.56',    '22','8','48477.23',    '8','4','7471.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121590.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033327.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121591.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033328.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121592.0','1045802.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033329.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121593.0','1045802.0','1199',    '1084','678','3393264.26',    '1058','639','2854869.97',    '447','223','538394.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033330.0','1020235.0','3',    '2','2','907.25',    '2','2','907.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121594.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033331.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121595.0','1045802.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033332.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121596.0','1045802.0','27',    '20','2','999.98',    '16','0','0.0',    '7','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033333.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121597.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033334.0','1020235.0','2',    '2','1','10370.46',    '2','1','10370.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121598.0','1045802.0','10',    '8','2','3370.11',    '8','2','3370.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028336.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116600.0','1045802.0','1528',    '1154','41','37995.59',    '1000','17','24698.81',    '410','28','13296.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033335.0','1020235.0','342',    '270','68','167403.98',    '252','57','122031.31',    '88','20','45372.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121599.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033336.0','1020235.0','88',    '76','28','71351.69',    '72','25','67133.64',    '32','9','4218.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121600.0','1045802.0','4',    '2','1','4191.28',    '2','1','4191.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033337.0','1020235.0','44',    '41','3','6038.63',    '33','2','3873.0',    '18','2','2165.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121601.0','1045802.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033338.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121602.0','1045802.0','12',    '9','2','4171.2',    '7','2','3849.23',    '3','1','321.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028348.0','1020235.0','20',    '19','1','1402.0',    '17','1','1402.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116612.0','1045802.0','46',    '42','0','0.0',    '40','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033339.0','1020235.0','198',    '176','55','118177.81',    '164','45','92298.52',    '100','26','25879.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121603.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033340.0','1020235.0','65',    '56','19','66158.66',    '56','15','62482.98',    '17','7','3675.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121604.0','1045802.0','82',    '68','21','79892.24',    '62','20','75484.25',    '26','4','4407.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033341.0','1020235.0','111',    '102','8','11973.21',    '91','4','5075.52',    '48','6','6897.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121605.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028214.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116478.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033342.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121606.0','1045802.0','1',    '1','1','3130.71',    '1','1','3130.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033343.0','1020235.0','313',    '283','16','43246.09',    '265','12','36855.33',    '70','7','6390.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121607.0','1045802.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033344.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121608.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033345.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121609.0','1045802.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033346.0','1020235.0','2',    '2','1','2283.83',    '1','1','2283.83',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121610.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033347.0','1020235.0','136',    '125','31','42990.21',    '121','19','33212.56',    '62','16','9777.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121611.0','1045802.0','17',    '14','3','10738.75',    '14','3','9947.14',    '6','1','791.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033348.0','1020235.0','6',    '6','2','3694.27',    '4','1','1582.0',    '4','2','2112.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121612.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033349.0','1020235.0','1',    '1','1','8065.44',    '1','1','3021.54',    '1','1','5043.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121613.0','1045802.0','1',    '1','1','1582.0',    '1','1','1582.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033350.0','1020235.0','1',    '1','1','1180.17',    '1','0','0.0',    '1','1','1180.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121614.0','1045802.0','8',    '7','1','6420.64',    '6','1','1918.0',    '3','1','4502.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033351.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121615.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033352.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121616.0','1045802.0','2',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033353.0','1020235.0','235',    '203','20','38084.27',    '193','17','35035.53',    '56','6','3048.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121617.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033354.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121618.0','1045802.0','2',    '1','1','1039.94',    '1','0','0.0',    '1','1','1039.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033355.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121619.0','1045802.0','150',    '119','12','42701.81',    '103','10','39053.89',    '44','4','3647.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028342.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116606.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033356.0','1020235.0','268',    '212','120','426274.78',    '199','101','321479.44',    '103','49','104795.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121620.0','1045802.0','9',    '6','2','483.79',    '5','1','283.8',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033357.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121621.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033358.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121622.0','1045802.0','931',    '858','110','273117.27',    '832','91','245540.26',    '246','37','27577.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033359.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121623.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033360.0','1020235.0','58',    '58','11','22032.78',    '53','10','17707.78',    '20','2','4325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121624.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033361.0','1020235.0','1',    '1','1','1938.0',    '1','1','1938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121625.0','1045802.0','2',    '2','1','3801.01',    '2','1','3801.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033362.0','1020235.0','137',    '119','25','70854.52',    '107','14','59128.66',    '63','15','11725.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121626.0','1045802.0','7',    '5','1','1559.92',    '5','1','1559.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033363.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121627.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033364.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121628.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033365.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121629.0','1045802.0','3',    '3','2','11853.74',    '3','2','9965.8',    '2','1','1887.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033366.0','1020235.0','15',    '13','0','0.0',    '12','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121630.0','1045802.0','888',    '813','149','397564.64',    '780','134','381528.29',    '236','30','16036.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033367.0','1020235.0','15',    '14','9','43687.22',    '14','9','38948.77',    '5','1','4738.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121631.0','1045802.0','3',    '2','1','171.0',    '0','0','0.0',    '2','1','171.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028283.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116547.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033368.0','1020235.0','877',    '772','177','458000.97',    '740','144','371029.68',    '312','78','86971.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121632.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033369.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121633.0','1045802.0','4',    '3','2','9285.07',    '3','2','9285.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033370.0','1020235.0','819',    '719','162','400756.31',    '682','132','345665.3',    '253','64','55091.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121634.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033371.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121635.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033372.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121636.0','1045802.0','9',    '10','1','499.99',    '10','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033373.0','1020235.0','27',    '19','8','13294.89',    '19','7','12194.9',    '5','2','1099.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121637.0','1045802.0','59',    '52','19','67385.11',    '51','16','63085.77',    '24','6','4299.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033374.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121638.0','1045802.0','9',    '8','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033375.0','1020235.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121639.0','1045802.0','135',    '105','9','13016.1',    '103','8','12167.86',    '17','2','848.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033376.0','1020235.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121640.0','1045802.0','71',    '61','10','34315.19',    '57','8','33315.21',    '8','2','999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033377.0','1020235.0','1',    '3','1','24885.0',    '3','1','17491.66',    '2','1','7393.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121641.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033378.0','1020235.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121642.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033379.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121643.0','1045802.0','239',    '200','69','232481.61',    '191','62','197051.73',    '84','21','35429.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033380.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121644.0','1045802.0','199',    '157','51','161905.81',    '150','44','150118.95',    '60','12','11786.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028373.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116637.0','1045802.0','29',    '25','4','2156.83',    '23','1','1288.13',    '10','3','868.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033381.0','1020235.0','872',    '752','314','1181550.79',    '715','279','980394.12',    '342','111','201156.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121645.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033382.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121646.0','1045802.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033383.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121647.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033384.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121648.0','1045802.0','2',    '3','1','797.55',    '3','0','0.0',    '3','1','797.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033385.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121649.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033386.0','1020235.0','10',    '8','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121650.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028284.0','1020235.0','0',    '1','1','235.15',    '1','0','0.0',    '1','1','235.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116548.0','1045802.0','1844',    '1500','189','690719.28',    '1405','149','603692.63',    '424','77','87026.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033387.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121651.0','1045802.0','44',    '36','7','9537.02',    '31','6','8688.78',    '20','2','848.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033388.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121652.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028212.0','1020235.0','1',    '1','1','714.76',    '1','0','0.0',    '1','1','714.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116476.0','1045802.0','33',    '26','1','1459.0',    '24','1','1459.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033389.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121653.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033390.0','1020235.0','4',    '5','3','2651.95',    '5','2','2254.57',    '2','1','397.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121654.0','1045802.0','1',    '1','1','1938.0',    '1','1','1938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028317.0','1020235.0','1',    '1','1','259.21',    '1','0','0.0',    '1','1','259.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116581.0','1045802.0','495',    '442','269','1267907.59',    '436','257','1070974.07',    '191','86','196933.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033391.0','1020235.0','108',    '88','21','46782.38',    '76','17','36448.31',    '50','8','10334.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121655.0','1045802.0','8',    '5','1','365.23',    '5','1','365.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033392.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121656.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033393.0','1020235.0','318',    '264','47','173326.68',    '245','40','154323.5',    '105','19','19003.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121657.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033394.0','1020235.0','1',    '1','1','2552.56',    '1','1','1682.8',    '1','1','869.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121658.0','1045802.0','4',    '4','1','2596.0',    '2','1','2596.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028307.0','1020235.0','285',    '216','41','118484.79',    '190','31','93553.83',    '94','19','24930.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116571.0','1045802.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033395.0','1020235.0','0',    '1','1','3125.39',    '1','1','3125.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121659.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033396.0','1020235.0','200',    '162','15','30674.69',    '145','10','24228.58',    '62','7','6446.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121660.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033397.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121661.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033398.0','1020235.0','98',    '82','11','21691.13',    '78','10','20925.44',    '12','2','765.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121662.0','1045802.0','49',    '40','12','26169.04',    '39','9','18947.06',    '14','7','7221.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033399.0','1020235.0','64',    '53','12','30660.83',    '45','8','27343.42',    '24','5','3317.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121663.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033400.0','1020235.0','1',    '1','1','871.26',    '1','1','871.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121664.0','1045802.0','2',    '3','2','3562.2',    '3','1','1528.0',    '2','2','2034.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033401.0','1020235.0','11',    '9','3','6265.3',    '8','3','4442.61',    '3','1','1822.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121665.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033402.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121666.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033403.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121667.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033404.0','1020235.0','142',    '115','27','67280.11',    '110','25','60266.3',    '32','7','7013.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121668.0','1045802.0','16',    '9','1','2274.62',    '9','1','2274.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033405.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121669.0','1045802.0','265',    '226','25','45538.98',    '209','21','35811.59',    '84','9','9727.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033406.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121670.0','1045802.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033407.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121671.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033408.0','1020235.0','19',    '16','8','49464.51',    '15','8','38163.27',    '5','2','11301.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121672.0','1045802.0','567',    '519','90','210860.48',    '495','75','186619.95',    '176','32','24240.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033409.0','1020235.0','393',    '340','81','256956.86',    '322','69','227339.41',    '128','31','29617.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121673.0','1045802.0','261',    '232','31','93865.35',    '229','27','80718.18',    '49','8','13147.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033410.0','1020235.0','63',    '44','13','16725.47',    '39','7','14520.27',    '20','6','2205.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121674.0','1045802.0','66',    '55','7','13336.38',    '49','4','11786.3',    '15','3','1550.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033411.0','1020235.0','800',    '715','85','248858.01',    '681','69','240745.06',    '208','19','8112.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121675.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033412.0','1020235.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121676.0','1045802.0','3',    '3','2','1227.73',    '3','2','1027.74',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033413.0','1020235.0','512',    '457','27','30962.86',    '425','20','25173.27',    '113','9','5789.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121677.0','1045802.0','2',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033414.0','1020235.0','1',    '1','1','764.0',    '1','1','764.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121678.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028309.0','1020235.0','1542',    '1434','351','1108848.72',    '1406','297','1011834.06',    '489','116','97014.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116573.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028329.0','1020235.0','48',    '36','13','63575.62',    '35','13','54773.04',    '12','6','8802.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116593.0','1045802.0','664',    '613','37','66813.71',    '574','25','54414.26',    '179','16','12399.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033415.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121679.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033416.0','1020235.0','212',    '201','72','196314.48',    '196','62','171467.91',    '93','23','24846.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121680.0','1045802.0','14',    '12','4','6667.12',    '12','4','5802.66',    '7','2','864.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033417.0','1020235.0','262',    '243','11','14212.75',    '235','9','13294.94',    '43','4','917.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121681.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033418.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121682.0','1045802.0','23',    '17','3','25406.4',    '16','3','25406.4',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033419.0','1020235.0','8',    '7','0','0.0',    '7','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121683.0','1045802.0','94',    '83','8','56521.12',    '83','7','55120.39',    '21','3','1400.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033420.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121684.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033421.0','1020235.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121685.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033422.0','1020235.0','73',    '57','7','15694.69',    '50','7','15694.69',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121686.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033423.0','1020235.0','2116',    '1836','254','544772.2',    '1728','190','464401.35',    '593','103','80370.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121687.0','1045802.0','420',    '397','60','134405.99',    '371','44','109361.62',    '139','25','25044.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028263.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116527.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028175.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116439.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033424.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121688.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033425.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121689.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033426.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121690.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033427.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121691.0','1045802.0','1',    '1','1','1901.15',    '1','1','1701.16',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033428.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121692.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033429.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121693.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033430.0','1020235.0','98',    '85','5','31372.8',    '83','4','28935.37',    '12','2','2437.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121694.0','1045802.0','485',    '408','50','218247.21',    '361','37','178321.46',    '140','24','39925.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033431.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121695.0','1045802.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033432.0','1020235.0','33',    '26','4','4303.13',    '23','2','3603.15',    '10','2','699.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121696.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033433.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121697.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033434.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121698.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033435.0','1020235.0','7',    '4','1','2144.44',    '4','1','2144.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121699.0','1045802.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033436.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121700.0','1045802.0','107',    '84','10','18970.62',    '73','6','16184.53',    '37','7','2786.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033437.0','1020235.0','143',    '111','26','75644.56',    '99','22','72621.3',    '53','9','3023.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121701.0','1045802.0','104',    '89','16','85819.08',    '78','14','68756.66',    '44','8','17062.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033438.0','1020235.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121702.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033439.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121703.0','1045802.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033440.0','1020235.0','0',    '1','1','4680.32',    '1','1','4680.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121704.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033441.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121705.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033442.0','1020235.0','21',    '15','2','2086.46',    '13','1','1560.0',    '8','1','526.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121706.0','1045802.0','136',    '107','25','110639.72',    '97','22','107671.78',    '46','6','2967.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033443.0','1020235.0','395',    '342','25','142619.27',    '262','21','132694.28',    '156','10','9924.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121707.0','1045802.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033444.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121708.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033445.0','1020235.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121709.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033446.0','1020235.0','1',    '1','1','561.34',    '1','1','561.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121710.0','1045802.0','0',    '1','1','6802.5',    '1','1','6322.5',    '1','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033447.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121711.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033448.0','1020235.0','626',    '521','60','185897.51',    '443','43','152476.56',    '257','30','33420.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121712.0','1045802.0','69',    '67','2','733.51',    '52','0','0.0',    '29','2','733.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033449.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121713.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033450.0','1020235.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121714.0','1045802.0','17',    '15','5','10066.97',    '14','5','10066.97',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033451.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121715.0','1045802.0','12',    '11','1','17644.38',    '10','1','17000.0',    '4','1','644.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033452.0','1020235.0','4',    '2','1','3996.22',    '2','1','3996.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121716.0','1045802.0','0',    '1','1','263.54',    '1','0','0.0',    '1','1','263.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033453.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121717.0','1045802.0','237',    '178','29','99679.93',    '160','18','75441.29',    '75','15','24238.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033454.0','1020235.0','300',    '220','35','118131.62',    '192','29','111272.73',    '106','13','6858.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121718.0','1045802.0','242',    '195','16','37642.73',    '170','12','27529.43',    '73','6','10113.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033455.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121719.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033456.0','1020235.0','167',    '143','16','52578.88',    '115','12','37428.43',    '83','9','15150.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121720.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033457.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121721.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033458.0','1020235.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121722.0','1045802.0','1403',    '1283','223','1078279.55',    '1078','165','811687.78',    '725','147','266591.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033459.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121723.0','1045802.0','236',    '225','41','218630.17',    '191','33','177607.73',    '132','20','41022.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033460.0','1020235.0','1586',    '1459','214','721634.96',    '1230','169','570518.99',    '715','100','151115.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121724.0','1045802.0','426',    '366','74','257315.24',    '356','60','206870.8',    '103','31','50444.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033461.0','1020235.0','1',    '1','1','3985.61',    '1','1','3985.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121725.0','1045802.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033462.0','1020235.0','22',    '20','4','7039.46',    '20','3','6767.27',    '8','1','272.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121726.0','1045802.0','6',    '9','3','13844.34',    '9','2','5126.15',    '6','2','8718.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033463.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121727.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028238.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116502.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033464.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121728.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033465.0','1020235.0','229',    '168','18','90009.05',    '158','16','82279.03',    '60','8','7730.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121729.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033466.0','1020235.0','692',    '577','63','195508.41',    '511','48','169578.07',    '179','21','25930.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121730.0','1045802.0','816',    '772','96','193486.17',    '652','56','134850.63',    '450','56','58635.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033467.0','1020235.0','85',    '66','20','76788.93',    '59','19','73412.72',    '29','5','3376.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121731.0','1045802.0','1',    '1','1','7500.94',    '1','1','2228.0',    '1','1','5272.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033468.0','1020235.0','1853',    '1542','122','260476.47',    '1233','93','221611.14',    '772','50','38865.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121732.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033469.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121733.0','1045802.0','92',    '70','11','16531.57',    '64','8','13565.1',    '29','4','2966.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028294.0','1020235.0','260',    '228','13','36039.23',    '182','10','20411.0',    '105','6','15628.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116558.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033470.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121734.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028243.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116507.0','1045802.0','11',    '10','1','1804.0',    '9','1','1804.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033471.0','1020235.0','1779',    '1550','184','396063.27',    '1279','128','321770.13',    '873','88','74293.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121735.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033472.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121736.0','1045802.0','4',    '3','1','14725.71',    '2','1','14725.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033473.0','1020235.0','1',    '1','1','12458.32',    '1','1','12458.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121737.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033474.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121738.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033475.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121739.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033476.0','1020235.0','66',    '46','9','15118.21',    '38','9','14243.54',    '24','1','874.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121740.0','1045802.0','320',    '248','27','64779.8',    '198','20','57494.47',    '110','13','7285.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033477.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121741.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033478.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121742.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033479.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121743.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033480.0','1020235.0','924',    '830','204','649578.1',    '734','124','445111.54',    '475','131','204466.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121744.0','1045802.0','574',    '480','36','98039.23',    '405','26','69131.15',    '213','19','28908.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033481.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121745.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033482.0','1020235.0','12',    '11','4','14963.08',    '9','4','14963.08',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121746.0','1045802.0','25',    '21','0','0.0',    '9','0','0.0',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033483.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121747.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028190.0','1020235.0','147',    '120','14','21250.71',    '111','11','14612.48',    '36','5','6638.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116454.0','1045802.0','60',    '48','4','6284.34',    '42','1','1804.0',    '19','4','4480.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033484.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121748.0','1045802.0','1',    '1','1','1602.0',    '1','1','1602.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028322.0','1020235.0','208',    '178','36','117031.42',    '165','30','102561.8',    '68','14','14469.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116586.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033485.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121749.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033486.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121750.0','1045802.0','19',    '14','7','12057.93',    '14','7','12057.93',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033487.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121751.0','1045802.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033488.0','1020235.0','180',    '151','28','70808.06',    '136','22','62842.53',    '59','11','7965.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121752.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033489.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121753.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033490.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121754.0','1045802.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028200.0','1020235.0','36',    '29','4','6076.9',    '27','3','5967.4',    '11','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116464.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033491.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121755.0','1045802.0','566',    '512','69','131499.05',    '429','38','91310.6',    '293','39','40188.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033492.0','1020235.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121756.0','1045802.0','234',    '175','29','82291.56',    '151','24','64935.6',    '66','11','17355.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033493.0','1020235.0','7',    '7','1','199.99',    '5','0','0.0',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121757.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033494.0','1020235.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121758.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033495.0','1020235.0','1',    '1','1','177.4',    '1','1','177.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121759.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028367.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116631.0','1045802.0','15',    '11','2','2792.0',    '10','2','2792.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033496.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121760.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033497.0','1020235.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121761.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033498.0','1020235.0','23',    '18','2','7200.46',    '15','2','5123.68',    '6','1','2076.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121762.0','1045802.0','6',    '6','2','17228.51',    '6','2','17228.51',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033499.0','1020235.0','19',    '16','4','5692.6',    '13','3','4648.23',    '6','2','1044.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121763.0','1045802.0','38',    '37','4','3558.4',    '34','4','3308.4',    '11','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033500.0','1020235.0','293',    '243','49','168018.28',    '218','38','153664.02',    '107','24','14354.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121764.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033501.0','1020235.0','371',    '304','45','122189.98',    '282','36','112129.56',    '118','19','10060.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121765.0','1045802.0','2',    '2','1','4141.54',    '2','1','2516.0',    '1','1','1625.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033502.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121766.0','1045802.0','122',    '98','16','17322.57',    '83','9','13508.12',    '46','8','3814.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033503.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121767.0','1045802.0','61',    '52','5','13339.76',    '49','5','13339.76',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033504.0','1020235.0','16',    '11','3','3634.05',    '11','3','3634.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121768.0','1045802.0','8',    '8','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033505.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121769.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028280.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116544.0','1045802.0','4',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033506.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121770.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033507.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121771.0','1045802.0','6',    '5','2','5004.45',    '5','1','3819.26',    '4','2','1185.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033508.0','1020235.0','1',    '1','1','4836.86',    '1','1','4836.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121772.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033509.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121773.0','1045802.0','10',    '9','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033510.0','1020235.0','159',    '126','13','35498.34',    '105','11','33456.37',    '55','3','2041.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121774.0','1045802.0','3',    '2','1','797.08',    '1','0','0.0',    '1','1','797.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033511.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121775.0','1045802.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033512.0','1020235.0','231',    '194','35','59275.34',    '158','21','47944.86',    '97','17','11330.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121776.0','1045802.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033513.0','1020235.0','9',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121777.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033514.0','1020235.0','15',    '14','2','3354.06',    '13','1','2673.36',    '6','1','680.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121778.0','1045802.0','37',    '32','6','9581.5',    '31','5','9381.51',    '4','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028281.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116545.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033515.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121779.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033516.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121780.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033517.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121781.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033518.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121782.0','1045802.0','21',    '18','2','2618.94',    '17','2','2618.94',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033519.0','1020235.0','11',    '10','1','5193.1',    '10','1','5193.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121783.0','1045802.0','12',    '8','3','4619.2',    '8','2','4509.7',    '6','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028240.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116504.0','1045802.0','37',    '35','9','40220.95',    '32','7','11845.74',    '19','5','28375.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033520.0','1020235.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121784.0','1045802.0','3',    '3','1','2857.99',    '2','1','1062.0',    '2','1','1795.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033521.0','1020235.0','104',    '83','16','36745.5',    '78','13','29182.64',    '49','6','7562.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121785.0','1045802.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033522.0','1020235.0','46',    '43','10','41857.84',    '43','10','39728.29',    '21','2','2129.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121786.0','1045802.0','16',    '14','7','13295.1',    '13','7','13295.1',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033523.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121787.0','1045802.0','56',    '48','17','46609.46',    '37','11','31680.74',    '34','8','14928.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033524.0','1020235.0','6',    '6','1','1928.56',    '5','1','1928.56',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121788.0','1045802.0','1',    '1','1','600.0',    '0','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033525.0','1020235.0','2',    '2','1','966.0',    '2','1','966.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121789.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033526.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121790.0','1045802.0','15',    '11','2','8471.07',    '11','2','8471.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033527.0','1020235.0','3',    '3','1','13355.3',    '3','1','13355.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121791.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033528.0','1020235.0','5',    '5','2','8938.94',    '4','2','8938.94',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121792.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033529.0','1020235.0','90',    '80','21','57970.58',    '75','18','42828.66',    '40','8','15141.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121793.0','1045802.0','4',    '4','1','750.0',    '4','0','0.0',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033530.0','1020235.0','13',    '7','1','3520.39',    '7','1','3520.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121794.0','1045802.0','7',    '6','3','10420.24',    '5','1','543.73',    '3','2','9876.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033531.0','1020235.0','12',    '9','8','13086.0',    '9','8','13086.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121795.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033532.0','1020235.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121796.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033533.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121797.0','1045802.0','75',    '62','10','9407.01',    '59','5','6494.9',    '34','6','2912.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033534.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121798.0','1045802.0','14',    '12','4','8335.32',    '12','3','7585.32',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033535.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121799.0','1045802.0','3',    '3','1','6011.99',    '3','1','5136.0',    '1','1','875.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033536.0','1020235.0','54',    '48','7','16048.91',    '47','4','13588.91',    '20','4','2460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121800.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033537.0','1020235.0','12',    '12','4','6060.77',    '12','2','4914.78',    '6','2','1145.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121801.0','1045802.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033538.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121802.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033539.0','1020235.0','14',    '12','3','8711.69',    '11','3','8711.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121803.0','1045802.0','57',    '51','9','38997.17',    '49','9','38997.17',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033540.0','1020235.0','9',    '8','3','3853.4',    '7','2','3327.56',    '4','2','525.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121804.0','1045802.0','9',    '9','3','3995.7',    '9','2','2939.87',    '8','3','1055.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033541.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121805.0','1045802.0','1',    '1','1','249.62',    '1','1','249.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033542.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121806.0','1045802.0','412',    '360','164','423772.61',    '305','135','251658.48',    '224','65','172114.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028371.0','1020235.0','27',    '23','2','722.0',    '22','1','612.5',    '8','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116635.0','1045802.0','182',    '161','51','108296.52',    '151','45','97680.92',    '78','15','10615.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033543.0','1020235.0','7',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121807.0','1045802.0','215',    '194','90','417690.22',    '192','64','360934.01',    '118','57','56756.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033544.0','1020235.0','130',    '121','48','122191.63',    '117','34','99592.13',    '56','26','22599.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121808.0','1045802.0','781',    '710','288','651651.86',    '678','211','520989.31',    '423','148','130662.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033545.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121809.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033546.0','1020235.0','1124',    '943','362','620194.83',    '836','149','383214.31',    '608','264','236980.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121810.0','1045802.0','2',    '1','1','752.35',    '1','0','0.0',    '1','1','752.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033547.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121811.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033548.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121812.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033549.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121813.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033550.0','1020235.0','77',    '73','20','25181.0',    '67','13','19710.0',    '39','8','5471.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121814.0','1045802.0','20',    '18','5','6466.36',    '16','4','4165.69',    '6','2','2300.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033551.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121815.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033552.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121816.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028344.0','1020235.0','208',    '185','83','283417.49',    '175','67','233863.7',    '91','22','49553.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116608.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033553.0','1020235.0','624',    '541','172','549701.18',    '493','133','429108.45',    '280','74','120592.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121817.0','1045802.0','31',    '31','13','23222.82',    '31','12','21684.14',    '20','2','1538.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033554.0','1020235.0','34',    '30','25','227879.86',    '30','24','187128.57',    '17','10','40751.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121818.0','1045802.0','7',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033555.0','1020235.0','7',    '3','2','10764.71',    '3','2','5616.18',    '2','2','5148.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121819.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033556.0','1020235.0','19',    '17','4','47161.51',    '17','3','40547.46',    '6','3','6614.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121820.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033557.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121821.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033558.0','1020235.0','4',    '4','1','1498.1',    '3','1','1498.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121822.0','1045802.0','46',    '42','2','3393.66',    '40','1','2643.66',    '10','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033559.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121823.0','1045802.0','471',    '427','133','335113.88',    '402','97','269117.54',    '227','59','65996.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033560.0','1020235.0','831',    '725','195','472569.06',    '667','139','370290.91',    '383','77','102278.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121824.0','1045802.0','135',    '121','39','55906.34',    '117','32','46474.6',    '63','12','9431.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033561.0','1020235.0','160',    '143','33','122817.89',    '139','27','92303.32',    '74','15','30514.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121825.0','1045802.0','53',    '33','8','56828.09',    '33','6','53859.21',    '18','4','2968.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033562.0','1020235.0','2',    '2','2','1006.36',    '2','1','256.36',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121826.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033563.0','1020235.0','22',    '21','9','50465.19',    '20','8','36513.49',    '8','4','13951.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121827.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033564.0','1020235.0','25',    '23','9','46735.89',    '23','7','45792.11',    '7','3','943.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121828.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033565.0','1020235.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121829.0','1045802.0','11',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033566.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121830.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033567.0','1020235.0','6',    '6','4','10966.29',    '5','3','4158.54',    '5','2','6807.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121831.0','1045802.0','1',    '1','1','3110.48',    '1','1','2610.48',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033568.0','1020235.0','23',    '20','7','21292.29',    '17','5','9337.35',    '6','3','11954.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121832.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033569.0','1020235.0','47',    '46','15','49337.89',    '44','10','44448.14',    '28','9','4889.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121833.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033570.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121834.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033571.0','1020235.0','1',    '1','1','964.47',    '1','1','964.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121835.0','1045802.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033572.0','1020235.0','36',    '35','2','4750.22',    '35','2','4750.22',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121836.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033573.0','1020235.0','21',    '16','4','15468.73',    '12','3','14848.74',    '10','1','619.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121837.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033574.0','1020235.0','1',    '1','1','3304.08',    '1','1','3304.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121838.0','1045802.0','18',    '16','0','0.0',    '16','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033575.0','1020235.0','21',    '17','5','7565.92',    '17','3','4677.92',    '5','2','2888.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121839.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033576.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121840.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033577.0','1020235.0','118',    '105','51','203593.38',    '102','48','185105.83',    '40','14','18487.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121841.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033578.0','1020235.0','152',    '128','32','44218.04',    '123','29','42013.62',    '55','5','2204.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121842.0','1045802.0','177',    '163','40','39366.13',    '160','28','30566.14',    '70','17','8799.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033579.0','1020235.0','23',    '22','3','6014.52',    '21','2','3655.01',    '9','2','2359.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121843.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033580.0','1020235.0','24',    '20','7','7814.06',    '20','6','7364.07',    '7','2','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121844.0','1045802.0','32',    '25','5','14090.21',    '25','4','13579.27',    '9','1','510.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033581.0','1020235.0','0',    '1','1','1333.0',    '1','1','833.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121845.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033582.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121846.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033583.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121847.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033584.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121848.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033585.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121849.0','1045802.0','19',    '16','8','47233.98',    '15','6','46418.98',    '9','2','815.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033586.0','1020235.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121850.0','1045802.0','174',    '161','83','353287.56',    '157','76','295796.82',    '81','24','57490.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028282.0','1020235.0','11',    '10','2','3652.36',    '10','2','3259.62',    '5','1','392.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116546.0','1045802.0','279',    '247','76','139347.47',    '236','59','107268.37',    '123','32','32079.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033587.0','1020235.0','16',    '8','2','4979.0',    '8','2','4183.59',    '3','2','795.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121851.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033588.0','1020235.0','13',    '10','2','2638.18',    '9','1','1888.18',    '5','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121852.0','1045802.0','119',    '107','51','224640.56',    '107','50','193561.01',    '44','9','31079.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033589.0','1020235.0','509',    '448','172','543994.48',    '430','152','361439.94',    '241','66','182554.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121853.0','1045802.0','246',    '226','42','91537.51',    '215','32','76761.06',    '110','16','14776.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033590.0','1020235.0','16',    '13','5','13283.03',    '13','3','9651.81',    '10','3','3631.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121854.0','1045802.0','1',    '1','1','1326.0',    '1','1','1326.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033591.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121855.0','1045802.0','733',    '678','310','846841.43',    '649','215','607210.51',    '406','171','239630.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033592.0','1020235.0','8',    '6','4','9092.4',    '6','3','8565.34',    '1','1','527.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121856.0','1045802.0','1',    '1','1','8252.61',    '1','1','6940.46',    '1','1','1312.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033593.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121857.0','1045802.0','28',    '24','7','20712.55',    '24','5','16526.8',    '10','3','4185.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033594.0','1020235.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121858.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033595.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121859.0','1045802.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033596.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121860.0','1045802.0','2',    '1','1','1617.99',    '1','1','1358.0',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033597.0','1020235.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121861.0','1045802.0','13',    '12','3','10477.79',    '12','3','6752.47',    '6','2','3725.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033598.0','1020235.0','3',    '3','1','301.21',    '1','1','301.21',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121862.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033599.0','1020235.0','3',    '3','1','371.49',    '3','1','306.49',    '2','1','65.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121863.0','1045802.0','286',    '243','117','177784.82',    '232','63','127352.81',    '129','68','50432.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033600.0','1020235.0','8',    '8','5','29156.68',    '7','5','28906.68',    '6','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121864.0','1045802.0','64',    '58','14','47852.55',    '54','11','37033.08',    '31','7','10819.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033601.0','1020235.0','69',    '58','9','33540.25',    '55','9','33540.25',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121865.0','1045802.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033602.0','1020235.0','61',    '58','18','19673.64',    '56','8','12925.39',    '29','13','6748.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121866.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033603.0','1020235.0','136',    '133','83','415343.35',    '132','72','386374.03',    '49','30','28969.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121867.0','1045802.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033604.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121868.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033605.0','1020235.0','40',    '12','6','14464.34',    '12','3','11954.35',    '6','4','2509.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121869.0','1045802.0','49',    '41','19','57468.8',    '39','13','47688.45',    '25','10','9780.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033606.0','1020235.0','1',    '1','1','9425.0',    '1','0','0.0',    '1','1','9425.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121870.0','1045802.0','594',    '527','271','777925.52',    '489','184','457713.41',    '354','181','320212.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033607.0','1020235.0','5',    '4','2','2603.58',    '3','2','2603.58',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121871.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033608.0','1020235.0','3',    '3','2','1128.81',    '3','2','1128.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121872.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033609.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121873.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033610.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121874.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033611.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121875.0','1045802.0','970',    '812','280','410818.78',    '741','84','242605.41',    '501','226','168213.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028213.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116477.0','1045802.0','84',    '75','38','113840.12',    '70','20','92203.55',    '33','21','21636.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033612.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121876.0','1045802.0','112',    '82','40','88590.6',    '81','37','68388.46',    '32','12','20202.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028361.0','1020235.0','2',    '2','1','6500.0',    '0','0','0.0',    '2','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116625.0','1045802.0','6',    '4','1','9425.0',    '4','0','0.0',    '1','1','9425.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028343.0','1020235.0','56',    '48','20','31231.19',    '46','16','26663.61',    '22','7','4567.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116607.0','1045802.0','75',    '67','20','52189.76',    '67','18','46393.01',    '36','4','5796.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033613.0','1020235.0','47',    '37','14','26784.83',    '34','13','23054.01',    '18','2','3730.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121877.0','1045802.0','11',    '11','2','33853.77',    '11','2','27456.32',    '7','1','6397.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033614.0','1020235.0','11',    '9','4','7858.8',    '7','3','6299.7',    '7','2','1559.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121878.0','1045802.0','99',    '89','32','47926.06',    '85','21','39834.13',    '46','14','8091.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033615.0','1020235.0','163',    '144','52','101041.95',    '140','31','73421.01',    '75','31','27620.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121879.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033616.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121880.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033617.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121881.0','1045802.0','30',    '22','7','3500.0',    '18','0','0.0',    '17','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028186.0','1020235.0','109',    '89','33','55130.48',    '82','20','39251.19',    '51','19','15879.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116450.0','1045802.0','10',    '8','3','3683.68',    '8','2','3213.69',    '1','1','469.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033618.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121882.0','1045802.0','29',    '24','3','1937.58',    '23','1','437.58',    '8','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033619.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121883.0','1045802.0','1',    '1','1','10668.71',    '1','1','9764.45',    '1','1','904.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033620.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121884.0','1045802.0','69',    '60','8','37361.59',    '53','6','34332.51',    '28','4','3029.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033621.0','1020235.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121885.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033622.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121886.0','1045802.0','8',    '7','3','7380.17',    '7','2','6880.17',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033623.0','1020235.0','13',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121887.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033624.0','1020235.0','1',    '1','1','1308.11',    '1','1','1308.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121888.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033625.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121889.0','1045802.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033626.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121890.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033627.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121891.0','1045802.0','12',    '11','0','0.0',    '11','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033628.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121892.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033629.0','1020235.0','2',    '1','1','2220.0',    '1','1','2220.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121893.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033630.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121894.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033631.0','1020235.0','1',    '1','1','1240.45',    '0','0','0.0',    '1','1','1240.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121895.0','1045802.0','3',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033632.0','1020235.0','53',    '48','10','34289.29',    '46','5','21724.7',    '26','6','12564.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121896.0','1045802.0','1',    '1','1','17008.77',    '1','1','14424.09',    '1','1','2584.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033633.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121897.0','1045802.0','27',    '21','9','29028.59',    '20','7','24276.94',    '14','6','4751.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033634.0','1020235.0','34',    '28','13','21385.49',    '27','7','16835.5',    '20','8','4549.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121898.0','1045802.0','14',    '13','4','41209.03',    '13','4','35895.11',    '7','2','5313.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033635.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121899.0','1045802.0','9',    '9','1','3356.69',    '8','1','3356.69',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033636.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121900.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033637.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121901.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033638.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121902.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033639.0','1020235.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121903.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033640.0','1020235.0','151',    '120','75','333138.72',    '117','69','274884.84',    '51','28','58253.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121904.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028295.0','1020235.0','217',    '187','118','1053111.24',    '176','94','719114.44',    '138','92','333996.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116559.0','1045802.0','9',    '8','4','3922.33',    '6','3','3375.48',    '4','1','546.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033641.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121905.0','1045802.0','2',    '2','1','1283.15',    '1','1','1283.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028312.0','1020235.0','8',    '7','4','21023.47',    '7','4','21023.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116576.0','1045802.0','69',    '63','32','54455.38',    '61','18','42691.53',    '43','21','11763.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033642.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121906.0','1045802.0','293',    '248','79','272742.82',    '229','67','228997.94',    '124','28','43744.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028379.0','1020235.0','515',    '401','141','403825.08',    '354','112','327415.08',    '211','50','76410.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116643.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033643.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121907.0','1045802.0','185',    '172','34','38032.01',    '168','17','21594.31',    '77','19','16437.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033644.0','1020235.0','44',    '35','19','99195.13',    '34','15','85265.15',    '14','9','13929.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121908.0','1045802.0','121',    '104','27','97175.23',    '97','21','90909.22',    '49','9','6266.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033645.0','1020235.0','1849',    '1576','745','3507023.63',    '1384','449','1932212.78',    '1193','623','1574810.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121909.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033646.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121910.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033647.0','1020235.0','15',    '14','5','3501.24',    '13','1','1330.24',    '8','4','2171.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121911.0','1045802.0','15',    '8','2','3956.29',    '8','2','3606.29',    '5','1','350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033648.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121912.0','1045802.0','59',    '54','21','72360.48',    '53','18','67937.89',    '23','4','4422.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033649.0','1020235.0','47',    '36','9','46036.17',    '32','7','41425.09',    '11','3','4611.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121913.0','1045802.0','50',    '43','17','44931.46',    '42','14','42431.51',    '20','5','2499.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033650.0','1020235.0','15',    '15','8','9509.34',    '13','5','7759.34',    '9','3','1750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121914.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033651.0','1020235.0','41',    '36','9','34827.6',    '35','8','26357.18',    '15','3','8470.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121915.0','1045802.0','1',    '1','1','2324.42',    '1','1','1900.0',    '1','1','424.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033652.0','1020235.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121916.0','1045802.0','18',    '18','8','66956.02',    '18','7','49236.01',    '10','5','17720.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033653.0','1020235.0','9',    '7','3','4539.53',    '7','3','4539.53',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121917.0','1045802.0','26',    '20','9','42847.78',    '19','9','31026.72',    '7','2','11821.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033654.0','1020235.0','112',    '102','21','56271.42',    '94','18','50030.07',    '62','8','6241.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121918.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028311.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116575.0','1045802.0','321',    '286','120','571342.94',    '269','113','486770.94',    '132','27','84572.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033655.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121919.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033656.0','1020235.0','1',    '1','1','6267.7',    '1','1','1666.0',    '1','1','4601.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121920.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033657.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121921.0','1045802.0','26',    '23','9','19263.77',    '22','8','17513.77',    '14','3','1750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033658.0','1020235.0','13',    '9','3','6254.0',    '8','3','6254.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121922.0','1045802.0','12',    '9','6','21075.83',    '9','4','16537.37',    '5','4','4538.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028376.0','1020235.0','5',    '4','2','11530.99',    '4','1','1486.0',    '3','2','10044.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116640.0','1045802.0','1',    '1','1','6714.32',    '1','1','2036.0',    '1','1','4678.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033659.0','1020235.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121923.0','1045802.0','2',    '2','1','526.19',    '2','1','526.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033660.0','1020235.0','3',    '2','1','2652.07',    '2','1','2652.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121924.0','1045802.0','5',    '5','4','11462.25',    '5','3','4432.38',    '3','3','7029.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028291.0','1020235.0','29',    '27','9','20300.13',    '23','7','9979.14',    '15','2','10320.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116555.0','1045802.0','39',    '37','24','63049.11',    '36','19','52183.54',    '16','6','10865.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033661.0','1020235.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121925.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033662.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121926.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033663.0','1020235.0','13',    '10','4','5456.39',    '10','2','4456.39',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121927.0','1045802.0','1812',    '1589','650','2932760.37',    '1455','362','2159284.99',    '947','440','773475.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033664.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121928.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033665.0','1020235.0','402',    '350','161','332718.13',    '315','74','230284.88',    '238','123','102433.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121929.0','1045802.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033666.0','1020235.0','38',    '34','13','37755.74',    '33','13','36841.32',    '12','2','914.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121930.0','1045802.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033667.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121931.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033668.0','1020235.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121932.0','1045802.0','56',    '53','12','27500.39',    '51','11','26014.24',    '19','3','1486.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033669.0','1020235.0','1',    '1','1','909.72',    '1','1','909.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121933.0','1045802.0','12',    '11','3','3068.5',    '10','3','2469.27',    '5','2','599.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033670.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121934.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033671.0','1020235.0','171',    '159','82','437452.0',    '159','73','381963.75',    '83','41','55488.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121935.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033672.0','1020235.0','31',    '25','2','5797.32',    '23','2','5797.32',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121936.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033673.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121937.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033674.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121938.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033675.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121939.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033676.0','1020235.0','0',    '1','1','1016.49',    '1','0','0.0',    '1','1','1016.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121940.0','1045802.0','6',    '6','2','3610.14',    '6','2','3610.14',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033677.0','1020235.0','28',    '24','11','28201.58',    '24','9','22755.92',    '12','6','5445.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121941.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033678.0','1020235.0','2',    '2','2','2522.31',    '2','2','2522.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121942.0','1045802.0','9',    '8','2','3178.01',    '8','2','3178.01',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033679.0','1020235.0','136',    '102','15','30073.2',    '96','13','22288.62',    '38','5','7784.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121943.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033680.0','1020235.0','26',    '23','8','59893.98',    '22','6','38022.23',    '7','6','21871.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121944.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033681.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121945.0','1045802.0','146',    '131','42','126584.55',    '122','36','105288.37',    '61','14','21296.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033682.0','1020235.0','101',    '86','18','30834.24',    '80','9','16125.7',    '46','10','14708.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121946.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033683.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121947.0','1045802.0','257',    '213','119','346908.9',    '196','70','236223.73',    '133','73','110685.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033684.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121948.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028319.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116583.0','1045802.0','1',    '1','1','1666.0',    '1','1','1666.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033685.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121949.0','1045802.0','1',    '1','1','859.96',    '1','0','0.0',    '1','1','859.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033686.0','1020235.0','66',    '54','19','40429.09',    '49','12','35532.76',    '29','9','4896.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121950.0','1045802.0','1',    '1','1','1678.0',    '1','1','1178.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033687.0','1020235.0','14',    '14','6','23920.87',    '13','6','23920.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121951.0','1045802.0','9',    '8','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033688.0','1020235.0','169',    '132','42','247626.39',    '123','36','196596.11',    '59','18','51030.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121952.0','1045802.0','96',    '89','35','104252.42',    '87','27','85291.76',    '44','16','18960.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033689.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121953.0','1045802.0','10',    '9','4','13445.58',    '9','3','12695.58',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033690.0','1020235.0','1',    '1','1','2108.44',    '1','0','0.0',    '1','1','2108.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121954.0','1045802.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033691.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121955.0','1045802.0','2',    '2','2','3392.54',    '2','2','1521.0',    '2','2','1871.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033692.0','1020235.0','1674',    '1477','553','1632673.46',    '1393','323','1107880.91',    '877','361','524792.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121956.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033693.0','1020235.0','2033',    '1702','546','956715.36',    '1544','186','609603.31',    '980','427','347112.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121957.0','1045802.0','1',    '1','1','23594.21',    '1','1','18099.34',    '1','1','5494.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033694.0','1020235.0','53',    '43','15','49781.09',    '37','6','38266.28',    '28','11','11514.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121958.0','1045802.0','95',    '86','33','60965.64',    '84','18','48677.47',    '45','18','12288.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033695.0','1020235.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121959.0','1045802.0','107',    '92','29','100262.88',    '88','22','80061.33',    '35','14','20201.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028267.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116531.0','1045802.0','200',    '174','60','169604.08',    '166','52','146723.06',    '78','20','22881.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033696.0','1020235.0','60',    '42','17','35781.43',    '41','16','29927.03',    '15','5','5854.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121960.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033697.0','1020235.0','1',    '1','1','837.7',    '1','0','0.0',    '1','1','837.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121961.0','1045802.0','21',    '18','9','61101.76',    '17','9','57576.57',    '7','3','3525.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033698.0','1020235.0','20',    '18','7','27951.02',    '17','6','27001.03',    '10','3','949.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121962.0','1045802.0','13',    '10','5','20039.17',    '9','3','18039.17',    '6','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033699.0','1020235.0','1429',    '1266','819','4096567.48',    '1206','613','2985990.4',    '984','658','1110577.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121963.0','1045802.0','41',    '33','15','111253.28',    '30','14','85114.99',    '23','7','26138.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028287.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116551.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028350.0','1020235.0','39',    '30','9','31237.08',    '29','9','27476.36',    '11','1','3760.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116614.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033700.0','1020235.0','476',    '416','279','1860456.69',    '397','230','1202742.25',    '324','231','657714.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121964.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033701.0','1020235.0','2',    '2','2','49861.58',    '2','2','47665.16',    '1','1','2196.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121965.0','1045802.0','1208',    '1061','511','1585660.21',    '1001','318','1150887.09',    '606','308','434773.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033702.0','1020235.0','1',    '1','1','6572.74',    '1','1','6072.74',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121966.0','1045802.0','1911',    '1637','648','1851951.85',    '1475','360','1001278.18',    '963','471','850673.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033703.0','1020235.0','2',    '2','1','5448.77',    '2','1','5448.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121967.0','1045802.0','1760',    '1492','623','2564707.25',    '1406','357','2104986.93',    '779','397','459720.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033704.0','1020235.0','10',    '8','3','6662.44',    '7','2','5912.44',    '4','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121968.0','1045802.0','330',    '272','140','349723.82',    '263','118','281304.16',    '102','45','68419.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033705.0','1020235.0','73',    '67','14','27171.93',    '65','13','25063.63',    '31','3','2108.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121969.0','1045802.0','662',    '621','517','3745829.57',    '613','427','2614209.03',    '564','456','1131620.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033706.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121970.0','1045802.0','129',    '117','41','98729.83',    '111','31','63156.59',    '68','16','35573.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033707.0','1020235.0','113',    '98','43','139240.49',    '93','36','109618.25',    '34','12','29622.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121971.0','1045802.0','24',    '20','8','7877.02',    '20','7','7367.03',    '5','2','509.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028323.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116587.0','1045802.0','13',    '12','3','11255.88',    '11','2','10635.89',    '8','1','619.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033708.0','1020235.0','89',    '68','10','19581.09',    '61','6','11854.29',    '31','7','7726.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121972.0','1045802.0','29',    '17','7','20486.23',    '16','7','19561.18',    '9','3','925.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033709.0','1020235.0','3',    '3','3','20220.15',    '3','3','14416.35',    '2','1','5803.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121973.0','1045802.0','91',    '71','22','22467.13',    '70','12','15172.38',    '28','13','7294.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033710.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121974.0','1045802.0','1',    '1','1','4228.4',    '1','1','4228.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033711.0','1020235.0','1',    '1','1','540.86',    '1','1','540.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121975.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033712.0','1020235.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121976.0','1045802.0','6',    '5','1','2452.3',    '5','1','2452.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028269.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116533.0','1045802.0','0',    '1','1','11364.59',    '1','1','9249.0',    '1','1','2115.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033713.0','1020235.0','1',    '1','1','2855.85',    '1','1','1736.0',    '1','1','1119.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121977.0','1045802.0','168',    '134','78','297003.76',    '127','68','214921.52',    '64','27','82082.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033714.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121978.0','1045802.0','39',    '38','15','22155.8',    '37','8','18405.8',    '17','7','3750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033715.0','1020235.0','57',    '47','17','43253.65',    '43','16','33876.75',    '17','2','9376.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121979.0','1045802.0','14',    '14','1','874.34',    '13','1','874.34',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033716.0','1020235.0','25',    '20','3','21454.59',    '18','2','19674.35',    '7','2','1780.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121980.0','1045802.0','3',    '3','2','1743.0',    '3','1','743.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033717.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121981.0','1045802.0','107',    '77','14','17327.97',    '73','12','10965.13',    '28','3','6362.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033718.0','1020235.0','0',    '1','1','4659.98',    '0','0','0.0',    '1','1','4659.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121982.0','1045802.0','4',    '3','2','4622.87',    '3','2','3580.9',    '2','1','1041.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033719.0','1020235.0','17',    '15','6','10235.47',    '14','6','9755.47',    '5','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121983.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033720.0','1020235.0','5',    '3','1','666.76',    '3','0','0.0',    '2','1','666.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121984.0','1045802.0','3',    '2','1','4227.62',    '2','1','4227.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033721.0','1020235.0','162',    '150','56','119325.87',    '145','48','100842.56',    '73','17','18483.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121985.0','1045802.0','6',    '6','5','12301.85',    '6','2','2532.28',    '5','5','9769.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033722.0','1020235.0','112',    '100','23','86681.6',    '93','20','65676.79',    '49','10','21004.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121986.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033723.0','1020235.0','9',    '8','3','15742.7',    '8','2','15242.7',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121987.0','1045802.0','21',    '17','10','21407.84',    '15','9','16884.06',    '7','1','4523.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033724.0','1020235.0','10',    '10','4','6074.83',    '10','3','5794.83',    '3','1','280.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121988.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033725.0','1020235.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121989.0','1045802.0','46',    '34','11','17888.74',    '30','8','12694.21',    '18','5','5194.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033726.0','1020235.0','20',    '18','6','6125.0',    '18','5','5375.0',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121990.0','1045802.0','34',    '34','14','58601.8',    '34','12','51025.14',    '15','4','7576.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028335.0','1020235.0','132',    '102','17','38746.32',    '97','10','34445.06',    '30','9','4301.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116599.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033727.0','1020235.0','260',    '231','83','197914.35',    '213','59','139953.58',    '124','38','57960.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121991.0','1045802.0','117',    '90','21','88477.95',    '82','13','75771.85',    '47','13','12706.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033728.0','1020235.0','1',    '1','1','7165.75',    '1','0','0.0',    '1','1','7165.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121992.0','1045802.0','8',    '7','3','7011.71',    '6','3','7011.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033729.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121993.0','1045802.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033730.0','1020235.0','1',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121994.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033731.0','1020235.0','431',    '335','137','645295.96',    '319','100','535496.74',    '187','59','109799.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121995.0','1045802.0','1',    '1','1','14029.85',    '1','1','13529.85',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028378.0','1020235.0','32',    '28','12','70266.45',    '26','10','68666.45',    '17','3','1600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116642.0','1045802.0','30',    '26','8','10617.45',    '23','8','9034.06',    '13','2','1583.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033732.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121996.0','1045802.0','9',    '6','2','3191.98',    '6','2','3191.98',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033733.0','1020235.0','21',    '21','11','36853.87',    '20','5','33353.87',    '12','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121997.0','1045802.0','136',    '116','35','185765.03',    '98','26','129039.68',    '71','19','56725.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033734.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121998.0','1045802.0','74',    '68','14','15732.63',    '65','9','13327.59',    '29','5','2405.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028362.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116626.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028368.0','1020235.0','1',    '1','1','5162.3',    '1','1','5162.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116632.0','1045802.0','27',    '25','8','31188.43',    '25','7','29938.44',    '10','2','1249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028347.0','1020235.0','108',    '83','14','41300.46',    '71','12','39475.23',    '38','5','1825.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116611.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033735.0','1020235.0','16',    '14','3','5651.02',    '13','2','2172.64',    '6','2','3478.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2121999.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033736.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122000.0','1045802.0','13',    '13','8','12997.03',    '13','8','11166.04',    '3','2','1830.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033737.0','1020235.0','307',    '268','89','383350.65',    '243','72','211504.09',    '163','60','171846.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122001.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033738.0','1020235.0','117',    '75','24','66352.7',    '59','18','25834.18',    '36','7','40518.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122002.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033739.0','1020235.0','246',    '218','129','346102.43',    '207','61','239973.47',    '159','100','106128.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122003.0','1045802.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033740.0','1020235.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122004.0','1045802.0','23',    '18','1','160.0',    '15','0','0.0',    '8','1','160.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033741.0','1020235.0','8',    '8','1','988.29',    '8','1','988.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122005.0','1045802.0','30',    '23','1','1818.88',    '21','1','1618.89',    '7','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033742.0','1020235.0','311',    '214','54','122408.16',    '185','48','97702.56',    '110','15','24705.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122006.0','1045802.0','12',    '10','2','3697.57',    '10','2','3697.57',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033743.0','1020235.0','16',    '13','2','7512.48',    '13','2','7512.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122007.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033744.0','1020235.0','1',    '1','1','7337.04',    '1','1','7337.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122008.0','1045802.0','4',    '4','2','1737.12',    '4','1','658.92',    '1','1','1078.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033745.0','1020235.0','24',    '21','2','3605.26',    '21','2','3605.26',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122009.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033746.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122010.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033747.0','1020235.0','0',    '1','1','2681.93',    '1','1','2681.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122011.0','1045802.0','10',    '8','3','3006.0',    '8','3','2898.0',    '5','1','108.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033748.0','1020235.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122012.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033749.0','1020235.0','66',    '60','24','32748.39',    '58','11','23325.84',    '36','17','9422.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122013.0','1045802.0','81',    '62','23','50429.93',    '57','18','45339.96',    '27','6','5089.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033750.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122014.0','1045802.0','1',    '1','1','1750.0',    '1','1','1750.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033751.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122015.0','1045802.0','31',    '28','8','15207.12',    '25','7','14151.72',    '12','3','1055.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033752.0','1020235.0','116',    '92','42','330102.75',    '87','37','259373.91',    '43','16','70728.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122016.0','1045802.0','3',    '3','2','4457.86',    '3','1','3936.96',    '1','1','520.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033753.0','1020235.0','4',    '4','1','673.0',    '4','1','673.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122017.0','1045802.0','17',    '12','2','7914.84',    '12','1','2565.06',    '6','2','5349.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033754.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122018.0','1045802.0','125',    '103','30','56700.96',    '92','24','35865.01',    '46','9','20835.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033755.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122019.0','1045802.0','7',    '8','2','24337.97',    '7','2','19393.89',    '6','1','4944.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033756.0','1020235.0','6',    '5','1','2042.55',    '5','1','2042.55',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122020.0','1045802.0','1',    '1','1','4940.27',    '1','1','1878.0',    '1','1','3062.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033757.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122021.0','1045802.0','12',    '11','2','1079.76',    '10','1','329.76',    '4','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028341.0','1020235.0','4',    '4','3','2145.64',    '4','1','385.65',    '3','3','1759.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116605.0','1045802.0','371',    '319','126','371129.8',    '299','65','263014.0',    '173','86','108115.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033758.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122022.0','1045802.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033759.0','1020235.0','112',    '88','34','118314.89',    '82','21','99245.62',    '46','20','19069.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122023.0','1045802.0','12',    '8','2','4050.78',    '6','2','4050.78',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033760.0','1020235.0','24',    '20','6','16684.27',    '20','6','15534.29',    '7','1','1149.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122024.0','1045802.0','1',    '1','1','249.99',    '0','0','0.0',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033761.0','1020235.0','11',    '7','1','3278.73',    '6','1','3278.73',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122025.0','1045802.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033762.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122026.0','1045802.0','16',    '14','3','2051.66',    '14','1','1528.28',    '8','2','523.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028331.0','1020235.0','23',    '21','7','11016.34',    '19','6','9791.35',    '12','3','1224.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116595.0','1045802.0','22',    '18','5','6960.92',    '17','3','5460.92',    '8','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033763.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122027.0','1045802.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028324.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116588.0','1045802.0','33',    '29','9','17530.28',    '28','7','16030.28',    '13','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033764.0','1020235.0','20',    '17','5','8694.07',    '17','4','6857.23',    '4','2','1836.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122028.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033765.0','1020235.0','221',    '172','56','325302.53',    '161','48','234316.57',    '81','27','90985.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122029.0','1045802.0','108',    '97','33','89869.18',    '90','30','82945.14',    '51','6','6924.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033766.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122030.0','1045802.0','22',    '17','1','261.08',    '17','1','261.08',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033767.0','1020235.0','2',    '2','1','2842.84',    '2','1','2842.84',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122031.0','1045802.0','79',    '71','38','362956.27',    '67','36','317300.55',    '38','9','45655.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033768.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122032.0','1045802.0','7',    '7','1','750.0',    '6','0','0.0',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033769.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122033.0','1045802.0','13',    '11','3','5692.69',    '11','3','5692.69',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033770.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122034.0','1045802.0','8',    '8','3','12234.46',    '8','3','12234.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033771.0','1020235.0','40',    '35','12','13829.69',    '34','8','11365.16',    '15','4','2464.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122035.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028315.0','1020235.0','92',    '87','34','144903.08',    '83','31','124359.99',    '35','7','20543.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116579.0','1045802.0','1',    '1','1','1753.12',    '1','1','1218.12',    '1','1','535.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033772.0','1020235.0','28',    '24','5','5144.89',    '18','3','4159.44',    '13','3','985.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122036.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033773.0','1020235.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122037.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033774.0','1020235.0','39',    '32','8','12792.59',    '29','2','4629.9',    '19','7','8162.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122038.0','1045802.0','21',    '18','11','33410.78',    '17','8','28228.34',    '11','7','5182.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033775.0','1020235.0','17',    '12','8','39391.57',    '11','7','32773.0',    '10','4','6618.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122039.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033776.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122040.0','1045802.0','196',    '153','49','298692.96',    '138','43','258585.47',    '78','19','40107.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033777.0','1020235.0','104',    '96','48','521333.35',    '96','45','498822.29',    '51','13','22511.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122041.0','1045802.0','8',    '6','2','9536.29',    '6','2','8762.43',    '2','1','773.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033778.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122042.0','1045802.0','992',    '794','383','1273680.39',    '749','263','903933.82',    '471','240','369746.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033779.0','1020235.0','10',    '10','3','923.69',    '10','0','0.0',    '6','3','923.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122043.0','1045802.0','31',    '26','9','76314.85',    '25','8','70281.48',    '11','4','6033.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033780.0','1020235.0','11',    '9','0','0.0',    '9','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122044.0','1045802.0','1411',    '1229','209','419190.28',    '1154','135','321839.96',    '498','96','97350.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033781.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122045.0','1045802.0','66',    '56','12','68381.02',    '52','8','54933.4',    '24','6','13447.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033782.0','1020235.0','4',    '2','2','4378.0',    '1','1','1178.0',    '2','1','3200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122046.0','1045802.0','3',    '2','1','651.75',    '2','1','651.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033783.0','1020235.0','237',    '203','56','176599.8',    '180','40','117161.47',    '123','26','59438.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122047.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033784.0','1020235.0','17',    '11','2','870.99',    '9','0','0.0',    '6','2','870.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122048.0','1045802.0','2',    '2','1','2444.92',    '2','1','1900.0',    '2','1','544.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033785.0','1020235.0','204',    '175','39','104512.63',    '165','29','80989.88',    '85','18','23522.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122049.0','1045802.0','22',    '17','1','1475.14',    '17','1','1475.14',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033786.0','1020235.0','5',    '4','1','3720.12',    '4','1','3720.12',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122050.0','1045802.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033787.0','1020235.0','1',    '1','1','2012.18',    '1','1','2012.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122051.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033788.0','1020235.0','39',    '35','23','132385.8',    '34','19','105829.74',    '11','6','26556.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122052.0','1045802.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033789.0','1020235.0','1',    '1','1','7495.57',    '1','1','1722.0',    '1','1','5773.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122053.0','1045802.0','54',    '51','25','104064.27',    '47','22','86626.75',    '27','6','17437.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033790.0','1020235.0','126',    '112','49','207025.89',    '111','36','180250.66',    '52','19','26775.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122054.0','1045802.0','79',    '65','8','12415.1',    '60','6','11688.42',    '25','3','726.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033791.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122055.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028297.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116561.0','1045802.0','6',    '3','2','7510.48',    '3','2','1661.92',    '2','1','5848.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033792.0','1020235.0','57',    '50','19','61620.79',    '49','16','46863.11',    '26','6','14757.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122056.0','1045802.0','34',    '29','6','19526.34',    '26','3','4676.35',    '11','5','14849.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033793.0','1020235.0','17',    '15','4','4805.47',    '15','2','3554.44',    '9','3','1251.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122057.0','1045802.0','16',    '13','5','9735.0',    '12','4','8085.0',    '7','2','1650.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033794.0','1020235.0','4',    '4','1','740.3',    '4','1','740.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122058.0','1045802.0','20',    '13','5','5261.84',    '12','4','4251.85',    '5','2','1009.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033795.0','1020235.0','18',    '15','4','3273.48',    '15','4','3273.48',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122059.0','1045802.0','57',    '53','17','29948.82',    '52','16','28979.82',    '25','2','969.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033796.0','1020235.0','12',    '12','5','8350.22',    '11','3','5823.96',    '8','3','2526.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122060.0','1045802.0','53',    '41','8','18225.5',    '37','6','16725.5',    '16','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033797.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122061.0','1045802.0','1',    '1','1','10218.18',    '1','1','9149.33',    '1','1','1068.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033798.0','1020235.0','1',    '1','1','3943.2',    '1','1','1486.0',    '1','1','2457.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122062.0','1045802.0','1454',    '1235','652','2106708.7',    '1109','447','1192671.62',    '864','494','914037.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028318.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116582.0','1045802.0','7',    '6','2','1057.94',    '6','1','57.94',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033799.0','1020235.0','3',    '3','2','20006.4',    '3','2','4643.21',    '1','1','15363.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122063.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033800.0','1020235.0','5',    '4','3','3904.68',    '3','3','3904.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122064.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033801.0','1020235.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122065.0','1045802.0','2',    '2','2','6002.32',    '2','2','5352.33',    '1','1','649.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033802.0','1020235.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122066.0','1045802.0','9',    '9','4','12202.14',    '8','4','11983.14',    '4','1','219.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033803.0','1020235.0','167',    '146','55','101933.31',    '123','24','57712.4',    '83','35','44220.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122067.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033804.0','1020235.0','7118',    '6191','3610','15620842.84',    '5780','2524','9219655.7',    '4588','2828','6401187.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122068.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028332.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116596.0','1045802.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033805.0','1020235.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122069.0','1045802.0','1',    '1','1','1434.0',    '1','1','1434.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033806.0','1020235.0','2',    '2','1','966.0',    '2','1','966.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122070.0','1045802.0','104',    '90','42','113752.84',    '82','26','96590.97',    '58','21','17161.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2028370.0','1020235.0','25',    '18','7','17660.17',    '17','6','15225.92',    '6','1','2434.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2116634.0','1045802.0','58',    '51','27','44352.93',    '46','15','26954.24',    '29','18','17398.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033807.0','1020235.0','19',    '16','5','28712.87',    '14','3','18758.95',    '12','3','9953.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122071.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033808.0','1020235.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122072.0','1045802.0','27',    '25','15','61132.76',    '25','14','33310.8',    '20','11','27821.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033809.0','1020235.0','22',    '20','9','22707.23',    '18','5','10699.15',    '10','5','12008.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122073.0','1045802.0','6',    '4','2','3347.67',    '4','2','3347.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033810.0','1020235.0','12',    '11','2','1928.0',    '10','1','1178.0',    '4','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122074.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033811.0','1020235.0','23',    '21','3','5711.59',    '20','2','3763.3',    '8','2','1948.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122075.0','1045802.0','237',    '208','86','260523.32',    '202','77','213565.5',    '103','25','46957.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033812.0','1020235.0','11',    '10','2','3043.63',    '10','1','1332.0',    '2','2','1711.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122076.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033813.0','1020235.0','4',    '3','1','750.0',    '3','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122077.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033814.0','1020235.0','1',    '1','1','719.85',    '1','1','439.85',    '1','1','280.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122078.0','1045802.0','1',    '1','1','1893.36',    '1','1','812.0',    '1','1','1081.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033815.0','1020235.0','325',    '271','147','339224.45',    '248','72','218039.43',    '193','117','121185.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122079.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033816.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122080.0','1045802.0','19',    '19','9','12839.69',    '19','6','8209.44',    '10','5','4630.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033817.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122081.0','1045802.0','21',    '17','8','10497.56',    '17','4','5761.07',    '9','6','4736.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033818.0','1020235.0','1',    '1','1','5266.09',    '1','1','5266.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122082.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033819.0','1020235.0','3',    '3','2','1349.69',    '3','2','1349.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122083.0','1045802.0','2',    '2','1','7941.54',    '1','1','7941.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033820.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122084.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033821.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122085.0','1045802.0','1',    '1','1','1284.0',    '1','1','1284.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033822.0','1020235.0','1510',    '1271','516','1100247.98',    '1173','317','802320.74',    '710','300','297927.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122086.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033823.0','1020235.0','13',    '12','3','9368.71',    '11','2','8771.34',    '6','2','597.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122087.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033824.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122088.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033825.0','1020235.0','17',    '14','3','17687.6',    '14','2','15754.24',    '6','2','1933.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122089.0','1045802.0','165',    '123','49','227981.0',    '114','44','155744.07',    '66','18','72236.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033826.0','1020235.0','9',    '5','2','2719.08',    '5','2','2719.08',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122090.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033827.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122091.0','1045802.0','137',    '117','24','65112.14',    '102','18','34205.84',    '47','7','30906.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033828.0','1020235.0','87',    '74','20','56477.47',    '68','16','38799.1',    '34','7','17678.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122092.0','1045802.0','24',    '24','4','4758.69',    '24','3','4364.09',    '12','1','394.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033829.0','1020235.0','29',    '25','7','8477.02',    '20','4','5825.04',    '14','3','2651.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122093.0','1045802.0','34',    '33','5','9617.8',    '33','4','8890.64',    '14','3','727.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033830.0','1020235.0','18',    '18','3','1296.7',    '18','1','282.85',    '10','2','1013.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122094.0','1045802.0','1773',    '1507','713','1213287.5',    '1369','252','707133.47',    '1052','593','506154.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033831.0','1020235.0','60',    '52','16','71612.42',    '48','10','67767.71',    '25','8','3844.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122095.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033832.0','1020235.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122096.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033833.0','1020235.0','88',    '76','16','31055.72',    '75','13','28705.72',    '26','4','2350.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122097.0','1045802.0','1',    '1','1','796.86',    '1','1','796.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033834.0','1020235.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122098.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033835.0','1020235.0','2',    '2','1','1624.0',    '2','1','1624.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122099.0','1045802.0','29',    '25','4','3272.37',    '24','4','3272.37',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033836.0','1020235.0','7',    '6','3','31829.67',    '6','2','25212.08',    '3','2','6617.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122100.0','1045802.0','456',    '396','170','294762.55',    '370','82','209251.46',    '251','113','85511.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033837.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122101.0','1045802.0','30',    '29','11','51149.2',    '29','10','49278.52',    '9','5','1870.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033838.0','1020235.0','1',    '1','1','23637.67',    '1','1','15920.18',    '1','1','7717.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122102.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033839.0','1020235.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122103.0','1045802.0','11',    '11','3','8312.95',    '11','3','6273.14',    '7','3','2039.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033840.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122104.0','1045802.0','174',    '139','44','80684.94',    '128','23','55410.19',    '81','28','25274.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033841.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122105.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033842.0','1020235.0','300',    '239','75','228899.86',    '214','59','137028.47',    '139','30','91871.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122106.0','1045802.0','29',    '27','8','5715.57',    '27','4','2829.02',    '17','4','2886.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033843.0','1020235.0','5',    '3','1','1483.0',    '3','1','1483.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122107.0','1045802.0','468',    '387','121','318449.45',    '341','91','226590.72',    '203','50','91858.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033844.0','1020235.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122108.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033845.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122109.0','1045802.0','1',    '1','1','9717.58',    '1','1','2321.5',    '1','1','7396.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033846.0','1020235.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122110.0','1045802.0','1',    '1','1','991.77',    '1','1','991.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033847.0','1020235.0','1113',    '976','423','956319.5',    '921','253','701404.06',    '569','255','254915.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122111.0','1045802.0','3',    '3','1','2747.85',    '3','1','2747.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033848.0','1020235.0','1093',    '988','446','1255486.48',    '937','313','1062663.98',    '528','212','192822.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122112.0','1045802.0','80',    '69','31','161379.02',    '66','27','141759.69',    '29','7','19619.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033849.0','1020235.0','1',    '1','1','901.58',    '1','1','901.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122113.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033850.0','1020235.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122114.0','1045802.0','5',    '4','1','2098.36',    '4','1','2098.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033851.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122115.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033852.0','1020235.0','45',    '34','5','24706.27',    '29','5','23059.24',    '10','2','1647.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122116.0','1045802.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033853.0','1020235.0','162',    '143','47','101309.77',    '129','36','73090.86',    '78','17','28218.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122117.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033854.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122118.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033855.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122119.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033856.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122120.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033857.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122121.0','1045802.0','4',    '2','1','1904.0',    '2','1','1904.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033858.0','1020235.0','69',    '59','30','143076.43',    '53','21','116855.96',    '42','16','26220.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122122.0','1045802.0','5',    '5','4','14108.83',    '5','3','12838.85',    '2','2','1269.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033859.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122123.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033860.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122124.0','1045802.0','4',    '3','1','750.0',    '3','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033861.0','1020235.0','1',    '1','1','1142.0',    '1','1','642.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122125.0','1045802.0','45',    '28','6','7664.56',    '28','6','6858.76',    '12','1','805.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033862.0','1020235.0','161',    '138','60','122287.89',    '128','52','104984.35',    '64','17','17303.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122126.0','1045802.0','10',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033863.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122127.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033864.0','1020235.0','51',    '37','6','24486.86',    '32','3','8041.35',    '18','5','16445.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122128.0','1045802.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033865.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122129.0','1045802.0','497',    '460','165','389429.39',    '434','99','297632.28',    '265','100','91797.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033866.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122130.0','1045802.0','130',    '105','39','83222.18',    '95','37','60567.05',    '47','9','22655.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033867.0','1020235.0','4',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122131.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033868.0','1020235.0','3',    '3','3','11470.66',    '3','2','5888.7',    '2','2','5581.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122132.0','1045802.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033869.0','1020235.0','2',    '2','1','1750.87',    '2','1','1750.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122133.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033870.0','1020235.0','1',    '1','1','2124.0',    '1','1','1624.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122134.0','1045802.0','277',    '245','104','262279.16',    '226','84','173445.71',    '130','43','88833.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033871.0','1020235.0','103',    '87','30','223038.77',    '85','29','191898.84',    '34','8','31139.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122135.0','1045802.0','10',    '9','1','4935.76',    '8','1','4935.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033872.0','1020235.0','205',    '160','42','107413.06',    '143','33','97351.61',    '73','15','10061.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122136.0','1045802.0','46',    '36','13','25565.72',    '34','4','18654.85',    '23','9','6910.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033873.0','1020235.0','24',    '23','13','20976.07',    '22','11','17072.38',    '12','6','3903.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122137.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033874.0','1020235.0','3',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122138.0','1045802.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033875.0','1020235.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122139.0','1045802.0','2',    '2','2','10204.25',    '2','1','279.25',    '2','1','9925.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033876.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122140.0','1045802.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033877.0','1020235.0','7',    '7','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122141.0','1045802.0','23',    '17','7','15200.31',    '16','5','10777.37',    '8','3','4422.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033878.0','1020235.0','64',    '57','4','4287.2',    '54','3','3537.2',    '29','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122142.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033879.0','1020235.0','41',    '40','5','6157.21',    '39','4','5489.36',    '11','2','667.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122143.0','1045802.0','203',    '178','68','121778.17',    '165','48','103349.04',    '89','26','18429.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033880.0','1020235.0','8',    '7','1','966.0',    '7','1','966.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122144.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033881.0','1020235.0','10',    '7','0','0.0',    '7','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122145.0','1045802.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033882.0','1020235.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122146.0','1045802.0','5',    '3','1','10623.76',    '2','1','10363.77',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2028325.0','1020235.0','449',    '372','183','393607.16',    '328','89','232240.68',    '258','150','161366.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2116589.0','1045802.0','108',    '96','29','50650.74',    '91','16','38563.43',    '39','13','12087.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033883.0','1020235.0','30',    '23','8','7413.36',    '20','4','3892.46',    '11','4','3520.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122147.0','1045802.0','1',    '1','1','5750.18',    '1','1','5750.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033884.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122148.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033885.0','1020235.0','3',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122149.0','1045802.0','8',    '7','5','10274.51',    '7','1','7674.51',    '6','5','2600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033886.0','1020235.0','38',    '28','8','29625.02',    '26','6','23726.06',    '16','4','5898.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122150.0','1045802.0','25',    '23','7','10075.69',    '23','5','8466.19',    '10','4','1609.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033887.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122151.0','1045802.0','28',    '24','8','32343.43',    '24','7','31234.75',    '10','3','1108.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033888.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122152.0','1045802.0','7',    '7','4','25992.22',    '6','4','24383.21',    '4','2','1609.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033889.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122153.0','1045802.0','4',    '5','1','11365.45',    '4','1','11365.45',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033890.0','1020235.0','4',    '3','2','14811.58',    '3','2','14092.58',    '2','1','719.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122154.0','1045802.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033891.0','1020235.0','56',    '50','26','138813.63',    '45','21','108050.79',    '23','9','30762.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122155.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033892.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122156.0','1045802.0','83',    '66','22','94885.26',    '59','17','69632.83',    '33','10','25252.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033893.0','1020235.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122157.0','1045802.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033894.0','1020235.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122158.0','1045802.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033895.0','1020235.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122159.0','1045802.0','1139',    '1018','426','1009979.83',    '978','279','786707.63',    '562','228','223272.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033896.0','1020236.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122160.0','1045803.0','51',    '45','14','35254.1',    '41','12','34700.67',    '22','2','553.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033897.0','1020236.0','1',    '1','1','1609.56',    '1','0','0.0',    '1','1','1609.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122161.0','1045803.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033898.0','1020236.0','24',    '19','5','4141.66',    '17','2','2957.88',    '11','3','1183.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122162.0','1045803.0','12',    '12','1','6118.73',    '10','1','6118.73',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033899.0','1020236.0','69',    '56','21','66395.57',    '51','16','60057.3',    '25','9','6338.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122163.0','1045803.0','61',    '53','24','53479.43',    '49','21','41896.72',    '22','6','11582.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033900.0','1020236.0','30',    '23','3','6077.88',    '20','3','6077.88',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122164.0','1045803.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033901.0','1020236.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122165.0','1045803.0','4',    '4','1','1382.5',    '3','1','1382.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033902.0','1020236.0','84',    '75','26','40267.37',    '64','13','30938.0',    '43','18','9329.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122166.0','1045803.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033903.0','1020236.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122167.0','1045803.0','46',    '30','15','48507.62',    '25','10','36377.82',    '17','8','12129.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033904.0','1020236.0','828',    '687','347','996247.3',    '640','183','674329.31',    '419','238','321917.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122168.0','1045803.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033905.0','1020236.0','84',    '73','22','43723.81',    '72','19','40892.9',    '28','6','2830.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122169.0','1045803.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033906.0','1020236.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122170.0','1045803.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033907.0','1020236.0','778',    '668','177','480812.32',    '629','148','421642.34',    '288','43','59169.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122171.0','1045803.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033908.0','1020236.0','8',    '6','2','3167.75',    '5','1','1986.0',    '3','1','1181.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122172.0','1045803.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033909.0','1020236.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122173.0','1045803.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033910.0','1020236.0','37',    '28','2','1240.4',    '27','1','490.4',    '12','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122174.0','1045803.0','50',    '29','12','30765.11',    '29','7','26755.12',    '10','5','4009.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033911.0','1020236.0','12',    '9','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122175.0','1045803.0','19',    '15','3','5960.69',    '14','3','5960.69',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033912.0','1020236.0','4',    '3','2','3523.39',    '3','2','3523.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122176.0','1045803.0','245',    '224','137','1223968.5',    '217','128','1005483.24',    '113','52','218485.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033913.0','1020247.0','138',    '110','34','87172.53',    '102','26','79572.69',    '42','10','7599.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122177.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033914.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122178.0','1045814.0','6',    '5','1','13918.08',    '4','1','13658.09',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033915.0','1020247.0','10',    '9','3','6323.62',    '8','1','4823.62',    '6','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122179.0','1045814.0','2',    '2','1','749.99',    '2','0','0.0',    '2','1','749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033916.0','1020247.0','1',    '1','1','3350.57',    '1','1','2850.57',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122180.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033917.0','1020247.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122181.0','1045814.0','3',    '2','1','2413.35',    '2','1','2413.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033918.0','1020247.0','17',    '11','6','10685.47',    '7','5','9125.04',    '9','3','1560.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122182.0','1045814.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033919.0','1020247.0','200',    '176','54','292184.97',    '165','42','206873.45',    '99','30','85311.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122183.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033920.0','1020247.0','56',    '42','7','9283.84',    '40','6','7439.68',    '18','3','1844.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122184.0','1045814.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033921.0','1020247.0','2',    '2','1','1253.99',    '2','1','1253.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122185.0','1045814.0','2',    '1','1','1009.99',    '1','0','0.0',    '1','1','1009.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033922.0','1020247.0','98',    '85','19','52510.47',    '78','12','29537.09',    '42','10','22973.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122186.0','1045814.0','1839',    '1599','711','2506748.61',    '1507','453','1900252.67',    '921','431','606495.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033923.0','1020247.0','134',    '118','37','95144.37',    '111','29','82137.72',    '51','12','13006.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122187.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033924.0','1020247.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122188.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033925.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122189.0','1045814.0','104',    '73','24','47645.5',    '64','17','40884.01',    '36','11','6761.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033926.0','1020247.0','1',    '1','1','3987.32',    '1','1','966.0',    '1','1','3021.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122190.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033927.0','1020247.0','1325',    '1177','434','878024.45',    '1117','235','669480.47',    '656','264','208543.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122191.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033928.0','1020247.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122192.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033929.0','1020247.0','3',    '3','1','925.0',    '3','0','0.0',    '1','1','925.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122193.0','1045814.0','79',    '71','20','46051.53',    '66','14','30526.01',    '34','9','15525.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033930.0','1020247.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122194.0','1045814.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033931.0','1020247.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122195.0','1045814.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033932.0','1020247.0','1431',    '1294','445','1110695.77',    '1217','243','760528.34',    '746','289','350167.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122196.0','1045814.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033933.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122197.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033934.0','1020247.0','356',    '324','133','417327.62',    '308','77','291723.92',    '198','85','125603.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122198.0','1045814.0','394',    '310','52','79752.1',    '284','36','67868.26',    '132','19','11883.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033935.0','1020247.0','5',    '4','1','261.08',    '4','1','261.08',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122199.0','1045814.0','1',    '1','1','1756.0',    '1','1','1756.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033936.0','1020247.0','9',    '8','3','3374.7',    '6','3','3374.7',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122200.0','1045814.0','70',    '62','21','84398.46',    '60','15','70574.36',    '20','9','13824.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033937.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122201.0','1045814.0','17',    '13','8','33922.24',    '11','8','33662.25',    '4','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033938.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122202.0','1045814.0','289',    '246','75','246342.74',    '225','63','226837.69',    '102','22','19505.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033939.0','1020247.0','1',    '1','1','814.71',    '0','0','0.0',    '1','1','814.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122203.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033940.0','1020247.0','11',    '8','3','6534.84',    '7','2','5784.84',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122204.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033941.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122205.0','1045814.0','4',    '2','1','7092.34',    '1','1','7092.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033942.0','1020247.0','11',    '9','6','15237.48',    '8','5','9397.42',    '6','4','5840.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122206.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033943.0','1020247.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122207.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2033944.0','1020247.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122208.0','1045814.0','3394',    '2858','1735','6080453.1',    '2619','1134','3905737.49',    '2017','1247','2174715.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033945.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122209.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033946.0','1020247.0','206',    '175','93','431202.36',    '166','69','312092.24',    '109','68','119110.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122210.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033947.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122211.0','1045814.0','1',    '1','1','2300.0',    '1','1','1800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033948.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122212.0','1045814.0','1',    '1','1','2924.2',    '1','1','1342.0',    '1','1','1582.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033949.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122213.0','1045814.0','146',    '130','61','290767.48',    '119','38','214892.0',    '67','42','75875.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033950.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122214.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033951.0','1020247.0','15',    '11','7','26186.55',    '11','5','19862.15',    '9','7','6324.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122215.0','1045814.0','6',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033952.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122216.0','1045814.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033953.0','1020247.0','485',    '418','139','303891.02',    '388','75','215527.03',    '225','89','88363.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122217.0','1045814.0','8',    '6','3','7454.0',    '6','2','6954.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033954.0','1020247.0','3',    '1','1','2183.59',    '1','1','2183.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122218.0','1045814.0','3',    '3','1','2688.99',    '2','1','1938.99',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033955.0','1020247.0','221',    '182','60','109678.26',    '171','30','83824.3',    '88','37','25853.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122219.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033956.0','1020247.0','1',    '1','1','7179.2',    '1','1','1540.0',    '1','1','5639.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122220.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033957.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122221.0','1045814.0','49',    '41','18','51749.08',    '39','17','42811.33',    '22','5','8937.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033958.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122222.0','1045814.0','9',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033959.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122223.0','1045814.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033960.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122224.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033961.0','1020247.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122225.0','1045814.0','19',    '19','5','33819.74',    '16','5','32319.97',    '7','3','1499.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033962.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122226.0','1045814.0','1',    '1','1','3421.84',    '1','1','3421.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033963.0','1020247.0','1',    '1','1','15483.19',    '1','1','15483.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122227.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033964.0','1020247.0','1',    '1','1','1149.96',    '1','1','1149.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122228.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033965.0','1020247.0','41',    '36','17','92883.57',    '35','16','69865.65',    '18','6','23017.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122229.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2033966.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122230.0','1045814.0','2',    '2','1','7371.94',    '1','1','2013.0',    '2','1','5358.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2031682.0','1020247.0','106',    '92','28','96260.47',    '86','23','42175.55',    '47','17','54084.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2119946.0','1045814.0','2',    '2','1','965.92',    '2','1','965.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033967.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122231.0','1045814.0','1144',    '922','434','1449524.5',    '814','243','1106438.63',    '521','260','343085.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033968.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122232.0','1045814.0','64',    '59','33','248751.34',    '55','22','229803.08',    '33','19','18948.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033969.0','1020247.0','422',    '379','148','603473.33',    '348','124','276961.11',    '232','90','326512.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122233.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033970.0','1020247.0','1',    '1','1','2136.1',    '1','1','2136.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122234.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033971.0','1020247.0','7',    '6','1','3728.98',    '6','1','2369.81',    '2','1','1359.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122235.0','1045814.0','5',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033972.0','1020247.0','6',    '4','2','3073.78',    '3','1','2243.78',    '4','2','830.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122236.0','1045814.0','78',    '60','28','46522.3',    '58','17','40145.08',    '26','11','6377.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033973.0','1020247.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122237.0','1045814.0','37',    '35','12','34582.11',    '34','8','28165.2',    '14','6','6416.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033974.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122238.0','1045814.0','1',    '1','1','849.05',    '1','1','849.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033975.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122239.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033976.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122240.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033977.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122241.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033978.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122242.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033979.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122243.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033980.0','1020247.0','1',    '1','1','1434.0',    '1','1','1434.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122244.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033981.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122245.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033982.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122246.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033983.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122247.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033984.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122248.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033985.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122249.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033986.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122250.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033987.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122251.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033988.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122252.0','1045814.0','58',    '51','4','7907.67',    '48','2','6141.75',    '22','3','1765.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033989.0','1020247.0','220',    '169','31','119626.0',    '158','22','98160.76',    '60','15','21465.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122253.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033990.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122254.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033991.0','1020247.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122255.0','1045814.0','5',    '4','1','2332.28',    '4','1','2332.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033992.0','1020247.0','97',    '62','9','16366.52',    '50','4','13897.05',    '23','6','2469.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122256.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033993.0','1020247.0','12',    '12','4','2370.78',    '12','4','2370.78',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122257.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033994.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122258.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033995.0','1020247.0','38',    '36','4','8101.45',    '35','4','7705.0',    '7','1','396.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122259.0','1045814.0','8',    '7','1','524.4',    '6','1','524.4',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033996.0','1020247.0','73',    '71','20','36052.59',    '70','19','33014.43',    '33','7','3038.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122260.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033997.0','1020247.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122261.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033998.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122262.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2033999.0','1020247.0','33',    '30','13','83394.06',    '30','11','75402.49',    '12','8','7991.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122263.0','1045814.0','1',    '1','1','2666.0',    '1','1','2166.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034000.0','1020247.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122264.0','1045814.0','1',    '1','1','3210.9',    '1','1','3210.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034001.0','1020247.0','27',    '22','5','9819.65',    '21','5','9295.04',    '8','1','524.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122265.0','1045814.0','41',    '30','3','17206.43',    '21','2','16446.44',    '16','2','759.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034002.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122266.0','1045814.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034003.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122267.0','1045814.0','270',    '241','63','173002.83',    '221','43','143724.45',    '98','38','29278.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034004.0','1020247.0','4',    '3','1','1878.0',    '3','1','1878.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122268.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034005.0','1020247.0','2',    '2','2','1283.9',    '2','1','533.9',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122269.0','1045814.0','20',    '19','5','8685.54',    '18','5','8685.54',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034006.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122270.0','1045814.0','10',    '10','1','2854.0',    '10','1','2854.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034007.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122271.0','1045814.0','1010',    '877','249','670925.96',    '816','174','546283.47',    '338','130','124642.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034008.0','1020247.0','240',    '213','60','90813.8',    '199','34','65974.21',    '106','37','24839.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122272.0','1045814.0','47',    '44','8','36313.05',    '44','8','34658.95',    '16','3','1654.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034009.0','1020247.0','11',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122273.0','1045814.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034010.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122274.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034011.0','1020247.0','7',    '6','1','3354.0',    '6','1','2854.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122275.0','1045814.0','1',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034012.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122276.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034013.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122277.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034014.0','1020247.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122278.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034015.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122279.0','1045814.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034016.0','1020247.0','631',    '482','117','303634.14',    '457','76','253162.62',    '162','59','50471.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122280.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034017.0','1020247.0','112',    '113','20','108390.76',    '105','16','98432.93',    '47','8','9957.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122281.0','1045814.0','1',    '1','1','2853.52',    '1','1','2643.52',    '1','1','210.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034018.0','1020247.0','835',    '674','157','340695.53',    '581','107','299941.94',    '335','76','40753.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122282.0','1045814.0','14',    '13','4','7798.34',    '13','4','6741.71',    '3','1','1056.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034019.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122283.0','1045814.0','1',    '1','1','2151.38',    '1','1','2151.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034020.0','1020247.0','5',    '2','2','3574.78',    '2','1','2574.78',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122284.0','1045814.0','1',    '1','1','2365.99',    '1','1','2166.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034021.0','1020247.0','131',    '128','27','108206.92',    '127','25','105772.64',    '60','4','2434.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122285.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034022.0','1020247.0','194',    '172','29','94552.16',    '161','26','91495.29',    '62','5','3056.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122286.0','1045814.0','70',    '63','6','18240.58',    '60','3','13466.22',    '20','4','4774.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034023.0','1020247.0','40',    '38','13','30728.31',    '29','5','22050.24',    '22','11','8678.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122287.0','1045814.0','7',    '7','3','4434.92',    '7','3','4434.92',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034024.0','1020247.0','66',    '36','6','9186.62',    '35','4','7483.51',    '10','3','1703.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122288.0','1045814.0','9',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034025.0','1020247.0','106',    '94','16','68935.69',    '81','13','56957.04',    '51','6','11978.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122289.0','1045814.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034026.0','1020247.0','73',    '68','6','16324.07',    '64','5','14295.97',    '26','3','2028.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122290.0','1045814.0','16',    '13','2','3613.93',    '11','2','2811.22',    '7','1','802.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034027.0','1020247.0','12',    '12','2','6280.38',    '12','2','6080.39',    '6','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122291.0','1045814.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034028.0','1020247.0','11',    '8','1','2167.0',    '8','0','0.0',    '3','1','2167.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122292.0','1045814.0','172',    '160','21','30049.15',    '150','18','29023.93',    '79','3','1025.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034029.0','1020247.0','3',    '4','1','10413.14',    '3','1','8246.78',    '2','1','2166.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122293.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034030.0','1020247.0','28',    '26','6','12403.16',    '24','4','5940.87',    '11','3','6462.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122294.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034031.0','1020247.0','59',    '55','17','27067.2',    '53','13','24110.3',    '29','4','2956.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122295.0','1045814.0','499',    '440','129','253335.71',    '404','110','220697.48',    '206','37','32638.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034032.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122296.0','1045814.0','80',    '79','22','18562.74',    '76','16','14649.49',    '35','8','3913.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029483.0','1020247.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117747.0','1045814.0','1484',    '1351','547','1812203.58',    '1262','366','1276726.08',    '778','335','535477.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034033.0','1020247.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122297.0','1045814.0','4',    '4','3','4901.41',    '3','1','596.55',    '3','2','4304.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034034.0','1020247.0','125',    '123','33','89450.5',    '120','27','84551.9',    '43','9','4898.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122298.0','1045814.0','139',    '135','60','184638.24',    '133','45','138795.15',    '62','29','45843.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034035.0','1020247.0','242',    '229','48','109285.5',    '223','40','102945.46',    '80','12','6340.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122299.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034036.0','1020247.0','210',    '202','61','146440.79',    '177','19','68253.13',    '124','48','78187.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122300.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034037.0','1020247.0','1',    '1','1','2378.0',    '1','1','2378.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122301.0','1045814.0','66',    '61','17','19575.17',    '58','5','6652.79',    '32','13','12922.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034038.0','1020247.0','16',    '12','3','2879.25',    '11','3','2669.25',    '7','1','210.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122302.0','1045814.0','40',    '41','12','27180.6',    '41','9','25150.62',    '20','3','2029.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034039.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122303.0','1045814.0','12',    '12','1','485.28',    '12','1','485.28',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034040.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122304.0','1045814.0','24',    '18','5','5652.92',    '17','2','3672.92',    '7','4','1980.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034041.0','1020247.0','106',    '94','21','90369.2',    '90','19','88175.89',    '33','4','2193.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122305.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034042.0','1020247.0','67',    '62','20','39846.67',    '62','17','37295.29',    '23','3','2551.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122306.0','1045814.0','486',    '411','58','146893.79',    '378','48','123214.78',    '185','18','23679.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034043.0','1020247.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122307.0','1045814.0','85',    '83','17','108063.37',    '80','16','94838.04',    '39','4','13225.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034044.0','1020247.0','773',    '714','210','589444.8',    '662','161','455628.18',    '384','84','133816.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122308.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034045.0','1020247.0','112',    '96','17','57462.76',    '94','16','57214.05',    '28','1','248.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122309.0','1045814.0','746',    '710','207','440115.15',    '684','143','351417.27',    '357','105','88697.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034046.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122310.0','1045814.0','1',    '1','1','13624.8',    '1','1','7624.8',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034047.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122311.0','1045814.0','188',    '96','13','15291.82',    '96','5','11811.86',    '22','9','3479.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034048.0','1020247.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122312.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034049.0','1020247.0','6',    '6','1','310.96',    '5','1','310.96',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122313.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029624.0','1020247.0','66',    '36','4','1699.99',    '35','0','0.0',    '11','4','1699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117888.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034050.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122314.0','1045814.0','8',    '8','3','7483.92',    '7','2','6556.99',    '3','1','926.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034051.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122315.0','1045814.0','1',    '1','1','472.25',    '1','1','472.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029672.0','1020247.0','94',    '92','25','63651.74',    '87','22','58936.43',    '31','6','4715.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117936.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034052.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122316.0','1045814.0','6',    '7','2','378.06',    '7','2','378.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034053.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122317.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034054.0','1020247.0','130',    '138','11','49910.9',    '132','6','47442.67',    '45','5','2468.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122318.0','1045814.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034055.0','1020247.0','56',    '55','11','26128.02',    '54','11','25465.86',    '28','1','662.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122319.0','1045814.0','21',    '21','5','11797.68',    '20','5','11271.24',    '6','1','526.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034056.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122320.0','1045814.0','351',    '336','98','219056.2',    '314','57','132754.57',    '181','55','86301.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034057.0','1020247.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122321.0','1045814.0','4',    '4','1','1252.7',    '4','1','1252.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034058.0','1020247.0','221',    '202','66','192116.12',    '185','47','154942.17',    '94','27','37173.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122322.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034059.0','1020247.0','11',    '9','5','6329.55',    '9','4','5546.81',    '5','2','782.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122323.0','1045814.0','43',    '18','3','9480.64',    '18','3','9480.64',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034060.0','1020247.0','181',    '177','50','117262.57',    '169','44','104614.68',    '71','14','12647.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122324.0','1045814.0','78',    '83','20','41006.46',    '74','18','38907.28',    '42','5','2099.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034061.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122325.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034062.0','1020247.0','216',    '198','37','72708.06',    '193','27','55550.26',    '101','14','17157.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122326.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034063.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122327.0','1045814.0','1',    '1','1','1183.25',    '1','1','1183.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034064.0','1020247.0','75',    '73','11','26653.06',    '73','9','25358.73',    '27','3','1294.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122328.0','1045814.0','883',    '813','293','772684.58',    '769','247','645238.55',    '352','128','127446.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034065.0','1020247.0','43',    '41','9','41213.92',    '39','9','39910.04',    '14','3','1303.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122329.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034066.0','1020247.0','115',    '101','31','37134.27',    '95','24','28471.74',    '46','11','8662.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122330.0','1045814.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034067.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122331.0','1045814.0','313',    '298','49','102712.65',    '261','30','78126.14',    '125','24','24586.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034068.0','1020247.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122332.0','1045814.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034069.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122333.0','1045814.0','146',    '128','18','28419.93',    '119','15','26169.93',    '45','3','2250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034070.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122334.0','1045814.0','734',    '704','239','1015002.02',    '678','193','876740.02',    '345','129','138262.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034071.0','1020247.0','36',    '38','7','25145.16',    '34','5','17588.86',    '23','5','7556.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122335.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034072.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122336.0','1045814.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034073.0','1020247.0','179',    '158','37','114231.08',    '139','29','97520.08',    '66','11','16711.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122337.0','1045814.0','165',    '144','33','86774.18',    '139','30','78154.86',    '57','10','8619.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034074.0','1020247.0','2',    '2','1','2229.71',    '1','1','1762.0',    '2','1','467.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122338.0','1045814.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034075.0','1020247.0','29',    '23','8','34485.41',    '22','6','19138.4',    '11','5','15347.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122339.0','1045814.0','83',    '75','24','55434.66',    '70','22','54119.92',    '26','4','1314.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034076.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122340.0','1045814.0','146',    '126','17','45383.23',    '115','9','34817.81',    '51','9','10565.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034077.0','1020247.0','12',    '12','1','5505.36',    '11','1','5240.58',    '3','1','264.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122341.0','1045814.0','104',    '97','35','84758.69',    '89','27','69557.61',    '48','14','15201.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034078.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122342.0','1045814.0','147',    '127','24','91515.54',    '123','20','82198.98',    '48','7','9316.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034079.0','1020247.0','4',    '3','1','2366.8',    '3','1','2366.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122343.0','1045814.0','765',    '603','94','329925.07',    '475','60','288566.92',    '290','57','41358.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034080.0','1020247.0','173',    '166','54','144497.66',    '156','48','122375.35',    '54','13','22122.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122344.0','1045814.0','1',    '1','1','5727.03',    '1','1','5727.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034081.0','1020247.0','45',    '41','7','10665.12',    '39','5','9850.12',    '12','2','815.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122345.0','1045814.0','70',    '62','13','28994.96',    '57','12','28030.82',    '20','3','964.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034082.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122346.0','1045814.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034083.0','1020247.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122347.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034084.0','1020247.0','43',    '36','11','18124.21',    '36','9','17354.21',    '13','2','770.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122348.0','1045814.0','432',    '343','80','260795.24',    '300','56','207461.36',    '159','46','53333.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034085.0','1020247.0','10',    '11','1','2680.37',    '11','1','2680.37',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122349.0','1045814.0','7',    '6','1','2837.98',    '6','1','1878.0',    '1','1','959.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034086.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122350.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034087.0','1020247.0','11',    '12','2','5551.45',    '12','2','5551.45',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122351.0','1045814.0','190',    '185','43','116725.61',    '174','27','93730.24',    '81','18','22995.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034088.0','1020247.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122352.0','1045814.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034089.0','1020247.0','28',    '23','3','7079.87',    '22','3','7079.87',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122353.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034090.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122354.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034091.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122355.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034092.0','1020247.0','417',    '386','117','263736.35',    '373','99','240948.06',    '193','34','22788.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122356.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029660.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117924.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034093.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122357.0','1045814.0','49',    '42','12','35336.48',    '39','10','34328.49',    '22','2','1007.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034094.0','1020247.0','53',    '46','18','77807.36',    '44','17','66229.07',    '22','5','11578.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122358.0','1045814.0','1',    '2','2','4464.3',    '2','2','4464.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034095.0','1020247.0','404',    '377','59','139529.12',    '334','42','115214.07',    '162','25','24315.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122359.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034096.0','1020247.0','149',    '147','63','214553.71',    '144','57','202758.62',    '59','19','11795.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122360.0','1045814.0','6',    '4','3','3806.25',    '3','1','2321.0',    '4','3','1485.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034097.0','1020247.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122361.0','1045814.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034098.0','1020247.0','6',    '5','1','602.65',    '4','1','602.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122362.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034099.0','1020247.0','1091',    '941','283','877900.86',    '903','203','768328.85',    '407','135','109572.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122363.0','1045814.0','50',    '43','18','113569.2',    '41','15','86437.31',    '24','9','27131.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034100.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122364.0','1045814.0','253',    '233','61','149420.0',    '225','48','118545.55',    '91','22','30874.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034101.0','1020247.0','131',    '109','28','103807.03',    '108','23','81051.2',    '36','10','22755.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122365.0','1045814.0','136',    '136','35','83891.51',    '127','26','71824.19',    '57','14','12067.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034102.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122366.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034103.0','1020247.0','726',    '691','200','495051.62',    '653','144','415768.94',    '375','87','79282.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122367.0','1045814.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034104.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122368.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034105.0','1020247.0','1',    '1','1','894.14',    '1','0','0.0',    '1','1','894.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122369.0','1045814.0','122',    '118','38','157465.06',    '117','29','143665.83',    '58','15','13799.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034106.0','1020247.0','0',    '1','1','8421.15',    '1','1','8421.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122370.0','1045814.0','271',    '212','79','276376.7',    '200','60','213919.45',    '85','42','62457.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034107.0','1020247.0','17',    '16','6','8626.65',    '15','3','6591.66',    '9','5','2034.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122371.0','1045814.0','9',    '8','3','13222.48',    '7','3','12849.21',    '2','1','373.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034108.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122372.0','1045814.0','303',    '283','58','188578.95',    '252','40','141317.57',    '128','32','47261.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034109.0','1020247.0','309',    '264','39','123155.03',    '241','33','112696.98',    '123','15','10458.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122373.0','1045814.0','262',    '244','19','52126.59',    '232','13','42247.09',    '65','8','9879.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034110.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122374.0','1045814.0','144',    '105','19','64016.02',    '81','16','59278.19',    '58','7','4737.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034111.0','1020247.0','23',    '20','1','335.98',    '20','1','335.98',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122375.0','1045814.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034112.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122376.0','1045814.0','522',    '395','75','174259.56',    '339','49','129131.29',    '171','46','45128.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2034113.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122377.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029677.0','1020247.0','2',    '2','2','3330.0',    '2','1','2580.0',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117941.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034114.0','1020247.0','19',    '13','4','6103.78',    '11','3','5103.78',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122378.0','1045814.0','320',    '314','60','181613.25',    '304','52','170939.72',    '110','18','10673.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034115.0','1020247.0','47',    '41','14','33202.46',    '40','13','31665.55',    '14','2','1536.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122379.0','1045814.0','1',    '1','1','1946.0',    '1','1','1946.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034116.0','1020247.0','73',    '70','22','91622.66',    '65','18','74774.46',    '29','6','16848.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122380.0','1045814.0','43',    '41','20','29316.11',    '40','15','25528.66',    '22','7','3787.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034117.0','1020247.0','23',    '21','9','44741.16',    '21','8','38444.43',    '10','4','6296.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122381.0','1045814.0','2',    '2','1','1186.77',    '2','1','1186.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034118.0','1020247.0','59',    '49','18','24878.33',    '47','16','18482.28',    '26','6','6396.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122382.0','1045814.0','1',    '1','1','5234.25',    '1','1','5234.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034119.0','1020247.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122383.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034120.0','1020247.0','5',    '5','3','10535.65',    '5','3','10535.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122384.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2031658.0','1020247.0','20',    '21','8','36397.08',    '20','6','34897.08',    '5','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2119922.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034121.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122385.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034122.0','1020247.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122386.0','1045814.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034123.0','1020247.0','87',    '72','20','45232.95',    '69','16','41512.95',    '27','8','3720.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122387.0','1045814.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034124.0','1020247.0','120',    '121','25','86349.52',    '118','22','84702.14',    '44','3','1647.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122388.0','1045814.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034125.0','1020247.0','63',    '61','34','158145.43',    '60','31','146175.73',    '24','8','11969.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122389.0','1045814.0','87',    '86','18','29194.04',    '80','18','26881.71',    '36','5','2312.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034126.0','1020247.0','33',    '36','6','8018.81',    '33','2','5427.11',    '16','4','2591.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122390.0','1045814.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034127.0','1020247.0','26',    '25','4','7980.18',    '23','3','7105.18',    '7','1','875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122391.0','1045814.0','121',    '113','33','130034.16',    '102','26','113749.21',    '55','11','16284.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034128.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122392.0','1045814.0','1',    '1','1','7137.45',    '1','1','7027.95',    '1','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029601.0','1020247.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117865.0','1045814.0','303',    '280','62','137644.26',    '269','57','124170.38',    '119','13','13473.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034129.0','1020247.0','8',    '6','3','5739.95',    '6','2','5345.81',    '5','1','394.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122393.0','1045814.0','59',    '55','22','41322.58',    '52','17','37764.49',    '26','8','3558.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034130.0','1020247.0','1',    '1','1','262.3',    '1','0','0.0',    '1','1','262.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122394.0','1045814.0','13',    '15','3','4964.74',    '13','1','3796.77',    '11','3','1167.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029725.0','1020247.0','123',    '105','14','22945.59',    '98','14','22945.59',    '38','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117989.0','1045814.0','144',    '145','45','198536.74',    '130','34','141864.58',    '84','26','56672.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034131.0','1020247.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122395.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034132.0','1020247.0','16',    '17','5','13004.1',    '16','5','8907.47',    '6','2','4096.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122396.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034133.0','1020247.0','160',    '145','30','73659.58',    '137','21','49204.57',    '68','18','24455.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122397.0','1045814.0','48',    '44','13','20390.9',    '39','11','19440.91',    '22','2','949.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034134.0','1020247.0','1',    '1','1','1459.01',    '1','1','1459.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122398.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034135.0','1020247.0','4',    '4','1','598.23',    '4','1','598.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122399.0','1045814.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034136.0','1020247.0','2',    '2','2','796.63',    '2','2','796.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122400.0','1045814.0','8',    '7','3','6343.13',    '6','1','1461.75',    '4','2','4881.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034137.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122401.0','1045814.0','12',    '12','1','3063.06',    '9','1','3063.06',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034138.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122402.0','1045814.0','4',    '2','1','1168.0',    '2','1','1168.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034139.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122403.0','1045814.0','1',    '1','1','3641.23',    '1','1','2337.23',    '1','1','1304.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034140.0','1020247.0','626',    '571','118','323048.15',    '538','96','282345.16',    '236','35','40702.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122404.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034141.0','1020247.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122405.0','1045814.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034142.0','1020247.0','44',    '41','8','18415.31',    '37','4','8708.95',    '19','5','9706.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122406.0','1045814.0','183',    '151','31','86425.4',    '146','25','60448.54',    '54','15','25976.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034143.0','1020247.0','1',    '1','1','3799.39',    '1','1','3799.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122407.0','1045814.0','5',    '3','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034144.0','1020247.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122408.0','1045814.0','210',    '191','30','97254.48',    '186','26','70478.17',    '62','13','26776.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2031437.0','1020247.0','1',    '1','1','1014.0',    '1','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2119701.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034145.0','1020247.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122409.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034146.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122410.0','1045814.0','16',    '15','6','9098.83',    '15','5','8836.53',    '10','1','262.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034147.0','1020247.0','75',    '74','24','62375.38',    '71','20','54825.17',    '37','7','7550.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122411.0','1045814.0','3',    '3','2','2995.76',    '3','2','2995.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034148.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122412.0','1045814.0','69',    '72','18','79917.2',    '67','17','78867.98',    '30','1','1049.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034149.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122413.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029617.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117881.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034150.0','1020247.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122414.0','1045814.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2029675.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2117939.0','1045814.0','1',    '1','1','2918.67',    '1','1','1094.0',    '1','1','1824.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034151.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122415.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034152.0','1020247.0','17',    '16','5','36830.44',    '16','5','36333.02',    '6','1','497.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122416.0','1045814.0','83',    '70','7','17784.07',    '67','6','15443.7',    '22','2','2340.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2034153.0','1020247.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122417.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034154.0','1020247.0','178',    '170','57','369615.72',    '162','48','322665.79',    '86','26','46949.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122418.0','1045814.0','89',    '81','14','26564.1',    '75','12','15480.77',    '36','6','11083.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034155.0','1020247.0','54',    '42','13','21619.76',    '39','7','13898.14',    '19','8','7721.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122419.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034156.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122420.0','1045814.0','7',    '7','2','3725.01',    '7','2','3725.01',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034157.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122421.0','1045814.0','346',    '338','104','388418.49',    '320','85','346889.98',    '156','30','41528.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034158.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122422.0','1045814.0','1',    '1','1','1654.59',    '1','1','1654.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034159.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122423.0','1045814.0','11',    '9','2','2660.9',    '9','2','2412.19',    '1','1','248.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034160.0','1020247.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122424.0','1045814.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034161.0','1020247.0','902',    '838','340','2250476.25',    '799','281','1873426.57',    '411','181','377049.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122425.0','1045814.0','121',    '101','13','28280.96',    '97','11','24620.05',    '28','4','3660.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034162.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122426.0','1045814.0','2',    '1','1','979.66',    '1','1','979.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034163.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122427.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034164.0','1020247.0','10',    '9','2','3169.04',    '9','2','3169.04',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122428.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034165.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122429.0','1045814.0','29',    '29','9','9860.03',    '29','4','5994.0',    '13','6','3866.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034166.0','1020247.0','191',    '177','35','80223.63',    '164','22','64460.76',    '83','17','15762.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122430.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029637.0','1020247.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117901.0','1045814.0','1',    '1','1','7772.4',    '1','1','7772.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034167.0','1020247.0','46',    '47','8','38797.77',    '46','7','38047.77',    '18','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122431.0','1045814.0','7',    '7','2','4794.2',    '7','2','4664.21',    '4','1','129.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029647.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117911.0','1045814.0','1',    '1','1','2746.35',    '1','0','0.0',    '1','1','2746.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034168.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122432.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029494.0','1020247.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117758.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034169.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122433.0','1045814.0','1',    '1','1','8892.68',    '1','1','8892.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029662.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117926.0','1045814.0','8',    '6','4','6633.36',    '6','4','5604.57',    '5','1','1028.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034170.0','1020247.0','37',    '33','10','12439.74',    '31','8','9573.72',    '14','4','2866.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122434.0','1045814.0','57',    '52','24','69375.42',    '51','20','59970.37',    '24','8','9405.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034171.0','1020247.0','1',    '1','1','4168.55',    '1','1','4168.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122435.0','1045814.0','85',    '80','26','86907.9',    '78','22','84257.93',    '34','6','2649.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034172.0','1020247.0','84',    '68','6','5592.43',    '64','6','5592.43',    '18','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122436.0','1045814.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034173.0','1020247.0','373',    '335','80','207086.61',    '302','50','149612.7',    '175','42','57473.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122437.0','1045814.0','12',    '10','1','128.44',    '9','1','128.44',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034174.0','1020247.0','11',    '13','6','22950.19',    '13','5','16822.44',    '6','2','6127.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122438.0','1045814.0','1',    '1','1','1578.72',    '1','0','0.0',    '1','1','1578.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029674.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117938.0','1045814.0','1',    '1','1','1167.9',    '1','1','1167.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034175.0','1020247.0','4',    '5','2','6377.76',    '5','2','6377.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122439.0','1045814.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034176.0','1020247.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122440.0','1045814.0','320',    '315','147','391877.74',    '307','127','349373.71',    '133','50','42504.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034177.0','1020247.0','1',    '1','1','3058.45',    '1','1','1508.0',    '1','1','1550.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122441.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034178.0','1020247.0','391',    '371','147','541615.16',    '359','113','463949.22',    '192','79','77665.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122442.0','1045814.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034179.0','1020247.0','194',    '191','60','127381.07',    '186','49','110881.38',    '89','22','16499.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122443.0','1045814.0','521',    '431','97','250504.03',    '389','73','219799.88',    '204','38','30704.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029539.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117803.0','1045814.0','685',    '612','212','659062.37',    '568','177','583223.07',    '250','59','75839.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029651.0','1020247.0','120',    '113','50','147069.94',    '110','38','125557.98',    '62','25','21511.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117915.0','1045814.0','0',    '1','1','897.38',    '1','0','0.0',    '1','1','897.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034180.0','1020247.0','1',    '1','1','1254.0',    '1','1','754.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122444.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034181.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122445.0','1045814.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034182.0','1020247.0','992',    '966','329','772578.55',    '936','240','634767.01',    '470','156','137811.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122446.0','1045814.0','230',    '205','83','648007.72',    '194','67','518618.15',    '126','52','129389.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034183.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122447.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034184.0','1020247.0','34',    '32','3','4797.87',    '28','3','4797.87',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122448.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034185.0','1020247.0','2',    '2','1','10116.98',    '2','1','10116.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122449.0','1045814.0','213',    '205','65','262075.45',    '198','51','225643.34',    '99','31','36432.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034186.0','1020247.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122450.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034187.0','1020247.0','380',    '366','112','365211.45',    '339','84','268177.46',    '203','59','97033.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122451.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034188.0','1020247.0','142',    '119','13','65964.36',    '105','8','55751.26',    '48','8','10213.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122452.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034189.0','1020247.0','1220',    '1048','306','668980.05',    '949','216','507256.92',    '507','143','161723.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122453.0','1045814.0','21',    '18','4','14276.43',    '18','4','14057.43',    '5','1','219.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034190.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122454.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029702.0','1020247.0','61',    '56','16','42663.99',    '52','14','34827.01',    '21','4','7836.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117966.0','1045814.0','35',    '31','4','13159.13',    '29','2','11911.71',    '15','2','1247.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034191.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122455.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034192.0','1020247.0','3',    '2','1','2008.0',    '2','1','1508.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122456.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034193.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122457.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034194.0','1020247.0','12',    '11','2','4895.86',    '11','2','4895.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122458.0','1045814.0','35',    '35','10','24097.12',    '32','8','18580.51',    '15','3','5516.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034195.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122459.0','1045814.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034196.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122460.0','1045814.0','18',    '19','4','13522.18',    '18','4','12842.19',    '11','2','679.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034197.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122461.0','1045814.0','1',    '1','1','631.52',    '1','1','631.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034198.0','1020247.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122462.0','1045814.0','313',    '286','61','147323.95',    '273','51','131612.49',    '130','17','15711.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034199.0','1020247.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122463.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034200.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122464.0','1045814.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034201.0','1020247.0','5',    '3','1','750.0',    '3','0','0.0',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122465.0','1045814.0','1541',    '1384','525','1993164.17',    '1261','350','1304337.33',    '788','312','688826.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2034202.0','1020247.0','6',    '5','1','1168.0',    '4','1','1168.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122466.0','1045814.0','233',    '212','30','40259.68',    '202','26','32948.27',    '90','6','7311.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034203.0','1020247.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122467.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034204.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122468.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034205.0','1020247.0','13',    '12','3','2936.66',    '12','3','2936.66',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122469.0','1045814.0','31',    '28','9','20423.95',    '28','8','19673.95',    '13','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034206.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122470.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034207.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122471.0','1045814.0','24',    '21','7','15323.97',    '21','6','14012.02',    '10','2','1311.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034208.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122472.0','1045814.0','31',    '25','5','20575.12',    '25','5','18869.94',    '5','2','1705.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034209.0','1020247.0','200',    '201','58','108233.21',    '199','50','99517.78',    '70','11','8715.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122473.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034210.0','1020247.0','6',    '6','1','250.46',    '6','1','250.46',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122474.0','1045814.0','25',    '23','5','9071.33',    '23','4','8677.66',    '5','1','393.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034211.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122475.0','1045814.0','2',    '2','1','1903.98',    '2','1','1903.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034212.0','1020247.0','94',    '91','35','181766.02',    '89','34','158389.51',    '48','15','23376.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122476.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034213.0','1020247.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122477.0','1045814.0','46',    '42','18','89051.7',    '42','16','80342.73',    '13','5','8708.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2034214.0','1020247.0','23',    '19','16','134405.41',    '19','16','120080.89',    '11','7','14324.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122478.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034215.0','1020247.0','20',    '19','4','30253.02',    '19','3','26803.02',    '8','2','3450.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122479.0','1045814.0','1',    '1','1','1877.34',    '1','1','1877.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034216.0','1020247.0','2',    '2','1','15759.35',    '1','1','15278.05',    '2','1','481.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122480.0','1045814.0','5',    '4','2','2210.1',    '4','1','1930.1',    '2','1','280.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034217.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122481.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034218.0','1020247.0','135',    '114','24','50277.35',    '101','19','43004.08',    '52','6','7273.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122482.0','1045814.0','61',    '61','18','34677.36',    '61','14','31865.41',    '26','5','2811.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034219.0','1020247.0','47',    '35','7','8029.42',    '33','6','5192.6',    '10','2','2836.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122483.0','1045814.0','149',    '140','52','139279.5',    '137','44','126131.46',    '57','14','13148.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034220.0','1020247.0','125',    '117','25','75519.05',    '115','21','71816.89',    '49','6','3702.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122484.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034221.0','1020247.0','11',    '11','1','1725.33',    '11','1','1725.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122485.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034222.0','1020247.0','2',    '2','1','394.14',    '2','0','0.0',    '1','1','394.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122486.0','1045814.0','4',    '4','1','231.65',    '4','1','231.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029661.0','1020247.0','120',    '109','31','116856.19',    '107','24','101800.38',    '52','16','15055.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117925.0','1045814.0','377',    '352','262','3008975.77',    '345','236','2358228.72',    '264','196','650747.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034223.0','1020247.0','1517',    '1373','582','3347884.26',    '1302','452','2713583.81',    '742','320','634300.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122487.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034224.0','1020247.0','85',    '73','10','25522.65',    '67','8','22911.84',    '31','2','2610.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122488.0','1045814.0','2',    '2','2','2438.24',    '1','1','1278.87',    '2','2','1159.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034225.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122489.0','1045814.0','205',    '184','65','171152.23',    '177','48','137692.23',    '83','25','33460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034226.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122490.0','1045814.0','13',    '11','3','22563.96',    '10','3','18856.59',    '6','2','3707.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034227.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122491.0','1045814.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034228.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122492.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034229.0','1020247.0','92',    '89','26','53945.18',    '86','19','48222.93',    '47','9','5722.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122493.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034230.0','1020247.0','212',    '179','30','55925.73',    '171','24','50391.54',    '73','11','5534.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122494.0','1045814.0','0',    '1','1','1126.92',    '1','1','1126.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034231.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122495.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034232.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122496.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034233.0','1020247.0','667',    '589','126','361422.89',    '561','98','328766.56',    '254','40','32656.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122497.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034234.0','1020247.0','128',    '121','40','93730.61',    '116','37','78840.54',    '54','11','14890.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122498.0','1045814.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034235.0','1020247.0','6',    '5','2','1979.53',    '5','1','1229.53',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122499.0','1045814.0','92',    '82','37','98417.17',    '79','33','93615.93',    '43','7','4801.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034236.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122500.0','1045814.0','18',    '19','2','2130.38',    '19','2','2130.38',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034237.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122501.0','1045814.0','1',    '1','1','530.47',    '0','0','0.0',    '1','1','530.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034238.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122502.0','1045814.0','8',    '5','2','21980.39',    '4','2','21420.4',    '3','1','559.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034239.0','1020247.0','42',    '39','9','29292.99',    '37','6','27998.85',    '14','3','1294.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122503.0','1045814.0','3',    '3','2','2636.52',    '3','2','2636.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034240.0','1020247.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122504.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034241.0','1020247.0','28',    '25','5','22436.85',    '23','4','21924.56',    '13','2','512.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122505.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034242.0','1020247.0','30',    '27','11','21631.04',    '26','8','20659.01',    '13','3','972.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122506.0','1045814.0','20',    '20','11','34819.51',    '20','9','28945.39',    '12','4','5874.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034243.0','1020247.0','249',    '246','112','271705.18',    '243','104','247584.69',    '120','24','24120.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122507.0','1045814.0','84',    '80','29','62180.55',    '80','27','56970.98',    '25','4','5209.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034244.0','1020247.0','40',    '33','7','25809.5',    '30','7','25143.13',    '14','2','666.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122508.0','1045814.0','28',    '27','12','39438.96',    '26','9','33060.59',    '9','3','6378.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034245.0','1020247.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122509.0','1045814.0','72',    '74','23','49176.41',    '74','19','45171.28',    '32','5','4005.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034246.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122510.0','1045814.0','284',    '269','129','887338.78',    '261','115','767387.07',    '129','64','119951.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034247.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122511.0','1045814.0','65',    '60','11','28958.14',    '57','9','22197.82',    '30','5','6760.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029486.0','1020247.0','416',    '399','163','583876.09',    '386','152','520010.89',    '203','51','63865.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117750.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034248.0','1020247.0','4',    '4','1','270.8',    '4','1','270.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122512.0','1045814.0','225',    '189','47','133048.75',    '170','32','89565.58',    '94','26','43483.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029644.0','1020247.0','1',    '1','1','5236.78',    '1','1','1936.0',    '1','1','3300.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117908.0','1045814.0','126',    '116','26','60292.36',    '113','20','53747.61',    '43','6','6544.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029665.0','1020247.0','42',    '38','11','19906.85',    '37','10','19119.51',    '14','2','787.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117929.0','1045814.0','44',    '41','6','10404.98',    '39','5','10011.31',    '13','1','393.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034249.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122513.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034250.0','1020247.0','162',    '157','52','108360.26',    '154','47','102461.2',    '64','9','5899.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122514.0','1045814.0','4',    '2','1','756.75',    '2','0','0.0',    '1','1','756.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034251.0','1020247.0','7',    '6','2','4826.39',    '6','2','4213.25',    '1','1','613.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122515.0','1045814.0','29',    '29','14','36476.84',    '29','14','34846.61',    '14','2','1630.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034252.0','1020247.0','920',    '901','368','916446.56',    '882','324','850120.27',    '418','82','66326.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122516.0','1045814.0','19',    '16','6','13244.29',    '16','5','12494.29',    '9','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034253.0','1020247.0','114',    '104','45','255562.93',    '100','36','189485.12',    '67','30','66077.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122517.0','1045814.0','22',    '19','3','6181.08',    '19','2','4749.4',    '4','1','1431.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034254.0','1020247.0','32',    '33','14','31804.96',    '33','12','30188.99',    '23','3','1615.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122518.0','1045814.0','1',    '1','1','543.42',    '1','1','543.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034255.0','1020247.0','1',    '1','1','2234.44',    '1','1','2234.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122519.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034256.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122520.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034257.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122521.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034258.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122522.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034259.0','1020247.0','1',    '1','1','7978.8',    '1','1','4088.0',    '1','1','3890.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122523.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034260.0','1020247.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122524.0','1045814.0','8',    '7','3','8307.92',    '7','3','8047.93',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034261.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122525.0','1045814.0','10',    '8','4','9781.74',    '8','3','8531.14',    '2','1','1250.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034262.0','1020247.0','6',    '6','3','12570.98',    '6','3','11726.0',    '3','2','844.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122526.0','1045814.0','2',    '2','1','2583.04',    '2','1','2583.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034263.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122527.0','1045814.0','13',    '12','8','29337.19',    '12','8','29337.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034264.0','1020247.0','4',    '3','2','17210.07',    '3','1','16750.08',    '2','2','459.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122528.0','1045814.0','4',    '4','3','4231.83',    '4','3','4181.83',    '2','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034265.0','1020247.0','13',    '11','7','28812.75',    '11','6','27081.54',    '3','2','1731.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122529.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034266.0','1020247.0','1',    '1','1','708.84',    '1','1','658.84',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122530.0','1045814.0','6',    '6','1','3542.88',    '6','1','3542.88',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034267.0','1020247.0','9',    '9','1','259.99',    '9','0','0.0',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122531.0','1045814.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034268.0','1020247.0','1',    '1','1','4528.78',    '1','1','2408.82',    '1','1','2119.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122532.0','1045814.0','1',    '1','1','5993.93',    '1','1','5993.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034269.0','1020247.0','29',    '28','18','32882.6',    '28','18','32362.62',    '4','2','519.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122533.0','1045814.0','4',    '4','2','1553.52',    '4','2','1553.52',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034270.0','1020247.0','4',    '3','2','1336.92',    '3','2','1336.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122534.0','1045814.0','2',    '2','2','16452.57',    '2','2','16192.58',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034271.0','1020247.0','2',    '2','2','1936.39',    '2','2','1676.4',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122535.0','1045814.0','1',    '1','1','1232.28',    '1','1','1232.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034272.0','1020247.0','11',    '10','0','0.0',    '10','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122536.0','1045814.0','8',    '7','5','52987.45',    '7','5','52987.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034273.0','1020247.0','5',    '5','3','8731.21',    '5','3','8471.22',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122537.0','1045814.0','3',    '3','1','6839.2',    '3','1','5882.36',    '1','1','956.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034274.0','1020247.0','42',    '39','27','165751.18',    '39','25','152682.15',    '16','12','13069.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122538.0','1045814.0','2',    '2','2','1373.46',    '2','2','1373.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034275.0','1020247.0','192',    '178','96','356906.09',    '176','82','316868.07',    '78','52','40038.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122539.0','1045814.0','6',    '5','1','5216.5',    '5','1','5216.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034276.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122540.0','1045814.0','2',    '2','2','1471.48',    '2','2','1471.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034277.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122541.0','1045814.0','67',    '61','30','88623.89',    '61','28','79532.47',    '22','11','9091.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034278.0','1020247.0','2',    '2','1','2943.17',    '2','1','2943.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122542.0','1045814.0','4',    '3','3','7581.11',    '3','3','7051.12',    '1','1','529.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034279.0','1020247.0','1',    '1','1','1183.88',    '1','1','1183.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122543.0','1045814.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034280.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122544.0','1045814.0','1',    '1','1','259.99',    '1','0','0.0',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034281.0','1020247.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122545.0','1045814.0','20',    '17','13','48528.29',    '17','13','46768.32',    '8','2','1759.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2034282.0','1020247.0','8',    '8','2','1610.65',    '8','2','1610.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122546.0','1045814.0','2',    '1','1','1690.56',    '1','1','1690.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034283.0','1020247.0','2',    '2','1','393.88',    '2','1','393.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122547.0','1045814.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034284.0','1020253.0','1',    '1','1','4626.71',    '1','1','4626.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122548.0','1045820.0','6',    '6','4','13092.78',    '6','4','12294.76',    '4','2','798.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034285.0','1020253.0','2',    '2','1','1221.97',    '2','1','1221.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122549.0','1045820.0','41',    '37','17','53544.26',    '37','16','50411.72',    '13','7','3132.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034286.0','1020253.0','51',    '47','24','74395.93',    '46','22','72715.61',    '10','5','1680.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122550.0','1045820.0','1',    '1','1','479.15',    '1','1','479.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034287.0','1020253.0','1',    '1','1','942.66',    '1','1','942.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122551.0','1045820.0','11',    '10','7','24404.64',    '10','7','20648.52',    '4','3','3756.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034288.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122552.0','1045820.0','6',    '6','3','6541.71',    '6','2','6281.72',    '3','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034289.0','1020253.0','34',    '30','10','19389.94',    '29','10','17022.33',    '8','5','2367.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122553.0','1045820.0','5',    '5','2','3529.42',    '4','2','3529.42',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034290.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122554.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034291.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122555.0','1045820.0','71',    '64','26','48944.57',    '64','24','46024.63',    '15','6','2919.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034292.0','1020253.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122556.0','1045820.0','619',    '512','298','1333753.97',    '509','282','1239554.36',    '144','89','94199.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034293.0','1020253.0','22',    '20','10','67574.79',    '19','9','63622.07',    '4','3','3952.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122557.0','1045820.0','1',    '1','1','3632.07',    '1','1','3372.08',    '1','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034294.0','1020253.0','4',    '4','1','5189.23',    '4','1','5189.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122558.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002139.0',    '2034295.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006117.0',    '2122559.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034296.0','1020253.0','1',    '1','1','1797.06',    '1','1','1797.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122560.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034297.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122561.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034298.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122562.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034299.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122563.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034300.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122564.0','1045820.0','37',    '35','12','26498.45',    '34','11','25568.27',    '8','1','930.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034301.0','1020253.0','45',    '40','13','32440.31',    '36','12','26930.5',    '16','4','5509.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122565.0','1045820.0','17',    '14','3','15704.39',    '11','2','12704.39',    '5','1','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034302.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122566.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034303.0','1020253.0','71',    '62','35','106451.91',    '57','32','100437.32',    '35','9','6014.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122567.0','1045820.0','135',    '120','22','36512.49',    '107','13','25180.16',    '47','11','11332.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034304.0','1020253.0','13',    '11','1','3000.0',    '9','0','0.0',    '6','1','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122568.0','1045820.0','129',    '117','74','241356.35',    '111','64','144536.67',    '78','52','96819.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034305.0','1020253.0','12',    '11','3','15632.62',    '11','3','15152.62',    '2','1','480.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122569.0','1045820.0','111',    '104','86','334659.27',    '101','83','170535.54',    '87','62','164123.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034306.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122570.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034307.0','1020253.0','147',    '127','47','223631.96',    '120','42','203829.8',    '49','15','19802.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122571.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034308.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122572.0','1045820.0','99',    '84','31','81655.52',    '71','25','70375.84',    '48','16','11279.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029667.0','1020253.0','217',    '190','72','401597.71',    '175','63','357002.76',    '76','21','44594.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117931.0','1045820.0','523',    '488','306','1302991.77',    '472','284','917251.46',    '290','150','385740.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034309.0','1020253.0','22',    '20','2','10740.26',    '20','2','9544.38',    '9','1','1195.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122573.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034310.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122574.0','1045820.0','15',    '13','3','7339.7',    '11','3','7339.7',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034311.0','1020253.0','10',    '12','8','42064.46',    '11','8','38074.43',    '7','2','3990.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122575.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029679.0','1020253.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117943.0','1045820.0','73',    '63','14','27940.34',    '57','10','23786.92',    '26','6','4153.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034312.0','1020253.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122576.0','1045820.0','218',    '202','92','331265.78',    '183','89','241519.0',    '132','51','89746.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034313.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122577.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034314.0','1020253.0','65',    '57','15','40216.34',    '49','10','18143.03',    '25','7','22073.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122578.0','1045820.0','27',    '24','8','13915.98',    '22','8','13915.98',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034315.0','1020253.0','9',    '6','2','10763.33',    '1','1','1878.0',    '6','2','8885.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122579.0','1045820.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034316.0','1020253.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122580.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034317.0','1020253.0','1',    '1','1','3309.74',    '1','1','3309.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122581.0','1045820.0','75',    '65','15','48314.0',    '60','11','30658.37',    '21','4','17655.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034318.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122582.0','1045820.0','1',    '1','1','3770.8',    '1','1','1878.0',    '1','1','1892.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034319.0','1020253.0','12',    '11','6','35872.09',    '11','6','30055.04',    '5','2','5817.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122583.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029554.0','1020253.0','115',    '96','31','115188.61',    '95','27','89039.02',    '25','13','26149.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117818.0','1045820.0','11',    '10','7','44667.67',    '10','5','40255.01',    '5','3','4412.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029593.0','1020253.0','167',    '142','39','209047.12',    '136','36','201017.02',    '32','11','8030.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117857.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029706.0','1020253.0','43',    '38','17','29879.17',    '37','16','25582.27',    '19','7','4296.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117970.0','1045820.0','13',    '13','7','17614.35',    '13','7','17614.35',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034320.0','1020253.0','17',    '15','4','31427.92',    '14','4','30962.97',    '6','1','464.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122584.0','1045820.0','55',    '46','6','22455.79',    '44','6','17816.04',    '13','2','4639.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029726.0','1020253.0','157',    '122','40','271384.72',    '116','36','250733.47',    '43','17','20651.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117990.0','1045820.0','8',    '6','1','1898.85',    '6','1','1898.85',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029663.0','1020253.0','109',    '95','40','138072.06',    '88','36','112344.25',    '52','19','25727.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117927.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029527.0','1020253.0','365',    '324','154','850241.7',    '310','128','719125.07',    '127','67','131116.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117791.0','1045820.0','1',    '1','1','3309.92',    '1','1','3309.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029649.0','1020253.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117913.0','1045820.0','27',    '25','3','2221.0',    '24','2','2050.0',    '8','1','171.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034321.0','1020253.0','96',    '90','42','144371.9',    '85','40','102956.0',    '33','15','41415.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122585.0','1045820.0','2',    '2','1','2137.99',    '2','1','1878.0',    '2','1','259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034322.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122586.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034323.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122587.0','1045820.0','36',    '34','7','8433.79',    '30','4','7366.68',    '20','3','1067.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034324.0','1020253.0','116',    '98','24','77834.21',    '94','20','69027.33',    '23','8','8806.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122588.0','1045820.0','1',    '1','1','3154.0',    '1','1','3154.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034325.0','1020253.0','64',    '54','27','153952.26',    '50','26','127019.08',    '30','9','26933.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122589.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034326.0','1020253.0','86',    '75','29','214068.24',    '69','26','181144.29',    '25','11','32923.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122590.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034327.0','1020253.0','83',    '70','20','68274.96',    '67','19','43983.38',    '21','9','24291.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122591.0','1045820.0','1',    '1','1','1878.0',    '1','1','1878.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034328.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122592.0','1045820.0','211',    '196','61','214561.26',    '180','47','165120.33',    '63','23','49440.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034329.0','1020253.0','4',    '4','4','11749.64',    '4','4','6649.0',    '3','3','5100.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122593.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034330.0','1020253.0','4',    '5','2','14072.19',    '5','2','14072.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122594.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034331.0','1020253.0','7',    '7','2','12932.66',    '5','2','12137.11',    '4','1','795.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122595.0','1045820.0','1',    '1','1','6500.0',    '0','0','0.0',    '1','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034332.0','1020253.0','8',    '7','2','898.77',    '5','0','0.0',    '4','2','898.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122596.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034333.0','1020253.0','7',    '7','3','9130.42',    '6','2','4138.0',    '4','2','4992.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122597.0','1045820.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034334.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122598.0','1045820.0','175',    '162','79','343876.39',    '159','76','324018.01',    '38','14','19858.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034335.0','1020253.0','0',    '1','1','3154.0',    '1','1','3154.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122599.0','1045820.0','1',    '1','1','1124.97',    '1','1','924.98',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034336.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122600.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034337.0','1020253.0','106',    '88','29','233767.04',    '82','28','215552.8',    '32','8','18214.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122601.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034338.0','1020253.0','76',    '62','12','42110.14',    '59','12','39374.09',    '23','4','2736.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122602.0','1045820.0','2',    '2','1','3050.93',    '2','1','3050.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034339.0','1020253.0','1147',    '1090','688','3483025.98',    '1061','642','2912209.52',    '496','226','570816.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122603.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034340.0','1020253.0','38',    '25','7','32990.3',    '22','7','13568.0',    '19','4','19422.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122604.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034341.0','1020253.0','1163',    '847','407','3136560.71',    '817','377','1486720.57',    '614','286','1649840.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122605.0','1045820.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034342.0','1020253.0','3',    '2','1','33300.0',    '2','1','33300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122606.0','1045820.0','1',    '1','1','1192.0',    '1','1','1192.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034343.0','1020253.0','1',    '1','1','2322.06',    '1','1','1420.0',    '1','1','902.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122607.0','1045820.0','45',    '18','4','59246.7',    '12','3','37923.19',    '13','3','21323.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2029717.0','1020253.0','107',    '59','20','166555.52',    '54','17','87861.03',    '34','13','78694.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2117981.0','1045820.0','7',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2034344.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2122608.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001593.0',    '2029719.0','1020253.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006115.0',    '2117983.0','1045820.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029723.0','1020253.0','2',    '2','1','1192.0',    '1','1','1192.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117987.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029681.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117945.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034345.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122609.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029711.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117975.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029678.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117942.0','1045820.0','242',    '208','20','29447.63',    '191','12','21039.84',    '80','12','8407.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034346.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122610.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034347.0','1020253.0','720',    '589','67','133949.45',    '506','52','100158.26',    '340','30','33791.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122611.0','1045820.0','767',    '583','107','201440.41',    '497','76','138295.67',    '342','54','63144.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029757.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2118021.0','1045820.0','1088',    '859','127','263490.9',    '767','95','196427.67',    '407','60','67063.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034348.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122612.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034349.0','1020253.0','5',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122613.0','1045820.0','3',    '3','2','7029.44',    '3','2','6129.44',    '2','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029664.0','1020253.0','4',    '4','1','3828.08',    '4','1','3314.61',    '2','1','513.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117928.0','1045820.0','72',    '64','13','24996.65',    '63','10','21904.11',    '19','5','3092.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034350.0','1020253.0','28',    '25','12','97909.24',    '24','12','69624.17',    '17','3','28285.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122614.0','1045820.0','55',    '53','20','74548.31',    '50','19','50280.81',    '26','12','24267.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2034351.0','1020253.0','9',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2122615.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029668.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117932.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029745.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2118009.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001767.0',    '2029653.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006118.0',    '2117917.0','1045820.0','103',    '99','37','167241.41',    '93','32','116990.76',    '65','33','50250.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034352.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122616.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029695.0','1020253.0','7',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117959.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029646.0','1020253.0','20',    '19','9','36610.92',    '19','8','32194.92',    '10','5','4416.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117910.0','1045820.0','5',    '5','1','108.92',    '5','0','0.0',    '3','1','108.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034353.0','1020253.0','579',    '510','98','654080.66',    '500','82','520078.17',    '218','55','134002.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122617.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029676.0','1020253.0','9',    '7','1','5277.96',    '7','1','1214.0',    '5','1','4063.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117940.0','1045820.0','1298',    '1095','383','2238675.66',    '1003','310','1576124.24',    '782','268','662551.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034354.0','1020253.0','2',    '2','1','33300.0',    '2','1','23809.08',    '2','1','9490.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122618.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034355.0','1020253.0','19',    '15','3','2796.17',    '14','2','2296.18',    '6','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122619.0','1045820.0','160',    '141','22','70378.68',    '130','17','54477.7',    '66','10','15900.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034356.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122620.0','1045820.0','94',    '65','6','12494.6',    '59','4','8365.59',    '34','4','4129.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034357.0','1020253.0','3',    '3','1','1125.09',    '3','1','1125.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122621.0','1045820.0','114',    '91','22','117073.54',    '86','21','94334.34',    '33','9','22739.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034358.0','1020253.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122622.0','1045820.0','1',    '1','1','897.69',    '1','1','897.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034359.0','1020253.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122623.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034360.0','1020253.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122624.0','1045820.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034361.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122625.0','1045820.0','37',    '35','6','32121.02',    '35','6','25879.54',    '10','2','6241.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034362.0','1020253.0','2',    '1','1','1034.0',    '1','1','1034.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122626.0','1045820.0','193',    '174','52','367038.87',    '173','44','277173.96',    '87','28','89864.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034363.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122627.0','1045820.0','259',    '207','26','74910.01',    '189','20','54905.61',    '108','13','20004.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034364.0','1020253.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122628.0','1045820.0','1638',    '1428','333','1744674.12',    '1360','283','1098431.83',    '769','194','646242.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034365.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122629.0','1045820.0','13',    '11','0','0.0',    '11','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029768.0','1020253.0','17',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118032.0','1045820.0','13',    '11','4','10570.96',    '11','3','7152.76',    '6','3','3418.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034366.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122630.0','1045820.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029747.0','1020253.0','23',    '20','0','0.0',    '20','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118011.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034367.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122631.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029655.0','1020253.0','12',    '11','0','0.0',    '11','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117919.0','1045820.0','39',    '35','8','27231.94',    '35','7','17121.76',    '8','5','10110.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029744.0','1020253.0','32',    '24','7','17625.86',    '24','7','16174.48',    '10','2','1451.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118008.0','1045820.0','19',    '19','2','3270.46',    '19','2','3270.46',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034368.0','1020253.0','280',    '237','49','107179.83',    '229','42','94061.98',    '80','15','13117.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122632.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034369.0','1020253.0','9',    '6','2','4714.2',    '5','2','4714.2',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122633.0','1045820.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029738.0','1020253.0','14',    '12','6','36863.18',    '12','6','33853.9',    '6','1','3009.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118002.0','1045820.0','99',    '94','35','205569.88',    '87','32','43655.41',    '59','22','161914.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029751.0','1020253.0','26',    '23','7','124755.29',    '23','6','116257.4',    '8','2','8497.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118015.0','1045820.0','5',    '4','1','3128.0',    '4','1','3128.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034370.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122634.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029773.0','1020253.0','13',    '9','1','298.84',    '8','0','0.0',    '4','1','298.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118037.0','1045820.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034371.0','1020253.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122635.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029746.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118010.0','1045820.0','8',    '6','1','1592.0',    '5','1','1592.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029775.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118039.0','1045820.0','9',    '7','2','29954.42',    '7','2','16798.12',    '2','1','13156.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029776.0','1020253.0','1913',    '1723','414','2234974.36',    '1639','338','1815495.72',    '953','236','419478.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118040.0','1045820.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029686.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117950.0','1045820.0','2',    '2','1','1484.0',    '2','1','1484.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029666.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117930.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034372.0','1020253.0','34',    '32','15','133806.79',    '32','14','101023.13',    '11','6','32783.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122636.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034373.0','1020253.0','7',    '6','2','14904.94',    '6','1','14638.0',    '4','1','266.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122637.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029714.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117978.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029721.0','1020253.0','181',    '78','13','85009.41',    '44','3','44054.06',    '64','13','40955.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117985.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034374.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122638.0','1045820.0','404',    '318','89','246917.04',    '276','67','173916.95',    '211','44','73000.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034375.0','1020253.0','302',    '262','50','273727.33',    '256','41','226955.92',    '106','21','46771.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122639.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029743.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118007.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034376.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122640.0','1045820.0','14',    '10','0','0.0',    '8','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034377.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122641.0','1045820.0','3',    '3','1','2468.0',    '3','1','2468.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029730.0','1020253.0','7',    '6','2','3239.43',    '6','1','263.35',    '3','1','2976.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117994.0','1045820.0','12',    '12','7','29139.64',    '12','7','28306.33',    '2','1','833.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034378.0','1020253.0','2',    '1','1','1865.49',    '1','1','1865.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122642.0','1045820.0','6',    '5','1','903.84',    '5','1','903.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034379.0','1020253.0','2',    '3','2','4690.71',    '3','2','4440.72',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122643.0','1045820.0','8',    '8','3','3801.07',    '8','3','3366.67',    '5','1','434.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034380.0','1020253.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122644.0','1045820.0','13',    '10','9','47257.04',    '10','9','35005.83',    '5','3','12251.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034381.0','1020253.0','22',    '20','7','32210.08',    '20','7','31460.08',    '7','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122645.0','1045820.0','10',    '8','4','18157.67',    '7','4','17507.68',    '7','1','649.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029654.0','1020253.0','51',    '45','26','283369.42',    '45','25','245033.58',    '25','10','38335.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117918.0','1045820.0','11',    '9','4','12140.62',    '9','4','9152.57',    '3','1','2988.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029782.0','1020253.0','2',    '1','1','8340.67',    '1','1','8340.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118046.0','1045820.0','23',    '13','12','202076.33',    '13','12','183897.89',    '6','4','18178.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029759.0','1020253.0','16',    '15','12','49554.96',    '15','12','39377.47',    '5','3','10177.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118023.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034382.0','1020253.0','28',    '25','20','111548.59',    '25','20','101749.36',    '13','7','9799.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122646.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034383.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122647.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029741.0','1020253.0','6',    '3','1','990.0',    '3','1','990.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118005.0','1045820.0','14',    '11','9','69163.68',    '11','9','57843.62',    '8','4','11320.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029669.0','1020253.0','49',    '38','18','58333.24',    '36','16','52747.13',    '21','5','5586.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117933.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029729.0','1020253.0','42',    '36','19','38318.75',    '36','18','29883.73',    '16','4','8435.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117993.0','1045820.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034384.0','1020253.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122648.0','1045820.0','34',    '27','20','151627.7',    '26','20','145808.37',    '13','4','5819.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034385.0','1020253.0','34',    '28','14','126507.68',    '28','14','105237.38',    '17','8','21270.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122649.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029670.0','1020253.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117934.0','1045820.0','4',    '4','3','9198.2',    '4','3','5728.48',    '2','1','3469.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034386.0','1020253.0','25',    '17','17','183591.18',    '17','17','151944.68',    '10','6','31646.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122650.0','1045820.0','2',    '1','1','3366.17',    '1','1','3366.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034387.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122651.0','1045820.0','13',    '11','6','50212.11',    '11','6','48687.51',    '5','1','1524.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034388.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122652.0','1045820.0','57',    '49','27','101420.05',    '48','24','85056.89',    '28','8','16363.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034389.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122653.0','1045820.0','1',    '1','1','32700.0',    '1','1','32700.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034390.0','1020253.0','3',    '3','3','17013.45',    '3','3','17013.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122654.0','1045820.0','7',    '5','4','29166.75',    '5','4','29166.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029716.0','1020253.0','1',    '1','1','7801.3',    '1','1','7551.31',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117980.0','1045820.0','11',    '10','7','43647.15',    '9','6','34243.43',    '4','2','9403.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034391.0','1020253.0','2',    '2','2','41691.87',    '2','2','34680.0',    '1','1','7011.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122655.0','1045820.0','2',    '2','1','955.08',    '2','1','955.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034392.0','1020253.0','15',    '13','4','14146.8',    '13','4','13407.65',    '5','1','739.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122656.0','1045820.0','186',    '171','91','337554.63',    '163','75','252630.87',    '100','34','84923.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034393.0','1020253.0','7',    '7','5','18154.43',    '7','4','17873.46',    '5','1','280.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122657.0','1045820.0','3',    '3','2','12704.27',    '3','2','12704.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2030001.0','1020253.0','2',    '1','1','1054.0',    '1','1','1054.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118265.0','1045820.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029648.0','1020253.0','4',    '4','3','7818.69',    '4','3','7818.69',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117912.0','1045820.0','3',    '2','2','13417.34',    '2','2','11120.13',    '1','1','2297.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034394.0','1020253.0','1',    '1','1','2271.07',    '1','1','2271.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122658.0','1045820.0','3',    '3','1','915.22',    '3','1','165.22',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034395.0','1020253.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122659.0','1045820.0','1',    '1','1','650.6',    '1','1','650.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034396.0','1020253.0','19',    '19','12','28432.89',    '18','11','27395.4',    '10','2','1037.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122660.0','1045820.0','2',    '2','2','21078.53',    '2','2','19598.68',    '2','2','1479.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029750.0','1020253.0','9',    '9','3','4365.21',    '8','2','3572.11',    '5','2','793.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118014.0','1045820.0','3',    '2','1','7115.29',    '2','1','1380.0',    '1','1','5735.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029671.0','1020253.0','1',    '1','1','2801.74',    '1','1','2801.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117935.0','1045820.0','4',    '4','3','30323.75',    '4','2','29998.75',    '1','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034397.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122661.0','1045820.0','3',    '3','3','41113.77',    '3','3','41113.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029697.0','1020253.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117961.0','1045820.0','4',    '3','2','22368.71',    '3','2','22118.72',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034398.0','1020253.0','14',    '11','6','7514.79',    '10','5','6764.82',    '6','3','749.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122662.0','1045820.0','1',    '1','1','7234.16',    '1','1','7234.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029690.0','1020253.0','1',    '1','1','1610.0',    '1','1','1610.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117954.0','1045820.0','5',    '5','3','7524.32',    '5','2','6184.99',    '4','2','1339.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034399.0','1020253.0','2',    '2','1','789.48',    '2','1','789.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122663.0','1045820.0','7',    '5','5','20275.92',    '5','5','17389.02',    '2','2','2886.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034400.0','1020253.0','1',    '1','1','2103.75',    '1','1','2103.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122664.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034401.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122665.0','1045820.0','29',    '24','17','62626.36',    '24','16','51286.63',    '8','4','11339.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034402.0','1020253.0','3',    '2','2','3205.17',    '2','2','2955.17',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122666.0','1045820.0','4',    '4','2','3579.12',    '4','2','3579.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029779.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118043.0','1045820.0','5',    '3','1','512.54',    '3','1','512.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034403.0','1020253.0','8',    '6','5','12712.16',    '6','5','12712.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122667.0','1045820.0','32',    '26','10','46101.85',    '24','9','30650.39',    '8','2','15451.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034404.0','1020253.0','4',    '4','3','3751.68',    '4','3','2858.38',    '2','1','893.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122668.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034405.0','1020253.0','10',    '7','6','13695.43',    '7','6','13445.44',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122669.0','1045820.0','11',    '10','3','4120.27',    '10','2','1655.05',    '5','1','2465.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029756.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118020.0','1045820.0','11',    '10','5','5735.07',    '10','5','5485.08',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034406.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122670.0','1045820.0','1',    '1','1','2903.31',    '1','1','2903.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034407.0','1020253.0','22',    '22','13','26681.47',    '22','13','26193.97',    '9','1','487.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122671.0','1045820.0','2',    '1','1','784.59',    '1','1','534.59',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029689.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117953.0','1045820.0','6',    '5','4','54924.38',    '5','4','52248.47',    '1','1','2675.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034408.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122672.0','1045820.0','3',    '3','2','8985.7',    '3','2','8735.71',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034409.0','1020253.0','8',    '8','1','167.27',    '8','1','167.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122673.0','1045820.0','203',    '151','114','1667004.85',    '146','112','1406833.49',    '99','51','260171.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029698.0','1020253.0','5',    '5','4','3020.86',    '5','3','1558.38',    '4','2','1462.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117962.0','1045820.0','3',    '2','2','13631.56',    '2','1','958.0',    '2','2','12673.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034410.0','1020253.0','7',    '6','2','2524.83',    '6','2','2000.25',    '2','1','524.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122674.0','1045820.0','3',    '3','3','20160.94',    '3','3','19709.48',    '2','1','451.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029771.0','1020253.0','1',    '1','1','1792.0',    '1','1','1792.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118035.0','1045820.0','6',    '6','6','18195.5',    '6','6','17695.51',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029718.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117982.0','1045820.0','3',    '2','1','1076.48',    '2','1','1076.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029650.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117914.0','1045820.0','4',    '3','3','50108.99',    '3','3','50108.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029656.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117920.0','1045820.0','1',    '1','1','580.48',    '1','1','580.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034411.0','1020253.0','1',    '1','1','6605.32',    '1','1','6605.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122675.0','1045820.0','3',    '3','2','18935.36',    '3','2','18935.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029735.0','1020253.0','29',    '25','19','73482.57',    '24','18','55022.24',    '10','4','18460.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117999.0','1045820.0','6',    '5','3','20439.03',    '5','1','12680.25',    '4','3','7758.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034412.0','1020253.0','29',    '25','12','29752.28',    '22','12','24444.01',    '12','3','5308.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122676.0','1045820.0','10',    '10','4','66922.5',    '10','4','52749.65',    '5','2','14172.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034413.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122677.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034414.0','1020253.0','7',    '7','3','6188.37',    '7','3','6188.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122678.0','1045820.0','2',    '2','1','4131.23',    '2','1','4131.23',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034415.0','1020253.0','3',    '3','3','12659.77',    '3','2','11889.66',    '2','1','770.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122679.0','1045820.0','1',    '1','1','754.11',    '1','1','754.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029764.0','1020253.0','17',    '15','6','34518.89',    '14','6','28632.26',    '8','2','5886.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118028.0','1045820.0','6',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034416.0','1020253.0','9',    '9','5','69986.85',    '8','5','69986.85',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122680.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029774.0','1020253.0','5',    '3','1','2051.42',    '3','1','2051.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118038.0','1045820.0','2',    '1','1','911.07',    '1','1','911.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029731.0','1020253.0','1',    '1','1','2906.89',    '1','1','2906.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117995.0','1045820.0','392',    '317','126','584890.72',    '290','105','382346.91',    '173','55','202543.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034417.0','1020253.0','71',    '69','55','271939.73',    '69','51','236034.37',    '48','12','35905.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122681.0','1045820.0','1',    '1','1','794.73',    '1','1','794.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029713.0','1020253.0','37',    '28','15','76546.69',    '28','15','60830.44',    '14','5','15716.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117977.0','1045820.0','2',    '2','1','1729.41',    '2','1','1729.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034418.0','1020253.0','13',    '11','5','31748.53',    '10','5','31498.53',    '7','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122682.0','1045820.0','86',    '76','53','299829.72',    '73','47','265105.73',    '41','17','34723.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034419.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122683.0','1045820.0','80',    '68','44','171991.31',    '66','41','110093.34',    '41','21','61897.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034420.0','1020253.0','2',    '2','1','749.02',    '2','1','749.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122684.0','1045820.0','4',    '4','3','10775.66',    '4','3','10775.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034421.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122685.0','1045820.0','1',    '1','1','1317.67',    '1','1','1317.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034422.0','1020253.0','10',    '11','10','149814.48',    '11','10','141384.93',    '7','3','8429.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122686.0','1045820.0','3',    '3','1','21708.66',    '3','1','21708.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034423.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122687.0','1045820.0','196',    '177','124','1002505.37',    '175','117','716273.57',    '106','73','286231.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029684.0','1020253.0','35',    '30','28','200558.22',    '30','28','156955.68',    '19','13','43602.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117948.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034424.0','1020253.0','27',    '23','18','74178.88',    '22','17','53875.15',    '13','5','20303.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122688.0','1045820.0','10',    '9','4','29059.25',    '9','4','29059.25',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034425.0','1020253.0','25',    '21','8','44189.19',    '19','6','35950.93',    '5','3','8238.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122689.0','1045820.0','2',    '2','1','2277.43',    '2','1','958.0',    '2','1','1319.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034426.0','1020253.0','4',    '4','2','7250.75',    '4','2','3584.0',    '1','1','3666.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122690.0','1045820.0','78',    '69','56','349199.96',    '67','54','269092.77',    '42','18','80107.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034427.0','1020253.0','14',    '10','6','41989.04',    '10','6','38189.99',    '3','1','3799.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122691.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029699.0','1020253.0','1',    '1','1','274.86',    '1','1','274.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117963.0','1045820.0','46',    '42','21','90485.2',    '40','19','70430.46',    '22','8','20054.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034428.0','1020253.0','6',    '6','3','12412.81',    '6','3','12412.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122692.0','1045820.0','28',    '23','19','31061.6',    '23','19','31061.6',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034429.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122693.0','1045820.0','3',    '2','1','1020.7',    '2','1','1020.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034430.0','1020253.0','2',    '2','2','2415.58',    '2','2','2415.58',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122694.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029770.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118034.0','1045820.0','14',    '11','2','5374.35',    '9','1','1792.0',    '6','2','3582.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034431.0','1020253.0','1',    '1','1','752.73',    '1','1','752.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122695.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034432.0','1020253.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122696.0','1045820.0','2',    '2','2','24882.12',    '2','2','24882.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029688.0','1020253.0','2',    '2','2','34261.28',    '2','2','31792.71',    '1','1','2468.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117952.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034433.0','1020253.0','2',    '2','2','4118.92',    '2','2','3143.94',    '2','1','974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122697.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034434.0','1020253.0','4',    '4','2','7320.61',    '4','2','6201.25',    '1','1','1119.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122698.0','1045820.0','5',    '4','4','8739.32',    '4','4','4926.0',    '4','1','3813.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034435.0','1020253.0','4',    '3','3','20720.46',    '3','2','19190.87',    '2','2','1529.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122699.0','1045820.0','1',    '1','1','5284.98',    '1','1','4534.99',    '1','1','749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029705.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117969.0','1045820.0','6',    '6','5','48372.17',    '6','5','48372.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034436.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122700.0','1045820.0','25',    '23','7','8205.66',    '23','2','3868.81',    '15','6','4336.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034437.0','1020253.0','13',    '12','1','872.28',    '12','1','872.28',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122701.0','1045820.0','3',    '1','1','1200.0',    '1','1','1200.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029680.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117944.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029733.0','1020253.0','1',    '1','1','1274.0',    '1','1','1274.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117997.0','1045820.0','3',    '3','2','5659.79',    '3','2','5409.8',    '2','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029712.0','1020253.0','5',    '3','1','4165.06',    '3','1','1924.0',    '3','1','2241.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117976.0','1045820.0','4',    '4','2','10382.27',    '4','2','9599.32',    '2','1','782.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029673.0','1020253.0','62',    '57','15','32706.57',    '56','13','29529.9',    '24','4','3176.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117937.0','1045820.0','1',    '1','1','613.72',    '1','0','0.0',    '1','1','613.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029683.0','1020253.0','3',    '2','1','2169.75',    '2','1','2169.75',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117947.0','1045820.0','5',    '5','5','7852.57',    '5','5','7852.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034438.0','1020253.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122702.0','1045820.0','18',    '5','3','15104.61',    '4','3','14854.62',    '3','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029880.0','1020253.0','13',    '12','5','47120.8',    '10','5','30409.87',    '5','2','16710.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118144.0','1045820.0','14',    '8','4','36807.06',    '8','4','36807.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029709.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117973.0','1045820.0','3',    '2','2','49796.11',    '2','2','48808.42',    '2','2','987.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034439.0','1020253.0','2',    '2','1','1062.85',    '2','0','0.0',    '1','1','1062.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122703.0','1045820.0','43',    '32','23','263050.82',    '32','23','242039.71',    '16','6','21011.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034440.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122704.0','1045820.0','11',    '11','6','10403.49',    '11','4','5503.03',    '6','4','4900.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034441.0','1020253.0','8',    '7','4','10839.79',    '7','4','4800.0',    '5','3','6039.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122705.0','1045820.0','1',    '1','1','3043.12',    '1','1','3043.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034442.0','1020253.0','2',    '1','1','12930.17',    '1','1','11530.12',    '1','1','1400.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122706.0','1045820.0','9',    '7','1','251.47',    '7','1','251.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034443.0','1020253.0','1',    '1','1','2645.04',    '1','1','2265.1',    '1','1','379.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122707.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034444.0','1020253.0','11',    '10','10','28167.63',    '10','10','25491.95',    '3','1','2675.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122708.0','1045820.0','10',    '7','4','28324.72',    '7','4','28324.72',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029693.0','1020253.0','1',    '1','1','6909.17',    '1','1','958.0',    '1','1','5951.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117957.0','1045820.0','24',    '21','10','26040.24',    '21','10','25274.0',    '8','1','766.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029913.0','1020253.0','2',    '2','2','2506.94',    '2','2','2506.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118177.0','1045820.0','5',    '3','1','4484.93',    '3','1','2770.0',    '1','1','1714.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034445.0','1020253.0','1',    '1','1','990.0',    '1','1','990.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122709.0','1045820.0','16',    '16','4','5176.81',    '16','3','4869.95',    '9','1','306.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029707.0','1020253.0','3',    '3','1','6238.34',    '2','1','6038.35',    '2','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117971.0','1045820.0','1',    '1','1','12401.37',    '1','1','9870.3',    '1','1','2531.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034446.0','1020253.0','11',    '11','6','14929.55',    '11','5','14638.28',    '6','1','291.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122710.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029739.0','1020253.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118003.0','1045820.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034447.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122711.0','1045820.0','13',    '12','9','38263.04',    '12','8','31534.75',    '6','2','6728.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029754.0','1020253.0','1',    '1','1','536.18',    '1','1','536.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118018.0','1045820.0','14',    '12','9','47067.78',    '12','9','44820.59',    '8','1','2247.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034448.0','1020253.0','4',    '4','2','34258.0',    '4','2','25221.81',    '1','1','9036.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122712.0','1045820.0','19',    '12','11','215972.07',    '12','11','215972.07',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034449.0','1020253.0','13',    '10','6','55394.46',    '10','6','53035.24',    '4','1','2359.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122713.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034450.0','1020253.0','3',    '1','1','1737.81',    '1','1','1737.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122714.0','1045820.0','28',    '24','7','13029.98',    '24','5','12267.47',    '10','3','762.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034451.0','1020253.0','3',    '3','3','5015.24',    '3','3','5015.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122715.0','1045820.0','6',    '3','1','1924.0',    '3','1','1924.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034452.0','1020253.0','3',    '1','1','21319.83',    '1','1','21319.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122716.0','1045820.0','2',    '2','2','4042.36',    '2','2','4042.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034453.0','1020253.0','1',    '1','1','958.31',    '1','1','958.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122717.0','1045820.0','7',    '7','3','19220.08',    '6','3','19220.08',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034454.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122718.0','1045820.0','2',    '2','2','32290.44',    '2','2','20254.39',    '2','2','12036.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034455.0','1020253.0','2',    '2','2','35822.72',    '2','2','29656.04',    '2','1','6166.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122719.0','1045820.0','6',    '4','2','7531.02',    '4','2','7206.02',    '2','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034456.0','1020253.0','1',    '1','1','22562.7',    '1','1','22562.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122720.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029708.0','1020253.0','11',    '10','9','100165.26',    '10','8','89268.36',    '8','4','10896.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117972.0','1045820.0','30',    '30','16','53684.12',    '30','12','43394.35',    '23','9','10289.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034457.0','1020253.0','3',    '3','1','8544.63',    '3','1','3184.0',    '3','1','5360.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122721.0','1045820.0','1',    '1','1','1704.85',    '1','1','1704.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034458.0','1020253.0','4',    '3','2','2485.94',    '3','2','2485.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122722.0','1045820.0','10',    '8','5','6565.15',    '8','5','6565.15',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029722.0','1020253.0','14',    '8','4','18922.76',    '8','4','18922.76',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117986.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034459.0','1020253.0','6',    '5','2','5328.4',    '5','2','4223.47',    '3','1','1104.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122723.0','1045820.0','26',    '20','10','25245.82',    '20','10','22036.37',    '3','1','3209.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034460.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122724.0','1045820.0','33',    '30','16','152180.34',    '29','15','129121.71',    '15','6','23058.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034461.0','1020253.0','18',    '18','6','37655.02',    '17','6','30823.84',    '6','2','6831.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122725.0','1045820.0','10',    '8','8','44984.75',    '8','7','43268.59',    '5','2','1716.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034462.0','1020253.0','2',    '1','1','1020.0',    '1','1','1020.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122726.0','1045820.0','4',    '4','2','3634.87',    '4','2','3384.88',    '2','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034463.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122727.0','1045820.0','176',    '102','71','894482.11',    '101','69','743480.82',    '57','26','151001.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029701.0','1020253.0','1',    '1','1','788.54',    '1','1','788.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117965.0','1045820.0','5',    '5','1','4194.13',    '5','1','4194.13',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034464.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122728.0','1045820.0','9',    '8','3','5614.33',    '8','3','5289.33',    '7','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029703.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117967.0','1045820.0','102',    '86','57','549110.03',    '85','56','418540.94',    '46','24','130569.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034465.0','1020253.0','4',    '3','1','1399.17',    '3','1','1399.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122729.0','1045820.0','1',    '1','1','249.99',    '1','0','0.0',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034466.0','1020253.0','3',    '2','2','5448.57',    '2','1','2559.54',    '1','1','2889.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122730.0','1045820.0','3',    '3','3','18535.17',    '3','3','17981.47',    '1','1','553.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034467.0','1020253.0','2',    '1','1','1222.0',    '1','1','1222.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122731.0','1045820.0','2',    '2','2','6727.03',    '2','2','6727.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029895.0','1020253.0','1',    '1','1','15000.0',    '0','0','0.0',    '1','1','15000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118159.0','1045820.0','8',    '6','3','41763.03',    '6','3','32737.25',    '4','2','9025.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034468.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122732.0','1045820.0','4',    '4','2','2808.09',    '4','2','2808.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034469.0','1020253.0','1',    '1','1','195.9',    '1','1','195.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122733.0','1045820.0','31',    '21','4','10271.4',    '16','4','7701.78',    '11','3','2569.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034470.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122734.0','1045820.0','5',    '5','3','7730.71',    '5','3','7243.21',    '1','1','487.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034471.0','1020253.0','4',    '4','3','11597.69',    '4','1','10785.2',    '2','2','812.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122735.0','1045820.0','1',    '1','1','1070.0',    '1','1','1070.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029892.0','1020253.0','2',    '2','1','705.59',    '2','1','705.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118156.0','1045820.0','9',    '8','5','11119.6',    '8','4','8910.34',    '6','3','2209.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034472.0','1020253.0','5',    '5','3','58403.07',    '5','3','53799.2',    '4','1','4603.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122736.0','1045820.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034473.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122737.0','1045820.0','1',    '1','1','1119.48',    '1','0','0.0',    '1','1','1119.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029696.0','1020253.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117960.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029929.0','1020253.0','9',    '7','7','38244.68',    '7','6','37919.68',    '3','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118193.0','1045820.0','2',    '2','1','966.42',    '2','1','966.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029915.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118179.0','1045820.0','8',    '7','3','10343.06',    '6','2','8425.63',    '5','2','1917.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034474.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122738.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034475.0','1020253.0','8',    '7','3','8133.33',    '7','3','7675.15',    '4','1','458.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122739.0','1045820.0','13',    '12','1','13517.77',    '11','1','9295.63',    '3','1','4222.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034476.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122740.0','1045820.0','7',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034477.0','1020253.0','9',    '6','2','8197.19',    '6','2','8197.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122741.0','1045820.0','27',    '24','13','64691.85',    '23','13','43117.37',    '18','6','21574.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034478.0','1020253.0','5',    '3','2','6519.5',    '3','2','6519.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122742.0','1045820.0','7',    '6','3','3103.7',    '6','0','0.0',    '5','3','3103.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034479.0','1020253.0','11',    '10','3','2058.07',    '9','0','0.0',    '8','3','2058.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122743.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029780.0','1020253.0','28',    '25','13','41140.19',    '24','12','32359.96',    '17','5','8780.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118044.0','1045820.0','3',    '2','1','1255.08',    '2','1','1255.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029767.0','1020253.0','4',    '3','2','1459.24',    '3','1','759.24',    '1','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118031.0','1045820.0','21',    '17','10','138448.32',    '17','10','116547.22',    '10','5','21901.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029846.0','1020253.0','113',    '92','52','190036.18',    '87','47','147084.83',    '47','17','42951.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118110.0','1045820.0','26',    '18','7','15992.77',    '18','5','8444.88',    '9','5','7547.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034480.0','1020253.0','5',    '3','1','10924.13',    '3','1','9627.47',    '2','1','1296.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122744.0','1045820.0','2',    '2','1','2210.44',    '2','1','2210.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034481.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122745.0','1045820.0','49',    '39','23','77274.43',    '36','19','43328.47',    '16','7','33945.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029752.0','1020253.0','70',    '67','30','55148.94',    '65','21','40774.65',    '35','18','14374.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118016.0','1045820.0','2',    '2','2','3187.66',    '1','1','820.33',    '2','2','2367.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034482.0','1020253.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122746.0','1045820.0','2',    '2','2','1130.43',    '2','2','1130.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034483.0','1020253.0','4',    '3','2','4725.36',    '3','2','4725.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122747.0','1045820.0','1',    '1','1','974.98',    '1','0','0.0',    '1','1','974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029831.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118095.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034484.0','1020253.0','1',    '1','1','6675.11',    '1','1','6675.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122748.0','1045820.0','35',    '27','12','76540.29',    '25','10','56354.94',    '12','3','20185.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034485.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122749.0','1045820.0','1',    '1','1','1081.57',    '1','1','1081.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034486.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122750.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034487.0','1020253.0','1',    '1','1','1502.93',    '1','1','1502.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122751.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034488.0','1020253.0','1',    '1','1','306.86',    '1','0','0.0',    '1','1','306.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122752.0','1045820.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034489.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122753.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034490.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122754.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029657.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117921.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029761.0','1020253.0','1',    '1','1','974.25',    '1','1','974.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118025.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029658.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117922.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034491.0','1020253.0','27',    '22','4','2555.09',    '22','4','2305.1',    '7','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122755.0','1045820.0','1',    '1','1','2748.81',    '1','1','1100.0',    '1','1','1648.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034492.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122756.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034493.0','1020253.0','7',    '5','3','2881.78',    '5','3','2881.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122757.0','1045820.0','56',    '46','24','151596.29',    '44','19','128215.4',    '21','13','23380.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034494.0','1020253.0','16',    '13','11','53765.39',    '13','11','45258.35',    '8','3','8507.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122758.0','1045820.0','76',    '71','24','96324.04',    '69','22','76038.23',    '31','9','20285.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034495.0','1020253.0','8',    '8','4','19917.93',    '8','2','18246.22',    '3','2','1671.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122759.0','1045820.0','8',    '8','4','7402.81',    '8','4','7402.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034496.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122760.0','1045820.0','32',    '30','21','142670.0',    '30','19','130555.75',    '14','7','12114.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029755.0','1020253.0','6',    '6','1','406.36',    '6','0','0.0',    '1','1','406.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118019.0','1045820.0','3',    '3','2','6230.96',    '3','2','6230.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029884.0','1020253.0','56',    '50','40','199590.13',    '49','38','90222.29',    '39','37','109367.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118148.0','1045820.0','4',    '4','2','9459.44',    '4','1','2158.0',    '3','2','7301.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029869.0','1020253.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118133.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029659.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117923.0','1045820.0','3',    '3','3','37352.03',    '3','3','35722.29',    '1','1','1629.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034497.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122761.0','1045820.0','4',    '4','3','30341.26',    '4','3','30341.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034498.0','1020253.0','25',    '22','10','35049.7',    '21','7','28753.42',    '11','4','6296.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122762.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029829.0','1020253.0','1',    '1','1','1269.63',    '1','1','1269.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118093.0','1045820.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034499.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122763.0','1045820.0','7',    '5','3','7983.51',    '5','3','7746.67',    '1','1','236.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034500.0','1020253.0','4',    '4','3','11247.93',    '4','1','8004.23',    '3','2','3243.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122764.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034501.0','1020253.0','7',    '7','2','4149.67',    '7','2','4149.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122765.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029968.0','1020253.0','23',    '20','6','19370.09',    '20','6','15461.19',    '5','2','3908.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118232.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034502.0','1020253.0','2',    '2','2','2142.0',    '2','2','2142.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122766.0','1045820.0','1',    '1','1','2431.98',    '1','1','920.0',    '1','1','1511.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034503.0','1020253.0','5',    '3','2','6907.84',    '3','1','1222.0',    '3','2','5685.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122767.0','1045820.0','14',    '13','8','13199.1',    '13','8','13199.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034504.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122768.0','1045820.0','28',    '24','15','43347.48',    '24','14','40008.75',    '7','3','3338.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034505.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122769.0','1045820.0','48',    '38','10','56224.75',    '38','9','52820.1',    '13','5','3404.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034506.0','1020253.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122770.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034507.0','1020253.0','1',    '1','1','406.36',    '1','0','0.0',    '1','1','406.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122771.0','1045820.0','2',    '1','1','2085.03',    '1','1','2085.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029760.0','1020253.0','9',    '7','3','5626.57',    '6','2','5376.58',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118024.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029685.0','1020253.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117949.0','1045820.0','4',    '2','1','1208.12',    '2','1','1208.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034508.0','1020253.0','18',    '16','3','2571.2',    '16','0','0.0',    '11','3','2571.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122772.0','1045820.0','6',    '5','2','3384.0',    '5','2','3384.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034509.0','1020253.0','11',    '11','9','119378.12',    '11','8','99643.4',    '7','6','19734.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122773.0','1045820.0','8',    '8','3','9924.29',    '8','3','9924.29',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029911.0','1020253.0','5',    '5','5','25499.3',    '5','5','23673.19',    '3','1','1826.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118175.0','1045820.0','8',    '7','4','5691.83',    '7','4','5560.05',    '1','1','131.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034510.0','1020253.0','2',    '2','1','129.95',    '2','0','0.0',    '1','1','129.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122774.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034511.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122775.0','1045820.0','1',    '1','1','2625.42',    '1','1','2625.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034512.0','1020253.0','17',    '17','6','19517.55',    '17','5','19267.56',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122776.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034513.0','1020253.0','18',    '15','7','37267.57',    '14','7','37017.58',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122777.0','1045820.0','4',    '1','1','710.8',    '1','1','710.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034514.0','1020253.0','3',    '2','2','13327.89',    '2','2','12921.53',    '1','1','406.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122778.0','1045820.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034515.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122779.0','1045820.0','1',    '1','1','1669.94',    '1','1','1461.61',    '1','1','208.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034516.0','1020253.0','49',    '43','7','51128.79',    '43','4','41579.67',    '8','6','9549.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122780.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034517.0','1020253.0','6',    '3','2','18154.46',    '3','2','14942.88',    '2','1','3211.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122781.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034518.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122782.0','1045820.0','12',    '9','9','47548.24',    '9','7','38616.74',    '6','5','8931.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029765.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118029.0','1045820.0','2',    '2','1','3594.45',    '2','1','3594.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034519.0','1020253.0','13',    '10','5','4451.46',    '10','5','4214.62',    '3','1','236.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122783.0','1045820.0','62',    '57','28','125806.83',    '56','25','114312.95',    '18','10','11493.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034520.0','1020253.0','22',    '20','12','34420.69',    '20','12','27138.36',    '7','4','7282.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122784.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034521.0','1020253.0','1',    '1','1','5567.42',    '1','1','5567.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122785.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034522.0','1020253.0','1',    '1','1','1097.0',    '1','1','1097.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122786.0','1045820.0','45',    '31','19','30629.13',    '30','15','21521.17',    '12','7','9107.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034523.0','1020253.0','70',    '57','34','175509.79',    '55','30','147570.71',    '24','15','27939.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122787.0','1045820.0','30',    '20','12','125896.36',    '19','11','99602.1',    '11','8','26294.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034524.0','1020253.0','19',    '17','11','24156.05',    '16','11','20305.94',    '9','2','3850.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122788.0','1045820.0','7',    '6','2','6769.13',    '5','2','6769.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034525.0','1020253.0','9',    '7','4','15915.41',    '7','4','15272.23',    '4','1','643.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122789.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034526.0','1020253.0','4',    '4','3','12662.06',    '4','3','12662.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122790.0','1045820.0','66',    '54','32','78423.56',    '54','30','67097.51',    '17','8','11326.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034527.0','1020253.0','1',    '1','1','11854.84',    '1','1','9721.84',    '1','1','2133.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122791.0','1045820.0','11',    '10','5','33606.35',    '10','5','30293.83',    '5','1','3312.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034528.0','1020253.0','47',    '44','19','52239.41',    '42','12','40286.22',    '23','10','11953.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122792.0','1045820.0','183',    '163','126','785123.32',    '155','118','599094.55',    '116','71','186028.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034529.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122793.0','1045820.0','34',    '31','13','38109.53',    '31','10','35606.67',    '8','5','2502.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034530.0','1020253.0','14',    '13','6','19135.99',    '12','6','9412.71',    '10','4','9723.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122794.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034531.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122795.0','1045820.0','58',    '52','32','71660.08',    '49','17','35385.2',    '35','23','36274.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034532.0','1020253.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122796.0','1045820.0','39',    '36','10','37758.38',    '36','10','33586.29',    '7','2','4172.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029966.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118230.0','1045820.0','53',    '47','31','128124.29',    '47','27','72509.54',    '30','25','55614.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034533.0','1020253.0','2',    '2','2','5136.07',    '2','1','936.0',    '2','2','4200.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122797.0','1045820.0','7',    '6','5','21698.25',    '6','5','13016.23',    '3','2','8682.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034534.0','1020253.0','16',    '15','4','10608.93',    '15','2','3256.0',    '8','4','7352.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122798.0','1045820.0','2',    '2','1','2965.42',    '2','1','2965.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029864.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118128.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034535.0','1020253.0','6',    '3','1','640.76',    '3','1','640.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122799.0','1045820.0','1',    '1','1','8006.46',    '1','1','8006.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029882.0','1020253.0','14',    '12','9','17901.03',    '11','7','6981.87',    '9','3','10919.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118146.0','1045820.0','5',    '5','2','2448.0',    '5','2','2448.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034536.0','1020253.0','43',    '37','12','52149.97',    '36','10','46188.28',    '16','4','5961.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122800.0','1045820.0','1',    '1','1','9185.31',    '1','1','9185.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029868.0','1020253.0','1',    '1','1','1156.0',    '1','1','1156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118132.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034537.0','1020253.0','38',    '31','18','68477.84',    '31','16','66598.3',    '8','3','1879.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122801.0','1045820.0','2',    '2','1','6749.49',    '2','1','6749.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029800.0','1020253.0','23',    '20','5','51455.38',    '19','5','39076.36',    '5','1','12379.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118064.0','1045820.0','35',    '31','19','75473.05',    '31','17','74236.24',    '6','5','1236.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029769.0','1020253.0','30',    '29','13','37022.46',    '29','12','35282.04',    '4','2','1740.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118033.0','1045820.0','15',    '14','2','3997.64',    '14','2','3997.64',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034538.0','1020253.0','7',    '7','4','32174.88',    '7','4','32174.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122802.0','1045820.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034539.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122803.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034540.0','1020253.0','6',    '5','1','2505.82',    '5','1','2505.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122804.0','1045820.0','3',    '3','2','2071.0',    '3','2','2071.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029766.0','1020253.0','10',    '8','4','8357.9',    '8','4','8357.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118030.0','1045820.0','49',    '37','15','29698.53',    '34','11','14569.24',    '14','4','15129.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034541.0','1020253.0','16',    '14','5','37470.79',    '14','5','35499.31',    '3','1','1971.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122805.0','1045820.0','14',    '11','2','1078.5',    '11','1','578.5',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034542.0','1020253.0','10',    '11','4','25869.56',    '11','3','25004.82',    '4','2','864.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122806.0','1045820.0','12',    '11','8','14765.39',    '11','8','14765.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034543.0','1020253.0','12',    '12','2','22506.65',    '12','2','19979.86',    '4','1','2526.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122807.0','1045820.0','22',    '19','14','12328.2',    '19','14','12328.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034544.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122808.0','1045820.0','6',    '6','4','9339.5',    '6','4','9339.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034545.0','1020253.0','56',    '50','36','147690.09',    '50','33','109094.99',    '15','10','38595.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122809.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034546.0','1020253.0','1',    '1','1','1244.0',    '1','1','1244.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122810.0','1045820.0','11',    '11','9','22451.8',    '11','9','16951.81',    '2','2','5499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029785.0','1020253.0','2',    '2','1','1087.3',    '2','1','1087.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118049.0','1045820.0','4',    '3','2','2311.37',    '2','2','2311.37',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034547.0','1020253.0','33',    '31','15','56575.13',    '30','12','45845.23',    '17','7','10729.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122811.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034548.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122812.0','1045820.0','25',    '26','17','42626.62',    '26','16','35197.4',    '10','7','7429.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034549.0','1020253.0','23',    '23','14','51377.05',    '23','14','50152.08',    '4','2','1224.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122813.0','1045820.0','7',    '6','5','27507.32',    '6','5','27257.33',    '2','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034550.0','1020253.0','13',    '13','10','52912.07',    '12','10','51569.42',    '7','3','1342.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122814.0','1045820.0','2',    '2','1','362.5',    '2','1','362.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034551.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122815.0','1045820.0','3',    '3','3','6061.22',    '3','3','5811.23',    '2','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034552.0','1020253.0','42',    '35','20','66226.66',    '35','18','56383.38',    '12','7','9843.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122816.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034553.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122817.0','1045820.0','5',    '5','2','9005.78',    '5','2','7710.14',    '2','1','1295.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034554.0','1020253.0','18',    '14','5','10774.1',    '14','5','10036.61',    '4','1','737.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122818.0','1045820.0','28',    '24','19','103632.42',    '24','19','99341.66',    '10','5','4290.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029720.0','1020253.0','1',    '1','1','456.26',    '1','0','0.0',    '1','1','456.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117984.0','1045820.0','21',    '19','11','52309.38',    '19','10','50980.1',    '7','4','1329.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034555.0','1020253.0','1',    '1','1','649.53',    '1','1','649.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122819.0','1045820.0','41',    '39','24','76365.2',    '38','24','71499.74',    '12','7','4865.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034556.0','1020253.0','462',    '413','249','611533.28',    '403','226','445327.66',    '176','109','166205.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122820.0','1045820.0','176',    '168','81','253880.49',    '166','74','232244.81',    '60','28','21635.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029959.0','1020253.0','1',    '1','1','1663.67',    '1','1','1013.68',    '1','1','649.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118223.0','1045820.0','60',    '55','34','99714.42',    '55','33','88251.9',    '15','10','11462.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034557.0','1020253.0','458',    '441','301','1200468.73',    '436','277','1130101.3',    '177','110','70367.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122821.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034558.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122822.0','1045820.0','15',    '11','4','8208.73',    '11','3','7139.97',    '3','2','1068.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034559.0','1020253.0','46',    '43','30','70969.18',    '43','25','61629.53',    '21','12','9339.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122823.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034560.0','1020253.0','2',    '1','1','693.91',    '1','1','693.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122824.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034561.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122825.0','1045820.0','104',    '94','65','306542.36',    '93','63','251989.03',    '38','22','54553.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029862.0','1020253.0','32',    '27','19','133519.24',    '27','18','117892.44',    '12','6','15626.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118126.0','1045820.0','1',    '1','1','1530.96',    '1','1','1530.96',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034562.0','1020253.0','26',    '23','16','34207.03',    '22','15','31274.98',    '10','5','2932.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122826.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034563.0','1020253.0','329',    '295','195','496275.27',    '287','180','467488.5',    '85','45','28786.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122827.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034564.0','1020253.0','646',    '610','427','1452324.8',    '606','401','1329171.73',    '251','160','123153.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122828.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029898.0','1020253.0','38',    '35','16','23202.78',    '35','15','19828.82',    '16','5','3373.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118162.0','1045820.0','4',    '4','2','1526.69',    '3','2','1526.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034565.0','1020253.0','10',    '10','4','14852.13',    '10','4','14327.14',    '4','1','524.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122829.0','1045820.0','10',    '9','0','0.0',    '9','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029886.0','1020253.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118150.0','1045820.0','14',    '11','6','35461.99',    '11','6','31155.5',    '6','3','4306.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034566.0','1020253.0','20',    '19','7','20545.01',    '19','6','18789.86',    '2','2','1755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122830.0','1045820.0','4',    '4','3','46847.94',    '4','3','46377.29',    '2','1','470.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034567.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122831.0','1045820.0','210',    '178','105','525789.61',    '172','94','428582.64',    '89','42','97206.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034568.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122832.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034569.0','1020253.0','2',    '2','2','12499.87',    '2','2','4608.13',    '2','2','7891.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122833.0','1045820.0','11',    '10','8','37002.11',    '9','5','33627.76',    '6','4','3374.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029916.0','1020253.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118180.0','1045820.0','3',    '2','1','1137.46',    '2','1','1137.46',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034570.0','1020253.0','1',    '1','1','609.12',    '1','1','609.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122834.0','1045820.0','3',    '3','1','27019.39',    '3','1','19463.06',    '3','1','7556.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034571.0','1020253.0','11',    '11','0','0.0',    '11','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122835.0','1045820.0','16',    '12','3','8259.0',    '12','3','8259.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029840.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118104.0','1045820.0','5',    '5','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034572.0','1020253.0','2',    '1','1','10767.21',    '1','1','9639.22',    '1','1','1127.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122836.0','1045820.0','26',    '24','21','144992.06',    '24','20','132942.29',    '8','3','12049.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029865.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118129.0','1045820.0','1',    '1','1','13806.66',    '1','1','13806.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2030002.0','1020253.0','86',    '72','55','489825.19',    '69','50','366064.78',    '46','28','123760.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118266.0','1045820.0','37',    '34','17','107665.11',    '32','16','90332.27',    '22','8','17332.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029841.0','1020253.0','23',    '17','12','57460.15',    '16','9','49287.05',    '11','5','8173.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118105.0','1045820.0','8',    '8','5','15825.65',    '7','4','8624.85',    '8','3','7200.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034573.0','1020253.0','208',    '186','119','482461.31',    '186','102','418333.3',    '107','60','64128.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122837.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034574.0','1020253.0','10',    '9','3','17035.34',    '8','3','15820.46',    '3','1','1214.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122838.0','1045820.0','1',    '1','1','1013.54',    '1','1','1013.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034575.0','1020253.0','31',    '28','4','16918.36',    '28','4','15943.38',    '20','1','974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122839.0','1045820.0','4',    '3','2','9645.66',    '3','2','9645.66',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034576.0','1020253.0','8',    '7','7','43125.61',    '7','7','40700.65',    '4','3','2424.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122840.0','1045820.0','22',    '22','13','45726.5',    '21','13','34071.87',    '8','4','11654.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034577.0','1020253.0','4',    '2','2','8396.34',    '2','2','8396.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122841.0','1045820.0','9',    '6','5','10059.81',    '6','3','8884.84',    '2','2','1174.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034578.0','1020253.0','7',    '6','6','144311.63',    '6','6','130319.57',    '4','3','13992.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122842.0','1045820.0','4',    '4','1','615.66',    '4','1','615.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034579.0','1020253.0','25',    '19','15','58013.31',    '19','15','55313.36',    '6','4','2699.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122843.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034580.0','1020253.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122844.0','1045820.0','48',    '42','32','286695.88',    '42','29','228463.86',    '26','15','58232.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034581.0','1020253.0','22',    '19','10','33216.26',    '17','8','27966.27',    '8','2','5249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122845.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034582.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122846.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034583.0','1020253.0','5',    '4','2','2928.5',    '4','2','2166.0',    '1','1','762.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122847.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034584.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122848.0','1045820.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034585.0','1020253.0','26',    '21','10','136040.59',    '21','6','116700.79',    '9','9','19339.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122849.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029961.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118225.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029932.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118196.0','1045820.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029811.0','1020253.0','194',    '171','72','86995.48',    '163','16','48896.09',    '111','59','38099.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118075.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034586.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122850.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034587.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122851.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034588.0','1020253.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122852.0','1045820.0','11053',    '9508','6107','23831744.26',    '9422','3873','18228904.17',    '6454','5064','5602840.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034589.0','1020253.0','1',    '1','1','615.89',    '1','0','0.0',    '1','1','615.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122853.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034590.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122854.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034591.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122855.0','1045820.0','7',    '7','2','850.36',    '7','2','850.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034592.0','1020253.0','2',    '2','1','3238.0',    '2','1','3238.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122856.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034593.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122857.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034594.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122858.0','1045820.0','231',    '216','85','183972.91',    '213','38','126925.73',    '110','62','57047.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029997.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118261.0','1045820.0','32',    '28','6','17060.74',    '28','3','14645.69',    '10','5','2415.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034595.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122859.0','1045820.0','1072',    '1009','716','4359451.17',    '1005','533','3570823.37',    '717','557','788627.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2030000.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118264.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034596.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122860.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034597.0','1020253.0','3',    '3','3','34365.12',    '3','1','32429.92',    '3','3','1935.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122861.0','1045820.0','639',    '543','317','906813.08',    '535','216','703862.78',    '347','253','202950.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034598.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122862.0','1045820.0','6',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034599.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122863.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034600.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122864.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029948.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118212.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034601.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122865.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034602.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122866.0','1045820.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034603.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122867.0','1045820.0','24',    '22','9','18374.92',    '22','5','15411.23',    '10','6','2963.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034604.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122868.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029893.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118157.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034605.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122869.0','1045820.0','7',    '7','3','40424.39',    '6','3','38949.33',    '4','2','1475.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034606.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122870.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034607.0','1020253.0','240',    '213','73','163278.32',    '205','40','134920.39',    '103','43','28357.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122871.0','1045820.0','81',    '73','27','41893.21',    '69','14','32057.38',    '43','18','9835.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034608.0','1020253.0','7',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122872.0','1045820.0','3949',    '3424','2134','7270832.38',    '3250','932','5633890.12',    '2428','1789','1636942.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029931.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118195.0','1045820.0','3612',    '3115','2133','11092790.22',    '2982','982','8972949.34',    '2302','1802','2119840.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034609.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122873.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034610.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122874.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034611.0','1020253.0','3',    '3','1','500.0',    '1','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122875.0','1045820.0','264',    '230','139','471135.31',    '229','100','400976.87',    '151','99','70158.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034612.0','1020253.0','25',    '23','6','8682.47',    '23','3','6262.74',    '10','5','2419.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122876.0','1045820.0','1',    '1','1','299.93',    '1','0','0.0',    '1','1','299.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034613.0','1020253.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122877.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034614.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122878.0','1045820.0','8',    '7','5','21579.28',    '7','4','16690.38',    '7','4','4888.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034615.0','1020253.0','7',    '6','2','5218.67',    '4','1','3769.33',    '4','2','1449.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122879.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034616.0','1020253.0','10',    '6','5','35102.38',    '6','3','23293.22',    '4','4','11809.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122880.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034617.0','1020253.0','3106',    '2724','1384','6301076.51',    '2573','635','5040872.2',    '1767','1076','1260204.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122881.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034618.0','1020253.0','6',    '6','2','994.27',    '6','0','0.0',    '2','2','994.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122882.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034619.0','1020253.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122883.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029853.0','1020253.0','1',    '1','1','18501.73',    '1','1','15410.23',    '1','1','3091.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118117.0','1045820.0','2',    '2','1','3124.12',    '2','1','3124.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029855.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118119.0','1045820.0','2',    '1','1','1754.0',    '1','1','1754.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034620.0','1020253.0','1',    '1','1','7334.61',    '1','1','2234.0',    '1','1','5100.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122884.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029805.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118069.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034621.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122885.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034622.0','1020253.0','1',    '1','1','6805.51',    '1','1','6805.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122886.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034623.0','1020253.0','2499',    '2025','1185','2694515.08',    '1856','289','2039382.21',    '1456','1050','655132.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122887.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034624.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122888.0','1045820.0','1',    '1','1','9960.31',    '1','1','9960.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034625.0','1020253.0','1847',    '1532','1036','2709222.3',    '1462','193','1972631.2',    '1194','963','736591.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122889.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029749.0','1020253.0','17',    '14','7','13770.51',    '13','4','11514.55',    '8','4','2255.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118013.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034626.0','1020253.0','15',    '15','5','9322.01',    '15','1','7322.01',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122890.0','1045820.0','380',    '326','149','702237.82',    '306','80','601669.24',    '188','103','100568.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034627.0','1020253.0','34',    '32','14','17034.71',    '31','5','9642.24',    '16','12','7392.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122891.0','1045820.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034628.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122892.0','1045820.0','1',    '1','1','426.3',    '1','1','426.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034629.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122893.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034630.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122894.0','1045820.0','12',    '11','3','1404.93',    '11','1','685.93',    '3','2','719.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034631.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122895.0','1045820.0','4',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034632.0','1020253.0','7',    '6','2','1100.4',    '6','2','1100.4',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122896.0','1045820.0','3',    '3','1','5496.58',    '3','1','3979.26',    '2','1','1517.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034633.0','1020253.0','92',    '86','69','795707.26',    '84','62','710640.61',    '61','47','85066.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122897.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034634.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122898.0','1045820.0','347',    '312','197','1303985.48',    '299','136','1123080.19',    '202','137','180905.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034635.0','1020253.0','1',    '1','1','2406.0',    '1','1','1906.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122899.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034636.0','1020253.0','10',    '9','3','9546.0',    '9','1','2542.65',    '6','3','7003.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122900.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034637.0','1020253.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122901.0','1045820.0','6',    '6','4','36539.96',    '6','4','29849.68',    '3','1','6690.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029930.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118194.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034638.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122902.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029866.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118130.0','1045820.0','9',    '7','3','4505.24',    '6','2','2838.37',    '7','2','1666.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034639.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122903.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034640.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122904.0','1045820.0','53',    '45','14','31585.66',    '44','11','27674.33',    '24','6','3911.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034641.0','1020253.0','1549',    '1226','675','1064289.71',    '1133','99','629133.05',    '899','640','435156.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122905.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034642.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122906.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034643.0','1020253.0','1',    '1','1','17004.29',    '1','1','12338.0',    '1','1','4666.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122907.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034644.0','1020253.0','218',    '199','102','359176.32',    '191','57','317336.12',    '114','73','41840.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122908.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034645.0','1020253.0','27',    '23','11','45292.41',    '22','4','29006.11',    '15','10','16286.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122909.0','1045820.0','2670',    '2160','1165','1927284.35',    '2025','217','1174311.98',    '1579','1088','752972.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034646.0','1020253.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122910.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034647.0','1020253.0','163',    '139','77','332891.39',    '132','44','243618.72',    '86','55','89272.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122911.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034648.0','1020253.0','5102',    '4544','2461','13770574.97',    '4271','1545','10885884.99',    '2930','1798','2884689.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122912.0','1045820.0','4',    '4','1','2161.67',    '3','1','1906.0',    '3','1','255.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034649.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122913.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034650.0','1020253.0','6',    '5','4','40458.14',    '5','2','36938.96',    '3','2','3519.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122914.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034651.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122915.0','1045820.0','50',    '44','34','242834.7',    '44','28','192125.6',    '33','23','50709.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034652.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122916.0','1045820.0','1649',    '1369','561','1900188.79',    '1271','221','1412479.78',    '814','450','487709.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029758.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118022.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034653.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122917.0','1045820.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029848.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118112.0','1045820.0','15',    '14','4','11200.0',    '14','1','9700.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034654.0','1020253.0','2',    '2','2','9808.23',    '2','2','9308.23',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122918.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2029783.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118047.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034655.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122919.0','1045820.0','80',    '74','31','57411.62',    '72','10','37976.1',    '39','24','19435.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2029813.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118077.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034656.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122920.0','1045820.0','9',    '8','4','11938.28',    '8','3','7220.21',    '5','3','4718.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034657.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122921.0','1045820.0','25',    '20','8','29389.98',    '20','7','26578.47',    '9','4','2811.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034658.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122922.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034659.0','1020253.0','7',    '7','2','8634.61',    '7','1','7424.16',    '2','2','1210.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122923.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034660.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122924.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034661.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122925.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034662.0','1020253.0','237',    '222','174','1657732.52',    '219','147','1353593.89',    '169','124','304138.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122926.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034663.0','1020253.0','2',    '2','1','1050.0',    '2','0','0.0',    '1','1','1050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122927.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034664.0','1020253.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122928.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034665.0','1020253.0','37',    '37','19','93578.82',    '36','7','71493.72',    '27','16','22085.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122929.0','1045820.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034666.0','1020253.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122930.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034667.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122931.0','1045820.0','1',    '1','1','20990.03',    '1','1','19953.52',    '1','1','1036.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029710.0','1020253.0','14',    '14','9','45625.38',    '14','5','41639.09',    '8','6','3986.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117974.0','1045820.0','6',    '6','3','1500.0',    '6','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034668.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122932.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029918.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118182.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034669.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122933.0','1045820.0','1105',    '973','537','3219321.34',    '930','328','2742334.11',    '622','398','476987.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034670.0','1020253.0','12',    '9','1','749.55',    '9','1','749.55',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122934.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2030009.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118273.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034671.0','1020253.0','124',    '113','63','320586.52',    '107','39','289363.56',    '60','40','31222.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122935.0','1045820.0','13',    '12','8','10519.17',    '11','7','6914.92',    '9','5','3604.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034672.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122936.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2029828.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118092.0','1045820.0','19',    '18','10','18385.91',    '16','2','4249.98',    '14','9','14135.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034673.0','1020253.0','3',    '3','2','8514.65',    '3','2','5947.32',    '2','2','2567.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122937.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029784.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118048.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034674.0','1020253.0','5',    '2','1','4172.62',    '2','0','0.0',    '2','1','4172.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122938.0','1045820.0','36',    '31','21','88519.14',    '31','17','63410.74',    '18','15','25108.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034675.0','1020253.0','2',    '2','1','3539.49',    '2','1','1594.0',    '1','1','1945.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122939.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034676.0','1020253.0','112',    '104','27','43156.86',    '103','13','26629.72',    '48','20','16527.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122940.0','1045820.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034677.0','1020253.0','2',    '2','1','4188.0',    '2','1','3688.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122941.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034678.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122942.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034679.0','1020253.0','112',    '95','42','273199.47',    '93','25','198861.93',    '51','34','74337.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122943.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034680.0','1020253.0','130',    '115','24','30199.94',    '109','9','17376.17',    '52','18','12823.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122944.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034681.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122945.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034682.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122946.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034683.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122947.0','1045820.0','1831',    '1555','481','571956.2',    '1477','160','330474.82',    '804','369','241481.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034684.0','1020253.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122948.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034685.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122949.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034686.0','1020253.0','46',    '33','14','18989.99',    '32','6','13645.12',    '20','10','5344.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122950.0','1045820.0','1',    '1','1','2436.0',    '1','1','1936.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034687.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122951.0','1045820.0','3',    '2','1','2448.0',    '2','1','1948.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034688.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122952.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034689.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2122953.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034690.0','1020253.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122954.0','1045820.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034691.0','1020253.0','283',    '247','112','457297.52',    '241','66','385545.45',    '136','72','71752.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122955.0','1045820.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034692.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122956.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034693.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122957.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029933.0','1020253.0','3',    '3','2','9066.19',    '3','1','8970.69',    '1','1','95.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118197.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034694.0','1020253.0','158',    '128','58','87825.62',    '120','10','48957.49',    '81','54','38868.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122958.0','1045820.0','5',    '5','1','1805.97',    '4','0','0.0',    '2','1','1805.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029919.0','1020253.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118183.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029917.0','1020253.0','23',    '18','4','1999.56',    '15','1','499.56',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118181.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034695.0','1020253.0','2',    '2','1','13562.28',    '1','1','1906.0',    '2','1','11656.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122959.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029801.0','1020253.0','1',    '1','1','2864.92',    '1','1','1948.0',    '1','1','916.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118065.0','1045820.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029900.0','1020253.0','57',    '56','23','144019.6',    '56','19','111081.75',    '24','8','32937.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118164.0','1045820.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034696.0','1020253.0','347',    '309','216','1845631.56',    '303','148','1527188.89',    '232','168','318442.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122960.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029946.0','1020253.0','3',    '2','1','1236.5',    '2','1','1236.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118210.0','1045820.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034697.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122961.0','1045820.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029937.0','1020253.0','958',    '833','463','2678216.33',    '806','254','2138542.55',    '544','359','539673.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118201.0','1045820.0','13',    '10','6','54753.37',    '9','3','51146.68',    '6','4','3606.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034698.0','1020253.0','41',    '37','16','38692.71',    '34','5','30807.66',    '24','14','7885.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122962.0','1045820.0','6',    '6','3','2075.8',    '6','1','1075.8',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034699.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122963.0','1045820.0','20',    '17','4','30166.27',    '17','4','29021.38',    '3','1','1144.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034700.0','1020253.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122964.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034701.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122965.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029734.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2117998.0','1045820.0','1090',    '982','311','666471.96',    '963','163','487993.45',    '553','225','178478.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034702.0','1020253.0','11',    '10','3','10008.54',    '10','1','9008.54',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122966.0','1045820.0','6',    '5','2','1000.0',    '4','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034703.0','1020253.0','5',    '4','3','3190.35',    '4','2','2690.36',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122967.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034704.0','1020253.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122968.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034705.0','1020253.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122969.0','1045820.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034706.0','1020253.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122970.0','1045820.0','2',    '2','1','11959.38',    '2','1','11959.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034707.0','1020253.0','257',    '226','160','830874.13',    '213','63','655403.62',    '172','143','175470.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122971.0','1045820.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034708.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122972.0','1045825.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034709.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122973.0','1045825.0','22',    '21','10','70324.51',    '20','8','68074.54',    '10','6','2249.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034710.0','1020258.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122974.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034711.0','1020258.0','174',    '148','69','316026.06',    '143','34','267466.67',    '93','52','48559.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122975.0','1045825.0','4',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034712.0','1020258.0','93',    '65','33','31223.95',    '61','7','12647.44',    '38','30','18576.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122976.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029881.0','1020258.0','65',    '56','33','128104.51',    '55','22','101601.25',    '39','21','26503.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118145.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2030007.0','1020258.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118271.0','1045825.0','3',    '3','2','10303.29',    '3','1','9803.29',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034713.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122977.0','1045825.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029887.0','1020258.0','91',    '85','16','53336.98',    '83','9','49236.99',    '30','8','4099.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118151.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034714.0','1020258.0','731',    '629','328','1096197.96',    '617','173','845307.15',    '399','272','250890.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122978.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034715.0','1020258.0','5',    '5','1','1803.26',    '5','1','1803.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122979.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034716.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122980.0','1045825.0','440',    '396','202','1391721.26',    '381','95','1179915.32',    '222','158','211805.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034717.0','1020258.0','277',    '237','106','220397.12',    '219','18','143062.47',    '167','101','77334.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122981.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034718.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122982.0','1045825.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034719.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122983.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034720.0','1020258.0','3489',    '3043','1488','8232805.79',    '2891','892','6578798.65',    '1802','1132','1654007.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122984.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034721.0','1020258.0','1921',    '1639','1105','2400923.36',    '1567','185','1653003.19',    '1257','1047','747920.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122985.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034722.0','1020258.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122986.0','1045825.0','277',    '254','171','1641877.99',    '249','140','1342140.23',    '153','105','299737.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034723.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122987.0','1045825.0','5710',    '4866','1843','4354788.39',    '4463','569','3079869.87',    '2961','1558','1274918.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034724.0','1020258.0','250',    '203','58','110528.98',    '196','29','84615.19',    '86','44','25913.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122988.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034725.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122989.0','1045825.0','13',    '8','1','500.0',    '8','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034726.0','1020258.0','55',    '46','20','76031.33',    '45','10','60427.7',    '29','16','15603.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122990.0','1045825.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034727.0','1020258.0','44',    '41','8','9235.62',    '41','4','6126.12',    '22','6','3109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122991.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034728.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122992.0','1045825.0','82',    '59','21','17751.41',    '55','6','8430.34',    '36','18','9321.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034729.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122993.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034730.0','1020258.0','4',    '4','3','20992.31',    '4','2','19992.31',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2122994.0','1045825.0','40',    '35','20','57451.29',    '35','9','47972.03',    '20','15','9479.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029964.0','1020258.0','5',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118228.0','1045825.0','41',    '38','12','42765.6',    '37','7','35076.63',    '14','7','7688.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034731.0','1020258.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122995.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029894.0','1020258.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118158.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034732.0','1020258.0','10',    '8','4','9108.56',    '8','2','6911.42',    '6','3','2197.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122996.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034733.0','1020258.0','492',    '411','246','1273174.25',    '392','177','808400.05',    '308','208','464774.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122997.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034734.0','1020258.0','12',    '12','5','8805.4',    '12','2','5478.78',    '7','4','3326.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122998.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034735.0','1020258.0','5',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2122999.0','1045825.0','894',    '786','558','3165781.08',    '749','289','2717704.6',    '567','469','448076.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034736.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123000.0','1045825.0','6',    '6','1','3088.0',    '6','1','3088.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034737.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123001.0','1045825.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034738.0','1020258.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123002.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034739.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123003.0','1045825.0','1',    '1','1','12530.73',    '1','1','7793.94',    '1','1','4736.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034740.0','1020258.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123004.0','1045825.0','26',    '23','12','16344.15',    '22','4','11410.83',    '14','9','4933.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034741.0','1020258.0','90',    '81','30','101338.99',    '77','14','74137.88',    '45','25','27201.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123005.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034742.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123006.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034743.0','1020258.0','10',    '9','3','1400.13',    '9','0','0.0',    '6','3','1400.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123007.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034744.0','1020258.0','578',    '474','310','4902718.28',    '462','240','4309897.45',    '348','259','592820.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123008.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034745.0','1020258.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123009.0','1045825.0','63',    '54','33','41279.09',    '54','2','24776.56',    '35','32','16502.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034746.0','1020258.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123010.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034747.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123011.0','1045825.0','64',    '60','38','245625.64',    '60','30','218912.16',    '35','23','26713.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029694.0','1020258.0','2',    '2','2','3550.21',    '2','1','3300.22',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2117958.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034748.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123012.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2029826.0','1020258.0','1',    '1','1','7548.52',    '1','1','6897.02',    '1','1','651.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118090.0','1045825.0','1',    '1','1','6150.89',    '1','1','2912.0',    '1','1','3238.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034749.0','1020258.0','17',    '15','2','8496.29',    '13','2','7236.26',    '7','1','1260.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123013.0','1045825.0','11',    '9','2','1000.0',    '9','0','0.0',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2029934.0','1020258.0','10',    '8','2','13625.98',    '5','1','9046.0',    '7','2','4579.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118198.0','1045825.0','6',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034750.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123014.0','1045825.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2029850.0','1020258.0','4',    '3','2','1050.0',    '2','0','0.0',    '3','2','1050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118114.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034751.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123015.0','1045825.0','8',    '6','3','8463.74',    '4','0','0.0',    '6','3','8463.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034752.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123016.0','1045825.0','12',    '12','6','13675.03',    '12','4','11547.23',    '8','4','2127.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034753.0','1020258.0','427',    '411','348','4345258.55',    '409','318','3953562.82',    '299','254','391695.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123017.0','1045825.0','122',    '113','67','492108.39',    '106','39','421298.34',    '82','56','70810.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034754.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123018.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034755.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123019.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034756.0','1020258.0','37',    '35','14','16630.45',    '34','3','10157.18',    '23','11','6473.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123020.0','1045825.0','2466',    '2198','1352','12004111.03',    '2114','1018','10518081.59',    '1389','956','1486029.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034757.0','1020258.0','32',    '30','11','41803.52',    '28','6','36128.01',    '19','9','5675.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123021.0','1045825.0','45',    '42','26','150501.5',    '39','20','122517.65',    '26','19','27983.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034758.0','1020258.0','7',    '7','2','1497.38',    '7','0','0.0',    '3','2','1497.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123022.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034759.0','1020258.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123023.0','1045825.0','2377',    '2073','801','1103617.7',    '1870','106','428448.59',    '1408','758','675169.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034760.0','1020258.0','2',    '2','1','3201.67',    '2','0','0.0',    '1','1','3201.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123024.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034761.0','1020258.0','19',    '15','5','15945.69',    '14','1','13522.34',    '12','5','2423.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123025.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034762.0','1020258.0','4',    '1','1','33300.0',    '1','1','30566.52',    '1','1','2733.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123026.0','1045825.0','3402',    '2894','1102','1914191.41',    '2659','186','1265535.12',    '1888','1007','648656.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034763.0','1020258.0','14',    '11','4','2641.66',    '11','0','0.0',    '7','4','2641.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123027.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034764.0','1020258.0','20',    '15','7','20600.96',    '15','4','6806.32',    '9','7','13794.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123028.0','1045825.0','1',    '1','1','11641.83',    '1','1','11641.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034765.0','1020258.0','69',    '53','18','15302.24',    '48','4','7046.57',    '32','16','8255.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123029.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034766.0','1020258.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123030.0','1045825.0','86',    '73','35','24795.65',    '72','8','7609.82',    '47','32','17185.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034767.0','1020258.0','45',    '38','14','68984.62',    '35','9','64775.62',    '22','8','4209.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123031.0','1045825.0','43',    '39','20','92531.69',    '37','13','73949.09',    '23','13','18582.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034768.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123032.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034769.0','1020258.0','4',    '3','1','2665.53',    '3','1','2165.53',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123033.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034770.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123034.0','1045825.0','5020',    '4406','2466','3539732.13',    '4277','736','2173853.46',    '2926','2190','1365878.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2029753.0','1020258.0','0',    '1','1','5143.99',    '1','1','4394.0',    '1','1','749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118017.0','1045825.0','129',    '112','47','176931.82',    '107','25','143788.78',    '66','37','33143.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029909.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118173.0','1045825.0','106',    '93','40','89219.6',    '89','21','69866.83',    '59','30','19352.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034771.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123035.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034772.0','1020258.0','6',    '6','3','7584.95',    '5','1','2132.0',    '6','3','5452.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123036.0','1045825.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034773.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123037.0','1045825.0','22',    '20','4','2000.0',    '17','0','0.0',    '13','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034774.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123038.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034775.0','1020258.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123039.0','1045825.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034776.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123040.0','1045825.0','616',    '527','241','738619.14',    '499','100','609164.31',    '324','184','129454.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034777.0','1020258.0','3288',    '2711','1284','2306569.32',    '2379','315','1453092.65',    '1989','1168','853476.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123041.0','1045825.0','127',    '118','83','404740.96',    '117','74','337243.31',    '72','45','67497.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034778.0','1020258.0','1554',    '1357','383','447995.82',    '1247','36','163434.7',    '786','365','284561.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123042.0','1045825.0','36',    '31','12','10020.98',    '29','2','3546.0',    '20','11','6474.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034779.0','1020258.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123043.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034780.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123044.0','1045825.0','6',    '5','2','1000.0',    '5','0','0.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034781.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123045.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034782.0','1020258.0','5',    '3','2','14022.3',    '3','1','1742.0',    '2','2','12280.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123046.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2029867.0','1020258.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2118131.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034783.0','1020258.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123047.0','1045825.0','1',    '1','1','9000.0',    '0','0','0.0',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034784.0','1020258.0','4',    '4','1','2094.0',    '3','1','1594.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123048.0','1045825.0','7869',    '6980','3218','3831534.75',    '6694','239','2120190.57',    '4308','3110','1711344.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034785.0','1020258.0','29',    '28','11','14254.99',    '26','3','9204.99',    '22','9','5050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123049.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034786.0','1020258.0','38',    '33','20','111140.1',    '31','12','76897.75',    '25','16','34242.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123050.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034787.0','1020258.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123051.0','1045825.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034788.0','1020258.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123052.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034789.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123053.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2029830.0','1020258.0','1',    '1','1','2718.9',    '1','0','0.0',    '1','1','2718.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2118094.0','1045825.0','1',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034790.0','1020258.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123054.0','1045825.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034791.0','1020258.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123055.0','1045825.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034792.0','1020258.0','5900',    '5168','2587','20062336.81',    '4880','1386','17304958.91',    '3410','2150','2757377.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123056.0','1045825.0','6',    '5','1','500.0',    '4','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034793.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123057.0','1045825.0','13',    '12','2','1000.0',    '9','0','0.0',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034794.0','1020258.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123058.0','1045825.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034795.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123059.0','1045826.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034796.0','1020259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123060.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034797.0','1020259.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123061.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034798.0','1020259.0','929',    '785','249','205117.87',    '735','17','75844.19',    '422','236','129273.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123062.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034799.0','1020259.0','7',    '4','1','550.0',    '2','0','0.0',    '3','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123063.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034800.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123064.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034801.0','1020259.0','2',    '2','2','6750.67',    '2','1','2912.0',    '2','2','3838.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123065.0','1045826.0','101',    '83','32','47766.43',    '76','6','23839.27',    '58','29','23927.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034802.0','1020259.0','11',    '11','4','3486.57',    '11','0','0.0',    '7','4','3486.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123066.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034803.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123067.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034804.0','1020259.0','2757',    '2293','811','2514011.26',    '2083','253','1927374.39',    '1348','685','586636.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123068.0','1045826.0','6',    '3','3','13930.67',    '3','1','10374.29',    '3','3','3556.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034805.0','1020259.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123069.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034806.0','1020259.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123070.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034807.0','1020259.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123071.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034808.0','1020259.0','3676',    '3444','2931','38047545.35',    '3402','2502','35186218.99',    '2572','2212','2861326.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123072.0','1045826.0','2',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034809.0','1020259.0','3189',    '2701','1184','1401146.12',    '2467','189','724250.16',    '1837','1113','676895.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123073.0','1045826.0','54',    '42','17','19893.43',    '38','3','10505.14',    '34','16','9388.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034810.0','1020259.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123074.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034811.0','1020259.0','68',    '60','52','269766.62',    '59','47','239311.22',    '41','29','30455.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123075.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034812.0','1020259.0','62',    '47','21','11140.02',    '41','1','172.28',    '37','20','10967.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123076.0','1045826.0','119',    '100','23','23561.05',    '92','3','13299.72',    '48','20','10261.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034813.0','1020259.0','14',    '13','2','15063.59',    '13','1','12343.41',    '4','2','2720.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123077.0','1045826.0','299',    '270','149','562849.92',    '263','58','428834.73',    '178','123','134015.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034814.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123078.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034815.0','1020259.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123079.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034816.0','1020259.0','415',    '336','116','74352.81',    '300','3','15946.64',    '214','115','58406.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123080.0','1045826.0','239',    '219','110','558641.45',    '214','79','450458.38',    '122','71','108183.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034817.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123081.0','1045826.0','31',    '29','19','100080.72',    '29','17','91150.39',    '20','13','8930.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034818.0','1020259.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123082.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034819.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123083.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034820.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123084.0','1045826.0','2',    '2','2','1900.0',    '2','0','0.0',    '2','2','1900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034821.0','1020259.0','3373',    '2869','1503','6630038.73',    '2634','661','4798776.69',    '2017','1256','1831262.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123085.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034822.0','1020259.0','9',    '8','3','5586.01',    '8','2','2508.68',    '4','2','3077.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123086.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034823.0','1020259.0','113',    '99','46','127629.41',    '88','28','112393.91',    '59','26','15235.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123087.0','1045826.0','1',    '1','1','5126.05',    '1','1','5126.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034824.0','1020259.0','5208',    '4627','2341','10472808.18',    '4482','683','9065513.16',    '2795','2114','1407295.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123088.0','1045826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034825.0','1020259.0','5',    '5','1','250.0',    '5','0','0.0',    '3','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123089.0','1045826.0','29',    '25','8','12499.1',    '25','5','9435.5',    '10','5','3063.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034826.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123090.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034827.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123091.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034828.0','1020259.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123092.0','1045826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034829.0','1020259.0','591',    '521','210','534052.49',    '482','103','348465.24',    '343','159','185587.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123093.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034830.0','1020259.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123094.0','1045826.0','95',    '88','35','205801.56',    '87','27','182435.63',    '24','11','23365.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034831.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123095.0','1045826.0','12',    '10','3','1109.5',    '8','0','0.0',    '5','3','1109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034832.0','1020259.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123096.0','1045826.0','3',    '2','1','832.0',    '1','1','832.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034833.0','1020259.0','23',    '19','4','2445.68',    '18','1','945.68',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123097.0','1045826.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034834.0','1020259.0','2664',    '2395','1354','8411949.28',    '2286','921','7202165.41',    '1443','921','1209783.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123098.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034835.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123099.0','1045826.0','165',    '150','114','529917.91',    '150','95','453678.01',    '98','76','76239.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034836.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123100.0','1045826.0','1458',    '1306','667','3574748.47',    '1231','405','2744791.39',    '855','468','829957.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034837.0','1020259.0','511',    '432','153','407413.5',    '406','64','311543.36',    '240','114','95870.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123101.0','1045826.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034838.0','1020259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123102.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034839.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123103.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034840.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123104.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034841.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123105.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034842.0','1020259.0','11',    '12','2','5391.92',    '12','1','3004.29',    '4','2','2387.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123106.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034843.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123107.0','1045826.0','164',    '130','40','101672.49',    '125','19','72284.33',    '63','29','29388.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034844.0','1020259.0','2',    '2','1','1370.0',    '2','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123108.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034845.0','1020259.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123109.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034846.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123110.0','1045826.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034847.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123111.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034848.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123112.0','1045826.0','1',    '1','1','7423.7',    '1','1','7423.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034849.0','1020259.0','1',    '1','1','33300.0',    '1','1','28173.25',    '1','1','5126.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123113.0','1045826.0','1471',    '1380','1058','10980130.01',    '1366','904','9956100.68',    '998','745','1024029.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034850.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123114.0','1045826.0','131',    '103','23','14767.56',    '82','2','3005.33',    '59','23','11762.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034851.0','1020259.0','20',    '16','7','3500.0',    '15','0','0.0',    '10','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123115.0','1045826.0','5',    '5','3','3455.18',    '5','2','2455.18',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034852.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123116.0','1045826.0','6',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034853.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123117.0','1045826.0','21',    '15','5','2974.98',    '15','0','0.0',    '6','5','2974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034854.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123118.0','1045826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034855.0','1020259.0','5',    '5','1','3244.49',    '5','1','3244.49',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123119.0','1045826.0','6',    '5','0','0.0',    '3','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034856.0','1020259.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123120.0','1045826.0','10',    '5','3','12376.89',    '5','2','7531.58',    '4','3','4845.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034857.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123121.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001745.0',    '2034858.0','1020259.0','124',    '97','27','74717.63',    '91','9','58272.29',    '55','24','16445.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006119.0',    '2123122.0','1045826.0','899',    '793','267','497192.78',    '763','124','384937.5',    '388','194','112255.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034859.0','1020259.0','13',    '11','3','4864.94',    '11','1','3364.94',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123123.0','1045826.0','48',    '45','21','93080.98',    '45','20','81787.41',    '20','10','11293.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034860.0','1020259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123124.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034861.0','1020259.0','2',    '2','1','6266.44',    '2','1','266.44',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123125.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034862.0','1020259.0','1',    '1','1','12218.77',    '1','1','11968.78',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123126.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034863.0','1020259.0','3',    '1','1','8043.0',    '1','1','7543.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123127.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034864.0','1020259.0','8',    '8','2','1000.0',    '8','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123128.0','1045826.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034865.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123129.0','1045826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034866.0','1020259.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123130.0','1045826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034867.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123131.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034868.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123132.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034869.0','1020259.0','793',    '727','447','2813731.32',    '704','334','2444813.96',    '418','273','368917.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123133.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034870.0','1020259.0','39',    '35','16','54677.58',    '35','12','42511.08',    '19','9','12166.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123134.0','1045826.0','39',    '35','14','55189.87',    '31','11','48716.39',    '19','6','6473.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034871.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123135.0','1045826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034872.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123136.0','1045826.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034873.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123137.0','1045826.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034874.0','1020259.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123138.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034875.0','1020259.0','1',    '1','1','1273.88',    '1','0','0.0',    '1','1','1273.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123139.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034876.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123140.0','1045826.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034877.0','1020259.0','168',    '147','39','125182.23',    '143','24','96867.82',    '69','22','28314.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123141.0','1045826.0','1',    '1','1','4507.47',    '1','1','1664.0',    '1','1','2843.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034878.0','1020259.0','1',    '1','1','1742.0',    '1','1','1742.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123142.0','1045826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034879.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123143.0','1045826.0','521',    '410','161','197904.7',    '382','28','94504.39',    '256','144','103400.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034880.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123144.0','1045826.0','8',    '6','2','9500.0',    '5','0','0.0',    '4','2','9500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034881.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123145.0','1045826.0','6313',    '5564','2688','15130563.95',    '5252','1646','12958274.13',    '3137','1875','2172289.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034882.0','1020259.0','1',    '1','1','483.57',    '1','1','483.57',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123146.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001790.0',    '2034883.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006121.0',    '2123147.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034884.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123148.0','1045826.0','16',    '14','5','25195.35',    '14','4','23623.18',    '3','2','1572.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034885.0','1020259.0','4',    '3','2','4430.45',    '3','2','3930.45',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123149.0','1045826.0','1',    '1','1','5777.78',    '1','0','0.0',    '1','1','5777.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034886.0','1020259.0','6067',    '5191','1691','1888360.75',    '4768','183','761559.04',    '3207','1588','1126801.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123150.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034887.0','1020259.0','3219',    '2848','1418','3091224.61',    '2692','447','2295155.54',    '1782','1232','796069.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123151.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034888.0','1020259.0','4',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123152.0','1045826.0','114',    '103','40','89407.76',    '102','19','56130.91',    '44','29','33276.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034889.0','1020259.0','2259',    '1874','726','857143.56',    '1662','114','282455.73',    '1324','675','574687.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123153.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034890.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123154.0','1045826.0','1',    '1','1','7961.58',    '1','1','7048.5',    '1','1','913.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034891.0','1020259.0','4',    '4','2','715.78',    '4','1','215.78',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123155.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034892.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123156.0','1045826.0','38',    '27','19','100187.74',    '27','14','94681.77',    '14','11','5505.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034893.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123157.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034894.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123158.0','1045826.0','25',    '21','12','82035.53',    '19','9','76374.01',    '16','7','5661.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034895.0','1020259.0','23',    '22','14','220152.5',    '22','10','213000.67',    '17','9','7151.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123159.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034896.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123160.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034897.0','1020259.0','39',    '30','7','23691.28',    '28','3','7836.9',    '14','5','15854.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123161.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034898.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123162.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034899.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123163.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034900.0','1020259.0','28',    '20','4','16753.56',    '17','2','15753.56',    '12','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123164.0','1045826.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034901.0','1020259.0','108',    '102','44','68179.3',    '99','14','42541.39',    '54','36','25637.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123165.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034902.0','1020259.0','19',    '18','10','90482.44',    '18','8','68398.84',    '14','7','22083.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123166.0','1045826.0','2624',    '2085','649','880084.88',    '1817','76','390603.65',    '1372','612','489481.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034903.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123167.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034904.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123168.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034905.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123169.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034906.0','1020259.0','4',    '4','4','15766.02',    '4','3','12262.36',    '3','2','3503.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123170.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034907.0','1020259.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123171.0','1045826.0','1',    '1','1','8361.94',    '1','1','2912.0',    '1','1','5449.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034908.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123172.0','1045826.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034909.0','1020259.0','3176',    '2731','1428','5820886.02',    '2527','654','4235923.91',    '1869','1142','1584962.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123173.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034910.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123174.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034911.0','1020259.0','10689',    '9659','6337','45557872.23',    '9277','4554','35659639.48',    '6749','4792','9898232.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123175.0','1045826.0','9',    '7','3','3638.14',    '7','3','3638.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034912.0','1020259.0','2141',    '1899','1061','5329802.63',    '1802','616','3641385.5',    '1317','831','1688417.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123176.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034913.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123177.0','1045826.0','9',    '8','8','127239.15',    '8','6','113707.71',    '8','8','13531.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034914.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123178.0','1045826.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034915.0','1020259.0','3826',    '3176','1246','2338777.2',    '2818','229','1302548.58',    '2240','1147','1036228.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123179.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034916.0','1020259.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123180.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034917.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123181.0','1045826.0','2690',    '2355','810','2669452.79',    '2186','236','2113105.75',    '1334','689','556347.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034918.0','1020259.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123182.0','1045826.0','3358',    '2796','1142','1621636.04',    '2512','250','641583.24',    '2022','1047','980052.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034919.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123183.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034920.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123184.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034921.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123185.0','1045826.0','2013',    '1835','1190','7831272.63',    '1763','869','6663951.4',    '1111','722','1167321.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2030246.0','1020259.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118510.0','1045826.0','69',    '63','32','58047.59',    '62','14','45689.87',    '41','25','12357.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034922.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123186.0','1045826.0','64',    '55','8','13279.35',    '54','6','11373.34',    '15','3','1906.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034923.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123187.0','1045826.0','101',    '87','37','116885.02',    '80','24','97731.56',    '49','23','19153.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034924.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123188.0','1045826.0','1',    '1','1','9500.0',    '1','0','0.0',    '1','1','9500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034925.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123189.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034926.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123190.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034927.0','1020259.0','1',    '1','1','17667.28',    '1','1','17667.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123191.0','1045826.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2030017.0','1020259.0','3197',    '2604','1237','4595085.64',    '2432','434','3387765.96',    '1757','1078','1207319.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2118281.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2032087.0','1020259.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2120351.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034928.0','1020259.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123192.0','1045826.0','4556',    '3786','1577','3816587.96',    '3407','486','2405417.08',    '2568','1365','1411170.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034929.0','1020259.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123193.0','1045826.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2032049.0','1020259.0','2',    '2','1','1594.0',    '2','1','1594.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2120313.0','1045826.0','4',    '4','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034930.0','1020259.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123194.0','1045826.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034931.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123195.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2030193.0','1020263.0','1',    '1','1','2820.74',    '0','0','0.0',    '1','1','2820.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118457.0','1045830.0','1',    '1','1','3917.68',    '1','1','3417.68',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034932.0','1020263.0','6',    '5','5','39916.92',    '5','4','27216.16',    '5','5','12700.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123196.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034933.0','1020263.0','20',    '16','6','50607.35',    '14','5','34612.57',    '10','5','15994.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123197.0','1045830.0','41',    '40','16','91258.87',    '38','15','73069.57',    '17','8','18189.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034934.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123198.0','1045830.0','1',    '1','1','6901.36',    '1','1','6901.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034935.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123199.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034936.0','1020263.0','7',    '5','4','13373.1',    '5','2','5044.0',    '5','4','8329.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123200.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034937.0','1020263.0','7079',    '6105','3026','16597549.82',    '5651','1558','13102392.54',    '4115','2483','3495157.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123201.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034938.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123202.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034939.0','1020263.0','3218',    '2837','1552','8506767.59',    '2690','921','7076955.35',    '1816','1123','1429812.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123203.0','1045830.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034940.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123204.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034941.0','1020263.0','6',    '6','4','11272.04',    '6','4','11272.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123205.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034942.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123206.0','1045830.0','1',    '1','1','3002.85',    '1','1','1742.0',    '1','1','1260.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034943.0','1020263.0','1',    '1','1','2152.08',    '1','1','1652.08',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123207.0','1045830.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034944.0','1020263.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123208.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2029955.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2118219.0','1045830.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034945.0','1020263.0','99',    '95','25','35827.41',    '92','7','23045.32',    '37','20','12782.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123209.0','1045830.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2034946.0','1020263.0','34',    '30','14','36247.05',    '30','11','34447.05',    '11','4','1800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123210.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2029851.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2118115.0','1045830.0','4',    '2','1','2240.55',    '2','0','0.0',    '1','1','2240.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034947.0','1020263.0','11',    '10','6','47859.26',    '10','5','46859.26',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123211.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2034948.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123212.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034949.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123213.0','1045830.0','2258',    '2097','1432','6733711.1',    '2079','1178','5944858.62',    '1095','758','788852.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034950.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123214.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034951.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123215.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034952.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123216.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034953.0','1020263.0','3557',    '3019','1653','15294279.0',    '2822','946','13739196.22',    '2046','1351','1555082.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123217.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034954.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123218.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034955.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123219.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034956.0','1020263.0','1',    '1','1','2242.0',    '1','1','1742.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123220.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2030109.0','1020263.0','28',    '19','4','12052.83',    '14','2','4798.0',    '14','4','7254.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2118373.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034957.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123221.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034958.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123222.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034959.0','1020263.0','13',    '12','2','1000.0',    '8','0','0.0',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123223.0','1045830.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034960.0','1020263.0','11',    '11','10','81594.85',    '11','9','58109.34',    '8','6','23485.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123224.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034961.0','1020263.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123225.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034962.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123226.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034963.0','1020263.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123227.0','1045830.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034964.0','1020263.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123228.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034965.0','1020263.0','4919',    '4313','2426','13272942.45',    '4015','1612','10737900.09',    '2717','1711','2535042.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123229.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034966.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123230.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034967.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123231.0','1045830.0','333',    '288','102','188226.77',    '278','36','140999.37',    '155','80','47227.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034968.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123232.0','1045830.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2028389.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2116653.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034969.0','1020263.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123233.0','1045830.0','24',    '8','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2031894.0','1020263.0','6',    '6','1','500.0',    '5','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2120158.0','1045830.0','7',    '6','1','500.0',    '6','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034970.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123234.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034971.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123235.0','1045830.0','1470',    '1222','592','3717204.29',    '1150','313','3151004.44',    '743','443','566199.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034972.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123236.0','1045830.0','118',    '98','52','297315.26',    '93','32','245162.33',    '49','32','52152.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034973.0','1020263.0','2',    '2','2','17007.3',    '2','2','14454.91',    '2','2','2552.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123237.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034974.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123238.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034975.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123239.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034976.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123240.0','1045830.0','4',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034977.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123241.0','1045830.0','1950',    '1671','640','1981007.31',    '1559','271','1517851.77',    '917','480','463155.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034978.0','1020263.0','95',    '76','33','121550.54',    '69','14','78675.24',    '53','27','42875.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123242.0','1045830.0','75',    '70','22','48704.24',    '69','16','34558.06',    '32','14','14146.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034979.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123243.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034980.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123244.0','1045830.0','64',    '55','21','54585.57',    '50','4','32628.49',    '33','19','21957.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034981.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123245.0','1045830.0','7',    '7','5','12379.74',    '6','0','0.0',    '7','5','12379.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034982.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123246.0','1045830.0','2865',    '2486','958','2298054.72',    '2295','299','1540754.1',    '1583','813','757300.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034983.0','1020263.0','4194',    '3564','1386','5501065.67',    '3239','446','4408432.31',    '2253','1184','1092633.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123247.0','1045830.0','6',    '4','3','12159.05',    '3','2','11659.05',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034984.0','1020263.0','15',    '14','2','1000.0',    '13','0','0.0',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123248.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034985.0','1020263.0','4',    '4','3','30384.0',    '4','1','20384.0',    '3','3','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123249.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034986.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123250.0','1045830.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034987.0','1020263.0','152',    '142','61','166287.83',    '135','35','131314.35',    '74','44','34973.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123251.0','1045830.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2034988.0','1020263.0','16',    '12','3','1500.0',    '10','0','0.0',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123252.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2034989.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123253.0','1045830.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034990.0','1020263.0','1',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123254.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2034991.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123255.0','1045830.0','4',    '3','3','8963.19',    '3','2','6006.57',    '2','2','2956.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034992.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123256.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2034993.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123257.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034994.0','1020263.0','1',    '1','1','515.45',    '1','0','0.0',    '1','1','515.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123258.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034995.0','1020263.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123259.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034996.0','1020263.0','1219',    '1088','476','1818291.99',    '1006','233','1400586.24',    '704','363','417705.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123260.0','1045830.0','2',    '2','1','2420.61',    '2','0','0.0',    '2','1','2420.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034997.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123261.0','1045830.0','1',    '1','1','1742.0',    '1','1','1742.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034998.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123262.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2034999.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123263.0','1045830.0','3547',    '3062','1322','4440615.34',    '2778','444','2876107.17',    '2183','1163','1564508.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035000.0','1020263.0','3836',    '3261','1285','1723297.04',    '2935','190','827078.98',    '2257','1191','896218.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123264.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035001.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123265.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035002.0','1020263.0','7',    '6','3','5408.0',    '6','2','4408.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123266.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035003.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123267.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035004.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123268.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035005.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123269.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035006.0','1020263.0','1',    '1','1','487.5',    '1','0','0.0',    '1','1','487.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123270.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035007.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123271.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035008.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123272.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035009.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123273.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035010.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123274.0','1045830.0','3510',    '3097','1786','11495599.21',    '2913','1216','6997674.32',    '2310','1490','4497924.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035011.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123275.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035012.0','1020263.0','2',    '1','1','5806.98',    '1','1','1952.0',    '1','1','3854.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123276.0','1045830.0','6659',    '5689','2575','9240305.63',    '5185','1013','5986010.44',    '4012','2233','3254295.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035013.0','1020263.0','3223',    '2560','866','1167352.79',    '2177','144','566556.85',    '1771','791','600795.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123277.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035014.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123278.0','1045830.0','2371',    '2153','1328','12051019.52',    '2070','1044','10542370.49',    '1303','896','1508649.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035015.0','1020263.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123279.0','1045830.0','485',    '411','157','348937.9',    '385','32','223673.75',    '258','139','125264.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035016.0','1020263.0','849',    '765','338','1023455.06',    '731','137','698907.52',    '499','275','324547.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123280.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035017.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123281.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2029824.0','1020263.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118088.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2030050.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2118314.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035018.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123282.0','1045830.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035019.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123283.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035020.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123284.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035021.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123285.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2028489.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2116753.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035022.0','1020263.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123286.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035023.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123287.0','1045830.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035024.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123288.0','1045830.0','1',    '1','1','1843.99',    '1','1','1594.0',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2030332.0','1020263.0','1',    '1','1','4010.16',    '1','1','3510.16',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2118596.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035025.0','1020263.0','1668',    '1412','673','1643892.75',    '1337','375','1146397.56',    '787','478','497495.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123289.0','1045830.0','1271',    '1064','425','1111282.92',    '958','150','430355.04',    '766','389','680927.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035026.0','1020263.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123290.0','1045830.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035027.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123291.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035028.0','1020263.0','26',    '17','4','4166.0',    '12','1','2666.0',    '15','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123292.0','1045830.0','729',    '666','365','359780.77',    '650','34','146237.93',    '489','347','213542.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035029.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123293.0','1045830.0','4909',    '4242','1987','5231705.96',    '3796','806','3542870.44',    '3054','1610','1688835.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035030.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123294.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035031.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123295.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035032.0','1020263.0','3229',    '2814','1742','6840261.3',    '2679','1269','5431446.49',    '1673','1074','1408814.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123296.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2030281.0','1020263.0','746',    '684','365','1797988.1',    '655','202','1349396.28',    '441','275','448591.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2118545.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035033.0','1020263.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123297.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035034.0','1020263.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123298.0','1045830.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035035.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123299.0','1045830.0','520',    '370','158','341976.79',    '342','46','243188.8',    '232','133','98787.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035036.0','1020263.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123300.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035037.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123301.0','1045830.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035038.0','1020263.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123302.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035039.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123303.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035040.0','1020263.0','2917',    '2555','1793','13702122.38',    '2481','1150','12163179.65',    '1711','1273','1538942.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123304.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035041.0','1020263.0','5427',    '4778','2669','14895885.99',    '4458','1406','10584422.78',    '3429','2267','4311463.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123305.0','1045830.0','4160',    '3592','1957','8063648.34',    '3313','1273','5028233.75',    '2510','1423','3035414.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035042.0','1020263.0','1176',    '977','431','460995.85',    '903','34','164061.98',    '665','415','296933.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123306.0','1045830.0','4379',    '3653','1299','1678250.51',    '3195','161','571406.53',    '2628','1238','1106843.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2029998.0','1020263.0','8357',    '7491','4857','38721390.59',    '7167','2952','29203366.52',    '5673','4112','9518024.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2118262.0','1045830.0','4',    '4','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035043.0','1020263.0','1558',    '1264','557','2011412.0',    '1083','205','1678224.82',    '894','456','333187.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123307.0','1045830.0','1418',    '1289','871','3912417.52',    '1249','542','2873842.53',    '859','684','1038574.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035044.0','1020263.0','20',    '13','2','1000.0',    '12','0','0.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123308.0','1045830.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035045.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123309.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035046.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123310.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035047.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123311.0','1045830.0','6311',    '5514','2386','5245270.19',    '5077','572','2829568.15',    '4027','2177','2415702.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035048.0','1020263.0','6064',    '5377','3214','24062973.24',    '5051','1941','16423848.07',    '4280','2791','7639125.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123312.0','1045830.0','1528',    '1260','436','786987.94',    '1124','147','415463.65',    '787','365','371524.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035049.0','1020263.0','1232',    '1080','443','621616.28',    '985','67','285630.08',    '780','408','335986.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123313.0','1045830.0','3794',    '3201','1025','1197053.41',    '2850','103','413331.98',    '2101','973','783721.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035050.0','1020263.0','4726',    '4236','2700','25488274.14',    '4029','1849','17096062.27',    '3466','2402','8392211.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123314.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035051.0','1020263.0','8',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123315.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035052.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123316.0','1045830.0','2',    '2','1','6186.28',    '2','1','2132.0',    '1','1','4054.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035053.0','1020263.0','4946',    '4135','1535','2409731.21',    '3700','342','987117.03',    '2942','1412','1422614.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123317.0','1045830.0','5907',    '5049','2498','13388202.08',    '4645','1368','9873525.73',    '3456','2004','3514676.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035054.0','1020263.0','2780',    '2397','1164','4783938.76',    '2267','548','3361905.2',    '1664','956','1422033.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123318.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035055.0','1020263.0','2712',    '2103','712','599531.08',    '1822','35','79172.68',    '1486','694','520358.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123319.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035056.0','1020263.0','6492',    '5743','4101','28500577.06',    '5562','2983','25427773.57',    '3938','2896','3072803.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123320.0','1045830.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035057.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123321.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035058.0','1020263.0','44',    '35','11','12494.9',    '28','2','7140.9',    '24','11','5354.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123322.0','1045830.0','38',    '33','8','17650.38',    '29','5','7587.27',    '16','5','10063.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035059.0','1020263.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123323.0','1045830.0','3253',    '2800','1040','5116845.91',    '2545','413','4361585.92',    '1641','844','755259.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035060.0','1020263.0','2895',    '2452','1010','2848992.49',    '2189','397','1827827.3',    '1648','836','1021165.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123324.0','1045830.0','7950',    '6805','2320','4398184.91',    '6058','501','2882291.15',    '4376','2084','1515893.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035061.0','1020263.0','6290',    '5512','3153','19179612.13',    '5097','2141','13700590.49',    '3837','2312','5479021.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123325.0','1045830.0','2567',    '2183','979','3840405.22',    '1958','362','2625367.89',    '1534','838','1215037.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035062.0','1020263.0','546',    '494','189','616609.76',    '471','57','533855.7',    '251','150','82754.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123326.0','1045830.0','3763',    '3049','1260','3730550.07',    '2718','389','2799882.44',    '2064','1084','930667.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035063.0','1020263.0','12788',    '10994','6053','35176156.45',    '10288','3404','27150968.36',    '7705','5100','8025188.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123327.0','1045830.0','7484',    '6474','2804','6292932.73',    '5851','875','3801638.44',    '4660','2462','2491294.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035064.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123328.0','1045830.0','14',    '11','3','23392.89',    '9','1','19072.72',    '10','3','4320.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035065.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123329.0','1045830.0','6',    '6','3','1500.0',    '6','0','0.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2030092.0','1020263.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2118356.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035066.0','1020263.0','1558',    '1277','439','495151.05',    '1120','61','208638.96',    '894','407','286512.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123330.0','1045830.0','4306',    '3529','1164','1071516.67',    '3001','72','234983.61',    '2589','1139','836533.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035067.0','1020263.0','1676',    '1344','462','654900.0',    '1148','82','293305.05',    '945','420','361594.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123331.0','1045830.0','3949',    '3596','2239','13501220.3',    '3439','1489','10524750.42',    '2542','1649','2976469.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035068.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123332.0','1045830.0','2509',    '2069','722','656569.84',    '1813','53','203657.75',    '1416','692','452912.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035069.0','1020263.0','3',    '2','1','1742.0',    '2','1','1742.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123333.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035070.0','1020263.0','9070',    '8028','4594','26600412.85',    '7582','3189','19229021.62',    '5386','3420','7371391.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123334.0','1045830.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035071.0','1020263.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123335.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035072.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123336.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035073.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123337.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035074.0','1020263.0','1691',    '1436','497','829447.63',    '1312','116','409279.08',    '922','439','420168.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123338.0','1045830.0','3554',    '2991','1194','1683730.3',    '2706','179','701975.35',    '2164','1130','981754.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035075.0','1020263.0','1',    '1','1','1050.0',    '1','0','0.0',    '1','1','1050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123339.0','1045830.0','5167',    '4327','1997','8041322.66',    '3886','716','5379277.93',    '3194','1842','2662044.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035076.0','1020263.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123340.0','1045830.0','5735',    '4910','2257','7015870.35',    '4417','1022','3221914.69',    '3847','1972','3793955.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035077.0','1020263.0','1629',    '1413','579','1214083.98',    '1299','236','651723.57',    '946','484','562360.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123341.0','1045830.0','1535',    '1286','438','481487.57',    '1148','49','211771.23',    '836','412','269716.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035078.0','1020263.0','1208',    '986','364','704615.14',    '874','78','435152.06',    '641','321','269463.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123342.0','1045830.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035079.0','1020263.0','1412',    '1189','584','3356462.09',    '1082','294','2760197.1',    '824','467','596264.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123343.0','1045830.0','5499',    '4832','2172','6831011.5',    '4471','1012','4741852.35',    '3325','1711','2089159.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035080.0','1020263.0','7',    '6','2','1530.9',    '5','0','0.0',    '4','2','1530.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123344.0','1045830.0','13',    '9','2','2920.01',    '7','1','1742.0',    '5','2','1178.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035081.0','1020263.0','6378',    '5667','3034','10868319.0',    '5317','1557','5327291.77',    '4515','2668','5541027.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123345.0','1045830.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2028547.0','1020263.0','3996',    '3384','1404','2003650.79',    '3017','224','927263.93',    '2571','1314','1076386.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2116811.0','1045830.0','2738',    '2252','937','2509551.56',    '1975','227','1875493.41',    '1564','827','634058.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035082.0','1020263.0','2258',    '1913','813','2280390.44',    '1720','228','1501569.12',    '1344','707','778821.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123346.0','1045830.0','8141',    '6638','2902','9254624.61',    '5804','959','5862469.81',    '5082','2668','3392154.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035083.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123347.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2032421.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2120685.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2032272.0','1020263.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2120536.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035084.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123348.0','1045830.0','1866',    '1605','646','1341015.93',    '1517','335','1020813.14',    '841','407','320202.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035085.0','1020263.0','2641',    '2196','1199','4768672.69',    '1982','593','2833524.02',    '1748','1038','1935148.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123349.0','1045830.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035086.0','1020263.0','2156',    '1738','654','1119311.43',    '1539','74','719612.7',    '1194','608','399698.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123350.0','1045830.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035087.0','1020263.0','6224',    '5073','1703','1357058.61',    '4342','77','231425.46',    '3606','1666','1125633.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123351.0','1045830.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035088.0','1020263.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123352.0','1045830.0','1200',    '1013','455','1373522.55',    '936','191','856611.81',    '704','385','516910.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035089.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123353.0','1045831.0','3933',    '3148','1149','1359275.62',    '2754','147','362989.22',    '2301','1099','996286.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035090.0','1020264.0','2753',    '2269','850','1777657.79',    '2002','212','1129579.9',    '1587','739','648077.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123354.0','1045831.0','2100',    '1740','620','736805.0',    '1534','59','260968.81',    '1192','587','475836.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035091.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123355.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001687.0',    '2035092.0','1020264.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006122.0',    '2123356.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035093.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123357.0','1045831.0','5',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035094.0','1020264.0','1',    '1','1','19710.05',    '1','1','18301.56',    '1','1','1408.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123358.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035095.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123359.0','1045831.0','841',    '668','227','180363.64',    '602','18','56656.0',    '416','214','123707.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035096.0','1020264.0','1521',    '1295','420','675853.23',    '1156','68','317763.19',    '862','390','358090.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123360.0','1045831.0','1137',    '903','418','1188699.88',    '840','123','959185.95',    '590','350','229513.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035097.0','1020264.0','440',    '335','124','109204.22',    '305','11','38539.48',    '205','117','70664.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123361.0','1045831.0','1930',    '1506','523','718679.75',    '1285','80','243625.77',    '1070','489','475053.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035098.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123362.0','1045831.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035099.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123363.0','1045831.0','9',    '6','3','2594.0',    '6','1','1594.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035100.0','1020264.0','4584',    '3867','2126','11970269.08',    '3528','1249','10261820.84',    '2624','1589','1708448.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123364.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035101.0','1020264.0','3700',    '3169','1099','3157184.18',    '2826','255','2444908.44',    '2019','974','712275.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123365.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035102.0','1020264.0','42',    '38','24','202839.0',    '36','17','186456.64',    '24','12','16382.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123366.0','1045831.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035103.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123367.0','1045831.0','38',    '29','10','10140.0',    '29','2','5640.0',    '15','9','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035104.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123368.0','1045831.0','1250',    '1081','458','1198888.51',    '1003','167','753606.56',    '740','379','445281.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035105.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123369.0','1045831.0','3344',    '3002','1987','12700822.73',    '2882','1517','9168420.16',    '2188','1409','3532402.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035106.0','1020264.0','6973',    '6059','2764','7402887.01',    '5550','893','4330192.88',    '4583','2483','3072694.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123370.0','1045831.0','3027',    '2600','1085','3278514.24',    '2399','454','2140500.81',    '1691','864','1138013.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035107.0','1020264.0','3242',    '2816','1702','14455249.57',    '2673','1020','12917324.26',    '1873','1324','1537925.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123371.0','1045831.0','6137',    '5167','2483','10219999.54',    '4619','1018','7787078.67',    '3738','2107','2432920.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035108.0','1020264.0','2368',    '1985','663','892599.11',    '1811','67','425443.92',    '1284','625','467155.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123372.0','1045831.0','3790',    '3118','1084','1132743.82',    '2668','83','269438.87',    '2294','1051','863304.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035109.0','1020264.0','4434',    '3795','1614','3600660.39',    '3336','450','2029776.79',    '2831','1422','1570883.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123373.0','1045831.0','2388',    '1900','763','1620273.62',    '1664','259','776244.95',    '1332','659','844028.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035110.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123374.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035111.0','1020264.0','6',    '6','3','4750.85',    '6','1','3250.85',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123375.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035112.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123376.0','1045831.0','1273',    '1107','379','800623.08',    '1029','98','551678.79',    '621','311','248944.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035113.0','1020264.0','3286',    '2841','1271','3332245.38',    '2572','533','1973550.46',    '2056','1041','1358694.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123377.0','1045831.0','3263',    '2795','1061','2188750.5',    '2559','257','1215378.66',    '1917','955','973371.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035114.0','1020264.0','5127',    '4329','1721','3661304.15',    '3935','365','2448471.87',    '2970','1561','1212832.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123378.0','1045831.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035115.0','1020264.0','4331',    '3621','1179','1670613.94',    '3240','174','689027.9',    '2473','1097','981586.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123379.0','1045831.0','5',    '4','1','500.0',    '2','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035116.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123380.0','1045831.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035117.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123381.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035118.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123382.0','1045831.0','5961',    '5182','2178','3996470.67',    '4674','438','2041221.16',    '3855','2016','1955249.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035119.0','1020264.0','55',    '43','11','5500.0',    '36','0','0.0',    '30','11','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123383.0','1045831.0','3643',    '3120','1067','1748001.82',    '2821','219','857202.55',    '2067','984','890799.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035120.0','1020264.0','6180',    '5474','3415','14371020.86',    '5148','2527','11025618.09',    '3708','2319','3345402.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123384.0','1045831.0','25',    '22','15','208491.6',    '21','12','194741.61',    '13','7','13749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035121.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123385.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035122.0','1020264.0','997',    '704','212','225100.84',    '611','42','96818.55',    '490','193','128282.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123386.0','1045831.0','753',    '591','262','400874.79',    '529','75','247872.2',    '390','227','153002.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2029825.0','1020264.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2118089.0','1045831.0','7384',    '6209','2797','9174505.77',    '5633','878','7250304.42',    '4252','2450','1924201.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2031916.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2120180.0','1045831.0','1',    '1','1','6546.97',    '1','1','1594.0',    '1','1','4952.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2031989.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120253.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035123.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123387.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035124.0','1020264.0','90',    '81','36','223226.8',    '78','26','208027.57',    '38','17','15199.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123388.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032215.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120479.0','1045831.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035125.0','1020264.0','2955',    '2583','1647','12868425.77',    '2445','1265','11068982.29',    '1699','1163','1799443.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123389.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035126.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123390.0','1045831.0','2',    '2','1','295.1',    '2','1','295.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035127.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123391.0','1045831.0','2',    '2','1','11703.26',    '2','1','11203.26',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035128.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123392.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035129.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123393.0','1045831.0','105',    '88','36','18297.0',    '81','1','797.0',    '70','35','17500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035130.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123394.0','1045831.0','2778',    '2423','990','3481910.79',    '2241','417','2617087.08',    '1512','784','864823.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035131.0','1020264.0','27',    '22','12','66931.67',    '21','4','55697.33',    '18','12','11234.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123395.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035132.0','1020264.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123396.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035133.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123397.0','1045831.0','13',    '12','4','2400.0',    '12','0','0.0',    '7','4','2400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035134.0','1020264.0','2280',    '1991','880','3126790.71',    '1817','436','2264586.42',    '1250','665','862204.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123398.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035135.0','1020264.0','5',    '5','2','1500.0',    '5','0','0.0',    '5','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123399.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035136.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123400.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035137.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123401.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035138.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123402.0','1045831.0','1',    '1','1','33300.0',    '1','1','33300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035139.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123403.0','1045831.0','334',    '276','84','105582.64',    '239','6','53308.18',    '183','80','52274.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2030255.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2118519.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2030271.0','1020264.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2118535.0','1045831.0','50',    '45','15','35322.97',    '45','12','31658.0',    '18','7','3664.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035140.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123404.0','1045831.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2028397.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2116661.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035141.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123405.0','1045831.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2031998.0','1020264.0','2170',    '2005','1424','15057713.44',    '1965','1139','13965729.72',    '1221','935','1091983.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2120262.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035142.0','1020264.0','6',    '5','2','9815.0',    '3','0','0.0',    '4','2','9815.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123406.0','1045831.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035143.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123407.0','1045831.0','2377',    '2026','955','3937440.34',    '1841','511','2628042.35',    '1346','747','1309397.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035144.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123408.0','1045831.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035145.0','1020264.0','64',    '56','47','710036.67',    '56','39','553878.36',    '46','41','156158.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123409.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035146.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123410.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035147.0','1020264.0','123',    '101','47','227062.79',    '95','24','175007.17',    '59','35','52055.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123411.0','1045831.0','19',    '13','5','54234.33',    '11','4','52734.33',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035148.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123412.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035149.0','1020264.0','17',    '15','3','1500.0',    '13','0','0.0',    '9','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123413.0','1045831.0','10',    '9','2','1000.0',    '9','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035150.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123414.0','1045831.0','5744',    '4762','2310','15009836.79',    '4239','1004','11890581.81',    '3488','2032','3119254.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035151.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123415.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035152.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123416.0','1045831.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035153.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123417.0','1045831.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035154.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123418.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035155.0','1020264.0','1',    '1','1','988.45',    '1','1','988.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123419.0','1045831.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035156.0','1020264.0','2',    '1','1','1030.82',    '1','1','1030.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123420.0','1045831.0','37',    '25','4','2000.0',    '22','0','0.0',    '12','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035157.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123421.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035158.0','1020264.0','8',    '7','1','500.0',    '7','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123422.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035159.0','1020264.0','30',    '26','9','5742.0',    '22','1','1742.0',    '22','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123423.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035160.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123424.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035161.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123425.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035162.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123426.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035163.0','1020264.0','7',    '5','2','2005.43',    '5','0','0.0',    '2','2','2005.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123427.0','1045831.0','74',    '68','19','40772.14',    '65','6','30031.36',    '35','17','10740.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035164.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123428.0','1045831.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035165.0','1020264.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123429.0','1045831.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035166.0','1020264.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123430.0','1045831.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035167.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123431.0','1045831.0','9',    '8','2','14802.49',    '7','2','8296.19',    '4','2','6506.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035168.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123432.0','1045831.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035169.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123433.0','1045831.0','1428',    '1267','775','6667253.35',    '1193','550','5514925.46',    '888','574','1152327.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035170.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123434.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035171.0','1020264.0','115',    '111','88','1498111.15',    '109','82','1285799.75',    '86','67','212311.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123435.0','1045831.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035172.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123436.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035173.0','1020264.0','2',    '2','1','2213.06',    '1','0','0.0',    '2','1','2213.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123437.0','1045831.0','1',    '1','1','2448.0',    '1','1','1948.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035174.0','1020264.0','6',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123438.0','1045831.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035175.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123439.0','1045831.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2028538.0','1020264.0','3',    '3','1','9656.58',    '3','1','9156.58',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2116802.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035176.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123440.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035177.0','1020264.0','2938',    '2526','1164','6728490.52',    '2339','574','5880934.52',    '1549','914','847556.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123441.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2028395.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2116659.0','1045831.0','2',    '2','1','12571.54',    '2','1','12571.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035178.0','1020264.0','1793',    '1500','659','2913637.27',    '1400','401','2417906.21',    '793','422','495731.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123442.0','1045831.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032068.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120332.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035179.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123443.0','1045831.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035180.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123444.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032402.0','1020264.0','3',    '3','2','1000.0',    '2','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120666.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032200.0','1020264.0','3748',    '3289','1604','6376296.23',    '3032','837','4726211.9',    '2144','1202','1650084.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120464.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035181.0','1020264.0','1126',    '968','321','608502.37',    '871','77','395579.6',    '559','278','212922.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123445.0','1045831.0','20',    '15','7','8236.06',    '14','0','0.0',    '10','7','8236.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035182.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123446.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035183.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123447.0','1045831.0','96',    '76','36','293143.99',    '69','22','232877.61',    '57','29','60266.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035184.0','1020264.0','5051',    '4246','1679','4248576.1',    '3790','407','2630320.64',    '2860','1499','1618255.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123448.0','1045831.0','4',    '3','1','840.55',    '3','0','0.0',    '2','1','840.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035185.0','1020264.0','2108',    '1828','902','5592756.33',    '1736','562','4893495.97',    '1012','580','699260.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123449.0','1045831.0','33',    '24','9','10452.82',    '23','2','3726.0',    '17','8','6726.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035186.0','1020264.0','5',    '4','3','11057.83',    '4','1','6750.01',    '4','3','4307.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123450.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2032322.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2120586.0','1045831.0','3878',    '3436','1755','9181574.51',    '3192','1022','7239900.53',    '2141','1217','1941673.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035187.0','1020264.0','43',    '26','5','5584.0',    '18','2','4084.0',    '15','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123451.0','1045831.0','4',    '4','3','8623.12',    '3','1','1594.0',    '4','3','7029.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035188.0','1020264.0','3',    '2','1','8647.79',    '2','1','8422.79',    '2','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123452.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035189.0','1020264.0','60',    '56','41','303014.73',    '55','31','274551.82',    '37','27','28462.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123453.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035190.0','1020264.0','3',    '3','2','17957.4',    '3','2','3726.0',    '2','1','14231.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123454.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035191.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123455.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035192.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123456.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035193.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123457.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035194.0','1020264.0','6',    '4','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123458.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035195.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123459.0','1045831.0','14',    '12','3','10000.0',    '9','0','0.0',    '8','3','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035196.0','1020264.0','73',    '67','34','135347.88',    '61','22','105678.68',    '40','22','29669.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123460.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035197.0','1020264.0','6',    '4','1','9500.0',    '4','0','0.0',    '1','1','9500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123461.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035198.0','1020264.0','2428',    '2068','874','4679270.94',    '1846','359','4111351.35',    '1331','717','567919.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123462.0','1045831.0','2248',    '1918','868','4075081.72',    '1728','430','3454899.04',    '1263','668','620182.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035199.0','1020264.0','90',    '74','19','25826.92',    '67','5','17733.48',    '43','15','8093.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123463.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035200.0','1020264.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123464.0','1045831.0','136',    '105','44','216421.01',    '100','29','192102.24',    '51','28','24318.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035201.0','1020264.0','5',    '5','4','3594.0',    '5','1','1594.0',    '5','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123465.0','1045831.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035202.0','1020264.0','256',    '193','67','59934.45',    '168','9','27661.09',    '128','62','32273.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123466.0','1045831.0','8',    '7','2','1000.0',    '6','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035203.0','1020264.0','1',    '1','1','976.0',    '1','1','976.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123467.0','1045831.0','2623',    '2400','1570','9679942.45',    '2318','1162','7176503.05',    '1582','1099','2503439.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035204.0','1020264.0','42',    '28','11','41316.85',    '22','8','15764.0',    '22','10','25552.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123468.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035205.0','1020264.0','51',    '37','11','32433.16',    '35','5','28933.16',    '21','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123469.0','1045831.0','14',    '12','6','6188.0',    '12','1','3688.0',    '9','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035206.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123470.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035207.0','1020264.0','1',    '1','1','18764.03',    '1','1','18764.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123471.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2032255.0','1020264.0','6217',    '5277','2499','14019198.92',    '4784','1110','10585971.8',    '3748','2219','3433227.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2120519.0','1045831.0','8',    '6','2','6840.22',    '6','1','3954.96',    '4','2','2885.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035208.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123472.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035209.0','1020264.0','48',    '38','19','101768.51',    '35','13','40883.0',    '31','17','60885.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123473.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035210.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123474.0','1045831.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035211.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123475.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035212.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123476.0','1045831.0','77',    '68','62','462417.03',    '68','57','433128.3',    '42','33','29288.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035213.0','1020264.0','1',    '1','1','14315.57',    '1','1','9947.36',    '1','1','4368.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123477.0','1045831.0','2',    '2','2','20014.86',    '2','2','15321.65',    '2','2','4693.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035214.0','1020264.0','13',    '13','5','11404.99',    '13','4','9740.0',    '4','3','1664.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123478.0','1045831.0','2',    '2','1','14193.66',    '2','1','14193.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035215.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123479.0','1045831.0','7',    '6','3','15535.17',    '5','1','13038.99',    '3','3','2496.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035216.0','1020264.0','1964',    '1626','711','1228756.56',    '1502','184','801190.1',    '1098','619','427566.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123480.0','1045831.0','2',    '2','1','699.99',    '2','0','0.0',    '2','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035217.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123481.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035218.0','1020264.0','22',    '17','6','15357.68',    '17','4','13344.42',    '10','4','2013.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123482.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035219.0','1020264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123483.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035220.0','1020264.0','3',    '3','1','2632.0',    '2','1','2132.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123484.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032176.0','1020264.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120440.0','1045831.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035221.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123485.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035222.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123486.0','1045831.0','3424',    '2960','1539','10738737.68',    '2759','904','9505370.08',    '1856','1134','1233367.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035223.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123487.0','1045831.0','3142',    '2556','1161','3068176.45',    '2251','537','1935378.64',    '1746','916','1132797.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035224.0','1020264.0','156',    '129','46','102527.2',    '114','19','70051.65',    '77','34','32475.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123488.0','1045831.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035225.0','1020264.0','135',    '111','42','133689.14',    '95','20','107479.42',    '71','28','26209.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123489.0','1045831.0','2',    '2','1','3308.27',    '2','0','0.0',    '1','1','3308.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035226.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123490.0','1045831.0','976',    '798','370','1478845.43',    '748','190','1230862.79',    '473','261','247982.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035227.0','1020264.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123491.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035228.0','1020264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123492.0','1045831.0','18',    '13','5','4286.56',    '11','3','2786.56',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035229.0','1020264.0','36',    '26','14','17759.1',    '25','7','13432.51',    '13','8','4326.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123493.0','1045831.0','70',    '50','24','106356.6',    '48','14','97719.38',    '31','12','8637.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035230.0','1020264.0','13',    '12','2','1015.45',    '11','0','0.0',    '6','2','1015.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123494.0','1045831.0','1066',    '924','448','1701044.37',    '871','233','1274959.13',    '576','330','426085.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035231.0','1020264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123495.0','1045831.0','787',    '681','264','712138.46',    '613','86','539495.11',    '418','216','172643.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035232.0','1020264.0','2',    '2','1','4407.2',    '2','1','3907.2',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123496.0','1045831.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035233.0','1020264.0','5',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123497.0','1045831.0','3',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035234.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123498.0','1045831.0','3',    '3','3','5270.77',    '3','1','2234.0',    '3','3','3036.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035235.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123499.0','1045831.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035236.0','1020264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123500.0','1045831.0','2',    '1','1','3707.31',    '1','1','1398.0',    '1','1','2309.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035237.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123501.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035238.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123502.0','1045860.0','1',    '1','1','16253.34',    '1','1','16253.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2028460.0','1020293.0','6',    '6','5','28031.22',    '6','1','13171.4',    '5','5','14859.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2116724.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035239.0','1020293.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123503.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2031972.0','1020293.0','59',    '47','10','7295.78',    '44','1','1629.39',    '28','10','5666.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120236.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035240.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123504.0','1045860.0','2903',    '2530','1361','8570905.69',    '2384','876','6736043.72',    '1713','996','1834861.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035241.0','1020293.0','428',    '395','295','2702279.3',    '390','236','2372438.82',    '269','207','329840.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123505.0','1045860.0','4',    '4','2','3206.0',    '4','2','2706.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035242.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123506.0','1045860.0','4064',    '3349','1502','2818534.53',    '3133','308','1714951.71',    '2186','1362','1103582.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035243.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123507.0','1045860.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035244.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123508.0','1045860.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035245.0','1020293.0','24',    '23','10','70421.72',    '23','8','67838.28',    '12','5','2583.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123509.0','1045860.0','2',    '2','2','6172.67',    '2','1','1398.0',    '2','2','4774.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035246.0','1020293.0','1',    '1','1','8673.97',    '1','1','8673.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123510.0','1045860.0','1',    '1','1','2326.0',    '1','1','2326.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032196.0','1020293.0','7',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120460.0','1045860.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035247.0','1020293.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123511.0','1045860.0','1',    '1','1','7027.61',    '1','1','1398.0',    '1','1','5629.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035248.0','1020293.0','200',    '176','106','579601.37',    '169','77','495712.68',    '102','69','83888.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123512.0','1045860.0','168',    '153','49','47275.4',    '145','13','25758.24',    '90','40','21517.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035249.0','1020293.0','222',    '189','85','327779.01',    '180','49','263958.63',    '113','60','63820.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123513.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035250.0','1020293.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123514.0','1045860.0','1',    '1','1','509.57',    '1','0','0.0',    '1','1','509.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035251.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123515.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035252.0','1020293.0','6',    '5','4','3305.94',    '5','0','0.0',    '4','4','3305.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123516.0','1045860.0','9',    '6','2','11921.24',    '6','2','11921.24',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035253.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123517.0','1045860.0','1670',    '1414','521','1880048.88',    '1305','249','1596222.78',    '768','365','283826.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035254.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123518.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035255.0','1020293.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123519.0','1045860.0','1',    '1','1','6180.26',    '1','1','5680.26',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035256.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123520.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035257.0','1020293.0','10',    '9','5','8872.88',    '9','3','6872.88',    '7','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123521.0','1045860.0','4756',    '4090','2060','4656007.82',    '3828','432','2615533.35',    '3046','1953','2040474.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035258.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123522.0','1045860.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035259.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123523.0','1045860.0','63',    '56','15','29978.79',    '50','4','10175.93',    '34','14','19802.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035260.0','1020293.0','88',    '78','55','201952.79',    '75','31','161110.01',    '50','38','40842.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123524.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035261.0','1020293.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123525.0','1045860.0','167',    '149','40','77841.52',    '135','13','55651.2',    '83','34','22190.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035262.0','1020293.0','3624',    '3195','1727','9732499.18',    '3072','1168','7443009.5',    '2043','1299','2289489.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123526.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035263.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123527.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035264.0','1020293.0','1',    '1','1','897.37',    '1','0','0.0',    '1','1','897.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123528.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035265.0','1020293.0','7',    '6','3','20478.68',    '6','1','17869.83',    '4','3','2608.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123529.0','1045860.0','3',    '2','2','17144.51',    '2','2','10712.08',    '2','1','6432.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035266.0','1020293.0','1',    '1','1','2519.3',    '0','0','0.0',    '1','1','2519.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123530.0','1045860.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035267.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123531.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2030231.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2118495.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035268.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123532.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035269.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123533.0','1045860.0','3',    '3','2','15447.31',    '3','1','14697.32',    '2','2','749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035270.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123534.0','1045860.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2031855.0','1020293.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120119.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032009.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120273.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035271.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123535.0','1045860.0','120',    '105','45','344601.53',    '102','31','296169.96',    '59','29','48431.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035272.0','1020293.0','15',    '11','3','9054.29',    '10','2','3321.81',    '4','2','5732.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123536.0','1045860.0','23',    '17','6','11257.73',    '12','0','0.0',    '14','6','11257.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035273.0','1020293.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123537.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035274.0','1020293.0','577',    '510','237','1314320.58',    '481','131','1018165.27',    '315','186','296155.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123538.0','1045860.0','2',    '2','1','9355.79',    '2','1','2132.0',    '1','1','7223.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032350.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120614.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035275.0','1020293.0','1666',    '1352','596','488553.59',    '1262','71','174776.85',    '857','563','313776.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123539.0','1045860.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035276.0','1020293.0','91',    '61','20','152387.93',    '50','17','142988.42',    '29','6','9399.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123540.0','1045860.0','230',    '202','124','1374442.36',    '194','103','1056668.08',    '123','86','317774.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035277.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123541.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2031938.0','1020293.0','33',    '33','29','364949.76',    '33','29','305021.2',    '24','20','59928.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2120202.0','1045860.0','154',    '140','51','129894.49',    '136','24','106167.09',    '83','34','23727.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035278.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123542.0','1045860.0','23',    '21','10','12382.4',    '18','4','8354.24',    '15','7','4028.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035279.0','1020293.0','12',    '6','3','6676.09',    '6','0','0.0',    '6','3','6676.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123543.0','1045860.0','121',    '105','34','95139.27',    '99','22','74707.61',    '56','23','20431.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035280.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123544.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035281.0','1020293.0','3',    '2','1','20247.67',    '1','1','14422.64',    '2','1','5825.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123545.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035282.0','1020293.0','4573',    '4053','2726','23385476.16',    '3960','1599','19750837.84',    '2963','2316','3634638.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123546.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035283.0','1020293.0','1',    '1','1','18392.4',    '1','1','12948.97',    '1','1','5443.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123547.0','1045860.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035284.0','1020293.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123548.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035285.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123549.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2032132.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2120396.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035286.0','1020293.0','19',    '17','7','9282.8',    '16','3','7282.8',    '7','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123550.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2032155.0','1020293.0','762',    '611','229','205461.08',    '543','30','55625.98',    '400','211','149835.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2120419.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035287.0','1020293.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123551.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035288.0','1020293.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123552.0','1045860.0','134',    '110','35','35297.14',    '105','9','18590.19',    '63','31','16706.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035289.0','1020293.0','11',    '9','1','500.0',    '7','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123553.0','1045860.0','1',    '1','1','9832.0',    '1','1','832.0',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035290.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123554.0','1045860.0','1290',    '1017','407','401147.72',    '936','58','186689.65',    '686','376','214458.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2030093.0','1020293.0','100',    '86','33','45121.34',    '85','10','23791.68',    '43','28','21329.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2118357.0','1045860.0','4',    '4','1','1328.73',    '4','1','1328.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035291.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123555.0','1045860.0','130',    '112','51','191247.41',    '109','30','152451.74',    '71','41','38795.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035292.0','1020293.0','3979',    '3364','1850','9938819.6',    '3192','649','7545490.33',    '2412','1692','2393329.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123556.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035293.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123557.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032108.0','1020293.0','1',    '1','1','2164.0',    '1','1','1664.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120372.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035294.0','1020293.0','13643',    '12542','8347','58562939.03',    '12120','5777','39452024.96',    '9515','7012','19110914.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123558.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035295.0','1020293.0','8',    '7','3','4540.43',    '7','3','4040.43',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123559.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035296.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123560.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035297.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123561.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035298.0','1020293.0','3499',    '2966','1337','5488791.86',    '2781','688','4526464.84',    '1731','981','962327.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123562.0','1045860.0','1',    '1','1','1162.0',    '1','1','1162.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032388.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120652.0','1045860.0','8242',    '7081','3498','13824776.32',    '6674','1484','10302200.31',    '4911','2952','3522576.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035299.0','1020293.0','7',    '6','1','1149.22',    '6','0','0.0',    '4','1','1149.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123563.0','1045860.0','6',    '5','2','16507.12',    '5','2','16362.21',    '4','1','144.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035300.0','1020293.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123564.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035301.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123565.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035302.0','1020293.0','292',    '258','132','729361.44',    '243','85','591490.54',    '158','91','137870.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123566.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2032067.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2120331.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035303.0','1020293.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123567.0','1045860.0','1',    '1','1','6715.76',    '1','1','6715.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035304.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123568.0','1045860.0','884',    '720','344','1159830.69',    '681','139','864133.05',    '469','278','295697.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035305.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123569.0','1045860.0','4263',    '3523','1627','4355937.5',    '3303','483','2662559.84',    '2507','1471','1693377.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035306.0','1020293.0','8',    '8','2','678.24',    '8','1','178.24',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123570.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035307.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123571.0','1045860.0','5379',    '4291','1667','1683185.05',    '3950','161','659976.03',    '2702','1593','1023209.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035308.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123572.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035309.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123573.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035310.0','1020293.0','7314',    '6740','4520','35283575.43',    '6571','3130','25210230.87',    '5229','3890','10073344.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123574.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035311.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123575.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035312.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123576.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035313.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123577.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2030137.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2118401.0','1045860.0','291',    '208','105','76690.61',    '194','13','25329.44',    '149','99','51361.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035314.0','1020293.0','1216',    '1092','621','3693963.19',    '1049','459','3060780.9',    '711','422','633182.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123578.0','1045860.0','89',    '76','40','233021.04',    '75','34','183910.49',    '44','20','49110.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035315.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123579.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035316.0','1020293.0','899',    '782','358','1422526.64',    '722','196','1156922.91',    '474','251','265603.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123580.0','1045860.0','1',    '1','1','1108.0',    '1','1','608.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035317.0','1020293.0','8',    '7','2','1592.75',    '5','0','0.0',    '7','2','1592.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123581.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035318.0','1020293.0','3768',    '3332','1840','10570797.75',    '3142','1307','8860242.76',    '2071','1157','1710554.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123582.0','1045860.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035319.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123583.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035320.0','1020293.0','1',    '1','1','64.98',    '1','0','0.0',    '1','1','64.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123584.0','1045860.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035321.0','1020293.0','1',    '1','1','32700.0',    '1','1','21416.04',    '1','1','11283.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123585.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035322.0','1020293.0','1',    '1','1','29264.83',    '1','1','20616.39',    '1','1','8648.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123586.0','1045860.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035323.0','1020293.0','6',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123587.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035324.0','1020293.0','1',    '1','1','4456.84',    '1','1','2718.0',    '1','1','1738.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123588.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2030123.0','1020293.0','5',    '4','3','1500.0',    '3','0','0.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2118387.0','1045860.0','219',    '208','140','1889774.63',    '203','115','1588076.36',    '144','103','301698.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035325.0','1020293.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123589.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035326.0','1020293.0','2',    '1','1','27519.83',    '1','1','18519.83',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123590.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035327.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123591.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035328.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123592.0','1045860.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2032310.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2120574.0','1045860.0','22',    '17','3','1500.0',    '14','0','0.0',    '11','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2028549.0','1020293.0','37',    '31','17','109628.85',    '30','14','92893.69',    '21','11','16735.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2116813.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035329.0','1020293.0','59',    '51','33','305883.31',    '48','32','236869.55',    '34','17','69013.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123593.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035330.0','1020293.0','41',    '35','13','51985.89',    '34','6','45835.9',    '20','10','6149.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123594.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035331.0','1020293.0','101',    '88','66','293687.83',    '86','36','231959.03',    '67','53','61728.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123595.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035332.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123596.0','1045860.0','227',    '207','67','219168.64',    '197','34','160947.87',    '116','46','58220.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035333.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123597.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032344.0','1020293.0','270',    '237','146','855372.2',    '231','100','606693.97',    '169','113','248678.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120608.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035334.0','1020293.0','48',    '43','16','38946.43',    '40','12','34086.4',    '17','7','4860.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123598.0','1045860.0','5',    '5','2','7666.93',    '3','1','7166.93',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035335.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123599.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035336.0','1020293.0','297',    '232','77','91197.81',    '205','8','53546.18',    '152','72','37651.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123600.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035337.0','1020293.0','2013',    '1785','987','6615652.95',    '1691','655','5354274.24',    '1222','703','1261378.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123601.0','1045860.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035338.0','1020293.0','141',    '118','54','29464.52',    '107','1','2464.52',    '93','54','27000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123602.0','1045860.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035339.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123603.0','1045860.0','3',    '2','1','4456.84',    '2','1','2718.0',    '2','1','1738.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035340.0','1020293.0','1',    '1','1','900.82',    '1','1','900.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123604.0','1045860.0','9',    '7','5','10924.78',    '6','1','9309.8',    '6','4','1614.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035341.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123605.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035342.0','1020293.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123606.0','1045860.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035343.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123607.0','1045860.0','11',    '11','7','61334.07',    '11','7','49125.65',    '7','4','12208.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035344.0','1020293.0','1',    '1','1','252.73',    '1','0','0.0',    '1','1','252.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123608.0','1045860.0','7',    '6','3','11434.19',    '6','1','8949.6',    '4','3','2484.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035345.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123609.0','1045860.0','54',    '31','10','6414.42',    '30','1','1500.0',    '15','10','4914.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035346.0','1020293.0','23',    '20','3','9116.58',    '19','1','8116.58',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123610.0','1045860.0','572',    '498','210','1223588.22',    '460','137','972422.45',    '317','147','251165.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035347.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123611.0','1045860.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035348.0','1020293.0','13',    '10','5','12934.81',    '10','3','11110.57',    '7','3','1824.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123612.0','1045860.0','785',    '628','243','1183248.75',    '587','115','1047034.94',    '325','163','136213.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035349.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123613.0','1045860.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035350.0','1020293.0','678',    '581','376','903511.38',    '559','123','649708.63',    '430','339','253802.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123614.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035351.0','1020293.0','10',    '8','3','8748.51',    '8','1','1742.0',    '6','2','7006.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123615.0','1045860.0','2',    '1','1','1216.0',    '1','1','1216.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035352.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123616.0','1045860.0','2',    '2','2','5679.0',    '2','2','5179.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035353.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123617.0','1045860.0','41',    '36','17','60705.48',    '32','14','57693.39',    '16','6','3012.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035354.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123618.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2030319.0','1020293.0','6',    '6','2','31971.07',    '6','2','30808.96',    '3','2','1162.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2118583.0','1045860.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035355.0','1020293.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123619.0','1045860.0','88',    '60','29','40140.63',    '56','5','26384.96',    '38','26','13755.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035356.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123620.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035357.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123621.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035358.0','1020293.0','142',    '99','37','50297.13',    '91','10','30842.9',    '63','32','19454.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123622.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035359.0','1020293.0','555',    '462','146','365050.91',    '402','50','261000.91',    '307','117','104050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123623.0','1045860.0','2',    '2','1','731.15',    '2','1','731.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035360.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123624.0','1045860.0','6',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035361.0','1020293.0','665',    '586','239','711840.78',    '552','109','522311.61',    '346','169','189529.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123625.0','1045860.0','972',    '809','250','377048.28',    '692','49','237126.63',    '568','223','139921.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035362.0','1020293.0','1150',    '956','519','2148339.01',    '873','354','1533016.95',    '629','386','615322.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123626.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2031882.0','1020293.0','164',    '145','37','65545.65',    '141','14','47213.1',    '65','26','18332.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120146.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035363.0','1020293.0','6',    '5','2','8484.99',    '5','2','8484.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123627.0','1045860.0','996',    '873','466','3574988.91',    '824','321','2761533.5',    '574','348','813455.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035364.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123628.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035365.0','1020293.0','2116',    '1850','1029','4776432.21',    '1759','634','3662602.26',    '1252','765','1113829.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123629.0','1045860.0','6340',    '5277','3435','3313516.09',    '5051','346','1331838.43',    '4097','3333','1981677.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035366.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123630.0','1045860.0','801',    '614','234','874064.92',    '545','77','714512.88',    '387','202','159552.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035367.0','1020293.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123631.0','1045860.0','190',    '125','47','123380.07',    '119','18','93580.2',    '66','40','29799.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035368.0','1020293.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123632.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035369.0','1020293.0','561',    '497','227','1167209.6',    '470','125','1011587.5',    '294','147','155622.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123633.0','1045860.0','248',    '221','116','138521.3',    '200','15','76426.92',    '164','107','62094.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2032245.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2120509.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035370.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123634.0','1045860.0','1',    '1','1','5285.41',    '1','1','4482.74',    '1','1','802.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035371.0','1020293.0','5',    '4','3','9222.52',    '4','1','2132.0',    '4','3','7090.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123635.0','1045860.0','6',    '6','4','6434.36',    '6','4','6022.24',    '4','1','412.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035372.0','1020293.0','3',    '3','1','16037.35',    '2','1','11861.98',    '2','1','4175.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123636.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035373.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123637.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035374.0','1020293.0','61',    '50','21','29438.86',    '44','9','20787.17',    '36','15','8651.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123638.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2030289.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2118553.0','1045860.0','9',    '8','3','19066.75',    '7','2','18066.75',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035375.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123639.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2029912.0','1020293.0','84',    '73','39','263136.92',    '69','29','232989.42',    '42','21','30147.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2118176.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035376.0','1020293.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123640.0','1045860.0','1',    '1','1','1544.04',    '1','1','1044.04',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2031866.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2120130.0','1045860.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035377.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123641.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035378.0','1020293.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123642.0','1045860.0','3',    '3','2','3726.0',    '3','2','3726.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032391.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120655.0','1045860.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035379.0','1020293.0','1455',    '1201','611','594085.91',    '1131','92','287388.55',    '801','564','306697.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123643.0','1045860.0','1077',    '964','562','4060845.96',    '914','406','3390269.92',    '630','401','670576.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035380.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123644.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2032151.0','1020293.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2120415.0','1045860.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035381.0','1020293.0','37',    '33','14','49599.14',    '30','6','40331.0',    '22','11','9268.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123645.0','1045860.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035382.0','1020293.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123646.0','1045860.0','8',    '7','3','9958.08',    '7','1','6605.76',    '5','3','3352.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035383.0','1020293.0','2',    '2','1','9525.08',    '2','1','2132.0',    '2','1','7393.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123647.0','1045860.0','236',    '161','55','38610.99',    '140','7','11933.86',    '101','52','26677.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035384.0','1020293.0','1541',    '1341','540','2597289.3',    '1254','278','2111673.6',    '783','392','485615.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123648.0','1045860.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035385.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123649.0','1045891.0','6',    '6','2','8756.3',    '6','2','7821.63',    '3','1','934.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035386.0','1020324.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123650.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035387.0','1020324.0','1',    '1','1','253.41',    '1','1','253.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123651.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035388.0','1020324.0','1',    '1','1','22246.66',    '1','1','22246.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123652.0','1045891.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035389.0','1020324.0','1',    '1','1','1603.73',    '1','1','1603.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123653.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035390.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123654.0','1045891.0','8',    '6','2','1000.0',    '4','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035391.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123655.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035392.0','1020324.0','11',    '10','4','36542.0',    '10','2','34542.0',    '8','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123656.0','1045891.0','287',    '236','97','277542.32',    '216','37','203223.84',    '147','82','74318.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035393.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123657.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035394.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123658.0','1045891.0','64',    '56','39','183846.65',    '55','23','160601.2',    '42','33','23245.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035395.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123659.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035396.0','1020324.0','8',    '6','3','12397.12',    '6','2','3518.21',    '3','1','8878.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123660.0','1045891.0','10',    '9','6','108999.06',    '8','6','68118.02',    '7','6','40881.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035397.0','1020324.0','11',    '8','2','1000.0',    '6','0','0.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123661.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035398.0','1020324.0','6',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123662.0','1045891.0','333',    '312','210','689447.11',    '303','91','514868.01',    '251','181','174579.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035399.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123663.0','1045891.0','237',    '213','132','684624.13',    '206','87','558665.63',    '153','99','125958.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035400.0','1020324.0','6',    '4','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123664.0','1045891.0','182',    '156','59','148369.03',    '133','17','114753.94',    '95','47','33615.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035401.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123665.0','1045891.0','27',    '22','11','14000.0',    '18','0','0.0',    '15','11','14000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035402.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123666.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035403.0','1020324.0','5',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123667.0','1045891.0','88',    '74','34','64032.2',    '72','16','43081.52',    '46','27','20950.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035404.0','1020324.0','9',    '8','2','4274.07',    '7','1','149.64',    '6','1','4124.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123668.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035405.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123669.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035406.0','1020324.0','2992',    '2530','925','864944.13',    '2362','186','413718.66',    '1569','815','451225.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123670.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035407.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123671.0','1045891.0','89',    '82','48','453892.97',    '79','44','372550.69',    '48','25','81342.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035408.0','1020324.0','2189',    '1901','988','5106290.37',    '1769','583','3933894.62',    '1214','757','1172395.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123672.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2030268.0','1020324.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2118532.0','1045891.0','63',    '59','38','311558.15',    '57','34','239887.63',    '39','22','71670.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035409.0','1020324.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123673.0','1045891.0','2',    '1','1','3905.97',    '1','1','3115.46',    '1','1','790.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035410.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123674.0','1045891.0','95',    '84','34','101753.41',    '80','19','81570.73',    '55','27','20182.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2030108.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2118372.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035411.0','1020324.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123675.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035412.0','1020324.0','11',    '10','5','18803.22',    '9','2','16803.22',    '8','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123676.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2028526.0','1020324.0','7',    '4','2','1000.0',    '4','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2116790.0','1045891.0','313',    '252','128','662834.41',    '219','71','540236.52',    '160','98','122597.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035413.0','1020324.0','20',    '15','6','15544.03',    '14','1','11394.03',    '7','5','4150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123677.0','1045891.0','102',    '95','55','275603.89',    '91','35','206886.58',    '57','39','68717.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2028519.0','1020324.0','2',    '2','1','749.56',    '2','1','249.57',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2116783.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035414.0','1020324.0','490',    '414','168','354731.72',    '392','70','269959.42',    '254','130','84772.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123678.0','1045891.0','3',    '3','1','9000.0',    '2','0','0.0',    '3','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2032292.0','1020324.0','485',    '404','146','207887.53',    '370','38','126342.94',    '273','120','81544.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2120556.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035415.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123679.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035416.0','1020324.0','2',    '2','1','7877.56',    '2','0','0.0',    '1','1','7877.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123680.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035417.0','1020324.0','19',    '16','12','55587.84',    '16','10','28799.19',    '12','10','26788.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123681.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035418.0','1020324.0','2',    '1','1','2132.0',    '1','1','2132.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123682.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035419.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123683.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035420.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123684.0','1045891.0','8',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035421.0','1020324.0','34',    '28','8','4601.5',    '25','0','0.0',    '12','8','4601.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123685.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035422.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123686.0','1045891.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035423.0','1020324.0','3087',    '2581','973','1425405.95',    '2423','233','837701.06',    '1552','820','587704.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123687.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035424.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123688.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035425.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123689.0','1045891.0','209',    '184','58','68384.07',    '176','16','38580.23',    '103','49','29803.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035426.0','1020324.0','9',    '8','3','1500.0',    '8','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123690.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035427.0','1020324.0','129',    '102','26','32311.49',    '92','6','17190.25',    '64','25','15121.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123691.0','1045891.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035428.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123692.0','1045891.0','2',    '2','2','23358.65',    '2','2','20628.59',    '2','2','2730.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035429.0','1020324.0','5',    '4','1','1982.0',    '4','1','1982.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123693.0','1045891.0','4118',    '3426','953','1014591.58',    '3235','202','513449.21',    '1696','844','501142.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035430.0','1020324.0','494',    '419','142','475478.45',    '372','64','397620.73',    '246','102','77857.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123694.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035431.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123695.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035432.0','1020324.0','5',    '3','1','219.0',    '2','0','0.0',    '3','1','219.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123696.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035433.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123697.0','1045891.0','2277',    '1782','569','470828.58',    '1612','67','153275.71',    '1048','523','317552.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035434.0','1020324.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123698.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035435.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123699.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035436.0','1020324.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123700.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035437.0','1020324.0','3',    '3','1','14048.47',    '3','1','14048.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123701.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2028409.0','1020324.0','32',    '27','12','136123.88',    '26','10','116712.58',    '15','8','19411.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2116673.0','1045891.0','2',    '2','1','1199.0',    '2','1','699.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035438.0','1020324.0','1',    '1','1','231.82',    '1','1','231.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123702.0','1045891.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035439.0','1020324.0','699',    '600','181','139486.01',    '563','23','46202.58',    '336','167','93283.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123703.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035440.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123704.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035441.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123705.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2031962.0','1020324.0','478',    '390','150','255953.56',    '375','57','179397.86',    '225','122','76555.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120226.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035442.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123706.0','1045891.0','1',    '1','1','85.52',    '1','0','0.0',    '1','1','85.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2032109.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2120373.0','1045891.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035443.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123707.0','1045891.0','2509',    '2044','777','902751.63',    '1860','177','471307.08',    '1342','681','431444.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035444.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123708.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035445.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123709.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035446.0','1020324.0','664',    '518','177','224801.41',    '459','47','109771.08',    '365','158','115030.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123710.0','1045891.0','1',    '1','1','2068.27',    '1','1','1398.0',    '1','1','670.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035447.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123711.0','1045891.0','4',    '1','1','3384.32',    '1','1','3384.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035448.0','1020324.0','3',    '3','1','5693.11',    '3','1','1742.0',    '3','1','3951.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123712.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035449.0','1020324.0','405',    '366','227','995238.57',    '355','137','778063.8',    '267','177','217174.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123713.0','1045891.0','53',    '43','10','28226.2',    '41','5','23065.09',    '22','7','5161.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035450.0','1020324.0','4161',    '3257','856','543564.73',    '2938','40','77504.6',    '1795','828','466060.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123714.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035451.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123715.0','1045891.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2032370.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2120634.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035452.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123716.0','1045891.0','4',    '3','2','4821.51',    '3','2','3801.28',    '3','1','1020.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035453.0','1020324.0','2996',    '2516','978','893786.73',    '2329','214','417059.87',    '1642','840','476726.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123717.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035454.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123718.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035455.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123719.0','1045891.0','627',    '524','197','264318.78',    '495','64','153716.02',    '332','162','110602.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035456.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123720.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035457.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123721.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035458.0','1020324.0','16',    '14','6','5800.37',    '13','2','3800.37',    '10','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123722.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035459.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123723.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035460.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123724.0','1045891.0','1',    '1','1','755.96',    '1','0','0.0',    '1','1','755.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035461.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123725.0','1045891.0','2112',    '1871','979','3116916.29',    '1799','577','2279034.57',    '1125','722','837881.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035462.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123726.0','1045891.0','5',    '4','2','749.99',    '4','0','0.0',    '3','2','749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035463.0','1020324.0','6',    '5','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123727.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035464.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123728.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035465.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123729.0','1045891.0','4839',    '3884','1206','973807.99',    '3533','156','353231.96',    '2224','1111','620576.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035466.0','1020324.0','4085',    '3234','1047','738482.43',    '2981','95','223305.62',    '1861','985','515176.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123730.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035467.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123731.0','1045891.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035468.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123732.0','1045891.0','82',    '73','37','132277.5',    '71','21','90353.75',    '48','30','41923.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035469.0','1020324.0','68',    '53','13','53585.91',    '51','6','33640.57',    '25','11','19945.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123733.0','1045891.0','288',    '243','71','59297.58',    '229','10','27050.27',    '127','62','32247.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035470.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123734.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035471.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123735.0','1045891.0','2600',    '2125','691','595905.57',    '1959','122','254467.02',    '1265','610','341438.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035472.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123736.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035473.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123737.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035474.0','1020324.0','7198',    '5859','2079','1691845.01',    '5417','280','640314.21',    '3584','1899','1051530.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123738.0','1045891.0','25',    '22','10','31307.54',    '22','4','24561.29',    '16','9','6746.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035475.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123739.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035476.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123740.0','1045891.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2030187.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2118451.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035477.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123741.0','1045891.0','12',    '12','4','2805.35',    '11','1','1305.35',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035478.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123742.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035479.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123743.0','1045891.0','102',    '87','26','14772.1',    '74','1','2272.1',    '51','25','12500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035480.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123744.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035481.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123745.0','1045891.0','3660',    '2958','717','398874.37',    '2738','25','44471.19',    '1432','697','354403.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2028402.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2116666.0','1045891.0','2677',    '1999','1394','6594585.68',    '1983','1107','4866696.13',    '1303','1029','1727889.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035482.0','1020324.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123746.0','1045891.0','51',    '49','31','354493.22',    '47','23','276534.85',    '35','24','77958.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035483.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123747.0','1045891.0','4',    '4','4','18021.73',    '4','2','2202.0',    '4','4','15819.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035484.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123748.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035485.0','1020324.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123749.0','1045891.0','6',    '4','2','8998.25',    '3','2','8998.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035486.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123750.0','1045891.0','1304',    '1215','744','1997501.57',    '1206','434','1454425.76',    '827','623','543075.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035487.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123751.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035488.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123752.0','1045891.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035489.0','1020324.0','233',    '207','110','234651.35',    '201','48','147847.21',    '140','89','86804.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123753.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035490.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123754.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035491.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123755.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035492.0','1020324.0','13',    '13','9','4500.0',    '13','0','0.0',    '11','9','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123756.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035493.0','1020324.0','73',    '59','16','10349.48',    '55','3','3926.0',    '29','14','6423.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123757.0','1045891.0','97',    '79','38','152412.53',    '79','25','127822.67',    '37','26','24589.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035494.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123758.0','1045891.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035495.0','1020324.0','1',    '1','1','7878.91',    '1','1','6599.11',    '1','1','1279.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123759.0','1045891.0','1',    '1','1','2078.0',    '1','1','1578.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035496.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123760.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035497.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123761.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035498.0','1020324.0','8',    '8','2','1000.0',    '7','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123762.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001768.0',    '2035499.0','1020324.0','4',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006123.0',    '2123763.0','1045891.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035500.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123764.0','1045891.0','9642',    '8855','6381','56190055.09',    '8632','4371','47271848.32',    '6689','5205','8918206.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035501.0','1020324.0','40',    '36','27','389865.48',    '35','26','320550.64',    '28','22','69314.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123765.0','1045891.0','145',    '117','34','27248.37',    '106','5','11514.75',    '67','30','15733.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035502.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123766.0','1045891.0','14',    '13','3','3415.06',    '13','1','2415.06',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035503.0','1020324.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123767.0','1045891.0','969',    '874','503','3600902.61',    '842','374','3042552.48',    '543','309','558350.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035504.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123768.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035505.0','1020324.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123769.0','1045891.0','1570',    '1350','465','595209.87',    '1292','157','384984.51',    '733','359','210225.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035506.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123770.0','1045891.0','23',    '19','4','26981.92',    '19','3','25481.92',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035507.0','1020324.0','1',    '1','1','10751.32',    '1','1','10751.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123771.0','1045891.0','21',    '20','5','56535.41',    '20','4','39548.67',    '7','4','16986.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001639.0',    '2035508.0','1020324.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006124.0',    '2123772.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035509.0','1020324.0','2898',    '2663','1132','3303785.72',    '2623','503','2550233.63',    '1443','910','753552.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123773.0','1045891.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035510.0','1020324.0','5',    '4','2','6735.37',    '4','2','4494.24',    '2','2','2241.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123774.0','1045891.0','2',    '2','2','6299.5',    '2','2','5812.0',    '2','1','487.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035511.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123775.0','1045891.0','887',    '812','491','1700809.16',    '807','305','1389204.05',    '535','390','311605.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035512.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123776.0','1045891.0','7131',    '6544','4647','37736104.4',    '6388','3180','31385115.72',    '4740','3695','6350988.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2026780.0','1020324.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2115044.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035513.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123777.0','1045891.0','120',    '109','48','214839.5',    '106','36','190137.31',    '45','29','24702.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035514.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123778.0','1045891.0','2',    '2','1','1870.0',    '2','1','1370.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035515.0','1020324.0','10',    '9','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123779.0','1045891.0','136',    '115','42','67225.25',    '106','19','54987.06',    '72','26','12238.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035516.0','1020324.0','22',    '21','7','20966.17',    '21','6','18416.03',    '9','5','2550.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123780.0','1045891.0','36',    '33','12','84732.72',    '31','7','75179.34',    '12','7','9553.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035517.0','1020324.0','19',    '18','1','500.0',    '18','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123781.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035518.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123782.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035519.0','1020324.0','5',    '5','5','51832.58',    '5','4','42506.11',    '5','4','9326.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123783.0','1045891.0','21',    '15','2','728.08',    '14','1','228.08',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001788.0',    '2035520.0','1020324.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006131.0',    '2123784.0','1045891.0','385',    '342','116','162512.26',    '328','41','110050.12',    '161','91','52462.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035521.0','1020324.0','4',    '4','3','36813.62',    '4','2','25141.52',    '4','3','11672.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123785.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026704.0','1020324.0','242',    '217','155','677879.37',    '215','114','562119.42',    '162','120','115759.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114968.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035522.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123786.0','1045891.0','64',    '61','24','85190.53',    '61','16','79581.01',    '35','11','5609.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035523.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123787.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035524.0','1020324.0','13',    '12','1','15551.71',    '11','1','15551.71',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123788.0','1045891.0','3154',    '2735','971','1109295.74',    '2632','206','556000.51',    '1436','865','553295.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035525.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123789.0','1045891.0','94',    '76','12','70580.12',    '72','9','67155.06',    '36','6','3425.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035526.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123790.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026676.0','1020324.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114940.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035527.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123791.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035528.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123792.0','1045891.0','3',    '3','2','3664.07',    '3','1','2910.76',    '3','2','753.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035529.0','1020324.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123793.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035530.0','1020324.0','40',    '37','10','15332.19',    '36','3','9238.5',    '19','9','6093.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123794.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035531.0','1020324.0','40',    '36','18','180683.94',    '32','14','162945.8',    '21','9','17738.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123795.0','1045891.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035532.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123796.0','1045891.0','758',    '678','364','2839683.56',    '659','288','2232971.24',    '449','261','606712.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035533.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123797.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035534.0','1020324.0','13',    '11','7','13697.48',    '11','5','11665.54',    '5','4','2031.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123798.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035535.0','1020324.0','52',    '43','22','81057.67',    '42','13','68529.98',    '22','16','12527.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123799.0','1045891.0','4585',    '4010','1371','1511146.14',    '3824','253','620509.26',    '2147','1268','890636.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035536.0','1020324.0','9325',    '8424','5407','25925302.43',    '8154','2708','19114558.8',    '6248','4622','6810743.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123800.0','1045891.0','5',    '4','2','8013.51',    '4','2','6327.46',    '2','1','1686.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035537.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123801.0','1045891.0','4',    '4','2','2072.0',    '4','2','2072.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035538.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123802.0','1045891.0','1193',    '1011','399','388121.59',    '960','88','187450.3',    '608','346','200671.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035539.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123803.0','1045891.0','24',    '20','7','22511.09',    '19','4','20201.88',    '13','4','2309.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035540.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123804.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026473.0','1020324.0','173',    '141','58','213165.11',    '132','30','179057.57',    '80','38','34107.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114737.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035541.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123805.0','1045891.0','7',    '6','3','25868.53',    '6','3','21127.55',    '2','1','4740.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035542.0','1020324.0','1',    '1','1','1984.0',    '1','1','1484.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123806.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035543.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123807.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035544.0','1020324.0','58',    '54','31','144451.99',    '53','17','127795.91',    '35','23','16656.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123808.0','1045891.0','219',    '198','117','648840.28',    '191','66','413458.02',    '146','103','235382.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035545.0','1020324.0','5',    '5','4','24919.72',    '5','2','16925.08',    '4','4','7994.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123809.0','1045891.0','2',    '1','1','1200.0',    '1','1','1200.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035546.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123810.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035547.0','1020324.0','358',    '312','137','846016.53',    '301','81','744113.75',    '174','89','101902.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123811.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026628.0','1020324.0','1',    '1','1','2080.0',    '1','1','1580.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114892.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035548.0','1020324.0','3109',    '2821','1454','2568290.02',    '2766','664','1748579.98',    '1718','1204','819710.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123812.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035549.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123813.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026437.0','1020324.0','13',    '12','4','2987.98',    '11','1','1488.0',    '6','3','1499.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114701.0','1045891.0','995',    '890','355','1051142.23',    '818','201','851028.96',    '528','235','200113.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026765.0','1020324.0','36',    '32','14','68974.48',    '27','7','60586.89',    '22','10','8387.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2115029.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035550.0','1020324.0','1',    '1','1','10721.84',    '1','1','9453.96',    '1','1','1267.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123814.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035551.0','1020324.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123815.0','1045891.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035552.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123816.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026455.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114719.0','1045891.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035553.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123817.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035554.0','1020324.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123818.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035555.0','1020324.0','230',    '201','129','820759.77',    '201','97','681403.2',    '121','97','139356.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123819.0','1045891.0','5',    '3','1','11691.82',    '3','1','11191.82',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035556.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123820.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035557.0','1020324.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123821.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035558.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123822.0','1045891.0','705',    '592','198','249176.76',    '558','59','162302.93',    '302','164','86873.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035559.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123823.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035560.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123824.0','1045891.0','824',    '755','383','1031182.38',    '730','182','695003.64',    '513','333','336178.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035561.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123825.0','1045891.0','156',    '139','61','131135.19',    '138','29','93450.11',    '86','50','37685.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035562.0','1020324.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123826.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035563.0','1020324.0','37',    '31','13','67415.5',    '31','6','61137.38',    '18','10','6278.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123827.0','1045891.0','17',    '17','2','2323.53',    '17','1','1823.53',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035564.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123828.0','1045891.0','236',    '222','155','1353115.99',    '220','127','1251120.29',    '108','83','101995.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035565.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123829.0','1045891.0','589',    '511','275','785846.8',    '493','161','603233.66',    '335','206','182613.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035566.0','1020324.0','946',    '799','336','1167009.03',    '751','137','832523.07',    '509','272','334485.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123830.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035567.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123831.0','1045891.0','4606',    '4191','2606','9428104.39',    '4129','1656','7019842.76',    '2918','2162','2408261.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035568.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123832.0','1045891.0','16',    '14','2','917.4',    '14','0','0.0',    '6','2','917.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035569.0','1020324.0','565',    '480','155','259069.27',    '439','38','146518.7',    '313','138','112550.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123833.0','1045891.0','1',    '1','1','2674.0',    '1','1','2174.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035570.0','1020324.0','4',    '4','1','1580.0',    '4','1','1580.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123834.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035571.0','1020324.0','1',    '1','1','7562.83',    '1','1','5717.98',    '1','1','1844.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123835.0','1045891.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035572.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123836.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035573.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123837.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035574.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123838.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035575.0','1020324.0','5',    '3','3','17620.71',    '3','3','10493.73',    '3','3','7126.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123839.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035576.0','1020324.0','10',    '8','5','90937.87',    '8','5','68141.11',    '5','3','22796.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123840.0','1045891.0','109',    '98','33','176663.85',    '95','24','165416.28',    '50','15','11247.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035577.0','1020324.0','3',    '3','2','53223.06',    '3','2','52723.06',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123841.0','1045891.0','211',    '182','51','132300.17',    '172','27','106692.83',    '103','32','25607.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035578.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123842.0','1045891.0','1',    '1','1','4089.09',    '1','1','1048.0',    '1','1','3041.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035579.0','1020324.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123843.0','1045891.0','57',    '52','24','108165.67',    '52','19','96764.86',    '28','12','11400.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035580.0','1020324.0','216',    '180','79','408598.57',    '165','50','322651.18',    '112','53','85947.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123844.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035581.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123845.0','1045891.0','1487',    '1335','702','1716671.74',    '1298','370','1227309.65',    '850','551','489362.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035582.0','1020324.0','244',    '191','63','147305.96',    '168','23','119252.73',    '110','48','28053.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123846.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035583.0','1020324.0','1',    '1','1','3249.08',    '1','1','1836.0',    '1','1','1413.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123847.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035584.0','1020324.0','649',    '554','179','364129.22',    '501','70','253335.52',    '328','134','110793.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123848.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035585.0','1020324.0','4',    '4','1','9472.77',    '4','1','9472.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123849.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035586.0','1020324.0','284',    '254','140','1366386.82',    '245','108','1108912.36',    '171','105','257474.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123850.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035587.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123851.0','1045891.0','1',    '1','1','4862.99',    '1','0','0.0',    '1','1','4862.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035588.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123852.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035589.0','1020324.0','14',    '12','9','44443.12',    '12','7','34002.15',    '11','8','10440.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123853.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035590.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123854.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035591.0','1020324.0','1',    '1','1','11007.21',    '1','1','10507.21',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123855.0','1045891.0','17',    '17','6','7807.94',    '16','3','5128.0',    '10','4','2679.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035592.0','1020324.0','7',    '5','3','7085.46',    '5','3','7085.46',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123856.0','1045891.0','1',    '1','1','13216.63',    '1','1','12716.63',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026476.0','1020324.0','11',    '10','2','4465.56',    '9','1','3548.16',    '5','1','917.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114740.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035593.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123857.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035594.0','1020324.0','965',    '859','412','1797191.04',    '797','244','1381904.33',    '541','300','415286.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123858.0','1045891.0','1',    '1','1','7731.96',    '0','0','0.0',    '1','1','7731.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035595.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123859.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035596.0','1020324.0','12',    '11','4','13843.29',    '11','4','13843.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123860.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035597.0','1020324.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123861.0','1045891.0','1508',    '1263','431','1439784.08',    '1177','197','1172890.13',    '709','305','266893.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035598.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123862.0','1045891.0','20',    '18','4','13241.47',    '15','3','9373.36',    '9','4','3868.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035599.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123863.0','1045891.0','45',    '33','9','16373.77',    '31','6','13568.41',    '17','6','2805.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035600.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123864.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035601.0','1020324.0','14',    '14','8','12989.98',    '14','4','6300.0',    '9','7','6689.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123865.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035602.0','1020324.0','3',    '2','2','3062.0',    '2','2','3062.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123866.0','1045891.0','6',    '6','4','7807.23',    '5','2','6465.36',    '4','2','1341.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035603.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123867.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035604.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123868.0','1045891.0','4',    '3','1','2080.0',    '3','1','1580.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035605.0','1020324.0','133',    '106','41','86700.96',    '101','19','71690.75',    '63','31','15010.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123869.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035606.0','1020324.0','10391',    '9116','4229','6566854.98',    '8741','1367','3820362.33',    '5930','3742','2746492.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123870.0','1045891.0','194',    '175','66','194566.44',    '164','36','161589.69',    '103','42','32976.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035607.0','1020324.0','16',    '13','6','23245.27',    '13','5','22745.27',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123871.0','1045891.0','90',    '72','15','36467.78',    '66','4','23617.53',    '42','13','12850.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035608.0','1020324.0','853',    '657','300','301220.75',    '583','31','127550.36',    '479','285','173670.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123872.0','1045891.0','69',    '59','40','315938.59',    '59','32','271913.68',    '39','25','44024.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035609.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123873.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035610.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123874.0','1045891.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035611.0','1020324.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123875.0','1045891.0','1',    '1','1','1590.0',    '1','1','1590.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035612.0','1020324.0','9',    '8','4','6295.04',    '7','3','4917.45',    '5','3','1377.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123876.0','1045891.0','336',    '306','199','1252018.11',    '292','140','1057177.74',    '207','140','194840.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035613.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123877.0','1045891.0','1',    '1','1','1292.0',    '1','1','1292.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035614.0','1020324.0','3577',    '3085','2084','11830615.56',    '2964','1216','8609466.53',    '2392','1805','3221149.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123878.0','1045891.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035615.0','1020324.0','35',    '28','7','19134.65',    '24','5','11635.94',    '17','5','7498.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123879.0','1045891.0','1',    '1','1','3837.04',    '1','1','3837.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035616.0','1020324.0','1',    '1','1','24731.54',    '1','1','16291.91',    '1','1','8439.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123880.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035617.0','1020324.0','3',    '3','1','7237.65',    '3','1','7237.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123881.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035618.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123882.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035619.0','1020324.0','196',    '169','53','122512.14',    '156','28','100305.18',    '97','29','22206.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123883.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035620.0','1020324.0','35',    '32','10','40023.87',    '29','3','27935.7',    '22','10','12088.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123884.0','1045891.0','22',    '16','8','54806.84',    '16','7','50710.92',    '8','4','4095.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035621.0','1020324.0','6',    '2','1','471.07',    '1','1','471.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123885.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035622.0','1020324.0','28',    '22','12','9905.92',    '22','4','5905.92',    '15','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123886.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035623.0','1020324.0','23',    '19','5','5201.61',    '18','1','1590.0',    '9','5','3611.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123887.0','1045891.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035624.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123888.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035625.0','1020324.0','9',    '7','2','2226.99',    '7','1','2112.01',    '1','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123889.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035626.0','1020324.0','72',    '59','22','21046.12',    '53','3','10046.12',    '41','21','11000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123890.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035627.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123891.0','1045891.0','33',    '29','18','154791.17',    '27','13','149771.51',    '17','9','5019.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035628.0','1020324.0','60',    '57','36','192220.07',    '54','20','142756.34',    '43','35','49463.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123892.0','1045891.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035629.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123893.0','1045891.0','402',    '350','206','1039192.92',    '333','114','811002.82',    '228','151','228190.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035630.0','1020324.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123894.0','1045891.0','1',    '1','1','32700.0',    '1','1','31823.03',    '1','1','876.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035631.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123895.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035632.0','1020324.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123896.0','1045891.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035633.0','1020324.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123897.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035634.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123898.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035635.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123899.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035636.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123900.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035637.0','1020324.0','5',    '3','3','10640.14',    '3','3','9640.14',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123901.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035638.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123902.0','1045891.0','399',    '353','244','1551333.43',    '344','196','1283037.64',    '212','147','268295.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035639.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123903.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035640.0','1020324.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123904.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035641.0','1020324.0','1',    '1','1','4476.9',    '1','1','1696.0',    '1','1','2780.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123905.0','1045891.0','1',    '1','1','2122.0',    '1','1','2122.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035642.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123906.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035643.0','1020324.0','325',    '281','183','788688.9',    '271','134','550080.68',    '184','127','238608.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123907.0','1045891.0','1',    '1','1','1061.0',    '1','1','1061.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035644.0','1020324.0','1',    '1','1','2816.0',    '1','1','2316.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123908.0','1045891.0','26',    '19','9','11937.83',    '19','4','8062.0',    '11','6','3875.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035645.0','1020324.0','1',    '1','1','2316.0',    '1','1','2316.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123909.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035646.0','1020324.0','3',    '2','2','3252.77',    '2','1','1696.0',    '2','2','1556.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123910.0','1045891.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035647.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123911.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035648.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123912.0','1045891.0','7',    '5','3','11306.35',    '5','3','11306.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035649.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123913.0','1045891.0','2',    '2','1','2538.06',    '2','1','848.0',    '1','1','1690.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035650.0','1020324.0','1800',    '1537','1019','6711229.31',    '1503','844','5674807.84',    '905','603','1036421.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123914.0','1045891.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026400.0','1020324.0','57',    '36','28','146945.55',    '35','20','120549.61',    '25','21','26395.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114664.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035651.0','1020324.0','1',    '1','1','4752.11',    '1','1','2316.0',    '1','1','2436.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123915.0','1045891.0','10',    '10','6','36199.01',    '10','5','27709.6',    '7','4','8489.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035652.0','1020324.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123916.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035653.0','1020324.0','10',    '7','5','32577.77',    '7','4','20084.02',    '4','3','12493.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123917.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035654.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123918.0','1045891.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035655.0','1020324.0','12',    '10','8','47529.02',    '9','5','42212.49',    '6','5','5316.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123919.0','1045891.0','2',    '2','1','499.99',    '2','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035656.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123920.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035657.0','1020324.0','1',    '1','1','1288.41',    '1','0','0.0',    '1','1','1288.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123921.0','1045891.0','1',    '1','1','2122.0',    '1','1','2122.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026512.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114776.0','1045891.0','1',    '1','1','3723.22',    '1','1','2316.0',    '1','1','1407.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035658.0','1020324.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123922.0','1045891.0','1',    '1','1','6577.69',    '1','1','5077.69',    '1','1','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035659.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123923.0','1045891.0','1',    '1','1','1115.89',    '1','0','0.0',    '1','1','1115.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035660.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123924.0','1045891.0','3',    '2','2','3160.0',    '2','1','2660.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035661.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123925.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035662.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123926.0','1045891.0','1',    '1','1','3484.58',    '1','1','3053.75',    '1','1','430.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035663.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123927.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035664.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123928.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035665.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123929.0','1045891.0','8',    '8','7','45768.88',    '8','7','28586.98',    '5','5','17181.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035666.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123930.0','1045891.0','13',    '10','7','30573.87',    '10','6','20275.64',    '5','4','10298.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035667.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123931.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035668.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123932.0','1045891.0','459',    '384','223','901747.6',    '361','158','589410.69',    '250','158','312336.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035669.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123933.0','1045891.0','1',    '1','1','3966.5',    '1','1','3322.0',    '1','1','644.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035670.0','1020324.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123934.0','1045891.0','1',    '1','1','15202.04',    '1','1','10987.76',    '1','1','4214.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035671.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123935.0','1045891.0','8',    '8','4','13141.54',    '6','3','11613.14',    '5','3','1528.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035672.0','1020324.0','5',    '5','3','4953.0',    '5','3','4453.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123936.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035673.0','1020324.0','24',    '21','13','28576.31',    '18','8','22656.87',    '14','10','5919.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123937.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035674.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123938.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035675.0','1020324.0','1',    '1','1','8032.94',    '1','1','1696.0',    '1','1','6336.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123939.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035676.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123940.0','1045891.0','7',    '6','5','34077.37',    '6','4','24732.52',    '5','4','9344.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035677.0','1020324.0','21',    '16','12','108464.89',    '16','11','69626.2',    '10','5','38838.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123941.0','1045891.0','2',    '2','2','3460.18',    '2','1','1834.32',    '2','2','1625.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035678.0','1020324.0','2',    '2','1','1696.0',    '2','1','1696.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123942.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035679.0','1020324.0','1',    '1','1','5081.92',    '1','1','2316.0',    '1','1','2765.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123943.0','1045891.0','23',    '18','9','57742.83',    '18','5','33966.03',    '11','5','23776.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035680.0','1020324.0','25',    '21','11','29633.45',    '21','7','13399.0',    '13','8','16234.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123944.0','1045891.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035681.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123945.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035682.0','1020324.0','1',    '1','1','17713.02',    '1','1','1061.0',    '1','1','16652.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123946.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035683.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123947.0','1045891.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035684.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123948.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035685.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123949.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035686.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123950.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035687.0','1020324.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123951.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035688.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123952.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035689.0','1020324.0','1',    '1','1','3586.06',    '1','1','1696.0',    '1','1','1890.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123953.0','1045891.0','1',    '1','1','12598.5',    '1','1','10124.92',    '1','1','2473.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035690.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123954.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035691.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123955.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035692.0','1020324.0','4',    '2','1','2816.0',    '2','1','2316.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123956.0','1045891.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035693.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123957.0','1045891.0','1',    '1','1','3711.02',    '1','1','3711.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035694.0','1020324.0','342',    '286','163','599279.24',    '262','102','401204.44',    '173','111','198074.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123958.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035695.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123959.0','1045891.0','1',    '1','1','33300.0',    '1','1','33300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035696.0','1020324.0','1',    '1','1','3159.99',    '1','1','2660.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123960.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035697.0','1020324.0','1',    '1','1','999.99',    '1','0','0.0',    '1','1','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123961.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035698.0','1020324.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123962.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035699.0','1020324.0','92',    '75','44','124475.68',    '66','26','86866.08',    '55','32','37609.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123963.0','1045891.0','7',    '5','3','14000.85',    '5','2','6602.84',    '3','2','7398.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035700.0','1020324.0','4',    '2','1','2622.0',    '2','1','2122.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123964.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035701.0','1020324.0','11492',    '10287','6358','26056871.58',    '9883','4527','17908085.43',    '6685','4483','8148786.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123965.0','1045891.0','38',    '33','22','93364.28',    '31','14','71216.6',    '24','16','22147.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035702.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123966.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035703.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123967.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035704.0','1020324.0','1',    '1','1','3881.37',    '1','1','1696.0',    '1','1','2185.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123968.0','1045891.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035705.0','1020324.0','1',    '1','1','19904.46',    '1','1','2660.0',    '1','1','17244.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123969.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035706.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123970.0','1045891.0','445',    '376','234','1151557.56',    '356','164','813387.91',    '246','173','338169.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035707.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123971.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035708.0','1020324.0','1',    '1','1','1696.0',    '1','1','1696.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123972.0','1045891.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035709.0','1020324.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123973.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026594.0','1020324.0','82',    '73','36','215432.74',    '69','22','163766.48',    '43','30','51666.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114858.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035710.0','1020324.0','1',    '1','1','762.49',    '1','0','0.0',    '1','1','762.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123974.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035711.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123975.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035712.0','1020324.0','251',    '244','64','337358.84',    '241','25','253614.17',    '90','50','83744.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123976.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035713.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123977.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035714.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123978.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026787.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2115051.0','1045891.0','1',    '1','1','3863.61',    '1','1','748.0',    '1','1','3115.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026568.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114832.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035715.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123979.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035716.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123980.0','1045891.0','1',    '1','1','4056.21',    '1','1','3320.82',    '1','1','735.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035717.0','1020324.0','3',    '3','1','1947.2',    '3','1','743.0',    '2','1','1204.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123981.0','1045891.0','1',    '1','1','609.12',    '1','0','0.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035718.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123982.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035719.0','1020324.0','911',    '889','280','3087537.34',    '883','229','2760107.38',    '365','154','327429.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123983.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035720.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123984.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035721.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123985.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035722.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123986.0','1045891.0','1',    '1','1','256.0',    '1','1','256.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035723.0','1020324.0','1',    '1','1','741.12',    '1','0','0.0',    '1','1','741.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123987.0','1045891.0','3',    '3','1','3514.17',    '3','1','3514.17',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035724.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123988.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035725.0','1020324.0','4',    '4','1','695.61',    '4','0','0.0',    '2','1','695.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123989.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035726.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123990.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035727.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123991.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035728.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123992.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035729.0','1020324.0','2',    '2','1','1933.31',    '2','0','0.0',    '1','1','1933.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123993.0','1045891.0','19',    '19','5','38462.36',    '19','2','34406.0',    '6','3','4056.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035730.0','1020324.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123994.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035731.0','1020324.0','749',    '727','150','397431.64',    '719','93','282137.96',    '268','101','115293.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123995.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035732.0','1020324.0','3',    '3','2','4150.79',    '3','1','3310.13',    '3','2','840.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123996.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035733.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123997.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035734.0','1020324.0','1',    '1','1','1964.71',    '1','1','206.87',    '1','1','1757.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123998.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035735.0','1020324.0','40',    '39','13','229404.81',    '39','10','211507.09',    '15','7','17897.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2123999.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035736.0','1020324.0','2',    '2','2','1506.0',    '2','2','1506.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124000.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035737.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124001.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026782.0','1020324.0','1',    '1','1','1705.15',    '1','1','553.0',    '1','1','1152.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2115046.0','1045891.0','33',    '32','5','71926.7',    '31','4','70940.84',    '12','1','985.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035738.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124002.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035739.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124003.0','1045891.0','1',    '1','1','33300.0',    '1','1','33300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035740.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124004.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035741.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124005.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035742.0','1020324.0','23',    '23','5','3725.77',    '23','2','3234.75',    '12','3','491.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124006.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035743.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124007.0','1045891.0','8',    '7','4','13891.76',    '7','3','9783.59',    '3','2','4108.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026570.0','1020324.0','665',    '656','104','1107144.74',    '649','70','992700.14',    '235','64','114444.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114834.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035744.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124008.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035745.0','1020324.0','393',    '383','89','427280.29',    '381','60','344212.19',    '155','58','83068.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124009.0','1045891.0','219',    '199','107','660632.51',    '199','88','499970.28',    '103','75','160662.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035746.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124010.0','1045891.0','890',    '870','386','1276342.36',    '866','232','862547.64',    '555','292','413794.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035747.0','1020324.0','391',    '378','87','839491.31',    '377','60','765334.94',    '128','52','74156.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124011.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035748.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124012.0','1045891.0','23',    '22','5','104947.61',    '22','5','98151.6',    '7','2','6796.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035749.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124013.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035750.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124014.0','1045891.0','13',    '13','1','553.0',    '13','1','553.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035751.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124015.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035752.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124016.0','1045891.0','351',    '338','211','2311106.55',    '336','163','2101146.85',    '220','123','209959.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035753.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124017.0','1045891.0','14',    '14','6','11782.77',    '14','5','6577.18',    '7','5','5205.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035754.0','1020324.0','2',    '2','1','7696.02',    '2','1','1848.0',    '1','1','5848.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124018.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035755.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124019.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035756.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124020.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035757.0','1020324.0','2',    '2','1','609.12',    '2','0','0.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124021.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035758.0','1020324.0','3',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124022.0','1045891.0','1',    '1','1','741.12',    '1','0','0.0',    '1','1','741.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035759.0','1020324.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124023.0','1045891.0','1',    '1','1','459.0',    '1','1','459.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035760.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124024.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035761.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124025.0','1045891.0','1',    '1','1','1875.58',    '1','1','716.88',    '1','1','1158.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035762.0','1020324.0','493',    '482','90','1101545.88',    '476','68','991974.85',    '132','42','109571.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124026.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035763.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124027.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035764.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124028.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035765.0','1020324.0','46',    '31','13','62968.49',    '29','10','58361.7',    '14','7','4606.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124029.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035766.0','1020324.0','7',    '6','2','3166.0',    '5','2','2666.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124030.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035767.0','1020324.0','83',    '54','9','5756.0',    '49','2','1756.0',    '24','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124031.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035768.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124032.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035769.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124033.0','1045891.0','17',    '15','3','4128.7',    '14','3','3787.0',    '4','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035770.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124034.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035771.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124035.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035772.0','1020324.0','13',    '6','5','3561.4',    '6','1','878.0',    '5','5','2683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124036.0','1045891.0','1',    '1','1','1378.0',    '1','1','878.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035773.0','1020324.0','9',    '5','1','652.0',    '4','1','652.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124037.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035774.0','1020324.0','1137',    '881','413','698253.45',    '820','275','547796.54',    '467','250','150456.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124038.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035775.0','1020324.0','794',    '620','217','265569.24',    '557','104','180614.95',    '335','153','84954.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124039.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035776.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124040.0','1045891.0','743',    '634','171','231925.76',    '618','93','171717.51',    '245','110','60208.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035777.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124041.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035778.0','1020324.0','1',    '1','1','1152.0',    '1','1','652.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124042.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035779.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124043.0','1045891.0','1254',    '974','339','332919.51',    '881','143','202949.62',    '519','250','129969.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035780.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124044.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035781.0','1020324.0','3203',    '2333','909','839673.43',    '2023','406','458140.36',    '1450','673','381533.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124045.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035782.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124046.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035783.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124047.0','1045891.0','95',    '74','27','47700.29',    '69','19','35472.5',    '31','12','12227.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035784.0','1020324.0','779',    '583','226','290481.71',    '535','160','229075.92',    '269','118','61405.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124048.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035785.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124049.0','1045891.0','48',    '39','6','3609.7',    '38','2','1768.0',    '11','4','1841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035786.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124050.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035787.0','1020324.0','1250',    '969','365','418333.82',    '885','188','302154.58',    '490','233','116179.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124051.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035788.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124052.0','1045891.0','3129',    '2483','1044','1235385.07',    '2224','505','778129.03',    '1573','766','457256.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035789.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124053.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035790.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124054.0','1045891.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026723.0','1020324.0','935',    '735','260','236915.75',    '664','87','123595.46',    '421','211','113320.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114987.0','1045891.0','897',    '671','319','334455.03',    '621','217','235976.44',    '344','183','98478.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035791.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124055.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035792.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124056.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035793.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124057.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035794.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124058.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035795.0','1020324.0','845',    '616','220','216019.29',    '553','79','124599.59',    '338','170','91419.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124059.0','1045891.0','47',    '42','20','29881.4',    '37','14','24198.0',    '19','11','5683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035796.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124060.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035797.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124061.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035798.0','1020324.0','5',    '3','1','878.0',    '2','1','878.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124062.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035799.0','1020324.0','2',    '2','1','3715.8',    '2','1','1788.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124063.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035800.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124064.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035801.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124065.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035802.0','1020324.0','4',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124066.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035803.0','1020324.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124067.0','1045891.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035804.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124068.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026661.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114925.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035805.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124069.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035806.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124070.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035807.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124071.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035808.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124072.0','1045891.0','307',    '234','83','105147.9',    '211','49','65497.5',    '120','53','39650.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035809.0','1020324.0','155',    '131','46','129638.2',    '122','24','108988.0',    '72','34','20650.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124073.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035810.0','1020324.0','1',    '1','1','1152.0',    '1','1','652.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124074.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035811.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124075.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035812.0','1020324.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124076.0','1045891.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035813.0','1020324.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124077.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035814.0','1020324.0','11',    '8','2','13427.8',    '7','1','11000.0',    '3','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124078.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035815.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124079.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026404.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114668.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035816.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124080.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035817.0','1020324.0','1',    '1','1','2165.0',    '1','1','1665.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124081.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035818.0','1020324.0','3877',    '3248','1047','1392384.4',    '3061','527','968896.41',    '1492','738','423487.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124082.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035819.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124083.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035820.0','1020324.0','2956',    '2518','658','933527.0',    '2375','369','666970.93',    '1048','420','266556.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124084.0','1045891.0','4763',    '3793','1455','2171322.28',    '3463','790','1387667.14',    '2058','1055','783655.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035821.0','1020324.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124085.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035822.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124086.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035823.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124087.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035824.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124088.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035825.0','1020324.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124089.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035826.0','1020324.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124090.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035827.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124091.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035828.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124092.0','1045891.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035829.0','1020324.0','132',    '113','27','90098.13',    '108','12','65695.5',    '53','22','24402.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124093.0','1045891.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026480.0','1020324.0','7',    '6','2','2268.0',    '6','2','1768.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114744.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035830.0','1020324.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124094.0','1045891.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026516.0','1020324.0','2596',    '1888','683','631379.12',    '1623','244','319408.73',    '1306','565','311970.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114780.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035831.0','1020324.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124095.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035832.0','1020324.0','10',    '5','2','2629.7',    '4','1','1788.0',    '3','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124096.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035833.0','1020324.0','2',    '2','1','884.0',    '2','1','884.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124097.0','1045891.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035834.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124098.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035835.0','1020324.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124099.0','1045891.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035836.0','1020324.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124100.0','1045891.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035837.0','1020324.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124101.0','1045891.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035838.0','1020333.0','26',    '24','9','30859.2',    '23','8','29517.5',    '7','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124102.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035839.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124103.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035840.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124104.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035841.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124105.0','1045900.0','2891',    '2288','988','1346409.23',    '2045','503','908899.32',    '1377','715','437509.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035842.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124106.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035843.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124107.0','1045900.0','5',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035844.0','1020333.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124108.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035845.0','1020333.0','1655',    '1479','299','280741.59',    '1436','87','150910.5',    '484','248','129831.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124109.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035846.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124110.0','1045900.0','9',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035847.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124111.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035848.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124112.0','1045900.0','1162',    '859','265','277614.19',    '753','99','154799.29',    '538','212','122814.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035849.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124113.0','1045900.0','5',    '5','2','2427.8',    '5','0','0.0',    '3','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035850.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124114.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035851.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124115.0','1045900.0','530',    '440','228','638242.17',    '415','144','533660.88',    '244','153','104581.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035852.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124116.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035853.0','1020333.0','7',    '7','4','4152.0',    '7','3','2652.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124117.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035854.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124118.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035855.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124119.0','1045900.0','18',    '12','4','2000.0',    '12','0','0.0',    '6','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035856.0','1020333.0','1239',    '968','393','570995.94',    '899','227','434692.44',    '503','251','136303.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124120.0','1045900.0','3407',    '2882','1012','1812842.03',    '2715','559','1353673.11',    '1419','687','459168.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035857.0','1020333.0','12',    '11','3','9421.7',    '11','2','8580.0',    '6','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124121.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035858.0','1020333.0','1',    '1','1','4963.8',    '1','1','3036.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124122.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035859.0','1020333.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124123.0','1045900.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026709.0','1020333.0','33',    '28','7','4268.0',    '28','2','1768.0',    '9','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114973.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035860.0','1020333.0','2',    '2','2','1804.0',    '2','2','1304.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124124.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035861.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124125.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035862.0','1020333.0','1643',    '1344','445','485159.66',    '1266','248','311264.49',    '579','264','173895.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124126.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035863.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124127.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035864.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124128.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035865.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124129.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035866.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124130.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035867.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124131.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035868.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124132.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035869.0','1020333.0','1437',    '1246','485','826746.42',    '1194','275','613647.82',    '606','321','213098.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124133.0','1045900.0','1557',    '1274','424','414678.16',    '1179','240','267300.0',    '643','271','147378.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035870.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124134.0','1045900.0','1',    '1','1','752.0',    '1','1','752.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035871.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124135.0','1045900.0','243',    '200','78','127466.69',    '188','49','99838.5',    '103','45','27628.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035872.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124136.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035873.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124137.0','1045900.0','1',    '1','1','2036.0',    '1','1','2036.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035874.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124138.0','1045900.0','6',    '4','2','4642.8',    '4','1','2036.0',    '2','2','2606.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035875.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124139.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035876.0','1020333.0','707',    '531','183','292792.35',    '483','112','220061.45',    '266','105','72730.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124140.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035877.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124141.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035878.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124142.0','1045900.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035879.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124143.0','1045900.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035880.0','1020333.0','429',    '327','150','207274.59',    '306','100','154821.5',    '158','86','52453.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124144.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026521.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114785.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035881.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124145.0','1045900.0','136',    '109','50','96514.2',    '108','37','79885.68',    '40','26','16628.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035882.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124146.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035883.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124147.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035884.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124148.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035885.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124149.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035886.0','1020333.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124150.0','1045900.0','3198',    '2654','1032','1663589.96',    '2424','563','1167875.12',    '1551','723','495714.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035887.0','1020333.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124151.0','1045900.0','52',    '32','19','16532.0',    '30','17','13032.0',    '17','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035888.0','1020333.0','1',    '1','1','884.0',    '1','1','884.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124152.0','1045900.0','11',    '9','3','1884.0',    '8','1','884.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035889.0','1020333.0','988',    '850','228','352720.84',    '821','118','261939.74',    '319','148','90781.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124153.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035890.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124154.0','1045900.0','2285',    '1981','542','1090034.93',    '1893','343','887802.83',    '733','310','202232.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035891.0','1020333.0','5',    '4','2','2768.0',    '4','2','1768.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124155.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035892.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124156.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035893.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124157.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035894.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124158.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035895.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124159.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035896.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124160.0','1045900.0','3',    '2','1','1788.0',    '2','1','1788.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035897.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124161.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035898.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124162.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035899.0','1020333.0','308',    '280','55','92582.78',    '277','35','75626.78',    '85','29','16956.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124163.0','1045900.0','3531',    '2920','1236','1919155.65',    '2681','633','1241688.5',    '1863','928','677467.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035900.0','1020333.0','3',    '3','1','7368.0',    '3','1','1768.0',    '2','1','5600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124164.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035901.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124165.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035903.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124167.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035904.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124168.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035905.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124169.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035906.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124170.0','1045900.0','17',    '17','3','1725.7',    '16','1','884.0',    '4','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035907.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124171.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035908.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124172.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035909.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124173.0','1045900.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035910.0','1020333.0','4460',    '3637','1294','1268326.52',    '3372','780','848427.85',    '1787','818','419898.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124174.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035911.0','1020333.0','1',    '1','1','846.0',    '1','1','846.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124175.0','1045900.0','1',    '1','1','3537.0',    '1','1','3037.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035912.0','1020333.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124176.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035913.0','1020333.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124177.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035914.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124178.0','1045900.0','11',    '8','3','6731.8',    '8','3','3804.0',    '6','2','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035915.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124179.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035916.0','1020333.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124180.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035917.0','1020333.0','12',    '10','0','0.0',    '9','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124181.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035918.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124182.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035919.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124183.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035920.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124184.0','1045900.0','50',    '38','10','17397.7',    '36','5','7456.0',    '26','10','9941.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035921.0','1020333.0','1',    '1','1','8037.7',    '1','1','7696.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124185.0','1045900.0','1413',    '1227','382','1339095.62',    '1177','236','1209347.33',    '493','229','129748.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035922.0','1020333.0','2965',    '2492','794','1158069.62',    '2326','406','842834.05',    '1172','549','315235.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124186.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035923.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124187.0','1045900.0','79',    '62','16','39274.3',    '54','12','36907.5',    '25','6','2366.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035924.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124188.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035925.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124189.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035926.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124190.0','1045900.0','3',    '3','1','341.7',    '2','0','0.0',    '2','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035927.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124191.0','1045900.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026597.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114861.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035928.0','1020333.0','722',    '536','254','304124.43',    '490','175','233662.84',    '286','139','70461.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124192.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035929.0','1020333.0','1',    '1','1','1927.8',    '1','0','0.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124193.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035930.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124194.0','1045900.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035931.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124195.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035932.0','1020333.0','34',    '28','5','12628.5',    '27','4','11628.5',    '12','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124196.0','1045900.0','63',    '55','3','2225.7',    '51','1','884.0',    '11','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035933.0','1020333.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124197.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035934.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124198.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035935.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124199.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035936.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124200.0','1045900.0','33',    '27','8','10108.0',    '27','7','9608.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026440.0','1020333.0','4554',    '3745','1116','1825208.22',    '3466','600','1328528.04',    '1815','736','496680.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114704.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035937.0','1020333.0','1',    '1','1','1384.0',    '1','1','884.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124201.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035938.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124202.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035939.0','1020333.0','326',    '273','66','151464.12',    '257','42','119674.92',    '115','40','31789.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124203.0','1045900.0','60',    '49','19','17711.8',    '48','16','12784.0',    '14','7','4927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035940.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124204.0','1045900.0','1215',    '1005','314','777390.93',    '950','180','636163.27',    '448','203','141227.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035941.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124205.0','1045900.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035942.0','1020333.0','2347',    '1892','821','1829401.39',    '1721','491','1454632.42',    '1099','525','374768.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124206.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035943.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124207.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035944.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124208.0','1045900.0','608',    '507','130','221895.4',    '499','60','173561.8',    '182','89','48333.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035945.0','1020333.0','216',    '200','52','73266.35',    '192','36','59104.95',    '67','28','14161.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124209.0','1045900.0','5482',    '4603','1473','1430965.2',    '4335','847','925934.2',    '2040','916','505031.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035946.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124210.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035947.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124211.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035948.0','1020333.0','10',    '5','1','752.0',    '5','1','752.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124212.0','1045900.0','36',    '23','5','34579.6',    '22','3','29724.0',    '7','4','4855.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035949.0','1020333.0','1378',    '1081','331','408919.31',    '988','192','294075.77',    '542','215','114843.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124213.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035950.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124214.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035951.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124215.0','1045900.0','21',    '18','6','19536.0',    '18','5','18536.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035952.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124216.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035953.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124217.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035954.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124218.0','1045900.0','2',    '2','1','341.7',    '2','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035955.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124219.0','1045900.0','2',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035956.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124220.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035957.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124221.0','1045900.0','1',    '1','1','14000.4',    '1','1','8900.4',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035958.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124222.0','1045900.0','773',    '630','165','317082.1',    '593','97','244840.0',    '261','111','72242.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035959.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124223.0','1045900.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035960.0','1020333.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124224.0','1045900.0','3',    '1','1','884.0',    '1','1','884.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2026725.0','1020333.0','9',    '7','1','2164.5',    '5','1','2164.5',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2114989.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035961.0','1020333.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124225.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026784.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2115048.0','1045900.0','12',    '12','6','4183.4',    '12','2','2000.0',    '5','5','2183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035962.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124226.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035963.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124227.0','1045900.0','232',    '201','65','137124.35',    '197','31','105510.25',    '99','47','31614.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035964.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124228.0','1045900.0','2454',    '2018','706','963158.35',    '1875','367','624323.5',    '1016','482','338834.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035965.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124229.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035966.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124230.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035967.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124231.0','1045900.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035968.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124232.0','1045900.0','68',    '57','5','14653.0',    '53','2','11383.5',    '14','4','3269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035969.0','1020333.0','7',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124233.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026417.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114681.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035970.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124234.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035971.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124235.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035972.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124236.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035973.0','1020333.0','3107',    '2558','841','1230661.34',    '2367','413','789029.68',    '1373','616','441631.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124237.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035974.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124238.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035975.0','1020333.0','1647',    '1428','356','429886.46',    '1381','169','287746.66',    '536','244','142139.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124239.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035976.0','1020333.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124240.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035977.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124241.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035978.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124242.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035979.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124243.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035980.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124244.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035981.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124245.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035982.0','1020333.0','1',    '1','1','884.0',    '1','1','884.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124246.0','1045900.0','3',    '3','1','250.0',    '3','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035983.0','1020333.0','185',    '154','43','135462.7',    '146','33','124643.0',    '63','20','10819.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124247.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035984.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124248.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035985.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124249.0','1045900.0','38',    '25','5','5921.0',    '23','3','3921.0',    '13','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035986.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124250.0','1045900.0','3',    '3','1','341.7',    '3','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035987.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124251.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035988.0','1020333.0','11',    '10','4','7815.8',    '9','3','5388.0',    '7','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124252.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035989.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124253.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035990.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124254.0','1045900.0','503',    '407','95','89075.73',    '392','29','49575.73',    '171','78','39500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035991.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124255.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035992.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124256.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035993.0','1020333.0','1',    '1','1','1665.0',    '1','1','1665.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124257.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2035994.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124258.0','1045900.0','1232',    '1013','279','374955.2',    '959','179','290805.0',    '406','159','84150.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035995.0','1020333.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124259.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035996.0','1020333.0','916',    '704','232','231848.38',    '641','110','145731.58',    '385','173','86116.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124260.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035997.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124261.0','1045900.0','3002',    '2359','750','854355.24',    '2170','415','589698.34',    '1192','502','264656.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035998.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124262.0','1045900.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2035999.0','1020333.0','2',    '2','1','1307.0',    '2','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124263.0','1045900.0','27',    '17','9','5648.7',    '15','1','1307.0',    '13','9','4341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036000.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124264.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036001.0','1020333.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124265.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036002.0','1020333.0','1177',    '946','263','294382.77',    '865','109','193408.5',    '512','203','100974.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124266.0','1045900.0','258',    '205','93','105948.74',    '181','57','74765.34',    '124','63','31183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036003.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124267.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036004.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124268.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036005.0','1020333.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124269.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036006.0','1020333.0','4',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124270.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036007.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124271.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036008.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124272.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036009.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124273.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036010.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124274.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036011.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124275.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036012.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124276.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036013.0','1020333.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124277.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036014.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124278.0','1045900.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036015.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124279.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036016.0','1020333.0','47',    '40','9','6921.0',    '36','3','3921.0',    '14','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124280.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036017.0','1020333.0','1',    '1','1','499.5',    '1','1','499.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124281.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036018.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124282.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026555.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114819.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036019.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124283.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036020.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124284.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036021.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124285.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036022.0','1020333.0','1301',    '1028','330','355304.61',    '933','172','241310.02',    '533','226','113994.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124286.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036023.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124287.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036024.0','1020333.0','209',    '151','40','38902.4',    '132','17','22219.0',    '82','34','16683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124288.0','1045900.0','8183',    '6338','2388','2721969.9',    '5691','1302','1861844.84',    '3575','1657','860125.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036025.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124289.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036026.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124290.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036027.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124291.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036028.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124292.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036029.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124293.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036030.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124294.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036031.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124295.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036032.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124296.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026497.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114761.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036033.0','1020333.0','4517',    '3507','1525','2160521.07',    '3218','963','1596413.48',    '1913','967','564107.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124297.0','1045900.0','3439',    '2771','812','888797.04',    '2538','398','583118.5',    '1352','595','305678.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036034.0','1020333.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124298.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036035.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124299.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036036.0','1020333.0','372',    '301','89','123657.31',    '270','54','98290.51',    '145','51','25366.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124300.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036037.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124301.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036038.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124302.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036039.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124303.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036040.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124304.0','1045900.0','17',    '12','2','1000.0',    '10','0','0.0',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036041.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124305.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036042.0','1020333.0','7',    '4','2','2148.7',    '3','1','1307.0',    '3','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124306.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036043.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124307.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036044.0','1020333.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124308.0','1045900.0','1943',    '1489','547','662080.89',    '1353','297','459823.5',    '806','391','202257.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036045.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124309.0','1045900.0','2106',    '1628','557','671874.37',    '1531','327','485531.87',    '758','348','186342.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036046.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124310.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036047.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124311.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036048.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124312.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036049.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124313.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036050.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124314.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036051.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124315.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036052.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124316.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036053.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124317.0','1045900.0','180',    '143','52','61593.0',    '134','33','42323.5',    '73','35','19269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036054.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124318.0','1045900.0','346',    '289','79','73053.4',    '284','30','40370.0',    '115','66','32683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036055.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124319.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036056.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124320.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036057.0','1020333.0','1639',    '1275','566','653773.73',    '1161','303','426877.76',    '785','409','226895.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124321.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036058.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124322.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036059.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124323.0','1045900.0','432',    '368','54','56754.7',    '356','23','39913.0',    '130','34','16841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036060.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124324.0','1045900.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036061.0','1020333.0','950',    '806','168','147530.49',    '745','53','79322.0',    '379','136','68208.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124325.0','1045900.0','1236',    '965','368','408352.16',    '907','172','256290.37',    '471','265','152061.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036062.0','1020333.0','1085',    '844','273','344875.12',    '762','128','224061.69',    '524','206','120813.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124326.0','1045900.0','70',    '57','15','18859.3',    '54','5','9162.0',    '25','14','9697.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036063.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124327.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036064.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124328.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036065.0','1020333.0','45',    '32','11','19483.8',    '29','7','10456.0',    '14','6','9027.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124329.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036066.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124330.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036067.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124331.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036068.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124332.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036069.0','1020333.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124333.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036070.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124334.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036071.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124335.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036072.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124336.0','1045900.0','253',    '189','58','57560.24',    '176','20','31068.34',    '94','45','26491.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036073.0','1020333.0','3',    '3','1','1307.0',    '3','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124337.0','1045900.0','796',    '603','202','240060.84',    '557','97','159600.04',    '326','141','80460.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036074.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124338.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026551.0','1020333.0','53',    '43','14','14732.3',    '39','5','6535.0',    '22','9','8197.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114815.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036075.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124339.0','1045900.0','80',    '56','19','20025.7',    '52','12','15684.0',    '27','9','4341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036076.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124340.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026478.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114742.0','1045900.0','3934',    '3095','1271','1794579.94',    '2841','746','1267448.82',    '1793','870','527131.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026525.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114789.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036077.0','1020333.0','2',    '2','1','999.5',    '1','1','499.5',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124341.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036078.0','1020333.0','10',    '8','1','1807.0',    '8','1','1307.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124342.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036079.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124343.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036080.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124344.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036081.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124345.0','1045900.0','2240',    '1711','511','609268.58',    '1608','281','436585.39',    '768','325','172683.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036082.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124346.0','1045900.0','289',    '221','52','54607.9',    '199','23','32385.5',    '115','39','22222.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026554.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114818.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036083.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124347.0','1045900.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036084.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124348.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036085.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124349.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036086.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124350.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036087.0','1020333.0','3448',    '2634','975','1186320.55',    '2414','579','847393.18',    '1288','608','338927.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124351.0','1045900.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026436.0','1020333.0','132',    '113','39','29057.6',    '103','10','12763.0',    '65','31','16294.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114700.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036088.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124352.0','1045900.0','2224',    '1774','532','523524.74',    '1617','237','320801.75',    '901','394','202722.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036089.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124353.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036090.0','1020333.0','36',    '29','16','16956.0',    '29','9','11456.0',    '13','11','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124354.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036091.0','1020333.0','595',    '498','86','109417.1',    '475','37','75892.0',    '189','67','33525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124355.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036092.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124356.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036093.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124357.0','1045900.0','328',    '254','67','77980.1',    '235','36','52746.5',    '120','44','25233.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036094.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124358.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036095.0','1020333.0','2245',    '1696','597','771697.77',    '1579','362','571449.47',    '825','368','200248.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124359.0','1045900.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036096.0','1020333.0','8',    '6','1','500.0',    '4','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124360.0','1045900.0','15',    '9','5','5421.0',    '8','3','3921.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036097.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124361.0','1045900.0','84',    '64','19','24685.7',    '54','11','16844.0',    '41','16','7841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036098.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124362.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036099.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124363.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036100.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124364.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036101.0','1020333.0','384',    '303','106','126254.37',    '270','64','93848.57',    '159','59','32405.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124365.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036102.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124366.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036103.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124367.0','1045900.0','363',    '272','85','85623.2',    '253','46','62781.5',    '116','46','22841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036104.0','1020333.0','1678',    '1308','436','549178.39',    '1209','262','408061.0',    '624','271','141117.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124368.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036105.0','1020333.0','28',    '17','3','3114.0',    '15','2','2614.0',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124369.0','1045900.0','132',    '102','22','15727.5',    '99','6','6727.5',    '50','18','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036106.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124370.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036107.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124371.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036108.0','1020333.0','252',    '197','78','108907.51',    '178','45','63521.0',    '117','48','45386.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124372.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036109.0','1020333.0','2956',    '2497','819','1178153.67',    '2391','477','887206.58',    '1127','522','290947.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124373.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036110.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124374.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036111.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124375.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036112.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124376.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036113.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124377.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036114.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124378.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036115.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124379.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036116.0','1020333.0','158',    '129','38','38155.6',    '118','14','22861.0',    '64','28','15294.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124380.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036117.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124381.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036118.0','1020333.0','1164',    '858','306','323382.43',    '789','140','204373.13',    '432','222','119009.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124382.0','1045900.0','29',    '22','11','12525.4',    '21','6','7842.0',    '12','9','4683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036119.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124383.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036120.0','1020333.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124384.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001673.0',    '2036121.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006137.0',    '2124385.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036122.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124386.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036123.0','1020333.0','1774',    '1376','568','770891.4',    '1273','387','593029.4',    '670','322','177862.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124387.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036124.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124388.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036125.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124389.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036126.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124390.0','1045900.0','15136',    '11920','5315','7099113.29',    '10740','2760','4729251.76',    '7767','3933','2369861.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036127.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124391.0','1045900.0','9981',    '7788','2989','3854694.83',    '7188','1752','2791031.71',    '4119','1935','1063663.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036128.0','1020333.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124392.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036129.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124393.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036130.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124394.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036131.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124395.0','1045900.0','34',    '22','8','13117.7',    '20','6','10776.0',    '11','4','2341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036132.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124396.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036133.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124397.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036134.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124398.0','1045900.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036135.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124399.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036136.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124400.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036137.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124401.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036138.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124402.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036139.0','1020333.0','272',    '212','67','68865.33',    '202','32','44959.53',    '97','44','23905.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124403.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036140.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124404.0','1045900.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036141.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124405.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036142.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124406.0','1045900.0','22',    '14','5','7695.0',    '12','4','6695.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036143.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124407.0','1045900.0','1631',    '1302','375','441539.01',    '1228','210','310814.0',    '533','243','130725.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036144.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124408.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036145.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124409.0','1045900.0','384',    '281','111','129961.69',    '251','65','86592.19',    '141','74','43369.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036146.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124410.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036147.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124411.0','1045900.0','5009',    '3908','1534','1929697.13',    '3599','873','1340899.55',    '2103','1035','588797.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036148.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124412.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036149.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124413.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036150.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124414.0','1045900.0','4',    '3','1','1307.0',    '2','1','1307.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036151.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124415.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036152.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124416.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036153.0','1020333.0','110',    '89','17','19146.68',    '84','7','11377.18',    '37','13','7769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124417.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036154.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124418.0','1045900.0','43',    '31','6','10002.0',    '29','5','9002.0',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036155.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124419.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036156.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124420.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036157.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124421.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036158.0','1020333.0','2',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124422.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036159.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124423.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036160.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124424.0','1045900.0','902',    '716','306','501466.55',    '655','178','365770.27',    '400','201','135696.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036161.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124425.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036162.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124426.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036163.0','1020333.0','153',    '130','51','38390.0',    '127','9','15390.0',    '76','46','23000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124427.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036164.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124428.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036165.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124429.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036166.0','1020333.0','3736',    '2891','1105','1431353.44',    '2660','632','998039.56',    '1555','778','433313.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124430.0','1045900.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036167.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124431.0','1045900.0','3',    '3','1','341.7',    '0','0','0.0',    '3','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036168.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124432.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036169.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124433.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036170.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124434.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036171.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124435.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036172.0','1020333.0','1108',    '842','295','346966.61',    '785','171','253447.25',    '377','187','93519.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124436.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036173.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124437.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036174.0','1020333.0','2',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124438.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036175.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124439.0','1045900.0','11',    '10','5','4114.0',    '9','2','2614.0',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036176.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124440.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036177.0','1020333.0','565',    '443','197','244250.6',    '386','100','152324.5',    '303','146','91926.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124441.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036178.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124442.0','1045900.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036179.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124443.0','1045900.0','19',    '15','4','4114.0',    '15','2','2614.0',    '7','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036180.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124444.0','1045900.0','1',    '1','1','1093.2',    '1','1','1093.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036181.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124445.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036182.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124446.0','1045900.0','285',    '231','85','103290.2',    '223','30','67409.5',    '123','65','35880.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036183.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124447.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036184.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124448.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036185.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124449.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036186.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124450.0','1045900.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036187.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124451.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036188.0','1020333.0','56',    '45','17','10347.57',    '44','3','2847.57',    '23','15','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124452.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036189.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124453.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036190.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124454.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036191.0','1020333.0','17',    '13','6','5297.4',    '12','2','2614.0',    '10','5','2683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124455.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036192.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124456.0','1045900.0','15',    '11','5','5114.0',    '10','2','2614.0',    '7','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036193.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124457.0','1045900.0','2154',    '1682','509','723800.05',    '1529','253','493609.46',    '868','365','230190.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036194.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124458.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036195.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124459.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036196.0','1020333.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124460.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036197.0','1020333.0','94',    '77','26','31106.7',    '74','15','21765.0',    '31','18','9341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124461.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036198.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124462.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036199.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124463.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036200.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124464.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036201.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124465.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036202.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124466.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036203.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124467.0','1045900.0','21',    '17','7','6114.0',    '13','3','3614.0',    '9','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036204.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124468.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036205.0','1020333.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124469.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036206.0','1020333.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124470.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036207.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124471.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036208.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124472.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036209.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124473.0','1045900.0','2',    '2','1','1307.0',    '2','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036210.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124474.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036211.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124475.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036212.0','1020333.0','14',    '9','4','4114.0',    '9','2','2614.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124476.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036213.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124477.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036214.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124478.0','1045900.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036215.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124479.0','1045900.0','1794',    '1466','454','665448.32',    '1385','234','488855.62',    '635','300','176592.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036216.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124480.0','1045900.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036217.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124481.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036218.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124482.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036219.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124483.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036220.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124484.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036221.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124485.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036222.0','1020333.0','240',    '187','55','46264.5',    '179','14','21995.0',    '90','46','24269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124486.0','1045900.0','2',    '2','1','1807.0',    '2','1','1307.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036223.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124487.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036224.0','1020333.0','11368',    '8718','3357','4162967.63',    '7933','1980','2919022.95',    '4873','2229','1243944.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124488.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036225.0','1020333.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124489.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036226.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124490.0','1045900.0','7572',    '5963','2080','2645577.23',    '5517','1157','1865882.19',    '3047','1404','779695.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036227.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124491.0','1045900.0','339',    '258','81','83108.5',    '240','40','56925.11',    '123','53','26183.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036228.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124492.0','1045900.0','9053',    '7275','2737','3370817.98',    '6833','1585','2417003.58',    '3709','1802','953814.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036229.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124493.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036230.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124494.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036231.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124495.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036232.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124496.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036233.0','1020333.0','10',    '8','1','1307.0',    '8','1','1307.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124497.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036234.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124498.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036235.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124499.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036236.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124500.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036237.0','1020333.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124501.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036238.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124502.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036239.0','1020333.0','2',    '2','2','1807.0',    '2','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124503.0','1045900.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036240.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124504.0','1045900.0','50',    '47','22','15848.8',    '47','4','4921.0',    '26','19','10927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036241.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124505.0','1045900.0','34',    '25','5','5421.0',    '25','3','3921.0',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036242.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124506.0','1045900.0','690',    '529','176','215965.7',    '484','93','141990.0',    '276','124','73975.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036243.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124507.0','1045900.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036244.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124508.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036245.0','1020333.0','3873',    '3047','1238','1607823.47',    '2826','725','1166985.69',    '1671','818','440837.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124509.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036246.0','1020333.0','498',    '421','137','132162.6',    '401','45','76137.5',    '187','106','56025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124510.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036247.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124511.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036248.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124512.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036249.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124513.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036250.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124514.0','1045900.0','6784',    '5445','1691','1947653.9',    '5079','910','1350721.83',    '2574','1133','596932.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036251.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124515.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036252.0','1020333.0','2',    '1','1','5201.3',    '1','1','3273.5',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124516.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036253.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124517.0','1045900.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036254.0','1020333.0','33',    '24','7','14932.0',    '23','5','13432.0',    '11','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124518.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036255.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124519.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036256.0','1020333.0','3452',    '2712','889','1125060.68',    '2504','473','793832.31',    '1384','620','331228.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124520.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036257.0','1020333.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124521.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036258.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124522.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036259.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124523.0','1045900.0','31',    '20','10','11386.26',    '16','5','6535.0',    '12','6','4851.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036260.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124524.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036261.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124525.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036262.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124526.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036263.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124527.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036264.0','1020333.0','21',    '13','2','1807.0',    '10','1','1307.0',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124528.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036265.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124529.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036266.0','1020333.0','8323',    '6491','2558','3048599.27',    '5814','1242','1960459.57',    '4106','1935','1088139.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124530.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036267.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124531.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026442.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114706.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036268.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124532.0','1045900.0','6',    '6','1','1307.0',    '6','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036269.0','1020333.0','806',    '651','198','209482.21',    '618','99','140115.41',    '269','139','69366.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124533.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036270.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124534.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036271.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124535.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036272.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124536.0','1045900.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036273.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124537.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036274.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124538.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036275.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124539.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036276.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124540.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036277.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124541.0','1045900.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036278.0','1020333.0','2368',    '1911','738','982474.89',    '1777','355','639447.59',    '1088','542','343027.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124542.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036279.0','1020333.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124543.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036280.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124544.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036281.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124545.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036282.0','1020333.0','1',    '1','1','166.2',    '1','1','166.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124546.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036283.0','1020333.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124547.0','1045900.0','2101',    '1667','543','658293.6',    '1526','294','466315.0',    '871','374','191978.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036284.0','1020333.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124548.0','1045900.0','38',    '28','4','6229.2',    '28','4','5887.5',    '8','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036285.0','1020333.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124549.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036286.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124550.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036287.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124551.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036288.0','1020333.0','930',    '705','273','275512.11',    '623','121','159769.61',    '438','212','115742.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124552.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036289.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124553.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036290.0','1020333.0','27',    '21','10','9876.7',    '20','5','6535.0',    '11','7','3341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124554.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036291.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124555.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036292.0','1020333.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124556.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036293.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124557.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036294.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124558.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036295.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124559.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036296.0','1020333.0','17',    '13','3','4114.0',    '13','2','2614.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124560.0','1045900.0','8',    '6','2','1648.7',    '6','1','1307.0',    '4','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036297.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124561.0','1045900.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036298.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124562.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036299.0','1020333.0','2261',    '1717','724','838054.76',    '1532','360','530466.46',    '1080','539','307588.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124563.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036300.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124564.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036301.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124565.0','1045900.0','4',    '2','2','841.7',    '1','0','0.0',    '2','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036302.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124566.0','1045900.0','2008',    '1549','602','713059.5',    '1396','310','481588.5',    '885','431','231471.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036303.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124567.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036304.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124568.0','1045900.0','30',    '24','10','10535.0',    '20','5','6535.0',    '18','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036305.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124569.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036306.0','1020333.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124570.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036307.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124571.0','1045900.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036308.0','1020333.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124572.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036309.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124573.0','1045900.0','1724',    '1405','606','901703.06',    '1300','329','627842.36',    '854','429','273860.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036310.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124574.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036311.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124575.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036312.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124576.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036313.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124577.0','1045900.0','5',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036314.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124578.0','1045900.0','3',    '3','1','1807.0',    '3','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036315.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124579.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036316.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124580.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036317.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124581.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036318.0','1020333.0','1',    '1','1','3774.0',    '1','1','3774.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124582.0','1045900.0','189',    '141','34','48959.72',    '133','23','37031.92',    '46','20','11927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036319.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124583.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036320.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124584.0','1045900.0','1009',    '834','204','230879.9',    '790','97','151099.0',    '361','143','79780.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036321.0','1020333.0','4',    '3','2','1807.0',    '3','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124585.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036322.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124586.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036323.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124587.0','1045900.0','2',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036324.0','1020333.0','2',    '2','2','1807.0',    '2','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124588.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036325.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124589.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036326.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124590.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036327.0','1020333.0','3',    '3','1','2774.0',    '2','1','2774.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124591.0','1045900.0','9',    '8','4','6888.0',    '6','3','5388.0',    '7','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036328.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124592.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036329.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124593.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036330.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124594.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036331.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124595.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036332.0','1020333.0','4',    '3','2','2148.7',    '3','1','1307.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124596.0','1045900.0','32',    '26','14','18118.6',    '23','9','11763.0',    '14','7','6355.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036333.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124597.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036334.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124598.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036335.0','1020333.0','2400',    '1952','516','513435.13',    '1800','243','321745.23',    '874','373','191689.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124599.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036336.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124600.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036337.0','1020333.0','9',    '7','3','2307.0',    '6','1','1307.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124601.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026632.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114896.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036338.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124602.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036339.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124603.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036340.0','1020333.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124604.0','1045900.0','433',    '385','115','104470.19',    '365','30','53128.5',    '202','103','51341.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036341.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124605.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036342.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124606.0','1045900.0','3',    '3','1','500.0',    '2','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036343.0','1020333.0','2',    '1','1','5041.8',    '1','1','2614.0',    '1','1','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124607.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036344.0','1020333.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124608.0','1045900.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036345.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124609.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036346.0','1020333.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124610.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036347.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124611.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036348.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124612.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036349.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124613.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036350.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124614.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036351.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124615.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026482.0','1020333.0','5465',    '4201','1640','1946332.41',    '3811','998','1396641.61',    '2239','1066','549690.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114746.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036352.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124616.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036353.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124617.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036354.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124618.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036355.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124619.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036356.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124620.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036357.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124621.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036358.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124622.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036359.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124623.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036360.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124624.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036361.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124625.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036362.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124626.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036363.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124627.0','1045900.0','83',    '63','20','21684.0',    '56','12','15684.0',    '33','12','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036364.0','1020333.0','1816',    '1497','345','356148.6',    '1420','172','238084.5',    '588','229','118064.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124628.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036365.0','1020333.0','3',    '3','1','1807.0',    '3','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124629.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036366.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124630.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036367.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124631.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036368.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124632.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036369.0','1020333.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124633.0','1045900.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036370.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124634.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036371.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124635.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036372.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124636.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036373.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124637.0','1045900.0','2',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036374.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124638.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036375.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124639.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036376.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124640.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036377.0','1020333.0','3',    '2','1','1807.0',    '2','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124641.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036378.0','1020333.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124642.0','1045900.0','2700',    '2190','587','626075.31',    '2045','284','402259.5',    '1014','429','223815.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036379.0','1020333.0','2',    '2','1','8087.8',    '2','1','5660.0',    '1','1','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124643.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036380.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124644.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036381.0','1020333.0','8675',    '6817','2541','3041202.19',    '6182','1333','2048560.1',    '3884','1829','992642.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124645.0','1045900.0','5208',    '4152','1226','1323799.39',    '3882','624','895751.69',    '1861','841','428047.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036382.0','1020333.0','2921',    '2196','892','1117826.27',    '2013','526','787233.17',    '1165','576','330593.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124646.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036383.0','1020333.0','46',    '36','22','35106.5',    '35','20','28106.5',    '22','14','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124647.0','1045900.0','1412',    '1146','370','457531.9',    '1084','223','332353.5',    '573','241','125178.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036384.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124648.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036385.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124649.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036386.0','1020333.0','9302',    '7524','2934','3902590.86',    '7032','1641','2759899.56',    '3927','2016','1142691.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124650.0','1045900.0','1',    '1','1','5100.0',    '1','0','0.0',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036387.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124651.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036388.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124652.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036389.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124653.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036390.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124654.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036391.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124655.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036392.0','1020333.0','25',    '21','4','5728.0',    '20','4','5228.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124656.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036393.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124657.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036394.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124658.0','1045900.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036395.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124659.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036396.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124660.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036397.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124661.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036398.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124662.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036399.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124663.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036400.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124664.0','1045900.0','3076',    '2357','854','1035380.53',    '2130','522','749420.24',    '1220','541','285960.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036401.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124665.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036402.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124666.0','1045900.0','64',    '40','11','11649.0',    '38','7','9149.0',    '17','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026498.0','1020333.0','94',    '77','19','18927.0',    '76','11','14427.0',    '25','9','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114762.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036403.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124667.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036404.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124668.0','1045900.0','3249',    '2717','745','846150.27',    '2621','377','592241.37',    '1076','498','253908.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036405.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124669.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036406.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124670.0','1045900.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036407.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124671.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036408.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124672.0','1045900.0','8682',    '6759','2555','2997016.95',    '6144','1343','2032821.54',    '3706','1806','964195.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036409.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124673.0','1045900.0','488',    '380','136','167743.55',    '348','66','114065.15',    '206','95','53678.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036410.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124674.0','1045900.0','5',    '4','2','2307.0',    '3','1','1307.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036411.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124675.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036412.0','1020333.0','4073',    '3242','1014','1136894.44',    '3050','541','779435.14',    '1484','686','357459.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124676.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036413.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124677.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036414.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124678.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036415.0','1020333.0','3',    '3','1','1307.0',    '3','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124679.0','1045900.0','6',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036416.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124680.0','1045900.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036417.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124681.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036418.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124682.0','1045900.0','768',    '638','168','174459.6',    '603','84','121934.5',    '273','106','52525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036419.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124683.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036420.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124684.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036421.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124685.0','1045900.0','654',    '497','267','325976.7',    '441','160','214020.5',    '330','199','111956.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036422.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124686.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036423.0','1020333.0','4',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124687.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036424.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124688.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026418.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114682.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036425.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124689.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036426.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124690.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036427.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124691.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036428.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124692.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036429.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124693.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036430.0','1020333.0','39',    '33','11','30551.8',    '33','8','25624.0',    '8','6','4927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124694.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036431.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124695.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036432.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124696.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036433.0','1020333.0','2',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124697.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036434.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124698.0','1045900.0','2',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036435.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124699.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036436.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124700.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036437.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124701.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036438.0','1020333.0','1',    '1','1','2774.0',    '1','1','2774.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124702.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036439.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124703.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036440.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124704.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036441.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124705.0','1045900.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036442.0','1020333.0','2336',    '1734','604','707465.2',    '1603','369','522687.0',    '813','368','184778.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124706.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036443.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124707.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036444.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124708.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036445.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124709.0','1045900.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036446.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124710.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036447.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124711.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036448.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124712.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036449.0','1020333.0','3118',    '2386','768','849709.01',    '2163','359','561251.42',    '1252','559','288457.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124713.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036450.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124714.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036451.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124715.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036452.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124716.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036453.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124717.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036454.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124718.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036455.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124719.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036456.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124720.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036457.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124721.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036458.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124722.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036459.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124723.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026681.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114945.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036460.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124724.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036461.0','1020333.0','375',    '284','78','128653.0',    '257','43','98677.5',    '159','53','29975.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124725.0','1045900.0','2',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036462.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124726.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036463.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124727.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036464.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124728.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036465.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124729.0','1045900.0','4150',    '3354','1143','1493113.83',    '3175','667','1083987.34',    '1493','720','409126.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036466.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124730.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036467.0','1020333.0','3',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124731.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036468.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124732.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036469.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124733.0','1045900.0','2',    '2','1','1307.0',    '2','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036470.0','1020333.0','1359',    '1084','334','376454.77',    '994','184','261721.18',    '513','230','114733.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124734.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036471.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124735.0','1045900.0','781',    '601','204','241440.1',    '563','105','173648.0',    '309','129','67792.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036472.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124736.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036473.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124737.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036474.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124738.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036475.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124739.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036476.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124740.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036477.0','1020333.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124741.0','1045900.0','8324',    '6422','2398','2784076.65',    '5906','1295','1928592.85',    '3540','1649','855483.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036478.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124742.0','1045900.0','1255',    '941','354','404573.24',    '856','200','270966.84',    '523','235','133606.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036479.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124743.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036480.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124744.0','1045900.0','12',    '11','5','4614.0',    '10','2','2614.0',    '7','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036481.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124745.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036482.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124746.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036483.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124747.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036484.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124748.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036485.0','1020333.0','328',    '264','92','148236.69',    '257','52','121695.0',    '108','54','26541.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124749.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036486.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124750.0','1045900.0','1118',    '871','329','370509.79',    '832','199','266651.09',    '402','198','103858.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036487.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124751.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036488.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124752.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036489.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124753.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036490.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124754.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036491.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124755.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036492.0','1020333.0','29',    '18','7','7069.7',    '17','4','5228.0',    '9','4','1841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124756.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036493.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124757.0','1045900.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036494.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124758.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036495.0','1020333.0','269',    '224','78','101381.05',    '217','36','75497.67',    '106','51','25883.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124759.0','1045900.0','24',    '21','5','5614.0',    '21','3','3614.0',    '10','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036496.0','1020333.0','11',    '7','5','6581.0',    '7','2','4081.0',    '5','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124760.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026406.0','1020333.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114670.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036497.0','1020333.0','43',    '40','9','9535.0',    '39','6','7535.0',    '16','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124761.0','1045900.0','4296',    '3323','1399','1748705.68',    '2965','685','1132860.46',    '2163','1087','615845.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036498.0','1020333.0','14',    '10','4','2807.0',    '7','1','1307.0',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124762.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036499.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124763.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036500.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124764.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036501.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124765.0','1045900.0','6701',    '5281','1721','2082244.59',    '4845','909','1477328.5',    '2622','1144','604916.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036502.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124766.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036503.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124767.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036504.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124768.0','1045900.0','7',    '4','1','2756.0',    '3','1','2756.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036505.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124769.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036506.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124770.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036507.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124771.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036508.0','1020333.0','5',    '5','2','3615.7',    '5','1','2774.0',    '4','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124772.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036509.0','1020333.0','122',    '97','28','37874.8',    '94','20','27447.0',    '38','18','10427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124773.0','1045900.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036510.0','1020333.0','147',    '118','38','48942.1',    '115','21','37917.0',    '50','23','11025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124774.0','1045900.0','7559',    '5775','2407','2958580.2',    '5195','1214','1923868.98',    '3612','1809','1034711.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026522.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114786.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036511.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124775.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026527.0','1020333.0','5140',    '3993','1355','1627105.42',    '3649','769','1141722.91',    '2044','889','485382.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114791.0','1045900.0','517',    '429','139','155409.41',    '400','85','112567.71',    '177','86','42841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036512.0','1020333.0','2',    '2','2','2307.0',    '2','1','1307.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124776.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036513.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124777.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036514.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124778.0','1045900.0','33',    '25','8','7279.0',    '25','3','4279.0',    '12','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036515.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124779.0','1045900.0','356',    '303','75','59637.2',    '289','18','23526.0',    '136','70','36111.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036516.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124780.0','1045900.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026788.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2115052.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026649.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114913.0','1045900.0','4',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036517.0','1020333.0','83',    '58','13','11683.7',    '49','6','7842.0',    '37','8','3841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124781.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036518.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124782.0','1045900.0','3800',    '3006','1156','1189842.01',    '2754','661','804321.44',    '1573','742','385520.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036519.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124783.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036520.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124784.0','1045900.0','1268',    '953','395','381556.88',    '815','246','253080.78',    '553','244','128476.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036521.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124785.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036522.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124786.0','1045900.0','88',    '72','20','10490.4',    '66','1','1307.0',    '46','19','9183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036523.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124787.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036524.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124788.0','1045900.0','3775',    '3036','1253','1536618.21',    '2813','701','1057628.51',    '1701','867','478989.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036525.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124789.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036526.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124790.0','1045900.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036527.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124791.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036528.0','1020333.0','1850',    '1491','429','448690.7',    '1402','192','286243.5',    '706','318','162447.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124792.0','1045900.0','769',    '571','216','238319.79',    '519','132','174111.29',    '280','129','64208.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036529.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124793.0','1045900.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036530.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124794.0','1045900.0','151',    '113','33','27069.5',    '108','11','13569.5',    '64','27','13500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036531.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124795.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036532.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124796.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036533.0','1020333.0','200',    '153','37','49294.59',    '141','20','30178.89',    '76','25','19115.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124797.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036534.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124798.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036535.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124799.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036536.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124800.0','1045900.0','1',    '1','1','499.5',    '1','1','499.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036537.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124801.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036538.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124802.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036539.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124803.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036540.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124804.0','1045900.0','2116',    '1675','418','427289.67',    '1563','195','273858.78',    '749','299','153430.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036541.0','1020333.0','4',    '4','2','2769.5',    '3','0','0.0',    '4','2','2769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124805.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036542.0','1020333.0','110',    '86','24','20263.0',    '80','9','11763.0',    '36','17','8500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124806.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036543.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124807.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036544.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124808.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036545.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124809.0','1045900.0','3',    '3','1','341.7',    '2','0','0.0',    '3','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036546.0','1020333.0','242',    '181','72','91493.38',    '164','51','70198.78',    '83','40','21294.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124810.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036547.0','1020333.0','392',    '292','92','95250.68',    '254','39','59569.78',    '172','67','35680.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124811.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026518.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114782.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026712.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114976.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036548.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124812.0','1045900.0','2898',    '2298','838','1078609.17',    '2106','477','784325.57',    '1177','553','294283.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026728.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114992.0','1045900.0','807',    '696','190','144733.0',    '663','44','59524.5',    '326','172','85208.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036549.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124813.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036550.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124814.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036551.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124815.0','1045900.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036552.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124816.0','1045900.0','701',    '567','194','182818.6',    '536','128','129043.5',    '229','106','53775.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036553.0','1020333.0','795',    '669','247','398553.67',    '630','139','301844.37',    '331','162','96709.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124817.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036554.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124818.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036555.0','1020333.0','1',    '1','1','841.2',    '1','1','499.5',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124819.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036556.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124820.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036557.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124821.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036558.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124822.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036559.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124823.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036560.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124824.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036561.0','1020333.0','2',    '2','1','1770.0',    '2','1','1770.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124825.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036562.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124826.0','1045900.0','61',    '47','16','10920.5',    '47','4','4420.5',    '20','13','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036563.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124827.0','1045900.0','3719',    '2980','997','1174662.47',    '2804','573','836950.17',    '1347','647','337712.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026599.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114863.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036564.0','1020333.0','535',    '391','148','142040.3',    '332','104','101945.5',    '204','80','40094.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124828.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036565.0','1020333.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124829.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036566.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124830.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036567.0','1020333.0','197',    '168','47','52138.88',    '161','28','38255.5',    '64','28','13883.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124831.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036568.0','1020333.0','3',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124832.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036569.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124833.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036570.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124834.0','1045900.0','14',    '13','2','1756.0',    '13','2','1756.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036571.0','1020333.0','4090',    '3248','1347','1738636.45',    '3028','733','1215530.63',    '1828','925','523105.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124835.0','1045900.0','9',    '6','2','1000.0',    '6','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036572.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124836.0','1045900.0','2463',    '1922','628','757703.77',    '1787','344','551807.98',    '873','388','205895.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036573.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124837.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036574.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124838.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036575.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124839.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036576.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124840.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036577.0','1020333.0','362',    '291','91','130202.56',    '275','56','94065.96',    '122','53','36136.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124841.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036578.0','1020333.0','2',    '2','1','1307.0',    '2','1','1307.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124842.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036579.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124843.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036580.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124844.0','1045900.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036581.0','1020333.0','5',    '5','1','500.0',    '5','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124845.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036582.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124846.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036583.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124847.0','1045900.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036584.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124848.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036585.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124849.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036586.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124850.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036587.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124851.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036588.0','1020333.0','68',    '47','9','8768.0',    '45','7','6268.0',    '14','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124852.0','1045900.0','1153',    '882','389','382638.21',    '789','267','260785.42',    '469','222','121852.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036589.0','1020333.0','10',    '10','4','3256.0',    '10','2','1756.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124853.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036590.0','1020333.0','375',    '308','115','191599.2',    '284','60','141140.5',    '176','83','50458.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124854.0','1045900.0','396',    '318','117','112780.68',    '292','80','77230.5',    '150','71','35550.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036591.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124855.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036592.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124856.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036593.0','1020333.0','2',    '2','1','841.7',    '2','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124857.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036594.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124858.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036595.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124859.0','1045900.0','1',    '1','1','1378.0',    '1','1','878.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036596.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124860.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036597.0','1020333.0','2',    '2','1','766.0',    '2','1','766.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124861.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036598.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124862.0','1045900.0','1482',    '1216','414','798567.94',    '1147','221','614976.6',    '603','302','183591.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036599.0','1020333.0','17',    '16','2','1878.0',    '13','1','878.0',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124863.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036600.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124864.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036601.0','1020333.0','2',    '2','1','878.0',    '1','1','878.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124865.0','1045900.0','19',    '14','5','4627.5',    '13','3','3627.5',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036602.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124866.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036603.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124867.0','1045900.0','27',    '24','6','5894.97',    '23','3','4754.98',    '8','3','1139.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036604.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124868.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036605.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124869.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036606.0','1020333.0','889',    '736','229','200922.39',    '667','101','107969.5',    '408','183','92952.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124870.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036607.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124871.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036608.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124872.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036609.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124873.0','1045900.0','230',    '173','87','79559.0',    '158','53','53081.0',    '96','52','26478.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036610.0','1020333.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124874.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036611.0','1020333.0','8',    '5','1','766.0',    '5','1','766.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124875.0','1045900.0','883',    '704','278','247372.94',    '648','175','172664.45',    '332','151','74708.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036612.0','1020333.0','597',    '459','173','176780.0',    '415','109','122593.5',    '241','104','54186.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124876.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036613.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124877.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036614.0','1020333.0','4',    '4','1','1307.0',    '3','1','1307.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124878.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036615.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124879.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036616.0','1020333.0','5',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124880.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036617.0','1020333.0','1732',    '1370','574','755569.37',    '1280','396','489946.58',    '678','342','265622.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124881.0','1045900.0','1058',    '809','319','457786.7',    '761','210','358258.19',    '362','162','99528.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036618.0','1020333.0','2',    '2','1','841.7',    '2','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124882.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036619.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124883.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036620.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124884.0','1045900.0','1346',    '1037','423','445567.92',    '945','295','319838.74',    '504','234','125729.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036621.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124885.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036622.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124886.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036623.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124887.0','1045900.0','15',    '12','5','7663.5',    '9','4','4894.0',    '8','3','2769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036624.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124888.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036625.0','1020333.0','375',    '317','64','47213.5',    '297','19','21963.5',    '141','51','25250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124889.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036626.0','1020333.0','178',    '143','42','33877.0',    '135','11','14377.0',    '70','39','19500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124890.0','1045900.0','886',    '678','258','316888.15',    '598','150','216315.36',    '371','153','100572.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036627.0','1020333.0','795',    '567','187','242927.39',    '529','131','195244.0',    '222','95','47683.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124891.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036628.0','1020333.0','1279',    '991','325','349854.52',    '916','223','256706.82',    '393','172','93147.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124892.0','1045900.0','2',    '2','1','766.0',    '1','1','766.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036629.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124893.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036630.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124894.0','1045900.0','1018',    '854','282','511953.38',    '810','153','384786.94',    '423','187','127166.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036631.0','1020333.0','3',    '2','1','1807.0',    '2','1','1307.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124895.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036632.0','1020333.0','494',    '344','126','160726.3',    '328','86','124320.5',    '135','67','36405.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124896.0','1045900.0','1',    '1','1','766.0',    '1','1','766.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036633.0','1020333.0','7',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124897.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036634.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124898.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036635.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124899.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036636.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124900.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036637.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124901.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036638.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124902.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036639.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124903.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036640.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124904.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026523.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114787.0','1045900.0','1',    '1','1','499.5',    '1','1','499.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036641.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124905.0','1045900.0','5',    '2','1','2938.0',    '2','1','2938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036642.0','1020333.0','1',    '1','1','1307.0',    '1','1','1307.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124906.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036643.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124907.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036644.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124908.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036645.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124909.0','1045900.0','480',    '383','139','126885.2',    '357','81','78485.0',    '185','87','48400.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036646.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124910.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036647.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124911.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036648.0','1020333.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124912.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036649.0','1020333.0','986',    '739','305','299811.27',    '663','186','189316.43',    '415','202','110494.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124913.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036650.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124914.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036651.0','1020333.0','1118',    '842','340','366370.78',    '746','228','235061.3',    '450','212','131309.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124915.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036652.0','1020333.0','1564',    '1162','476','443868.96',    '1059','327','312507.19',    '547','255','131361.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124916.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036653.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124917.0','1045900.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036654.0','1020333.0','1294',    '948','364','365942.93',    '869','250','257032.56',    '475','195','108910.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124918.0','1045900.0','156',    '102','44','40379.68',    '86','31','27538.0',    '59','26','12841.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036655.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124919.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036656.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124920.0','1045900.0','15',    '10','4','2766.0',    '6','1','766.0',    '9','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036657.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124921.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036658.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124922.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036659.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124923.0','1045900.0','1499',    '1131','490','523078.11',    '1021','350','389228.91',    '578','238','133849.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036660.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124924.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036661.0','1020333.0','514',    '412','175','201199.78',    '386','123','143094.0',    '199','91','58105.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124925.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036662.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124926.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036663.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124927.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036664.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124928.0','1045900.0','1',    '1','1','1266.0',    '1','1','766.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036665.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124929.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036666.0','1020333.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124930.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036667.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124931.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036668.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124932.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036669.0','1020333.0','1122',    '862','318','675535.1',    '798','212','516399.4',    '398','184','159135.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124933.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026408.0','1020333.0','1',    '1','1','1500.0',    '1','1','1000.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114672.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036670.0','1020333.0','1',    '1','1','16700.0',    '1','1','16700.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124934.0','1045900.0','1178',    '961','293','566958.45',    '934','159','440032.97',    '353','194','126925.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036671.0','1020333.0','5382',    '4633','1951','3564761.03',    '4269','997','2544415.88',    '3127','1519','1020345.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124935.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026663.0','1020333.0','11',    '9','1','500.0',    '7','0','0.0',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114927.0','1045900.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036672.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124936.0','1045900.0','123',    '100','44','72459.49',    '93','34','61190.0',    '45','19','11269.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036673.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124937.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036674.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124938.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036675.0','1020333.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124939.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036676.0','1020333.0','179',    '150','85','743479.6',    '148','77','659115.1',    '94','51','84364.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124940.0','1045900.0','1',    '1','1','1938.0',    '1','1','1938.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036677.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124941.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036678.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124942.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036679.0','1020333.0','2',    '2','1','969.0',    '2','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124943.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036680.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124944.0','1045900.0','1',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036681.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124945.0','1045900.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036682.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124946.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036683.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124947.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036684.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124948.0','1045900.0','107',    '89','38','44500.9',    '83','24','33817.5',    '41','21','10683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036685.0','1020333.0','2602',    '2164','497','930058.76',    '2142','225','686282.87',    '702','340','243775.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124949.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036686.0','1020333.0','272',    '240','68','62193.39',    '228','27','34010.0',    '119','56','28183.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124950.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036687.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124951.0','1045900.0','1',    '1','1','499.5',    '1','1','499.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036688.0','1020333.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124952.0','1045900.0','2291',    '1764','552','591222.24',    '1586','255','361390.83',    '923','422','229831.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036689.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124953.0','1045900.0','8',    '6','2','2195.0',    '6','1','1195.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036690.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124954.0','1045900.0','234',    '183','77','539577.7',    '178','62','500919.0',    '73','35','38658.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026650.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114914.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036691.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124955.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036692.0','1020333.0','5008',    '4013','1583','5429043.03',    '3734','1034','4553304.06',    '1923','1006','875738.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124956.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036693.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124957.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036694.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124958.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036695.0','1020333.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124959.0','1045900.0','7',    '3','1','1938.0',    '3','1','1938.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036696.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124960.0','1045900.0','11',    '9','5','42801.8',    '8','5','40374.0',    '6','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036697.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124961.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036698.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124962.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036699.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124963.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036700.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124964.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036701.0','1020333.0','6',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124965.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036702.0','1020333.0','5',    '4','2','1969.0',    '4','1','969.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124966.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036703.0','1020333.0','7',    '4','3','2907.0',    '4','3','2907.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124967.0','1045900.0','2',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036704.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124968.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036706.0','1020333.0','1',    '1','1','1000.0',    '1','1','1000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124970.0','1045900.0','2400',    '1913','664','1215553.71',    '1793','391','963756.58',    '889','432','251797.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036707.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124971.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036708.0','1020333.0','3283',    '2567','833','1199570.66',    '2342','420','848474.14',    '1259','582','351096.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124972.0','1045900.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036709.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124973.0','1045900.0','31',    '24','13','17381.0',    '23','8','14381.0',    '11','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036710.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124974.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026634.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114898.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036711.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124975.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036712.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036713.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124977.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036714.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124978.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036715.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124979.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036716.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124980.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036717.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124981.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036718.0','1020333.0','1',    '1','1','1195.0',    '1','1','1195.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124982.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036719.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124983.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036720.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124984.0','1045900.0','1',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036721.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124985.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036722.0','1020333.0','1',    '1','1','29721.91',    '1','1','28440.0',    '1','1','1281.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124986.0','1045900.0','8',    '6','2','1000.0',    '6','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036723.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124987.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036724.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124988.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036725.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124989.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036726.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124990.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036727.0','1020333.0','24',    '17','6','17217.7',    '17','4','15876.0',    '4','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124991.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036728.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124992.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036729.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124993.0','1045900.0','91',    '84','28','108395.86',    '82','20','92364.96',    '53','20','16030.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026572.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114836.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036730.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124994.0','1045900.0','316',    '242','140','1479166.38',    '236','123','1296276.58',    '144','84','182889.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036731.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124995.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036732.0','1020333.0','9',    '9','3','2469.0',    '8','1','969.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124996.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036733.0','1020333.0','107',    '91','30','73138.7',    '86','8','60297.0',    '43','25','12841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124997.0','1045900.0','214',    '190','51','67532.05',    '186','23','50165.25',    '72','35','17366.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036734.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124998.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036735.0','1020333.0','2',    '2','1','1195.0',    '2','1','1195.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2124999.0','1045900.0','9071',    '7719','2905','3266572.92',    '7288','1490','2134779.72',    '4109','2063','1131793.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036736.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125000.0','1045900.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026683.0','1020333.0','2507',    '1950','802','1056070.61',    '1750','422','683570.62',    '1148','572','372499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114947.0','1045900.0','128',    '98','44','113843.15',    '89','33','86406.85',    '49','20','27436.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036737.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125001.0','1045900.0','13',    '10','4','19145.0',    '10','3','18145.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036738.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125002.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036739.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125003.0','1045900.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036740.0','1020333.0','2',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125004.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036741.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125005.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036742.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125006.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036743.0','1020333.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036744.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125008.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036745.0','1020333.0','5922',    '4988','2023','3436720.55',    '4766','1213','2638871.82',    '2536','1414','797848.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125009.0','1045900.0','4',    '3','2','1240.0',    '2','1','740.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036746.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125010.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036747.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125011.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036748.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125012.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036749.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125013.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036750.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125014.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036751.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125015.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036752.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125016.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026665.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114929.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036753.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125017.0','1045900.0','1',    '1','1','1195.0',    '1','1','1195.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036754.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125018.0','1045900.0','2332',    '1967','662','795845.57',    '1889','324','537031.11',    '873','474','258814.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036755.0','1020333.0','5',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125019.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036756.0','1020333.0','1',    '1','1','740.0',    '1','1','740.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125020.0','1045900.0','1',    '1','1','499.5',    '1','1','499.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036757.0','1020333.0','36',    '27','4','2980.0',    '24','2','1480.0',    '12','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125021.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036758.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125022.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036759.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125023.0','1045900.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036760.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125024.0','1045900.0','311',    '260','105','326011.46',    '241','70','272913.76',    '151','67','53097.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036761.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125025.0','1045900.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036762.0','1020333.0','16',    '11','2','1993.2',    '11','2','1151.5',    '3','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125026.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036763.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125027.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036764.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125028.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036765.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125029.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036766.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125030.0','1045900.0','3270',    '2791','945','1936129.78',    '2721','511','1563156.95',    '1163','628','372972.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036767.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125031.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036768.0','1020333.0','584',    '429','221','218100.4',    '395','138','136407.5',    '236','142','81692.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125032.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036769.0','1020333.0','1234',    '979','338','331397.8',    '883','140','179488.5',    '522','262','151909.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125033.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026556.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114820.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036770.0','1020333.0','1',    '1','1','4092.3',    '1','1','2164.5',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125034.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026500.0','1020333.0','9',    '8','6','28734.5',    '8','4','27234.5',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114764.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125035.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036772.0','1020333.0','2442',    '2047','775','887045.15',    '1933','445','602008.67',    '989','532','285036.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125036.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036773.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125037.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036774.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125038.0','1045900.0','1831',    '1563','595','866717.51',    '1511','291','601225.41',    '786','435','265492.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036775.0','1020333.0','1',    '1','1','740.0',    '1','1','740.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125039.0','1045900.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036776.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125040.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036777.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125041.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036778.0','1020333.0','1',    '1','1','1173.0',    '1','1','673.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125042.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036779.0','1020333.0','157',    '123','58','117213.3',    '111','31','96599.0',    '69','36','20614.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125043.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036780.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125044.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036781.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125045.0','1045900.0','4',    '4','1','19140.0',    '4','1','19140.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036782.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125046.0','1045900.0','2468',    '1774','683','648839.83',    '1560','387','406338.68',    '1022','448','242501.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036783.0','1020333.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125047.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036784.0','1020333.0','21',    '15','8','8105.4',    '14','4','3652.5',    '8','5','4452.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125048.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026786.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2115050.0','1045900.0','4124',    '3488','1379','1577374.24',    '3319','861','1110879.72',    '1656','915','466494.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036785.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125049.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036786.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125050.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036787.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125051.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036788.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125052.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036789.0','1020333.0','30',    '22','4','2645.7',    '19','2','1304.0',    '10','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125053.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036790.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125054.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036791.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125055.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036792.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125056.0','1045900.0','3957',    '3378','1264','2643350.39',    '3295','664','2046329.81',    '1650','930','597020.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036793.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125057.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026519.0','1020333.0','1',    '1','1','1240.0',    '1','1','740.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114783.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036794.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125058.0','1045900.0','1598',    '1322','536','685073.58',    '1264','217','420199.98',    '705','418','264873.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036795.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125059.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036796.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125060.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036797.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125061.0','1045900.0','3',    '1','1','740.0',    '1','1','740.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036798.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125062.0','1045900.0','3',    '3','1','1695.0',    '3','1','1195.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036799.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125063.0','1045900.0','1',    '1','1','1195.0',    '1','1','1195.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036800.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125064.0','1045900.0','1',    '1','1','2372.0',    '1','1','2372.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036801.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125065.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036802.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125066.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036803.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125067.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036804.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125068.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036805.0','1020333.0','7659',    '6816','1824','2145387.88',    '6629','828','1439646.67',    '2973','1329','705741.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125069.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036806.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125070.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036807.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125071.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036808.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125072.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036809.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125073.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036810.0','1020333.0','6269',    '5233','2109','4336946.68',    '5025','1234','3282830.38',    '2570','1455','1054116.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125074.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036811.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125075.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036812.0','1020333.0','1149',    '870','360','461857.44',    '809','229','346172.05',    '425','211','115685.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125076.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026446.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114710.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036813.0','1020333.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125077.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036814.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125078.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026790.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2115054.0','1045900.0','5',    '3','1','673.0',    '2','1','673.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036815.0','1020333.0','1',    '1','1','673.0',    '1','1','673.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125079.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036816.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125080.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036817.0','1020333.0','22',    '9','4','3713.2',    '9','1','1871.5',    '6','4','1841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125081.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036818.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125082.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036819.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125083.0','1045900.0','1',    '1','1','19639.5',    '1','1','19639.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036820.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125084.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036821.0','1020333.0','4065',    '3520','1567','2965069.01',    '3327','891','2256726.11',    '2040','1073','708342.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125085.0','1045900.0','2',    '2','1','1173.0',    '2','1','673.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036822.0','1020333.0','8',    '3','2','4141.0',    '3','1','1871.5',    '2','2','2269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125086.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026557.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114821.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036823.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125087.0','1045900.0','4956',    '4292','1378','1533007.32',    '4125','704','1015717.96',    '1869','948','517289.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036824.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125088.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036825.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125089.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036826.0','1020333.0','79',    '61','14','9440.0',    '56','6','4440.0',    '31','10','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125090.0','1045900.0','1694',    '1256','478','627592.95',    '1139','294','463539.28',    '651','281','164053.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036827.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125091.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036828.0','1020333.0','1250',    '924','419','598132.47',    '844','250','413269.4',    '505','280','184863.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125092.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036829.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125093.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036830.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125094.0','1045900.0','5013',    '4175','1502','2109571.62',    '3972','779','1482644.69',    '2112','1092','626926.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036831.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125095.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036832.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125096.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036833.0','1020333.0','13',    '11','6','6085.0',    '9','3','3585.0',    '9','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125097.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036834.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125098.0','1045900.0','26',    '20','5','4726.14',    '18','2','2726.14',    '7','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036835.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125099.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036836.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125100.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036837.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125101.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036838.0','1020333.0','5',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125102.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036839.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125103.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036840.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125104.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036841.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125105.0','1045900.0','4309',    '3810','1205','1669451.88',    '3683','607','1187326.95',    '1711','830','482124.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036842.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125106.0','1045900.0','32',    '26','13','88842.0',    '25','8','81242.0',    '14','6','7600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036843.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125107.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036844.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125108.0','1045900.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036845.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125109.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036846.0','1020333.0','8',    '7','4','4907.0',    '7','3','2907.0',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125110.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036847.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125111.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036848.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125112.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036849.0','1020333.0','57',    '42','10','9345.0',    '37','5','4845.0',    '22','9','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125113.0','1045900.0','1109',    '872','310','329425.9',    '799','144','203686.5',    '472','224','125739.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036850.0','1020333.0','9118',    '7526','3434','5694736.28',    '6983','1871','4129667.4',    '4625','2469','1565068.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125114.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036851.0','1020333.0','291',    '261','75','123269.32',    '241','27','91068.92',    '134','55','32200.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125115.0','1045900.0','385',    '306','104','174587.2',    '279','58','133289.5',    '155','77','41297.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036852.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125116.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036853.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125117.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036854.0','1020333.0','3971',    '3136','1305','1953785.56',    '2866','700','1277369.8',    '1790','934','676415.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125118.0','1045900.0','38',    '23','13','9845.0',    '22','4','4845.0',    '15','10','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036855.0','1020333.0','3678',    '2910','956','928548.6',    '2639','430','545673.81',    '1552','735','382874.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125119.0','1045900.0','2473',    '1943','631','860761.67',    '1757','235','549954.48',    '1048','501','310807.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036856.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125120.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036857.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125121.0','1045900.0','5426',    '4216','1688','1807964.09',    '3767','874','1070213.87',    '2574','1232','737750.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036858.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125122.0','1045900.0','1883',    '1483','575','878089.86',    '1354','321','642643.87',    '798','399','235445.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036859.0','1020333.0','16',    '13','3','2938.0',    '12','2','1938.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125123.0','1045900.0','910',    '724','305','413009.74',    '665','138','269436.54',    '454','240','143573.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036860.0','1020333.0','1503',    '1231','353','468899.45',    '1161','185','337999.06',    '510','235','130900.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125124.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036861.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125125.0','1045900.0','3633',    '2777','1019','1154403.04',    '2506','505','735500.86',    '1635','774','418902.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036862.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125126.0','1045900.0','1367',    '1054','298','343016.77',    '979','107','210372.0',    '490','233','132644.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036863.0','1020333.0','385',    '283','99','80263.8',    '254','30','36730.0',    '182','82','43533.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125127.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036864.0','1020333.0','501',    '380','138','114762.38',    '339','55','59645.4',    '237','114','55116.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125128.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036865.0','1020333.0','1',    '1','1','969.0',    '1','1','969.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125129.0','1045900.0','1182',    '966','313','441290.93',    '902','175','327734.73',    '446','196','113556.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036866.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125130.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036867.0','1020333.0','5',    '3','2','1969.0',    '3','1','969.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125131.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036868.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125132.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036869.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125133.0','1045900.0','2432',    '1985','780','1025033.88',    '1864','426','714904.1',    '1045','548','310129.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036870.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125134.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036871.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125135.0','1045900.0','4154',    '3439','1350','1588725.35',    '3154','572','908994.89',    '2201','1080','679730.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036872.0','1020333.0','2',    '2','1','969.0',    '2','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125136.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036873.0','1020333.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125137.0','1045900.0','10591',    '8643','3870','5780939.13',    '7932','1868','3823200.89',    '5734','3004','1957738.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036874.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125138.0','1045900.0','3493',    '2785','1186','1596716.44',    '2519','581','1051861.84',    '1774','881','544854.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036875.0','1020333.0','7',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125139.0','1045900.0','2679',    '2111','706','823778.06',    '1942','348','535160.29',    '1110','535','288617.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036876.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125140.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036877.0','1020333.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125141.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036878.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125142.0','1045900.0','1447',    '1174','361','682435.75',    '1103','151','525188.27',    '523','271','157247.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036879.0','1020333.0','3670',    '2905','867','787284.0',    '2643','305','412885.73',    '1513','717','374398.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125143.0','1045900.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036880.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125144.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036881.0','1020333.0','1504',    '1175','373','267350.88',    '1085','82','105772.5',    '619','324','161578.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125145.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036882.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125146.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036883.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125147.0','1045900.0','10255',    '8070','3182','4169049.76',    '7386','1639','2886581.37',    '4373','2248','1282468.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036884.0','1020333.0','11394',    '8834','3599','5115576.04',    '7956','1781','3424409.89',    '5443','2668','1691166.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125148.0','1045900.0','13',    '10','2','1000.0',    '8','0','0.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036885.0','1020333.0','3',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125149.0','1045900.0','2939',    '2119','761','646334.24',    '1875','290','323108.55',    '1236','614','323225.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036886.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125150.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036887.0','1020333.0','4205',    '3289','1378','1864775.29',    '2917','712','1210053.92',    '1990','1001','654721.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125151.0','1045900.0','7881',    '6222','2157','2286778.97',    '5596','1031','1424926.68',    '3509','1622','861852.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036888.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125152.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036889.0','1020333.0','1',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125153.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036890.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125154.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036891.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125155.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036892.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125156.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036893.0','1020333.0','4',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125157.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036894.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125158.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036895.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125159.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036896.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125160.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036897.0','1020333.0','890',    '753','212','221473.07',    '723','82','125420.37',    '316','173','96052.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125161.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036898.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125162.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036899.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125163.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036900.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125164.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036901.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125165.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036902.0','1020333.0','9',    '8','2','2938.0',    '7','2','1938.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125166.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036903.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125167.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036904.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125168.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036905.0','1020333.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125169.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036906.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125170.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036907.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125171.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036908.0','1020333.0','4516',    '3482','1314','1224432.9',    '3108','603','683277.0',    '2089','992','541155.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125172.0','1045900.0','23',    '21','7','11123.1',    '19','5','7439.7',    '12','6','3683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036909.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125173.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036910.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125174.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036911.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125175.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036912.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125176.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036913.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125177.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036914.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125178.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036915.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125179.0','1045900.0','3',    '3','2','3406.5',    '3','2','3406.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036916.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125180.0','1045900.0','2',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036917.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125181.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036918.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125182.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036919.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125183.0','1045900.0','8',    '6','3','1500.0',    '5','0','0.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036920.0','1020333.0','5',    '4','3','1341.7',    '4','0','0.0',    '3','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125184.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036921.0','1020333.0','4',    '4','1','1028.0',    '4','1','1028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125185.0','1045900.0','1',    '1','1','3865.8',    '1','1','1938.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036922.0','1020333.0','6',    '4','1','10000.0',    '4','1','10000.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125186.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036923.0','1020333.0','3',    '3','2','2438.0',    '2','2','1938.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125187.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036924.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125188.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036925.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125189.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036926.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125190.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036927.0','1020333.0','2',    '2','1','1469.0',    '2','1','969.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125191.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036928.0','1020333.0','1',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125192.0','1045900.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036929.0','1020333.0','1',    '1','1','3865.8',    '1','1','1938.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125193.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036930.0','1020333.0','15',    '13','5','2500.0',    '11','0','0.0',    '7','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125194.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036931.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125195.0','1045900.0','6',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036932.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125196.0','1045900.0','9',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036933.0','1020333.0','6',    '6','4','2469.0',    '6','1','969.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125197.0','1045900.0','10',    '6','3','23503.3',    '5','3','21075.5',    '4','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036934.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125198.0','1045900.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036935.0','1020333.0','219',    '184','47','35253.7',    '178','10','14412.0',    '75','42','20841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125199.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036936.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125200.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036937.0','1020333.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125201.0','1045900.0','1230',    '1047','494','2364388.85',    '1018','370','2087814.42',    '464','269','276574.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036938.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125202.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036939.0','1020333.0','24',    '20','11','8932.1',    '19','4','3907.0',    '17','10','5025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125203.0','1045900.0','6',    '4','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036940.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125204.0','1045900.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036941.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125205.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036942.0','1020333.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125206.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036943.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125207.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036944.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125208.0','1045900.0','3',    '3','1','8098.0',    '3','1','7598.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036945.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125209.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036946.0','1020333.0','3',    '3','3','3438.0',    '3','2','1938.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125210.0','1045900.0','12',    '11','2','1000.0',    '9','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036947.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125211.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036948.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125212.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036949.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125213.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036950.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125214.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036951.0','1020333.0','4',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125215.0','1045900.0','6',    '6','3','1969.0',    '5','1','969.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036952.0','1020333.0','1',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125216.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036953.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125217.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036954.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125218.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036955.0','1020333.0','1',    '1','1','969.0',    '1','1','969.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125219.0','1045900.0','1',    '1','1','1028.0',    '1','1','1028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036956.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125220.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036957.0','1020333.0','2',    '2','1','341.7',    '2','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125221.0','1045900.0','4',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036958.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125222.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036959.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125223.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036960.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125224.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036961.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125225.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036962.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125226.0','1045900.0','18',    '12','6','7382.7',    '11','2','5541.0',    '9','4','1841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036963.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125227.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036964.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125228.0','1045900.0','31',    '24','11','98976.93',    '24','11','88712.3',    '11','5','10264.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036965.0','1020333.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125229.0','1045900.0','2557',    '2100','614','847849.67',    '1975','332','595150.61',    '902','406','252699.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036966.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125230.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036967.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125231.0','1045900.0','2307',    '1886','791','1210035.89',    '1783','481','901978.65',    '1009','512','308057.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036968.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125232.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036969.0','1020333.0','76',    '60','18','34557.5',    '57','4','25788.0',    '26','15','8769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125233.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036970.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125234.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036971.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125235.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036972.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125236.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036973.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125237.0','1045900.0','1',    '1','1','5660.0',    '1','1','5660.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036974.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125238.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036975.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125239.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036976.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125240.0','1045900.0','14',    '11','1','500.0',    '10','0','0.0',    '8','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036977.0','1020333.0','58',    '43','15','74659.2',    '41','10','70048.0',    '22','7','4611.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125241.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036978.0','1020333.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125242.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036979.0','1020333.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125243.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036980.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125244.0','1045900.0','6',    '5','4','3369.7',    '4','2','2028.0',    '3','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036981.0','1020333.0','1263',    '1117','297','424852.17',    '1084','167','298924.43',    '479','202','125927.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125245.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036982.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125246.0','1045900.0','235',    '196','65','47870.4',    '181','19','22478.5',    '101','51','25391.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036983.0','1020333.0','147',    '121','60','76588.64',    '112','44','56352.34',    '59','28','20236.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125247.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036984.0','1020333.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125248.0','1045900.0','1',    '1','1','1528.0',    '1','1','1028.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036985.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125249.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036986.0','1020333.0','42',    '37','4','5112.0',    '33','4','4112.0',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125250.0','1045900.0','91',    '72','25','27138.3',    '67','16','22271.5',    '26','11','4866.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036987.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125251.0','1045900.0','794',    '674','283','455592.93',    '627','177','313291.74',    '369','187','142301.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036988.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125252.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036989.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125253.0','1045900.0','376',    '282','104','128827.79',    '262','69','98194.0',    '139','56','30633.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036990.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125254.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036991.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125255.0','1045900.0','2',    '2','2','2028.0',    '2','1','1028.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036992.0','1020333.0','17',    '14','10','6767.4',    '11','3','3084.0',    '12','8','3683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125256.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036993.0','1020333.0','81',    '65','19','36202.89',    '59','14','30750.0',    '26','9','5452.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125257.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036994.0','1020333.0','25',    '21','9','30379.0',    '21','6','25109.5',    '9','7','5269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125258.0','1045900.0','2',    '2','2','2487.7',    '2','1','1646.0',    '2','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036995.0','1020333.0','878',    '754','305','977020.66',    '721','210','811876.89',    '391','188','165143.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125259.0','1045900.0','728',    '574','201','245258.5',    '539','103','166990.9',    '304','143','78267.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036996.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125260.0','1045900.0','30',    '21','6','7030.8',    '17','4','4103.0',    '11','3','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036997.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125261.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036998.0','1020333.0','2',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125262.0','1045900.0','327',    '262','66','114797.98',    '234','33','90794.88',    '137','48','24003.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2036999.0','1020333.0','20',    '11','5','8527.9',    '10','3','7344.5',    '8','3','1183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125263.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037000.0','1020333.0','7',    '4','1','1014.0',    '4','1','1014.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125264.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037001.0','1020333.0','133',    '105','34','33580.6',    '98','14','18286.0',    '53','29','15294.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125265.0','1045900.0','1207',    '968','367','804698.66',    '895','238','660882.96',    '512','221','143815.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037002.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125266.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037003.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125267.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037004.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125268.0','1045900.0','22',    '15','3','1878.0',    '15','1','878.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037005.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125269.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037006.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125270.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037007.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125271.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037008.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125272.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037009.0','1020333.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125273.0','1045900.0','95',    '85','36','84037.7',    '83','24','69081.0',    '40','22','14956.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037010.0','1020333.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125274.0','1045900.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037011.0','1020333.0','359',    '294','144','512741.23',    '274','110','410027.83',    '158','90','102713.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125275.0','1045900.0','1133',    '865','379','483031.67',    '796','229','349702.68',    '452','225','133328.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037012.0','1020333.0','90',    '71','18','17615.3',    '66','7','9687.5',    '25','13','7927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125276.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037013.0','1020333.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125277.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037014.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125278.0','1045900.0','5635',    '4854','1997','2668304.08',    '4607','1126','1598449.1',    '2688','1435','1069854.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037015.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125279.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037016.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125280.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037017.0','1020333.0','6081',    '5159','1854','2566579.82',    '4886','1130','1769308.24',    '2651','1193','797271.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125281.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037018.0','1020333.0','4705',    '3499','1250','1198909.02',    '3106','520','694018.62',    '1980','961','504890.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125282.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037019.0','1020333.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125283.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037020.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125284.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037021.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125285.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037022.0','1020333.0','64',    '49','19','31526.7',    '46','11','15215.5',    '30','11','16311.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125286.0','1045900.0','8',    '8','3','5133.2',    '7','2','3791.5',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037023.0','1020333.0','358',    '326','139','230777.53',    '323','76','162351.76',    '157','92','68425.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125287.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037024.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125288.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037025.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125289.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037026.0','1020333.0','3358',    '2923','1092','1788300.18',    '2818','528','1257005.92',    '1580','819','531294.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125290.0','1045900.0','2',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037027.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125291.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037028.0','1020333.0','7',    '5','1','1245.0',    '4','1','745.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125292.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037029.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125293.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037030.0','1020333.0','1',    '1','1','1665.0',    '1','1','1665.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125294.0','1045900.0','1',    '1','1','1028.0',    '1','1','1028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037031.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125295.0','1045900.0','2474',    '2187','746','986470.06',    '2110','454','714164.69',    '892','435','272305.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037032.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125296.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037033.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125297.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037034.0','1020333.0','5',    '4','1','341.7',    '4','0','0.0',    '2','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125298.0','1045900.0','27',    '18','7','4801.7',    '16','2','1460.0',    '12','7','3341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037035.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125299.0','1045900.0','14',    '8','4','2000.0',    '8','0','0.0',    '7','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037036.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125300.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037037.0','1020333.0','21',    '16','5','2683.4',    '15','0','0.0',    '8','5','2683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125301.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037038.0','1020333.0','5',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125302.0','1045900.0','75',    '58','30','79525.7',    '52','23','69756.2',    '27','16','9769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037039.0','1020333.0','1877',    '1525','446','405037.51',    '1389','146','221342.61',    '771','347','183694.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125303.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037040.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125304.0','1045900.0','1',    '1','1','745.0',    '1','1','745.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037041.0','1020333.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125305.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037042.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125306.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037043.0','1020333.0','1639',    '1303','379','370731.85',    '1154','137','213423.35',    '740','305','157308.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125307.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037044.0','1020333.0','1',    '1','1','745.0',    '1','1','745.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125308.0','1045900.0','1',    '1','1','745.0',    '1','1','745.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037045.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125309.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037046.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125310.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037047.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125311.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037048.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125312.0','1045900.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037049.0','1020333.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125313.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037050.0','1020333.0','32',    '27','8','6556.0',    '24','4','4056.0',    '15','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125314.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037051.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125315.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037052.0','1020333.0','11',    '11','1','1514.0',    '11','1','1014.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125316.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037053.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125317.0','1045900.0','54',    '48','14','81255.2',    '45','10','60405.0',    '24','13','20850.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037054.0','1020333.0','2513',    '2172','717','1019746.93',    '2093','425','770439.25',    '909','448','249307.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125318.0','1045900.0','722',    '597','142','164624.72',    '551','45','87030.12',    '295','123','77594.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037055.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125319.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037056.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125320.0','1045900.0','1',    '1','1','1245.0',    '1','1','745.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037057.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125321.0','1045900.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037058.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125322.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037059.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125323.0','1045900.0','930',    '690','251','334217.65',    '622','161','235522.45',    '352','150','98695.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037060.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125324.0','1045900.0','193',    '176','55','87013.8',    '175','39','72169.0',    '60','28','14844.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037061.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125325.0','1045900.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037062.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125326.0','1045900.0','1129',    '868','429','514071.17',    '803','308','391289.67',    '437','228','122781.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037063.0','1020333.0','4010',    '3187','1044','1083816.15',    '2922','625','737448.52',    '1476','649','346367.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125327.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037064.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125328.0','1045900.0','13',    '12','5','4542.0',    '10','3','3042.0',    '7','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037065.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125329.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037066.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125330.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037067.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125331.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037068.0','1020333.0','1',    '1','1','1646.0',    '1','1','1646.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125332.0','1045900.0','230',    '187','56','97723.3',    '184','37','73239.5',    '85','31','24483.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037069.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125333.0','1045900.0','3',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037070.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125334.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037071.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125335.0','1045900.0','1',    '1','1','841.7',    '1','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037072.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125336.0','1045900.0','4',    '4','2','33641.7',    '4','1','27700.0',    '2','2','5941.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037073.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125337.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037074.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125338.0','1045900.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037075.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125339.0','1045900.0','240',    '177','59','60773.5',    '165','42','47273.5',    '67','27','13500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037076.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125340.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037077.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125341.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037078.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125342.0','1045900.0','331',    '295','116','248844.8',    '285','72','184227.0',    '137','82','64617.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037079.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125343.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037080.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125344.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037081.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125345.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037082.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125346.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037083.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125347.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037084.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125348.0','1045900.0','1',    '1','1','730.0',    '1','1','730.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037085.0','1020333.0','2',    '2','1','1230.0',    '2','1','730.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125349.0','1045900.0','1',    '1','1','730.0',    '1','1','730.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037086.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125350.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037087.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125351.0','1045900.0','4404',    '3816','1470','2571256.75',    '3662','773','1787592.95',    '2168','1094','783663.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037088.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125352.0','1045900.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037089.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125353.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037090.0','1020333.0','2219',    '1676','472','439300.28',    '1480','182','251937.89',    '873','363','187362.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125354.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037091.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125355.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037092.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125356.0','1045900.0','2',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037093.0','1020333.0','1',    '1','1','745.0',    '1','1','745.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125357.0','1045900.0','1',    '1','1','745.0',    '1','1','745.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037094.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125358.0','1045900.0','4870',    '4209','1268','1708807.67',    '4063','704','1113965.09',    '1800','845','594842.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037095.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125359.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037096.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125360.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037097.0','1020333.0','192',    '150','65','173288.72',    '143','41','143082.93',    '66','39','30205.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125361.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037098.0','1020333.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125362.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037099.0','1020333.0','232',    '189','73','80796.2',    '168','41','51815.5',    '106','48','28980.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125363.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037100.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125364.0','1045900.0','4',    '3','2','1244.5',    '3','2','1244.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037101.0','1020333.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125365.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037102.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125366.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037103.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125367.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037104.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125368.0','1045900.0','1',    '1','1','1927.8',    '1','0','0.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037105.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125369.0','1045900.0','1',    '1','1','2921.7',    '1','1','2580.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037106.0','1020333.0','1',    '1','1','878.0',    '1','1','878.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125370.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037107.0','1020333.0','1081',    '927','326','611878.39',    '894','192','464470.19',    '467','220','147408.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125371.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037108.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125372.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037109.0','1020333.0','8',    '6','3','14985.4',    '6','2','8952.0',    '4','3','6033.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125373.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037110.0','1020333.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125374.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037111.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125375.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037112.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125376.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037113.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125377.0','1045900.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037114.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125378.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037115.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125379.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037116.0','1020333.0','3',    '3','1','4007.8',    '3','1','1580.0',    '1','1','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125380.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037117.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125381.0','1045900.0','181',    '156','53','79757.7',    '155','29','62332.0',    '81','36','17425.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037118.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125382.0','1045900.0','1',    '1','1','4073.3',    '1','1','2145.5',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037119.0','1020333.0','2568',    '1943','675','662318.53',    '1699','298','373499.5',    '1142','518','288819.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125383.0','1045900.0','4265',    '3249','1576','2313275.27',    '2955','1051','1779734.38',    '1791','920','533540.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037120.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125384.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037121.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125385.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037122.0','1020333.0','1',    '1','1','1245.0',    '1','1','745.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125386.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037123.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125387.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037124.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125388.0','1045900.0','4',    '3','1','1014.0',    '3','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037125.0','1020333.0','1206',    '909','367','504201.71',    '822','246','383553.81',    '437','213','120647.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125389.0','1045900.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037126.0','1020333.0','2',    '2','1','341.7',    '2','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125390.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037127.0','1020333.0','6',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125391.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037128.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125392.0','1045900.0','1',    '1','1','1000.0',    '1','1','1000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037129.0','1020333.0','367',    '285','97','94659.8',    '262','48','60793.0',    '141','69','33866.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125393.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037130.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125394.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037131.0','1020333.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125395.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037132.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125396.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037133.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125397.0','1045900.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037134.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125398.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037135.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125399.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037136.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125400.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037137.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125401.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037138.0','1020333.0','32',    '23','10','32311.0',    '22','6','30311.0',    '11','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125402.0','1045900.0','4',    '2','2','2028.0',    '2','2','2028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037139.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125403.0','1045900.0','1172',    '888','372','461880.81',    '834','236','343110.53',    '411','209','118770.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037140.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125404.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037141.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125405.0','1045900.0','1365',    '1075','338','350553.26',    '961','143','199652.26',    '640','271','150901.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037142.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125406.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037143.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125407.0','1045900.0','1',    '2','1','2165.0',    '1','1','1665.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037144.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125408.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037145.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125409.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037146.0','1020333.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125410.0','1045900.0','1917',    '1462','601','848000.59',    '1373','386','652160.03',    '681','361','195840.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037147.0','1020333.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125411.0','1045900.0','4',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037148.0','1020333.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125412.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037149.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125413.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037150.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125414.0','1045900.0','978',    '752','255','275887.6',    '690','120','174845.5',    '409','194','101042.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037151.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125415.0','1045900.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037152.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125416.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037153.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125417.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037154.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125418.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037155.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125419.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037156.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125420.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037157.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125421.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037158.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125422.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037159.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125423.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037160.0','1020333.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125424.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037161.0','1020333.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125425.0','1045900.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037162.0','1020333.0','635',    '517','155','130860.0',    '468','52','62090.5',    '273','134','68769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125426.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037163.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125427.0','1045900.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037164.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125428.0','1045900.0','13',    '9','3','2514.0',    '7','1','1014.0',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037165.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125429.0','1045900.0','3056',    '2284','905','1228102.81',    '2041','499','872373.36',    '1297','617','355729.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037166.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125430.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037167.0','1020333.0','636',    '525','185','170991.04',    '495','76','96438.14',    '247','138','74552.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125431.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037168.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125432.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037169.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125433.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037170.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125434.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037171.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125435.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037172.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125436.0','1045900.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037173.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125437.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037174.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125438.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037175.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125439.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037176.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125440.0','1045900.0','272',    '203','67','51726.4',    '188','28','29043.0',    '120','46','22683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037177.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125441.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037178.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125442.0','1045900.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037179.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125443.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037180.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125444.0','1045900.0','3928',    '2984','1137','1184492.47',    '2612','544','722204.67',    '1870','878','462287.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037181.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125445.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037182.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125446.0','1045900.0','1001',    '778','279','257696.23',    '720','105','142384.63',    '420','219','115311.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037183.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125447.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037184.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125448.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037185.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125449.0','1045900.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037186.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125450.0','1045900.0','1',    '1','1','2427.8',    '1','0','0.0',    '1','1','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037187.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125451.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037188.0','1020333.0','6635',    '4960','1908','1962343.11',    '4371','931','1148415.12',    '3062','1438','813927.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125452.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037189.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125453.0','1045900.0','705',    '511','178','159748.54',    '447','83','92112.25',    '290','133','67636.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037190.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125454.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037191.0','1020333.0','1230',    '988','391','558739.58',    '913','241','420840.68',    '498','249','137898.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125455.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037192.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125456.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037193.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125457.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037194.0','1020333.0','222',    '181','58','48330.7',    '175','16','17889.0',    '87','51','30441.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125458.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037195.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125459.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037196.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125460.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037197.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125461.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037198.0','1020333.0','1776',    '1445','421','399231.27',    '1291','170','226216.77',    '795','333','173014.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125462.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037199.0','1020333.0','3385',    '2565','1029','1084276.29',    '2294','581','713496.31',    '1433','694','370779.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125463.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037200.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125464.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037201.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125465.0','1045900.0','5564',    '4089','1431','1422886.43',    '3672','745','878925.74',    '2232','1016','543960.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037202.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125466.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026475.0','1020333.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114739.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037203.0','1020333.0','1',    '1','1','1000.0',    '1','1','1000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125467.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037204.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125468.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037205.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125469.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037206.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125470.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037207.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125471.0','1045900.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037208.0','1020333.0','1807',    '1394','525','620605.58',    '1270','289','432543.18',    '721','344','188062.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125472.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037209.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125473.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037210.0','1020333.0','2382',    '1858','664','940859.74',    '1663','299','638660.34',    '1046','512','302199.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125474.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037211.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125475.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037212.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125476.0','1045900.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037213.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125477.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037214.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125478.0','1045900.0','1671',    '1332','427','741998.37',    '1220','197','564842.88',    '682','313','177155.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037215.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125479.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037216.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125480.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037217.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125481.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037218.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125482.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037219.0','1020333.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125483.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037220.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125484.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037221.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125485.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037222.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125486.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037223.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125487.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037224.0','1020333.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125488.0','1045900.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037225.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125489.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037226.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125490.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037227.0','1020333.0','3518',    '2669','1136','1214798.11',    '2379','634','767390.51',    '1634','812','447407.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125491.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037228.0','1020333.0','2081',    '1624','506','472778.39',    '1480','219','273316.59',    '840','379','199461.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125492.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037229.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125493.0','1045900.0','4757',    '3351','1407','1378129.62',    '2890','711','821190.92',    '2218','1075','556938.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037230.0','1020333.0','883',    '661','249','228806.52',    '587','124','131203.42',    '396','182','97603.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125494.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037231.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125495.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037232.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125496.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037233.0','1020333.0','1850',    '1563','461','551352.9',    '1476','245','354521.18',    '699','302','196831.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125497.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037234.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125498.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037235.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125499.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037236.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125500.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037237.0','1020333.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125501.0','1045900.0','1613',    '1237','403','346538.06',    '1124','161','185076.46',    '659','319','161461.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037238.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125502.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037239.0','1020333.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125503.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037240.0','1020333.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125504.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037241.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125505.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037242.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125506.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037243.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125507.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037244.0','1020333.0','2458',    '1991','714','861494.73',    '1835','326','495765.66',    '1116','551','365729.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125508.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037245.0','1020333.0','150',    '111','47','53309.2',    '105','42','40367.5',    '30','15','12941.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125509.0','1045900.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037246.0','1020333.0','1',    '1','1','3192.0',    '1','1','3192.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125510.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037247.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125511.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037248.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125512.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037249.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125513.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037250.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125514.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037251.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125515.0','1045900.0','4',    '3','2','3604.0',    '3','2','3104.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037252.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125516.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037253.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125517.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037254.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125518.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037255.0','1020333.0','802',    '665','225','389725.31',    '623','109','286943.61',    '329','169','102781.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125519.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037256.0','1020333.0','1394',    '1043','415','402681.55',    '924','216','239469.75',    '659','312','163211.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125520.0','1045900.0','1016',    '828','320','266519.77',    '770','111','134733.14',    '438','251','131786.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037257.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125521.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037258.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125522.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037259.0','1020333.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125523.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037260.0','1020333.0','6488',    '4766','2075','1983241.92',    '4152','1049','1145095.8',    '3159','1585','838146.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125524.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037261.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125525.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037262.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125526.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037263.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125527.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037264.0','1020333.0','2838',    '2149','651','610194.2',    '1971','278','369361.5',    '1070','476','240832.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125528.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037265.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125529.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037266.0','1020333.0','5',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125530.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037267.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125531.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037268.0','1020333.0','10',    '7','1','1014.0',    '6','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125532.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037269.0','1020333.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125533.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037270.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125534.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037271.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125535.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037272.0','1020333.0','7008',    '5269','2058','1869879.04',    '4559','849','976756.99',    '3494','1647','893122.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125536.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037273.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125537.0','1045900.0','5',    '3','1','11841.7',    '2','1','11000.0',    '3','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037274.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125538.0','1045900.0','942',    '752','258','189319.1',    '693','87','90294.0',    '386','199','99025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037275.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125539.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037276.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125540.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037277.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125541.0','1045900.0','10',    '7','3','5290.7',    '7','2','4449.0',    '4','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037278.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125542.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037279.0','1020333.0','1736',    '1364','491','631959.42',    '1202','233','411483.94',    '848','374','220475.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125543.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037280.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125544.0','1045900.0','1',    '1','1','2590.0',    '1','1','2090.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037281.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125545.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037282.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125546.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037283.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125547.0','1045900.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037284.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125548.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037285.0','1020333.0','4198',    '3194','1351','1443298.9',    '2818','584','788991.0',    '2191','1094','654307.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125549.0','1045900.0','1340',    '991','407','436645.97',    '873','183','261206.82',    '621','312','175439.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037286.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125550.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037287.0','1020333.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125551.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037288.0','1020333.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125552.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037289.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125553.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037290.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125554.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037291.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125555.0','1045900.0','1917',    '1394','585','564808.71',    '1237','329','356299.5',    '811','407','208509.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037292.0','1020333.0','414',    '337','123','138364.0',    '315','88','103469.0',    '163','68','34895.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125556.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037293.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125557.0','1045900.0','1543',    '1184','530','631663.82',    '1071','303','430454.42',    '709','361','201209.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037294.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125558.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037295.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125559.0','1045900.0','472',    '360','143','443780.93',    '352','99','387129.28',    '172','78','56651.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037296.0','1020333.0','3550',    '2679','1042','1137539.21',    '2435','561','706031.41',    '1517','751','431507.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125560.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037297.0','1020333.0','3152',    '2451','853','674254.13',    '2198','274','305539.83',    '1451','720','368714.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125561.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037298.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125562.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037299.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125563.0','1045900.0','1926',    '1554','488','435796.7',    '1393','204','243320.82',    '818','366','192475.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037300.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125564.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037301.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125565.0','1045900.0','1',    '1','1','1346.0',    '1','1','846.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037302.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125566.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037303.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125567.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037304.0','1020333.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125568.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037305.0','1020333.0','2',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125569.0','1045900.0','1346',    '1057','365','487093.53',    '974','186','333114.43',    '563','263','153979.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037306.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125570.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037307.0','1020333.0','6',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125571.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037308.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125572.0','1045900.0','22',    '19','6','5312.9',    '18','4','4129.5',    '11','3','1183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037309.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125573.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037310.0','1020333.0','2414',    '1986','724','837282.31',    '1820','311','501836.21',    '1216','588','335446.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125574.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026483.0','1020333.0','816',    '583','288','270369.46',    '544','228','195643.96',    '261','144','74725.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114747.0','1045900.0','13',    '10','1','500.0',    '5','0','0.0',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037311.0','1020333.0','5819',    '4489','1858','2171104.7',    '4044','872','1328310.06',    '2851','1453','842794.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125575.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026600.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114864.0','1045900.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037312.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125576.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037313.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125577.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037314.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125578.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037315.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125579.0','1045900.0','404',    '343','125','105348.94',    '333','20','41229.44',    '179','116','64119.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037316.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125580.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037317.0','1020333.0','2466',    '1852','733','704826.82',    '1684','374','436161.52',    '1018','508','268665.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125581.0','1045900.0','887',    '637','280','247528.0',    '560','126','131491.5',    '419','221','116036.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037318.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125582.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037319.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125583.0','1045900.0','501',    '423','144','161231.57',    '387','80','101122.67',    '241','95','60108.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037320.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125584.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037321.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125585.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037322.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125586.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037323.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125587.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037324.0','1020333.0','786',    '583','213','175540.48',    '526','62','80926.18',    '328','182','94614.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125588.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037325.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125589.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037326.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125590.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037327.0','1020333.0','385',    '308','97','135845.32',    '296','61','102353.42',    '126','58','33491.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125591.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037328.0','1020333.0','1',    '1','1','652.0',    '1','1','652.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125592.0','1045900.0','4629',    '3594','1095','1138852.9',    '3251','452','664040.3',    '1951','850','474812.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037329.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125593.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037330.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125594.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037331.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125595.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037332.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125596.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037333.0','1020333.0','6',    '6','1','1784.0',    '6','1','1784.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125597.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037334.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125598.0','1045900.0','7',    '6','4','3687.7',    '6','2','1846.0',    '5','4','1841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037335.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125599.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037336.0','1020333.0','9629',    '7408','3165','3275135.51',    '6504','1359','1853620.64',    '5058','2553','1421514.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125600.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037337.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125601.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037338.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125602.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037339.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125603.0','1045900.0','40',    '30','9','7042.0',    '25','3','3042.0',    '19','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037340.0','1020333.0','1289',    '1046','354','550350.75',    '984','160','389587.15',    '520','271','160763.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125604.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037341.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125605.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037342.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125606.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2026730.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2114994.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037343.0','1020333.0','1114',    '864','291','314075.6',    '776','144','202055.5',    '495','209','112020.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125607.0','1045900.0','3',    '3','1','499.5',    '3','1','499.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037344.0','1020333.0','1085',    '914','282','557737.8',    '861','156','458808.56',    '425','172','98929.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125608.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037345.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125609.0','1045900.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037346.0','1020333.0','1542',    '1212','301','246040.6',    '1096','105','118146.0',    '604','243','127894.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125610.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037347.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125611.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125612.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037349.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125613.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037350.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125614.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037351.0','1020333.0','309',    '257','93','112735.8',    '233','66','85541.0',    '115','45','27194.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125615.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037352.0','1020333.0','1878',    '1492','363','392519.4',    '1378','171','241580.0',    '686','270','150939.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125616.0','1045900.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037353.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125617.0','1045900.0','413',    '342','90','98552.54',    '323','63','75258.64',    '120','42','23293.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037354.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125618.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037355.0','1020333.0','185',    '151','44','36750.6',    '143','20','20725.5',    '64','33','16025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125619.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037356.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125620.0','1045900.0','5023',    '4218','944','1021350.52',    '4004','474','665367.18',    '1659','650','355983.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037357.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125621.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037358.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125622.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037359.0','1020333.0','2',    '2','1','1502.0',    '1','1','1002.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125623.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037360.0','1020333.0','9',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125624.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037361.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125625.0','1045900.0','7',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037362.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125626.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037363.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125627.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037364.0','1020333.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125628.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037365.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125629.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037366.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125630.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037367.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125631.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037368.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125632.0','1045900.0','3',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037369.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125633.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037370.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125634.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037371.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125635.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037372.0','1020333.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125636.0','1045900.0','20',    '17','3','2843.7',    '13','1','1002.0',    '10','3','1841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037373.0','1020333.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125637.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037374.0','1020333.0','2',    '2','1','1502.0',    '2','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125638.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037375.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125639.0','1045900.0','592',    '491','109','178198.99',    '469','71','135595.29',    '172','71','42603.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037376.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125640.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037377.0','1020333.0','1430',    '1109','366','375788.15',    '1022','208','249501.0',    '548','236','126287.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125641.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037378.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125642.0','1045900.0','74',    '59','14','13618.99',    '59','9','9277.29',    '15','9','4341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037379.0','1020333.0','2173',    '1819','496','587525.9',    '1724','258','400605.0',    '807','349','186920.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125643.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037380.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125644.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037381.0','1020333.0','2407',    '1814','817','932884.98',    '1658','586','704356.19',    '861','434','228528.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125645.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037382.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125646.0','1045900.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037383.0','1020333.0','305',    '263','59','84013.0',    '250','28','56726.5',    '105','43','27286.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125647.0','1045900.0','2',    '1','1','4119.8',    '1','1','2192.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037384.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125648.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037385.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125649.0','1045900.0','1381',    '1117','369','456558.54',    '1057','249','345544.22',    '468','197','111014.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037386.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125650.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037387.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125651.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037388.0','1020333.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125652.0','1045900.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037389.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125653.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037390.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125654.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037391.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125655.0','1045900.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037392.0','1020333.0','791',    '669','207','220932.65',    '620','102','141677.45',    '330','153','79255.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125656.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037393.0','1020333.0','3581',    '2813','1125','1242030.39',    '2552','647','818914.62',    '1496','751','423115.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125657.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037394.0','1020333.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125658.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037395.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125659.0','1045900.0','1065',    '933','156','205368.81',    '884','84','145461.0',    '346','105','59907.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037396.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125660.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037397.0','1020333.0','97',    '80','31','34811.0',    '76','24','24711.0',    '28','11','10100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125661.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037398.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125662.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037399.0','1020333.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125663.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037400.0','1020333.0','561',    '453','181','223330.94',    '433','124','167466.64',    '215','108','55864.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125664.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037401.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125665.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037402.0','1020333.0','5078',    '4195','1220','1146230.92',    '3960','645','687905.98',    '1789','825','458324.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125666.0','1045900.0','3777',    '3203','1081','985079.15',    '3020','577','603498.11',    '1566','749','381581.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037403.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125667.0','1045900.0','53',    '47','17','26111.57',    '47','13','22269.87',    '13','8','3841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037404.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125668.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037405.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125669.0','1045900.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037406.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125670.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037407.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125671.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037408.0','1020333.0','39',    '29','13','12522.0',    '27','11','11022.0',    '7','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125672.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037409.0','1020333.0','1521',    '1178','416','463966.3',    '1102','253','324837.04',    '506','242','139129.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125673.0','1045900.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037410.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125674.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037411.0','1020333.0','1857',    '1539','470','647363.99',    '1441','271','473132.81',    '672','308','174231.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125675.0','1045900.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037412.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125676.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037413.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125677.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037414.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125678.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037415.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125679.0','1045900.0','1',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037416.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125680.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037417.0','1020333.0','2758',    '2344','696','617838.62',    '2197','361','358218.54',    '1144','499','259620.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125681.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037418.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125682.0','1045900.0','59',    '35','10','8100.0',    '30','5','4600.0',    '17','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037419.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125683.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037420.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125684.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037421.0','1020333.0','177',    '147','53','49658.26',    '138','31','33974.86',    '57','31','15683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125685.0','1045900.0','4417',    '3654','1405','1494817.77',    '3469','843','976581.43',    '1670','904','518236.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037422.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125686.0','1045900.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037423.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125687.0','1045900.0','2990',    '2336','839','970935.8',    '2115','446','606005.81',    '1178','568','364929.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037424.0','1020333.0','529',    '424','156','222186.39',    '389','112','184656.0',    '211','77','37530.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125688.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037425.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125689.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037426.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125690.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037427.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125691.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037428.0','1020333.0','2',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125692.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037429.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125693.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037430.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125694.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037431.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125695.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037432.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125696.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037433.0','1020333.0','5240',    '4150','1770','2190436.61',    '3776','967','1427905.72',    '2517','1288','762530.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125697.0','1045900.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037434.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125698.0','1045900.0','124',    '92','31','29486.3',    '83','19','20411.0',    '44','19','9075.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037435.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125699.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037436.0','1020333.0','7',    '6','1','500.0',    '6','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125700.0','1045900.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037437.0','1020333.0','2387',    '1963','625','741708.0',    '1821','330','496486.52',    '876','429','245221.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125701.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037438.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125702.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037439.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125703.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037440.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125704.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037441.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125705.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037442.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125706.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037443.0','1020333.0','2576',    '2235','654','799124.74',    '2148','320','544322.17',    '975','461','254802.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125707.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037444.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125708.0','1045900.0','4312',    '3376','1129','1267251.81',    '3013','532','805690.6',    '1913','847','461561.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037445.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125709.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037446.0','1020333.0','1424',    '1161','392','544301.19',    '1078','252','393486.5',    '548','241','150814.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125710.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037447.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125711.0','1045900.0','14',    '8','0','0.0',    '7','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037448.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125712.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037449.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125713.0','1045900.0','4702',    '3935','1057','891888.98',    '3689','482','494890.89',    '1731','775','396998.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037450.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125714.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037451.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125715.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037452.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125716.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037453.0','1020333.0','1',    '1','1','3839.8',    '1','1','1912.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125717.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037454.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125718.0','1045900.0','7135',    '6020','2433','5939709.08',    '5783','1541','4699501.6',    '2822','1621','1240207.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037455.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125719.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037456.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125720.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037457.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125721.0','1045900.0','2',    '1','1','1002.0',    '1','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037458.0','1020333.0','36',    '27','7','7010.0',    '25','5','5010.0',    '13','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125722.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037459.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125723.0','1045900.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037460.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125724.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037461.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125725.0','1045900.0','16',    '10','2','1920.0',    '8','1','920.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037462.0','1020333.0','12',    '11','2','4576.5',    '8','1','4076.5',    '8','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125726.0','1045900.0','9',    '7','3','5339.8',    '7','1','1912.0',    '4','3','3427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037463.0','1020333.0','1407',    '1150','412','637293.47',    '1122','236','489290.01',    '507','272','148003.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125727.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037464.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125728.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037465.0','1020333.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125729.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037466.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125730.0','1045900.0','1',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037467.0','1020333.0','5977',    '5006','2473','3283587.9',    '4590','1221','2031617.12',    '3398','1966','1251970.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125731.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037468.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125732.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037469.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125733.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037470.0','1020333.0','39',    '34','14','22526.9',    '34','10','17343.5',    '12','9','5183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125734.0','1045900.0','2467',    '2100','589','785534.51',    '2019','330','559699.35',    '864','386','225835.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037471.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125735.0','1045900.0','145',    '111','34','46860.7',    '104','17','30980.0',    '67','26','15880.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037472.0','1020333.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125736.0','1045900.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037473.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125737.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037474.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125738.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037475.0','1020333.0','4337',    '3812','1589','1707666.96',    '3667','838','1073750.92',    '2101','1148','633916.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125739.0','1045900.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037476.0','1020333.0','1',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125740.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037477.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125741.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037478.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125742.0','1045900.0','5519',    '4498','1732','2536171.42',    '4273','1070','1890251.23',    '2074','1083','645920.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037479.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125743.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037480.0','1020333.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125744.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037481.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125745.0','1045900.0','33',    '25','11','24506.31',    '25','9','21078.51',    '7','4','3427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037482.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125746.0','1045900.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037483.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125747.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037484.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125748.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037485.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125749.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037486.0','1020333.0','5911',    '4985','1714','1897417.56',    '4789','941','1273868.28',    '2287','1125','623549.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125750.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037487.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125751.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037488.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125752.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037489.0','1020333.0','58',    '41','14','14712.7',    '39','9','10871.0',    '20','8','3841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125753.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037490.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125754.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037491.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125755.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037492.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125756.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037493.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125757.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037494.0','1020333.0','5',    '5','3','7228.06',    '5','2','6044.66',    '3','2','1183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125758.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037495.0','1020333.0','79',    '67','28','69207.7',    '61','21','61116.0',    '33','16','8091.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125759.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037496.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125760.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037497.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125761.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037498.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125762.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037499.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125763.0','1045900.0','1208',    '1055','366','673592.95',    '1025','210','522672.66',    '410','228','150920.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037500.0','1020333.0','16',    '13','9','7521.7',    '13','4','3680.0',    '8','7','3841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125764.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037501.0','1020333.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125765.0','1045900.0','1',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037502.0','1020333.0','66',    '56','15','20186.4',    '52','10','17003.0',    '28','7','3183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125766.0','1045900.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037503.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125767.0','1045900.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037504.0','1020333.0','1',    '1','1','22012.0',    '1','1','16912.0',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125768.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037505.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125769.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037506.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125770.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037507.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125771.0','1045900.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037508.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125772.0','1045900.0','4174',    '3663','1401','1356583.36',    '3507','714','826034.11',    '1958','1013','530549.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037509.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125773.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037510.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125774.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037511.0','1020333.0','121',    '106','41','43971.8',    '102','21','27044.0',    '56','31','16927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125775.0','1045900.0','2',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037512.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125776.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037513.0','1020333.0','3236',    '2700','1265','1762699.56',    '2460','673','1133884.17',    '1812','968','628815.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125777.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037514.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125778.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037515.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125779.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037516.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125780.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037517.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125781.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037518.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125782.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037519.0','1020333.0','116',    '92','35','47565.0',    '84','19','34795.5',    '41','23','12769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125783.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037520.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125784.0','1045900.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037521.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125785.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037522.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125786.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037523.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125787.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037524.0','1020333.0','1402',    '1126','443','413064.7',    '1048','276','268264.02',    '537','282','144800.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125788.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037525.0','1020333.0','88',    '73','30','33861.3',    '63','13','13625.0',    '51','27','20236.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125789.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037526.0','1020333.0','64',    '50','24','20291.6',    '44','6','9108.2',    '35','21','11183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125790.0','1045900.0','2',    '2','1','920.0',    '2','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037527.0','1020333.0','8',    '8','3','3340.0',    '8','3','2840.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125791.0','1045900.0','21',    '19','9','7100.0',    '18','5','4600.0',    '7','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037528.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125792.0','1045900.0','6694',    '5766','2064','2593275.18',    '5495','1124','1729993.8',    '2974','1444','863281.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037529.0','1020333.0','36',    '32','14','11433.7',    '31','5','5592.0',    '20','11','5841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125793.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037530.0','1020333.0','5728',    '4749','1756','1643695.43',    '4499','1061','1065597.9',    '2228','1106','578097.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125794.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037531.0','1020333.0','1',    '1','1','2912.0',    '1','1','2912.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125795.0','1045900.0','3',    '3','1','1420.0',    '3','1','920.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037532.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125796.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037533.0','1020333.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125797.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037534.0','1020333.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125798.0','1045900.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037535.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125799.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037536.0','1020333.0','36',    '30','9','6600.0',    '30','5','4600.0',    '8','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125800.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037537.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125801.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037538.0','1020333.0','5088',    '3984','1793','2153206.89',    '3667','1077','1493275.64',    '2230','1184','659931.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125802.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037539.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125803.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037540.0','1020333.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125804.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037541.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125805.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037542.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125806.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037543.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125807.0','1045900.0','2',    '2','2','1420.0',    '2','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037544.0','1020333.0','1307',    '1044','325','597417.08',    '999','181','455028.26',    '453','220','142388.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125808.0','1045900.0','133',    '116','37','59821.0',    '108','21','44801.5',    '54','27','15019.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037545.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125809.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037546.0','1020333.0','3',    '2','1','920.0',    '2','1','920.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125810.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037547.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125811.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037548.0','1020333.0','4946',    '4157','1522','1449494.81',    '3878','832','914669.63',    '2145','1015','534825.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125812.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037549.0','1020333.0','223',    '160','55','62964.16',    '149','37','46964.16',    '66','32','16000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125813.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037550.0','1020333.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125814.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037551.0','1020333.0','6351',    '5303','2150','3952197.59',    '5019','1295','2956251.55',    '2812','1455','995946.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125815.0','1045900.0','9',    '8','2','2840.0',    '7','2','1840.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037552.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125816.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037553.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125817.0','1045900.0','59',    '52','20','20595.12',    '51','13','12167.32',    '23','14','8427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037554.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125818.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037555.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125819.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037556.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125820.0','1045900.0','2',    '1','1','10000.0',    '1','1','10000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037557.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125821.0','1045900.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037558.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125822.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037559.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125823.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037560.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125824.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037561.0','1020333.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125825.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037562.0','1020333.0','2354',    '1918','675','751683.39',    '1847','413','543789.29',    '782','402','207894.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125826.0','1045900.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037563.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125827.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037564.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125828.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037565.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125829.0','1045900.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037566.0','1020333.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125830.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037567.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125831.0','1045900.0','10',    '7','2','1420.0',    '6','1','920.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037568.0','1020333.0','3',    '3','1','4267.3',    '3','1','2339.5',    '3','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125832.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037569.0','1020333.0','17',    '15','4','3847.8',    '14','1','920.0',    '6','3','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125833.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037570.0','1020333.0','6376',    '5581','2262','2357713.3',    '5334','1265','1467985.77',    '2966','1572','889727.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125834.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037571.0','1020333.0','8',    '6','2','1840.0',    '6','2','1840.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125835.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037572.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125836.0','1045900.0','9',    '9','3','3340.0',    '9','1','1840.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037573.0','1020333.0','8',    '6','2','1420.0',    '5','1','920.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125837.0','1045900.0','15',    '9','4','5330.0',    '9','2','4330.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037574.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125838.0','1045900.0','235',    '202','74','87126.1',    '188','33','51131.5',    '109','52','35994.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037575.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125839.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037576.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125840.0','1045900.0','5',    '5','1','1420.0',    '5','1','920.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037577.0','1020333.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125841.0','1045900.0','1',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037578.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125842.0','1045900.0','1',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037579.0','1020333.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125843.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037580.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125844.0','1045900.0','42',    '22','1','500.0',    '21','0','0.0',    '10','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037581.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125845.0','1045900.0','40',    '34','9','15340.0',    '33','3','11840.0',    '10','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037582.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125846.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037583.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125847.0','1045900.0','11',    '11','6','13420.0',    '11','2','10920.0',    '6','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037584.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125848.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037585.0','1020333.0','3379',    '2945','1024','1225632.22',    '2815','572','857047.05',    '1394','662','368585.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125849.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037586.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125850.0','1045900.0','1',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037587.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125851.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037588.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125852.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037589.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125853.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037590.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125854.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037591.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125855.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037592.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125856.0','1045900.0','1',    '1','1','920.0',    '1','1','920.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037593.0','1020333.0','315',    '231','59','76366.39',    '221','42','61913.5',    '86','27','14452.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125857.0','1045900.0','1',    '1','1','652.0',    '1','1','652.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037594.0','1020333.0','5',    '4','2','2165.0',    '4','1','1665.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125858.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037595.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125859.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037596.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125860.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037597.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125861.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037598.0','1020333.0','5',    '5','3','2420.0',    '5','1','920.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125862.0','1045900.0','22',    '15','4','9245.0',    '15','2','8245.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037599.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125863.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037600.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125864.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037601.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125865.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037602.0','1020333.0','33',    '25','8','6009.5',    '24','4','3259.5',    '11','6','2750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125866.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037603.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125867.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037604.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125868.0','1045900.0','22',    '21','10','17599.8',    '20','6','12172.0',    '8','7','5427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037605.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125869.0','1045900.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037606.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125870.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037607.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125871.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037608.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125872.0','1045900.0','2',    '1','1','1420.0',    '1','1','920.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037609.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125873.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037610.0','1020333.0','2',    '2','1','841.7',    '2','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125874.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037611.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125875.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037612.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125876.0','1045900.0','57',    '42','17','23529.6',    '41','11','16924.0',    '17','8','6605.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037613.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125877.0','1045900.0','6',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037614.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125878.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037615.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125879.0','1045900.0','22',    '20','6','4753.7',    '19','1','1912.0',    '9','6','2841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037616.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125880.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037617.0','1020333.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125881.0','1045900.0','41',    '34','19','25217.5',    '34','7','16671.0',    '19','15','8546.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037618.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125882.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037619.0','1020333.0','20',    '16','6','24678.7',    '14','3','22337.0',    '11','5','2341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125883.0','1045900.0','4888',    '4197','1527','2802516.56',    '3980','889','2115957.52',    '2124','1000','686559.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037620.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125884.0','1045900.0','40',    '33','11','9425.7',    '30','5','6584.0',    '21','6','2841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037621.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125885.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037622.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125886.0','1045900.0','529',    '399','162','136969.5',    '372','114','95805.0',    '177','80','41164.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037623.0','1020333.0','1798',    '1323','624','611563.08',    '1202','425','416611.7',    '699','359','194951.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125887.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037624.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125888.0','1045900.0','320',    '265','62','55806.9',    '253','12','25441.5',    '121','57','30365.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037625.0','1020333.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125889.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037626.0','1020333.0','10',    '4','1','652.0',    '4','1','652.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125890.0','1045900.0','8',    '6','1','500.0',    '6','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037627.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125891.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037628.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125892.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037629.0','1020333.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125893.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037630.0','1020333.0','758',    '550','210','196964.8',    '492','125','124125.0',    '279','133','72839.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125894.0','1045900.0','2565',    '2054','647','672008.62',    '1935','367','465738.52',    '865','401','206270.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037631.0','1020333.0','6',    '6','4','2956.0',    '6','3','1956.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125895.0','1045900.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037632.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125896.0','1045900.0','224',    '186','69','51475.7',    '178','17','19134.0',    '114','65','32341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037633.0','1020333.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125897.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037634.0','1020333.0','1',    '1','1','2156.0',    '1','1','2156.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125898.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125899.0','1045900.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037636.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125900.0','1045900.0','41',    '23','4','7001.7',    '22','1','5660.0',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037637.0','1020333.0','8',    '6','3','2063.0',    '5','1','1063.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125901.0','1045900.0','4506',    '3516','1400','1684473.22',    '3219','815','1186296.72',    '1899','932','498176.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037638.0','1020333.0','3',    '3','1','4267.8',    '3','1','1840.0',    '1','1','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125902.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037639.0','1020333.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125903.0','1045900.0','163',    '104','34','31823.45',    '92','21','22773.25',    '57','20','9050.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037640.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125904.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037641.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125905.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037642.0','1020333.0','41',    '29','6','3759.5',    '24','6','3759.5',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125906.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037643.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125907.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037644.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125908.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037645.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125909.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037646.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125910.0','1045900.0','584',    '488','133','98086.2',    '444','39','44744.5',    '241','106','53341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037647.0','1020333.0','144',    '104','40','30669.2',    '91','28','18216.3',    '54','22','12452.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125911.0','1045900.0','551',    '410','172','198869.31',    '369','111','132663.12',    '220','109','66206.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037648.0','1020333.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125912.0','1045900.0','1',    '1','1','1152.0',    '1','1','652.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037649.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125913.0','1045900.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037650.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125914.0','1045900.0','1',    '1','1','920.0',    '1','1','920.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037651.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125915.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037652.0','1020333.0','387',    '308','94','77490.79',    '284','49','44490.79',    '133','66','33000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125916.0','1045900.0','15',    '12','4','2000.0',    '10','0','0.0',    '6','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037653.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125917.0','1045900.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037654.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125918.0','1045900.0','1',    '1','1','652.0',    '1','1','652.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037655.0','1020333.0','223',    '162','46','51542.55',    '152','22','31345.25',    '61','35','20197.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125919.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037656.0','1020333.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125920.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037657.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125921.0','1045900.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037658.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125922.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037659.0','1020333.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125923.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037660.0','1020333.0','3526',    '2931','1036','1474952.64',    '2754','586','1022330.55',    '1489','702','452622.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125924.0','1045900.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037661.0','1020333.0','26',    '22','9','8363.4',    '21','4','3680.0',    '15','9','4683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125925.0','1045900.0','41',    '34','12','23108.41',    '33','8','17838.91',    '13','7','5269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037662.0','1020333.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125926.0','1045900.0','67',    '45','23','14563.0',    '42','10','6563.0',    '25','16','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037663.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125927.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037664.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125928.0','1045911.0','2',    '2','1','2681.7',    '2','1','1840.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037665.0','1020344.0','16',    '14','4','3181.7',    '14','2','1840.0',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125929.0','1045911.0','46',    '33','10','19590.7',    '29','6','15479.5',    '16','6','4111.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037666.0','1020344.0','1',    '1','1','652.0',    '1','1','652.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125930.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037667.0','1020344.0','1',    '1','1','182.35',    '1','1','182.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125931.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037668.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125932.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037669.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125933.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037670.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125934.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037671.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125935.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037672.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125936.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037673.0','1020344.0','133',    '103','36','30405.0',    '95','16','15635.5',    '56','27','14769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125937.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037674.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125938.0','1045911.0','1',    '1','1','1152.0',    '1','1','652.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037675.0','1020344.0','38',    '21','6','13696.0',    '21','3','12196.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125939.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037676.0','1020344.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125940.0','1045911.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037677.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125941.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037678.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125942.0','1045911.0','3',    '3','2','1563.0',    '3','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037679.0','1020344.0','18',    '12','7','3500.0',    '12','0','0.0',    '7','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125943.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037680.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125944.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037681.0','1020344.0','1280',    '968','429','420582.31',    '893','312','308573.01',    '447','214','112009.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125945.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2028595.0','1020344.0','75',    '45','10','12041.7',    '38','8','11200.0',    '24','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2116859.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037682.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125946.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037683.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125947.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037684.0','1020344.0','6',    '5','3','3140.0',    '4','2','1640.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125948.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037685.0','1020344.0','3561',    '2775','1464','1682492.3',    '2479','955','1106758.51',    '1718','932','575733.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125949.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037686.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125950.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037687.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125951.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037688.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125952.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037689.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125953.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037690.0','1020344.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125954.0','1045911.0','10',    '8','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037691.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125955.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037692.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125956.0','1045911.0','18',    '14','4','3801.7',    '13','3','2460.0',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037693.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125957.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037694.0','1020344.0','3123',    '2286','994','1116335.37',    '2019','631','736743.78',    '1296','620','379591.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125958.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037695.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125959.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037696.0','1020344.0','22',    '16','4','19700.0',    '14','3','14100.0',    '8','2','5600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125960.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037697.0','1020344.0','1',    '1','1','1320.0',    '1','1','820.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125961.0','1045911.0','4403',    '3434','1350','1572320.52',    '3114','745','1024531.28',    '1869','910','547789.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037698.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125962.0','1045911.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037699.0','1020344.0','34',    '24','8','7315.0',    '21','5','5315.0',    '8','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125963.0','1045911.0','2',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037700.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125964.0','1045911.0','28',    '16','3','15425.5',    '14','2','13156.0',    '10','2','2269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037701.0','1020344.0','1126',    '862','452','818493.66',    '810','311','603452.4',    '494','295','215041.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125965.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037702.0','1020344.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125966.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037703.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125967.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037704.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125968.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037705.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125969.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037706.0','1020344.0','3836',    '2931','1389','1720229.03',    '2672','1002','1297799.65',    '1426','708','422429.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125970.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037707.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125971.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037708.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125972.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037709.0','1020344.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125973.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037710.0','1020344.0','1251',    '924','350','347443.83',    '818','152','202630.23',    '520','262','144813.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125974.0','1045911.0','2714',    '2067','871','851700.39',    '1853','599','578279.9',    '1075','510','273420.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037711.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125975.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037712.0','1020344.0','17',    '13','4','4719.0',    '11','2','3219.0',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125976.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037713.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125977.0','1045911.0','1',    '1','1','3156.0',    '1','1','3156.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037714.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125978.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037715.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125979.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037716.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125980.0','1045911.0','1',    '1','1','1320.0',    '1','1','820.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037717.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125981.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037718.0','1020344.0','438',    '341','107','142827.39',    '314','58','101566.0',    '153','72','41261.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125982.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037719.0','1020344.0','66',    '38','9','11654.4',    '36','7','9471.0',    '14','5','2183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125983.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037720.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125984.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037721.0','1020344.0','2',    '2','1','1320.0',    '2','1','820.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125985.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037722.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125986.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037723.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125987.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037724.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125988.0','1045911.0','8',    '5','2','2981.2',    '5','1','2139.5',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037725.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125989.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037726.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125990.0','1045911.0','118',    '85','24','38184.9',    '81','10','31501.5',    '33','14','6683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037727.0','1020344.0','52',    '33','11','13909.35',    '30','9','9456.46',    '21','6','4452.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125991.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037728.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125992.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037729.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125993.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037730.0','1020344.0','16',    '14','8','20369.6',    '14','5','16844.5',    '11','7','3525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125994.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037731.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125995.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037732.0','1020344.0','3342',    '2467','1194','1263580.93',    '2226','937','929325.35',    '1215','578','334255.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125996.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037733.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125997.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037734.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2125998.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037735.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2125999.0','1045911.0','2656',    '1994','879','1047991.47',    '1814','528','723838.34',    '1105','564','324153.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037736.0','1020344.0','4',    '4','1','1320.0',    '3','1','820.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126000.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037737.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126001.0','1045911.0','968',    '754','328','581158.86',    '698','233','454082.53',    '375','181','127076.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037738.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126002.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037739.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126003.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037740.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126004.0','1045911.0','2830',    '2287','840','987724.56',    '2088','416','630443.44',    '1234','614','357281.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037741.0','1020344.0','1',    '1','1','3140.0',    '1','1','2640.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126005.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037742.0','1020344.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126006.0','1045911.0','1',    '1','1','10500.0',    '1','1','10000.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037743.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126007.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037744.0','1020344.0','6',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126008.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037745.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126009.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037746.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126010.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037747.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126011.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037748.0','1020344.0','20',    '11','4','4721.59',    '10','3','4379.89',    '4','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126012.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037749.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126013.0','1045911.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037750.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126014.0','1045911.0','822',    '645','178','200723.0',    '593','68','124645.0',    '298','140','76078.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037751.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126015.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037752.0','1020344.0','4033',    '3208','1151','1394330.58',    '2970','584','920094.68',    '1710','812','474235.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126016.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037753.0','1020344.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126017.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037754.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126018.0','1045911.0','124',    '91','35','40127.2',    '89','13','25285.5',    '44','29','14841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037755.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126019.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037756.0','1020344.0','1',    '1','1','7756.0',    '1','1','2156.0',    '1','1','5600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126020.0','1045911.0','1',    '1','1','1161.7',    '1','1','820.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037757.0','1020344.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126021.0','1045911.0','3',    '3','1','20100.0',    '2','1','15000.0',    '2','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037758.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126022.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037759.0','1020344.0','3672',    '2746','1063','1239352.76',    '2437','687','872011.18',    '1399','599','367341.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126023.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037760.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126024.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037761.0','1020344.0','230',    '170','82','168105.49',    '163','65','142527.5',    '71','41','25577.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126025.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037762.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126026.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037763.0','1020344.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126027.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037764.0','1020344.0','2',    '2','1','1563.0',    '2','1','1063.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126028.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037765.0','1020344.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126029.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037766.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126030.0','1045911.0','4850',    '3780','1679','1907612.48',    '3433','858','1199444.36',    '2274','1275','708168.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037767.0','1020344.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126031.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037768.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126032.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037769.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126033.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037770.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126034.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037771.0','1020344.0','1731',    '1359','454','576534.14',    '1258','225','401854.94',    '643','312','174679.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126035.0','1045911.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037772.0','1020344.0','37',    '31','15','24206.8',    '29','14','19779.0',    '14','6','4427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126036.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037773.0','1020344.0','7',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126037.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037774.0','1020344.0','1',    '1','1','1981.7',    '1','1','1640.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126038.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037775.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126039.0','1045911.0','7',    '7','4','4780.0',    '6','4','3280.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037776.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126040.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037777.0','1020344.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126041.0','1045911.0','5',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037778.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126042.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037779.0','1020344.0','4',    '4','3','3689.0',    '4','3','3189.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126043.0','1045911.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037780.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126044.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037781.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126045.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037782.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126046.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037783.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126047.0','1045911.0','57',    '48','12','7626.0',    '41','2','2126.0',    '31','11','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037784.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126048.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037785.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126049.0','1045911.0','1270',    '1033','348','410824.23',    '988','185','291223.83',    '421','240','119600.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037786.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126050.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037787.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126051.0','1045911.0','5',    '5','1','250.0',    '3','0','0.0',    '4','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037788.0','1020344.0','2',    '2','2','7209.8',    '2','2','4282.0',    '2','2','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126052.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028747.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117011.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037789.0','1020344.0','614',    '434','177','176171.1',    '370','118','118637.5',    '228','90','57533.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126053.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037790.0','1020344.0','23',    '13','3','3140.0',    '11','1','1640.0',    '7','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126054.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037791.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126055.0','1045911.0','3852',    '2999','1245','1212438.31',    '2688','818','826529.49',    '1551','720','385908.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037792.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126056.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037793.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126057.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037794.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126058.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037795.0','1020344.0','44',    '30','4','5718.5',    '26','3','4718.5',    '12','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126059.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037796.0','1020344.0','1605',    '1228','517','657531.07',    '1133','312','462863.03',    '654','316','194668.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126060.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037797.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126061.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037798.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126062.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037799.0','1020344.0','1547',    '1143','399','381331.11',    '994','240','241685.92',    '636','257','139645.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126063.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037800.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126064.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037801.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126065.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037802.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126066.0','1045911.0','1',    '1','1','1320.0',    '1','1','820.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037803.0','1020344.0','1580',    '1242','396','472898.81',    '1128','212','310844.91',    '630','267','162053.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126067.0','1045911.0','1972',    '1513','688','780294.52',    '1395','528','593390.66',    '724','323','186903.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037804.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126068.0','1045911.0','3742',    '2869','1248','1443733.1',    '2633','853','1025104.03',    '1410','713','418629.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037805.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126069.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037806.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126070.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037807.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126071.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037808.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126072.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037809.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126073.0','1045911.0','1',    '1','1','820.0',    '1','1','820.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037810.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126074.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037811.0','1020344.0','2007',    '1526','622','564633.58',    '1334','373','369798.78',    '830','370','194834.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126075.0','1045911.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037812.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126076.0','1045911.0','1',    '1','1','1320.0',    '1','1','820.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037813.0','1020344.0','177',    '128','43','49481.1',    '117','27','36247.5',    '62','20','13233.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126077.0','1045911.0','1044',    '791','312','323525.11',    '720','205','220532.2',    '389','185','102992.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037814.0','1020344.0','2',    '2','2','1819.5',    '2','2','1319.5',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126078.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037815.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126079.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037816.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126080.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037817.0','1020344.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126081.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037818.0','1020344.0','219',    '170','47','35442.0',    '155','12','14942.0',    '91','41','20500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126082.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037819.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126083.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037820.0','1020344.0','80',    '61','28','29884.1',    '55','22','21859.0',    '31','15','8025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126084.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037821.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126085.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037822.0','1020344.0','2',    '2','2','841.7',    '2','0','0.0',    '2','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126086.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037823.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126087.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037824.0','1020344.0','842',    '605','293','397514.19',    '561','227','303894.15',    '272','139','93620.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126088.0','1045911.0','1566',    '1221','590','892345.16',    '1134','420','685486.22',    '635','335','206858.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037825.0','1020344.0','9',    '8','3','4679.7',    '8','2','3338.0',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126089.0','1045911.0','3',    '2','1','15000.0',    '2','1','15000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037826.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126090.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037827.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126091.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037828.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126092.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037829.0','1020344.0','69',    '49','18','46712.4',    '45','15','40259.5',    '24','11','6452.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126093.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037830.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126094.0','1045911.0','1',    '1','1','2409.7',    '1','1','2068.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037831.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126095.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037832.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126096.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037833.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126097.0','1045911.0','3',    '2','2','2034.0',    '2','1','1034.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037834.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126098.0','1045911.0','2',    '1','1','1534.0',    '1','1','1034.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037835.0','1020344.0','27',    '24','2','1640.0',    '24','2','1640.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126099.0','1045911.0','771',    '633','204','265209.0',    '568','102','181366.5',    '356','145','83842.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037836.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126100.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037837.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126101.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037838.0','1020344.0','18',    '15','4','4767.0',    '15','4','4767.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126102.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037839.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126103.0','1045911.0','1058',    '844','255','347759.2',    '773','118','247245.79',    '397','180','100513.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037840.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126104.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037841.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126105.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037842.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126106.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037843.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126107.0','1045911.0','1104',    '895','249','320497.77',    '829','115','216954.18',    '410','173','103543.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037844.0','1020344.0','4',    '3','1','1534.0',    '3','1','1034.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126108.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037845.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126109.0','1045911.0','26',    '21','5','9402.5',    '20','5','9402.5',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037846.0','1020344.0','453',    '340','134','150618.46',    '312','87','115248.56',    '169','69','35369.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126110.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037847.0','1020344.0','11',    '9','2','2068.0',    '8','2','2068.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126111.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037848.0','1020344.0','1229',    '1000','337','470017.51',    '954','148','325714.02',    '469','246','144303.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126112.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037849.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126113.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037850.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126114.0','1045911.0','4',    '2','1','3613.02',    '1','0','0.0',    '1','1','3613.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037851.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126115.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037852.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126116.0','1045911.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028571.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116835.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037853.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126117.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037854.0','1020344.0','18',    '15','4','5636.0',    '15','3','5136.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126118.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037855.0','1020344.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126119.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037856.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126120.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037857.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126121.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037858.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126122.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037859.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126123.0','1045911.0','1',    '1','1','1534.0',    '1','1','1034.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037860.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126124.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037861.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126125.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037862.0','1020344.0','1',    '1','1','1534.0',    '1','1','1034.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126126.0','1045911.0','644',    '502','228','310763.15',    '463','158','248327.54',    '243','124','62435.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037863.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126127.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037864.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126128.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037865.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126129.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037866.0','1020344.0','320',    '265','106','162885.3',    '254','54','126249.0',    '114','71','36636.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126130.0','1045911.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037867.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126131.0','1045911.0','4139',    '3444','1213','1490853.87',    '3264','647','1037040.64',    '1667','844','453813.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037868.0','1020344.0','141',    '119','45','35250.6',    '118','13','16225.5',    '60','37','19025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126132.0','1045911.0','3362',    '2687','835','917012.73',    '2512','424','618233.09',    '1229','591','298779.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037869.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126133.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037870.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126134.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037871.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126135.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037872.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126136.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037873.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126137.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028553.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116817.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037874.0','1020344.0','1578',    '1254','439','483019.68',    '1166','235','336405.38',    '631','288','146614.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126138.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037875.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126139.0','1045911.0','359',    '293','142','350134.72',    '282','88','288784.52',    '138','92','61350.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037876.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126140.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037877.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126141.0','1045911.0','2',    '2','2','841.7',    '2','0','0.0',    '2','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037878.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126142.0','1045911.0','188',    '153','60','75797.59',    '142','31','55772.49',    '73','41','20025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028510.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116774.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037879.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126143.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037880.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126144.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037881.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126145.0','1045911.0','1',    '1','1','3543.7',    '1','1','2702.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037882.0','1020344.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126146.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037883.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126147.0','1045911.0','2403',    '1936','615','772964.13',    '1780','298','505451.33',    '983','435','267512.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037884.0','1020344.0','4',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126148.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037885.0','1020344.0','59',    '54','22','22245.0',    '54','11','14245.0',    '30','16','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126149.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037886.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126150.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037887.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126151.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037888.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126152.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037889.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126153.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037890.0','1020344.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126154.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037891.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126155.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037892.0','1020344.0','655',    '512','180','215546.8',    '474','95','151371.5',    '255','122','64175.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126156.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037893.0','1020344.0','1',    '1','1','1534.0',    '1','1','1034.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126157.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037894.0','1020344.0','76',    '60','14','15970.5',    '58','12','12470.5',    '16','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126158.0','1045911.0','722',    '526','169','181700.3',    '483','83','117294.5',    '273','117','64405.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028535.0','1020344.0','3',    '3','3','1341.7',    '3','0','0.0',    '3','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116799.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037895.0','1020344.0','194',    '156','59','85770.78',    '147','42','70087.38',    '63','31','15683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126159.0','1045911.0','47',    '39','12','12111.7',    '37','7','8770.0',    '16','7','3341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037896.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126160.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037897.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126161.0','1045911.0','543',    '456','177','227661.4',    '435','111','167169.5',    '214','113','60491.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037898.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126162.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037899.0','1020344.0','177',    '144','61','66872.94',    '136','26','42420.04',    '86','47','24452.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126163.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037900.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126164.0','1045911.0','92',    '70','25','27583.7',    '66','13','18242.0',    '33','19','9341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037901.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126165.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037902.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126166.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037903.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126167.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037904.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126168.0','1045911.0','431',    '342','107','97081.27',    '317','50','55383.97',    '159','77','41697.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037905.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126169.0','1045911.0','5',    '5','2','1341.7',    '5','0','0.0',    '3','2','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037906.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126170.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037907.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126171.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037908.0','1020344.0','155',    '138','59','71910.0',    '136','14','45910.0',    '64','51','26000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126172.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037909.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126173.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037910.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126174.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037911.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126175.0','1045911.0','305',    '239','83','90296.5',    '225','47','62088.0',    '116','55','28208.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037912.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126176.0','1045911.0','40',    '39','14','20097.0',    '39','5','14097.0',    '16','12','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037913.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126177.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037914.0','1020344.0','2',    '2','1','1295.0',    '2','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126178.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037915.0','1020344.0','17826',    '13316','5134','6070340.69',    '12431','3133','4428925.51',    '6230','3122','1641415.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126179.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037916.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126180.0','1045911.0','2',    '2','1','1534.0',    '2','1','1034.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037917.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126181.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037918.0','1020344.0','587',    '488','185','236938.69',    '439','85','153251.01',    '271','135','83687.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126182.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037919.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126183.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037920.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126184.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037921.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126185.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037922.0','1020344.0','9',    '9','2','1795.0',    '8','1','1295.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126186.0','1045911.0','10',    '8','3','1500.0',    '6','0','0.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037923.0','1020344.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126187.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2028541.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2116805.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2028525.0','1020344.0','3',    '4','1','1034.0',    '4','1','1034.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2116789.0','1045911.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037924.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126188.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001617.0',    '2037925.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006138.0',    '2126189.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037926.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126190.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037927.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126191.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037928.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126192.0','1045911.0','2',    '2','1','341.7',    '1','0','0.0',    '2','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037929.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126193.0','1045911.0','5',    '4','3','5497.0',    '4','2','4997.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037930.0','1020344.0','5',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126194.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037931.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126195.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037932.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126196.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037933.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126197.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037934.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126198.0','1045911.0','1054',    '816','252','264939.49',    '718','117','176066.49',    '462','175','88873.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037935.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126199.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037936.0','1020344.0','4',    '4','1','3543.7',    '3','1','2702.0',    '4','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126200.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037937.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126201.0','1045911.0','6',    '5','2','841.7',    '5','0','0.0',    '5','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037938.0','1020344.0','2',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126202.0','1045911.0','2',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037939.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126203.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037940.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126204.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037941.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126205.0','1045911.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037942.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126206.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028524.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116788.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037943.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126207.0','1045911.0','2848',    '2277','1038','1251720.82',    '2147','662','897136.03',    '1192','676','354584.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037944.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126208.0','1045911.0','103',    '81','29','32152.1',    '72','16','22127.0',    '55','20','10025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037945.0','1020344.0','11',    '8','2','2136.7',    '8','1','1295.0',    '5','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126209.0','1045911.0','5',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037946.0','1020344.0','675',    '526','187','185996.5',    '489','85','117018.5',    '278','134','68978.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126210.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037947.0','1020344.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126211.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037948.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126212.0','1045911.0','10955',    '8599','2755','3012558.24',    '8021','1411','2002794.3',    '4127','1920','1009763.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037949.0','1020344.0','8',    '6','2','2295.0',    '6','1','1295.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126213.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037950.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126214.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037951.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126215.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037952.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126216.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037953.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126217.0','1045911.0','902',    '680','262','306249.1',    '638','159','221308.5',    '328','156','84940.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037954.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126218.0','1045911.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037955.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126219.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037956.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126220.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037957.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126221.0','1045911.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037958.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126222.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037959.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126223.0','1045911.0','3990',    '3276','1568','2327421.64',    '2973','810','1526334.16',    '2263','1215','801087.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037960.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126224.0','1045911.0','5',    '5','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037961.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126225.0','1045911.0','4',    '4','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037962.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126226.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028565.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116829.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037963.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126227.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037964.0','1020344.0','7665',    '5803','2221','2526730.05',    '5424','1306','1765697.85',    '2809','1433','761032.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126228.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037965.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126229.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037966.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126230.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037967.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126231.0','1045911.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037968.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126232.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037969.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126233.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037970.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126234.0','1045911.0','2960',    '2407','831','994712.09',    '2259','454','684914.89',    '1103','567','309797.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037971.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126235.0','1045911.0','62',    '50','15','12770.0',    '43','6','7770.0',    '33','10','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037972.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126236.0','1045911.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037973.0','1020344.0','3',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126237.0','1045911.0','8',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037974.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126238.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037975.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126239.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037976.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126240.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037977.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126241.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037978.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126242.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037979.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126243.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037980.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126244.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037981.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126245.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037982.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126246.0','1045911.0','12736',    '9174','3761','4537552.74',    '8480','2369','3332769.54',    '4503','2259','1204783.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037983.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126247.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037984.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126248.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037985.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126249.0','1045911.0','3476',    '2720','1071','1389182.37',    '2580','674','1043974.99',    '1253','648','345207.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037986.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126250.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037987.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126251.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037988.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126252.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037989.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126253.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037990.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126254.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037991.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126255.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037992.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126256.0','1045911.0','3',    '3','1','1295.0',    '3','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037993.0','1020344.0','5',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126257.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037994.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126258.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037995.0','1020344.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126259.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037996.0','1020344.0','4',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126260.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037997.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126261.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037998.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126262.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2037999.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126263.0','1045911.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038000.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126264.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038001.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126265.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038002.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126266.0','1045911.0','27',    '17','8','7068.4',    '15','3','3885.0',    '12','7','3183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038003.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126267.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038004.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126268.0','1045911.0','6395',    '4864','1816','2214175.9',    '4519','1077','1599780.5',    '2346','1138','614395.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038005.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126269.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038006.0','1020344.0','7',    '6','1','1295.0',    '6','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126270.0','1045911.0','2',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038007.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126271.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038008.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126272.0','1045911.0','2',    '2','1','1295.0',    '2','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038009.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126273.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038010.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126274.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038011.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126275.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038012.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126276.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038013.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126277.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038014.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126278.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038015.0','1020344.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126279.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038016.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126280.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038017.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126281.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038018.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126282.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038019.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126283.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038020.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126284.0','1045911.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038021.0','1020344.0','8',    '5','3','1341.7',    '4','0','0.0',    '4','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126285.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038022.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126286.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038023.0','1020344.0','10',    '8','2','3590.0',    '6','2','2590.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126287.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038024.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126288.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038025.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126289.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038026.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126290.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038027.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126291.0','1045911.0','56',    '33','14','17745.0',    '28','11','14245.0',    '16','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038028.0','1020344.0','804',    '665','217','203150.75',    '640','89','122967.35',    '292','160','80183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126292.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038029.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126293.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038030.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126294.0','1045911.0','1',    '1','1','1665.0',    '1','1','1665.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038031.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126295.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038032.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126296.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038033.0','1020344.0','8',    '5','2','3590.0',    '5','2','2590.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126297.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038034.0','1020344.0','6251',    '4907','1843','2144380.3',    '4586','1106','1564103.0',    '2323','1143','580277.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126298.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038035.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126299.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038036.0','1020344.0','9611',    '6926','2675','3363238.4',    '6429','1754','2502630.22',    '3187','1546','860608.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126300.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038037.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126301.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038038.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126302.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038039.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126303.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038040.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126304.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038041.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126305.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038042.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126306.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038043.0','1020344.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126307.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038044.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126308.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038045.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126309.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038046.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126310.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038047.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126311.0','1045911.0','3832',    '2968','1222','1433002.96',    '2809','740','1027737.46',    '1376','758','405265.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038048.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126312.0','1045911.0','14',    '12','3','1500.0',    '11','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038049.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126313.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038050.0','1020344.0','172',    '140','60','109780.0',    '128','28','67546.0',    '94','51','42234.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126314.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038051.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126315.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038052.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126316.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038053.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126317.0','1045911.0','2',    '2','1','1795.0',    '2','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038054.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126318.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038055.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126319.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038056.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126320.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038057.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126321.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038058.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126322.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038059.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126323.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038060.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126324.0','1045911.0','3771',    '3008','1324','1492151.41',    '2724','691','973229.46',    '1815','948','518921.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038061.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126325.0','1045911.0','10',    '7','2','1000.0',    '6','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038062.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126326.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038063.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126327.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038064.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126328.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038065.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126329.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038066.0','1020344.0','2075',    '1702','756','1073745.05',    '1594','379','710420.95',    '1068','557','363324.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126330.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038067.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126331.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038068.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126332.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038069.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126333.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038070.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126334.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038071.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126335.0','1045911.0','1',    '1','1','5629.8',    '1','1','3702.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038072.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126336.0','1045911.0','8',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038073.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126337.0','1045911.0','2',    '2','2','2636.7',    '2','1','1295.0',    '2','2','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038074.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126338.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038075.0','1020344.0','27',    '13','4','6812.8',    '11','3','3885.0',    '8','3','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126339.0','1045911.0','7',    '6','2','1795.0',    '5','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038076.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126340.0','1045911.0','7',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038077.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126341.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038078.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126342.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038079.0','1020344.0','8',    '6','1','1795.0',    '6','1','1295.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126343.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038080.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126344.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038081.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126345.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038082.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126346.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038083.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126347.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038084.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126348.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038085.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126349.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038086.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126350.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038087.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126351.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038088.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126352.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038089.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126353.0','1045911.0','18',    '16','7','7226.7',    '16','4','4885.0',    '7','5','2341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038090.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126354.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038091.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126355.0','1045911.0','1',    '1','1','2702.0',    '1','1','2702.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038092.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126356.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038093.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126357.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038094.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126358.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038095.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126359.0','1045911.0','17',    '11','2','2295.0',    '8','2','2295.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038096.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126360.0','1045911.0','4887',    '3756','1765','2338524.58',    '3296','957','1483900.64',    '2515','1316','854623.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038097.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126361.0','1045911.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038098.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126362.0','1045911.0','5',    '3','1','341.7',    '3','0','0.0',    '3','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038099.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126363.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038100.0','1020344.0','8276',    '6758','2917','3907969.69',    '6212','1474','2559934.32',    '4091','2161','1348035.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126364.0','1045911.0','272',    '231','90','160749.6',    '221','51','121338.0',    '117','58','39411.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038101.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126365.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038102.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126366.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038103.0','1020344.0','3',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126367.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038104.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126368.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038105.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126369.0','1045911.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038106.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126370.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038107.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126371.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038108.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126372.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038109.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126373.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038110.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126374.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038111.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126375.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038112.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126376.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038113.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126377.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038114.0','1020344.0','50',    '36','5','5385.0',    '34','3','3885.0',    '14','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126378.0','1045911.0','16707',    '12400','5502','7598885.64',    '11418','3559','5495632.45',    '6676','3504','2103253.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038115.0','1020344.0','9382',    '7253','3164','4322921.47',    '6546','1590','2870399.78',    '4687','2385','1452521.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126379.0','1045911.0','13757',    '11256','3545','4287327.03',    '10651','1833','2964463.42',    '5302','2377','1322863.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038116.0','1020344.0','1',    '1','1','3043.7',    '1','1','2702.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126380.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038117.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126381.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038118.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126382.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038119.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126383.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038120.0','1020344.0','1',    '1','1','2702.0',    '1','1','2702.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126384.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038121.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126385.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038122.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126386.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038123.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126387.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038124.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126388.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038125.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126389.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038126.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126390.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038127.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126391.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038128.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126392.0','1045911.0','4',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038129.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126393.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038130.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126394.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038131.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126395.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038132.0','1020344.0','6',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126396.0','1045911.0','1295',    '1052','289','393363.0',    '1008','145','257289.0',    '473','208','136074.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038133.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126397.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038134.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126398.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038135.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126399.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038136.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126400.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038137.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126401.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038138.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126402.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038139.0','1020344.0','4',    '2','1','1795.0',    '2','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126403.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038140.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126404.0','1045911.0','7',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038141.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126405.0','1045911.0','11739',    '9289','3903','4829789.99',    '8573','2097','3270914.2',    '5330','2736','1558875.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028567.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116831.0','1045911.0','646',    '520','169','279774.35',    '503','69','219954.65',    '232','119','59819.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038142.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126406.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038143.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126407.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038144.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126408.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038145.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126409.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038146.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126410.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038147.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126411.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038148.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126412.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038149.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126413.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038150.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126414.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038151.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126415.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038152.0','1020344.0','1318',    '977','323','329610.35',    '891','149','205051.85',    '491','241','124558.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126416.0','1045911.0','15393',    '12360','4958','6076367.0',    '11324','2574','4031348.56',    '7058','3554','2045018.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038153.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126417.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038154.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126418.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038155.0','1020344.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126419.0','1045911.0','12',    '9','1','1295.0',    '8','1','1295.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038156.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126420.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038157.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126421.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038158.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126422.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038159.0','1020344.0','355',    '252','76','111994.66',    '223','48','74504.9',    '143','57','37489.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126423.0','1045911.0','6208',    '4796','2045','2572968.46',    '4404','1125','1773747.61',    '2757','1421','799220.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038160.0','1020344.0','1058',    '874','302','348003.38',    '821','186','253833.68',    '392','174','94169.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126424.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038161.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126425.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038162.0','1020344.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126426.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038163.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126427.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038164.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126428.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038165.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126429.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038166.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126430.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038167.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126431.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038168.0','1020344.0','3711',    '2902','1129','1370412.59',    '2719','660','987722.0',    '1434','728','382690.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126432.0','1045911.0','3856',    '3201','1259','1826000.17',    '2959','588','1223887.47',    '1902','979','602112.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038169.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126433.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038170.0','1020344.0','47',    '34','9','8816.7',    '31','5','6475.0',    '15','5','2341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126434.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038171.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126435.0','1045911.0','80',    '61','22','24270.1',    '57','11','14245.0',    '38','21','10025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038172.0','1020344.0','7766',    '6119','2421','2778755.88',    '5668','1249','1847642.08',    '3366','1715','931113.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126436.0','1045911.0','3054',    '2282','872','1098775.62',    '2121','541','814501.03',    '1099','527','284274.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038173.0','1020344.0','8226',    '6262','2763','3622225.75',    '5690','1506','2465398.48',    '3672','1986','1156827.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126437.0','1045911.0','11960',    '9620','2582','2842288.96',    '9131','1233','1887794.13',    '4156','1829','954494.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038174.0','1020344.0','155',    '138','48','43967.0',    '136','18','25717.0',    '61','37','18250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126438.0','1045911.0','6091',    '4898','1442','1665698.27',    '4637','725','1143987.21',    '2224','997','521711.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038175.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126439.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038176.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126440.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038177.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126441.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038178.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126442.0','1045911.0','5',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038179.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126443.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038180.0','1020344.0','10',    '7','2','2295.0',    '6','1','1295.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126444.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038181.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126445.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038182.0','1020344.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126446.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038183.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126447.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038184.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126448.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038185.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126449.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038186.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126450.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038187.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126451.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038188.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126452.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038189.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126453.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038190.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126454.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038191.0','1020344.0','49',    '20','5','6792.0',    '16','3','5292.0',    '9','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126455.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038192.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126456.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038193.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126457.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038194.0','1020344.0','312',    '249','95','117946.5',    '234','56','79738.0',    '121','57','38208.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126458.0','1045911.0','44',    '28','11','12565.0',    '28','7','9065.0',    '13','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038195.0','1020344.0','6252',    '4594','1948','2231161.5',    '4157','1108','1517201.0',    '2548','1329','713960.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126459.0','1045911.0','11212',    '9159','3482','4618147.7',    '8569','1829','3125132.38',    '4920','2430','1493015.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038196.0','1020344.0','2350',    '1959','530','567009.5',    '1884','256','376509.5',    '816','356','190500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126460.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038197.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126461.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038198.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126462.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038199.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126463.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038200.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126464.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038201.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126465.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038202.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126466.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038203.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126467.0','1045911.0','315',    '241','82','122019.8',    '228','50','95883.5',    '98','51','26136.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038204.0','1020344.0','51',    '36','14','17515.2',    '32','8','13673.5',    '19','8','3841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126468.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038205.0','1020344.0','11456',    '9244','2689','3344833.99',    '8807','1556','2445759.49',    '3850','1639','899074.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126469.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038206.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126470.0','1045911.0','24',    '20','5','7587.0',    '16','4','6587.0',    '12','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038207.0','1020344.0','7',    '6','3','2795.0',    '6','1','1295.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126471.0','1045911.0','1226',    '871','321','651308.04',    '804','174','421747.24',    '478','256','229560.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038208.0','1020344.0','182',    '155','69','70256.5',    '147','30','40756.5',    '95','59','29500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126472.0','1045911.0','5536',    '4484','1336','1604459.44',    '4224','774','1168210.5',    '1867','815','436248.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038209.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126473.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038210.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126474.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038211.0','1020344.0','2',    '2','1','1295.0',    '1','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126475.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038212.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126476.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038213.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126477.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038214.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126478.0','1045911.0','2',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038215.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126479.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038216.0','1020344.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126480.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038217.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126481.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038218.0','1020344.0','10643',    '7736','3352','4196473.36',    '7092','2138','3050050.68',    '4002','2062','1146422.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126482.0','1045911.0','4350',    '3340','1337','1726207.94',    '3039','758','1206553.34',    '1893','912','519654.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038219.0','1020344.0','4212',    '3439','1020','1387514.72',    '3291','544','1015550.73',    '1530','666','371963.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126483.0','1045911.0','3',    '2','2','3090.0',    '2','2','2590.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038220.0','1020344.0','9210',    '7131','3196','3943507.16',    '6415','1602','2523164.37',    '4499','2364','1420342.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126484.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038221.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126485.0','1045911.0','5',    '4','1','1295.0',    '4','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038222.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126486.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028644.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116908.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038223.0','1020344.0','7410',    '5564','2236','2756196.82',    '5205','1385','2039159.27',    '2675','1338','717037.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126487.0','1045911.0','8097',    '6171','2351','2828241.59',    '5730','1376','2062949.0',    '3074','1482','765292.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038224.0','1020344.0','6',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126488.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038225.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126489.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038226.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126490.0','1045911.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038227.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126491.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038228.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126492.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038229.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126493.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038230.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126494.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038231.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126495.0','1045911.0','273',    '222','96','113607.4',    '210','49','73176.5',    '142','72','40430.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038232.0','1020344.0','5798',    '4377','1796','2262593.2',    '3985','955','1546831.52',    '2547','1298','715761.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126496.0','1045911.0','13725',    '10542','3596','4457177.69',    '9943','2190','3312473.75',    '4691','2139','1144703.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038233.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126497.0','1045911.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038234.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126498.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038235.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126499.0','1045911.0','16682',    '13037','5647','7194608.23',    '11829','2902','4742223.16',    '8064','4219','2452385.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038236.0','1020344.0','6586',    '5090','1719','1989136.24',    '4793','951','1417204.5',    '2352','1109','571931.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126500.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038237.0','1020344.0','3321',    '2663','1061','1151801.62',    '2554','559','780439.22',    '1257','724','371362.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126501.0','1045911.0','1297',    '992','393','542831.29',    '904','205','378381.99',    '606','274','164449.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038238.0','1020344.0','43',    '36','12','10316.7',    '34','5','6475.0',    '23','8','3841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126502.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038239.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126503.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038240.0','1020344.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126504.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038241.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126505.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038242.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126506.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038243.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126507.0','1045911.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038244.0','1020344.0','16',    '10','5','6792.0',    '8','3','5292.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126508.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038245.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126509.0','1045911.0','165',    '131','64','68628.6',    '122','26','36484.0',    '87','51','32144.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038246.0','1020344.0','88',    '61','15','14746.9',    '55','10','10563.5',    '29','9','4183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126510.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038247.0','1020344.0','12456',    '9095','3870','4530519.51',    '8383','2371','3249179.42',    '4583','2393','1281340.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126511.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038248.0','1020344.0','931',    '711','211','206674.0',    '658','107','137257.0',    '345','142','69417.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126512.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038249.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126513.0','1045911.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038250.0','1020344.0','5',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126514.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038251.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126515.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038252.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126516.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038253.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126517.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038254.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126518.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038255.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126519.0','1045911.0','2',    '2','2','3590.0',    '2','2','2590.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038256.0','1020344.0','4880',    '3932','1195','1586463.25',    '3740','674','1198178.56',    '1713','729','388284.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126520.0','1045911.0','57',    '40','14','14360.4',    '39','6','10177.0',    '18','9','4183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030326.0','1020344.0','811',    '557','193','204028.7',    '501','97','133133.0',    '305','144','70895.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118590.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038257.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126521.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038258.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126522.0','1045911.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038259.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126523.0','1045911.0','5',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038260.0','1020344.0','2215',    '1589','761','917455.52',    '1418','481','659286.72',    '926','493','258168.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126524.0','1045911.0','10010',    '7750','2704','3499086.56',    '7283','1655','2618741.34',    '3500','1627','880345.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038261.0','1020344.0','1047',    '852','318','393292.67',    '798','166','269187.19',    '459','229','124105.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126525.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038262.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126526.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038263.0','1020344.0','2267',    '1769','631','769029.5',    '1668','387','563029.8',    '837','408','205999.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126527.0','1045911.0','4355',    '3347','1285','1566091.22',    '3108','683','1056515.22',    '1752','905','509576.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038264.0','1020344.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126528.0','1045911.0','2468',    '2001','743','908274.53',    '1839','360','616826.08',    '1112','541','291448.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038265.0','1020344.0','6575',    '4918','1852','2284718.64',    '4580','1187','1738058.55',    '2267','1064','546660.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126529.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038266.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126530.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038267.0','1020344.0','38',    '21','7','8521.7',    '17','4','5180.0',    '14','7','3341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126531.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038268.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126532.0','1045911.0','110',    '88','28','26357.0',    '81','10','14357.0',    '48','24','12000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038269.0','1020344.0','5815',    '4489','2009','2617056.98',    '4144','1100','1811320.98',    '2665','1429','805736.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126533.0','1045911.0','9063',    '7208','2152','2369800.49',    '6787','1130','1623873.89',    '3208','1421','745926.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038270.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126534.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038271.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126535.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038272.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126536.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038273.0','1020344.0','241',    '192','79','104528.1',    '180','39','77525.0',    '111','51','27003.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126537.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038274.0','1020344.0','310',    '260','127','199818.85',    '247','77','162765.55',    '128','72','37053.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126538.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038275.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126539.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038276.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126540.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038277.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126541.0','1045911.0','6589',    '5096','2193','3259484.95',    '4757','1316','2445221.88',    '2645','1383','814263.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038278.0','1020344.0','223',    '162','56','63901.12',    '147','32','42847.0',    '87','36','21054.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126542.0','1045911.0','4324',    '3599','801','903871.14',    '3443','390','607974.24',    '1414','551','295896.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038279.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126543.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038280.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126544.0','1045911.0','1302',    '1025','458','507887.97',    '941','256','348642.57',    '587','315','159245.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030372.0','1020344.0','18176',    '13907','6313','8079250.75',    '12643','3398','5387129.55',    '8623','4507','2692121.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118636.0','1045911.0','9506',    '7413','3275','4096803.48',    '6832','1744','2780183.52',    '4343','2380','1316619.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038281.0','1020344.0','9340',    '7618','2324','2757607.38',    '7202','1303','1960888.01',    '3390','1511','796719.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126545.0','1045911.0','26',    '23','4','27907.0',    '23','4','25637.5',    '7','2','2269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038282.0','1020344.0','8746',    '7135','2483','2899737.34',    '6677','1245','1941107.24',    '3460','1686','958630.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126546.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038283.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126547.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038284.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126548.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038285.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126549.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030354.0','1020344.0','1',    '1','1','18202.0',    '1','1','17702.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118618.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038286.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126550.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038287.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126551.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038288.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126552.0','1045911.0','6976',    '5473','2257','2770909.61',    '5123','1272','1919257.66',    '2895','1544','851651.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038289.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126553.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038290.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126554.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038291.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126555.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038292.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126556.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038293.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126557.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038294.0','1020344.0','9',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126558.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038295.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126559.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038296.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126560.0','1045911.0','2559',    '2066','757','790733.89',    '1965','304','498329.59',    '1025','577','292404.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038297.0','1020344.0','3',    '3','1','1295.0',    '3','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126561.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038298.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126562.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030182.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118446.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038299.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126563.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038300.0','1020344.0','2',    '2','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126564.0','1045911.0','5',    '4','2','3090.0',    '4','2','2590.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038301.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126565.0','1045911.0','5417',    '4067','1461','1592370.44',    '3768','724','1026522.95',    '2043','1038','565847.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038302.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126566.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038303.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126567.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038304.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126568.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038305.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126569.0','1045911.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038306.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126570.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038307.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126571.0','1045911.0','3',    '3','1','1795.0',    '3','1','1295.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038308.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126572.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038309.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126573.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038310.0','1020344.0','124',    '96','32','37888.59',    '89','15','20732.79',    '46','22','17155.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126574.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038311.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126575.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038312.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126576.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038313.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126577.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030364.0','1020344.0','28',    '19','14','12056.0',    '19','2','5556.0',    '13','13','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118628.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030418.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118682.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030357.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118621.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030393.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118657.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030396.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118660.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038314.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126578.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038315.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126579.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038316.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126580.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030374.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118638.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030394.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118658.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030356.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118620.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038317.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126581.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030126.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118390.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038318.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126582.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038319.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126583.0','1045911.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038320.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126584.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030346.0','1020344.0','66',    '51','18','18320.0',    '45','10','13320.0',    '24','10','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118610.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030368.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118632.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038321.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126585.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038322.0','1020344.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126586.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038323.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126587.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038324.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126588.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038325.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126589.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030382.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118646.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038326.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126590.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030369.0','1020344.0','3',    '2','1','1795.0',    '2','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118633.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038327.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126591.0','1045911.0','1',    '1','1','1000.0',    '1','1','1000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030313.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118577.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038328.0','1020344.0','3',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126592.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038329.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126593.0','1045911.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030359.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118623.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038330.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126594.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038331.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126595.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038332.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126596.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038333.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126597.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038334.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126598.0','1045911.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038335.0','1020344.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126599.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030365.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118629.0','1045911.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038336.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126600.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038337.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126601.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038338.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126602.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030224.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118488.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038339.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126603.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038340.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126604.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038341.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126605.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038342.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126606.0','1045911.0','2',    '2','1','1795.0',    '2','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030370.0','1020344.0','295',    '244','76','102401.33',    '228','45','81739.23',    '107','44','20662.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118634.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038343.0','1020344.0','2',    '2','1','1795.0',    '2','1','1295.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126607.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038344.0','1020344.0','1748',    '1318','529','613551.76',    '1232','272','414608.46',    '674','371','198943.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126608.0','1045911.0','6',    '5','2','1000.0',    '3','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038345.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126609.0','1045911.0','5',    '4','1','1295.0',    '4','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038346.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126610.0','1045911.0','2',    '2','1','1295.0',    '2','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038347.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126611.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038348.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126612.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038349.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126613.0','1045911.0','4',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038350.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126614.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038351.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126615.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038352.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126616.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038353.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126617.0','1045911.0','10999',    '8654','3452','4509880.24',    '8173','1956','3213845.13',    '4432','2311','1296035.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030360.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118624.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038354.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126618.0','1045911.0','1',    '1','1','3702.0',    '1','1','3702.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038355.0','1020344.0','737',    '588','148','160129.4',    '562','71','111737.5',    '241','97','48391.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126619.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038356.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126620.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038357.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126621.0','1045911.0','242',    '175','74','85275.06',    '158','34','49905.85',    '102','60','35369.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038358.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126622.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038359.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126623.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038360.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126624.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030294.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118558.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030355.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118619.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030384.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118648.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030371.0','1020344.0','11',    '8','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118635.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038361.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126625.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038362.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126626.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038363.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126627.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030375.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118639.0','1045911.0','3',    '2','1','1295.0',    '2','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038364.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126628.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038365.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126629.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038366.0','1020344.0','1',    '1','1','2590.0',    '1','1','2590.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126630.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030314.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118578.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030379.0','1020344.0','3425',    '2666','1089','1459260.03',    '2457','591','1022662.23',    '1491','781','436597.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118643.0','1045911.0','2',    '2','1','3202.0',    '2','1','2702.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030376.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118640.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038367.0','1020344.0','2815',    '2321','1004','1379836.59',    '2170','540','969784.94',    '1352','720','410051.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126631.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038368.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126632.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038369.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126633.0','1045911.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030416.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118680.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038370.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126634.0','1045911.0','6',    '6','2','2590.0',    '6','2','2590.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038371.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126635.0','1045911.0','1733',    '1352','590','710938.02',    '1261','332','511614.22',    '724','388','199323.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038372.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126636.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038373.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126637.0','1045911.0','120',    '82','34','29540.0',    '73','12','15540.0',    '48','28','14000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038374.0','1020344.0','8',    '8','2','1000.0',    '6','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126638.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038375.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126639.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038376.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126640.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038377.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126641.0','1045911.0','126',    '100','44','54803.1',    '94','27','39778.0',    '56','30','15025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038378.0','1020344.0','1',    '1','1','1500.0',    '1','1','1000.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126642.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038379.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126643.0','1045911.0','3',    '3','1','1795.0',    '2','1','1295.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038380.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126644.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038381.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126645.0','1045911.0','9',    '6','1','500.0',    '5','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038382.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126646.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038383.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126647.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038384.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126648.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038385.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126649.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030419.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118683.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038386.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126650.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038387.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126651.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038388.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126652.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038389.0','1020344.0','691',    '554','246','297839.3',    '500','150','208477.5',    '303','157','89361.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126653.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038390.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126654.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038391.0','1020344.0','61',    '42','11','10975.0',    '40','5','6475.0',    '16','8','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126655.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038392.0','1020344.0','970',    '782','207','226191.0',    '756','109','158982.5',    '290','136','67208.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126656.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038393.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126657.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030426.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118690.0','1045911.0','864',    '727','241','337971.94',    '691','130','250585.44',    '320','155','87386.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038394.0','1020344.0','771',    '589','291','380370.15',    '519','151','240707.55',    '404','211','139662.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126658.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038395.0','1020344.0','94',    '67','22','21928.4',    '64','11','14245.0',    '43','16','7683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126659.0','1045911.0','15',    '13','3','1500.0',    '12','0','0.0',    '11','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038396.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126660.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038397.0','1020344.0','2749',    '2105','875','1020677.79',    '1932','493','698959.0',    '1136','593','321718.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126661.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038398.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126662.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038399.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126663.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038400.0','1020344.0','1',    '1','1','499.5',    '1','1','499.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126664.0','1045911.0','5',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030497.0','1020344.0','11',    '9','5','5181.7',    '7','2','2590.0',    '7','5','2591.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118761.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038401.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126665.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030452.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118716.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038402.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126666.0','1045911.0','11065',    '8919','3802','4969655.9',    '8250','1957','3393818.85',    '5195','2782','1575837.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038403.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126667.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038404.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126668.0','1045911.0','40',    '33','8','7180.0',    '26','4','5180.0',    '17','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038405.0','1020344.0','2406',    '1880','691','866134.15',    '1783','463','672333.35',    '781','384','193800.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126669.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038406.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126670.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038407.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126671.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038408.0','1020344.0','55',    '35','13','15946.5',    '31','6','9177.0',    '21','10','6769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126672.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038409.0','1020344.0','6',    '5','3','5385.0',    '5','2','3885.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126673.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038410.0','1020344.0','14',    '11','4','4590.0',    '10','3','3590.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126674.0','1045911.0','64',    '51','14','15450.4',    '45','8','11767.0',    '29','8','3683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038411.0','1020344.0','20',    '12','4','3931.7',    '10','2','2590.0',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126675.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038412.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126676.0','1045911.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038413.0','1020344.0','1994',    '1609','542','916887.78',    '1498','292','695054.28',    '803','362','221833.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126677.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038414.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126678.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038415.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126679.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038416.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126680.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030392.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118656.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038417.0','1020344.0','14',    '11','3','2795.0',    '10','1','1295.0',    '7','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126681.0','1045911.0','30',    '16','7','5590.0',    '15','2','2590.0',    '10','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038418.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126682.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038419.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126683.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038420.0','1020344.0','119',    '87','35','42601.2',    '82','23','29490.0',    '47','24','13111.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126684.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038421.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126685.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038422.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126686.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038423.0','1020344.0','1321',    '1011','355','483139.95',    '940','187','356655.75',    '503','244','126484.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126687.0','1045911.0','2933',    '2337','1015','1405619.9',    '2152','532','955416.99',    '1442','741','450202.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030395.0','1020344.0','6880',    '5179','2328','2892708.46',    '4743','1375','2032406.72',    '2874','1558','860301.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118659.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038424.0','1020344.0','6900',    '5408','2269','2850845.24',    '4996','1311','1966397.75',    '2946','1560','884447.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126688.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038425.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126689.0','1045911.0','22',    '16','5','4726.7',    '15','3','3885.0',    '7','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030385.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118649.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038426.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126690.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030361.0','1020344.0','100',    '74','22','26588.4',    '68','11','19905.0',    '29','14','6683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118625.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038427.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126691.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030407.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118671.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038428.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126692.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030461.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118725.0','1045911.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038429.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126693.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038430.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126694.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038431.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126695.0','1045911.0','0',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038432.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126696.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038433.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126697.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038434.0','1020344.0','28',    '21','8','8680.0',    '21','4','5180.0',    '12','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126698.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038435.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126699.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038436.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126700.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038437.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126701.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038438.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126702.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038439.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126703.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038440.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126704.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038441.0','1020344.0','2',    '2','1','1795.0',    '2','1','1295.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126705.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038442.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126706.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038443.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126707.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038444.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126708.0','1045911.0','2',    '2','1','1795.0',    '2','1','1295.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038445.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126709.0','1045911.0','1816',    '1335','452','469485.71',    '1242','228','300206.5',    '609','308','169279.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030386.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118650.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038446.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126710.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030362.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118626.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038447.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126711.0','1045911.0','1239',    '956','407','471356.3',    '877','233','319588.5',    '521','272','151767.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038448.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126712.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038449.0','1020344.0','18',    '17','7','7705.1',    '17','4','5180.0',    '10','6','2525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126713.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030388.0','1020344.0','498',    '395','136','170292.22',    '367','81','122800.32',    '186','87','47491.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118652.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038450.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126714.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038451.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126715.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038452.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126716.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030402.0','1020344.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118666.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038453.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126717.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038454.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126718.0','1045911.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030253.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118517.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038455.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126719.0','1045911.0','110',    '83','39','38289.2',    '78','16','24239.0',    '48','30','14050.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038456.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126720.0','1045911.0','1000',    '789','294','343468.9',    '736','155','232043.0',    '409','205','111425.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038457.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126721.0','1045911.0','1',    '1','1','1295.0',    '1','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038458.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126722.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038459.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126723.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038460.0','1020344.0','552',    '449','229','312524.96',    '420','132','221968.36',    '276','161','90556.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126724.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038461.0','1020344.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126725.0','1045911.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038462.0','1020344.0','4753',    '3691','1572','2042316.83',    '3352','769','1317004.73',    '2315','1162','725312.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126726.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038463.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126727.0','1045911.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038464.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126728.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038465.0','1020344.0','4',    '4','3','3885.4',    '4','1','2702.0',    '3','3','1183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126729.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038466.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126730.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038467.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126731.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030084.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118348.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038468.0','1020344.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126732.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038469.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126733.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038470.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126734.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038471.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126735.0','1045911.0','78',    '68','20','20220.2',    '65','8','13378.5',    '31','14','6841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038472.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126736.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030363.0','1020344.0','4',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118627.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038473.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126737.0','1045911.0','105',    '78','13','12611.7',    '74','6','7770.0',    '29','10','4841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038474.0','1020344.0','1930',    '1634','481','647194.14',    '1559','259','484521.96',    '673','315','162672.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126738.0','1045911.0','10',    '7','2','2295.0',    '6','1','1295.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030358.0','1020344.0','2',    '2','2','2295.0',    '2','1','1295.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118622.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038475.0','1020344.0','7',    '6','2','1795.0',    '6','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126739.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038476.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126740.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038477.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126741.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038478.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126742.0','1045911.0','135',    '104','53','59300.7',    '97','32','43959.0',    '49','31','15341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038479.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126743.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038480.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126744.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038481.0','1020344.0','16',    '15','5','7792.0',    '12','3','5292.0',    '13','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126745.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038482.0','1020344.0','35',    '27','10','13127.3',    '23','2','5180.0',    '24','10','7947.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126746.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038483.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126747.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038484.0','1020344.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126748.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038485.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126749.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038486.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126750.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038487.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126751.0','1045911.0','487',    '411','130','148312.18',    '396','71','107970.48',    '160','80','40341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038488.0','1020344.0','5',    '3','1','1500.0',    '3','1','1000.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126752.0','1045911.0','21',    '18','4','3590.0',    '17','2','2590.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038489.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126753.0','1045911.0','573',    '497','162','232463.93',    '477','92','167149.63',    '226','107','65314.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038490.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126754.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038491.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126755.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038492.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126756.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038493.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126757.0','1045911.0','9',    '7','3','12359.0',    '6','3','12359.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038494.0','1020344.0','1',    '1','1','1795.0',    '1','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126758.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038495.0','1020344.0','1',    '1','1','12702.0',    '1','1','12702.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126759.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038496.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126760.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038497.0','1020344.0','5',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126761.0','1045911.0','3',    '2','2','8862.0',    '2','1','8362.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038498.0','1020344.0','6',    '4','3','3590.0',    '4','2','2590.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126762.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038499.0','1020344.0','511',    '444','131','138559.85',    '432','64','92081.45',    '159','82','46478.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126763.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038500.0','1020344.0','812',    '656','231','274706.98',    '617','118','193178.78',    '314','161','81528.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126764.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038501.0','1020344.0','1',    '1','1','1295.0',    '1','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126765.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038502.0','1020344.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126766.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038503.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126767.0','1045911.0','6',    '5','2','1794.5',    '5','2','1794.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038504.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126768.0','1045911.0','15',    '14','5','4884.5',    '14','4','4384.5',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038505.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126769.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038506.0','1020344.0','6',    '5','1','341.7',    '5','0','0.0',    '3','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126770.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038507.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126771.0','1045911.0','5',    '3','1','1795.0',    '3','1','1295.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038508.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126772.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030484.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118748.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030389.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118653.0','1045911.0','19',    '17','3','4885.0',    '16','3','3885.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038509.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126773.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030478.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118742.0','1045911.0','1',    '1','1','1682.0',    '1','1','1682.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030381.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118645.0','1045911.0','1',    '1','1','6791.8',    '1','1','4364.0',    '1','1','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038510.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126774.0','1045911.0','5729',    '4975','3038','17706306.12',    '4880','2136','14783388.0',    '3103','2293','2922918.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030424.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118688.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038511.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038512.0','1020344.0','1',    '1','1','3364.0',    '1','1','3364.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126776.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038513.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126777.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038514.0','1020344.0','10',    '5','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126778.0','1045911.0','2',    '2','2','1795.0',    '2','1','1295.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038515.0','1020344.0','6',    '6','4','5385.0',    '6','3','3885.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126779.0','1045911.0','3075',    '2636','1577','10485659.34',    '2600','1144','8955635.63',    '1549','1140','1530023.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038516.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126780.0','1045911.0','16',    '10','5','49139.0',    '10','5','44039.0',    '2','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038517.0','1020344.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126781.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030481.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118745.0','1045911.0','37',    '22','12','93168.34',    '22','10','90168.34',    '9','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038518.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126782.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038519.0','1020344.0','882',    '669','215','263521.05',    '605','120','187478.95',    '361','143','76042.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126783.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038520.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126784.0','1045911.0','27',    '19','11','11087.0',    '19','4','6587.0',    '13','9','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038521.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126785.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038522.0','1020344.0','13',    '8','3','4564.5',    '6','1','1295.0',    '5','3','3269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126786.0','1045911.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038523.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126787.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038524.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126788.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038525.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126789.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038526.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126790.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038527.0','1020344.0','25',    '19','8','13591.5',    '19','3','10591.5',    '8','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126791.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038528.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126792.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038529.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126793.0','1045911.0','1017',    '765','440','1841658.63',    '759','269','1589647.63',    '410','313','252011.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038530.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126794.0','1045911.0','4',    '4','1','2182.0',    '3','1','1682.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038531.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126795.0','1045911.0','16412',    '13857','6927','13724574.36',    '13265','4114','10238518.35',    '8324','5486','3486056.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038532.0','1020344.0','280',    '174','68','548372.13',    '168','61','518972.73',    '62','23','29399.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126796.0','1045911.0','11',    '9','4','35161.2',    '9','4','23619.5',    '5','3','11541.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038533.0','1020344.0','12',    '10','2','2590.0',    '9','2','2590.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126797.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038534.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126798.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038535.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126799.0','1045911.0','78',    '65','21','33035.7',    '59','12','22155.0',    '33','15','10880.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038536.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126800.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038537.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126801.0','1045911.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038538.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126802.0','1045911.0','1',    '1','1','2182.0',    '1','1','1682.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038539.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126803.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030466.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118730.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038540.0','1020344.0','13',    '11','6','21253.0',    '11','5','16983.5',    '5','4','4269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126804.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038542.0','1020344.0','8',    '4','1','1795.0',    '3','1','1295.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126806.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038543.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126807.0','1045911.0','2227',    '1775','604','760898.78',    '1643','305','506663.01',    '915','450','254235.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038544.0','1020344.0','9',    '9','3','5629.8',    '9','1','2702.0',    '7','3','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126808.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038545.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126809.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038546.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126810.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038547.0','1020344.0','1',    '1','1','1682.0',    '1','1','1682.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126811.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038548.0','1020344.0','2',    '2','1','2182.0',    '2','1','1682.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126812.0','1045911.0','5',    '5','3','12837.8',    '4','3','10410.0',    '3','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038549.0','1020344.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126813.0','1045911.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038550.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126814.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038551.0','1020344.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126815.0','1045911.0','361',    '305','173','722138.91',    '304','107','594156.56',    '173','125','127982.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030366.0','1020344.0','303',    '246','83','83423.6',    '237','45','57129.0',    '105','51','26294.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118630.0','1045911.0','248',    '196','67','162054.54',    '179','42','143187.74',    '82','38','18866.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038552.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126816.0','1045911.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038553.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126817.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038554.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126818.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038555.0','1020344.0','18',    '13','2','12907.0',    '12','2','12907.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126819.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030520.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118784.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038556.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126820.0','1045911.0','2',    '2','1','841.7',    '2','0','0.0',    '2','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038557.0','1020344.0','54',    '47','22','68200.74',    '46','14','53986.0',    '22','15','14214.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126821.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030490.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118754.0','1045911.0','1',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038558.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126822.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038559.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126823.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038560.0','1020344.0','5',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126824.0','1045911.0','449',    '352','121','142070.1',    '329','78','103045.0',    '156','71','39025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038561.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126825.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038562.0','1020344.0','5371',    '4368','1792','7800277.71',    '4190','1076','6750703.34',    '2170','1218','1049574.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126826.0','1045911.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038563.0','1020344.0','434',    '349','205','1026825.42',    '348','140','859385.62',    '186','144','167439.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126827.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038564.0','1020344.0','18',    '17','6','6679.5',    '17','5','5679.5',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126828.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038565.0','1020344.0','39',    '31','9','8633.7',    '29','3','5292.0',    '15','7','3341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126829.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038566.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126830.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038567.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126831.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038568.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126832.0','1045911.0','43',    '35','20','37525.92',    '34','9','23156.42',    '23','17','14369.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038569.0','1020344.0','2',    '2','1','1295.0',    '2','1','1295.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126833.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038570.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126834.0','1045911.0','500',    '310','144','1095060.41',    '306','122','1023990.52',    '108','65','71069.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038571.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126835.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030442.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118706.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038572.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126836.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038573.0','1020344.0','1',    '1','1','1938.0',    '1','1','1938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126837.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038574.0','1020344.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126838.0','1045911.0','3',    '2','1','1795.0',    '2','1','1295.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038575.0','1020344.0','31',    '18','9','16183.4',    '16','3','8250.0',    '12','8','7933.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126839.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038576.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126840.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038577.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126841.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038578.0','1020344.0','2',    '2','2','1938.0',    '2','2','1938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126842.0','1045911.0','725',    '541','197','359461.49',    '504','131','290099.9',    '244','99','69361.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038579.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126843.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038580.0','1020344.0','2',    '1','1','688.0',    '1','1','688.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126844.0','1045911.0','2357',    '2023','733','1248826.2',    '1919','420','895052.62',    '1090','508','353773.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038582.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126846.0','1045911.0','5578',    '4631','1617','1730619.4',    '4387','981','1173131.79',    '2054','979','557487.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030377.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118641.0','1045911.0','428',    '345','150','271994.37',    '329','105','227596.39',    '147','74','44397.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038583.0','1020344.0','1870',    '1633','803','3713525.18',    '1497','496','3191314.45',    '1022','597','522210.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126847.0','1045911.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038584.0','1020344.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126848.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030391.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118655.0','1045911.0','2',    '2','1','1682.0',    '2','1','1682.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038585.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126849.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038586.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126850.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038587.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126851.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038588.0','1020344.0','9',    '5','1','1502.0',    '5','1','1002.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126852.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038589.0','1020344.0','1551',    '1217','549','3322766.75',    '1150','363','2881680.25',    '653','378','441086.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126853.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038590.0','1020344.0','4',    '3','3','23097.6',    '3','2','19242.0',    '3','2','3855.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126854.0','1045911.0','4',    '3','1','341.7',    '2','0','0.0',    '3','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038591.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126855.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038592.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126856.0','1045911.0','8',    '5','3','6546.0',    '5','3','6046.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038593.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126857.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038594.0','1020344.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126858.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038595.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126859.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038596.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126860.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038597.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126861.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038598.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126862.0','1045911.0','371',    '328','177','651697.73',    '327','109','536783.22',    '172','131','114914.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038599.0','1020344.0','8',    '7','2','1502.0',    '7','1','1002.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126863.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038600.0','1020344.0','131',    '106','23','18517.5',    '97','11','10517.5',    '40','16','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126864.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038601.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126865.0','1045911.0','9',    '7','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038602.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126866.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038603.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126867.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030415.0','1020344.0','5',    '4','2','8851.5',    '4','2','8351.5',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118679.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038604.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126868.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030420.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118684.0','1045911.0','2',    '2','2','19127.8',    '2','1','16700.0',    '2','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038605.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126869.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038606.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126870.0','1045911.0','11',    '7','3','50592.0',    '7','3','44492.0',    '5','2','6100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038607.0','1020344.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126871.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038608.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126872.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038609.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126873.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038610.0','1020344.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126874.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038611.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126875.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038612.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126876.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038613.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126877.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038614.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126878.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038615.0','1020344.0','7',    '6','1','500.0',    '5','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126879.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038616.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126880.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038617.0','1020344.0','13',    '11','5','12437.5',    '11','5','11937.5',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126881.0','1045911.0','167',    '144','51','97084.2',    '130','32','76203.5',    '74','33','20880.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038618.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126882.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038619.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126883.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038620.0','1020344.0','14',    '13','4','9200.89',    '9','1','2259.19',    '9','4','6941.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126884.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030373.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118637.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030460.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118724.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038621.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126885.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038622.0','1020344.0','3',    '3','3','21166.19',    '3','2','16810.59',    '3','3','4355.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126886.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038623.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126887.0','1045911.0','1',    '1','1','2182.0',    '1','1','1682.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038624.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126888.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038625.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126889.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038626.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126890.0','1045911.0','3',    '3','1','8464.0',    '3','1','3364.0',    '2','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038627.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126891.0','1045911.0','3',    '3','1','3364.0',    '2','1','3364.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030383.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118647.0','1045911.0','1856',    '1489','476','638074.38',    '1388','213','431853.7',    '669','325','206220.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038628.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126892.0','1045911.0','1793',    '1413','500','695547.45',    '1322','310','514122.96',    '604','304','181424.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038629.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126893.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038630.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126894.0','1045911.0','5',    '5','2','2002.0',    '4','1','1002.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030380.0','1020344.0','27',    '21','4','2843.7',    '20','1','1002.0',    '8','4','1841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118644.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038631.0','1020344.0','7246',    '5819','2262','2519917.22',    '5410','1336','1690005.25',    '3058','1497','829911.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126895.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038632.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126896.0','1045911.0','168',    '132','50','98146.5',    '116','31','72029.5',    '82','33','26117.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038633.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126897.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038634.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126898.0','1045911.0','7',    '4','1','1502.0',    '4','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038635.0','1020344.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126899.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038636.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126900.0','1045911.0','1',    '1','1','8964.0',    '1','1','3364.0',    '1','1','5600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038637.0','1020344.0','109',    '83','40','167832.26',    '83','30','158332.26',    '26','18','9500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126901.0','1045911.0','7',    '5','4','4205.7',    '4','2','3364.0',    '3','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038638.0','1020344.0','11',    '6','5','7046.0',    '6','3','5046.0',    '6','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126902.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038639.0','1020344.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126903.0','1045911.0','1',    '1','1','4028.0',    '1','1','4028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038640.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126904.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038641.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126905.0','1045911.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038642.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126906.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038643.0','1020344.0','1',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126907.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038644.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126908.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038645.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126909.0','1045911.0','5',    '3','1','2182.0',    '2','1','1682.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038646.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126910.0','1045911.0','3',    '3','1','3364.0',    '3','1','3364.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038647.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126911.0','1045911.0','3',    '3','2','3364.0',    '3','2','3364.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030367.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118631.0','1045911.0','2174',    '1767','708','2790867.64',    '1701','409','2376342.25',    '894','474','414525.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038648.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126912.0','1045911.0','13',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038649.0','1020344.0','2',    '1','1','7091.5',    '1','1','1991.5',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126913.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030378.0','1020344.0','1',    '1','1','499.5',    '1','1','499.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118642.0','1045911.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038650.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126914.0','1045911.0','96',    '77','28','97105.06',    '75','20','68557.56',    '51','22','28547.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038651.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126915.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038652.0','1020344.0','2',    '2','1','2665.0',    '2','1','2665.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126916.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038653.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126917.0','1045911.0','9',    '5','4','4194.0',    '5','2','3194.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038654.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126918.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038655.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126919.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038656.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126920.0','1045911.0','440',    '361','126','136868.2',    '348','75','93757.0',    '158','84','43111.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030409.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118673.0','1045911.0','1',    '1','1','22092.0',    '1','1','16492.0',    '1','1','5600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038657.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126921.0','1045911.0','4',    '4','3','23698.31',    '4','3','18098.31',    '2','1','5600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038658.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126922.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038659.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126923.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038660.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126924.0','1045911.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038661.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126925.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030387.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118651.0','1045911.0','1601',    '1301','558','1018750.39',    '1242','408','833132.82',    '545','301','185617.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038662.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126926.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2030390.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2118654.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038663.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126927.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038664.0','1020344.0','159',    '131','38','43583.0',    '125','20','33083.0',    '55','21','10500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126928.0','1045911.0','1',    '1','1','1682.0',    '1','1','1682.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038665.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126929.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038666.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126930.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038667.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126931.0','1045911.0','1',    '1','1','33300.0',    '1','1','31372.2',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038668.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126932.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038669.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126933.0','1045911.0','5',    '6','1','5029.0',    '6','1','5029.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038670.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126934.0','1045911.0','6',    '5','2','1688.0',    '5','1','688.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038671.0','1020344.0','2858',    '2447','655','905884.62',    '2332','318','606316.84',    '1152','482','299567.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126935.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038672.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126936.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038673.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126937.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038674.0','1020344.0','1',    '1','1','9464.0',    '1','1','4364.0',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126938.0','1045911.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038675.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126939.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038676.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126940.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038677.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126941.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038678.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126942.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038679.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126943.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038680.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126944.0','1045911.0','5',    '5','2','2343.7',    '4','1','1002.0',    '4','2','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038681.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126945.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038682.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126946.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038683.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126947.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038684.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126948.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038685.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126949.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038686.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126950.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038687.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126951.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038688.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126952.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038689.0','1020344.0','2',    '2','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126953.0','1045911.0','35',    '31','10','11387.4',    '26','7','8204.0',    '20','6','3183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038690.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126954.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038691.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126955.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038692.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126956.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038693.0','1020344.0','4848',    '3872','1050','1097127.26',    '3619','555','727839.98',    '1707','698','369287.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126957.0','1045911.0','7',    '2','1','1002.0',    '2','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038694.0','1020344.0','3',    '2','2','2002.0',    '2','1','1002.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126958.0','1045911.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038695.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126959.0','1045911.0','1453',    '1165','466','527011.64',    '1109','288','377482.94',    '550','287','149528.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038696.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126960.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038697.0','1020344.0','9',    '5','1','1002.0',    '4','1','1002.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126961.0','1045911.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038698.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126962.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038699.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126963.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038700.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126964.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038701.0','1020344.0','96',    '80','18','22651.37',    '78','11','16467.97',    '33','12','6183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126965.0','1045911.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038702.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126966.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038703.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126967.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038704.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126968.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038705.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126969.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038706.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126970.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038707.0','1020344.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126971.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038708.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126972.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038709.0','1020344.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126973.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038710.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126974.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038711.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126975.0','1045911.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038712.0','1020344.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126976.0','1045911.0','118',    '86','30','30649.22',    '84','17','21282.42',    '40','20','9366.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038713.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126977.0','1045911.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038714.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126978.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038715.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126979.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038716.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126980.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038717.0','1020344.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126981.0','1045911.0','2',    '2','1','1002.0',    '1','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038718.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126982.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038719.0','1020344.0','919',    '670','222','204683.6',    '580','104','114413.5',    '355','168','90270.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126983.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038720.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126984.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038721.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126985.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038722.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126986.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038723.0','1020344.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126987.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038724.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126988.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038725.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126989.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038726.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126990.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038727.0','1020344.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126991.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038728.0','1020344.0','3327',    '2529','804','977517.85',    '2359','436','645367.15',    '1232','543','332150.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126992.0','1045911.0','1298',    '965','200','199963.69',    '861','98','117846.69',    '444','148','82117.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038729.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126993.0','1045911.0','443',    '379','148','144429.04',    '361','89','95167.65',    '157','84','49261.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038730.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126994.0','1045911.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038731.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126995.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038732.0','1020344.0','3',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126996.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038733.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126997.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038734.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126998.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038735.0','1020344.0','2285',    '1834','581','616385.81',    '1708','269','373720.31',    '929','435','242665.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2126999.0','1045911.0','3661',    '2804','866','806472.55',    '2566','412','486520.96',    '1421','616','319951.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038736.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127000.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038737.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127001.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038738.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127002.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038739.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127003.0','1045911.0','10427',    '8392','3068','3197677.87',    '7766','1584','1965802.76',    '4568','2227','1231875.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038740.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127004.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038741.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127005.0','1045911.0','7665',    '6019','2385','3214475.13',    '5401','1098','2019098.07',    '3804','1870','1195377.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038742.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127006.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038743.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127007.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038744.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127008.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038745.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127009.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038746.0','1020344.0','3',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127010.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038747.0','1020344.0','15',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127011.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038748.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127012.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038749.0','1020344.0','4328',    '3274','1169','1225809.17',    '2974','666','787869.47',    '1709','774','437939.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127013.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038750.0','1020344.0','727',    '622','151','129300.21',    '587','37','66250.01',    '267','128','63050.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127014.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038751.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127015.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038752.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127016.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038753.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127017.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038754.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127018.0','1045911.0','5622',    '4323','1515','1596245.55',    '3944','834','1026548.38',    '2234','1041','569697.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038755.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127019.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038756.0','1020344.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127020.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038757.0','1020344.0','2105',    '1736','535','548779.77',    '1638','323','373048.67',    '738','349','175731.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127021.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038758.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127022.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038759.0','1020344.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127023.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038760.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127024.0','1045911.0','6898',    '5514','2036','2223867.67',    '5032','1171','1488218.1',    '2982','1351','735649.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038761.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127025.0','1045911.0','4183',    '3478','706','686316.14',    '3297','284','392261.46',    '1471','552','294054.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038762.0','1020344.0','6186',    '4902','1921','2415440.5',    '4416','959','1485381.14',    '3200','1472','930059.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127026.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038763.0','1020344.0','1717',    '1350','446','433570.93',    '1255','277','295879.05',    '576','268','137691.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127027.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038764.0','1020344.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127028.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038765.0','1020344.0','4169',    '3198','1061','1210727.69',    '2966','633','851044.11',    '1463','655','359683.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127029.0','1045911.0','5',    '4','1','2192.0',    '4','1','2192.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038766.0','1020344.0','10387',    '7964','3056','3156501.26',    '7318','1641','1998033.17',    '4280','2149','1158468.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127030.0','1045911.0','2375',    '1849','554','600630.46',    '1714','314','390850.24',    '789','352','209780.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038767.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127031.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038768.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127032.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038769.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127033.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038770.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127034.0','1045911.0','1540',    '1223','425','528421.1',    '1148','233','373647.5',    '556','265','154773.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038771.0','1020344.0','27',    '25','4','4191.5',    '25','1','2691.5',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127035.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038772.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127036.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038773.0','1020344.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127037.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038774.0','1020344.0','1',    '1','1','1002.0',    '1','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127038.0','1045911.0','4843',    '4057','966','918415.09',    '3843','406','534017.01',    '1779','738','384398.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038775.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127039.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038776.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127040.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038777.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127041.0','1045911.0','586',    '460','118','93366.8',    '424','46','46750.0',    '212','94','46616.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038778.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127042.0','1045911.0','4588',    '3837','1029','1163276.16',    '3595','485','759655.06',    '1706','744','403621.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038779.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127043.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038780.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127044.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038781.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127045.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038782.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127046.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038783.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127047.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038784.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127048.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038785.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127049.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038786.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127050.0','1045911.0','81',    '64','12','11071.4',    '51','3','6388.0',    '30','10','4683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038787.0','1020344.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127051.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038788.0','1020344.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127052.0','1045911.0','5',    '2','1','1502.0',    '2','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038789.0','1020344.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127053.0','1045911.0','1396',    '1195','369','550045.31',    '1144','206','388999.31',    '519','240','161046.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038790.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127054.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038791.0','1020344.0','7357',    '5914','1805','1885433.55',    '5579','964','1212241.49',    '2693','1263','673192.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127055.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038792.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127056.0','1045911.0','3',    '3','3','4006.0',    '3','2','3006.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038793.0','1020344.0','13',    '10','4','4006.0',    '9','3','3006.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127057.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038794.0','1020344.0','31',    '23','7','11395.3',    '21','4','6198.0',    '10','5','5197.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127058.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038795.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127059.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038796.0','1020344.0','2',    '2','1','341.7',    '2','0','0.0',    '2','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127060.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038797.0','1020344.0','77',    '61','23','29173.2',    '58','11','21873.0',    '29','15','7300.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127061.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038798.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127062.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038799.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127063.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038800.0','1020344.0','855',    '654','158','148683.5',    '584','75','82922.1',    '332','122','65761.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127064.0','1045911.0','12814',    '10170','3704','4281831.21',    '9145','1786','2481194.72',    '6236','2777','1800636.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038801.0','1020344.0','1302',    '1133','353','487924.73',    '1091','193','337199.54',    '504','247','150725.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127065.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038802.0','1020344.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127066.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038803.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127067.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038804.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127068.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038805.0','1020344.0','4587',    '3684','1250','1260513.71',    '3368','629','763455.03',    '1969','925','497058.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127069.0','1045911.0','1',    '1','1','3191.5',    '1','1','2691.5',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038806.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127070.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038807.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127071.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038808.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127072.0','1045911.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038809.0','1020344.0','3',    '3','1','1502.0',    '3','1','1002.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127073.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038810.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127074.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038811.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127075.0','1045911.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038812.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127076.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038813.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127077.0','1045911.0','1505',    '1110','280','259142.0',    '1029','135','164125.0',    '455','184','95017.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038814.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127078.0','1045911.0','6',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038815.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127079.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038816.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127080.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038817.0','1020344.0','1845',    '1457','521','491665.24',    '1367','265','294839.68',    '709','354','196825.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127081.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038818.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127082.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038819.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127083.0','1045911.0','1387',    '1154','321','314535.58',    '1078','124','185308.89',    '510','246','129226.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038820.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127084.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038821.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127085.0','1045911.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038822.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127086.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038823.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127087.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038824.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127088.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038825.0','1020344.0','3',    '3','2','2002.0',    '3','1','1002.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127089.0','1045911.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038826.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127090.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038827.0','1020344.0','100',    '78','30','48000.49',    '72','16','37792.0',    '44','20','10208.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127091.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038828.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127092.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038829.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127093.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038830.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127094.0','1045911.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038831.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127095.0','1045911.0','9',    '7','1','1502.0',    '7','1','1002.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038832.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127096.0','1045911.0','2',    '2','1','1002.0',    '2','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038833.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127097.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038834.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127098.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038835.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127099.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038836.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127100.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038837.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127101.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038838.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127102.0','1045911.0','868',    '745','191','211785.91',    '707','86','125543.83',    '371','144','86242.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038839.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127103.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038840.0','1020344.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127104.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038841.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127105.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038842.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127106.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038843.0','1020344.0','136',    '111','31','21041.7',    '108','5','6200.0',    '61','30','14841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127107.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038844.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127108.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038845.0','1020344.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127109.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038846.0','1020344.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127110.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038847.0','1020344.0','9846',    '7325','2738','2716325.1',    '6595','1382','1573958.24',    '4320','2062','1142366.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127111.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038848.0','1020344.0','35',    '26','17','24046.4',    '24','12','17093.5',    '19','12','6952.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127112.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038849.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127113.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038850.0','1020344.0','2',    '2','1','1002.0',    '2','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127114.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038851.0','1020344.0','5511',    '4675','1067','1624503.05',    '4433','444','1147776.17',    '2053','822','476726.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127115.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038852.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127116.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038853.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127117.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038854.0','1020344.0','28',    '25','10','31781.3',    '23','6','25584.0',    '14','7','6197.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127118.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038855.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127119.0','1045911.0','4719',    '3925','1110','1272103.86',    '3667','542','852869.57',    '1826','781','419234.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038856.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127120.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038857.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127121.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038858.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127122.0','1045911.0','2',    '2','1','1502.0',    '1','1','1002.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038859.0','1020344.0','2',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127123.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038860.0','1020344.0','24',    '17','3','3004.0',    '14','2','2004.0',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127124.0','1045911.0','2',    '2','1','499.5',    '2','1','499.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038861.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127125.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038862.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127126.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038863.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127127.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038864.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127128.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038865.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127129.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038866.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127130.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038867.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127131.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038868.0','1020344.0','43',    '35','12','7343.7',    '31','1','1002.0',    '19','12','6341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127132.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038869.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127133.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038870.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127134.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038871.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127135.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038872.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127136.0','1045911.0','1',    '1','1','3033.7',    '1','1','2192.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038873.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127137.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038874.0','1020344.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127138.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038875.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127139.0','1045911.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038876.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127140.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038877.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127141.0','1045911.0','5298',    '4151','1164','1536579.2',    '3799','473','969147.62',    '2277','947','567431.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038878.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127142.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038879.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127143.0','1045911.0','3838',    '2793','1157','1199535.66',    '2538','767','832862.27',    '1402','712','366673.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038880.0','1020344.0','4',    '4','2','2002.0',    '4','1','1002.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127144.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038881.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127145.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038882.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127146.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038883.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127147.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038884.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127148.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038885.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127149.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038886.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127150.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038887.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127151.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038888.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127152.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038889.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127153.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038890.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127154.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038891.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127155.0','1045911.0','20',    '14','2','2004.0',    '11','2','2004.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038892.0','1020344.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127156.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038893.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127157.0','1045911.0','5743',    '4892','1509','1673639.56',    '4655','790','1080078.16',    '2367','1091','593561.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038894.0','1020344.0','518',    '406','125','148794.73',    '391','78','101197.23',    '151','78','47597.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127158.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038895.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127159.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038896.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127160.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038897.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127161.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038898.0','1020344.0','5903',    '5016','1517','2586481.2',    '4758','781','1711825.69',    '2423','1137','874655.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127162.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038899.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127163.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038900.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127164.0','1045911.0','15',    '15','0','0.0',    '15','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038901.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127165.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038902.0','1020344.0','12',    '10','3','3504.0',    '9','2','2004.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127166.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038903.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127167.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038904.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127168.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038905.0','1020344.0','173',    '128','42','54841.7',    '115','22','35813.5',    '68','29','19028.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127169.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038906.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127170.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038907.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127171.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038908.0','1020344.0','5214',    '4366','939','1234640.73',    '4143','354','805554.75',    '1956','739','429085.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127172.0','1045911.0','2',    '1','1','591.7',    '1','0','0.0',    '1','1','591.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038909.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127173.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038910.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127174.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038911.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127175.0','1045911.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038912.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127176.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038913.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127177.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038914.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127178.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038915.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127179.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038916.0','1020344.0','10',    '8','3','2002.0',    '8','1','1002.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127180.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038917.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127181.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038918.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127182.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038919.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127183.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038920.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127184.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038921.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127185.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038922.0','1020344.0','1534',    '1315','272','399405.09',    '1218','116','278270.1',    '620','206','121134.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127186.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038923.0','1020344.0','1691',    '1323','403','472032.42',    '1241','240','349915.62',    '580','245','122116.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127187.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038924.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127188.0','1045911.0','25',    '23','8','7510.0',    '21','5','5010.0',    '12','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038925.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127189.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038926.0','1020344.0','1',    '1','1','292.87',    '1','0','0.0',    '1','1','292.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127190.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038927.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127191.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038928.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127192.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038929.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127193.0','1045911.0','4',    '3','1','1502.0',    '3','1','1002.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038930.0','1020344.0','1276',    '1162','148','173668.14',    '1118','65','121827.61',    '393','108','51840.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127194.0','1045911.0','1407',    '1205','245','352944.03',    '1150','111','250998.32',    '495','176','101945.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038931.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127195.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038932.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127196.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038933.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127197.0','1045911.0','142',    '118','29','35922.5',    '109','19','28214.0',    '53','16','7708.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038934.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127198.0','1045911.0','13',    '8','1','1250.0',    '8','1','1000.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038935.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127199.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038936.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127200.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038937.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127201.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038938.0','1020344.0','1542',    '1179','416','456315.61',    '1103','212','311012.31',    '575','290','145303.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127202.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038939.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127203.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038940.0','1020344.0','2',    '2','1','1870.0',    '2','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127204.0','1045911.0','1',    '1','1','2692.0',    '1','1','2192.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038941.0','1020344.0','6',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127205.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038942.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127206.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038943.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127207.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038944.0','1020344.0','575',    '480','104','145942.6',    '451','45','105461.5',    '211','79','40481.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127208.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038945.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127209.0','1045911.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038946.0','1020344.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127210.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038947.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127211.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038948.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127212.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038949.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127213.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038950.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127214.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038951.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127215.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038952.0','1020344.0','18',    '18','2','4619.8',    '18','1','2192.0',    '4','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127216.0','1045911.0','789',    '673','147','148727.29',    '643','62','88385.59',    '262','116','60341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038953.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127217.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038954.0','1020344.0','18',    '17','3','19668.5',    '16','2','19168.5',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127218.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038955.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127219.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038956.0','1020344.0','6243',    '4778','1997','2433895.28',    '4364','1092','1649386.86',    '2750','1403','784508.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127220.0','1045911.0','263',    '223','84','82109.08',    '211','23','32113.5',    '128','73','49995.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038957.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127221.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038958.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127222.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038959.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127223.0','1045911.0','1281',    '1004','384','412531.65',    '949','184','274194.45',    '479','272','138337.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038960.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127224.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038961.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127225.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038962.0','1020344.0','74',    '60','13','14330.0',    '57','9','12330.0',    '17','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127226.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028951.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117215.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038963.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127227.0','1045911.0','2',    '2','1','1870.0',    '2','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038964.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127228.0','1045911.0','6006',    '4446','1812','2496781.64',    '4004','1170','1816211.66',    '2546','1190','680569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038965.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127229.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038966.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127230.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038967.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127231.0','1045911.0','4797',    '3733','1304','1574705.89',    '3433','685','1091767.79',    '1954','940','482938.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038968.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127232.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038969.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127233.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038970.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127234.0','1045911.0','1071',    '927','187','260473.16',    '901','98','194656.77',    '326','124','65816.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038971.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127235.0','1045911.0','3699',    '3046','902','1038422.02',    '2868','487','731268.53',    '1372','602','307153.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038972.0','1020344.0','2',    '2','1','1370.0',    '1','1','1370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127236.0','1045911.0','2797',    '2123','775','915100.95',    '1931','433','631163.58',    '1120','520','283937.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038973.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127237.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028640.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116904.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038974.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127238.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038975.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127239.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038976.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127240.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038977.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127241.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038978.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127242.0','1045911.0','63',    '49','14','12454.0',    '44','5','6954.0',    '27','11','5500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038979.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127243.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038980.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127244.0','1045911.0','80',    '64','17','23050.0',    '63','15','20550.0',    '15','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038981.0','1020344.0','1809',    '1385','558','721346.7',    '1251','335','503100.47',    '823','390','218246.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127245.0','1045911.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038982.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127246.0','1045911.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038983.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127247.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038984.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127248.0','1045911.0','2785',    '2253','631','664091.34',    '2080','306','448338.24',    '1052','431','215753.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028987.0','1020344.0','3',    '2','1','1870.0',    '2','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117251.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038985.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127249.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038986.0','1020344.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127250.0','1045911.0','15',    '12','2','1000.0',    '10','0','0.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038987.0','1020344.0','256',    '228','98','148359.09',    '220','58','108383.0',    '114','65','39976.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127251.0','1045911.0','2',    '2','2','1843.7',    '2','1','1002.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038988.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127252.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038989.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127253.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038990.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127254.0','1045911.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038991.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127255.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038992.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127256.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038993.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127257.0','1045911.0','2',    '2','2','2740.0',    '2','2','2740.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038994.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127258.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038995.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127259.0','1045911.0','12',    '9','1','341.7',    '6','0','0.0',    '4','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038996.0','1020344.0','1767',    '1362','471','567391.64',    '1270','276','395419.04',    '627','310','171972.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127260.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038997.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127261.0','1045911.0','5756',    '4790','2215','3188283.0',    '4430','948','2007792.93',    '3223','1810','1180490.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038998.0','1020344.0','99',    '75','22','20301.7',    '63','8','10960.0',    '41','18','9341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127262.0','1045911.0','8',    '8','3','1500.0',    '8','0','0.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2038999.0','1020344.0','291',    '220','70','69326.6',    '206','25','40801.5',    '109','57','28525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127263.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039000.0','1020344.0','181',    '146','29','44706.2',    '144','13','34864.5',    '47','20','9841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127264.0','1045911.0','1',    '1','1','1927.8',    '1','0','0.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039001.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127265.0','1045911.0','1153',    '887','283','335529.41',    '826','167','243368.02',    '396','183','92161.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039002.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127266.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039003.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127267.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039004.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127268.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039005.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127269.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039006.0','1020344.0','39',    '27','3','2370.0',    '27','1','1370.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127270.0','1045911.0','1311',    '1038','287','320495.05',    '983','129','214539.05',    '477','208','105956.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039007.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127271.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039008.0','1020344.0','7',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127272.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039009.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127273.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039010.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127274.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039011.0','1020344.0','19',    '13','7','24932.4',    '13','6','24249.0',    '5','2','683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127275.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039012.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127276.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039013.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127277.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039014.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127278.0','1045911.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028786.0','1020344.0','98',    '74','27','34030.0',    '70','19','26030.0',    '36','16','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117050.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039015.0','1020344.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127279.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039016.0','1020344.0','747',    '587','160','214140.3',    '557','96','167773.5',    '244','93','46366.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127280.0','1045911.0','2047',    '1574','495','578687.07',    '1444','212','339536.5',    '821','389','239150.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039017.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127281.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039018.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127282.0','1045911.0','5585',    '4116','1706','2243429.78',    '3721','1124','1664289.09',    '2232','1067','579140.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039019.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127283.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039020.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127284.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039021.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127285.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039022.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127286.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039023.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127287.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039024.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127288.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039025.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127289.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039026.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127290.0','1045911.0','6',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039027.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127291.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039028.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127292.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039029.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127293.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039030.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127294.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039031.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127295.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039032.0','1020344.0','18',    '16','11','45045.8',    '16','4','41179.0',    '13','9','3866.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127296.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039033.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127297.0','1045911.0','4',    '3','2','2120.0',    '3','1','1370.0',    '3','2','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039034.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127298.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039035.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127299.0','1045911.0','14',    '8','1','500.0',    '7','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039036.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127300.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039037.0','1020344.0','3977',    '3209','915','1071980.24',    '2998','492','751971.68',    '1427','604','320008.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127301.0','1045911.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039038.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127302.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039039.0','1020344.0','4',    '3','2','3240.0',    '2','2','2740.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127303.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039040.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127304.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039041.0','1020344.0','6',    '4','1','1370.0',    '3','1','1370.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127305.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039042.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127306.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039043.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127307.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039044.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127308.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039045.0','1020344.0','63',    '53','21','16561.7',    '50','6','8220.0',    '33','17','8341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127309.0','1045911.0','2',    '2','1','1370.0',    '2','1','1370.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039046.0','1020344.0','934',    '694','220','248348.2',    '635','118','170534.1',    '328','149','77814.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127310.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039047.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127311.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039048.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127312.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039049.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127313.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039050.0','1020344.0','2',    '2','1','1870.0',    '2','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127314.0','1045911.0','5',    '5','1','1370.0',    '3','1','1370.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039051.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127315.0','1045911.0','2',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039052.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127316.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039053.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127317.0','1045911.0','1235',    '1002','346','327336.56',    '955','145','197836.56',    '460','259','129500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039054.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127318.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039055.0','1020344.0','3524',    '2658','882','1034075.94',    '2456','472','707212.65',    '1328','642','326863.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127319.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039056.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127320.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039057.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127321.0','1045911.0','3969',    '3002','1220','1633444.95',    '2718','674','1151779.99',    '1780','887','481664.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039058.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127322.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039059.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127323.0','1045911.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039060.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127324.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039061.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127325.0','1045911.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039062.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127326.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039063.0','1020344.0','1',    '1','1','9871.8',    '1','1','2844.0',    '1','1','7027.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127327.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039064.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127328.0','1045911.0','1251',    '945','331','336213.77',    '872','154','223386.78',    '462','226','112826.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039065.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127329.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039066.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127330.0','1045911.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039067.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127331.0','1045911.0','940',    '806','208','200847.18',    '772','63','106953.78',    '351','169','93893.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039068.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127332.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039069.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127333.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039070.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127334.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039071.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127335.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039072.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127336.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039073.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127337.0','1045911.0','136',    '105','27','32290.9',    '97','13','19838.0',    '47','22','12452.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039074.0','1020344.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127338.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039075.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127339.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039076.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127340.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039077.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127341.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039078.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127342.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039079.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127343.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039080.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127344.0','1045911.0','5',    '3','0','0.0',    '0','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039081.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127345.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039082.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127346.0','1045911.0','262',    '215','62','63844.6',    '207','29','37989.0',    '91','43','25855.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039083.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127347.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039084.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127348.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039085.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127349.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039086.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127350.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039087.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127351.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039088.0','1020344.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127352.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039089.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127353.0','1045911.0','828',    '625','239','258221.18',    '564','128','175537.78',    '341','166','82683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039090.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127354.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039091.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127355.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039092.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127356.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039093.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127357.0','1045911.0','5',    '3','1','1927.8',    '2','0','0.0',    '2','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039094.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127358.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039095.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127359.0','1045911.0','27',    '19','5','39139.9',    '18','4','32198.2',    '7','4','6941.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039096.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127360.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039097.0','1020344.0','13',    '11','6','4740.0',    '9','2','2740.0',    '7','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127361.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039098.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127362.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039099.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127363.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039100.0','1020344.0','2',    '1','1','1370.0',    '1','1','1370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127364.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039101.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127365.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039102.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127366.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039103.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127367.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039104.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127368.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039105.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127369.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039106.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127370.0','1045911.0','665',    '505','227','284425.8',    '467','144','212309.0',    '263','145','72116.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039107.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127371.0','1045911.0','106',    '89','28','37019.7',    '88','11','24678.0',    '38','25','12341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039108.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127372.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039109.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127373.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039110.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127374.0','1045911.0','6',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039111.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127375.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039112.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127376.0','1045911.0','2417',    '1880','717','704025.8',    '1749','312','433909.0',    '1014','540','270116.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039113.0','1020344.0','18',    '12','8','10720.0',    '12','6','8220.0',    '7','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127377.0','1045911.0','5',    '4','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039114.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127378.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039115.0','1020344.0','2698',    '2100','598','805546.86',    '1958','347','596043.81',    '872','367','209503.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127379.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039116.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127380.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039117.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127381.0','1045911.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039118.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127382.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039119.0','1020344.0','6',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127383.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039120.0','1020344.0','4',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127384.0','1045911.0','2967',    '2284','872','1041772.46',    '2101','459','693462.27',    '1251','609','348310.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039121.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127385.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039122.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127386.0','1045911.0','10',    '8','3','2870.0',    '8','2','2370.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039123.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127387.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039124.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127388.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039125.0','1020344.0','215',    '182','58','80246.28',    '171','14','49668.18',    '92','50','30578.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127389.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039126.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127390.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039127.0','1020344.0','5659',    '4452','1654','2048476.02',    '4092','933','1440867.43',    '2383','1127','607608.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127391.0','1045911.0','126',    '113','41','54207.69',    '112','12','33409.99',    '63','39','20797.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039128.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127392.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039129.0','1020344.0','22',    '19','5','5610.0',    '17','3','4110.0',    '10','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127393.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039130.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127394.0','1045911.0','2',    '2','1','1000.0',    '2','1','1000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039131.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127395.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039132.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127396.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039133.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127397.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039134.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127398.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039135.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127399.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039136.0','1020344.0','311',    '230','87','139266.26',    '214','61','111910.66',    '102','49','27355.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127400.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039137.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127401.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039138.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127402.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039139.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127403.0','1045911.0','3139',    '2409','948','1327380.38',    '2194','589','957639.59',    '1316','645','369740.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039140.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127404.0','1045911.0','29',    '20','8','9033.4',    '16','5','6850.0',    '12','5','2183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039141.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127405.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039142.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127406.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039143.0','1020344.0','1303',    '1018','354','541254.07',    '942','199','398355.97',    '529','235','142898.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127407.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039144.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127408.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039145.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127409.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039146.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127410.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028647.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116911.0','1045911.0','16',    '10','1','1370.0',    '10','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039147.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127411.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039148.0','1020344.0','737',    '600','186','220482.78',    '550','97','150838.18',    '300','128','69644.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127412.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039149.0','1020344.0','42',    '29','7','6951.7',    '19','3','4110.0',    '22','6','2841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127413.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039150.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127414.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039151.0','1020344.0','8',    '5','1','1370.0',    '4','1','1370.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127415.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039152.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127416.0','1045911.0','1279',    '1032','327','382108.86',    '958','149','251516.96',    '491','243','130591.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039153.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127417.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028936.0','1020344.0','2020',    '1550','476','562853.34',    '1439','230','385273.36',    '775','336','177579.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117200.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039154.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127418.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039155.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127419.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039156.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127420.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035743.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124007.0','1045911.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039157.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127421.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036057.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124321.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039158.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127422.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039159.0','1020344.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127423.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039160.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127424.0','1045911.0','2',    '2','1','2844.0',    '2','1','2844.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039161.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127425.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039162.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127426.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039163.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127427.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039164.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127428.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039165.0','1020344.0','10',    '6','2','1000.0',    '6','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127429.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039166.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127430.0','1045911.0','2523',    '1867','810','999126.74',    '1740','532','748747.94',    '937','485','250378.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039167.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127431.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039168.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127432.0','1045911.0','313',    '241','73','75794.2',    '210','33','47683.0',    '132','54','28111.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039169.0','1020344.0','129',    '106','46','67359.53',    '94','34','48417.83',    '59','28','18941.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127433.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039170.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127434.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039171.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127435.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039172.0','1020344.0','28',    '22','5','4740.0',    '19','2','2740.0',    '10','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127436.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039173.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127437.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039174.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127438.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028803.0','1020344.0','1',    '1','1','1341.7',    '1','0','0.0',    '1','1','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117067.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039175.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127439.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039176.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127440.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028766.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117030.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039177.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127441.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039178.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127442.0','1045911.0','2228',    '1957','958','1325600.11',    '1829','409','856476.22',    '1363','784','469123.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039179.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127443.0','1045911.0','4',    '4','2','2792.0',    '4','2','2792.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039180.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127444.0','1045911.0','88',    '67','22','21642.86',    '65','13','15642.86',    '25','12','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2028741.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2117005.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039181.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127445.0','1045911.0','31',    '23','9','11877.4',    '20','6','9694.0',    '11','4','2183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039182.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127446.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039183.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127447.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039184.0','1020344.0','23',    '16','3','3797.8',    '15','1','1370.0',    '4','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127448.0','1045911.0','1027',    '849','402','617154.7',    '795','163','365687.0',    '583','349','251467.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039185.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127449.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035744.0','1020344.0','306',    '231','101','94175.64',    '224','33','54333.94',    '128','80','39841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124008.0','1045911.0','322',    '259','88','88251.3',    '229','33','54634.5',    '135','69','33616.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039186.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127450.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036117.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124381.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039187.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127451.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039188.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127452.0','1045911.0','65',    '52','27','28810.0',    '44','13','17810.0',    '37','22','11000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039189.0','1020344.0','126',    '94','24','24453.0',    '86','9','12933.5',    '47','18','11519.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127453.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039190.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127454.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039191.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127455.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039192.0','1020344.0','1',    '1','1','841.7',    '1','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127456.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039193.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127457.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039194.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127458.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028734.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116998.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039195.0','1020344.0','2',    '2','1','1870.0',    '2','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127459.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039196.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127460.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039197.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127461.0','1045911.0','232',    '192','60','62783.6',    '180','26','40258.5',    '94','46','22525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035847.0','1020344.0','405',    '311','141','164870.1',    '278','88','123636.5',    '166','83','41233.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124111.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028834.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117098.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035967.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124231.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039198.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127462.0','1045911.0','34',    '30','11','16991.3',    '27','6','11563.5',    '14','7','5427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039199.0','1020344.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127463.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039200.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127464.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035791.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124055.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039201.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127465.0','1045911.0','120',    '82','28','57290.85',    '78','22','39321.35',    '34','15','17969.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039202.0','1020344.0','6',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127466.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039203.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127467.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039204.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127468.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035966.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124230.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039205.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127469.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036108.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124372.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039206.0','1020344.0','51',    '37','14','18070.0',    '33','11','15070.0',    '17','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127470.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039207.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127471.0','1045911.0','3',    '2','1','1870.0',    '1','1','1370.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039208.0','1020344.0','3',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127472.0','1045911.0','224',    '184','69','73095.67',    '171','22','43801.07',    '105','57','29294.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039209.0','1020344.0','2808',    '2170','801','1017927.6',    '2003','493','752312.5',    '1065','504','265615.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127473.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039210.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127474.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039211.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127475.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039212.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127476.0','1045911.0','4',    '4','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035761.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124025.0','1045911.0','168',    '142','35','27096.7',    '136','8','11255.0',    '64','31','15841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039213.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127477.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039214.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127478.0','1045911.0','3',    '2','1','1000.0',    '2','0','0.0',    '2','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039215.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127479.0','1045911.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039216.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127480.0','1045911.0','3',    '3','2','3240.0',    '3','2','2740.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039217.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127481.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039218.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127482.0','1045911.0','4',    '4','2','2370.0',    '3','1','1370.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039219.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127483.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039220.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127484.0','1045911.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039221.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127485.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039222.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127486.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039223.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127487.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039224.0','1020344.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127488.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039225.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127489.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039226.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127490.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039227.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127491.0','1045911.0','1119',    '878','264','286261.27',    '830','139','200694.5',    '389','170','85566.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039228.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127492.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039229.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127493.0','1045911.0','6571',    '5047','1820','2168296.1',    '4594','1016','1512667.61',    '2742','1272','655628.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039230.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127494.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039231.0','1020344.0','10',    '6','1','1514.0',    '6','1','1014.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127495.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039232.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127496.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039233.0','1020344.0','11',    '8','4','41309.0',    '7','4','39039.5',    '4','2','2269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127497.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039234.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127498.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039235.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127499.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039236.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127500.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039237.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127501.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039238.0','1020344.0','370',    '279','96','108160.59',    '253','48','70073.5',    '166','72','38087.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127502.0','1045911.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035861.0','1020344.0','2',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124125.0','1045911.0','6486',    '4953','2117','2608592.18',    '4408','1062','1682385.62',    '3158','1578','926206.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039239.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127503.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039240.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127504.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039241.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127505.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039242.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127506.0','1045911.0','4',    '2','1','1870.0',    '1','1','1370.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039243.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127507.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039244.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127508.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039245.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127509.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039246.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127510.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039247.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127511.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039248.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127512.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039249.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127513.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039250.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127514.0','1045911.0','5341',    '4039','1642','2065854.67',    '3671','962','1485977.23',    '2257','1104','579877.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039251.0','1020344.0','4205',    '3234','1334','1717149.34',    '2935','797','1200640.55',    '1694','823','516508.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127515.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039252.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127516.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039253.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127517.0','1045911.0','2153',    '1645','717','1413719.46',    '1503','447','1056582.06',    '928','477','357137.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039254.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127518.0','1045911.0','142',    '117','28','41282.0',    '108','7','22784.0',    '57','24','18498.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2028958.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2117222.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028898.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117162.0','1045911.0','8',    '6','1','1870.0',    '5','1','1370.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039255.0','1020344.0','1593',    '1265','508','616800.9',    '1166','324','457975.0',    '645','309','158825.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127519.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039256.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127520.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039257.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127521.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039258.0','1020344.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127522.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039259.0','1020344.0','4',    '4','2','2370.0',    '4','1','1370.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127523.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039260.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127524.0','1045911.0','1',    '1','1','3986.8',    '1','1','2059.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035976.0','1020344.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124240.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039261.0','1020344.0','21',    '12','1','500.0',    '10','0','0.0',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127525.0','1045911.0','6544',    '5114','2279','3001222.74',    '4559','1147','1918523.52',    '3335','1732','1082699.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039262.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127526.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039263.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127527.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039264.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127528.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039265.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127529.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039266.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127530.0','1045911.0','1',    '1','1','1870.0',    '1','1','1370.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035963.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124227.0','1045911.0','122',    '106','50','38940.0',    '101','13','17440.0',    '61','43','21500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039267.0','1020344.0','3',    '1','1','10341.7',    '1','1','10000.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127531.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035723.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2123987.0','1045911.0','6',    '5','3','5110.0',    '4','3','4110.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039268.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127532.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039269.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127533.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039270.0','1020344.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127534.0','1045911.0','17',    '13','4','16341.7',    '11','1','15000.0',    '7','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036119.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124383.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039271.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127535.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039272.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127536.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039273.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127537.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039274.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127538.0','1045911.0','3140',    '2540','668','705534.38',    '2324','277','438608.46',    '1203','488','266925.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039275.0','1020344.0','3512',    '2687','948','1091983.09',    '2412','529','755389.75',    '1408','610','336593.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127539.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039276.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127540.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035800.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124064.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039277.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127541.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035870.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124134.0','1045911.0','3571',    '2728','946','1040484.62',    '2447','452','702983.03',    '1512','674','337501.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039278.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127542.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039279.0','1020344.0','4897',    '3655','1600','1953616.59',    '3266','880','1333227.66',    '2242','1127','620388.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127543.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036012.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124276.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039280.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127544.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039281.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127545.0','1045911.0','2627',    '2118','863','1082665.11',    '1922','544','744194.92',    '1135','535','338470.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039282.0','1020344.0','26',    '18','7','8045.3',    '17','3','4617.5',    '9','4','3427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127546.0','1045911.0','1088',    '844','243','217554.79',    '776','117','136918.5',    '406','159','80636.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039283.0','1020344.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127547.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039284.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127548.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039285.0','1020344.0','10',    '8','2','2528.0',    '7','2','2028.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127549.0','1045911.0','7',    '5','2','2370.0',    '5','1','1370.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039286.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127550.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039287.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127551.0','1045911.0','4',    '2','1','1870.0',    '2','1','1370.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039288.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127552.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039289.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127553.0','1045911.0','3416',    '2747','754','823737.0',    '2526','307','526049.72',    '1309','569','297687.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028903.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117167.0','1045911.0','8',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2028921.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2117185.0','1045911.0','5',    '5','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039290.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127554.0','1045911.0','3985',    '3085','1218','1518308.9',    '2883','775','1133626.94',    '1468','755','384681.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039291.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127555.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039292.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127556.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039293.0','1020344.0','795',    '610','230','339901.59',    '558','114','205283.0',    '383','175','134618.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127557.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039294.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127558.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039295.0','1020344.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127559.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039296.0','1020344.0','2',    '2','1','1370.0',    '2','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127560.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039297.0','1020344.0','9',    '5','4','4542.0',    '5','3','3042.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127561.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039298.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127562.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035993.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124257.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035978.0','1020344.0','212',    '161','57','53921.7',    '149','36','38580.0',    '67','31','15341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124242.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035802.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124066.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127563.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039300.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127564.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035952.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124216.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039301.0','1020344.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127565.0','1045911.0','1',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039302.0','1020344.0','135',    '110','45','39966.9',    '99','13','19783.5',    '71','40','20183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127566.0','1045911.0','6',    '4','1','1370.0',    '3','1','1370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039303.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127567.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039304.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127568.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039305.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127569.0','1045911.0','2',    '1','1','1370.0',    '1','1','1370.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039306.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127570.0','1045911.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039307.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127571.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039308.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127572.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039309.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127573.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039310.0','1020344.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127574.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039311.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127575.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039312.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127576.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039313.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127577.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039314.0','1020344.0','9',    '8','2','3240.0',    '8','2','2740.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127578.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039315.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127579.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039316.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127580.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039317.0','1020344.0','5271',    '3936','1592','1917334.53',    '3526','898','1326953.53',    '2295','1099','590381.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127581.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2029038.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117302.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035857.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124121.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035871.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124135.0','1045911.0','3',    '2','2','2028.0',    '2','2','2028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039318.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127582.0','1045911.0','1719',    '1383','482','710840.93',    '1247','268','526122.82',    '741','303','184718.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039319.0','1020344.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127583.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039320.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127584.0','1045911.0','7',    '4','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039321.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127585.0','1045911.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039322.0','1020344.0','1762',    '1387','396','414338.71',    '1257','192','258449.12',    '690','283','155889.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127586.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039323.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127587.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039324.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127588.0','1045911.0','1203',    '926','311','391458.65',    '832','182','288088.76',    '449','177','103369.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039325.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127589.0','1045911.0','282',    '226','46','34174.7',    '203','14','14833.0',    '112','39','19341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039326.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127590.0','1045911.0','2',    '2','1','230.0',    '2','1','230.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039327.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127591.0','1045911.0','8',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039328.0','1020344.0','2093',    '1593','616','852265.94',    '1441','365','625390.91',    '823','397','226875.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127592.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039329.0','1020344.0','4931',    '3940','1551','1789167.73',    '3660','974','1263946.13',    '1945','918','525221.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127593.0','1045911.0','1701',    '1316','565','661183.73',    '1229','401','511357.58',    '568','289','149826.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039330.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127594.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039331.0','1020344.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127595.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039332.0','1020344.0','2624',    '2048','632','769565.45',    '1847','308','505879.06',    '1075','449','263686.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127596.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039333.0','1020344.0','234',    '189','83','134075.7',    '177','56','114281.1',    '80','38','19794.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127597.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039334.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127598.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039335.0','1020344.0','35',    '26','8','22449.5',    '22','6','9749.5',    '16','6','12700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127599.0','1045911.0','7',    '6','2','2528.0',    '4','2','2028.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039336.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127600.0','1045911.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039337.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127601.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039338.0','1020344.0','6',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127602.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039339.0','1020344.0','1',    '1','1','1654.58',    '1','1','1154.58',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127603.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039340.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127604.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039341.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127605.0','1045911.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039342.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127606.0','1045911.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039343.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127607.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039344.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127608.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039345.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127609.0','1045911.0','26',    '25','10','14690.3',    '25','7','9262.5',    '10','7','5427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039346.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127610.0','1045911.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039347.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127611.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039348.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127612.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039349.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127613.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039350.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127614.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039351.0','1020344.0','75',    '62','18','14015.2',    '54','7','8673.5',    '35','11','5341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127615.0','1045911.0','1',    '1','1','2589.5',    '1','1','2589.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039352.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127616.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039353.0','1020344.0','239',    '169','54','67637.4',    '145','32','47954.0',    '92','40','19683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127617.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2029015.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117279.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039354.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127618.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039355.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127619.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039356.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127620.0','1045911.0','5',    '5','4','3014.0',    '4','1','1014.0',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039357.0','1020344.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127621.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039358.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127622.0','1045911.0','7',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039359.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127623.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028993.0','1020344.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117257.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039360.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127624.0','1045911.0','2',    '2','1','1000.0',    '2','1','1000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039361.0','1020344.0','443',    '339','131','133523.32',    '302','82','93984.32',    '163','73','39539.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127625.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039362.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127626.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039363.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127627.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039364.0','1020344.0','3',    '3','1','2090.0',    '2','1','2090.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127628.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039365.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127629.0','1045911.0','370',    '297','104','90231.8',    '283','53','55804.0',    '114','66','34427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028676.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116940.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039366.0','1020344.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127630.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039367.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127631.0','1045911.0','6093',    '4674','1564','1722281.2',    '4149','802','1094736.37',    '2639','1095','627544.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039368.0','1020344.0','2',    '2','1','1014.0',    '2','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127632.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039369.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127633.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039370.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127634.0','1045911.0','13',    '8','3','2514.0',    '5','2','2014.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039371.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127635.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039372.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127636.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039373.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127637.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039374.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127638.0','1045911.0','2',    '2','2','5610.2',    '2','2','5268.5',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039375.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127639.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039376.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127640.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035749.0','1020344.0','5',    '3','1','1014.0',    '2','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124013.0','1045911.0','4',    '3','2','1855.7',    '3','1','1014.0',    '2','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039377.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127641.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036010.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124274.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039378.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127642.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039379.0','1020344.0','3',    '3','1','1014.0',    '3','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127643.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039380.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127644.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028690.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116954.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039381.0','1020344.0','1475',    '1100','376','380429.94',    '1009','229','257563.14',    '502','231','122866.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127645.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039382.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127646.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039383.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127647.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039384.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127648.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039385.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127649.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039386.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127650.0','1045911.0','9',    '7','3','2514.0',    '7','1','1014.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039387.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127651.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036051.0','1020344.0','2',    '1','1','502.85',    '1','1','502.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124315.0','1045911.0','1422',    '1129','358','370541.83',    '1031','176','238024.5',    '532','238','132517.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039388.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127652.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039389.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127653.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039390.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127654.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036107.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124371.0','1045911.0','5454',    '4051','1687','1739517.47',    '3596','1109','1219730.54',    '2148','962','519786.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039391.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127655.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039392.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127656.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039393.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127657.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039394.0','1020344.0','107',    '73','19','26996.0',    '72','12','16396.0',    '26','12','10600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127658.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039395.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127659.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039396.0','1020344.0','776',    '573','188','206506.94',    '538','123','144501.14',    '246','109','62005.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127660.0','1045911.0','731',    '577','191','206325.34',    '553','132','146569.54',    '232','102','59755.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039397.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127661.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039398.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127662.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039399.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127663.0','1045911.0','410',    '342','89','62566.4',    '309','23','24383.0',    '172','76','38183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039400.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127664.0','1045911.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039401.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127665.0','1045911.0','1002',    '764','277','420335.56',    '706','177','306572.5',    '374','168','113763.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039402.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127666.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039403.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127667.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036035.0','1020344.0','2',    '2','2','1841.7',    '2','1','1000.0',    '2','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124299.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039404.0','1020344.0','2229',    '1612','651','703493.45',    '1443','414','500438.78',    '845','388','203054.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127668.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035836.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124100.0','1045911.0','1004',    '802','218','206632.51',    '729','93','120910.11',    '419','166','85722.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039405.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127669.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035816.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124080.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039406.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127670.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039407.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127671.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039408.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127672.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039409.0','1020344.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127673.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039410.0','1020344.0','2572',    '1954','805','1021918.08',    '1720','526','757196.18',    '1046','469','264721.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127674.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039411.0','1020344.0','16',    '14','3','2000.0',    '11','1','1000.0',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127675.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039412.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127676.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039413.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127677.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036122.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124386.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039414.0','1020344.0','11',    '9','2','1514.0',    '8','1','1014.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127678.0','1045911.0','2',    '2','1','1014.0',    '2','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039415.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127679.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039416.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127680.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039417.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127681.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039418.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127682.0','1045911.0','11',    '7','1','1014.0',    '7','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035974.0','1020344.0','891',    '701','192','176079.94',    '630','87','98893.54',    '360','149','77186.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124238.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039419.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127683.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036039.0','1020344.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124303.0','1045911.0','1183',    '895','352','488919.0',    '813','206','358665.2',    '471','226','130253.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039420.0','1020344.0','14',    '9','2','4090.0',    '9','2','4090.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127684.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035920.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124184.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039421.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127685.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039422.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127686.0','1045911.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039423.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127687.0','1045911.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039424.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127688.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039425.0','1020344.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127689.0','1045911.0','1459',    '1102','396','422720.43',    '1003','239','282151.16',    '538','252','140569.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2028756.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2117020.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039426.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127690.0','1045911.0','20',    '13','5','2500.0',    '12','0','0.0',    '9','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039427.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127691.0','1045911.0','3',    '2','1','1000.0',    '2','1','1000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039428.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127692.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039429.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127693.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039430.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127694.0','1045911.0','2',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039431.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127695.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039432.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127696.0','1045911.0','3',    '2','1','1014.0',    '2','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039433.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127697.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039434.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127698.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035716.0','1020344.0','9',    '8','5','5556.0',    '7','4','4056.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2123980.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039435.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127699.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039436.0','1020344.0','1430',    '1098','309','264808.2',    '983','145','153258.0',    '541','223','111550.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127700.0','1045911.0','7',    '3','1','1014.0',    '3','1','1014.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035979.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124243.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039437.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127701.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039438.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127702.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035837.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124101.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039439.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127703.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039440.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127704.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039441.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127705.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035852.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124116.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028654.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116918.0','1045911.0','3710',    '2795','1260','1290479.12',    '2608','900','952389.52',    '1183','635','338089.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039442.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127706.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039443.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127707.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039444.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127708.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039445.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127709.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039446.0','1020344.0','157',    '135','26','38175.0',    '130','15','31175.0',    '35','14','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127710.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039447.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127711.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036555.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124819.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028615.0','1020344.0','507',    '377','101','85261.48',    '347','48','51169.78',    '167','69','34091.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2116879.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036061.0','1020344.0','313',    '238','92','91460.0',    '225','58','59860.0',    '99','53','31600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124325.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039448.0','1020344.0','4577',    '3584','1498','1542117.67',    '3236','935','1052541.19',    '1961','936','489576.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127712.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035854.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124118.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039449.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127713.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039450.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127714.0','1045911.0','372',    '279','112','102104.08',    '257','71','72151.18',    '119','58','29952.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039451.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127715.0','1045911.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039452.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127716.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039453.0','1020344.0','4396',    '3194','1342','1430577.94',    '2899','928','1051875.3',    '1439','700','378702.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127717.0','1045911.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039454.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127718.0','1045911.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039455.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127719.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039456.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127720.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036118.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124382.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036049.0','1020344.0','3576',    '2688','929','883562.98',    '2528','511','582557.84',    '1186','587','301005.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124313.0','1045911.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039457.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127721.0','1045911.0','13',    '8','1','500.0',    '6','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039458.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127722.0','1045911.0','141',    '109','27','34881.5',    '102','11','24612.0',    '41','18','10269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035774.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124038.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039459.0','1020344.0','8',    '6','1','250.0',    '4','0','0.0',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127723.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036139.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124403.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035923.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124187.0','1045911.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039460.0','1020344.0','973',    '751','320','223060.23',    '697','88','93718.53',    '425','258','129341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127724.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039461.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127725.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028758.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117022.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039462.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127726.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039463.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127727.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2028877.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2117141.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039464.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127728.0','1045911.0','7',    '5','1','1000.0',    '5','0','0.0',    '4','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035901.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124165.0','1045911.0','124',    '96','40','40420.0',    '88','29','30420.0',    '48','20','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039465.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127729.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039466.0','1020344.0','5788',    '4369','1919','2027122.71',    '3964','1231','1377517.61',    '2456','1240','649605.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127730.0','1045911.0','612',    '459','220','211350.1',    '428','156','160483.3',    '183','102','50866.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036003.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124267.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039467.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127731.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039468.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127732.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035798.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124062.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039469.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127733.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036046.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124310.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028857.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117121.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035756.0','1020344.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124020.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039470.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127734.0','1045911.0','1',    '1','1','15000.0',    '1','1','15000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039471.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127735.0','1045911.0','4',    '4','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039472.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127736.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039473.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127737.0','1045911.0','186',    '132','49','41549.5',    '114','20','20280.0',    '83','40','21269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039474.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127738.0','1045911.0','305',    '244','50','68965.0',    '231','28','50195.5',    '91','33','18769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2028913.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2117177.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039475.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127739.0','1045911.0','4909',    '3664','1443','1557333.42',    '3361','884','1088449.66',    '1783','883','468883.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039476.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127740.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2028754.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2117018.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035832.0','1020344.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124096.0','1045911.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039477.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127741.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035833.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124097.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036073.0','1020344.0','1751',    '1296','490','450835.88',    '1213','280','295763.08',    '595','304','155072.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124337.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039478.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127742.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039479.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127743.0','1045911.0','2414',    '1751','743','762008.04',    '1580','469','526926.94',    '892','451','235081.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036121.0','1020344.0','5',    '5','3','4680.0',    '5','2','4180.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124385.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039480.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127744.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039481.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127745.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035747.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124011.0','1045911.0','3',    '2','2','1514.0',    '2','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039482.0','1020344.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127746.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036030.0','1020344.0','3390',    '2556','1014','1056360.46',    '2364','635','726112.07',    '1209','593','330248.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124294.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039483.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127747.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039484.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127748.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039485.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127749.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039486.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127750.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036014.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124278.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036078.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124342.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035864.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124128.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039487.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127751.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036005.0','1020344.0','5073',    '3751','1413','1423593.99',    '3470','938','1026431.79',    '1624','765','397162.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124269.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039489.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127753.0','1045911.0','3',    '2','2','6545.8',    '2','2','4118.0',    '2','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039490.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127754.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039491.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127755.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036128.0','1020344.0','86',    '62','25','19680.2',    '56','8','11338.5',    '30','17','8341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124392.0','1045911.0','135',    '85','15','13563.31',    '78','10','9563.31',    '31','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039492.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127756.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2028959.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2117223.0','1045911.0','3994',    '2996','1111','1238752.19',    '2727','703','835808.85',    '1443','651','402943.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039493.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127757.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039494.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127758.0','1045911.0','554',    '430','179','164633.8',    '392','105','106517.0',    '230','116','58116.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039495.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127759.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039496.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127760.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039497.0','1020344.0','3178',    '2435','1059','1090770.8',    '2227','641','724804.18',    '1235','656','365966.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127761.0','1045911.0','2919',    '2109','863','883318.82',    '1841','508','575720.52',    '1191','573','307598.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039498.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127762.0','1045911.0','365',    '268','93','94366.1',    '251','45','57776.9',    '122','68','36589.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039499.0','1020344.0','35',    '28','10','7411.7',    '28','5','5070.0',    '12','5','2341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127763.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039500.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127764.0','1045911.0','1664',    '1231','485','513942.86',    '1121','304','356406.16',    '599','286','157536.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039501.0','1020344.0','835',    '620','273','279869.7',    '558','188','191580.5',    '329','153','88289.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127765.0','1045911.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036089.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124353.0','1045911.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035884.0','1020344.0','4',    '3','1','1014.0',    '3','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124148.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035821.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124085.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035977.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124241.0','1045911.0','1',    '1','1','22190.0',    '1','1','17090.0',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2039502.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2127766.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039503.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127767.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035859.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124123.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039504.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127768.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036011.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124275.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039505.0','1020344.0','1955',    '1453','558','559861.1',    '1331','356','386702.0',    '685','323','173159.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127769.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035839.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124103.0','1045911.0','2562',    '1962','752','659009.52',    '1843','380','402367.43',    '901','499','256642.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035939.0','1020344.0','2',    '2','1','1014.0',    '2','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124203.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039506.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127770.0','1045911.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036053.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124317.0','1045911.0','200',    '149','40','34787.7',    '142','21','24446.0',    '46','21','10341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039507.0','1020344.0','2679',    '2051','866','951627.26',    '1899','566','688562.96',    '988','492','263064.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127771.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127772.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035931.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124195.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036104.0','1020344.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124368.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035835.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124099.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2035954.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124218.0','1045911.0','77',    '63','22','30233.4',    '59','12','23550.0',    '29','14','6683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2035793.0','1020344.0','359',    '245','110','109550.7',    '214','67','68209.0',    '144','83','41341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124057.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036124.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124388.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036608.0','1020344.0','501',    '410','200','215034.6',    '380','115','135370.5',    '260','145','79664.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124872.0','1045911.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2026522.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2114786.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2026498.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2114762.0','1045911.0','483',    '363','160','139129.9',    '337','83','85238.0',    '194','109','53891.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036588.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124852.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2036558.0','1020344.0','447',    '326','124','120634.79',    '307','78','81168.0',    '136','68','39466.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2124822.0','1045911.0','4',    '3','1','1014.0',    '3','1','1014.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039509.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127773.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039510.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127774.0','1045911.0','17',    '12','1','1514.0',    '10','1','1014.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039511.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127775.0','1045911.0','176',    '121','40','39747.7',    '103','30','30406.0',    '58','19','9341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039512.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127776.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036411.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124675.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026482.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114746.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039513.0','1020344.0','4032',    '3031','1198','1250807.79',    '2834','834','930302.22',    '1293','591','320505.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127777.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039514.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127778.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039515.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127779.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036402.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124666.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036755.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125019.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036294.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124558.0','1045911.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026527.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114791.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036492.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124756.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036414.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124678.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001618.0',    '2026788.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006143.0',    '2115052.0','1045911.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036435.0','1020344.0','130',    '101','46','54192.7',    '96','32','37251.0',    '43','24','16941.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124699.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036358.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124622.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039516.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127780.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036703.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124967.0','1045911.0','2332',    '1788','807','823759.84',    '1658','577','607735.62',    '822','416','216024.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026632.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114896.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036518.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124782.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036604.0','1020344.0','2',    '2','2','2014.0',    '2','1','1014.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124868.0','1045911.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026406.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114670.0','1045911.0','739',    '577','268','308275.1',    '520','148','203128.52',    '362','201','105146.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036550.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124814.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036679.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124943.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036454.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124718.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036186.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124450.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039517.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127781.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036595.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124859.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039518.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127782.0','1045911.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036309.0','1020344.0','7',    '6','2','1514.0',    '5','1','1014.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124573.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026442.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114706.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036407.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124671.0','1045911.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039519.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127783.0','1045911.0','748',    '585','292','266353.55',    '539','141','153825.35',    '364','220','112528.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026681.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114945.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036756.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125020.0','1045911.0','298',    '227','97','88670.3',    '210','55','57303.5',    '117','63','31366.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036596.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124860.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026599.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114863.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036504.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124768.0','1045911.0','5',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039520.0','1020344.0','299',    '226','75','72251.7',    '212','57','56751.7',    '85','31','15500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127784.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039521.0','1020344.0','2',    '2','1','1014.0',    '2','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127785.0','1045911.0','8',    '6','2','1000.0',    '6','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036251.0','1020344.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124515.0','1045911.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039522.0','1020344.0','357',    '280','100','137323.8',    '264','51','85354.3',    '126','80','51969.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127786.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036339.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124603.0','1045911.0','3',    '3','2','2028.0',    '2','2','2028.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036224.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124488.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039523.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127787.0','1045911.0','339',    '267','111','110608.4',    '245','70','72747.2',    '145','73','37861.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026663.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114927.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036322.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124586.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036594.0','1020344.0','206',    '148','53','48303.7',    '134','33','33462.0',    '78','30','14841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124858.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026649.0','1020344.0','1312',    '988','386','352072.91',    '905','218','238303.41',    '457','223','113769.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114913.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036305.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124569.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039524.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127788.0','1045911.0','2',    '2','1','1014.0',    '2','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036561.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124825.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039525.0','1020344.0','7',    '7','4','2355.7',    '6','1','1014.0',    '5','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127789.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036226.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124490.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026418.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114682.0','1045911.0','506',    '417','118','182022.6',    '385','54','107855.0',    '214','89','74167.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039526.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127790.0','1045911.0','3',    '2','1','1338.0',    '2','1','838.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039527.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127791.0','1045911.0','166',    '133','27','37046.79',    '127','11','27680.0',    '46','20','9366.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036428.0','1020344.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124692.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036653.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124917.0','1045911.0','25',    '20','9','24005.2',    '17','7','21163.5',    '13','5','2841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026518.0','1020344.0','165',    '120','35','26901.9',    '109','16','15376.8',    '57','23','11525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114782.0','1045911.0','3911',    '3124','1584','1708551.56',    '2836','895','1057503.36',    '2026','1166','651048.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036429.0','1020344.0','66',    '48','8','6853.68',    '43','5','4511.98',    '19','5','2341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124693.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036809.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125073.0','1045911.0','2946',    '2262','963','1079566.68',    '2021','587','722808.26',    '1288','615','356758.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036255.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124519.0','1045911.0','7',    '5','1','500.0',    '3','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039528.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127792.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036841.0','1020344.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125105.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036360.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124624.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039529.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127793.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036556.0','1020344.0','1',    '1','1','2217.5',    '1','1','2217.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124820.0','1045911.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036336.0','1020344.0','1049',    '864','262','293087.92',    '802','143','190075.92',    '399','190','103012.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124600.0','1045911.0','4',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039530.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127794.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036389.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124653.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039531.0','1020344.0','349',    '253','118','132639.9',    '234','73','89917.5',    '134','80','42722.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127795.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039532.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127796.0','1045911.0','1624',    '1191','494','495384.8',    '1055','286','319309.3',    '671','333','176075.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036551.0','1020344.0','4',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124815.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039533.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127797.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026728.0','1020344.0','521',    '438','143','276631.73',    '416','83','210394.64',    '178','92','66237.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114992.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039534.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127798.0','1045911.0','1',    '1','1','2217.5',    '1','1','2217.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036577.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124841.0','1045911.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036662.0','1020344.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124926.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036693.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124957.0','1045911.0','124',    '88','39','37392.0',    '84','29','29392.0',    '30','16','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036267.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124531.0','1045911.0','32',    '22','11','9584.0',    '18','6','6084.0',    '14','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036593.0','1020344.0','509',    '400','212','233995.09',    '367','130','156033.5',    '259','151','77961.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124857.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036330.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124594.0','1045911.0','1701',    '1153','492','443444.54',    '1010','261','266874.84',    '662','350','176569.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036529.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124793.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036401.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124665.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039535.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127799.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036706.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124970.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036641.0','1020344.0','1',    '1','1','2664.5',    '1','1','2164.5',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124905.0','1045911.0','1530',    '1205','348','340570.7',    '1138','209','243201.2',    '422','183','97369.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026500.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114764.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037158.0','1020344.0','4333',    '3725','1339','1658070.04',    '3594','753','1133310.65',    '1712','894','524759.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125422.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036948.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125212.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037109.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125373.0','1045911.0','744',    '548','196','210485.7',    '509','119','150144.01',    '244','121','60341.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037084.0','1020344.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125348.0','1045911.0','477',    '345','131','133870.56',    '318','94','100028.86',    '149','68','33841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037322.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125586.0','1045911.0','80',    '60','14','11598.0',    '58','6','7098.0',    '21','9','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037490.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125754.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037326.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125590.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039536.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127800.0','1045911.0','3163',    '2405','976','1076479.28',    '2178','618','753355.48',    '1224','566','323123.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037327.0','1020344.0','4373',    '3674','1211','1812428.9',    '3442','614','1264706.1',    '1831','850','547722.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125591.0','1045911.0','737',    '577','254','265325.39',    '533','175','187733.5',    '279','136','77591.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039537.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127801.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026650.0','1020344.0','8',    '5','2','3055.5',    '5','2','3055.5',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114914.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026790.0','1020344.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2115054.0','1045911.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036935.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125199.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039538.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127802.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037285.0','1020344.0','4',    '2','1','1338.0',    '1','1','838.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125549.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026483.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114747.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037460.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125724.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037280.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125544.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037321.0','1020344.0','561',    '411','161','153126.1',    '374','97','100831.5',    '195','95','52294.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125585.0','1045911.0','5498',    '4364','2057','2148987.38',    '3903','1107','1338834.95',    '2870','1485','810152.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037277.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125541.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037532.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125796.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026523.0','1020344.0','993',    '721','265','279783.93',    '680','169','196539.33',    '276','144','83244.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114787.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039539.0','1020344.0','5278',    '4385','1654','1971693.73',    '4109','865','1251548.26',    '2314','1191','720145.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127803.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036924.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125188.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037461.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125725.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036750.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125014.0','1045911.0','7741',    '6427','2700','2883179.7',    '6107','1513','1768018.24',    '3372','1894','1115161.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037357.0','1020344.0','3631',    '2771','1140','1124727.26',    '2546','712','753412.36',    '1407','707','371314.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125621.0','1045911.0','113',    '93','35','32113.1',    '90','25','23088.0',    '32','18','9025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039540.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127804.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037469.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125733.0','1045911.0','137',    '108','37','56489.3',    '103','23','40814.0',    '46','24','15675.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039541.0','1020344.0','7',    '6','3','2014.0',    '6','1','1014.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127805.0','1045911.0','92',    '69','34','31949.4',    '63','19','20266.0',    '44','24','11683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036789.0','1020344.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125053.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039542.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127806.0','1045911.0','914',    '775','270','333894.63',    '716','152','213879.16',    '389','188','120015.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039543.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127807.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037502.0','1020344.0','123',    '87','33','41708.74',    '83','17','32367.04',    '38','19','9341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125766.0','1045911.0','211',    '154','63','65275.2',    '140','38','43164.0',    '79','42','22111.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036953.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125217.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039544.0','1020344.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127808.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037287.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125551.0','1045911.0','378',    '307','88','71532.0',    '286','38','38532.0',    '156','66','33000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039545.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127809.0','1045911.0','7',    '7','3','2338.0',    '7','2','1838.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037499.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125763.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026683.0','1020344.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114947.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037278.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125542.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039546.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127810.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039547.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127811.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037377.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125641.0','1045911.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037391.0','1020344.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125655.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039548.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127812.0','1045911.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037107.0','1020344.0','272',    '213','83','90904.48',    '196','56','61121.08',    '96','51','29783.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125371.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037507.0','1020344.0','907',    '678','267','269761.9',    '625','166','183239.3',    '321','165','86522.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125771.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039549.0','1020344.0','860',    '652','255','243924.97',    '623','158','169458.18',    '285','139','74466.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127813.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037538.0','1020344.0','4387',    '3329','1316','1345738.98',    '2982','822','913590.58',    '1733','812','432148.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125802.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026557.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114821.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037573.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125837.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036893.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125157.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036838.0','1020344.0','13',    '10','5','4514.0',    '9','3','2514.0',    '6','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125102.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037230.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125494.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037399.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125663.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037462.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125726.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039550.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127814.0','1045911.0','3',    '2','2','2676.0',    '2','2','1676.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039551.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127815.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039552.0','1020344.0','1347',    '1130','385','572927.34',    '1071','197','399891.55',    '569','276','173035.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127816.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039553.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127817.0','1045911.0','36',    '29','12','7789.1',    '29','2','3055.5',    '18','11','4733.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036901.0','1020344.0','3751',    '3208','1001','974538.94',    '3045','438','544810.65',    '1638','780','429728.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125165.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026786.0','1020344.0','1',    '1','1','2006.7',    '1','1','1665.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2115050.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039554.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127818.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037033.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125297.0','1045911.0','531',    '415','162','161442.8',    '372','103','105476.0',    '211','99','55966.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037279.0','1020344.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125543.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036989.0','1020344.0','1',    '1','1','3955.8',    '1','1','2028.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125253.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037425.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125689.0','1045911.0','674',    '534','244','257340.3',    '482','142','168456.5',    '321','169','88883.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039555.0','1020344.0','1',    '1','1','5660.0',    '1','1','5660.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127819.0','1045911.0','3787',    '2914','1111','1165802.43',    '2692','735','837510.46',    '1328','592','328291.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037503.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125767.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037210.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125474.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036523.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124787.0','1045911.0','3672',    '2870','956','1005360.44',    '2609','537','668950.14',    '1410','636','336410.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036694.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124958.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037492.0','1020344.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125756.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039556.0','1020344.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127820.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039557.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127821.0','1045911.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037236.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125500.0','1045911.0','4',    '4','2','2014.0',    '4','1','1014.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037380.0','1020344.0','3',    '3','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125644.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037251.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125515.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039558.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127822.0','1045911.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039559.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127823.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037475.0','1020344.0','3',    '3','1','1338.0',    '3','1','838.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125739.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036744.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125008.0','1045911.0','2694',    '2040','769','742083.86',    '1875','489','520260.02',    '926','434','221823.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039560.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127824.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039561.0','1020344.0','144',    '119','54','62157.2',    '107','29','43129.0',    '66','37','19028.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127825.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037415.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125679.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037244.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125508.0','1045911.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039562.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127826.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037476.0','1020344.0','72',    '57','27','19612.0',    '52','8','8112.0',    '34','23','11500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125740.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036410.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124674.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026408.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114672.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036944.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125208.0','1045911.0','1245',    '903','362','383877.3',    '815','237','269395.01',    '478','215','114482.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037453.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125717.0','1045911.0','5158',    '4103','1908','1972931.85',    '3700','1037','1228623.86',    '2590','1406','744307.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037345.0','1020344.0','36',    '31','13','11143.44',    '29','8','8118.34',    '20','7','3025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125609.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039563.0','1020344.0','12',    '8','4','6732.0',    '8','3','6232.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127827.0','1045911.0','1907',    '1650','286','294381.3',    '1568','123','150069.0',    '656','216','144312.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037474.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125738.0','1045911.0','1',    '1','1','1000.0',    '1','1','1000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039564.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127828.0','1045911.0','70',    '51','17','18328.9',    '49','7','11167.5',    '29','13','7161.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037362.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125626.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039565.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127829.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037364.0','1020344.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125628.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2032958.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2121222.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039566.0','1020344.0','8',    '6','1','1514.0',    '5','1','1014.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127830.0','1045911.0','22',    '19','12','11094.6',    '19','6','6569.5',    '14','8','4525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039567.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127831.0','1045911.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039568.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127832.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039569.0','1020344.0','3',    '3','1','1014.0',    '3','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127833.0','1045911.0','3',    '2','1','341.7',    '2','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2032951.0','1020344.0','30',    '21','6','18842.6',    '20','2','15817.5',    '9','6','3025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2121215.0','1045911.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039570.0','1020344.0','1',    '1','1','1014.0',    '1','1','1014.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127834.0','1045911.0','4',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039571.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127835.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039572.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127836.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039573.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127837.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2030932.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2119196.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039574.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127838.0','1045911.0','795',    '617','276','283954.71',    '559','148','181620.71',    '372','208','102334.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039575.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127839.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039576.0','1020344.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127840.0','1045911.0','1',    '1','1','1514.0',    '1','1','1014.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039577.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127841.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037459.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125723.0','1045911.0','142',    '114','28','21255.07',    '110','14','13255.07',    '33','16','8000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039578.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127842.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039579.0','1020344.0','12',    '9','2','1338.0',    '7','1','838.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127843.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036467.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124731.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037328.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125592.0','1045911.0','3',    '3','2','1338.0',    '3','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036629.0','1020344.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124893.0','1045911.0','1704',    '1465','541','749426.42',    '1387','315','526857.75',    '706','363','222568.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036704.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124968.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036834.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125098.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2026446.0','1020344.0','8',    '7','2','2528.0',    '7','2','2028.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2114710.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037148.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125412.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2036977.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125241.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037284.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125548.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039580.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127844.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039581.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127845.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037204.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125468.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037247.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125511.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039582.0','1020344.0','2168',    '1886','796','1192453.34',    '1822','416','810547.22',    '980','558','381906.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127846.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037531.0','1020344.0','10',    '8','2','4556.0',    '8','2','3556.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125795.0','1045911.0','111',    '92','23','21655.27',    '88','11','15471.87',    '35','13','6183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037710.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125974.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034006.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122270.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039583.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127847.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039584.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127848.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039585.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127849.0','1045911.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030609.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2118873.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039586.0','1020344.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127850.0','1045911.0','3',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2031223.0','1020344.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2119487.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039587.0','1020344.0','6199',    '4990','2062','2407197.77',    '4588','1186','1595760.98',    '2795','1357','811436.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127851.0','1045911.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036699.0','1020344.0','4469',    '3556','1526','1735021.64',    '3305','955','1189939.3',    '1759','936','545082.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124963.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039588.0','1020344.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127852.0','1045911.0','17',    '17','4','26730.7',    '17','1','23119.5',    '10','4','3611.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036806.0','1020344.0','3651',    '2997','1085','1745603.93',    '2789','634','1309875.61',    '1486','730','435728.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125070.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039589.0','1020344.0','155',    '92','34','25116.5',    '81','16','13408.0',    '51','25','11708.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127853.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026572.0','1020344.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114836.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039590.0','1020344.0','5',    '4','3','4014.0',    '4','3','2514.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127854.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036928.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125192.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2030740.0','1020344.0','3204',    '2727','664','683748.33',    '2577','301','387271.88',    '1122','493','296476.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2119004.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037119.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125383.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039591.0','1020344.0','3243',    '2765','1076','1461394.4',    '2640','625','1012518.57',    '1397','710','448875.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127855.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037286.0','1020344.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125550.0','1045911.0','3224',    '2656','1270','2586504.22',    '2472','701','2000737.68',    '1664','919','585766.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039592.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127856.0','1045911.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037526.0','1020344.0','2',    '1','1','841.7',    '1','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125790.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037547.0','1020344.0','886',    '731','310','577455.74',    '691','219','464807.47',    '330','154','112648.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125811.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039593.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127857.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036737.0','1020344.0','13',    '6','3','3561.0',    '5','3','3061.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125001.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037135.0','1020344.0','6215',    '5064','1833','2407786.92',    '4697','1055','1677908.94',    '2488','1183','729877.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125399.0','1045911.0','10',    '7','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037242.0','1020344.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125506.0','1045911.0','11',    '8','5','10895.7',    '8','5','10054.0',    '3','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039594.0','1020344.0','5350',    '4189','1843','2223155.56',    '3786','1068','1486823.36',    '2369','1196','736332.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127858.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037540.0','1020344.0','226',    '163','72','220885.32',    '153','55','198576.83',    '73','36','22308.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125804.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2031505.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119769.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037467.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125731.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2036584.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2124848.0','1045911.0','1819',    '1472','656','1016350.79',    '1355','448','783605.11',    '777','368','232745.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2036539.0','1020344.0','557',    '439','193','205488.19',    '408','131','138423.5',    '238','124','67064.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2124803.0','1045911.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039595.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127859.0','1045911.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2036721.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2124985.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039596.0','1020344.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127860.0','1045911.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039597.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127861.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037151.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125415.0','1045911.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037075.0','1020344.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125339.0','1045911.0','6473',    '5350','1782','2065563.3',    '5030','852','1216084.05',    '2787','1310','849479.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2026475.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2114739.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039598.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127862.0','1045911.0','79',    '60','18','19727.1',    '52','9','12224.0',    '44','15','7503.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039599.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127863.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039600.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127864.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2026519.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2114783.0','1045911.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037473.0','1020344.0','2492',    '2007','779','862093.06',    '1865','470','574157.16',    '945','485','287935.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125737.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039601.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127865.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026730.0','1020344.0','3702',    '3052','971','1025300.69',    '2873','567','674591.75',    '1204','585','350708.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114994.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037528.0','1020344.0','1',    '1','1','1718.0',    '1','1','1718.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125792.0','1045911.0','6',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037468.0','1020344.0','2',    '2','1','838.0',    '2','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125732.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037389.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125653.0','1045911.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037383.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125647.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039602.0','1020344.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127866.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037529.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125793.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039603.0','1020344.0','18',    '14','7','5031.7',    '14','5','4190.0',    '4','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127867.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2036788.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125052.0','1045911.0','50',    '37','11','18566.6',    '33','6','12772.0',    '19','8','5794.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039604.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127868.0','1045911.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2026665.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2114929.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039605.0','1020344.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127869.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036961.0','1020344.0','3914',    '3170','1371','1637831.46',    '2973','912','1164658.82',    '1537','809','473172.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125225.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039606.0','1020344.0','626',    '538','184','168425.67',    '509','97','101214.07',    '274','130','67211.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127870.0','1045911.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026600.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114864.0','1045911.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039607.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127871.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037255.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125519.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039608.0','1020344.0','476',    '353','146','220759.19',    '323','100','171773.0',    '171','77','48986.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127872.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037410.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125674.0','1045911.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037395.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125659.0','1045911.0','1',    '1','1','21818.0',    '1','1','16718.0',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037533.0','1020344.0','2',    '1','1','4500.0',    '1','0','0.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125797.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037624.0','1020344.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125888.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039609.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127873.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039610.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127874.0','1045911.0','1381',    '1141','304','307026.47',    '1083','162','193501.17',    '437','202','113525.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2032857.0','1020344.0','25',    '17','3','1881.4',    '14','1','698.0',    '9','3','1183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2121121.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2034070.0','1020344.0','1',    '1','1','1198.0',    '1','1','698.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122334.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039611.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127875.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039612.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127876.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039613.0','1020344.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127877.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039614.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127878.0','1045911.0','5155',    '4144','1763','2324606.04',    '3799','887','1448755.29',    '2564','1330','875850.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2034327.0','1020344.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122591.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036568.0','1020344.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124832.0','1045911.0','12',    '9','6','25359.0',    '9','4','18759.0',    '4','4','6600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2034330.0','1020344.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122594.0','1045911.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036643.0','1020353.0','22',    '9','3','2514.0',    '7','3','2514.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2124907.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039615.0','1020353.0','1976',    '1643','722','1111802.94',    '1571','483','855118.89',    '776','419','256684.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127879.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036850.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125114.0','1045920.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039616.0','1020353.0','2502',    '2086','878','1091687.31',    '1942','393','589312.69',    '1246','688','502374.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127880.0','1045920.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2036934.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125198.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2031564.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119828.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037348.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125612.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2036700.0','1020353.0','3',    '2','1','5660.0',    '2','1','5660.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2124964.0','1045920.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037218.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125482.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2036827.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125091.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2026634.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2114898.0','1045920.0','1676',    '1419','529','645518.67',    '1360','281','436650.39',    '728','369','208868.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037131.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125395.0','1045920.0','2',    '1','1','9805.8',    '1','1','7378.0',    '1','1','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037177.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125441.0','1045920.0','1248',    '974','371','534600.99',    '929','260','398038.68',    '409','201','136562.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037290.0','1020353.0','1473',    '1143','396','383423.9',    '1018','242','270032.0',    '585','229','113391.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125554.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037378.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125642.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039617.0','1020353.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127881.0','1045920.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039618.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127882.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037548.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125812.0','1045920.0','5',    '4','3','2502.0',    '4','1','1002.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039619.0','1020353.0','3',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127883.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039620.0','1020353.0','28',    '22','15','14020.0',    '21','10','10020.0',    '13','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127884.0','1045920.0','2',    '2','1','1502.0',    '2','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039621.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127885.0','1045920.0','2012',    '1558','535','628329.42',    '1445','307','446575.12',    '756','346','181754.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039622.0','1020353.0','230',    '156','62','53026.5',    '135','34','34068.0',    '86','40','18958.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127886.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039623.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127887.0','1045920.0','1',    '1','1','20341.7',    '1','1','20000.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039624.0','1020353.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127888.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034052.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122316.0','1045920.0','14',    '11','2','2626.0',    '11','2','2126.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039625.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127889.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039626.0','1020353.0','3852',    '3031','1341','1877194.76',    '2751','680','1178886.67',    '1888','1024','698308.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127890.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039627.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127891.0','1045920.0','7337',    '5645','2755','3176759.8',    '5219','1916','2244966.35',    '2918','1653','931793.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039628.0','1020353.0','1042',    '817','274','359088.14',    '760','167','279726.34',    '373','151','79361.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127892.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037880.0','1020353.0','40',    '31','14','14020.0',    '29','10','10020.0',    '15','7','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2126144.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039629.0','1020353.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127893.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039630.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127894.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039631.0','1020353.0','933',    '735','277','305410.3',    '681','163','216235.0',    '348','171','89175.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127895.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2032801.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2121065.0','1045920.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2032808.0','1020353.0','42',    '32','9','7689.0',    '32','3','3189.0',    '12','9','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2121072.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039632.0','1020353.0','1',    '1','1','698.0',    '1','1','698.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127896.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039633.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127897.0','1045920.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2034277.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122541.0','1045920.0','1742',    '1375','513','681139.37',    '1287','344','533249.78',    '618','275','147889.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039634.0','1020353.0','701',    '548','168','161621.09',    '481','86','106215.29',    '293','106','55405.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127898.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039635.0','1020353.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127899.0','1045920.0','3022',    '2368','892','1014046.94',    '2196','594','769777.35',    '1093','478','244269.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039636.0','1020353.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127900.0','1045920.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2033935.0','1020353.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122199.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039637.0','1020353.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127901.0','1045920.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2034008.0','1020353.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122272.0','1045920.0','3',    '3','1','1063.0',    '3','1','1063.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2034274.0','1020353.0','579',    '457','138','113143.09',    '429','64','68618.0',    '194','90','44525.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122538.0','1045920.0','5',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2030931.0','1020353.0','6',    '5','1','2156.0',    '4','1','2156.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119195.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2030656.0','1020353.0','7',    '3','1','1063.0',    '3','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2118920.0','1045920.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039638.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127902.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2031254.0','1020353.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119518.0','1045920.0','288',    '228','94','143814.74',    '217','69','111786.76',    '103','52','32027.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034206.0','1020353.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122470.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039639.0','1020353.0','422',    '335','145','169984.43',    '313','115','130333.0',    '148','75','39651.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127903.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039640.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127904.0','1045920.0','21',    '16','3','1500.0',    '12','0','0.0',    '12','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039641.0','1020353.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127905.0','1045920.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039642.0','1020353.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127906.0','1045920.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037435.0','1020353.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125699.0','1045920.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039643.0','1020353.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127907.0','1045920.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039644.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127908.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039645.0','1020354.0','425',    '327','108','118383.58',    '304','50','76947.28',    '154','75','41436.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127909.0','1045921.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039646.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127910.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2030869.0','1020354.0','1',    '1','1','1338.0',    '1','1','838.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119133.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039647.0','1020354.0','5',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127911.0','1045921.0','1',    '1','1','1198.0',    '1','1','698.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2031241.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119505.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039648.0','1020354.0','5764',    '4774','1755','2114084.87',    '4431','826','1206819.07',    '2623','1335','907265.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127912.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039649.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127913.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039650.0','1020354.0','131',    '94','29','36093.7',    '85','20','27774.0',    '43','16','8319.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127914.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039651.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127915.0','1045921.0','295',    '248','70','75135.8',    '234','29','44960.5',    '122','53','30175.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039652.0','1020354.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127916.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034068.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122332.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039653.0','1020354.0','27',    '22','8','8252.0',    '19','3','4252.0',    '12','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127917.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039654.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127918.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031652.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119916.0','1045921.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039655.0','1020354.0','780',    '635','200','217814.88',    '600','100','151948.08',    '277','133','65866.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127919.0','1045921.0','2',    '1','1','1002.0',    '1','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039656.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127920.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031460.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119724.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039657.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127921.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039658.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127922.0','1045921.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039659.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127923.0','1045921.0','1',    '1','1','698.0',    '1','1','698.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039660.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127924.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039661.0','1020354.0','7',    '6','4','4331.7',    '6','4','3490.0',    '2','2','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127925.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039662.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127926.0','1045921.0','2',    '1','1','698.0',    '1','1','698.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039663.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127927.0','1045921.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039664.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127928.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039665.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127929.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039666.0','1020354.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127930.0','1045921.0','1585',    '1187','454','486466.87',    '1090','261','332930.0',    '616','287','153536.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039667.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127931.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039668.0','1020354.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127932.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034297.0','1020354.0','16',    '14','7','8010.0',    '13','5','5010.0',    '12','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122561.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039669.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127933.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039670.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127934.0','1045921.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030737.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119001.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039671.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127935.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031046.0','1020354.0','1',    '1','1','838.0',    '1','1','838.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119310.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039672.0','1020354.0','7',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127936.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2032891.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2121155.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039673.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127937.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039674.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127938.0','1045921.0','1338',    '1047','367','453534.5',    '992','225','332512.91',    '459','225','121021.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039675.0','1020354.0','671',    '539','223','254891.88',    '488','161','184439.0',    '282','137','70452.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127939.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2033829.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122093.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039676.0','1020354.0','1127',    '873','288','325419.77',    '812','168','231000.08',    '420','179','94419.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127940.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039677.0','1020354.0','1',    '1','1','1063.0',    '1','1','1063.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127941.0','1045921.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2033932.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122196.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039678.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127942.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039679.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127943.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031063.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119327.0','1045921.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039680.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127944.0','1045921.0','3486',    '2750','1062','1149044.59',    '2584','697','855366.03',    '1173','556','293678.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030708.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2118972.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039681.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127945.0','1045921.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039682.0','1020354.0','9',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127946.0','1045921.0','3',    '2','2','3004.0',    '2','2','2004.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039683.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127947.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039684.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127948.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2033947.0','1020354.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122211.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039685.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127949.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039686.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127950.0','1045921.0','1',    '1','1','1563.0',    '1','1','1063.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039687.0','1020354.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127951.0','1045921.0','6',    '6','5','4126.0',    '5','2','2126.0',    '5','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039688.0','1020354.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127952.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039689.0','1020354.0','4',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127953.0','1045921.0','606',    '436','149','155031.1',    '393','62','79478.0',    '246','116','75553.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039690.0','1020354.0','1491',    '1193','562','721437.24',    '1105','364','510847.96',    '666','359','210589.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127954.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2033992.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122256.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037416.0','1020354.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125680.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030627.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2118891.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037366.0','1020354.0','607',    '491','129','128862.29',    '469','84','97092.81',    '150','60','31769.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125630.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039691.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127955.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039692.0','1020354.0','248',    '200','80','132886.28',    '188','55','105038.78',    '104','41','27847.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127956.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039693.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127957.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039694.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127958.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031257.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119521.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039695.0','1020354.0','1261',    '1017','444','652946.86',    '948','299','497776.98',    '514','262','155169.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127959.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039696.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127960.0','1045921.0','1',    '1','1','1000.0',    '1','1','1000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039697.0','1020354.0','115',    '82','27','38856.0',    '75','12','22756.0',    '46','22','16100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127961.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037552.0','1020354.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125816.0','1045921.0','1',    '1','1','1396.0',    '1','1','1396.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039698.0','1020354.0','2469',    '1897','644','696998.65',    '1735','374','484504.4',    '911','398','212494.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127962.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039699.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127963.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039700.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127964.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039701.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127965.0','1045921.0','97',    '81','37','48928.66',    '78','16','27603.16',    '47','27','21325.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039702.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127966.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039703.0','1020354.0','319',    '250','90','89904.78',    '239','39','54049.08',    '112','67','35855.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127967.0','1045921.0','15',    '13','6','7385.0',    '13','5','5885.0',    '6','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039704.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127968.0','1045921.0','13',    '8','2','2626.0',    '8','2','2126.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039705.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127969.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039706.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127970.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039707.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127971.0','1045921.0','771',    '603','281','380255.14',    '563','205','292609.15',    '292','150','87645.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039708.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127972.0','1045921.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031600.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119864.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034185.0','1020354.0','1',    '1','1','1063.0',    '1','1','1063.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122449.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039709.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127973.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039710.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127974.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039711.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127975.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039712.0','1020354.0','5410',    '4312','1636','1727289.12',    '4005','1067','1230252.06',    '1952','954','497037.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127976.0','1045921.0','222',    '167','58','69490.2',    '149','36','45109.5',    '84','42','24380.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2033910.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122174.0','1045921.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039713.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127977.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2030971.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119235.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039714.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127978.0','1045921.0','17',    '12','3','2002.0',    '8','1','1002.0',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039715.0','1020354.0','4',    '4','1','1063.0',    '3','1','1063.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127979.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039716.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127980.0','1045921.0','537',    '423','121','96949.16',    '394','36','46924.06',    '207','100','50025.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037442.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125706.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2037809.0','1020354.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2126073.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039717.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127981.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039718.0','1020354.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2127982.0','1045921.0','4609',    '3547','1729','1898349.22',    '3263','1197','1372227.33',    '1864','994','526121.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039719.0','1020354.0','1302',    '1027','372','395095.2',    '976','265','288590.88',    '416','200','106504.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127983.0','1045921.0','2',    '2','1','341.7',    '2','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039720.0','1020354.0','3',    '2','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127984.0','1045921.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039721.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127985.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039722.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127986.0','1045921.0','38',    '31','15','20484.48',    '31','12','12184.5',    '10','7','8299.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030672.0','1020354.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2118936.0','1045921.0','1',    '1','1','1502.0',    '1','1','1002.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030982.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119246.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2030690.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2118954.0','1045921.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034107.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122371.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039723.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2127987.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039724.0','1020354.0','1',    '1','1','1002.0',    '1','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127988.0','1045921.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039725.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127989.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039726.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127990.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039727.0','1020354.0','3',    '2','1','1002.0',    '1','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127991.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039728.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127992.0','1045921.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039729.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127993.0','1045921.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031709.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119973.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039730.0','1020354.0','12',    '7','5','3502.0',    '7','1','1002.0',    '6','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127994.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039731.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127995.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039732.0','1020354.0','14',    '11','5','7010.0',    '10','5','5010.0',    '7','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127996.0','1045921.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039733.0','1020354.0','1',    '1','1','1665.0',    '1','1','1665.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127997.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039734.0','1020354.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127998.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039735.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2127999.0','1045921.0','764',    '641','222','441199.19',    '616','155','377834.3',    '259','111','63364.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039736.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128000.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039737.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128001.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039738.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128002.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2034272.0','1020354.0','2349',    '1988','548','611597.24',    '1901','325','452269.28',    '712','307','159327.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2122536.0','1045921.0','7',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039739.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128003.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039740.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128004.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030788.0','1020354.0','8',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119052.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031023.0','1020354.0','787',    '596','253','283114.59',    '558','171','207674.25',    '287','138','75440.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119287.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039741.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128005.0','1045921.0','46',    '39','8','6696.0',    '37','3','4196.0',    '15','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039742.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128006.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039743.0','1020354.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128007.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039744.0','1020354.0','5136',    '4055','1538','1736281.34',    '3716','888','1192336.31',    '2127','993','543945.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128008.0','1045921.0','14',    '12','3','3004.0',    '11','2','2004.0',    '8','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039745.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128009.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039746.0','1020354.0','3404',    '2713','940','1103063.56',    '2546','627','828215.52',    '1151','526','274848.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128010.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034022.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122286.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039747.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128011.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034202.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122466.0','1045921.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039748.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128012.0','1045921.0','7',    '4','1','1002.0',    '4','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039749.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128013.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039750.0','1020354.0','1',    '1','1','591.7',    '1','0','0.0',    '1','1','591.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128014.0','1045921.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030966.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119230.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039751.0','1020354.0','2216',    '1766','622','699883.63',    '1652','433','512698.59',    '734','327','187185.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128015.0','1045921.0','9',    '9','6','26530.4',    '9','4','23077.5',    '7','5','3452.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030820.0','1020354.0','3099',    '2478','718','716597.68',    '2332','359','459416.59',    '1032','482','257181.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119084.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039752.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128016.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2031661.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119925.0','1045921.0','794',    '649','225','266351.15',    '604','164','200605.58',    '258','119','65745.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037504.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125768.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039753.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128017.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037402.0','1020354.0','4501',    '3625','1096','1184229.63',    '3389','625','809483.88',    '1568','705','374745.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125666.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034130.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122394.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037369.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125633.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039754.0','1020354.0','412',    '332','60','64895.0',    '312','21','42895.0',    '117','44','22000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128018.0','1045921.0','3',    '2','1','1002.0',    '2','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039755.0','1020354.0','5386',    '4347','1604','1932625.26',    '4078','1112','1483631.11',    '1818','856','448994.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128019.0','1045921.0','962',    '809','362','1288500.6',    '763','257','1120151.1',    '451','205','168349.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039756.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128020.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039757.0','1020354.0','2467',    '1997','834','1362539.69',    '1856','504','1050591.86',    '1087','532','311947.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128021.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039758.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128022.0','1045921.0','10',    '8','2','12938.0',    '8','2','12938.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039759.0','1020354.0','6',    '6','1','500.0',    '6','0','0.0',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128023.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039760.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128024.0','1045921.0','49',    '38','20','20932.49',    '35','11','14932.49',    '20','12','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039761.0','1020354.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128025.0','1045921.0','11',    '7','1','500.0',    '6','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039762.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128026.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039763.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128027.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039764.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128028.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039765.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128029.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039766.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128030.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039767.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128031.0','1045921.0','92',    '76','22','30566.4',    '76','6','16783.0',    '34','19','13783.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039768.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128032.0','1045921.0','124',    '103','32','29440.4',    '87','13','18257.0',    '62','23','11183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039769.0','1020354.0','973',    '817','252','327717.95',    '772','110','232009.46',    '338','185','95708.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128033.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039770.0','1020354.0','404',    '325','132','268509.44',    '308','83','222683.96',    '150','75','45825.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128034.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039771.0','1020354.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128035.0','1045921.0','37',    '26','7','15572.0',    '26','5','14572.0',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039772.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128036.0','1045921.0','2950',    '2419','1085','2181524.55',    '2169','530','1372105.19',    '1682','882','809419.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039773.0','1020354.0','2',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128037.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039774.0','1020354.0','287',    '231','99','111287.8',    '210','60','79468.1',    '120','60','31819.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128038.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039775.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128039.0','1045921.0','223',    '187','80','56880.0',    '183','19','19380.0',    '101','75','37500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037439.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125703.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037522.0','1020354.0','1',    '1','1','1002.0',    '1','1','1002.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125786.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039776.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128040.0','1045921.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037549.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125813.0','1045921.0','6',    '6','2','3004.0',    '6','2','2004.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039777.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128041.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039778.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128042.0','1045921.0','15',    '11','2','1000.0',    '9','0','0.0',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039779.0','1020354.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128043.0','1045921.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039780.0','1020354.0','100',    '86','34','105292.5',    '83','25','94023.0',    '43','20','11269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128044.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2032627.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2120891.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039781.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128045.0','1045921.0','21',    '20','2','1000.0',    '20','0','0.0',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039782.0','1020354.0','1535',    '1256','409','460394.04',    '1189','228','327654.69',    '572','251','132739.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128046.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039783.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128047.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039784.0','1020354.0','448',    '351','115','268468.53',    '329','71','224934.5',    '174','72','43534.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128048.0','1045921.0','3245',    '2663','862','1442095.62',    '2447','412','1041146.89',    '1415','621','400948.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039785.0','1020354.0','1',    '1','1','2938.0',    '1','1','2938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128049.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034061.0','1020354.0','7',    '7','0','0.0',    '6','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122325.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031603.0','1020354.0','678',    '560','196','323297.5',    '534','139','257263.5',    '257','107','66034.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119867.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039786.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128050.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039787.0','1020354.0','7',    '3','1','10000.0',    '3','1','10000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128051.0','1045921.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039788.0','1020354.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128052.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039789.0','1020354.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128053.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039790.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128054.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039791.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128055.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031243.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119507.0','1045921.0','1',    '1','1','1469.0',    '1','1','969.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039792.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128056.0','1045921.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039793.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128057.0','1045921.0','2',    '2','1','1002.0',    '1','1','1002.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039794.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128058.0','1045921.0','8398',    '6713','2633','3584278.88',    '6099','1432','2436951.2',    '3708','1844','1147327.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2034010.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2122274.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2031685.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2119949.0','1045921.0','1',    '1','1','969.0',    '1','1','969.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039795.0','1020354.0','858',    '727','236','502654.81',    '693','118','415470.61',    '375','153','87184.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128059.0','1045921.0','815',    '711','217','278421.56',    '689','59','181285.26',    '338','184','97136.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2034101.0','1020354.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122365.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039796.0','1020354.0','7',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128060.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2030718.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2118982.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039797.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128061.0','1045921.0','134',    '107','33','27699.5',    '104','15','16699.5',    '49','22','11000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039798.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128062.0','1045921.0','293',    '264','110','276330.46',    '256','75','214179.86',    '141','70','62150.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2031692.0','1020354.0','146',    '126','34','45260.9',    '120','17','35077.5',    '60','21','10183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2119956.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039799.0','1020354.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128063.0','1045921.0','1400',    '1001','351','499683.88',    '921','234','391305.93',    '475','196','108377.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037376.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125640.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039800.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128064.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039801.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128065.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031447.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119711.0','1045921.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039802.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128066.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039803.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128067.0','1045921.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039804.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128068.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037396.0','1020354.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125660.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039805.0','1020354.0','28',    '20','5','9144.0',    '20','5','9144.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128069.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2037527.0','1020354.0','4',    '4','1','1034.0',    '4','1','1034.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2125791.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039806.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128070.0','1045921.0','3490',    '2862','1095','1704854.53',    '2573','477','1082391.07',    '1907','871','622463.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037537.0','1020354.0','363',    '297','79','97496.7',    '277','40','69655.0',    '137','56','27841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125801.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039807.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128071.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037604.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125868.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039808.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128072.0','1045921.0','1',    '1','1','1234.0',    '1','1','734.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039809.0','1020354.0','190',    '143','66','69421.8',    '132','52','49455.0',    '66','31','19966.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128073.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039810.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128074.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039811.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128075.0','1045921.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039812.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128076.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039813.0','1020354.0','16',    '13','2','2568.0',    '10','2','2068.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128077.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039814.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128078.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039815.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128079.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039816.0','1020354.0','1114',    '888','191','170045.93',    '820','61','90875.94',    '379','157','79169.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128080.0','1045921.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039817.0','1020354.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128081.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034263.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122527.0','1045921.0','819',    '528','175','333625.47',    '470','123','275149.77',    '282','94','58475.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039818.0','1020354.0','282',    '237','71','73824.9',    '226','20','44641.5',    '111','59','29183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128082.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039819.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128083.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039820.0','1020354.0','19',    '15','6','5376.0',    '15','3','3876.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128084.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030897.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119161.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039821.0','1020354.0','1820',    '1480','347','356682.67',    '1353','141','215275.46',    '685','254','141407.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128085.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030768.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119032.0','1045921.0','281',    '222','42','46286.69',    '201','24','33575.16',    '90','27','12711.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039822.0','1020354.0','182',    '133','60','73525.2',    '120','34','52414.0',    '79','39','21111.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128086.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039823.0','1020354.0','365',    '317','110','64510.0',    '311','16','12010.0',    '164','105','52500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128087.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039824.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128088.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039825.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128089.0','1045921.0','429',    '314','123','132531.14',    '288','90','90414.5',    '169','71','42116.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039826.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128090.0','1045921.0','5',    '5','2','2751.4',    '4','1','2068.0',    '5','2','683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039827.0','1020354.0','2',    '2','1','341.7',    '2','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128091.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2033991.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122255.0','1045921.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2034028.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2122292.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030688.0','1020354.0','2',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2118952.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2031624.0','1020354.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2119888.0','1045921.0','1',    '1','1','1034.0',    '1','1','1034.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031010.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119274.0','1045921.0','189',    '134','52','113399.76',    '118','41','101751.17',    '65','21','11648.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039828.0','1020354.0','5747',    '4646','1187','1163231.97',    '4278','582','725246.36',    '2101','815','437985.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128092.0','1045921.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039829.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128093.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039830.0','1020354.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128094.0','1045921.0','94',    '81','28','15468.0',    '80','2','1468.0',    '38','28','14000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039831.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128095.0','1045921.0','242',    '175','63','53172.0',    '164','47','39963.5',    '80','27','13208.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039832.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128096.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039833.0','1020354.0','482',    '377','98','160220.62',    '348','51','119133.92',    '179','65','41086.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128097.0','1045921.0','349',    '273','60','71162.9',    '259','28','52979.5',    '99','37','18183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2033980.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122244.0','1045921.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039834.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128098.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039835.0','1020354.0','119',    '101','25','35384.7',    '96','17','27543.0',    '37','15','7841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128099.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039836.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128100.0','1045921.0','1089',    '877','224','221354.57',    '829','98','139800.83',    '381','164','81553.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039837.0','1020354.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128101.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034046.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122310.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031464.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119728.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039838.0','1020354.0','5',    '4','3','2456.0',    '4','3','1956.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128102.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039839.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128103.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039840.0','1020354.0','591',    '488','126','115417.9',    '454','52','65256.5',    '222','99','50161.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128104.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039841.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128105.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031451.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119715.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039842.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128106.0','1045921.0','512',    '390','146','169959.36',    '357','88','126787.0',    '182','81','43172.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2033972.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122236.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039843.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128107.0','1045921.0','694',    '573','119','144922.13',    '524','57','92160.29',    '253','84','52761.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039844.0','1020354.0','445',    '338','156','128277.08',    '309','116','83833.0',    '166','82','44444.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128108.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2037303.0','1020354.0','1353',    '1111','328','422250.57',    '1038','167','294763.69',    '577','228','127486.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2125567.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039845.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128109.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039846.0','1020354.0','521',    '411','144','289106.67',    '376','73','205360.83',    '226','104','83745.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128110.0','1045921.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039847.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128111.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039848.0','1020354.0','78',    '55','24','30088.9',    '53','13','23136.0',    '23','12','6952.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128112.0','1045921.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039849.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128113.0','1045921.0','23',    '21','1','734.0',    '21','1','734.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039850.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128114.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039851.0','1020354.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128115.0','1045921.0','1139',    '953','222','215019.95',    '899','108','126475.15',    '393','156','88544.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039852.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128116.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039853.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128117.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039854.0','1020354.0','741',    '615','226','423231.0',    '558','131','303189.21',    '339','155','120041.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128118.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039855.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128119.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039856.0','1020354.0','7',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128120.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030967.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119231.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039857.0','1020354.0','1963',    '1650','659','1612978.63',    '1564','397','1340326.59',    '748','377','272652.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128121.0','1045921.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2033912.0','1020354.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122176.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039858.0','1020354.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128122.0','1045921.0','3210',    '2634','643','674503.36',    '2455','297','438903.62',    '1116','433','235599.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039859.0','1020354.0','41',    '32','4','2534.0',    '29','1','1034.0',    '15','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128123.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039860.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128124.0','1045921.0','38',    '35','12','9589.2',    '35','3','3747.5',    '21','12','5841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039861.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128125.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039862.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128126.0','1045921.0','1476',    '1238','522','1024934.98',    '1146','253','756047.53',    '784','382','268887.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039863.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128127.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031625.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119889.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039864.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128128.0','1045921.0','1325',    '975','486','450369.85',    '869','333','286983.52',    '576','307','163386.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039865.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128129.0','1045921.0','4',    '3','2','2927.3',    '3','1','499.5',    '3','2','2427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2037374.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2125638.0','1045921.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039866.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128130.0','1045921.0','2',    '2','1','2068.0',    '2','1','2068.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039867.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128131.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039868.0','1020354.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128132.0','1045921.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2032695.0','1020354.0','92',    '78','13','20940.2',    '77','8','17348.5',    '31','8','3591.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2120959.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039869.0','1020354.0','8',    '6','1','734.0',    '5','1','734.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128133.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039870.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128134.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031076.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119340.0','1045921.0','157',    '130','28','45304.01',    '122','20','39778.91',    '39','11','5525.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2030579.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2118843.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031602.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119866.0','1045921.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039871.0','1020354.0','2',    '1','1','2909.7',    '1','1','2068.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128135.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039872.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128136.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039873.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128137.0','1045921.0','255',    '192','50','36270.6',    '180','13','14476.0',    '89','41','21794.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039874.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128138.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039875.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128139.0','1045921.0','275',    '215','85','95309.0',    '190','61','73331.0',    '110','41','21978.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039876.0','1020354.0','16',    '14','3','3907.0',    '14','2','2907.0',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128140.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031569.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119833.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039877.0','1020354.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128141.0','1045921.0','8',    '7','4','5477.7',    '6','3','4136.0',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039878.0','1020354.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128142.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039879.0','1020354.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128143.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039880.0','1020354.0','1268',    '923','424','670015.04',    '858','280','502088.35',    '495','252','167926.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128144.0','1045921.0','1834',    '1444','592','725184.02',    '1309','381','471869.12',    '837','390','253314.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031622.0','1020354.0','40',    '30','11','8632.0',    '27','6','4632.0',    '15','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119886.0','1045921.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2034162.0','1020354.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2122426.0','1045921.0','2',    '2','1','1034.0',    '2','1','1034.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039881.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128145.0','1045929.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039882.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128146.0','1045929.0','2',    '2','1','1234.0',    '2','1','734.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039883.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128147.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2031546.0','1020362.0','1',    '1','1','5534.0',    '1','1','1034.0',    '1','1','4500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2119810.0','1045929.0','1',    '1','1','1152.0',    '1','1','652.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039884.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128148.0','1045929.0','1',    '1','1','10000.0',    '1','1','10000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039885.0','1020362.0','3',    '3','2','1956.0',    '3','2','1956.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128149.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001811.0',    '2039886.0','1020362.0','179',    '134','33','28091.4',    '120','11','12408.0',    '61','31','15683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006144.0',    '2128150.0','1045929.0','770',    '619','161','151388.4',    '570','79','92185.5',    '290','115','59202.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039887.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128151.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001728.0',    '2039888.0','1020362.0','1',    '1','1','1234.0',    '1','1','734.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006146.0',    '2128152.0','1045929.0','2150',    '1595','653','675714.0',    '1462','438','464228.65',    '798','374','211485.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039889.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128153.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039890.0','1020362.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128154.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039891.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128155.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039892.0','1020362.0','5',    '5','3','2152.0',    '5','1','652.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128156.0','1045929.0','1119',    '863','303','388865.89',    '793','180','274196.0',    '445','198','114669.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039893.0','1020362.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128157.0','1045929.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039894.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128158.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039895.0','1020362.0','216',    '165','52','46524.88',    '151','22','25450.5',    '78','38','21074.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128159.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039896.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128160.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039897.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128161.0','1045929.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039898.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128162.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039899.0','1020362.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128163.0','1045929.0','103',    '83','34','99147.16',    '79','23','83324.76',    '38','18','15822.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039900.0','1020362.0','12',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128164.0','1045929.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039901.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128165.0','1045929.0','5',    '2','1','652.0',    '2','1','652.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039902.0','1020362.0','9',    '6','5','4327.5',    '6','4','3827.5',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128166.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039903.0','1020362.0','6',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128167.0','1045929.0','179',    '137','52','81694.4',    '126','31','66511.0',    '71','30','15183.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039904.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128168.0','1045929.0','347',    '269','114','94930.2',    '252','76','61091.0',    '123','61','33839.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039905.0','1020362.0','7',    '5','3','2918.0',    '5','2','1918.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128169.0','1045929.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039906.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128170.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039907.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128171.0','1045929.0','2728',    '2150','876','1145483.74',    '1961','489','686597.85',    '1270','616','458885.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039908.0','1020362.0','1',    '1','1','841.7',    '1','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128172.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039909.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128173.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039910.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128174.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001652.0',    '2039911.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006147.0',    '2128175.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039912.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128176.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039913.0','1020362.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128177.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039914.0','1020362.0','12',    '8','4','2340.7',    '7','2','999.0',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128178.0','1045929.0','4',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039915.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128179.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039916.0','1020362.0','4',    '3','2','1459.0',    '3','1','959.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128180.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039917.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128181.0','1045929.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039918.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128182.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039919.0','1020362.0','7422',    '5771','2661','4561079.22',    '5141','1549','2615914.46',    '3768','1910','1945164.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128183.0','1045929.0','114',    '85','25','23838.5',    '81','12','14860.5',    '44','17','8978.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039920.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128184.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039921.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128185.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039922.0','1020362.0','948',    '735','266','388760.37',    '657','140','227535.25',    '440','197','161225.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128186.0','1045929.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039923.0','1020362.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128187.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039924.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128188.0','1045929.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039925.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128189.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039926.0','1020362.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128190.0','1045929.0','6656',    '5467','1712','1671229.93',    '5105','985','1096177.75',    '2437','1078','575052.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039927.0','1020362.0','3',    '3','1','500.0',    '2','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128191.0','1045929.0','2922',    '2250','922','1040622.23',    '2095','655','765765.04',    '1019','497','274857.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039928.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128192.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039929.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128193.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039930.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128194.0','1045929.0','2869',    '2286','816','850853.3',    '2163','569','619719.85',    '889','437','231133.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039931.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128195.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039932.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128196.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039933.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128197.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039934.0','1020362.0','7',    '5','2','1959.0',    '4','1','959.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128198.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039935.0','1020362.0','659',    '545','162','290685.77',    '497','97','217841.18',    '265','100','72844.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128199.0','1045929.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039936.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128200.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039937.0','1020362.0','2',    '1','1','1459.0',    '1','1','959.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128201.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039938.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128202.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039939.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128203.0','1045929.0','1',    '1','1','959.0',    '1','1','959.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039940.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128204.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039941.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128205.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039942.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128206.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039943.0','1020362.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128207.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039944.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128208.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039945.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128209.0','1045929.0','1610',    '1311','408','493730.23',    '1216','250','365796.08',    '569','231','127934.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039946.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128210.0','1045929.0','1',    '1','1','959.0',    '1','1','959.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039947.0','1020362.0','78',    '68','27','66285.5',    '66','16','55246.5',    '30','17','11039.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128211.0','1045929.0','226',    '170','86','166739.5',    '154','60','121028.1',    '93','51','45711.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039948.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128212.0','1045929.0','1802',    '1361','647','639335.08',    '1229','407','420095.11',    '784','418','219239.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039949.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128213.0','1045929.0','1',    '1','1','959.0',    '1','1','959.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039950.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128214.0','1045929.0','819',    '623','285','359781.81',    '580','201','272006.11',    '309','167','87775.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039951.0','1020362.0','23',    '17','11','53661.0',    '17','11','52161.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128215.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039952.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128216.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039953.0','1020362.0','3324',    '2596','968','1065564.37',    '2370','658','742479.31',    '1224','536','323085.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128217.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039954.0','1020362.0','21',    '14','3','4837.8',    '13','2','2910.0',    '6','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128218.0','1045929.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039955.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128219.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039956.0','1020362.0','4',    '3','1','1459.0',    '3','1','959.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128220.0','1045929.0','2',    '2','1','1459.0',    '2','1','959.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039957.0','1020362.0','1507',    '1191','363','534937.12',    '1092','213','394161.03',    '579','237','140776.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128221.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039958.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128222.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039959.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128223.0','1045929.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039960.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128224.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039961.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128225.0','1045929.0','7710',    '6246','2211','2173234.66',    '5870','1367','1441607.29',    '2823','1324','731627.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039962.0','1020362.0','1454',    '1165','375','618691.91',    '1061','188','381948.87',    '647','266','236743.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128226.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039963.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128227.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039964.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128228.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039965.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128229.0','1045929.0','578',    '440','182','212549.14',    '408','123','159532.14',    '204','97','53017.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039966.0','1020362.0','414',    '323','138','378521.93',    '305','76','305121.38',    '180','100','73400.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128230.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039967.0','1020362.0','1929',    '1478','699','689994.8',    '1341','431','450502.62',    '832','438','239492.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128231.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039968.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128232.0','1045929.0','3132',    '2415','1081','1220839.01',    '2240','726','871211.13',    '1224','616','349627.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039969.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128233.0','1045929.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039970.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128234.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039971.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128235.0','1045929.0','24',    '17','5','13417.99',    '15','3','11918.0',    '7','3','1499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039972.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128236.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039973.0','1020362.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128237.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039974.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128238.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039975.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128239.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039976.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128240.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039977.0','1020362.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128241.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039978.0','1020362.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128242.0','1045929.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039979.0','1020362.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128243.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039980.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128244.0','1045929.0','140',    '112','38','43916.5',    '103','22','29647.0',    '63','25','14269.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039981.0','1020362.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128245.0','1045929.0','1',    '1','1','959.0',    '1','1','959.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039982.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128246.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039983.0','1020362.0','1085',    '912','258','389209.45',    '871','143','275672.99',    '386','175','113536.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128247.0','1045929.0','3',    '3','1','959.0',    '2','1','959.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039984.0','1020362.0','1833',    '1579','488','1519657.92',    '1505','289','1275332.5',    '778','318','244325.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128248.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039985.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128249.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039986.0','1020362.0','1',    '1','1','3837.8',    '1','1','1910.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128250.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039987.0','1020362.0','1',    '1','1','1910.0',    '1','1','1910.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128251.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039988.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128252.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039989.0','1020362.0','520',    '400','123','365964.84',    '373','70','303683.74',    '186','84','62281.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128253.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039990.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128254.0','1045929.0','1401',    '1147','445','890626.26',    '1054','256','632777.14',    '630','313','257849.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039991.0','1020362.0','62',    '48','11','11331.4',    '48','7','8648.0',    '14','5','2683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128255.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039992.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128256.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039993.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128257.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039994.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128258.0','1045929.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039995.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128259.0','1045929.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039996.0','1020362.0','584',    '492','113','88497.7',    '461','46','49656.0',    '221','78','38841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128260.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039997.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128261.0','1045929.0','122',    '105','41','61390.7',    '100','30','47949.0',    '43','17','13441.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039998.0','1020362.0','1559',    '1253','514','693057.52',    '1134','315','451665.72',    '722','342','241391.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128262.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2039999.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128263.0','1045929.0','3',    '2','1','1000.0',    '2','1','1000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040000.0','1020362.0','1',    '1','1','1459.0',    '1','1','959.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128264.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040001.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128265.0','1045929.0','578',    '434','180','230805.38',    '402','136','181555.78',    '182','82','49249.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040002.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128266.0','1045929.0','55',    '43','14','23352.7',    '37','7','15741.5',    '26','12','7611.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040003.0','1020362.0','3',    '2','1','2759.7',    '2','1','1918.0',    '2','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128267.0','1045929.0','1',    '1','1','2409.5',    '1','1','2409.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040004.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128268.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040005.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128269.0','1045929.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040006.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128270.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040007.0','1020362.0','3',    '2','1','1459.0',    '2','1','959.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128271.0','1045929.0','12',    '11','2','2751.2',    '11','1','2409.5',    '3','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040008.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128272.0','1045929.0','2954',    '2357','774','969453.12',    '2202','407','660543.23',    '1132','518','308909.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040009.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128273.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040010.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128274.0','1045929.0','2',    '2','2','4837.8',    '2','1','1910.0',    '2','2','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040011.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128275.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040012.0','1020362.0','453',    '362','134','208312.53',    '348','93','150331.63',    '155','78','57980.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128276.0','1045929.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040013.0','1020362.0','1',    '1','1','959.0',    '1','1','959.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128277.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040014.0','1020362.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128278.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040015.0','1020362.0','1',    '1','1','959.0',    '1','1','959.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128279.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040016.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128280.0','1045929.0','1635',    '1294','462','629984.69',    '1196','249','452393.14',    '647','299','177591.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040017.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128281.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040018.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128282.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040019.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128283.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040020.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128284.0','1045929.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040021.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128285.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040022.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128286.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040023.0','1020362.0','3',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128287.0','1045929.0','16',    '12','4','2818.0',    '8','1','1318.0',    '10','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040024.0','1020362.0','1',    '1','1','924.0',    '1','1','924.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128288.0','1045929.0','1303',    '926','293','377792.47',    '765','187','275951.6',    '501','174','101840.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040025.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128289.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040026.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128290.0','1045929.0','21',    '15','7','4010.4',    '14','5','3327.0',    '10','2','683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040027.0','1020362.0','627',    '350','131','283088.87',    '263','68','237766.47',    '192','77','45322.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128291.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040028.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128292.0','1045929.0','3',    '2','1','1276.0',    '2','1','776.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040029.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128293.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040030.0','1020362.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128294.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040031.0','1020362.0','1',    '1','1','776.0',    '1','1','776.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128295.0','1045929.0','586',    '417','154','228506.63',    '358','105','181788.83',    '198','93','46717.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040032.0','1020362.0','151',    '94','40','67558.1',    '80','33','56763.5',    '50','20','10794.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128296.0','1045929.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040033.0','1020362.0','459',    '260','64','58308.84',    '181','38','40458.64',    '168','38','17850.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128297.0','1045929.0','3',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040034.0','1020362.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128298.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040035.0','1020362.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128299.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040036.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128300.0','1045929.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040037.0','1020362.0','1',    '1','1','776.0',    '1','1','776.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128301.0','1045929.0','151',    '95','36','104555.0',    '83','32','94807.5',    '51','15','9747.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040038.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128302.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040039.0','1020362.0','357',    '257','70','82949.28',    '219','47','59913.0',    '110','31','23036.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128303.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040040.0','1020362.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128304.0','1045929.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040041.0','1020362.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128305.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040042.0','1020362.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128306.0','1045929.0','203',    '161','42','56661.5',    '138','27','48744.5',    '78','19','7917.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040043.0','1020362.0','15',    '8','2','1924.0',    '3','1','924.0',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128307.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040044.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128308.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040045.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128309.0','1045929.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040046.0','1020362.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128310.0','1045929.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040047.0','1020362.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128311.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040048.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128312.0','1045929.0','244',    '163','63','137852.02',    '149','44','114698.72',    '74','37','23153.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040049.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128313.0','1045929.0','6',    '3','1','1610.0',    '3','1','1610.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040050.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128314.0','1045929.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040051.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128315.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040052.0','1020362.0','2152',    '1562','574','1418046.13',    '1306','400','1185648.75',    '835','337','232397.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128316.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040053.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128317.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040054.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128318.0','1045929.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040055.0','1020362.0','1',    '1','1','776.0',    '1','1','776.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128319.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040056.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128320.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040057.0','1020362.0','8',    '7','3','1341.7',    '5','0','0.0',    '6','3','1341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128321.0','1045929.0','3318',    '1971','673','646986.03',    '1359','312','393652.33',    '1405','513','253333.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040058.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128322.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040059.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128323.0','1045929.0','8',    '5','2','1424.0',    '2','1','924.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040060.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128324.0','1045929.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040061.0','1020362.0','2',    '2','2','1000.0',    '1','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128325.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040062.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128326.0','1045929.0','1',    '1','1','776.0',    '1','1','776.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040063.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128327.0','1045929.0','911',    '539','153','121740.12',    '350','59','58809.22',    '363','123','62930.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040064.0','1020362.0','108',    '57','15','10030.9',    '40','5','4347.5',    '40','12','5683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128328.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040065.0','1020362.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128329.0','1045929.0','12',    '8','3','2424.0',    '6','1','924.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040066.0','1020362.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128330.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040067.0','1020362.0','586',    '365','117','121954.9',    '247','49','70507.0',    '262','91','51447.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128331.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040068.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128332.0','1045929.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040069.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128333.0','1045929.0','578',    '339','93','80137.9',    '215','35','36085.0',    '241','77','44052.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040070.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128334.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040071.0','1020362.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128335.0','1045929.0','12',    '6','1','1000.0',    '6','1','1000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040072.0','1020362.0','2374',    '1453','408','442169.56',    '1016','186','271438.96',    '1022','324','170730.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128336.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040073.0','1020362.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128337.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040074.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128338.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040075.0','1020362.0','1657',    '973','218','227415.1',    '619','81','134261.0',    '730','183','93154.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128339.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040076.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128340.0','1045929.0','35',    '30','8','29144.2',    '30','8','26533.0',    '11','3','2611.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040077.0','1020362.0','1',    '1','1','924.0',    '1','1','924.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128341.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040078.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128342.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040079.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128343.0','1045929.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040080.0','1020362.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128344.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040081.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128345.0','1045929.0','89',    '63','18','68712.31',    '57','15','54581.1',    '22','7','14131.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040082.0','1020362.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128346.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040083.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128347.0','1045929.0','3',    '3','2','1305.0',    '3','1','805.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040084.0','1020362.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128348.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040085.0','1020362.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128349.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040086.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128350.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040087.0','1020362.0','564',    '396','97','181854.09',    '340','69','150295.0',    '218','52','31559.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128351.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040088.0','1020362.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128352.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040089.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128353.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040090.0','1020362.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128354.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040091.0','1020362.0','3',    '1','1','2126.0',    '1','1','2126.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128355.0','1045929.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040092.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128356.0','1045929.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040093.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128357.0','1045929.0','413',    '265','99','459620.46',    '226','78','403792.86',    '141','58','55827.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040094.0','1020362.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128358.0','1045929.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040095.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128359.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040096.0','1020362.0','1',    '1','1','1424.0',    '1','1','924.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128360.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040097.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128361.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040098.0','1020362.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128362.0','1045929.0','1428',    '967','352','588182.54',    '817','267','483692.98',    '492','180','104489.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040099.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128363.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040100.0','1020362.0','5',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128364.0','1045929.0','2',    '2','1','3467.7',    '2','1','3126.0',    '2','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040101.0','1020362.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128365.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040102.0','1020362.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128366.0','1045929.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040103.0','1020362.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128367.0','1045929.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040104.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128368.0','1045929.0','84',    '43','17','14324.0',    '26','12','10824.0',    '26','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040105.0','1020362.0','3909',    '2591','1031','1463889.69',    '2079','744','1129243.53',    '1472','549','334646.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128369.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040106.0','1020362.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128370.0','1045929.0','98',    '74','28','40924.0',    '72','23','36215.5',    '31','11','4708.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040107.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128371.0','1045929.0','2',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040108.0','1020362.0','12',    '7','3','5342.8',    '4','2','2415.0',    '5','3','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128372.0','1045929.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040109.0','1020362.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128373.0','1045929.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040110.0','1020362.0','112',    '59','20','40035.4',    '50','13','30313.0',    '33','14','9722.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128374.0','1045929.0','21',    '8','3','2305.0',    '5','1','805.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040111.0','1020362.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128375.0','1045929.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040112.0','1020364.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128376.0','1045931.0','1296',    '790','199','175492.8',    '562','87','103239.5',    '512','146','72253.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040113.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128377.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040114.0','1020364.0','1',    '1','1','1424.0',    '1','1','924.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128378.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040115.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128379.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040116.0','1020364.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128380.0','1045931.0','4',    '2','1','924.0',    '2','1','924.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040117.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128381.0','1045931.0','4',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040118.0','1020364.0','1',    '1','1','924.0',    '1','1','924.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128382.0','1045931.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040119.0','1020364.0','8',    '5','1','500.0',    '3','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128383.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040120.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128384.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040121.0','1020364.0','1',    '1','1','924.0',    '1','1','924.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128385.0','1045931.0','165',    '99','61','39295.5',    '56','7','10295.5',    '76','58','29000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040122.0','1020364.0','1',    '1','1','9197.8',    '1','1','7270.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128386.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040123.0','1020364.0','331',    '262','131','537178.42',    '244','105','460885.84',    '115','57','76292.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128387.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040124.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128388.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040125.0','1020364.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128389.0','1045931.0','45',    '40','9','16571.8',    '35','7','12805.0',    '26','7','3766.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040126.0','1020364.0','2',    '2','2','1500.0',    '1','1','1000.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128390.0','1045931.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040127.0','1020364.0','1',    '1','1','1305.0',    '1','1','805.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128391.0','1045931.0','4',    '4','1','805.0',    '2','1','805.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040128.0','1020364.0','13',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128392.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040129.0','1020364.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128393.0','1045931.0','750',    '471','165','243834.99',    '402','114','185926.5',    '252','87','57908.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040130.0','1020364.0','28',    '16','1','2109.5',    '13','1','2109.5',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128394.0','1045931.0','2',    '2','1','1305.0',    '1','1','805.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040131.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128395.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040132.0','1020364.0','31',    '14','6','5696.0',    '10','4','3696.0',    '8','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128396.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040133.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128397.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040134.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128398.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040135.0','1020364.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128399.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040136.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128400.0','1045931.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040137.0','1020364.0','35',    '22','7','9867.8',    '18','5','6440.0',    '11','4','3427.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128401.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040138.0','1020364.0','37',    '14','3','3220.0',    '11','3','3220.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128402.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040139.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128403.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040140.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128404.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040141.0','1020364.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128405.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040142.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128406.0','1045931.0','4650',    '2722','836','801390.24',    '1844','381','449714.14',    '1947','640','351676.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040143.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128407.0','1045931.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040144.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128408.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040145.0','1020364.0','2874',    '1688','595','667236.64',    '1158','310','448004.94',    '1158','428','219231.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128409.0','1045931.0','1',    '1','1','1305.0',    '1','1','805.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040146.0','1020364.0','1',    '1','1','841.7',    '1','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128410.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040147.0','1020364.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128411.0','1045931.0','252',    '138','44','37717.68',    '81','21','21034.28',    '90','34','16683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040148.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128412.0','1045931.0','1',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040149.0','1020364.0','272',    '202','46','64201.9',    '178','32','53485.0',    '96','21','10716.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128413.0','1045931.0','1',    '1','1','1305.0',    '1','1','805.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040150.0','1020364.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128414.0','1045931.0','4',    '4','1','1305.0',    '3','1','805.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040151.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128415.0','1045931.0','4777',    '3368','1388','2009514.41',    '2742','942','1497673.12',    '2152','821','511841.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040152.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128416.0','1045931.0','4',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040153.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128417.0','1045931.0','23',    '17','8','11669.5',    '14','6','10669.5',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040154.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128418.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040155.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128419.0','1045931.0','789',    '555','170','456885.87',    '478','125','387152.69',    '224','73','69733.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040156.0','1020364.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128420.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040157.0','1020364.0','6',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128421.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040158.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128422.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040159.0','1020364.0','681',    '424','166','243545.5',    '355','127','202820.0',    '224','75','40725.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128423.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040160.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128424.0','1045931.0','33',    '27','15','133029.7',    '26','14','126588.0',    '9','3','6441.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040161.0','1020364.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128425.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040162.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128426.0','1045931.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040163.0','1020364.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128427.0','1045931.0','2',    '1','1','924.0',    '1','1','924.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040164.0','1020364.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128428.0','1045931.0','3845',    '2185','662','770935.65',    '1463','322','509944.65',    '1528','501','260991.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040165.0','1020364.0','1',    '1','1','1424.0',    '1','1','924.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128429.0','1045931.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040166.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128430.0','1045931.0','12',    '7','1','2318.0',    '5','1','2318.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040167.0','1020364.0','1',    '1','1','805.0',    '1','1','805.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128431.0','1045931.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040168.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128432.0','1045931.0','3',    '2','2','2110.0',    '2','2','1610.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040169.0','1020364.0','6',    '4','1','500.0',    '2','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128433.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040170.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128434.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040171.0','1020364.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128435.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040172.0','1020364.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128436.0','1045931.0','40',    '21','4','4537.8',    '19','2','1610.0',    '6','3','2927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040173.0','1020364.0','28',    '21','6','6291.4',    '17','4','4608.0',    '8','3','1683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128437.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040174.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128438.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040175.0','1020364.0','129',    '85','22','13960.2',    '54','5','4510.0',    '58','20','9450.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128439.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040176.0','1020364.0','1',    '1','1','1305.0',    '1','1','805.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128440.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040177.0','1020364.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128441.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040178.0','1020364.0','3',    '3','1','11919.57',    '3','1','7537.87',    '3','1','4381.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128442.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040179.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128443.0','1045931.0','12482',    '12031','5071','17461278.61',    '11906','2605','9831228.63',    '7200','4336','7630049.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040180.0','1020364.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128444.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040181.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128445.0','1045931.0','1',    '1','1','840.67',    '1','0','0.0',    '1','1','840.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040182.0','1020364.0','5613',    '5398','2812','11167155.34',    '5350','1691','6965443.05',    '3565','2308','4201712.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128446.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040183.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128447.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040184.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128448.0','1045931.0','8',    '7','4','21810.48',    '7','4','14664.42',    '4','2','7146.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040185.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128449.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040186.0','1020364.0','9',    '9','4','4585.63',    '9','1','1004.92',    '4','4','3580.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128450.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040187.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128451.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040188.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128452.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040189.0','1020364.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128453.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040190.0','1020364.0','1',    '1','1','206.87',    '1','1','206.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128454.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040191.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128455.0','1045931.0','288',    '279','79','144602.73',    '279','21','66456.4',    '137','72','78146.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040192.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128456.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040193.0','1020364.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128457.0','1045931.0','10',    '10','6','13546.29',    '10','4','7919.75',    '8','5','5626.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040194.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128458.0','1045931.0','1',    '1','1','2211.19',    '1','1','1711.19',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040195.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128459.0','1045931.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040196.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128460.0','1045931.0','5',    '5','3','1500.0',    '5','0','0.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040197.0','1020364.0','7',    '6','5','13699.44',    '6','2','9512.19',    '4','4','4187.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128461.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040198.0','1020364.0','5',    '5','2','2244.28',    '5','0','0.0',    '2','2','2244.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128462.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040199.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128463.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040200.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128464.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040201.0','1020364.0','2',    '2','1','631.78',    '2','0','0.0',    '1','1','631.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128465.0','1045931.0','1',    '1','1','755.15',    '1','0','0.0',    '1','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040202.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128466.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040203.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128467.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040204.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128468.0','1045931.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040205.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128469.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040206.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128470.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040207.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128471.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040208.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128472.0','1045931.0','4',    '4','2','1249.99',    '4','0','0.0',    '2','2','1249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040209.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128473.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040210.0','1020364.0','1',    '1','1','522.3',    '1','1','290.76',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128474.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040211.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128475.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040212.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128476.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040213.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128477.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040214.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128478.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040215.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128479.0','1045931.0','123',    '116','34','66583.82',    '116','12','30487.38',    '46','26','36096.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040216.0','1020364.0','1',    '1','1','1527.38',    '1','0','0.0',    '1','1','1527.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128480.0','1045931.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040217.0','1020364.0','15329',    '14862','5499','13971294.33',    '14751','1976','6604303.71',    '8262','4925','7366990.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128481.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040218.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128482.0','1045931.0','6',    '5','1','730.91',    '5','0','0.0',    '4','1','730.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040219.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128483.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040220.0','1020364.0','2',    '2','1','2523.75',    '2','0','0.0',    '1','1','2523.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128484.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040221.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128485.0','1045931.0','5',    '5','3','7059.69',    '5','1','748.0',    '3','3','6311.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040222.0','1020364.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128486.0','1045931.0','2',    '2','1','1728.0',    '2','1','1728.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040223.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128487.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040224.0','1020364.0','13',    '13','9','52513.18',    '13','8','20654.01',    '10','9','31859.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128488.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040225.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128489.0','1045931.0','9',    '9','7','18207.17',    '9','4','7734.29',    '8','6','10472.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040226.0','1020364.0','1',    '1','1','1936.99',    '1','1','1436.99',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128490.0','1045931.0','1',    '1','1','1116.88',    '1','0','0.0',    '1','1','1116.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040227.0','1020364.0','7',    '6','4','29411.48',    '6','3','19082.69',    '5','3','10328.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128491.0','1045931.0','1',    '1','1','578.07',    '1','0','0.0',    '1','1','578.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040228.0','1020364.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128492.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040229.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128493.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040230.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128494.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040231.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128495.0','1045931.0','4',    '4','3','5042.02',    '4','2','1534.0',    '2','2','3508.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040232.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128496.0','1045931.0','5',    '4','1','1167.27',    '4','1','1167.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040233.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128497.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040234.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128498.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040235.0','1020364.0','442',    '425','137','317307.84',    '424','49','164787.16',    '213','122','152520.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128499.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040236.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128500.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040237.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128501.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040238.0','1020364.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128502.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040239.0','1020364.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128503.0','1045931.0','12',    '11','5','6874.14',    '11','2','1031.0',    '6','5','5843.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040240.0','1020364.0','2',    '2','1','1211.09',    '2','1','748.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128504.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040241.0','1020364.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128505.0','1045931.0','5',    '5','2','6643.14',    '5','0','0.0',    '3','2','6643.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040242.0','1020364.0','1',    '1','1','19251.05',    '1','1','10573.98',    '1','1','8677.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128506.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040243.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128507.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040244.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128508.0','1045931.0','1',    '1','1','770.76',    '1','1','770.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040245.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128509.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040246.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128510.0','1045931.0','1079',    '1042','340','687203.68',    '1034','116','330752.75',    '591','308','356450.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040247.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128511.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040248.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128512.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040249.0','1020364.0','7',    '7','4','3851.24',    '7','3','1454.5',    '6','3','2396.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128513.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040250.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128514.0','1045931.0','11',    '9','5','9313.86',    '9','2','6608.72',    '5','3','2705.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040251.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128515.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040252.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128516.0','1045931.0','1',    '1','1','445.95',    '1','1','245.96',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040253.0','1020364.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128517.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040254.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128518.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040255.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128519.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040256.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128520.0','1045931.0','1',    '1','1','1681.32',    '1','0','0.0',    '1','1','1681.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040257.0','1020364.0','1',    '1','1','8899.62',    '1','1','8899.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128521.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040258.0','1020364.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128522.0','1045931.0','11',    '10','4','4025.89',    '10','2','1558.16',    '7','3','2467.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040259.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128523.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040260.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128524.0','1045931.0','1',    '1','1','1292.27',    '1','1','367.27',    '1','1','925.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040261.0','1020364.0','117',    '106','42','140105.34',    '104','22','75483.67',    '54','37','64621.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128525.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040262.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128526.0','1045931.0','4',    '4','2','8280.61',    '4','1','7780.61',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040263.0','1020364.0','6',    '6','3','2537.49',    '6','0','0.0',    '5','3','2537.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128527.0','1045931.0','8',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040264.0','1020364.0','1',    '1','1','4963.78',    '1','1','432.0',    '1','1','4531.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128528.0','1045931.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040265.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128529.0','1045931.0','6',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040266.0','1020364.0','10',    '9','1','998.73',    '9','0','0.0',    '3','1','998.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128530.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040267.0','1020364.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128531.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040268.0','1020364.0','1',    '1','1','6716.5',    '1','1','864.0',    '1','1','5852.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128532.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040269.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128533.0','1045931.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040270.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128534.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040271.0','1020364.0','1',    '1','1','3515.52',    '1','1','748.0',    '1','1','2767.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128535.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040272.0','1020364.0','11',    '11','1','731.54',    '11','0','0.0',    '3','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128536.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040273.0','1020364.0','2',    '2','2','1371.82',    '2','0','0.0',    '2','2','1371.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128537.0','1045931.0','1',    '1','1','3173.72',    '1','1','3173.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040274.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128538.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040275.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128539.0','1045931.0','20',    '19','7','13711.17',    '19','4','4789.97',    '12','7','8921.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040276.0','1020364.0','1',    '1','1','19974.68',    '1','1','15906.74',    '1','1','4067.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128540.0','1045931.0','7',    '7','2','2218.0',    '7','1','918.0',    '4','2','1300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040277.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128541.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040278.0','1020364.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128542.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040279.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128543.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040280.0','1020364.0','6',    '6','4','27134.37',    '6','2','22001.36',    '5','4','5133.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128544.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040281.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128545.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040282.0','1020364.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128546.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040283.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128547.0','1045931.0','14',    '14','5','8367.7',    '14','1','2687.91',    '10','4','5679.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040284.0','1020364.0','7',    '7','1','500.0',    '7','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128548.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040285.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128549.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040286.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128550.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040287.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128551.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040288.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128552.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040289.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128553.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040290.0','1020364.0','5',    '4','1','3493.6',    '4','1','3493.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128554.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040291.0','1020364.0','2',    '2','2','1194.63',    '2','0','0.0',    '2','2','1194.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128555.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040292.0','1020364.0','3',    '3','2','3820.93',    '3','2','1616.0',    '2','1','2204.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128556.0','1045931.0','3',    '3','1','15347.39',    '3','1','11146.36',    '1','1','4201.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040293.0','1020364.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128557.0','1045931.0','1',    '1','1','29132.35',    '1','1','29132.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030170.0','1020364.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118434.0','1045931.0','3',    '3','2','1617.52',    '3','2','1117.52',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040294.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128558.0','1045931.0','23',    '23','13','11187.96',    '23','4','4914.95',    '14','10','6273.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040295.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128559.0','1045931.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040296.0','1020364.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128560.0','1045931.0','1',    '1','1','731.77',    '1','0','0.0',    '1','1','731.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040297.0','1020364.0','2',    '2','1','1303.76',    '2','0','0.0',    '2','1','1303.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128561.0','1045931.0','3',    '3','2','4171.32',    '3','2','3671.32',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040298.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128562.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2030214.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2118478.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040299.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128563.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2030248.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2118512.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001731.0',    '2040300.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006150.0',    '2128564.0','1045931.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040301.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128565.0','1045931.0','2',    '2','1','1543.62',    '2','0','0.0',    '1','1','1543.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040302.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128566.0','1045931.0','2',    '2','1','501.92',    '2','1','501.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040303.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128567.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040304.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128568.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040305.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128569.0','1045931.0','21',    '20','12','49712.16',    '20','6','18242.39',    '13','11','31469.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040306.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128570.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040307.0','1020364.0','1',    '1','1','861.07',    '1','0','0.0',    '1','1','861.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128571.0','1045931.0','5',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040308.0','1020364.0','1',    '1','1','4130.1',    '1','1','3752.52',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128572.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040309.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128573.0','1045931.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040310.0','1020364.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128574.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040311.0','1020364.0','4',    '4','2','2648.01',    '4','1','432.0',    '2','2','2216.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128575.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040312.0','1020364.0','3',    '3','2','13455.51',    '3','1','1160.0',    '2','2','12295.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128576.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030049.0','1020364.0','6',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118313.0','1045931.0','3',    '3','1','887.15',    '3','0','0.0',    '1','1','887.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040313.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128577.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040314.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128578.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030347.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118611.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030265.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118529.0','1045931.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030048.0','1020364.0','1',    '1','1','1012.49',    '1','0','0.0',    '1','1','1012.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118312.0','1045931.0','13',    '12','3','1500.0',    '12','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030340.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118604.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030315.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118579.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030304.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118568.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040315.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128579.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040316.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128580.0','1045931.0','1',    '1','1','792.75',    '1','1','292.75',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040317.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128581.0','1045931.0','3',    '3','2','2082.25',    '3','1','864.0',    '3','2','1218.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040318.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128582.0','1045931.0','2',    '2','1','678.29',    '2','1','678.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040319.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128583.0','1045931.0','9066',    '8776','4076','16115287.91',    '8704','2284','8891428.79',    '5354','3505','7223859.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040320.0','1020364.0','2',    '2','1','463.09',    '2','0','0.0',    '2','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128584.0','1045931.0','2',    '2','1','1854.9',    '2','0','0.0',    '2','1','1854.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040321.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128585.0','1045931.0','1',    '1','1','10406.52',    '1','1','9671.13',    '1','1','735.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040322.0','1020364.0','1',    '1','1','3150.18',    '1','1','432.0',    '1','1','2718.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128586.0','1045931.0','18',    '18','7','36300.0',    '18','1','26153.96',    '11','7','10146.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040323.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128587.0','1045931.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030120.0','1020364.0','6',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118384.0','1045931.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040324.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128588.0','1045931.0','1',    '1','1','1218.24',    '1','0','0.0',    '1','1','1218.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030290.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118554.0','1045931.0','1',    '1','1','250.0',    '1','0','0.0',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030219.0','1020364.0','1',    '1','1','1753.74',    '1','0','0.0',    '1','1','1753.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118483.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040325.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128589.0','1045931.0','1',    '1','1','2221.85',    '1','0','0.0',    '1','1','2221.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030351.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118615.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040326.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128590.0','1045931.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030316.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118580.0','1045931.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030213.0','1020364.0','1',    '1','1','4169.35',    '1','1','3706.26',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118477.0','1045931.0','1',    '1','1','755.15',    '1','0','0.0',    '1','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040327.0','1020364.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128591.0','1045931.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040328.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128592.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2032013.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120277.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040329.0','1020364.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128593.0','1045931.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040330.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128594.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040331.0','1020364.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128595.0','1045931.0','14',    '14','7','8208.89',    '14','3','3955.58',    '10','6','4253.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030318.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118582.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040332.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128596.0','1045931.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030151.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118415.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030330.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118594.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040333.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128597.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030171.0','1020364.0','1',    '1','1','12092.39',    '1','1','10019.84',    '1','1','2072.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118435.0','1045931.0','5',    '5','2','12818.69',    '5','0','0.0',    '3','2','12818.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030230.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118494.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040334.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128598.0','1045931.0','5',    '5','2','5196.8',    '5','1','2178.38',    '2','2','3018.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030054.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118318.0','1045931.0','1',    '1','1','726.0',    '1','1','726.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030174.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118438.0','1045931.0','1',    '1','1','374.0',    '1','1','374.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040335.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128599.0','1045931.0','1',    '1','1','7965.78',    '1','1','4886.04',    '1','1','3079.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040336.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128600.0','1045931.0','3',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040337.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128601.0','1045931.0','5',    '5','3','10132.0',    '5','1','5515.48',    '4','3','4616.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030250.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118514.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040338.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128602.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030285.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118549.0','1045931.0','2',    '2','1','374.0',    '2','1','374.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030118.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118382.0','1045931.0','2',    '2','2','3498.97',    '2','1','1465.58',    '2','2','2033.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2034987.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123251.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040339.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128603.0','1045931.0','1',    '1','1','465.78',    '1','1','153.48',    '1','1','312.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030088.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118352.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040340.0','1020364.0','3',    '3','2','1352.5',    '3','1','743.0',    '2','2','609.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128604.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040341.0','1020364.0','1',    '1','1','2455.7',    '1','1','2205.7',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128605.0','1045931.0','7887',    '7680','3820','15262587.79',    '7651','2202','9464978.11',    '4995','3154','5797609.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040342.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128606.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040343.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128607.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040344.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128608.0','1045931.0','4',    '4','1','9362.7',    '4','1','2196.26',    '3','1','7166.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030090.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118354.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040345.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128609.0','1045931.0','1',    '1','1','743.0',    '1','1','743.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040346.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128610.0','1045931.0','2',    '2','1','17792.48',    '2','1','17792.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2032025.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120289.0','1045931.0','3',    '2','2','3039.0',    '2','2','2039.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040347.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128611.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040348.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128612.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030139.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118403.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040349.0','1020364.0','1',    '1','1','4057.17',    '1','0','0.0',    '1','1','4057.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128613.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040350.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128614.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040351.0','1020364.0','2',    '2','2','7870.64',    '2','1','3016.11',    '2','2','4854.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128615.0','1045931.0','1',    '1','1','5082.17',    '1','1','724.0',    '1','1','4358.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040352.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128616.0','1045931.0','9',    '9','0','0.0',    '9','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040353.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128617.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040354.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128618.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040355.0','1020364.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128619.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030122.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118386.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2031907.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120171.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040356.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128620.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040357.0','1020364.0','12',    '12','7','13540.87',    '12','2','2729.92',    '8','6','10810.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128621.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030046.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118310.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040358.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128622.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030284.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118548.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040359.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128623.0','1045931.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040360.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128624.0','1045931.0','130',    '130','73','393227.31',    '130','52','243773.13',    '86','62','149454.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030134.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118398.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040361.0','1020364.0','1',    '1','1','4134.95',    '1','0','0.0',    '1','1','4134.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128625.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030107.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118371.0','1045931.0','2',    '2','1','1492.91',    '2','0','0.0',    '1','1','1492.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030078.0','1020364.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118342.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2032070.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120334.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040362.0','1020364.0','1',    '1','1','9757.2',    '1','1','1160.0',    '1','1','8597.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128626.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040363.0','1020364.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128627.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040364.0','1020364.0','1',    '1','1','6346.22',    '1','1','864.0',    '1','1','5482.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128628.0','1045931.0','6',    '6','1','231.54',    '6','0','0.0',    '2','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040365.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128629.0','1045931.0','7838',    '7632','3539','11182978.27',    '7577','1824','7163299.84',    '4958','2936','4019678.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040366.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128630.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030277.0','1020364.0','1',    '1','1','2056.32',    '1','1','2056.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118541.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040367.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128631.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030051.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118315.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040368.0','1020364.0','3',    '3','1','300.0',    '3','0','0.0',    '2','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128632.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030245.0','1020364.0','10',    '10','7','20333.08',    '10','3','12535.12',    '5','5','7797.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118509.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040369.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128633.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040370.0','1020364.0','24060',    '23273','10460','30879732.94',    '23133','4986','15902972.26',    '13971','8893','14976760.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128634.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030343.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118607.0','1045931.0','3',    '3','1','1280.0',    '3','1','1280.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040371.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128635.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040372.0','1020364.0','1',    '1','1','1952.64',    '1','0','0.0',    '1','1','1952.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128636.0','1045931.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040373.0','1020364.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128637.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040374.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128638.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040375.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128639.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040376.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128640.0','1045931.0','2',    '2','1','9127.9',    '2','1','6497.29',    '1','1','2630.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040377.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128641.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030204.0','1020364.0','3',    '2','2','5913.66',    '2','1','2143.41',    '2','2','3770.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118468.0','1045931.0','1',    '1','1','7914.14',    '1','1','650.0',    '1','1','7264.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040378.0','1020364.0','784',    '775','304','745083.05',    '771','129','368876.69',    '455','275','376206.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128642.0','1045931.0','2',    '2','2','1760.89',    '2','0','0.0',    '2','2','1760.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040379.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128643.0','1045931.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030350.0','1020364.0','1',    '1','1','14715.51',    '1','1','6748.91',    '1','1','7966.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118614.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030105.0','1020364.0','2',    '2','1','719.8',    '2','1','719.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118369.0','1045931.0','6',    '6','2','5355.16',    '6','1','748.0',    '4','2','4607.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030335.0','1020364.0','1',    '1','1','932.0',    '1','1','432.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118599.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030073.0','1020364.0','1',    '1','1','2845.89',    '1','1','867.89',    '1','1','1978.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118337.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040380.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128644.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040381.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128645.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040382.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128646.0','1045931.0','2',    '2','1','2163.74',    '2','1','2163.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040383.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128647.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040384.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128648.0','1045931.0','1',    '1','1','7463.82',    '1','1','748.0',    '1','1','6715.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030321.0','1020364.0','1',    '1','1','356.78',    '1','0','0.0',    '1','1','356.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118585.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040385.0','1020364.0','1',    '1','1','2492.21',    '1','1','748.0',    '1','1','1744.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128649.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040386.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128650.0','1045931.0','5',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040387.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128651.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040388.0','1020364.0','2',    '2','1','2240.54',    '2','1','730.24',    '1','1','1510.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128652.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040389.0','1020364.0','5',    '4','3','4240.72',    '4','1','3509.18',    '2','2','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128653.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040390.0','1020364.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128654.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040391.0','1020364.0','3',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128655.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040392.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128656.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030283.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118547.0','1045931.0','6',    '6','4','2021.0',    '6','2','1296.0',    '4','2','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040393.0','1020364.0','2',    '2','2','1073.81',    '2','1','73.81',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128657.0','1045931.0','4',    '4','2','1248.0',    '4','1','748.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030116.0','1020364.0','12',    '12','4','3113.32',    '12','1','432.0',    '4','3','2681.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118380.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040394.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128658.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040395.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128659.0','1045931.0','6',    '6','4','27960.84',    '6','3','21115.08',    '4','4','6845.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040396.0','1020364.0','13',    '13','7','22296.98',    '13','4','14072.87',    '7','6','8224.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128660.0','1045931.0','6',    '5','2','5642.52',    '5','1','752.31',    '2','1','4890.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2031935.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120199.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040397.0','1020364.0','1',    '1','1','573.99',    '1','0','0.0',    '1','1','573.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128661.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040398.0','1020364.0','3',    '3','2','8432.62',    '2','1','2626.0',    '3','2','5806.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128662.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030052.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118316.0','1045931.0','2',    '1','1','3497.76',    '1','0','0.0',    '1','1','3497.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040399.0','1020364.0','1',    '1','1','3710.7',    '1','0','0.0',    '1','1','3710.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128663.0','1045931.0','847',    '816','396','1478830.65',    '811','221','873526.87',    '523','330','605303.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040400.0','1020364.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128664.0','1045931.0','1',    '1','1','18245.03',    '1','1','10008.38',    '1','1','8236.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040401.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128665.0','1045931.0','3',    '3','1','1151.17',    '3','0','0.0',    '2','1','1151.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040402.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128666.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040403.0','1020364.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128667.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2032113.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120377.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030288.0','1020364.0','1',    '1','1','1551.41',    '1','1','1551.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118552.0','1045931.0','1',    '1','1','2115.53',    '1','1','1615.53',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030077.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118341.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040404.0','1020364.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128668.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030177.0','1020364.0','1',    '1','1','2167.24',    '1','1','1392.62',    '1','1','774.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118441.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030305.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118569.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040405.0','1020364.0','1',    '1','1','9648.96',    '1','1','3307.21',    '1','1','6341.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128669.0','1045931.0','8',    '8','4','7530.61',    '8','3','4679.77',    '6','3','2850.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040406.0','1020364.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128670.0','1045931.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040407.0','1020364.0','424',    '412','187','479860.85',    '409','92','273368.43',    '250','157','206492.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128671.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040408.0','1020364.0','4',    '4','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128672.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040409.0','1020364.0','2',    '2','1','7991.91',    '2','1','1831.5',    '1','1','6160.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128673.0','1045931.0','33',    '33','14','56534.09',    '33','7','37004.2',    '18','12','19529.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040410.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128674.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040411.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128675.0','1045931.0','5876',    '5700','2713','8936891.83',    '5667','1466','5484823.57',    '3737','2246','3452068.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040412.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128676.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030057.0','1020364.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118321.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040413.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128677.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040414.0','1020364.0','6',    '6','2','1779.97',    '6','2','1779.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128678.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030152.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118416.0','1045931.0','11',    '11','4','6043.61',    '11','1','432.0',    '7','3','5611.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032030.0','1020364.0','2',    '2','2','1532.0',    '2','1','432.0',    '2','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120294.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040415.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128679.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040416.0','1020364.0','3',    '3','3','1500.0',    '3','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128680.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040417.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128681.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040418.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128682.0','1045931.0','3',    '3','2','3861.51',    '3','1','918.0',    '2','2','2943.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040419.0','1020364.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128683.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040420.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128684.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030165.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118429.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030172.0','1020364.0','29',    '29','15','27568.37',    '29','4','6983.77',    '24','15','20584.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118436.0','1045931.0','4',    '4','3','1161.95',    '4','1','432.0',    '3','2','729.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030217.0','1020364.0','312',    '294','107','378571.21',    '290','45','223956.56',    '156','94','154614.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118481.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040421.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128685.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040422.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128686.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030338.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118602.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040423.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128687.0','1045931.0','1075',    '1040','421','1307967.05',    '1028','187','771388.8',    '608','381','536578.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040424.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128688.0','1045931.0','1',    '1','1','3692.92',    '1','1','3692.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040425.0','1020364.0','2',    '1','1','15637.03',    '1','1','10458.0',    '1','1','5179.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128689.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040426.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128690.0','1045931.0','1',    '1','1','3318.04',    '1','1','1536.88',    '1','1','1781.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030071.0','1020364.0','1',    '1','1','256.92',    '1','1','256.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118335.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040427.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128691.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040428.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128692.0','1045931.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040429.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128693.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040430.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128694.0','1045931.0','6',    '6','4','7558.08',    '6','3','2158.96',    '4','3','5399.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030299.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118563.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040431.0','1020364.0','4',    '3','1','800.0',    '3','0','0.0',    '1','1','800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128695.0','1045931.0','1',    '1','1','8087.3',    '1','1','864.0',    '1','1','7223.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030175.0','1020364.0','1',    '1','1','2256.47',    '1','1','2256.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118439.0','1045931.0','1',    '1','1','972.98',    '1','0','0.0',    '1','1','972.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030074.0','1020364.0','3',    '3','3','8887.4',    '3','1','7387.41',    '2','2','1499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118338.0','1045931.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040432.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128696.0','1045931.0','2',    '2','1','109.5',    '2','0','0.0',    '2','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040433.0','1020364.0','2',    '2','1','1848.42',    '2','1','1348.42',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128697.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030141.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118405.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040434.0','1020364.0','1',    '1','1','1364.0',    '1','1','864.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128698.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2031962.0','1020364.0','2',    '2','2','24155.08',    '2','2','8835.29',    '2','2','15319.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120226.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040435.0','1020364.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128699.0','1045931.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040436.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128700.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040437.0','1020364.0','5',    '5','3','5024.99',    '5','1','650.0',    '4','3','4374.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128701.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040438.0','1020364.0','1',    '1','1','432.0',    '1','1','432.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128702.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040439.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128703.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030181.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118445.0','1045931.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040440.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128704.0','1045931.0','11',    '11','5','6921.46',    '11','2','1556.44',    '9','5','5365.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040441.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128705.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040442.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128706.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040443.0','1020364.0','9',    '9','3','1250.0',    '9','0','0.0',    '6','3','1250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128707.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030147.0','1020364.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118411.0','1045931.0','12',    '12','3','16034.0',    '12','1','14354.44',    '5','2','1679.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040444.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128708.0','1045931.0','6',    '6','2','1000.0',    '6','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030349.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118613.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040445.0','1020364.0','2',    '2','1','981.5',    '2','0','0.0',    '2','1','981.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128709.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040446.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128710.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030279.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118543.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040447.0','1020364.0','1',    '1','1','33300.0',    '1','1','32800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128711.0','1045931.0','1',    '1','1','3796.95',    '1','1','1492.57',    '1','1','2304.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040448.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128712.0','1045931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040449.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128713.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030334.0','1020364.0','1',    '1','1','1348.03',    '1','1','1348.03',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118598.0','1045931.0','6',    '5','2','5983.51',    '5','1','3056.98',    '5','2','2926.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2031855.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120119.0','1045931.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040450.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128714.0','1045931.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040451.0','1020364.0','2',    '2','1','21181.91',    '2','1','15315.6',    '2','1','5866.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128715.0','1045931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040452.0','1020364.0','1',    '1','1','4722.78',    '1','1','650.0',    '1','1','4072.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128716.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030197.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118461.0','1045931.0','1',    '1','1','14497.06',    '1','1','10473.55',    '1','1','4023.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2031918.0','1020364.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120182.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040453.0','1020364.0','169',    '165','57','170748.01',    '165','25','87975.12',    '84','50','82772.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128717.0','1045931.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040454.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128718.0','1045931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040455.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128719.0','1045931.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040456.0','1020364.0','8',    '8','3','1357.0',    '8','0','0.0',    '4','3','1357.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128720.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040457.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128721.0','1045931.0','331',    '319','128','377785.41',    '318','55','185545.21',    '177','122','192240.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040458.0','1020364.0','1',    '1','1','877.57',    '1','0','0.0',    '1','1','877.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128722.0','1045931.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040459.0','1020364.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128723.0','1045931.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040460.0','1020364.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128724.0','1045931.0','2',    '2','2','8108.46',    '2','1','864.0',    '2','2','7244.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040461.0','1020364.0','2',    '2','1','114.98',    '2','0','0.0',    '2','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128725.0','1045931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030307.0','1020405.0','3',    '3','1','1468.7',    '3','1','1468.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118571.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040462.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128726.0','1045972.0','10',    '10','6','28648.98',    '10','3','14288.9',    '6','5','14360.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040463.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128727.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040464.0','1020405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128728.0','1045972.0','6',    '6','1','225.0',    '6','0','0.0',    '4','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030247.0','1020405.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118511.0','1045972.0','2',    '2','1','508.57',    '2','1','508.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040465.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128729.0','1045972.0','3',    '3','1','4920.27',    '3','1','1486.0',    '1','1','3434.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040466.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128730.0','1045972.0','16',    '15','10','22952.19',    '15','2','7797.37',    '11','10','15154.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2032110.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120374.0','1045972.0','7',    '6','2','4115.37',    '6','0','0.0',    '3','2','4115.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030167.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118431.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040467.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128731.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030055.0','1020405.0','1',    '1','1','895.09',    '1','1','432.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118319.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040468.0','1020405.0','3',    '3','2','1618.69',    '3','0','0.0',    '2','2','1618.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128732.0','1045972.0','4',    '4','3','9238.82',    '4','2','8572.93',    '3','2','665.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040469.0','1020405.0','10',    '10','7','24615.55',    '10','5','16210.95',    '7','5','8404.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128733.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040470.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128734.0','1045972.0','8',    '8','6','5867.69',    '8','2','2961.7',    '7','6','2905.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030291.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118555.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040471.0','1020405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128735.0','1045972.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040472.0','1020405.0','2',    '2','2','9336.79',    '2','2','6932.58',    '2','1','2404.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128736.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040473.0','1020405.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128737.0','1045972.0','1',    '1','1','2538.06',    '1','0','0.0',    '1','1','2538.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2031941.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120205.0','1045972.0','2',    '2','1','2009.98',    '2','0','0.0',    '2','1','2009.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030328.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118592.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040474.0','1020405.0','3',    '3','1','4446.77',    '3','1','3440.06',    '1','1','1006.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128738.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030342.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118606.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040475.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128739.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2030306.0','1020405.0','2',    '2','1','374.0',    '2','1','374.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2118570.0','1045972.0','2',    '2','2','1053.0',    '2','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040476.0','1020405.0','6',    '6','3','6225.88',    '6','1','843.2',    '4','3','5382.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128740.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2035292.0','1020405.0','1',    '1','1','3793.54',    '1','1','3793.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123556.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2035364.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123628.0','1045972.0','9',    '9','2','8263.23',    '9','1','1150.0',    '4','2','7113.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040477.0','1020405.0','2',    '2','1','4613.28',    '2','1','2654.73',    '1','1','1958.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128741.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040478.0','1020405.0','0',    '1','1','2778.51',    '1','0','0.0',    '1','1','2778.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128742.0','1045972.0','3',    '3','1','33300.0',    '3','1','32800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2031874.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2120138.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040479.0','1020405.0','8',    '8','5','4042.7',    '8','3','1658.58',    '4','3','2384.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128743.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040480.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128744.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040481.0','1020405.0','1',    '1','1','5282.68',    '1','1','2035.04',    '1','1','3247.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128745.0','1045972.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040482.0','1020405.0','1',    '1','1','2616.67',    '1','0','0.0',    '1','1','2616.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128746.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035178.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123442.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040483.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128747.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040484.0','1020405.0','1',    '1','1','8007.21',    '1','1','7507.21',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128748.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2035450.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123714.0','1045972.0','3',    '2','2','5237.72',    '2','1','2727.42',    '2','2','2510.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040485.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128749.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2035177.0','1020405.0','1352',    '1308','612','1970545.36',    '1296','347','1085217.71',    '862','519','885327.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123441.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040486.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128750.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2035414.0','1020405.0','3',    '3','1','734.54',    '3','1','734.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123678.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040487.0','1020405.0','2',    '2','1','5124.75',    '2','1','374.0',    '1','1','4750.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128751.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040488.0','1020405.0','1',    '1','1','586.19',    '1','1','318.37',    '1','1','267.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128752.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2035143.0','1020405.0','2',    '2','1','570.0',    '2','1','570.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123407.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035485.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123749.0','1045972.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040489.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128753.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040490.0','1020405.0','3',    '3','3','10873.33',    '3','1','1486.0',    '3','3','9387.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128754.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040491.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128755.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2040492.0','1020405.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2128756.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2035295.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123559.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001855.0',    '2035280.0','1020405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006152.0',    '2123544.0','1045972.0','1',    '1','1','4524.98',    '1','1','4524.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040493.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128757.0','1045972.0','4',    '4','3','2883.95',    '4','1','918.0',    '3','3','1965.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035186.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123450.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040494.0','1020405.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128758.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040495.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128759.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040496.0','1020405.0','1',    '1','1','840.2',    '1','1','340.2',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128760.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040497.0','1020405.0','2',    '2','2','7987.35',    '2','1','6523.28',    '2','2','1464.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128761.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032339.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120603.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040498.0','1020405.0','7',    '7','4','6828.89',    '7','0','0.0',    '6','4','6828.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128762.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040499.0','1020405.0','1',    '1','1','3128.58',    '1','1','3128.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128763.0','1045972.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040500.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128764.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2031969.0','1020405.0','2',    '2','1','3918.17',    '2','1','1346.75',    '1','1','2571.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120233.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040501.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128765.0','1045972.0','4',    '4','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2028451.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2116715.0','1045972.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040502.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128766.0','1045972.0','7',    '7','3','1309.58',    '7','1','432.0',    '3','2','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040503.0','1020405.0','8',    '8','2','4888.98',    '8','1','2117.1',    '6','2','2771.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128767.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035238.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123502.0','1045972.0','2',    '2','1','1285.65',    '2','1','743.0',    '2','1','542.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040504.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128768.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040505.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128769.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040506.0','1020405.0','1',    '1','1','632.0',    '1','0','0.0',    '1','1','632.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128770.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040507.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128771.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035366.0','1020405.0','5',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123630.0','1045972.0','1',    '1','1','2350.52',    '1','1','1966.41',    '1','1','384.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040508.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128772.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040509.0','1020405.0','1',    '1','1','4238.16',    '1','0','0.0',    '1','1','4238.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128773.0','1045972.0','13',    '13','5','25530.38',    '13','4','19521.06',    '6','3','6009.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040510.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128774.0','1045972.0','1',    '1','1','6254.89',    '1','1','5916.41',    '1','1','338.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040511.0','1020405.0','2',    '2','1','706.48',    '2','1','706.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128775.0','1045972.0','1',    '1','1','4664.24',    '1','1','2807.73',    '1','1','1856.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040512.0','1020405.0','1',    '1','1','856.91',    '1','1','256.92',    '1','1','599.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128776.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040513.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128777.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032101.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120365.0','1045972.0','1',    '1','1','14509.89',    '1','1','11848.6',    '1','1','2661.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035146.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123410.0','1045972.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040514.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128778.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040515.0','1020405.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128779.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040516.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128780.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040517.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128781.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2031930.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120194.0','1045972.0','6',    '6','2','2456.12',    '6','0','0.0',    '4','2','2456.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040518.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128782.0','1045972.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032014.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120278.0','1045972.0','7',    '7','4','12605.52',    '7','1','5867.88',    '5','4','6737.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2028500.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2116764.0','1045972.0','2',    '2','2','6881.56',    '2','2','4664.08',    '2','1','2217.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035123.0','1020405.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123387.0','1045972.0','6',    '5','3','2053.0',    '5','1','553.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040519.0','1020405.0','2',    '2','1','600.0',    '2','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128783.0','1045972.0','8165',    '7958','3867','11618393.02',    '7906','2029','6574201.48',    '5054','3190','5044191.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040520.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128784.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032042.0','1020405.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120306.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040521.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128785.0','1045972.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040522.0','1020405.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128786.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035377.0','1020405.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123641.0','1045972.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035078.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123342.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035443.0','1020405.0','2',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123707.0','1045972.0','9',    '9','5','24741.23',    '9','5','17264.52',    '5','3','7476.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035332.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123596.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040523.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128787.0','1045972.0','1',    '1','1','3331.73',    '1','0','0.0',    '1','1','3331.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040524.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128788.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2031885.0','1020405.0','5',    '5','2','4536.01',    '5','1','3037.28',    '4','2','1498.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120149.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032012.0','1020405.0','1',    '1','1','711.44',    '1','0','0.0',    '1','1','711.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120276.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040525.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128789.0','1045972.0','2',    '2','1','2531.49',    '2','1','1069.68',    '2','1','1461.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040526.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128790.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040527.0','1020405.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128791.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040528.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128792.0','1045972.0','4',    '4','2','6812.89',    '4','1','779.34',    '2','2','6033.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040529.0','1020405.0','3',    '3','1','6642.64',    '3','1','4110.36',    '3','1','2532.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128793.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040530.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128794.0','1045972.0','1',    '1','1','17092.12',    '1','1','9993.25',    '1','1','7098.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040531.0','1020405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128795.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040532.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128796.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035444.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123708.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035240.0','1020405.0','1',    '1','1','4697.82',    '1','1','2248.32',    '1','1','2449.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123504.0','1045972.0','2',    '2','2','1364.0',    '2','1','364.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040533.0','1020405.0','1',    '1','1','1931.32',    '1','0','0.0',    '1','1','1931.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128797.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040534.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128798.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035304.0','1020405.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123568.0','1045972.0','4',    '4','3','12476.84',    '4','2','7526.67',    '3','3','4950.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040535.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128799.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040536.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128800.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040537.0','1020405.0','2',    '2','2','36620.3',    '2','2','28212.01',    '2','2','8408.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128801.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2031967.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120231.0','1045972.0','10',    '10','3','18287.9',    '10','2','14859.43',    '5','3','3428.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040538.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128802.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040539.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128803.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040540.0','1020405.0','11',    '10','2','930.58',    '9','1','553.0',    '6','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128804.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040541.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128805.0','1045972.0','1',    '1','1','672.98',    '1','0','0.0',    '1','1','672.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032400.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120664.0','1045972.0','1',    '1','1','1668.02',    '1','0','0.0',    '1','1','1668.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040542.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128806.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040543.0','1020405.0','3',    '2','1','755.15',    '2','0','0.0',    '2','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128807.0','1045972.0','1',    '1','1','3649.55',    '1','0','0.0',    '1','1','3649.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040544.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128808.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040545.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128809.0','1045972.0','2',    '2','1','499.36',    '2','0','0.0',    '1','1','499.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032414.0','1020405.0','1',    '1','1','1176.6',    '1','1','1176.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120678.0','1045972.0','2',    '2','1','2362.88',    '2','1','596.04',    '2','1','1766.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2031898.0','1020405.0','2',    '2','1','3157.04',    '2','1','3157.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120162.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040546.0','1020405.0','9650',    '9394','5491','19850133.29',    '9338','3094','11036468.92',    '6858','4643','8813664.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128810.0','1045972.0','5',    '5','3','36317.16',    '5','3','23837.56',    '3','3','12479.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040547.0','1020405.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128811.0','1045972.0','5',    '5','1','1469.08',    '5','1','1469.08',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032026.0','1020405.0','1',    '1','1','2609.33',    '1','1','2231.75',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120290.0','1045972.0','12',    '12','6','3512.0',    '12','2','1012.0',    '8','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032310.0','1020405.0','2',    '2','1','3868.24',    '2','1','1014.8',    '1','1','2853.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120574.0','1045972.0','1',    '1','1','2284.43',    '1','1','1549.04',    '1','1','735.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032249.0','1020405.0','20',    '19','8','16710.6',    '19','4','10378.41',    '14','6','6332.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120513.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032155.0','1020405.0','6',    '6','2','798.95',    '6','1','298.95',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120419.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040548.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128812.0','1045972.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040549.0','1020405.0','23',    '22','10','20256.74',    '22','4','9312.79',    '13','9','10943.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128813.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032131.0','1020405.0','1',    '1','1','1848.28',    '1','1','1848.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120395.0','1045972.0','5',    '5','4','3592.51',    '5','4','2708.01',    '4','2','884.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035148.0','1020405.0','2',    '2','1','818.49',    '2','0','0.0',    '1','1','818.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123412.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040550.0','1020405.0','2',    '1','1','4510.4',    '1','1','4510.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128814.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040551.0','1020405.0','2',    '2','2','2571.24',    '2','0','0.0',    '2','2','2571.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128815.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032300.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120564.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032350.0','1020405.0','4',    '3','3','6928.94',    '3','2','3234.65',    '3','3','3694.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120614.0','1045972.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040552.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128816.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032100.0','1020405.0','4',    '4','1','713.24',    '4','0','0.0',    '2','1','713.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120364.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032083.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120347.0','1045972.0','1',    '1','1','1597.5',    '1','1','610.0',    '1','1','987.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040553.0','1020405.0','2',    '2','2','4771.9',    '2','2','3593.75',    '2','1','1178.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128817.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040554.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128818.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040555.0','1020405.0','5',    '5','3','4572.68',    '5','3','4572.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128819.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032388.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120652.0','1045972.0','1',    '1','1','671.01',    '1','1','671.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032169.0','1020405.0','2',    '2','1','409.6',    '2','1','409.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120433.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040556.0','1020405.0','1',    '1','1','3895.18',    '1','1','907.2',    '1','1','2987.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128820.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040557.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128821.0','1045972.0','3',    '3','2','2272.31',    '3','2','2272.31',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040558.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128822.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032371.0','1020405.0','1',    '1','1','4915.82',    '1','1','1101.81',    '1','1','3814.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120635.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032308.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120572.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040559.0','1020405.0','1',    '1','1','6360.24',    '1','1','5860.24',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128823.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040560.0','1020405.0','1',    '1','1','1486.0',    '1','1','1486.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128824.0','1045972.0','8',    '8','1','1191.97',    '8','0','0.0',    '2','1','1191.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040561.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128825.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032163.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120427.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040562.0','1020405.0','4',    '4','4','6082.2',    '4','2','3553.07',    '4','4','2529.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128826.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040563.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128827.0','1045972.0','4',    '4','2','1720.42',    '4','1','553.0',    '3','2','1167.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040564.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128828.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040565.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128829.0','1045972.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032039.0','1020405.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120303.0','1045972.0','12',    '11','7','15109.7',    '11','3','10484.09',    '7','6','4625.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032156.0','1020405.0','10603',    '10298','3779','4958919.89',    '10233','1409','2277476.49',    '5295','3037','2681443.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120420.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040566.0','1020405.0','8',    '8','5','2929.62',    '8','3','1198.08',    '5','4','1731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128830.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032417.0','1020405.0','6',    '5','3','1560.89',    '5','1','60.9',    '4','3','1499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120681.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032269.0','1020405.0','6',    '6','1','500.0',    '6','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120533.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032213.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120477.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032211.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120475.0','1045972.0','1',    '1','1','926.17',    '1','0','0.0',    '1','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040567.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128831.0','1045972.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032410.0','1020405.0','9',    '7','4','6696.2',    '7','2','3593.72',    '5','2','3102.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120674.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2035242.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2123506.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032102.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120366.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040568.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128832.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040569.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128833.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032176.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120440.0','1045972.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040570.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128834.0','1045972.0','14',    '13','7','9040.87',    '13','2','2423.58',    '7','6','6617.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032301.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120565.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032307.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120571.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040571.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128835.0','1045972.0','3',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032037.0','1020405.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120301.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032322.0','1020405.0','12',    '10','5','4360.59',    '10','1','553.0',    '7','5','3807.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120586.0','1045972.0','6',    '5','1','966.94',    '5','0','0.0',    '3','1','966.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032234.0','1020405.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120498.0','1045972.0','2',    '1','1','731.54',    '1','0','0.0',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040572.0','1020405.0','1',    '1','1','12425.01',    '1','1','8346.41',    '1','1','4078.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128836.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040573.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128837.0','1045972.0','148',    '144','71','257078.54',    '143','30','176321.31',    '86','62','80757.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032193.0','1020405.0','13',    '13','7','14538.44',    '13','3','6428.8',    '6','6','8109.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120457.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032132.0','1020405.0','2',    '2','2','3436.05',    '2','1','2095.39',    '2','2','1340.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120396.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032130.0','1020405.0','15',    '15','6','9151.25',    '15','3','2825.52',    '11','4','6325.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120394.0','1045972.0','1',    '1','1','1411.52',    '1','1','1411.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032200.0','1020405.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120464.0','1045972.0','6',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040574.0','1020405.0','12',    '11','6','9449.5',    '11','2','1929.49',    '6','5','7520.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128838.0','1045972.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040575.0','1020405.0','2',    '2','1','13609.77',    '2','1','9275.44',    '2','1','4334.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128839.0','1045972.0','14226',    '13773','5194','7137735.04',    '13688','2174','3631491.74',    '7090','4040','3506243.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032292.0','1020405.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120556.0','1045972.0','1',    '1','1','918.0',    '1','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032159.0','1020405.0','23826',    '23091','9559','24213576.26',    '22933','4417','14908205.86',    '13101','7726','9305370.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120423.0','1045972.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032398.0','1020405.0','1',    '1','1','1296.0',    '1','1','1296.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120662.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040576.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128840.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032060.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120324.0','1045972.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032151.0','1020405.0','3',    '3','2','1553.0',    '3','1','553.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120415.0','1045972.0','7',    '7','5','35161.11',    '7','2','19470.84',    '6','5','15690.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040577.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128841.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032044.0','1020405.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120308.0','1045972.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032419.0','1020405.0','3',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120683.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040578.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128842.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040579.0','1020405.0','7',    '7','2','1000.0',    '7','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128843.0','1045972.0','5',    '5','1','553.0',    '5','1','553.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040580.0','1020405.0','33',    '32','12','23202.41',    '31','2','3731.05',    '19','12','19471.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128844.0','1045972.0','1',    '1','1','1208.62',    '1','0','0.0',    '1','1','1208.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2031878.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120142.0','1045972.0','1',    '1','1','5598.01',    '1','1','918.0',    '1','1','4680.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040581.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128845.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032103.0','1020405.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120367.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040582.0','1020405.0','1',    '1','1','513.27',    '1','1','513.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128846.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040583.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128847.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040584.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128848.0','1045972.0','15',    '15','8','3759.87',    '15','2','759.87',    '9','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032251.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120515.0','1045972.0','4',    '4','4','2000.0',    '4','0','0.0',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032370.0','1020405.0','8',    '8','3','1743.0',    '8','1','743.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120634.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032391.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120655.0','1045972.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040585.0','1020405.0','1',    '1','1','1486.0',    '1','1','1486.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128849.0','1045972.0','7',    '7','2','2059.41',    '7','2','1559.41',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032340.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120604.0','1045972.0','1',    '1','1','5196.24',    '1','1','4696.24',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040586.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128850.0','1045972.0','1',    '1','1','1549.23',    '1','0','0.0',    '1','1','1549.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040587.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128851.0','1045972.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040588.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128852.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032196.0','1020405.0','1',    '1','1','165.5',    '1','0','0.0',    '1','1','165.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120460.0','1045972.0','7',    '7','4','2000.0',    '7','0','0.0',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040589.0','1020405.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128853.0','1045972.0','8',    '6','5','7194.55',    '6','3','1849.0',    '5','3','5345.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032192.0','1020405.0','450',    '432','190','439321.69',    '429','86','267184.16',    '243','155','172137.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120456.0','1045972.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040590.0','1020405.0','3',    '3','1','377.58',    '3','0','0.0',    '2','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128854.0','1045972.0','7',    '7','2','10109.77',    '7','2','9609.77',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2032245.0','1020405.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2120509.0','1045972.0','9',    '8','3','4315.76',    '8','1','918.0',    '3','3','3397.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040591.0','1020405.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128855.0','1045972.0','2',    '2','2','731.54',    '2','0','0.0',    '2','2','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030503.0','1020405.0','12',    '11','3','41976.39',    '11','3','38904.17',    '3','1','3072.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118767.0','1045972.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030422.0','1020405.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118686.0','1045972.0','7',    '7','3','2503.07',    '7','1','474.31',    '6','3','2028.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030530.0','1020410.0','1',    '1','1','2574.78',    '1','1','918.0',    '1','1','1656.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118794.0','1045977.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030849.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2119113.0','1045977.0','1',    '1','1','544.0',    '1','1','544.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030941.0','1020410.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2119205.0','1045977.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030875.0','1020410.0','22',    '20','7','39278.84',    '20','3','35860.49',    '10','5','3418.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2119139.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030502.0','1020410.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118766.0','1045977.0','4',    '4','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030476.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118740.0','1045977.0','13',    '13','5','10451.18',    '13','2','2039.0',    '7','5','8412.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040592.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128856.0','1045977.0','1',    '1','1','10738.95',    '1','1','4514.5',    '1','1','6224.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040593.0','1020410.0','1',    '2','1','1753.88',    '2','0','0.0',    '2','1','1753.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128857.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040594.0','1020410.0','10',    '10','2','1459.0',    '10','1','459.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128858.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040595.0','1020410.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128859.0','1045977.0','15',    '15','5','3465.19',    '15','1','553.0',    '11','4','2912.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040596.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128860.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030943.0','1020410.0','3',    '3','1','364.0',    '3','1','364.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2119207.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040597.0','1020410.0','3',    '3','1','11105.33',    '3','1','7988.73',    '1','1','3116.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128861.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030457.0','1020410.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118721.0','1045977.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030523.0','1020410.0','5',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118787.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030493.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118757.0','1045977.0','3',    '3','1','4176.64',    '3','1','4176.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030477.0','1020410.0','4',    '4','1','1214.15',    '4','1','459.0',    '1','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118741.0','1045977.0','5',    '4','1','1053.0',    '4','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030771.0','1020410.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2119035.0','1045977.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030906.0','1020410.0','4',    '4','2','632.0',    '4','0','0.0',    '2','2','632.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2119170.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030414.0','1020410.0','3',    '3','1','3833.49',    '3','1','1583.5',    '3','1','2249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118678.0','1045977.0','30',    '29','12','7436.91',    '29','2','2238.29',    '18','10','5198.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040598.0','1020410.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128862.0','1045977.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030939.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2119203.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030569.0','1020410.0','6',    '6','6','3968.95',    '6','0','0.0',    '6','6','3968.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2118833.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2030983.0','1020410.0','1',    '1','1','695.61',    '1','0','0.0',    '1','1','695.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2119247.0','1045977.0','2',    '2','1','1471.84',    '2','1','1008.75',    '2','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001743.0',    '2040599.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006161.0',    '2128863.0','1045977.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040600.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128864.0','1045977.0','4',    '4','4','9389.22',    '4','2','7926.13',    '3','3','1463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040601.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128865.0','1045977.0','3',    '3','1','499.99',    '3','0','0.0',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030492.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118756.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040602.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128866.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040603.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128867.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040604.0','1020410.0','1',    '1','1','1916.47',    '1','1','1916.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128868.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040605.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128869.0','1045977.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040606.0','1020410.0','12',    '12','6','3706.0',    '12','2','1106.0',    '7','5','2600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128870.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030473.0','1020410.0','21',    '17','5','57053.71',    '17','4','49879.69',    '9','5','7174.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118737.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030989.0','1020410.0','16',    '16','5','19007.25',    '16','1','17375.25',    '7','4','1632.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119253.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030904.0','1020410.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119168.0','1045977.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030528.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118792.0','1045977.0','12',    '11','5','9434.86',    '11','2','1471.0',    '6','4','7963.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040607.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128871.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030534.0','1020410.0','4',    '4','1','756.91',    '4','1','256.92',    '3','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118798.0','1045977.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040608.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128872.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030517.0','1020410.0','3',    '3','3','1553.0',    '3','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118781.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030444.0','1020410.0','11',    '11','7','3430.57',    '11','1','553.0',    '7','6','2877.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118708.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030432.0','1020410.0','4',    '4','1','1053.0',    '4','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118696.0','1045977.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040609.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128873.0','1045977.0','6',    '6','3','1700.81',    '6','1','481.81',    '3','3','1219.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030450.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118714.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040610.0','1020410.0','5',    '5','2','732.84',    '5','1','232.84',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128874.0','1045977.0','1',    '1','1','1078.74',    '1','1','1078.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040611.0','1020410.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128875.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040612.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128876.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030410.0','1020410.0','1',    '1','1','14434.81',    '1','1','6196.37',    '1','1','8238.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118674.0','1045977.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030454.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118718.0','1045977.0','1',    '1','1','3082.85',    '1','1','205.3',    '1','1','2877.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040613.0','1020410.0','7',    '7','3','2930.55',    '7','1','950.49',    '5','3','1980.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128877.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030597.0','1020410.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118861.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030847.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119111.0','1045977.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040614.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128878.0','1045977.0','1',    '1','1','4271.91',    '1','1','2260.23',    '1','1','2011.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030498.0','1020410.0','1',    '1','1','924.0',    '1','1','924.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118762.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030531.0','1020410.0','5',    '5','1','256.92',    '5','1','256.92',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118795.0','1045977.0','11',    '11','6','5152.35',    '11','3','2768.86',    '6','4','2383.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030467.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118731.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030550.0','1020410.0','6',    '5','2','8974.82',    '5','2','6828.64',    '4','2','2146.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118814.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030533.0','1020410.0','6',    '4','2','15266.32',    '4','2','9611.37',    '2','2','5654.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118797.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030496.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118760.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040615.0','1020410.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128879.0','1045977.0','1',    '1','1','731.54',    '1','0','0.0',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040616.0','1020410.0','9',    '9','4','1577.89',    '9','3','1077.89',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128880.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030487.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118751.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030552.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118816.0','1045977.0','1',    '1','1','1104.4',    '1','1','459.0',    '1','1','645.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040617.0','1020410.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128881.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030495.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118759.0','1045977.0','10',    '10','7','9123.19',    '10','2','4559.16',    '8','5','4564.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030584.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118848.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030532.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118796.0','1045977.0','13',    '13','6','26634.4',    '13','2','16203.88',    '9','6','10430.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030465.0','1020410.0','1',    '1','1','8179.23',    '1','1','1106.0',    '1','1','7073.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118729.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030877.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119141.0','1045977.0','2',    '2','1','1319.27',    '2','1','673.87',    '1','1','645.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030446.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118710.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040618.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128882.0','1045977.0','1',    '1','1','796.07',    '1','1','666.12',    '1','1','129.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030471.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118735.0','1045977.0','6',    '6','2','1000.0',    '6','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030524.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118788.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030455.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118719.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030429.0','1020410.0','1',    '1','1','963.09',    '1','0','0.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118693.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030425.0','1020410.0','3',    '3','2','4208.51',    '3','2','2830.93',    '2','2','1377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118689.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030559.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118823.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030522.0','1020410.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118786.0','1045977.0','1',    '1','1','1454.97',    '1','1','1088.0',    '1','1','366.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040619.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128883.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040620.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128884.0','1045977.0','1',    '1','1','4175.83',    '1','1','1739.87',    '1','1','2435.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040621.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128885.0','1045977.0','16',    '14','4','2308.15',    '14','1','553.0',    '8','3','1755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030539.0','1020410.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118803.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040622.0','1020410.0','1',    '1','1','2322.09',    '1','1','459.0',    '1','1','1863.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128886.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040623.0','1020410.0','7',    '6','3','18640.71',    '6','2','9586.63',    '4','3','9054.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128887.0','1045977.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040624.0','1020410.0','1',    '1','1','13373.86',    '1','1','8521.99',    '1','1','4851.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128888.0','1045977.0','8',    '8','3','2556.78',    '8','0','0.0',    '7','3','2556.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040625.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128889.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030408.0','1020410.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118672.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040626.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128890.0','1045977.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030773.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119037.0','1045977.0','4',    '4','3','2486.0',    '3','1','1486.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031104.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119368.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040627.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128891.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040628.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128892.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040629.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128893.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030801.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119065.0','1045977.0','12865',    '12496','4936','7539067.8',    '12437','1955','3599493.51',    '6820','3983','3939574.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030489.0','1020410.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118753.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030756.0','1020410.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119020.0','1045977.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040630.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128894.0','1045977.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040631.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128895.0','1045977.0','1',    '1','1','11030.7',    '1','1','9655.58',    '1','1','1375.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030715.0','1020410.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118979.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030566.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118830.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030507.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118771.0','1045977.0','2',    '2','2','1553.0',    '2','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030500.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118764.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030945.0','1020410.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119209.0','1045977.0','3',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030458.0','1020410.0','1',    '1','1','1442.72',    '1','0','0.0',    '1','1','1442.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118722.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030723.0','1020410.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118987.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031084.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119348.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040632.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128896.0','1045977.0','6',    '7','4','36063.96',    '7','2','34218.0',    '6','3','1845.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040633.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128897.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040634.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128898.0','1045977.0','3',    '3','1','553.0',    '3','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2031186.0','1020410.0','5',    '5','4','4681.58',    '5','2','2322.46',    '4','4','2359.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119450.0','1045977.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031098.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119362.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2031152.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119416.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040635.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128899.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031297.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119561.0','1045977.0','18',    '17','9','7578.48',    '17','5','3745.81',    '5','5','3832.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040636.0','1020410.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128900.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040637.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128901.0','1045977.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040638.0','1020410.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128902.0','1045977.0','2',    '1','1','9058.16',    '1','1','9058.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2026669.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2114933.0','1045977.0','8',    '7','6','4849.54',    '6','4','2118.0',    '7','6','2731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031360.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119624.0','1045977.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040639.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128903.0','1045977.0','1',    '1','1','734.54',    '1','1','734.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040640.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128904.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2026515.0','1020410.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2114779.0','1045977.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2026640.0','1020410.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2114904.0','1045977.0','5',    '7','4','41861.99',    '7','3','34165.1',    '4','3','7696.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040641.0','1020410.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128905.0','1045977.0','1',    '1','1','364.0',    '1','1','364.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040642.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128906.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040643.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128907.0','1045977.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040644.0','1020410.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128908.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040645.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128909.0','1045977.0','4',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031211.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119475.0','1045977.0','1',    '1','1','1304.13',    '1','0','0.0',    '1','1','1304.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031168.0','1020410.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119432.0','1045977.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2026595.0','1020410.0','11',    '11','2','1000.0',    '11','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2114859.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031208.0','1020410.0','1',    '1','1','6696.98',    '1','1','4718.16',    '1','1','1978.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119472.0','1045977.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031204.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119468.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026710.0','1020458.0','1',    '1','1','459.0',    '1','1','459.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114974.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026713.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114977.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040646.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128910.0','1046025.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031359.0','1020458.0','3',    '3','2','1870.13',    '2','0','0.0',    '3','2','1870.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119623.0','1046025.0','2',    '2','1','1053.0',    '2','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040647.0','1020458.0','1',    '1','1','2046.25',    '1','0','0.0',    '1','1','2046.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128911.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031409.0','1020458.0','6',    '6','1','500.0',    '6','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119673.0','1046025.0','1',    '1','1','28093.98',    '1','1','26375.74',    '1','1','1718.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040648.0','1020458.0','23',    '20','8','7450.77',    '17','3','3591.07',    '13','6','3859.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128912.0','1046025.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040649.0','1020458.0','5',    '5','3','2624.87',    '5','1','1124.87',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128913.0','1046025.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031118.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119382.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040650.0','1020458.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128914.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040651.0','1020458.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128915.0','1046025.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026718.0','1020458.0','4',    '4','2','3094.05',    '4','1','1321.92',    '2','2','1772.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114982.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040652.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128916.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040653.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128917.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040654.0','1020458.0','1',    '1','1','578.07',    '1','0','0.0',    '1','1','578.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128918.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026474.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114738.0','1046025.0','3',    '3','1','1608.49',    '3','0','0.0',    '1','1','1608.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040655.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128919.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040656.0','1020458.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128920.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040657.0','1020458.0','47',    '45','16','12810.3',    '45','2','5310.3',    '27','15','7500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128921.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040658.0','1020458.0','2',    '2','2','33800.0',    '2','1','32800.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128922.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040659.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128923.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030504.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118768.0','1046025.0','10',    '9','2','1000.0',    '9','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040660.0','1020458.0','1',    '1','1','15222.16',    '1','1','15022.17',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128924.0','1046025.0','3',    '3','1','494.04',    '3','0','0.0',    '1','1','494.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030780.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119044.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031164.0','1020458.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119428.0','1046025.0','2',    '2','1','1251.58',    '2','1','374.0',    '1','1','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040661.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128925.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031109.0','1020458.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119373.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040662.0','1020458.0','5',    '5','3','1377.58',    '5','0','0.0',    '3','3','1377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128926.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031193.0','1020458.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119457.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040663.0','1020458.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128927.0','1046025.0','16',    '16','6','24628.12',    '16','4','5734.82',    '8','5','18893.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026711.0','1020458.0','4',    '4','2','1109.12',    '4','0','0.0',    '3','2','1109.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114975.0','1046025.0','4',    '3','2','1463.09',    '3','0','0.0',    '2','2','1463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040664.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128928.0','1046025.0','20',    '20','14','32452.24',    '20','4','19539.54',    '13','12','12912.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031332.0','1020458.0','475',    '448','155','143458.91',    '442','14','41785.24',    '214','149','101673.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119596.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040665.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128929.0','1046025.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026753.0','1020458.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2115017.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031206.0','1020458.0','1',    '1','1','2203.51',    '1','1','655.21',    '1','1','1548.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119470.0','1046025.0','2',    '2','1','762.09',    '2','0','0.0',    '1','1','762.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030573.0','1020458.0','1',    '1','1','12266.51',    '1','1','11547.52',    '1','1','718.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118837.0','1046025.0','2',    '2','1','838.07',    '2','1','374.0',    '1','1','464.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040666.0','1020458.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128930.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040667.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128931.0','1046025.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040668.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128932.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031376.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119640.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040669.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128933.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031351.0','1020458.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119615.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040670.0','1020458.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128934.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040671.0','1020458.0','3',    '3','1','1095.54',    '3','1','864.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128935.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040672.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128936.0','1046025.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2030448.0','1020458.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2118712.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2031386.0','1020458.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119650.0','1046025.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030537.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2118801.0','1046025.0','30',    '29','8','5431.38',    '29','2','617.05',    '13','6','4814.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040673.0','1020458.0','19',    '19','4','7829.8',    '18','3','5203.54',    '9','3','2626.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128937.0','1046025.0','27',    '28','16','69221.2',    '28','7','51944.0',    '20','16','17277.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030787.0','1020458.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119051.0','1046025.0','1',    '1','1','865.49',    '1','0','0.0',    '1','1','865.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026490.0','1020458.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114754.0','1046025.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040674.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128938.0','1046025.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031122.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119386.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040675.0','1020458.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128939.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040676.0','1020458.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128940.0','1046025.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040677.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128941.0','1046025.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040678.0','1020458.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128942.0','1046025.0','2',    '2','2','11750.0',    '2','1','11250.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040679.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128943.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031295.0','1020458.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119559.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040680.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128944.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031175.0','1020458.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119439.0','1046025.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040681.0','1020458.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128945.0','1046025.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031326.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119590.0','1046050.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2031361.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119625.0','1046050.0','1149',    '1089','319','517227.89',    '1082','92','217098.36',    '545','283','300129.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026603.0','1020483.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114867.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040682.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128946.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031420.0','1020483.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119684.0','1046050.0','1',    '1','1','967.0',    '1','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2026626.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2114890.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031455.0','1020483.0','12',    '12','6','6338.89',    '12','2','279.34',    '6','6','6059.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119719.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031099.0','1020483.0','2',    '2','1','1350.24',    '2','0','0.0',    '1','1','1350.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119363.0','1046050.0','2',    '1','1','3418.34',    '1','0','0.0',    '1','1','3418.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040683.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128947.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031171.0','1020483.0','14',    '14','6','13352.35',    '14','2','5278.17',    '8','4','8074.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119435.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2029476.0','1020483.0','7',    '7','4','2637.58',    '7','1','1137.58',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2117740.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031398.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119662.0','1046050.0','2',    '2','1','959.0',    '2','1','459.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030745.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119009.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040684.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128948.0','1046050.0','1',    '1','1','6514.88',    '1','1','5044.1',    '1','1','1470.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040685.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128949.0','1046050.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040686.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128950.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030449.0','1020483.0','6',    '6','3','1500.0',    '6','0','0.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118713.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040687.0','1020483.0','7',    '7','1','500.0',    '7','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128951.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040688.0','1020483.0','3',    '3','1','4143.62',    '3','0','0.0',    '2','1','4143.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128952.0','1046050.0','10',    '10','5','3432.73',    '10','2','934.0',    '6','4','2498.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040689.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128953.0','1046050.0','11',    '11','5','5820.91',    '11','1','934.0',    '9','5','4886.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040690.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128954.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2026469.0','1020483.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2114733.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040691.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128955.0','1046050.0','3',    '3','1','614.98',    '3','0','0.0',    '2','1','614.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040692.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128956.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030936.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119200.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040693.0','1020483.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128957.0','1046050.0','12418',    '11993','3849','5672247.3',    '11906','927','2692001.54',    '5927','3543','2980245.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030863.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119127.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040694.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128958.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040695.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128959.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040696.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128960.0','1046050.0','13',    '12','8','36553.88',    '12','6','32118.98',    '9','5','4434.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040697.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128961.0','1046050.0','7',    '7','2','1000.0',    '7','0','0.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031096.0','1020483.0','3',    '3','2','963.09',    '3','0','0.0',    '2','2','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119360.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026468.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114732.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031321.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119585.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031213.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119477.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2031413.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2119677.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031387.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119651.0','1046050.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040698.0','1020483.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2128962.0','1046050.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040699.0','1020483.0','1',    '1','1','9727.91',    '1','1','1348.0',    '1','1','8379.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128963.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031377.0','1020483.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119641.0','1046050.0','1',    '1','1','15999.66',    '1','1','9617.77',    '1','1','6381.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029384.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117648.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040700.0','1020483.0','4',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128964.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030613.0','1020483.0','2',    '2','1','9184.36',    '2','1','7440.12',    '2','1','1744.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118877.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040701.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128965.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030506.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118770.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040702.0','1020483.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128966.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030777.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119041.0','1046050.0','11',    '10','2','834.5',    '10','0','0.0',    '6','2','834.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2026411.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2114675.0','1046050.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040703.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128967.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2031407.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119671.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040704.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128968.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040705.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128969.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040706.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128970.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2029444.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2117708.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2031132.0','1020483.0','1',    '1','1','70.1',    '1','1','70.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119396.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030743.0','1020483.0','833',    '799','329','799952.59',    '796','123','459322.63',    '449','281','340629.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119007.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030938.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119202.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030535.0','1020483.0','25',    '23','12','10661.62',    '23','2','934.0',    '14','11','9727.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118799.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040707.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128971.0','1046050.0','9',    '9','6','28809.03',    '9','3','14636.64',    '7','6','14172.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030621.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118885.0','1046050.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040708.0','1020483.0','6',    '5','1','500.0',    '5','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128972.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040709.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128973.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040710.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128974.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031145.0','1020483.0','5',    '5','2','949.99',    '5','0','0.0',    '2','2','949.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119409.0','1046050.0','4',    '4','1','694.63',    '4','0','0.0',    '2','1','694.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040711.0','1020483.0','2',    '2','2','7799.98',    '2','1','4680.74',    '2','2','3119.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128975.0','1046050.0','18',    '18','7','43344.54',    '18','3','34441.0',    '8','6','8903.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040712.0','1020483.0','1',    '1','1','731.54',    '1','0','0.0',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128976.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031342.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119606.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040713.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2128977.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026581.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114845.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2026605.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2114869.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031346.0','1020483.0','7',    '6','4','13293.4',    '6','1','8296.73',    '4','3','4996.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119610.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040714.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128978.0','1046050.0','1',    '1','1','5771.03',    '1','1','2194.57',    '1','1','3576.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040715.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128979.0','1046050.0','1',    '1','1','578.14',    '1','1','328.14',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040716.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128980.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040717.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128981.0','1046050.0','16',    '16','6','24919.89',    '16','3','21652.25',    '8','5','3267.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040718.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128982.0','1046050.0','1',    '1','1','1498.09',    '1','0','0.0',    '1','1','1498.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029466.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117730.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040719.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128983.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030441.0','1020483.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118705.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040720.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128984.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2030538.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2118802.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040721.0','1020483.0','5',    '5','1','3168.42',    '5','1','2109.26',    '3','1','1059.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128985.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030822.0','1020483.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119086.0','1046050.0','3',    '3','1','1645.81',    '3','1','1645.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031114.0','1020483.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119378.0','1046050.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040722.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128986.0','1046050.0','5',    '5','3','2611.14',    '5','1','1979.14',    '2','2','632.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2031155.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119419.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040723.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128987.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030518.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2118782.0','1046050.0','1',    '1','1','2721.88',    '1','1','1251.1',    '1','1','1470.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040724.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128988.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040725.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2128989.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040726.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128990.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030977.0','1020483.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119241.0','1046050.0','5',    '5','2','4730.75',    '5','2','1472.52',    '1','1','3258.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040727.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128991.0','1046050.0','6',    '6','3','1467.0',    '6','1','467.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040728.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128992.0','1046050.0','2',    '2','1','1922.36',    '2','1','1922.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040729.0','1020483.0','1',    '1','1','8601.11',    '1','1','4262.47',    '1','1','4338.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128993.0','1046050.0','4',    '4','3','1967.0',    '4','1','467.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040730.0','1020483.0','5',    '6','4','2315.47',    '6','1','815.47',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128994.0','1046050.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040731.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128995.0','1046050.0','1',    '1','1','4861.79',    '1','1','4484.21',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040732.0','1020483.0','4',    '4','2','1000.0',    '4','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2128996.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031411.0','1020483.0','2',    '2','1','300.0',    '2','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119675.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030798.0','1020483.0','7',    '6','3','3366.19',    '6','1','814.0',    '2','2','2552.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119062.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030775.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119039.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2030856.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2119120.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040733.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128997.0','1046050.0','3',    '3','2','14176.19',    '3','1','13176.19',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040734.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2128998.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040735.0','1020483.0','32860',    '31861','13352','28479298.46',    '31698','5871','14976752.16',    '18780','10972','13502546.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2128999.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040736.0','1020483.0','5',    '5','2','714.49',    '5','1','214.49',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129000.0','1046050.0','1',    '1','1','3127.04',    '1','1','3127.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040737.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129001.0','1046050.0','3',    '3','2','934.0',    '3','2','934.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040738.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129002.0','1046050.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040739.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129003.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040740.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129004.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031156.0','1020483.0','2',    '1','1','967.0',    '1','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119420.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040741.0','1020483.0','3',    '3','1','1856.47',    '3','1','1631.47',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129005.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031169.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119433.0','1046050.0','4',    '4','3','12966.22',    '4','3','12966.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2031088.0','1020483.0','4',    '3','3','1500.0',    '3','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119352.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030878.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119142.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040742.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129006.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2030991.0','1020483.0','12',    '11','7','20910.86',    '11','6','10706.48',    '7','3','10204.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2119255.0','1046050.0','1',    '1','1','21592.43',    '1','1','18206.94',    '1','1','3385.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040743.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129007.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040744.0','1020483.0','27',    '25','11','20571.34',    '25','4','15529.58',    '16','9','5041.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129008.0','1046050.0','6',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040745.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129009.0','1046050.0','5',    '5','3','3472.24',    '5','2','2073.06',    '2','2','1399.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040746.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129010.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2030944.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119208.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040747.0','1020483.0','1',    '1','1','5714.05',    '1','1','1875.65',    '1','1','3838.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129011.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040748.0','1020483.0','9',    '9','6','30457.24',    '9','4','14825.19',    '8','6','15632.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129012.0','1046050.0','3',    '3','1','1255.15',    '3','0','0.0',    '2','1','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040749.0','1020483.0','1',    '1','1','1527.68',    '1','1','1027.68',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129013.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040750.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129014.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040751.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129015.0','1046050.0','6',    '6','3','9218.35',    '6','3','4225.17',    '5','3','4993.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2026747.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2115011.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040752.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129016.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2026592.0','1020483.0','8458',    '8285','3022','6103409.72',    '8257','1432','3389475.53',    '4229','2312','2713934.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2114856.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040753.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129017.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040754.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129018.0','1046050.0','1',    '1','1','2953.99',    '1','1','2722.45',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040755.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129019.0','1046050.0','1',    '1','1','1135.85',    '1','1','1020.87',    '1','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2029459.0','1020483.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2117723.0','1046050.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2029380.0','1020483.0','6',    '6','3','1467.0',    '6','1','467.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2117644.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040756.0','1020483.0','17',    '15','7','23939.76',    '15','4','14021.15',    '8','7','9918.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129020.0','1046050.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2029304.0','1020483.0','15',    '15','4','2573.19',    '15','0','0.0',    '10','4','2573.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2117568.0','1046050.0','4',    '4','2','800.0',    '4','0','0.0',    '2','2','800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040757.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129021.0','1046050.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040758.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129022.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040759.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129023.0','1046050.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040760.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129024.0','1046050.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040761.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129025.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040762.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129026.0','1046050.0','1',    '1','1','206.87',    '1','1','206.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040763.0','1020483.0','4',    '4','2','1064.97',    '4','0','0.0',    '2','2','1064.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129027.0','1046050.0','1',    '1','1','1528.75',    '1','0','0.0',    '1','1','1528.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040764.0','1020483.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129028.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040765.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129029.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040766.0','1020483.0','2',    '2','1','1108.48',    '2','0','0.0',    '1','1','1108.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129030.0','1046050.0','7',    '7','3','8956.79',    '7','1','1501.28',    '6','3','7455.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040767.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129031.0','1046050.0','8',    '7','6','20025.59',    '7','3','10372.16',    '7','6','9653.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001906.0',    '2040768.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006162.0',    '2129032.0','1046050.0','1',    '1','1','1098.0',    '1','1','1098.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040769.0','1020483.0','5',    '5','3','8833.13',    '5','2','4096.1',    '3','3','4737.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129033.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2031336.0','1020483.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2119600.0','1046050.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2026586.0','1020483.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2114850.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2040770.0','1020483.0','10328',    '10013','3835','9200473.94',    '9932','1513','4977253.94',    '5718','3396','4223220.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2129034.0','1046050.0','1',    '1','1','5821.85',    '1','1','3548.17',    '1','1','2273.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001847.0',    '2029221.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006166.0',    '2117485.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040771.0','1020483.0','1',    '1','1','967.0',    '1','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129035.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040772.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129036.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040773.0','1020483.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129037.0','1046050.0','1',    '1','1','8356.36',    '1','1','3308.98',    '1','1','5047.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040774.0','1020483.0','2',    '2','1','661.59',    '2','1','161.59',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129038.0','1046050.0','1',    '1','1','407.0',    '1','1','407.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040775.0','1020483.0','2',    '2','1','1604.74',    '2','1','1604.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129039.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040776.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129040.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040777.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129041.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040778.0','1020483.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129042.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040779.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129043.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040780.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129044.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040781.0','1020483.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129045.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040782.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129046.0','1046050.0','4',    '4','2','19465.68',    '4','1','7104.01',    '2','2','12361.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040783.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129047.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040784.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129048.0','1046050.0','4',    '4','3','25273.73',    '4','3','12095.89',    '3','3','13177.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040785.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129049.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040786.0','1020483.0','4',    '3','1','881.99',    '3','1','432.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129050.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040787.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129051.0','1046050.0','6',    '6','2','3779.52',    '6','1','3279.52',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040788.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129052.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031117.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119381.0','1046050.0','2',    '2','2','825.0',    '2','1','325.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026398.0','1020483.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114662.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031091.0','1020483.0','2',    '2','2','2160.14',    '2','1','1660.14',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119355.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031421.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119685.0','1046050.0','7',    '7','2','2855.28',    '7','1','918.0',    '2','1','1937.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040789.0','1020483.0','5',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129053.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029383.0','1020483.0','2',    '2','1','33300.0',    '2','1','27106.17',    '1','1','6193.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117647.0','1046050.0','3',    '3','3','3587.41',    '3','0','0.0',    '3','3','3587.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040790.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129054.0','1046050.0','2',    '2','2','14680.45',    '2','1','11040.86',    '2','2','3639.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026465.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114729.0','1046050.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040791.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129055.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031201.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119465.0','1046050.0','4',    '4','1','1389.26',    '4','0','0.0',    '1','1','1389.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040792.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129056.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026619.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114883.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040793.0','1020483.0','4',    '4','3','15587.15',    '4','3','8074.06',    '2','2','7513.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129057.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040794.0','1020483.0','2',    '2','2','10515.72',    '2','1','4501.76',    '2','2','6013.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129058.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040795.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129059.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040796.0','1020483.0','3',    '2','2','26858.51',    '2','1','19258.61',    '2','2','7599.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129060.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040797.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129061.0','1046050.0','5',    '5','3','1500.0',    '5','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026428.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114692.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040798.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129062.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031400.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119664.0','1046050.0','2',    '2','1','1233.97',    '2','1','983.97',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040799.0','1020483.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129063.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040800.0','1020483.0','2',    '2','1','377.58',    '2','0','0.0',    '2','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040801.0','1020483.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129065.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2029255.0','1020483.0','2',    '2','2','3632.9',    '2','1','1084.71',    '2','2','2548.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2117519.0','1046050.0','16',    '16','9','6899.91',    '16','5','3899.91',    '7','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040802.0','1020483.0','4',    '4','3','18486.53',    '4','3','11186.04',    '3','2','7300.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129066.0','1046050.0','1',    '1','1','24.59',    '1','0','0.0',    '1','1','24.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040803.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129067.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040804.0','1020483.0','3',    '3','3','3785.1',    '3','1','2785.1',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129068.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029378.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117642.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040805.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129069.0','1046050.0','1',    '1','1','959.0',    '1','1','459.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029429.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117693.0','1046050.0','9',    '6','3','4248.4',    '6','1','2998.4',    '5','3','1250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040806.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129070.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040807.0','1020483.0','2',    '2','2','1920.41',    '2','0','0.0',    '2','2','1920.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129071.0','1046050.0','1',    '1','1','2743.47',    '1','1','2243.47',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040808.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129072.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040809.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129073.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040810.0','1020483.0','2',    '2','1','176.92',    '2','1','176.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129074.0','1046050.0','5',    '5','2','1606.0',    '5','2','1106.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040811.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129075.0','1046050.0','4',    '3','2','1350.56',    '3','0','0.0',    '2','2','1350.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040812.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129076.0','1046050.0','1',    '1','1','800.0',    '1','0','0.0',    '1','1','800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030047.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2118311.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040813.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129077.0','1046050.0','2',    '2','1','14467.47',    '2','1','10298.29',    '1','1','4169.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040814.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129078.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040815.0','1020483.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129079.0','1046050.0','3',    '3','2','5879.77',    '3','2','5379.77',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040816.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129080.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040817.0','1020483.0','14',    '14','6','4375.62',    '14','3','1755.0',    '10','4','2620.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129081.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040818.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129082.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031374.0','1020483.0','1',    '1','1','918.0',    '1','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119638.0','1046050.0','1',    '1','1','1418.0',    '1','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2029333.0','1020483.0','1',    '1','1','877.58',    '1','0','0.0',    '1','1','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2117597.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031322.0','1020483.0','1',    '1','1','1638.33',    '1','0','0.0',    '1','1','1638.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119586.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040819.0','1020483.0','13',    '13','8','21178.6',    '13','5','14208.63',    '8','6','6969.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129083.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040820.0','1020483.0','1',    '1','1','21502.63',    '1','1','17394.39',    '1','1','4108.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129084.0','1046050.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040821.0','1020483.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129085.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2026486.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2114750.0','1046050.0','1',    '1','1','840.67',    '1','0','0.0',    '1','1','840.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040822.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129086.0','1046050.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026715.0','1020483.0','5',    '5','4','3479.12',    '5','0','0.0',    '4','4','3479.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114979.0','1046050.0','6',    '7','2','1000.0',    '7','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040823.0','1020483.0','2',    '2','2','9477.76',    '2','1','1486.0',    '2','2','7991.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129087.0','1046050.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040824.0','1020483.0','1',    '1','1','4421.16',    '1','1','743.0',    '1','1','3678.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129088.0','1046050.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040825.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129089.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040826.0','1020483.0','3',    '3','2','9893.13',    '3','1','1106.0',    '2','2','8787.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129090.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026759.0','1020483.0','5',    '5','1','500.0',    '4','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2115023.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040827.0','1020483.0','1',    '1','1','3049.7',    '1','1','2024.7',    '1','1','1025.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129091.0','1046050.0','4',    '4','1','918.0',    '4','1','918.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040828.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129092.0','1046050.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040829.0','1020483.0','1',    '1','1','10747.47',    '1','1','10747.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129093.0','1046050.0','1',    '1','1','2596.36',    '1','1','1596.37',    '1','1','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031189.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119453.0','1046050.0','32',    '31','9','24051.9',    '31','6','9769.1',    '15','7','14282.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031330.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119594.0','1046050.0','1',    '1','1','6230.81',    '1','1','5247.91',    '1','1','982.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031390.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119654.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040830.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129094.0','1046050.0','2',    '2','1','304.98',    '2','0','0.0',    '1','1','304.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031323.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119587.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040831.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129095.0','1046050.0','5',    '5','3','1284.54',    '5','1','553.0',    '4','2','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040832.0','1020483.0','5',    '5','2','2406.33',    '5','0','0.0',    '4','2','2406.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129096.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2029408.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2117672.0','1046050.0','1',    '1','1','918.0',    '1','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040833.0','1020483.0','4',    '4','1','377.58',    '4','0','0.0',    '2','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129097.0','1046050.0','4',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040834.0','1020483.0','1',    '1','1','2253.88',    '1','0','0.0',    '1','1','2253.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129098.0','1046050.0','2',    '2','1','896.0',    '2','1','896.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040835.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129099.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040836.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129100.0','1046050.0','5',    '5','3','4442.05',    '5','1','2210.52',    '4','3','2231.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040837.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129101.0','1046050.0','6',    '5','3','2171.11',    '4','0','0.0',    '4','3','2171.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040838.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129102.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040839.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129103.0','1046050.0','1',    '1','1','13344.04',    '1','1','7405.43',    '1','1','5938.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040840.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129104.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040841.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129105.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040842.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129106.0','1046050.0','1',    '1','1','22078.74',    '1','1','17226.46',    '1','1','4852.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040843.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129107.0','1046050.0','3',    '3','1','1053.0',    '3','1','553.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040844.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129108.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040845.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129109.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040846.0','1020483.0','7',    '7','2','5508.06',    '7','1','650.0',    '5','2','4858.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129110.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040847.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129111.0','1046050.0','11',    '10','3','13069.43',    '10','2','2745.59',    '6','3','10323.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040848.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129112.0','1046050.0','1',    '1','1','2787.24',    '1','0','0.0',    '1','1','2787.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040849.0','1020483.0','62',    '60','30','106893.87',    '60','13','55304.25',    '35','28','51589.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129113.0','1046050.0','3',    '3','1','1538.7',    '3','1','873.2',    '1','1','665.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040850.0','1020483.0','15363',    '15009','7523','29841692.3',    '14937','4313','16585105.79',    '9483','6214','13256586.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129114.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040851.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129115.0','1046050.0','1',    '1','1','926.17',    '1','0','0.0',    '1','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031142.0','1020483.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119406.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031396.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119660.0','1046050.0','4',    '2','2','2608.99',    '2','2','1659.0',    '2','2','949.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031352.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119616.0','1046050.0','12',    '12','3','5048.49',    '12','2','2376.93',    '6','2','2671.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031298.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119562.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040852.0','1020483.0','6',    '5','2','1000.0',    '5','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129116.0','1046050.0','13',    '13','1','500.0',    '13','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2031392.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2119656.0','1046050.0','1',    '1','1','6401.98',    '1','1','2098.51',    '1','1','4303.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040853.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129117.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2031333.0','1020483.0','1',    '1','1','759.0',    '1','1','459.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2119597.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040854.0','1020483.0','4',    '4','2','1106.0',    '4','2','1106.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129118.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040855.0','1020483.0','1',    '1','1','1473.27',    '1','1','1473.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129119.0','1046050.0','5',    '5','3','2731.54',    '5','0','0.0',    '3','3','2731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040856.0','1020483.0','1',    '1','1','1307.14',    '1','0','0.0',    '1','1','1307.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129120.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040857.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129121.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040858.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129122.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040859.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129123.0','1046050.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040860.0','1020483.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129124.0','1046050.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026543.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114807.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040861.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129125.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040862.0','1020483.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129126.0','1046050.0','7',    '7','1','500.0',    '7','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040863.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129127.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031248.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119512.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026702.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114966.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040864.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129128.0','1046050.0','1',    '1','1','1759.74',    '1','0','0.0',    '1','1','1759.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040865.0','1020483.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129129.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2029595.0','1020483.0','1',    '1','1','2123.05',    '1','0','0.0',    '1','1','2123.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2117859.0','1046050.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040866.0','1020483.0','1',    '1','1','6789.3',    '1','0','0.0',    '1','1','6789.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129130.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040867.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129131.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040868.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129132.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040869.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129133.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040870.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129134.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040871.0','1020483.0','2',    '2','2','2866.07',    '2','1','734.54',    '2','2','2131.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129135.0','1046050.0','6',    '6','3','1231.54',    '6','0','0.0',    '3','3','1231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040872.0','1020483.0','4',    '3','2','1794.0',    '3','1','1294.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129136.0','1046050.0','13',    '13','6','10956.77',    '13','2','5373.48',    '7','6','5583.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040873.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129137.0','1046050.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040874.0','1020483.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129138.0','1046050.0','4',    '4','3','2157.71',    '4','0','0.0',    '3','3','2157.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040875.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129139.0','1046050.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030280.0','1020483.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118544.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040876.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129140.0','1046050.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040877.0','1020483.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129141.0','1046050.0','2',    '2','1','1722.95',    '2','1','1722.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040878.0','1020483.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129142.0','1046050.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040879.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129143.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040880.0','1020483.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129144.0','1046050.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031163.0','1020483.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119427.0','1046050.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031090.0','1020483.0','1',    '1','1','2043.35',    '1','1','2043.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119354.0','1046050.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031187.0','1020499.0','2',    '2','1','553.0',    '2','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119451.0','1046066.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040881.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129145.0','1046066.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031192.0','1020499.0','5',    '5','2','6502.19',    '5','1','2315.29',    '2','2','4186.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119456.0','1046066.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040882.0','1020499.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129146.0','1046066.0','13',    '12','4','5352.48',    '12','1','918.0',    '6','4','4434.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040883.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129147.0','1046066.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026598.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114862.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040884.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129148.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026506.0','1020499.0','3',    '3','1','2788.72',    '3','0','0.0',    '2','1','2788.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114770.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2026607.0','1020499.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2114871.0','1046066.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031381.0','1020499.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119645.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026493.0','1020499.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114757.0','1046066.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026541.0','1020499.0','5',    '5','3','2510.08',    '5','1','1010.08',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114805.0','1046066.0','1',    '1','1','3364.1',    '1','0','0.0',    '1','1','3364.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040885.0','1020499.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129149.0','1046066.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026548.0','1020499.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114812.0','1046066.0','8',    '8','1','231.54',    '8','0','0.0',    '2','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2029300.0','1020499.0','6',    '6','3','5208.68',    '6','3','3019.42',    '3','2','2189.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2117564.0','1046066.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040886.0','1020499.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129150.0','1046066.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2029297.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2117561.0','1046066.0','4',    '3','1','1740.49',    '3','0','0.0',    '2','1','1740.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031417.0','1020499.0','3',    '3','1','2564.23',    '3','1','1284.6',    '2','1','1279.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119681.0','1046066.0','15',    '16','5','7455.94',    '16','5','4682.22',    '8','3','2773.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040887.0','1020499.0','2',    '2','2','1474.98',    '2','0','0.0',    '2','2','1474.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129151.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040888.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129152.0','1046066.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040889.0','1020499.0','2',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129153.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040890.0','1020499.0','2',    '2','1','10252.46',    '2','1','4859.12',    '2','1','5393.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129154.0','1046066.0','1',    '1','1','959.0',    '1','1','459.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040891.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129155.0','1046066.0','26',    '27','13','7442.22',    '27','0','0.0',    '19','13','7442.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040892.0','1020499.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129156.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040893.0','1020499.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129157.0','1046066.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026624.0','1020499.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114888.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031233.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119497.0','1046066.0','1',    '1','1','5118.1',    '1','1','4618.1',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026549.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114813.0','1046066.0','2',    '2','1','1292.72',    '2','1','792.72',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040894.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129158.0','1046066.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040895.0','1020499.0','2',    '2','1','553.0',    '2','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129159.0','1046066.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029434.0','1020499.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117698.0','1046066.0','1',    '1','1','963.09',    '1','0','0.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040896.0','1020499.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129160.0','1046066.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040897.0','1020499.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129161.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031302.0','1020499.0','7',    '7','5','18261.77',    '7','1','11325.4',    '5','5','6936.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119566.0','1046066.0','2',    '2','1','918.0',    '2','1','918.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040898.0','1020499.0','1',    '1','1','4661.3',    '1','1','4161.3',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129162.0','1046066.0','39',    '37','22','115075.49',    '37','8','52062.67',    '30','20','63012.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040899.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129163.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040900.0','1020499.0','1',    '1','1','6976.2',    '1','1','4990.18',    '1','1','1986.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129164.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040901.0','1020499.0','5',    '5','2','4265.51',    '5','1','553.0',    '1','1','3712.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129165.0','1046066.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026590.0','1020499.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114854.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026517.0','1020499.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114781.0','1046066.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026609.0','1020499.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114873.0','1046066.0','1',    '1','1','8539.21',    '1','1','8539.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2026435.0','1020499.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2114699.0','1046066.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040902.0','1020499.0','3',    '3','3','2945.62',    '3','2','1945.62',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129166.0','1046066.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2026721.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2114985.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040903.0','1020536.0','1',    '1','1','1363.81',    '1','1','256.92',    '1','1','1106.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129167.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040904.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129168.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029305.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117569.0','1046103.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030103.0','1020536.0','1',    '1','1','7433.08',    '1','1','2609.56',    '1','1','4823.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2118367.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040905.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129169.0','1046103.0','2',    '2','2','2405.77',    '2','0','0.0',    '2','2','2405.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040906.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129170.0','1046103.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040907.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129171.0','1046103.0','3',    '3','1','1100.0',    '3','0','0.0',    '2','1','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040908.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129172.0','1046103.0','1',    '1','1','1831.08',    '1','1','918.0',    '1','1','913.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040909.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129173.0','1046103.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040910.0','1020536.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129174.0','1046103.0','15',    '15','7','28176.22',    '15','3','9831.08',    '7','6','18345.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040911.0','1020536.0','4',    '4','3','4808.42',    '4','1','553.0',    '2','2','4255.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129175.0','1046103.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040912.0','1020536.0','1',    '1','1','8663.9',    '1','1','8163.9',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129176.0','1046103.0','4',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031305.0','1020536.0','4',    '4','2','1553.0',    '4','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119569.0','1046103.0','6',    '6','3','1500.0',    '6','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040913.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129177.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026744.0','1020536.0','3',    '2','1','5354.66',    '2','0','0.0',    '1','1','5354.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2115008.0','1046103.0','32',    '29','5','3753.88',    '29','0','0.0',    '10','5','3753.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026550.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114814.0','1046103.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026547.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114811.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040914.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129178.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029218.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117482.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040915.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129179.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029225.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117489.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040916.0','1020536.0','5',    '5','2','1000.0',    '5','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129180.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040917.0','1020536.0','5',    '5','1','13288.78',    '5','1','11254.5',    '3','1','2034.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129181.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040918.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129182.0','1046103.0','1',    '1','1','6512.46',    '1','1','5086.29',    '1','1','1426.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040919.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129183.0','1046103.0','2',    '2','1','542.65',    '2','0','0.0',    '1','1','542.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040920.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129184.0','1046103.0','2',    '2','2','2492.65',    '2','1','1197.02',    '2','2','1295.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040921.0','1020536.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129185.0','1046103.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2031097.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2119361.0','1046103.0','15711',    '15329','5727','9926595.73',    '15237','2214','5171703.69',    '7930','4675','4754892.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040922.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129186.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2031196.0','1020536.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2119460.0','1046103.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040923.0','1020536.0','1',    '1','1','1080.55',    '1','1','1080.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129187.0','1046103.0','2',    '2','1','553.0',    '2','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040924.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129188.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031300.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119564.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040925.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129189.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026513.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114777.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040926.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129190.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040927.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129191.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040928.0','1020536.0','2',    '2','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129192.0','1046103.0','5',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040929.0','1020536.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129193.0','1046103.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040930.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129194.0','1046103.0','890',    '864','412','943756.09',    '863','182','500237.59',    '537','351','443518.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031212.0','1020536.0','5507',    '5247','1680','1470391.42',    '5209','590','523916.77',    '2486','1335','946474.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119476.0','1046103.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040931.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129195.0','1046103.0','1',    '1','1','219.0',    '1','0','0.0',    '1','1','219.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031404.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119668.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040932.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129196.0','1046103.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031334.0','1020536.0','21',    '20','7','7417.17',    '20','3','2859.58',    '8','5','4557.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119598.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2026467.0','1020536.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2114731.0','1046103.0','2',    '2','1','2720.41',    '2','0','0.0',    '1','1','2720.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040933.0','1020536.0','3',    '3','1','2051.54',    '3','1','256.92',    '2','1','1794.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129197.0','1046103.0','363',    '351','139','340143.74',    '348','46','198682.23',    '196','129','141461.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040934.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129198.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030031.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2118295.0','1046103.0','1',    '1','1','1243.0',    '1','1','743.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040935.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129199.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040936.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129200.0','1046103.0','3',    '3','3','8365.96',    '3','1','2329.71',    '2','2','6036.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2029428.0','1020536.0','3',    '2','1','377.58',    '2','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2117692.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026662.0','1020536.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114926.0','1046103.0','5',    '5','2','1565.06',    '5','1','986.2',    '2','1','578.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040937.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129201.0','1046103.0','88',    '83','31','21560.08',    '83','2','1471.0',    '47','30','20089.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031371.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119635.0','1046103.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040938.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129202.0','1046103.0','9',    '9','5','2410.0',    '9','1','553.0',    '6','4','1857.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031146.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119410.0','1046103.0','1',    '1','1','918.0',    '1','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040939.0','1020536.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129203.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040940.0','1020536.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129204.0','1046103.0','37',    '37','15','22455.13',    '37','7','13004.14',    '18','11','9450.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040941.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129205.0','1046103.0','1',    '1','1','3644.88',    '1','1','3382.38',    '1','1','262.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040942.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129206.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031335.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119599.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040943.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129207.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026414.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114678.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040944.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129208.0','1046103.0','11848',    '11518','4345','5382186.9',    '11432','1532','2187687.57',    '6189','3556','3194499.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040945.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129209.0','1046103.0','5',    '5','4','1963.09',    '5','0','0.0',    '5','4','1963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040946.0','1020536.0','12443',    '12097','4914','7344296.99',    '12030','1929','3462849.74',    '6778','4012','3881447.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129210.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029407.0','1020536.0','4148',    '4062','1505','1710035.37',    '4043','544','647018.73',    '2104','1228','1063016.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117671.0','1046103.0','35',    '33','14','35498.41',    '33','7','20045.67',    '17','11','15452.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040947.0','1020536.0','1',    '1','1','13428.98',    '1','1','13428.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129211.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040948.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129212.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040949.0','1020536.0','16',    '15','7','11828.3',    '14','3','2389.0',    '11','6','9439.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129213.0','1046103.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040950.0','1020536.0','9',    '9','4','7144.54',    '9','2','5081.45',    '3','2','2063.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129214.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040951.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129215.0','1046103.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040952.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129216.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040953.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129217.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040954.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129218.0','1046103.0','2',    '2','1','1571.04',    '2','0','0.0',    '1','1','1571.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040955.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129219.0','1046103.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040956.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129220.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040957.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129221.0','1046103.0','1',    '1','1','7716.29',    '1','1','6498.56',    '1','1','1217.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040958.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129222.0','1046103.0','8',    '8','1','500.0',    '8','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2031399.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2119663.0','1046103.0','1',    '1','1','3161.06',    '1','1','2636.07',    '1','1','524.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026510.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114774.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040959.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129223.0','1046103.0','1',    '1','1','6800.38',    '1','1','3900.82',    '1','1','2899.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040960.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129224.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026757.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2115021.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040961.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129225.0','1046103.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040962.0','1020536.0','1',    '1','1','983.0',    '1','0','0.0',    '1','1','983.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129226.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040963.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129227.0','1046103.0','1',    '1','1','1556.74',    '1','1','1331.74',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040964.0','1020536.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129228.0','1046103.0','5',    '5','2','1572.21',    '5','0','0.0',    '4','2','1572.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040965.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129229.0','1046103.0','2',    '2','1','3614.1',    '2','1','2067.61',    '2','1','1546.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026553.0','1020536.0','4',    '4','1','1685.18',    '4','1','918.0',    '2','1','767.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114817.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040966.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129230.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040967.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129231.0','1046103.0','5',    '5','1','560.05',    '5','1','560.05',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040968.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129232.0','1046103.0','2',    '2','1','1053.0',    '2','1','553.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2029188.0','1020536.0','3',    '3','2','1023.23',    '3','1','413.74',    '2','1','609.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2117452.0','1046103.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040969.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129233.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040970.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129234.0','1046103.0','18',    '18','4','1948.0',    '18','1','448.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040971.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129235.0','1046103.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040972.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129236.0','1046103.0','7',    '7','2','1459.0',    '7','1','459.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040973.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129237.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040974.0','1020536.0','11',    '10','8','6883.24',    '10','1','367.27',    '7','7','6515.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129238.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040975.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129239.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040976.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129240.0','1046103.0','1',    '1','1','4120.51',    '1','1','918.0',    '1','1','3202.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040977.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129241.0','1046103.0','1',    '1','1','102.31',    '1','1','102.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040978.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129242.0','1046103.0','1',    '1','1','206.87',    '1','1','206.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031095.0','1020536.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119359.0','1046103.0','8',    '8','3','1553.0',    '8','1','553.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040979.0','1020536.0','10',    '10','1','300.0',    '10','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129243.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040980.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129244.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026737.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2115001.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031355.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119619.0','1046103.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031365.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119629.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040981.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129245.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2031287.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2119551.0','1046103.0','3',    '3','2','7637.63',    '3','1','1106.0',    '2','2','6531.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031200.0','1020536.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119464.0','1046103.0','6',    '6','1','500.0',    '6','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040982.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129246.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031327.0','1020536.0','19',    '19','1','553.0',    '19','1','553.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119591.0','1046103.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031101.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119365.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026635.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114899.0','1046103.0','25',    '24','13','18048.73',    '23','5','6366.33',    '19','10','11682.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031357.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119621.0','1046103.0','4',    '4','3','3130.45',    '4','0','0.0',    '3','3','3130.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2026621.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2114885.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040983.0','1020536.0','1',    '1','1','267.82',    '1','0','0.0',    '1','1','267.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129247.0','1046103.0','1',    '1','1','731.54',    '1','0','0.0',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2040984.0','1020536.0','1',    '1','1','3253.01',    '1','1','2674.07',    '1','1','578.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129248.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026502.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114766.0','1046103.0','21',    '21','9','13759.51',    '21','3','3944.19',    '14','7','9815.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040985.0','1020536.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129249.0','1046103.0','5',    '5','1','1053.0',    '5','1','553.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2026430.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2114694.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040986.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129250.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040987.0','1020536.0','2',    '2','2','15146.66',    '2','2','7081.44',    '2','2','8065.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129251.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040988.0','1020536.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129252.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040989.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129253.0','1046103.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040990.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129254.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2040991.0','1020536.0','4',    '4','2','3143.95',    '4','1','1486.0',    '3','2','1657.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129255.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031348.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119612.0','1046103.0','5',    '5','1','16440.63',    '5','1','11562.8',    '4','1','4877.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040992.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129256.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040993.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129257.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031393.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119657.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026668.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114932.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2030274.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2118538.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040994.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129258.0','1046103.0','3',    '3','1','553.0',    '2','1','553.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040995.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129259.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026716.0','1020536.0','11',    '9','3','1500.0',    '9','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114980.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040996.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129260.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026583.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114847.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031133.0','1020536.0','4',    '4','2','8055.08',    '4','1','6687.73',    '2','2','1367.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119397.0','1046103.0','1',    '1','1','6071.25',    '1','1','4560.95',    '1','1','1510.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026720.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114984.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040997.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129261.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031391.0','1020536.0','3',    '3','1','1075.2',    '3','1','1075.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119655.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2026454.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2114718.0','1046103.0','1',    '1','1','934.5',    '1','0','0.0',    '1','1','934.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040998.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129262.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2040999.0','1020536.0','3',    '3','2','1162.12',    '3','1','553.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129263.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041000.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129264.0','1046103.0','1',    '1','1','553.0',    '1','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029432.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117696.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041001.0','1020536.0','14',    '11','4','2000.0',    '11','0','0.0',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129265.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029260.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117524.0','1046103.0','1',    '1','1','887.15',    '1','0','0.0',    '1','1','887.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2026504.0','1020536.0','8',    '8','3','11337.91',    '8','1','9960.33',    '5','3','1377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2114768.0','1046103.0','3',    '2','1','959.0',    '2','1','459.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041002.0','1020536.0','6',    '5','1','553.0',    '5','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129266.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2026637.0','1020536.0','15',    '14','6','9293.53',    '14','1','459.0',    '7','5','8834.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2114901.0','1046103.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041003.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129267.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041004.0','1020536.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129268.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041005.0','1020536.0','8',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129269.0','1046103.0','8',    '8','2','1000.0',    '8','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041006.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129270.0','1046103.0','2',    '2','2','1053.0',    '2','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2041007.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129271.0','1046103.0','1',    '1','1','1220.07',    '1','1','1088.07',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041008.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129272.0','1046103.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041009.0','1020536.0','40',    '39','23','26322.5',    '39','5','5762.86',    '26','19','20559.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129273.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2029463.0','1020536.0','4',    '4','3','3809.58',    '4','2','2468.92',    '3','3','1340.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2117727.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2031308.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2119572.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041010.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129274.0','1046103.0','167',    '157','83','240722.3',    '157','40','138310.64',    '105','71','102411.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041011.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129275.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041012.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129276.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041013.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129277.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041014.0','1020536.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129278.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2029386.0','1020536.0','72',    '69','29','23093.12',    '69','8','5822.11',    '42','24','17271.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2117650.0','1046103.0','1',    '1','1','918.0',    '1','1','918.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041015.0','1020536.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129279.0','1046103.0','1',    '1','1','1255.15',    '1','0','0.0',    '1','1','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041016.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129280.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041017.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129281.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041018.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129282.0','1046103.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041019.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129283.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041020.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129284.0','1046103.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2041021.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129285.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041022.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129286.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2041023.0','1020536.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129287.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041024.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129288.0','1046103.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041025.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129289.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041026.0','1020536.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129290.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041027.0','1020536.0','5',    '5','3','18566.34',    '4','2','14676.91',    '4','2','3889.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129291.0','1046103.0','8',    '8','4','2293.93',    '8','2','1066.84',    '4','4','1227.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041028.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129292.0','1046103.0','59',    '59','15','10541.47',    '59','8','6541.47',    '16','8','4000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041029.0','1020536.0','5',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129293.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041030.0','1020536.0','5',    '5','5','2781.0',    '5','2','1281.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129294.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041031.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129295.0','1046103.0','21',    '20','6','12790.82',    '20','2','8646.41',    '10','5','4144.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041032.0','1020536.0','8',    '8','2','2569.06',    '8','0','0.0',    '4','2','2569.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129296.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041033.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129297.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2041034.0','1020536.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129298.0','1046103.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041035.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129299.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041036.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129300.0','1046103.0','2',    '2','2','729.95',    '2','0','0.0',    '2','2','729.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001880.0',    '2041037.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006169.0',    '2129301.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041038.0','1020536.0','18',    '17','9','6004.8',    '17','1','384.0',    '13','9','5620.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129302.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2041039.0','1020536.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129303.0','1046103.0','4',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041040.0','1020536.0','7',    '7','2','2333.42',    '7','1','467.0',    '2','2','1866.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129304.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001719.0',    '2041041.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006172.0',    '2129305.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041042.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129306.0','1046103.0','1',    '1','1','1247.75',    '1','1','222.75',    '1','1','1025.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041043.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129307.0','1046103.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041044.0','1020536.0','5',    '5','2','13216.97',    '5','1','11665.15',    '3','2','1551.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129308.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041045.0','1020536.0','11',    '11','3','7760.52',    '11','2','1009.5',    '3','2','6751.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129309.0','1046103.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041046.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129310.0','1046103.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041047.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129311.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041048.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129312.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041049.0','1020536.0','2',    '2','2','4756.99',    '2','2','1221.0',    '2','2','3535.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129313.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041050.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129314.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041051.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129315.0','1046103.0','2',    '2','2','1836.58',    '2','1','459.0',    '2','2','1377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041052.0','1020536.0','1',    '1','1','12979.85',    '1','1','11279.18',    '1','1','1700.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129316.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041053.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129317.0','1046103.0','1',    '1','1','2709.29',    '1','1','674.0',    '1','1','2035.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041054.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129318.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041055.0','1020536.0','1',    '1','1','5119.14',    '1','1','918.0',    '1','1','4201.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129319.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041056.0','1020536.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129320.0','1046103.0','1',    '1','1','459.0',    '1','1','459.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041057.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129321.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041058.0','1020536.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129322.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041059.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129323.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041060.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129324.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041061.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129325.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041062.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129326.0','1046103.0','1',    '1','1','1434.0',    '1','1','934.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041063.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129327.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041064.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129328.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041065.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129329.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041066.0','1020536.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129330.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041067.0','1020536.0','2',    '2','1','1115.89',    '2','0','0.0',    '2','1','1115.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129331.0','1046103.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041068.0','1020536.0','5',    '5','3','23499.41',    '5','3','17079.19',    '2','2','6420.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129332.0','1046103.0','1',    '1','1','3965.27',    '1','1','3833.27',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041069.0','1020536.0','7267',    '7070','3379','7801462.46',    '7006','1417','3972687.83',    '4428','2919','3828774.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129333.0','1046103.0','1',    '1','1','20962.43',    '1','1','19952.85',    '1','1','1009.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041070.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129334.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041071.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129335.0','1046103.0','12',    '12','5','4229.06',    '12','0','0.0',    '7','5','4229.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041072.0','1020536.0','3',    '3','2','1693.17',    '2','1','743.0',    '2','1','950.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129336.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041073.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129337.0','1046103.0','2',    '2','1','1418.0',    '2','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041074.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129338.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041075.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129339.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041076.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129340.0','1046103.0','3',    '4','2','1053.0',    '4','1','553.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041077.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129341.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041078.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129342.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041079.0','1020536.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129343.0','1046103.0','3',    '3','2','4737.14',    '3','1','3637.16',    '2','1','1099.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041080.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129344.0','1046103.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041081.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129345.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041082.0','1020536.0','5',    '5','3','14331.74',    '5','1','6911.32',    '4','3','7420.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129346.0','1046103.0','27',    '27','15','39084.06',    '27','8','16083.29',    '20','12','23000.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041083.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129347.0','1046103.0','6',    '6','3','3630.9',    '6','2','1857.87',    '3','3','1773.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041084.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129348.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041085.0','1020536.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129349.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041086.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129350.0','1046103.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041087.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129351.0','1046103.0','587',    '571','195','599173.69',    '568','76','367833.79',    '309','168','231339.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041088.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129352.0','1046103.0','8',    '8','2','12851.33',    '8','2','8197.33',    '4','1','4654.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041089.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129353.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041090.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129354.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041091.0','1020536.0','1',    '1','1','1426.18',    '1','0','0.0',    '1','1','1426.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129355.0','1046103.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041092.0','1020536.0','18',    '18','13','25870.32',    '18','4','8062.07',    '15','12','17808.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129356.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041093.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129357.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041094.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129358.0','1046103.0','3',    '5','3','5828.63',    '5','3','2351.48',    '2','2','3477.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041095.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129359.0','1046103.0','2',    '2','2','1890.54',    '2','2','1659.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041096.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129360.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041097.0','1020536.0','13742',    '13345','5686','18648745.97',    '13251','2860','11654378.18',    '8122','4749','6994367.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129361.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041098.0','1020536.0','8',    '8','3','7914.88',    '8','2','2162.0',    '6','3','5752.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129362.0','1046103.0','1',    '1','1','2783.4',    '1','0','0.0',    '1','1','2783.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041099.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129363.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041100.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129364.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041101.0','1020536.0','1',    '1','1','5568.81',    '1','1','814.0',    '1','1','4754.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129365.0','1046103.0','2',    '2','1','199.99',    '2','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041102.0','1020536.0','8',    '8','1','682.09',    '8','0','0.0',    '3','1','682.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129366.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041103.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129367.0','1046103.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041104.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129368.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041105.0','1020536.0','1',    '1','1','2001.14',    '1','0','0.0',    '1','1','2001.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129369.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041106.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129370.0','1046103.0','2',    '2','1','5038.23',    '2','1','5038.23',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041107.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129371.0','1046103.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041108.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129372.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041109.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129373.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041110.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129374.0','1046103.0','6',    '6','2','5794.17',    '6','2','3089.24',    '2','2','2704.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041111.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129375.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041112.0','1020536.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129376.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041113.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129377.0','1046103.0','6',    '6','2','25571.23',    '6','2','16190.43',    '4','2','9380.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041114.0','1020536.0','3',    '3','3','10763.09',    '3','3','9012.32',    '2','2','1750.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129378.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041115.0','1020536.0','7',    '6','2','940.65',    '6','0','0.0',    '3','2','940.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129379.0','1046103.0','4060',    '3946','1897','5350554.18',    '3927','937','2834726.73',    '2561','1617','2515827.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041116.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129380.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041117.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129381.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041118.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129382.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041119.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129383.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041120.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129384.0','1046103.0','2',    '2','1','5493.52',    '2','1','1835.12',    '1','1','3658.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041121.0','1020536.0','3',    '2','1','5079.29',    '2','1','864.0',    '1','1','4215.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129385.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041122.0','1020536.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129386.0','1046103.0','2',    '2','2','1118.03',    '2','0','0.0',    '2','2','1118.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041123.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129387.0','1046103.0','8',    '8','3','1467.0',    '8','1','467.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041124.0','1020536.0','2',    '2','1','1392.62',    '2','1','1392.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129388.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041125.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129389.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041126.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129390.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041127.0','1020536.0','2',    '2','1','560.04',    '2','1','560.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129391.0','1046103.0','4',    '4','2','4573.67',    '4','1','432.0',    '3','2','4141.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041128.0','1020536.0','48',    '44','26','52583.86',    '44','11','28472.72',    '34','22','24111.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129392.0','1046103.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041129.0','1020536.0','4',    '4','1','7500.7',    '4','1','2988.67',    '3','1','4512.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129393.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041130.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129394.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041131.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129395.0','1046103.0','4',    '3','3','3103.84',    '3','1','1086.0',    '3','3','2017.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041132.0','1020536.0','5',    '4','3','8211.09',    '4','3','7711.09',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129396.0','1046103.0','4',    '4','3','35782.78',    '4','2','34240.13',    '4','3','1542.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041133.0','1020536.0','2',    '2','1','13901.11',    '2','1','10101.48',    '2','1','3799.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129397.0','1046103.0','4',    '4','1','2230.47',    '4','1','2230.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041134.0','1020536.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129398.0','1046103.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041135.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129399.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041136.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129400.0','1046103.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041137.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129401.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041138.0','1020536.0','1',    '1','1','1090.67',    '1','0','0.0',    '1','1','1090.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129402.0','1046103.0','5',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041139.0','1020536.0','3',    '3','2','733.54',    '3','1','502.0',    '2','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129403.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041140.0','1020536.0','1',    '1','1','932.0',    '1','1','432.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129404.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041141.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129405.0','1046103.0','4',    '4','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041142.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129406.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041143.0','1020536.0','5',    '5','4','2840.32',    '5','1','432.0',    '5','4','2408.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129407.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041144.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129408.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041145.0','1020536.0','4',    '3','1','16423.83',    '3','1','7923.05',    '3','1','8500.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129409.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041146.0','1020536.0','1',    '1','1','467.0',    '1','1','467.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129410.0','1046103.0','1',    '1','1','3470.52',    '1','0','0.0',    '1','1','3470.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041147.0','1020536.0','3',    '3','2','1255.15',    '3','0','0.0',    '2','2','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129411.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041148.0','1020536.0','2',    '2','2','7052.54',    '2','2','3359.51',    '2','1','3693.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129412.0','1046103.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041149.0','1020536.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129413.0','1046103.0','2',    '2','2','3560.31',    '2','1','1135.41',    '2','2','2424.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041150.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129414.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041151.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129415.0','1046103.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041152.0','1020536.0','6007',    '5821','3232','14238260.99',    '5795','1819','8431700.84',    '4080','2768','5806560.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129416.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041153.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129417.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041154.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129418.0','1046103.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041155.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129419.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041156.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129420.0','1046103.0','7',    '6','4','10717.45',    '6','4','3573.45',    '6','4','7144.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041157.0','1020536.0','3',    '3','1','3664.88',    '3','1','3278.39',    '2','1','386.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129421.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041158.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129422.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041159.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129423.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041160.0','1020536.0','7',    '6','3','4317.02',    '6','2','2195.32',    '3','2','2121.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129424.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041161.0','1020536.0','5',    '5','3','13180.82',    '5','3','5165.37',    '4','2','8015.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129425.0','1046103.0','12134',    '11796','5449','16032242.25',    '11743','2646','8842855.23',    '7427','4724','7189387.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041162.0','1020536.0','7',    '7','3','3563.38',    '7','2','2545.54',    '3','1','1017.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129426.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041163.0','1020536.0','1',    '1','1','2781.87',    '1','0','0.0',    '1','1','2781.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129427.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041164.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129428.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041165.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129429.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041166.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129430.0','1046103.0','9',    '9','4','1918.48',    '9','0','0.0',    '5','4','1918.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041167.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129431.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041168.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129432.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041169.0','1020536.0','1',    '1','1','3834.68',    '1','1','2351.99',    '1','1','1482.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129433.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041170.0','1020536.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129434.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041171.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129435.0','1046103.0','6',    '6','1','1360.8',    '6','1','1360.8',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041172.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129436.0','1046103.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041173.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129437.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041174.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129438.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041175.0','1020536.0','4',    '4','2','1000.0',    '4','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129439.0','1046103.0','4',    '4','3','9020.86',    '4','1','1348.0',    '3','3','7672.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041176.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129440.0','1046103.0','3',    '3','2','1198.54',    '3','1','467.0',    '2','2','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041177.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129441.0','1046103.0','6',    '5','2','11947.47',    '5','2','5592.06',    '3','2','6355.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041178.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129442.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041179.0','1020536.0','4',    '4','2','1065.89',    '4','0','0.0',    '3','2','1065.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129443.0','1046103.0','2',    '2','1','932.0',    '2','1','432.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041180.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129444.0','1046103.0','8',    '7','4','6431.66',    '7','2','4254.08',    '5','3','2177.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041181.0','1020536.0','1',    '1','1','1033.2',    '1','1','1033.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129445.0','1046103.0','2',    '2','2','2654.67',    '2','1','814.0',    '2','2','1840.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041182.0','1020536.0','3',    '3','2','1844.51',    '2','0','0.0',    '2','2','1844.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129446.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041183.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129447.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2035559.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2123823.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041184.0','1020536.0','1',    '1','1','1934.86',    '1','1','1434.86',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129448.0','1046103.0','2',    '2','1','1830.08',    '2','1','1098.54',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035550.0','1020536.0','3',    '3','3','2258.61',    '3','0','0.0',    '3','3','2258.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2123814.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041185.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129449.0','1046103.0','7',    '7','5','29282.54',    '7','3','22588.25',    '5','5','6694.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041186.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129450.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041187.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129451.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031372.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119636.0','1046103.0','1',    '1','1','725.0',    '1','0','0.0',    '1','1','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041188.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129452.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041189.0','1020536.0','13',    '12','6','4973.62',    '12','3','2407.95',    '9','5','2565.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129453.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031711.0','1020536.0','13',    '12','6','9869.33',    '12','3','5249.29',    '8','5','4620.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119975.0','1046103.0','6',    '6','4','24473.89',    '6','2','17791.55',    '4','4','6682.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041190.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129454.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030982.0','1020536.0','10',    '10','5','2502.04',    '10','1','502.04',    '6','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119246.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041191.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129455.0','1046103.0','12',    '10','4','42307.67',    '10','3','33989.03',    '6','4','8318.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041192.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129456.0','1046103.0','1',    '1','1','362.0',    '1','1','362.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041193.0','1020536.0','9',    '9','5','5175.12',    '9','0','0.0',    '9','5','5175.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129457.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041194.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129458.0','1046103.0','1',    '1','1','1041.12',    '1','1','432.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041195.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129459.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041196.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129460.0','1046103.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041197.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129461.0','1046103.0','1',    '1','1','2983.41',    '1','1','2983.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041198.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129462.0','1046103.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041199.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129463.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041200.0','1020536.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129464.0','1046103.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041201.0','1020536.0','1',    '1','1','932.0',    '1','1','432.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129465.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041202.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129466.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041203.0','1020536.0','4',    '4','1','1053.0',    '4','1','553.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129467.0','1046103.0','1',    '1','1','862.9',    '1','0','0.0',    '1','1','862.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041204.0','1020536.0','1',    '1','1','3848.54',    '1','1','553.0',    '1','1','3295.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129468.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041205.0','1020536.0','5',    '4','2','14990.9',    '4','1','9906.11',    '3','2','5084.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129469.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041206.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129470.0','1046103.0','1',    '1','1','4473.14',    '1','1','757.24',    '1','1','3715.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041207.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129471.0','1046103.0','1',    '1','1','1910.55',    '1','1','1910.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041208.0','1020536.0','4',    '4','2','8172.49',    '4','2','5031.46',    '3','2','3141.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129472.0','1046103.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041209.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129473.0','1046103.0','34',    '33','11','15418.33',    '33','4','3285.37',    '25','10','12132.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041210.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129474.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041211.0','1020536.0','3',    '3','2','33800.0',    '3','1','32800.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129475.0','1046103.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041212.0','1020536.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129476.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041213.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129477.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041214.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129478.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041215.0','1020536.0','5',    '5','4','7929.52',    '5','2','1012.0',    '4','4','6917.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129479.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041216.0','1020536.0','6',    '6','2','2697.87',    '6','1','803.25',    '2','2','1894.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129480.0','1046103.0','12',    '11','3','5862.04',    '11','0','0.0',    '7','3','5862.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041217.0','1020536.0','13132',    '12769','5624','16628232.68',    '12704','2719','9775133.0',    '7834','4743','6853099.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129481.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041218.0','1020536.0','4',    '4','1','695.61',    '4','0','0.0',    '3','1','695.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129482.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041219.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129483.0','1046103.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041220.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129484.0','1046103.0','1',    '1','1','4679.4',    '1','0','0.0',    '1','1','4679.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041221.0','1020536.0','4',    '4','2','1454.87',    '4','2','954.87',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129485.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041222.0','1020536.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129486.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041223.0','1020536.0','4',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129487.0','1046103.0','2',    '2','2','3596.19',    '2','1','1227.01',    '2','2','2369.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041224.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129488.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041225.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129489.0','1046103.0','2',    '2','1','2973.7',    '2','1','2473.7',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041226.0','1020536.0','1',    '1','1','2497.67',    '1','1','432.0',    '1','1','2065.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129490.0','1046103.0','2',    '2','1','609.12',    '2','0','0.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041227.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129491.0','1046103.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041228.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129492.0','1046103.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041229.0','1020536.0','3',    '3','2','11921.46',    '3','2','9952.26',    '2','2','1969.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129493.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041230.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129494.0','1046103.0','9',    '9','3','8550.09',    '9','1','934.0',    '5','3','7616.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041231.0','1020536.0','3',    '3','1','449.99',    '3','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129495.0','1046103.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041232.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129496.0','1046103.0','6491',    '6311','3715','16259875.97',    '6290','2234','9899608.42',    '4593','3110','6360267.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041233.0','1020536.0','1',    '1','1','13408.54',    '1','1','12390.7',    '1','1','1017.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129497.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041234.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129498.0','1046103.0','2',    '2','1','3617.82',    '2','1','3117.82',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041235.0','1020536.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129499.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041236.0','1020536.0','1',    '1','1','5529.86',    '1','1','5029.86',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129500.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041237.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129501.0','1046103.0','5',    '5','2','2667.41',    '5','2','2435.87',    '3','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041238.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129502.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041239.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129503.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041240.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129504.0','1046103.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041241.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129505.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041242.0','1020536.0','6',    '6','4','5075.29',    '6','3','1703.4',    '3','2','3371.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129506.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041243.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129507.0','1046103.0','1',    '1','1','13642.7',    '1','1','9050.47',    '1','1','4592.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041244.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129508.0','1046103.0','4',    '4','2','2444.13',    '4','0','0.0',    '4','2','2444.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041245.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129509.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035679.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2123943.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041246.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129510.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041247.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129511.0','1046103.0','3',    '3','2','7238.32',    '3','2','4699.55',    '2','2','2538.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041248.0','1020536.0','1',    '1','1','927.07',    '1','0','0.0',    '1','1','927.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129512.0','1046103.0','2',    '2','2','1553.0',    '2','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041249.0','1020536.0','4',    '4','2','3801.91',    '4','1','3301.91',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129513.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041250.0','1020536.0','3',    '3','1','8289.18',    '3','1','5947.9',    '1','1','2341.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129514.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041251.0','1020536.0','5',    '5','1','3007.69',    '5','1','3007.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129515.0','1046103.0','1',    '1','1','2719.77',    '1','1','918.0',    '1','1','1801.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041252.0','1020536.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129516.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041253.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129517.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035650.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2123914.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041254.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129518.0','1046103.0','2',    '2','1','4483.76',    '2','1','1912.73',    '1','1','2571.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041255.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129519.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041256.0','1020536.0','6',    '6','1','500.0',    '6','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129520.0','1046103.0','11079',    '10795','5810','23200857.23',    '10739','3324','14177662.12',    '7380','4862','9023195.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041257.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129521.0','1046103.0','1',    '1','1','926.17',    '1','0','0.0',    '1','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031418.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119682.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031642.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119906.0','1046103.0','4',    '4','2','1688.09',    '4','0','0.0',    '4','2','1688.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031262.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119526.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041258.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129522.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041259.0','1020536.0','5',    '5','5','5098.92',    '5','3','1623.94',    '4','4','3474.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129523.0','1046103.0','1',    '1','1','225.0',    '1','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041260.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129524.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041261.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129525.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041262.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129526.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041263.0','1020536.0','2',    '2','1','2997.56',    '2','1','513.84',    '1','1','2483.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129527.0','1046103.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041264.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129528.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031249.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119513.0','1046103.0','1',    '1','1','9072.77',    '1','1','9072.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041265.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129529.0','1046103.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031600.0','1020536.0','1',    '1','1','26124.08',    '1','1','19064.08',    '1','1','7060.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119864.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031076.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119340.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041266.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129530.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041267.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129531.0','1046103.0','1',    '1','1','544.0',    '1','1','544.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041268.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129532.0','1046103.0','2',    '2','1','4780.65',    '2','0','0.0',    '1','1','4780.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041269.0','1020536.0','5',    '5','4','5523.7',    '5','1','1027.68',    '3','3','4496.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129533.0','1046103.0','3',    '3','1','4662.57',    '3','1','2025.05',    '2','1','2637.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041270.0','1020536.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129534.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041271.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129535.0','1046103.0','7',    '7','5','3839.75',    '7','1','1839.75',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041272.0','1020536.0','1',    '1','1','13974.54',    '1','1','11876.61',    '1','1','2097.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129536.0','1046103.0','2',    '2','2','6336.62',    '2','1','5836.62',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041273.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129537.0','1046103.0','1',    '1','1','1112.96',    '1','0','0.0',    '1','1','1112.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041274.0','1020536.0','10964',    '10629','4858','15285371.37',    '10582','2764','9312849.4',    '6208','3917','5972521.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129538.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041275.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129539.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041276.0','1020536.0','1',    '1','1','994.04',    '1','0','0.0',    '1','1','994.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129540.0','1046103.0','1',    '1','1','11397.38',    '1','1','2928.87',    '1','1','8468.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041277.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129541.0','1046103.0','570',    '511','249','860052.89',    '507','148','613860.47',    '290','195','246192.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041278.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129542.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041279.0','1020536.0','2',    '2','2','1000.0',    '1','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129543.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041280.0','1020536.0','2',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129544.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041281.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129545.0','1046103.0','4',    '3','1','363.54',    '3','0','0.0',    '2','1','363.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041282.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129546.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041283.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129547.0','1046103.0','1',    '1','1','487.5',    '1','0','0.0',    '1','1','487.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041284.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129548.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035574.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2123838.0','1046103.0','2',    '2','1','1398.06',    '2','1','1148.07',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041285.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129549.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041286.0','1020536.0','2',    '2','1','1141.04',    '2','0','0.0',    '2','1','1141.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129550.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041287.0','1020536.0','18',    '17','6','5030.0',    '17','4','1930.0',    '7','5','3100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129551.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041288.0','1020536.0','7',    '6','2','1000.0',    '6','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129552.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041289.0','1020536.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129553.0','1046103.0','2',    '2','2','3270.74',    '2','1','1542.61',    '2','2','1728.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041290.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129554.0','1046103.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041291.0','1020536.0','4',    '4','3','1231.54',    '4','0','0.0',    '3','3','1231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129555.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031350.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119614.0','1046103.0','4',    '4','1','2302.21',    '4','1','1106.0',    '2','1','1196.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041292.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129556.0','1046103.0','1',    '1','1','22521.53',    '1','1','16461.87',    '1','1','6059.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2033902.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2122166.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041293.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129557.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041294.0','1020536.0','4',    '4','3','3440.13',    '4','1','553.0',    '4','3','2887.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129558.0','1046103.0','3',    '3','2','5859.71',    '3','1','317.77',    '2','2','5541.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2035695.0','1020536.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2123959.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041295.0','1020536.0','4',    '4','2','1053.0',    '4','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129559.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041296.0','1020536.0','3',    '3','2','2071.57',    '3','0','0.0',    '2','2','2071.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129560.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031402.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119666.0','1046103.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041297.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129561.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031428.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119692.0','1046103.0','5',    '5','3','2572.59',    '5','2','1317.44',    '3','2','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041298.0','1020536.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129562.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031620.0','1020536.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119884.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031527.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119791.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031010.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119274.0','1046103.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041299.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129563.0','1046103.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041300.0','1020536.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129564.0','1046103.0','6',    '6','2','2681.04',    '6','1','2181.04',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041301.0','1020552.0','1',    '1','1','11357.63',    '1','1','10857.63',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129565.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041302.0','1020552.0','1',    '1','1','743.0',    '1','1','743.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129566.0','1046119.0','5',    '5','2','8316.41',    '5','1','1106.0',    '5','2','7210.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031567.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119831.0','1046119.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041303.0','1020552.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129567.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031222.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119486.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041304.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129568.0','1046119.0','2',    '2','1','859.03',    '2','1','359.03',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2030627.0','1020552.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2118891.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041305.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129569.0','1046119.0','1',    '1','1','765.88',    '1','0','0.0',    '1','1','765.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031505.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119769.0','1046119.0','2',    '2','1','2674.11',    '2','1','918.0',    '2','1','1756.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031604.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119868.0','1046119.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2035619.0','1020552.0','1',    '1','1','3034.02',    '1','0','0.0',    '1','1','3034.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2123883.0','1046119.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041306.0','1020552.0','1',    '1','1','1418.0',    '1','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129570.0','1046119.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041307.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129571.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041308.0','1020552.0','1',    '1','1','525.0',    '1','0','0.0',    '1','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129572.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041309.0','1020552.0','2',    '2','2','1685.72',    '2','1','617.69',    '2','2','1068.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129573.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041310.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129574.0','1046119.0','1',    '1','1','9370.09',    '1','1','9370.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041311.0','1020552.0','1',    '1','1','3123.74',    '1','1','3123.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129575.0','1046119.0','4',    '3','1','56.04',    '3','1','56.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041312.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129576.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041313.0','1020552.0','7',    '7','2','1553.0',    '7','1','553.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129577.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041314.0','1020552.0','2',    '2','1','2613.59',    '2','1','1650.5',    '2','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129578.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031531.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119795.0','1046119.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2026651.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2114915.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041315.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129579.0','1046119.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041316.0','1020552.0','1',    '1','1','1025.62',    '1','0','0.0',    '1','1','1025.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129580.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041317.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129581.0','1046119.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041318.0','1020552.0','7',    '7','5','4302.8',    '7','1','2302.8',    '5','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129582.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041319.0','1020552.0','5',    '5','2','10339.2',    '5','2','3809.83',    '3','1','6529.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129583.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041320.0','1020552.0','6',    '6','1','500.0',    '6','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129584.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041321.0','1020552.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129585.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041322.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129586.0','1046119.0','4',    '4','3','2429.19',    '4','1','942.5',    '4','2','1486.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041323.0','1020552.0','5',    '4','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129587.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041324.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129588.0','1046119.0','5',    '5','3','2643.1',    '5','0','0.0',    '3','3','2643.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041325.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129589.0','1046119.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031063.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119327.0','1046119.0','4',    '5','2','591.0',    '5','1','459.0',    '4','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041326.0','1020552.0','7',    '6','5','3833.52',    '6','1','1955.94',    '4','4','1877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129590.0','1046119.0','4',    '3','1','7866.93',    '3','1','5023.71',    '2','1','2843.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041327.0','1020552.0','1',    '1','1','6221.16',    '1','1','5721.16',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129591.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041328.0','1020552.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129592.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041329.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129593.0','1046119.0','5',    '4','3','10076.25',    '4','1','8626.26',    '2','2','1449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041330.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129594.0','1046119.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041331.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129595.0','1046119.0','7',    '5','2','716.69',    '5','1','216.69',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041332.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129596.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041333.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129597.0','1046119.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041334.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129598.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041335.0','1020552.0','1',    '1','1','1693.35',    '1','0','0.0',    '1','1','1693.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129599.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041336.0','1020552.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129600.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041337.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129601.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041338.0','1020552.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129602.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041339.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129603.0','1046119.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041340.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129604.0','1046119.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041341.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129605.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041342.0','1020552.0','8',    '8','2','1000.0',    '8','0','0.0',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129606.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035641.0','1020552.0','2',    '2','2','4040.62',    '2','0','0.0',    '2','2','4040.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2123905.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041343.0','1020552.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129607.0','1046119.0','1',    '1','1','4205.71',    '1','1','3048.0',    '1','1','1157.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041344.0','1020552.0','5',    '5','2','3488.49',    '5','1','754.0',    '3','2','2734.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129608.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041345.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129609.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041346.0','1020552.0','3',    '3','1','4951.13',    '3','1','1106.0',    '2','1','3845.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129610.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041347.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129611.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041348.0','1020552.0','2',    '2','1','1274.98',    '2','0','0.0',    '1','1','1274.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129612.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041349.0','1020552.0','9',    '8','4','2000.0',    '8','0','0.0',    '6','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129613.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041350.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129614.0','1046119.0','1',    '1','1','1032.77',    '1','1','367.27',    '1','1','665.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041351.0','1020552.0','1',    '1','1','2760.14',    '1','0','0.0',    '1','1','2760.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129615.0','1046119.0','4',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041352.0','1020552.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129616.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035620.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2123884.0','1046119.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041353.0','1020552.0','1',    '1','1','591.25',    '1','1','128.16',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129617.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041354.0','1020552.0','8',    '8','4','3460.47',    '8','1','949.06',    '7','3','2511.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129618.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041355.0','1020552.0','9',    '9','4','3901.51',    '9','0','0.0',    '4','4','3901.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129619.0','1046119.0','5',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2036098.0','1020552.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2124362.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031216.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119480.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031318.0','1020552.0','3',    '3','2','1471.81',    '3','0','0.0',    '2','2','1471.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119582.0','1046119.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031446.0','1020552.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119710.0','1046119.0','8',    '8','5','37748.76',    '8','3','29768.3',    '7','4','7980.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031613.0','1020552.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119877.0','1046119.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031023.0','1020564.0','4',    '4','2','5261.51',    '4','1','2364.56',    '2','2','2896.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119287.0','1046131.0','1124',    '1098','480','1022344.29',    '1095','176','591535.41',    '669','423','430808.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031441.0','1020564.0','4077',    '3974','1876','5964008.34',    '3942','1016','3408049.25',    '2587','1538','2555959.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119705.0','1046131.0','4498',    '4371','1748','3126450.24',    '4351','592','1545458.39',    '2688','1536','1580991.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2030869.0','1020564.0','1',    '1','1','850.8',    '1','1','850.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119133.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2030740.0','1020564.0','5',    '4','2','932.0',    '4','1','432.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119004.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2034206.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2122470.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2039715.0','1020564.0','2',    '2','1','13214.55',    '2','1','8312.3',    '2','1','4902.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2127979.0','1046131.0','2',    '2','2','1823.99',    '2','1','374.0',    '2','2','1449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031264.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119528.0','1046131.0','2',    '2','1','1760.88',    '2','0','0.0',    '2','1','1760.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031257.0','1020564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119521.0','1046131.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041356.0','1020564.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129620.0','1046131.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031626.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119890.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041357.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129621.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041358.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129622.0','1046131.0','4',    '4','1','21606.99',    '4','1','17834.47',    '2','1','3772.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041359.0','1020564.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129623.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041360.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129624.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041361.0','1020564.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129625.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041362.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129626.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041363.0','1020564.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129627.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041364.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129628.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041365.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129629.0','1046131.0','1',    '1','1','10859.24',    '1','1','10359.24',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041366.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129630.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041367.0','1020564.0','4',    '3','1','803.07',    '3','0','0.0',    '2','1','803.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129631.0','1046131.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041368.0','1020564.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129632.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041369.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129633.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041370.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129634.0','1046131.0','1',    '1','1','2690.57',    '1','1','1124.19',    '1','1','1566.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041371.0','1020564.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129635.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041372.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129636.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041373.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129637.0','1046131.0','7',    '7','5','27198.53',    '7','4','17859.43',    '4','3','9339.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031442.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119706.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041374.0','1020564.0','5',    '5','2','1292.12',    '5','1','792.12',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129638.0','1046131.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031504.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119768.0','1046131.0','2',    '1','1','21925.0',    '1','1','16572.86',    '1','1','5352.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041375.0','1020564.0','134',    '129','73','157920.55',    '128','31','72854.83',    '96','68','85065.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129639.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041376.0','1020564.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129640.0','1046131.0','1',    '1','1','519.59',    '1','1','519.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041377.0','1020564.0','3',    '3','1','539.14',    '3','0','0.0',    '3','1','539.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129641.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041378.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129642.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041379.0','1020564.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129643.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041380.0','1020564.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129644.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041381.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129645.0','1046131.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041382.0','1020564.0','2',    '2','2','8201.91',    '2','2','3278.72',    '2','2','4923.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129646.0','1046131.0','15',    '15','2','800.0',    '15','0','0.0',    '7','2','800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041383.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129647.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041384.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129648.0','1046131.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041385.0','1020564.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129649.0','1046131.0','1',    '1','1','459.0',    '1','1','459.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041386.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129650.0','1046131.0','5',    '5','2','17679.74',    '5','2','8704.81',    '4','2','8974.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041387.0','1020564.0','6',    '6','3','1449.99',    '6','0','0.0',    '4','3','1449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129651.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041388.0','1020564.0','5',    '5','2','5487.71',    '5','1','3308.56',    '4','2','2179.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129652.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041389.0','1020564.0','26',    '26','19','99467.24',    '26','16','58270.34',    '23','18','41196.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129653.0','1046131.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041390.0','1020564.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129654.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031710.0','1020564.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119974.0','1046131.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041391.0','1020564.0','2',    '2','1','1053.0',    '2','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129655.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030966.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119230.0','1046131.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041392.0','1020564.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129656.0','1046131.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030579.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2118843.0','1046131.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041393.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129657.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2033972.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2122236.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2035683.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2123947.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031266.0','1020564.0','1',    '1','1','218.49',    '1','0','0.0',    '1','1','218.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119530.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2035631.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2123895.0','1046131.0','6',    '5','1','631.36',    '5','1','631.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031571.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119835.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041394.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129658.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041395.0','1020564.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129659.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041396.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129660.0','1046131.0','2',    '2','1','24630.47',    '2','1','16557.49',    '2','1','8072.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031610.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119874.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2033905.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2122169.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031675.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119939.0','1046131.0','9',    '9','6','15159.64',    '9','3','5991.26',    '9','6','9168.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2030672.0','1020564.0','2',    '1','1','86.49',    '1','0','0.0',    '1','1','86.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2118936.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031661.0','1020564.0','5',    '5','4','2253.55',    '5','1','1034.51',    '4','3','1219.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119925.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031566.0','1020564.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119830.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031243.0','1020564.0','2',    '2','2','1497.41',    '2','1','997.41',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119507.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041397.0','1020564.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129661.0','1046131.0','3',    '3','3','13991.53',    '3','3','10094.35',    '3','2','3897.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041398.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129662.0','1046131.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041399.0','1020564.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129663.0','1046131.0','9',    '9','5','11781.35',    '9','2','4025.84',    '7','4','7755.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041400.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129664.0','1046131.0','10671',    '10287','4073','7248007.34',    '10216','1579','3293761.42',    '6240','3450','3954245.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041401.0','1020564.0','6',    '5','2','2496.57',    '5','0','0.0',    '3','2','2496.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129665.0','1046131.0','357',    '349','194','471967.83',    '345','82','185235.05',    '262','173','286732.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2033912.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2122176.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041402.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129666.0','1046131.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031544.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119808.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041403.0','1020564.0','1',    '1','1','4196.57',    '1','1','2819.43',    '1','1','1377.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129667.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2035608.0','1020564.0','2',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2123872.0','1046131.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041404.0','1020564.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129668.0','1046131.0','6',    '5','2','10305.02',    '5','1','7843.2',    '3','1','2461.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041405.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129669.0','1046131.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041406.0','1020564.0','8',    '6','5','15284.8',    '6','2','5695.39',    '6','4','9589.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129670.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041407.0','1020564.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129671.0','1046131.0','2',    '2','1','1254.4',    '2','1','1254.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041408.0','1020564.0','1',    '1','1','8220.04',    '1','1','3917.87',    '1','1','4302.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129672.0','1046131.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041409.0','1020564.0','11',    '11','1','6073.52',    '11','1','2495.62',    '2','1','3577.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129673.0','1046131.0','2',    '2','1','480.07',    '2','1','480.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041410.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129674.0','1046131.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031383.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119647.0','1046131.0','19',    '19','8','7175.76',    '19','4','3631.81',    '11','6','3543.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041411.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129675.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031543.0','1020564.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119807.0','1046131.0','95',    '94','29','89017.75',    '94','8','67250.33',    '51','26','21767.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041412.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129676.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031429.0','1020564.0','4',    '2','2','15150.32',    '2','2','8420.3',    '2','2','6730.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119693.0','1046131.0','2',    '2','1','827.61',    '2','0','0.0',    '1','1','827.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041413.0','1020564.0','3',    '3','3','1432.0',    '3','1','432.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129677.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2030656.0','1020564.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2118920.0','1046131.0','11',    '11','4','12986.72',    '11','2','6196.0',    '6','4','6790.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041414.0','1020564.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129678.0','1046131.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031460.0','1020564.0','2',    '2','2','5834.42',    '2','1','1110.0',    '2','2','4724.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119724.0','1046131.0','13',    '12','5','2449.98',    '12','0','0.0',    '7','5','2449.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041415.0','1020564.0','8',    '8','4','14694.09',    '8','2','7100.22',    '6','4','7593.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129679.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031663.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119927.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041416.0','1020564.0','8',    '8','1','553.0',    '8','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129680.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031447.0','1020564.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119711.0','1046131.0','384',    '361','132','448725.65',    '361','67','275269.5',    '211','110','173456.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041417.0','1020564.0','1',    '1','1','932.0',    '1','1','432.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129681.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041418.0','1020564.0','1',    '1','1','33300.0',    '1','1','30686.66',    '1','1','2613.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129682.0','1046131.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041419.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129683.0','1046131.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041420.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129684.0','1046131.0','5',    '6','3','4455.22',    '6','1','432.0',    '3','2','4023.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041421.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129685.0','1046131.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041422.0','1020564.0','5',    '5','2','5520.28',    '5','2','3228.32',    '4','1','2291.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129686.0','1046131.0','2',    '2','2','2926.16',    '2','1','459.0',    '2','2','2467.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041423.0','1020564.0','1',    '1','1','3350.49',    '1','1','3350.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129687.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041424.0','1020564.0','4',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129688.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041425.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129689.0','1046131.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041426.0','1020564.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129690.0','1046131.0','7',    '5','3','1702.58',    '5','0','0.0',    '4','3','1702.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041427.0','1020564.0','14',    '14','7','13734.28',    '14','4','11734.28',    '9','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129691.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041428.0','1020564.0','1',    '1','1','828.8',    '1','1','828.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129692.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041429.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129693.0','1046131.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031431.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119695.0','1046131.0','9',    '7','3','2882.51',    '7','1','1551.52',    '3','3','1330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041430.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129694.0','1046131.0','4',    '4','2','4130.95',    '4','1','2181.81',    '1','1','1949.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031466.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119730.0','1046131.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2035660.0','1020564.0','1',    '1','1','6225.78',    '1','1','4807.05',    '1','1','1418.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2123924.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041431.0','1020564.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129695.0','1046131.0','5',    '5','2','2435.11',    '5','1','1935.11',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041432.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129696.0','1046131.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041433.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129697.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041434.0','1020564.0','3',    '2','1','7846.01',    '2','1','7846.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129698.0','1046131.0','2',    '2','1','553.0',    '2','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041435.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129699.0','1046131.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041436.0','1020564.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129700.0','1046131.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041437.0','1020564.0','4',    '4','2','1649.04',    '4','1','877.72',    '4','2','771.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129701.0','1046131.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041438.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129702.0','1046132.0','6342',    '6147','2519','6124754.07',    '6083','1032','3418668.4',    '3748','2230','2706085.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041439.0','1020565.0','2',    '2','1','794.08',    '2','0','0.0',    '1','1','794.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129703.0','1046132.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031220.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119484.0','1046132.0','3',    '3','2','2299.67',    '3','1','459.0',    '2','2','1840.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041440.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129704.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2030688.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2118952.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041441.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129705.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031046.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119310.0','1046132.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041442.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129706.0','1046132.0','1',    '1','1','2376.56',    '1','0','0.0',    '1','1','2376.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2039854.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2128118.0','1046132.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031690.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119954.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041443.0','1020565.0','9',    '9','6','11225.5',    '9','4','3020.24',    '7','5','8205.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129707.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041444.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129708.0','1046132.0','2',    '2','2','3027.16',    '2','1','1486.0',    '2','2','1541.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041445.0','1020565.0','8',    '8','6','8622.95',    '8','3','5095.6',    '7','6','3527.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129709.0','1046132.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041446.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129710.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041447.0','1020565.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129711.0','1046132.0','3',    '3','2','4193.94',    '3','1','1110.0',    '2','2','3083.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041448.0','1020565.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129712.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041449.0','1020565.0','4',    '4','2','2688.04',    '4','1','1444.47',    '2','2','1243.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129713.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041450.0','1020565.0','1',    '1','1','1708.05',    '1','0','0.0',    '1','1','1708.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129714.0','1046132.0','16',    '15','10','38777.49',    '15','8','15087.69',    '12','9','23689.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041451.0','1020565.0','3',    '3','1','2696.8',    '3','1','2696.8',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129715.0','1046132.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041452.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129716.0','1046132.0','3',    '3','1','1100.0',    '3','0','0.0',    '1','1','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041453.0','1020565.0','2',    '2','2','932.0',    '2','1','432.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129717.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041454.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129718.0','1046132.0','5',    '5','1','3339.26',    '5','1','2373.92',    '3','1','965.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2035579.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2123843.0','1046132.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041455.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129719.0','1046132.0','1',    '1','1','1143.03',    '1','0','0.0',    '1','1','1143.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041456.0','1020565.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129720.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041457.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129721.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041458.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129722.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041459.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129723.0','1046132.0','6',    '6','5','5879.43',    '6','3','4085.59',    '4','4','1793.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041460.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129724.0','1046132.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041461.0','1020565.0','5',    '5','1','2067.55',    '5','1','1567.56',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129725.0','1046132.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031422.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119686.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041462.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129726.0','1046132.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041463.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129727.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041464.0','1020565.0','1',    '1','1','10339.57',    '1','1','5272.54',    '1','1','5067.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129728.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031510.0','1020565.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119774.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041465.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129729.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2030971.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119235.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041466.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129730.0','1046132.0','4',    '4','1','171.8',    '4','0','0.0',    '3','1','171.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2039578.0','1020565.0','5',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2127842.0','1046132.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041467.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129731.0','1046132.0','1',    '1','1','1606.0',    '1','1','1106.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041468.0','1020565.0','1',    '1','1','1167.91',    '1','1','1167.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129732.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041469.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129733.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041470.0','1020565.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129734.0','1046132.0','1',    '1','1','962.74',    '1','1','637.74',    '1','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041471.0','1020565.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129735.0','1046132.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041472.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129736.0','1046132.0','5',    '5','2','997.91',    '5','1','497.91',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041473.0','1020565.0','9',    '9','6','6073.73',    '9','2','1106.0',    '5','4','4967.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129737.0','1046132.0','1',    '1','1','9789.6',    '1','1','1110.0',    '1','1','8679.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041474.0','1020565.0','1',    '1','1','8347.49',    '1','1','6751.49',    '1','1','1596.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129738.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041475.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129739.0','1046132.0','1',    '1','1','6792.29',    '1','1','6292.29',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035674.0','1020565.0','7',    '7','1','1041.28',    '7','1','1041.28',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2123938.0','1046132.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041476.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129740.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041477.0','1020565.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129741.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041478.0','1020565.0','1',    '1','1','7770.84',    '1','1','7270.84',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129742.0','1046132.0','12274',    '11908','5845','23448211.3',    '11863','3259','14776088.65',    '7620','4871','8672122.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041479.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129743.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041480.0','1020565.0','9',    '9','4','1378.11',    '9','0','0.0',    '8','4','1378.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129744.0','1046132.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041481.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129745.0','1046132.0','2',    '2','1','86.49',    '2','0','0.0',    '2','1','86.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041482.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129746.0','1046132.0','6',    '7','1','500.0',    '7','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031423.0','1020565.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119687.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041483.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129747.0','1046132.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031618.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119882.0','1046132.0','3',    '3','2','8025.15',    '3','2','7475.57',    '2','1','549.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041484.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129748.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031570.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119834.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041485.0','1020565.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129749.0','1046132.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2030931.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119195.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041486.0','1020565.0','1',    '1','1','924.0',    '1','1','924.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129750.0','1046132.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031241.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119505.0','1046132.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2035706.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2123970.0','1046132.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041487.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129751.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041488.0','1020565.0','6',    '6','2','1000.0',    '6','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129752.0','1046132.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041489.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129753.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041490.0','1020565.0','3',    '3','2','10376.69',    '3','2','8373.27',    '1','1','2003.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129754.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041491.0','1020565.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129755.0','1046132.0','4',    '4','2','1053.0',    '4','1','553.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031259.0','1020565.0','2',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119523.0','1046132.0','1',    '1','1','6758.2',    '1','1','3475.31',    '1','1','3282.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2034094.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2122358.0','1046132.0','1',    '1','1','2431.75',    '1','1','1076.1',    '1','1','1355.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031427.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119691.0','1046132.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030609.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2118873.0','1046132.0','3',    '3','3','1500.0',    '3','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041492.0','1020565.0','3',    '3','1','1976.72',    '3','0','0.0',    '1','1','1976.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129756.0','1046132.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2039614.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2127878.0','1046132.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041493.0','1020565.0','1',    '1','1','4931.73',    '1','1','1106.0',    '1','1','3825.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129757.0','1046132.0','18',    '18','9','5334.68',    '18','2','1106.0',    '14','7','4228.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041494.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129758.0','1046132.0','4061',    '3962','1182','1901545.89',    '3941','498','1077251.69',    '1747','901','824294.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031275.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119539.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041495.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129759.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041496.0','1020565.0','1',    '1','1','1149.54',    '1','1','918.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129760.0','1046132.0','14',    '14','5','36171.35',    '14','1','32800.0',    '7','5','3371.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041497.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129761.0','1046132.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041498.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129762.0','1046132.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041499.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129763.0','1046132.0','25',    '24','7','3781.54',    '24','1','918.0',    '11','6','2863.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041500.0','1020565.0','12022',    '11680','3911','5377550.4',    '11625','1724','2814081.3',    '5343','2931','2563469.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129764.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041501.0','1020565.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129765.0','1046132.0','1',    '1','1','206.87',    '1','1','206.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041502.0','1020565.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129766.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041503.0','1020565.0','3',    '3','1','1138.32',    '3','1','1138.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129767.0','1046132.0','27',    '25','10','8990.99',    '25','4','2955.0',    '12','9','6035.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041504.0','1020565.0','3',    '3','2','1426.17',    '3','0','0.0',    '2','2','1426.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129768.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041505.0','1020565.0','5',    '5','1','500.0',    '5','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129769.0','1046132.0','7',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041506.0','1020565.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129770.0','1046132.0','1968',    '1919','928','2370319.01',    '1907','449','1214416.87',    '1210','779','1155902.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041507.0','1020565.0','5446',    '5275','2247','6687428.78',    '5241','1063','4225210.2',    '3097','1896','2462218.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129771.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041508.0','1020565.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129772.0','1046132.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041509.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129773.0','1046132.0','3',    '3','1','718.49',    '3','0','0.0',    '2','1','718.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041510.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129774.0','1046132.0','3',    '3','2','2280.43',    '3','1','437.46',    '2','2','1842.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041511.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129775.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041512.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129776.0','1046132.0','4',    '4','2','1553.0',    '4','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2035654.0','1020565.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2123918.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041513.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129777.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041514.0','1020565.0','1',    '1','1','6686.86',    '1','1','1106.0',    '1','1','5580.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129778.0','1046132.0','2',    '2','1','359.0',    '2','0','0.0',    '2','1','359.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041515.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129779.0','1046132.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041516.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129780.0','1046132.0','2',    '2','2','1805.94',    '2','2','1505.94',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041517.0','1020565.0','4',    '4','1','1898.12',    '4','1','1898.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129781.0','1046132.0','11',    '11','5','11560.43',    '11','4','4691.76',    '7','3','6868.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041518.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129782.0','1046132.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041519.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129783.0','1046132.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031215.0','1020565.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119479.0','1046132.0','1',    '1','1','2137.88',    '1','1','1964.9',    '1','1','172.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041520.0','1020565.0','2',    '2','1','1106.0',    '2','1','1106.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129784.0','1046132.0','1',    '1','1','7459.98',    '1','1','7082.4',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031218.0','1020565.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119482.0','1046132.0','5',    '5','1','499.99',    '5','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031547.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119811.0','1046132.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041521.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129785.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030718.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2118982.0','1046132.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041522.0','1020565.0','11',    '10','3','5104.05',    '10','1','924.0',    '5','3','4180.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129786.0','1046132.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2039673.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2127937.0','1046132.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041523.0','1020565.0','3',    '3','2','2431.29',    '3','1','1931.29',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129787.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031506.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119770.0','1046132.0','5',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041524.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129788.0','1046132.0','6',    '6','1','500.0',    '6','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031546.0','1020565.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119810.0','1046132.0','4',    '4','2','1053.0',    '4','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041525.0','1020565.0','5',    '5','2','2917.3',    '5','1','437.96',    '2','2','2479.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129789.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041526.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129790.0','1046132.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041527.0','1020565.0','10',    '10','3','1500.0',    '10','0','0.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129791.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041528.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129792.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035938.0','1020565.0','1',    '1','1','10069.38',    '1','1','7804.22',    '1','1','2265.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2124202.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031436.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119700.0','1046132.0','1',    '1','1','7762.35',    '1','1','1106.0',    '1','1','6656.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041529.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129793.0','1046132.0','2316',    '2275','989','2792894.51',    '2267','456','1738366.14',    '1394','833','1054528.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031685.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119949.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030788.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119052.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031254.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119518.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031678.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119942.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031623.0','1020565.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119887.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041530.0','1020565.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129794.0','1046132.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041531.0','1020565.0','3',    '3','1','7151.04',    '3','1','5287.73',    '1','1','1863.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129795.0','1046132.0','8',    '8','3','1877.0',    '7','2','1377.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041532.0','1020565.0','8',    '8','5','20703.59',    '8','4','14879.14',    '3','3','5824.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129796.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031602.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119866.0','1046132.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041533.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129797.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041534.0','1020565.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129798.0','1046132.0','1',    '1','1','2084.87',    '1','0','0.0',    '1','1','2084.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041535.0','1020565.0','3',    '2','1','1530.91',    '2','0','0.0',    '1','1','1530.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129799.0','1046132.0','2',    '2','1','525.0',    '2','0','0.0',    '1','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2031462.0','1020565.0','1',    '1','1','3204.86',    '1','1','2322.21',    '1','1','882.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2119726.0','1046132.0','5',    '4','2','21912.59',    '4','1','15161.73',    '2','2','6750.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041536.0','1020565.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129800.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031709.0','1020565.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119973.0','1046132.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041537.0','1020565.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129801.0','1046132.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041538.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129802.0','1046133.0','9',    '9','3','1500.0',    '9','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041539.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129803.0','1046133.0','3',    '3','2','1555.15',    '3','0','0.0',    '2','2','1555.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041540.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129804.0','1046133.0','5',    '5','1','1045.54',    '5','1','814.0',    '2','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041541.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129805.0','1046133.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041542.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129806.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041543.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129807.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041544.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129808.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041545.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129809.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041546.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129810.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041547.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129811.0','1046133.0','4',    '4','1','415.39',    '4','1','415.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041548.0','1020566.0','3',    '4','2','1486.12',    '4','0','0.0',    '2','2','1486.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129812.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2030897.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119161.0','1046133.0','3',    '3','1','22712.72',    '3','1','18189.81',    '1','1','4522.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041549.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129813.0','1046133.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2039723.0','1020566.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2127987.0','1046133.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041550.0','1020566.0','9',    '9','2','1195.61',    '9','0','0.0',    '6','2','1195.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129814.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031513.0','1020566.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119777.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2035569.0','1020566.0','4',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2123833.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031464.0','1020566.0','7',    '7','2','592.08',    '7','1','92.08',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119728.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041551.0','1020566.0','8',    '8','3','1449.99',    '8','0','0.0',    '3','3','1449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129815.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2026558.0','1020566.0','25',    '25','8','6008.95',    '25','1','206.87',    '13','8','5802.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2114822.0','1046133.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041552.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129816.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041553.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129817.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2041554.0','1020566.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2129818.0','1046133.0','1',    '1','1','5134.96',    '1','1','4634.96',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041555.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129819.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031681.0','1020566.0','2',    '2','1','462.48',    '2','1','462.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119945.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031601.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119865.0','1046133.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2030737.0','1020566.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119001.0','1046133.0','1',    '1','1','2055.25',    '1','0','0.0',    '1','1','2055.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041556.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129820.0','1046133.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001823.0',    '2031494.0','1020566.0','1',    '1','1','7308.13',    '1','1','4010.71',    '1','1','3297.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006181.0',    '2119758.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031569.0','1020566.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119833.0','1046133.0','8',    '8','3','1500.0',    '8','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041557.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129821.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041558.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129822.0','1046133.0','37',    '35','21','29973.53',    '34','9','11753.54',    '22','18','18219.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041559.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129823.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041560.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129824.0','1046133.0','6',    '6','3','8333.37',    '6','1','934.0',    '4','3','7399.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001812.0',    '2041561.0','1020566.0','1',    '1','1','8002.19',    '1','1','1106.0',    '1','1','6896.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006182.0',    '2129825.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031445.0','1020566.0','1',    '1','1','3826.99',    '1','1','3826.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119709.0','1046133.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041562.0','1020566.0','7',    '7','5','3035.0',    '7','3','2035.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129826.0','1046133.0','8',    '8','4','5676.44',    '8','1','1972.14',    '4','4','3704.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041563.0','1020566.0','13',    '13','8','25058.55',    '13','3','21595.46',    '10','7','3463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129827.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2030690.0','1020566.0','1',    '1','1','5814.48',    '1','1','934.0',    '1','1','4880.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2118954.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041564.0','1020566.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129828.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031705.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119969.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041565.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129829.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041566.0','1020566.0','2',    '2','1','3792.85',    '2','1','3292.85',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129830.0','1046133.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2031624.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2119888.0','1046133.0','4',    '4','2','6735.72',    '4','2','1565.0',    '2','1','5170.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041567.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129831.0','1046133.0','1',    '1','1','331.15',    '1','0','0.0',    '1','1','331.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041568.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129832.0','1046133.0','2',    '2','1','467.0',    '2','1','467.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2026667.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2114931.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2026574.0','1020566.0','10',    '9','1','2610.78',    '9','1','1174.1',    '5','1','1436.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2114838.0','1046133.0','1',    '1','1','2065.09',    '1','1','864.0',    '1','1','1201.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041569.0','1020566.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129833.0','1046133.0','2',    '2','1','8212.17',    '2','1','3691.65',    '2','1','4520.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001810.0',    '2041570.0','1020566.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006183.0',    '2129834.0','1046133.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041571.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129835.0','1046133.0','7',    '7','1','500.0',    '6','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041572.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129836.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041573.0','1020566.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129837.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2039797.0','1020566.0','1',    '1','1','86.49',    '1','0','0.0',    '1','1','86.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2128061.0','1046133.0','2',    '2','1','2297.73',    '2','1','1376.1',    '1','1','921.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031224.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119488.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031507.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119771.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041574.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129838.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041575.0','1020566.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129839.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041576.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129840.0','1046133.0','1',    '1','1','407.0',    '1','1','407.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031244.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119508.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2026792.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2115056.0','1046133.0','1',    '1','1','7109.33',    '1','1','2149.1',    '1','1','4960.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041577.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129841.0','1046133.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041578.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129842.0','1046133.0','2',    '1','1','499.27',    '1','1','367.27',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041579.0','1020566.0','2',    '2','2','2322.09',    '2','1','459.0',    '2','2','1863.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129843.0','1046133.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041580.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129844.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041581.0','1020566.0','19',    '19','8','6062.02',    '19','4','2214.0',    '11','6','3848.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129845.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2030932.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119196.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041582.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129846.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2030708.0','1020566.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2118972.0','1046133.0','7',    '7','1','15821.28',    '7','1','7386.47',    '3','1','8434.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041583.0','1020566.0','2',    '2','2','6049.46',    '2','0','0.0',    '2','2','6049.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129847.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031444.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119708.0','1046133.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031448.0','1020566.0','24',    '24','11','16203.09',    '24','3','3215.83',    '15','10','12987.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119712.0','1046133.0','4',    '4','3','10773.29',    '4','2','2212.0',    '2','2','8561.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2031680.0','1020566.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2119944.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2030820.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119084.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031653.0','1020566.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119917.0','1046133.0','10',    '10','4','11965.48',    '10','3','2957.0',    '4','2','9008.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031603.0','1020566.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119867.0','1046133.0','2',    '2','1','4006.35',    '2','1','3506.35',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041584.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129848.0','1046133.0','16',    '16','5','7148.28',    '16','3','3284.79',    '8','3','3863.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031707.0','1020566.0','38',    '38','21','67596.82',    '37','11','34437.63',    '27','20','33159.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119971.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041585.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129849.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031229.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119493.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041586.0','1020566.0','1',    '1','1','8661.95',    '1','1','8661.95',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129850.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041587.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129851.0','1046133.0','8',    '7','1','500.0',    '7','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041588.0','1020566.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129852.0','1046133.0','10',    '10','4','1989.43',    '10','1','467.0',    '8','4','1522.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041589.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129853.0','1046133.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041590.0','1020566.0','1',    '1','1','17498.11',    '1','1','11099.04',    '1','1','6399.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129854.0','1046133.0','4',    '4','3','2698.37',    '4','1','650.0',    '4','3','2048.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041591.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129855.0','1046133.0','1',    '1','1','3284.05',    '1','1','1885.44',    '1','1','1398.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041592.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129856.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041593.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129857.0','1046133.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2039688.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2127952.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2026503.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2114767.0','1046133.0','8',    '8','3','10871.73',    '8','2','6586.65',    '5','2','4285.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041594.0','1020566.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129858.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041595.0','1020566.0','6',    '6','3','1318.03',    '6','0','0.0',    '3','3','1318.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129859.0','1046133.0','1',    '1','1','1035.64',    '1','0','0.0',    '1','1','1035.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2031665.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2119929.0','1046133.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041596.0','1020566.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129860.0','1046133.0','15',    '15','8','38940.27',    '15','4','27649.53',    '11','8','11290.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041597.0','1020566.0','3',    '3','2','1231.54',    '3','0','0.0',    '3','2','1231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129861.0','1046133.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041598.0','1020566.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129862.0','1046133.0','4',    '4','1','926.08',    '4','0','0.0',    '2','1','926.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041599.0','1020566.0','4',    '4','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129863.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041600.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129864.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041601.0','1020566.0','3',    '3','1','967.0',    '3','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129865.0','1046133.0','1254',    '1211','407','654103.64',    '1207','179','413637.1',    '551','300','240466.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041602.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129866.0','1046133.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2026636.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2114900.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041603.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129867.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041604.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129868.0','1046133.0','5',    '5','3','9999.88',    '5','1','1697.65',    '3','3','8302.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041605.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129869.0','1046133.0','1',    '1','1','5394.39',    '1','1','2463.4',    '1','1','2930.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041606.0','1020566.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129870.0','1046133.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041607.0','1020566.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129871.0','1046133.0','7',    '7','6','24853.65',    '7','1','13855.76',    '6','6','10997.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041608.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129872.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041609.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129873.0','1046133.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041610.0','1020566.0','2',    '2','1','15843.96',    '2','1','11537.75',    '2','1','4306.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129874.0','1046133.0','1',    '1','1','8306.52',    '1','1','1106.0',    '1','1','7200.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041611.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129875.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041612.0','1020566.0','8',    '7','2','2740.17',    '7','1','814.0',    '5','2','1926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129876.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041613.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129877.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041614.0','1020566.0','12668',    '12367','4949','11456740.75',    '12335','2345','6386842.29',    '6817','4003','5069898.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129878.0','1046133.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041615.0','1020566.0','3',    '4','1','967.0',    '4','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129879.0','1046133.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041616.0','1020566.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129880.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041617.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129881.0','1046133.0','7',    '7','3','7480.83',    '7','1','6017.74',    '3','3','1463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041618.0','1020566.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129882.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2026576.0','1020566.0','1',    '1','1','2424.01',    '1','1','1816.48',    '1','1','607.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2114840.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041619.0','1020566.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129883.0','1046133.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001746.0',    '2041620.0','1020566.0','1',    '1','1','325.0',    '1','0','0.0',    '1','1','325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006184.0',    '2129884.0','1046133.0','2',    '2','1','2378.01',    '2','1','2378.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041621.0','1020566.0','3',    '3','1','114.98',    '3','0','0.0',    '1','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129885.0','1046133.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041622.0','1020570.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129886.0','1046137.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041623.0','1020570.0','1',    '1','1','2248.11',    '1','0','0.0',    '1','1','2248.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129887.0','1046137.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041624.0','1020570.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129888.0','1046137.0','8',    '7','1','500.0',    '7','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041625.0','1020570.0','5',    '4','1','2488.29',    '4','1','432.0',    '2','1','2056.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129889.0','1046137.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2026449.0','1020570.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2114713.0','1046137.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041626.0','1020570.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129890.0','1046137.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041627.0','1020570.0','3',    '3','1','1749.98',    '3','0','0.0',    '2','1','1749.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129891.0','1046137.0','2',    '2','2','9277.99',    '2','1','7996.45',    '2','2','1281.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041628.0','1020570.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129892.0','1046137.0','4',    '4','2','368.79',    '4','1','137.25',    '3','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041629.0','1020570.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129893.0','1046137.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041630.0','1020570.0','3',    '3','3','34300.0',    '3','1','33300.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129894.0','1046137.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041631.0','1020570.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129895.0','1046137.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041632.0','1020570.0','6',    '5','3','9163.2',    '5','1','8163.2',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129896.0','1046137.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041633.0','1020570.0','19',    '19','11','22579.93',    '19','4','8854.31',    '13','10','13725.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129897.0','1046137.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041634.0','1020570.0','3',    '3','1','600.0',    '2','0','0.0',    '2','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129898.0','1046137.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041635.0','1020570.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129899.0','1046137.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041636.0','1020570.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129900.0','1046137.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041637.0','1020570.0','3',    '3','3','1163.08',    '3','0','0.0',    '3','3','1163.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129901.0','1046137.0','15',    '14','5','3053.0',    '14','1','553.0',    '8','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041638.0','1020570.0','6',    '6','2','4277.97',    '6','1','3777.97',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129902.0','1046137.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041639.0','1020570.0','11076',    '10673','4211','12288057.44',    '10586','1779','7317437.05',    '6055','3688','4970620.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129903.0','1046137.0','1',    '1','1','1289.76',    '1','0','0.0',    '1','1','1289.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041640.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129904.0','1046138.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041641.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129905.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041642.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129906.0','1046138.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2032529.0','1020571.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2120793.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041643.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129907.0','1046138.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041644.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129908.0','1046138.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041645.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129909.0','1046138.0','20',    '19','3','1231.53',    '19','0','0.0',    '9','3','1231.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041646.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129910.0','1046138.0','6',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041647.0','1020571.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129911.0','1046138.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041648.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129912.0','1046138.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2032556.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2120820.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041649.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129913.0','1046138.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041650.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129914.0','1046138.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041651.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129915.0','1046138.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041652.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129916.0','1046138.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041653.0','1020571.0','1',    '1','1','1344.51',    '1','0','0.0',    '1','1','1344.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129917.0','1046138.0','8',    '8','3','1500.0',    '8','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041654.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129918.0','1046138.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041655.0','1020571.0','7',    '7','3','1377.58',    '7','0','0.0',    '6','3','1377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129919.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041656.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129920.0','1046138.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041657.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129921.0','1046138.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041658.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129922.0','1046138.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041659.0','1020571.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129923.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041660.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129924.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041661.0','1020571.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129925.0','1046138.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041662.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129926.0','1046138.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026616.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114880.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041663.0','1020571.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129927.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041664.0','1020571.0','1',    '1','1','7383.43',    '1','0','0.0',    '1','1','7383.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129928.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041665.0','1020571.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129929.0','1046138.0','1',    '1','1','596.58',    '1','0','0.0',    '1','1','596.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041666.0','1020571.0','1',    '1','1','2204.02',    '1','1','1704.02',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129930.0','1046138.0','4',    '4','1','3143.6',    '4','1','3143.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041667.0','1020571.0','1',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129931.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041668.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129932.0','1046138.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041669.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129933.0','1046138.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041670.0','1020571.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129934.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041671.0','1020571.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129935.0','1046138.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041672.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129936.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041673.0','1020571.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129937.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041674.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129938.0','1046138.0','23',    '17','8','29205.82',    '17','2','7349.95',    '8','8','21855.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041675.0','1020571.0','2',    '1','1','11926.62',    '1','1','5027.12',    '1','1','6899.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129939.0','1046138.0','1',    '1','1','1822.75',    '1','1','918.0',    '1','1','904.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041676.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129940.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041677.0','1020571.0','1',    '1','1','33300.0',    '1','1','32800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129941.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041678.0','1020571.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129942.0','1046138.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041679.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129943.0','1046155.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041680.0','1020588.0','6',    '6','3','1500.0',    '6','0','0.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129944.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041681.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129945.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041682.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129946.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041683.0','1020588.0','4944',    '4807','1643','2555316.71',    '4771','433','1113349.54',    '2446','1492','1441967.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129947.0','1046155.0','3',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041684.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129948.0','1046155.0','2',    '2','2','3491.18',    '2','0','0.0',    '2','2','3491.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041685.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129949.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041686.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129950.0','1046155.0','2',    '3','2','766.56',    '3','1','266.57',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041687.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129951.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041688.0','1020588.0','4',    '4','2','9952.07',    '4','1','7384.51',    '2','2','2567.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129952.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041689.0','1020588.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129953.0','1046155.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041690.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129954.0','1046155.0','1',    '1','1','1106.0',    '1','1','1106.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041691.0','1020588.0','2',    '2','1','3606.08',    '2','1','553.0',    '2','1','3053.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129955.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041692.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129956.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041693.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129957.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041694.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129958.0','1046155.0','59',    '59','16','16609.59',    '59','5','5321.27',    '25','14','11288.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041695.0','1020588.0','1',    '1','1','1177.58',    '1','0','0.0',    '1','1','1177.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129959.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041696.0','1020588.0','1',    '1','1','4969.11',    '1','1','2170.5',    '1','1','2798.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129960.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041697.0','1020588.0','4',    '4','2','34359.67',    '4','1','32800.0',    '4','2','1559.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129961.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041698.0','1020588.0','8',    '8','3','2573.9',    '8','1','743.0',    '6','3','1830.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129962.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041699.0','1020588.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129963.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041700.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129964.0','1046155.0','4',    '4','1','836.0',    '4','1','836.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041701.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129965.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041702.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129966.0','1046155.0','5',    '4','1','1736.68',    '4','0','0.0',    '2','1','1736.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041703.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129967.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041704.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129968.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041705.0','1020588.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129969.0','1046155.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041706.0','1020588.0','1',    '1','1','456.91',    '1','1','256.92',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129970.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041707.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2129971.0','1046155.0','7',    '7','1','500.0',    '7','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041708.0','1020588.0','26',    '27','20','68322.08',    '25','16','47500.9',    '21','15','20821.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129972.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041709.0','1020588.0','1',    '1','1','926.17',    '1','0','0.0',    '1','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129973.0','1046155.0','1',    '1','1','8332.76',    '1','1','3101.59',    '1','1','5231.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041710.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129974.0','1046155.0','1',    '1','1','6256.12',    '1','1','2846.12',    '1','1','3410.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041711.0','1020588.0','6',    '6','1','2244.62',    '6','0','0.0',    '4','1','2244.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129975.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041712.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129976.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041713.0','1020588.0','14',    '10','5','8532.33',    '10','3','2931.43',    '5','3','5600.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129977.0','1046155.0','1',    '1','1','7000.0',    '1','0','0.0',    '1','1','7000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041714.0','1020588.0','1',    '1','1','963.09',    '1','0','0.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129978.0','1046155.0','11',    '11','8','52451.49',    '11','5','40210.64',    '9','7','12240.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041715.0','1020588.0','8',    '8','3','2968.17',    '8','2','1328.0',    '4','3','1640.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129979.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041716.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129980.0','1046155.0','1',    '1','1','9777.17',    '1','1','9777.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041717.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129981.0','1046155.0','1',    '1','1','874.0',    '1','1','374.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041718.0','1020588.0','1',    '1','1','1545.04',    '1','1','873.26',    '1','1','671.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129982.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041719.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129983.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041720.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129984.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041721.0','1020588.0','19',    '18','7','5479.89',    '18','1','2122.72',    '11','7','3357.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129985.0','1046155.0','1',    '1','1','1461.81',    '1','0','0.0',    '1','1','1461.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041722.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129986.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041723.0','1020588.0','5',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129987.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041724.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129988.0','1046155.0','7',    '7','4','18264.07',    '7','3','14802.84',    '4','2','3461.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041725.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129989.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041726.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2129990.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041727.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2129991.0','1046155.0','15319',    '14915','6931','20768627.89',    '14861','3524','12401623.63',    '8972','5844','8367004.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041728.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129992.0','1046155.0','2',    '2','1','345.96',    '2','0','0.0',    '2','1','345.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041729.0','1020588.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129993.0','1046155.0','4',    '4','3','9130.35',    '4','3','7203.83',    '2','2','1926.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041730.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129994.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041731.0','1020588.0','1',    '1','1','5167.2',    '1','1','4667.2',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129995.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041732.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129996.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041733.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129997.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041734.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129998.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041735.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2129999.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041736.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130000.0','1046155.0','2',    '2','2','3846.01',    '2','1','2846.01',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041737.0','1020588.0','45',    '45','11','6908.55',    '45','3','1314.0',    '22','11','5594.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130001.0','1046155.0','1',    '1','1','1965.08',    '1','1','855.96',    '1','1','1109.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041738.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130002.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041739.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130003.0','1046155.0','4',    '4','2','4027.88',    '4','1','1274.0',    '3','2','2753.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041740.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130004.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041741.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130005.0','1046155.0','32',    '31','24','159066.91',    '31','23','117106.91',    '25','22','41960.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041742.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130006.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041743.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130007.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041744.0','1020588.0','2',    '2','2','11962.63',    '2','2','6113.94',    '1','1','5848.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130008.0','1046155.0','2',    '2','1','1352.99',    '2','1','653.0',    '2','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041745.0','1020588.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130009.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041746.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130010.0','1046155.0','4907',    '4784','2125','8864428.01',    '4744','1376','5943218.82',    '2947','1663','2921209.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041747.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130011.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041748.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130012.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041749.0','1020588.0','23',    '22','18','66344.34',    '22','9','20331.42',    '17','15','46012.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130013.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041750.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130014.0','1046155.0','1',    '1','1','959.0',    '1','1','459.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041751.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130015.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041752.0','1020588.0','11',    '11','3','1500.0',    '11','0','0.0',    '7','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130016.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041753.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130017.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041754.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130018.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041755.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130019.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041756.0','1020588.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130020.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041757.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130021.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041758.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130022.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041759.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130023.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041760.0','1020588.0','1327',    '1293','900','4466732.97',    '1287','585','1655524.43',    '990','761','2811208.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130024.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041761.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130025.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041762.0','1020588.0','12523',    '12143','4296','12490992.43',    '12062','1986','7501975.44',    '6662','3649','4989016.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130026.0','1046155.0','3',    '3','2','10478.69',    '3','2','5953.32',    '3','2','4525.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041763.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130027.0','1046155.0','3',    '3','1','812.73',    '3','1','812.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041764.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130028.0','1046155.0','16740',    '16258','8338','24752901.94',    '16158','4537','14644694.27',    '10662','6651','10108207.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041765.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130029.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041766.0','1020588.0','6',    '7','3','4555.27',    '7','2','1625.55',    '5','1','2929.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130030.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041767.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130031.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041768.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130032.0','1046155.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041769.0','1020588.0','4',    '4','2','1225.12',    '4','1','367.27',    '3','2','857.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130033.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041770.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130034.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041771.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130035.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041772.0','1020588.0','2',    '2','1','1646.92',    '2','0','0.0',    '1','1','1646.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130036.0','1046155.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041773.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130037.0','1046155.0','1',    '1','1','1711.69',    '1','0','0.0',    '1','1','1711.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041774.0','1020588.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130038.0','1046155.0','2',    '2','1','874.0',    '2','1','374.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041775.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130039.0','1046155.0','1',    '1','1','719.0',    '1','0','0.0',    '1','1','719.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041776.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130040.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041777.0','1020588.0','1',    '1','1','225.0',    '1','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130041.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041778.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130042.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041779.0','1020588.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130043.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041780.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130044.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041781.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130045.0','1046155.0','11',    '11','7','32908.16',    '11','4','24118.99',    '7','6','8789.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041782.0','1020588.0','2',    '2','2','1053.0',    '2','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130046.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041783.0','1020588.0','6',    '6','6','5687.91',    '6','2','3524.83',    '5','5','2163.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130047.0','1046155.0','1',    '1','1','1521.13',    '1','1','546.15',    '1','1','974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041784.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130048.0','1046155.0','327',    '317','139','351689.6',    '314','74','210116.29',    '184','106','141573.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041785.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130049.0','1046155.0','1',    '1','1','33300.0',    '1','1','32800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041786.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130050.0','1046155.0','3',    '3','2','804.38',    '3','1','304.38',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041787.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130051.0','1046155.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041788.0','1020588.0','1',    '1','1','405.84',    '1','1','405.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130052.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041789.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130053.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041790.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130054.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041791.0','1020588.0','9',    '8','3','4478.06',    '8','1','1225.6',    '7','3','3252.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130055.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041792.0','1020588.0','5',    '5','1','1986.0',    '5','1','1486.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130056.0','1046155.0','1',    '1','1','26194.36',    '1','1','20389.68',    '1','1','5804.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041793.0','1020588.0','10',    '10','4','12195.25',    '10','3','8357.28',    '6','3','3837.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130057.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041794.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130058.0','1046155.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041795.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130059.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041796.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130060.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041797.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130061.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041798.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130062.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041799.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130063.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041800.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130064.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041801.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130065.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041802.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130066.0','1046155.0','7',    '6','3','14593.07',    '6','1','9569.36',    '5','3','5023.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041803.0','1020588.0','2',    '2','1','4126.36',    '2','1','4126.36',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130067.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041804.0','1020588.0','1',    '1','1','468.04',    '1','1','468.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130068.0','1046155.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041805.0','1020588.0','7',    '7','5','3407.54',    '7','1','1182.54',    '5','5','2225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130069.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041806.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130070.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041807.0','1020588.0','1',    '1','1','7325.68',    '1','1','3063.34',    '1','1','4262.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130071.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041808.0','1020588.0','2',    '2','1','1372.21',    '2','0','0.0',    '1','1','1372.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130072.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041809.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130073.0','1046155.0','3',    '3','2','1218.48',    '3','1','418.48',    '3','2','800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041810.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130074.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041811.0','1020588.0','213',    '208','126','605045.35',    '207','85','250155.87',    '133','100','354889.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130075.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041812.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130076.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041813.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130077.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041814.0','1020588.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130078.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041815.0','1020588.0','5',    '5','3','1500.0',    '5','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130079.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041816.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130080.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041817.0','1020588.0','8',    '8','1','500.0',    '8','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130081.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041818.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130082.0','1046155.0','1',    '1','1','2999.61',    '1','1','2304.0',    '1','1','695.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041819.0','1020588.0','5',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130083.0','1046155.0','16',    '15','4','3034.76',    '15','0','0.0',    '7','4','3034.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041820.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130084.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041821.0','1020588.0','1',    '1','1','1733.27',    '1','1','734.54',    '1','1','998.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130085.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041822.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130086.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041823.0','1020588.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130087.0','1046155.0','3',    '3','1','1864.53',    '3','1','1145.54',    '2','1','718.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041824.0','1020588.0','2',    '2','1','3208.34',    '2','0','0.0',    '1','1','3208.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130088.0','1046155.0','9',    '8','3','12574.32',    '8','1','4213.0',    '3','3','8361.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041825.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130089.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041826.0','1020588.0','8',    '8','2','11970.96',    '8','2','8301.84',    '4','2','3669.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130090.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041827.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130091.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041828.0','1020588.0','3',    '3','2','1980.87',    '3','1','1480.87',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130092.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041829.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130093.0','1046155.0','13',    '13','2','1280.51',    '13','1','780.51',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041830.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130094.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041831.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130095.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041832.0','1020588.0','1',    '1','1','192.0',    '1','1','192.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130096.0','1046155.0','1',    '1','1','381.0',    '1','1','381.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041833.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130097.0','1046155.0','3',    '3','1','17601.35',    '3','1','11314.26',    '1','1','6287.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041834.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130098.0','1046155.0','3',    '3','1','1339.09',    '3','1','876.0',    '2','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041835.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130099.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041836.0','1020588.0','1',    '1','1','1964.0',    '1','1','1964.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130100.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041837.0','1020588.0','2',    '2','1','1683.28',    '2','0','0.0',    '1','1','1683.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130101.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041838.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130102.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041839.0','1020588.0','2',    '2','1','1070.87',    '2','1','1070.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130103.0','1046155.0','4',    '4','2','11435.3',    '4','1','9602.66',    '3','2','1832.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041840.0','1020588.0','11',    '12','5','9354.15',    '11','1','374.0',    '9','4','8980.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130104.0','1046155.0','6',    '6','1','2017.84',    '6','1','1417.84',    '2','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041841.0','1020588.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130105.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041842.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2130106.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041843.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130107.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041844.0','1020588.0','1',    '1','1','7521.04',    '1','1','1678.58',    '1','1','5842.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2130108.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041845.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130109.0','1046155.0','25',    '23','12','17817.13',    '23','5','6185.12',    '14','11','11632.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041846.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130110.0','1046155.0','1',    '1','1','1343.18',    '1','1','1343.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041847.0','1020588.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130111.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041848.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130112.0','1046155.0','8',    '8','4','3462.12',    '8','2','1689.15',    '5','3','1772.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026791.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2115055.0','1046155.0','3',    '3','3','4048.1',    '3','1','762.0',    '3','3','3286.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041849.0','1020588.0','7',    '7','4','7544.05',    '7','2','6044.05',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130113.0','1046155.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041850.0','1020588.0','1',    '1','1','1439.99',    '1','1','69.86',    '1','1','1370.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130114.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041851.0','1020588.0','1',    '1','1','1267.18',    '1','0','0.0',    '1','1','1267.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130115.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041852.0','1020588.0','1',    '1','1','4242.62',    '1','1','1951.56',    '1','1','2291.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130116.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041853.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130117.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041854.0','1020588.0','13',    '13','5','3488.39',    '13','1','1001.7',    '4','4','2486.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2130118.0','1046155.0','5',    '4','2','601.03',    '4','1','101.03',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041855.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130119.0','1046155.0','1',    '1','1','438.0',    '1','1','438.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041856.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2130120.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041857.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130121.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041858.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2130122.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041859.0','1020588.0','7',    '6','1','500.0',    '6','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130123.0','1046155.0','1',    '1','1','3973.2',    '1','1','3973.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041860.0','1020588.0','3',    '2','2','999.99',    '2','0','0.0',    '2','2','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130124.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041861.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130125.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041862.0','1020588.0','3',    '3','3','5040.34',    '3','2','4015.34',    '3','2','1025.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130126.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041863.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130127.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041864.0','1020588.0','58',    '56','27','74859.31',    '56','11','50987.03',    '32','21','23872.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130128.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041865.0','1020588.0','6',    '6','4','6904.01',    '6','2','1314.0',    '3','3','5590.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130129.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041866.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130130.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041867.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130131.0','1046155.0','5',    '4','2','3893.45',    '4','1','1551.51',    '3','2','2341.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041868.0','1020588.0','2',    '2','1','839.45',    '2','1','839.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130132.0','1046155.0','5',    '5','2','36677.19',    '5','2','36177.19',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041869.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130133.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041870.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130134.0','1046155.0','42',    '40','12','11508.6',    '40','4','3502.52',    '18','11','8006.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041871.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130135.0','1046155.0','2',    '2','1','633.97',    '2','1','633.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041872.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130136.0','1046155.0','3',    '3','1','225.0',    '3','0','0.0',    '2','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041873.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130137.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041874.0','1020588.0','1',    '1','1','2006.48',    '1','1','1031.5',    '1','1','974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130138.0','1046155.0','1',    '1','1','172.98',    '1','0','0.0',    '1','1','172.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001748.0',    '2041875.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006185.0',    '2130139.0','1046155.0','1',    '1','1','438.0',    '1','1','438.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041876.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130140.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041877.0','1020588.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2130141.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041878.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130142.0','1046155.0','4',    '4','3','7469.39',    '4','1','1022.4',    '4','2','6446.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041879.0','1020588.0','4',    '4','1','2248.37',    '4','1','2248.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2130143.0','1046155.0','1',    '1','1','2804.36',    '1','1','2804.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041880.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130144.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041881.0','1020588.0','1',    '1','1','1981.29',    '1','1','1215.7',    '1','1','765.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130145.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041882.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130146.0','1046155.0','16',    '14','3','1780.21',    '14','2','1280.21',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041883.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130147.0','1046155.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041884.0','1020588.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130148.0','1046155.0','3',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041885.0','1020588.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130149.0','1046155.0','10',    '10','5','17774.95',    '10','2','6279.02',    '9','5','11495.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041886.0','1020588.0','7',    '6','1','1131.83',    '6','1','1131.83',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130150.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041887.0','1020588.0','10',    '10','2','6879.61',    '10','1','5684.98',    '5','1','1194.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130151.0','1046155.0','14',    '14','10','25778.91',    '14','5','20307.13',    '12','8','5471.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041888.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130152.0','1046155.0','2',    '2','1','3454.28',    '2','1','2827.11',    '1','1','627.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041889.0','1020588.0','5',    '5','2','5274.6',    '5','1','3988.3',    '4','2','1286.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130153.0','1046155.0','2',    '2','2','1053.0',    '2','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041890.0','1020588.0','1',    '1','1','367.27',    '1','1','367.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130154.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041891.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130155.0','1046155.0','2',    '2','1','890.36',    '2','0','0.0',    '2','1','890.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041892.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130156.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041893.0','1020588.0','1',    '1','1','12075.18',    '1','1','7265.43',    '1','1','4809.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2130157.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041894.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130158.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041895.0','1020588.0','1',    '1','1','618.56',    '1','1','618.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2130159.0','1046155.0','7',    '7','3','4425.16',    '7','0','0.0',    '4','3','4425.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041896.0','1020588.0','3',    '3','3','1500.0',    '3','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130160.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041897.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130161.0','1046155.0','6',    '6','3','3082.83',    '6','0','0.0',    '3','3','3082.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041898.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130162.0','1046155.0','2',    '2','1','1978.88',    '2','0','0.0',    '1','1','1978.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041899.0','1020588.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130163.0','1046155.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001945.0',    '2041900.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006186.0',    '2130164.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041901.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130165.0','1046155.0','7',    '7','2','3043.91',    '7','1','553.0',    '4','2','2490.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041902.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2130166.0','1046155.0','1',    '1','1','2246.35',    '1','1','2246.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041903.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130167.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001819.0',    '2041904.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006187.0',    '2130168.0','1046155.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041905.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130169.0','1046155.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041906.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130170.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041907.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130171.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041908.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130172.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041909.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130173.0','1046155.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041910.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130174.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041911.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130175.0','1046155.0','12959',    '12656','6101','15631012.12',    '12613','2775','8332126.08',    '8295','5160','7298886.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041912.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130176.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041913.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130177.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041914.0','1020588.0','7',    '6','1','225.0',    '6','0','0.0',    '2','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130178.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041915.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130179.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041916.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130180.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041917.0','1020588.0','6',    '6','3','26900.19',    '6','2','14987.58',    '4','3','11912.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130181.0','1046155.0','1',    '1','1','913.74',    '1','1','413.74',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041918.0','1020588.0','8',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130182.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041919.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130183.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041920.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130184.0','1046155.0','5',    '4','2','3642.7',    '4','1','864.0',    '3','2','2778.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041921.0','1020588.0','12',    '12','5','15427.71',    '12','3','2584.11',    '5','5','12843.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130185.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041922.0','1020588.0','5',    '5','1','500.0',    '5','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130186.0','1046155.0','2',    '2','2','1100.0',    '2','0','0.0',    '2','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041923.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130187.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041924.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130188.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041925.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130189.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041926.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130190.0','1046155.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041927.0','1020588.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130191.0','1046155.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041928.0','1020588.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130192.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041929.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130193.0','1046155.0','2',    '2','1','5347.93',    '2','1','748.0',    '2','1','4599.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041930.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130194.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041931.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130195.0','1046155.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041932.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130196.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041933.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130197.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041934.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130198.0','1046155.0','1',    '1','1','4737.44',    '1','1','4237.44',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041935.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130199.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041936.0','1020588.0','8017',    '7692','2807','7863504.57',    '7601','1271','4375959.61',    '4384','2433','3487544.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130200.0','1046155.0','1',    '1','1','2125.07',    '1','1','720.0',    '1','1','1405.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041937.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130201.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041938.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130202.0','1046155.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041939.0','1020588.0','1',    '1','1','6483.28',    '1','1','1160.0',    '1','1','5323.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130203.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041940.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130204.0','1046155.0','190',    '184','68','119970.16',    '178','31','45985.97',    '113','62','73984.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041941.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130205.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041942.0','1020588.0','4',    '4','1','1461.81',    '4','0','0.0',    '2','1','1461.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130206.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026440.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114704.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041943.0','1020588.0','1',    '1','1','472.14',    '1','1','472.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130207.0','1046155.0','10',    '11','4','3864.59',    '11','3','1902.92',    '7','2','1961.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026570.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114834.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041944.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130208.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041945.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130209.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026516.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114780.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041946.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130210.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041947.0','1020588.0','1',    '1','1','3696.58',    '1','1','748.0',    '1','1','2948.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130211.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041948.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130212.0','1046155.0','1',    '1','1','1284.5',    '1','0','0.0',    '1','1','1284.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041949.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130213.0','1046155.0','9',    '9','1','500.0',    '9','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041950.0','1020588.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130214.0','1046155.0','4',    '4','3','1382.33',    '4','0','0.0',    '4','3','1382.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041951.0','1020588.0','3',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130215.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041952.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130216.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041953.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130217.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041954.0','1020588.0','6',    '4','1','1355.14',    '4','0','0.0',    '3','1','1355.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130218.0','1046155.0','1',    '1','1','4182.89',    '1','1','3851.9',    '1','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041955.0','1020588.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130219.0','1046155.0','3',    '3','2','10301.89',    '3','2','8317.6',    '1','1','1984.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041956.0','1020588.0','1',    '1','1','33300.0',    '1','1','20818.11',    '1','1','12481.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130220.0','1046155.0','8',    '7','5','6271.12',    '7','3','2355.06',    '5','3','3916.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041957.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130221.0','1046155.0','4',    '4','1','2750.0',    '4','0','0.0',    '1','1','2750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2036028.0','1020588.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2124292.0','1046155.0','18',    '15','9','42485.66',    '15','4','37269.97',    '10','5','5215.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041958.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130222.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026436.0','1020588.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114700.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041959.0','1020588.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130223.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041960.0','1020588.0','3',    '3','2','9371.73',    '3','1','8136.34',    '3','2','1235.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130224.0','1046155.0','4',    '4','3','1500.0',    '4','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041961.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130225.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041962.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130226.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041963.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130227.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041964.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130228.0','1046155.0','13',    '13','5','14246.51',    '12','3','7405.17',    '7','5','6841.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041965.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130229.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041966.0','1020588.0','2820',    '2718','1115','3493510.4',    '2690','566','1926640.6',    '1657','930','1566869.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130230.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041967.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130231.0','1046155.0','7471',    '7221','2468','4285244.5',    '7159','726','2036844.35',    '3827','2231','2248400.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041968.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130232.0','1046155.0','24',    '23','13','20899.06',    '23','6','10067.18',    '16','9','10831.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041969.0','1020588.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130233.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041970.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130234.0','1046155.0','1',    '1','1','427.0',    '1','1','427.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2026725.0','1020588.0','10',    '10','3','1983.58',    '10','1','1106.0',    '5','2','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2114989.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041971.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130235.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041972.0','1020588.0','2',    '2','2','4629.25',    '2','2','4129.25',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130236.0','1046155.0','2',    '2','1','856.12',    '2','0','0.0',    '1','1','856.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041973.0','1020588.0','11',    '10','3','2712.57',    '10','1','553.0',    '7','3','2159.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130237.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041974.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130238.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041975.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130239.0','1046155.0','1',    '1','1','11916.24',    '1','1','7418.72',    '1','1','4497.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041976.0','1020588.0','1',    '1','1','926.18',    '1','0','0.0',    '1','1','926.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130240.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041977.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130241.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041978.0','1020588.0','5',    '5','2','5838.47',    '5','2','5838.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130242.0','1046155.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041979.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130243.0','1046155.0','4',    '4','1','918.0',    '4','1','918.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041980.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130244.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041981.0','1020588.0','1',    '1','1','1086.14',    '1','0','0.0',    '1','1','1086.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130245.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041982.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130246.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041983.0','1020588.0','3',    '3','1','614.97',    '3','0','0.0',    '2','1','614.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130247.0','1046155.0','3',    '3','3','4591.27',    '3','1','463.79',    '3','3','4127.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041984.0','1020588.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130248.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041985.0','1020588.0','1',    '1','1','531.15',    '1','0','0.0',    '1','1','531.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130249.0','1046155.0','1',    '1','1','1444.98',    '1','1','664.66',    '1','1','780.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041986.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130250.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041987.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130251.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041988.0','1020588.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130252.0','1046155.0','5',    '5','2','1012.0',    '5','2','1012.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041989.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130253.0','1046155.0','4',    '4','2','1000.0',    '4','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2035742.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2124006.0','1046155.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041990.0','1020588.0','3',    '3','1','1745.65',    '3','0','0.0',    '3','1','1745.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130254.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041991.0','1020588.0','23',    '22','9','32178.23',    '22','6','18168.17',    '13','7','14010.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130255.0','1046155.0','1',    '1','1','959.0',    '1','1','459.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041992.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130256.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041993.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130257.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041994.0','1020588.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130258.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041995.0','1020588.0','1',    '1','1','1546.92',    '1','1','1022.33',    '1','1','524.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130259.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041996.0','1020588.0','3',    '3','1','926.18',    '3','0','0.0',    '1','1','926.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130260.0','1046155.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2041997.0','1020588.0','1',    '1','1','8794.16',    '1','1','5065.13',    '1','1','3729.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130261.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2041998.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130262.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2041999.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130263.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042000.0','1020588.0','5',    '5','2','4044.67',    '5','0','0.0',    '4','2','4044.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130264.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042001.0','1020588.0','6',    '6','2','3256.74',    '6','0','0.0',    '4','2','3256.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130265.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042002.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130266.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042003.0','1020588.0','4',    '4','3','2363.09',    '4','0','0.0',    '3','3','2363.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130267.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042004.0','1020588.0','3',    '3','3','1845.96',    '3','0','0.0',    '3','3','1845.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130268.0','1046155.0','4',    '4','4','11945.45',    '4','2','6809.35',    '4','3','5136.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042005.0','1020588.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130269.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042006.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130270.0','1046155.0','3',    '3','1','7260.89',    '3','1','4451.13',    '2','1','2809.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042007.0','1020588.0','4',    '4','2','1526.47',    '4','0','0.0',    '3','2','1526.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130271.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042008.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130272.0','1046155.0','1',    '1','1','2594.4',    '1','0','0.0',    '1','1','2594.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042009.0','1020588.0','1',    '1','1','1840.25',    '1','1','1840.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130273.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042010.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130274.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042011.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130275.0','1046155.0','1',    '1','1','502.0',    '1','1','502.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042012.0','1020588.0','1',    '1','1','13414.68',    '1','1','6339.83',    '1','1','7074.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130276.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042013.0','1020588.0','10',    '10','4','9696.16',    '10','2','4993.12',    '4','3','4703.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130277.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042014.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130278.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042015.0','1020588.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130279.0','1046155.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042016.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130280.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2036017.0','1020588.0','1',    '1','1','2722.73',    '1','1','918.0',    '1','1','1804.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2124281.0','1046155.0','2',    '2','1','2270.89',    '2','1','1215.74',    '1','1','1055.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042017.0','1020588.0','2',    '2','1','6902.48',    '2','1','5903.76',    '1','1','998.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130281.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042018.0','1020588.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130282.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042019.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130283.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042020.0','1020588.0','11',    '10','5','5276.34',    '10','2','2058.1',    '8','4','3218.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130284.0','1046155.0','3',    '3','1','475.0',    '3','0','0.0',    '2','1','475.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042021.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130285.0','1046155.0','1',    '1','1','5762.02',    '1','1','2852.06',    '1','1','2909.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042022.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130286.0','1046155.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042023.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130287.0','1046155.0','9',    '7','3','5671.68',    '7','0','0.0',    '3','3','5671.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042024.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130288.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042025.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130289.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042026.0','1020588.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130290.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042027.0','1020588.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130291.0','1046155.0','5987',    '5789','2398','4828045.6',    '5762','980','2438903.22',    '3636','2015','2389142.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042028.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130292.0','1046155.0','2',    '2','1','2056.8',    '2','1','2056.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042029.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130293.0','1046155.0','1',    '1','1','6661.08',    '1','1','3587.24',    '1','1','3073.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042030.0','1020588.0','224',    '220','92','199151.45',    '220','49','114057.5',    '124','74','85093.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130294.0','1046155.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042031.0','1020588.0','7264',    '7073','3986','11871890.95',    '7024','2016','6475122.83',    '5128','3537','5396768.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130295.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042032.0','1020588.0','11',    '10','7','11175.47',    '10','3','3297.71',    '8','7','7877.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130296.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042033.0','1020588.0','1',    '1','1','622.77',    '1','1','122.77',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130297.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042034.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130298.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042035.0','1020588.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130299.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042036.0','1020588.0','1',    '1','1','3196.79',    '1','1','743.0',    '1','1','2453.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130300.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042037.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130301.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042038.0','1020588.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130302.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042039.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130303.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042040.0','1020588.0','1',    '1','1','632.0',    '1','0','0.0',    '1','1','632.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130304.0','1046155.0','9',    '9','3','1175.39',    '9','0','0.0',    '3','3','1175.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2035964.0','1020588.0','1',    '1','1','1255.15',    '1','0','0.0',    '1','1','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2124228.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042041.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130305.0','1046155.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042042.0','1020588.0','11',    '10','6','22524.31',    '9','5','16645.14',    '9','3','5879.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130306.0','1046155.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042043.0','1020588.0','42',    '42','15','24209.18',    '42','6','7418.6',    '22','12','16790.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130307.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042044.0','1020588.0','1',    '1','1','206.87',    '1','1','206.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130308.0','1046155.0','11',    '10','5','7707.63',    '10','1','3015.47',    '8','5','4692.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042045.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130309.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042046.0','1020588.0','1',    '1','1','10914.17',    '1','1','10914.17',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130310.0','1046155.0','4',    '4','3','7660.89',    '4','1','3739.09',    '4','2','3921.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042047.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130311.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042048.0','1020588.0','4',    '4','1','918.0',    '4','1','918.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130312.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042049.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130313.0','1046155.0','2',    '2','2','4244.49',    '2','1','918.0',    '2','2','3326.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042050.0','1020588.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130314.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042051.0','1020588.0','1',    '1','1','4842.56',    '1','1','3781.07',    '1','1','1061.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130315.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042052.0','1020588.0','1',    '1','1','927.16',    '1','0','0.0',    '1','1','927.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130316.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042053.0','1020588.0','6',    '6','4','2000.0',    '6','0','0.0',    '6','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130317.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042054.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130318.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042055.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130319.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042056.0','1020588.0','12',    '11','3','9979.78',    '11','2','3009.1',    '6','2','6970.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130320.0','1046155.0','1',    '1','1','2633.29',    '1','1','2633.29',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2035825.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2124089.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042057.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130321.0','1046155.0','1',    '1','1','1134.98',    '1','1','160.0',    '1','1','974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026497.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114761.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042058.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130322.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042059.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130323.0','1046155.0','1',    '1','1','1418.0',    '1','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042060.0','1020588.0','3',    '3','1','2157.34',    '3','0','0.0',    '1','1','2157.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130324.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042061.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130325.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042062.0','1020588.0','1',    '1','1','1002.0',    '1','1','502.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130326.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042063.0','1020588.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130327.0','1046155.0','5',    '5','2','1986.0',    '5','1','1486.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042064.0','1020588.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130328.0','1046155.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2026597.0','1020588.0','1',    '1','1','640.0',    '1','1','640.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2114861.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042065.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130329.0','1046155.0','2',    '2','1','1689.61',    '2','1','1437.07',    '1','1','252.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042066.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130330.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042067.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130331.0','1046155.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042068.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130332.0','1046155.0','1',    '1','1','1215.27',    '1','1','1215.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042069.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130333.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042070.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130334.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042071.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130335.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042072.0','1020588.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130336.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042073.0','1020588.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130337.0','1046155.0','18',    '18','6','58193.37',    '17','4','51438.99',    '8','5','6754.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042074.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130338.0','1046155.0','3',    '3','1','4734.67',    '3','1','4734.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042075.0','1020588.0','1',    '1','1','3321.04',    '1','0','0.0',    '1','1','3321.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130339.0','1046155.0','4',    '4','3','9760.64',    '4','1','6642.81',    '3','3','3117.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042076.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130340.0','1046155.0','1',    '1','1','1636.55',    '1','1','1636.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042077.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130341.0','1046155.0','2',    '2','2','7344.02',    '2','2','4393.52',    '2','2','2950.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042078.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130342.0','1046155.0','6',    '5','2','2193.69',    '5','1','1062.33',    '2','2','1131.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042079.0','1020588.0','4',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130343.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042080.0','1020588.0','7',    '6','3','5666.46',    '6','2','4666.46',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130344.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2035796.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2124060.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042081.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130345.0','1046155.0','5',    '5','3','2056.62',    '5','0','0.0',    '4','3','2056.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042082.0','1020588.0','4',    '4','1','1418.0',    '4','1','918.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130346.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042083.0','1020588.0','54',    '53','9','15537.16',    '53','5','4413.72',    '25','8','11123.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130347.0','1046155.0','4',    '3','2','13811.56',    '3','1','1486.0',    '2','2','12325.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042084.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130348.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042085.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130349.0','1046155.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042086.0','1020588.0','1',    '1','1','3810.52',    '1','1','3132.94',    '1','1','677.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130350.0','1046155.0','6',    '6','2','4931.02',    '6','2','4865.13',    '3','1','65.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2026568.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2114832.0','1046155.0','1',    '1','1','553.0',    '1','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042087.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130351.0','1046155.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2026525.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2114789.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042088.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130352.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042089.0','1020588.0','4',    '4','2','8252.82',    '4','1','5777.03',    '2','2','2475.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130353.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042090.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130354.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042091.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130355.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042092.0','1020588.0','11760',    '11490','5496','14068321.51',    '11429','2989','8215876.26',    '7307','4281','5852445.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130356.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042093.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130357.0','1046155.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042094.0','1020588.0','1',    '1','1','554.56',    '1','1','554.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130358.0','1046155.0','3',    '3','1','725.0',    '3','0','0.0',    '2','1','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042095.0','1020588.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130359.0','1046155.0','5',    '4','1','2318.23',    '4','0','0.0',    '1','1','2318.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042096.0','1020588.0','1',    '1','1','1461.82',    '1','0','0.0',    '1','1','1461.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130360.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042097.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130361.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042098.0','1020588.0','5',    '5','3','4123.64',    '5','1','1588.45',    '4','3','2535.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130362.0','1046155.0','4',    '4','3','1377.58',    '4','0','0.0',    '3','3','1377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042099.0','1020588.0','1',    '1','1','1255.15',    '1','0','0.0',    '1','1','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130363.0','1046155.0','1',    '1','1','18544.81',    '1','1','12201.6',    '1','1','6343.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042100.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130364.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042101.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130365.0','1046155.0','1',    '1','1','2696.66',    '1','1','2196.66',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042102.0','1020588.0','1',    '1','1','675.0',    '1','1','675.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130366.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042103.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130367.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042104.0','1020588.0','12',    '12','7','8396.4',    '12','2','3341.02',    '10','7','5055.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130368.0','1046155.0','7',    '7','1','500.0',    '6','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042105.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130369.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042106.0','1020588.0','1',    '1','1','2034.37',    '1','0','0.0',    '1','1','2034.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130370.0','1046155.0','1650',    '1603','775','2601855.95',    '1585','492','1436174.92',    '1022','627','1165681.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042107.0','1020588.0','1',    '1','1','3700.43',    '1','1','918.0',    '1','1','2782.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130371.0','1046155.0','3',    '3','3','15669.14',    '3','1','12392.73',    '3','3','3276.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2035803.0','1020588.0','1',    '1','1','1238.0',    '1','1','1106.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2124067.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042108.0','1020588.0','1',    '1','1','1086.67',    '1','1','1086.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130372.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042109.0','1020588.0','13',    '13','7','21837.13',    '13','3','10436.97',    '10','6','11400.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130373.0','1046155.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042110.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130374.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042111.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130375.0','1046155.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042112.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130376.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042113.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130377.0','1046155.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042114.0','1020588.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130378.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042115.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130379.0','1046155.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042116.0','1020588.0','4',    '4','2','10132.0',    '4','1','8050.86',    '3','2','2081.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130380.0','1046155.0','9',    '9','6','6950.08',    '9','4','5821.5',    '6','3','1128.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042117.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130381.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042118.0','1020588.0','2',    '2','2','3823.69',    '2','2','3472.91',    '2','1','350.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130382.0','1046155.0','2',    '2','1','6003.51',    '2','1','1430.84',    '1','1','4572.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042119.0','1020588.0','5',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130383.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042120.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130384.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042121.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130385.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042122.0','1020588.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130386.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042123.0','1020588.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130387.0','1046155.0','10',    '10','1','500.0',    '10','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042124.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130388.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042125.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130389.0','1046155.0','1',    '1','1','1171.95',    '1','1','1171.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042126.0','1020588.0','2',    '2','2','1231.14',    '2','0','0.0',    '2','2','1231.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130390.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026787.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2115051.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042127.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130391.0','1046155.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042128.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130392.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042129.0','1020588.0','13477',    '13074','5892','15117778.45',    '12984','2759','8373680.02',    '7963','4928','6744098.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130393.0','1046155.0','1',    '1','1','16798.22',    '1','1','11799.51',    '1','1','4998.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042130.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130394.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042131.0','1020588.0','2',    '2','1','1392.62',    '2','1','1392.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130395.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2036096.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2124360.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042132.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130396.0','1046155.0','2',    '1','1','15321.69',    '1','1','11884.07',    '1','1','3437.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042133.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130397.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2035860.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2124124.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042134.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130398.0','1046155.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042135.0','1020588.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130399.0','1046155.0','8',    '8','5','3774.1',    '8','1','1055.86',    '5','5','2718.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042136.0','1020588.0','1',    '1','1','432.0',    '1','1','432.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130400.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042137.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130401.0','1046155.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042138.0','1020588.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130402.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042139.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130403.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042140.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130404.0','1046155.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042141.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130405.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042142.0','1020588.0','3',    '2','1','1259.12',    '2','0','0.0',    '1','1','1259.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130406.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042143.0','1020588.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130407.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042144.0','1020588.0','5',    '5','3','1500.0',    '5','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130408.0','1046155.0','1',    '1','1','374.0',    '1','1','374.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042145.0','1020588.0','3',    '2','1','1588.78',    '2','1','1257.79',    '1','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130409.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042146.0','1020588.0','7',    '7','2','1609.12',    '7','0','0.0',    '2','2','1609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130410.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042147.0','1020588.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130411.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042148.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130412.0','1046155.0','3',    '3','2','1418.0',    '3','1','918.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042149.0','1020588.0','7',    '7','2','2708.34',    '7','1','2076.56',    '5','2','631.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130413.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042150.0','1020588.0','10',    '10','3','3081.52',    '9','2','950.52',    '7','2','2131.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130414.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042151.0','1020588.0','3672',    '3582','2092','7975205.17',    '3565','1341','4950981.7',    '2585','1660','3024223.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130415.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042152.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130416.0','1046155.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042153.0','1020588.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130417.0','1046155.0','6',    '6','2','1013.84',    '6','1','513.84',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042154.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130418.0','1046155.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042155.0','1020588.0','1',    '1','1','2964.24',    '1','1','724.0',    '1','1','2240.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130419.0','1046155.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042156.0','1020588.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130420.0','1046155.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042157.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130421.0','1046167.0','1',    '1','1','362.0',    '1','1','362.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042158.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130422.0','1046167.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042159.0','1020600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130423.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042160.0','1020600.0','3',    '2','1','377.58',    '2','0','0.0',    '2','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130424.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042161.0','1020600.0','8',    '7','2','7754.03',    '7','1','3144.73',    '3','2','4609.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130425.0','1046167.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042162.0','1020600.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130426.0','1046167.0','1',    '1','1','10447.3',    '1','1','6792.58',    '1','1','3654.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042163.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130427.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042164.0','1020600.0','10',    '10','9','55459.22',    '10','5','35751.96',    '9','8','19707.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130428.0','1046167.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042165.0','1020600.0','1',    '1','1','4386.02',    '1','1','2364.76',    '1','1','2021.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130429.0','1046167.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042166.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130430.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042167.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130431.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042168.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130432.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2026478.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2114742.0','1046167.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042169.0','1020600.0','4',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130433.0','1046167.0','6',    '6','4','2956.49',    '6','1','1261.86',    '4','4','1694.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026784.0','1020600.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2115048.0','1046167.0','18450',    '17712','6168','11212116.76',    '17542','1899','5320944.52',    '9251','5526','5891172.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042170.0','1020600.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130434.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042171.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130435.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042172.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130436.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042173.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130437.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042174.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130438.0','1046167.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042175.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130439.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042176.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130440.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042177.0','1020600.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130441.0','1046167.0','5',    '5','3','8155.76',    '5','1','3312.42',    '3','3','4843.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042178.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130442.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042179.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130443.0','1046167.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042180.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130444.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042181.0','1020600.0','5',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130445.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042182.0','1020600.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130446.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042183.0','1020600.0','2',    '2','1','731.54',    '2','0','0.0',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130447.0','1046167.0','5507',    '5316','2084','6074097.21',    '5272','843','2540945.91',    '2971','1892','3533151.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042184.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130448.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026521.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114785.0','1046167.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042185.0','1020600.0','6',    '6','2','1372.0',    '6','0','0.0',    '3','2','1372.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130449.0','1046167.0','5',    '5','3','9375.55',    '4','2','6935.35',    '5','2','2440.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042186.0','1020600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130450.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042187.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130451.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042188.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130452.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042189.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130453.0','1046167.0','4',    '4','3','8005.16',    '4','1','6505.16',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042190.0','1020600.0','3',    '3','1','7506.44',    '3','1','1486.0',    '2','1','6020.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130454.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042191.0','1020600.0','1',    '1','1','3131.87',    '1','1','918.0',    '1','1','2213.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130455.0','1046167.0','2',    '2','1','5091.28',    '2','1','4866.28',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026417.0','1020600.0','4',    '3','2','4157.3',    '3','2','2183.91',    '1','1','1973.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114681.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042192.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130456.0','1046167.0','3',    '3','2','949.99',    '3','0','0.0',    '3','2','949.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2035991.0','1020600.0','4',    '4','2','1817.15',    '4','1','562.0',    '2','2','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2124255.0','1046167.0','7',    '7','3','4565.99',    '7','1','2571.76',    '5','3','1994.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2026709.0','1020600.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2114973.0','1046167.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042193.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130457.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042194.0','1020600.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130458.0','1046167.0','14',    '14','6','3305.15',    '14','0','0.0',    '6','6','3305.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042195.0','1020600.0','1',    '1','1','1369.1',    '1','0','0.0',    '1','1','1369.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130459.0','1046167.0','2',    '2','1','463.09',    '2','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042196.0','1020600.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130460.0','1046167.0','2',    '2','1','1284.13',    '2','1','821.04',    '2','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042197.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130461.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042198.0','1020600.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130462.0','1046167.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042199.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130463.0','1046167.0','3',    '3','1','33300.0',    '3','1','27321.38',    '3','1','5978.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042200.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130464.0','1046167.0','2',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042201.0','1020600.0','1',    '1','1','9267.52',    '1','1','4022.23',    '1','1','5245.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130465.0','1046167.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042202.0','1020600.0','1',    '1','1','4587.9',    '1','1','1106.0',    '1','1','3481.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130466.0','1046167.0','7',    '7','1','500.0',    '7','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042203.0','1020600.0','4',    '4','3','1612.12',    '3','1','734.54',    '2','2','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130467.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042204.0','1020600.0','1',    '1','1','8694.99',    '1','1','3304.0',    '1','1','5390.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130468.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042205.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130469.0','1046167.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042206.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130470.0','1046167.0','1',    '1','1','4385.97',    '1','1','3458.81',    '1','1','927.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042207.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130471.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042208.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130472.0','1046167.0','1',    '1','1','877.58',    '1','0','0.0',    '1','1','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042209.0','1020600.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130473.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042210.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130474.0','1046167.0','3',    '3','1','18116.54',    '3','1','10075.47',    '2','1','8041.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042211.0','1020600.0','5',    '5','3','3846.43',    '5','2','2615.52',    '4','2','1230.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130475.0','1046167.0','12',    '9','2','1000.0',    '9','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042212.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130476.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042213.0','1020600.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130477.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042214.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130478.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042215.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130479.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042216.0','1020600.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130480.0','1046167.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2035739.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2124003.0','1046167.0','3',    '3','1','840.67',    '3','0','0.0',    '2','1','840.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042217.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130481.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2026661.0','1020600.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2114925.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042218.0','1020600.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130482.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042219.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130483.0','1046167.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042220.0','1020600.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130484.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042221.0','1020600.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130485.0','1046167.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042222.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130486.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042223.0','1020600.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130487.0','1046167.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042224.0','1020600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130488.0','1046167.0','6',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042225.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130489.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042226.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130490.0','1046169.0','3',    '3','2','8096.03',    '3','1','4556.1',    '2','1','3539.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042227.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130491.0','1046169.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042228.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130492.0','1046169.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042229.0','1020602.0','3',    '3','1','6826.65',    '3','1','3921.44',    '1','1','2905.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130493.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042230.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130494.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042231.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130495.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042232.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130496.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042233.0','1020602.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130497.0','1046169.0','5',    '5','3','12049.43',    '5','2','6765.41',    '4','3','5284.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042234.0','1020602.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130498.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042235.0','1020602.0','2',    '1','1','2600.84',    '1','1','1732.32',    '1','1','868.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130499.0','1046169.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042236.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130500.0','1046169.0','2',    '2','2','11197.55',    '2','1','5735.76',    '2','2','5461.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026480.0','1020602.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114744.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042237.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130501.0','1046169.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026404.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114668.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042238.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130502.0','1046169.0','1',    '1','1','13085.12',    '1','1','5422.76',    '1','1','7662.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042239.0','1020602.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130503.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042240.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130504.0','1046169.0','7',    '7','2','25027.86',    '7','2','19199.76',    '3','2','5828.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042241.0','1020602.0','1',    '1','1','731.54',    '1','0','0.0',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130505.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042242.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130506.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042243.0','1020602.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130507.0','1046169.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042244.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130508.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042245.0','1020602.0','9662',    '9419','5103','21492061.85',    '9370','3023','13585733.38',    '6401','4260','7906328.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130509.0','1046169.0','6',    '6','4','9435.4',    '6','1','1406.0',    '5','4','8029.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042246.0','1020602.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130510.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042247.0','1020602.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130511.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042248.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130512.0','1046169.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042249.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130513.0','1046169.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042250.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130514.0','1046169.0','1',    '1','1','11622.48',    '1','1','9818.73',    '1','1','1803.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042251.0','1020602.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130515.0','1046169.0','2',    '2','1','687.52',    '2','1','687.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042252.0','1020602.0','8',    '7','3','2106.0',    '7','2','1106.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130516.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042253.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130517.0','1046169.0','1',    '1','1','1098.81',    '1','1','367.27',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042254.0','1020602.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130518.0','1046169.0','1',    '1','1','964.07',    '1','0','0.0',    '1','1','964.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042255.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130519.0','1046169.0','7',    '7','1','500.0',    '6','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042256.0','1020602.0','8',    '8','4','17845.14',    '8','4','14346.17',    '4','3','3498.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130520.0','1046169.0','464',    '443','141','229667.6',    '437','46','114579.47',    '243','127','115088.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042257.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130521.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042258.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130522.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042259.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130523.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042260.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130524.0','1046169.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042261.0','1020602.0','3',    '3','1','1231.99',    '3','0','0.0',    '3','1','1231.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130525.0','1046169.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042262.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130526.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042263.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130527.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042264.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130528.0','1046169.0','1',    '1','1','3619.42',    '1','1','1541.93',    '1','1','2077.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042265.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130529.0','1046169.0','1',    '1','1','2519.66',    '1','1','2519.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2026555.0','1020602.0','7',    '7','4','3190.5',    '7','1','1690.5',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2114819.0','1046169.0','1',    '1','1','2510.82',    '1','1','2510.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042266.0','1020602.0','1',    '1','1','364.0',    '1','1','364.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130530.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042267.0','1020602.0','2',    '2','2','8650.94',    '2','2','3808.54',    '1','1','4842.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130531.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042268.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130532.0','1046169.0','7774',    '7610','4071','13382763.19',    '7579','2166','7658611.09',    '5356','3413','5724152.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042269.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130533.0','1046169.0','2',    '2','2','2561.8',    '2','0','0.0',    '2','2','2561.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042270.0','1020602.0','1',    '1','1','2952.41',    '1','1','2189.32',    '1','1','763.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130534.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042271.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130535.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042272.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130536.0','1046169.0','8',    '8','3','17389.26',    '8','1','10554.94',    '5','3','6834.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042273.0','1020602.0','3',    '2','2','1918.0',    '2','1','918.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130537.0','1046169.0','5',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042274.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130538.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042275.0','1020602.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130539.0','1046169.0','10985',    '10639','4060','12824263.72',    '10533','1939','7381048.91',    '6061','3524','5443214.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042276.0','1020602.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130540.0','1046169.0','8',    '5','3','3542.67',    '5','1','954.87',    '3','3','2587.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042277.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130541.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042278.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130542.0','1046169.0','8',    '8','2','625.62',    '8','2','625.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042279.0','1020602.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130543.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042280.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130544.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042281.0','1020602.0','115',    '115','49','161263.53',    '115','24','96079.05',    '73','43','65184.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130545.0','1046169.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042282.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130546.0','1046169.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042283.0','1020602.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130547.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042284.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130548.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042285.0','1020602.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130549.0','1046169.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2035724.0','1020602.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2123988.0','1046169.0','5',    '5','2','1601.81',    '5','1','1101.81',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2035717.0','1020602.0','2',    '2','1','7294.93',    '2','1','743.0',    '1','1','6551.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2123981.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042286.0','1020602.0','6',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130550.0','1046169.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042287.0','1020602.0','2',    '2','1','2494.09',    '2','1','1306.0',    '1','1','1188.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130551.0','1046169.0','2',    '2','2','11752.08',    '2','1','7776.36',    '2','2','3975.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042288.0','1020602.0','1',    '1','1','4961.79',    '1','0','0.0',    '1','1','4961.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130552.0','1046169.0','7',    '7','5','47426.06',    '7','3','46426.06',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042289.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130553.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042290.0','1020602.0','2',    '2','2','1449.99',    '2','0','0.0',    '2','2','1449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130554.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042291.0','1020602.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130555.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042292.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130556.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042293.0','1020602.0','9',    '9','3','10184.5',    '8','1','6467.2',    '5','3','3717.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130557.0','1046169.0','14',    '14','3','2238.49',    '14','1','748.0',    '6','2','1490.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042294.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130558.0','1046169.0','4',    '5','4','2243.0',    '5','1','743.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042295.0','1020602.0','2',    '2','2','6377.55',    '2','1','1391.05',    '2','2','4986.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130559.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042296.0','1020602.0','1',    '1','1','1972.21',    '1','0','0.0',    '1','1','1972.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130560.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042297.0','1020602.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130561.0','1046169.0','1',    '1','1','1191.42',    '1','1','513.84',    '1','1','677.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042298.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130562.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042299.0','1020602.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130563.0','1046169.0','7',    '7','6','7583.24',    '7','2','3168.28',    '6','4','4414.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042300.0','1020602.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130564.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042301.0','1020602.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130565.0','1046169.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042302.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042303.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130567.0','1046169.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042304.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130568.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042305.0','1020602.0','5',    '4','3','4695.38',    '4','1','1469.08',    '3','3','3226.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130569.0','1046169.0','2',    '2','1','2351.43',    '2','1','1851.44',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042306.0','1020602.0','1',    '1','1','3412.25',    '1','0','0.0',    '1','1','3412.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130570.0','1046169.0','2',    '2','2','1675.76',    '2','0','0.0',    '2','2','1675.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042307.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130571.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042308.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130572.0','1046169.0','1',    '1','1','1986.0',    '1','1','1486.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042309.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130573.0','1046169.0','2',    '2','1','5913.97',    '2','1','4523.73',    '1','1','1390.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042310.0','1020602.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130574.0','1046169.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042311.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130575.0','1046169.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042312.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130576.0','1046169.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042313.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130577.0','1046169.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042314.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130578.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042315.0','1020602.0','7',    '6','4','7807.61',    '6','2','4309.43',    '4','4','3498.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130579.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042316.0','1020602.0','1',    '1','1','1887.19',    '1','1','1387.19',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130580.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042317.0','1020602.0','1',    '1','1','3909.89',    '1','1','3909.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130581.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042318.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130582.0','1046169.0','1',    '1','1','6632.64',    '1','1','4418.97',    '1','1','2213.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042319.0','1020602.0','9',    '9','2','4212.05',    '9','0','0.0',    '6','2','4212.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130583.0','1046169.0','9',    '9','4','18221.97',    '9','2','16921.98',    '5','3','1299.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042320.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130584.0','1046169.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042321.0','1020602.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130585.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042322.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130586.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042323.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130587.0','1046169.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042324.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130588.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042325.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130589.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042326.0','1020602.0','1',    '1','1','464.07',    '1','0','0.0',    '1','1','464.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130590.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042327.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130591.0','1046169.0','1',    '1','1','12537.35',    '1','1','5586.76',    '1','1','6950.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042328.0','1020602.0','3',    '2','1','10243.42',    '2','1','2915.61',    '1','1','7327.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130592.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042329.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130593.0','1046169.0','181',    '176','90','291701.7',    '175','57','157681.58',    '134','74','134020.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042330.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130594.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042331.0','1020602.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130595.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001663.0',    '2042332.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006190.0',    '2130596.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042333.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130597.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042334.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130598.0','1046169.0','15',    '14','8','24460.15',    '14','6','21285.15',    '7','4','3175.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001914.0',    '2042335.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006192.0',    '2130599.0','1046169.0','4',    '4','1','33300.0',    '4','1','33300.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042336.0','1020602.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130600.0','1046169.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042337.0','1020602.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130601.0','1046169.0','5',    '5','2','5460.16',    '5','1','1022.9',    '2','2','4437.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042338.0','1020602.0','1',    '1','1','918.0',    '1','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130602.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042339.0','1020602.0','1',    '1','1','2135.91',    '1','1','1904.37',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130603.0','1046169.0','1',    '1','1','16650.1',    '1','1','11863.59',    '1','1','4786.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042340.0','1020602.0','2',    '2','1','1363.14',    '2','1','600.06',    '2','1','763.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130604.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042341.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130605.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042342.0','1020602.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130606.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042343.0','1020602.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130607.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042344.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130608.0','1046169.0','3',    '3','1','968.0',    '3','1','743.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042345.0','1020602.0','6',    '6','4','5643.7',    '6','3','4100.07',    '4','3','1543.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130609.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042346.0','1020602.0','1',    '1','1','1153.0',    '1','1','553.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130610.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042347.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130611.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042348.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130612.0','1046169.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042349.0','1020602.0','4',    '4','1','2222.73',    '4','1','918.0',    '1','1','1304.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130613.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042350.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130614.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042351.0','1020602.0','2',    '2','1','3459.02',    '2','0','0.0',    '1','1','3459.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130615.0','1046169.0','2',    '2','1','2020.56',    '2','1','2020.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042352.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130616.0','1046169.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042353.0','1020602.0','1',    '1','1','714.31',    '1','1','270.84',    '1','1','443.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130617.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042354.0','1020602.0','5',    '5','3','7696.74',    '5','2','2581.59',    '3','3','5115.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130618.0','1046169.0','6',    '6','2','6977.23',    '6','1','918.0',    '6','2','6059.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2026620.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2114884.0','1046169.0','5',    '5','2','1013.84',    '5','1','513.84',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042355.0','1020602.0','7',    '7','5','24638.42',    '7','1','13802.92',    '7','5','10835.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130619.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042356.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130620.0','1046169.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042357.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130621.0','1046169.0','5',    '5','4','5236.26',    '5','1','459.0',    '4','3','4777.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2026795.0','1020602.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2115059.0','1046169.0','3',    '3','1','743.0',    '3','1','743.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042358.0','1020602.0','2',    '2','1','11761.41',    '2','1','5854.04',    '2','1','5907.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130622.0','1046169.0','1',    '1','1','4036.39',    '1','1','3315.03',    '1','1','721.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042359.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130623.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042360.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130624.0','1046169.0','1',    '1','1','870.13',    '1','0','0.0',    '1','1','870.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042361.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130625.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042362.0','1020602.0','8',    '8','0','0.0',    '8','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130626.0','1046169.0','3',    '3','2','2142.3',    '3','0','0.0',    '2','2','2142.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042363.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130627.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042364.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130628.0','1046169.0','7',    '6','3','12731.85',    '6','2','8245.27',    '5','3','4486.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042365.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130629.0','1046169.0','5',    '5','4','20209.04',    '5','2','7148.76',    '4','4','13060.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042366.0','1020602.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130630.0','1046169.0','1',    '1','1','147.34',    '1','1','147.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042367.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130631.0','1046169.0','5',    '5','3','2551.47',    '5','0','0.0',    '4','3','2551.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042368.0','1020602.0','1',    '1','1','6940.15',    '1','1','6308.15',    '1','1','632.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130632.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042369.0','1020602.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130633.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042370.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130634.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042371.0','1020602.0','2',    '2','1','614.21',    '2','1','614.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130635.0','1046169.0','1',    '1','1','1334.12',    '1','0','0.0',    '1','1','1334.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042372.0','1020602.0','1',    '1','1','2136.36',    '1','1','1295.79',    '1','1','840.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130636.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042373.0','1020602.0','1',    '1','1','1909.96',    '1','1','329.0',    '1','1','1580.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130637.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042374.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130638.0','1046169.0','9494',    '9216','5157','21383611.02',    '9158','3087','13643913.28',    '6485','4245','7739697.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042375.0','1020602.0','3',    '2','1','1725.52',    '2','0','0.0',    '2','1','1725.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130639.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042376.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130640.0','1046169.0','2',    '2','2','31473.05',    '2','1','25577.73',    '2','2','5895.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042377.0','1020602.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130641.0','1046169.0','5',    '5','3','18268.83',    '5','2','17768.83',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042378.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130642.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042379.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130643.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042380.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130644.0','1046169.0','7',    '7','3','15320.53',    '7','2','12024.54',    '5','2','3295.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042381.0','1020602.0','7',    '7','4','13969.72',    '7','2','3606.18',    '4','3','10363.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130645.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042382.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130646.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042383.0','1020602.0','1',    '1','1','725.0',    '1','0','0.0',    '1','1','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130647.0','1046169.0','1',    '1','1','9150.67',    '1','1','6677.28',    '1','1','2473.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042384.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130648.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042385.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130649.0','1046169.0','1',    '1','1','3373.81',    '1','1','374.0',    '1','1','2999.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042386.0','1020602.0','1',    '1','1','2165.17',    '1','1','1009.05',    '1','1','1156.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130650.0','1046169.0','1',    '1','1','6939.62',    '1','1','6439.62',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042387.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130651.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042388.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130652.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042389.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130653.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042390.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130654.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042391.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130655.0','1046169.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042392.0','1020602.0','2',    '2','1','922.04',    '2','0','0.0',    '1','1','922.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130656.0','1046169.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042393.0','1020602.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130657.0','1046169.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042394.0','1020602.0','1',    '1','1','17023.6',    '1','1','12656.99',    '1','1','4366.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130658.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042395.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130659.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042396.0','1020602.0','1',    '1','1','225.0',    '1','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130660.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042397.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130661.0','1046169.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042398.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130662.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042399.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130663.0','1046169.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042400.0','1020602.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130664.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042401.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130665.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042402.0','1020602.0','3',    '3','1','2488.52',    '3','1','555.0',    '1','1','1933.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130666.0','1046169.0','38',    '37','12','13080.43',    '37','4','2654.59',    '16','9','10425.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042403.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130667.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042404.0','1020602.0','2',    '2','1','995.61',    '2','0','0.0',    '2','1','995.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130668.0','1046169.0','2',    '2','1','8056.08',    '2','1','5599.76',    '2','1','2456.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042405.0','1020602.0','1',    '1','1','1158.06',    '1','0','0.0',    '1','1','1158.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130669.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042406.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130670.0','1046169.0','1',    '1','1','1533.96',    '1','1','1070.87',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042407.0','1020602.0','2',    '2','2','1463.08',    '2','0','0.0',    '2','2','1463.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130671.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042408.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130672.0','1046169.0','4',    '3','2','1760.93',    '3','0','0.0',    '2','2','1760.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042409.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130673.0','1046169.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042410.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130674.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2026481.0','1020602.0','1',    '1','1','9992.04',    '1','1','2386.0',    '1','1','7606.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2114745.0','1046169.0','24',    '22','9','13830.93',    '22','3','7200.04',    '13','9','6630.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042411.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130675.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042412.0','1020602.0','9',    '9','7','19600.73',    '8','5','12132.47',    '9','5','7468.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130676.0','1046169.0','1',    '1','1','23459.98',    '1','1','15816.54',    '1','1','7643.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042413.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130677.0','1046169.0','1',    '1','1','862.0',    '1','1','362.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042414.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130678.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042415.0','1020602.0','5974',    '5807','2920','10692638.22',    '5767','1753','6598233.96',    '3869','2430','4094404.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130679.0','1046169.0','6',    '6','2','1432.0',    '6','1','432.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042416.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130680.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042417.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130681.0','1046169.0','9',    '9','5','51491.91',    '9','5','27179.64',    '5','5','24312.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042418.0','1020602.0','1',    '1','1','1106.0',    '1','1','1106.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130682.0','1046169.0','5',    '5','2','5465.5',    '5','1','1160.0',    '5','2','4305.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042419.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130683.0','1046169.0','3',    '3','2','3934.25',    '3','2','2114.08',    '3','2','1820.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042420.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130684.0','1046169.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042421.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130685.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042422.0','1020602.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130686.0','1046169.0','13',    '11','4','13931.84',    '11','3','1870.0',    '5','4','12061.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042423.0','1020602.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130687.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042424.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130688.0','1046169.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042425.0','1020602.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130689.0','1046169.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042426.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130690.0','1046174.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042427.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130691.0','1046174.0','3',    '3','2','955.36',    '3','1','456.0',    '2','1','499.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042428.0','1020607.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130692.0','1046174.0','4',    '4','4','21012.89',    '4','2','20012.89',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042429.0','1020607.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130693.0','1046174.0','1',    '1','1','990.09',    '1','1','395.0',    '1','1','595.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042430.0','1020607.0','4',    '4','1','766.05',    '4','0','0.0',    '3','1','766.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130694.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042431.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130695.0','1046174.0','1',    '1','1','4442.87',    '1','1','580.0',    '1','1','3862.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042432.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130696.0','1046174.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042433.0','1020607.0','3',    '2','1','990.04',    '2','1','490.04',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130697.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042434.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130698.0','1046174.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042435.0','1020607.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130699.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042436.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130700.0','1046174.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042437.0','1020607.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130701.0','1046174.0','4',    '4','3','1868.0',    '4','3','1368.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042438.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130702.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042439.0','1020607.0','1',    '1','1','1349.34',    '1','1','1349.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130703.0','1046174.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042440.0','1020607.0','2',    '2','1','6613.23',    '2','1','3496.88',    '1','1','3116.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130704.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042441.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130705.0','1046174.0','7706',    '7504','4537','18102684.71',    '7465','2856','11167373.69',    '5630','3758','6935311.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042442.0','1020607.0','3',    '3','2','4413.29',    '3','1','357.15',    '3','2','4056.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130706.0','1046174.0','1',    '1','1','6890.71',    '1','1','3120.26',    '1','1','3770.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042443.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130707.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042444.0','1020607.0','2',    '2','2','1993.11',    '2','1','1493.11',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130708.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042445.0','1020607.0','6291',    '6097','2627','7521346.69',    '6050','1224','4436688.62',    '3732','2276','3084658.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130709.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042446.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130710.0','1046174.0','1',    '1','1','1303.75',    '1','0','0.0',    '1','1','1303.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042447.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130711.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042448.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130712.0','1046174.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042449.0','1020607.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130713.0','1046174.0','4',    '4','2','5059.63',    '4','2','3622.9',    '4','1','1436.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2026580.0','1020607.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2114844.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042450.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130714.0','1046174.0','1',    '1','1','6043.64',    '1','1','6043.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042451.0','1020607.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130715.0','1046174.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042452.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130716.0','1046174.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042453.0','1020607.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130717.0','1046174.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042454.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130718.0','1046174.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042455.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130719.0','1046174.0','4',    '4','3','15158.12',    '4','2','9427.09',    '3','3','5731.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042456.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130720.0','1046174.0','1',    '1','1','4805.12',    '1','1','2112.0',    '1','1','2693.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2035480.0','1020607.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2123744.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042457.0','1020607.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130721.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2031862.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2120126.0','1046174.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042458.0','1020607.0','1',    '1','1','15797.06',    '1','1','7590.39',    '1','1','8206.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130722.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042459.0','1020607.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130723.0','1046174.0','42',    '42','15','22873.1',    '42','9','16155.55',    '18','11','6717.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2031956.0','1020607.0','1',    '1','1','638.0',    '1','1','638.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2120220.0','1046174.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042460.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130724.0','1046174.0','1',    '1','1','987.68',    '1','0','0.0',    '1','1','987.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2032086.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120350.0','1046174.0','1',    '1','1','1904.42',    '1','1','1904.42',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2031882.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2120146.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042461.0','1020607.0','1',    '1','1','206.87',    '1','1','206.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130725.0','1046174.0','1',    '1','1','5283.2',    '1','1','4983.2',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2031991.0','1020607.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120255.0','1046174.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042462.0','1020607.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130726.0','1046174.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2031870.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120134.0','1046174.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042463.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130727.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042464.0','1020607.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130728.0','1046174.0','2',    '2','1','550.0',    '2','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2026641.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2114905.0','1046174.0','15',    '15','5','38818.01',    '15','2','31065.09',    '9','5','7752.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042465.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130729.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042466.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130730.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042467.0','1020607.0','4',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130731.0','1046174.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042468.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130732.0','1046174.0','1',    '1','1','1727.62',    '1','1','1727.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2029398.0','1020607.0','4',    '4','2','4904.05',    '4','2','1592.0',    '3','2','3312.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2117662.0','1046174.0','1',    '1','1','504.92',    '1','1','504.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042469.0','1020607.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130733.0','1046174.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2032915.0','1020607.0','14',    '13','2','2412.86',    '13','2','944.74',    '5','2','1468.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2121179.0','1046174.0','1',    '1','1','1409.27',    '1','0','0.0',    '1','1','1409.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042470.0','1020607.0','2',    '2','1','956.0',    '2','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130734.0','1046174.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031792.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120056.0','1046182.0','421',    '412','268','1186899.52',    '410','190','741235.13',    '328','224','445664.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2031927.0','1020615.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120191.0','1046182.0','8',    '8','6','12650.57',    '8','2','4535.36',    '6','5','8115.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042471.0','1020615.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130735.0','1046182.0','9',    '9','6','4631.95',    '9','1','456.0',    '6','6','4175.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042472.0','1020615.0','4',    '4','3','8819.82',    '4','2','7449.69',    '3','2','1370.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130736.0','1046182.0','2',    '2','1','998.73',    '2','0','0.0',    '2','1','998.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2040372.0','1020615.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2128636.0','1046182.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032901.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2121165.0','1046182.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042473.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130737.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042474.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130738.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042475.0','1020615.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130739.0','1046182.0','3',    '3','2','956.0',    '3','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042476.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130740.0','1046182.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042477.0','1020615.0','1',    '1','1','4124.63',    '1','1','790.0',    '1','1','3334.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130741.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2029427.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2117691.0','1046182.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042478.0','1020615.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130742.0','1046182.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042479.0','1020615.0','1',    '1','1','456.0',    '1','1','456.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130743.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2029456.0','1020615.0','2',    '2','1','1716.17',    '2','1','790.0',    '2','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2117720.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042480.0','1020615.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130744.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2032728.0','1020615.0','2204',    '2138','934','2273652.19',    '2127','487','1457994.16',    '1164','728','815658.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120992.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042481.0','1020615.0','9',    '9','1','755.15',    '9','0','0.0',    '5','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130745.0','1046182.0','5',    '5','2','5231.57',    '5','0','0.0',    '2','2','5231.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2031949.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120213.0','1046182.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042482.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130746.0','1046182.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2032030.0','1020615.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120294.0','1046182.0','1',    '1','1','928.13',    '1','0','0.0',    '1','1','928.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042483.0','1020615.0','6520',    '6305','3099','12435470.71',    '6262','1788','8260377.47',    '4075','2610','4175093.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130747.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042484.0','1020615.0','2',    '2','1','956.0',    '2','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130748.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042485.0','1020615.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130749.0','1046182.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042486.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130750.0','1046182.0','6',    '6','2','5253.21',    '6','2','2062.0',    '2','2','3191.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031974.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120238.0','1046182.0','9',    '8','6','51908.71',    '8','6','37731.17',    '5','5','14177.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042487.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130751.0','1046182.0','2',    '2','2','956.0',    '2','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042488.0','1020615.0','304',    '300','182','661765.69',    '299','95','386980.99',    '222','162','274784.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130752.0','1046182.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042489.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130753.0','1046182.0','5',    '5','2','877.58',    '5','0','0.0',    '3','2','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042490.0','1020615.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130754.0','1046182.0','4',    '4','2','5045.86',    '4','1','4371.38',    '2','2','674.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031925.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120189.0','1046182.0','6',    '5','3','1981.0',    '5','1','456.0',    '4','3','1525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2029451.0','1020615.0','1',    '1','1','1883.57',    '1','1','1042.9',    '1','1','840.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2117715.0','1046182.0','10',    '10','5','46178.06',    '10','4','30818.8',    '6','4','15359.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2035318.0','1020615.0','1',    '1','1','926.18',    '1','0','0.0',    '1','1','926.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2123582.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042491.0','1020615.0','239',    '223','82','196299.81',    '222','33','113289.66',    '120','67','83010.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130755.0','1046182.0','28',    '27','15','61613.71',    '27','8','42999.46',    '16','12','18614.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2032109.0','1020615.0','2',    '2','1','1595.61',    '2','1','760.9',    '1','1','834.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120373.0','1046182.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2029246.0','1020615.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2117510.0','1046182.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031990.0','1020615.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120254.0','1046182.0','8',    '8','4','5263.21',    '8','4','4263.21',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2031812.0','1020615.0','5',    '3','2','851.0',    '3','2','851.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120076.0','1046182.0','1338',    '1316','578','1630624.57',    '1309','266','1039951.62',    '782','500','590672.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2032113.0','1020615.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120377.0','1046182.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042492.0','1020615.0','3',    '3','3','8930.86',    '3','2','7430.86',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130756.0','1046182.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042493.0','1020615.0','1',    '1','1','12714.8',    '1','1','7493.02',    '1','1','5221.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130757.0','1046182.0','26',    '25','11','64881.98',    '25','7','52853.13',    '15','7','12028.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2035212.0','1020615.0','2',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2123476.0','1046182.0','3',    '3','2','1100.06',    '3','1','600.06',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042494.0','1020623.0','142',    '132','59','215294.0',    '130','28','104517.16',    '85','52','110776.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130758.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032047.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120311.0','1046190.0','4',    '4','1','1043.7',    '4','1','666.12',    '2','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042495.0','1020623.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130759.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032091.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120355.0','1046190.0','6',    '6','5','13185.82',    '6','2','8584.63',    '6','5','4601.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2035021.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2123285.0','1046190.0','3',    '3','2','1899.12',    '3','1','790.0',    '2','2','1109.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032005.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120269.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042496.0','1020623.0','2',    '2','1','9176.52',    '2','1','3654.07',    '2','1','5522.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130760.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042497.0','1020623.0','3',    '3','1','343.06',    '3','1','343.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130761.0','1046190.0','17',    '16','10','21322.19',    '16','5','14240.71',    '10','8','7081.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042498.0','1020623.0','10525',    '10219','4296','8111695.75',    '10174','2016','4660073.52',    '5850','3446','3451622.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130762.0','1046190.0','9929',    '9667','4028','6208977.05',    '9617','1771','3225020.16',    '5176','3125','2983956.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031972.0','1020623.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120236.0','1046190.0','1',    '1','1','956.0',    '1','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2029278.0','1020623.0','2',    '2','1','956.0',    '2','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2117542.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2031884.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120148.0','1046190.0','5776',    '5611','2224','3159790.11',    '5575','903','1680392.9',    '3058','1774','1479397.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031775.0','1020623.0','7',    '5','3','3401.92',    '5','2','1303.84',    '4','3','2098.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120039.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042499.0','1020623.0','4',    '4','3','1500.0',    '4','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130763.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042500.0','1020623.0','4',    '4','4','37144.92',    '4','3','26684.33',    '4','4','10460.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130764.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042501.0','1020623.0','1',    '1','1','2219.06',    '1','1','1487.52',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130765.0','1046190.0','1',    '1','1','16650.83',    '1','1','14704.86',    '1','1','1945.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042502.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130766.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042503.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130767.0','1046190.0','2',    '2','1','3180.51',    '2','0','0.0',    '1','1','3180.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042504.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130768.0','1046190.0','4',    '4','2','1377.58',    '4','0','0.0',    '4','2','1377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042505.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130769.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042506.0','1020623.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130770.0','1046190.0','9',    '9','7','61612.76',    '9','6','43088.07',    '5','4','18524.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032000.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120264.0','1046190.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2029384.0','1020623.0','12006',    '11702','4949','11308040.25',    '11637','2427','6995456.68',    '6605','3938','4312583.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2117648.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042507.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130771.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042508.0','1020623.0','5',    '5','2','1912.0',    '5','2','912.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130772.0','1046190.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042509.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130773.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031954.0','1020623.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120218.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031875.0','1020623.0','2',    '2','1','1730.27',    '2','0','0.0',    '1','1','1730.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120139.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042510.0','1020623.0','4',    '4','3','19315.63',    '4','3','6566.11',    '3','3','12749.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130774.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042511.0','1020623.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130775.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032023.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120287.0','1046190.0','14',    '14','7','9967.05',    '14','3','1824.0',    '8','6','8143.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032369.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120633.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031957.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120221.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042512.0','1020623.0','3',    '3','2','3686.35',    '3','1','456.0',    '3','2','3230.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130776.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042513.0','1020623.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130777.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042514.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130778.0','1046190.0','1',    '1','1','1376.94',    '1','0','0.0',    '1','1','1376.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042515.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130779.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042516.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130780.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2029184.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2117448.0','1046190.0','1',    '1','1','1319.2',    '1','1','1319.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042517.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130781.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042518.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130782.0','1046190.0','1',    '1','1','956.0',    '1','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042519.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130783.0','1046190.0','12',    '10','6','6970.65',    '9','3','4527.41',    '8','4','2443.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031861.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120125.0','1046190.0','3',    '3','1','456.0',    '3','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032025.0','1020623.0','5',    '3','1','456.0',    '3','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120289.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042520.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130784.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042521.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130785.0','1046190.0','1',    '1','1','2487.13',    '1','1','1153.91',    '1','1','1333.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2040376.0','1020623.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2128640.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042522.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130786.0','1046190.0','1',    '1','1','930.98',    '1','0','0.0',    '1','1','930.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031952.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120216.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042523.0','1020623.0','2',    '1','1','1909.6',    '1','1','1258.0',    '1','1','651.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130787.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032163.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120427.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032087.0','1020623.0','3',    '3','2','919.09',    '3','1','456.0',    '2','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120351.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032011.0','1020623.0','9',    '9','3','1956.0',    '9','1','456.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120275.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032391.0','1020623.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120655.0','1046190.0','8',    '8','5','50103.5',    '8','4','33013.26',    '5','5','17090.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042524.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130788.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042525.0','1020623.0','5',    '5','1','1054.7',    '5','1','975.14',    '2','1','79.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130789.0','1046190.0','1',    '1','1','8840.92',    '1','1','4425.81',    '1','1','4415.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042526.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130790.0','1046190.0','4',    '4','2','1414.06',    '4','0','0.0',    '3','2','1414.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042527.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130791.0','1046190.0','10',    '10','3','12381.87',    '10','1','5695.69',    '6','3','6686.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042528.0','1020623.0','1',    '1','1','926.17',    '1','0','0.0',    '1','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130792.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042529.0','1020623.0','4',    '4','2','3088.52',    '4','1','1328.0',    '3','2','1760.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130793.0','1046190.0','4',    '4','1','5427.74',    '4','1','4927.74',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042530.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130794.0','1046190.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042531.0','1020623.0','1',    '1','1','6143.59',    '1','1','4180.79',    '1','1','1962.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130795.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042532.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130796.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042533.0','1020623.0','4',    '4','3','1456.0',    '4','1','456.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130797.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042534.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130798.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042535.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130799.0','1046190.0','1',    '1','1','956.0',    '1','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2031904.0','1020623.0','5',    '5','3','24091.94',    '5','2','14943.57',    '4','2','9148.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2120168.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042536.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130800.0','1046190.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032111.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120375.0','1046190.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032013.0','1020623.0','1',    '1','1','956.0',    '1','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120277.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042537.0','1020623.0','1',    '1','1','543.08',    '1','0','0.0',    '1','1','543.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130801.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042538.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130802.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042539.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130803.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031778.0','1020623.0','2',    '2','2','3325.0',    '2','0','0.0',    '2','2','3325.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120042.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2026798.0','1020623.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2115062.0','1046190.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2035181.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2123445.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042540.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130804.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031983.0','1020623.0','1',    '1','1','1049.58',    '1','0','0.0',    '1','1','1049.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120247.0','1046190.0','1',    '1','1','956.0',    '1','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2040754.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2129018.0','1046190.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042541.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130805.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2029459.0','1020623.0','11',    '11','3','1456.0',    '11','1','456.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2117723.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2031998.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120262.0','1046190.0','5',    '5','1','5863.38',    '5','1','2940.68',    '3','1','2922.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042542.0','1020623.0','1',    '1','1','956.0',    '1','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130806.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2032089.0','1020623.0','1',    '1','1','668.99',    '1','0','0.0',    '1','1','668.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120353.0','1046190.0','8',    '8','7','6638.24',    '8','2','1246.0',    '6','6','5392.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2032043.0','1020623.0','3',    '3','1','300.0',    '3','0','0.0',    '2','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2120307.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2032074.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120338.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042543.0','1020623.0','1',    '1','1','1562.38',    '1','1','1562.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130807.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2032658.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120922.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2032069.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120333.0','1046190.0','1',    '1','1','449.99',    '1','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032118.0','1020623.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120382.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2032110.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120374.0','1046190.0','3',    '3','2','2095.82',    '3','0','0.0',    '2','2','2095.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031912.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120176.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2031869.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120133.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032246.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120510.0','1046190.0','3',    '3','1','4801.83',    '3','1','2986.49',    '1','1','1815.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042544.0','1020623.0','3',    '3','3','1664.0',    '2','1','364.0',    '3','3','1300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130808.0','1046190.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042545.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130809.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042546.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130810.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042547.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130811.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2032097.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120361.0','1046190.0','2',    '2','1','978.98',    '2','0','0.0',    '2','1','978.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042548.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130812.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2026499.0','1020623.0','3',    '3','1','233.48',    '3','1','233.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2114763.0','1046190.0','1',    '1','1','1102.16',    '1','1','1102.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042549.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130813.0','1046190.0','214',    '203','82','230454.17',    '203','34','129942.03',    '145','73','100512.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031868.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120132.0','1046190.0','4',    '4','2','4896.55',    '4','1','3296.56',    '2','2','1599.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042550.0','1020623.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130814.0','1046190.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042551.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130815.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042552.0','1020623.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130816.0','1046190.0','3',    '3','2','1500.63',    '3','2','806.0',    '1','1','694.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042553.0','1020623.0','1',    '1','1','5670.44',    '1','1','5170.44',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130817.0','1046190.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042554.0','1020623.0','5',    '4','3','2102.58',    '4','1','553.0',    '3','3','1549.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130818.0','1046190.0','13',    '13','2','1000.0',    '13','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032077.0','1020623.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120341.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2026421.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2114685.0','1046190.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042555.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130819.0','1046190.0','1',    '1','1','609.12',    '1','0','0.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042556.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130820.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042557.0','1020623.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130821.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032370.0','1020623.0','9',    '7','4','2000.0',    '7','0','0.0',    '5','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120634.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2029415.0','1020623.0','4',    '4','3','1377.58',    '4','0','0.0',    '3','3','1377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2117679.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042558.0','1020623.0','105',    '102','31','21957.06',    '102','5','3254.6',    '53','31','18702.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130822.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2035036.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2123300.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042559.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130823.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042560.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130824.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031985.0','1020623.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120249.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042561.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130825.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042562.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130826.0','1046190.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042563.0','1020623.0','10',    '9','5','2535.3',    '9','0','0.0',    '7','5','2535.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130827.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042564.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130828.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2032200.0','1020623.0','2',    '2','2','8086.78',    '2','1','6205.36',    '2','2','1881.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2120464.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042565.0','1020623.0','2',    '2','1','1833.23',    '2','0','0.0',    '2','1','1833.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130829.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042566.0','1020623.0','3',    '3','2','1743.0',    '3','1','743.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130830.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042567.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130831.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042568.0','1020623.0','15',    '15','9','27901.5',    '15','7','14774.72',    '11','9','13126.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130832.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042569.0','1020623.0','2',    '2','1','3097.6',    '2','0','0.0',    '1','1','3097.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130833.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031866.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120130.0','1046190.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042570.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130834.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042571.0','1020623.0','2',    '2','2','1986.69',    '2','0','0.0',    '2','2','1986.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130835.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042572.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130836.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042573.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130837.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042574.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130838.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042575.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130839.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042576.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130840.0','1046190.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042577.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130841.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042578.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130842.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042579.0','1020623.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130843.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042580.0','1020623.0','7623',    '7390','2581','5406117.17',    '7310','998','2791871.53',    '4218','2252','2614245.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130844.0','1046190.0','4597',    '4411','1728','4289506.64',    '4372','786','2457610.96',    '2506','1463','1831895.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042581.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130845.0','1046190.0','14',    '14','5','20483.64',    '14','4','9860.36',    '6','5','10623.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042582.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130846.0','1046190.0','2',    '2','1','765.5',    '2','0','0.0',    '1','1','765.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042583.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130847.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042584.0','1020623.0','2',    '2','1','2592.6',    '2','1','2592.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130848.0','1046190.0','5',    '5','1','1248.0',    '5','1','748.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042585.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130849.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042586.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130850.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2032104.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120368.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042587.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130851.0','1046190.0','2',    '2','1','6609.36',    '2','1','4016.56',    '1','1','2592.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042588.0','1020623.0','2',    '2','2','1194.63',    '2','0','0.0',    '2','2','1194.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130852.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042589.0','1020623.0','5',    '5','4','5734.81',    '5','2','1945.0',    '5','3','3789.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130853.0','1046190.0','1',    '1','1','1549.23',    '1','0','0.0',    '1','1','1549.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2040364.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2128628.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042590.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130854.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042591.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130855.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042592.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130856.0','1046190.0','2',    '2','1','524.59',    '2','0','0.0',    '2','1','524.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042593.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130857.0','1046190.0','3',    '3','1','5113.77',    '3','1','629.0',    '3','1','4484.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042594.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130858.0','1046190.0','1',    '1','1','1803.65',    '1','1','1278.66',    '1','1','524.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042595.0','1020623.0','7',    '7','3','2258.07',    '7','1','1258.07',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130859.0','1046190.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042596.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130860.0','1046190.0','1',    '1','1','2800.91',    '1','0','0.0',    '1','1','2800.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2032033.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120297.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042597.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130861.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042598.0','1020623.0','10',    '9','6','9087.08',    '9','3','2756.77',    '7','6','6330.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130862.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032176.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120440.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042599.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130863.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042600.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130864.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042601.0','1020623.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130865.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042602.0','1020623.0','6',    '6','1','500.0',    '6','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130866.0','1046190.0','12',    '12','8','14840.32',    '12','3','6594.13',    '10','7','8246.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2029168.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2117432.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042603.0','1020623.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130867.0','1046190.0','3',    '3','2','6607.33',    '3','1','1319.36',    '2','2','5287.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2029390.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2117654.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2032105.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120369.0','1046190.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2031947.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2120211.0','1046190.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042604.0','1020623.0','6',    '6','1','500.0',    '6','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130868.0','1046190.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2026460.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2114724.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042605.0','1020623.0','2',    '2','1','231.54',    '2','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130869.0','1046190.0','1',    '1','1','4792.52',    '1','1','918.0',    '1','1','3874.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042606.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130870.0','1046190.0','1',    '1','1','1292.31',    '1','1','1292.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042607.0','1020623.0','1',    '1','1','840.67',    '1','0','0.0',    '1','1','840.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130871.0','1046190.0','4',    '4','1','2436.47',    '4','0','0.0',    '2','1','2436.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2029210.0','1020623.0','1',    '1','1','1629.6',    '1','1','1629.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2117474.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042608.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130872.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2031971.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2120235.0','1046190.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2040937.0','1020623.0','1',    '1','1','1195.61',    '1','0','0.0',    '1','1','1195.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2129201.0','1046190.0','3',    '3','1','231.54',    '3','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042609.0','1020623.0','1',    '1','1','9658.96',    '1','1','9082.88',    '1','1','576.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130873.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031829.0','1020623.0','2',    '2','2','4097.2',    '2','2','2848.19',    '2','1','1249.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120093.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031938.0','1020623.0','1',    '1','1','9164.31',    '1','1','6110.2',    '1','1','3054.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120202.0','1046190.0','1',    '1','1','4204.53',    '1','1','2231.14',    '1','1','1973.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042610.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130874.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042611.0','1020623.0','2',    '2','2','3014.65',    '2','1','459.0',    '2','2','2555.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130875.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031915.0','1020623.0','1',    '1','1','1106.0',    '1','1','1106.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120179.0','1046190.0','4',    '4','3','814.92',    '4','2','649.42',    '2','1','165.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042612.0','1020623.0','15234',    '14809','6547','16710230.11',    '14734','3169','9483365.34',    '9221','5395','7226864.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130876.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001821.0',    '2042613.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006193.0',    '2130877.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031944.0','1020623.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120208.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042614.0','1020623.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130878.0','1046190.0','7',    '6','2','653.7',    '6','1','276.12',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042615.0','1020623.0','1',    '1','1','2229.63',    '1','0','0.0',    '1','1','2229.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130879.0','1046190.0','4',    '4','1','1736.28',    '4','0','0.0',    '1','1','1736.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042616.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130880.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2031999.0','1020623.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2120263.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2040578.0','1020623.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2128842.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042617.0','1020623.0','1',    '1','1','2157.36',    '1','1','2157.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130881.0','1046190.0','8',    '7','1','500.0',    '7','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2032244.0','1020623.0','4',    '4','2','1230.91',    '4','0','0.0',    '2','2','1230.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120508.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032301.0','1020623.0','2',    '2','1','725.0',    '2','0','0.0',    '1','1','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120565.0','1046190.0','1',    '1','1','16001.73',    '1','1','7231.29',    '1','1','8770.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032032.0','1020623.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120296.0','1046190.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042618.0','1020623.0','10',    '10','3','2999.35',    '10','0','0.0',    '4','3','2999.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130882.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001961.0',    '2042619.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006194.0',    '2130883.0','1046190.0','10',    '10','5','4707.64',    '10','2','1341.31',    '5','5','3366.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042620.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130884.0','1046190.0','1',    '1','1','986.66',    '1','1','986.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042621.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130885.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001866.0',    '2042622.0','1020623.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006195.0',    '2130886.0','1046190.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042623.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130887.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2042624.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2130888.0','1046190.0','2',    '2','1','26983.23',    '2','1','20528.43',    '1','1','6454.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042625.0','1020623.0','1',    '1','1','1892.62',    '1','1','1392.62',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130889.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001904.0',    '2032155.0','1020623.0','7',    '7','5','5507.1',    '7','1','320.0',    '6','5','5187.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006198.0',    '2120419.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042626.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130890.0','1046190.0','5',    '3','2','8171.66',    '3','1','4783.68',    '2','2','3387.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042627.0','1020623.0','154',    '149','61','202215.9',    '149','35','130127.37',    '88','52','72088.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130891.0','1046190.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042628.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130892.0','1046190.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042629.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130893.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042630.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130894.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042631.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130895.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042632.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130896.0','1046190.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042633.0','1020623.0','1',    '1','1','731.54',    '1','0','0.0',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130897.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042634.0','1020623.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130898.0','1046190.0','13',    '13','9','16127.73',    '13','6','3810.45',    '12','6','12317.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042635.0','1020623.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130899.0','1046190.0','1',    '1','1','25012.93',    '1','1','18611.69',    '1','1','6401.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042636.0','1020623.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130900.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032197.0','1020623.0','53',    '52','20','69848.56',    '52','8','46662.24',    '38','18','23186.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120461.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042637.0','1020623.0','2',    '2','1','600.0',    '2','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130901.0','1046190.0','5',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042638.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130902.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042639.0','1020623.0','8',    '8','3','1760.33',    '7','1','535.33',    '4','3','1225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130903.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042640.0','1020623.0','1',    '1','1','2063.07',    '1','0','0.0',    '1','1','2063.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130904.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042641.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130905.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032127.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120391.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032174.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120438.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042642.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130906.0','1046190.0','7526',    '7312','1966','2553568.29',    '7260','432','1050313.71',    '3232','1822','1503254.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042643.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130907.0','1046190.0','6',    '6','1','500.0',    '6','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042644.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130908.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042645.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130909.0','1046190.0','8',    '8','1','500.0',    '8','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042646.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130910.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042647.0','1020623.0','5',    '5','3','3504.65',    '5','1','918.0',    '5','3','2586.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130911.0','1046190.0','15',    '15','8','41506.81',    '15','4','23961.95',    '9','6','17544.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042648.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130912.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042649.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130913.0','1046190.0','3',    '2','1','1218.24',    '2','0','0.0',    '2','1','1218.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2032255.0','1020623.0','19',    '17','4','2784.41',    '17','0','0.0',    '8','4','2784.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2120519.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042650.0','1020623.0','1',    '1','1','962.45',    '1','0','0.0',    '1','1','962.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130914.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042651.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130915.0','1046190.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042652.0','1020623.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130916.0','1046190.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042653.0','1020623.0','9',    '10','4','2663.08',    '10','0','0.0',    '6','4','2663.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130917.0','1046190.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042654.0','1020623.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130918.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042655.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130919.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042656.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130920.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042657.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130921.0','1046190.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042658.0','1020623.0','1',    '1','1','6072.04',    '1','1','918.0',    '1','1','5154.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130922.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042659.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130923.0','1046190.0','1817',    '1781','1021','4518305.1',    '1776','656','2856417.66',    '1292','877','1661887.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042660.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130924.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042661.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130925.0','1046190.0','1',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042662.0','1020623.0','5',    '5','3','12433.16',    '5','1','8696.79',    '5','3','3736.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130926.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032439.0','1020623.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120703.0','1046190.0','1',    '1','1','3730.95',    '1','1','864.0',    '1','1','2866.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042663.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130927.0','1046190.0','7',    '7','3','3980.64',    '7','1','2437.57',    '6','3','1543.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042664.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130928.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042665.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130929.0','1046190.0','3',    '3','1','755.15',    '3','0','0.0',    '1','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042666.0','1020623.0','10',    '10','0','0.0',    '10','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130930.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042667.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130931.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042668.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130932.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042669.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130933.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042670.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130934.0','1046190.0','1',    '1','1','8607.45',    '1','1','3811.39',    '1','1','4796.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042671.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130935.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042672.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130936.0','1046190.0','16',    '16','3','1500.0',    '16','0','0.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032134.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120398.0','1046190.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042673.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130937.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042674.0','1020623.0','5',    '5','4','42716.11',    '5','4','35544.0',    '4','3','7172.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130938.0','1046190.0','3',    '3','2','2390.94',    '3','1','1390.94',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2033041.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2121305.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042675.0','1020623.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130939.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032034.0','1020623.0','1',    '1','1','1594.13',    '1','1','282.0',    '1','1','1312.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120298.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042676.0','1020623.0','3',    '3','2','8946.13',    '3','1','5424.06',    '2','2','3522.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130940.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032128.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120392.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042677.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130941.0','1046190.0','1',    '1','1','18649.01',    '1','1','13369.17',    '1','1','5279.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042678.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130942.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031973.0','1020623.0','1',    '1','1','13164.97',    '1','1','10722.55',    '1','1','2442.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120237.0','1046190.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042679.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130943.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042680.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130944.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032028.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120292.0','1046190.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042681.0','1020623.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130945.0','1046190.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032072.0','1020623.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120336.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042682.0','1020623.0','1',    '1','1','305.49',    '1','0','0.0',    '1','1','305.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130946.0','1046190.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042683.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130947.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042684.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130948.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042685.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130949.0','1046246.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042686.0','1020679.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130950.0','1046246.0','1',    '1','1','5674.87',    '1','1','5674.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2031905.0','1020679.0','5',    '5','2','1761.19',    '5','2','1761.19',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120169.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042687.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130951.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2031896.0','1020679.0','3',    '3','2','3819.3',    '3','0','0.0',    '2','2','3819.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120160.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032663.0','1020679.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120927.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032350.0','1020679.0','4',    '4','2','10454.62',    '4','1','1892.54',    '4','2','8562.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120614.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042688.0','1020679.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130952.0','1046246.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042689.0','1020679.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130953.0','1046246.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032057.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120321.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042690.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130954.0','1046246.0','3',    '3','2','10519.23',    '3','2','6215.78',    '2','2','4303.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032640.0','1020679.0','38',    '36','10','14419.3',    '36','5','7840.21',    '16','7','6579.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120904.0','1046246.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042691.0','1020679.0','1',    '1','1','2581.6',    '1','1','2581.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130955.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032027.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120291.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042692.0','1020679.0','6',    '6','3','1500.0',    '6','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130956.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042693.0','1020679.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130957.0','1046246.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042694.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130958.0','1046246.0','1',    '1','1','864.0',    '1','1','864.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042695.0','1020679.0','1',    '1','1','2733.53',    '1','1','1853.34',    '1','1','880.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130959.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032371.0','1020679.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120635.0','1046246.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042696.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130960.0','1046246.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042697.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130961.0','1046246.0','7',    '7','3','6009.13',    '7','1','3294.84',    '4','3','2714.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042698.0','1020679.0','1',    '1','1','1049.98',    '1','0','0.0',    '1','1','1049.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130962.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042699.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130963.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042700.0','1020679.0','10',    '9','2','1000.0',    '9','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130964.0','1046246.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032276.0','1020679.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120540.0','1046246.0','3',    '3','1','86.49',    '3','0','0.0',    '1','1','86.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042701.0','1020679.0','8067',    '7833','4176','16841511.46',    '7804','2358','10491420.03',    '5477','3606','6350091.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130965.0','1046246.0','4',    '4','2','706.87',    '4','1','206.87',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042702.0','1020679.0','1',    '1','1','12893.11',    '1','1','8835.47',    '1','1','4057.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130966.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032167.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120431.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042703.0','1020679.0','1',    '1','1','872.99',    '1','1','872.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130967.0','1046246.0','3',    '3','3','2890.82',    '3','0','0.0',    '3','3','2890.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042704.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130968.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042705.0','1020679.0','1',    '1','1','13296.28',    '1','1','11306.03',    '1','1','1990.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130969.0','1046246.0','11',    '11','4','9318.06',    '11','2','3565.23',    '5','4','5752.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042706.0','1020679.0','3',    '3','2','2835.58',    '3','1','374.0',    '2','2','2461.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130970.0','1046246.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042707.0','1020679.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130971.0','1046246.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032112.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120376.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042708.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130972.0','1046246.0','1',    '1','1','242.43',    '1','0','0.0',    '1','1','242.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042709.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130973.0','1046246.0','8',    '8','4','4034.99',    '8','2','1106.0',    '3','2','2928.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032095.0','1020679.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120359.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042710.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130974.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042711.0','1020679.0','1',    '1','1','637.76',    '1','0','0.0',    '1','1','637.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130975.0','1046246.0','1',    '1','1','5431.37',    '1','1','743.0',    '1','1','4688.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042712.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130976.0','1046246.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032058.0','1020679.0','2',    '2','1','3137.1',    '2','1','1106.0',    '1','1','2031.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120322.0','1046246.0','12',    '13','2','1637.76',    '12','0','0.0',    '4','2','1637.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042713.0','1020679.0','5',    '4','2','16923.17',    '4','1','14441.03',    '4','2','2482.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130977.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032312.0','1020679.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120576.0','1046246.0','1',    '1','1','1601.3',    '1','1','1601.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032875.0','1020679.0','1',    '1','1','3500.59',    '1','1','2545.03',    '1','1','955.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2121139.0','1046246.0','4',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042714.0','1020679.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130978.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042715.0','1020679.0','1',    '1','1','3630.06',    '1','1','459.0',    '1','1','3171.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130979.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042716.0','1020679.0','3',    '3','1','225.0',    '3','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130980.0','1046246.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042717.0','1020679.0','2',    '2','2','1432.0',    '2','1','432.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130981.0','1046246.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042718.0','1020679.0','1',    '1','1','1606.0',    '1','1','1106.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130982.0','1046246.0','19',    '19','7','4339.0',    '19','1','1614.0',    '10','6','2725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042719.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130983.0','1046264.0','26',    '22','5','2500.0',    '21','0','0.0',    '11','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042720.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130984.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042721.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130985.0','1046264.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042722.0','1020697.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130986.0','1046264.0','1',    '1','1','1849.69',    '1','1','1600.1',    '1','1','249.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042723.0','1020697.0','8',    '8','3','1622.97',    '8','1','553.0',    '5','2','1069.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130987.0','1046264.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042724.0','1020697.0','74',    '70','24','28253.26',    '70','6','11830.38',    '34','20','16422.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130988.0','1046264.0','4',    '4','2','6733.56',    '4','2','1945.0',    '3','2','4788.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042725.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130989.0','1046264.0','2',    '2','2','4842.27',    '2','2','1790.18',    '2','2','3052.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042726.0','1020697.0','7',    '7','6','27204.63',    '7','4','8049.71',    '5','5','19154.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130990.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042727.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130991.0','1046264.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042728.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2130992.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042729.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130993.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042730.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130994.0','1046264.0','10',    '10','3','1500.0',    '10','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042731.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2130995.0','1046264.0','2',    '3','1','1276.88',    '3','0','0.0',    '2','1','1276.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042732.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130996.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042733.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2130997.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042734.0','1020697.0','22',    '21','7','6844.19',    '21','1','2447.29',    '8','7','4396.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130998.0','1046264.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032775.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2121039.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042735.0','1020697.0','1',    '1','1','881.9',    '1','1','381.9',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2130999.0','1046264.0','34',    '31','11','5509.58',    '31','0','0.0',    '17','11','5509.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042736.0','1020697.0','1',    '1','1','5335.99',    '1','1','3899.81',    '1','1','1436.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131000.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042737.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131001.0','1046264.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042738.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131002.0','1046264.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042739.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131003.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042740.0','1020697.0','5',    '5','2','22206.04',    '5','2','21206.04',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131004.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032425.0','1020697.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120689.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042741.0','1020697.0','5',    '5','4','12969.31',    '5','2','5515.52',    '5','4','7453.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131005.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042742.0','1020697.0','4',    '4','3','2137.76',    '4','0','0.0',    '4','3','2137.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131006.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042743.0','1020697.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131007.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042744.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131008.0','1046264.0','10',    '8','1','500.0',    '8','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042745.0','1020697.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131009.0','1046264.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042746.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131010.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042747.0','1020697.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131011.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042748.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131012.0','1046264.0','1',    '1','1','1290.66',    '1','0','0.0',    '1','1','1290.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2032418.0','1020697.0','2',    '2','1','7050.53',    '2','1','5790.14',    '1','1','1260.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2120682.0','1046264.0','2',    '3','1','880.19',    '3','0','0.0',    '3','1','880.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042749.0','1020697.0','3',    '3','2','3810.1',    '3','2','2707.67',    '2','1','1102.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131013.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042750.0','1020697.0','1',    '1','1','1870.75',    '1','0','0.0',    '1','1','1870.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131014.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032295.0','1020697.0','6',    '6','2','1000.0',    '6','0','0.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120559.0','1046264.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042751.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131015.0','1046264.0','100',    '94','42','53035.22',    '93','19','37891.49',    '44','28','15143.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042752.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131016.0','1046264.0','2',    '2','1','3680.23',    '2','1','2232.04',    '2','1','1448.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042753.0','1020697.0','5',    '5','4','25987.41',    '5','1','21844.26',    '3','3','4143.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131017.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042754.0','1020697.0','3',    '3','2','963.09',    '3','0','0.0',    '3','2','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131018.0','1046264.0','3',    '3','1','599.99',    '3','0','0.0',    '2','1','599.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042755.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131019.0','1046264.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042756.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131020.0','1046264.0','3',    '3','2','1053.0',    '3','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032009.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120273.0','1046264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042757.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131021.0','1046264.0','6',    '5','1','86.49',    '5','0','0.0',    '3','1','86.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031933.0','1020697.0','2',    '2','1','8968.7',    '2','1','1296.0',    '1','1','7672.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120197.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042758.0','1020697.0','2',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131022.0','1046264.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032002.0','1020697.0','3',    '3','2','6688.72',    '3','2','3276.4',    '2','2','3412.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120266.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042759.0','1020697.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131023.0','1046264.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032071.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120335.0','1046264.0','10',    '9','7','3374.0',    '9','1','374.0',    '8','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042760.0','1020697.0','2',    '2','1','4346.35',    '2','1','4346.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131024.0','1046264.0','1',    '1','1','4340.55',    '1','1','1106.0',    '1','1','3234.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042761.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131025.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042762.0','1020697.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131026.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2031955.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2120219.0','1046264.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042763.0','1020697.0','9990',    '9650','3334','4473277.93',    '9570','836','2049914.34',    '4981','3024','2423363.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131027.0','1046264.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042764.0','1020697.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131028.0','1046264.0','1',    '1','1','5692.35',    '1','1','1759.26',    '1','1','3933.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042765.0','1020697.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131029.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032380.0','1020697.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120644.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042766.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131030.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042767.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131031.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042768.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131032.0','1046264.0','1',    '1','1','33300.0',    '1','1','33300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042769.0','1020697.0','4',    '4','4','2000.0',    '4','0','0.0',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131033.0','1046264.0','2',    '2','2','4406.29',    '2','2','2218.58',    '1','1','2187.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042770.0','1020697.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131034.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042771.0','1020697.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131035.0','1046264.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042772.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131036.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042773.0','1020697.0','128',    '120','58','213073.9',    '119','29','130832.01',    '70','46','82241.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131037.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032108.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120372.0','1046264.0','2',    '2','1','2807.31',    '2','1','370.84',    '1','1','2436.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032049.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120313.0','1046264.0','1',    '1','1','865.13',    '1','0','0.0',    '1','1','865.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032050.0','1020697.0','7',    '7','2','1458.99',    '7','1','459.0',    '4','1','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120314.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2031940.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120204.0','1046264.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042774.0','1020697.0','7',    '7','4','1742.43',    '7','0','0.0',    '5','4','1742.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131038.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2031958.0','1020697.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120222.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042775.0','1020697.0','24',    '23','9','30030.17',    '22','6','19963.81',    '12','7','10066.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131039.0','1046264.0','11',    '11','1','591.98',    '11','0','0.0',    '7','1','591.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032029.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120293.0','1046264.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031960.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120224.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032038.0','1020697.0','1',    '1','1','1389.73',    '1','1','1389.73',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120302.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032024.0','1020697.0','1',    '2','2','2351.95',    '2','0','0.0',    '2','2','2351.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120288.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042776.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131040.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032221.0','1020697.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120485.0','1046264.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032324.0','1020697.0','1',    '1','1','381.12',    '1','1','381.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120588.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042777.0','1020697.0','1',    '1','1','538.0',    '1','1','538.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131041.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2031928.0','1020697.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120192.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042778.0','1020697.0','1',    '1','1','1963.21',    '1','0','0.0',    '1','1','1963.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131042.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032135.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120399.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042779.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131043.0','1046264.0','38',    '35','10','19563.2',    '35','4','9794.1',    '19','8','9769.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042780.0','1020697.0','19',    '19','11','22631.29',    '18','4','13966.46',    '12','9','8664.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131044.0','1046264.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042781.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131045.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042782.0','1020697.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131046.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042783.0','1020697.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131047.0','1046264.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042784.0','1020697.0','4',    '4','1','5246.55',    '4','1','918.0',    '1','1','4328.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131048.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042785.0','1020697.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131049.0','1046264.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042786.0','1020697.0','1',    '1','1','725.0',    '1','0','0.0',    '1','1','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131050.0','1046264.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042787.0','1020697.0','1',    '1','1','3127.36',    '1','1','3127.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131051.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042788.0','1020697.0','16',    '16','6','27023.34',    '16','5','15498.78',    '7','5','11524.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131052.0','1046264.0','12',    '12','6','15288.97',    '12','4','8464.47',    '8','4','6824.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042789.0','1020697.0','1',    '1','1','1446.12',    '1','0','0.0',    '1','1','1446.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131053.0','1046264.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042790.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131054.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042791.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131055.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042792.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131056.0','1046287.0','8',    '8','1','553.0',    '8','1','553.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042793.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131057.0','1046287.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042794.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131058.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2031917.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120181.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042795.0','1020720.0','2',    '2','2','1137.76',    '2','0','0.0',    '2','2','1137.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131059.0','1046287.0','1',    '1','1','242.43',    '1','0','0.0',    '1','1','242.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032070.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120334.0','1046287.0','13',    '11','4','4056.69',    '11','1','1486.0',    '6','3','2570.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042796.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131060.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042797.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131061.0','1046287.0','1',    '1','1','14055.63',    '1','1','918.0',    '1','1','13137.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042798.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131062.0','1046287.0','1',    '1','1','19608.98',    '1','1','15579.27',    '1','1','4029.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042799.0','1020720.0','1',    '1','1','3485.32',    '1','1','918.0',    '1','1','2567.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131063.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042800.0','1020720.0','1',    '1','1','621.8',    '1','1','621.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131064.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2032035.0','1020720.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2120299.0','1046287.0','4',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2032131.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2120395.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042801.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131065.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042802.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131066.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042803.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131067.0','1046287.0','14',    '14','6','20608.49',    '14','5','13724.34',    '9','6','6884.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042804.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131068.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042805.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131069.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042806.0','1020720.0','13',    '13','7','18203.02',    '13','4','13573.04',    '8','5','4629.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131070.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042807.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131071.0','1046287.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042808.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131072.0','1046287.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042809.0','1020720.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131073.0','1046287.0','50',    '47','13','11405.17',    '47','0','0.0',    '22','13','11405.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042810.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131074.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042811.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131075.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042812.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131076.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042813.0','1020720.0','7',    '7','3','1459.0',    '6','1','459.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131077.0','1046287.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042814.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131078.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042815.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131079.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042816.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131080.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042817.0','1020720.0','31',    '31','13','31957.35',    '31','6','20938.81',    '17','10','11018.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131081.0','1046287.0','1',    '1','1','668.99',    '1','0','0.0',    '1','1','668.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042818.0','1020720.0','84',    '80','23','22835.82',    '80','4','6204.5',    '36','21','16631.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131082.0','1046287.0','7',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042819.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131083.0','1046287.0','3',    '3','1','5293.32',    '3','1','1106.0',    '2','1','4187.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042820.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131084.0','1046287.0','5',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042821.0','1020720.0','1',    '1','1','1775.52',    '1','0','0.0',    '1','1','1775.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131085.0','1046287.0','14',    '12','3','4980.39',    '12','1','918.0',    '7','3','4062.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042822.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131086.0','1046287.0','2',    '2','2','8000.74',    '2','2','4503.41',    '2','2','3497.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042823.0','1020720.0','35',    '30','14','24421.54',    '30','8','7188.48',    '21','11','17233.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131087.0','1046287.0','2',    '2','1','1053.0',    '2','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042824.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131088.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042825.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131089.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042826.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131090.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001666.0',    '2042827.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006199.0',    '2131091.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042828.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131092.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042829.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131093.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042830.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131094.0','1046287.0','4',    '4','3','2159.0',    '4','3','1659.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2032847.0','1020720.0','18',    '16','6','16201.37',    '16','3','12640.43',    '10','6','3560.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2121111.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042831.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131095.0','1046287.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042832.0','1020720.0','1',    '1','1','1186.11',    '0','0','0.0',    '1','1','1186.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131096.0','1046287.0','18',    '15','3','2700.93',    '15','2','1471.0',    '5','2','1229.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042833.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131097.0','1046287.0','4',    '4','3','7999.67',    '4','2','5999.68',    '3','3','1999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042834.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131098.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042835.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131099.0','1046287.0','6',    '5','3','5342.59',    '4','2','3199.3',    '5','3','2143.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042836.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131100.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042837.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131101.0','1046287.0','6',    '7','1','2940.88',    '7','1','1815.6',    '4','1','1125.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042838.0','1020720.0','1',    '1','1','2886.31',    '1','0','0.0',    '1','1','2886.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131102.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042839.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131103.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042840.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131104.0','1046287.0','1',    '1','1','165.5',    '1','0','0.0',    '1','1','165.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032918.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2121182.0','1046287.0','6',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042841.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131105.0','1046287.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042842.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131106.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042843.0','1020720.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131107.0','1046287.0','9',    '8','5','13096.99',    '8','3','8798.44',    '5','4','4298.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042844.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131108.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042845.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131109.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2032178.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2120442.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042846.0','1020720.0','2',    '2','1','1271.77',    '2','0','0.0',    '1','1','1271.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131110.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042847.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131111.0','1046287.0','1',    '1','1','954.55',    '1','1','954.55',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042848.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131112.0','1046287.0','366',    '346','154','329210.89',    '346','72','176415.68',    '206','129','152795.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042849.0','1020720.0','7',    '7','2','1769.08',    '7','1','769.08',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131113.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042850.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131114.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042851.0','1020720.0','8',    '8','2','1690.76',    '8','1','553.0',    '4','2','1137.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131115.0','1046287.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032282.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120546.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042852.0','1020720.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131116.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042853.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131117.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032158.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120422.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042854.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131118.0','1046287.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042855.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131119.0','1046287.0','1',    '1','1','1469.71',    '1','0','0.0',    '1','1','1469.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042856.0','1020720.0','196',    '180','67','71330.57',    '178','15','24215.28',    '105','60','47115.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131120.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002026.0',    '2042857.0','1020720.0','4',    '4','2','1380.19',    '4','0','0.0',    '2','2','1380.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006206.0',    '2131121.0','1046287.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042858.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131122.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2042859.0','1020720.0','6',    '6','2','2366.9',    '6','0','0.0',    '3','2','2366.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2131123.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032348.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120612.0','1046287.0','4',    '4','1','553.0',    '4','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032664.0','1020720.0','9',    '9','3','1553.0',    '8','1','553.0',    '5','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120928.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001837.0',    '2032428.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006209.0',    '2120692.0','1046287.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032157.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120421.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042860.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131124.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042861.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131125.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032259.0','1020720.0','355',    '338','137','247738.17',    '338','48','129277.15',    '188','114','118461.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120523.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042862.0','1020720.0','161',    '155','68','91250.17',    '154','23','50871.85',    '87','56','40378.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131126.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032257.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120521.0','1046287.0','3',    '3','2','8010.92',    '3','1','553.0',    '2','2','7457.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042863.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131127.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042864.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131128.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042865.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131129.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032351.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120615.0','1046287.0','4',    '3','3','2377.0',    '3','2','1377.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042866.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131130.0','1046287.0','7',    '7','2','984.86',    '7','0','0.0',    '3','2','984.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042867.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131131.0','1046287.0','4',    '4','1','1380.19',    '4','0','0.0',    '1','1','1380.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042868.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131132.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042869.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131133.0','1046287.0','2',    '2','1','11362.92',    '2','1','10565.42',    '2','1','797.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042870.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131134.0','1046287.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042871.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131135.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042872.0','1020720.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131136.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042873.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131137.0','1046287.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042874.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131138.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032201.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120465.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032278.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120542.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032168.0','1020720.0','8',    '8','5','9561.56',    '8','2','1849.0',    '6','5','7712.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120432.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032790.0','1020720.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2121054.0','1046287.0','10',    '9','5','17469.15',    '9','3','8697.35',    '6','4','8771.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032203.0','1020720.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120467.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032306.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120570.0','1046287.0','1',    '1','1','374.43',    '1','0','0.0',    '1','1','374.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042875.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131139.0','1046287.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042876.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131140.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042877.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131141.0','1046287.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042878.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131142.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042879.0','1020720.0','15',    '15','4','2481.71',    '15','2','1012.0',    '5','2','1469.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131143.0','1046287.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042880.0','1020720.0','2',    '1','1','918.0',    '1','1','918.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131144.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032280.0','1020720.0','2',    '2','2','1132.0',    '2','0','0.0',    '2','2','1132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120544.0','1046287.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042881.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131145.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042882.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131146.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032373.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120637.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042883.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131147.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042884.0','1020720.0','86',    '81','30','24582.16',    '80','7','7739.25',    '36','26','16842.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131148.0','1046287.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042885.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131149.0','1046287.0','146',    '137','51','92443.62',    '134','27','60428.01',    '78','36','32015.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042886.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131150.0','1046287.0','5',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042887.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131151.0','1046287.0','1',    '1','1','484.86',    '1','0','0.0',    '1','1','484.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042888.0','1020720.0','441',    '424','157','324508.02',    '422','79','208500.84',    '208','120','116007.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131152.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042889.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131153.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042890.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131154.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042891.0','1020720.0','2',    '2','2','1553.0',    '2','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131155.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042892.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131156.0','1046287.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042893.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131157.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042894.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131158.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032315.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120579.0','1046287.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042895.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131159.0','1046287.0','6317',    '5944','2052','2263103.2',    '5886','834','1038452.6',    '2859','1583','1224650.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042896.0','1020720.0','6879',    '6599','2758','4248900.43',    '6534','1128','1995318.2',    '3803','2276','2253582.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131160.0','1046287.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042897.0','1020720.0','22',    '21','8','6405.46',    '21','1','553.0',    '8','7','5852.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131161.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042898.0','1020720.0','11',    '10','3','2803.02',    '10','1','918.0',    '6','2','1885.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131162.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032393.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120657.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042899.0','1020720.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131163.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042900.0','1020720.0','2940',    '2751','1110','1387922.71',    '2720','487','569720.69',    '1453','887','818202.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131164.0','1046287.0','4',    '4','1','484.86',    '4','0','0.0',    '2','1','484.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032426.0','1020720.0','101',    '93','26','28906.42',    '92','6','7985.04',    '48','23','20921.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120690.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042901.0','1020720.0','4',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131165.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042902.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131166.0','1046287.0','4',    '4','3','1459.0',    '4','1','459.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032275.0','1020720.0','38',    '37','16','17330.0',    '37','2','9267.02',    '19','14','8062.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120539.0','1046287.0','1',    '1','1','1281.6',    '1','0','0.0',    '1','1','1281.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042903.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131167.0','1046287.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042904.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131168.0','1046287.0','53',    '51','22','35789.39',    '51','5','22503.28',    '29','20','13286.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042905.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131169.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042906.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131170.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032202.0','1020720.0','8',    '8','3','3590.31',    '8','0','0.0',    '4','3','3590.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120466.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042907.0','1020720.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131171.0','1046287.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042908.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131172.0','1046287.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042909.0','1020720.0','13',    '13','4','3381.18',    '13','1','918.0',    '5','4','2463.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131173.0','1046287.0','4',    '4','1','600.0',    '4','0','0.0',    '2','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042910.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131174.0','1046287.0','3',    '3','3','1553.0',    '3','1','553.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042911.0','1020720.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131175.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042912.0','1020720.0','42',    '41','13','18781.05',    '41','3','2212.0',    '22','13','16569.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131176.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042913.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131177.0','1046287.0','4281',    '4130','1309','1199105.18',    '4100','506','499461.53',    '1828','989','699643.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042914.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131178.0','1046287.0','3',    '3','2','3216.94',    '3','0','0.0',    '2','2','3216.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032349.0','1020720.0','2081',    '1974','779','1225881.0',    '1948','366','706140.65',    '1090','615','519740.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120613.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2033008.0','1020720.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2121272.0','1046287.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042915.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131179.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042916.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131180.0','1046287.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042917.0','1020720.0','24',    '24','7','4053.0',    '24','1','553.0',    '12','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131181.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042918.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131182.0','1046287.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042919.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131183.0','1046287.0','5',    '4','2','685.0',    '4','1','553.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042920.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131184.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042921.0','1020720.0','6',    '6','3','1969.71',    '6','0','0.0',    '3','3','1969.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131185.0','1046287.0','4',    '4','1','1053.0',    '4','1','553.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042922.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131186.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032422.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120686.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032261.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120525.0','1046287.0','5545',    '5298','1666','1331426.97',    '5250','580','456383.57',    '2377','1291','875043.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042923.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131187.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032381.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120645.0','1046287.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042924.0','1020720.0','11223',    '10770','4295','4669617.81',    '10681','1639','1640880.92',    '5835','3472','3028736.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131188.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032277.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120541.0','1046287.0','107',    '103','49','35773.38',    '101','6','7231.33',    '68','46','28542.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042925.0','1020720.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131189.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042926.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131190.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042927.0','1020720.0','13',    '13','4','2826.66',    '13','2','1299.12',    '8','3','1527.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131191.0','1046287.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042928.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131192.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042929.0','1020720.0','1',    '1','1','2086.57',    '1','0','0.0',    '1','1','2086.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131193.0','1046287.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042930.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131194.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042931.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131195.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042932.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131196.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042933.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131197.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042934.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131198.0','1046287.0','8999',    '8576','3977','7344871.98',    '8462','1794','3535417.64',    '5546','3281','3809454.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042935.0','1020720.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131199.0','1046287.0','7',    '7','3','4837.4',    '7','3','4337.4',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042936.0','1020720.0','28000',    '27070','9737','16267166.29',    '26883','4154','9170803.37',    '13483','7592','7096362.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131200.0','1046287.0','17',    '16','4','2000.0',    '16','0','0.0',    '9','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042937.0','1020720.0','7',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131201.0','1046287.0','13',    '10','6','3344.91',    '10','1','375.2',    '8','5','2969.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042938.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131202.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042939.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131203.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042940.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131204.0','1046287.0','5',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042941.0','1020720.0','8',    '8','4','5392.13',    '8','2','1659.0',    '5','4','3733.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131205.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042942.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131206.0','1046287.0','12',    '11','3','1500.0',    '11','0','0.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042943.0','1020720.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131207.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042944.0','1020720.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131208.0','1046287.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042945.0','1020720.0','1',    '1','1','862.76',    '1','0','0.0',    '1','1','862.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131209.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042946.0','1020720.0','5',    '5','4','1737.78',    '5','2','1106.0',    '2','2','631.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131210.0','1046287.0','1',    '1','1','3416.49',    '1','1','2785.5',    '1','1','630.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042947.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131211.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042948.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131212.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042949.0','1020720.0','2',    '2','1','553.0',    '2','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131213.0','1046287.0','1',    '1','1','459.0',    '1','1','459.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042950.0','1020720.0','71',    '65','28','50062.57',    '65','11','29412.17',    '28','23','20650.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131214.0','1046287.0','2',    '2','1','553.0',    '2','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042951.0','1020720.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131215.0','1046287.0','2469',    '2361','1138','944218.61',    '2320','227','172454.3',    '1583','1015','771764.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042952.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131216.0','1046287.0','2',    '2','2','2244.46',    '2','0','0.0',    '2','2','2244.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042953.0','1020720.0','7',    '7','4','7033.73',    '7','1','918.0',    '5','4','6115.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131217.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042954.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131218.0','1046287.0','6',    '6','2','1243.0',    '6','1','743.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032965.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2121229.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042955.0','1020720.0','116',    '110','49','97279.5',    '110','18','59110.61',    '62','41','38168.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131219.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042956.0','1020720.0','3',    '3','2','1553.0',    '3','1','553.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131220.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032254.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120518.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032205.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120469.0','1046287.0','27',    '27','13','12916.31',    '27','0','0.0',    '19','13','12916.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032287.0','1020720.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120551.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042957.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131221.0','1046287.0','17',    '16','9','8762.09',    '16','2','1220.2',    '14','9','7541.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042958.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131222.0','1046287.0','1',    '1','1','341.65',    '1','0','0.0',    '1','1','341.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042959.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131223.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042960.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131224.0','1046287.0','2',    '2','1','1418.0',    '2','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042961.0','1020720.0','4',    '4','1','4779.45',    '4','1','1486.0',    '3','1','3293.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131225.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042962.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131226.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042963.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131227.0','1046287.0','1',    '1','1','7791.59',    '1','1','4408.18',    '1','1','3383.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042964.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131228.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042965.0','1020720.0','8237',    '7939','3291','4774639.11',    '7858','1188','2159175.76',    '4589','2737','2615463.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131229.0','1046287.0','2',    '2','2','1865.04',    '2','0','0.0',    '2','2','1865.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042966.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131230.0','1046287.0','12',    '11','6','13320.89',    '11','2','1962.44',    '7','6','11358.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042967.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131231.0','1046287.0','20',    '20','10','15709.7',    '20','7','7697.65',    '12','8','8012.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042968.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131232.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042969.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131233.0','1046287.0','1',    '1','1','1181.22',    '1','0','0.0',    '1','1','1181.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042970.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131234.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042971.0','1020720.0','1',    '1','1','1063.25',    '1','1','553.0',    '1','1','510.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131235.0','1046287.0','1',    '1','1','485.89',    '1','0','0.0',    '1','1','485.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042972.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131236.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042973.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131237.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042974.0','1020720.0','2',    '2','1','969.71',    '2','0','0.0',    '2','1','969.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131238.0','1046287.0','4',    '4','1','743.0',    '4','1','743.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042975.0','1020720.0','1',    '1','1','181.11',    '1','0','0.0',    '1','1','181.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131239.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042976.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131240.0','1046287.0','1',    '1','1','484.86',    '1','0','0.0',    '1','1','484.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042977.0','1020720.0','47',    '44','24','25717.13',    '44','5','10277.72',    '28','22','15439.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131241.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042978.0','1020720.0','2069',    '1969','714','833739.57',    '1949','223','379330.72',    '1006','585','454408.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131242.0','1046287.0','6',    '5','3','16703.04',    '5','1','12236.48',    '4','3','4466.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042979.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131243.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032377.0','1020720.0','3',    '2','1','9611.29',    '2','1','5517.71',    '1','1','4093.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120641.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042980.0','1020720.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131244.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042981.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131245.0','1046287.0','3',    '3','1','1520.5',    '3','0','0.0',    '2','1','1520.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042982.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131246.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042983.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131247.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042984.0','1020720.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131248.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042985.0','1020720.0','2',    '2','2','1760.38',    '2','0','0.0',    '2','2','1760.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131249.0','1046287.0','13',    '12','5','4520.1',    '12','2','1471.0',    '8','5','3049.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042986.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131250.0','1046287.0','4',    '4','3','1553.0',    '4','1','553.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042987.0','1020720.0','5',    '5','3','2128.26',    '5','0','0.0',    '3','3','2128.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131251.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042988.0','1020720.0','1',    '1','1','526.51',    '1','0','0.0',    '1','1','526.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131252.0','1046287.0','1',    '1','1','637.76',    '1','0','0.0',    '1','1','637.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042989.0','1020720.0','2341',    '2187','729','799003.22',    '2140','209','311666.2',    '1157','619','487337.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131253.0','1046287.0','222',    '211','83','198507.09',    '209','34','126473.02',    '116','71','72034.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042990.0','1020720.0','32',    '30','12','10748.14',    '30','5','2765.0',    '15','8','7983.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131254.0','1046287.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042991.0','1020720.0','13',    '13','4','4409.53',    '13','1','1106.0',    '6','4','3303.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131255.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042992.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131256.0','1046287.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042993.0','1020720.0','4',    '4','4','2000.0',    '4','0','0.0',    '4','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131257.0','1046287.0','1',    '1','1','242.43',    '1','0','0.0',    '1','1','242.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042994.0','1020720.0','7',    '7','4','2225.1',    '7','2','728.77',    '5','3','1496.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131258.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042995.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131259.0','1046287.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042996.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131260.0','1046287.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042997.0','1020720.0','5',    '5','2','1000.0',    '5','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131261.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2042998.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131262.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042999.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131263.0','1046287.0','5637',    '5331','1967','2143715.23',    '5277','874','817260.57',    '2677','1484','1326454.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043000.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131264.0','1046287.0','10',    '9','4','3569.46',    '9','0','0.0',    '4','4','3569.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043001.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131265.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043002.0','1020720.0','2',    '1','1','895.33',    '1','0','0.0',    '1','1','895.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131266.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043003.0','1020720.0','2',    '2','1','1075.86',    '2','0','0.0',    '1','1','1075.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131267.0','1046287.0','6',    '6','2','4325.94',    '6','1','226.2',    '3','1','4099.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043004.0','1020720.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131268.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043005.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131269.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043006.0','1020720.0','1',    '1','1','2461.57',    '1','0','0.0',    '1','1','2461.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131270.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043007.0','1020720.0','1',    '1','1','269.0',    '1','1','269.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131271.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043008.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131272.0','1046287.0','2',    '2','1','1837.43',    '2','0','0.0',    '1','1','1837.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043009.0','1020720.0','1',    '1','1','2292.0',    '1','1','1854.0',    '1','1','438.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131273.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043010.0','1020720.0','8',    '8','2','1553.0',    '8','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131274.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043011.0','1020720.0','1',    '1','1','1474.78',    '1','1','743.0',    '1','1','731.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131275.0','1046287.0','97',    '96','30','64163.02',    '96','12','46659.6',    '47','25','17503.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043012.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131276.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043013.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131277.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043014.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131278.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043015.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131279.0','1046287.0','6',    '5','2','1537.86',    '5','1','553.0',    '3','2','984.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043016.0','1020720.0','3',    '3','2','1053.0',    '3','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131280.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043017.0','1020720.0','5',    '4','3','4644.66',    '4','1','2659.8',    '3','3','1984.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131281.0','1046287.0','2',    '2','2','1459.0',    '2','1','459.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043018.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131282.0','1046287.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043019.0','1020720.0','3',    '3','2','1971.0',    '3','2','1471.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131283.0','1046287.0','6',    '5','2','992.43',    '5','0','0.0',    '2','2','992.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043020.0','1020720.0','2',    '3','1','284.08',    '3','0','0.0',    '3','1','284.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131284.0','1046287.0','55',    '52','25','27794.22',    '52','4','3138.0',    '38','23','24656.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043021.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131285.0','1046287.0','2',    '2','2','722.61',    '2','1','553.0',    '1','1','169.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043022.0','1020720.0','23',    '23','1','500.0',    '23','0','0.0',    '10','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131286.0','1046287.0','46',    '36','16','21392.87',    '36','7','8662.47',    '23','14','12730.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043023.0','1020720.0','7',    '7','2','1000.0',    '7','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131287.0','1046287.0','2226',    '2088','740','639461.01',    '2049','167','185472.05',    '1157','644','453988.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043024.0','1020720.0','8',    '7','5','3706.0',    '7','2','1106.0',    '5','5','2600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131288.0','1046287.0','5',    '5','2','2022.71',    '5','1','553.0',    '3','1','1469.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043025.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131289.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043026.0','1020720.0','21',    '21','5','2606.0',    '21','2','1106.0',    '10','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131290.0','1046287.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043027.0','1020720.0','2',    '2','2','1891.47',    '2','0','0.0',    '2','2','1891.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131291.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043028.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131292.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043029.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131293.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032354.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120618.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043030.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131294.0','1046287.0','60',    '53','17','12302.94',    '51','4','4304.51',    '25','15','7998.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043031.0','1020720.0','97',    '95','30','35277.82',    '93','11','13680.68',    '44','26','21597.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131295.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043032.0','1020720.0','6',    '6','4','2512.0',    '6','2','1012.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131296.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043033.0','1020720.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131297.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043034.0','1020720.0','7',    '7','4','2553.0',    '7','1','553.0',    '5','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131298.0','1046287.0','1',    '1','1','1271.59',    '1','0','0.0',    '1','1','1271.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043035.0','1020720.0','16077',    '15524','6073','7459899.51',    '15398','2227','3036270.66',    '8589','4978','4423628.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131299.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043036.0','1020720.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131300.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043037.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131301.0','1046287.0','15',    '14','6','4039.19',    '14','3','1659.0',    '6','5','2380.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043038.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131302.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043039.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131303.0','1046287.0','5',    '5','2','2039.0',    '5','2','2039.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043040.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131304.0','1046287.0','3',    '4','2','4777.31',    '4','1','553.0',    '2','2','4224.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043041.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131305.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043042.0','1020720.0','76',    '74','30','27381.97',    '72','9','7170.27',    '40','23','20211.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131306.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043043.0','1020720.0','1',    '1','1','1384.86',    '1','0','0.0',    '1','1','1384.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131307.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043044.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131308.0','1046287.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043045.0','1020720.0','37',    '37','19','21579.23',    '37','6','3415.7',    '24','17','18163.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131309.0','1046287.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043046.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131310.0','1046287.0','128',    '120','45','46819.23',    '119','14','19126.44',    '62','37','27692.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043047.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131311.0','1046287.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043048.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131312.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043049.0','1020720.0','3',    '3','2','3889.42',    '3','1','1106.0',    '2','2','2783.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131313.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043050.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131314.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043051.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131315.0','1046287.0','1',    '1','1','1081.49',    '1','1','581.49',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043052.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131316.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043053.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131317.0','1046287.0','1',    '1','1','3007.62',    '1','1','3007.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043054.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131318.0','1046287.0','4',    '4','3','4341.71',    '4','2','2039.0',    '3','2','2302.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043055.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131319.0','1046287.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032383.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120647.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032160.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120424.0','1046287.0','28',    '28','14','14179.67',    '28','4','2955.0',    '21','13','11224.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043056.0','1020720.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131320.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043057.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131321.0','1046287.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043058.0','1020720.0','10',    '10','6','6109.98',    '10','2','1106.0',    '6','6','5003.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131322.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043059.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131323.0','1046287.0','1',    '1','1','242.43',    '1','0','0.0',    '1','1','242.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043060.0','1020720.0','1',    '1','1','165.5',    '1','0','0.0',    '1','1','165.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131324.0','1046287.0','1',    '1','1','1500.86',    '1','0','0.0',    '1','1','1500.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043061.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131325.0','1046287.0','16',    '16','8','6831.76',    '16','5','3969.0',    '10','6','2862.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043062.0','1020720.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131326.0','1046287.0','6',    '6','3','3605.97',    '6','2','1836.0',    '2','2','1769.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043063.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131327.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043064.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131328.0','1046287.0','15',    '15','2','1000.0',    '15','0','0.0',    '9','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043065.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131329.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043066.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131330.0','1046287.0','1',    '1','1','1243.0',    '1','1','743.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043067.0','1020720.0','21',    '20','9','6492.14',    '20','1','459.0',    '12','8','6033.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131331.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043068.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131332.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043069.0','1020720.0','7',    '7','4','8963.24',    '7','2','3220.6',    '3','3','5742.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131333.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043070.0','1020720.0','4',    '4','1','20470.01',    '4','1','13041.48',    '2','1','7428.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131334.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2032298.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2120562.0','1046287.0','1',    '1','1','242.43',    '1','0','0.0',    '1','1','242.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043071.0','1020720.0','1',    '1','1','1418.0',    '1','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131335.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043072.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131336.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2032299.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2120563.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043073.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131337.0','1046287.0','127',    '119','48','43152.24',    '117','18','15984.69',    '67','39','27167.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043074.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131338.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043075.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131339.0','1046287.0','9',    '7','5','3606.0',    '7','2','1106.0',    '5','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043076.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131340.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043077.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131341.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043078.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131342.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043079.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131343.0','1046287.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043080.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131344.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043081.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131345.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043082.0','1020720.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131346.0','1046287.0','4',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043083.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131347.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043084.0','1020720.0','6',    '6','4','10370.02',    '6','2','3320.15',    '4','3','7049.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131348.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043085.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131349.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043086.0','1020720.0','2',    '2','2','1053.0',    '2','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131350.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043087.0','1020720.0','1',    '1','1','25982.04',    '1','1','21911.67',    '1','1','4070.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131351.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043088.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131352.0','1046287.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043089.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131353.0','1046287.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043090.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131354.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043091.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131355.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043092.0','1020720.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131356.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043093.0','1020720.0','122',    '107','48','70927.08',    '106','25','40380.47',    '60','38','30546.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131357.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043094.0','1020720.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131358.0','1046287.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043095.0','1020720.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131359.0','1046287.0','5',    '5','3','6135.46',    '5','1','1106.0',    '3','3','5029.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043096.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131360.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032395.0','1020720.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120659.0','1046287.0','1',    '1','1','2267.84',    '1','0','0.0',    '1','1','2267.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043097.0','1020720.0','1',    '1','1','1387.98',    '1','1','1387.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131361.0','1046287.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032229.0','1020720.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120493.0','1046287.0','2',    '1','1','7411.2',    '1','1','4057.42',    '1','1','3353.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043098.0','1020720.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131362.0','1046287.0','439',    '416','204','434734.08',    '410','102','213845.44',    '261','163','220888.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043099.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131363.0','1046287.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043100.0','1020720.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131364.0','1046287.0','2',    '2','2','6098.5',    '2','1','553.0',    '2','2','5545.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043101.0','1020720.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131365.0','1046287.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043102.0','1020720.0','1',    '1','1','6698.7',    '1','1','6698.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131366.0','1046287.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043103.0','1020720.0','10',    '10','3','14385.82',    '10','1','7666.35',    '6','3','6719.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131367.0','1046287.0','2',    '2','2','2253.47',    '2','1','1521.93',    '2','2','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043104.0','1020720.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131368.0','1046287.0','3',    '3','1','2123.96',    '3','1','1933.7',    '2','1','190.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043105.0','1020720.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131369.0','1046287.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043106.0','1020720.0','10',    '9','3','1527.33',    '9','0','0.0',    '3','3','1527.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131370.0','1046287.0','42',    '40','21','17436.43',    '40','3','2579.0',    '27','19','14857.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043107.0','1020720.0','3',    '3','2','2037.86',    '3','1','553.0',    '2','2','1484.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131371.0','1046287.0','1',    '1','1','1122.61',    '1','0','0.0',    '1','1','1122.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043108.0','1020725.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131372.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043109.0','1020725.0','1',    '1','1','510.25',    '1','0','0.0',    '1','1','510.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131373.0','1046292.0','93',    '94','31','75115.67',    '93','11','49531.0',    '50','24','25584.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043110.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131374.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043111.0','1020725.0','1',    '1','1','553.0',    '1','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131375.0','1046292.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043112.0','1020725.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131376.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043113.0','1020725.0','1',    '1','1','1159.11',    '1','0','0.0',    '1','1','1159.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131377.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043114.0','1020725.0','197',    '189','83','126482.16',    '187','30','55577.8',    '120','71','70904.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131378.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043115.0','1020725.0','3',    '3','2','4800.01',    '3','1','918.0',    '2','2','3882.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131379.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043116.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131380.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043117.0','1020725.0','1',    '1','1','4982.57',    '1','1','1549.0',    '1','1','3433.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131381.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032138.0','1020725.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120402.0','1046292.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043118.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131382.0','1046292.0','3',    '3','2','3144.58',    '3','2','2008.28',    '2','2','1136.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043119.0','1020725.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131383.0','1046292.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043120.0','1020725.0','2',    '2','2','632.0',    '2','0','0.0',    '2','2','632.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131384.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043121.0','1020725.0','1',    '1','1','24439.3',    '1','1','16703.76',    '1','1','7735.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131385.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032317.0','1020725.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120581.0','1046292.0','6',    '6','3','15245.09',    '6','1','13445.09',    '3','3','1800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043122.0','1020725.0','6',    '5','3','1500.0',    '5','0','0.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131386.0','1046292.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032443.0','1020725.0','6',    '6','4','13137.95',    '6','2','7368.28',    '4','3','5769.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120707.0','1046292.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043123.0','1020725.0','9',    '9','6','8443.48',    '9','1','814.0',    '7','6','7629.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131387.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043124.0','1020725.0','2',    '2','1','590.89',    '2','0','0.0',    '1','1','590.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131388.0','1046292.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043125.0','1020725.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131389.0','1046292.0','1',    '1','1','242.43',    '1','0','0.0',    '1','1','242.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043126.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131390.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043127.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131391.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043128.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131392.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043129.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131393.0','1046292.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043130.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131394.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043131.0','1020725.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131395.0','1046292.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043132.0','1020725.0','4',    '3','1','9797.64',    '3','1','8275.8',    '1','1','1521.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131396.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2032199.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2120463.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043133.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131397.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043134.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131398.0','1046292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043135.0','1020725.0','7',    '6','4','3724.08',    '6','0','0.0',    '4','4','3724.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131399.0','1046292.0','1',    '1','1','2793.72',    '1','1','407.0',    '1','1','2386.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043136.0','1020725.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131400.0','1046292.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043137.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131401.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032170.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120434.0','1046292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043138.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131402.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2032430.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2120694.0','1046292.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043139.0','1020725.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131403.0','1046292.0','5',    '5','3','4461.12',    '5','2','3261.14',    '3','3','1199.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032296.0','1020725.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120560.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043140.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131404.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043141.0','1020725.0','45',    '42','16','32463.36',    '42','3','18714.99',    '30','16','13748.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131405.0','1046292.0','51',    '46','12','6955.31',    '46','3','1377.0',    '17','12','5578.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043142.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131406.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032905.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2121169.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043143.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131407.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043144.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131408.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043145.0','1020725.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131409.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043146.0','1020725.0','1',    '1','1','3031.87',    '1','1','1106.0',    '1','1','1925.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131410.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043147.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131411.0','1046292.0','1',    '1','1','1588.01',    '1','1','1588.01',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043148.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131412.0','1046292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043149.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131413.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043150.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131414.0','1046292.0','13',    '12','7','21548.83',    '12','4','5407.43',    '8','6','16141.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043151.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131415.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043152.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131416.0','1046292.0','1',    '1','1','967.0',    '1','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043153.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131417.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043154.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131418.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043155.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131419.0','1046292.0','7',    '7','2','3122.87',    '7','1','553.0',    '4','1','2569.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043156.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131420.0','1046292.0','3',    '3','1','1139.61',    '3','0','0.0',    '2','1','1139.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043157.0','1020725.0','3',    '3','2','795.43',    '3','1','553.0',    '1','1','242.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131421.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043158.0','1020725.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131422.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043159.0','1020725.0','1',    '1','1','9424.93',    '1','1','9424.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131423.0','1046292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043160.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131424.0','1046292.0','2',    '2','2','12417.51',    '2','1','5789.47',    '2','2','6628.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043161.0','1020725.0','109',    '109','54','141242.75',    '109','25','102826.01',    '71','42','38416.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131425.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043162.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131426.0','1046292.0','3',    '3','1','3168.13',    '3','1','553.0',    '2','1','2615.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032285.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120549.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043163.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131427.0','1046292.0','11744',    '11447','4820','11698729.08',    '11393','2301','6681384.49',    '6907','3942','5017344.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032182.0','1020725.0','5',    '5','3','3289.19',    '5','2','1781.4',    '2','2','1507.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120446.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043164.0','1020725.0','2',    '2','1','499.99',    '2','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131428.0','1046292.0','129',    '123','48','123014.42',    '120','23','80834.03',    '65','37','42180.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043165.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131429.0','1046292.0','4',    '4','2','1459.0',    '4','1','459.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043166.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131430.0','1046292.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043167.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131431.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043168.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131432.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043169.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131433.0','1046292.0','1',    '1','1','967.0',    '1','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043170.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131434.0','1046292.0','2',    '2','1','467.0',    '2','1','467.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043171.0','1020725.0','1',    '1','1','8878.88',    '1','1','1486.0',    '1','1','7392.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131435.0','1046292.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2032218.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2120482.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043172.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131436.0','1046292.0','2',    '2','1','8124.43',    '2','1','5235.35',    '1','1','2889.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043173.0','1020725.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131437.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043174.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131438.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043175.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131439.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043176.0','1020725.0','1',    '1','1','7922.59',    '1','1','3354.56',    '1','1','4568.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131440.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043177.0','1020725.0','2',    '2','1','609.05',    '2','1','609.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131441.0','1046292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043178.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131442.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043179.0','1020725.0','1',    '1','1','1243.0',    '1','1','743.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131443.0','1046292.0','1',    '1','1','312.04',    '1','1','312.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043180.0','1020725.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131444.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032420.0','1020725.0','2',    '2','1','553.0',    '2','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120684.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043181.0','1020725.0','6',    '6','2','2876.2',    '6','1','1876.2',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131445.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032136.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120400.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043182.0','1020725.0','1',    '1','1','3416.33',    '1','1','864.0',    '1','1','2552.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131446.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043183.0','1020725.0','1',    '1','1','963.09',    '1','0','0.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131447.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043184.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131448.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043185.0','1020725.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131449.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043186.0','1020725.0','2',    '2','1','12237.73',    '2','1','10748.15',    '1','1','1489.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131450.0','1046292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032142.0','1020725.0','1',    '1','1','814.0',    '1','1','814.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120406.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043187.0','1020725.0','3',    '3','2','1625.6',    '3','1','401.87',    '2','1','1223.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131451.0','1046292.0','6',    '5','2','1350.56',    '5','0','0.0',    '3','2','1350.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2032424.0','1020725.0','3',    '3','3','20279.03',    '3','3','10905.02',    '2','2','9374.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2120688.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043188.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131452.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043189.0','1020725.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131453.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043190.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131454.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043191.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131455.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043192.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131456.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043193.0','1020725.0','9',    '8','1','500.0',    '8','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131457.0','1046292.0','1',    '1','1','6564.65',    '1','1','5187.08',    '1','1','1377.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043194.0','1020725.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131458.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043195.0','1020725.0','4',    '4','4','3212.0',    '4','3','2212.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131459.0','1046292.0','1',    '1','1','1037.63',    '1','1','1037.63',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043196.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131460.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043197.0','1020725.0','1',    '1','1','449.99',    '1','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131461.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043198.0','1020725.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131462.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043199.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131463.0','1046292.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043200.0','1020725.0','3',    '2','1','1327.09',    '2','1','864.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131464.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043201.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131465.0','1046292.0','5',    '5','2','5218.03',    '5','1','1160.0',    '3','2','4058.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043202.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131466.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043203.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131467.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043204.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131468.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043205.0','1020725.0','2',    '2','1','917.02',    '2','1','917.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131469.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043206.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131470.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043207.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131471.0','1046292.0','27',    '26','10','10902.72',    '25','2','3643.11',    '17','9','7259.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043208.0','1020725.0','2',    '2','1','165.5',    '2','0','0.0',    '1','1','165.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131472.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043209.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131473.0','1046292.0','7',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043210.0','1020725.0','9',    '7','1','500.0',    '7','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131474.0','1046292.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043211.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131475.0','1046292.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043212.0','1020725.0','1',    '1','1','5565.75',    '1','1','460.14',    '1','1','5105.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131476.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043213.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131477.0','1046292.0','1',    '1','1','390.06',    '1','1','390.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043214.0','1020725.0','1',    '1','1','109.5',    '1','0','0.0',    '1','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131478.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043215.0','1020725.0','1',    '1','1','967.0',    '1','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131479.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043216.0','1020725.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131480.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043217.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131481.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043218.0','1020725.0','1',    '1','1','967.0',    '1','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131482.0','1046292.0','1',    '1','1','1478.66',    '1','1','1478.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043219.0','1020725.0','9',    '8','2','1000.0',    '8','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131483.0','1046292.0','5',    '5','1','4078.7',    '5','1','4078.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001798.0',    '2043220.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006210.0',    '2131484.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043221.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131485.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043222.0','1020725.0','6',    '6','2','899.98',    '6','0','0.0',    '2','2','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131486.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043223.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131487.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043224.0','1020725.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131488.0','1046292.0','8',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043225.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131489.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043226.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131490.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043227.0','1020725.0','3',    '3','1','969.09',    '3','1','374.0',    '2','1','595.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131491.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043228.0','1020725.0','9',    '8','5','8221.01',    '8','1','864.0',    '5','5','7357.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131492.0','1046292.0','62',    '62','24','41829.42',    '62','8','30391.41',    '40','19','11438.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043229.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131493.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043230.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131494.0','1046292.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043231.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131495.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043232.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131496.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043233.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131497.0','1046292.0','11460',    '11067','3934','10841475.46',    '10971','1632','5731498.4',    '6029','3430','5109977.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043234.0','1020725.0','2',    '3','1','932.0',    '3','1','432.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131498.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043235.0','1020725.0','1',    '1','1','5596.07',    '1','0','0.0',    '1','1','5596.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131499.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041698.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2129962.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043236.0','1020725.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131500.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043237.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131501.0','1046292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043238.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131502.0','1046292.0','1',    '1','1','165.5',    '1','0','0.0',    '1','1','165.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043239.0','1020725.0','8',    '6','3','19171.12',    '6','2','13824.52',    '4','3','5346.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131503.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043240.0','1020725.0','4',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131504.0','1046292.0','1',    '1','1','3946.12',    '1','1','2264.8',    '1','1','1681.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043241.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131505.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043242.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131506.0','1046292.0','2',    '2','2','6924.66',    '2','1','6389.02',    '1','1','535.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041709.0','1020725.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2129973.0','1046292.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043243.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131507.0','1046292.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041891.0','1020725.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130155.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043244.0','1020725.0','2',    '2','2','2982.25',    '2','1','224.43',    '2','2','2757.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131508.0','1046292.0','3',    '3','3','20734.99',    '3','3','8035.15',    '3','3','12699.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043245.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131509.0','1046292.0','6',    '5','1','252.54',    '5','0','0.0',    '4','1','252.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043246.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131510.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043247.0','1020725.0','2',    '2','1','1318.62',    '2','1','1087.08',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131511.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043248.0','1020725.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131512.0','1046292.0','11',    '11','5','5568.75',    '11','1','748.0',    '9','5','4820.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043249.0','1020725.0','1',    '1','1','546.98',    '1','1','432.0',    '1','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131513.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043250.0','1020725.0','8',    '8','3','12390.9',    '8','1','7183.35',    '4','3','5207.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131514.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043251.0','1020725.0','6',    '6','3','20747.8',    '6','3','8926.92',    '4','3','11820.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131515.0','1046292.0','1',    '1','1','525.0',    '1','0','0.0',    '1','1','525.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043252.0','1020725.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131516.0','1046292.0','1',    '1','1','1778.71',    '1','0','0.0',    '1','1','1778.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043253.0','1020725.0','2',    '2','2','1381.98',    '2','1','432.0',    '1','1','949.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131517.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043254.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131518.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043255.0','1020725.0','7',    '7','3','7143.26',    '7','1','3889.35',    '4','3','3253.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131519.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043256.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131520.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043257.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131521.0','1046292.0','2',    '2','1','1753.88',    '2','0','0.0',    '2','1','1753.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043258.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131522.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043259.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131523.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043260.0','1020725.0','4',    '4','1','954.87',    '4','1','954.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131524.0','1046292.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043261.0','1020725.0','1',    '1','1','1301.52',    '1','1','244.0',    '1','1','1057.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131525.0','1046292.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043262.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131526.0','1046292.0','5',    '4','1','377.58',    '4','0','0.0',    '3','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043263.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131527.0','1046292.0','1',    '1','1','2472.27',    '1','1','1447.27',    '1','1','1025.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043264.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131528.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043265.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131529.0','1046292.0','2',    '2','2','646.13',    '2','0','0.0',    '2','2','646.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043266.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131530.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043267.0','1020725.0','1',    '1','1','7928.87',    '1','1','1080.0',    '1','1','6848.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131531.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043268.0','1020725.0','1',    '1','1','598.81',    '1','1','367.27',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131532.0','1046292.0','7394',    '7194','3518','10281547.96',    '7168','1656','5113024.64',    '4687','3021','5168523.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043269.0','1020725.0','1',    '1','1','6732.32',    '1','1','2413.15',    '1','1','4319.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131533.0','1046292.0','2',    '2','1','432.0',    '2','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043270.0','1020725.0','2',    '2','1','1590.03',    '2','0','0.0',    '1','1','1590.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131534.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043271.0','1020725.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131535.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043272.0','1020725.0','14',    '14','2','5702.15',    '14','1','5202.15',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131536.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043273.0','1020725.0','1',    '1','1','24154.57',    '1','1','20449.89',    '1','1','3704.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131537.0','1046292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043274.0','1020725.0','3',    '3','2','7982.63',    '3','1','7482.63',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131538.0','1046292.0','1',    '1','1','225.0',    '1','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043275.0','1020725.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131539.0','1046292.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043276.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131540.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043277.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131541.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043278.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131542.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043279.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131543.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043280.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131544.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043281.0','1020725.0','5',    '4','1','1052.0',    '4','1','553.0',    '1','1','499.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131545.0','1046292.0','5',    '5','2','1389.26',    '5','0','0.0',    '3','2','1389.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043282.0','1020725.0','1',    '1','1','8173.93',    '1','1','3945.45',    '1','1','4228.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131546.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043283.0','1020725.0','1',    '1','1','18143.83',    '1','1','17643.83',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131547.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043284.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131548.0','1046292.0','7',    '7','3','11747.95',    '7','2','8947.16',    '4','2','2800.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043285.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131549.0','1046292.0','6',    '6','2','1243.0',    '6','1','743.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043286.0','1020725.0','3',    '3','1','1053.0',    '3','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131550.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043287.0','1020725.0','13',    '12','8','15611.92',    '11','3','2131.08',    '9','6','13480.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131551.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043288.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131552.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043289.0','1020725.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131553.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043290.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131554.0','1046292.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043291.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131555.0','1046292.0','1',    '1','1','6894.09',    '1','1','1106.0',    '1','1','5788.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043292.0','1020725.0','1',    '1','1','5736.95',    '1','1','2337.98',    '1','1','3398.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131556.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043293.0','1020725.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131557.0','1046292.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043294.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131558.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043295.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131559.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043296.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131560.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043297.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131561.0','1046292.0','1',    '1','1','2077.82',    '1','0','0.0',    '1','1','2077.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043298.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131562.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043299.0','1020725.0','1',    '1','1','11469.8',    '1','1','6776.86',    '1','1','4692.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131563.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043300.0','1020725.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131564.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043301.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131565.0','1046292.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043302.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131566.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043303.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131567.0','1046292.0','1',    '1','1','6148.64',    '1','1','6148.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043304.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131568.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043305.0','1020725.0','1',    '1','1','6819.07',    '1','1','918.0',    '1','1','5901.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131569.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043306.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131570.0','1046292.0','1',    '1','1','1433.28',    '1','0','0.0',    '1','1','1433.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043307.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131571.0','1046292.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043308.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131572.0','1046292.0','1',    '1','1','2467.81',    '1','0','0.0',    '1','1','2467.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043309.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131573.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043310.0','1020725.0','2',    '2','1','932.0',    '2','1','432.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131574.0','1046292.0','1',    '1','1','499.36',    '1','0','0.0',    '1','1','499.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043311.0','1020725.0','10',    '8','2','959.0',    '8','1','459.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131575.0','1046292.0','49',    '49','26','100772.73',    '48','15','29914.03',    '34','23','70858.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043312.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131576.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043313.0','1020725.0','3',    '3','3','3818.32',    '3','2','3318.32',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131577.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043314.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131578.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043315.0','1020725.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131579.0','1046292.0','3',    '3','1','686.48',    '3','0','0.0',    '3','1','686.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043316.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131580.0','1046292.0','2',    '2','2','4749.2',    '2','2','4749.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043317.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131581.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043318.0','1020725.0','5',    '5','1','1392.62',    '5','1','1392.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131582.0','1046292.0','3',    '3','1','553.0',    '3','1','553.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043319.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131583.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043320.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131584.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043321.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131585.0','1046292.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043322.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131586.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043323.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131587.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043324.0','1020725.0','1',    '1','1','19388.34',    '1','1','18888.34',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131588.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043325.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131589.0','1046292.0','2',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043326.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131590.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042203.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130467.0','1046292.0','19788',    '19311','7607','24118182.21',    '19227','3763','15786138.33',    '10241','6138','8332043.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043327.0','1020725.0','1',    '1','1','918.0',    '1','1','918.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131591.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041845.0','1020725.0','19',    '16','10','37415.94',    '16','6','28031.79',    '9','8','9384.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130109.0','1046292.0','4',    '4','2','9039.89',    '4','2','4419.31',    '2','2','4620.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043328.0','1020725.0','1',    '1','1','15257.61',    '1','1','3900.21',    '1','1','11357.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131592.0','1046292.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043329.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131593.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043330.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131594.0','1046292.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043331.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131595.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043332.0','1020725.0','4',    '4','2','3323.65',    '4','2','3323.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131596.0','1046292.0','2',    '2','1','3990.44',    '2','0','0.0',    '1','1','3990.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043333.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131597.0','1046292.0','1',    '1','1','394.5',    '1','0','0.0',    '1','1','394.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043334.0','1020725.0','2',    '2','1','959.0',    '2','1','459.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131598.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043335.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131599.0','1046292.0','15',    '14','6','5681.32',    '14','2','3414.14',    '5','5','2267.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043336.0','1020725.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131600.0','1046292.0','10',    '10','2','1000.0',    '10','0','0.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043337.0','1020725.0','8',    '8','3','2764.97',    '8','1','459.0',    '6','3','2305.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131601.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043338.0','1020725.0','8',    '8','4','15231.43',    '8','2','12038.08',    '5','3','3193.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131602.0','1046292.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043339.0','1020725.0','6',    '6','4','41088.16',    '6','3','39588.16',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131603.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043340.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131604.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043341.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131605.0','1046292.0','35',    '33','18','80357.52',    '32','10','50967.23',    '25','18','29390.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043342.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131606.0','1046292.0','2',    '2','2','1553.0',    '2','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043343.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131607.0','1046292.0','3',    '3','2','1053.0',    '3','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043344.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131608.0','1046292.0','19',    '19','11','55561.53',    '19','6','18362.18',    '14','11','37199.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043345.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131609.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043346.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131610.0','1046292.0','34',    '32','10','20675.89',    '30','3','9859.95',    '19','9','10815.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043347.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131611.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043348.0','1020725.0','5',    '5','4','30336.3',    '5','3','21400.14',    '5','3','8936.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131612.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043349.0','1020725.0','5',    '5','2','4361.29',    '5','2','4361.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131613.0','1046292.0','2',    '3','1','918.0',    '3','1','918.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043350.0','1020725.0','5',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131614.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043351.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131615.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043352.0','1020725.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131616.0','1046292.0','1',    '1','1','8454.29',    '1','1','1226.86',    '1','1','7227.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043353.0','1020725.0','1',    '1','1','3147.25',    '1','0','0.0',    '1','1','3147.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131617.0','1046292.0','9',    '9','5','16765.57',    '9','3','8469.84',    '6','4','8295.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043354.0','1020725.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131618.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043355.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131619.0','1046292.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043356.0','1020725.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131620.0','1046292.0','4',    '3','3','28127.69',    '3','3','17904.6',    '3','2','10223.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043357.0','1020725.0','4',    '4','2','1985.53',    '4','1','1485.53',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131621.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043358.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131622.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043359.0','1020725.0','2',    '2','2','1553.0',    '2','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131623.0','1046292.0','2',    '2','1','4273.68',    '2','0','0.0',    '2','1','4273.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043360.0','1020725.0','2',    '2','1','901.09',    '2','0','0.0',    '1','1','901.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131624.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043361.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131625.0','1046292.0','1',    '1','1','8437.73',    '1','1','1106.0',    '1','1','7331.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043362.0','1020725.0','1',    '1','1','15016.2',    '1','1','9333.73',    '1','1','5682.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131626.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043363.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131627.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043364.0','1020725.0','2',    '1','1','918.0',    '1','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131628.0','1046292.0','1',    '1','1','2262.48',    '1','1','1762.48',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043365.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131629.0','1046292.0','3',    '3','3','16173.48',    '3','2','3041.89',    '3','3','13131.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043366.0','1020725.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131630.0','1046292.0','1',    '1','1','6448.77',    '1','1','1106.0',    '1','1','5342.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043367.0','1020725.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131631.0','1046292.0','1',    '1','1','963.09',    '1','0','0.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043368.0','1020725.0','5',    '5','1','12332.32',    '5','1','7997.3',    '5','1','4335.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131632.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043369.0','1020725.0','2',    '2','1','202.77',    '2','1','202.77',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131633.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043370.0','1020725.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131634.0','1046292.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043371.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131635.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043372.0','1020725.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131636.0','1046292.0','30',    '28','6','17184.68',    '28','3','10791.35',    '12','5','6393.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043373.0','1020725.0','3',    '3','1','1424.39',    '3','1','1424.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131637.0','1046292.0','13',    '13','8','10120.36',    '13','4','7354.21',    '8','6','2766.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043374.0','1020725.0','19',    '19','6','4212.0',    '19','3','2212.0',    '8','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131638.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043375.0','1020725.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131639.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043376.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131640.0','1046292.0','1',    '1','1','2800.79',    '1','1','2300.8',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043377.0','1020725.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131641.0','1046292.0','10',    '10','2','1000.0',    '10','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043378.0','1020725.0','15',    '14','4','4979.47',    '14','0','0.0',    '4','4','4979.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131642.0','1046292.0','1',    '1','1','11008.82',    '1','1','10508.82',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043379.0','1020725.0','4',    '4','1','3677.54',    '4','1','553.0',    '1','1','3124.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131643.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043380.0','1020725.0','1',    '1','1','7076.53',    '1','1','1106.0',    '1','1','5970.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131644.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043381.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131645.0','1046292.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043382.0','1020725.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131646.0','1046292.0','1',    '1','1','1714.42',    '1','1','1714.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043383.0','1020725.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131647.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043384.0','1020725.0','1',    '1','1','8961.05',    '1','1','4955.43',    '1','1','4005.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131648.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043385.0','1020725.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131649.0','1046292.0','1',    '1','1','2105.78',    '1','1','2066.0',    '1','1','39.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043386.0','1020725.0','4',    '4','4','6185.77',    '4','3','2028.27',    '4','3','4157.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131650.0','1046292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043387.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131651.0','1046473.0','7',    '7','5','8334.02',    '7','2','1956.0',    '6','4','6378.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043388.0','1020906.0','1',    '1','1','1528.9',    '1','1','1028.9',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131652.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043389.0','1020906.0','13',    '13','4','5384.03',    '13','3','4884.03',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131653.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043390.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131654.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042290.0','1020906.0','1',    '1','1','4363.38',    '1','0','0.0',    '1','1','4363.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130554.0','1046473.0','2',    '2','2','565.89',    '2','0','0.0',    '2','2','565.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043391.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131655.0','1046473.0','1',    '1','1','4103.07',    '1','1','3971.07',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043392.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131656.0','1046473.0','1',    '1','1','3819.81',    '1','1','918.0',    '1','1','2901.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043393.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131657.0','1046473.0','3',    '3','1','6517.03',    '3','1','1106.0',    '2','1','5411.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043394.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131658.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043395.0','1020906.0','1',    '1','1','17170.22',    '1','1','1486.0',    '1','1','15684.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131659.0','1046473.0','649',    '618','273','1015104.79',    '617','124','669154.87',    '386','233','345949.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043396.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131660.0','1046473.0','9',    '9','5','5715.46',    '9','0','0.0',    '6','5','5715.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043397.0','1020906.0','3',    '3','1','918.16',    '3','1','918.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131661.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043398.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131662.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043399.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131663.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043400.0','1020906.0','1832',    '1785','902','3363665.34',    '1776','539','2144565.06',    '1189','744','1219100.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131664.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043401.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131665.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2041625.0','1020906.0','8',    '7','6','58786.66',    '7','5','19335.15',    '6','6','39451.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2129889.0','1046473.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043402.0','1020906.0','37',    '36','11','13239.06',    '36','1','4841.15',    '20','11','8397.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131666.0','1046473.0','4',    '4','2','33853.0',    '4','2','27542.44',    '2','1','6310.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042006.0','1020906.0','4',    '4','3','3244.82',    '4','1','1444.82',    '4','3','1800.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130270.0','1046473.0','2',    '2','1','7037.07',    '2','1','7037.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043403.0','1020906.0','2',    '2','2','28819.32',    '2','2','7056.91',    '2','2','21762.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131667.0','1046473.0','7',    '7','1','500.0',    '7','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043404.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131668.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041777.0','1020906.0','1',    '1','1','773.11',    '1','1','773.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130041.0','1046473.0','125',    '118','61','153208.77',    '118','35','89712.5',    '62','45','63496.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043405.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131669.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043406.0','1020906.0','1',    '1','1','7972.43',    '1','1','7972.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131670.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043407.0','1020906.0','1',    '1','1','3938.55',    '1','1','2613.8',    '1','1','1324.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131671.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043408.0','1020906.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131672.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043409.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131673.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043410.0','1020906.0','4',    '4','1','918.0',    '4','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131674.0','1046473.0','8',    '8','6','36539.35',    '8','3','30316.59',    '6','5','6222.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043411.0','1020906.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131675.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043412.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131676.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043413.0','1020906.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131677.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043414.0','1020906.0','1',    '1','1','6725.95',    '1','1','6225.95',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131678.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043415.0','1020906.0','2',    '2','1','1943.13',    '2','1','1943.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131679.0','1046473.0','1',    '1','1','517.32',    '1','1','517.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043416.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131680.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043417.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131681.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043418.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131682.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043419.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131683.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043420.0','1020906.0','16',    '14','0','0.0',    '14','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131684.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043421.0','1020906.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131685.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043422.0','1020906.0','1',    '1','1','4422.37',    '1','1','2685.4',    '1','1','1736.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131686.0','1046473.0','4',    '4','2','838.87',    '4','1','206.87',    '2','2','632.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043423.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131687.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043424.0','1020906.0','1',    '1','1','4667.5',    '1','1','4167.5',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131688.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043425.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131689.0','1046473.0','1',    '1','1','2769.9',    '1','1','2769.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043426.0','1020906.0','3',    '3','2','3572.12',    '3','1','1106.0',    '3','2','2466.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131690.0','1046473.0','4',    '4','2','731.54',    '4','0','0.0',    '3','2','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043427.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131691.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043428.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131692.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041750.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130014.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043429.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131693.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043430.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131694.0','1046473.0','3',    '3','3','28939.08',    '3','3','19685.04',    '3','3','9254.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041802.0','1020906.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130066.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043431.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131695.0','1046473.0','340',    '316','132','371190.56',    '313','60','157900.03',    '165','108','213290.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043432.0','1020906.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131696.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043433.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131697.0','1046473.0','2',    '2','1','4932.6',    '2','1','4932.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043434.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131698.0','1046473.0','10',    '9','5','20335.47',    '9','3','11947.87',    '4','4','8387.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043435.0','1020906.0','2',    '2','1','3457.24',    '2','1','2957.24',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131699.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043436.0','1020906.0','2',    '2','1','32769.44',    '2','1','27266.61',    '2','1','5502.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131700.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043437.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131701.0','1046473.0','3',    '3','2','2052.64',    '3','0','0.0',    '2','2','2052.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043438.0','1020906.0','2',    '2','2','1418.0',    '2','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131702.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043439.0','1020906.0','4',    '3','1','600.0',    '3','0','0.0',    '2','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131703.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043440.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131704.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043441.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131705.0','1046473.0','1',    '1','1','2145.01',    '1','0','0.0',    '1','1','2145.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043442.0','1020906.0','10',    '10','4','4299.83',    '10','1','553.0',    '6','3','3746.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131706.0','1046473.0','6',    '6','3','10276.25',    '6','2','2445.06',    '3','3','7831.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043443.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131707.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043444.0','1020906.0','4',    '4','1','4889.73',    '4','1','1106.0',    '1','1','3783.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131708.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043445.0','1020906.0','3',    '3','2','2886.24',    '3','1','2161.24',    '3','2','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131709.0','1046473.0','1',    '1','1','1537.44',    '1','1','1537.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043446.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131710.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043447.0','1020906.0','17',    '15','6','3000.0',    '15','0','0.0',    '6','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131711.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043448.0','1020906.0','2',    '2','2','1553.0',    '2','1','553.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131712.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043449.0','1020906.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131713.0','1046473.0','4',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043450.0','1020906.0','8',    '8','3','1184.0',    '8','1','459.0',    '3','2','725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131714.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2041719.0','1020906.0','1',    '1','1','6839.05',    '1','1','5968.92',    '1','1','870.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2129983.0','1046473.0','7',    '7','4','26773.67',    '7','4','11829.6',    '5','4','14944.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043451.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131715.0','1046473.0','1',    '1','1','1162.14',    '1','0','0.0',    '1','1','1162.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043452.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131716.0','1046473.0','2',    '2','1','1060.13',    '2','0','0.0',    '1','1','1060.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043453.0','1020906.0','11',    '12','0','0.0',    '12','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131717.0','1046473.0','1',    '1','1','2464.23',    '1','0','0.0',    '1','1','2464.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043454.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131718.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043455.0','1020906.0','17',    '17','12','29231.83',    '17','6','12519.76',    '13','11','16712.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131719.0','1046473.0','1',    '1','1','2275.11',    '1','1','918.0',    '1','1','1357.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043456.0','1020906.0','4',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131720.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043457.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131721.0','1046473.0','2',    '2','2','14573.67',    '2','2','11264.22',    '2','2','3309.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043458.0','1020906.0','7',    '6','4','10074.89',    '6','1','459.0',    '5','4','9615.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131722.0','1046473.0','5',    '5','1','10458.78',    '5','1','4135.13',    '1','1','6323.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041742.0','1020906.0','1',    '1','1','1106.0',    '1','1','1106.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130006.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043459.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131723.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043460.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131724.0','1046473.0','2',    '2','1','3199.99',    '2','0','0.0',    '1','1','3199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043461.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131725.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043462.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131726.0','1046473.0','2',    '1','1','6184.66',    '1','1','3454.74',    '1','1','2729.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043463.0','1020906.0','1',    '1','1','14083.1',    '1','1','11413.37',    '1','1','2669.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131727.0','1046473.0','1',    '1','1','1486.0',    '1','1','1486.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043464.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131728.0','1046473.0','11',    '11','6','15623.41',    '11','2','8443.18',    '7','6','7180.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043465.0','1020906.0','3',    '3','1','553.0',    '3','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131729.0','1046473.0','2',    '2','1','4123.53',    '2','1','1993.72',    '1','1','2129.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043466.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131730.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042162.0','1020906.0','1',    '1','1','2970.7',    '1','1','2470.7',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130426.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043467.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131731.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043468.0','1020906.0','751',    '728','341','1266723.17',    '728','185','721523.67',    '436','290','545199.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131732.0','1046473.0','5',    '5','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043469.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131733.0','1046473.0','2',    '2','1','5861.65',    '2','1','5361.65',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043470.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131734.0','1046473.0','10',    '10','5','19491.88',    '10','1','6444.02',    '5','5','13047.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043471.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131735.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043472.0','1020906.0','2',    '2','2','15617.45',    '2','1','9149.31',    '2','2','6468.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131736.0','1046473.0','1',    '1','1','4472.82',    '1','1','3686.52',    '1','1','786.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2041979.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130243.0','1046473.0','3',    '3','1','413.74',    '3','1','413.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043473.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131737.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042108.0','1020906.0','1',    '1','1','7564.84',    '1','1','1106.0',    '1','1','6458.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130372.0','1046473.0','7',    '7','4','19011.74',    '7','3','6377.0',    '5','4','12634.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043474.0','1020906.0','3',    '3','3','7642.55',    '3','2','6311.57',    '2','2','1330.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131738.0','1046473.0','17',    '17','6','22125.21',    '17','3','8724.73',    '8','5','13400.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043475.0','1020906.0','4',    '4','1','459.0',    '4','1','459.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131739.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042239.0','1020906.0','95',    '94','36','117338.42',    '94','15','50673.09',    '55','30','66665.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130503.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041862.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130126.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043476.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131740.0','1046473.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041893.0','1020906.0','1',    '1','1','9919.91',    '1','1','6855.39',    '1','1','3064.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130157.0','1046473.0','1',    '1','1','3760.15',    '1','1','1652.54',    '1','1','2107.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042257.0','1020906.0','7',    '7','3','7597.74',    '6','2','2592.0',    '4','3','5005.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130521.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043477.0','1020906.0','2',    '2','2','6827.36',    '2','1','4219.3',    '2','2','2608.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131741.0','1046473.0','25',    '24','9','16510.52',    '24','4','3604.0',    '14','8','12906.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042299.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130563.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041914.0','1020906.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130178.0','1046473.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043478.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131742.0','1046473.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043479.0','1020906.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131743.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043480.0','1020906.0','1',    '1','1','6941.88',    '1','1','2781.48',    '1','1','4160.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131744.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043481.0','1020906.0','7',    '7','1','500.0',    '7','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131745.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043482.0','1020906.0','130',    '125','53','131882.52',    '125','28','67733.93',    '75','43','64148.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131746.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2041894.0','1020906.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130158.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2041931.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130195.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042256.0','1020906.0','6',    '5','3','1500.0',    '5','0','0.0',    '5','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130520.0','1046473.0','22184',    '21490','10338','38047975.79',    '21362','5879','18589898.24',    '12912','8424','19458077.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2043483.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2131747.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001928.0',    '2042010.0','1020906.0','1',    '1','1','726.32',    '1','1','226.32',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006211.0',    '2130274.0','1046473.0','12',    '12','5','2599.78',    '12','2','722.2',    '7','3','1877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042003.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130267.0','1046473.0','2',    '2','2','2810.31',    '2','1','1847.22',    '2','2','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042222.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130486.0','1046473.0','6',    '6','5','24731.74',    '6','4','10987.01',    '4','4','13744.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2041811.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130075.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042182.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130446.0','1046473.0','11',    '11','7','51723.6',    '11','6','32245.7',    '8','5','19477.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2041847.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130111.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042107.0','1020906.0','1',    '1','1','2134.92',    '1','1','459.0',    '1','1','1675.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130371.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043484.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131748.0','1046473.0','15',    '15','8','37768.19',    '15','5','12795.12',    '9','6','24973.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042008.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130272.0','1046473.0','1',    '1','1','1791.8',    '1','1','1791.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043485.0','1020906.0','1',    '1','1','2005.76',    '1','1','2005.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131749.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043486.0','1020906.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131750.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043487.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131751.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042218.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130482.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043488.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131752.0','1046473.0','1',    '1','1','3280.66',    '1','1','2671.74',    '1','1','608.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043489.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131753.0','1046473.0','209',    '205','67','119121.66',    '205','34','61503.49',    '104','56','57618.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043490.0','1020906.0','2',    '2','1','553.0',    '2','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131754.0','1046473.0','8',    '8','3','2777.74',    '8','3','2277.74',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043491.0','1020906.0','1',    '1','1','1516.09',    '1','1','553.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131755.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043492.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131756.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043493.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131757.0','1046473.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042220.0','1020906.0','3',    '3','2','1468.58',    '3','1','459.0',    '2','2','1009.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130484.0','1046473.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043494.0','1020906.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131758.0','1046473.0','5',    '6','1','500.0',    '6','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043495.0','1020906.0','1',    '1','1','6440.88',    '1','1','918.0',    '1','1','5522.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131759.0','1046473.0','2',    '2','1','6043.92',    '2','1','3371.73',    '1','1','2672.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042073.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130337.0','1046473.0','3',    '4','2','1418.0',    '4','1','918.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043496.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131760.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043497.0','1020906.0','4',    '4','1','1505.53',    '4','0','0.0',    '2','1','1505.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131761.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043498.0','1020906.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131762.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043499.0','1020906.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131763.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043500.0','1020906.0','9',    '9','5','7348.26',    '9','3','3122.11',    '5','4','4226.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131764.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043501.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131765.0','1046473.0','1',    '1','1','16266.6',    '1','1','14256.3',    '1','1','2010.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043502.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131766.0','1046473.0','5',    '5','1','500.0',    '5','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043503.0','1020906.0','5',    '4','1','831.71',    '4','0','0.0',    '2','1','831.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131767.0','1046473.0','10',    '10','6','4190.54',    '10','3','1659.0',    '8','5','2531.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043504.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131768.0','1046473.0','15',    '15','9','31730.56',    '15','5','18350.16',    '9','6','13380.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043505.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131769.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043506.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131770.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043507.0','1020906.0','524',    '503','210','506938.65',    '500','99','314221.99',    '275','164','192716.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131771.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043508.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131772.0','1046473.0','8',    '8','2','1000.0',    '8','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043509.0','1020906.0','9',    '11','4','3867.18',    '11','2','1377.0',    '5','4','2490.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131773.0','1046473.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043510.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131774.0','1046473.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043511.0','1020906.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131775.0','1046473.0','2',    '2','2','3134.72',    '2','1','553.0',    '2','2','2581.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043512.0','1020906.0','29',    '25','12','26562.03',    '25','4','11467.78',    '16','11','15094.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131776.0','1046473.0','9',    '9','4','5156.73',    '9','2','2159.06',    '5','3','2997.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043513.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131777.0','1046473.0','1',    '1','1','1106.0',    '1','1','1106.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2041896.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130160.0','1046473.0','1',    '1','1','13439.95',    '1','1','10927.64',    '1','1','2512.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043514.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131778.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042027.0','1020906.0','22',    '20','4','2000.0',    '20','0','0.0',    '8','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130291.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042074.0','1020906.0','2',    '2','1','964.07',    '2','0','0.0',    '1','1','964.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130338.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043515.0','1020906.0','3',    '3','1','928.13',    '3','0','0.0',    '1','1','928.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131779.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043516.0','1020906.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131780.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043517.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131781.0','1046473.0','3',    '2','2','3350.61',    '2','1','459.0',    '2','1','2891.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043518.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131782.0','1046473.0','17',    '16','10','53734.57',    '16','8','27218.65',    '12','10','26515.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043519.0','1020906.0','39',    '38','9','21905.1',    '38','7','6353.05',    '17','7','15552.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131783.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043520.0','1020906.0','1',    '1','1','1125.2',    '1','1','172.84',    '1','1','952.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131784.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043521.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131785.0','1046473.0','9',    '9','3','40086.7',    '9','2','34930.0',    '5','2','5156.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2041871.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130135.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043522.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131786.0','1046473.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043523.0','1020906.0','8',    '8','2','4576.51',    '8','1','743.0',    '3','2','3833.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131787.0','1046473.0','1',    '1','1','7765.7',    '1','1','7765.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043524.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131788.0','1046473.0','1',    '1','1','963.09',    '1','0','0.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042092.0','1020906.0','1',    '1','1','4841.49',    '1','1','1106.0',    '1','1','3735.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130356.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043525.0','1020906.0','1',    '1','1','4250.88',    '1','1','2545.75',    '1','1','1705.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131789.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043526.0','1020906.0','3',    '3','1','743.0',    '3','1','743.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131790.0','1046473.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2041916.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130180.0','1046473.0','2',    '2','1','10429.47',    '2','1','7236.49',    '1','1','3192.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043527.0','1020906.0','1',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131791.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043528.0','1020906.0','3',    '2','1','2152.34',    '2','1','1420.8',    '2','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131792.0','1046473.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042094.0','1020906.0','2',    '2','1','2477.75',    '2','1','459.0',    '1','1','2018.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130358.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043529.0','1020906.0','4',    '4','3','4244.8',    '4','2','3744.8',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131793.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043530.0','1020906.0','15',    '15','6','15365.47',    '15','3','8246.25',    '8','5','7119.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131794.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043531.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131795.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043532.0','1020906.0','1533',    '1507','997','5856819.14',    '1500','699','3022044.06',    '1166','879','2834775.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131796.0','1046473.0','2',    '2','2','1500.53',    '2','2','1000.53',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043533.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131797.0','1046473.0','1',    '1','1','4400.94',    '1','1','4169.4',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043534.0','1020906.0','1',    '1','1','11783.16',    '1','1','5369.07',    '1','1','6414.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131798.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042056.0','1020906.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130320.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2042067.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130331.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043535.0','1020906.0','2',    '2','2','4503.11',    '2','1','1565.72',    '1','1','2937.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131799.0','1046473.0','91',    '90','40','74275.74',    '89','19','48569.11',    '39','31','25706.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043536.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131800.0','1046473.0','5',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043537.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131801.0','1046473.0','11',    '11','6','8514.55',    '11','1','2789.38',    '7','6','5725.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042072.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130336.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043538.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131802.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042157.0','1020906.0','11',    '11','5','10758.3',    '11','2','5008.36',    '9','5','5749.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130421.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043539.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131803.0','1046473.0','15',    '15','6','3000.0',    '15','0','0.0',    '6','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043540.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131804.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043541.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131805.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043542.0','1020906.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131806.0','1046473.0','1',    '1','1','6429.57',    '1','1','5965.5',    '1','1','464.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043543.0','1020906.0','3',    '3','1','959.0',    '3','1','459.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131807.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043544.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131808.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043545.0','1020906.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131809.0','1046473.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043546.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131810.0','1046473.0','6',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043547.0','1020906.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131811.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043548.0','1020906.0','1',    '1','1','2029.34',    '1','0','0.0',    '1','1','2029.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131812.0','1046473.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043549.0','1020906.0','8',    '8','2','1000.0',    '8','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131813.0','1046473.0','1',    '1','1','1669.71',    '1','1','1669.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043550.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131814.0','1046473.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043551.0','1020906.0','192',    '186','83','174120.96',    '185','34','114974.17',    '106','68','59146.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131815.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043552.0','1020906.0','10',    '10','4','2606.0',    '10','2','1106.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131816.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043553.0','1020906.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131817.0','1046473.0','1',    '1','1','33300.0',    '1','1','29832.51',    '1','1','3467.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043554.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131818.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042278.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130542.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043555.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131819.0','1046473.0','1',    '1','1','1283.2',    '1','1','1283.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043556.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131820.0','1046473.0','6',    '5','2','1000.0',    '5','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043557.0','1020906.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131821.0','1046473.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2041915.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2130179.0','1046473.0','5',    '5','2','15509.23',    '5','1','8182.52',    '3','2','7326.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2042241.0','1020906.0','1',    '1','1','256.13',    '1','0','0.0',    '1','1','256.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2130505.0','1046473.0','4',    '4','2','2479.17',    '4','1','553.0',    '2','2','1926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043558.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131822.0','1046473.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043559.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131823.0','1046473.0','6',    '6','3','1500.0',    '6','0','0.0',    '4','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043560.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131824.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043561.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131825.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043562.0','1020906.0','1',    '1','1','10137.58',    '1','1','2743.15',    '1','1','7394.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131826.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043563.0','1020906.0','1',    '1','1','777.94',    '1','1','320.8',    '1','1','457.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131827.0','1046473.0','3',    '3','2','5486.6',    '3','1','5255.06',    '2','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043564.0','1020906.0','5',    '5','2','1459.0',    '5','1','459.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131828.0','1046473.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043565.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131829.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043566.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131830.0','1046473.0','4',    '4','3','18414.35',    '4','1','5243.24',    '3','3','13171.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043567.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131831.0','1046473.0','1',    '1','1','1418.0',    '1','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043568.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131832.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043569.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131833.0','1046473.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043570.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131834.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043571.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131835.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043572.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131836.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043573.0','1020906.0','2',    '2','1','18131.93',    '2','1','16025.15',    '2','1','2106.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131837.0','1046473.0','12',    '11','6','49118.06',    '11','4','33080.52',    '6','5','16037.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043574.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131838.0','1046473.0','21',    '21','13','10814.52',    '21','5','6351.44',    '15','10','4463.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043575.0','1020906.0','1',    '1','1','1986.0',    '1','1','1486.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131839.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043576.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131840.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043577.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131841.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043578.0','1020906.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131842.0','1046473.0','5',    '5','3','4172.17',    '5','1','1410.3',    '4','3','2761.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043579.0','1020906.0','2',    '2','1','7442.45',    '2','1','1486.0',    '1','1','5956.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131843.0','1046473.0','4',    '3','1','1053.0',    '3','1','553.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043580.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131844.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043581.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131845.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043582.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131846.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043583.0','1020906.0','5',    '5','3','9333.0',    '5','1','1782.33',    '3','3','7550.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131847.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043584.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131848.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043585.0','1020906.0','2',    '2','1','1569.12',    '2','1','960.0',    '2','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131849.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043586.0','1020906.0','7',    '6','2','1432.0',    '6','1','432.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131850.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043587.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131851.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043588.0','1020906.0','1',    '1','1','448.82',    '1','1','317.04',    '1','1','131.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131852.0','1046473.0','1',    '1','1','2777.42',    '1','1','2777.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001976.0',    '2043589.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006245.0',    '2131853.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043590.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131854.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043591.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131855.0','1046473.0','426',    '413','195','691563.73',    '408','109','422176.81',    '261','164','269386.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043592.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131856.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043593.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131857.0','1046473.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043594.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131858.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043595.0','1020906.0','1',    '1','1','206.87',    '1','1','206.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131859.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043596.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131860.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043597.0','1020906.0','3',    '3','3','9738.98',    '3','1','1486.0',    '3','3','8252.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131861.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043598.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131862.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043599.0','1020906.0','1',    '1','1','33300.0',    '1','1','32800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131863.0','1046473.0','4',    '4','1','500.0',    '4','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043600.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131864.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043601.0','1020906.0','2',    '2','1','5651.07',    '2','1','4090.95',    '2','1','1560.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131865.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043602.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131866.0','1046473.0','19',    '19','9','26577.2',    '19','4','17234.63',    '11','7','9342.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043603.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131867.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043604.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131868.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043605.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131869.0','1046473.0','1',    '1','1','61.0',    '1','1','61.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043606.0','1020906.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131870.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043607.0','1020906.0','1',    '1','1','650.0',    '1','1','650.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131871.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043608.0','1020906.0','9238',    '8947','4463','16164784.96',    '8887','2707','9626385.77',    '5785','3587','6538399.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131872.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043609.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131873.0','1046473.0','8',    '7','2','1334.12',    '7','0','0.0',    '4','2','1334.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043610.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131874.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043611.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131875.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043612.0','1020906.0','10',    '10','6','26573.83',    '10','4','14543.63',    '6','6','12030.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131876.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043613.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131877.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043614.0','1020906.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131878.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043615.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131879.0','1046473.0','3',    '3','2','2209.12',    '3','0','0.0',    '2','2','2209.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043616.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131880.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043617.0','1020906.0','0',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131881.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043618.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131882.0','1046473.0','23',    '23','17','107762.25',    '23','12','72148.9',    '18','13','35613.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043619.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131883.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043620.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131884.0','1046473.0','1',    '1','1','403.54',    '1','1','403.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043621.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131885.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043622.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131886.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043623.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131887.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043624.0','1020906.0','1',    '1','1','1686.35',    '1','1','1686.35',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131888.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043625.0','1020906.0','19143',    '18653','7173','13881613.39',    '18535','3238','7696085.33',    '9746','5680','6185528.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131889.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043626.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131890.0','1046473.0','4',    '4','2','1754.97',    '4','1','432.0',    '2','1','1322.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043627.0','1020906.0','1',    '1','1','1322.96',    '1','0','0.0',    '1','1','1322.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131891.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043628.0','1020906.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131892.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043629.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131893.0','1046473.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043630.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131894.0','1046473.0','18',    '17','5','10520.71',    '17','2','7649.67',    '5','4','2871.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043631.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131895.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043632.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131896.0','1046473.0','228',    '216','74','220213.39',    '215','31','115323.82',    '102','65','104889.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043633.0','1020906.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131897.0','1046473.0','2',    '2','1','1136.5',    '2','0','0.0',    '1','1','1136.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043634.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131898.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043635.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131899.0','1046473.0','4',    '4','2','1000.0',    '4','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043636.0','1020906.0','3',    '3','3','1191.44',    '3','2','691.44',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131900.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043637.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131901.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043638.0','1020906.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131902.0','1046473.0','3',    '3','1','666.12',    '3','1','666.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043639.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131903.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043640.0','1020906.0','1',    '1','1','2327.74',    '1','1','2327.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131904.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043641.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131905.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043642.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131906.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043643.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131907.0','1046473.0','1',    '1','1','1274.62',    '1','0','0.0',    '1','1','1274.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043644.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131908.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043645.0','1020906.0','2',    '2','1','20845.46',    '2','1','20345.46',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131909.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043646.0','1020906.0','23',    '20','13','102959.53',    '20','10','59121.81',    '17','13','43837.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131910.0','1046473.0','1',    '1','1','23312.27',    '1','1','17968.53',    '1','1','5343.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043647.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131911.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043648.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131912.0','1046473.0','6',    '5','1','500.0',    '5','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043649.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131913.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043650.0','1020906.0','18',    '17','13','73921.01',    '17','10','58956.6',    '15','11','14964.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131914.0','1046473.0','1',    '1','1','3080.84',    '1','0','0.0',    '1','1','3080.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043651.0','1020906.0','11',    '9','3','3068.07',    '9','1','540.0',    '8','3','2528.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131915.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043652.0','1020906.0','3',    '3','2','1817.03',    '3','1','1317.03',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131916.0','1046473.0','2',    '2','1','3600.24',    '2','1','650.0',    '2','1','2950.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043653.0','1020906.0','2',    '2','1','5426.2',    '2','1','1106.0',    '1','1','4320.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131917.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043654.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131918.0','1046473.0','3',    '3','2','1815.3',    '3','2','715.3',    '2','1','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043655.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131919.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043656.0','1020906.0','1',    '1','1','2336.81',    '1','0','0.0',    '1','1','2336.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131920.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043657.0','1020906.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131921.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043658.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131922.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043659.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131923.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043660.0','1020906.0','15',    '14','4','33846.63',    '14','3','22397.01',    '6','3','11449.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131924.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043661.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131925.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043662.0','1020906.0','4',    '4','2','1808.15',    '4','1','553.0',    '2','2','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131926.0','1046473.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043663.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131927.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043664.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131928.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043665.0','1020906.0','5',    '4','1','960.0',    '4','1','960.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131929.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043666.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131930.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043667.0','1020906.0','13',    '13','6','4161.68',    '13','0','0.0',    '9','6','4161.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131931.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043668.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131932.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043669.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131933.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043670.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131934.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043671.0','1020906.0','4',    '4','2','365.89',    '3','0','0.0',    '3','2','365.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131935.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043672.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131936.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043673.0','1020906.0','5',    '5','4','14654.13',    '5','1','7415.87',    '5','4','7238.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131937.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043674.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131938.0','1046473.0','2',    '2','2','2887.45',    '2','2','1442.6',    '2','2','1444.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043675.0','1020906.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131939.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043676.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131940.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043677.0','1020906.0','3',    '3','2','1536.25',    '3','1','1036.25',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131941.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043678.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131942.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043679.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131943.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043680.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131944.0','1046473.0','12',    '12','4','28453.69',    '12','2','15262.18',    '4','4','13191.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043681.0','1020906.0','1',    '1','1','2095.77',    '1','0','0.0',    '1','1','2095.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131945.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043682.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131946.0','1046473.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043683.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131947.0','1046473.0','3',    '2','1','459.0',    '2','1','459.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043684.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131948.0','1046473.0','2',    '2','1','1473.27',    '2','1','1473.27',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043685.0','1020906.0','1',    '1','1','2587.93',    '1','1','1053.56',    '1','1','1534.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131949.0','1046473.0','6',    '6','1','199.99',    '6','0','0.0',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043686.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131950.0','1046473.0','8',    '6','2','2486.0',    '6','1','1486.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043687.0','1020906.0','1',    '1','1','5073.67',    '1','1','2429.26',    '1','1','2644.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131951.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043688.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131952.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043689.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131953.0','1046473.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043690.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131954.0','1046473.0','24',    '20','11','39763.13',    '20','7','26799.68',    '13','7','12963.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043691.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131955.0','1046473.0','32',    '31','20','84623.49',    '31','11','58260.41',    '23','17','26363.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043692.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131956.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043693.0','1020906.0','6',    '5','3','6021.52',    '5','1','1231.78',    '4','3','4789.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131957.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043694.0','1020906.0','53',    '49','19','24003.17',    '49','9','9769.18',    '25','16','14233.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131958.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043695.0','1020906.0','1',    '1','1','15927.35',    '1','1','15927.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131959.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043696.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131960.0','1046473.0','4',    '4','3','1500.0',    '4','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043697.0','1020906.0','30',    '30','13','12802.44',    '30','3','3138.54',    '20','12','9663.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131961.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043698.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131962.0','1046473.0','10533',    '10195','4674','16951762.21',    '10130','2453','10494891.11',    '6191','3909','6456871.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043699.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131963.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043700.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131964.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043701.0','1020906.0','1',    '1','1','8400.89',    '1','1','5233.55',    '1','1','3167.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131965.0','1046473.0','1',    '1','1','388.19',    '1','1','156.65',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043702.0','1020906.0','17858',    '17393','7809','24234684.48',    '17292','4274','13637076.75',    '10430','6335','10597607.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131966.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043703.0','1020906.0','6',    '5','4','3212.18',    '5','4','2834.6',    '5','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131967.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043704.0','1020906.0','7',    '7','6','29341.39',    '7','5','21733.77',    '7','5','7607.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131968.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043705.0','1020906.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131969.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043706.0','1020906.0','1',    '1','1','682.25',    '1','1','682.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131970.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043707.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131971.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043708.0','1020906.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131972.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043709.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131973.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043710.0','1020906.0','1',    '1','1','918.0',    '1','1','918.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131974.0','1046473.0','15',    '14','3','26753.6',    '14','1','17595.26',    '7','3','9158.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043711.0','1020906.0','6',    '6','5','19791.48',    '6','3','10734.9',    '5','5','9056.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131975.0','1046473.0','3',    '3','2','1284.99',    '3','1','553.0',    '1','1','731.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043712.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131976.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043713.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131977.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043714.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131978.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043715.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131979.0','1046473.0','14',    '14','5','8326.54',    '14','4','3292.08',    '8','5','5034.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043716.0','1020906.0','2',    '2','1','3759.76',    '2','1','918.0',    '2','1','2841.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131980.0','1046473.0','4',    '3','1','1522.33',    '3','0','0.0',    '1','1','1522.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043717.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131981.0','1046473.0','14',    '13','5','4277.83',    '13','1','937.46',    '7','5','3340.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043718.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131982.0','1046473.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043719.0','1020906.0','2',    '2','1','10175.14',    '2','1','8461.52',    '1','1','1713.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131983.0','1046473.0','1',    '1','1','8539.91',    '1','1','4387.98',    '1','1','4151.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043720.0','1020906.0','1',    '1','1','131.78',    '1','0','0.0',    '1','1','131.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131984.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043721.0','1020906.0','1',    '2','1','781.12',    '2','0','0.0',    '1','1','781.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131985.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043722.0','1020906.0','3',    '3','2','2508.84',    '3','0','0.0',    '3','2','2508.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131986.0','1046473.0','5',    '5','2','2937.62',    '5','1','1511.45',    '4','2','1426.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043723.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131987.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043724.0','1020906.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131988.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043725.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131989.0','1046473.0','6',    '5','2','1000.0',    '4','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043726.0','1020906.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131990.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043727.0','1020906.0','2',    '1','1','5956.18',    '1','1','5956.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131991.0','1046473.0','26',    '25','10','24930.13',    '25','4','11728.63',    '13','9','13201.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043728.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131992.0','1046473.0','1',    '1','1','664.0',    '1','1','664.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043729.0','1020906.0','1',    '1','1','33300.0',    '1','1','32800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131993.0','1046473.0','6',    '5','1','500.0',    '5','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043730.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131994.0','1046473.0','5',    '5','2','1980.49',    '5','0','0.0',    '3','2','1980.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043731.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131995.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043732.0','1020906.0','2',    '2','2','1188.87',    '2','0','0.0',    '2','2','1188.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2131996.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043733.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131997.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043734.0','1020906.0','4',    '4','2','7203.03',    '4','1','790.0',    '2','2','6413.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131998.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043735.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2131999.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043736.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132000.0','1046473.0','7638',    '7416','3461','10139073.29',    '7381','1855','6016664.3',    '4698','2870','4122408.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043737.0','1020906.0','10787',    '10542','6186','22329069.47',    '10492','3942','13933350.39',    '7435','4992','8395719.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132001.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043738.0','1020906.0','4',    '4','2','5840.57',    '4','1','2134.12',    '2','2','3706.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132002.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043739.0','1020906.0','10',    '10','4','2030.58',    '10','1','553.0',    '4','3','1477.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132003.0','1046473.0','1',    '1','1','770.76',    '1','1','770.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043740.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132004.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043741.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132005.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043742.0','1020906.0','616',    '593','235','815749.15',    '592','116','442093.9',    '350','201','373655.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132006.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043743.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132007.0','1046473.0','6',    '6','3','8704.46',    '6','2','2978.72',    '5','3','5725.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043744.0','1020906.0','1',    '1','1','5982.24',    '1','1','748.0',    '1','1','5234.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132008.0','1046473.0','1',    '1','1','449.99',    '1','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043745.0','1020906.0','1',    '1','1','1416.49',    '1','1','1001.51',    '1','1','414.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132009.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043746.0','1020906.0','3',    '3','1','456.0',    '3','1','456.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132010.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043747.0','1020906.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132011.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043748.0','1020906.0','2',    '2','2','3103.3',    '2','1','507.52',    '2','2','2595.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132012.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043749.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132013.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043750.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132014.0','1046473.0','1',    '1','1','33300.0',    '1','1','32800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043751.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132015.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043752.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132016.0','1046473.0','4',    '4','3','14104.37',    '4','3','11173.54',    '3','2','2930.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043753.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132017.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043754.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132018.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043755.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132019.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043756.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132020.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043757.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132021.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043758.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132022.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043759.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132023.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043760.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132024.0','1046473.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043761.0','1020906.0','1',    '1','1','2304.38',    '1','0','0.0',    '1','1','2304.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132025.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043762.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132026.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043763.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132027.0','1046473.0','5',    '5','3','1590.52',    '5','2','1090.52',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043764.0','1020906.0','1',    '1','1','225.0',    '1','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132028.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043765.0','1020906.0','1',    '1','1','974.98',    '1','0','0.0',    '1','1','974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132029.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043766.0','1020906.0','2',    '2','2','2061.29',    '2','1','806.14',    '2','2','1255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132030.0','1046473.0','9',    '9','7','11711.09',    '8','3','1552.52',    '7','5','10158.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043767.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132031.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043768.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132032.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043769.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132033.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043770.0','1020906.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132034.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043771.0','1020906.0','1',    '1','1','262.5',    '1','0','0.0',    '1','1','262.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132035.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043772.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132036.0','1046473.0','1',    '1','1','1732.74',    '1','1','1732.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043773.0','1020906.0','52',    '50','21','28661.78',    '50','5','8324.85',    '25','19','20336.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132037.0','1046473.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043774.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132038.0','1046473.0','3',    '3','2','5489.0',    '3','2','4526.55',    '2','1','962.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043775.0','1020906.0','4',    '4','1','3250.41',    '4','1','1106.0',    '2','1','2144.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132039.0','1046473.0','23',    '23','5','8794.63',    '23','2','4123.64',    '12','5','4670.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043776.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132040.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043777.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132041.0','1046473.0','1',    '1','1','956.0',    '1','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043778.0','1020906.0','1',    '1','1','1353.67',    '1','0','0.0',    '1','1','1353.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132042.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043779.0','1020906.0','3',    '3','1','500.0',    '3','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132043.0','1046473.0','4',    '4','2','4540.11',    '4','2','2517.57',    '3','2','2022.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043780.0','1020906.0','6',    '6','3','3410.34',    '6','1','743.0',    '5','3','2667.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132044.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043781.0','1020906.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132045.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043782.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132046.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043783.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132047.0','1046473.0','4',    '4','1','2085.68',    '4','0','0.0',    '2','1','2085.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043784.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132048.0','1046473.0','2',    '2','2','1334.49',    '2','0','0.0',    '2','2','1334.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043785.0','1020906.0','1',    '1','1','2409.48',    '1','0','0.0',    '1','1','2409.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132049.0','1046473.0','2672',    '2522','1543','7308943.03',    '2506','1025','5339498.95',    '1867','1232','1969444.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043786.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132050.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043787.0','1020906.0','4',    '4','3','9281.52',    '4','2','8820.03',    '3','1','461.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132051.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043788.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132052.0','1046473.0','1',    '1','1','6937.41',    '1','1','918.0',    '1','1','6019.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043789.0','1020906.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132053.0','1046473.0','2',    '2','2','4720.75',    '2','1','3611.63',    '2','2','1109.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043790.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132054.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043791.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132055.0','1046473.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043792.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132056.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043793.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132057.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043794.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132058.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043795.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132059.0','1046473.0','3',    '3','3','11496.29',    '3','2','6290.04',    '3','3','5206.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043796.0','1020906.0','8',    '8','6','5632.28',    '8','2','2242.68',    '6','5','3389.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132060.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001958.0',    '2043797.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006246.0',    '2132061.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043798.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132062.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043799.0','1020906.0','1',    '1','1','807.2',    '1','1','307.2',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132063.0','1046473.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043800.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132064.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043801.0','1020906.0','4',    '4','2','11763.85',    '4','1','3146.48',    '2','2','8617.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132065.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043802.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132066.0','1046473.0','13',    '11','5','6736.19',    '11','1','459.0',    '6','5','6277.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043803.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132067.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043804.0','1020906.0','1',    '1','1','688.09',    '1','0','0.0',    '1','1','688.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132068.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043805.0','1020906.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132069.0','1046473.0','1',    '1','1','1053.0',    '1','1','553.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043806.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132070.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043807.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132071.0','1046473.0','59',    '54','26','103512.69',    '53','16','51662.33',    '34','23','51850.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043808.0','1020906.0','1',    '1','1','4413.76',    '1','1','3050.85',    '1','1','1362.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132072.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043809.0','1020906.0','6',    '6','3','6494.36',    '6','2','5494.36',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132073.0','1046473.0','1',    '1','1','6313.71',    '1','1','2407.48',    '1','1','3906.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043810.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132074.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043811.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132075.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043812.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132076.0','1046473.0','1',    '1','1','1109.6',    '1','1','1109.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043813.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132077.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043814.0','1020906.0','2',    '2','1','26805.19',    '2','1','19928.87',    '2','1','6876.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132078.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043815.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132079.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043816.0','1020906.0','17',    '16','5','20642.3',    '16','2','13895.0',    '10','4','6747.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132080.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043817.0','1020906.0','3',    '3','2','3915.36',    '3','0','0.0',    '2','2','3915.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132081.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043818.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132082.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043819.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132083.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043820.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132084.0','1046473.0','3',    '3','1','1118.47',    '3','0','0.0',    '2','1','1118.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043821.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132085.0','1046473.0','2',    '2','1','4018.13',    '2','1','3287.22',    '1','1','730.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043822.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132086.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043823.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132087.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043824.0','1020906.0','1',    '1','1','2532.16',    '1','1','1836.55',    '1','1','695.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132088.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043825.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132089.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043826.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132090.0','1046473.0','2',    '2','2','4345.21',    '2','1','918.0',    '2','2','3427.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043827.0','1020906.0','1',    '1','1','956.0',    '1','1','456.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132091.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043828.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132092.0','1046473.0','1',    '1','1','409.79',    '1','1','409.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043829.0','1020906.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132093.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043830.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132094.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043831.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132095.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043832.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132096.0','1046473.0','4',    '4','2','9244.03',    '3','2','5706.09',    '3','1','3537.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043833.0','1020906.0','1',    '1','1','1120.58',    '1','1','743.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132097.0','1046473.0','1',    '1','1','5129.87',    '1','1','2740.44',    '1','1','2389.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043834.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132098.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043835.0','1020906.0','1',    '1','1','1392.62',    '1','1','1392.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132099.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043836.0','1020906.0','2',    '2','1','749.59',    '2','1','749.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132100.0','1046473.0','1',    '1','1','941.41',    '1','1','941.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043837.0','1020906.0','13',    '13','8','25305.35',    '13','7','14835.1',    '6','4','10470.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132101.0','1046473.0','1',    '1','1','2530.47',    '1','1','2530.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043838.0','1020906.0','3',    '3','1','2197.11',    '3','1','831.06',    '3','1','1366.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132102.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043839.0','1020906.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132103.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043840.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132104.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043841.0','1020906.0','3',    '3','3','1500.0',    '3','0','0.0',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132105.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043842.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132106.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043843.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132107.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043844.0','1020906.0','2',    '2','2','7529.1',    '2','1','6293.71',    '2','2','1235.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132108.0','1046473.0','9',    '10','2','2466.64',    '10','0','0.0',    '3','2','2466.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043845.0','1020906.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132109.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043846.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132110.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043847.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132111.0','1046473.0','1',    '1','1','28030.46',    '1','1','23662.75',    '1','1','4367.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043848.0','1020906.0','1',    '1','1','802.87',    '1','0','0.0',    '1','1','802.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132112.0','1046473.0','1',    '1','1','1860.08',    '1','1','1860.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043849.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132113.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043850.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132114.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043851.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132115.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043852.0','1020906.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132116.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043853.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132117.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043854.0','1020906.0','4',    '4','3','2046.4',    '4','1','546.4',    '3','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132118.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043855.0','1020906.0','3',    '3','2','18288.72',    '3','1','13190.8',    '2','2','5097.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132119.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043856.0','1020906.0','8',    '8','1','500.0',    '8','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132120.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043857.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132121.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043858.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132122.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043859.0','1020906.0','1',    '1','1','2464.94',    '1','1','918.0',    '1','1','1546.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132123.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043860.0','1020906.0','1',    '1','1','1197.02',    '1','1','1197.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132124.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043861.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132125.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043862.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132126.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043863.0','1020906.0','8',    '7','3','8179.35',    '7','2','4571.76',    '6','2','3607.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132127.0','1046473.0','4',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043864.0','1020906.0','9',    '9','1','500.0',    '9','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132128.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043865.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132129.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043866.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132130.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043867.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132131.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043868.0','1020906.0','8',    '7','2','1000.0',    '7','0','0.0',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132132.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043869.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132133.0','1046473.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043870.0','1020906.0','12',    '12','4','5191.68',    '12','2','1612.0',    '5','3','3579.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132134.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043871.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132135.0','1046473.0','1',    '1','1','735.39',    '1','0','0.0',    '1','1','735.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043872.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132136.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043873.0','1020906.0','2',    '2','1','132.0',    '2','0','0.0',    '2','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132137.0','1046473.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043874.0','1020906.0','1',    '1','1','1381.11',    '1','1','881.11',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132138.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043875.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132139.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043876.0','1020906.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132140.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043877.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132141.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043878.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132142.0','1046473.0','8',    '8','2','1000.0',    '8','0','0.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043879.0','1020906.0','5',    '5','1','3892.31',    '5','1','374.0',    '3','1','3518.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132143.0','1046473.0','5',    '5','2','1000.0',    '5','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043880.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132144.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043881.0','1020906.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132145.0','1046473.0','1',    '1','1','6085.71',    '1','1','3426.25',    '1','1','2659.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043882.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132146.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043883.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132147.0','1046473.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043884.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132148.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043885.0','1020906.0','13102',    '12674','4584','8585305.44',    '12540','1407','4063375.58',    '7260','4194','4521929.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132149.0','1046473.0','1',    '1','1','225.0',    '1','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043886.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132150.0','1046473.0','9',    '8','4','11682.13',    '8','3','6209.11',    '7','3','5473.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043887.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132151.0','1046473.0','3',    '3','2','790.76',    '3','1','290.76',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043888.0','1020906.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132152.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043889.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132153.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043890.0','1020906.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132154.0','1046473.0','4',    '4','1','1651.16',    '4','0','0.0',    '2','1','1651.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043891.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132155.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043892.0','1020906.0','3',    '3','1','500.0',    '3','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132156.0','1046473.0','3',    '2','1','2020.5',    '2','0','0.0',    '1','1','2020.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043893.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132157.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043894.0','1020906.0','1',    '1','1','1918.46',    '1','0','0.0',    '1','1','1918.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132158.0','1046473.0','247',    '204','113','319705.06',    '194','68','204498.88',    '122','79','115206.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043895.0','1020906.0','5',    '3','1','430.83',    '3','0','0.0',    '1','1','430.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132159.0','1046473.0','7421',    '6561','3641','10005666.07',    '6264','2179','6515404.18',    '4353','2749','3490261.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043896.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132160.0','1046473.0','28',    '24','15','76569.37',    '24','9','50608.19',    '17','12','25961.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043897.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132161.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043898.0','1020906.0','4',    '1','1','2446.85',    '1','0','0.0',    '1','1','2446.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132162.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043899.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132163.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043900.0','1020906.0','4',    '3','3','3971.63',    '2','2','3091.54',    '2','1','880.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132164.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043901.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132165.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043902.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132166.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043903.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132167.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043904.0','1020906.0','2',    '2','2','1195.03',    '2','0','0.0',    '2','2','1195.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132168.0','1046473.0','1',    '1','1','4254.79',    '1','1','3323.96',    '1','1','930.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043905.0','1020906.0','35',    '27','18','54898.65',    '26','11','34871.2',    '19','15','20027.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132169.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043906.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132170.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043907.0','1020906.0','4',    '3','2','37652.45',    '3','2','29839.49',    '3','2','7812.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132171.0','1046473.0','2',    '2','2','9254.93',    '2','1','6829.06',    '2','2','2425.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043908.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132172.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043909.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132173.0','1046473.0','3',    '3','2','7693.72',    '3','2','4128.0',    '2','1','3565.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043910.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132174.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043911.0','1020906.0','1',    '1','1','9134.76',    '1','1','5078.73',    '1','1','4056.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132175.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043912.0','1020906.0','1',    '1','1','28631.19',    '1','1','22273.16',    '1','1','6358.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132176.0','1046473.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043913.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132177.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043914.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132178.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043915.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132179.0','1046473.0','392',    '359','229','826540.48',    '338','157','510128.26',    '261','183','316412.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043916.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132180.0','1046473.0','2',    '2','2','5437.88',    '2','1','2296.0',    '2','2','3141.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043917.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132181.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043918.0','1020906.0','4',    '3','1','2296.0',    '3','1','2296.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132182.0','1046473.0','1',    '1','1','1832.0',    '1','1','1832.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043919.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132183.0','1046473.0','47',    '44','32','86155.72',    '43','18','39531.06',    '33','25','46624.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043920.0','1020906.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132184.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043921.0','1020906.0','461',    '399','222','710265.16',    '378','154','467163.66',    '266','171','243101.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132185.0','1046473.0','2',    '2','1','499.99',    '2','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043922.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132186.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043923.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132187.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043924.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132188.0','1046473.0','2',    '2','2','1999.99',    '2','1','1500.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043925.0','1020906.0','7',    '7','3','1875.0',    '7','1','750.0',    '4','2','1125.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132189.0','1046473.0','1',    '1','1','6703.69',    '1','0','0.0',    '1','1','6703.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043926.0','1020906.0','1',    '1','1','753.64',    '1','1','753.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132190.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043927.0','1020906.0','111',    '100','61','196157.19',    '94','42','145790.86',    '65','43','50366.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132191.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043928.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132192.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043929.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132193.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043930.0','1020906.0','2',    '1','1','9487.36',    '1','1','7722.94',    '1','1','1764.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132194.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043931.0','1020906.0','1',    '1','1','1832.0',    '1','1','1832.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132195.0','1046473.0','1',    '1','1','5282.48',    '1','1','3105.8',    '1','1','2176.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043932.0','1020906.0','1',    '1','1','1500.0',    '1','1','1500.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132196.0','1046473.0','6',    '5','2','8510.27',    '5','2','4128.0',    '2','2','4382.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043933.0','1020906.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132197.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043934.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132198.0','1046473.0','2',    '1','1','564.36',    '1','1','64.37',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043935.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132199.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043936.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132200.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043937.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132201.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043938.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132202.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043939.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132203.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043940.0','1020906.0','63',    '57','38','76099.76',    '55','20','44663.43',    '39','32','31436.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132204.0','1046473.0','1',    '1','1','2650.24',    '1','1','2650.24',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043941.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132205.0','1046473.0','79',    '68','33','97439.58',    '67','20','66001.24',    '40','21','31438.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043942.0','1020906.0','6',    '5','4','9201.76',    '5','3','6293.37',    '4','3','2908.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132206.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043943.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132207.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043944.0','1020906.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132208.0','1046473.0','11',    '11','3','2831.99',    '10','1','1832.0',    '6','2','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043945.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132209.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043946.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132210.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043947.0','1020906.0','2',    '1','1','750.0',    '1','1','750.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132211.0','1046473.0','26',    '24','11','44709.12',    '22','9','34904.11',    '14','7','9805.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043948.0','1020906.0','1',    '1','1','7906.23',    '1','1','7406.24',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132212.0','1046473.0','7',    '7','5','25253.96',    '6','3','7023.9',    '6','5','18230.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043949.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132213.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043950.0','1020906.0','6',    '6','4','37763.91',    '5','2','34976.29',    '6','4','2787.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132214.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043951.0','1020906.0','1',    '1','1','3196.23',    '1','1','2696.24',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132215.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043952.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132216.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043953.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132217.0','1046473.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043954.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132218.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043955.0','1020906.0','6',    '3','3','15178.73',    '3','2','12549.38',    '3','2','2629.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132219.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043956.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132220.0','1046473.0','1',    '1','1','2528.4',    '1','1','1500.0',    '1','1','1028.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043957.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132221.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043958.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132222.0','1046473.0','17',    '14','9','31752.94',    '14','7','12274.6',    '11','7','19478.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043959.0','1020906.0','1',    '1','1','2570.26',    '1','1','916.0',    '1','1','1654.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132223.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043960.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132224.0','1046473.0','1',    '1','1','494.15',    '1','0','0.0',    '1','1','494.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043961.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132225.0','1046473.0','1',    '1','1','1500.0',    '1','1','1500.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043962.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132226.0','1046473.0','26',    '24','16','45982.12',    '23','9','17409.43',    '18','12','28572.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043963.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132227.0','1046473.0','13',    '12','6','9373.93',    '10','3','3498.0',    '9','5','5875.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043964.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132228.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043965.0','1020906.0','23',    '17','9','63762.64',    '17','6','55722.78',    '9','7','8039.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132229.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043966.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132230.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043967.0','1020906.0','5',    '4','3','10808.39',    '4','1','2296.0',    '3','3','8512.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132231.0','1046473.0','1',    '1','1','1748.86',    '1','1','1248.87',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043968.0','1020906.0','3',    '3','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132232.0','1046473.0','1',    '1','1','2580.2',    '1','1','2316.0',    '1','1','264.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043969.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132233.0','1046473.0','119',    '91','48','120533.47',    '80','28','51650.94',    '59','37','68882.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043970.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132234.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043971.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132235.0','1046473.0','2',    '1','1','4365.69',    '0','0','0.0',    '1','1','4365.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043972.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132236.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043973.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132237.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043974.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132238.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043975.0','1020906.0','9',    '8','4','22683.64',    '8','4','12070.02',    '6','4','10613.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132239.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043976.0','1020906.0','5973',    '5507','3648','14838306.8',    '5277','2464','10009222.64',    '4003','2879','4829084.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132240.0','1046473.0','3',    '3','2','19303.5',    '2','2','3412.21',    '2','1','15891.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043977.0','1020906.0','3',    '3','2','7502.27',    '3','2','6002.29',    '3','2','1499.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132241.0','1046473.0','1',    '1','1','7826.58',    '1','1','7326.59',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043978.0','1020906.0','106',    '87','59','290773.86',    '79','43','207959.31',    '67','51','82814.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132242.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043979.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132243.0','1046473.0','4',    '3','2','7051.99',    '3','2','4614.39',    '3','2','2437.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043980.0','1020906.0','1',    '1','1','5926.41',    '1','1','4540.16',    '1','1','1386.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132244.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043981.0','1020906.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132245.0','1046473.0','2',    '2','1','2625.38',    '2','1','2625.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043982.0','1020906.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132246.0','1046473.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043983.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132247.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043984.0','1020906.0','3',    '3','1','5812.35',    '2','1','3643.45',    '2','1','2168.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132248.0','1046473.0','1',    '1','1','3180.71',    '1','1','916.0',    '1','1','2264.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043985.0','1020906.0','1',    '1','1','9149.87',    '1','1','8649.88',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132249.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043986.0','1020906.0','1',    '1','1','7194.59',    '1','1','5718.5',    '1','1','1476.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132250.0','1046473.0','9',    '8','3','10125.36',    '7','2','9125.36',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043987.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132251.0','1046473.0','6',    '5','2','4351.45',    '5','2','2416.0',    '3','1','1935.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043988.0','1020906.0','2',    '1','1','1459.23',    '1','0','0.0',    '1','1','1459.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132252.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043989.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132253.0','1046473.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043990.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132254.0','1046473.0','1',    '1','1','64.37',    '1','1','64.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043991.0','1020906.0','2',    '2','2','1976.73',    '2','1','948.34',    '2','2','1028.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132255.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043992.0','1020906.0','10',    '10','7','33930.52',    '10','7','21182.37',    '8','6','12748.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132256.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043993.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132257.0','1046473.0','1',    '1','1','4298.16',    '1','1','1696.0',    '1','1','2602.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043994.0','1020906.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132258.0','1046473.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043995.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132259.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043996.0','1020906.0','10',    '9','5','32771.3',    '9','5','27273.03',    '5','3','5498.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132260.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043997.0','1020906.0','2',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132261.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043998.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132262.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2043999.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132263.0','1046473.0','24',    '21','13','37404.28',    '19','9','26144.89',    '14','11','11259.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044000.0','1020906.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132264.0','1046473.0','1',    '1','1','3845.89',    '1','1','3345.9',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044001.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132265.0','1046473.0','2',    '1','1','2909.21',    '1','1','1500.0',    '1','1','1409.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044002.0','1020906.0','2',    '2','1','4987.23',    '2','1','1832.0',    '2','1','3155.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132266.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044003.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132267.0','1046473.0','1',    '1','1','2032.02',    '1','1','1500.0',    '1','1','532.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044004.0','1020906.0','2',    '2','2','3378.0',    '2','1','2878.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132268.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044005.0','1020906.0','171',    '99','56','234160.64',    '84','36','164992.43',    '63','40','69168.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132269.0','1046473.0','1',    '1','1','1750.51',    '0','0','0.0',    '1','1','1750.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044006.0','1020906.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132270.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044007.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132271.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044008.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132272.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044009.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132273.0','1046473.0','1',    '1','1','1380.43',    '1','1','1380.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044010.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132274.0','1046473.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044011.0','1020906.0','5',    '4','2','3064.6',    '4','1','2564.6',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132275.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044012.0','1020906.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132276.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044013.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132277.0','1046473.0','7',    '3','2','2816.0',    '3','1','2316.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044014.0','1020906.0','5',    '3','3','3104.18',    '2','0','0.0',    '3','3','3104.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132278.0','1046473.0','40',    '22','14','93401.89',    '17','8','87093.04',    '14','8','6308.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044015.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132279.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044016.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132280.0','1046473.0','5',    '5','4','20334.02',    '5','3','16167.35',    '5','3','4166.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044017.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132281.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044018.0','1020906.0','1',    '1','1','1500.0',    '1','1','1500.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132282.0','1046473.0','1',    '1','1','2195.03',    '1','1','1500.0',    '1','1','695.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044019.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132283.0','1046473.0','4',    '3','2','6886.53',    '3','1','3755.64',    '2','2','3130.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044020.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132284.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044021.0','1020906.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132285.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044022.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132286.0','1046473.0','47',    '41','28','171399.25',    '38','19','122169.38',    '29','25','49229.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044023.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132287.0','1046473.0','673',    '600','366','1470631.35',    '569','222','1019333.12',    '436','300','451298.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044024.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132288.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044025.0','1020906.0','1',    '1','1','5237.13',    '1','1','2316.0',    '1','1','2921.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132289.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044026.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132290.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044027.0','1020906.0','1',    '1','1','4108.76',    '1','1','3113.73',    '1','1','995.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132291.0','1046473.0','692',    '604','387','1404851.8',    '578','240','938420.93',    '445','315','466430.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044028.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132292.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044029.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132293.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044030.0','1020906.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132294.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044031.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132295.0','1046473.0','38',    '29','22','69105.78',    '28','13','45713.54',    '21','17','23392.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044032.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132296.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044033.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132297.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044034.0','1020906.0','1',    '1','1','17147.84',    '1','1','16647.85',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132298.0','1046473.0','5',    '5','4','3195.03',    '5','1','1500.0',    '4','3','1695.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044035.0','1020906.0','4',    '3','1','6617.84',    '3','1','2296.0',    '1','1','4321.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132299.0','1046473.0','1',    '1','1','2316.0',    '1','1','2316.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044036.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132300.0','1046473.0','4533',    '3397','1784','6783120.83',    '3065','1097','4663480.63',    '2146','1262','2119640.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044037.0','1020906.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132301.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044038.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132302.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044039.0','1020906.0','3',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132303.0','1046473.0','1',    '1','1','4578.8',    '1','1','3482.47',    '1','1','1096.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044040.0','1020906.0','1',    '1','1','28408.89',    '1','1','20824.32',    '1','1','7584.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132304.0','1046473.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044041.0','1020906.0','8',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132305.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044042.0','1020906.0','1',    '1','1','2616.95',    '0','0','0.0',    '1','1','2616.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132306.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044043.0','1020906.0','4',    '4','2','18158.28',    '4','2','10930.6',    '1','1','7227.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132307.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044044.0','1020906.0','2',    '1','1','13034.59',    '1','1','11713.6',    '1','1','1320.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132308.0','1046473.0','2',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044045.0','1020906.0','140',    '82','43','100553.6',    '68','21','78074.45',    '46','27','22479.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132309.0','1046473.0','16',    '12','6','20813.58',    '12','4','16529.88',    '6','5','4283.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044046.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132310.0','1046473.0','2',    '2','1','3523.05',    '2','1','2296.0',    '1','1','1227.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044047.0','1020906.0','1',    '1','1','695.03',    '1','0','0.0',    '1','1','695.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132311.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044048.0','1020906.0','3',    '3','2','1000.0',    '1','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132312.0','1046473.0','11',    '6','5','10955.65',    '5','3','8783.88',    '3','3','2171.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044049.0','1020906.0','4',    '2','1','500.0',    '1','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132313.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044050.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132314.0','1046473.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044051.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132315.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044052.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132316.0','1046473.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044053.0','1020906.0','2',    '1','1','1327.22',    '1','1','1327.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132317.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044054.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132318.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044055.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132319.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044056.0','1020906.0','97',    '55','24','41134.49',    '45','15','26908.24',    '28','12','14226.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132320.0','1046473.0','24',    '13','8','4253.44',    '7','1','753.44',    '8','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044057.0','1020906.0','1',    '1','1','2296.0',    '1','1','2296.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132321.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044058.0','1020906.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132322.0','1046473.0','8',    '5','3','9483.09',    '5','2','3212.0',    '4','3','6271.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044059.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132323.0','1046473.0','471',    '362','225','2818533.93',    '349','192','2624453.39',    '204','107','194080.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044060.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132324.0','1046473.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044061.0','1020906.0','1',    '1','1','916.0',    '1','1','916.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132325.0','1046473.0','2',    '2','2','2045.81',    '2','1','1500.0',    '1','1','545.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044062.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132326.0','1046473.0','178',    '142','68','219668.89',    '136','38','132881.36',    '104','55','86787.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044063.0','1020906.0','2',    '2','2','2367.92',    '1','0','0.0',    '2','2','2367.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132327.0','1046473.0','1',    '1','1','3378.0',    '1','1','2878.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044064.0','1020906.0','4',    '3','2','1909.0',    '3','2','1909.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132328.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044065.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132329.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044066.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132330.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044067.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132331.0','1046473.0','2',    '2','2','1062.61',    '1','0','0.0',    '2','2','1062.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044068.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132332.0','1046473.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044069.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132333.0','1046473.0','1',    '1','1','1654.25',    '1','0','0.0',    '1','1','1654.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044070.0','1020906.0','1',    '1','1','4680.21',    '1','1','2296.0',    '1','1','2384.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132334.0','1046473.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044071.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132335.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044072.0','1020906.0','71',    '54','31','276111.36',    '51','26','257227.37',    '25','12','18883.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132336.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044073.0','1020906.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132337.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044074.0','1020906.0','10',    '7','4','10446.94',    '6','0','0.0',    '5','4','10446.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132338.0','1046473.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044075.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132339.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044076.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132340.0','1046473.0','1',    '1','1','2086.06',    '1','1','2086.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044077.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132341.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044078.0','1020906.0','1',    '1','1','33300.0',    '1','1','33300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132342.0','1046473.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044079.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132343.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044080.0','1020906.0','1',    '1','1','3237.47',    '1','1','2712.17',    '1','1','525.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132344.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044081.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132345.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044082.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132346.0','1046473.0','2',    '2','1','6435.47',    '2','1','5573.81',    '2','1','861.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044083.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132347.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044084.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132348.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044085.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132349.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044086.0','1020906.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132350.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044087.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132351.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044088.0','1020906.0','2',    '1','1','2401.64',    '1','0','0.0',    '1','1','2401.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132352.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044089.0','1020906.0','1',    '1','1','1158.0',    '1','1','1158.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132353.0','1046473.0','1',    '1','1','1696.0',    '1','1','1696.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044090.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132354.0','1046473.0','1',    '1','1','5066.29',    '1','1','1696.0',    '1','1','3370.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044091.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132355.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044092.0','1020906.0','1',    '1','1','16957.27',    '1','1','8173.0',    '1','1','8784.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132356.0','1046473.0','1',    '1','1','3221.44',    '1','1','3221.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044093.0','1020906.0','1',    '1','1','2669.46',    '1','1','1696.0',    '1','1','973.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132357.0','1046473.0','1',    '1','1','3796.29',    '1','1','3796.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044094.0','1020906.0','2',    '2','1','3548.62',    '2','1','2544.0',    '1','1','1004.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132358.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044095.0','1020906.0','61',    '55','2','1000.0',    '51','0','0.0',    '20','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132359.0','1046473.0','36',    '28','0','0.0',    '28','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044096.0','1020906.0','12',    '4','1','500.0',    '4','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132360.0','1046473.0','27',    '25','1','500.0',    '25','0','0.0',    '12','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044097.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132361.0','1046473.0','560',    '489','220','2363743.91',    '479','159','1644288.87',    '272','155','719455.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044098.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132362.0','1046473.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044099.0','1020906.0','39',    '33','0','0.0',    '32','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132363.0','1046473.0','0',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044100.0','1020906.0','261',    '221','68','34000.0',    '220','0','0.0',    '106','68','34000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132364.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044101.0','1020906.0','88',    '71','5','2500.0',    '64','0','0.0',    '37','5','2500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132365.0','1046473.0','44',    '40','2','1000.0',    '40','0','0.0',    '15','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044102.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132366.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044103.0','1020906.0','7',    '6','1','500.0',    '6','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132367.0','1046473.0','82',    '71','6','3000.0',    '70','0','0.0',    '28','6','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044104.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132368.0','1046473.0','9',    '8','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044105.0','1020906.0','82',    '63','19','165209.84',    '62','9','153493.17',    '26','13','11716.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132369.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044106.0','1020906.0','73',    '61','5','46398.7',    '61','2','37378.0',    '28','4','9020.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132370.0','1046473.0','28',    '20','7','93553.09',    '17','6','74058.0',    '13','4','19495.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044107.0','1020906.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132371.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044108.0','1020906.0','6',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132372.0','1046473.0','2113',    '1642','263','660789.06',    '1562','91','359386.2',    '601','213','301402.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044109.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132373.0','1046473.0','52',    '49','2','1000.0',    '47','0','0.0',    '18','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044110.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132374.0','1046473.0','23',    '17','1','500.0',    '15','0','0.0',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044111.0','1020906.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132375.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044112.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132376.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044113.0','1020906.0','14',    '14','1','500.0',    '13','0','0.0',    '10','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132377.0','1046473.0','35',    '30','0','0.0',    '30','0','0.0',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044114.0','1020906.0','9',    '9','3','1500.0',    '8','0','0.0',    '6','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132378.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044115.0','1020906.0','93',    '67','20','181144.94',    '64','12','153370.89',    '27','12','27774.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132379.0','1046473.0','1',    '1','1','9083.91',    '1','1','1570.0',    '1','1','7513.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044116.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132380.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044117.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132381.0','1046473.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044118.0','1020906.0','112',    '91','7','5275.75',    '88','1','2066.0',    '24','7','3209.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132382.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044119.0','1020906.0','37',    '33','5','29516.27',    '30','3','7342.0',    '20','4','22174.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132383.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044120.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132384.0','1046473.0','39',    '22','2','1000.0',    '22','0','0.0',    '6','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044121.0','1020906.0','8',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132385.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044122.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132386.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044123.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132387.0','1046473.0','9',    '7','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044124.0','1020906.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132388.0','1046473.0','48',    '45','2','34500.0',    '45','1','34000.0',    '16','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044125.0','1020906.0','41',    '33','1','500.0',    '32','0','0.0',    '18','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132389.0','1046473.0','15',    '14','1','500.0',    '12','0','0.0',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044126.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132390.0','1046473.0','323',    '224','75','591388.92',    '201','40','376501.34',    '145','64','214887.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044127.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132391.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044128.0','1020906.0','67',    '51','2','699.99',    '48','0','0.0',    '13','2','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132392.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044129.0','1020906.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132393.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044130.0','1020906.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132394.0','1046473.0','22',    '16','1','3055.55',    '13','0','0.0',    '9','1','3055.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044131.0','1020906.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132395.0','1046473.0','304',    '221','57','171883.8',    '213','20','120157.35',    '89','45','51726.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044132.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132396.0','1046473.0','41',    '23','0','0.0',    '20','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044133.0','1020906.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132397.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044134.0','1020906.0','41',    '31','3','1500.0',    '31','0','0.0',    '15','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132398.0','1046473.0','27',    '26','3','1500.0',    '26','0','0.0',    '9','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044135.0','1020906.0','16',    '14','3','1500.0',    '14','0','0.0',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132399.0','1046473.0','28',    '25','2','1000.0',    '25','0','0.0',    '9','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044136.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132400.0','1046473.0','39',    '35','1','500.0',    '34','0','0.0',    '11','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044137.0','1020906.0','33',    '29','3','1500.0',    '29','0','0.0',    '15','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132401.0','1046473.0','24',    '18','3','1500.0',    '16','0','0.0',    '8','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044138.0','1020906.0','28',    '25','0','0.0',    '25','0','0.0',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132402.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044139.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132403.0','1046473.0','436',    '311','21','41074.73',    '288','1','3150.0',    '133','21','37924.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044140.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132404.0','1046473.0','66',    '58','28','450098.55',    '52','23','387677.39',    '34','16','62421.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044141.0','1020906.0','1',    '1','1','1410.0',    '1','1','1410.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132405.0','1046473.0','4',    '3','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044142.0','1020906.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132406.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044143.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132407.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044144.0','1020906.0','11',    '8','1','500.0',    '8','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132408.0','1046473.0','42',    '36','2','1000.0',    '35','0','0.0',    '13','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044145.0','1020906.0','31',    '26','0','0.0',    '23','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132409.0','1046473.0','22',    '20','0','0.0',    '20','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044146.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132410.0','1046473.0','46',    '43','1','500.0',    '43','0','0.0',    '15','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044147.0','1020906.0','44',    '36','7','53560.52',    '36','6','43508.0',    '20','4','10052.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132411.0','1046473.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044148.0','1020906.0','27',    '20','0','0.0',    '20','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132412.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044149.0','1020906.0','15',    '11','0','0.0',    '11','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132413.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044150.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132414.0','1046473.0','20',    '18','0','0.0',    '18','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044151.0','1020906.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132415.0','1046473.0','19',    '15','3','1500.0',    '15','0','0.0',    '9','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044152.0','1020906.0','33',    '29','21','223308.78',    '28','15','177329.04',    '19','12','45979.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132416.0','1046473.0','46',    '41','2','1000.0',    '41','0','0.0',    '13','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044153.0','1020906.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132417.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044154.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132418.0','1046473.0','45',    '38','1','500.0',    '38','0','0.0',    '11','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044155.0','1020906.0','30',    '29','1','500.0',    '29','0','0.0',    '10','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132419.0','1046473.0','24',    '20','2','1000.0',    '18','0','0.0',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044156.0','1020906.0','14',    '11','1','500.0',    '11','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132420.0','1046473.0','34',    '26','0','0.0',    '26','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044157.0','1020906.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132421.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044158.0','1020906.0','32',    '24','3','5186.0',    '23','1','3686.0',    '9','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132422.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044159.0','1020906.0','16',    '14','0','0.0',    '14','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132423.0','1046473.0','33',    '23','0','0.0',    '23','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044160.0','1020906.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132424.0','1046473.0','28',    '22','2','1000.0',    '22','0','0.0',    '13','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044161.0','1020906.0','21',    '19','2','1000.0',    '19','0','0.0',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132425.0','1046473.0','6',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044162.0','1020906.0','21',    '18','1','500.0',    '18','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132426.0','1046473.0','58',    '53','2','1000.0',    '51','0','0.0',    '28','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044163.0','1020906.0','46',    '41','1','500.0',    '39','0','0.0',    '23','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132427.0','1046473.0','22',    '20','2','1000.0',    '20','0','0.0',    '9','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044164.0','1020906.0','25',    '23','1','500.0',    '23','0','0.0',    '14','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132428.0','1046473.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044165.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132429.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044166.0','1020906.0','23',    '20','0','0.0',    '20','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132430.0','1046473.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044167.0','1020906.0','15',    '11','0','0.0',    '10','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132431.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044168.0','1020906.0','38',    '34','3','1500.0',    '34','0','0.0',    '16','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132432.0','1046473.0','10',    '7','0','0.0',    '7','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044169.0','1020906.0','14',    '13','0','0.0',    '13','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132433.0','1046473.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044170.0','1020906.0','38',    '33','2','1000.0',    '33','0','0.0',    '14','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132434.0','1046473.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044171.0','1020906.0','15',    '11','1','500.0',    '11','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132435.0','1046473.0','32',    '30','1','500.0',    '30','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044172.0','1020906.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132436.0','1046473.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044173.0','1020906.0','24',    '22','1','500.0',    '22','0','0.0',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132437.0','1046473.0','14',    '13','1','500.0',    '13','0','0.0',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044174.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132438.0','1046473.0','16',    '14','1','500.0',    '13','0','0.0',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044175.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132439.0','1046473.0','18',    '17','1','500.0',    '17','0','0.0',    '10','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044176.0','1020906.0','28',    '24','0','0.0',    '24','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132440.0','1046473.0','21',    '18','0','0.0',    '17','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044177.0','1020906.0','55',    '49','4','2000.0',    '49','0','0.0',    '25','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132441.0','1046473.0','19',    '16','1','500.0',    '16','0','0.0',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044178.0','1020906.0','15',    '14','0','0.0',    '13','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132442.0','1046473.0','34',    '29','2','1000.0',    '29','0','0.0',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2026959.0','1020906.0','14',    '12','0','0.0',    '12','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115223.0','1046473.0','725',    '557','157','810857.65',    '538','81','562313.08',    '234','122','248544.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044179.0','1020906.0','41',    '35','2','1000.0',    '34','0','0.0',    '15','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132443.0','1046473.0','161',    '145','7','3500.0',    '141','0','0.0',    '46','7','3500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027440.0','1020906.0','10',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115704.0','1046473.0','354',    '269','19','17632.07',    '248','1','2840.0',    '114','19','14792.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044180.0','1020906.0','17',    '15','0','0.0',    '15','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132444.0','1046473.0','26',    '23','1','500.0',    '23','0','0.0',    '12','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027174.0','1020906.0','20',    '18','1','500.0',    '18','0','0.0',    '8','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115438.0','1046473.0','37',    '34','4','2000.0',    '34','0','0.0',    '18','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044181.0','1020906.0','34',    '28','3','1500.0',    '28','0','0.0',    '15','3','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132445.0','1046473.0','34',    '26','1','500.0',    '24','0','0.0',    '6','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027126.0','1020906.0','48',    '43','1','500.0',    '43','0','0.0',    '15','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115390.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044182.0','1020906.0','70',    '54','21','160572.66',    '53','17','107696.51',    '23','14','52876.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132446.0','1046473.0','648',    '468','45','44014.03',    '415','5','14472.0',    '236','42','29542.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044183.0','1020906.0','18',    '17','0','0.0',    '17','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132447.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044184.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132448.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044185.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132449.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027032.0','1020906.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115296.0','1046473.0','273',    '217','54','237114.27',    '214','20','113138.08',    '90','46','123976.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044186.0','1020906.0','27',    '20','0','0.0',    '19','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132450.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027225.0','1020906.0','36',    '30','1','500.0',    '29','0','0.0',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115489.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044187.0','1020906.0','14',    '14','1','500.0',    '14','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132451.0','1046473.0','14',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027193.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115457.0','1046473.0','1',    '1','1','13480.86',    '1','1','2840.0',    '1','1','10640.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044188.0','1020906.0','21',    '16','1','500.0',    '16','0','0.0',    '10','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132452.0','1046473.0','26',    '15','0','0.0',    '14','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044189.0','1020906.0','8',    '7','1','500.0',    '7','0','0.0',    '5','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132453.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044190.0','1020906.0','8',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132454.0','1046473.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044191.0','1020906.0','1770',    '1273','171','135566.74',    '1189','10','34361.3',    '534','165','101205.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132455.0','1046473.0','27',    '26','0','0.0',    '25','0','0.0',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044192.0','1020906.0','86',    '69','2','1000.0',    '68','0','0.0',    '25','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132456.0','1046473.0','3',    '3','2','1000.0',    '3','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044193.0','1020906.0','7',    '4','3','3840.0',    '4','1','2840.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132457.0','1046473.0','122',    '90','4','2000.0',    '87','0','0.0',    '24','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044194.0','1020906.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132458.0','1046473.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044195.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132459.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044196.0','1020906.0','50',    '34','8','50367.94',    '33','5','41304.48',    '9','5','9063.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132460.0','1046473.0','22',    '18','1','500.0',    '18','0','0.0',    '9','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044197.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132461.0','1046473.0','37',    '30','0','0.0',    '30','0','0.0',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044198.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132462.0','1046473.0','75',    '60','0','0.0',    '60','0','0.0',    '20','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044199.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132463.0','1046473.0','10',    '9','1','500.0',    '9','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044200.0','1020906.0','31',    '27','1','500.0',    '25','0','0.0',    '11','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132464.0','1046473.0','3',    '3','0','0.0',    '0','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044201.0','1020906.0','1',    '1','1','2840.0',    '1','1','2840.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132465.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044202.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132466.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044203.0','1020906.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132467.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027077.0','1020906.0','19',    '17','0','0.0',    '16','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115341.0','1046473.0','1',    '1','1','6029.0',    '1','1','5529.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044204.0','1020906.0','4',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132468.0','1046473.0','30',    '28','0','0.0',    '28','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027218.0','1020906.0','6',    '4','1','500.0',    '4','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115482.0','1046473.0','72',    '63','1','500.0',    '61','0','0.0',    '35','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027322.0','1020906.0','13',    '11','1','500.0',    '11','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115586.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027179.0','1020906.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115443.0','1046473.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027257.0','1020906.0','1',    '1','1','13002.58',    '1','1','2840.0',    '1','1','10162.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115521.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027127.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115391.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027385.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115649.0','1046473.0','189',    '158','4','2000.0',    '157','0','0.0',    '30','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027158.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115422.0','1046473.0','1281',    '1032','214','250268.22',    '955','21','110034.44',    '448','205','140233.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044205.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132469.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044206.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132470.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044207.0','1020906.0','24',    '19','1','500.0',    '19','0','0.0',    '11','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132471.0','1046473.0','25',    '18','0','0.0',    '15','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044208.0','1020906.0','3',    '3','1','500.0',    '3','0','0.0',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132472.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044209.0','1020906.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132473.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027478.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115742.0','1046473.0','6298',    '5313','1922','6577500.18',    '5136','661','3818083.85',    '2744','1655','2759416.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044210.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132474.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044211.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132475.0','1046473.0','51',    '44','24','200965.45',    '43','19','136320.06',    '25','14','64645.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027212.0','1020906.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115476.0','1046473.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027096.0','1020906.0','397',    '312','94','901092.14',    '300','64','708210.11',    '156','68','192882.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115360.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027395.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115659.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027201.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115465.0','1046473.0','222',    '178','21','19550.75',    '168','2','5680.0',    '68','20','13870.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027468.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115732.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027256.0','1020906.0','515',    '384','49','38138.47',    '360','3','11042.0',    '155','47','27096.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115520.0','1046473.0','148',    '133','10','5000.0',    '125','0','0.0',    '51','10','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044212.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132476.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044213.0','1020906.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132477.0','1046473.0','16',    '15','0','0.0',    '15','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044214.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132478.0','1046473.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044215.0','1020906.0','57',    '41','2','1000.0',    '40','0','0.0',    '12','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132479.0','1046473.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044216.0','1020906.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132480.0','1046473.0','228',    '193','9','6539.99',    '184','1','2840.0',    '58','8','3699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044217.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132481.0','1046473.0','1',    '1','1','4847.25',    '1','1','2840.0',    '1','1','2007.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044218.0','1020906.0','1',    '1','1','2840.0',    '1','1','2840.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132482.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044219.0','1020906.0','10',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132483.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044220.0','1020906.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132484.0','1046473.0','19',    '14','1','500.0',    '14','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044221.0','1020906.0','18',    '11','1','500.0',    '11','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132485.0','1046473.0','15',    '10','0','0.0',    '9','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044222.0','1020906.0','7',    '6','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132486.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044223.0','1020906.0','3072',    '2688','694','2066866.48',    '2626','243','1223136.47',    '1069','578','843730.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132487.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044224.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132488.0','1046473.0','8',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044225.0','1020906.0','22',    '13','0','0.0',    '13','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132489.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044226.0','1020906.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132490.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2026999.0','1020906.0','7',    '6','2','1000.0',    '6','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115263.0','1046473.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027299.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115563.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027142.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115406.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044227.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132491.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044228.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132492.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044229.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132493.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044230.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132494.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044231.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132495.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044232.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132496.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044233.0','1020906.0','1',    '1','1','3115.91',    '1','1','1350.0',    '1','1','1765.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132497.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044234.0','1020906.0','1',    '1','1','741.12',    '1','0','0.0',    '1','1','741.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132498.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044235.0','1020906.0','1',    '1','1','363.54',    '1','0','0.0',    '1','1','363.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132499.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027443.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115707.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044236.0','1020906.0','1',    '1','1','6394.52',    '1','1','5089.79',    '1','1','1304.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132500.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044237.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132501.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044238.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132502.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044239.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132503.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044240.0','1020906.0','2',    '2','1','367.27',    '2','1','367.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132504.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044241.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132505.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044242.0','1020906.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132506.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044243.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132507.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044244.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132508.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044245.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132509.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044246.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132510.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044247.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132511.0','1046473.0','1',    '1','1','3963.8',    '1','1','2036.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044248.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132512.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044249.0','1020906.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132513.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044250.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132514.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044251.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132515.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044252.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132516.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044253.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132517.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044254.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132518.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044255.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132519.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044256.0','1020906.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132520.0','1046473.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044257.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132521.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044258.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132522.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044259.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132523.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027379.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115643.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044260.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132524.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027411.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115675.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027333.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115597.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027301.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115565.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027079.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115343.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027473.0','1020906.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115737.0','1046473.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027154.0','1020906.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115418.0','1046473.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044261.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132525.0','1046477.0','1',    '1','1','1307.0',    '1','1','1307.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027399.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115663.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044262.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132526.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044263.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132527.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044264.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132528.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027230.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115494.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044265.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132529.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027183.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115447.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044266.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132530.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027401.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115665.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027207.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115471.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027467.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115731.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044267.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132531.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027267.0','1020910.0','1',    '1','1','1807.0',    '1','1','1307.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115531.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027441.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115705.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027354.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115618.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044268.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132532.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044269.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132533.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044270.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132534.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044271.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132535.0','1046477.0','4',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044272.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132536.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027360.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115624.0','1046477.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044273.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132537.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027481.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115745.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044274.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132538.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044275.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132539.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044276.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132540.0','1046477.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044277.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132541.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027198.0','1020910.0','1',    '1','1','21870.0',    '1','1','16770.0',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115462.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027268.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115532.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027203.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115467.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027185.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115449.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044278.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132542.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044279.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132543.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044280.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132544.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044281.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132545.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044282.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132546.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044283.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132547.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044284.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132548.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044285.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132549.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044286.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132550.0','1046477.0','1',    '1','1','1195.0',    '1','1','1195.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044287.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132551.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044288.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132552.0','1046477.0','1',    '1','1','1927.8',    '1','0','0.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044289.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132553.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044290.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132554.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027460.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115724.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044291.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132555.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027033.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115297.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044292.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132556.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027326.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115590.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027474.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115738.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044293.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132557.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044294.0','1020910.0','178',    '141','34','53075.96',    '128','31','51886.2',    '66','3','1189.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132558.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044295.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132559.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027394.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115658.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027247.0','1020910.0','1',    '1','1','2568.0',    '1','1','2568.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115511.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027422.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115686.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044296.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132560.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044297.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132561.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044298.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132562.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027242.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115506.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044299.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132563.0','1046477.0','146',    '102','16','27828.34',    '85','11','26423.5',    '52','7','1404.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044300.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132564.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044301.0','1020910.0','1',    '1','1','1841.7',    '1','1','1000.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132565.0','1046477.0','295',    '203','52','101399.73',    '184','47','96985.0',    '104','21','4414.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044302.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132566.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044303.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132567.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044304.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132568.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044305.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132569.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044306.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132570.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044307.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132571.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044308.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132572.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044309.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132573.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044310.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132574.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044311.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132575.0','1046477.0','1',    '1','1','7190.0',    '1','1','2090.0',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044312.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132576.0','1046477.0','1',    '1','1','1045.0',    '1','1','1045.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044313.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132577.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044314.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132578.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044315.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132579.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044316.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132580.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044317.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132581.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044318.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132582.0','1046477.0','1',    '1','1','841.7',    '1','0','0.0',    '1','1','841.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044319.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132583.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044320.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132584.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044321.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132585.0','1046477.0','1',    '1','1','2691.5',    '1','1','2691.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044322.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132586.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044323.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132587.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027021.0','1020910.0','1',    '1','1','499.99',    '0','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115285.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027287.0','1020910.0','1',    '1','1','341.7',    '0','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115551.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027383.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115647.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027151.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115415.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027144.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115408.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027353.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115617.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044324.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132588.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044325.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132589.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044326.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132590.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044327.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132591.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044328.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132592.0','1046477.0','1',    '1','1','2006.7',    '1','1','1665.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027415.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115679.0','1046477.0','1',    '1','1','591.7',    '1','0','0.0',    '1','1','591.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044329.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132593.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044330.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132594.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044331.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132595.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044332.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132596.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044333.0','1020910.0','1',    '1','1','2655.5',    '1','1','2655.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132597.0','1046477.0','1',    '1','1','1300.0',    '0','0','0.0',    '1','1','1300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044334.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132598.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044335.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132599.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044336.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132600.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044337.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132601.0','1046477.0','1',    '1','1','499.5',    '1','1','499.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044338.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132602.0','1046477.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027439.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115703.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027345.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115609.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027122.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115386.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027335.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115599.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027397.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115661.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027359.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115623.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027340.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115604.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027194.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115458.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044339.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132603.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044340.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132604.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044341.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132605.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044342.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132606.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027311.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115575.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027358.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115622.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027150.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115414.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027337.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115601.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044343.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132607.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044344.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132608.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044345.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132609.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044346.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132610.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027297.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115561.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027469.0','1020910.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115733.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027137.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115401.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2026963.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115227.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044347.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132611.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027466.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115730.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044348.0','1020910.0','1',    '1','1','1295.0',    '1','1','1295.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132612.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044349.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132613.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044350.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132614.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044351.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132615.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044352.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132616.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044353.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132617.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027430.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115694.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027250.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115514.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027270.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115534.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044354.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132618.0','1046477.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027302.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115566.0','1046477.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044355.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132619.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027317.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115581.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044356.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132620.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027216.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115480.0','1046477.0','1',    '1','1','1938.0',    '1','1','1938.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044357.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132621.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044358.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132622.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2026984.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115248.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044359.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132623.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027278.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115542.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044360.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132624.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027424.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115688.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027279.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115543.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027382.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115646.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027139.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115403.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027140.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115404.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044361.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132625.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044362.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132626.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044363.0','1020910.0','1',    '1','1','1341.7',    '1','1','1000.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132627.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044364.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132628.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044365.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132629.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027208.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115472.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044366.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132630.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044367.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132631.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027136.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115400.0','1046477.0','1',    '1','1','2692.0',    '1','1','2192.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027306.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115570.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027281.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115545.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044368.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132632.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044369.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132633.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044370.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132634.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044371.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132635.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044372.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132636.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044373.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132637.0','1046477.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2026946.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115210.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027133.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115397.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044374.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132638.0','1046477.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044375.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132639.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044376.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132640.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027421.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115685.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027290.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115554.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044377.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132641.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027260.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115524.0','1046477.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044378.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132642.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044379.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132643.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027248.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115512.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044380.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132644.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044381.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132645.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027334.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115598.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027252.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115516.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027200.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115464.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027245.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115509.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027282.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115546.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027069.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115333.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027462.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115726.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2027324.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2115588.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027124.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115388.0','1046477.0','1',    '1','1','5828.69',    '1','1','3900.89',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027125.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115389.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027305.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115569.0','1046477.0','1',    '1','1','2589.5',    '1','1','2589.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027294.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115558.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044382.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132646.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044383.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132647.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044384.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132648.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044385.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132649.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044386.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132650.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027149.0','1020910.0','1',    '1','1','6182.3',    '1','1','4254.5',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115413.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027210.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115474.0','1046477.0','1',    '1','1','1000.0',    '1','1','1000.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044387.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132651.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027480.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115744.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027374.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115638.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044388.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132652.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044389.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132653.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027398.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115662.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027486.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115750.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044390.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132654.0','1046477.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044391.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132655.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044392.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132656.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027339.0','1020910.0','1',    '1','1','841.2',    '1','1','499.5',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115603.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027016.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115280.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027450.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115714.0','1046477.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2026954.0','1020910.0','1',    '1','1','9743.8',    '1','1','7816.0',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115218.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044393.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132657.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027471.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115735.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044394.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132658.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044395.0','1020910.0','1',    '1','1','21178.93',    '1','1','19251.13',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132659.0','1046477.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044396.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132660.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044397.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132661.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027095.0','1020910.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115359.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044398.0','1020910.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132662.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027346.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115610.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027258.0','1020910.0','1',    '1','1','13033.2',    '1','1','12691.5',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115522.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044399.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132663.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027178.0','1020910.0','1',    '1','1','341.7',    '1','0','0.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115442.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027300.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115564.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027371.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115635.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027214.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115478.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027393.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115657.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027274.0','1020910.0','1',    '1','1','450.19',    '1','1','450.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115538.0','1046477.0','0',    '1','1','19575.23',    '1','1','17647.43',    '1','1','1927.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044400.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132664.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044401.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132665.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027413.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115677.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044402.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132666.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027238.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115502.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027019.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115283.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044403.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132667.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027001.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115265.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044404.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132668.0','1046477.0','1',    '1','1','499.5',    '1','1','499.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027412.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115676.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001832.0',    '2044405.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006247.0',    '2132669.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027446.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115710.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044406.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132670.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044407.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132671.0','1046477.0','1',    '1','1','2659.7',    '1','1','2318.0',    '1','1','341.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044408.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132672.0','1046477.0','1',    '1','1','2126.0',    '1','1','2126.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044409.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132673.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027366.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115630.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2026952.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115216.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2026961.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115225.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044410.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132674.0','1046477.0','1',    '1','1','1500.0',    '1','1','1500.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027269.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115533.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044411.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132675.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027229.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115493.0','1046477.0','1',    '1','1','829.52',    '1','0','0.0',    '1','1','829.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027420.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115684.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044412.0','1020910.0','1',    '1','1','528.4',    '1','0','0.0',    '1','1','528.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132676.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027313.0','1020910.0','1',    '1','1','1270.89',    '1','1','770.9',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115577.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044413.0','1020910.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132677.0','1046477.0','1',    '1','1','8416.21',    '1','1','8416.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044414.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132678.0','1046477.0','1',    '1','1','4534.56',    '1','1','1500.0',    '1','1','3034.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044415.0','1020910.0','1',    '1','1','1533.01',    '1','0','0.0',    '1','1','1533.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132679.0','1046477.0','1',    '1','1','2194.61',    '1','1','2194.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027171.0','1020910.0','1',    '1','1','1223.42',    '1','0','0.0',    '1','1','1223.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115435.0','1046477.0','1',    '1','1','5822.87',    '1','1','5822.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027357.0','1020910.0','1',    '1','1','33300.0',    '1','1','26521.37',    '1','1','6778.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115621.0','1046477.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027166.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115430.0','1046477.0','1',    '1','1','2316.0',    '1','1','2316.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027153.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115417.0','1046477.0','1',    '1','1','6555.6',    '1','1','5000.04',    '1','1','1555.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027319.0','1020910.0','1',    '1','1','1500.0',    '1','1','1500.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115583.0','1046477.0','1',    '1','1','1112.2',    '1','1','848.0',    '1','1','264.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044416.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132680.0','1046477.0','1',    '1','1','33300.0',    '1','1','32800.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044417.0','1020910.0','1',    '1','1','959.23',    '1','0','0.0',    '1','1','959.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132681.0','1046477.0','5',    '5','3','6682.9',    '5','2','4505.81',    '3','3','2177.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044418.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132682.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044419.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132683.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027369.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115633.0','1046477.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2026977.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115241.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027448.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115712.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027288.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115552.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044420.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132684.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027348.0','1020910.0','1',    '1','1','379.18',    '1','0','0.0',    '1','1','379.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115612.0','1046477.0','1',    '1','1','2446.85',    '0','0','0.0',    '1','1','2446.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027227.0','1020910.0','1',    '1','1','2797.88',    '1','0','0.0',    '1','1','2797.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115491.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044421.0','1020910.0','1',    '1','1','264.2',    '1','0','0.0',    '1','1','264.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132685.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027388.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115652.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044422.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132686.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044423.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132687.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027050.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115314.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044424.0','1020910.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132688.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2026986.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115250.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027266.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115530.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027336.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115600.0','1046477.0','15',    '13','0','0.0',    '13','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027135.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115399.0','1046477.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027328.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115592.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027431.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115695.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044425.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132689.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044426.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132690.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044427.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132691.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027164.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115428.0','1046477.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044428.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132692.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027232.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115496.0','1046477.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027235.0','1020910.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115499.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027426.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115690.0','1046477.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027134.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115398.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027378.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115642.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027433.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115697.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044429.0','1020910.0','5',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132693.0','1046477.0','84',    '74','15','146298.05',    '73','14','94077.28',    '33','9','52220.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027172.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115436.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044430.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132694.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027386.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115650.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044431.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132695.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044432.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132696.0','1046477.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027403.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115667.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027384.0','1020910.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115648.0','1046477.0','1',    '1','1','44736.11',    '1','1','36568.0',    '1','1','8168.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027321.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115585.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044433.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132697.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027283.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115547.0','1046477.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044434.0','1020910.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132698.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027435.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115699.0','1046477.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044435.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132699.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044436.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132700.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027157.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115421.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044437.0','1020910.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132701.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044438.0','1020910.0','5',    '5','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132702.0','1046477.0','138',    '118','27','249028.33',    '115','23','200722.51',    '59','10','48305.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044439.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132703.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027175.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115439.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044440.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132704.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044441.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132705.0','1046477.0','1',    '1','1','1284.0',    '1','1','1284.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044442.0','1020910.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132706.0','1046477.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027487.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115751.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044443.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132707.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027349.0','1020910.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115613.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027404.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115668.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044444.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132708.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044445.0','1020910.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132709.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044446.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132710.0','1046477.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044447.0','1020910.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132711.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044448.0','1020910.0','115',    '101','16','267120.23',    '101','14','224983.2',    '60','8','42137.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132712.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044449.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132713.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044450.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132714.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044451.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132715.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027488.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115752.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027368.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115632.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027425.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115689.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027249.0','1020910.0','33',    '30','9','47872.91',    '28','9','24394.79',    '17','2','23478.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115513.0','1046477.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044452.0','1020910.0','91',    '31','7','11833.36',    '21','5','11301.5',    '21','2','531.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132716.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044453.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132717.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027407.0','1020910.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115671.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027188.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115452.0','1046477.0','14',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027143.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115407.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044454.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132718.0','1046477.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044455.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132719.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027291.0','1020910.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115555.0','1046477.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027259.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115523.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044456.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132720.0','1046477.0','25',    '5','0','0.0',    '2','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027452.0','1020910.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115716.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044457.0','1020910.0','177',    '99','20','101411.95',    '78','14','43432.5',    '53','14','57979.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132721.0','1046477.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044458.0','1020910.0','3',    '3','2','19174.0',    '3','2','19174.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132722.0','1046477.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044459.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132723.0','1046477.0','8',    '7','4','43767.79',    '6','4','43767.79',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027170.0','1020910.0','28',    '13','0','0.0',    '9','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115434.0','1046477.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044460.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132724.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027408.0','1020910.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115672.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044461.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132725.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044462.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132726.0','1046477.0','865',    '584','307','1844900.23',    '545','296','1669813.56',    '280','51','175086.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027219.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115483.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044463.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132727.0','1046477.0','57',    '22','2','2439.01',    '18','2','2439.01',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044464.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132728.0','1046477.0','7',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027276.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115540.0','1046477.0','1',    '1','1','249.99',    '1','0','0.0',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027173.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115437.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044465.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132729.0','1046477.0','13',    '4','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027261.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115525.0','1046477.0','633',    '570','52','320828.89',    '553','51','246935.97',    '154','21','73892.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044466.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132730.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044467.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132731.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027350.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115614.0','1046477.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044468.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132732.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044469.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132733.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027186.0','1020910.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115450.0','1046477.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027427.0','1020910.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115691.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027209.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115473.0','1046477.0','26',    '8','3','4090.99',    '8','2','3891.0',    '3','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044470.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132734.0','1046477.0','21',    '12','1','1445.27',    '8','0','0.0',    '8','1','1445.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044471.0','1020910.0','162',    '93','48','242686.54',    '78','47','227523.3',    '56','9','15163.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132735.0','1046477.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044472.0','1020910.0','30',    '21','4','37665.22',    '17','3','33473.49',    '11','4','4191.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132736.0','1046477.0','52',    '26','3','4048.01',    '21','1','2594.0',    '14','3','1454.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027217.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115481.0','1046477.0','2',    '2','1','2616.0',    '1','1','2616.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044473.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132737.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044474.0','1020910.0','9',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132738.0','1046477.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027211.0','1020910.0','2',    '2','1','550.77',    '1','0','0.0',    '2','1','550.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115475.0','1046477.0','250',    '189','68','622018.54',    '170','57','509422.09',    '105','38','112596.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044475.0','1020910.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132739.0','1046477.0','6',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044476.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132740.0','1046477.0','395',    '316','94','561365.14',    '287','81','426937.74',    '159','36','134427.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044477.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132741.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044478.0','1020910.0','8',    '6','0','0.0',    '3','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132742.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027436.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115700.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044479.0','1020910.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132743.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044480.0','1020910.0','149',    '121','50','439999.85',    '117','49','333496.31',    '51','17','106503.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132744.0','1046477.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044481.0','1020910.0','6',    '6','3','31103.32',    '6','2','22907.42',    '4','3','8195.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132745.0','1046477.0','1',    '1','1','1609.75',    '1','1','1609.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044482.0','1020910.0','6',    '6','5','27378.46',    '6','3','17767.19',    '6','5','9611.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132746.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044483.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132747.0','1046477.0','4046',    '3993','3190','10817927.22',    '3924','2012','7139837.06',    '3227','2644','3678090.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044484.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132748.0','1046477.0','3502',    '3461','2730','9336893.18',    '3416','1731','6205827.01',    '2771','2250','3131066.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044485.0','1020910.0','1',    '1','1','2150.83',    '1','1','2150.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132749.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027246.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115510.0','1046477.0','6',    '5','2','8455.12',    '5','2','6930.56',    '2','2','1524.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027251.0','1020910.0','2',    '2','1','5316.92',    '2','1','3968.8',    '1','1','1348.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115515.0','1046477.0','3',    '3','1','1376.0',    '3','1','1376.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044486.0','1020910.0','4',    '4','4','7433.96',    '4','2','5409.54',    '3','3','2024.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132750.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044487.0','1020910.0','90',    '90','58','163768.49',    '87','33','109570.84',    '61','46','54197.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132751.0','1046477.0','1',    '1','1','951.27',    '1','1','951.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027447.0','1020910.0','1',    '1','1','4654.93',    '1','1','3781.13',    '1','1','873.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115711.0','1046477.0','1',    '1','1','1607.01',    '1','0','0.0',    '1','1','1607.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044488.0','1020910.0','120',    '119','81','131247.63',    '119','28','60222.7',    '96','73','71024.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132752.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044489.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132753.0','1046477.0','1',    '1','1','4451.94',    '1','1','4451.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044490.0','1020910.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132754.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044491.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132755.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027187.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115451.0','1046477.0','1',    '1','1','1677.71',    '1','1','1677.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044492.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132756.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044493.0','1020910.0','1',    '1','1','1247.72',    '1','1','1247.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132757.0','1046477.0','1',    '1','1','7528.31',    '1','1','4528.95',    '1','1','2999.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027284.0','1020910.0','1',    '1','1','5231.48',    '1','1','748.0',    '1','1','4483.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115548.0','1046477.0','1',    '1','1','449.99',    '1','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044494.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132758.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027490.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115754.0','1046477.0','1',    '1','1','767.92',    '1','1','767.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044495.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132759.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044496.0','1020910.0','1',    '1','1','2328.25',    '1','1','1553.63',    '1','1','774.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132760.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044497.0','1020910.0','1',    '1','1','3673.31',    '1','1','2053.68',    '1','1','1619.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132761.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044498.0','1020910.0','2',    '2','1','7240.93',    '2','1','540.0',    '2','1','6700.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132762.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044499.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132763.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044500.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132764.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044501.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132765.0','1046477.0','1',    '1','1','1151.77',    '1','0','0.0',    '1','1','1151.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044502.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132766.0','1046477.0','1',    '1','1','3326.71',    '1','1','541.7',    '1','1','2785.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044503.0','1020910.0','4',    '4','1','2059.88',    '4','0','0.0',    '3','1','2059.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132767.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044504.0','1020910.0','1',    '1','1','3662.55',    '1','1','432.0',    '1','1','3230.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132768.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044505.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132769.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044506.0','1020910.0','1',    '1','1','5755.89',    '1','1','5755.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132770.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044507.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132771.0','1046477.0','1',    '1','1','2485.71',    '1','1','2485.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044508.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132772.0','1046477.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044509.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132773.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044510.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132774.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027221.0','1020910.0','1',    '1','1','541.07',    '1','1','541.07',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115485.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027491.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115755.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044511.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132775.0','1046477.0','1',    '1','1','5656.84',    '1','1','5656.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027410.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115674.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044512.0','1020910.0','1',    '1','1','4874.15',    '1','1','2869.8',    '1','1','2004.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132776.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044513.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132777.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027265.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115529.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027496.0','1020910.0','1',    '1','1','328.5',    '1','0','0.0',    '1','1','328.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115760.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027602.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115866.0','1046477.0','1',    '1','1','3016.73',    '1','1','2785.19',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027931.0','1020910.0','1',    '1','1','2927.67',    '1','0','0.0',    '1','1','2927.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116195.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044514.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132778.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027869.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116133.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027598.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115862.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028101.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116365.0','1046477.0','1',    '1','1','731.54',    '1','0','0.0',    '1','1','731.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027626.0','1020910.0','1',    '1','1','414.98',    '1','0','0.0',    '1','1','414.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115890.0','1046477.0','1',    '1','1','557.59',    '1','1','557.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027289.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115553.0','1046477.0','1',    '1','1','677.58',    '1','0','0.0',    '1','1','677.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028090.0','1020910.0','1',    '1','1','26794.72',    '1','1','22881.27',    '1','1','3913.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116354.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044515.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132779.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028035.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116299.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044516.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132780.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044517.0','1020910.0','0',    '1','1','1895.63',    '1','0','0.0',    '1','1','1895.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132781.0','1046477.0','1',    '1','1','1447.04',    '1','1','918.0',    '1','1','529.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027192.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115456.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027372.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115636.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027541.0','1020910.0','1',    '1','1','5831.28',    '1','1','3063.82',    '1','1','2767.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115805.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044518.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132782.0','1046477.0','1',    '1','1','3612.27',    '1','1','1664.08',    '1','1','1948.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027624.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115888.0','1046477.0','1',    '1','1','1898.82',    '1','1','1648.82',    '1','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027504.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115768.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044519.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132783.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027848.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116112.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027215.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115479.0','1046477.0','1',    '1','1','1359.06',    '1','1','206.87',    '1','1','1152.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028008.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116272.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027547.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115811.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044520.0','1020910.0','1',    '1','1','7699.21',    '1','1','5771.9',    '1','1','1927.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132784.0','1046477.0','1',    '1','1','304.98',    '1','0','0.0',    '1','1','304.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027503.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115767.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027810.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116074.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027708.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115972.0','1046477.0','1',    '1','1','893.82',    '1','1','720.84',    '1','1','172.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044521.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132785.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028055.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116319.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044522.0','1020910.0','2',    '2','1','8240.83',    '2','1','1160.0',    '2','1','7080.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132786.0','1046477.0','2',    '2','2','1260.08',    '2','1','1150.58',    '2','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044523.0','1020910.0','1',    '1','1','6351.9',    '1','1','6351.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132787.0','1046477.0','2',    '2','2','9740.41',    '2','2','7523.44',    '2','2','2216.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044524.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132788.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044525.0','1020910.0','1',    '1','1','4005.85',    '1','1','4005.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132789.0','1046477.0','3',    '4','3','25418.91',    '4','2','23515.95',    '3','3','1902.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044526.0','1020910.0','3',    '3','2','17762.14',    '3','2','9019.31',    '2','2','8742.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132790.0','1046477.0','1',    '1','1','330.99',    '1','0','0.0',    '1','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027461.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115725.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044527.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132791.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027709.0','1020910.0','2',    '2','1','4635.68',    '2','1','724.0',    '2','1','3911.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115973.0','1046477.0','1',    '1','1','2670.14',    '1','1','2061.02',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044528.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132792.0','1046477.0','2',    '2','2','14504.52',    '2','2','1308.0',    '2','2','13196.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027710.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115974.0','1046477.0','1',    '1','1','1117.15',    '1','1','362.0',    '1','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027327.0','1020910.0','1',    '1','1','1716.18',    '1','1','724.0',    '1','1','992.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115591.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027523.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115787.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027592.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115856.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028013.0','1020910.0','1',    '1','1','1651.16',    '1','0','0.0',    '1','1','1651.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116277.0','1046477.0','1',    '1','1','14414.12',    '1','1','6325.22',    '1','1','8088.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027557.0','1020910.0','2',    '2','1','971.12',    '2','1','362.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115821.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044529.0','1020910.0','1',    '1','1','1826.04',    '1','0','0.0',    '1','1','1826.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132793.0','1046477.0','1',    '1','1','4818.18',    '1','1','1150.0',    '1','1','3668.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044530.0','1020910.0','1',    '1','1','639.77',    '1','0','0.0',    '1','1','639.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132794.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044531.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132795.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027489.0','1020910.0','1',    '1','1','137.7',    '1','1','137.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115753.0','1046477.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044532.0','1020910.0','1',    '1','1','748.0',    '1','1','748.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132796.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027197.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115461.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027498.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115762.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044533.0','1020910.0','1',    '1','1','1239.2',    '1','1','1239.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132797.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027595.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115859.0','1046477.0','1',    '1','1','5927.5',    '1','1','5927.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027191.0','1020910.0','1',    '1','1','1336.42',    '1','1','351.32',    '1','1','985.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115455.0','1046477.0','1',    '1','1','4411.74',    '1','1','650.0',    '1','1','3761.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027833.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116097.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027255.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115519.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027783.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116047.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044534.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132798.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027808.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116072.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027351.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115615.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044535.0','1020910.0','1',    '1','1','4810.06',    '1','1','3254.06',    '1','1','1556.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132799.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044536.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132800.0','1046477.0','2',    '2','1','456.54',    '2','0','0.0',    '1','1','456.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027223.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115487.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044537.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132801.0','1046477.0','1',    '1','1','3844.74',    '1','1','3844.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027540.0','1020910.0','1',    '1','1','3915.89',    '1','1','1140.0',    '1','1','2775.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115804.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027562.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115826.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028084.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116348.0','1046477.0','1',    '1','1','905.82',    '1','1','905.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044538.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132802.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028122.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116386.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027906.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116170.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028137.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116401.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028050.0','1020910.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116314.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044539.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132803.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027405.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115669.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044540.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132804.0','1046477.0','1',    '1','1','4218.14',    '1','1','4218.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027499.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115763.0','1046477.0','1',    '1','1','1218.03',    '1','0','0.0',    '1','1','1218.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027472.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115736.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027968.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116232.0','1046477.0','1',    '1','1','607.53',    '1','0','0.0',    '1','1','607.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027286.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115550.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027822.0','1020910.0','1',    '1','1','8340.84',    '1','1','6708.58',    '1','1','1632.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116086.0','1046477.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027553.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115817.0','1046477.0','1',    '1','1','13372.2',    '1','1','8637.96',    '1','1','4734.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044541.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132805.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027552.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115816.0','1046477.0','4',    '4','3','8749.78',    '4','2','4100.17',    '3','3','4649.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027884.0','1020910.0','1',    '1','1','1474.98',    '1','0','0.0',    '1','1','1474.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116148.0','1046477.0','1',    '1','1','951.82',    '1','0','0.0',    '1','1','951.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027951.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116215.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044542.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132806.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044543.0','1020910.0','1',    '1','1','5492.71',    '1','1','575.0',    '1','1','4917.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132807.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027159.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115423.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028157.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116421.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027459.0','1020910.0','1',    '1','1','650.0',    '1','1','650.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115723.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027161.0','1020910.0','2',    '2','1','11678.88',    '2','1','9743.65',    '2','1','1935.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115425.0','1046477.0','1',    '1','1','8315.28',    '1','1','5945.51',    '1','1','2369.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028081.0','1020910.0','4',    '2','1','28774.73',    '2','1','23497.05',    '2','1','5277.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116345.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044544.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132808.0','1046477.0','1',    '1','1','4873.52',    '1','1','1924.76',    '1','1','2948.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028021.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116285.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027494.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115758.0','1046477.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044545.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132809.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027593.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115857.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027189.0','1020910.0','0',    '1','1','5565.02',    '1','1','5369.03',    '1','1','195.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115453.0','1046477.0','1',    '1','1','1099.98',    '1','0','0.0',    '1','1','1099.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044546.0','1020910.0','1',    '1','1','2057.31',    '1','0','0.0',    '1','1','2057.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132810.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044547.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132811.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027492.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115756.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027556.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115820.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044548.0','1020910.0','1',    '1','1','9236.04',    '1','1','9236.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132812.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044549.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132813.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044550.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132814.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027295.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115559.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027177.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115441.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027500.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115764.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027536.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115800.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027594.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115858.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027551.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115815.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027604.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115868.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027510.0','1020910.0','1',    '1','1','4239.37',    '1','1','2743.77',    '1','1','1495.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115774.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027904.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116168.0','1046477.0','1',    '1','1','1011.58',    '1','1','384.0',    '1','1','627.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027588.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115852.0','1046477.0','1',    '1','1','529.95',    '1','0','0.0',    '1','1','529.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028001.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116265.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044551.0','1020910.0','2',    '2','1','231.54',    '2','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132815.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044552.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132816.0','1046477.0','1',    '1','1','4922.56',    '1','1','4922.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027263.0','1020910.0','6',    '6','6','13212.83',    '6','3','3470.42',    '5','5','9742.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115527.0','1046477.0','1',    '1','1','3111.81',    '1','0','0.0',    '1','1','3111.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044553.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132817.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044554.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132818.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028273.0','1020910.0','1',    '1','1','1153.62',    '1','1','666.12',    '1','1','487.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116537.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044555.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132819.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027312.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115576.0','1046477.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044556.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132820.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044557.0','1020910.0','1',    '1','1','2979.16',    '1','1','2979.16',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132821.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044558.0','1020910.0','2',    '2','1','10732.74',    '2','1','10732.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132822.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027502.0','1020910.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115766.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027656.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115920.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027511.0','1020910.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115775.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044559.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132823.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044560.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132824.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027457.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115721.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044561.0','1020910.0','1',    '1','1','1058.46',    '1','1','1058.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132825.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027190.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115454.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027409.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115673.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044562.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132826.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027989.0','1020910.0','1',    '1','1','1274.52',    '1','1','1274.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116253.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027253.0','1020910.0','1',    '1','1','1029.88',    '1','0','0.0',    '1','1','1029.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115517.0','1046477.0','1',    '1','1','7759.58',    '1','1','5678.32',    '1','1','2081.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028125.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116389.0','1046477.0','1',    '1','1','1392.62',    '1','1','1392.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027213.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115477.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044563.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132827.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044564.0','1020910.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132828.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027389.0','1020910.0','2',    '2','1','318.03',    '2','0','0.0',    '1','1','318.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115653.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044565.0','1020910.0','1',    '1','1','4042.62',    '1','1','3665.04',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132829.0','1046477.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027543.0','1020910.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115807.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027438.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115702.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027497.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115761.0','1046477.0','3',    '3','3','3872.45',    '3','1','1156.87',    '3','3','2715.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044566.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132830.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027712.0','1020910.0','1',    '1','1','1675.8',    '1','0','0.0',    '1','1','1675.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115976.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027618.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115882.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028033.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116297.0','1046477.0','1',    '1','1','109.5',    '1','0','0.0',    '1','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027601.0','1020910.0','1',    '1','1','1818.23',    '1','0','0.0',    '1','1','1818.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115865.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027597.0','1020910.0','3',    '3','1','7711.86',    '3','1','6000.0',    '1','1','1711.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115861.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027999.0','1020910.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116263.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044567.0','1020910.0','1',    '1','1','449.99',    '1','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132831.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044568.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132832.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027325.0','1020910.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115589.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044569.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132833.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044570.0','1020910.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132834.0','1046477.0','1',    '1','1','9214.88',    '1','1','6836.28',    '1','1','2378.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027314.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115578.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027199.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115463.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027620.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115884.0','1046477.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027600.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115864.0','1046477.0','1',    '1','1','2872.96',    '1','0','0.0',    '1','1','2872.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044571.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132835.0','1046477.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027707.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115971.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027513.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115777.0','1046477.0','1',    '1','1','2475.4',    '1','0','0.0',    '1','1','2475.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044572.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132836.0','1046477.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027516.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115780.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027323.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115587.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027293.0','1020910.0','1',    '1','1','90.48',    '1','0','0.0',    '1','1','90.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115557.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044573.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132837.0','1046477.0','1',    '1','1','3593.32',    '1','1','1516.0',    '1','1','2077.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027659.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115923.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044574.0','1020910.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132838.0','1046477.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028080.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116344.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027163.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115427.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027145.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115409.0','1046498.0','2',    '2','2','6026.68',    '2','1','4138.8',    '2','2','1887.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027616.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115880.0','1046498.0','1',    '1','1','11737.09',    '1','1','11237.09',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044575.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132839.0','1046498.0','6',    '6','3','11335.07',    '6','1','3457.49',    '4','2','7877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027554.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115818.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044576.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132840.0','1046498.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028071.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116335.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044577.0','1020931.0','1',    '1','1','330.99',    '1','0','0.0',    '1','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132841.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027406.0','1020931.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115670.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027537.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115801.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044578.0','1020931.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132842.0','1046498.0','1',    '1','1','114.98',    '1','0','0.0',    '1','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027549.0','1020931.0','1',    '1','1','6769.6',    '1','1','4890.08',    '1','1','1879.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115813.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027505.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115769.0','1046498.0','1',    '1','1','4309.53',    '1','1','2069.28',    '1','1','2240.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044579.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132843.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027544.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115808.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044580.0','1020931.0','1',    '1','1','3960.81',    '1','1','3266.18',    '1','1','694.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132844.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027559.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115823.0','1046498.0','1',    '1','1','2188.67',    '1','1','1348.0',    '1','1','840.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027493.0','1020931.0','1',    '1','1','14570.77',    '1','1','10692.31',    '1','1','3878.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115757.0','1046498.0','3',    '3','3','3354.35',    '3','1','819.98',    '3','3','2534.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028006.0','1020931.0','1',    '1','1','267.82',    '1','0','0.0',    '1','1','267.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116270.0','1046498.0','1',    '1','1','1278.0',    '1','1','778.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044581.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132845.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044582.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132846.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044583.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132847.0','1046498.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044584.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132848.0','1046498.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027352.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115616.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027285.0','1020931.0','1',    '1','1','3190.6',    '1','1','3190.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115549.0','1046498.0','1',    '1','1','325.0',    '1','1','325.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044585.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132849.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044586.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132850.0','1046498.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027542.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115806.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044587.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132851.0','1046498.0','1',    '1','1','33300.0',    '1','1','33300.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027662.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115926.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044588.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132852.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027596.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115860.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044589.0','1020931.0','2',    '2','2','1124.19',    '2','1','1014.69',    '2','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132853.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044590.0','1020931.0','1',    '1','1','1418.0',    '1','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132854.0','1046498.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027453.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115717.0','1046498.0','1',    '1','1','101.03',    '1','1','101.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027437.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115701.0','1046498.0','1',    '1','1','2283.12',    '1','1','1819.05',    '1','1','464.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044591.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132855.0','1046498.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027341.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115605.0','1046498.0','1',    '1','1','868.63',    '1','1','868.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027590.0','1020931.0','1',    '1','1','3911.53',    '1','1','3411.53',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115854.0','1046498.0','1',    '1','1','1683.74',    '1','0','0.0',    '1','1','1683.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027538.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115802.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027599.0','1020931.0','1',    '1','1','1859.48',    '1','1','1323.84',    '1','1','535.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2115863.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027820.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116084.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2027993.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116257.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028118.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116382.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028249.0','1020931.0','1',    '1','1','33300.0',    '1','1','27227.93',    '1','1','6072.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116513.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028129.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116393.0','1046498.0','5',    '5','4','7733.24',    '5','4','5019.09',    '5','4','2714.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028260.0','1020931.0','3',    '3','1','16338.15',    '3','1','9251.57',    '2','1','7086.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116524.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044592.0','1020931.0','1',    '1','1','1683.27',    '1','1','597.13',    '1','1','1086.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132856.0','1046498.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044593.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132857.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044594.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132858.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044595.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132859.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044596.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132860.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044597.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132861.0','1046498.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044598.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132862.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044599.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132863.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2031247.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2119511.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044600.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132864.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044601.0','1020931.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132865.0','1046498.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044602.0','1020931.0','1',    '1','1','549.58',    '1','0','0.0',    '1','1','549.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132866.0','1046498.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044603.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132867.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044604.0','1020931.0','1',    '1','1','743.0',    '1','1','743.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132868.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028165.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116429.0','1046498.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044605.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132869.0','1046498.0','2',    '2','1','132.0',    '2','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028148.0','1020931.0','1',    '1','1','2878.54',    '1','1','459.0',    '1','1','2419.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116412.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044606.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132870.0','1046498.0','1',    '1','1','408.73',    '1','0','0.0',    '1','1','408.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044607.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132871.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044608.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132872.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2044609.0','1020931.0','1',    '1','1','2766.61',    '1','0','0.0',    '1','1','2766.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2132873.0','1046498.0','3',    '3','2','1000.0',    '3','0','0.0',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044610.0','1020931.0','1',    '1','1','330.99',    '1','0','0.0',    '1','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132874.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044611.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132875.0','1046498.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027987.0','1020931.0','2',    '2','1','1426.17',    '2','0','0.0',    '1','1','1426.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116251.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028123.0','1020931.0','1',    '1','1','3932.0',    '1','1','918.0',    '1','1','3014.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116387.0','1046498.0','2',    '2','2','6938.74',    '2','2','3630.0',    '2','2','3308.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028176.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116440.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044612.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132876.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027954.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116218.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028142.0','1020931.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116406.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028251.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116515.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044613.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132877.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044614.0','1020931.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132878.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044615.0','1020931.0','3',    '3','3','10217.45',    '3','3','5759.55',    '3','2','4457.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132879.0','1046498.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044616.0','1020931.0','1',    '1','1','1340.67',    '1','0','0.0',    '1','1','1340.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132880.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044617.0','1020931.0','0',    '1','1','2146.13',    '1','1','2146.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132881.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044618.0','1020931.0','3',    '5','2','2199.57',    '5','1','605.12',    '3','2','1594.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132882.0','1046498.0','5',    '5','2','4251.78',    '5','2','2938.32',    '4','2','1313.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044619.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132883.0','1046498.0','1',    '1','1','6135.26',    '1','1','2983.62',    '1','1','3151.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044620.0','1020931.0','2',    '2','1','3720.85',    '2','1','2377.32',    '2','1','1343.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132884.0','1046498.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044621.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132885.0','1046498.0','2',    '2','1','2121.86',    '2','1','2121.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044622.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132886.0','1046498.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044623.0','1020931.0','1',    '1','1','553.0',    '1','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132887.0','1046498.0','1',    '1','1','13000.74',    '1','1','7285.36',    '1','1','5715.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044624.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132888.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044625.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132889.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044626.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132890.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044627.0','1020931.0','3',    '3','1','814.0',    '3','1','814.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132891.0','1046498.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044628.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132892.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044629.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132893.0','1046498.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044630.0','1020931.0','1',    '1','1','850.27',    '1','1','724.0',    '1','1','126.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132894.0','1046498.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028168.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116432.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028149.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116413.0','1046498.0','5',    '5','4','9668.73',    '5','2','5811.67',    '5','4','3857.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044631.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132895.0','1046498.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044632.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132896.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044633.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132897.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044634.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132898.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044635.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132899.0','1046498.0','4',    '4','3','10982.76',    '4','2','7004.86',    '3','2','3977.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044636.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132900.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2031718.0','1020931.0','1',    '1','1','806.3',    '1','0','0.0',    '1','1','806.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2119982.0','1046498.0','1',    '1','1','724.1',    '1','0','0.0',    '1','1','724.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044637.0','1020931.0','1',    '1','1','300.0',    '1','0','0.0',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132901.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044638.0','1020931.0','1',    '1','1','1391.22',    '1','0','0.0',    '1','1','1391.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132902.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044639.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132903.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2028172.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116436.0','1046498.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044640.0','1020931.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132904.0','1046498.0','1',    '1','1','1059.11',    '1','0','0.0',    '1','1','1059.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044641.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132905.0','1046498.0','1',    '1','1','4575.02',    '1','1','4575.02',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044642.0','1020931.0','1',    '1','1','541.5',    '1','0','0.0',    '1','1','541.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132906.0','1046498.0','1',    '1','1','1746.58',    '1','1','1746.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044643.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132907.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044644.0','1020931.0','2',    '2','2','15870.53',    '2','1','11912.4',    '2','2','3958.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132908.0','1046498.0','2',    '2','2','2700.53',    '2','1','1750.54',    '2','2','949.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044645.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132909.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044646.0','1020931.0','1',    '1','1','934.0',    '1','1','934.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132910.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2032769.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2121033.0','1046498.0','2',    '2','1','1350.02',    '2','0','0.0',    '2','1','1350.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044647.0','1020931.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132911.0','1046498.0','1',    '1','1','2692.4',    '1','1','814.0',    '1','1','1878.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044648.0','1020931.0','1',    '1','1','734.54',    '1','1','734.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132912.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044649.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132913.0','1046498.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044650.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132914.0','1046498.0','1',    '1','1','131.78',    '1','0','0.0',    '1','1','131.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044651.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132915.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044652.0','1020931.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132916.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044653.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132917.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044654.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132918.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044655.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132919.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044656.0','1020931.0','1',    '1','1','537.96',    '1','0','0.0',    '1','1','537.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132920.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044657.0','1020931.0','1',    '1','1','4850.2',    '1','1','3362.1',    '1','1','1488.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132921.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044658.0','1020931.0','1',    '1','1','8107.61',    '1','1','2736.55',    '1','1','5371.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132922.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2027835.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116099.0','1046498.0','1',    '1','1','4149.69',    '1','1','934.0',    '1','1','3215.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2027917.0','1020931.0','7',    '7','4','47670.07',    '7','3','39143.04',    '7','4','8527.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116181.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028099.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116363.0','1046498.0','1',    '1','1','6109.84',    '1','1','2870.84',    '1','1','3239.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2027896.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116160.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028073.0','1020931.0','2',    '2','1','600.0',    '2','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116337.0','1046498.0','1',    '1','1','2100.64',    '1','1','2100.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028000.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116264.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044659.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132923.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044660.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132924.0','1046498.0','1',    '1','1','492.5',    '1','1','492.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044661.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132925.0','1046498.0','1',    '1','1','24054.44',    '1','1','24054.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044662.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132926.0','1046498.0','1',    '1','1','1879.97',    '1','1','587.91',    '1','1','1292.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044663.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132927.0','1046498.0','1',    '1','1','5716.42',    '1','1','4187.96',    '1','1','1528.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044664.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132928.0','1046498.0','1',    '1','1','4535.72',    '1','1','2972.44',    '1','1','1563.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044665.0','1020931.0','5',    '5','3','15795.76',    '5','2','11259.04',    '4','3','4536.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132929.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044666.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132930.0','1046498.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044667.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132931.0','1046498.0','1',    '1','1','4612.36',    '1','0','0.0',    '1','1','4612.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044668.0','1020931.0','1',    '1','1','229.95',    '1','0','0.0',    '1','1','229.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132932.0','1046498.0','1',    '1','1','1213.28',    '1','0','0.0',    '1','1','1213.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2028019.0','1020931.0','2',    '2','2','33531.54',    '2','1','33300.0',    '2','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116283.0','1046498.0','1',    '1','1','3334.68',    '1','0','0.0',    '1','1','3334.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2027933.0','1020931.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116197.0','1046498.0','3',    '3','3','4089.84',    '3','3','1929.2',    '2','2','2160.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028060.0','1020931.0','1',    '1','1','4369.92',    '1','1','3556.61',    '1','1','813.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116324.0','1046498.0','2',    '2','1','24166.78',    '2','1','24166.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2027962.0','1020931.0','1',    '1','1','1391.64',    '1','0','0.0',    '1','1','1391.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116226.0','1046498.0','1',    '1','1','1472.13',    '1','0','0.0',    '1','1','1472.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044669.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132933.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044670.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132934.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044671.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132935.0','1046498.0','1',    '1','1','9052.44',    '1','1','5224.77',    '1','1','3827.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044672.0','1020931.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132936.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044673.0','1020931.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132937.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044674.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132938.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031454.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119718.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044675.0','1020931.0','2',    '2','1','1065.88',    '2','0','0.0',    '2','1','1065.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132939.0','1046498.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044676.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132940.0','1046498.0','3',    '3','2','11851.12',    '2','1','7006.87',    '3','2','4844.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044677.0','1020931.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132941.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027879.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116143.0','1046498.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044678.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132942.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027814.0','1020931.0','1',    '1','1','609.12',    '1','0','0.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116078.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044679.0','1020931.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132943.0','1046498.0','1',    '1','1','7279.68',    '1','1','1106.0',    '1','1','6173.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028274.0','1020931.0','0',    '1','1','754.0',    '1','1','754.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116538.0','1046498.0','1',    '1','1','913.08',    '1','0','0.0',    '1','1','913.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028262.0','1020931.0','1',    '1','1','692.0',    '1','1','692.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116526.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044680.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132944.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044681.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132945.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044682.0','1020931.0','1',    '1','1','10642.0',    '1','1','6757.69',    '1','1','3884.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132946.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044683.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132947.0','1046498.0','11',    '11','9','72814.88',    '11','6','45879.75',    '10','8','26935.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044684.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132948.0','1046498.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044685.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132949.0','1046498.0','1',    '1','1','741.12',    '1','0','0.0',    '1','1','741.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044686.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132950.0','1046498.0','1',    '1','1','3716.63',    '1','1','2537.92',    '1','1','1178.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028068.0','1020931.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116332.0','1046498.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028116.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116380.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028145.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116409.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044687.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132951.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028146.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116410.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044688.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132952.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044689.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132953.0','1046504.0','1',    '1','1','4079.84',    '1','1','918.0',    '1','1','3161.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044690.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132954.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044691.0','1020937.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132955.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044692.0','1020937.0','1',    '1','1','9847.66',    '1','1','9847.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132956.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044693.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132957.0','1046504.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044694.0','1020937.0','3',    '3','3','11553.02',    '3','3','2688.0',    '3','3','8865.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132958.0','1046504.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2027512.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2115776.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2027922.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116186.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027850.0','1020937.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116114.0','1046504.0','1',    '1','1','663.28',    '1','1','663.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044695.0','1020937.0','1',    '1','1','2168.82',    '1','0','0.0',    '1','1','2168.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132959.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027953.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116217.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044696.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132960.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027881.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116145.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028039.0','1020937.0','13',    '13','9','38141.21',    '13','5','23122.37',    '9','9','15018.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116303.0','1046504.0','1',    '1','1','23249.73',    '1','1','16369.7',    '1','1','6880.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2028105.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116369.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044697.0','1020937.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132961.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044698.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132962.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044699.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132963.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044700.0','1020937.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132964.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044701.0','1020937.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132965.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044702.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132966.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044703.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132967.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044704.0','1020937.0','1',    '1','1','3814.6',    '1','0','0.0',    '1','1','3814.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132968.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044705.0','1020937.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132969.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044706.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132970.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027867.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116131.0','1046504.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2028106.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116370.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044707.0','1020937.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132971.0','1046504.0','2',    '1','1','1762.8',    '1','0','0.0',    '1','1','1762.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2028062.0','1020937.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116326.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044708.0','1020937.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132972.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044709.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132973.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028138.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116402.0','1046504.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044710.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132974.0','1046504.0','5',    '5','3','35429.14',    '5','2','33674.0',    '4','2','1755.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2032628.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2120892.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044711.0','1020937.0','1',    '1','1','131.78',    '1','0','0.0',    '1','1','131.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132975.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044712.0','1020937.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132976.0','1046504.0','2',    '2','1','225.0',    '2','0','0.0',    '2','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044713.0','1020937.0','3',    '3','3','2684.87',    '3','0','0.0',    '3','3','2684.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132977.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044714.0','1020937.0','1',    '1','1','730.91',    '1','0','0.0',    '1','1','730.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132978.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044715.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132979.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027970.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116234.0','1046504.0','1',    '1','1','90.56',    '1','0','0.0',    '1','1','90.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044716.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132980.0','1046504.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028130.0','1020937.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116394.0','1046504.0','1',    '1','1','7946.0',    '1','1','5023.99',    '1','1','2922.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044717.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132981.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044718.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132982.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044719.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132983.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044720.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132984.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044721.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132985.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044722.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132986.0','1046508.0','1',    '1','1','4067.51',    '1','1','1544.12',    '1','1','2523.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044723.0','1020941.0','1',    '1','1','694.63',    '1','0','0.0',    '1','1','694.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132987.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044724.0','1020941.0','1',    '1','1','10520.54',    '1','1','10020.54',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132988.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2027711.0','1020941.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2115975.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2027977.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116241.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028057.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116321.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028041.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116305.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028072.0','1020941.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116336.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028233.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116497.0','1046508.0','1',    '1','1','2453.24',    '1','1','918.0',    '1','1','1535.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028153.0','1020941.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116417.0','1046508.0','1',    '1','1','199.99',    '1','0','0.0',    '1','1','199.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044725.0','1020941.0','1',    '1','1','459.0',    '1','1','459.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132989.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044726.0','1020941.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132990.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044727.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132991.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044728.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2132992.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044729.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2132993.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044730.0','1020941.0','1',    '1','1','966.94',    '1','0','0.0',    '1','1','966.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132994.0','1046508.0','1',    '1','1','1197.66',    '1','0','0.0',    '1','1','1197.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044731.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132995.0','1046508.0','1',    '1','1','363.54',    '1','0','0.0',    '1','1','363.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044732.0','1020941.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2132996.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2027801.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116065.0','1046508.0','1',    '1','1','1326.99',    '1','1','420.37',    '1','1','906.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028112.0','1020941.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116376.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044733.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132997.0','1046508.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044734.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132998.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044735.0','1020941.0','1',    '1','1','29097.7',    '1','1','28597.7',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2132999.0','1046508.0','3',    '3','2','959.0',    '3','1','459.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2028092.0','1020941.0','2',    '2','2','4055.78',    '2','1','1088.9',    '2','2','2966.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116356.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044736.0','1020941.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133000.0','1046508.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2027898.0','1020942.0','1',    '1','1','6733.6',    '1','1','5303.26',    '1','1','1430.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116162.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028144.0','1020942.0','2',    '2','1','1419.85',    '2','1','499.2',    '2','1','920.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116408.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044737.0','1020942.0','1',    '1','1','5022.59',    '1','1','864.0',    '1','1','4158.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133001.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028235.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116499.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044738.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133002.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2032997.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2121261.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044739.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133003.0','1046509.0','1',    '1','1','1565.74',    '1','1','1565.74',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044740.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133004.0','1046509.0','1',    '1','1','986.69',    '1','0','0.0',    '1','1','986.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044741.0','1020942.0','2',    '2','1','2589.38',    '2','0','0.0',    '1','1','2589.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133005.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044742.0','1020942.0','2',    '2','1','599.99',    '2','0','0.0',    '2','1','599.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133006.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044743.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133007.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027558.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2115822.0','1046509.0','1',    '1','1','2717.21',    '1','1','2606.5',    '1','1','110.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027984.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116248.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2028036.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116300.0','1046509.0','1',    '1','1','10369.76',    '1','1','3588.7',    '1','1','6781.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2028117.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116381.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2027996.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116260.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028139.0','1020942.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116403.0','1046509.0','1',    '1','1','4353.03',    '1','1','1476.4',    '1','1','2876.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044744.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133008.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028159.0','1020942.0','1',    '1','1','2074.19',    '1','0','0.0',    '1','1','2074.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116423.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044745.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133009.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044746.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133010.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044747.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133011.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044748.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133012.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044749.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133013.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044750.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133014.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044751.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133015.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028147.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116411.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044752.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133016.0','1046509.0','1',    '1','1','2436.47',    '1','0','0.0',    '1','1','2436.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028131.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116395.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044753.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133017.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044754.0','1020942.0','2',    '2','1','1704.33',    '2','1','1704.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133018.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044755.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133019.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044756.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133020.0','1046509.0','1',    '1','1','449.99',    '1','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044757.0','1020942.0','1',    '1','1','1466.94',    '1','0','0.0',    '1','1','1466.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2133021.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044758.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133022.0','1046509.0','3',    '3','1','16846.52',    '3','1','7922.61',    '1','1','8923.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028114.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116378.0','1046509.0','1',    '1','1','2349.24',    '1','1','2018.25',    '1','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044759.0','1020942.0','1',    '1','1','4962.82',    '1','1','1106.0',    '1','1','3856.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133023.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044760.0','1020942.0','1',    '1','1','3853.25',    '1','1','459.0',    '1','1','3394.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133024.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001854.0',    '2028128.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006249.0',    '2116392.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044761.0','1020942.0','1',    '1','1','6155.16',    '1','1','5655.16',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133025.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028163.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116427.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044762.0','1020942.0','1',    '1','1','974.15',    '1','0','0.0',    '1','1','974.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133026.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044763.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133027.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044764.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133028.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028042.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116306.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028140.0','1020942.0','1',    '1','1','6072.93',    '1','1','2234.72',    '1','1','3838.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116404.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2028126.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116390.0','1046509.0','1',    '1','1','114.98',    '1','0','0.0',    '1','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044765.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2133029.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044766.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2133030.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044767.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133031.0','1046509.0','1',    '1','1','7595.11',    '1','1','432.0',    '1','1','7163.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044768.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133032.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031630.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119894.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044769.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133033.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044770.0','1020942.0','2',    '2','2','1612.0',    '2','1','1112.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133034.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044771.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133035.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2027781.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116045.0','1046509.0','1',    '1','1','855.99',    '1','0','0.0',    '1','1','855.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2027979.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2116243.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2028065.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116329.0','1046509.0','1',    '1','1','1233.18',    '1','1','1233.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2028051.0','1020942.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2116315.0','1046509.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028136.0','1020942.0','1',    '1','1','755.15',    '1','0','0.0',    '1','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116400.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028133.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116397.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2028141.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2116405.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044772.0','1020942.0','1',    '1','1','927.58',    '1','0','0.0',    '1','1','927.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133036.0','1046509.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044773.0','1020942.0','16',    '15','8','13287.07',    '15','3','2660.81',    '11','8','10626.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133037.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044774.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133038.0','1046509.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044775.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133039.0','1046509.0','1',    '1','1','8778.39',    '1','1','2110.2',    '1','1','6668.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044776.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133040.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044777.0','1020942.0','1',    '1','1','1136.14',    '1','1','136.15',    '1','1','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133041.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044778.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133042.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044779.0','1020942.0','2',    '2','1','11326.11',    '2','1','8366.33',    '2','1','2959.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133043.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044780.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133044.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044781.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133045.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044782.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133046.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044783.0','1020942.0','2',    '2','1','4060.26',    '1','1','4060.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133047.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044784.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133048.0','1046509.0','1',    '1','1','748.0',    '1','1','748.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044785.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133049.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044786.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133050.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044787.0','1020942.0','1',    '1','1','3859.91',    '1','1','1423.44',    '1','1','2436.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2133051.0','1046509.0','3',    '3','1','10295.65',    '3','1','4987.15',    '2','1','5308.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044788.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133052.0','1046509.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044789.0','1020942.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133053.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044790.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133054.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044791.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133055.0','1046509.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044792.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133056.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028077.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116341.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2028152.0','1020942.0','1',    '1','1','1072.21',    '1','0','0.0',    '1','1','1072.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2116416.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044793.0','1020942.0','1',    '1','1','18005.92',    '1','1','18005.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133057.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044794.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133058.0','1046509.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044795.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133059.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044796.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133060.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044797.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133061.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044798.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133062.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044799.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2133063.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044800.0','1020942.0','1',    '1','1','3950.14',    '1','1','1160.0',    '1','1','2790.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133064.0','1046509.0','1',    '1','1','2553.37',    '1','1','2553.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044801.0','1020942.0','3',    '3','2','1826.9',    '3','2','1826.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133065.0','1046509.0','1',    '1','1','9766.32',    '1','1','7572.7',    '1','1','2193.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044802.0','1020942.0','1',    '1','1','499.99',    '1','0','0.0',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133066.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044803.0','1020942.0','1',    '1','1','374.0',    '1','1','374.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133067.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044804.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133068.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044805.0','1020942.0','5',    '5','3','8753.09',    '5','2','4685.45',    '4','3','4067.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2133069.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044806.0','1020942.0','2',    '2','2','2251.59',    '2','1','860.37',    '2','1','1391.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133070.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044807.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133071.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044808.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133072.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044809.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133073.0','1046509.0','1',    '1','1','2601.16',    '1','0','0.0',    '1','1','2601.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044810.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133074.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044811.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2133075.0','1046509.0','1',    '1','1','13213.71',    '1','1','864.0',    '1','1','12349.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044812.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133076.0','1046509.0','1',    '1','1','12638.98',    '1','1','7240.19',    '1','1','5398.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044813.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133077.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044814.0','1020942.0','2',    '2','2','2622.43',    '2','1','2322.43',    '2','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133078.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044815.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133079.0','1046509.0','1',    '1','1','3249.01',    '1','0','0.0',    '1','1','3249.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044816.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133080.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044817.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133081.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044818.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133082.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044819.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133083.0','1046509.0','5',    '5','1','500.0',    '5','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2044820.0','1020942.0','2',    '2','2','10184.77',    '2','1','3600.0',    '2','2','6584.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2133084.0','1046509.0','2',    '2','2','3084.52',    '2','0','0.0',    '2','2','3084.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001966.0',    '2031689.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006256.0',    '2119953.0','1046509.0','3',    '3','1','2704.88',    '3','1','2204.88',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044821.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133085.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001870.0',    '2044822.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006258.0',    '2133086.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002231.0',    '2044823.0','1020942.0','1',    '1','1','864.0',    '1','1','864.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006260.0',    '2133087.0','1046509.0','1',    '1','1','1780.06',    '1','0','0.0',    '1','1','1780.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044824.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133088.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044825.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133089.0','1046509.0','1',    '1','1','825.06',    '1','1','600.06',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044826.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133090.0','1046509.0','1',    '1','1','4917.86',    '1','1','4500.5',    '1','1','417.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044827.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133091.0','1046509.0','2',    '2','1','463.09',    '2','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044828.0','1020942.0','1',    '1','1','459.0',    '1','1','459.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133092.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044829.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133093.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044830.0','1020942.0','1',    '1','1','3578.68',    '1','1','3262.24',    '1','1','316.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133094.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044831.0','1020942.0','1',    '1','1','222.0',    '1','1','222.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133095.0','1046509.0','1',    '1','1','330.99',    '1','0','0.0',    '1','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044832.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133096.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044833.0','1020942.0','1',    '1','1','1448.72',    '1','0','0.0',    '1','1','1448.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133097.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031339.0','1020942.0','1',    '1','1','999.71',    '1','0','0.0',    '1','1','999.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119603.0','1046509.0','1',    '1','1','3211.49',    '1','1','748.0',    '1','1','2463.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044834.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133098.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031477.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119741.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044835.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133099.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044836.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133100.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044837.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133101.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031632.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119896.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044838.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133102.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044839.0','1020942.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133103.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044840.0','1020942.0','1',    '1','1','799.43',    '1','1','799.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133104.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031476.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119740.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044841.0','1020942.0','1',    '1','1','2870.86',    '1','1','781.8',    '1','1','2089.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133105.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044842.0','1020942.0','3',    '3','1','926.17',    '3','0','0.0',    '2','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133106.0','1046509.0','1',    '1','1','1680.17',    '1','1','754.0',    '1','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044843.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133107.0','1046509.0','1',    '1','1','621.41',    '1','1','389.87',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044844.0','1020942.0','1',    '1','1','743.0',    '1','1','743.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133108.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044845.0','1020942.0','1',    '1','1','5214.09',    '1','1','452.12',    '1','1','4761.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133109.0','1046509.0','1',    '1','1','1392.62',    '1','1','1392.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044846.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133110.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044847.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133111.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044848.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133112.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031253.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119517.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044849.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133113.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044850.0','1020942.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133114.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044851.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133115.0','1046509.0','5',    '5','3','11469.26',    '5','1','734.54',    '5','3','10734.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031461.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119725.0','1046509.0','1',    '1','1','1418.0',    '1','1','918.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044852.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133116.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044853.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133117.0','1046509.0','1',    '1','1','2246.96',    '1','1','1015.2',    '1','1','1231.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044854.0','1020942.0','1',    '1','1','1749.52',    '1','1','1351.93',    '1','1','397.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133118.0','1046509.0','1',    '1','1','677.58',    '1','0','0.0',    '1','1','677.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044855.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133119.0','1046509.0','1',    '1','1','592.07',    '1','1','92.08',    '1','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031723.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119987.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031666.0','1020942.0','1',    '1','1','2830.0',    '1','0','0.0',    '1','1','2830.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119930.0','1046509.0','1',    '1','1','2191.86',    '1','1','1496.25',    '1','1','695.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044856.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133120.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044857.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133121.0','1046509.0','1',    '1','1','923.77',    '1','1','818.1',    '1','1','105.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031720.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119984.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044858.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133122.0','1046509.0','1',    '1','1','852.5',    '1','1','852.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044859.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133123.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044860.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133124.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031634.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119898.0','1046509.0','1',    '1','1','10839.56',    '1','1','1486.0',    '1','1','9353.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044861.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133125.0','1046509.0','3',    '3','2','2390.22',    '3','1','734.54',    '2','1','1655.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044862.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133126.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044863.0','1020942.0','2',    '2','1','600.0',    '2','0','0.0',    '2','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133127.0','1046509.0','1',    '1','1','570.87',    '1','1','570.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044864.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133128.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044865.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133129.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044866.0','1020942.0','1',    '1','1','2090.58',    '1','1','516.12',    '1','1','1574.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133130.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044867.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133131.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044868.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133132.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044869.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133133.0','1046509.0','1',    '1','1','11314.63',    '1','1','1160.0',    '1','1','10154.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044870.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133134.0','1046509.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044871.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133135.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044872.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133136.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044873.0','1020942.0','3',    '3','2','1062.0',    '3','1','562.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133137.0','1046509.0','1',    '1','1','6385.46',    '1','1','2926.76',    '1','1','3458.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044874.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133138.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044875.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133139.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044876.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133140.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044877.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133141.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044878.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133142.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044879.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133143.0','1046509.0','1',    '1','1','2050.17',    '1','1','1124.0',    '1','1','926.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044880.0','1020942.0','6',    '6','3','2573.03',    '6','2','1573.03',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133144.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031343.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119607.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044881.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133145.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031584.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119848.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044882.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133146.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031283.0','1020942.0','1',    '1','1','6767.55',    '1','1','4360.12',    '1','1','2407.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119547.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044883.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133147.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044884.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133148.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044885.0','1020942.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133149.0','1046509.0','2',    '2','1','9934.0',    '2','1','5682.74',    '1','1','4251.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044886.0','1020942.0','1',    '1','1','1347.26',    '1','0','0.0',    '1','1','1347.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133150.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044887.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133151.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044888.0','1020942.0','1',    '1','1','1120.78',    '1','1','1120.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133152.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044889.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133153.0','1046509.0','2',    '2','1','2805.9',    '2','1','1830.92',    '1','1','974.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044890.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133154.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044891.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133155.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044892.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133156.0','1046509.0','2',    '2','2','2559.08',    '2','0','0.0',    '2','2','2559.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044893.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133157.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031463.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119727.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044894.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133158.0','1046509.0','2',    '2','2','1465.08',    '2','0','0.0',    '2','2','1465.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044895.0','1020942.0','1',    '1','1','844.8',    '1','1','844.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133159.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044896.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133160.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031664.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119928.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044897.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133161.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031255.0','1020942.0','1',    '1','1','2923.62',    '1','0','0.0',    '1','1','2923.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119519.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044898.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133162.0','1046509.0','1',    '1','1','8701.17',    '1','1','4955.98',    '1','1','3745.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044899.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133163.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044900.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133164.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044901.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133165.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044902.0','1020942.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133166.0','1046509.0','2',    '1','1','3894.41',    '1','0','0.0',    '1','1','3894.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044903.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133167.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044904.0','1020942.0','1',    '1','1','748.0',    '1','1','748.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133168.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044905.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133169.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044906.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133170.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044907.0','1020942.0','1',    '1','1','377.58',    '1','0','0.0',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133171.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044908.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133172.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044909.0','1020942.0','1',    '1','1','4691.37',    '1','1','1106.0',    '1','1','3585.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133173.0','1046509.0','1',    '1','1','937.62',    '1','0','0.0',    '1','1','937.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044910.0','1020942.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133174.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044911.0','1020942.0','1',    '1','1','1392.62',    '1','1','1392.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133175.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044912.0','1020942.0','2',    '2','2','2242.64',    '2','1','456.16',    '2','2','1786.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133176.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044913.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133177.0','1046509.0','1',    '1','1','699.39',    '1','1','567.39',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044914.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133178.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044915.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133179.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044916.0','1020942.0','1',    '1','1','1072.81',    '1','1','1072.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133180.0','1046509.0','2',    '2','1','3375.1',    '2','1','1106.0',    '2','1','2269.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031609.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119873.0','1046509.0','7',    '7','2','1559.61',    '7','1','432.0',    '5','2','1127.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031637.0','1020942.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119901.0','1046509.0','2',    '2','2','2232.16',    '2','2','944.0',    '2','1','1288.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044917.0','1020942.0','1',    '1','1','449.99',    '1','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133181.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044918.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133182.0','1046509.0','1',    '1','1','2514.56',    '1','0','0.0',    '1','1','2514.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031552.0','1020942.0','4',    '4','2','23183.07',    '4','1','17572.38',    '3','2','5610.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119816.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044919.0','1020942.0','1',    '1','1','464.07',    '1','0','0.0',    '1','1','464.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133183.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044920.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133184.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044921.0','1020942.0','5',    '5','2','10971.75',    '5','2','5736.26',    '5','2','5235.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133185.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031459.0','1020942.0','1',    '1','1','2561.36',    '1','1','2561.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119723.0','1046509.0','1',    '1','1','535.64',    '1','0','0.0',    '1','1','535.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044922.0','1020942.0','1',    '1','1','3049.36',    '1','1','459.0',    '1','1','2590.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133186.0','1046509.0','4',    '4','3','11047.77',    '4','2','2368.03',    '2','2','8679.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044923.0','1020942.0','1',    '1','1','648.9',    '1','0','0.0',    '1','1','648.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133187.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044924.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133188.0','1046509.0','1',    '1','1','17094.03',    '1','1','9897.89',    '1','1','7196.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044925.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133189.0','1046509.0','1',    '1','1','6046.53',    '1','1','6046.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044926.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133190.0','1046509.0','1',    '1','1','1498.72',    '1','0','0.0',    '1','1','1498.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044927.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133191.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044928.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133192.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031589.0','1020942.0','1',    '1','1','2160.77',    '1','1','1610.77',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119853.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044929.0','1020942.0','1',    '1','1','1786.57',    '1','1','459.0',    '1','1','1327.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133193.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044930.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133194.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044931.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133195.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044932.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133196.0','1046509.0','1',    '1','1','7540.41',    '1','1','7540.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044933.0','1020942.0','1',    '1','1','1184.45',    '1','1','367.27',    '1','1','817.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133197.0','1046509.0','1',    '1','1','2353.33',    '1','0','0.0',    '1','1','2353.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044934.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133198.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031645.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119909.0','1046509.0','1',    '1','1','229.95',    '1','0','0.0',    '1','1','229.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044935.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133199.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044936.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133200.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044937.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133201.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044938.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133202.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044939.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133203.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044940.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133204.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044941.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133205.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044942.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133206.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044943.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133207.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044944.0','1020942.0','1',    '1','1','4281.63',    '1','1','748.0',    '1','1','3533.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133208.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044945.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133209.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044946.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133210.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044947.0','1020942.0','1',    '1','1','65.89',    '1','0','0.0',    '1','1','65.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133211.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031586.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119850.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044948.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133212.0','1046509.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044949.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133213.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044950.0','1020942.0','1',    '1','1','909.12',    '1','0','0.0',    '1','1','909.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133214.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044951.0','1020942.0','1',    '1','1','1148.38',    '1','1','1148.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133215.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044952.0','1020942.0','1',    '1','1','11618.89',    '1','1','9642.74',    '1','1','1976.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133216.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044953.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133217.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044954.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133218.0','1046509.0','1',    '1','1','972.53',    '1','1','972.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044955.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133219.0','1046509.0','17',    '16','9','18020.12',    '16','7','11707.35',    '11','7','6312.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044956.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133220.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044957.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133221.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044958.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133222.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044959.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133223.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044960.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133224.0','1046509.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031311.0','1020942.0','2',    '2','1','1328.17',    '2','0','0.0',    '1','1','1328.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119575.0','1046509.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044961.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133225.0','1046509.0','1',    '1','1','2367.67',    '1','1','1626.55',    '1','1','741.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044962.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133226.0','1046509.0','1',    '1','1','9193.72',    '1','1','6656.53',    '1','1','2537.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044963.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133227.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044964.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133228.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044965.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133229.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044966.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133230.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044967.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133231.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044968.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133232.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044969.0','1020942.0','1',    '2','1','4120.96',    '2','0','0.0',    '2','1','4120.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133233.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031310.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119574.0','1046509.0','1',    '1','1','1357.63',    '1','1','432.0',    '1','1','925.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044970.0','1020942.0','1',    '1','1','464.07',    '1','0','0.0',    '1','1','464.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133234.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044971.0','1020942.0','1',    '1','1','1982.03',    '1','1','982.32',    '1','1','999.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133235.0','1046509.0','1',    '1','1','21256.97',    '1','1','16360.99',    '1','1','4895.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044972.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133236.0','1046509.0','1',    '1','1','6107.96',    '1','1','4637.18',    '1','1','1470.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031478.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119742.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044973.0','1020942.0','2',    '2','1','1984.61',    '2','1','1984.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133237.0','1046509.0','3',    '1','1','1911.79',    '1','1','206.87',    '1','1','1704.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044974.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133238.0','1046509.0','2',    '1','1','1581.74',    '1','1','1581.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044975.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133239.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044976.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133240.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031292.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119556.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031554.0','1020942.0','2',    '2','1','1412.0',    '2','1','912.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119818.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031693.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119957.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044977.0','1020942.0','1',    '1','1','5064.26',    '1','1','2140.16',    '1','1','2924.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133241.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044978.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133242.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044979.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133243.0','1046509.0','1',    '1','1','2429.81',    '1','1','2429.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044980.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133244.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044981.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133245.0','1046509.0','1',    '1','1','2498.27',    '1','1','2048.28',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044982.0','1020942.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133246.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031579.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119843.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044983.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133247.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044984.0','1020942.0','1',    '1','1','2781.87',    '1','1','2331.88',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133248.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044985.0','1020942.0','2',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133249.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044986.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133250.0','1046509.0','1',    '1','1','2300.0',    '1','0','0.0',    '1','1','2300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044987.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133251.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044988.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133252.0','1046509.0','1',    '1','1','981.53',    '1','0','0.0',    '1','1','981.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044989.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133253.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044990.0','1020942.0','4',    '4','2','397.92',    '4','1','166.38',    '2','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133254.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044991.0','1020942.0','1',    '1','1','459.0',    '1','1','459.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133255.0','1046509.0','1',    '1','1','1240.49',    '1','0','0.0',    '1','1','1240.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044992.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133256.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044993.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133257.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031479.0','1020942.0','1',    '1','1','1712.63',    '1','1','918.0',    '1','1','794.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119743.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044994.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133258.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044995.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133259.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044996.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133260.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031647.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119911.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031487.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119751.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031641.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119905.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044997.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133261.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044998.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133262.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031615.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119879.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031672.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119936.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2044999.0','1020942.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133263.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045000.0','1020942.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133264.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045001.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133265.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045002.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133266.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031651.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119915.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045003.0','1020942.0','1',    '1','1','16949.86',    '1','1','10415.19',    '1','1','6534.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133267.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045004.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133268.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031284.0','1020942.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119548.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031293.0','1020942.0','1',    '1','1','125.29',    '1','1','125.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119557.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045005.0','1020942.0','1',    '1','1','3419.55',    '1','1','912.0',    '1','1','2507.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133269.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031536.0','1020942.0','1',    '1','1','4034.19',    '1','1','2704.04',    '1','1','1330.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119800.0','1046509.0','1',    '1','1','479.95',    '1','0','0.0',    '1','1','479.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045006.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133270.0','1046509.0','3',    '3','2','5284.29',    '3','1','3493.64',    '3','2','1790.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031648.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119912.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045007.0','1020942.0','2',    '1','1','15694.66',    '1','1','10960.42',    '1','1','4734.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133271.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045008.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133272.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045009.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133273.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045010.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133274.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045011.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133275.0','1046509.0','1',    '1','1','459.0',    '1','1','459.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031291.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119555.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045012.0','1020942.0','1',    '1','1','459.0',    '1','1','459.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133276.0','1046509.0','3',    '3','2','1102.58',    '3','0','0.0',    '2','2','1102.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045013.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133277.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045014.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133278.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045015.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133279.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031698.0','1020942.0','1',    '1','1','456.54',    '1','0','0.0',    '1','1','456.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119962.0','1046509.0','1',    '1','1','1486.0',    '1','1','1486.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045016.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133280.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045017.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133281.0','1046509.0','2',    '2','1','5411.26',    '2','1','1510.47',    '1','1','3900.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045018.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133282.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045019.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133283.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045020.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133284.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031701.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119965.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045021.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133285.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045022.0','1020942.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133286.0','1046509.0','1',    '1','1','641.04',    '1','0','0.0',    '1','1','641.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045023.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133287.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031252.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119516.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045024.0','1020942.0','3',    '3','2','845.55',    '3','1','206.87',    '2','1','638.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133288.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045025.0','1020942.0','4',    '4','2','877.58',    '4','0','0.0',    '4','2','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133289.0','1046509.0','2',    '2','1','528.07',    '2','0','0.0',    '2','1','528.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045026.0','1020942.0','1',    '1','1','1603.8',    '1','1','1603.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133290.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045027.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133291.0','1046509.0','4',    '4','3','1808.87',    '4','0','0.0',    '3','3','1808.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045028.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133292.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045029.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133293.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045030.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133294.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045031.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133295.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045032.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133296.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031726.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119990.0','1046509.0','1',    '1','1','3177.98',    '1','1','1879.25',    '1','1','1298.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045033.0','1020942.0','1',    '1','1','926.18',    '1','0','0.0',    '1','1','926.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133297.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045034.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133298.0','1046509.0','1',    '1','1','19378.92',    '1','1','11730.52',    '1','1','7648.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045035.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133299.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045036.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133300.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045037.0','1020942.0','1',    '1','1','2337.16',    '1','1','1168.8',    '1','1','1168.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133301.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045038.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133302.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045039.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133303.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045040.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133304.0','1046509.0','1',    '1','1','432.0',    '1','1','432.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031729.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119993.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045041.0','1020942.0','1',    '1','1','432.0',    '1','1','432.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133305.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045042.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133306.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045043.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133307.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045044.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133308.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045045.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133309.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045046.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133310.0','1046509.0','1',    '1','1','742.43',    '1','0','0.0',    '1','1','742.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045047.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133311.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045048.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133312.0','1046509.0','1',    '1','1','2738.31',    '1','1','374.0',    '1','1','2364.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045049.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133313.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031643.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119907.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031676.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119940.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045050.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133314.0','1046509.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031721.0','1020942.0','1',    '1','1','105.78',    '1','1','105.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119985.0','1046509.0','1',    '1','1','1124.98',    '1','0','0.0',    '1','1','1124.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031345.0','1020942.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119609.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045051.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133315.0','1046509.0','2',    '2','1','1867.53',    '2','1','432.0',    '1','1','1435.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045052.0','1020942.0','1',    '1','1','553.0',    '1','1','553.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133316.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045053.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133317.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045054.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133318.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045055.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133319.0','1046509.0','1',    '1','1','1500.0',    '1','0','0.0',    '1','1','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045056.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133320.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031563.0','1020942.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119827.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045057.0','1020942.0','1',    '1','1','637.76',    '1','0','0.0',    '1','1','637.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133321.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045058.0','1020942.0','1',    '1','1','2968.44',    '1','1','2268.45',    '1','1','699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133322.0','1046509.0','1',    '1','1','1367.17',    '1','0','0.0',    '1','1','1367.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045059.0','1020942.0','1',    '1','1','3512.47',    '1','1','3512.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133323.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045060.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133324.0','1046509.0','4',    '4','2','17606.94',    '4','2','13066.6',    '2','2','4540.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045061.0','1020942.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133325.0','1046509.0','1',    '1','1','4885.97',    '1','0','0.0',    '1','1','4885.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045062.0','1020942.0','1',    '1','1','4781.69',    '1','1','918.0',    '1','1','3863.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133326.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045063.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133327.0','1046509.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045064.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133328.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045065.0','1020942.0','1',    '1','1','924.43',    '1','0','0.0',    '1','1','924.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133329.0','1046509.0','1',    '1','1','600.0',    '1','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045066.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133330.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045067.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133331.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031614.0','1020942.0','3',    '3','1','2558.48',    '3','1','367.0',    '2','1','2191.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119878.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045068.0','1020942.0','1',    '1','1','242.43',    '1','0','0.0',    '1','1','242.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133332.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045069.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133333.0','1046509.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045070.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133334.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045071.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133335.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031562.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119826.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045072.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133336.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045073.0','1020942.0','3',    '3','1','999.0',    '3','0','0.0',    '1','1','999.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133337.0','1046509.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045074.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133338.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045075.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133339.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031486.0','1020942.0','1',    '1','1','5066.41',    '1','1','3642.01',    '1','1','1424.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119750.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045076.0','1020942.0','1',    '1','1','1023.86',    '1','0','0.0',    '1','1','1023.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133340.0','1046509.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045077.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133341.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045078.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133342.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045079.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133343.0','1046509.0','1',    '1','1','7537.68',    '1','1','7037.68',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045080.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133344.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045081.0','1020942.0','1',    '1','1','308.32',    '1','0','0.0',    '1','1','308.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133345.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045082.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133346.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045083.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133347.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045084.0','1020942.0','1',    '1','1','225.0',    '1','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133348.0','1046509.0','1',    '1','1','8556.4',    '1','1','5183.5',    '1','1','3372.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045085.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133349.0','1046509.0','1',    '1','1','459.0',    '1','1','459.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045086.0','1020942.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133350.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045087.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133351.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045088.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133352.0','1046509.0','1',    '1','1','4250.41',    '1','1','2845.22',    '1','1','1405.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031274.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119538.0','1046509.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031585.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119849.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045089.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133353.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045090.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133354.0','1046509.0','1',    '1','1','225.0',    '1','0','0.0',    '1','1','225.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045091.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133355.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045092.0','1020942.0','1',    '1','1','1100.0',    '1','0','0.0',    '1','1','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133356.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045093.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133357.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045094.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133358.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031694.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119958.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045095.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133359.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045096.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133360.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045097.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133361.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031558.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119822.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045098.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133362.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031523.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119787.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045099.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133363.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045100.0','1020942.0','1',    '1','1','3177.13',    '1','1','553.0',    '1','1','2624.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133364.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045101.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133365.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031660.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119924.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031525.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119789.0','1046509.0','2',    '2','2','7648.93',    '2','1','918.0',    '2','2','6730.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045102.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133366.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045103.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133367.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045104.0','1020942.0','1',    '1','1','3299.58',    '1','1','1934.54',    '1','1','1365.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133368.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045105.0','1020942.0','1',    '1','1','553.0',    '1','1','553.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133369.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031341.0','1020942.0','2',    '2','1','330.99',    '2','0','0.0',    '2','1','330.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119605.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045106.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133370.0','1046509.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045107.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133371.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045108.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133372.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045109.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133373.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031640.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119904.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045110.0','1020942.0','1',    '1','1','463.09',    '1','0','0.0',    '1','1','463.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133374.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045111.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133375.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031702.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119966.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045112.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133376.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045113.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133377.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031312.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119576.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031638.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119902.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045114.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133378.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045115.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133379.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045116.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133380.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045117.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133381.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045118.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133382.0','1046509.0','1',    '1','1','1693.64',    '1','0','0.0',    '1','1','1693.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045119.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133383.0','1046509.0','1',    '1','1','484.86',    '1','0','0.0',    '1','1','484.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045120.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133384.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045121.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133385.0','1046509.0','1',    '1','1','1310.22',    '1','0','0.0',    '1','1','1310.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045122.0','1020942.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133386.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031725.0','1020942.0','1',    '1','1','10580.08',    '1','0','0.0',    '1','1','10580.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119989.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045123.0','1020942.0','1',    '1','1','357.81',    '1','0','0.0',    '1','1','357.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133387.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045124.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133388.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045125.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133389.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045126.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133390.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031495.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119759.0','1046509.0','1',    '1','1','11249.01',    '1','1','8667.48',    '1','1','2581.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045127.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133391.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045128.0','1020942.0','1',    '1','1','6566.56',    '1','1','4248.33',    '1','1','2318.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133392.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045129.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133393.0','1046509.0','2',    '1','1','364.0',    '1','1','364.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045130.0','1020942.0','1',    '1','1','3694.64',    '1','1','3000.01',    '1','1','694.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133394.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045131.0','1020942.0','9',    '9','3','19439.59',    '8','3','15260.87',    '6','2','4178.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133395.0','1046509.0','0',    '1','1','2177.49',    '1','1','2177.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045132.0','1020942.0','1',    '1','1','967.0',    '1','1','467.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133396.0','1046509.0','10',    '10','5','11892.48',    '10','1','1315.78',    '8','5','10576.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045133.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133397.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045134.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133398.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031612.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119876.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031281.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119545.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045135.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133399.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045136.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133400.0','1046509.0','1',    '1','1','2175.56',    '1','0','0.0',    '1','1','2175.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045137.0','1020942.0','1',    '1','1','1103.65',    '1','1','1103.65',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133401.0','1046509.0','1',    '1','1','14698.49',    '1','1','11573.37',    '1','1','3125.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045138.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133402.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045139.0','1020942.0','1',    '1','1','1012.07',    '1','1','256.92',    '1','1','755.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133403.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045140.0','1020942.0','1',    '1','1','1626.0',    '1','1','1626.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133404.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045141.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133405.0','1046509.0','6',    '6','2','1908.08',    '6','1','1308.08',    '4','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045142.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133406.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045143.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133407.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045144.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133408.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045145.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133409.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031518.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119782.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045146.0','1020942.0','1',    '1','1','367.27',    '1','1','367.27',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133410.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031691.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119955.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045147.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133411.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045148.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133412.0','1046509.0','1',    '1','1','61.0',    '1','1','61.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031587.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119851.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031480.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119744.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045149.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133413.0','1046509.0','2',    '2','1','3717.69',    '2','1','1516.39',    '2','1','2201.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045150.0','1020942.0','1',    '1','1','9044.34',    '1','1','8994.34',    '1','1','50.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133414.0','1046509.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045151.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133415.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045152.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133416.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045153.0','1020942.0','1',    '1','1','122.0',    '1','1','122.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133417.0','1046509.0','1',    '1','1','361.73',    '1','0','0.0',    '1','1','361.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045154.0','1020942.0','1',    '1','1','839.96',    '1','0','0.0',    '1','1','839.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133418.0','1046509.0','2',    '2','1','890.78',    '2','0','0.0',    '1','1','890.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031520.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119784.0','1046509.0','1',    '1','1','65.89',    '1','0','0.0',    '1','1','65.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045155.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133419.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031481.0','1020942.0','2',    '2','1','33300.0',    '2','1','27787.33',    '1','1','5512.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119745.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045156.0','1020942.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133420.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031591.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119855.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045157.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133421.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045158.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133422.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045159.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133423.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045160.0','1020942.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133424.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045161.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133425.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045162.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133426.0','1046509.0','1',    '1','1','2895.25',    '1','1','2895.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045163.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133427.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031483.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119747.0','1046509.0','1',    '1','1','240.71',    '1','1','240.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031590.0','1020942.0','2',    '2','1','299.99',    '2','0','0.0',    '2','1','299.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119854.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031465.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119729.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045164.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133428.0','1046509.0','1',    '1','1','963.09',    '1','0','0.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045165.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133429.0','1046509.0','1',    '1','1','877.58',    '1','0','0.0',    '1','1','877.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045166.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133430.0','1046509.0','1',    '1','1','2702.24',    '1','1','459.0',    '1','1','2243.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045167.0','1020942.0','2',    '2','1','11105.75',    '2','1','6620.93',    '1','1','4484.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133431.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031285.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119549.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045168.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133432.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031314.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119578.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045169.0','1020942.0','1',    '1','1','132.0',    '1','0','0.0',    '1','1','132.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133433.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031594.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119858.0','1046509.0','1',    '1','1','12465.9',    '1','1','6744.84',    '1','1','5721.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031533.0','1020942.0','1',    '1','1','5227.31',    '1','1','2936.18',    '1','1','2291.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119797.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045170.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133434.0','1046509.0','2',    '2','1','6160.2',    '2','1','3877.59',    '2','1','2282.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045171.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133435.0','1046509.0','1',    '1','1','1152.16',    '1','0','0.0',    '1','1','1152.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031482.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119746.0','1046509.0','1',    '1','1','951.57',    '1','0','0.0',    '1','1','951.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031588.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119852.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045172.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133436.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045173.0','1020942.0','2',    '2','2','1100.0',    '2','0','0.0',    '2','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133437.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045174.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133438.0','1046509.0','2',    '2','1','463.08',    '2','0','0.0',    '1','1','463.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045175.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133439.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031538.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119802.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031530.0','1020942.0','1',    '1','1','363.54',    '1','0','0.0',    '1','1','363.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119794.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045176.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133440.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045177.0','1020942.0','1',    '1','1','6106.41',    '1','1','2331.31',    '1','1','3775.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133441.0','1046509.0','1',    '1','1','16858.9',    '1','1','5123.43',    '1','1','11735.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045178.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133442.0','1046509.0','1',    '1','1','3396.32',    '1','1','3166.37',    '1','1','229.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031732.0','1020942.0','1',    '1','1','2481.65',    '1','1','932.92',    '1','1','1548.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119996.0','1046509.0','1',    '1','1','508.18',    '1','1','508.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045179.0','1020942.0','1',    '1','1','3074.11',    '1','1','918.0',    '1','1','2156.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133443.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045180.0','1020942.0','1',    '1','1','6752.82',    '1','1','3075.11',    '1','1','3677.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133444.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045181.0','1020942.0','1',    '1','1','609.12',    '1','0','0.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133445.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045182.0','1020942.0','1',    '1','1','1737.49',    '1','0','0.0',    '1','1','1737.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133446.0','1046509.0','1',    '1','1','6950.13',    '1','1','1106.0',    '1','1','5844.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045183.0','1020942.0','1',    '1','1','794.24',    '1','0','0.0',    '1','1','794.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133447.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045184.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133448.0','1046509.0','4',    '4','3','7397.26',    '4','1','918.0',    '3','3','6479.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045185.0','1020942.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133449.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045186.0','1020942.0','2',    '2','2','24129.18',    '2','1','11989.79',    '2','2','12139.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133450.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031731.0','1020942.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119995.0','1046509.0','1',    '1','1','7183.33',    '1','1','5117.47',    '1','1','2065.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045187.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133451.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045188.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133452.0','1046509.0','4',    '4','2','3024.0',    '4','2','2024.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031286.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119550.0','1046509.0','1',    '1','1','728.36',    '1','0','0.0',    '1','1','728.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045189.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133453.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045190.0','1020942.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133454.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045191.0','1020942.0','1',    '1','1','963.09',    '1','0','0.0',    '1','1','963.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133455.0','1046509.0','1',    '1','1','1809.67',    '1','1','1809.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045192.0','1020942.0','1',    '1','1','5793.6',    '1','1','4894.42',    '1','1','899.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133456.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045193.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133457.0','1046509.0','1',    '1','1','109.5',    '1','0','0.0',    '1','1','109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045194.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133458.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045195.0','1020942.0','1',    '1','1','913.22',    '1','0','0.0',    '1','1','913.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133459.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045196.0','1020942.0','1',    '1','1','2621.84',    '1','1','924.0',    '1','1','1697.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133460.0','1046509.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045197.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133461.0','1046509.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031499.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119763.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045198.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133462.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031617.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119881.0','1046509.0','1',    '1','1','7279.71',    '1','1','1106.0',    '1','1','6173.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045199.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133463.0','1046509.0','1',    '1','1','1389.48',    '1','0','0.0',    '1','1','1389.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045200.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133464.0','1046509.0','1',    '1','1','384.54',    '1','1','384.54',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031811.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120075.0','1046509.0','1',    '1','1','2399.91',    '1','1','2399.91',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045201.0','1020942.0','1',    '1','1','229.95',    '1','0','0.0',    '1','1','229.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133465.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045202.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133466.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031498.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119762.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045203.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133467.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045204.0','1020942.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133468.0','1046509.0','2',    '2','1','1649.62',    '2','1','650.0',    '2','1','999.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045205.0','1020942.0','1',    '1','1','4147.44',    '1','1','1865.64',    '1','1','2281.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133469.0','1046509.0','1',    '1','1','5327.73',    '1','1','5327.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045206.0','1020942.0','1',    '1','1','1949.21',    '1','1','1174.59',    '1','1','774.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133470.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045207.0','1020942.0','1',    '1','1','1528.77',    '1','1','1151.19',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133471.0','1046509.0','1',    '1','1','8528.67',    '1','1','6793.58',    '1','1','1735.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045208.0','1020942.0','1',    '1','1','4375.24',    '1','1','2302.68',    '1','1','2072.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133472.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045209.0','1020942.0','1',    '1','1','864.0',    '1','1','864.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133473.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045210.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133474.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045211.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133475.0','1046509.0','1',    '1','1','1844.38',    '1','1','988.4',    '1','1','855.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045212.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133476.0','1046509.0','1',    '1','1','1628.5',    '1','1','1396.96',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045213.0','1020942.0','1',    '1','1','960.25',    '1','1','960.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133477.0','1046509.0','1',    '1','1','2201.68',    '1','1','2201.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045214.0','1020942.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133478.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045215.0','1020942.0','1',    '1','1','16194.4',    '1','1','13127.29',    '1','1','3067.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133479.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045216.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133480.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045217.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133481.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045218.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133482.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045219.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133483.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031808.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120072.0','1046509.0','1',    '1','1','2314.81',    '1','1','553.0',    '1','1','1761.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045220.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133484.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031738.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120002.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045221.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133485.0','1046509.0','1',    '1','1','4668.88',    '1','0','0.0',    '1','1','4668.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045222.0','1020942.0','1',    '1','1','325.0',    '1','1','325.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133486.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045223.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133487.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045224.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133488.0','1046509.0','1',    '1','1','2249.56',    '1','1','918.0',    '1','1','1331.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045225.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133489.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045226.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133490.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045227.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133491.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045228.0','1020942.0','1',    '1','1','1507.37',    '1','1','421.23',    '1','1','1086.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133492.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031313.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119577.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045229.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133493.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045230.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133494.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045231.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133495.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045232.0','1020942.0','1',    '1','1','166.05',    '1','0','0.0',    '1','1','166.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133496.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045233.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133497.0','1046509.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045234.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133498.0','1046509.0','0',    '1','1','893.95',    '1','0','0.0',    '1','1','893.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045235.0','1020942.0','1',    '1','1','5381.79',    '1','1','3176.86',    '1','1','2204.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133499.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045236.0','1020942.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133500.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045237.0','1020942.0','1',    '1','1','1431.45',    '1','1','459.0',    '1','1','972.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133501.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045238.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133502.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031522.0','1020942.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119786.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031770.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120034.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031593.0','1020942.0','1',    '1','1','14945.29',    '1','1','8191.44',    '1','1','6753.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119857.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031484.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119748.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045239.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133503.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045240.0','1020942.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133504.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045241.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133505.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045242.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133506.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045243.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133507.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045244.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133508.0','1046509.0','2',    '2','2','5419.77',    '2','2','3982.28',    '2','2','1437.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045245.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133509.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045246.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133510.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045247.0','1020942.0','1',    '1','1','562.5',    '1','0','0.0',    '1','1','562.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133511.0','1046509.0','1',    '1','1','609.12',    '1','0','0.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045248.0','1020942.0','1',    '1','1','456.0',    '1','1','456.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133512.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045249.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133513.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031496.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119760.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045250.0','1020942.0','4',    '4','2','3110.14',    '4','1','459.0',    '3','2','2651.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133514.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045251.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133515.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031806.0','1020942.0','1',    '1','1','701.98',    '1','0','0.0',    '1','1','701.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120070.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045252.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133516.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031745.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120009.0','1046509.0','1',    '1','1','4156.14',    '1','1','2387.08',    '1','1','1769.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045253.0','1020942.0','2',    '2','1','1037.51',    '2','1','537.52',    '2','1','499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133517.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031741.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120005.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045254.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133518.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045255.0','1020942.0','1',    '1','1','862.91',    '1','0','0.0',    '1','1','862.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133519.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045256.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133520.0','1046509.0','1',    '1','1','1609.22',    '1','1','1609.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031813.0','1020942.0','2',    '2','1','1004.49',    '2','1','918.0',    '2','1','86.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120077.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045257.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133521.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045258.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133522.0','1046509.0','1',    '1','1','33300.0',    '1','1','27834.47',    '1','1','5465.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045259.0','1020942.0','1',    '1','1','3028.3',    '1','1','3028.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133523.0','1046509.0','1',    '1','1','2014.87',    '1','1','1637.29',    '1','1','377.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031636.0','1020942.0','1',    '1','1','341.04',    '1','0','0.0',    '1','1','341.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119900.0','1046509.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031497.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119761.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031677.0','1020942.0','1',    '1','1','1352.12',    '1','1','743.0',    '1','1','609.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119941.0','1046509.0','1',    '1','1','364.0',    '1','1','364.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031730.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119994.0','1046509.0','1',    '1','1','3183.25',    '1','1','1839.6',    '1','1','1343.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045260.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133524.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045261.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133525.0','1046509.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045262.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133526.0','1046509.0','1',    '1','1','1813.3',    '1','1','849.87',    '1','1','963.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045263.0','1020942.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133527.0','1046509.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031679.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119943.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031560.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119824.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045264.0','1020942.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133528.0','1046509.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045265.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133529.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045266.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133530.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031263.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119527.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045267.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133531.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045268.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133532.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045269.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133533.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045270.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133534.0','1046516.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031485.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119749.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045271.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133535.0','1046516.0','34',    '25','1','340.32',    '25','1','340.32',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031595.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119859.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045272.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133536.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045273.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133537.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045274.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133538.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045275.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133539.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045276.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133540.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045277.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133541.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045278.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133542.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031727.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119991.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045279.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133543.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045280.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133544.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045281.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133545.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045282.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133546.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045283.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133547.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045284.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133548.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045285.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133549.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045286.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133550.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031764.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120028.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045287.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133551.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045288.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133552.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045289.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133553.0','1046516.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045290.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133554.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045291.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133555.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045292.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133556.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045293.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133557.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031798.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120062.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031767.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120031.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031607.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119871.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045294.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133558.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031349.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119613.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045295.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133559.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045296.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133560.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045297.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133561.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045298.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133562.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031765.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120029.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045299.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133563.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045300.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133564.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045301.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133565.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045302.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133566.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045303.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133567.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045304.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133568.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045305.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133569.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045306.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133570.0','1046516.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045307.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133571.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031467.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119731.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045308.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133572.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045309.0','1020949.0','34',    '28','2','9334.6',    '28','2','9334.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133573.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031747.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120011.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045310.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133574.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045311.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133575.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045312.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133576.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031706.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119970.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045313.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133577.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031265.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119529.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045314.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133578.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045315.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133579.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045316.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133580.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045317.0','1020949.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133581.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045318.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133582.0','1046516.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045319.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133583.0','1046516.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045320.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133584.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045321.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133585.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045322.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133586.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031294.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119558.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045323.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133587.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045324.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133588.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045325.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133589.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045326.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133590.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031796.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120060.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031296.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2119560.0','1046516.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045327.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133591.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045328.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133592.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045329.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133593.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031763.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120027.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045330.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133594.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045331.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133595.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045332.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133596.0','1046516.0','14',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045333.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133597.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045334.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133598.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045335.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133599.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045336.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133600.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045337.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133601.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045338.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133602.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045339.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133603.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045340.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133604.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045341.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133605.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031828.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120092.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031667.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119931.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045342.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133606.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031785.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120049.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045343.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133607.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031733.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119997.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045344.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133608.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045345.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133609.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031817.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120081.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045346.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133610.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045347.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133611.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045348.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133612.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045349.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133613.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045350.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133614.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045351.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133615.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045352.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133616.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045353.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133617.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045354.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133618.0','1046516.0','9',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045355.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133619.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045356.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133620.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045357.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133621.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031740.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120004.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045358.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133622.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045359.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133623.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045360.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133624.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031818.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120082.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031786.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120050.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045361.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133625.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2031771.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2120035.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045362.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133626.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001756.0',    '2045363.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006261.0',    '2133627.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045364.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133628.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045365.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133629.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045366.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133630.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031766.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120030.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045367.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133631.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045368.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133632.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045369.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133633.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045370.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133634.0','1046516.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045371.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133635.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045372.0','1020949.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133636.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045373.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133637.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031739.0','1020949.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120003.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031815.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120079.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045374.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133638.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031734.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2119998.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045375.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133639.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045376.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133640.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045377.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133641.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031753.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120017.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045378.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133642.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031737.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120001.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045379.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133643.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045380.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133644.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045381.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133645.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045382.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133646.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031746.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120010.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045383.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133647.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045384.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133648.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045385.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133649.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045386.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133650.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045387.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133651.0','1046516.0','14',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031742.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120006.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045388.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133652.0','1046516.0','14',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031773.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120037.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045389.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133653.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045390.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133654.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045391.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133655.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045392.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133656.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045393.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133657.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045394.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133658.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045395.0','1020949.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133659.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045396.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133660.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2042331.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130595.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045397.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133661.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045398.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133662.0','1046516.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031793.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120057.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045399.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133663.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045400.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133664.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045401.0','1020949.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133665.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045402.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133666.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045403.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133667.0','1046516.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045404.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133668.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2040967.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2129231.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045405.0','1020949.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133669.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029422.0','1020949.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117686.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045406.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133670.0','1046516.0','46',    '24','0','0.0',    '24','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045407.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133671.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045408.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133672.0','1046516.0','5',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045409.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133673.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045410.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133674.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045411.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133675.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045412.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133676.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045413.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133677.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045414.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133678.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045415.0','1020949.0','9',    '7','0','0.0',    '7','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133679.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045416.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133680.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045417.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133681.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045418.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133682.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045419.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133683.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029125.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117389.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045420.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133684.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045421.0','1020949.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133685.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045422.0','1020949.0','16',    '7','0','0.0',    '7','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133686.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045423.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133687.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045424.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133688.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045425.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133689.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031830.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120094.0','1046516.0','6',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045426.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133690.0','1046516.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045427.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133691.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045428.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133692.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045429.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133693.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029315.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117579.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045430.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133694.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045431.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133695.0','1046516.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045432.0','1020949.0','6',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133696.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045433.0','1020949.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133697.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045434.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133698.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045435.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133699.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045436.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133700.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031772.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120036.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045437.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133701.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045438.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133702.0','1046516.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045439.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133703.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045440.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133704.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045441.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133705.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045442.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133706.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045443.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133707.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045444.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133708.0','1046516.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2042423.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130687.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045445.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133709.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045446.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133710.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045447.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133711.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045448.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133712.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045449.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133713.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045450.0','1020949.0','11',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133714.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045451.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133715.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045452.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133716.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045453.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133717.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045454.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133718.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045455.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133719.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045456.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133720.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045457.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133721.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045458.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133722.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2042528.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130792.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029110.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117374.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045459.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133723.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029302.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117566.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029407.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117671.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029188.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117452.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2029202.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2117466.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029333.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117597.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042470.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130734.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045460.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133724.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045461.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133725.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045462.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133726.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045463.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133727.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045464.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133728.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029437.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117701.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045465.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133729.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045466.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133730.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045467.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133731.0','1046516.0','6',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029427.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117691.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045468.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133732.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029223.0','1020949.0','30',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117487.0','1046516.0','4',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045469.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133733.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029499.0','1020949.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117763.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045470.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133734.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045471.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133735.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2029463.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2117727.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045472.0','1020949.0','13',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133736.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029543.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117807.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041872.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130136.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045473.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133737.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045474.0','1020949.0','8',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133738.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045475.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133739.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045476.0','1020949.0','13',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133740.0','1046516.0','20',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045477.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133741.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045478.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133742.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045479.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133743.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045480.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133744.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045481.0','1020949.0','23',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133745.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031810.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120074.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045482.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133746.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045483.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133747.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2031779.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2120043.0','1046516.0','27',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045484.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133748.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045485.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133749.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045486.0','1020949.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133750.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045487.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133751.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2040717.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2128981.0','1046516.0','13',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045488.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133752.0','1046516.0','14',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029285.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117549.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045489.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133753.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045490.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133754.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045491.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133755.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045492.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133756.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045493.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133757.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045494.0','1020949.0','8',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133758.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045495.0','1020949.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133759.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045496.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133760.0','1046516.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045497.0','1020949.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133761.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041834.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130098.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045498.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133762.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045499.0','1020949.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133763.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045500.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133764.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045501.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133765.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045502.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133766.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045503.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133767.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045504.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133768.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045505.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133769.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031759.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120023.0','1046516.0','4',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029157.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117421.0','1046516.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045506.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133770.0','1046516.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045507.0','1020949.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133771.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045508.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133772.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045509.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133773.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045510.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133774.0','1046516.0','13',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029203.0','1020949.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117467.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045511.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133775.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045512.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133776.0','1046516.0','8',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045513.0','1020949.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133777.0','1046516.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045514.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133778.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029415.0','1020949.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117679.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045515.0','1020949.0','1',    '1','1','9960.31',    '1','1','9960.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133779.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045516.0','1020949.0','2',    '2','1','500.0',    '2','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133780.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045517.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133781.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045518.0','1020949.0','1',    '1','1','1398.8',    '1','1','898.8',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133782.0','1046516.0','0',    '1','1','2927.22',    '1','1','2927.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045519.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133783.0','1046516.0','1',    '1','1','742.21',    '1','1','742.21',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045520.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133784.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045521.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133785.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031804.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120068.0','1046516.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029168.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117432.0','1046516.0','1',    '1','1','1094.0',    '1','1','1094.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045522.0','1020949.0','1',    '1','1','7020.0',    '1','1','5126.81',    '1','1','1893.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133786.0','1046516.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045523.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133787.0','1046516.0','1',    '1','1','2700.0',    '0','0','0.0',    '1','1','2700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045524.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133788.0','1046516.0','1',    '1','1','1035.64',    '1','0','0.0',    '1','1','1035.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045525.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133789.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045526.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133790.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045527.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133791.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045528.0','1020949.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133792.0','1046516.0','1',    '1','1','2804.09',    '1','1','1742.0',    '1','1','1062.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045529.0','1020949.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133793.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045530.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133794.0','1046516.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2042491.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130755.0','1046516.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045531.0','1020949.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133795.0','1046516.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045532.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133796.0','1046519.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045533.0','1020952.0','1',    '1','1','763.34',    '1','1','763.34',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133797.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045534.0','1020952.0','1',    '1','1','3570.86',    '1','1','3570.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133798.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045535.0','1020952.0','1',    '1','1','749.99',    '1','0','0.0',    '1','1','749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133799.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045536.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133800.0','1046519.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029582.0','1020952.0','1',    '1','1','3141.18',    '1','0','0.0',    '1','1','3141.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117846.0','1046519.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045537.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133801.0','1046519.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045538.0','1020952.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133802.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045539.0','1020952.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133803.0','1046519.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045540.0','1020952.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133804.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045541.0','1020952.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133805.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045542.0','1020952.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133806.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045543.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133807.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045544.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133808.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045545.0','1020952.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133809.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045546.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133810.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045547.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133811.0','1046519.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045548.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133812.0','1046519.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045549.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133813.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045550.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133814.0','1046519.0','1',    '1','1','5307.15',    '1','1','1712.0',    '1','1','3595.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045551.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133815.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045552.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133816.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045553.0','1020952.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133817.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2029341.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2117605.0','1046519.0','1',    '1','1','531.71',    '1','0','0.0',    '1','1','531.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045554.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133818.0','1046519.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029238.0','1020952.0','1',    '1','1','875.0',    '1','0','0.0',    '1','1','875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117502.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045555.0','1020952.0','1',    '1','1','7037.5',    '1','1','7037.5',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133819.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045556.0','1020952.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133820.0','1046519.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045557.0','1020952.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133821.0','1046519.0','1',    '1','1','4533.05',    '1','1','4533.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045558.0','1020962.0','1',    '1','1','1991.99',    '1','1','1742.0',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133822.0','1046529.0','1',    '1','1','1244.0',    '1','1','1244.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045559.0','1020962.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133823.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045560.0','1020962.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133824.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045561.0','1020962.0','1',    '1','1','1827.38',    '1','1','1827.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133825.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045562.0','1020962.0','1',    '1','1','924.19',    '1','0','0.0',    '1','1','924.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133826.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045563.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133827.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045564.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133828.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045565.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133829.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045566.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133830.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029243.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117507.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045567.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133831.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031849.0','1020962.0','1',    '1','1','2912.79',    '1','1','1578.0',    '1','1','1334.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120113.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045568.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133832.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045569.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133833.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045570.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133834.0','1046529.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045571.0','1020962.0','1',    '1','1','3958.98',    '1','1','2912.0',    '1','1','1046.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133835.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045572.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133836.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045573.0','1020962.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133837.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045574.0','1020962.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133838.0','1046529.0','1',    '1','1','3021.86',    '1','1','3021.86',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045575.0','1020962.0','7',    '5','1','871.21',    '5','1','871.21',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133839.0','1046529.0','40',    '30','12','64923.87',    '29','12','64383.89',    '18','2','539.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045576.0','1020962.0','28',    '22','12','96755.09',    '22','12','80774.59',    '10','4','15980.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133840.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045577.0','1020962.0','36',    '35','15','28101.26',    '35','14','27561.28',    '14','2','539.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133841.0','1046529.0','11',    '11','4','4537.96',    '11','1','1312.0',    '5','4','3225.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045578.0','1020962.0','11',    '9','7','14799.95',    '9','7','14285.45',    '6','1','514.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133842.0','1046529.0','20',    '19','3','4511.08',    '19','1','3116.58',    '7','3','1394.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045579.0','1020962.0','3',    '1','1','1049.34',    '1','1','1049.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133843.0','1046529.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045580.0','1020962.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133844.0','1046529.0','16',    '15','0','0.0',    '14','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045581.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133845.0','1046529.0','10',    '9','6','20265.87',    '9','6','20265.87',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045582.0','1020962.0','5',    '5','4','34345.14',    '5','4','32856.97',    '4','1','1488.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133846.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045583.0','1020962.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133847.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045584.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133848.0','1046529.0','2',    '2','2','11408.06',    '2','2','11408.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045585.0','1020962.0','27',    '24','18','85179.31',    '24','18','66608.97',    '14','5','18570.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133849.0','1046529.0','7',    '6','1','1482.0',    '6','1','1482.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045586.0','1020962.0','16',    '14','5','16380.95',    '14','5','15900.97',    '7','2','479.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133850.0','1046529.0','4',    '4','4','7017.67',    '4','4','7017.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045587.0','1020962.0','107',    '93','52','229974.28',    '92','51','190823.13',    '34','13','39151.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133851.0','1046529.0','6',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045588.0','1020962.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133852.0','1046529.0','27',    '26','8','13437.94',    '26','8','13167.95',    '6','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045589.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133853.0','1046529.0','1',    '1','1','899.98',    '1','1','899.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045590.0','1020962.0','11',    '11','0','0.0',    '11','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133854.0','1046529.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045591.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133855.0','1046529.0','1',    '1','1','1416.38',    '1','1','1416.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045592.0','1020962.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133856.0','1046529.0','20',    '13','4','8718.89',    '12','3','5001.88',    '6','1','3717.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045593.0','1020962.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133857.0','1046529.0','5',    '5','3','8854.63',    '5','3','8854.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045594.0','1020962.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133858.0','1046529.0','9',    '9','1','1272.2',    '9','1','1272.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029475.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117739.0','1046529.0','6',    '6','1','17712.72',    '6','1','14581.53',    '1','1','3131.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045595.0','1020962.0','1',    '1','1','15869.76',    '1','1','15869.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133859.0','1046529.0','1',    '1','1','8583.61',    '1','1','7041.5',    '1','1','1542.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045596.0','1020962.0','5',    '5','4','12156.4',    '5','4','10966.43',    '2','1','1189.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133860.0','1046529.0','39',    '35','21','62303.45',    '35','18','56763.59',    '12','6','5539.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045597.0','1020962.0','6',    '5','1','2329.53',    '5','1','1802.0',    '1','1','527.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133861.0','1046529.0','22',    '20','9','34198.86',    '20','8','30248.94',    '7','3','3949.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045598.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133862.0','1046529.0','30',    '30','3','4416.77',    '29','3','4416.77',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045599.0','1020962.0','6',    '6','3','4012.1',    '6','3','4012.1',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133863.0','1046529.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045600.0','1020962.0','3',    '3','1','2553.2',    '3','1','2553.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133864.0','1046529.0','26',    '24','11','74214.52',    '24','11','72932.91',    '8','1','1281.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045601.0','1020962.0','4',    '4','1','991.3',    '4','1','991.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133865.0','1046529.0','13',    '13','4','6313.65',    '12','4','6313.65',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045602.0','1020962.0','4',    '4','2','5783.59',    '4','2','5783.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133866.0','1046529.0','1',    '1','1','2466.19',    '1','1','1706.19',    '1','1','760.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045603.0','1020962.0','4',    '3','1','1048.0',    '3','1','1048.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133867.0','1046529.0','9',    '9','1','1143.09',    '9','1','1143.09',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045604.0','1020962.0','113',    '108','52','150104.36',    '108','43','133569.71',    '34','20','16534.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133868.0','1046529.0','19',    '18','0','0.0',    '18','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045605.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133869.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2031826.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2120090.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045606.0','1020962.0','24',    '21','7','27252.23',    '20','7','26402.29',    '9','2','849.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133870.0','1046529.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2045607.0','1020962.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2133871.0','1046529.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045608.0','1020962.0','1',    '1','1','4670.19',    '1','1','4670.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133872.0','1046529.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045609.0','1020962.0','58',    '56','17','32444.33',    '55','14','29540.37',    '31','6','2903.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133873.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045610.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133874.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029200.0','1020962.0','31',    '31','2','3590.5',    '30','1','2496.0',    '14','1','1094.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117464.0','1046529.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029462.0','1020962.0','24',    '22','18','65269.22',    '22','18','61526.96',    '7','2','3742.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117726.0','1046529.0','15',    '13','7','19979.65',    '13','7','19979.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029370.0','1020962.0','3',    '3','3','21032.38',    '3','3','21032.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117634.0','1046529.0','9',    '8','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029192.0','1020962.0','124',    '119','53','117030.86',    '115','37','87689.81',    '54','29','29341.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117456.0','1046529.0','1',    '1','1','6566.46',    '1','1','5488.3',    '1','1','1078.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029359.0','1020962.0','2',    '1','1','1543.69',    '1','1','1543.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117623.0','1046529.0','11',    '7','1','1133.12',    '7','1','1133.12',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2029305.0','1020962.0','1',    '1','1','6507.56',    '1','1','6507.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2117569.0','1046529.0','1',    '1','1','5228.41',    '1','1','1134.0',    '1','1','4094.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2029222.0','1020962.0','3',    '3','2','11617.11',    '3','2','11617.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2117486.0','1046529.0','7',    '6','5','23475.99',    '6','5','23206.0',    '1','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2029386.0','1020962.0','86',    '84','53','98475.01',    '84','49','94951.0',    '20','13','3524.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2117650.0','1046529.0','10',    '9','6','13136.02',    '9','6','12866.03',    '3','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045611.0','1020962.0','1',    '1','1','1802.0',    '1','1','1802.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133875.0','1046529.0','3',    '3','1','2850.08',    '3','1','2850.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045612.0','1020962.0','4',    '3','2','4932.82',    '3','2','4932.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133876.0','1046529.0','1',    '1','1','999.74',    '1','1','999.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045613.0','1020962.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133877.0','1046529.0','2',    '1','1','868.71',    '1','1','868.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045614.0','1020962.0','12',    '12','1','460.0',    '11','0','0.0',    '10','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133878.0','1046529.0','18',    '14','4','18969.61',    '14','4','18969.61',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2041704.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2129968.0','1046529.0','3',    '3','2','8150.1',    '3','2','8150.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045615.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133879.0','1046529.0','2',    '1','1','760.0',    '1','0','0.0',    '1','1','760.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045616.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133880.0','1046529.0','107',    '98','45','220359.22',    '96','42','192883.14',    '45','11','27476.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2041753.0','1020962.0','22',    '21','7','22320.66',    '20','5','21733.42',    '9','2','587.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130017.0','1046529.0','1',    '1','1','11476.49',    '1','1','10581.49',    '1','1','895.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2041790.0','1020962.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2130054.0','1046529.0','9',    '9','3','4208.97',    '9','2','3478.98',    '9','2','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2041823.0','1020962.0','21',    '20','4','4655.05',    '18','3','4370.92',    '10','1','284.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2130087.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2042134.0','1020962.0','11',    '8','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130398.0','1046529.0','63',    '59','6','77955.48',    '55','6','40220.83',    '21','2','37734.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2041718.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2129982.0','1046529.0','151',    '143','55','106688.48',    '138','48','98484.72',    '46','12','8203.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2042230.0','1020962.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130494.0','1046529.0','9',    '9','3','5060.51',    '9','3','4790.52',    '3','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2041860.0','1020962.0','289',    '262','154','603872.13',    '252','140','537461.9',    '128','48','66410.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130124.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045617.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133881.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2041923.0','1020962.0','31',    '28','0','0.0',    '25','0','0.0',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2130187.0','1046529.0','32',    '31','13','52705.41',    '31','11','42911.78',    '14','5','9793.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001913.0',    '2045407.0','1020962.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006263.0',    '2133671.0','1046529.0','10',    '9','1','3581.33',    '9','1','3581.33',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001871.0',    '2029190.0','1020962.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006268.0',    '2117454.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045618.0','1020962.0','41',    '38','24','60786.55',    '38','22','58508.33',    '12','5','2278.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133882.0','1046529.0','13',    '11','9','64076.05',    '11','9','54971.6',    '7','4','9104.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045619.0','1020962.0','71',    '62','26','136164.18',    '57','22','106789.2',    '29','9','29374.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133883.0','1046529.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029417.0','1020962.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117681.0','1046529.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041703.0','1020962.0','8',    '8','0','0.0',    '7','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2129967.0','1046529.0','31',    '27','23','102180.13',    '27','22','93103.01',    '7','4','9077.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041669.0','1020962.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2129933.0','1046529.0','6',    '6','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029595.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117859.0','1046529.0','114',    '103','61','134716.95',    '102','57','125737.63',    '30','19','8979.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041831.0','1020962.0','28',    '25','1','1812.0',    '25','1','1812.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130095.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029383.0','1020962.0','578',    '489','67','174854.65',    '454','43','84680.41',    '244','45','90174.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117647.0','1046529.0','7',    '6','2','41090.48',    '6','2','35355.31',    '1','1','5735.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042210.0','1020962.0','1',    '1','1','911.04',    '1','1','911.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130474.0','1046529.0','37',    '31','10','23179.48',    '30','10','17814.19',    '15','3','5365.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029304.0','1020962.0','1',    '1','1','9349.96',    '1','1','2660.0',    '1','1','6689.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117568.0','1046529.0','27',    '23','7','13365.86',    '23','5','12597.94',    '9','2','767.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042079.0','1020962.0','1',    '1','1','727.34',    '1','1','727.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130343.0','1046529.0','3',    '3','1','2475.0',    '3','1','2475.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045620.0','1020962.0','14',    '14','8','15998.72',    '14','7','15728.73',    '2','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133884.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042284.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130548.0','1046529.0','9',    '9','1','5996.85',    '9','1','5996.85',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045621.0','1020962.0','37',    '36','6','6362.39',    '35','5','5632.4',    '13','2','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133885.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045622.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133886.0','1046529.0','9',    '9','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041734.0','1020962.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129998.0','1046529.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045623.0','1020962.0','7',    '6','4','14292.42',    '6','3','13752.44',    '2','2','539.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133887.0','1046529.0','3',    '3','2','6969.48',    '3','2','6969.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041641.0','1020962.0','8',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129905.0','1046529.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045624.0','1020962.0','4',    '3','2','40342.95',    '3','2','35892.51',    '2','1','4450.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133888.0','1046529.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029297.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117561.0','1046529.0','5',    '5','4','7167.34',    '5','4','5725.75',    '2','1','1441.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029488.0','1020962.0','63',    '53','0','0.0',    '48','0','0.0',    '26','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117752.0','1046529.0','1',    '1','1','2871.52',    '1','1','2871.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045625.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133889.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041907.0','1020962.0','54',    '48','23','35424.84',    '48','22','33990.77',    '17','4','1434.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130171.0','1046529.0','7',    '7','3','3821.76',    '7','3','3821.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045626.0','1020962.0','57',    '55','22','70685.38',    '54','13','46080.75',    '33','19','24604.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133890.0','1046529.0','15',    '12','2','4676.02',    '12','2','4676.02',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041899.0','1020962.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130163.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2042318.0','1020962.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130582.0','1046529.0','3',    '3','2','3928.3',    '3','2','3928.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045627.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133891.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2032827.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121091.0','1046529.0','3',    '2','2','5367.06',    '2','2','5084.45',    '1','1','282.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041675.0','1020962.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129939.0','1046529.0','15',    '14','11','25173.67',    '14','11','24713.67',    '6','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041754.0','1020962.0','3',    '3','1','1190.0',    '3','1','1190.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130018.0','1046529.0','3',    '3','2','2468.0',    '3','2','2468.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032919.0','1020962.0','1',    '1','1','437.45',    '1','1','437.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121183.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041984.0','1020962.0','6',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130248.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045628.0','1020962.0','27',    '23','16','35082.69',    '22','9','16306.02',    '19','11','18776.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133892.0','1046529.0','2',    '2','2','3965.88',    '2','2','3965.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042144.0','1020962.0','4',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130408.0','1046529.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033304.0','1020962.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121568.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045396.0','1020962.0','6',    '5','4','12573.47',    '5','4','12573.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133660.0','1046529.0','21',    '19','1','263.77',    '14','0','0.0',    '13','1','263.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041736.0','1020962.0','11',    '10','9','39741.05',    '10','9','39111.07',    '2','2','629.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130000.0','1046529.0','18',    '17','5','7411.24',    '16','2','5475.76',    '11','3','1935.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042324.0','1020962.0','18',    '18','13','60755.47',    '18','12','60215.49',    '3','2','539.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130588.0','1046529.0','3',    '3','1','209.99',    '3','0','0.0',    '1','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045629.0','1020962.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133893.0','1046529.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042174.0','1020962.0','642',    '561','151','456935.21',    '527','93','261462.21',    '316','112','195473.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130438.0','1046529.0','27',    '22','4','11532.54',    '20','4','11532.54',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045630.0','1020962.0','15',    '15','0','0.0',    '13','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133894.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2042035.0','1020962.0','5',    '5','4','25502.27',    '5','4','24760.36',    '3','1','741.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130299.0','1046529.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045631.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133895.0','1046560.0','6',    '2','2','22024.56',    '2','2','22024.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045295.0','1020993.0','6',    '6','1','584.71',    '5','1','584.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133559.0','1046560.0','68',    '65','39','104585.99',    '64','25','75317.18',    '39','26','29268.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042360.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130624.0','1046560.0','19',    '18','6','18626.61',    '18','4','15683.67',    '6','5','2942.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045551.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133815.0','1046560.0','51',    '48','24','56932.41',    '48','22','54894.52',    '19','6','2037.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2032896.0','1020993.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121160.0','1046560.0','1',    '1','1','7071.43',    '1','1','7071.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045632.0','1020993.0','5',    '5','3','13056.55',    '5','3','13056.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133896.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045633.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133897.0','1046560.0','2',    '2','2','14708.28',    '2','2','13669.47',    '1','1','1038.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033179.0','1020993.0','22',    '19','4','13293.48',    '19','4','13162.26',    '7','1','131.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121443.0','1046560.0','3',    '3','2','7779.53',    '3','2','7479.53',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032987.0','1020993.0','7',    '7','2','2804.92',    '7','1','2344.92',    '6','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121251.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033469.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121733.0','1046560.0','1',    '1','1','499.5',    '1','1','499.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045634.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133898.0','1046560.0','1',    '1','1','9464.0',    '1','1','4364.0',    '1','1','5100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045635.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133899.0','1046560.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045636.0','1020993.0','96',    '58','8','16707.29',    '57','8','16707.29',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133900.0','1046560.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2040937.0','1020993.0','34',    '25','6','36514.65',    '23','6','25543.1',    '6','1','10971.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129201.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033467.0','1020993.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121731.0','1046560.0','5',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029252.0','1020993.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117516.0','1046560.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041829.0','1020993.0','14',    '13','7','33002.85',    '13','6','20466.71',    '9','4','12536.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130093.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045637.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133901.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041677.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129941.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045638.0','1020993.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133902.0','1046560.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2041977.0','1020993.0','166',    '152','94','738955.65',    '151','78','650175.28',    '67','38','88780.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130241.0','1046560.0','12',    '11','0','0.0',    '11','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042168.0','1020993.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130432.0','1046560.0','49',    '33','3','15329.87',    '28','3','4503.94',    '16','1','10825.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2042406.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130670.0','1046560.0','274',    '198','58','993987.92',    '185','57','741518.38',    '108','34','252469.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045604.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133868.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032980.0','1020993.0','167',    '128','0','0.0',    '117','0','0.0',    '82','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121244.0','1046560.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045639.0','1020993.0','56',    '42','6','15215.31',    '38','6','15215.31',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133903.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045640.0','1020993.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133904.0','1046560.0','86',    '66','0','0.0',    '60','0','0.0',    '38','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045641.0','1020993.0','11',    '11','3','30834.22',    '11','3','30834.22',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133905.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033112.0','1020993.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121376.0','1046560.0','178',    '128','0','0.0',    '106','0','0.0',    '86','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2032684.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2120948.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033126.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121390.0','1046560.0','19',    '15','2','3965.43',    '15','2','3735.48',    '7','1','229.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045642.0','1020993.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133906.0','1046560.0','11',    '7','2','256.61',    '7','2','256.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041764.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130028.0','1046560.0','13',    '8','1','3094.16',    '8','1','3094.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033220.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121484.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045643.0','1020993.0','2',    '1','1','2440.0',    '1','1','2440.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133907.0','1046560.0','45',    '27','1','1781.8',    '26','1','1781.8',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045644.0','1020993.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133908.0','1046560.0','2',    '2','2','15378.57',    '2','1','12807.12',    '2','1','2571.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042058.0','1020993.0','2482',    '2019','984','12239577.28',    '1966','965','10852251.41',    '1087','244','1387325.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130322.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029332.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117596.0','1046560.0','79',    '42','3','6108.09',    '37','3','6108.09',    '23','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041967.0','1020993.0','15',    '12','5','33535.28',    '12','5','33320.28',    '5','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130231.0','1046560.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029421.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117685.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045447.0','1020993.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133711.0','1046560.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029497.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117761.0','1046560.0','1',    '1','1','7786.1',    '1','1','7786.1',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045645.0','1020993.0','12',    '7','1','3069.9',    '7','1','3069.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133909.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045646.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133910.0','1046560.0','7',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045647.0','1020993.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133911.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032985.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121249.0','1046560.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033661.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121925.0','1046560.0','328',    '244','100','474636.42',    '232','71','337437.56',    '116','46','137198.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033355.0','1020993.0','2',    '2','1','26397.62',    '2','1','26397.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121619.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029278.0','1020993.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117542.0','1046560.0','1',    '1','1','915.0',    '1','1','915.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029258.0','1020993.0','11',    '4','0','0.0',    '1','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117522.0','1046560.0','229',    '135','11','158600.29',    '113','11','107357.42',    '74','7','51242.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029484.0','1020993.0','26',    '20','9','46235.53',    '20','8','41408.92',    '6','2','4826.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117748.0','1046560.0','3',    '3','1','34932.48',    '3','1','23484.06',    '1','1','11448.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045648.0','1020993.0','27',    '21','11','82334.51',    '21','10','71132.85',    '7','5','11201.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133912.0','1046560.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045649.0','1020993.0','2',    '2','1','3022.0',    '2','1','3022.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133913.0','1046560.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041782.0','1020993.0','2',    '2','1','5324.56',    '2','1','3906.66',    '2','1','1417.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130046.0','1046560.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045650.0','1020993.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133914.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042233.0','1020993.0','4',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130497.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041622.0','1020993.0','1',    '1','1','3027.0',    '1','1','3027.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2129886.0','1046560.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041746.0','1020993.0','5',    '4','1','5548.0',    '4','1','5548.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130010.0','1046560.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042247.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130511.0','1046560.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045651.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133915.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042096.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130360.0','1046560.0','28',    '21','9','49068.47',    '19','8','31417.23',    '14','4','17651.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042282.0','1020993.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130546.0','1046560.0','10',    '5','1','159.99',    '4','0','0.0',    '3','1','159.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033198.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121462.0','1046560.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045198.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133462.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033186.0','1020993.0','1',    '1','1','2873.85',    '1','1','1426.0',    '1','1','1447.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121450.0','1046560.0','39',    '35','0','0.0',    '34','0','0.0',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042396.0','1020993.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130660.0','1046560.0','15',    '13','0','0.0',    '3','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041880.0','1020993.0','1',    '1','1','3968.83',    '1','1','1410.0',    '1','1','2558.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130144.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2041778.0','1020993.0','148',    '100','6','153227.07',    '73','6','124395.22',    '64','3','28831.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130042.0','1046560.0','144',    '109','25','452325.28',    '96','22','355824.59',    '59','15','96500.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042403.0','1020993.0','1',    '1','1','44788.04',    '1','1','35426.0',    '1','1','9362.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130667.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2041936.0','1020993.0','5',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130200.0','1046560.0','1138',    '976','171','2938660.81',    '917','158','1987666.96',    '510','124','950993.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032752.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121016.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042126.0','1020993.0','55',    '34','0','0.0',    '24','0','0.0',    '24','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130390.0','1046560.0','6',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045652.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133916.0','1046560.0','902',    '748','68','696131.81',    '694','58','396252.54',    '336','49','299879.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045476.0','1020993.0','19',    '14','7','76808.23',    '14','6','76748.61',    '6','1','59.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133740.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033602.0','1020993.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121866.0','1046560.0','6',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042377.0','1020993.0','143',    '99','0','0.0',    '81','0','0.0',    '57','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130641.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033495.0','1020993.0','21',    '14','0','0.0',    '9','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121759.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2032979.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121243.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042160.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130424.0','1046560.0','166',    '135','43','755778.82',    '124','42','629195.18',    '82','20','126583.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045653.0','1020993.0','1',    '1','1','21094.72',    '1','1','2660.0',    '1','1','18434.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133917.0','1046560.0','313',    '274','80','1367931.4',    '266','78','1068996.64',    '135','43','298934.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041806.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130070.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033645.0','1020993.0','3',    '1','1','2660.0',    '1','1','2660.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121909.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042099.0','1020993.0','60',    '34','12','315023.33',    '31','12','273222.73',    '25','6','41800.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130363.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045654.0','1020993.0','15',    '12','7','58027.04',    '11','6','42960.0',    '9','3','15067.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133918.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042146.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130410.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2040658.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2128922.0','1046560.0','1',    '1','1','632.96',    '1','1','632.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042415.0','1020993.0','1',    '1','1','7965.78',    '1','1','4886.04',    '1','1','3079.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130679.0','1046560.0','1',    '1','1','3499.92',    '1','1','1674.17',    '1','1','1825.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029303.0','1020993.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117567.0','1046560.0','2',    '2','2','5696.23',    '2','1','1753.13',    '2','2','3943.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045655.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133919.0','1046560.0','1',    '1','1','449.99',    '1','0','0.0',    '1','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2032682.0','1020993.0','1',    '1','1','2081.15',    '1','1','2081.15',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2120946.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045656.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133920.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033653.0','1020993.0','1',    '1','1','2021.9',    '1','1','2021.9',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121917.0','1046560.0','1',    '1','1','4717.62',    '1','1','2561.58',    '1','1','2156.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033263.0','1020993.0','1',    '1','1','3859.43',    '1','0','0.0',    '1','1','3859.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121527.0','1046560.0','1',    '1','1','5832.07',    '1','1','2991.71',    '1','1','2840.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029342.0','1020993.0','1',    '1','1','2989.04',    '1','0','0.0',    '1','1','2989.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117606.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029324.0','1020993.0','1',    '1','1','2990.38',    '1','1','2990.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117588.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2042305.0','1020993.0','1',    '1','1','2140.31',    '1','1','2140.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130569.0','1046560.0','1',    '1','1','2188.41',    '1','1','1688.41',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029485.0','1020993.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117749.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045657.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133921.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045658.0','1020993.0','1',    '1','1','2014.69',    '1','1','1514.69',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133922.0','1046560.0','1',    '1','1','5679.9',    '1','1','1449.96',    '1','1','4229.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042433.0','1020993.0','1',    '1','1','5960.43',    '1','1','5496.36',    '1','1','464.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130697.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045659.0','1020993.0','1',    '1','1','2566.64',    '1','1','1331.25',    '1','1','1235.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133923.0','1046560.0','1',    '1','1','2923.14',    '1','1','2454.87',    '1','1','468.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2032917.0','1020993.0','1',    '1','1','1486.04',    '1','1','1486.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121181.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045660.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133924.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045661.0','1020993.0','1',    '1','1','219.0',    '1','0','0.0',    '1','1','219.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133925.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041739.0','1020993.0','1',    '1','1','855.81',    '1','1','624.27',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130003.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041744.0','1020993.0','1',    '1','1','2789.98',    '1','0','0.0',    '1','1','2789.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130008.0','1046560.0','536',    '498','220','1032202.34',    '486','159','803746.79',    '265','118','228455.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045662.0','1020993.0','10',    '10','3','9230.14',    '8','3','6550.94',    '6','1','2679.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133926.0','1046560.0','1',    '1','1','4040.13',    '1','1','1370.0',    '1','1','2670.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041638.0','1020993.0','86',    '79','46','173538.31',    '79','42','151859.16',    '28','13','21679.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129902.0','1046560.0','2915',    '2641','819','3689299.3',    '2575','677','3101201.02',    '1056','351','588098.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042411.0','1020993.0','14',    '7','3','3353.99',    '7','2','3084.0',    '4','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130675.0','1046560.0','53',    '50','20','41278.72',    '50','20','39705.47',    '25','5','1573.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041639.0','1020993.0','1',    '1','1','1997.0',    '1','1','1782.0',    '1','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129903.0','1046560.0','1',    '1','1','2236.0',    '1','1','2236.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2032831.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121095.0','1046560.0','1',    '1','1','9425.0',    '1','0','0.0',    '1','1','9425.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041800.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130064.0','1046560.0','1',    '1','1','404.98',    '1','0','0.0',    '1','1','404.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045663.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133927.0','1046560.0','3',    '3','1','12180.99',    '3','1','12180.99',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2042294.0','1020993.0','7',    '6','4','2704.06',    '6','4','2704.06',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130558.0','1046560.0','666',    '594','183','495951.93',    '571','145','382483.28',    '264','68','113468.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045664.0','1020993.0','235',    '213','120','553980.82',    '207','112','489053.27',    '110','33','64927.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133928.0','1046560.0','113',    '93','35','152278.15',    '89','31','125764.13',    '45','13','26514.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045665.0','1020993.0','321',    '275','109','386227.32',    '242','85','241046.57',    '139','36','145180.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133929.0','1046560.0','48',    '36','3','12543.26',    '34','3','12078.88',    '8','1','464.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033100.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121364.0','1046560.0','30',    '26','0','0.0',    '24','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045255.0','1020993.0','241',    '185','35','103183.12',    '175','31','91109.37',    '67','13','12073.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133519.0','1046560.0','58',    '54','17','42593.62',    '54','16','34302.27',    '28','7','8291.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029347.0','1020993.0','293',    '270','82','213379.8',    '264','64','176610.77',    '128','34','36769.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117611.0','1046560.0','736',    '647','164','769849.68',    '631','145','704153.96',    '219','46','65695.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042393.0','1020993.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130657.0','1046560.0','6',    '5','1','5313.71',    '5','1','1366.0',    '1','1','3947.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045666.0','1020993.0','16',    '15','0','0.0',    '15','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133930.0','1046560.0','629',    '543','131','811401.0',    '520','112','707753.38',    '222','46','103647.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042587.0','1020993.0','1625',    '1439','386','943305.26',    '1397','320','785704.72',    '579','157','157600.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130851.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045667.0','1020993.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133931.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045668.0','1020993.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133932.0','1046560.0','192',    '164','41','129507.84',    '153','35','111080.3',    '71','14','18427.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029246.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117510.0','1046560.0','700',    '635','216','688397.55',    '587','152','538331.6',    '355','107','150065.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045669.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133933.0','1046560.0','1',    '1','1','3575.6',    '1','1','3575.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029208.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117472.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045670.0','1020993.0','3256',    '2883','567','2564663.33',    '2758','462','2284910.54',    '1126','227','279752.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133934.0','1046560.0','43',    '35','8','29353.22',    '34','6','28353.22',    '13','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045671.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133935.0','1046560.0','37',    '30','11','45261.81',    '29','10','42391.19',    '13','5','2870.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033222.0','1020993.0','1',    '1','1','1638.0',    '1','1','1638.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121486.0','1046560.0','11',    '9','4','9928.47',    '9','4','9928.47',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045672.0','1020993.0','1898',    '1636','396','1016095.36',    '1593','305','885565.08',    '513','151','130530.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133936.0','1046560.0','61',    '49','15','21401.01',    '48','10','18563.6',    '14','6','2837.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045673.0','1020993.0','22',    '19','10','36636.37',    '18','8','20162.81',    '6','4','16473.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133937.0','1046560.0','1',    '1','1','2656.86',    '1','1','2656.86',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045674.0','1020993.0','173',    '166','74','254227.47',    '162','60','191413.87',    '82','32','62813.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133938.0','1046560.0','4',    '1','1','29610.82',    '1','1','29610.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029201.0','1020993.0','694',    '566','99','234944.69',    '528','72','192197.04',    '226','36','42747.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117465.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041851.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130115.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029450.0','1020993.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117714.0','1046560.0','1',    '1','1','1714.0',    '1','1','1714.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041797.0','1020993.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130061.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029260.0','1020993.0','7',    '5','3','8458.85',    '5','3','7868.85',    '3','1','590.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117524.0','1046560.0','119',    '105','15','16872.65',    '102','7','13186.02',    '53','8','3686.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041933.0','1020993.0','50',    '46','4','12123.64',    '46','3','7090.18',    '16','2','5033.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130197.0','1046560.0','214',    '198','101','335192.77',    '196','93','251358.49',    '118','34','83834.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045675.0','1020993.0','84',    '69','7','8307.58',    '68','6','7837.34',    '26','1','470.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133939.0','1046560.0','1',    '1','1','1261.64',    '1','1','1261.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042179.0','1020993.0','559',    '428','64','228643.86',    '418','47','197233.03',    '118','26','31410.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130443.0','1046560.0','496',    '364','98','182607.28',    '357','83','157481.26',    '110','32','25126.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045676.0','1020993.0','60',    '53','27','44036.81',    '51','27','36503.53',    '14','2','7533.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133940.0','1046560.0','239',    '176','48','82133.01',    '170','35','73712.0',    '66','19','8421.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045677.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133941.0','1046560.0','96',    '87','34','80359.65',    '83','26','54764.87',    '48','13','25594.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042361.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130625.0','1046560.0','453',    '347','99','269856.24',    '339','85','219737.69',    '115','40','50118.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2041673.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2129937.0','1046560.0','1820',    '1610','619','2586144.14',    '1503','501','1997979.06',    '927','271','588165.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045678.0','1020993.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133942.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2041623.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2129887.0','1046560.0','5',    '4','1','1366.0',    '4','1','1366.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033052.0','1020993.0','305',    '276','131','770635.88',    '270','122','676712.45',    '128','43','93923.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121316.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2041740.0','1020993.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130004.0','1046560.0','401',    '354','73','215335.79',    '351','63','192905.99',    '108','22','22429.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033099.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121363.0','1046560.0','54',    '48','7','28072.65',    '45','6','27128.29',    '17','3','944.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041910.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130174.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045679.0','1020993.0','1006',    '848','193','529907.99',    '813','146','453872.02',    '338','81','76035.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133943.0','1046560.0','764',    '667','219','526109.66',    '625','150','412479.89',    '358','114','113629.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029235.0','1020993.0','6',    '4','1','263.46',    '4','0','0.0',    '1','1','263.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117499.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029454.0','1020993.0','2',    '2','1','2170.64',    '2','1','2170.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117718.0','1046560.0','39',    '34','22','149753.62',    '34','22','137188.9',    '13','6','12564.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029459.0','1020993.0','1',    '1','1','12085.51',    '1','1','12085.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117723.0','1046560.0','13',    '13','1','1804.34',    '13','1','1804.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042075.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130339.0','1046560.0','2',    '2','1','5144.74',    '2','1','4252.1',    '2','1','892.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041938.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130202.0','1046560.0','106',    '99','67','304163.34',    '98','64','253949.86',    '38','21','50213.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041986.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130250.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045534.0','1020993.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133798.0','1046560.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045680.0','1020993.0','1648',    '1482','492','1301540.63',    '1459','423','1133750.85',    '594','158','167789.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133944.0','1046560.0','19',    '17','3','2974.18',    '17','3','2974.18',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042355.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130619.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042416.0','1020993.0','85',    '78','30','119685.17',    '77','30','107442.96',    '30','9','12242.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130680.0','1046560.0','126',    '110','27','56956.3',    '107','19','50771.14',    '32','11','6185.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2032786.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121050.0','1046560.0','23',    '20','1','7909.69',    '20','1','7909.69',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032835.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121099.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033156.0','1020993.0','46',    '40','12','34923.99',    '39','10','31658.43',    '19','4','3265.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121420.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045681.0','1020993.0','675',    '627','216','480466.17',    '596','144','368935.47',    '332','119','111530.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133945.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045682.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133946.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029381.0','1020993.0','1',    '1','1','1486.4',    '1','1','1486.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117645.0','1046560.0','277',    '246','97','381891.03',    '240','80','318600.36',    '105','41','63290.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045683.0','1020993.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133947.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029372.0','1020993.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117636.0','1046560.0','1',    '1','1','2236.0',    '1','1','2236.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029418.0','1020993.0','54',    '55','16','86826.09',    '54','14','74377.43',    '28','7','12448.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117682.0','1046560.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032885.0','1020993.0','34',    '31','23','125108.8',    '31','23','119189.89',    '7','2','5918.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121149.0','1046560.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045684.0','1020993.0','255',    '207','97','360027.27',    '203','83','320785.96',    '90','35','39241.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133948.0','1046560.0','101',    '67','13','44908.64',    '65','8','29397.5',    '19','8','15511.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033019.0','1020993.0','181',    '169','57','164318.83',    '163','53','140057.11',    '85','15','24261.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121283.0','1046560.0','9',    '8','1','2068.68',    '8','1','2068.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045685.0','1021022.0','128',    '115','18','29799.73',    '114','14','26551.72',    '29','5','3248.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133949.0','1046589.0','183',    '164','61','250264.25',    '161','52','217701.23',    '80','27','32563.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045686.0','1021022.0','189',    '158','53','152202.54',    '158','45','138068.76',    '54','19','14133.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133950.0','1046589.0','61',    '25','9','20440.43',    '25','6','19130.46',    '8','4','1309.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045687.0','1021022.0','13',    '13','7','14179.55',    '13','7','10983.2',    '6','2','3196.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133951.0','1046589.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041707.0','1021022.0','381',    '344','105','383697.69',    '332','87','309139.77',    '152','44','74557.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129971.0','1046589.0','87',    '77','30','46711.82',    '77','28','43602.32',    '24','5','3109.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033425.0','1021022.0','25',    '22','9','16883.3',    '22','9','16883.3',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121689.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045688.0','1021022.0','95',    '86','34','112797.86',    '83','25','90280.72',    '44','16','22517.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133952.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033176.0','1021022.0','618',    '504','160','456214.85',    '452','133','316833.97',    '267','69','139380.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121440.0','1046589.0','18',    '15','9','38765.57',    '15','9','30096.56',    '10','5','8669.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042009.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130273.0','1046589.0','126',    '106','77','448512.41',    '103','67','333568.87',    '56','32','114943.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029434.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117698.0','1046589.0','160',    '151','43','141726.57',    '151','27','121503.25',    '50','23','20223.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033531.0','1021022.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121795.0','1046589.0','147',    '130','52','162431.16',    '125','42','124848.81',    '57','15','37582.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029225.0','1021022.0','105',    '95','17','43613.44',    '94','14','41390.21',    '39','5','2223.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117489.0','1046589.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033604.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121868.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045689.0','1021022.0','7',    '6','2','1765.99',    '6','1','1714.0',    '4','1','51.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133953.0','1046589.0','38',    '35','19','39374.8',    '35','13','27298.27',    '15','9','12076.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2042455.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130719.0','1046589.0','4',    '3','1','1321.62',    '3','1','1321.62',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045690.0','1021022.0','3',    '3','1','288.04',    '3','1','288.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133954.0','1046589.0','120',    '114','34','77526.92',    '113','18','53493.02',    '48','17','24033.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029384.0','1021022.0','127',    '112','20','47346.96',    '112','13','41100.84',    '51','10','6246.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117648.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029476.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117740.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045691.0','1021022.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133955.0','1046589.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029204.0','1021022.0','125',    '107','44','116810.05',    '106','34','80553.72',    '48','21','36256.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117468.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045692.0','1021022.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133956.0','1046589.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045693.0','1021022.0','5',    '4','1','12363.66',    '4','1','12363.66',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133957.0','1046589.0','31',    '21','5','24484.59',    '21','5','24484.59',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045694.0','1021022.0','55',    '49','29','97641.24',    '49','29','83117.43',    '18','6','14523.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133958.0','1046589.0','22',    '15','6','11706.42',    '14','6','11496.43',    '7','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029570.0','1021022.0','17',    '16','4','3649.05',    '16','4','3649.05',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117834.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041694.0','1021022.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2129958.0','1046589.0','205',    '176','29','35702.05',    '168','12','22127.98',    '73','20','13574.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045695.0','1021022.0','18',    '19','7','10181.93',    '18','6','9681.93',    '8','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133959.0','1046589.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041771.0','1021022.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130035.0','1046589.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045696.0','1021022.0','38',    '36','6','11226.71',    '36','3','8894.71',    '15','4','2332.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133960.0','1046589.0','11',    '8','1','16338.73',    '8','1','16338.73',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045697.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133961.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042016.0','1021022.0','17',    '11','1','11721.04',    '10','1','11256.66',    '4','1','464.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130280.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045698.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133962.0','1046589.0','14',    '14','7','10314.49',    '14','6','9814.49',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045344.0','1021022.0','1',    '1','1','1366.0',    '1','1','1366.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133608.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041741.0','1021022.0','50',    '43','10','37703.36',    '43','10','37439.9',    '9','1','263.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130005.0','1046589.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042387.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130651.0','1046589.0','49',    '40','9','22036.12',    '39','8','21770.53',    '18','1','265.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042050.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130314.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042328.0','1021022.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130592.0','1046589.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042101.0','1021022.0','14',    '14','1','5589.38',    '14','1','5589.38',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130365.0','1046589.0','4',    '4','1','685.26',    '3','1','685.26',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033027.0','1021022.0','1',    '1','1','961.72',    '1','0','0.0',    '1','1','961.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121291.0','1046589.0','2',    '2','1','6390.59',    '2','0','0.0',    '1','1','6390.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045284.0','1021022.0','82',    '74','20','53540.93',    '72','17','40056.79',    '33','6','13484.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133548.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045699.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133963.0','1046589.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045700.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133964.0','1046589.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033143.0','1021022.0','10',    '8','5','11933.19',    '8','4','11723.2',    '5','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121407.0','1046589.0','169',    '151','59','176125.41',    '148','50','145716.68',    '75','23','30408.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032892.0','1021022.0','1',    '1','1','5601.8',    '1','1','2552.0',    '1','1','3049.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121156.0','1046589.0','133',    '121','38','237977.55',    '116','33','224528.66',    '41','10','13448.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033231.0','1021022.0','49',    '44','19','50984.59',    '40','18','48584.82',    '18','5','2399.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121495.0','1046589.0','982',    '740','132','240031.08',    '644','89','163061.63',    '376','66','76969.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2032991.0','1021022.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121255.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029447.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117711.0','1046589.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045701.0','1021022.0','14',    '10','2','4959.86',    '9','1','4359.86',    '4','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133965.0','1046589.0','14',    '12','4','9867.87',    '11','2','3534.58',    '8','3','6333.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045702.0','1021022.0','34',    '23','1','546.98',    '18','0','0.0',    '15','1','546.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133966.0','1046589.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033082.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121346.0','1046589.0','1118',    '894','193','435798.95',    '798','115','273767.98',    '575','117','162030.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045703.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133967.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033666.0','1021022.0','1',    '1','1','3465.17',    '1','1','1378.0',    '1','1','2087.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121930.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029280.0','1021022.0','704',    '572','204','1357639.78',    '518','171','1073204.66',    '320','99','284435.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117544.0','1046589.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029389.0','1021022.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117653.0','1046589.0','3000',    '2588','1148','5451643.74',    '2461','1016','4217698.97',    '1162','456','1233944.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045704.0','1021022.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133968.0','1046589.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045705.0','1021022.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133969.0','1046589.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041856.0','1021022.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130120.0','1046589.0','5',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029344.0','1021022.0','1',    '1','1','1502.38',    '1','1','1502.38',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117608.0','1046589.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042181.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130445.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029501.0','1021028.0','20',    '16','2','9017.38',    '16','2','4774.0',    '6','2','4243.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117765.0','1046595.0','159',    '129','43','67398.79',    '114','28','50298.02',    '73','22','17100.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042320.0','1021028.0','1',    '1','1','1638.0',    '1','1','1638.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130584.0','1046595.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045706.0','1021028.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133970.0','1046595.0','373',    '331','84','214099.92',    '309','72','165744.18',    '171','27','48355.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042447.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130711.0','1046595.0','185',    '152','25','72755.14',    '142','20','62098.9',    '57','14','10656.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045707.0','1021028.0','34',    '30','9','23960.05',    '30','8','23440.09',    '17','2','519.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133971.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045708.0','1021028.0','1337',    '1138','235','424222.7',    '1040','140','302997.22',    '563','127','121225.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133972.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041796.0','1021028.0','2577',    '2231','655','2464838.28',    '2142','517','2019053.96',    '878','280','445784.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130060.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045709.0','1021028.0','88',    '82','50','209897.99',    '81','46','199052.97',    '20','9','10845.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133973.0','1046595.0','36',    '33','10','12458.16',    '32','7','10007.8',    '16','4','2450.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041624.0','1021028.0','2',    '1','1','3450.0',    '1','1','3450.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2129888.0','1046595.0','1194',    '983','179','348557.49',    '877','115','258030.5',    '511','95','90526.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033131.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121395.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041724.0','1021028.0','4196',    '3691','1809','9090604.35',    '3554','1632','7006912.42',    '1725','684','2083691.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2129988.0','1046595.0','1',    '1','1','1669.99',    '1','0','0.0',    '1','1','1669.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033181.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121445.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2042136.0','1021028.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130400.0','1046595.0','12',    '12','1','1190.68',    '11','1','1085.68',    '8','1','105.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029141.0','1021028.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117405.0','1046595.0','994',    '799','138','274227.37',    '719','82','188182.07',    '410','83','86045.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029441.0','1021028.0','1',    '1','1','3000.0',    '1','1','3000.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117705.0','1046595.0','3',    '2','1','7482.61',    '2','1','7482.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045710.0','1021028.0','1',    '1','1','1940.98',    '1','1','1826.0',    '1','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133974.0','1046595.0','82',    '70','13','45725.86',    '62','8','40337.09',    '36','7','5388.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029408.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117672.0','1046595.0','110',    '86','26','71226.34',    '82','19','49095.25',    '40','11','22131.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041988.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130252.0','1046595.0','97',    '84','14','27667.83',    '81','12','19567.43',    '40','5','8100.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029416.0','1021028.0','94',    '80','23','213908.43',    '76','20','187854.13',    '26','8','26054.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117680.0','1046595.0','23',    '23','6','14708.66',    '23','4','13345.24',    '6','3','1363.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045711.0','1021028.0','36',    '30','8','16215.93',    '28','5','14520.95',    '15','3','1694.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133975.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042316.0','1021028.0','60',    '49','7','7439.32',    '45','3','3118.25',    '21','5','4321.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130580.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045712.0','1021028.0','358',    '327','92','240981.16',    '313','62','198103.36',    '167','50','42877.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133976.0','1046595.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042529.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130793.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045713.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133977.0','1046595.0','572',    '517','152','403077.18',    '484','107','246909.45',    '268','94','156167.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045714.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133978.0','1046595.0','18',    '16','1','4650.89',    '14','1','4650.89',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041706.0','1021028.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2129970.0','1046595.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045715.0','1021028.0','39',    '34','8','15552.99',    '34','7','11413.02',    '12','2','4139.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133979.0','1046595.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041855.0','1021028.0','109',    '99','17','39076.29',    '96','14','37319.31',    '37','4','1756.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130119.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033173.0','1021028.0','15',    '15','2','6109.78',    '14','2','6109.78',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121437.0','1046595.0','23',    '20','7','29442.04',    '19','7','29320.51',    '10','1','121.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045716.0','1021028.0','7',    '6','2','6986.54',    '6','2','6986.54',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133980.0','1046595.0','3',    '3','1','546.98',    '3','0','0.0',    '1','1','546.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033358.0','1021028.0','15',    '10','3','3559.69',    '9','3','3559.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121622.0','1046595.0','5',    '4','2','4796.89',    '4','2','4335.17',    '4','1','461.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041900.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130164.0','1046595.0','2',    '2','1','1646.44',    '2','1','1646.44',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045519.0','1021028.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133783.0','1046595.0','1153',    '1042','280','1022876.44',    '1004','225','884594.15',    '430','123','138282.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042547.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130811.0','1046595.0','109',    '96','33','81805.66',    '93','24','72531.26',    '48','13','9274.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2032710.0','1021028.0','39',    '33','5','4339.63',    '29','4','3839.63',    '17','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2120974.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032872.0','1021028.0','2',    '2','1','752.78',    '2','0','0.0',    '1','1','752.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121136.0','1046595.0','12',    '12','6','14628.58',    '12','5','7561.54',    '7','4','7067.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029388.0','1021028.0','169',    '154','45','153848.5',    '152','34','129734.35',    '69','19','24114.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117652.0','1046595.0','110',    '82','17','20826.43',    '81','11','17401.76',    '20','6','3424.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045717.0','1021028.0','253',    '214','30','185716.99',    '198','20','158542.47',    '93','17','27174.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133981.0','1046595.0','2',    '2','1','12934.38',    '2','1','12934.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045718.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133982.0','1046595.0','8',    '7','1','4918.16',    '7','1','4918.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033494.0','1021028.0','11',    '9','3','3219.57',    '8','3','3219.57',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121758.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045719.0','1021028.0','1',    '1','1','2057.83',    '1','1','2057.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133983.0','1046595.0','140',    '120','18','33566.36',    '114','9','21196.0',    '50','12','12370.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045720.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133984.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2041715.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2129979.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045721.0','1021028.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133985.0','1046595.0','5',    '4','2','24992.85',    '4','2','24992.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045722.0','1021028.0','22',    '19','7','29692.35',    '18','7','26158.92',    '8','3','3533.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133986.0','1046595.0','18',    '11','2','3411.41',    '11','1','2911.41',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045723.0','1021028.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133987.0','1046595.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042078.0','1021028.0','257',    '229','85','654343.06',    '222','72','571190.04',    '115','29','83153.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130342.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2042151.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130415.0','1046595.0','5',    '5','1','1876.0',    '5','1','1116.0',    '1','1','760.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041987.0','1021028.0','234',    '216','51','153211.33',    '213','42','137022.87',    '86','18','16188.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130251.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2041937.0','1021028.0','2',    '2','1','1192.0',    '2','1','1192.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2130201.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045605.0','1021028.0','107',    '102','25','50596.76',    '98','18','44982.19',    '48','10','5614.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133869.0','1046595.0','1',    '1','1','1686.0',    '1','1','1686.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045314.0','1021028.0','1365',    '1241','767','9051623.41',    '1214','744','7786658.08',    '569','273','1264965.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133578.0','1046595.0','1',    '1','1','1552.0',    '1','1','1552.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042516.0','1021028.0','197',    '165','3','2476.39',    '158','1','1686.0',    '49','2','790.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130780.0','1046595.0','63',    '58','45','198870.45',    '56','41','104613.22',    '43','30','94257.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045724.0','1021028.0','9',    '9','1','1291.46',    '8','1','1028.0',    '5','1','263.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133988.0','1046595.0','6',    '3','1','3145.84',    '3','1','3145.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032929.0','1021028.0','56',    '52','12','54447.85',    '49','11','53737.86',    '19','2','709.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121193.0','1046595.0','42',    '38','13','38455.06',    '38','11','31970.76',    '19','4','6484.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045462.0','1021028.0','148',    '124','44','86829.97',    '119','35','80101.66',    '64','13','6728.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133726.0','1046595.0','921',    '823','137','327083.16',    '769','96','235172.83',    '332','64','91910.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032713.0','1021028.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2120977.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2032862.0','1021028.0','332',    '302','81','334484.77',    '296','63','266905.49',    '139','45','67579.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121126.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033118.0','1021028.0','2',    '2','1','4532.2',    '2','1','4532.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121382.0','1046595.0','227',    '192','16','23934.97',    '184','14','23364.98',    '58','2','569.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045725.0','1021028.0','14',    '13','3','10961.53',    '13','3','10691.69',    '4','1','269.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133989.0','1046595.0','170',    '147','66','313628.97',    '146','60','293924.39',    '51','11','19704.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033202.0','1021028.0','16',    '14','5','7849.27',    '14','4','7114.88',    '6','1','734.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121466.0','1046595.0','6',    '5','1','35116.0',    '5','1','35116.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033124.0','1021028.0','561',    '518','189','1451987.23',    '500','160','1205516.99',    '249','90','246470.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121388.0','1046595.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045726.0','1021028.0','63',    '59','23','75608.35',    '58','17','69933.04',    '26','10','5675.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133990.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2029345.0','1021028.0','396',    '342','112','225457.47',    '332','84','191619.15',    '145','45','33838.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2117609.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029295.0','1021028.0','19',    '18','5','12669.3',    '18','5','11938.26',    '6','1','731.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117559.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2029466.0','1021028.0','28',    '26','8','6435.62',    '25','7','5627.27',    '7','2','808.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2117730.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045727.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133991.0','1046595.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045728.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133992.0','1046595.0','730',    '601','156','320979.67',    '584','127','268719.66',    '232','62','52260.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045729.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133993.0','1046595.0','49',    '46','27','93988.33',    '44','26','85863.84',    '22','8','8124.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041688.0','1021028.0','46',    '43','6','8018.88',    '42','5','5586.21',    '22','2','2432.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2129952.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041858.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130122.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041786.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130050.0','1046595.0','179',    '150','40','152608.79',    '140','31','129192.12',    '64','15','23416.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2041897.0','1021028.0','9',    '6','2','9073.29',    '6','2','9073.29',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130161.0','1046595.0','92',    '84','22','52739.76',    '74','12','30682.13',    '43','14','22057.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042013.0','1021028.0','8',    '7','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130277.0','1046595.0','44',    '42','17','44160.07',    '42','15','40644.33',    '18','4','3515.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045445.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133709.0','1046595.0','11',    '5','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045730.0','1021028.0','1124',    '963','159','431295.76',    '940','125','364686.93',    '330','76','66608.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133994.0','1046595.0','208',    '187','61','222176.91',    '178','53','213903.51',    '64','14','8273.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045731.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2133995.0','1046595.0','1681',    '1331','202','369898.45',    '1177','114','253612.56',    '661','116','116285.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2032945.0','1021028.0','124',    '109','17','18944.42',    '99','13','15966.43',    '42','6','2977.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121209.0','1046595.0','170',    '146','33','97845.61',    '141','25','87465.19',    '52','19','10380.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045732.0','1021028.0','1',    '1','1','526.93',    '1','0','0.0',    '1','1','526.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133996.0','1046595.0','157',    '146','31','65813.73',    '143','23','53548.73',    '50','13','12265.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2045733.0','1021028.0','16',    '14','4','6130.57',    '14','2','5596.95',    '9','2','533.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2133997.0','1046595.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2040754.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2129018.0','1046595.0','15',    '13','1','500.0',    '11','0','0.0',    '7','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029146.0','1021028.0','47',    '40','5','8246.41',    '36','3','5424.27',    '12','3','2822.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117410.0','1046595.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2029448.0','1021028.0','12',    '9','3','27640.22',    '8','3','26710.53',    '5','1','929.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2117712.0','1046595.0','30',    '26','5','3104.39',    '26','2','1830.9',    '9','3','1273.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029419.0','1021028.0','192',    '134','38','74271.83',    '134','32','60905.51',    '41','13','13366.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117683.0','1046595.0','17',    '15','2','3285.87',    '14','1','2110.0',    '4','2','1175.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029477.0','1021028.0','22',    '21','4','38466.67',    '20','4','38466.67',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117741.0','1046595.0','1',    '1','1','525.25',    '1','0','0.0',    '1','1','525.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045734.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133998.0','1046595.0','215',    '182','26','40957.58',    '168','17','34444.8',    '75','14','6512.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045735.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2133999.0','1046595.0','29',    '26','3','7470.04',    '26','2','6833.08',    '8','2','636.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041878.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130142.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045736.0','1021028.0','413',    '368','191','1827507.14',    '364','179','1565328.6',    '166','68','262178.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134000.0','1046595.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2041801.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2130065.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042236.0','1021028.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130500.0','1046595.0','10',    '10','2','18999.34',    '10','1','18938.57',    '2','1','60.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2042281.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2130545.0','1046595.0','3',    '3','2','3360.8',    '3','2','3360.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045205.0','1021028.0','31',    '28','7','13135.18',    '25','6','11070.02',    '17','3','2065.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2133469.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045737.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2134001.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2042409.0','1021028.0','1',    '1','1','706.03',    '1','1','706.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2130673.0','1046595.0','162',    '141','34','76343.34',    '134','21','66527.12',    '59','17','9816.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2032888.0','1021028.0','36',    '29','6','15905.88',    '29','6','15153.1',    '9','1','752.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121152.0','1046595.0','67',    '56','15','26211.82',    '55','10','22235.62',    '23','8','3976.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045738.0','1021028.0','69',    '49','4','5886.1',    '46','3','5386.1',    '18','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2134002.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033184.0','1021028.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121448.0','1046595.0','510',    '441','144','472153.88',    '403','114','391111.09',    '228','53','81042.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033102.0','1021028.0','76',    '73','21','23935.43',    '70','12','19388.45',    '28','9','4546.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121366.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033605.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121869.0','1046595.0','73',    '65','7','24858.1',    '61','4','14616.13',    '28','3','10241.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033227.0','1021028.0','167',    '139','62','414593.48',    '136','56','346647.53',    '65','20','67945.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121491.0','1046595.0','8',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033360.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121624.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033619.0','1021028.0','193',    '173','41','64178.01',    '163','23','50302.68',    '80','23','13875.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121883.0','1046595.0','9',    '6','1','600.0',    '6','0','0.0',    '3','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033190.0','1021028.0','60',    '50','5','10323.99',    '46','4','9388.83',    '24','2','935.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121454.0','1046595.0','12',    '11','0','0.0',    '11','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033391.0','1021028.0','164',    '150','33','74366.02',    '148','24','57311.96',    '72','13','17054.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121655.0','1046595.0','61',    '50','7','11929.61',    '47','6','10695.22',    '21','2','1234.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033428.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121692.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045739.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134003.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033522.0','1021028.0','1017',    '846','253','755585.21',    '778','203','608668.5',    '427','90','146916.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121786.0','1046595.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2045740.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2134004.0','1046595.0','36',    '29','12','16259.66',    '29','11','15929.69',    '12','2','329.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033401.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121665.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033332.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121596.0','1046595.0','1154',    '989','129','224703.5',    '949','83','175688.83',    '352','66','49014.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001867.0',    '2033637.0','1021028.0','73',    '61','8','14156.21',    '57','4','10853.05',    '20','4','3303.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006269.0',    '2121901.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2028302.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2116566.0','1046595.0','95',    '74','9','9868.28',    '67','5','6868.31',    '36','4','2999.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033241.0','1021028.0','44',    '32','11','15200.72',    '29','9','14200.72',    '10','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121505.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033234.0','1021028.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121498.0','1046595.0','70',    '61','22','72410.24',    '59','21','70984.21',    '25','3','1426.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033395.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121659.0','1046595.0','72',    '62','7','27009.92',    '56','6','16390.53',    '25','3','10619.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2045741.0','1021028.0','804',    '723','405','3312740.0',    '702','377','2901720.65',    '348','134','411019.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2134005.0','1046595.0','8',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2033544.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2121808.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002072.0',    '2028292.0','1021028.0','153',    '130','34','71814.89',    '123','27','59797.52',    '48','13','12017.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006270.0',    '2116556.0','1046595.0','8',    '6','4','8842.18',    '6','4','8842.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033561.0','1021028.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121825.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033348.0','1021028.0','235',    '199','67','136689.45',    '198','61','108538.73',    '64','24','28150.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121612.0','1046595.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001956.0',    '2033476.0','1021028.0','1807',    '1592','291','617741.19',    '1536','213','513668.53',    '597','133','104072.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006277.0',    '2121740.0','1046595.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033215.0','1021028.0','598',    '502','164','394480.18',    '454','98','300601.27',    '294','100','93878.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121479.0','1046595.0','10',    '9','2','3189.34',    '7','2','3189.34',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033412.0','1021028.0','306',    '244','40','59415.75',    '224','29','44490.63',    '98','18','14925.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121676.0','1046595.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033237.0','1021028.0','3587',    '3063','1011','2494394.34',    '2885','887','2179186.91',    '1362','305','315207.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121501.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033396.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121660.0','1046595.0','1',    '1','1','533.76',    '1','0','0.0',    '1','1','533.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033223.0','1021028.0','6',    '5','2','2600.66',    '5','2','2600.66',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121487.0','1046595.0','3038',    '2701','495','2008717.89',    '2627','385','1784740.61',    '900','211','223977.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033616.0','1021028.0','201',    '188','86','659321.65',    '181','75','486662.41',    '92','41','172659.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121880.0','1046595.0','203',    '170','49','83095.73',    '162','35','67849.84',    '69','17','15245.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033667.0','1021028.0','6',    '4','2','4864.3',    '4','2','4864.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121931.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045742.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134006.0','1046595.0','10',    '8','3','7285.64',    '8','2','3543.88',    '3','2','3741.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033548.0','1021028.0','18',    '14','4','9144.58',    '14','3','7977.92',    '7','2','1166.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121812.0','1046595.0','641',    '560','97','289233.87',    '550','86','250606.94',    '188','37','38626.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033662.0','1021028.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121926.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033284.0','1021028.0','2',    '1','1','7715.59',    '1','1','7715.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121548.0','1046595.0','4',    '4','2','769.99',    '4','0','0.0',    '2','2','769.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033514.0','1021028.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121778.0','1046595.0','661',    '561','136','206916.48',    '541','73','166198.39',    '247','75','40718.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045743.0','1021028.0','156',    '142','29','45067.99',    '135','23','42216.73',    '61','8','2851.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134007.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033555.0','1021028.0','1',    '1','1','1402.0',    '1','1','1402.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121819.0','1046595.0','207',    '182','43','94864.73',    '179','35','85065.96',    '64','12','9798.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033246.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121510.0','1046595.0','512',    '483','213','1441453.43',    '473','194','1172321.19',    '234','77','269132.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033436.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121700.0','1046595.0','6',    '3','1','3849.8',    '3','1','3849.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033452.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121716.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033316.0','1021028.0','443',    '405','102','512499.69',    '393','87','452081.94',    '192','38','60417.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121580.0','1046595.0','130',    '114','16','47853.16',    '110','14','41461.32',    '45','7','6391.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033266.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121530.0','1046595.0','30',    '24','1','6369.13',    '22','1','6369.13',    '13','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033404.0','1021028.0','5',    '4','1','3241.02',    '4','1','3241.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121668.0','1046595.0','15',    '13','1','3270.94',    '11','1','3270.94',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033621.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121885.0','1046595.0','6',    '6','4','28264.19',    '6','4','25672.73',    '4','1','2591.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045744.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134008.0','1046595.0','1',    '1','1','2005.96',    '1','1','2005.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033362.0','1021028.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121626.0','1046595.0','17',    '15','7','9360.98',    '15','4','7657.65',    '6','3','1703.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033558.0','1021028.0','123',    '115','49','190129.69',    '114','44','175304.02',    '33','13','14825.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121822.0','1046595.0','67',    '54','16','89052.73',    '50','12','77027.87',    '25','6','12024.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028346.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116610.0','1046595.0','5',    '5','1','467.58',    '3','0','0.0',    '4','1','467.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033508.0','1021028.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121772.0','1046595.0','0',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033254.0','1021028.0','53',    '49','18','52066.34',    '48','16','37680.1',    '25','6','14386.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121518.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045745.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134009.0','1046595.0','10',    '7','4','8374.88',    '7','4','8374.88',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033397.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121661.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033682.0','1021028.0','892',    '797','236','622483.34',    '758','185','520311.19',    '378','88','102172.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121946.0','1046595.0','3',    '2','1','600.0',    '2','0','0.0',    '1','1','600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033597.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121861.0','1046595.0','87',    '71','24','86906.96',    '71','23','78105.37',    '19','5','8801.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033539.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121803.0','1046595.0','1764',    '1579','823','6975723.97',    '1526','764','5993920.42',    '773','269','981803.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033655.0','1021028.0','291',    '267','98','359626.01',    '263','83','306606.56',    '140','29','53019.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121919.0','1046595.0','4',    '4','2','2095.78',    '4','2','2095.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033474.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121738.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033657.0','1021028.0','5',    '3','2','8409.22',    '3','1','8233.47',    '1','1','175.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121921.0','1046595.0','415',    '351','163','573119.48',    '347','144','506704.1',    '129','52','66415.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033128.0','1021028.0','165',    '151','54','259272.55',    '148','47','224392.15',    '71','17','34880.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121392.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045746.0','1021028.0','228',    '170','45','97753.87',    '168','38','85651.07',    '50','15','12102.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134010.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033674.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121938.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033614.0','1021028.0','23',    '19','1','265.59',    '18','0','0.0',    '6','1','265.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121878.0','1046595.0','718',    '663','204','395691.05',    '636','160','330538.53',    '337','79','65152.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033607.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121871.0','1046595.0','397',    '363','89','323196.44',    '355','62','280945.08',    '158','44','42251.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033372.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121636.0','1046595.0','3744',    '3307','952','2405226.88',    '3109','661','1814291.76',    '1778','551','590935.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045747.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134011.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033244.0','1021028.0','30',    '25','7','19096.57',    '23','6','16772.02',    '14','3','2324.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121508.0','1046595.0','102',    '92','18','52322.75',    '86','12','38328.93',    '47','13','13993.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033272.0','1021028.0','7',    '6','3','6243.6',    '6','3','6243.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121536.0','1046595.0','58',    '53','11','34348.37',    '53','8','32781.56',    '16','4','1566.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033646.0','1021028.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121910.0','1046595.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033275.0','1021028.0','1346',    '1209','483','1351196.16',    '1170','423','1131945.72',    '541','144','219250.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121539.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045748.0','1021028.0','128',    '118','28','67334.8',    '115','24','51483.79',    '65','11','15851.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134012.0','1046595.0','1619',    '1463','621','4790943.1',    '1411','567','4163219.53',    '693','198','627723.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033484.0','1021028.0','34',    '27','1','998.38',    '26','1','998.38',    '15','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121748.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033225.0','1021028.0','5',    '5','2','4530.32',    '4','1','4026.88',    '4','2','503.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121489.0','1046595.0','4',    '4','2','6873.83',    '4','2','6373.83',    '3','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045749.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134013.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033623.0','1021028.0','84',    '75','14','31558.13',    '72','7','27380.97',    '40','8','4177.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121887.0','1046595.0','1',    '1','1','273.49',    '1','0','0.0',    '1','1','273.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045750.0','1021028.0','54',    '52','22','58500.09',    '49','17','51146.74',    '32','8','7353.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134014.0','1046595.0','45',    '43','3','13577.5',    '42','3','13577.5',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033211.0','1021028.0','8',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121475.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045751.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134015.0','1046595.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033195.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121459.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033115.0','1021028.0','1',    '1','1','1852.73',    '1','1','1373.44',    '1','1','479.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121379.0','1046595.0','133',    '112','33','62722.25',    '107','23','49202.13',    '42','13','13520.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033502.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121766.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033201.0','1021028.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121465.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033665.0','1021028.0','44',    '41','5','4221.85',    '40','3','2654.79',    '15','4','1567.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121929.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045752.0','1021028.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134016.0','1046595.0','334',    '305','98','223078.92',    '290','64','170838.49',    '161','50','52240.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045753.0','1021028.0','2',    '2','2','1000.0',    '2','0','0.0',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134017.0','1046595.0','14',    '12','4','1742.67',    '11','2','735.69',    '5','2','1006.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033338.0','1021028.0','189',    '121','26','76237.69',    '112','19','63931.37',    '57','9','12306.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121602.0','1046595.0','1',    '1','1','1124.08',    '1','0','0.0',    '1','1','1124.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045754.0','1021028.0','27',    '25','4','3791.95',    '24','3','2640.25',    '12','1','1151.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134018.0','1046595.0','29',    '25','3','13800.88',    '25','3','13800.88',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033369.0','1021028.0','262',    '247','94','540633.83',    '245','85','466194.83',    '123','42','74439.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121633.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033479.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121743.0','1046595.0','3',    '2','1','20022.96',    '2','1','20022.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045755.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134019.0','1046595.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033402.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121666.0','1046595.0','1258',    '1078','550','3081111.65',    '1005','513','2862260.75',    '484','105','218850.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033288.0','1021028.0','12',    '12','0','0.0',    '12','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121552.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033451.0','1021028.0','273',    '246','113','564714.26',    '242','111','514659.72',    '106','16','50054.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121715.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033686.0','1021028.0','105',    '95','25','96165.28',    '95','24','89285.57',    '29','5','6879.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121950.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045756.0','1021028.0','505',    '412','100','198234.44',    '368','61','147420.82',    '189','49','50813.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134020.0','1046595.0','95',    '83','22','86792.55',    '80','15','78481.84',    '37','12','8310.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033577.0','1021028.0','44',    '37','9','19093.32',    '34','8','18593.32',    '14','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121841.0','1046595.0','5623',    '4819','1053','3868293.39',    '4632','793','3090406.13',    '2026','548','777887.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033690.0','1021028.0','2',    '2','1','5903.54',    '1','1','1184.0',    '2','1','4719.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121954.0','1046595.0','342',    '240','74','230447.34',    '198','63','215188.78',    '112','20','15258.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045757.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134021.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033529.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121793.0','1046595.0','36',    '34','8','15135.53',    '33','8','13830.55',    '13','2','1304.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033594.0','1021028.0','43',    '40','9','74252.5',    '38','8','56430.14',    '17','4','17822.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121858.0','1046595.0','45',    '43','14','16665.78',    '43','13','13330.32',    '19','4','3335.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033793.0','1021028.0','21',    '19','1','746.45',    '17','0','0.0',    '10','1','746.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122057.0','1046595.0','105',    '98','33','68418.29',    '93','25','53890.4',    '42','13','14527.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045758.0','1021028.0','64',    '59','22','52196.12',    '59','21','43517.29',    '16','4','8678.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134022.0','1046595.0','83',    '74','16','45651.31',    '68','12','40869.87',    '31','7','4781.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045759.0','1021028.0','1',    '1','1','2563.14',    '1','1','2563.14',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134023.0','1046595.0','32',    '31','14','52670.42',    '31','10','39802.83',    '18','8','12867.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045760.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134024.0','1046595.0','12',    '12','1','500.0',    '12','0','0.0',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033802.0','1021028.0','133',    '106','35','110977.98',    '104','28','65471.9',    '38','15','45506.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122066.0','1046595.0','5320',    '4565','827','2806408.58',    '4377','667','2075354.23',    '1805','432','731054.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033731.0','1021028.0','27',    '26','15','39372.69',    '24','15','30282.08',    '15','3','9090.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121995.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033868.0','1021028.0','7',    '7','3','9082.41',    '7','3','9082.41',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122132.0','1046595.0','134',    '115','35','61483.33',    '110','28','49997.44',    '58','16','11485.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033820.0','1021028.0','2',    '2','2','1257.19',    '2','1','156.6',    '1','1','1100.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122084.0','1046595.0','140',    '110','30','62104.89',    '99','20','37522.6',    '54','15','24582.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033794.0','1021028.0','27',    '26','11','74926.22',    '26','11','61364.95',    '10','5','13561.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122058.0','1046595.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034322.0','1021028.0','2153',    '1924','403','1181263.48',    '1890','321','986912.54',    '709','198','194350.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122586.0','1046595.0','15',    '10','7','19377.48',    '9','5','17087.82',    '6','4','2289.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034271.0','1021028.0','21',    '19','1','1496.17',    '17','1','1496.17',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122535.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033291.0','1021028.0','73',    '70','15','30096.84',    '68','12','26740.77',    '33','4','3356.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121555.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045761.0','1021028.0','17',    '16','5','7749.14',    '15','4','6332.98',    '8','2','1416.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134025.0','1046595.0','2980',    '2543','375','876146.68',    '2391','260','725721.58',    '947','163','150425.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045762.0','1021028.0','5',    '5','2','2961.41',    '5','2','2961.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134026.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045763.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134027.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045764.0','1021028.0','83',    '71','17','20098.62',    '67','12','17043.66',    '21','6','3054.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134028.0','1046595.0','1',    '1','1','1943.37',    '1','1','1943.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045765.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134029.0','1046595.0','10',    '9','3','7163.79',    '8','1','5763.79',    '7','2','1400.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045766.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134030.0','1046595.0','1285',    '1184','416','1183181.43',    '1152','345','1019988.37',    '542','123','163193.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033501.0','1021028.0','57',    '53','12','35413.3',    '50','11','34741.59',    '14','2','671.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121765.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033462.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121726.0','1046595.0','16',    '13','1','500.0',    '13','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028316.0','1021028.0','5',    '5','4','20917.94',    '5','4','20917.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116580.0','1046595.0','1098',    '971','510','3693852.28',    '947','484','3305437.17',    '421','134','388415.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033808.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122072.0','1046595.0','168',    '159','48','129163.86',    '154','41','118329.3',    '67','16','10834.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045767.0','1021028.0','130',    '117','38','61379.19',    '115','31','55989.68',    '49','11','5389.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134031.0','1046595.0','399',    '363','109','257401.72',    '340','81','214260.28',    '154','38','43141.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045768.0','1021028.0','16',    '15','9','37426.9',    '14','7','35116.93',    '8','5','2309.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134032.0','1046595.0','24',    '21','11','45940.9',    '18','10','34025.58',    '9','2','11915.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028352.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116616.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033881.0','1021028.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122145.0','1046595.0','112',    '99','35','77908.32',    '95','22','40674.16',    '54','20','37234.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045769.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134033.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033713.0','1021028.0','84',    '73','10','9366.86',    '72','9','7812.72',    '24','2','1554.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121977.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033325.0','1021028.0','26',    '17','7','12614.08',    '17','7','9418.35',    '6','2','3195.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121589.0','1046595.0','3413',    '2974','814','2833217.73',    '2837','611','2332391.02',    '1302','384','500826.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033774.0','1021028.0','2',    '2','1','2577.66',    '2','1','2577.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122038.0','1046595.0','34',    '31','2','3486.49',    '30','2','3486.49',    '14','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045770.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134034.0','1046595.0','697',    '633','159','303944.42',    '599','110','233045.64',    '326','80','70898.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045771.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134035.0','1046595.0','18',    '17','1','1673.58',    '16','1','1673.58',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033697.0','1021028.0','17',    '17','4','9757.9',    '17','3','9257.9',    '8','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121961.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035333.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123597.0','1046595.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045772.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134036.0','1046595.0','14',    '14','1','7420.93',    '14','1','7420.93',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035108.0','1021028.0','1',    '1','1','3311.83',    '1','1','1346.0',    '1','1','1965.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123372.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045773.0','1021028.0','44',    '39','7','11612.21',    '38','3','8730.08',    '22','5','2882.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134037.0','1046595.0','58',    '54','12','40313.27',    '51','10','37739.23',    '21','5','2574.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045774.0','1021028.0','6',    '5','1','2177.6',    '5','1','2177.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134038.0','1046595.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028299.0','1021028.0','118',    '107','21','22926.74',    '100','17','17039.5',    '46','7','5887.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116563.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045775.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134039.0','1046595.0','111',    '98','32','91822.66',    '97','27','80229.98',    '44','14','11592.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028823.0','1021028.0','113',    '101','39','112510.73',    '96','36','103948.25',    '47','7','8562.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117087.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033727.0','1021028.0','101',    '81','12','42660.12',    '71','12','39752.82',    '32','5','2907.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121991.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028337.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116601.0','1046595.0','17',    '17','0','0.0',    '14','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034363.0','1021028.0','279',    '244','40','81852.67',    '230','28','65699.6',    '119','18','16153.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122627.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045776.0','1021028.0','684',    '616','215','505139.51',    '602','177','444911.02',    '313','69','60228.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134040.0','1046595.0','1',    '1','1','1552.0',    '1','1','1552.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034662.0','1021028.0','1030',    '863','517','4342438.69',    '799','500','4075263.85',    '379','121','267174.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122926.0','1046595.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035211.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123475.0','1046595.0','38',    '32','10','21027.56',    '32','6','16794.59',    '17','5','4232.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045777.0','1021028.0','9',    '8','3','19496.91',    '8','3','16655.0',    '2','1','2841.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134041.0','1046595.0','3',    '2','1','9425.0',    '1','0','0.0',    '2','1','9425.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045778.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134042.0','1046595.0','57',    '49','12','44319.23',    '44','8','33004.69',    '19','5','11314.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035159.0','1021028.0','224',    '213','150','1196602.23',    '208','146','1050403.61',    '121','48','146198.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123423.0','1046595.0','279',    '256','67','158072.44',    '246','58','149571.59',    '89','13','8500.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033319.0','1021028.0','5',    '5','2','5665.72',    '5','2','5398.61',    '2','1','267.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121583.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035365.0','1021028.0','66',    '50','5','5473.57',    '42','4','4700.08',    '22','2','773.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123629.0','1046595.0','85',    '77','11','20413.4',    '69','8','17756.91',    '45','4','2656.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045779.0','1021028.0','5',    '4','3','10033.89',    '4','3','8515.17',    '2','1','1518.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134043.0','1046595.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045780.0','1021028.0','2206',    '2001','521','2295991.14',    '1967','430','2126555.37',    '667','177','169435.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134044.0','1046595.0','1746',    '1499','247','1135824.05',    '1452','193','989056.09',    '573','106','146767.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033310.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121574.0','1046595.0','2',    '2','1','3591.33',    '2','1','1964.0',    '1','1','1627.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045781.0','1021028.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134045.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045782.0','1021028.0','17',    '17','4','5255.55',    '16','2','4655.58',    '8','2','599.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134046.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029689.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117953.0','1046595.0','148',    '133','60','297824.86',    '127','55','263370.04',    '52','18','34454.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045783.0','1021028.0','14',    '13','2','19353.33',    '11','1','18583.34',    '5','1','769.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134047.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045784.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134048.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034686.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122950.0','1046595.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033733.0','1021028.0','120',    '106','18','25301.61',    '103','12','23099.56',    '47','7','2202.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121997.0','1046595.0','810',    '716','345','2156988.42',    '670','317','1946633.06',    '358','96','210355.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034467.0','1021028.0','824',    '751','177','520687.99',    '741','149','445394.77',    '252','70','75293.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122731.0','1046595.0','2',    '2','1','2490.08',    '2','1','1366.0',    '2','1','1124.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045785.0','1021028.0','66',    '54','8','42066.47',    '48','6','37224.04',    '26','3','4842.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134049.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034487.0','1021028.0','1',    '1','1','1185.98',    '1','1','1185.98',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122751.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033821.0','1021028.0','3',    '3','1','2763.67',    '3','1','2763.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122085.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045786.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134050.0','1046595.0','3',    '2','1','500.0',    '2','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2028332.0','1021028.0','55',    '54','36','78869.9',    '54','28','74214.62',    '34','10','4655.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2116596.0','1046595.0','204',    '192','48','88323.05',    '189','41','77822.94',    '62','16','10500.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045787.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134051.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033832.0','1021028.0','68',    '53','4','12233.1',    '46','4','11468.89',    '26','2','764.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122096.0','1046595.0','49',    '45','4','30215.76',    '45','3','26215.71',    '21','2','4000.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045788.0','1021028.0','205',    '174','40','262261.07',    '167','30','223941.8',    '89','17','38319.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134052.0','1046595.0','1353',    '1107','270','507040.04',    '969','175','387888.71',    '580','131','119151.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033897.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122161.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035086.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123350.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033850.0','1021028.0','22',    '21','4','15066.16',    '19','2','5141.16',    '9','2','9925.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122114.0','1046595.0','1',    '1','1','2556.78',    '1','1','1804.0',    '1','1','752.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035288.0','1021028.0','84',    '76','39','196725.51',    '74','36','145855.35',    '31','14','50870.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123552.0','1046595.0','233',    '165','22','167073.01',    '125','20','164013.06',    '89','5','3059.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035341.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123605.0','1046595.0','155',    '141','34','82394.94',    '136','23','69229.55',    '56','17','13165.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035294.0','1021028.0','1088',    '994','267','878399.0',    '971','225','756499.39',    '408','100','121899.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123558.0','1046595.0','12',    '11','5','19671.29',    '10','4','18497.85',    '9','2','1173.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045789.0','1021028.0','103',    '81','22','43112.05',    '76','21','41018.19',    '31','5','2093.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134053.0','1046595.0','3',    '3','2','3861.55',    '3','1','2902.96',    '2','1','958.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2028678.0','1021028.0','6',    '5','2','529.78',    '5','1','414.8',    '2','1','114.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2116942.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034368.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122632.0','1046595.0','378',    '328','57','99194.26',    '309','39','77267.56',    '136','22','21926.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034647.0','1021028.0','94',    '86','16','26492.16',    '85','13','18096.06',    '29','5','8396.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122911.0','1046595.0','16',    '14','6','22909.2',    '14','6','22909.2',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034612.0','1021028.0','245',    '220','73','268309.38',    '213','48','227402.42',    '97','36','40906.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122876.0','1046595.0','14',    '10','1','2808.43',    '8','1','2808.43',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034476.0','1021028.0','52',    '41','14','25079.38',    '39','9','22290.03',    '22','6','2789.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122740.0','1046595.0','6',    '4','1','2388.0',    '3','1','2388.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045790.0','1021028.0','70',    '64','7','10193.16',    '58','5','5539.48',    '28','2','4653.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134054.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033207.0','1021028.0','242',    '193','33','103313.35',    '176','28','87612.82',    '77','11','15700.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121471.0','1046595.0','2',    '2','2','8100.0',    '1','0','0.0',    '2','2','8100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045791.0','1021028.0','678',    '591','184','569420.05',    '569','151','454587.55',    '274','90','114832.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134055.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033838.0','1021028.0','11',    '11','7','18007.82',    '11','5','6155.22',    '7','3','11852.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122102.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035418.0','1021028.0','663',    '612','194','408524.8',    '583','140','344502.27',    '320','82','64022.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123682.0','1046595.0','25',    '23','4','3614.69',    '22','1','694.34',    '6','4','2920.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035113.0','1021028.0','310',    '290','86','167420.14',    '285','58','139890.21',    '148','42','27529.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123377.0','1046595.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035367.0','1021028.0','18',    '18','2','3580.11',    '18','2','3580.11',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123631.0','1046595.0','3',    '3','1','1222.0',    '3','1','1222.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2027928.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116192.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2028802.0','1021028.0','2',    '2','1','796.0',    '2','1','796.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2117066.0','1046595.0','23',    '21','8','6067.18',    '17','2','1718.65',    '10','6','4348.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034397.0','1021028.0','100',    '83','25','38327.53',    '77','16','31179.06',    '40','13','7148.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122661.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045792.0','1021028.0','149',    '136','24','108078.6',    '134','23','101246.95',    '41','2','6831.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134056.0','1046595.0','1',    '1','1','959.28',    '0','0','0.0',    '1','1','959.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045793.0','1021028.0','17',    '16','1','500.0',    '15','0','0.0',    '2','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134057.0','1046595.0','26',    '25','6','12818.41',    '23','5','12024.52',    '11','2','793.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045794.0','1021028.0','56',    '51','8','13077.52',    '44','4','7901.36',    '29','6','5176.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134058.0','1046595.0','254',    '233','102','635541.95',    '226','93','548932.68',    '109','34','86609.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034648.0','1021028.0','166',    '137','26','43060.14',    '124','16','27474.18',    '68','12','15585.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122912.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045795.0','1021028.0','1',    '1','1','20260.43',    '1','1','13628.5',    '1','1','6631.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134059.0','1046595.0','724',    '673','271','933965.25',    '644','245','816563.29',    '305','62','117401.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033624.0','1021028.0','40',    '40','10','7279.06',    '40','9','6551.95',    '15','2','727.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121888.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033564.0','1021028.0','201',    '185','63','189150.72',    '180','47','114690.34',    '110','38','74460.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121828.0','1046595.0','16',    '17','2','4595.99',    '16','2','4111.0',    '8','1','484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033411.0','1021028.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121675.0','1046595.0','7',    '7','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035111.0','1021028.0','50',    '48','12','80393.74',    '46','11','75073.17',    '21','3','5320.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123375.0','1046595.0','4296',    '3848','1532','3731011.6',    '3661','1304','2839765.12',    '2084','511','891246.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035094.0','1021028.0','1',    '1','1','2687.08',    '1','1','2687.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123358.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033771.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122035.0','1046595.0','163',    '146','37','146249.58',    '144','27','116141.4',    '53','19','30108.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045796.0','1021028.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134060.0','1046595.0','34',    '33','9','25176.92',    '33','8','22650.55',    '13','5','2526.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033890.0','1021028.0','45',    '44','6','14526.8',    '35','5','11051.35',    '20','3','3475.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122154.0','1046595.0','48',    '46','11','11797.01',    '46','8','10530.68',    '19','5','1266.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2028805.0','1021028.0','32',    '30','4','16092.79',    '30','4','11859.92',    '6','2','4232.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2117069.0','1046595.0','61',    '50','5','12314.87',    '43','4','10707.82',    '20','2','1607.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035189.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123453.0','1046595.0','46',    '31','8','13557.15',    '31','7','9052.16',    '7','3','4504.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034414.0','1021028.0','9',    '3','1','267.11',    '2','0','0.0',    '2','1','267.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122678.0','1046595.0','285',    '246','45','105346.96',    '231','38','91057.7',    '100','15','14289.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035277.0','1021028.0','488',    '436','124','337387.91',    '413','93','282895.77',    '199','47','54492.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123541.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034492.0','1021028.0','20',    '18','1','2257.33',    '18','1','2257.33',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122756.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035126.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123390.0','1046595.0','70',    '41','3','1485.58',    '31','1','945.6',    '23','2','539.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034528.0','1021028.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122792.0','1046595.0','20',    '18','4','12333.47',    '18','4','6763.58',    '8','1','5569.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045797.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134061.0','1046595.0','107',    '98','15','95032.31',    '96','14','78470.07',    '32','6','16562.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034512.0','1021028.0','196',    '182','43','144791.71',    '177','26','120962.4',    '69','21','23829.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122776.0','1046595.0','164',    '150','62','349377.57',    '147','56','312992.27',    '83','20','36385.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2029037.0','1021028.0','744',    '680','233','857662.88',    '637','185','629642.62',    '342','98','228020.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2117301.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045798.0','1021028.0','71',    '56','16','39199.49',    '51','15','38523.39',    '19','2','676.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134062.0','1046595.0','225',    '185','14','31559.68',    '165','10','23349.14',    '91','6','8210.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045799.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134063.0','1046595.0','1987',    '1744','604','1943842.8',    '1608','469','1250723.28',    '931','304','693119.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033334.0','1021028.0','251',    '235','97','375299.98',    '226','81','336416.09',    '120','35','38883.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121598.0','1046595.0','2',    '2','1','1451.52',    '2','1','1100.0',    '2','1','351.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034619.0','1021028.0','282',    '234','44','166711.22',    '222','33','135233.66',    '110','23','31477.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122883.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033219.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121483.0','1046595.0','145',    '129','72','241060.17',    '128','64','201819.61',    '62','24','39240.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045800.0','1021028.0','305',    '283','70','191121.58',    '270','45','124886.76',    '118','35','66234.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134064.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033642.0','1021028.0','1020',    '922','267','843143.76',    '878','197','670678.76',    '437','123','172465.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121906.0','1046595.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033472.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121736.0','1046595.0','15',    '11','0','0.0',    '6','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034768.0','1021028.0','971',    '848','211','461059.98',    '806','142','355746.05',    '390','100','105313.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123032.0','1046595.0','1',    '1','1','2562.26',    '1','0','0.0',    '1','1','2562.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033422.0','1021028.0','2',    '2','1','18258.8',    '2','1','18258.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121686.0','1046595.0','4',    '4','1','11159.43',    '4','1','11159.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028375.0','1021028.0','1526',    '1395','566','1769295.96',    '1323','409','1234391.12',    '776','315','534904.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116639.0','1046595.0','8',    '6','5','40687.85',    '5','5','35116.82',    '4','2','5571.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045801.0','1021028.0','8',    '7','4','8349.37',    '7','3','6485.37',    '4','2','1864.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134065.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033866.0','1021028.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122130.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033811.0','1021028.0','1',    '1','1','263.46',    '1','0','0.0',    '1','1','263.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122075.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033585.0','1021028.0','125',    '109','49','537533.4',    '106','48','481608.87',    '49','16','55924.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121849.0','1046595.0','249',    '226','72','222568.29',    '220','58','182059.27',    '96','22','40509.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045802.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134066.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033228.0','1021028.0','19',    '16','6','17455.0',    '16','5','17373.25',    '4','1','81.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121492.0','1046595.0','801',    '724','190','404413.24',    '712','144','348516.27',    '228','67','55896.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033259.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121523.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045803.0','1021028.0','125',    '114','34','266223.35',    '108','31','254446.8',    '34','7','11776.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134067.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033578.0','1021028.0','1956',    '1868','1037','6447662.96',    '1838','866','4763993.63',    '1120','597','1683669.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121842.0','1046595.0','175',    '164','79','242059.86',    '158','59','184307.9',    '93','39','57751.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033740.0','1021028.0','5',    '5','2','3281.56',    '5','2','3036.56',    '3','1','245.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122004.0','1046595.0','422',    '391','179','1547136.98',    '376','152','1371201.97',    '181','91','175935.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033701.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121965.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2028363.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2116627.0','1046595.0','109',    '103','38','121991.2',    '99','32','105638.03',    '44','18','16353.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045804.0','1021028.0','368',    '354','151','512064.91',    '342','86','340678.03',    '228','106','171386.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134068.0','1046595.0','1',    '1','1','343.66',    '1','0','0.0',    '1','1','343.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045805.0','1021028.0','268',    '248','109','675564.79',    '240','89','548362.44',    '104','58','127202.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134069.0','1046595.0','1',    '1','1','7651.92',    '1','1','5116.54',    '1','1','2535.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033775.0','1021028.0','4',    '4','1','507.65',    '3','1','507.65',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122039.0','1046595.0','20',    '20','7','21538.64',    '20','6','20101.86',    '11','3','1436.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045806.0','1021028.0','39',    '36','6','20009.78',    '36','4','15281.14',    '18','4','4728.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134070.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033710.0','1021028.0','123',    '113','41','121794.36',    '108','27','95165.46',    '60','24','26628.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121974.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033884.0','1021028.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122148.0','1046595.0','65',    '62','20','60224.43',    '61','14','54990.26',    '29','8','5234.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028306.0','1021028.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116570.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045807.0','1021028.0','194',    '178','69','231243.52',    '174','49','199208.14',    '77','31','32035.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134071.0','1046595.0','360',    '349','80','181849.27',    '348','65','169613.22',    '138','21','12236.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034250.0','1021028.0','670',    '625','241','1040268.57',    '602','189','831921.8',    '294','134','208346.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122514.0','1046595.0','63',    '60','16','22235.34',    '60','11','18860.15',    '30','8','3375.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035092.0','1021028.0','2',    '2','1','4002.39',    '2','1','3543.73',    '2','1','458.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123356.0','1046595.0','2',    '2','1','787.27',    '2','0','0.0',    '1','1','787.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033863.0','1021028.0','47',    '45','8','13165.44',    '45','8','12935.45',    '17','1','229.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122127.0','1046595.0','145',    '139','34','89319.74',    '129','19','61504.94',    '74','24','27814.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035344.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123608.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035222.0','1021028.0','1',    '1','1','7689.41',    '1','1','1394.0',    '1','1','6295.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123486.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045808.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134072.0','1046595.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035090.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123354.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028664.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116928.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035235.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123499.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034441.0','1021028.0','3',    '3','1','1869.68',    '3','1','1869.68',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122705.0','1046595.0','212',    '202','29','74552.91',    '197','22','60813.02',    '109','14','13739.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045809.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134073.0','1046595.0','6',    '6','2','7510.39',    '6','2','7510.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034475.0','1021028.0','1',    '1','1','11492.57',    '1','1','6624.45',    '1','1','4868.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122739.0','1046595.0','3',    '3','1','443.61',    '3','0','0.0',    '1','1','443.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028725.0','1021028.0','92',    '79','12','46820.37',    '71','11','44382.61',    '33','2','2437.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116989.0','1046595.0','165',    '155','27','69502.34',    '150','15','50567.83',    '72','19','18934.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034743.0','1021028.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123007.0','1046595.0','1',    '1','1','11969.49',    '1','1','10766.49',    '1','1','1203.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045810.0','1021028.0','29',    '29','10','31349.05',    '29','6','20979.34',    '17','8','10369.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134074.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034614.0','1021028.0','24',    '24','8','13087.26',    '24','5','7796.36',    '14','7','5290.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122878.0','1046595.0','188',    '178','49','144358.57',    '174','40','122392.87',    '81','19','21965.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034450.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122714.0','1046595.0','3',    '3','1','1696.74',    '3','0','0.0',    '3','1','1696.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045811.0','1021028.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134075.0','1046595.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045812.0','1021028.0','15',    '14','7','29467.05',    '14','6','22596.97',    '5','4','6870.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134076.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045813.0','1021028.0','625',    '572','240','1259176.31',    '553','196','1089663.5',    '254','113','169512.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134077.0','1046595.0','1185',    '1130','763','6047215.71',    '1101','688','4689335.77',    '626','375','1357879.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033294.0','1021028.0','1',    '1','1','964.14',    '1','0','0.0',    '1','1','964.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121558.0','1046595.0','84',    '81','17','36480.22',    '77','11','16129.92',    '48','11','20350.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033327.0','1021028.0','170',    '163','45','133484.2',    '162','33','120269.44',    '59','17','13214.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121591.0','1046595.0','1',    '1','1','887.23',    '1','0','0.0',    '1','1','887.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033681.0','1021028.0','146',    '137','37','75955.68',    '130','18','49343.17',    '66','25','26612.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121945.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033520.0','1021028.0','1748',    '1619','1099','7794935.27',    '1569','934','6008161.79',    '948','600','1786773.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121784.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045814.0','1021028.0','10',    '10','2','8311.2',    '10','1','8021.2',    '7','1','290.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134078.0','1046595.0','1',    '1','1','3795.41',    '1','1','3795.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028188.0','1021028.0','6',    '6','2','11270.14',    '6','1','6437.02',    '2','2','4833.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116452.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033528.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121792.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033591.0','1021028.0','37',    '37','19','74998.96',    '36','12','54417.51',    '27','13','20581.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121855.0','1046595.0','1',    '1','1','3934.4',    '1','1','2218.0',    '1','1','1716.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033324.0','1021028.0','11',    '11','6','40515.18',    '11','6','33508.63',    '5','2','7006.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121588.0','1046595.0','790',    '760','360','2375908.28',    '746','315','2136547.44',    '366','130','239360.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033629.0','1021028.0','9',    '9','1','3519.2',    '9','1','3519.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121893.0','1046595.0','6',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033262.0','1021028.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121526.0','1046595.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045815.0','1021028.0','7',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134079.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033541.0','1021028.0','467',    '424','56','166751.12',    '402','38','108812.09',    '135','32','57939.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121805.0','1046595.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033290.0','1021028.0','45',    '38','1','5084.43',    '38','1','994.0',    '5','1','4090.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121554.0','1046595.0','20',    '19','2','9725.13',    '19','2','9210.36',    '4','1','514.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033298.0','1021028.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121562.0','1046595.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045816.0','1021028.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134080.0','1046595.0','55',    '49','7','17859.61',    '48','5','17169.63',    '16','3','689.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033388.0','1021028.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121652.0','1046595.0','53',    '49','6','79299.99',    '49','5','72436.99',    '8','2','6863.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033615.0','1021028.0','17',    '15','0','0.0',    '15','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121879.0','1046595.0','44',    '39','4','5723.13',    '38','2','2085.43',    '12','3','3637.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033617.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121881.0','1046595.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033382.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121646.0','1046595.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033735.0','1021028.0','8',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121999.0','1046595.0','9',    '8','0','0.0',    '8','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033704.0','1021028.0','644',    '585','186','487382.56',    '571','179','336406.33',    '256','69','150976.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121968.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045817.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134081.0','1046595.0','8',    '8','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033755.0','1021028.0','10',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122019.0','1046595.0','12',    '10','1','1022.0',    '10','1','1022.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033748.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122012.0','1046595.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035244.0','1021028.0','5',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123508.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045818.0','1021028.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134082.0','1046595.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035451.0','1021028.0','34',    '31','1','1568.87',    '30','1','1568.87',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123715.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033834.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122098.0','1046595.0','57',    '57','38','70101.79',    '57','15','43149.95',    '41','31','26951.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035491.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123755.0','1046595.0','1',    '1','1','1168.71',    '1','1','1168.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045819.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134083.0','1046595.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2027742.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2116006.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028667.0','1021028.0','1',    '1','1','2378.15',    '1','1','2378.15',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116931.0','1046595.0','7',    '5','1','3507.75',    '5','1','3507.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045820.0','1021028.0','7',    '7','6','24020.12',    '7','5','19506.81',    '5','4','4513.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134084.0','1046595.0','3',    '3','1','549.59',    '3','0','0.0',    '3','1','549.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028327.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116591.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045821.0','1021028.0','1',    '1','1','548.93',    '1','1','446.34',    '1','1','102.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134085.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034688.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122952.0','1046595.0','29',    '27','9','30133.16',    '25','6','17106.3',    '15','7','13026.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028357.0','1021028.0','52',    '52','27','67978.43',    '52','18','45561.68',    '29','16','22416.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116621.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045822.0','1021028.0','1',    '1','1','622.7',    '1','0','0.0',    '1','1','622.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134086.0','1046595.0','1',    '1','1','860.58',    '1','0','0.0',    '1','1','860.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033880.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122144.0','1046595.0','2',    '2','2','4428.66',    '2','2','2235.0',    '2','1','2193.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033370.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121634.0','1046595.0','3',    '2','2','6258.95',    '2','2','3132.0',    '2','2','3126.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034255.0','1021028.0','6',    '6','5','16656.56',    '6','4','14643.53',    '3','2','2013.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122519.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033438.0','1021028.0','1',    '1','1','2913.59',    '1','1','2295.21',    '1','1','618.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121702.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035223.0','1021028.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123487.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033530.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121794.0','1046595.0','7',    '7','4','8241.01',    '7','3','5371.39',    '5','2','2869.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035383.0','1021028.0','2',    '2','2','3692.25',    '2','2','1788.0',    '2','1','1904.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123647.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045823.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134087.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035279.0','1021028.0','1',    '1','1','362.43',    '1','0','0.0',    '1','1','362.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123543.0','1046595.0','2',    '2','1','3641.38',    '2','0','0.0',    '1','1','3641.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045824.0','1021028.0','29',    '29','19','24050.81',    '29','5','8025.17',    '22','17','16025.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134088.0','1046595.0','3',    '3','1','5219.47',    '3','1','2761.56',    '2','1','2457.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045825.0','1021028.0','1',    '1','1','2284.58',    '1','1','1424.0',    '1','1','860.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134089.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033545.0','1021028.0','1',    '1','1','863.19',    '1','0','0.0',    '1','1','863.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121809.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045826.0','1021028.0','5',    '5','3','4047.8',    '5','1','1424.0',    '5','3','2623.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134090.0','1046595.0','1',    '1','1','2655.84',    '1','0','0.0',    '1','1','2655.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033351.0','1021028.0','32',    '31','21','41128.1',    '30','9','23196.36',    '23','17','17931.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121615.0','1046595.0','13',    '13','11','57291.93',    '13','10','42139.38',    '9','7','15152.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045827.0','1021028.0','2',    '2','1','1387.04',    '2','1','1387.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134091.0','1046595.0','7',    '7','3','7422.99',    '7','3','6559.8',    '3','1','863.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033352.0','1021028.0','5',    '5','3','4621.59',    '5','2','1589.44',    '3','2','3032.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121616.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045828.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134092.0','1046595.0','2',    '2','1','6941.7',    '2','1','6941.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045829.0','1021028.0','3',    '3','2','4443.38',    '3','1','1076.0',    '3','2','3367.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134093.0','1046595.0','1',    '1','1','1094.25',    '1','0','0.0',    '1','1','1094.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034453.0','1021028.0','1',    '1','1','3931.74',    '1','1','2565.18',    '1','1','1366.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122717.0','1046595.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033708.0','1021028.0','18',    '18','9','38654.21',    '17','4','26407.28',    '15','9','12246.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121972.0','1046595.0','122',    '104','37','137030.12',    '101','25','78955.38',    '72','30','58074.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045830.0','1021028.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134094.0','1046595.0','8',    '7','5','6154.67',    '7','2','2500.0',    '5','5','3654.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045831.0','1021028.0','1',    '1','1','4183.04',    '1','1','2056.0',    '1','1','2127.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134095.0','1046595.0','1',    '1','1','732.72',    '1','0','0.0',    '1','1','732.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033371.0','1021028.0','3',    '3','2','1412.0',    '2','1','712.0',    '3','1','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121635.0','1046595.0','1',    '1','1','3012.93',    '1','1','1891.82',    '1','1','1121.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045832.0','1021033.0','1',    '1','1','3451.05',    '1','1','3451.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134096.0','1046600.0','62',    '43','14','29345.23',    '42','9','12314.56',    '21','11','17030.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033463.0','1021033.0','3',    '3','3','1243.71',    '3','0','0.0',    '3','3','1243.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121727.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033380.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121644.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033683.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121947.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033921.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122185.0','1046600.0','4',    '4','1','688.72',    '4','0','0.0',    '2','1','688.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045833.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134097.0','1046600.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045834.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134098.0','1046600.0','8',    '8','3','5605.09',    '8','2','3164.68',    '7','2','2440.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033644.0','1021033.0','8',    '8','5','12078.57',    '8','4','7105.14',    '6','4','4973.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121908.0','1046600.0','1',    '1','1','4596.67',    '1','1','2846.0',    '1','1','1750.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035421.0','1021033.0','2',    '2','2','4721.93',    '2','2','4721.93',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123685.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033698.0','1021033.0','1',    '1','1','2646.39',    '1','1','1076.0',    '1','1','1570.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121962.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035281.0','1021033.0','3',    '3','1','14874.38',    '3','1','12706.25',    '2','1','2168.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123545.0','1046600.0','3',    '3','1','1625.59',    '3','1','1076.0',    '2','1','549.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045835.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134099.0','1046600.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045836.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134100.0','1046600.0','1',    '1','1','4180.84',    '1','1','3526.38',    '1','1','654.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045837.0','1021033.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134101.0','1046600.0','3',    '3','1','712.0',    '3','1','712.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045838.0','1021033.0','1',    '1','1','1003.2',    '1','1','1003.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134102.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029032.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117296.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034562.0','1021033.0','3',    '3','2','6866.81',    '3','2','6553.21',    '2','1','313.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122826.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029744.0','1021033.0','3',    '3','1','3724.64',    '3','1','3724.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2118008.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045839.0','1021033.0','5',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134103.0','1046600.0','12',    '12','8','18756.72',    '12','5','8950.41',    '9','7','9806.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045840.0','1021033.0','3',    '3','3','2953.21',    '3','3','2326.0',    '3','1','627.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134104.0','1046600.0','1',    '1','1','286.86',    '1','0','0.0',    '1','1','286.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034693.0','1021033.0','1',    '1','1','676.31',    '1','0','0.0',    '1','1','676.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122957.0','1046600.0','2',    '1','1','2033.45',    '1','1','1028.0',    '1','1','1005.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034530.0','1021033.0','9',    '9','8','12099.8',    '9','3','5784.73',    '8','7','6315.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122794.0','1046600.0','1',    '1','1','290.0',    '1','0','0.0',    '1','1','290.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045841.0','1021033.0','9',    '9','8','18497.48',    '9','5','7738.57',    '9','7','10758.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134105.0','1046600.0','29',    '29','21','40574.5',    '27','11','21410.14',    '20','15','19164.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045842.0','1021033.0','9',    '9','7','13607.47',    '9','6','7936.1',    '4','3','5671.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134106.0','1046600.0','2',    '2','1','33178.36',    '2','1','27422.88',    '2','1','5755.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040104.0','1021033.0','30',    '29','19','33662.44',    '29','8','10980.0',    '23','17','22682.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128368.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045843.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134107.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033480.0','1021033.0','9',    '8','4','22596.81',    '8','4','15752.1',    '5','4','6844.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121744.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033216.0','1021033.0','1',    '1','1','940.07',    '1','1','940.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121480.0','1046600.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033527.0','1021033.0','2',    '2','1','538.0',    '2','1','538.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121791.0','1046600.0','1',    '1','1','1311.43',    '1','1','1311.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045844.0','1021033.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134108.0','1046600.0','3',    '3','1','5090.78',    '3','1','3666.28',    '1','1','1424.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033326.0','1021033.0','2',    '2','1','10254.96',    '2','1','10254.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121590.0','1046600.0','3',    '3','2','8582.75',    '3','2','7405.96',    '3','2','1176.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033261.0','1021033.0','11',    '6','3','7053.51',    '6','2','3193.26',    '4','2','3860.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121525.0','1046600.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045845.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134109.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033711.0','1021033.0','2',    '2','2','4116.56',    '2','2','4116.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121975.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033764.0','1021033.0','1',    '1','1','2368.87',    '1','0','0.0',    '1','1','2368.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122028.0','1046600.0','1',    '1','1','5572.83',    '1','1','5572.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045846.0','1021033.0','7',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134110.0','1046600.0','2',    '1','1','11159.59',    '1','1','10949.6',    '1','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045847.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134111.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033749.0','1021033.0','1',    '1','1','2022.0',    '1','1','2022.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122013.0','1046600.0','1',    '1','1','1212.0',    '1','1','1212.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033814.0','1021033.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122078.0','1046600.0','1',    '1','1','5458.99',    '1','1','4880.16',    '1','1','578.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034175.0','1021033.0','476',    '438','156','878737.52',    '435','127','768963.2',    '174','79','109774.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122439.0','1046600.0','194',    '167','70','385661.76',    '165','64','333554.17',    '69','27','52107.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033843.0','1021033.0','28',    '24','10','40526.49',    '24','9','39624.39',    '8','3','902.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122107.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035203.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123467.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033779.0','1021033.0','669',    '623','255','797895.23',    '609','221','709273.8',    '255','93','88621.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122043.0','1046600.0','1401',    '1175','173','694733.43',    '1112','121','590599.19',    '429','86','104134.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035227.0','1021033.0','1',    '1','1','1734.0',    '1','1','1734.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123491.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045848.0','1021033.0','49',    '27','15','52548.47',    '26','14','48594.11',    '9','7','3954.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134112.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045849.0','1021033.0','10698',    '10067','3627','17748402.61',    '9951','3181','13970099.49',    '4366','1850','3778303.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134113.0','1046600.0','185',    '150','69','404052.39',    '147','60','318499.49',    '65','29','85552.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035207.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123471.0','1046600.0','2',    '2','1','4506.62',    '2','1','4506.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045850.0','1021033.0','36',    '34','13','127644.22',    '34','10','99759.13',    '13','8','27885.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134114.0','1046600.0','282',    '242','118','440147.33',    '231','98','349369.09',    '125','57','90778.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2035390.0','1021033.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123654.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2029021.0','1021033.0','1046',    '964','337','1323647.82',    '942','293','1202337.19',    '389','113','121310.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2117285.0','1046600.0','2',    '2','1','1734.0',    '2','1','1734.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2027693.0','1021033.0','778',    '540','281','2695390.38',    '536','266','2390473.07',    '191','91','304917.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2115957.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034742.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123006.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2028880.0','1021033.0','428',    '318','103','530027.34',    '287','88','469367.29',    '127','37','60660.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2117144.0','1046600.0','1',    '1','1','4353.87',    '1','1','2022.0',    '1','1','2331.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045851.0','1021033.0','2780',    '2168','513','1372074.6',    '1988','366','1162786.75',    '953','250','209287.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134115.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029756.0','1021033.0','3',    '3','2','14350.76',    '3','1','13886.91',    '2','1','463.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2118020.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034708.0','1021033.0','413',    '318','84','190512.21',    '294','64','169642.63',    '131','33','20869.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122972.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045852.0','1021033.0','1',    '1','1','1212.0',    '1','1','1212.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134116.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045853.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134117.0','1046600.0','17',    '14','2','3008.29',    '13','1','2002.77',    '5','2','1005.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045854.0','1021033.0','16',    '11','2','2904.35',    '11','2','2372.56',    '4','1','531.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134118.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045855.0','1021033.0','114',    '86','28','72495.27',    '73','18','66196.37',    '47','12','6298.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134119.0','1046600.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045856.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134120.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045857.0','1021033.0','1135',    '813','180','506247.18',    '743','123','426388.09',    '335','92','79859.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134121.0','1046600.0','365',    '227','19','17278.54',    '192','10','11275.24',    '77','11','6003.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045858.0','1021033.0','1',    '1','1','529.36',    '1','0','0.0',    '1','1','529.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134122.0','1046600.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033842.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122106.0','1046600.0','1765',    '1634','618','2783708.5',    '1606','525','2368941.58',    '768','294','414766.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028298.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116562.0','1046600.0','2436',    '2003','320','921990.7',    '1933','236','757962.1',    '681','161','164028.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034664.0','1021033.0','1359',    '1279','710','3960247.85',    '1260','642','3387222.7',    '688','304','573025.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122928.0','1046600.0','1',    '1','1','151.55',    '1','1','151.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033776.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122040.0','1046600.0','9',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034593.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122857.0','1046600.0','99',    '93','50','216140.99',    '93','47','195608.4',    '51','21','20532.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034132.0','1021033.0','1',    '1','1','1212.0',    '1','1','1212.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122396.0','1046600.0','1',    '1','1','3650.87',    '1','1','1076.0',    '1','1','2574.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2040101.0','1021033.0','13',    '13','6','21685.48',    '13','6','15474.79',    '4','3','6210.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2128365.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035380.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123644.0','1046600.0','1293',    '675','74','163537.74',    '496','43','104918.9',    '372','48','58618.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045859.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134123.0','1046600.0','93',    '75','20','31965.7',    '65','14','27588.71',    '34','6','4376.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035205.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123469.0','1046600.0','2',    '3','1','2263.36',    '2','1','1734.0',    '3','1','529.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045860.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134124.0','1046600.0','596',    '482','120','510191.74',    '443','95','415671.94',    '205','55','94519.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035388.0','1021033.0','241',    '180','86','354239.41',    '171','73','290613.73',    '68','31','63625.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123652.0','1046600.0','143',    '85','8','4997.12',    '71','3','2509.36',    '28','5','2487.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033491.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121755.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045861.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134125.0','1046600.0','2',    '2','1','4887.31',    '1','1','1734.0',    '2','1','3153.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033414.0','1021033.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121678.0','1046600.0','71',    '54','13','49230.62',    '48','10','46728.91',    '16','4','2501.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2028994.0','1021033.0','116',    '74','17','23896.0',    '67','12','20568.8',    '45','9','3327.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2117258.0','1046600.0','926',    '643','196','798334.49',    '556','156','671067.92',    '261','83','127266.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045862.0','1021033.0','87',    '61','22','53498.0',    '56','18','48449.5',    '24','6','5048.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134126.0','1046600.0','73',    '68','45','289242.1',    '68','40','243142.9',    '38','18','46099.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2029757.0','1021033.0','4',    '4','1','4070.45',    '4','1','4070.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2118021.0','1046600.0','2625',    '2358','691','2155871.9',    '2303','579','1805352.17',    '917','282','350519.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033419.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121683.0','1046600.0','5',    '4','2','15343.28',    '4','2','13872.45',    '2','2','1470.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034451.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122715.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033643.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2121907.0','1046600.0','978',    '859','304','809623.93',    '835','251','722014.62',    '381','123','87609.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045863.0','1021033.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134127.0','1046600.0','4',    '3','1','209.99',    '3','0','0.0',    '2','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033750.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122014.0','1046600.0','14229',    '13547','5344','29114167.85',    '13438','4744','23114976.67',    '5932','2844','5999191.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034774.0','1021033.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123038.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045864.0','1021033.0','166',    '113','29','47995.42',    '96','18','33311.31',    '64','20','14684.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134128.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045865.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134129.0','1046600.0','3',    '3','1','1941.05',    '3','1','1941.05',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033803.0','1021033.0','1693',    '1346','158','489989.79',    '1210','123','421920.8',    '549','65','68068.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122067.0','1046600.0','15',    '14','7','18057.31',    '14','5','12716.23',    '8','5','5341.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034710.0','1021033.0','504',    '343','30','45294.36',    '295','16','38137.6',    '111','15','7156.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122974.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028370.0','1021033.0','1976',    '1808','696','2734379.46',    '1758','591','2458968.73',    '812','294','275410.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116634.0','1046600.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045866.0','1021033.0','110',    '101','57','213006.34',    '97','48','168056.74',    '56','30','44949.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134130.0','1046600.0','316',    '177','13','14449.38',    '135','10','12300.56',    '75','4','2148.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034249.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122513.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040255.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128519.0','1046600.0','266',    '242','63','187372.29',    '236','58','152063.46',    '78','18','35308.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033877.0','1021033.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122141.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040190.0','1021033.0','1826',    '1056','125','281297.38',    '798','66','197997.89',    '487','75','83299.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128454.0','1046600.0','49',    '35','22','243827.9',    '35','20','228362.4',    '12','8','15465.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035157.0','1021033.0','33',    '19','5','5749.14',    '15','1','2358.86',    '14','5','3390.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123421.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045867.0','1021033.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134131.0','1046600.0','375',    '309','117','344003.37',    '291','96','266519.57',    '158','61','77483.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2035153.0','1021033.0','12',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123417.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2033464.0','1021033.0','2249',    '2111','713','3495987.88',    '2079','581','3028338.84',    '889','344','467649.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2121728.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033415.0','1021033.0','70',    '51','24','93687.07',    '48','17','81128.18',    '22','11','12558.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121679.0','1046600.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035228.0','1021033.0','791',    '398','34','73689.0',    '284','21','39683.46',    '221','22','34005.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123492.0','1046600.0','1',    '1','1','2270.68',    '1','1','2006.0',    '1','1','264.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033460.0','1021033.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121724.0','1046600.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045868.0','1021033.0','46',    '32','21','74331.01',    '31','20','66194.31',    '17','7','8136.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134132.0','1046600.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2029004.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2117268.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033344.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121608.0','1046608.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2029688.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2117952.0','1046608.0','9',    '7','6','30286.34',    '7','5','25732.28',    '2','2','4554.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033699.0','1021041.0','97',    '85','40','110561.31',    '83','38','104134.51',    '36','14','6426.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121963.0','1046608.0','433',    '405','151','794172.82',    '400','137','623753.67',    '183','79','170419.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034772.0','1021041.0','19',    '13','5','11834.37',    '9','3','10021.03',    '7','3','1813.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2123036.0','1046608.0','49',    '41','8','12540.4',    '37','6','10555.72',    '23','4','1984.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028369.0','1021041.0','898',    '817','339','1318325.04',    '798','288','1133257.87',    '391','158','185067.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116633.0','1046608.0','333',    '277','81','353581.1',    '251','71','322681.73',    '137','29','30899.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034632.0','1021041.0','2943',    '2358','1019','7922706.1',    '2336','922','6858294.06',    '901','377','1064412.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122896.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045869.0','1021041.0','10',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134133.0','1046608.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034529.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122793.0','1046608.0','250',    '200','59','145483.92',    '188','42','124749.67',    '85','29','20734.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033851.0','1021041.0','109',    '88','16','33741.72',    '85','10','14840.54',    '33','7','18901.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122115.0','1046608.0','2',    '1','1','1949.13',    '1','1','1949.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045870.0','1021041.0','1',    '1','1','2059.38',    '1','1','1552.0',    '1','1','507.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134134.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034265.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122529.0','1046608.0','7',    '5','2','1530.29',    '5','1','1110.31',    '3','2','419.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045871.0','1021041.0','4',    '4','2','8906.81',    '4','2','7599.43',    '3','2','1307.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134135.0','1046608.0','125',    '111','28','106360.46',    '110','25','78117.97',    '43','9','28242.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033796.0','1021041.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122060.0','1046608.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2035416.0','1021041.0','316',    '284','97','327004.42',    '276','83','287903.97',    '116','38','39100.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123680.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035103.0','1021041.0','7050',    '6717','1659','7370986.01',    '6642','1395','5734653.77',    '2342','877','1636332.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123367.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2035217.0','1021041.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123481.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045872.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134136.0','1046608.0','1208',    '892','84','197866.09',    '801','55','166578.16',    '348','38','31287.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045873.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134137.0','1046608.0','1',    '1','1','4295.04',    '1','1','2022.0',    '1','1','2273.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045874.0','1021041.0','12',    '11','9','75309.15',    '11','9','67042.35',    '7','3','8266.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134138.0','1046608.0','4',    '3','1','10416.76',    '3','1','10146.77',    '1','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045875.0','1021041.0','3',    '3','3','7232.36',    '3','2','6756.48',    '2','1','475.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134139.0','1046608.0','5',    '5','2','13328.79',    '5','2','11582.57',    '3','2','1746.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033745.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122009.0','1046608.0','1',    '1','1','1734.0',    '1','1','1734.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033846.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122110.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2040118.0','1021041.0','170',    '122','45','322447.8',    '122','42','296425.65',    '37','10','26022.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2128382.0','1046608.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033777.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122041.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034650.0','1021041.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122914.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034253.0','1021041.0','5',    '5','2','4638.53',    '4','2','3468.0',    '4','1','1170.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122517.0','1046608.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2040150.0','1021041.0','3',    '2','1','8403.43',    '1','1','8403.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2128414.0','1046608.0','1',    '1','1','3897.63',    '1','1','2858.0',    '1','1','1039.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035089.0','1021041.0','20',    '11','5','27035.7',    '10','4','16265.73',    '5','3','10769.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123353.0','1046608.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045876.0','1021041.0','1155',    '1066','437','1640887.11',    '1045','359','1407273.71',    '476','193','233613.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134140.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045877.0','1021041.0','681',    '463','72','132788.15',    '390','51','107209.92',    '234','32','25578.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134141.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045878.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134142.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045879.0','1021041.0','507',    '388','137','542400.42',    '364','111','471293.51',    '164','54','71106.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134143.0','1046608.0','16',    '11','1','250.0',    '10','0','0.0',    '4','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045880.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134144.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028974.0','1021041.0','1',    '1','1','1544.0',    '1','1','1544.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117238.0','1046608.0','196',    '127','45','443719.9',    '121','42','386244.93',    '54','19','57474.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040121.0','1021041.0','15',    '15','2','6173.07',    '13','2','4284.34',    '6','2','1888.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128385.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034421.0','1021041.0','873',    '656','162','359553.85',    '566','113','290916.95',    '292','81','68636.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122685.0','1046608.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045881.0','1021041.0','1',    '1','1','4345.48',    '1','1','1734.0',    '1','1','2611.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134145.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045882.0','1021041.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134146.0','1046608.0','4',    '2','1','1734.0',    '2','1','1734.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040164.0','1021041.0','1126',    '1000','336','1088330.58',    '959','265','896379.67',    '466','163','191950.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128428.0','1046608.0','1174',    '947','229','702841.3',    '908','163','618885.59',    '376','113','83955.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034452.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122716.0','1046608.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2040163.0','1021041.0','5',    '5','4','5542.86',    '5','2','2600.0',    '5','3','2942.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2128427.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045883.0','1021041.0','4',    '4','1','1914.0',    '3','1','1914.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134147.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034690.0','1021041.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122954.0','1046608.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045884.0','1021041.0','2',    '2','1','1279.71',    '2','1','1279.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134148.0','1046608.0','10599',    '9905','5031','25104479.01',    '9777','4456','19723934.9',    '5574','2847','5380544.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2040229.0','1021041.0','746',    '511','77','138625.69',    '415','54','118984.62',    '244','34','19641.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2128493.0','1046608.0','7',    '6','1','463.85',    '6','0','0.0',    '4','1','463.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034461.0','1021041.0','1',    '1','1','1734.0',    '1','1','1734.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122725.0','1046608.0','6',    '5','1','854.62',    '5','0','0.0',    '4','1','854.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2040244.0','1021041.0','444',    '418','200','1483252.98',    '412','188','1329548.4',    '194','84','153704.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2128508.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045885.0','1021041.0','2360',    '1986','570','1814036.84',    '1859','447','1551400.87',    '866','280','262635.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134149.0','1046608.0','128',    '121','72','523446.69',    '121','71','488481.02',    '56','27','34965.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045886.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134150.0','1046608.0','67',    '56','40','220047.7',    '56','35','185450.34',    '26','15','34597.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040087.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128351.0','1046608.0','2102',    '2029','1029','5640776.63',    '2015','939','5006288.54',    '959','418','634488.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045887.0','1021041.0','1465',    '1390','713','3762963.04',    '1370','616','3180965.18',    '681','315','581997.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134151.0','1046608.0','1080',    '1006','414','1773334.8',    '983','338','1521635.32',    '445','197','251699.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045888.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134152.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045889.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134153.0','1046608.0','40',    '40','15','70747.23',    '40','15','66491.95',    '10','3','4255.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045890.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134154.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2040245.0','1021041.0','10',    '10','5','12585.58',    '9','5','12585.58',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2128509.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033636.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121900.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2040105.0','1021041.0','37',    '31','7','13058.78',    '30','5','11519.28',    '11','3','1539.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2128369.0','1046608.0','1',    '1','1','4055.02',    '1','1','4055.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045891.0','1021041.0','444',    '330','42','94345.28',    '296','29','77176.15',    '132','22','17169.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134155.0','1046608.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045892.0','1021041.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134156.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2033420.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2121684.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2040069.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2128333.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045893.0','1021041.0','271',    '160','20','51837.26',    '129','11','35727.72',    '66','10','16109.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134157.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040189.0','1021041.0','1',    '1','1','4822.82',    '1','1','4822.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128453.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2033892.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122156.0','1046608.0','1',    '1','1','1552.0',    '1','1','1552.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045894.0','1021041.0','69',    '67','18','64631.01',    '67','17','60134.0',    '23','4','4497.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134158.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045895.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134159.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045896.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134160.0','1046608.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2033800.0','1021041.0','1',    '1','1','4446.04',    '1','1','4446.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122064.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045897.0','1021041.0','2631',    '2440','1077','4385716.22',    '2382','909','3737348.78',    '1175','517','648367.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134161.0','1046608.0','1',    '1','1','1388.0',    '1','1','1388.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045898.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134162.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2028324.0','1021041.0','15',    '15','9','58837.48',    '15','9','50015.28',    '10','4','8822.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2116588.0','1046608.0','38',    '31','8','18767.42',    '27','6','17195.45',    '19','3','1571.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2033753.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122017.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033768.0','1021041.0','1',    '1','1','1644.83',    '1','1','606.0',    '1','1','1038.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122032.0','1046608.0','1',    '1','1','3893.1',    '1','1','1388.0',    '1','1','2505.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2035087.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123351.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2035278.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123542.0','1046608.0','87',    '61','15','48101.44',    '60','12','46127.08',    '24','7','1974.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2035257.0','1021041.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123521.0','1046608.0','6',    '4','1','2616.8',    '4','1','2616.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045899.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134163.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045900.0','1021041.0','43',    '40','21','72240.29',    '40','18','60646.88',    '19','8','11593.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134164.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040226.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128490.0','1046608.0','10',    '7','1','9785.04',    '4','1','9785.04',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045901.0','1021041.0','47',    '23','1','8317.0',    '14','1','8317.0',    '16','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134165.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040071.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128335.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034400.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122664.0','1046608.0','4',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034767.0','1021041.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123031.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034723.0','1021041.0','14',    '12','0','0.0',    '11','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122987.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045902.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134166.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034591.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122855.0','1046608.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045903.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134167.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045904.0','1021041.0','136',    '82','5','7104.56',    '75','5','7104.56',    '42','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134168.0','1046608.0','62',    '32','0','0.0',    '22','0','0.0',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033297.0','1021041.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121561.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034494.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122758.0','1046608.0','52',    '46','7','36160.0',    '44','7','36160.0',    '19','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033513.0','1021041.0','7',    '6','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121777.0','1046608.0','123',    '109','4','84449.62',    '104','2','83268.0',    '34','3','1181.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040159.0','1021041.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128423.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033214.0','1021041.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121478.0','1046608.0','8',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034454.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122718.0','1046608.0','1142',    '943','439','7684705.54',    '914','417','5867395.65',    '607','267','1817309.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033610.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121874.0','1046608.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045905.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134169.0','1046608.0','790',    '719','166','1465262.6',    '708','156','1153474.68',    '325','58','311787.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045906.0','1021041.0','4',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134170.0','1046608.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045907.0','1021041.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134171.0','1046608.0','6',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033549.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2121813.0','1046608.0','2193',    '1761','461','3662185.19',    '1707','431','2626175.69',    '777','200','1036009.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045908.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134172.0','1046608.0','2',    '1','1','179.99',    '1','0','0.0',    '1','1','179.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045909.0','1021041.0','24',    '10','0','0.0',    '5','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134173.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045910.0','1021041.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134174.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045911.0','1021041.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134175.0','1046608.0','20',    '18','0','0.0',    '15','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045912.0','1021041.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134176.0','1046608.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045913.0','1021041.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134177.0','1046608.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045914.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134178.0','1046608.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2033721.0','1021041.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2121985.0','1046608.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034691.0','1021041.0','56',    '54','3','62329.33',    '53','3','53500.0',    '17','1','8829.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122955.0','1046608.0','7',    '7','2','1044.84',    '7','2','1044.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040217.0','1021041.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128481.0','1046608.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2028315.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2116579.0','1046608.0','11',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2034455.0','1021041.0','70',    '46','4','4234.51',    '40','4','4234.51',    '26','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122719.0','1046608.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033889.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122153.0','1046608.0','529',    '424','121','1391408.41',    '405','120','908263.22',    '191','63','483145.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045915.0','1021041.0','51',    '25','1','8842.28',    '18','0','0.0',    '12','1','8842.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134179.0','1046608.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2033787.0','1021041.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122051.0','1046608.0','15',    '15','0','0.0',    '13','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040206.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128470.0','1046616.0','60',    '32','2','1491.6',    '21','2','1491.6',    '25','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035453.0','1021049.0','9',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123717.0','1046616.0','6',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040151.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128415.0','1046616.0','113',    '89','5','68201.09',    '84','4','47528.0',    '37','4','20673.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035386.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123650.0','1046616.0','9',    '7','2','48960.55',    '7','2','41250.0',    '5','1','7710.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045916.0','1021049.0','32',    '31','3','40615.99',    '31','2','40436.0',    '7','1','179.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134180.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2035110.0','1021049.0','1',    '1','1','2288.0',    '1','1','1788.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2123374.0','1046616.0','3',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045917.0','1021049.0','8',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134181.0','1046616.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045918.0','1021049.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134182.0','1046616.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040208.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128472.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028971.0','1021049.0','20',    '19','14','180026.1',    '18','12','115560.52',    '16','13','64465.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2117235.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040122.0','1021049.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128386.0','1046616.0','35',    '27','2','6790.24',    '25','1','6610.25',    '17','1','179.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034390.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122654.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045919.0','1021049.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134183.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034458.0','1021049.0','6',    '6','2','9829.97',    '6','2','5096.0',    '3','1','4733.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122722.0','1046616.0','7',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2040257.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2128521.0','1046616.0','67',    '53','28','314162.59',    '51','27','225403.89',    '37','20','88758.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034543.0','1021049.0','11',    '10','0','0.0',    '9','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122807.0','1046616.0','25',    '22','4','11047.83',    '21','3','8304.0',    '8','2','2743.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2040041.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2128305.0','1046616.0','30',    '30','3','4445.98',    '29','1','4086.0',    '10','2','359.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034558.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122822.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2040258.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2128522.0','1046616.0','277',    '213','15','75629.9',    '185','7','71715.21',    '113','9','3914.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045920.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134184.0','1046616.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045921.0','1021049.0','15',    '13','1','37668.0',    '11','1','37668.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134185.0','1046616.0','3',    '2','1','2768.0',    '2','1','2768.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034564.0','1021049.0','4',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122828.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045922.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134186.0','1046616.0','89',    '70','27','302492.45',    '68','26','264300.84',    '28','7','38191.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040120.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128384.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045923.0','1021049.0','4789',    '3847','1133','10025971.3',    '3711','1069','6073729.41',    '2052','583','3952241.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134187.0','1046616.0','4',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040260.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128524.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2040166.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2128430.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045924.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134188.0','1046616.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034745.0','1021049.0','17',    '15','0','0.0',    '13','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2123009.0','1046616.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034776.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123040.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045925.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134189.0','1046616.0','9',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034769.0','1021049.0','15752',    '14512','5565','64478811.11',    '14352','5315','40592884.27',    '7850','3555','23885926.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123033.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2040037.0','1021049.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2128301.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040067.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128331.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045926.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134190.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045927.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134191.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045928.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134192.0','1046616.0','11',    '8','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045929.0','1021049.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134193.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045930.0','1021049.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134194.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2033647.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2121911.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045931.0','1021049.0','46',    '37','6','90599.27',    '33','5','88910.0',    '21','2','1689.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134195.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045932.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134196.0','1046616.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040125.0','1021049.0','1',    '1','1','1812.0',    '1','1','1812.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128389.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045933.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134197.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040233.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128497.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045934.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134198.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045935.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134199.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2033737.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122001.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045936.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134200.0','1046616.0','5',    '3','0','0.0',    '0','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2028289.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2116553.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040057.0','1021049.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128321.0','1046616.0','1',    '1','1','29975.44',    '1','1','29975.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045937.0','1021049.0','1',    '1','1','33300.0',    '1','1','33300.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134201.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045938.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134202.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045939.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134203.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045940.0','1021049.0','2',    '1','1','1804.0',    '1','1','1804.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134204.0','1046616.0','39',    '37','9','17491.21',    '35','9','17491.21',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2033773.0','1021049.0','8',    '6','2','8665.41',    '6','2','2281.74',    '2','1','6383.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2122037.0','1046616.0','7',    '4','3','61756.0',    '4','3','61756.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045941.0','1021049.0','1',    '1','1','2620.62',    '1','1','1366.0',    '1','1','1254.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134205.0','1046616.0','7',    '7','3','5284.11',    '6','3','5014.12',    '3','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2033869.0','1021049.0','1',    '1','1','464.38',    '1','0','0.0',    '1','1','464.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122133.0','1046616.0','1',    '1','1','10524.33',    '1','1','10524.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040059.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128323.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2035275.0','1021049.0','2',    '1','1','209.99',    '1','0','0.0',    '1','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123539.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040127.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128391.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045942.0','1021049.0','20',    '16','6','8746.32',    '16','3','7186.54',    '5','3','1559.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134206.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2035419.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123683.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040088.0','1021049.0','5',    '4','1','1055.0',    '4','1','1055.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128352.0','1046616.0','3',    '2','1','1330.06',    '2','0','0.0',    '1','1','1330.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2035160.0','1021049.0','2',    '2','1','588.96',    '2','0','0.0',    '2','1','588.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2123424.0','1046616.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040210.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128474.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045943.0','1021049.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134207.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040149.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128413.0','1046616.0','21',    '16','5','3325.55',    '12','2','1555.56',    '8','3','1769.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2028698.0','1021049.0','1',    '1','1','665.87',    '1','1','665.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2116962.0','1046616.0','62',    '51','19','41406.13',    '48','14','35441.54',    '23','9','5964.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045944.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134208.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2029743.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2118007.0','1046616.0','30',    '27','21','81660.82',    '27','10','70825.42',    '15','15','10835.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045945.0','1021049.0','3',    '3','2','34150.63',    '3','2','34150.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134209.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034689.0','1021049.0','1',    '1','1','5313.33',    '0','0','0.0',    '1','1','5313.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122953.0','1046616.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045946.0','1021049.0','53',    '45','14','33070.77',    '39','10','26843.26',    '19','7','6227.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134210.0','1046616.0','9',    '8','2','3946.05',    '8','2','3676.06',    '3','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034557.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122821.0','1046616.0','1',    '1','1','2544.09',    '1','1','2274.1',    '1','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040038.0','1021049.0','16',    '11','5','5826.59',    '10','3','4826.59',    '4','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128302.0','1046616.0','7',    '6','2','11257.66',    '5','2','10757.66',    '4','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034459.0','1021049.0','59',    '52','24','71542.36',    '43','20','29732.0',    '29','16','41810.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122723.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034630.0','1021049.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122894.0','1046616.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045947.0','1021049.0','1',    '1','1','740.36',    '1','1','740.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134211.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045948.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134212.0','1046616.0','24',    '14','2','5032.04',    '12','1','1384.0',    '8','2','3648.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045949.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134213.0','1046616.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2034493.0','1021049.0','15',    '9','4','15645.16',    '8','4','5950.17',    '4','2','9694.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2122757.0','1046616.0','65',    '54','7','8388.06',    '43','3','4570.76',    '26','6','3817.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2045950.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2134214.0','1046616.0','22',    '19','5','6507.23',    '15','1','4507.23',    '12','4','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045951.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134215.0','1046616.0','15',    '12','4','2836.98',    '12','3','2567.14',    '3','1','269.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001772.0',    '2034634.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006281.0',    '2122898.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045952.0','1021049.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134216.0','1046616.0','59',    '49','7','21143.96',    '46','5','19558.35',    '19','3','1585.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2034570.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2122834.0','1046616.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045953.0','1021049.0','1',    '1','1','269.84',    '1','0','0.0',    '1','1','269.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134217.0','1046616.0','20',    '16','2','1866.13',    '14','1','866.13',    '7','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045954.0','1021049.0','9',    '7','3','10180.55',    '7','0','0.0',    '4','3','10180.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134218.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045955.0','1021049.0','1',    '1','1','269.84',    '1','0','0.0',    '1','1','269.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134219.0','1046616.0','23',    '20','6','34606.5',    '19','4','32681.34',    '10','4','1925.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040224.0','1021049.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128488.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045956.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134220.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045957.0','1021049.0','1',    '1','1','1063.67',    '1','1','1063.67',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134221.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045958.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134222.0','1046616.0','39',    '33','3','1518.81',    '32','1','518.81',    '17','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045959.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134223.0','1046616.0','13',    '11','1','3611.62',    '10','1','3611.62',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001942.0',    '2045960.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006283.0',    '2134224.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040144.0','1021049.0','0',    '1','1','4925.29',    '1','1','4172.51',    '1','1','752.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128408.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040170.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128434.0','1046616.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045961.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134225.0','1046616.0','14',    '6','1','269.84',    '4','0','0.0',    '4','1','269.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045962.0','1021049.0','16',    '8','0','0.0',    '4','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134226.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045963.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134227.0','1046616.0','24',    '17','8','20496.08',    '17','6','14761.89',    '11','6','5734.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045964.0','1021049.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134228.0','1046616.0','54',    '39','7','13913.68',    '37','5','12940.78',    '23','2','972.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045965.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134229.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045966.0','1021049.0','14',    '12','0','0.0',    '12','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134230.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045967.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134231.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045968.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134232.0','1046616.0','2',    '2','2','5696.23',    '2','1','1753.13',    '2','2','3943.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040146.0','1021049.0','1',    '1','1','17958.86',    '1','1','5664.98',    '1','1','12293.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128410.0','1046616.0','2',    '2','1','3720.85',    '2','1','2377.32',    '2','1','1343.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045969.0','1021049.0','1',    '1','1','231.54',    '1','0','0.0',    '1','1','231.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134233.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040259.0','1021049.0','1',    '1','1','1828.0',    '1','1','1328.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128523.0','1046616.0','1',    '1','1','3557.99',    '1','1','1085.09',    '1','1','2472.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045970.0','1021049.0','85',    '84','75','802829.81',    '82','67','573160.66',    '74','63','229669.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134234.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045971.0','1021049.0','5',    '5','3','17921.66',    '5','2','12258.36',    '5','3','5663.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134235.0','1046616.0','3',    '3','2','6892.7',    '3','2','2500.0',    '3','2','4392.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2040152.0','1021049.0','1',    '1','1','5916.25',    '1','1','2469.76',    '1','1','3446.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2128416.0','1046616.0','19',    '19','17','116912.03',    '19','16','83164.29',    '16','14','33747.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045972.0','1021049.0','1',    '1','1','7163.76',    '1','1','4495.61',    '1','1','2668.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134236.0','1046616.0','1',    '1','1','1859.33',    '1','0','0.0',    '1','1','1859.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045973.0','1021049.0','1',    '1','1','5881.09',    '1','1','1424.0',    '1','1','4457.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134237.0','1046616.0','1',    '1','1','10096.72',    '1','1','8091.79',    '1','1','2004.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045974.0','1021049.0','51',    '49','40','233057.84',    '48','27','178341.12',    '32','27','54716.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134238.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045975.0','1021049.0','1',    '1','1','2758.41',    '1','1','1684.69',    '1','1','1073.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134239.0','1046616.0','1',    '1','1','20681.56',    '1','1','20681.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040187.0','1021049.0','1',    '1','1','5093.49',    '1','1','2263.25',    '1','1','2830.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128451.0','1046616.0','1',    '1','1','4863.7',    '1','1','1824.72',    '1','1','3038.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045976.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134240.0','1046616.0','2',    '2','2','6014.09',    '2','2','3132.0',    '2','2','2882.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040192.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128456.0','1046616.0','1',    '1','1','1767.36',    '1','1','1028.0',    '1','1','739.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045977.0','1021049.0','1',    '1','1','11639.0',    '1','1','2056.0',    '1','1','9583.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134241.0','1046616.0','2',    '2','2','22293.89',    '2','2','17807.02',    '2','1','4486.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045978.0','1021049.0','2',    '2','2','10592.02',    '2','2','2500.0',    '2','2','8092.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134242.0','1046616.0','1',    '1','1','1576.0',    '1','1','1076.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040077.0','1021049.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128341.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045979.0','1021049.0','10',    '10','10','112688.75',    '10','9','61248.01',    '10','10','51440.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134243.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045980.0','1021049.0','2',    '2','2','8036.08',    '2','2','4241.3',    '1','1','3794.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134244.0','1046616.0','1',    '2','1','9926.32',    '2','1','9926.32',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045981.0','1021049.0','2',    '2','2','2534.77',    '2','1','1028.0',    '2','2','1506.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134245.0','1046616.0','50',    '48','33','155085.97',    '47','24','104798.58',    '27','21','50287.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001933.0',    '2045982.0','1021049.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006285.0',    '2134246.0','1046616.0','25',    '24','16','92335.73',    '24','13','72811.61',    '15','11','19524.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045983.0','1021049.0','1',    '1','1','313.6',    '1','0','0.0',    '1','1','313.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134247.0','1046616.0','5',    '5','3','4287.91',    '5','2','1167.92',    '4','3','3119.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040106.0','1021049.0','1',    '1','1','17031.44',    '1','1','17031.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128370.0','1046616.0','1',    '1','1','2353.59',    '1','0','0.0',    '1','1','2353.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045984.0','1021049.0','1',    '1','1','6171.85',    '1','1','1076.0',    '1','1','5095.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134248.0','1046616.0','1',    '1','1','2978.09',    '1','1','1076.0',    '1','1','1902.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040162.0','1021049.0','1',    '1','1','3389.93',    '1','1','712.0',    '1','1','2677.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128426.0','1046616.0','2',    '2','2','4166.02',    '2','1','1076.0',    '2','2','3090.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040279.0','1021049.0','1',    '1','1','12564.51',    '1','1','10158.95',    '1','1','2405.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128543.0','1046616.0','2',    '2','2','6859.19',    '2','1','6111.6',    '1','1','747.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040036.0','1021049.0','0',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128300.0','1046616.0','1',    '1','1','1576.0',    '1','1','1076.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045985.0','1021049.0','1',    '1','1','6346.38',    '1','1','1424.0',    '1','1','4922.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134249.0','1046616.0','1',    '1','1','5042.64',    '1','0','0.0',    '1','1','5042.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045986.0','1021049.0','1',    '1','1','16060.32',    '1','1','12509.73',    '1','1','3550.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134250.0','1046616.0','1',    '1','1','2433.0',    '1','1','1076.0',    '1','1','1357.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040103.0','1021049.0','1',    '1','1','6388.96',    '1','1','1076.0',    '1','1','5312.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128367.0','1046616.0','1',    '1','1','2170.4',    '1','1','1076.0',    '1','1','1094.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045987.0','1021049.0','3',    '3','3','13194.0',    '3','3','10140.93',    '2','1','3053.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134251.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040148.0','1021049.0','6',    '6','5','45584.06',    '6','5','32669.53',    '4','3','12914.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128412.0','1046616.0','2',    '2','2','18154.21',    '2','2','6423.78',    '2','2','11730.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045988.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134252.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045989.0','1021049.0','2',    '2','1','4107.43',    '2','1','1076.0',    '1','1','3031.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134253.0','1046616.0','73',    '73','62','405448.46',    '72','45','236135.97',    '65','54','169312.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045990.0','1021049.0','695',    '691','570','3363294.06',    '683','491','1666869.2',    '618','505','1696424.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134254.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040262.0','1021049.0','1',    '1','1','7064.93',    '1','1','2056.0',    '1','1','5008.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128526.0','1046616.0','1',    '1','1','3709.74',    '1','0','0.0',    '1','1','3709.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045991.0','1021049.0','3',    '3','1','1884.0',    '3','1','1424.0',    '3','1','460.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134255.0','1046616.0','1',    '1','1','3271.57',    '1','1','1424.0',    '1','1','1847.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040045.0','1021049.0','1',    '1','1','2056.0',    '1','1','2056.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128309.0','1046616.0','7',    '7','7','67971.07',    '7','7','34624.27',    '7','6','33346.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040194.0','1021049.0','1',    '1','1','14955.75',    '1','1','11990.24',    '1','1','2965.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128458.0','1046616.0','1',    '1','1','7366.84',    '1','1','6866.84',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045992.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134256.0','1046616.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045993.0','1021049.0','20',    '19','16','81225.02',    '19','13','42260.77',    '14','11','38964.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134257.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045994.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134258.0','1046616.0','1',    '1','1','5973.9',    '1','1','1424.0',    '1','1','4549.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045995.0','1021049.0','43',    '44','37','261660.89',    '44','33','157123.69',    '34','28','104537.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134259.0','1046616.0','1',    '1','1','1873.94',    '1','0','0.0',    '1','1','1873.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045996.0','1021049.0','1',    '1','1','49.95',    '1','0','0.0',    '1','1','49.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134260.0','1046616.0','2',    '2','2','18870.72',    '2','2','12259.38',    '2','2','6611.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040081.0','1021049.0','67',    '66','57','233355.71',    '66','46','182279.51',    '47','36','51076.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128345.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040079.0','1021049.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128343.0','1046616.0','5',    '5','2','7103.26',    '5','1','6004.84',    '3','2','1098.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045997.0','1021049.0','2',    '2','2','4023.47',    '2','1','2056.0',    '2','2','1967.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134261.0','1046616.0','3',    '3','3','7403.14',    '3','3','5081.8',    '2','2','2321.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040153.0','1021049.0','1',    '1','1','28044.83',    '1','1','18163.46',    '1','1','9881.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128417.0','1046616.0','1',    '1','1','4084.91',    '1','1','1424.0',    '1','1','2660.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045998.0','1021049.0','2',    '2','2','6791.24',    '2','1','1076.0',    '2','2','5715.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134262.0','1046616.0','4',    '4','3','6321.4',    '4','3','5289.41',    '1','1','1031.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2045999.0','1021049.0','1',    '1','1','7932.94',    '1','1','2056.0',    '1','1','5876.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134263.0','1046616.0','9',    '9','9','97075.91',    '9','9','63640.04',    '8','8','33435.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040124.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128388.0','1046616.0','1',    '1','1','4963.63',    '1','1','4463.63',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046000.0','1021049.0','1',    '1','1','13161.58',    '1','1','6149.0',    '1','1','7012.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134264.0','1046616.0','1',    '1','1','3649.61',    '1','1','1424.0',    '1','1','2225.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040043.0','1021049.0','13',    '13','11','112160.48',    '13','10','71822.41',    '11','10','40338.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128307.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046001.0','1021049.0','3',    '3','2','5329.65',    '3','2','2500.0',    '2','1','2829.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134265.0','1046616.0','1',    '1','1','3362.64',    '1','1','1076.0',    '1','1','2286.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046002.0','1021049.0','19',    '18','15','145022.71',    '18','12','115434.03',    '16','12','29588.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134266.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046003.0','1021049.0','3',    '3','3','17804.09',    '3','3','9827.83',    '3','3','7976.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134267.0','1046616.0','1',    '1','1','4834.28',    '1','1','3136.95',    '1','1','1697.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046004.0','1021049.0','2',    '2','2','12319.79',    '2','2','5666.15',    '2','2','6653.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134268.0','1046616.0','1',    '1','1','5086.15',    '1','1','4149.84',    '1','1','936.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046005.0','1021049.0','5',    '5','3','27708.01',    '4','3','17045.99',    '4','3','10662.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134269.0','1046616.0','1',    '1','1','5058.84',    '1','1','1076.0',    '1','1','3982.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040165.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128429.0','1046616.0','1',    '1','1','24196.51',    '1','1','20089.79',    '1','1','4106.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046006.0','1021049.0','1',    '1','1','943.99',    '1','0','0.0',    '1','1','943.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134270.0','1046616.0','13',    '11','3','2042.32',    '11','1','465.87',    '5','2','1576.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040214.0','1021049.0','14',    '14','13','50005.92',    '14','10','27116.26',    '14','13','22889.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128478.0','1046616.0','8',    '7','5','28227.28',    '7','5','25223.71',    '3','1','3003.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040108.0','1021049.0','3',    '3','3','8452.06',    '3','2','3900.45',    '3','3','4551.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128372.0','1046616.0','11',    '10','7','44360.64',    '10','7','14165.15',    '8','6','30195.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046007.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134271.0','1046616.0','5',    '5','5','26109.67',    '5','5','17147.56',    '4','3','8962.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046008.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134272.0','1046616.0','1',    '1','1','4952.03',    '1','1','4088.84',    '1','1','863.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046009.0','1021049.0','1',    '1','1','3751.75',    '1','1','2175.41',    '1','1','1576.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134273.0','1046616.0','1',    '1','1','1031.99',    '1','0','0.0',    '1','1','1031.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046010.0','1021049.0','2',    '2','2','7292.66',    '2','2','5385.01',    '2','1','1907.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134274.0','1046616.0','3',    '3','2','37145.16',    '3','2','33479.59',    '3','2','3665.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040089.0','1021049.0','1',    '1','1','5466.38',    '1','1','2056.0',    '1','1','3410.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128353.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046011.0','1021049.0','4',    '3','2','11011.31',    '2','0','0.0',    '3','2','11011.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134275.0','1046616.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040171.0','1021049.0','1',    '1','1','3602.25',    '1','0','0.0',    '1','1','3602.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128435.0','1046616.0','2',    '2','1','5828.52',    '2','1','1076.0',    '2','1','4752.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046012.0','1021049.0','2',    '2','1','5811.68',    '2','1','3982.83',    '2','1','1828.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134276.0','1046616.0','1',    '1','1','8862.96',    '1','1','6478.21',    '1','1','2384.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040264.0','1021049.0','1',    '1','1','2827.92',    '1','1','1424.0',    '1','1','1403.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128528.0','1046616.0','1',    '1','1','3158.03',    '1','1','1076.0',    '1','1','2082.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046013.0','1021049.0','5',    '5','3','23302.39',    '5','3','17672.76',    '3','3','5629.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134277.0','1046616.0','1',    '1','1','1424.0',    '1','1','1424.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040237.0','1021049.0','3',    '3','3','16856.87',    '3','2','4532.0',    '3','3','12324.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128501.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040246.0','1021049.0','101',    '101','84','341432.15',    '97','48','176166.28',    '86','78','165265.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128510.0','1046616.0','2',    '2','2','5087.54',    '2','1','1076.0',    '2','2','4011.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046014.0','1021049.0','1',    '1','1','6994.78',    '1','1','6163.67',    '1','1','831.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134278.0','1046616.0','137',    '136','122','747252.34',    '134','103','462080.12',    '114','101','285172.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040191.0','1021049.0','1',    '1','1','9636.65',    '1','1','1424.0',    '1','1','8212.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128455.0','1046616.0','1',    '1','1','6525.81',    '1','1','1076.0',    '1','1','5449.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046015.0','1021049.0','1',    '1','1','1743.42',    '1','0','0.0',    '1','1','1743.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134279.0','1046616.0','29',    '28','22','134270.67',    '27','17','65177.52',    '24','19','69093.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040123.0','1021049.0','5',    '5','4','84344.14',    '5','4','56480.43',    '5','4','27863.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128387.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046016.0','1021049.0','1',    '1','1','2909.9',    '1','0','0.0',    '1','1','2909.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134280.0','1046616.0','1',    '1','1','8654.5',    '1','1','8154.5',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046017.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134281.0','1046616.0','1',    '1','1','1424.0',    '1','1','1424.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046018.0','1021049.0','1',    '1','1','4311.89',    '1','1','1424.0',    '1','1','2887.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134282.0','1046616.0','1',    '1','1','5410.03',    '1','1','1424.0',    '1','1','3986.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040107.0','1021049.0','1',    '1','1','13197.31',    '1','1','11753.32',    '1','1','1443.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128371.0','1046616.0','265',    '266','222','1432499.5',    '265','186','896977.35',    '213','181','535522.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046019.0','1021049.0','2',    '2','2','8006.78',    '2','1','2476.0',    '2','2','5530.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134283.0','1046616.0','31',    '31','29','266377.87',    '31','28','159251.31',    '28','26','107126.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046020.0','1021049.0','423',    '422','385','2538707.47',    '419','335','1545491.73',    '352','318','993215.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134284.0','1046616.0','43',    '43','33','259161.67',    '43','31','163035.71',    '30','25','96125.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040228.0','1021049.0','1',    '1','1','15662.7',    '1','1','10723.75',    '1','1','4938.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128492.0','1046616.0','8',    '8','7','51874.32',    '8','6','38018.13',    '7','5','13856.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046021.0','1021049.0','1',    '1','1','2237.6',    '1','1','1424.0',    '1','1','813.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134285.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046022.0','1021049.0','0',    '1','1','2157.85',    '1','1','712.0',    '1','1','1445.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134286.0','1046616.0','1',    '1','1','2312.22',    '1','1','1424.0',    '1','1','888.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046023.0','1021049.0','1',    '1','1','7538.21',    '1','1','3514.57',    '1','1','4023.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134287.0','1046616.0','1',    '1','1','46517.5',    '1','1','36956.0',    '1','1','9561.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046024.0','1021049.0','1',    '1','1','6344.36',    '1','1','1076.0',    '1','1','5268.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134288.0','1046616.0','1',    '1','1','5677.0',    '1','1','1424.0',    '1','1','4253.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040091.0','1021049.0','2',    '2','2','21466.46',    '2','2','15026.35',    '2','2','6440.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128355.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040061.0','1021049.0','19',    '19','17','118678.56',    '18','14','74326.23',    '15','14','44352.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128325.0','1046616.0','16',    '17','16','124035.28',    '16','11','75741.82',    '15','14','48293.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046025.0','1021049.0','1',    '1','1','4422.1',    '1','1','1076.0',    '1','1','3346.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134289.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046026.0','1021049.0','1',    '1','1','1076.0',    '1','1','1076.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134290.0','1046616.0','7',    '7','6','23583.71',    '7','4','6511.61',    '6','6','17072.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040193.0','1021049.0','1',    '1','1','6232.44',    '1','1','1076.0',    '1','1','5156.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128457.0','1046616.0','1090',    '720','250','968121.71',    '582','128','404548.07',    '490','229','563573.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046027.0','1021049.0','1',    '1','1','6550.85',    '1','1','1424.0',    '1','1','5126.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134291.0','1046616.0','1',    '1','1','6240.4',    '1','1','6240.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046028.0','1021049.0','1',    '1','1','2351.09',    '1','0','0.0',    '1','1','2351.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134292.0','1046616.0','1',    '1','1','1576.0',    '1','1','1076.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046029.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134293.0','1046616.0','1',    '1','1','12856.63',    '1','1','2476.0',    '1','1','10380.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046030.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134294.0','1046616.0','1',    '1','1','19112.08',    '1','1','15455.51',    '1','1','3656.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046031.0','1021049.0','2',    '2','2','20303.81',    '2','2','19303.81',    '2','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134295.0','1046616.0','1',    '1','1','3823.26',    '1','0','0.0',    '1','1','3823.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046032.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134296.0','1046616.0','1',    '1','1','3743.1',    '1','1','2549.76',    '1','1','1193.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046033.0','1021049.0','1',    '1','1','6938.96',    '1','1','5431.23',    '1','1','1507.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134297.0','1046616.0','311',    '310','262','1765033.0',    '304','221','1116092.81',    '236','194','648940.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046034.0','1021049.0','1',    '1','1','1083.22',    '1','1','1083.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134298.0','1046616.0','4',    '4','4','31853.03',    '4','4','27196.4',    '3','3','4656.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046035.0','1021049.0','1',    '1','1','3764.21',    '1','1','1076.0',    '1','1','2688.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134299.0','1046616.0','2',    '2','1','627.21',    '1','0','0.0',    '2','1','627.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040263.0','1021049.0','1',    '1','1','27788.46',    '1','1','23004.7',    '1','1','4783.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128527.0','1046616.0','1',    '1','1','2013.26',    '1','1','889.8',    '1','1','1123.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046036.0','1021049.0','1',    '1','1','9896.52',    '1','1','2056.0',    '1','1','7840.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134300.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046037.0','1021049.0','1',    '1','1','6825.79',    '1','1','6825.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134301.0','1046616.0','1',    '1','1','1324.65',    '1','0','0.0',    '1','1','1324.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046038.0','1021049.0','2',    '2','1','3865.14',    '2','1','3865.14',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134302.0','1046616.0','5',    '5','5','27592.12',    '5','5','24230.39',    '4','4','3361.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040212.0','1021049.0','2',    '2','2','11095.59',    '1','1','1076.0',    '2','2','10019.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128476.0','1046616.0','2',    '2','2','7241.66',    '2','2','2500.0',    '2','2','4741.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046039.0','1021049.0','1',    '1','1','1924.0',    '1','1','1424.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134303.0','1046616.0','4',    '4','3','19977.2',    '4','2','13484.21',    '4','3','6492.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040219.0','1021049.0','4',    '4','3','3073.5',    '4','0','0.0',    '4','3','3073.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128483.0','1046616.0','1',    '1','1','4285.78',    '1','1','4285.78',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040261.0','1021049.0','1',    '1','1','9767.43',    '1','1','1424.0',    '1','1','8343.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128525.0','1046616.0','1',    '1','1','6628.39',    '1','1','1076.0',    '1','1','5552.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046040.0','1021049.0','1',    '1','1','12176.28',    '1','1','2056.0',    '1','1','10120.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134304.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040040.0','1021049.0','2',    '2','2','2673.44',    '2','2','1583.12',    '2','2','1090.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128304.0','1046616.0','4',    '4','3','46667.92',    '4','3','36256.38',    '2','2','10411.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046041.0','1021049.0','1',    '1','1','24974.15',    '1','1','18320.55',    '1','1','6653.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134305.0','1046616.0','112',    '111','82','395176.35',    '106','66','226231.44',    '79','64','168944.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040283.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128547.0','1046616.0','2',    '2','2','11744.38',    '2','2','3801.74',    '1','1','7942.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046042.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134306.0','1046616.0','2',    '2','2','9128.66',    '2','1','2056.0',    '2','2','7072.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046043.0','1021049.0','1',    '1','1','7710.93',    '1','1','1076.0',    '1','1','6634.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134307.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040305.0','1021049.0','20',    '19','17','100594.29',    '18','14','52751.73',    '17','16','47842.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128569.0','1046616.0','104',    '104','90','558170.85',    '101','83','346513.06',    '79','72','211657.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040181.0','1021049.0','130',    '129','119','788873.71',    '126','100','420173.33',    '115','105','368700.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128445.0','1046616.0','2',    '2','1','4283.78',    '2','1','1076.0',    '2','1','3207.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046044.0','1021049.0','1',    '1','1','4090.07',    '1','1','1424.0',    '1','1','2666.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134308.0','1046616.0','8',    '8','7','25393.59',    '8','7','24393.59',    '3','2','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040303.0','1021049.0','3',    '3','3','16778.93',    '3','3','4768.64',    '3','3','12010.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128567.0','1046616.0','1',    '1','1','5982.5',    '1','1','1076.0',    '1','1','4906.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040467.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128731.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040265.0','1021049.0','1',    '1','1','4310.56',    '1','1','1424.0',    '1','1','2886.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128529.0','1046616.0','1',    '1','1','2550.17',    '1','0','0.0',    '1','1','2550.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046045.0','1021049.0','3',    '2','1','4173.45',    '2','1','1076.0',    '2','1','3097.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134309.0','1046616.0','19',    '18','14','52899.94',    '18','11','29912.49',    '15','10','22987.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040085.0','1021049.0','1',    '1','1','8756.72',    '1','1','8756.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128349.0','1046616.0','1',    '1','1','4566.11',    '1','1','2056.0',    '1','1','2510.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046046.0','1021049.0','6',    '6','6','44570.32',    '6','6','16525.64',    '5','5','28044.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134310.0','1046616.0','1',    '1','1','11025.7',    '1','1','3213.0',    '1','1','7812.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040218.0','1021049.0','1',    '1','1','5189.04',    '1','1','1424.0',    '1','1','3765.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128482.0','1046616.0','176',    '174','115','576150.31',    '173','91','287386.82',    '135','91','288763.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046047.0','1021049.0','2',    '2','2','6490.69',    '2','2','4965.76',    '2','2','1524.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134311.0','1046616.0','2',    '2','2','19225.09',    '2','2','4812.5',    '2','2','14412.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040136.0','1021049.0','1',    '1','1','9544.48',    '1','1','5022.62',    '1','1','4521.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128400.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040117.0','1021049.0','36',    '35','28','151289.08',    '33','23','56725.16',    '31','26','94563.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128381.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040468.0','1021049.0','1',    '1','1','10931.07',    '1','1','7540.1',    '1','1','3390.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128732.0','1046616.0','1',    '1','1','2839.02',    '1','1','1076.0',    '1','1','1763.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046048.0','1021049.0','1',    '1','1','2282.35',    '1','1','1076.0',    '1','1','1206.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134312.0','1046616.0','2',    '2','2','2559.99',    '2','1','1028.0',    '2','2','1531.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040398.0','1021049.0','86',    '84','62','295445.63',    '82','41','169679.21',    '72','53','125766.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128662.0','1046616.0','1',    '1','1','5475.21',    '1','1','1424.0',    '1','1','4051.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046049.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134313.0','1046616.0','1',    '1','1','8772.55',    '1','1','1076.0',    '1','1','7696.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040110.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128374.0','1046616.0','6',    '5','5','22907.75',    '5','5','6360.0',    '5','5','16547.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040399.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128663.0','1046616.0','1',    '1','1','16613.11',    '1','1','16613.11',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040284.0','1021049.0','3',    '2','2','12548.69',    '2','2','3132.0',    '2','2','9416.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128548.0','1046616.0','7',    '7','4','17934.9',    '6','4','3924.0',    '5','4','14010.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046050.0','1021049.0','1',    '1','1','4894.08',    '1','1','1424.0',    '1','1','3470.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134314.0','1046616.0','8',    '8','3','3754.0',    '7','1','1424.0',    '7','2','2330.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046051.0','1021049.0','92',    '92','67','375654.52',    '88','50','240116.38',    '80','56','135538.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134315.0','1046616.0','1',    '1','1','26027.65',    '1','1','19634.48',    '1','1','6393.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040198.0','1021049.0','1',    '1','1','5226.47',    '1','1','1424.0',    '1','1','3802.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128462.0','1046616.0','1',    '1','1','1994.5',    '1','1','1994.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040267.0','1021049.0','4',    '4','3','23013.4',    '4','3','18388.14',    '2','1','4625.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128531.0','1046616.0','2',    '1','1','22013.22',    '1','1','15459.07',    '1','1','6554.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046052.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134316.0','1046616.0','1',    '1','1','7954.11',    '1','1','1424.0',    '1','1','6530.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040133.0','1021049.0','1',    '1','1','779.54',    '0','0','0.0',    '1','1','779.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128397.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040094.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128358.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040156.0','1021049.0','1',    '1','1','10005.12',    '1','1','2056.0',    '1','1','7949.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128420.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040182.0','1021049.0','2',    '2','2','3352.93',    '2','0','0.0',    '2','2','3352.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128446.0','1046616.0','2',    '2','1','11835.96',    '2','1','7027.63',    '2','1','4808.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046053.0','1021049.0','1',    '1','1','17980.54',    '1','1','16384.03',    '1','1','1596.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134317.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040308.0','1021049.0','1',    '1','1','3062.17',    '1','1','1618.48',    '1','1','1443.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128572.0','1046616.0','1',    '1','1','1924.0',    '1','1','1424.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040083.0','1021049.0','1',    '1','1','3186.12',    '1','1','3186.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128347.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040270.0','1021049.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128534.0','1046616.0','1',    '1','1','1717.06',    '1','1','1717.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046054.0','1021049.0','1',    '1','1','4123.95',    '1','1','1076.0',    '1','1','3047.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134318.0','1046616.0','1',    '1','1','2556.0',    '1','1','2056.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046055.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134319.0','1046616.0','1',    '1','1','3003.27',    '1','1','1076.0',    '1','1','1927.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046056.0','1021049.0','55',    '54','51','443659.27',    '54','46','255098.59',    '47','44','188560.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134320.0','1046616.0','3',    '3','2','5027.99',    '3','2','2152.0',    '3','2','2875.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046057.0','1021049.0','2',    '2','2','9464.2',    '2','1','7212.21',    '2','1','2251.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134321.0','1046616.0','1',    '1','1','520.53',    '1','0','0.0',    '1','1','520.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046058.0','1021049.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134322.0','1046616.0','3',    '3','2','10865.39',    '3','1','1424.0',    '2','2','9441.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046059.0','1021049.0','1',    '1','1','3128.98',    '1','1','1424.0',    '1','1','1704.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134323.0','1046616.0','0',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046060.0','1021049.0','1',    '1','1','10065.83',    '1','1','2846.0',    '1','1','7219.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134324.0','1046616.0','2',    '2','2','12519.96',    '2','1','6702.95',    '2','2','5817.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040196.0','1021049.0','1',    '1','1','10386.08',    '1','1','9838.3',    '1','1','547.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128460.0','1046616.0','7',    '7','6','35715.04',    '7','6','21429.68',    '6','6','14285.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046061.0','1021049.0','1',    '1','1','1424.0',    '1','1','1424.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134325.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040205.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128469.0','1046616.0','1',    '1','1','8514.4',    '1','1','8214.4',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046062.0','1021049.0','25',    '24','20','135034.05',    '24','19','68335.96',    '21','18','66698.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134326.0','1046616.0','316',    '312','220','652347.9',    '296','110','301548.69',    '276','205','350799.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046063.0','1021049.0','38',    '36','29','216088.24',    '36','25','122277.37',    '29','25','93810.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134327.0','1046616.0','696',    '694','591','3969207.68',    '690','503','2240208.75',    '583','504','1728998.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040177.0','1021049.0','2',    '1','1','1576.0',    '1','1','1076.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128441.0','1046616.0','1',    '1','1','18245.44',    '1','1','12429.34',    '1','1','5816.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040115.0','1021049.0','3',    '3','2','10484.61',    '3','2','10484.61',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128379.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040382.0','1021049.0','94',    '92','73','444190.56',    '91','65','321533.51',    '65','50','122657.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128646.0','1046616.0','2',    '2','1','1147.74',    '2','0','0.0',    '1','1','1147.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040285.0','1021049.0','14',    '15','13','72327.74',    '15','7','50688.69',    '15','12','21639.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128549.0','1046616.0','21',    '21','14','85927.13',    '21','13','46953.86',    '13','10','38973.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040247.0','1021049.0','1',    '1','1','4329.76',    '1','1','1076.0',    '1','1','3253.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128511.0','1046616.0','6',    '6','4','25400.18',    '6','4','19601.58',    '4','3','5798.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040174.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128438.0','1046616.0','1',    '1','1','3697.07',    '1','1','1076.0',    '1','1','2621.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040373.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128637.0','1046616.0','1',    '1','1','3398.33',    '1','1','1076.0',    '1','1','2322.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040309.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128573.0','1046616.0','1',    '1','1','8630.58',    '1','1','1424.0',    '1','1','7206.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040292.0','1021049.0','2',    '2','2','19772.35',    '2','2','12786.99',    '2','2','6985.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128556.0','1046616.0','1',    '1','1','7828.83',    '1','1','1076.0',    '1','1','6752.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040374.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128638.0','1046616.0','1',    '1','1','10736.89',    '1','1','2056.0',    '1','1','8680.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046064.0','1021049.0','1',    '1','1','3684.78',    '1','1','1076.0',    '1','1','2608.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134328.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046065.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134329.0','1046616.0','1',    '1','1','2967.86',    '1','1','1076.0',    '1','1','1891.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040179.0','1021049.0','1',    '1','1','7557.31',    '1','1','1424.0',    '1','1','6133.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128443.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046066.0','1021049.0','2',    '2','2','8778.83',    '2','1','7670.78',    '2','2','1108.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134330.0','1046616.0','3',    '3','3','11661.67',    '3','3','4272.0',    '2','2','7389.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046067.0','1021049.0','84',    '85','64','296219.53',    '82','52','183858.75',    '64','48','112360.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134331.0','1046616.0','1',    '1','1','8912.58',    '1','1','6283.65',    '1','1','2628.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046068.0','1021049.0','5',    '4','2','2222.26',    '4','1','1302.28',    '1','1','919.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134332.0','1046616.0','1',    '1','1','1424.0',    '1','1','1424.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046069.0','1021049.0','1',    '1','1','4995.57',    '1','0','0.0',    '1','1','4995.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134333.0','1046616.0','1',    '1','1','1927.28',    '1','0','0.0',    '1','1','1927.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046070.0','1021049.0','1',    '1','1','549.59',    '1','0','0.0',    '1','1','549.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134334.0','1046616.0','1',    '1','1','6423.65',    '1','1','1076.0',    '1','1','5347.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046071.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134335.0','1046616.0','1',    '1','1','3960.25',    '1','1','3016.26',    '1','1','943.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046072.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134336.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046073.0','1021049.0','1',    '1','1','12337.9',    '1','1','5383.07',    '1','1','6954.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134337.0','1046616.0','3',    '3','2','7557.02',    '3','1','1076.0',    '3','2','6481.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046074.0','1021049.0','15',    '15','13','50385.54',    '15','9','19903.96',    '12','10','30481.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134338.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040307.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128571.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040137.0','1021049.0','1',    '1','1','7370.77',    '1','1','1076.0',    '1','1','6294.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128401.0','1046616.0','2',    '2','2','27784.31',    '2','2','20043.48',    '2','1','7740.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040155.0','1021049.0','2',    '2','1','2243.64',    '2','1','2243.64',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128419.0','1046616.0','2',    '2','2','9991.2',    '2','2','3811.44',    '2','2','6179.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040201.0','1021049.0','59',    '58','51','331384.5',    '55','41','216948.46',    '50','44','114436.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128465.0','1046616.0','2',    '2','2','4248.05',    '2','1','1424.0',    '2','2','2824.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046075.0','1021049.0','3',    '2','2','15970.43',    '2','2','15970.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134339.0','1046616.0','3',    '3','2','4117.97',    '2','1','1076.0',    '2','2','3041.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040310.0','1021049.0','33',    '33','27','109028.8',    '32','23','50514.63',    '21','16','58514.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128574.0','1046616.0','1',    '1','1','13109.83',    '1','1','9838.0',    '1','1','3271.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040172.0','1021049.0','1',    '1','1','1176.8',    '1','0','0.0',    '1','1','1176.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128436.0','1046616.0','7',    '6','5','11019.51',    '6','3','4465.42',    '6','5','6554.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040090.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128354.0','1046616.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040236.0','1021049.0','3',    '3','1','5164.24',    '3','1','1076.0',    '3','1','4088.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128500.0','1046616.0','1',    '1','1','3339.19',    '1','1','2476.0',    '1','1','863.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046076.0','1021049.0','1',    '1','1','1481.85',    '1','0','0.0',    '1','1','1481.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134340.0','1046616.0','1',    '1','1','1659.2',    '1','0','0.0',    '1','1','1659.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040437.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128701.0','1046616.0','4',    '4','3','12178.79',    '3','2','2500.0',    '4','3','9678.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040302.0','1021049.0','58',    '58','52','262985.36',    '58','39','141086.97',    '50','42','121898.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128566.0','1046616.0','1',    '1','1','7840.28',    '1','1','1424.0',    '1','1','6416.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046077.0','1021049.0','1',    '1','1','2423.63',    '1','1','1424.0',    '1','1','999.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134341.0','1046616.0','15',    '14','9','52894.68',    '14','8','38513.55',    '10','7','14381.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046078.0','1021049.0','1',    '1','1','10001.23',    '1','1','9271.24',    '1','1','729.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134342.0','1046616.0','1',    '1','1','1084.88',    '1','1','869.88',    '1','1','215.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046079.0','1021049.0','5',    '5','4','30525.92',    '5','3','8913.4',    '4','3','21612.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134343.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040086.0','1021049.0','2',    '2','2','2815.47',    '1','1','1076.0',    '2','2','1739.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128350.0','1046616.0','1',    '1','1','1212.0',    '1','1','712.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040461.0','1021049.0','1',    '1','1','9040.4',    '1','1','6265.14',    '1','1','2775.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128725.0','1046616.0','1',    '1','1','21457.68',    '1','1','17737.65',    '1','1','3720.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046080.0','1021049.0','5',    '5','4','9621.98',    '5','1','1076.0',    '5','4','8545.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134344.0','1046616.0','1',    '1','1','11124.21',    '1','1','2056.0',    '1','1','9068.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046081.0','1021049.0','2',    '2','1','17294.18',    '2','1','11663.15',    '2','1','5631.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134345.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040339.0','1021049.0','1',    '1','1','4597.84',    '1','1','4597.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128603.0','1046616.0','54',    '54','39','134293.15',    '51','22','70467.95',    '43','35','63825.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040351.0','1021049.0','1',    '1','1','5147.62',    '1','1','1076.0',    '1','1','4071.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128615.0','1046616.0','1',    '1','1','3193.8',    '1','1','712.0',    '1','1','2481.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040281.0','1021049.0','1',    '1','1','1129.59',    '1','0','0.0',    '1','1','1129.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128545.0','1046616.0','1',    '1','1','500.0',    '0','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040230.0','1021049.0','2',    '2','2','9364.52',    '2','1','4846.72',    '2','2','4517.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128494.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040223.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128487.0','1046616.0','1',    '1','1','3419.99',    '1','1','2476.0',    '1','1','943.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040131.0','1021049.0','1',    '1','1','9372.35',    '1','1','5527.27',    '1','1','3845.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128395.0','1046616.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046082.0','1021049.0','19',    '17','13','44498.44',    '17','9','21778.87',    '12','10','22719.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134346.0','1046616.0','1',    '1','1','10118.49',    '1','1','2056.0',    '1','1','8062.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046083.0','1021049.0','7',    '7','5','23256.66',    '7','5','17439.44',    '5','4','5817.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134347.0','1046616.0','2',    '2','1','10352.09',    '2','1','7041.69',    '1','1','3310.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046084.0','1021049.0','2',    '2','1','1618.44',    '2','1','538.0',    '2','1','1080.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134348.0','1046616.0','5',    '5','3','17207.0',    '5','2','3132.0',    '3','3','14075.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046085.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134349.0','1046616.0','1',    '1','1','3952.25',    '1','1','2167.81',    '1','1','1784.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046086.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134350.0','1046616.0','7',    '7','6','14531.4',    '7','5','3924.0',    '6','5','10607.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040128.0','1021049.0','3',    '3','3','33329.52',    '3','2','24999.86',    '2','2','8329.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128392.0','1046616.0','2',    '2','2','6016.59',    '2','2','5707.6',    '2','2','308.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046087.0','1021049.0','1',    '1','1','4782.73',    '1','1','4282.73',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134351.0','1046616.0','1',    '1','1','7677.74',    '1','1','7677.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046088.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134352.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046089.0','1021049.0','1',    '1','1','4925.17',    '1','1','3777.43',    '1','1','1147.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134353.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040129.0','1021049.0','1',    '1','1','7198.5',    '1','1','4124.04',    '1','1','3074.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128393.0','1046616.0','1',    '1','1','2156.42',    '1','1','1076.43',    '1','1','1079.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046090.0','1021049.0','1',    '1','1','4961.41',    '1','1','4961.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134354.0','1046616.0','1',    '1','1','23351.34',    '1','1','16138.18',    '1','1','7213.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040268.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128532.0','1046616.0','1',    '1','1','7132.08',    '1','1','3586.0',    '1','1','3546.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040109.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128373.0','1046616.0','180',    '180','150','961036.01',    '175','126','551341.63',    '163','132','409694.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046091.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134355.0','1046616.0','1',    '1','1','3997.49',    '1','1','1424.0',    '1','1','2573.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040169.0','1021049.0','14',    '14','11','55980.3',    '14','9','39356.52',    '7','5','16623.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128433.0','1046616.0','1',    '1','1','3667.32',    '1','1','1424.0',    '1','1','2243.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040317.0','1021049.0','1',    '1','1','13431.14',    '1','1','6362.56',    '1','1','7068.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128581.0','1046616.0','3',    '3','2','4009.33',    '3','1','712.0',    '1','1','3297.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046092.0','1021049.0','1',    '1','1','17327.87',    '1','1','16827.87',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134356.0','1046616.0','2',    '2','2','19012.82',    '2','2','11492.45',    '2','2','7520.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046093.0','1021049.0','1',    '1','1','912.87',    '1','1','912.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134357.0','1046616.0','1',    '1','1','1283.99',    '1','1','480.28',    '1','1','803.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046094.0','1021049.0','1',    '1','1','9331.25',    '1','1','9331.25',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134358.0','1046616.0','13',    '12','11','53545.02',    '12','8','25833.57',    '11','9','27711.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040209.0','1021049.0','46',    '45','32','160874.29',    '40','26','98427.18',    '33','26','62447.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128473.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046095.0','1021049.0','1',    '1','1','3518.28',    '1','1','1424.0',    '1','1','2094.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134359.0','1046616.0','1',    '1','1','15284.78',    '1','1','12472.49',    '1','1','2812.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046096.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134360.0','1046616.0','52',    '52','44','331079.69',    '52','37','216613.94',    '43','36','114465.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046097.0','1021049.0','1',    '1','1','2295.47',    '1','0','0.0',    '1','1','2295.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134361.0','1046616.0','1',    '1','1','1227.19',    '1','1','1227.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040195.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128459.0','1046616.0','2',    '2','2','1783.49',    '2','0','0.0',    '2','2','1783.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046098.0','1021049.0','2',    '2','2','2369.02',    '2','1','1076.0',    '1','1','1293.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134362.0','1046616.0','15',    '15','12','100790.09',    '15','11','76696.67',    '10','6','24093.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046099.0','1021049.0','1',    '1','1','4801.59',    '1','1','1076.0',    '1','1','3725.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134363.0','1046616.0','1',    '1','1','1288.59',    '1','1','1288.59',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040232.0','1021049.0','1',    '1','1','1729.07',    '1','1','1076.0',    '1','1','653.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128496.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046100.0','1021049.0','1',    '1','1','2874.57',    '1','0','0.0',    '1','1','2874.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134364.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046101.0','1021049.0','1',    '1','1','2240.55',    '1','0','0.0',    '1','1','2240.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134365.0','1046616.0','246',    '243','205','1341972.56',    '239','181','738717.41',    '199','163','603255.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040158.0','1021049.0','2',    '2','1','2506.85',    '2','1','1076.0',    '2','1','1430.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128422.0','1046616.0','84',    '83','68','340355.99',    '79','51','191188.99',    '67','57','149167.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046102.0','1021049.0','1',    '1','1','14215.93',    '1','1','10103.62',    '1','1','4112.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134366.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040062.0','1021049.0','2',    '2','2','3735.23',    '2','0','0.0',    '2','2','3735.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128326.0','1046616.0','2',    '2','2','8333.26',    '1','1','3452.0',    '2','2','4881.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046103.0','1021049.0','8',    '8','7','33075.87',    '8','5','24422.88',    '5','5','8652.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134367.0','1046616.0','2',    '2','2','27573.47',    '2','2','15612.22',    '2','2','11961.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046104.0','1021049.0','1',    '1','1','943.99',    '1','0','0.0',    '1','1','943.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134368.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046105.0','1021049.0','232',    '233','185','1138911.77',    '225','149','697994.48',    '198','154','440917.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134369.0','1046616.0','1',    '1','1','8766.38',    '1','1','8766.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040126.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128390.0','1046616.0','230',    '199','161','1023723.15',    '194','118','622570.51',    '159','133','401152.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040288.0','1021049.0','1',    '1','1','712.0',    '1','1','712.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128552.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040200.0','1021049.0','312',    '307','272','1540142.9',    '304','230','818437.67',    '276','234','721705.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128464.0','1046616.0','1',    '1','1','2729.32',    '0','0','0.0',    '1','1','2729.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040320.0','1021049.0','53',    '53','47','212218.93',    '51','37','132337.32',    '44','38','79881.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128584.0','1046616.0','1',    '1','1','4114.49',    '1','1','1076.0',    '1','1','3038.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040132.0','1021049.0','1',    '1','1','9460.81',    '1','1','4064.46',    '1','1','5396.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128396.0','1046616.0','1',    '1','1','1176.79',    '1','0','0.0',    '1','1','1176.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046106.0','1021049.0','4',    '4','4','32268.25',    '4','4','22764.62',    '4','4','9503.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134370.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040167.0','1021049.0','1',    '1','1','27008.61',    '1','1','19818.37',    '1','1','7190.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128431.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040113.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128377.0','1046616.0','1',    '1','1','6371.25',    '1','1','3424.39',    '1','1','2946.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046107.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134371.0','1046616.0','1',    '1','1','17430.26',    '1','1','12966.21',    '1','1','4464.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040199.0','1021049.0','1',    '1','1','6468.49',    '1','1','6468.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128463.0','1046616.0','1',    '1','1','1600.0',    '1','1','1600.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040135.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128399.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046108.0','1021049.0','1',    '1','1','712.0',    '1','1','712.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134372.0','1046616.0','3',    '3','3','23837.81',    '3','3','9730.03',    '3','3','14107.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046109.0','1021049.0','1',    '1','1','1576.0',    '1','1','1076.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134373.0','1046616.0','145',    '145','101','383021.66',    '136','73','221674.52',    '114','80','161347.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040221.0','1021049.0','40',    '39','35','214360.92',    '39','29','99356.61',    '32','29','115004.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128485.0','1046616.0','3',    '3','2','2125.59',    '3','1','1076.0',    '2','2','1049.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040266.0','1021049.0','8',    '7','6','20409.93',    '7','6','17035.35',    '4','2','3374.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128530.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040239.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128503.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040306.0','1021049.0','1',    '1','1','5689.68',    '1','1','1076.0',    '1','1','4613.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128570.0','1046616.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040423.0','1021049.0','1',    '1','1','2505.93',    '1','0','0.0',    '1','1','2505.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128687.0','1046616.0','11',    '11','8','25127.82',    '11','7','17527.21',    '5','4','7600.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040238.0','1021049.0','1',    '1','1','1576.0',    '1','1','1076.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128502.0','1046616.0','1',    '1','1','3057.51',    '1','1','1076.0',    '1','1','1981.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046110.0','1021049.0','1',    '1','1','662.13',    '1','0','0.0',    '1','1','662.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134374.0','1046616.0','1',    '1','1','1076.0',    '1','1','1076.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040311.0','1021049.0','7',    '7','7','24908.36',    '7','5','12876.54',    '5','5','12031.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128575.0','1046616.0','13',    '9','4','39928.28',    '8','2','33181.52',    '8','4','6746.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040363.0','1021049.0','1',    '1','1','14074.21',    '1','1','1424.0',    '1','1','12650.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128627.0','1046616.0','35',    '34','27','136359.12',    '32','21','84137.05',    '28','21','52222.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046111.0','1021049.0','3',    '3','2','3312.8',    '3','2','2136.0',    '2','1','1176.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134375.0','1046616.0','1',    '1','1','313.6',    '1','0','0.0',    '1','1','313.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040420.0','1021049.0','2',    '2','2','7561.46',    '2','2','2142.73',    '2','2','5418.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128684.0','1046616.0','55',    '55','49','346817.83',    '55','48','184923.78',    '49','42','161894.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040379.0','1021049.0','1',    '1','1','627.21',    '1','0','0.0',    '1','1','627.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128643.0','1046616.0','9',    '9','9','41506.97',    '9','8','36245.35',    '6','6','5261.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046112.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134376.0','1046616.0','3',    '3','3','12734.15',    '3','3','7556.46',    '3','3','5177.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040340.0','1021049.0','1',    '1','1','3163.9',    '1','1','2219.91',    '1','1','943.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128604.0','1046616.0','1',    '1','1','10852.22',    '1','1','6852.34',    '1','1','3999.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046113.0','1021049.0','1',    '1','1','1554.19',    '1','0','0.0',    '1','1','1554.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134377.0','1046616.0','1',    '1','1','5724.44',    '1','1','1424.0',    '1','1','4300.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046114.0','1021049.0','1',    '1','1','500.0',    '1','0','0.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134378.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046115.0','1021049.0','2',    '2','2','4114.06',    '2','0','0.0',    '2','2','4114.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134379.0','1046616.0','21',    '22','18','109890.86',    '22','17','60848.8',    '16','15','49042.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040435.0','1021049.0','2',    '2','2','6363.13',    '2','2','2152.0',    '2','1','4211.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128699.0','1046616.0','1',    '1','1','712.0',    '1','1','712.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046116.0','1021049.0','1',    '1','1','6043.1',    '1','1','6043.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134380.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046117.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134381.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046118.0','1021049.0','1',    '1','1','5124.17',    '1','1','1076.0',    '1','1','4048.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134382.0','1046616.0','1',    '1','1','11905.09',    '1','1','11405.09',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046119.0','1021049.0','1',    '1','1','5502.66',    '1','1','4343.67',    '1','1','1158.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134383.0','1046616.0','9',    '9','8','45997.32',    '8','7','25032.32',    '8','7','20965.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046120.0','1021049.0','2',    '2','1','21376.3',    '2','1','14878.74',    '2','1','6497.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134384.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046121.0','1021049.0','14',    '14','13','98702.49',    '14','12','60374.36',    '12','11','38328.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134385.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046122.0','1021049.0','1',    '1','1','26850.85',    '1','1','22887.29',    '1','1','3963.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134386.0','1046616.0','50',    '48','35','199522.14',    '48','28','82220.63',    '43','32','117301.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046123.0','1021049.0','1',    '1','1','34900.0',    '1','1','25809.21',    '1','1','9090.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134387.0','1046616.0','1',    '1','1','1924.0',    '1','1','1424.0',    '1','1','500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2029912.0','1021049.0','1',    '1','1','1674.42',    '1','1','1076.0',    '1','1','598.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118176.0','1046616.0','1',    '1','1','115.0',    '1','0','0.0',    '1','1','115.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046124.0','1021049.0','1',    '1','1','3804.44',    '1','1','1076.0',    '1','1','2728.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134388.0','1046616.0','1',    '1','1','1865.92',    '1','1','538.0',    '1','1','1327.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046125.0','1021049.0','1',    '1','1','4961.71',    '1','1','3049.96',    '1','1','1911.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134389.0','1046616.0','20',    '20','14','76086.07',    '19','9','50983.03',    '15','13','25103.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046126.0','1021049.0','4',    '4','3','13653.71',    '4','3','12163.31',    '3','1','1490.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134390.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040289.0','1021049.0','1',    '1','1','4639.71',    '1','1','2224.0',    '1','1','2415.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128553.0','1046616.0','1',    '1','1','676.04',    '1','0','0.0',    '1','1','676.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046127.0','1021049.0','2',    '1','1','538.0',    '1','1','538.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134391.0','1046616.0','9',    '9','6','40240.83',    '9','3','24078.04',    '8','6','16162.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040387.0','1021049.0','16',    '16','9','41096.87',    '14','5','32640.2',    '10','7','8456.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128651.0','1046616.0','594',    '594','512','3178323.53',    '591','440','1589904.49',    '533','455','1588419.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046128.0','1021049.0','10',    '10','9','56217.94',    '10','8','29395.62',    '10','9','26822.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134392.0','1046616.0','1',    '1','1','6474.33',    '1','1','2056.0',    '1','1','4418.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040406.0','1021049.0','1',    '1','1','9963.29',    '1','1','8448.3',    '1','1','1514.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128670.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046129.0','1021049.0','3',    '3','3','53966.76',    '3','3','38824.0',    '3','3','15142.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134393.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046130.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134394.0','1046616.0','1',    '1','1','2263.14',    '1','1','1454.74',    '1','1','808.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046131.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134395.0','1046616.0','1',    '1','1','7651.92',    '1','1','5116.54',    '1','1','2535.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046132.0','1021049.0','1',    '1','1','712.0',    '1','1','712.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134396.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046133.0','1021049.0','5',    '5','3','1658.0',    '5','3','1658.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134397.0','1046616.0','1334',    '1212','279','779266.51',    '1164','194','624527.14',    '499','143','154739.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2029796.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118060.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046134.0','1021049.0','1',    '1','1','1358.39',    '1','0','0.0',    '1','1','1358.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134398.0','1046616.0','65',    '55','16','28745.83',    '52','12','26805.87',    '21','4','1939.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2030108.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118372.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046135.0','1021049.0','237',    '199','56','173232.63',    '190','42','158170.31',    '72','22','15062.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134399.0','1046616.0','87',    '78','5','5544.83',    '73','2','4154.87',    '29','3','1389.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046136.0','1021049.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134400.0','1046616.0','335',    '267','57','135942.97',    '244','34','104876.37',    '116','31','31066.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046137.0','1021049.0','11',    '9','2','760.43',    '9','1','645.43',    '4','1','115.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134401.0','1046616.0','9',    '6','2','3053.47',    '6','2','2843.48',    '2','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046138.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134402.0','1046616.0','14',    '13','5','7443.64',    '13','3','6199.72',    '8','3','1243.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046139.0','1021049.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134403.0','1046616.0','58',    '54','17','32907.2',    '51','13','29286.61',    '26','5','3620.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046140.0','1021049.0','1',    '1','1','2496.23',    '1','0','0.0',    '1','1','2496.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134404.0','1046616.0','32',    '29','1','796.74',    '28','1','796.74',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046141.0','1021049.0','2',    '2','1','2789.87',    '2','1','1796.0',    '1','1','993.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134405.0','1046616.0','4',    '4','1','229.95',    '3','0','0.0',    '1','1','229.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046142.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134406.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046143.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134407.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046144.0','1021049.0','6',    '6','5','3212.0',    '6','5','3212.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134408.0','1046616.0','1',    '1','1','547.13',    '1','0','0.0',    '1','1','547.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046136.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134400.0','1046616.0','49',    '38','1','209.99',    '37','0','0.0',    '9','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046145.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134409.0','1046616.0','3',    '3','1','538.0',    '3','1','538.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046146.0','1021049.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134410.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046147.0','1021049.0','551',    '470','137','292676.65',    '434','102','226629.42',    '222','71','66047.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134411.0','1046616.0','1825',    '1538','318','624337.91',    '1417','202','470243.88',    '703','181','154094.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046148.0','1021049.0','185',    '165','20','30844.12',    '157','11','20210.77',    '55','11','10633.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134412.0','1046616.0','50',    '35','9','8899.5',    '25','4','6474.55',    '16','5','2424.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040419.0','1021049.0','1577',    '1243','175','495363.96',    '1115','120','397817.47',    '464','81','97546.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128683.0','1046616.0','11',    '8','0','0.0',    '8','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046149.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134413.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046150.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134414.0','1046616.0','4',    '4','1','2518.73',    '4','1','1152.0',    '2','1','1366.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046151.0','1021049.0','7',    '4','1','998.0',    '4','1','998.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134415.0','1046616.0','255',    '203','29','64747.22',    '197','16','54842.49',    '60','15','9904.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046152.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134416.0','1046616.0','2',    '2','1','1358.46',    '2','0','0.0',    '2','1','1358.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046153.0','1021049.0','5',    '4','1','3629.97',    '4','1','3629.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134417.0','1046616.0','1',    '1','1','2310.68',    '1','1','2310.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046154.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134418.0','1046616.0','2',    '2','2','1111.87',    '2','1','538.0',    '1','1','573.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046155.0','1021049.0','48',    '39','5','14178.18',    '39','5','14178.18',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134419.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046156.0','1021049.0','294',    '263','76','266925.28',    '257','68','227415.37',    '111','28','39509.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134420.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040330.0','1021049.0','3',    '3','2','1424.0',    '3','2','1424.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128594.0','1046616.0','167',    '147','35','69909.12',    '139','25','60159.27',    '60','17','9749.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040314.0','1021049.0','10',    '8','1','3933.47',    '8','1','3933.47',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128578.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046157.0','1021049.0','113',    '89','13','15636.64',    '86','10','14152.6',    '27','4','1484.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134421.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040343.0','1021049.0','26',    '19','2','2913.3',    '19','2','2913.3',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128607.0','1046616.0','55',    '54','19','52717.78',    '53','14','39980.02',    '23','8','12737.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046158.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134422.0','1046616.0','5',    '5','2','2639.24',    '5','2','1424.0',    '3','1','1215.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046159.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134423.0','1046616.0','6',    '6','1','985.18',    '6','1','985.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046160.0','1021049.0','3',    '3','3','11373.29',    '3','3','7822.83',    '2','1','3550.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134424.0','1046616.0','1',    '1','1','1160.5',    '1','1','1160.5',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2035069.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2123333.0','1046616.0','474',    '412','95','346805.16',    '382','59','272709.51',    '190','64','74095.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046161.0','1021049.0','53',    '48','11','29378.05',    '47','11','29106.08',    '17','1','271.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134425.0','1046616.0','1',    '1','1','2500.94',    '1','1','2500.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046162.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134426.0','1046616.0','5',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046163.0','1021049.0','1284',    '1083','190','437137.57',    '1011','114','337219.65',    '487','117','99917.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134427.0','1046616.0','189',    '169','31','134216.27',    '166','27','123815.61',    '56','7','10400.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046164.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134428.0','1046616.0','44',    '30','2','694.98',    '28','0','0.0',    '7','2','694.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046165.0','1021049.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134429.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046166.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134430.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040341.0','1021049.0','1',    '1','1','1054.82',    '1','1','1054.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128605.0','1046616.0','131',    '102','14','56738.22',    '97','9','47054.82',    '39','8','9683.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046167.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134431.0','1046616.0','1',    '1','1','712.0',    '1','1','712.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046168.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134432.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046169.0','1021049.0','3',    '3','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134433.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2030093.0','1021049.0','39',    '31','6','3804.51',    '26','3','3356.77',    '14','3','447.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118357.0','1046616.0','8',    '7','2','4496.14',    '7','2','4241.56',    '1','1','254.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046152.0','1021049.0','7',    '6','1','7988.41',    '5','1','7511.78',    '2','1','476.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134416.0','1046616.0','26',    '21','2','2168.21',    '19','1','1364.0',    '10','2','804.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046170.0','1021049.0','11',    '11','1','1834.99',    '11','1','1834.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134434.0','1046616.0','23',    '19','4','4209.76',    '19','3','3937.79',    '9','1','271.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046171.0','1021049.0','31',    '24','5','9583.18',    '22','4','9098.19',    '5','1','484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134435.0','1046616.0','20',    '16','1','209.99',    '14','0','0.0',    '3','1','209.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046172.0','1021049.0','55',    '50','10','8203.45',    '46','5','6606.53',    '19','6','1596.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134436.0','1046616.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046173.0','1021049.0','11',    '11','2','10633.13',    '11','1','4133.13',    '3','1','6500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134437.0','1046616.0','3',    '3','3','11739.32',    '3','3','9056.09',    '3','1','2683.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046174.0','1021049.0','1432',    '1192','244','680953.93',    '1100','166','558142.59',    '602','127','122811.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134438.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046175.0','1021049.0','230',    '184','43','99179.18',    '170','25','74726.36',    '86','27','24452.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134439.0','1046616.0','3',    '3','1','953.26',    '1','0','0.0',    '2','1','953.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046176.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134440.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046177.0','1021049.0','656',    '487','56','122155.3',    '419','37','83458.34',    '248','26','38696.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134441.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046178.0','1021049.0','103',    '88','11','32543.46',    '85','10','24188.74',    '27','5','8354.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134442.0','1046616.0','222',    '191','46','134668.08',    '187','27','99882.43',    '79','29','34785.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046179.0','1021049.0','3',    '3','1','1161.08',    '3','1','1161.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134443.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046180.0','1021049.0','11',    '10','1','3267.16',    '9','1','3267.16',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134444.0','1046616.0','5',    '2','1','2314.77',    '2','1','2314.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046181.0','1021049.0','1',    '1','1','1028.0',    '1','1','1028.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134445.0','1046616.0','23',    '21','4','16168.89',    '21','4','16168.89',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046182.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134446.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046183.0','1021049.0','36',    '29','2','5163.9',    '29','2','5163.9',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134447.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046184.0','1021049.0','1586',    '1221','198','503069.14',    '1080','142','419591.55',    '565','88','83477.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134448.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046185.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134449.0','1046616.0','7',    '6','2','1144.61',    '6','1','659.62',    '2','1','484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046186.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134450.0','1046616.0','35',    '34','6','6270.63',    '34','5','4782.7',    '8','3','1487.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046187.0','1021049.0','27',    '20','1','2308.42',    '16','1','2308.42',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134451.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046170.0','1021049.0','30',    '23','5','48967.98',    '22','5','40744.6',    '6','2','8223.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134434.0','1046616.0','10',    '8','1','476.63',    '8','0','0.0',    '1','1','476.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046188.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134452.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046189.0','1021049.0','65',    '47','1','5856.29',    '46','0','0.0',    '7','1','5856.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134453.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046190.0','1021049.0','78',    '61','6','5888.75',    '56','1','2968.8',    '22','6','2919.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134454.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040458.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128722.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046191.0','1021049.0','1632',    '1328','259','528546.27',    '1201','151','399264.61',    '572','155','129281.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134455.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046192.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134456.0','1046616.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046193.0','1021049.0','1',    '1','1','18279.48',    '1','1','15551.75',    '1','1','2727.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134457.0','1046616.0','3207',    '2435','368','741681.54',    '2118','196','474398.78',    '1247','245','267282.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046194.0','1021049.0','977',    '806','126','254097.64',    '731','82','196951.25',    '364','65','57146.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134458.0','1046616.0','1',    '1','1','712.0',    '1','1','712.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046195.0','1021049.0','767',    '602','101','187125.96',    '553','68','158368.34',    '240','42','28757.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134459.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046196.0','1021049.0','2057',    '1810','491','1708882.79',    '1751','352','1378476.31',    '778','245','330406.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134460.0','1046616.0','1',    '1','1','1800.0',    '1','1','1800.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046197.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134461.0','1046616.0','191',    '119','18','37353.59',    '106','13','28314.71',    '47','8','9038.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046198.0','1021049.0','18',    '17','5','13424.1',    '16','4','12336.22',    '8','2','1087.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134462.0','1046616.0','14',    '13','1','1256.53',    '13','1','998.0',    '4','1','258.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040358.0','1021049.0','37',    '36','6','8434.03',    '34','4','7475.44',    '13','3','958.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128622.0','1046616.0','77',    '66','14','12426.53',    '64','9','10341.61',    '28','5','2084.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046199.0','1021049.0','288',    '231','39','70774.55',    '212','22','52811.36',    '101','23','17963.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134463.0','1046616.0','68',    '59','9','15313.12',    '57','5','12338.16',    '31','5','2974.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046200.0','1021049.0','516',    '434','76','168307.05',    '414','64','147308.21',    '186','24','20998.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134464.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2029851.0','1021049.0','99',    '82','18','43227.83',    '78','15','39373.11',    '23','6','3854.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2118115.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040365.0','1021049.0','11',    '7','1','2734.06',    '7','1','1320.0',    '2','1','1414.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128629.0','1046616.0','16',    '8','1','484.99',    '7','0','0.0',    '4','1','484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046201.0','1021049.0','1875',    '1355','197','339359.83',    '1157','118','217108.38',    '738','122','122251.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134465.0','1046616.0','90',    '70','22','79352.48',    '68','17','64409.79',    '36','10','14942.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046202.0','1021049.0','30',    '22','4','4953.56',    '20','3','4653.56',    '5','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134466.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046203.0','1021049.0','282',    '233','39','101280.67',    '219','30','86925.18',    '106','18','14355.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134467.0','1046616.0','88',    '83','16','42671.71',    '82','10','36633.68',    '31','8','6038.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046204.0','1021049.0','1',    '1','1','3400.77',    '1','1','3400.77',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134468.0','1046616.0','21',    '18','3','7214.41',    '18','3','5873.51',    '7','1','1340.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046205.0','1021049.0','38',    '32','4','20191.58',    '30','3','18421.57',    '13','2','1770.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134469.0','1046616.0','120',    '98','28','96613.93',    '94','21','87251.45',    '38','9','9362.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046206.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134470.0','1046616.0','257',    '206','17','29076.88',    '187','8','24397.75',    '81','9','4679.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046207.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134471.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2030231.0','1021049.0','1',    '1','1','15651.87',    '1','1','8913.62',    '1','1','6738.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2118495.0','1046616.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046208.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134472.0','1046616.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046209.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134473.0','1046616.0','3',    '3','1','484.99',    '1','0','0.0',    '2','1','484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046210.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134474.0','1046616.0','449',    '368','78','201219.59',    '339','51','168589.15',    '162','39','32630.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046211.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134475.0','1046616.0','14',    '11','2','1595.03',    '9','1','1110.04',    '5','1','484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046212.0','1021049.0','283',    '260','70','172535.71',    '253','44','132086.83',    '115','42','40448.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134476.0','1046616.0','10',    '10','3','3936.97',    '10','0','0.0',    '6','3','3936.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046213.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134477.0','1046616.0','67',    '57','18','36134.6',    '54','11','26056.79',    '31','12','10077.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046214.0','1021049.0','3',    '1','1','1524.24',    '1','1','1524.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134478.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046215.0','1021049.0','106',    '88','15','53811.49',    '86','11','44127.03',    '29','6','9684.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134479.0','1046616.0','39',    '34','2','1055.26',    '31','1','570.27',    '11','1','484.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046216.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134480.0','1046616.0','228',    '185','27','56090.05',    '168','20','48745.36',    '79','13','7344.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046217.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134481.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046218.0','1021049.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134482.0','1046616.0','98',    '88','17','37461.72',    '81','12','24496.3',    '33','9','12965.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046219.0','1021049.0','22',    '20','7','42856.95',    '19','3','40998.72',    '10','5','1858.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134483.0','1046616.0','5',    '5','1','4110.63',    '5','1','4110.63',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046220.0','1021049.0','61',    '55','13','34797.09',    '53','9','30216.3',    '21','6','4580.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134484.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046221.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134485.0','1046616.0','115',    '88','6','13571.74',    '85','4','12885.12',    '25','2','686.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046222.0','1021049.0','7',    '3','1','813.47',    '3','1','752.7',    '1','1','60.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134486.0','1046616.0','1',    '1','1','1111.72',    '1','1','538.0',    '1','1','573.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046223.0','1021049.0','7',    '7','2','4009.97',    '7','1','3466.03',    '3','1','543.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134487.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040331.0','1021049.0','76',    '62','11','30278.85',    '57','8','12567.02',    '23','5','17711.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128595.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040337.0','1021049.0','819',    '633','140','487187.15',    '570','84','395124.32',    '272','77','92062.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128601.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046224.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134488.0','1046616.0','273',    '181','25','61218.97',    '159','16','48129.11',    '78','15','13089.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046225.0','1021049.0','1691',    '1333','131','375846.01',    '1197','81','283920.1',    '509','71','91925.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134489.0','1046616.0','948',    '677','97','160528.88',    '569','54','113858.42',    '310','56','46670.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046226.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134490.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040349.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128613.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046227.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134491.0','1046616.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040462.0','1021049.0','2209',    '1492','135','178967.17',    '1237','61','108750.46',    '746','90','70216.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128726.0','1046616.0','620',    '425','53','100586.62',    '325','24','69100.93',    '219','39','31485.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046228.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134492.0','1046616.0','1',    '1','1','998.0',    '1','1','998.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046229.0','1021049.0','12',    '12','2','4390.04',    '12','2','4390.04',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134493.0','1046616.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046230.0','1021049.0','1',    '1','1','538.0',    '1','1','538.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134494.0','1046616.0','56',    '45','9','31492.16',    '43','9','31220.19',    '13','1','271.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046231.0','1021049.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134495.0','1046616.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046232.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134496.0','1046616.0','40',    '36','9','11826.28',    '33','6','10646.31',    '13','3','1179.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046233.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134497.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046234.0','1021049.0','106',    '76','13','22626.12',    '62','11','18882.22',    '30','4','3743.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134498.0','1046616.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040295.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128559.0','1046616.0','8',    '6','2','1541.94',    '6','1','998.0',    '2','1','543.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046235.0','1021049.0','123',    '99','28','52375.13',    '89','20','47848.59',    '40','11','4526.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134499.0','1046616.0','32',    '28','13','135723.21',    '28','13','135590.19',    '2','1','133.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046236.0','1021049.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134500.0','1046616.0','54',    '47','35','377713.93',    '47','34','353589.35',    '20','13','24124.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046237.0','1021049.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134501.0','1046616.0','897',    '817','297','1533719.12',    '811','247','1504570.7',    '164','83','29148.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046238.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134502.0','1046616.0','30',    '18','4','10370.8',    '14','4','9363.28',    '16','1','1007.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2030136.0','1021049.0','4',    '4','2','1994.77',    '3','1','1861.75',    '1','1','133.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2118400.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046239.0','1021049.0','15',    '15','8','29255.93',    '15','8','29122.91',    '1','1','133.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134503.0','1046616.0','355',    '329','41','154917.83',    '326','36','94276.84',    '62','13','60640.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2029960.0','1021049.0','54',    '50','8','11764.83',    '49','7','9503.53',    '31','4','2261.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2118224.0','1046616.0','15',    '13','2','3442.56',    '12','1','2961.04',    '6','1','481.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046240.0','1021049.0','14',    '12','8','62578.52',    '12','8','51974.91',    '9','3','10603.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134504.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046241.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134505.0','1046616.0','8',    '4','1','1396.0',    '3','1','1396.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046242.0','1021049.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134506.0','1046616.0','12',    '12','1','2443.2',    '12','1','2443.2',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046243.0','1021049.0','1',    '1','1','1679.01',    '1','1','1679.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134507.0','1046616.0','92',    '86','11','43080.53',    '76','7','8538.98',    '44','5','34541.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046244.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134508.0','1046616.0','21',    '15','9','14441.12',    '15','9','14175.08',    '5','2','266.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046245.0','1021049.0','9',    '8','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134509.0','1046616.0','35',    '30','20','166357.29',    '26','20','150976.47',    '15','4','15380.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046246.0','1021049.0','38',    '26','15','112649.77',    '25','15','105142.16',    '11','2','7507.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134510.0','1046616.0','1',    '1','1','912.56',    '1','1','912.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046247.0','1021049.0','45',    '37','7','13592.03',    '36','6','11403.41',    '17','3','2188.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134511.0','1046616.0','18',    '12','8','76563.87',    '12','8','69008.27',    '7','5','7555.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046231.0','1021049.0','5',    '5','1','36098.0',    '5','1','36098.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134495.0','1046616.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046248.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134512.0','1046616.0','1',    '1','1','697.52',    '1','1','697.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046249.0','1021049.0','15',    '13','12','149957.95',    '13','12','139730.35',    '5','2','10227.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134513.0','1046616.0','2',    '2','1','3817.58',    '2','1','3817.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040473.0','1021049.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128737.0','1046616.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046250.0','1021049.0','6',    '4','1','2735.75',    '3','1','1404.0',    '4','1','1331.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134514.0','1046616.0','85',    '82','11','53159.79',    '78','9','49482.49',    '20','4','3677.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040369.0','1021105.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128633.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046251.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134515.0','1046672.0','4',    '4','2','2928.74',    '4','2','2928.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046252.0','1021105.0','1',    '1','1','21291.15',    '1','1','13582.05',    '1','1','7709.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134516.0','1046672.0','96',    '86','57','434838.1',    '86','54','429247.01',    '30','20','5591.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046253.0','1021105.0','570',    '493','300','1402944.17',    '492','289','1382330.55',    '80','44','20613.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134517.0','1046672.0','1',    '1','1','2062.04',    '1','1','2062.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2029955.0','1021105.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118219.0','1046672.0','126',    '98','5','7750.27',    '90','3','6094.72',    '38','3','1655.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046254.0','1021105.0','29',    '28','5','8166.86',    '28','3','3448.29',    '22','5','4718.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134518.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046255.0','1021105.0','4',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134519.0','1046672.0','69',    '59','3','4082.38',    '55','3','3065.16',    '28','2','1017.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046256.0','1021105.0','141',    '124','64','382302.71',    '124','57','374824.0',    '34','19','7478.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134520.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046257.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134521.0','1046672.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046230.0','1021105.0','4',    '4','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134494.0','1046672.0','26',    '19','14','121218.37',    '17','13','118775.64',    '10','3','2442.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046258.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134522.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046259.0','1021105.0','684',    '625','251','3960387.91',    '622','232','3945026.79',    '80','37','15361.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134523.0','1046672.0','19',    '16','2','37989.18',    '14','2','31418.6',    '11','2','6570.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046260.0','1021105.0','84',    '71','26','60939.75',    '71','21','51148.49',    '28','14','9791.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134524.0','1046672.0','1',    '1','1','1209.19',    '1','1','1209.19',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046261.0','1021105.0','72',    '69','53','265612.96',    '66','53','261798.55',    '22','5','3814.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134525.0','1046672.0','16',    '11','8','65407.47',    '11','8','64775.91',    '2','1','631.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046262.0','1021105.0','39',    '38','5','18083.02',    '38','5','13038.91',    '8','1','5044.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134526.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046263.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134527.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046264.0','1021105.0','294',    '263','82','796635.08',    '262','76','795038.84',    '31','12','1596.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134528.0','1046672.0','17',    '13','10','147535.67',    '12','10','128495.47',    '5','4','19040.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046265.0','1021105.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134529.0','1046672.0','612',    '564','272','1483454.56',    '562','240','1446940.25',    '156','81','36514.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046266.0','1021105.0','7',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134530.0','1046672.0','22',    '21','19','143806.26',    '21','17','140821.48',    '6','5','2984.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046267.0','1021105.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134531.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046268.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134532.0','1046672.0','23',    '22','5','9124.89',    '21','3','7749.92',    '14','3','1374.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046269.0','1021105.0','7',    '6','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134533.0','1046672.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046270.0','1021105.0','1',    '1','1','30167.6',    '1','1','30167.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134534.0','1046672.0','10',    '10','0','0.0',    '10','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046271.0','1021105.0','106',    '105','19','47674.88',    '100','9','39607.87',    '58','14','8067.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134535.0','1046672.0','1',    '1','1','453.35',    '1','1','453.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046272.0','1021105.0','6',    '5','3','51060.61',    '5','3','51060.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134536.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046273.0','1021105.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134537.0','1046672.0','1',    '1','1','7491.66',    '1','1','7491.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046260.0','1021105.0','1',    '1','1','6791.0',    '1','1','6657.98',    '1','1','133.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134524.0','1046672.0','80',    '70','62','900157.26',    '70','60','830785.52',    '37','20','69371.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046274.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134538.0','1046672.0','1',    '1','1','260.51',    '1','1','260.51',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046146.0','1021105.0','15',    '13','1','1791.34',    '12','1','1791.34',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134410.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046275.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134539.0','1046672.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046276.0','1021105.0','8',    '4','2','3334.38',    '4','2','3334.38',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134540.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046277.0','1021105.0','4',    '4','3','5148.43',    '4','3','5148.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134541.0','1046672.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046278.0','1021105.0','49',    '40','6','13105.79',    '37','4','5031.05',    '20','3','8074.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134542.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046279.0','1021105.0','16',    '14','13','180726.04',    '14','13','168603.2',    '7','5','12122.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134543.0','1046672.0','35',    '34','16','53743.96',    '32','15','50344.03',    '11','4','3399.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046280.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134544.0','1046672.0','2',    '2','2','1636.98',    '2','2','1636.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046281.0','1021105.0','12',    '12','1','3804.57',    '12','1','3054.57',    '5','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134545.0','1046672.0','1',    '1','1','36684.33',    '1','1','30282.13',    '1','1','6402.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046282.0','1021105.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134546.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046283.0','1021105.0','76',    '60','3','20020.69',    '53','3','18889.57',    '36','2','1131.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134547.0','1046672.0','59',    '51','1','3130.99',    '46','1','3130.99',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040178.0','1021105.0','60',    '34','11','94166.04',    '33','11','87269.17',    '17','4','6896.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128442.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046284.0','1021105.0','192',    '168','92','316989.28',    '166','85','275527.27',    '54','29','41462.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134548.0','1046672.0','16',    '13','10','161790.48',    '13','10','144861.92',    '7','4','16928.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040293.0','1021105.0','21',    '20','1','12546.31',    '20','1','1522.0',    '4','1','11024.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128557.0','1046672.0','8',    '8','3','27361.5',    '8','3','22510.6',    '2','2','4850.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046285.0','1021105.0','416',    '394','171','1559204.31',    '394','161','1552736.51',    '29','20','6467.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134549.0','1046672.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040464.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128728.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046286.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134550.0','1046672.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046287.0','1021105.0','2',    '2','1','675.0',    '2','1','675.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134551.0','1046672.0','16',    '14','10','44370.42',    '14','8','43946.77',    '3','3','423.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046288.0','1021105.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134552.0','1046672.0','19',    '15','1','9658.81',    '14','1','2106.0',    '3','1','7552.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046289.0','1021105.0','11',    '9','4','37649.33',    '9','4','37649.33',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134553.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046290.0','1021105.0','17',    '13','1','379.99',    '10','0','0.0',    '5','1','379.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134554.0','1046672.0','72',    '64','34','228562.46',    '61','34','224732.55',    '22','4','3829.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2029824.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2118088.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046291.0','1021105.0','4',    '4','1','487.49',    '4','1','487.49',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134555.0','1046672.0','208',    '188','70','1188783.68',    '188','66','1186845.27',    '23','8','1938.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046292.0','1021105.0','16',    '7','6','110348.84',    '7','6','109376.93',    '2','1','971.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134556.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046293.0','1021105.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134557.0','1046672.0','21',    '18','5','56475.44',    '18','5','43721.22',    '1','1','12754.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046294.0','1021105.0','2',    '1','1','4773.29',    '1','1','4773.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134558.0','1046672.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046295.0','1021105.0','5',    '6','2','4709.62',    '6','2','2759.65',    '3','2','1949.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134559.0','1046672.0','70',    '68','0','0.0',    '65','0','0.0',    '11','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046296.0','1021105.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134560.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046297.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134561.0','1046672.0','6',    '3','1','29196.63',    '3','1','22714.14',    '2','1','6482.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046298.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134562.0','1046672.0','48',    '44','31','391124.1',    '44','31','387457.08',    '11','7','3667.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040393.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128657.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046299.0','1021105.0','29',    '25','21','151337.44',    '25','21','143164.32',    '6','3','8173.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134563.0','1046672.0','196',    '159','59','178519.3',    '157','44','168133.93',    '36','21','10385.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046300.0','1021105.0','5',    '5','1','249.99',    '5','0','0.0',    '3','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134564.0','1046672.0','3',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046301.0','1021105.0','7',    '7','1','1914.0',    '7','1','1914.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134565.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046302.0','1021105.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134566.0','1046672.0','1',    '1','1','6467.53',    '1','1','6467.53',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046303.0','1021105.0','2',    '2','2','3640.28',    '2','2','3640.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134567.0','1046672.0','42',    '39','31','101669.42',    '38','31','101164.94',    '13','1','504.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2029982.0','1021105.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2118246.0','1046672.0','10',    '9','5','14978.42',    '9','5','14978.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040353.0','1021105.0','5',    '4','4','6323.23',    '4','3','4823.23',    '4','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128617.0','1046672.0','13',    '12','2','13912.35',    '11','1','13662.36',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046304.0','1021105.0','6',    '5','2','17154.14',    '5','2','13054.97',    '2','1','4099.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134568.0','1046672.0','524',    '464','101','257684.54',    '443','92','154323.09',    '216','38','103361.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046248.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134512.0','1046672.0','5',    '5','4','22126.83',    '5','4','22126.83',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040408.0','1021105.0','54',    '44','24','124598.79',    '42','20','123663.7',    '13','5','935.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128672.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040318.0','1021105.0','756',    '663','214','671760.81',    '644','197','504936.51',    '292','84','166824.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128582.0','1046672.0','6',    '5','1','659.99',    '4','1','659.99',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046305.0','1021105.0','14',    '14','4','10712.4',    '14','3','10470.3',    '3','1','242.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134569.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046306.0','1021105.0','2',    '2','2','1793.8',    '2','2','1793.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134570.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040384.0','1021105.0','7',    '5','2','1577.62',    '5','2','1577.62',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128648.0','1046672.0','342',    '298','100','334506.71',    '280','94','235572.42',    '158','43','98934.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2035359.0','1021105.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2123623.0','1046672.0','8',    '7','4','4663.21',    '7','4','4433.26',    '1','1','229.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040348.0','1021105.0','7',    '7','2','2645.31',    '7','2','2095.32',    '2','1','549.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128612.0','1046672.0','911',    '847','293','2563550.04',    '842','255','2542741.62',    '127','68','20808.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046307.0','1021105.0','212',    '184','144','1675841.0',    '181','144','1632241.06',    '65','29','43599.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134571.0','1046672.0','1022',    '928','521','1920188.29',    '913','490','1873480.89',    '138','70','46707.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040470.0','1021105.0','75',    '64','54','477564.86',    '63','54','443226.62',    '24','13','34338.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128734.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046308.0','1021105.0','22',    '17','0','0.0',    '15','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134572.0','1046672.0','10',    '9','7','73887.87',    '9','7','72699.34',    '4','1','1188.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046309.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134573.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046310.0','1021105.0','13',    '13','1','8273.72',    '13','1','8273.72',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134574.0','1046672.0','828',    '748','311','872470.91',    '728','293','595332.07',    '382','126','277138.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046280.0','1021105.0','1',    '1','1','7012.84',    '1','1','6640.89',    '1','1','371.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134544.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046311.0','1021105.0','3',    '2','2','40672.56',    '2','2','40672.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134575.0','1046672.0','5',    '5','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046312.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134576.0','1046672.0','2',    '2','1','31546.08',    '2','1','31546.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040092.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128356.0','1046672.0','16',    '9','7','70290.39',    '9','6','64656.2',    '4','3','5634.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046313.0','1021105.0','1',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134577.0','1046672.0','15',    '13','0','0.0',    '12','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040304.0','1021105.0','22',    '18','3','51551.49',    '18','3','41854.5',    '5','2','9696.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128568.0','1046672.0','28',    '27','1','622.0',    '27','1','622.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046314.0','1021105.0','7',    '6','4','18849.56',    '6','4','18849.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134578.0','1046672.0','48',    '40','38','553183.68',    '40','38','514606.87',    '18','8','38576.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046315.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134579.0','1046672.0','2',    '2','1','2944.49',    '2','1','2026.61',    '1','1','917.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046316.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134580.0','1046672.0','35',    '27','18','119930.39',    '26','18','110969.19',    '11','3','8961.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040390.0','1021105.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128654.0','1046672.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046317.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134581.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040338.0','1021105.0','14',    '13','1','1720.66',    '13','1','1720.66',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128602.0','1046672.0','4',    '4','2','35005.99',    '4','2','35005.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040357.0','1021105.0','63',    '59','19','31854.42',    '57','11','23364.1',    '41','13','8490.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128621.0','1046672.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046318.0','1021105.0','2',    '2','2','53527.57',    '2','2','43220.75',    '2','2','10306.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134582.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046319.0','1021105.0','225',    '195','75','151695.46',    '193','59','129422.05',    '80','29','22273.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134583.0','1046672.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046320.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134584.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046321.0','1021105.0','72',    '70','43','242084.45',    '69','40','233547.21',    '28','20','8537.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134585.0','1046672.0','147',    '131','38','136406.39',    '127','24','128262.38',    '37','20','8144.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046322.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134586.0','1046672.0','2',    '1','1','9751.0',    '1','1','9751.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046250.0','1021105.0','1',    '1','1','3372.61',    '1','1','3372.61',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134514.0','1046672.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046323.0','1021105.0','1',    '1','1','43544.22',    '1','1','36304.0',    '1','1','7240.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134587.0','1046672.0','1',    '1','1','2104.48',    '1','1','2104.48',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046324.0','1021105.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134588.0','1046672.0','20',    '10','7','45775.72',    '10','7','45525.73',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046325.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134589.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046326.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134590.0','1046672.0','105',    '82','73','421399.06',    '80','73','400225.15',    '40','12','21173.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046327.0','1021105.0','43',    '33','27','294700.62',    '33','26','245583.81',    '17','11','49116.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134591.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040401.0','1021105.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128665.0','1046672.0','3',    '3','2','4378.61',    '3','2','4112.57',    '2','2','266.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046328.0','1021105.0','121',    '83','15','33880.68',    '74','11','29162.33',    '46','5','4718.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134592.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040294.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128558.0','1046672.0','7',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046329.0','1021105.0','3',    '2','2','5220.58',    '2','2','5220.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134593.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046330.0','1021105.0','3',    '1','1','1400.0',    '1','1','1400.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134594.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046331.0','1021105.0','132',    '113','69','368710.39',    '112','66','344393.2',    '50','16','24317.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134595.0','1046672.0','13',    '7','2','4230.62',    '7','2','4230.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2029825.0','1021105.0','5',    '5','3','6128.65',    '5','3','5995.63',    '2','1','133.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118089.0','1046672.0','12',    '12','3','5441.31',    '12','2','4991.32',    '8','1','449.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046332.0','1021105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134596.0','1046672.0','2388',    '2246','1071','5770178.06',    '2244','1028','5718674.3',    '236','122','51503.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046333.0','1021105.0','55',    '46','31','163457.45',    '45','31','162859.43',    '7','3','598.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134597.0','1046672.0','2',    '2','2','38774.07',    '2','2','37180.17',    '1','1','1593.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046186.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134450.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046334.0','1021105.0','41',    '35','31','291765.02',    '35','31','275795.17',    '16','6','15969.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134598.0','1046672.0','2',    '2','1','3687.2',    '2','1','3687.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046335.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134599.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046336.0','1021105.0','563',    '520','237','922024.01',    '516','197','892299.97',    '120','64','29724.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134600.0','1046672.0','13',    '11','3','4545.15',    '10','2','3974.53',    '8','1','570.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046337.0','1021105.0','2',    '2','1','269.33',    '2','1','269.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134601.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046338.0','1021105.0','1',    '1','1','12547.82',    '1','1','10922.46',    '1','1','1625.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134602.0','1046672.0','34',    '32','6','14338.97',    '30','4','13773.78',    '25','2','565.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046339.0','1021105.0','18',    '15','11','81284.57',    '15','11','81284.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134603.0','1046672.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046340.0','1021105.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134604.0','1046672.0','20',    '19','18','235390.02',    '19','18','229557.84',    '11','2','5832.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046341.0','1021105.0','13',    '12','11','23240.57',    '12','6','18500.61',    '8','7','4739.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134605.0','1046672.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040441.0','1021105.0','347',    '287','37','104702.96',    '272','27','72518.02',    '94','17','32184.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128705.0','1046672.0','20',    '19','0','0.0',    '18','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046342.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134606.0','1046672.0','1',    '1','1','12610.67',    '1','1','11710.69',    '1','1','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046343.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134607.0','1046672.0','38',    '36','3','43264.65',    '36','3','36917.9',    '8','1','6346.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046344.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134608.0','1046672.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2030020.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2118284.0','1046672.0','106',    '99','10','56948.41',    '97','6','47086.23',    '25','7','9862.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2029998.0','1021105.0','510',    '483','245','1540444.97',    '483','238','1531954.2',    '69','30','8490.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2118262.0','1046672.0','286',    '193','129','658884.75',    '188','120','602480.86',    '82','37','56403.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046345.0','1021105.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134609.0','1046672.0','15',    '13','0','0.0',    '12','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2030198.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118462.0','1046672.0','54',    '37','9','22139.91',    '34','7','15516.4',    '27','3','6623.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046196.0','1021105.0','471',    '407','273','2127263.95',    '397','260','1786813.27',    '196','98','340450.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134460.0','1046672.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2030255.0','1021105.0','2',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118519.0','1046672.0','5',    '4','4','10728.31',    '4','1','8478.31',    '3','3','2250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046346.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134610.0','1046672.0','1',    '1','1','1237.27',    '1','1','1237.27',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046249.0','1021105.0','5',    '3','2','16368.96',    '3','2','12723.0',    '1','1','3645.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134513.0','1046672.0','22',    '17','3','13876.48',    '14','1','12786.0',    '11','2','1090.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046294.0','1021105.0','332',    '297','83','409530.39',    '294','72','406750.23',    '45','17','2780.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134558.0','1046672.0','5',    '4','1','14928.33',    '4','1','13520.23',    '1','1','1408.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046347.0','1021105.0','16',    '9','7','49941.75',    '9','7','48857.59',    '3','1','1084.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134611.0','1046672.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046348.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134612.0','1046672.0','1',    '1','1','1788.0',    '1','1','1788.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046349.0','1021105.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134613.0','1046672.0','2',    '2','1','2965.18',    '2','1','2965.18',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046201.0','1021105.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134465.0','1046672.0','20',    '19','8','77038.13',    '19','8','76905.11',    '1','1','133.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046350.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134614.0','1046859.0','39',    '32','27','197106.39',    '28','26','176961.7',    '15','6','20144.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046351.0','1021292.0','23',    '13','12','106671.05',    '13','12','100609.52',    '6','3','6061.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134615.0','1046859.0','24',    '16','7','18052.72',    '14','6','8052.72',    '8','1','10000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046352.0','1021292.0','32',    '26','12','45975.73',    '24','11','45741.74',    '10','1','233.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134616.0','1046859.0','41',    '33','29','347950.6',    '33','29','324353.34',    '15','8','23597.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046353.0','1021292.0','6',    '5','3','56301.22',    '5','3','56301.22',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134617.0','1046859.0','1',    '1','1','880.79',    '1','1','880.79',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046354.0','1021292.0','5',    '3','3','16405.35',    '3','3','16405.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134618.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046139.0','1021292.0','18',    '15','6','63669.26',    '15','6','63669.26',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134403.0','1046859.0','14',    '12','6','17910.59',    '12','4','15910.59',    '5','2','2000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046355.0','1021292.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134619.0','1046859.0','5',    '5','3','2196.47',    '5','3','2196.47',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046356.0','1021292.0','92',    '81','71','793616.18',    '81','70','739085.03',    '37','18','54531.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134620.0','1046859.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046138.0','1021292.0','5',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134402.0','1046859.0','306',    '233','193','2952825.05',    '230','191','2757928.91',    '91','44','194896.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046357.0','1021292.0','7',    '6','6','13411.17',    '6','6','13411.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134621.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046358.0','1021292.0','13',    '11','10','18474.21',    '11','3','12724.23',    '8','8','5749.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134622.0','1046859.0','6',    '6','5','26814.36',    '5','5','26814.36',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046164.0','1021292.0','15',    '12','7','46409.41',    '12','7','46179.46',    '1','1','229.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134428.0','1046859.0','62',    '57','36','146545.92',    '57','32','141502.85',    '15','6','5043.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040425.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128689.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046359.0','1021292.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134623.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040457.0','1021292.0','6',    '2','1','4400.2',    '2','1','4400.2',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128721.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040424.0','1021292.0','2',    '1','1','5246.56',    '1','1','5246.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128688.0','1046859.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040444.0','1021292.0','1',    '1','1','3180.0',    '1','1','3180.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128708.0','1046859.0','1',    '1','1','2041.82',    '1','1','2041.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046360.0','1021292.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134624.0','1046859.0','8',    '7','7','5207.25',    '7','2','1387.26',    '5','5','3819.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046361.0','1021292.0','13',    '5','2','28905.09',    '3','2','28655.1',    '3','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134625.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046362.0','1021292.0','6',    '6','3','2250.0',    '6','0','0.0',    '4','3','2250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134626.0','1046859.0','893',    '829','419','1148252.35',    '806','406','810438.33',    '446','155','337814.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046363.0','1021292.0','1',    '1','1','8563.06',    '1','0','0.0',    '1','1','8563.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134627.0','1046859.0','95',    '30','5','16591.45',    '25','4','3882.73',    '8','1','12708.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046364.0','1021292.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134628.0','1046859.0','11',    '9','8','41496.43',    '9','5','30544.38',    '6','5','10952.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046365.0','1021292.0','19',    '16','4','2284.85',    '15','1','1534.88',    '6','3','749.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134629.0','1046859.0','41',    '29','28','94489.05',    '29','28','93038.93',    '6','3','1450.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040391.0','1021292.0','2',    '2','1','889.38',    '2','1','639.39',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128655.0','1046859.0','41',    '35','2','458.46',    '35','1','255.4',    '3','1','203.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046366.0','1021292.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134630.0','1046859.0','8',    '8','2','3960.85',    '7','2','3388.83',    '4','1','572.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046367.0','1021292.0','13',    '11','1','588.8',    '11','1','588.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134631.0','1046859.0','13',    '10','5','11299.91',    '10','4','10447.21',    '3','2','852.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046368.0','1021292.0','5',    '3','3','21033.13',    '3','3','21033.13',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134632.0','1046859.0','3',    '3','1','464.65',    '3','1','464.65',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046369.0','1021292.0','11',    '7','6','12013.68',    '7','4','10513.68',    '2','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134633.0','1046859.0','5',    '4','2','16882.46',    '3','2','13455.06',    '3','2','3427.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046370.0','1021292.0','3',    '3','1','2862.51',    '3','1','2862.51',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134634.0','1046859.0','1',    '1','1','1401.58',    '1','1','1401.58',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046371.0','1021292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134635.0','1046859.0','2',    '1','1','790.62',    '1','1','790.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046134.0','1021292.0','2',    '2','2','11621.79',    '2','2','10343.45',    '1','1','1278.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134398.0','1046859.0','151',    '135','111','345580.96',    '130','65','273212.32',    '87','69','72368.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046372.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134636.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046373.0','1021292.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134637.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046374.0','1021292.0','9',    '8','6','25147.74',    '8','6','24697.74',    '3','1','450.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134638.0','1046859.0','3',    '3','2','15271.47',    '3','2','15271.47',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046375.0','1021292.0','124',    '99','74','242835.95',    '99','72','239706.07',    '29','12','3129.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134639.0','1046859.0','60',    '46','35','288754.0',    '43','33','254329.99',    '27','15','34424.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046376.0','1021292.0','9',    '8','2','3691.25',    '8','1','3441.26',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134640.0','1046859.0','146',    '133','20','101601.7',    '132','19','75721.86',    '36','9','25879.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046377.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134641.0','1046859.0','50',    '48','35','84810.94',    '47','12','65810.95',    '35','26','18999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046300.0','1021292.0','139',    '134','108','153538.4',    '133','18','78478.38',    '101','96','75060.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134564.0','1046859.0','90',    '82','13','22359.77',    '82','12','17734.43',    '11','2','4625.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046378.0','1021292.0','45',    '36','31','705274.54',    '35','31','669264.29',    '16','6','36010.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134642.0','1046859.0','48',    '41','39','441256.74',    '40','39','359757.02',    '23','15','81499.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046379.0','1021292.0','17',    '15','5','15337.6',    '15','5','13587.63',    '5','3','1749.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134643.0','1046859.0','1',    '1','1','780.09',    '1','1','780.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046380.0','1021292.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134644.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046279.0','1021292.0','7',    '6','4','8670.18',    '6','3','8420.19',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134543.0','1046859.0','60',    '53','32','207505.21',    '52','30','194811.85',    '12','8','12693.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040176.0','1021292.0','3',    '3','2','19165.44',    '3','2','19165.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128440.0','1046859.0','20',    '16','8','9017.0',    '16','2','4529.22',    '8','6','4487.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046366.0','1021292.0','7',    '6','2','1025.04',    '6','0','0.0',    '4','2','1025.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134630.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046381.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134645.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046382.0','1021292.0','1',    '1','1','6658.2',    '1','1','6658.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134646.0','1046859.0','10',    '7','3','9830.01',    '6','2','8830.02',    '3','2','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040389.0','1021292.0','6',    '4','3','14802.41',    '4','3','14802.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128653.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046383.0','1021292.0','8',    '5','2','37178.13',    '5','2','37178.13',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134647.0','1046859.0','230',    '189','143','1178330.87',    '184','140','1036762.4',    '92','47','141568.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046384.0','1021292.0','17',    '5','3','25823.48',    '4','3','25823.48',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134648.0','1046859.0','5',    '4','2','17951.93',    '4','2','17951.93',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046385.0','1021292.0','3',    '3','2','3894.69',    '3','2','3894.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134649.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046386.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134650.0','1046859.0','1',    '1','1','6721.5',    '1','1','1488.0',    '1','1','5233.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046387.0','1021292.0','1',    '1','1','6944.93',    '1','1','6863.94',    '1','1','80.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134651.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046388.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134652.0','1046859.0','5',    '3','1','1956.72',    '2','1','1956.72',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046389.0','1021292.0','11',    '5','1','1943.29',    '5','1','1488.0',    '1','1','455.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134653.0','1046859.0','37',    '33','27','44766.15',    '33','7','28766.19',    '22','20','15999.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046390.0','1021292.0','15',    '13','7','56132.85',    '11','7','49714.72',    '8','1','6418.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134654.0','1046859.0','5',    '4','1','1287.39',    '3','1','1287.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040234.0','1021292.0','1',    '1','1','544.56',    '1','1','244.56',    '1','1','300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128498.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046391.0','1021292.0','4',    '4','1','4867.68',    '3','1','4867.68',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134655.0','1046859.0','1',    '1','1','1700.38',    '1','1','1700.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046392.0','1021292.0','5',    '4','3','5590.01',    '4','2','4840.01',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134656.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046393.0','1021292.0','11',    '10','7','11698.49',    '10','6','11448.5',    '8','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134657.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040439.0','1021292.0','39',    '23','19','134645.85',    '23','18','126687.81',    '7','2','7958.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128703.0','1046859.0','20',    '12','5','20969.4',    '12','5','19817.88',    '4','2','1151.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2030017.0','1021292.0','1',    '1','1','428.31',    '1','1','428.31',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118281.0','1046859.0','2',    '2','1','976.33',    '2','1','976.33',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040471.0','1021292.0','23',    '20','18','119331.63',    '20','18','112990.23',    '7','6','6341.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128735.0','1046859.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046299.0','1021292.0','1',    '1','1','269.99',    '1','0','0.0',    '1','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134563.0','1046859.0','1',    '1','1','900.0',    '1','0','0.0',    '1','1','900.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040328.0','1021292.0','6',    '5','4','11615.56',    '5','4','11365.57',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128592.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046394.0','1021292.0','1',    '1','1','2768.0',    '1','1','2768.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134658.0','1046859.0','87',    '71','51','301696.1',    '70','51','293491.83',    '17','11','8204.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040359.0','1021292.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128623.0','1046859.0','3',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046395.0','1021292.0','4',    '3','3','19071.1',    '3','3','19071.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134659.0','1046859.0','17',    '11','8','64978.28',    '11','8','64586.76',    '4','1','391.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046396.0','1021292.0','25',    '20','12','68434.01',    '19','11','67984.01',    '9','1','450.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134660.0','1046859.0','20',    '11','6','10541.07',    '11','6','9114.73',    '5','1','1426.34');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046397.0','1021292.0','3',    '1','1','3727.75',    '1','1','3727.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134661.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2029992.0','1021292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118256.0','1046859.0','2',    '2','1','2485.85',    '2','1','2485.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046398.0','1021292.0','2',    '2','1','17418.82',    '2','1','17418.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134662.0','1046859.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2030123.0','1021292.0','5',    '3','3','22662.27',    '3','3','21859.22',    '1','1','803.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2118387.0','1046859.0','19',    '15','12','65712.28',    '15','12','64334.25',    '7','4','1378.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046399.0','1021292.0','23',    '21','6','8371.08',    '20','4','6486.71',    '8','3','1884.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134663.0','1046859.0','332',    '254','219','2168290.47',    '243','216','1763548.93',    '167','105','404741.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046400.0','1021292.0','28',    '22','18','29051.26',    '21','13','24844.54',    '10','5','4206.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134664.0','1046859.0','3',    '3','1','4693.19',    '3','1','4693.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046401.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134665.0','1046859.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046402.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134666.0','1046859.0','20',    '19','16','20730.81',    '19','2','9730.83',    '16','15','10999.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046403.0','1021292.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134667.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046404.0','1021292.0','97',    '82','30','110622.58',    '82','29','107469.62',    '23','5','3152.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134668.0','1046859.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046405.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134669.0','1046859.0','3',    '2','2','7211.54',    '2','1','6461.54',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046406.0','1021292.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134670.0','1046859.0','7',    '4','2','2286.58',    '4','2','2083.52',    '2','1','203.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046390.0','1021292.0','58',    '48','30','190131.97',    '48','30','182762.25',    '16','11','7369.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134654.0','1046859.0','15',    '13','9','156448.21',    '13','9','116610.22',    '8','5','39837.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046407.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134671.0','1046859.0','2',    '2','1','22847.83',    '2','1','22847.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046189.0','1021292.0','86',    '57','42','310748.53',    '57','42','277944.29',    '19','12','32804.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134453.0','1046859.0','4',    '3','2','3870.15',    '3','2','2570.17',    '1','1','1299.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046408.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134672.0','1046859.0','8',    '6','3','4755.92',    '6','2','3408.89',    '2','1','1347.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046376.0','1021292.0','7',    '3','3','42015.39',    '3','3','42015.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134640.0','1046859.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046409.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134673.0','1046859.0','2',    '2','1','1886.0',    '2','1','1886.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046410.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134674.0','1046859.0','82',    '69','59','239242.04',    '69','55','226173.48',    '24','16','13068.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046411.0','1021292.0','57',    '42','32','190114.23',    '42','32','187011.24',    '15','4','3102.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134675.0','1046859.0','10',    '6','6','48590.67',    '6','5','48340.68',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046412.0','1021292.0','6',    '5','3','10872.4',    '5','3','10872.4',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134676.0','1046859.0','3',    '3','2','7504.98',    '3','2','2662.0',    '2','1','4842.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046413.0','1021292.0','1',    '1','1','1931.97',    '1','1','1931.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134677.0','1046859.0','48',    '43','38','90139.22',    '42','36','83278.32',    '14','3','6860.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046414.0','1021292.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134678.0','1046859.0','5',    '4','2','15220.32',    '4','2','13867.29',    '2','2','1353.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040422.0','1021292.0','3',    '3','1','866.79',    '3','1','866.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128686.0','1046859.0','7',    '5','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046415.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134679.0','1046859.0','1',    '1','1','502.0',    '1','1','502.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046416.0','1021292.0','18',    '14','11','27090.91',    '13','4','22018.69',    '10','8','5072.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134680.0','1046859.0','69',    '47','23','132715.01',    '41','19','114713.84',    '19','6','18001.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040287.0','1021292.0','2',    '2','2','1500.0',    '2','0','0.0',    '2','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128551.0','1046859.0','10',    '8','1','249.99',    '8','0','0.0',    '3','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046417.0','1021292.0','6',    '3','1','242.69',    '3','1','242.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134681.0','1046859.0','178',    '159','102','587150.26',    '158','94','565207.82',    '65','30','21942.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040356.0','1021292.0','29',    '29','17','103929.66',    '29','16','96635.08',    '13','5','7294.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128620.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046418.0','1021292.0','54',    '35','26','246024.62',    '35','26','230477.26',    '15','8','15547.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134682.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046419.0','1021292.0','3',    '1','1','4514.07',    '1','1','4514.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134683.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040329.0','1021292.0','13',    '13','5','10177.11',    '12','4','9677.13',    '6','2','499.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128593.0','1046859.0','14',    '12','7','19087.43',    '11','7','18125.62',    '5','1','961.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046420.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134684.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2040323.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2128587.0','1046859.0','5',    '5','2','749.99',    '5','0','0.0',    '2','2','749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046421.0','1021292.0','99',    '91','76','91609.81',    '91','8','38509.93',    '70','68','53099.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134685.0','1046859.0','3',    '2','2','40705.0',    '2','2','40705.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046422.0','1021292.0','25',    '15','10','69932.23',    '15','10','66717.35',    '8','5','3214.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134686.0','1046859.0','7',    '5','1','12160.71',    '5','1','12160.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046423.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134687.0','1046859.0','82',    '60','13','89058.46',    '57','11','84547.34',    '18','4','4511.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046424.0','1021292.0','2',    '2','1','933.88',    '2','1','933.88',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134688.0','1046859.0','34',    '18','14','25659.81',    '18','14','25659.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046425.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134689.0','1046859.0','3',    '3','3','2193.34',    '3','1','693.34',    '2','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2030271.0','1021292.0','29',    '11','7','21447.24',    '8','6','10260.0',    '6','4','11187.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2118535.0','1046859.0','50',    '48','13','49385.09',    '46','8','43011.08',    '32','8','6374.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046426.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134690.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046353.0','1021292.0','14',    '10','8','21636.92',    '10','8','20586.93',    '3','1','1049.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134617.0','1046859.0','4',    '2','1','1555.16',    '2','1','1555.16',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046348.0','1021292.0','2',    '2','1','2392.48',    '2','1','2392.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134612.0','1046859.0','5',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046427.0','1021292.0','1',    '1','1','4909.11',    '1','1','1400.0',    '1','1','3509.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134691.0','1046859.0','13',    '8','6','54216.45',    '8','6','54216.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046428.0','1021292.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134692.0','1046859.0','5',    '4','4','31830.28',    '4','4','31830.28',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046377.0','1021292.0','1',    '1','1','4772.11',    '1','1','4772.11',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134641.0','1046859.0','11',    '10','8','32561.45',    '10','8','31081.48',    '3','1','1479.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046429.0','1021292.0','1',    '1','1','1082.55',    '1','1','1082.55',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134693.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040197.0','1021292.0','2',    '2','2','7069.26',    '2','1','6319.26',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128461.0','1046859.0','1',    '1','1','2094.8',    '1','1','2094.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046430.0','1021292.0','5',    '5','0','0.0',    '5','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134694.0','1046859.0','1',    '1','1','1680.75',    '1','1','1680.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040454.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128718.0','1046859.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046431.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134695.0','1046859.0','5',    '4','3','20436.56',    '4','3','20436.56',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2040096.0','1021292.0','32',    '23','18','133283.7',    '23','18','125725.2',    '6','5','7558.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2128360.0','1046859.0','4',    '4','2','1500.0',    '4','0','0.0',    '3','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046432.0','1021292.0','68',    '42','34','198123.95',    '40','31','166834.65',    '22','9','31289.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134696.0','1046859.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040416.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128680.0','1046859.0','13',    '12','10','48241.04',    '12','4','42851.09',    '9','9','5389.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046433.0','1021292.0','2',    '2','2','1451.58',    '2','1','701.58',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134697.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040322.0','1021292.0','19',    '11','8','57806.16',    '11','8','57806.16',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128586.0','1046859.0','4',    '3','2','9102.39',    '3','2','9102.39',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046434.0','1021292.0','9',    '6','4','24132.23',    '6','4','24132.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134698.0','1046859.0','11',    '11','1','870.78',    '10','1','870.78',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2040428.0','1021292.0','2',    '2','1','3323.83',    '1','1','3323.83',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2128692.0','1046859.0','1',    '1','1','2111.92',    '1','1','2111.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046435.0','1021292.0','34',    '24','12','12293.21',    '24','12','11793.23',    '6','2','499.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134699.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046436.0','1021292.0','6',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134700.0','1046859.0','152',    '127','64','247071.13',    '122','54','229591.43',    '48','22','17479.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046437.0','1021292.0','26',    '13','5','7104.7',    '13','5','7104.7',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134701.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046438.0','1021292.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134702.0','1046859.0','32',    '31','23','34706.62',    '30','12','26136.64',    '18','12','8569.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046439.0','1021292.0','27',    '27','10','38573.21',    '27','8','35507.34',    '11','5','3065.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134703.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046440.0','1021292.0','124',    '103','76','453946.0',    '97','63','374335.18',    '58','32','79610.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134704.0','1046859.0','2',    '1','1','1272.2',    '1','1','1272.2',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046246.0','1021292.0','1',    '1','1','3583.49',    '1','1','3583.49',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134510.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046441.0','1021292.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134705.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046442.0','1021292.0','13',    '7','3','9828.08',    '5','1','1078.08',    '6','2','8750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134706.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046190.0','1021292.0','15',    '11','9','28145.26',    '11','8','27395.26',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134454.0','1046859.0','902',    '779','583','2752535.29',    '759','563','2494463.01',    '423','145','258072.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046443.0','1021292.0','1',    '1','1','4118.31',    '1','1','4118.31',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134707.0','1046859.0','12',    '10','5','7879.76',    '10','2','5571.99',    '4','3','2307.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046444.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134708.0','1046859.0','276',    '257','119','414763.08',    '250','99','373255.82',    '79','34','41507.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046445.0','1021292.0','3',    '4','1','13060.05',    '4','1','12810.06',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134709.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046446.0','1021292.0','4',    '4','3','1749.99',    '4','0','0.0',    '3','3','1749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134710.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046447.0','1021292.0','37',    '25','11','69484.86',    '25','10','67484.91',    '6','3','1999.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134711.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046448.0','1021292.0','11',    '7','6','161311.51',    '7','6','148964.0',    '4','2','12347.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134712.0','1046859.0','5',    '3','1','2744.05',    '3','1','2744.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046449.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134713.0','1046859.0','12',    '10','4','23463.0',    '10','4','23463.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046450.0','1021292.0','50',    '22','18','77779.54',    '22','18','77779.54',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134714.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046179.0','1021292.0','25',    '14','12','29391.82',    '14','9','23302.0',    '6','5','6089.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134443.0','1046859.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046451.0','1021292.0','37',    '20','16','59549.99',    '20','15','59066.01',    '6','1','483.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134715.0','1046859.0','3',    '2','1','4341.92',    '2','1','4341.92',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046452.0','1021292.0','6',    '5','1','249.99',    '5','0','0.0',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134716.0','1046859.0','2',    '1','1','9833.4',    '1','1','9833.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046453.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134717.0','1046859.0','15',    '11','7','5358.34',    '11','1','381.24',    '9','6','4977.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046454.0','1021292.0','26',    '25','21','43469.13',    '25','7','31270.63',    '16','15','12198.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134718.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046455.0','1021292.0','2',    '2','1','5601.67',    '2','1','5601.67',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134719.0','1046859.0','15',    '15','5','12662.6',    '15','4','12412.61',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046456.0','1021292.0','15',    '14','1','249.99',    '14','0','0.0',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134720.0','1046859.0','6',    '2','1','47188.04',    '2','1','36086.0',    '1','1','11102.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046457.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134721.0','1046859.0','9',    '9','1','6855.63',    '8','1','6855.63',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046458.0','1021292.0','159',    '121','84','549030.43',    '118','82','485751.11',    '41','22','63279.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134722.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046459.0','1021292.0','4',    '2','2','2624.4',    '2','2','2304.42',    '1','1','319.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134723.0','1046859.0','9',    '9','8','19008.45',    '9','3','15188.46',    '5','5','3819.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046460.0','1021292.0','5',    '2','1','2647.26',    '2','1','2647.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134724.0','1046859.0','432',    '374','338','8724982.31',    '369','337','7961817.87',    '185','112','763164.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046461.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134725.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046462.0','1021292.0','471',    '402','323','7338440.85',    '390','318','6164287.46',    '279','171','1174153.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134726.0','1046859.0','10',    '5','5','45921.0',    '5','4','45171.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046463.0','1021292.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134727.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001943.0',    '2046464.0','1021292.0','4',    '3','2','1500.0',    '3','0','0.0',    '2','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006287.0',    '2134728.0','1046859.0','75',    '52','29','111474.55',    '52','28','105782.02',    '18','5','5692.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046465.0','1021292.0','2',    '1','1','1054.37',    '1','1','984.38',    '1','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134729.0','1046859.0','10',    '8','5','15015.52',    '8','4','14265.52',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046466.0','1021292.0','21',    '18','8','93600.3',    '17','8','92445.73',    '11','2','1154.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134730.0','1046859.0','14',    '8','8','22754.22',    '8','4','19754.22',    '5','4','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046467.0','1021292.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134731.0','1046859.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046468.0','1021292.0','9',    '9','7','21974.92',    '9','7','9211.91',    '6','4','12763.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134732.0','1046859.0','6',    '5','2','3656.09',    '5','2','3656.09',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2042531.0','1021292.0','4',    '4','1','1663.83',    '4','1','1663.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2130795.0','1046859.0','18',    '14','11','55819.31',    '13','11','54389.63',    '5','2','1429.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046341.0','1021292.0','6',    '5','4','15264.01',    '5','3','12455.58',    '3','3','2808.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134605.0','1046859.0','9',    '9','3','8690.36',    '9','2','6868.35',    '4','3','1822.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001875.0',    '2046469.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006294.0',    '2134733.0','1046859.0','6',    '6','2','8503.46',    '5','2','7531.38',    '6','1','972.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046470.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134734.0','1046859.0','17',    '14','11','22260.71',    '13','11','22190.72',    '3','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046471.0','1021292.0','19',    '16','8','19360.28',    '16','8','19127.05',    '3','1','233.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134735.0','1046859.0','20',    '17','5','9843.68',    '17','4','9607.67',    '8','1','236.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046472.0','1021292.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134736.0','1046859.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046473.0','1021292.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134737.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046474.0','1021292.0','10',    '9','6','36717.34',    '9','6','36467.35',    '4','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134738.0','1046859.0','19',    '15','10','21806.08',    '15','4','16567.55',    '8','7','5238.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046475.0','1021292.0','8',    '7','6','6079.59',    '7','2','3079.59',    '5','4','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134739.0','1046859.0','8',    '5','3','2090.59',    '5','2','1840.6',    '2','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046476.0','1021292.0','102',    '86','62','185735.79',    '82','55','174104.0',    '36','13','11631.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134740.0','1046859.0','16',    '9','3','32883.76',    '8','2','31383.76',    '5','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046477.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134741.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046478.0','1021292.0','5',    '3','2','2481.1',    '2','2','2481.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134742.0','1046859.0','1',    '1','1','15891.39',    '1','1','15891.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046479.0','1021292.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134743.0','1046859.0','13',    '13','12','15329.09',    '13','6','10579.1',    '8','7','4749.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046480.0','1021292.0','4',    '3','3','7270.08',    '3','2','7020.09',    '2','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134744.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2042437.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2130701.0','1046859.0','23',    '16','13','186167.55',    '16','13','161277.78',    '6','5','24889.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046481.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134745.0','1046859.0','19',    '16','8','48386.93',    '15','7','44737.69',    '7','5','3649.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046482.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134746.0','1046859.0','5',    '4','1','356.91',    '4','1','356.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046483.0','1021292.0','43',    '40','10','35475.42',    '38','7','33817.41',    '14','5','1658.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134747.0','1046859.0','3',    '1','1','1570.09',    '1','1','1570.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046484.0','1021292.0','1',    '1','1','2697.55',    '1','1','1488.0',    '1','1','1209.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134748.0','1046859.0','2',    '1','1','249.99',    '1','0','0.0',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046485.0','1021292.0','6',    '4','2','1948.12',    '4','1','448.12',    '2','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134749.0','1046859.0','116',    '97','40','149524.32',    '96','33','144880.99',    '21','10','4643.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046486.0','1021292.0','1',    '1','1','3208.24',    '1','1','3208.24',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134750.0','1046859.0','10',    '8','2','15045.07',    '8','2','15045.07',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046487.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134751.0','1046859.0','3',    '1','1','22491.54',    '1','1','22491.54',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2029137.0','1021292.0','1',    '1','1','1313.29',    '1','1','1063.3',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2117401.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046488.0','1021292.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134752.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046489.0','1021292.0','20',    '16','14','110109.64',    '16','14','110109.64',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134753.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046490.0','1021292.0','5',    '3','1','689.48',    '3','1','689.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134754.0','1046859.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2042448.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2130712.0','1046859.0','4',    '3','1','750.0',    '3','0','0.0',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046491.0','1021292.0','16',    '16','5','22366.43',    '16','5','21866.45',    '5','2','499.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134755.0','1046859.0','4',    '2','1','2766.0',    '2','1','2766.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046492.0','1021292.0','94',    '66','54','377333.39',    '64','53','366274.84',    '29','18','11058.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134756.0','1046859.0','2',    '2','1','1166.01',    '2','1','1166.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046493.0','1021292.0','11',    '9','2','1105.33',    '8','1','855.34',    '3','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134757.0','1046859.0','49',    '45','38','175849.23',    '44','20','158144.78',    '26','22','17704.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046494.0','1021292.0','6',    '7','3','4577.39',    '7','2','2641.48',    '2','1','1935.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134758.0','1046859.0','2',    '2','2','18144.56',    '2','2','17894.57',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046495.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134759.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046496.0','1021292.0','12',    '10','7','28553.97',    '10','7','26206.04',    '2','1','2347.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134760.0','1046859.0','15',    '9','5','52447.63',    '9','5','52447.63',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046497.0','1021292.0','60',    '55','39','194234.13',    '53','36','186762.36',    '20','7','7471.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134761.0','1046859.0','12',    '8','6','23226.33',    '8','3','21156.36',    '6','4','2069.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046498.0','1021292.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134762.0','1046859.0','2',    '2','1','7285.43',    '2','1','7285.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046499.0','1021292.0','20',    '17','14','54787.43',    '17','14','50211.82',    '8','2','4575.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134763.0','1046859.0','2',    '1','1','1328.0',    '1','1','1328.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046500.0','1021292.0','4',    '4','2','22932.1',    '4','1','22182.1',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134764.0','1046859.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046501.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134765.0','1046859.0','4',    '4','3','3690.1',    '3','3','3690.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046502.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134766.0','1046859.0','1',    '1','1','7397.16',    '1','1','7397.16',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046503.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134767.0','1046859.0','19',    '10','4','28088.69',    '9','4','27087.18',    '2','1','1001.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046504.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134768.0','1046859.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046505.0','1021292.0','51',    '49','13','48010.92',    '47','10','38893.04',    '28','9','9117.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134769.0','1046859.0','2',    '2','1','750.0',    '2','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046506.0','1021292.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134770.0','1046859.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046507.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134771.0','1046859.0','3',    '3','3','7821.24',    '3','3','7751.25',    '1','1','69.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046508.0','1021292.0','7',    '4','1','3868.26',    '4','1','3868.26',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134772.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046509.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134773.0','1046859.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046510.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134774.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2042410.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2130674.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046511.0','1021292.0','5',    '4','3','4883.35',    '3','3','4883.35',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134775.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046512.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134776.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046513.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134777.0','1046859.0','43',    '31','20','165963.64',    '30','19','156199.47',    '14','10','9764.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2029241.0','1021292.0','1',    '1','1','5790.29',    '1','1','5790.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2117505.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046514.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134778.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046515.0','1021292.0','22',    '19','0','0.0',    '19','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134779.0','1046859.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046516.0','1021292.0','1',    '1','1','2890.94',    '1','1','2890.94',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134780.0','1046859.0','10',    '10','4','12589.61',    '9','4','12386.55',    '5','1','203.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046517.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134781.0','1046859.0','9',    '6','1','23269.0',    '5','0','0.0',    '4','1','23269.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046518.0','1021292.0','5',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134782.0','1046859.0','143',    '122','22','201319.79',    '119','19','181459.2',    '40','8','19860.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046519.0','1021292.0','7',    '3','1','203.06',    '2','0','0.0',    '2','1','203.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134783.0','1046859.0','293',    '264','63','809059.93',    '257','53','655666.56',    '133','33','153393.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046520.0','1021292.0','1',    '1','1','8539.75',    '1','1','1424.0',    '1','1','7115.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134784.0','1046859.0','1',    '1','1','5653.89',    '1','1','5653.89',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046521.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134785.0','1046859.0','7',    '6','4','6003.0',    '6','1','4028.01',    '4','3','1974.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046522.0','1021292.0','11',    '9','4','6387.34',    '9','1','4412.35',    '4','3','1974.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134786.0','1046859.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046523.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134787.0','1046859.0','8',    '7','6','8609.74',    '7','4','6503.87',    '3','3','2105.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046524.0','1021292.0','3',    '2','2','18949.79',    '2','2','17799.82',    '1','1','1149.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134788.0','1046859.0','1',    '1','1','1379.37',    '1','1','1379.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046525.0','1021292.0','3',    '2','2','1500.0',    '2','0','0.0',    '2','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134789.0','1046859.0','2',    '2','1','2444.52',    '2','1','2321.4',    '1','1','123.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2029232.0','1021292.0','49',    '41','14','158255.8',    '41','11','133813.8',    '19','9','24442.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2117496.0','1046859.0','4',    '4','1','1572.0',    '4','1','1572.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046526.0','1021292.0','1',    '1','1','2119.18',    '1','1','2119.18',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134790.0','1046859.0','3',    '2','1','750.0',    '2','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046527.0','1021292.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134791.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046528.0','1021292.0','2',    '2','1','900.9',    '2','1','900.9',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134792.0','1046859.0','16',    '14','11','22425.75',    '14','9','20925.75',    '6','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046529.0','1021292.0','3',    '2','1','2323.08',    '1','1','2323.08',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134793.0','1046859.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046530.0','1021292.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134794.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046531.0','1021292.0','2',    '2','1','767.08',    '2','1','767.08',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134795.0','1046859.0','18',    '14','3','5582.22',    '14','3','5582.22',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046532.0','1021292.0','7',    '7','2','4008.95',    '6','1','3258.95',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134796.0','1046859.0','19',    '17','9','126834.75',    '17','8','111181.8',    '8','5','15652.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046263.0','1021292.0','3',    '3','3','4281.4',    '3','3','4281.4',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134527.0','1046859.0','8',    '8','2','3322.0',    '8','1','2572.0',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046533.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134797.0','1046859.0','4',    '3','3','16546.63',    '3','3','16546.63',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046534.0','1021292.0','5',    '5','2','6639.92',    '5','1','5889.92',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134798.0','1046859.0','13',    '11','7','97417.62',    '11','7','74959.29',    '9','5','22458.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046535.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134799.0','1046859.0','1',    '1','1','3283.74',    '1','1','2333.74',    '1','1','950.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046536.0','1021292.0','15',    '13','10','23526.93',    '13','7','21276.93',    '7','3','2250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134800.0','1046859.0','70',    '64','43','146781.94',    '62','25','86667.96',    '36','27','60113.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046537.0','1021292.0','28',    '20','16','37450.67',    '19','13','34800.7',    '11','4','2649.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134801.0','1046859.0','4',    '2','2','12972.3',    '2','2','12972.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046538.0','1021292.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134802.0','1046859.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046539.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134803.0','1046868.0','2',    '2','1','750.0',    '2','0','0.0',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046540.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134804.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046541.0','1021301.0','5',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134805.0','1046868.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046542.0','1021301.0','27',    '27','14','24738.3',    '25','12','23370.81',    '10','3','1367.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134806.0','1046868.0','1',    '1','1','24643.13',    '1','1','24136.99',    '1','1','506.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046543.0','1021301.0','83',    '68','15','278533.98',    '68','14','230647.36',    '21','7','47886.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134807.0','1046868.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046544.0','1021301.0','2',    '2','1','750.0',    '2','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134808.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2042589.0','1021301.0','2',    '2','2','2992.12',    '2','1','1994.7',    '2','1','997.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2130853.0','1046868.0','202',    '175','45','250380.39',    '172','42','179844.11',    '63','22','70536.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046545.0','1021301.0','7',    '6','4','20509.75',    '6','4','15775.87',    '1','1','4733.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134809.0','1046868.0','4',    '3','3','16309.56',    '3','3','16309.56',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046546.0','1021301.0','67',    '58','46','268518.7',    '57','41','219913.02',    '29','20','48605.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134810.0','1046868.0','7',    '6','4','29548.76',    '5','3','11783.4',    '3','1','17765.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046547.0','1021301.0','3',    '3','2','6500.08',    '3','1','5750.08',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134811.0','1046868.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2029337.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2117601.0','1046868.0','53',    '35','22','77352.83',    '30','20','70491.84',    '14','5','6860.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046548.0','1021301.0','25',    '22','12','63574.76',    '21','8','56030.53',    '10','6','7544.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134812.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046549.0','1021301.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134813.0','1046868.0','79',    '72','54','301489.22',    '70','50','288688.9',    '33','9','12800.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046550.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134814.0','1046868.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046551.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134815.0','1046868.0','15',    '13','6','24967.37',    '12','6','22768.28',    '4','1','2199.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046552.0','1021301.0','2',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134816.0','1046868.0','3',    '3','1','1499.97',    '3','0','0.0',    '3','1','1499.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046553.0','1021301.0','13',    '10','9','52666.23',    '10','9','51916.23',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134817.0','1046868.0','123',    '102','52','510380.98',    '99','40','377634.43',    '61','27','132746.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046554.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134818.0','1046868.0','5',    '5','2','16424.91',    '5','1','660.68',    '2','1','15764.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046555.0','1021301.0','3',    '3','3','3442.55',    '3','1','1942.55',    '3','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134819.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046556.0','1021301.0','24',    '19','6','13628.47',    '19','6','10690.58',    '7','2','2937.89');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134820.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046557.0','1021301.0','8',    '7','5','8543.35',    '7','4','7968.35',    '2','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134821.0','1046868.0','26',    '26','20','59118.54',    '26','20','49396.55',    '10','4','9721.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046558.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134822.0','1046868.0','20',    '16','10','75210.83',    '16','9','64084.87',    '7','4','11125.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046559.0','1021301.0','34',    '32','2','14716.09',    '32','2','14716.09',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134823.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046560.0','1021301.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134824.0','1046868.0','10',    '9','6','13573.39',    '9','3','11323.39',    '4','3','2250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046561.0','1021301.0','2',    '2','1','5469.36',    '1','1','5019.36',    '2','1','450.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134825.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046562.0','1021301.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134826.0','1046868.0','8',    '8','5','18193.32',    '8','4','17618.32',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046563.0','1021301.0','2',    '2','1','2540.99',    '2','1','2540.99',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134827.0','1046868.0','152',    '127','56','239703.54',    '118','51','172769.71',    '74','29','66933.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046564.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134828.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046565.0','1021301.0','2',    '2','2','16333.29',    '2','2','12332.9',    '1','1','4000.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134829.0','1046868.0','4',    '5','3','14273.91',    '5','1','12773.91',    '3','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046566.0','1021301.0','4',    '4','1','750.0',    '3','0','0.0',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134830.0','1046868.0','125',    '107','76','401714.3',    '106','70','347234.97',    '40','19','54479.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046567.0','1021301.0','2',    '2','2','6141.74',    '2','2','6141.74',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134831.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046568.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134832.0','1046868.0','2',    '2','1','575.0',    '2','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046569.0','1021301.0','10',    '8','0','0.0',    '8','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134833.0','1046868.0','1',    '1','1','9853.01',    '1','1','9853.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046570.0','1021301.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134834.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046571.0','1021301.0','13',    '13','8','22314.24',    '13','7','20873.59',    '5','2','1440.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134835.0','1046868.0','55',    '45','38','177675.47',    '43','35','76180.18',    '33','28','101495.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046572.0','1021301.0','23',    '16','12','55348.41',    '16','11','53799.38',    '5','2','1549.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134836.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046573.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134837.0','1046868.0','1',    '1','1','307.13',    '1','1','307.13',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046574.0','1021301.0','385',    '350','133','433418.0',    '335','112','273047.55',    '196','68','160370.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134838.0','1046868.0','2',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2029435.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2117699.0','1046868.0','24',    '21','14','172388.83',    '21','13','160739.0',    '10','6','11649.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046575.0','1021301.0','1',    '1','1','3323.18',    '1','1','3323.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134839.0','1046868.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046576.0','1021301.0','1',    '1','1','3017.68',    '1','1','3017.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134840.0','1046868.0','28',    '23','16','64813.16',    '23','15','43976.28',    '14','7','20836.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2042407.0','1021301.0','5',    '4','3','2928.0',    '4','3','2928.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2130671.0','1046868.0','3',    '1','1','2152.8',    '1','1','2152.8',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046577.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134841.0','1046868.0','3',    '3','1','750.0',    '3','0','0.0',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046578.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134842.0','1046868.0','3',    '3','1','903.68',    '3','1','903.68',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046579.0','1021301.0','5',    '3','1','1298.94',    '3','0','0.0',    '1','1','1298.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134843.0','1046868.0','52',    '46','35','208519.88',    '45','34','172178.72',    '29','10','36341.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046580.0','1021301.0','5',    '5','5','16755.81',    '5','4','16005.81',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134844.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2042441.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2130705.0','1046868.0','3',    '3','1','750.0',    '3','0','0.0',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046581.0','1021301.0','3',    '3','1','14358.32',    '3','1','12358.36',    '1','1','1999.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134845.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046582.0','1021301.0','6',    '6','3','2925.3',    '4','0','0.0',    '5','3','2925.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134846.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046583.0','1021301.0','3',    '3','1','575.0',    '3','0','0.0',    '3','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134847.0','1046868.0','8',    '8','5','13155.97',    '8','5','13155.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046584.0','1021301.0','11',    '8','6','22909.79',    '8','6','22909.79',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134848.0','1046868.0','57',    '44','17','48045.86',    '44','13','34081.73',    '17','7','13964.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046585.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134849.0','1046868.0','4',    '4','2','1500.0',    '4','0','0.0',    '3','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046586.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134850.0','1046868.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2042413.0','1021301.0','14',    '11','5','5188.68',    '11','3','4394.14',    '2','2','794.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2130677.0','1046868.0','5',    '4','2','3781.77',    '4','2','3781.77',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046587.0','1021301.0','4',    '3','3','5528.9',    '3','2','4839.84',    '1','1','689.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134851.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046588.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134852.0','1046868.0','5',    '3','1','920.39',    '3','1','920.39',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046589.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134853.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046590.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134854.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046591.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134855.0','1046868.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046592.0','1021301.0','6',    '5','2','16412.17',    '5','2','16199.73',    '1','1','212.44');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134856.0','1046868.0','4',    '2','2','36053.62',    '2','2','36053.62',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046593.0','1021301.0','43',    '35','19','116892.35',    '33','18','115690.87',    '18','2','1201.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134857.0','1046868.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046594.0','1021301.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134858.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046595.0','1021301.0','13',    '11','7','21493.15',    '10','4','17540.12',    '6','4','3953.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134859.0','1046868.0','3',    '3','3','15298.46',    '3','3','15298.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046596.0','1021301.0','2',    '2','2','10287.35',    '2','1','9537.35',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134860.0','1046868.0','10',    '7','5','17004.37',    '7','4','15750.79',    '4','1','1253.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046597.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134861.0','1046868.0','211',    '175','115','633395.51',    '173','114','557402.21',    '75','19','75993.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3002025.0',    '2046598.0','1021301.0','6',    '5','3','12072.72',    '5','2','10088.0',    '3','2','1984.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006322.0',    '2134862.0','1046868.0','2',    '2','1','1182.0',    '2','1','1182.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046599.0','1021301.0','2',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134863.0','1046868.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046600.0','1021301.0','2',    '2','1','410.39',    '2','0','0.0',    '1','1','410.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134864.0','1046868.0','6',    '6','5','3488.53',    '6','1','488.53',    '4','4','3000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042442.0','1021301.0','9',    '9','5','37893.5',    '9','5','30860.11',    '1','1','7033.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130706.0','1046868.0','20',    '20','18','163281.17',    '20','18','160420.49',    '4','2','2860.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046601.0','1021301.0','1',    '1','1','8691.61',    '1','1','8691.61',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134865.0','1046868.0','35',    '28','17','43072.98',    '25','10','39047.98',    '19','7','4025.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046602.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134866.0','1046868.0','3',    '2','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2044622.0','1021301.0','3',    '1','1','976.0',    '1','1','976.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2132886.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046603.0','1021301.0','31',    '28','12','10854.98',    '27','6','7185.44',    '14','6','3669.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134867.0','1046868.0','7',    '6','3','11852.35',    '6','3','11852.35',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044720.0','1021301.0','2',    '2','1','750.0',    '1','0','0.0',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132984.0','1046868.0','1',    '1','1','12050.0',    '0','0','0.0',    '1','1','12050.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046604.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134868.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046605.0','1021301.0','3',    '3','2','2875.14',    '3','1','2125.14',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134869.0','1046868.0','1',    '1','1','694.99',    '0','0','0.0',    '1','1','694.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046606.0','1021301.0','7',    '6','5','22919.68',    '6','5','20310.35',    '2','2','2609.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134870.0','1046868.0','219',    '174','118','556719.71',    '172','116','501733.86',    '71','18','54985.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046607.0','1021301.0','3',    '3','1','289.06',    '3','1','289.06',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134871.0','1046868.0','20',    '15','13','170180.38',    '15','12','139281.41',    '8','5','30898.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046608.0','1021301.0','15',    '12','10','111081.73',    '12','10','78452.41',    '7','5','32629.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134872.0','1046868.0','99',    '97','22','157599.27',    '97','20','120134.18',    '18','9','37465.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001969.0',    '2046609.0','1021301.0','1',    '1','1','3233.01',    '1','1','3233.01',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006321.0',    '2134873.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046610.0','1021301.0','8',    '6','4','10418.28',    '6','3','9668.28',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134874.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044651.0','1021301.0','3',    '3','2','19086.19',    '3','2','19086.19',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132915.0','1046868.0','1',    '1','1','10140.95',    '1','1','10140.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046611.0','1021301.0','7',    '7','6','7070.18',    '7','3','4570.19',    '5','3','2499.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134875.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046612.0','1021301.0','5',    '4','2','8352.05',    '3','1','7602.05',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134876.0','1046868.0','1',    '1','1','1828.91',    '1','1','1828.91',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046613.0','1021301.0','34',    '26','23','141407.5',    '26','23','127139.21',    '12','4','14268.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134877.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046614.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134878.0','1046868.0','4',    '4','2','1264.33',    '4','0','0.0',    '3','2','1264.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046615.0','1021301.0','1',    '1','1','6281.31',    '1','1','1182.0',    '1','1','5099.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134879.0','1046868.0','0',    '1','1','1464.0',    '1','1','1464.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046616.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134880.0','1046868.0','2',    '2','2','1500.0',    '2','0','0.0',    '2','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046617.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134881.0','1046868.0','4',    '3','1','750.0',    '3','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044674.0','1021301.0','68',    '61','39','41518.92',    '61','9','19153.42',    '33','30','22365.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132938.0','1046868.0','3',    '3','2','2036.3',    '3','1','1136.32',    '1','1','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046618.0','1021301.0','1',    '1','1','976.0',    '1','1','976.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134882.0','1046868.0','28',    '22','11','66925.79',    '22','10','49695.06',    '10','5','17230.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046619.0','1021301.0','84',    '69','43','85199.57',    '68','15','57734.7',    '48','33','27464.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134883.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046620.0','1021301.0','2',    '2','1','4773.25',    '2','1','4773.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134884.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046621.0','1021301.0','3',    '4','2','8865.93',    '4','1','1134.0',    '2','2','7731.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134885.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046622.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134886.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046623.0','1021301.0','12',    '9','5','124874.69',    '9','5','114073.98',    '5','3','10800.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134887.0','1046868.0','5',    '3','1','28259.11',    '3','1','28259.11',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046624.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134888.0','1046868.0','4',    '3','3','15467.77',    '3','3','15217.78',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046625.0','1021301.0','5',    '4','3','14779.9',    '4','1','13279.9',    '2','2','1500.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134889.0','1046868.0','41',    '28','15','26306.83',    '26','5','19668.57',    '14','11','6638.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046626.0','1021301.0','1',    '1','1','750.0',    '1','0','0.0',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134890.0','1046868.0','12',    '11','4','5175.04',    '11','3','4600.04',    '4','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046627.0','1021301.0','3',    '3','2','2236.27',    '3','1','1486.27',    '2','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134891.0','1046868.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046628.0','1021301.0','6',    '6','5','6003.68',    '6','4','5003.69',    '3','2','999.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134892.0','1046868.0','8',    '7','6','32893.59',    '7','4','31468.1',    '4','2','1425.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046629.0','1021301.0','6',    '6','2','9661.22',    '6','1','8911.22',    '3','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134893.0','1046868.0','1',    '1','1','1048.0',    '1','1','1048.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046630.0','1021301.0','13',    '11','3','2754.19',    '10','2','2126.89',    '3','2','627.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134894.0','1046868.0','164',    '148','128','687292.82',    '148','127','629351.05',    '67','22','57941.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046631.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134895.0','1046868.0','8',    '4','2','8917.49',    '4','1','1104.0',    '2','2','7813.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046632.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134896.0','1046868.0','2',    '2','2','970.45',    '2','2','970.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046633.0','1021301.0','3',    '3','2','915.28',    '3','1','340.28',    '2','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134897.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046634.0','1021301.0','12',    '12','4','23121.09',    '12','4','22918.03',    '5','1','203.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134898.0','1046868.0','7',    '6','4','25246.32',    '6','4','25046.34',    '1','1','199.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046635.0','1021301.0','24',    '21','8','8814.62',    '21','3','4964.63',    '9','5','3849.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134899.0','1046868.0','2',    '2','1','2058.0',    '2','1','1058.0',    '1','1','1000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042562.0','1021301.0','6',    '4','4','5364.43',    '4','3','5114.44',    '1','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130826.0','1046868.0','5',    '5','3','2250.0',    '5','0','0.0',    '4','3','2250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046636.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134900.0','1046868.0','20',    '13','4','19725.26',    '13','4','11556.98',    '4','1','8168.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046637.0','1021301.0','61',    '46','30','159077.93',    '43','26','139953.13',    '26','8','19124.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134901.0','1046868.0','2',    '1','1','1014.0',    '1','1','1014.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046638.0','1021301.0','3',    '3','3','7848.37',    '3','3','7407.27',    '2','1','441.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134902.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046639.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134903.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046640.0','1021301.0','6',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134904.0','1046868.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046641.0','1021301.0','77',    '73','48','203582.04',    '73','48','184521.14',    '26','4','19060.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134905.0','1046868.0','29',    '25','16','18151.21',    '25','8','13348.15',    '12','8','4803.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046642.0','1021301.0','1',    '1','1','1103.97',    '1','0','0.0',    '1','1','1103.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134906.0','1046868.0','1',    '1','1','794.54',    '1','0','0.0',    '1','1','794.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046643.0','1021301.0','12',    '11','8','68929.46',    '11','8','58350.25',    '6','3','10579.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134907.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046644.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134908.0','1046868.0','8',    '7','3','2362.25',    '7','2','1612.25',    '1','1','750.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046645.0','1021301.0','30',    '24','6','85293.96',    '24','4','84143.96',    '8','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134909.0','1046868.0','2',    '2','2','15127.39',    '2','2','14327.4',    '2','2','799.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026722.0','1021301.0','25',    '22','11','82046.79',    '22','9','80781.81',    '7','4','1264.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114986.0','1046868.0','33',    '29','20','173673.51',    '28','17','140114.15',    '16','9','33559.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046646.0','1021301.0','7',    '7','4','23165.07',    '6','3','21560.13',    '6','3','1604.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134910.0','1046868.0','3',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046647.0','1021301.0','3',    '3','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134911.0','1046868.0','4',    '4','3','3484.56',    '4','2','2844.65',    '1','1','639.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046648.0','1021301.0','5',    '5','0','0.0',    '5','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134912.0','1046868.0','17',    '16','8','18817.06',    '16','6','17667.06',    '9','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046649.0','1021301.0','4',    '4','3','1974.99',    '4','0','0.0',    '3','3','1974.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134913.0','1046868.0','67',    '62','47','352021.71',    '62','42','295759.74',    '38','22','56261.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046650.0','1021301.0','14',    '14','14','8739.96',    '14','1','814.97',    '13','13','7924.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134914.0','1046868.0','12',    '12','12','18433.13',    '12','4','13183.14',    '9','8','5249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046651.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134915.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046652.0','1021301.0','12',    '11','1','959.37',    '10','1','959.37',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134916.0','1046868.0','16',    '12','4','13461.99',    '11','3','12637.0',    '4','1','824.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046653.0','1021301.0','6',    '6','2','824.99',    '6','0','0.0',    '2','2','824.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134917.0','1046868.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046654.0','1021301.0','7',    '7','0','0.0',    '7','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134918.0','1046868.0','6',    '5','2','6336.3',    '5','1','4932.77',    '3','2','1403.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046655.0','1021301.0','31',    '28','0','0.0',    '28','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134919.0','1046868.0','7',    '7','0','0.0',    '7','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046656.0','1021301.0','31',    '28','6','9894.04',    '28','4','8460.36',    '9','3','1433.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134920.0','1046868.0','9',    '9','2','8474.36',    '9','1','7238.44',    '3','2','1235.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046657.0','1021301.0','93',    '90','21','107778.98',    '89','16','88665.8',    '53','15','19113.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134921.0','1046868.0','12',    '10','9','14078.06',    '10','5','11528.07',    '8','5','2549.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026653.0','1021301.0','60',    '52','36','295214.76',    '51','26','254828.14',    '30','19','40386.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114917.0','1046868.0','16',    '15','10','48116.89',    '14','10','43797.46',    '10','1','4319.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046658.0','1021301.0','2',    '1','1','3275.62',    '1','1','3275.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134922.0','1046868.0','3',    '3','3','6697.25',    '3','1','5854.49',    '3','3','842.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046659.0','1021301.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134923.0','1046868.0','1',    '1','1','575.0',    '1','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046660.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134924.0','1046868.0','8',    '7','6','18922.08',    '7','5','17747.09',    '2','2','1174.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046661.0','1021301.0','1',    '1','1','11756.34',    '1','1','11756.34',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134925.0','1046868.0','7',    '6','1','957.0',    '4','1','957.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046662.0','1021301.0','38',    '35','23','83776.33',    '35','17','69184.23',    '20','10','14592.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134926.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046663.0','1021301.0','82',    '81','19','55450.44',    '81','16','52096.63',    '42','6','3353.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134927.0','1046868.0','21',    '12','9','70832.6',    '12','8','70257.6',    '6','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046664.0','1021301.0','112',    '82','20','57835.63',    '63','11','46491.4',    '54','13','11344.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134928.0','1046868.0','42',    '42','13','14510.04',    '42','7','10260.5',    '21','8','4249.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046665.0','1021301.0','14',    '12','0','0.0',    '12','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134929.0','1046868.0','10',    '4','0','0.0',    '3','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046666.0','1021301.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134930.0','1046868.0','13',    '9','3','32759.17',    '9','2','27032.61',    '4','2','5726.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046667.0','1021301.0','3',    '2','1','575.0',    '2','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134931.0','1046868.0','4',    '2','2','1694.64',    '2','1','1119.64',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046668.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134932.0','1046868.0','43',    '34','20','30485.24',    '33','13','25000.48',    '17','8','5484.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046669.0','1021301.0','8',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134933.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046670.0','1021301.0','10',    '7','4','2001.4',    '6','0','0.0',    '4','4','2001.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134934.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046671.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134935.0','1046868.0','8',    '6','3','12854.4',    '6','1','10660.63',    '4','2','2193.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046672.0','1021301.0','60',    '46','32','64485.43',    '45','20','52864.9',    '27','17','11620.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134936.0','1046868.0','51',    '51','14','117039.34',    '50','9','72671.04',    '25','8','44368.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046673.0','1021301.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134937.0','1046868.0','4',    '3','1','1104.0',    '3','1','1104.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046674.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134938.0','1046868.0','7',    '7','2','21328.51',    '7','2','20428.53',    '4','1','899.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046675.0','1021301.0','6',    '6','0','0.0',    '5','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134939.0','1046868.0','13',    '10','1','575.0',    '9','0','0.0',    '3','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046676.0','1021301.0','1',    '1','1','877.92',    '1','1','877.92',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134940.0','1046868.0','50',    '44','19','44220.64',    '42','10','33650.54',    '24','13','10570.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046677.0','1021301.0','6',    '6','1','3532.6',    '6','1','3317.88',    '4','1','214.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134941.0','1046868.0','16',    '11','8','16124.03',    '11','8','16124.03',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046678.0','1021301.0','178',    '139','106','1013170.82',    '139','102','824386.3',    '81','53','188784.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134942.0','1046868.0','43',    '43','21','26142.79',    '43','12','20684.77',    '27','11','5458.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046679.0','1021301.0','2',    '1','1','1271.71',    '1','1','1271.71',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134943.0','1046868.0','7',    '6','2','2453.7',    '6','2','2453.7',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046680.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134944.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046681.0','1021301.0','10',    '8','7','60601.29',    '8','6','57001.34',    '7','5','3599.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134945.0','1046868.0','33',    '28','2','5484.35',    '28','1','2172.87',    '4','2','3311.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046682.0','1021301.0','6',    '4','1','19214.52',    '4','1','19214.52',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134946.0','1046868.0','157',    '153','68','423272.95',    '149','64','362062.02',    '78','28','61210.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046683.0','1021301.0','4',    '4','1','266.81',    '4','1','266.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134947.0','1046868.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042435.0','1021301.0','26',    '26','25','18929.63',    '26','3','4979.65',    '22','22','13949.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130699.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046684.0','1021301.0','9',    '7','3','30028.95',    '7','2','22084.67',    '3','3','7944.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134948.0','1046868.0','4',    '4','3','3285.02',    '4','2','2710.02',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046685.0','1021301.0','7',    '7','4','54009.67',    '7','4','52689.35',    '2','1','1320.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134949.0','1046868.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046686.0','1021301.0','42',    '32','9','54014.39',    '30','6','49691.78',    '16','4','4322.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134950.0','1046868.0','1',    '1','1','1886.0',    '1','1','1886.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046687.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134951.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026489.0','1021301.0','33',    '32','17','60808.0',    '31','11','54765.7',    '24','12','6042.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114753.0','1046868.0','2',    '1','1','575.0',    '1','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046688.0','1021301.0','5',    '3','2','5064.1',    '3','2','5064.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134952.0','1046868.0','1',    '1','1','7200.45',    '1','1','5297.38',    '1','1','1903.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046689.0','1021301.0','4',    '4','1','415.79',    '4','0','0.0',    '2','1','415.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134953.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046690.0','1021301.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134954.0','1046868.0','6',    '6','1','738.73',    '6','1','738.73',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046691.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134955.0','1046868.0','45',    '44','29','79848.17',    '44','10','63640.48',    '29','24','16207.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046692.0','1021301.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134956.0','1046868.0','2',    '2','2','29912.94',    '2','2','29054.25',    '1','1','858.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046693.0','1021301.0','6',    '5','2','3415.52',    '5','1','1338.0',    '3','2','2077.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134957.0','1046868.0','1',    '1','1','6571.76',    '1','1','6571.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046694.0','1021301.0','7',    '6','1','7508.05',    '6','1','7258.06',    '3','1','249.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134958.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046695.0','1021301.0','1',    '1','1','17426.49',    '1','1','13713.32',    '1','1','3713.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134959.0','1046868.0','12',    '10','4','5730.9',    '9','3','4580.9',    '4','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046696.0','1021301.0','9',    '7','6','20585.67',    '7','3','18860.67',    '3','3','1725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134960.0','1046868.0','495',    '467','118','265382.34',    '452','82','207982.51',    '274','67','57399.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046697.0','1021301.0','8',    '6','5','5631.4',    '6','3','4481.4',    '2','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134961.0','1046868.0','50',    '45','16','43002.4',    '44','8','35892.08',    '17','11','7110.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046698.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134962.0','1046868.0','141',    '132','43','303798.46',    '126','40','245932.76',    '74','19','57865.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046699.0','1021301.0','10',    '8','3','7358.26',    '7','2','6783.26',    '4','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134963.0','1046868.0','62',    '52','30','216579.1',    '50','27','169615.2',    '27','16','46963.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046700.0','1021301.0','55',    '36','20','49266.7',    '32','12','42605.02',    '19','9','6661.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134964.0','1046868.0','24',    '20','10','10677.34',    '20','2','5235.83',    '10','9','5441.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046701.0','1021301.0','38',    '31','16','62686.71',    '31','9','49887.01',    '14','9','12799.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134965.0','1046868.0','57',    '49','16','17824.95',    '45','8','11002.11',    '24','8','6822.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046702.0','1021301.0','12',    '8','1','5000.0',    '6','0','0.0',    '3','1','5000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134966.0','1046868.0','366',    '334','260','3154122.15',    '326','251','2851498.16',    '154','66','302623.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046703.0','1021301.0','4',    '2','1','575.0',    '2','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134967.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042449.0','1021301.0','23',    '22','7','6567.28',    '22','3','4170.49',    '14','4','2396.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130713.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046704.0','1021301.0','6',    '6','0','0.0',    '6','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134968.0','1046868.0','13',    '10','7','14950.98',    '10','2','11021.3',    '7','5','3929.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046705.0','1021301.0','355',    '322','164','854715.03',    '310','139','768963.81',    '185','70','85751.22');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134969.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046706.0','1021301.0','5',    '5','3','2184.85',    '5','2','1609.85',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134970.0','1046868.0','13',    '10','3','16638.46',    '8','3','16638.46',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046707.0','1021301.0','40',    '34','9','39957.87',    '34','5','36767.97',    '11','6','3189.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134971.0','1046868.0','26',    '22','16','44511.01',    '21','15','34168.98',    '13','5','10342.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046708.0','1021301.0','5',    '5','5','18634.29',    '5','4','17484.29',    '2','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134972.0','1046868.0','32',    '29','18','219446.87',    '29','17','214935.5',    '10','3','4511.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046709.0','1021301.0','467',    '452','244','1162854.82',    '445','173','920486.05',    '300','157','242368.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134973.0','1046868.0','11',    '11','1','4542.08',    '11','1','3914.04',    '4','1','628.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046710.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134974.0','1046868.0','73',    '70','18','27957.72',    '70','5','10873.29',    '39','13','17084.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046711.0','1021301.0','12',    '12','0','0.0',    '12','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134975.0','1046868.0','1',    '1','1','498.18',    '1','1','498.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046712.0','1021301.0','3',    '3','2','9546.23',    '3','1','8971.23',    '2','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134976.0','1046868.0','9',    '8','6','14773.28',    '8','4','13623.28',    '4','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046713.0','1021301.0','11',    '10','9','13481.29',    '10','6','11506.3',    '6','4','1974.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134977.0','1046868.0','28',    '23','9','101391.99',    '22','8','87712.03',    '11','4','13679.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046714.0','1021301.0','1',    '1','1','2924.23',    '1','1','2924.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134978.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046715.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134979.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046716.0','1021301.0','23',    '22','16','52928.68',    '22','10','49228.69',    '12','7','3699.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134980.0','1046868.0','5',    '4','1','1344.76',    '4','1','1344.76',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046717.0','1021301.0','58',    '53','42','41335.34',    '53','4','17788.01',    '40','38','23547.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134981.0','1046868.0','5',    '5','2','1150.0',    '5','0','0.0',    '2','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046718.0','1021301.0','303',    '299','81','211827.61',    '298','58','182041.12',    '182','36','29786.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134982.0','1046868.0','19',    '13','3','66633.89',    '13','3','63550.81',    '3','1','3083.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042438.0','1021301.0','84',    '80','15','36020.06',    '79','9','31915.4',    '44','6','4104.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130702.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046719.0','1021301.0','62',    '48','29','51164.3',    '47','15','39265.91',    '32','18','11898.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134983.0','1046868.0','7',    '5','2','3430.05',    '5','2','3430.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046720.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134984.0','1046868.0','2',    '2','1','2864.81',    '2','1','2864.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046721.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134985.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046722.0','1021301.0','1',    '1','1','596.81',    '1','1','596.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134986.0','1046868.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046723.0','1021301.0','8',    '4','1','6453.59',    '3','1','6453.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134987.0','1046868.0','15',    '8','1','575.0',    '7','0','0.0',    '4','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046724.0','1021301.0','2',    '2','2','1150.0',    '2','0','0.0',    '2','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134988.0','1046868.0','103',    '76','44','435660.91',    '69','39','361127.49',    '54','25','74533.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046725.0','1021301.0','9',    '4','3','2528.0',    '4','1','1378.0',    '3','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134989.0','1046868.0','5',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046726.0','1021301.0','20',    '14','10','65377.95',    '14','8','63175.48',    '6','4','2202.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134990.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044768.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2133032.0','1046868.0','3',    '2','2','1431.64',    '2','1','856.64',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046727.0','1021301.0','10',    '9','2','2899.19',    '9','2','2899.19',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134991.0','1046868.0','5',    '4','2','1633.0',    '4','1','1058.0',    '2','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046728.0','1021301.0','49',    '45','39','87215.93',    '45','19','74225.97',    '28','24','12989.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134992.0','1046868.0','11',    '9','1','296.27',    '9','1','296.27',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046729.0','1021301.0','16',    '15','4','17930.84',    '15','3','17355.84',    '4','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134993.0','1046868.0','10',    '10','3','4408.92',    '10','1','3396.69',    '5','2','1012.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046730.0','1021301.0','3',    '3','1','1344.17',    '3','1','1344.17',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134994.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046731.0','1021301.0','1',    '1','1','709.72',    '1','1','709.72',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134995.0','1046868.0','122',    '119','48','242376.44',    '117','33','209209.74',    '64','27','33166.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046732.0','1021301.0','1',    '1','1','681.76',    '1','1','681.76',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134996.0','1046868.0','9',    '7','7','21030.18',    '7','3','18730.18',    '4','4','2300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046733.0','1021301.0','138',    '110','61','237700.86',    '107','50','149422.61',    '62','30','88278.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134997.0','1046868.0','311',    '265','36','71190.52',    '261','25','57148.73',    '76','13','14041.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046734.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134998.0','1046868.0','34',    '27','15','29419.35',    '26','5','16594.36',    '11','10','12824.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046735.0','1021301.0','67',    '51','32','282874.74',    '49','26','263930.76',    '18','11','18943.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2134999.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044690.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132954.0','1046868.0','140',    '121','107','245053.82',    '120','42','202791.96',    '83','73','42261.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046736.0','1021301.0','357',    '344','226','1309370.01',    '340','206','1090041.99',    '218','109','219328.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135000.0','1046868.0','2',    '2','2','17123.73',    '1','1','8123.73',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042363.0','1021301.0','3',    '3','2','4767.11',    '3','2','4517.11',    '2','1','250.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130627.0','1046868.0','5',    '5','4','32850.82',    '5','4','32850.82',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046737.0','1021301.0','2',    '1','1','2235.3',    '1','1','2235.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135001.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046738.0','1021301.0','52',    '51','11','17746.57',    '51','8','13632.12',    '17','4','4114.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135002.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046739.0','1021301.0','11',    '11','4','2446.83',    '11','1','721.83',    '6','3','1725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135003.0','1046868.0','8',    '8','7','13404.08',    '8','4','11429.09',    '5','4','1974.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046740.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135004.0','1046868.0','9',    '9','3','16203.01',    '9','3','16203.01',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046741.0','1021301.0','10',    '8','2','1150.0',    '6','0','0.0',    '5','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135005.0','1046868.0','2',    '2','0','0.0',    '1','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044754.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2133018.0','1046868.0','5',    '5','1','370.99',    '5','0','0.0',    '3','1','370.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046742.0','1021301.0','6',    '3','2','7098.5',    '3','1','5690.46',    '2','2','1408.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135006.0','1046868.0','2',    '2','1','5572.71',    '2','1','5572.71',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046743.0','1021301.0','5',    '2','1','20060.99',    '2','1','14674.54',    '1','1','5386.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135007.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046744.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135008.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046745.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135009.0','1046868.0','17',    '15','11','74288.13',    '14','11','67752.32',    '5','3','6535.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046746.0','1021301.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135010.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046747.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135011.0','1046868.0','142',    '135','80','251269.75',    '135','39','219155.14',    '85','53','32114.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046748.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135012.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046749.0','1021301.0','6',    '6','6','9181.32',    '6','2','6881.32',    '4','4','2300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135013.0','1046868.0','1',    '1','1','575.0',    '1','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046750.0','1021301.0','20',    '18','11','121730.54',    '18','10','112647.68',    '11','6','9082.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135014.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046751.0','1021301.0','31',    '25','7','9315.07',    '25','6','8740.07',    '6','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135015.0','1046868.0','17',    '17','5','5938.47',    '17','2','3986.73',    '12','5','1951.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046752.0','1021301.0','10',    '10','1','214.72',    '10','0','0.0',    '3','1','214.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135016.0','1046868.0','87',    '84','21','59605.43',    '83','15','45237.45',    '34','14','14367.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046753.0','1021301.0','11',    '9','7','99986.82',    '8','7','99986.82',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135017.0','1046868.0','14',    '9','7','25452.56',    '9','5','24302.56',    '4','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046754.0','1021301.0','10',    '8','7','6040.19',    '8','1','1713.64',    '8','7','4326.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135018.0','1046868.0','10',    '10','4','2718.2',    '10','0','0.0',    '5','4','2718.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046755.0','1021301.0','8',    '8','6','27957.37',    '8','4','26807.37',    '7','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135019.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046756.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135020.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046757.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135021.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046758.0','1021301.0','7',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135022.0','1046868.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046759.0','1021301.0','23',    '17','15','10628.47',    '17','3','2563.47',    '13','13','8065.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135023.0','1046868.0','7',    '7','4','69201.91',    '6','3','59170.24',    '3','2','10031.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046760.0','1021301.0','3',    '2','1','36238.0',    '2','1','36238.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135024.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044635.0','1021301.0','4',    '4','1','6217.69',    '4','1','5634.64',    '1','1','583.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132899.0','1046868.0','82',    '79','20','18185.83',    '79','7','11382.11',    '53','15','6803.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046761.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135025.0','1046868.0','2',    '1','1','2886.51',    '1','1','2886.51',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046762.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135026.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046763.0','1021301.0','2',    '2','2','21156.62',    '2','2','21156.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135027.0','1046868.0','799',    '740','348','1719865.25',    '696','283','1408046.07',    '433','216','311819.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046764.0','1021301.0','52',    '47','17','77363.66',    '42','12','46488.98',    '30','12','30874.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135028.0','1046868.0','26',    '22','10','7881.31',    '22','3','3512.61',    '11','7','4368.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046765.0','1021301.0','4',    '3','2','18157.46',    '3','2','18157.46',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135029.0','1046868.0','29',    '23','11','31399.86',    '23','6','27636.67',    '8','5','3763.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046766.0','1021301.0','94',    '67','34','80589.57',    '67','23','73001.38',    '26','13','7588.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135030.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042338.0','1021301.0','1',    '1','1','16088.81',    '1','1','16088.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130602.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046767.0','1021301.0','1',    '1','1','8078.39',    '1','1','7435.75',    '1','1','642.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135031.0','1046868.0','200',    '195','58','196824.58',    '189','31','168951.46',    '112','41','27873.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046768.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135032.0','1046868.0','4',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046769.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135033.0','1046868.0','1',    '1','1','6000.0',    '0','0','0.0',    '1','1','6000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046770.0','1021301.0','45',    '41','4','15531.13',    '39','2','11962.85',    '24','4','3568.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135034.0','1046868.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046771.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135035.0','1046868.0','16',    '14','10','56520.74',    '14','9','39581.47',    '5','4','16939.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046772.0','1021301.0','51',    '41','14','51404.34',    '40','10','39582.99',    '20','7','11821.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135036.0','1046868.0','217',    '173','141','2556652.85',    '165','139','2327588.21',    '96','46','229064.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046773.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135037.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046774.0','1021301.0','16',    '13','6','6538.52',    '13','4','5388.52',    '5','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135038.0','1046868.0','27',    '23','13','128416.62',    '20','10','109587.97',    '16','8','18828.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046775.0','1021301.0','81',    '70','32','145637.57',    '67','22','121320.32',    '31','18','24317.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135039.0','1046868.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046776.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135040.0','1046868.0','5',    '4','3','15967.94',    '4','1','14817.94',    '2','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046777.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135041.0','1046868.0','7',    '4','0','0.0',    '2','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046778.0','1021301.0','1',    '1','1','917.48',    '1','1','917.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135042.0','1046868.0','9',    '4','3','16373.91',    '3','2','15798.91',    '2','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046779.0','1021301.0','242',    '232','110','612700.83',    '227','95','517921.65',    '135','60','94779.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135043.0','1046868.0','14',    '13','2','2813.0',    '9','1','1338.0',    '8','2','1475.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046780.0','1021301.0','12',    '12','4','7960.85',    '11','2','6217.65',    '8','3','1743.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135044.0','1046868.0','3',    '3','1','11405.59',    '3','1','11405.59',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046781.0','1021301.0','2',    '2','2','3065.81',    '2','2','3065.81',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135045.0','1046868.0','1',    '1','1','214.72',    '1','0','0.0',    '1','1','214.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046782.0','1021301.0','98',    '65','28','60116.63',    '62','16','28335.15',    '31','15','31781.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135046.0','1046868.0','4',    '4','4','5773.97',    '4','3','5198.97',    '2','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046783.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135047.0','1046868.0','3',    '2','1','1679.44',    '2','1','1679.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046784.0','1021301.0','3',    '3','2','10072.82',    '3','2','10072.82',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135048.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042330.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130594.0','1046868.0','28',    '21','14','241988.52',    '20','13','219135.5',    '9','6','22853.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046785.0','1021301.0','13',    '7','1','1122.81',    '7','1','1122.81',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135049.0','1046868.0','20',    '18','14','38791.51',    '18','7','33265.04',    '9','8','5526.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046786.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135050.0','1046868.0','23',    '19','12','52172.51',    '19','11','44111.06',    '9','5','8061.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046787.0','1021301.0','3',    '3','1','4381.17',    '3','1','3943.62',    '2','1','437.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135051.0','1046868.0','3',    '2','1','2576.05',    '2','1','2576.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046788.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135052.0','1046868.0','1',    '1','1','1665.38',    '1','1','1665.38',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046789.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135053.0','1046868.0','3',    '2','2','2604.03',    '2','2','2604.03',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046790.0','1021301.0','32',    '32','21','101606.45',    '32','16','92240.04',    '19','14','9366.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135054.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046791.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135055.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046792.0','1021301.0','9',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135056.0','1046868.0','2',    '2','2','1597.49',    '2','1','1022.49',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046793.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135057.0','1046868.0','5',    '4','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046794.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135058.0','1046868.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046795.0','1021301.0','23',    '20','8','8914.95',    '19','6','6513.85',    '5','2','2401.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135059.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044797.0','1021301.0','42',    '39','25','91561.05',    '39','20','75101.08',    '19','8','16459.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2133061.0','1046868.0','1',    '1','1','575.0',    '1','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046796.0','1021301.0','20',    '15','7','16688.87',    '15','6','15900.67',    '3','2','788.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135060.0','1046868.0','8',    '7','2','8544.88',    '7','2','8544.88',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046797.0','1021301.0','1',    '1','1','1560.12',    '1','1','1560.12',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135061.0','1046868.0','70',    '67','38','314017.09',    '67','37','278137.18',    '36','17','35879.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046798.0','1021301.0','3',    '3','2','1457.28',    '3','1','1240.02',    '2','1','217.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135062.0','1046868.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046799.0','1021301.0','20',    '18','14','18500.07',    '18','2','10665.08',    '14','13','7834.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135063.0','1046868.0','39',    '33','18','113471.2',    '32','16','94227.55',    '13','5','19243.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042404.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130668.0','1046868.0','1',    '1','1','575.0',    '1','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046800.0','1021301.0','3',    '3','1','330.39',    '3','1','330.39',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135064.0','1046868.0','20',    '19','7','8382.19',    '19','3','5832.2',    '11','5','2549.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046801.0','1021301.0','1',    '1','1','263.97',    '1','1','263.97',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135065.0','1046868.0','6',    '4','4','9283.38',    '4','3','8708.38',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046802.0','1021301.0','9',    '6','2','6676.87',    '6','2','6676.87',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135066.0','1046868.0','3',    '2','2','2103.6',    '2','2','2103.6',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046803.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135067.0','1046868.0','38',    '24','6','4156.14',    '20','6','4156.14',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046804.0','1021301.0','13',    '12','10','26013.58',    '12','10','21862.29',    '4','4','4151.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135068.0','1046868.0','80',    '71','58','748140.09',    '71','58','566664.43',    '51','41','181475.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046805.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135069.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046806.0','1021301.0','8',    '8','2','549.3',    '8','2','549.3',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135070.0','1046868.0','308',    '295','107','518405.84',    '287','85','449010.58',    '168','57','69395.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046807.0','1021301.0','1',    '1','1','11013.2',    '1','1','9618.24',    '1','1','1394.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135071.0','1046868.0','12',    '11','2','24423.18',    '11','1','23848.18',    '5','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046808.0','1021301.0','17',    '12','3','3623.07',    '11','3','3623.07',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135072.0','1046868.0','4',    '4','3','19513.36',    '4','1','17767.24',    '2','2','1746.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046809.0','1021301.0','32',    '30','6','11629.09',    '28','5','7481.59',    '18','2','4147.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135073.0','1046868.0','15',    '14','13','30140.58',    '13','7','25740.61',    '10','8','4399.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046810.0','1021301.0','12',    '10','5','6062.64',    '9','2','4087.65',    '8','4','1974.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135074.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046811.0','1021301.0','5',    '2','1','575.0',    '2','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135075.0','1046868.0','33',    '28','20','94255.89',    '28','12','74972.89',    '15','11','19283.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046812.0','1021301.0','13',    '11','9','22303.47',    '11','5','17489.2',    '6','6','4814.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135076.0','1046868.0','7',    '6','6','12484.12',    '6','3','10309.13',    '4','4','2174.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046813.0','1021301.0','8',    '6','4','28222.37',    '6','3','25721.3',    '4','3','2501.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135077.0','1046868.0','7',    '6','2','1150.0',    '5','0','0.0',    '3','2','1150.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046814.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135078.0','1046868.0','2',    '2','1','1283.45',    '2','1','1283.45',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046815.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135079.0','1046868.0','17',    '14','5','23659.69',    '14','5','23235.32',    '5','1','424.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046816.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135080.0','1046868.0','11',    '7','3','5508.97',    '7','2','4933.97',    '4','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046817.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135081.0','1046868.0','6',    '6','3','15828.98',    '6','2','12251.8',    '5','3','3577.18');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044598.0','1021301.0','14',    '12','0','0.0',    '12','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132862.0','1046868.0','182',    '177','69','444123.58',    '176','54','374185.5',    '98','44','69938.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046818.0','1021301.0','1181',    '1086','591','3772818.23',    '1065','524','3430856.06',    '550','230','341962.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135082.0','1046868.0','1',    '1','1','7507.79',    '1','1','7248.51',    '1','1','259.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2042326.0','1021301.0','1',    '1','1','3544.68',    '1','1','3544.68',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2130590.0','1046868.0','5',    '5','3','3497.37',    '5','2','1786.88',    '4','3','1710.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046819.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135083.0','1046868.0','6',    '5','1','575.0',    '5','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046820.0','1021301.0','4',    '3','2','2959.74',    '3','1','1238.0',    '3','2','1721.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135084.0','1046868.0','10',    '10','4','10004.71',    '10','2','8376.09',    '7','3','1628.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046821.0','1021301.0','20',    '13','3','1106.5',    '13','2','531.5',    '4','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135085.0','1046868.0','61',    '60','13','18100.74',    '59','5','12982.34',    '37','12','5118.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046822.0','1021301.0','37',    '34','18','53181.41',    '34','7','29520.42',    '21','14','23660.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135086.0','1046868.0','1',    '1','1','2559.48',    '1','1','2559.48',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046823.0','1021301.0','10',    '8','6','9718.96',    '8','3','7993.96',    '4','3','1725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135087.0','1046868.0','10',    '7','5','6806.93',    '7','4','6231.93',    '2','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046824.0','1021301.0','13',    '13','1','10691.49',    '13','1','4718.8',    '6','1','5972.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135088.0','1046868.0','116',    '111','33','104517.15',    '108','24','83706.75',    '53','15','20810.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046825.0','1021301.0','9',    '4','3','3484.2',    '4','2','2784.2',    '2','2','700.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135089.0','1046868.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044746.0','1021301.0','128',    '110','69','391834.55',    '108','58','299117.53',    '45','29','92717.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2133010.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044601.0','1021301.0','37',    '27','24','41719.32',    '27','17','35730.92',    '14','13','5988.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132865.0','1046868.0','4',    '4','3','2455.36',    '4','1','1134.37',    '3','2','1320.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046826.0','1021301.0','20',    '16','7','57789.52',    '14','4','44591.16',    '7','4','13198.36');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135090.0','1046868.0','14',    '11','10','55576.71',    '11','7','52946.99',    '4','4','2629.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046827.0','1021301.0','13',    '10','9','11466.11',    '10','5','8141.27',    '5','5','3324.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135091.0','1046868.0','7',    '6','5','23779.52',    '6','2','22054.52',    '3','3','1725.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046828.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135092.0','1046868.0','1',    '1','1','985.88',    '1','0','0.0',    '1','1','985.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046829.0','1021301.0','28',    '25','18','119733.04',    '25','13','101486.47',    '13','8','18246.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135093.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046830.0','1021301.0','7',    '7','6','8437.09',    '7','5','7862.09',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135094.0','1046868.0','2',    '1','1','575.0',    '1','0','0.0',    '1','1','575.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046831.0','1021301.0','9',    '7','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135095.0','1046868.0','5',    '5','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046832.0','1021301.0','46',    '34','24','199231.12',    '34','17','184202.51',    '18','9','15028.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135096.0','1046868.0','13',    '12','2','465.52',    '12','0','0.0',    '4','2','465.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046833.0','1021301.0','3',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135097.0','1046868.0','1',    '1','1','263.97',    '1','1','263.97',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046834.0','1021301.0','54',    '46','19','76641.29',    '46','14','68733.52',    '16','7','7907.77');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135098.0','1046868.0','5',    '5','0','0.0',    '5','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046835.0','1021301.0','13',    '10','3','1911.2',    '10','0','0.0',    '6','3','1911.2');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135099.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046836.0','1021301.0','4',    '4','1','1988.48',    '4','1','1988.48',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135100.0','1046868.0','32',    '29','24','127639.08',    '29','21','121767.35',    '15','8','5871.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046837.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135101.0','1046868.0','2',    '2','2','644.16',    '2','0','0.0',    '2','2','644.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046838.0','1021301.0','1',    '1','1','4198.89',    '1','1','4198.89',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135102.0','1046868.0','8',    '6','5','24870.99',    '6','4','24320.99',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046839.0','1021301.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135103.0','1046868.0','26',    '24','4','4911.24',    '23','2','4602.25',    '7','2','308.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046840.0','1021301.0','380',    '352','311','1094035.23',    '346','227','1009922.84',    '186','153','84112.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135104.0','1046868.0','27',    '22','18','228867.95',    '22','18','223086.16',    '7','3','5781.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046841.0','1021301.0','5',    '4','3','4649.09',    '4','3','2894.4',    '1','1','1754.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135105.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046842.0','1021301.0','2',    '2','2','3138.04',    '2','2','3138.04',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135106.0','1046868.0','1',    '1','1','1955.36',    '1','1','1955.36',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046843.0','1021301.0','15',    '13','2','2428.27',    '13','1','2192.0',    '2','1','236.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135107.0','1046868.0','32',    '25','22','98270.19',    '25','16','93220.23',    '14','8','5049.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046844.0','1021301.0','2',    '2','2','10559.54',    '2','2','9568.47',    '1','1','991.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135108.0','1046868.0','1',    '1','1','2174.63',    '1','1','818.0',    '1','1','1356.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046845.0','1021301.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135109.0','1046868.0','671',    '606','100','219077.92',    '594','92','216226.32',    '161','13','2851.6');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046846.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135110.0','1046868.0','27',    '25','23','67013.28',    '25','20','63598.61',    '10','8','3414.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046847.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135111.0','1046868.0','8',    '8','1','1181.42',    '8','1','1181.42',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046848.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135112.0','1046868.0','4',    '4','3','2803.23',    '4','3','2803.23',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046849.0','1021301.0','2',    '2','1','1420.58',    '2','1','698.0',    '1','1','722.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135113.0','1046868.0','1',    '1','1','4659.25',    '1','1','4659.25',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046850.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135114.0','1046868.0','881',    '820','156','473606.05',    '811','144','464727.04',    '238','20','8879.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046851.0','1021301.0','9',    '8','2','815.99',    '8','1','732.0',    '2','1','83.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135115.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046852.0','1021301.0','11',    '9','4','24722.68',    '8','3','20629.74',    '5','3','4092.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135116.0','1046868.0','10',    '10','3','5985.82',    '10','2','5676.83',    '5','2','308.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046853.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135117.0','1046868.0','483',    '434','100','196359.07',    '418','83','190055.57',    '145','26','6303.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046854.0','1021301.0','376',    '321','238','911372.63',    '317','182','817341.84',    '128','89','94030.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135118.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046855.0','1021301.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135119.0','1046868.0','1',    '1','1','818.0',    '1','1','818.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046856.0','1021301.0','994',    '979','232','427810.44',    '964','184','409224.52',    '386','69','18585.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135120.0','1046868.0','14',    '12','9','36057.62',    '12','9','34443.23',    '4','3','1614.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046857.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135121.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046858.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135122.0','1046868.0','40',    '38','13','73347.83',    '35','10','72119.6',    '21','4','1228.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046859.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135123.0','1046868.0','1',    '1','1','3079.26',    '1','1','3079.26',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046860.0','1021301.0','6',    '6','1','99.99',    '6','0','0.0',    '4','1','99.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135124.0','1046868.0','5',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046861.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135125.0','1046868.0','4',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046862.0','1021301.0','4',    '4','1','3455.45',    '4','1','3455.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135126.0','1046868.0','223',    '191','35','132184.98',    '173','26','129340.26',    '86','14','2844.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046863.0','1021301.0','1',    '1','1','3838.76',    '1','1','3838.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135127.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046864.0','1021301.0','11',    '11','10','21618.09',    '10','5','15635.66',    '7','6','5982.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135128.0','1046868.0','6',    '5','5','35630.2',    '5','4','34830.21',    '3','2','799.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046865.0','1021301.0','1',    '1','1','9560.8',    '1','1','6528.95',    '1','1','3031.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135129.0','1046868.0','3',    '2','1','4967.53',    '2','1','4967.53',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046866.0','1021301.0','89',    '81','77','231973.52',    '81','57','210101.78',    '40','36','21871.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135130.0','1046868.0','2',    '2','2','1879.67',    '2','1','1674.69',    '1','1','204.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046867.0','1021301.0','16',    '14','9','23599.46',    '12','8','23068.47',    '5','1','530.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135131.0','1046868.0','17',    '13','11','29404.15',    '13','8','26354.19',    '8','7','3049.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046868.0','1021301.0','3',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135132.0','1046868.0','663',    '631','100','223192.9',    '629','94','219294.84',    '183','13','3898.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046869.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135133.0','1046868.0','1',    '1','1','2701.32',    '1','1','1134.0',    '1','1','1567.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046870.0','1021301.0','17',    '15','11','27524.85',    '15','9','26224.85',    '5','3','1300.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135134.0','1046868.0','2',    '2','2','5907.85',    '2','2','5907.85',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046871.0','1021301.0','3',    '2','2','41870.81',    '2','2','41870.81',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135135.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046872.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135136.0','1046868.0','1',    '1','1','5452.57',    '1','1','5452.57',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046873.0','1021301.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135137.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026507.0','1021301.0','7',    '7','3','5860.84',    '7','3','5860.84',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114771.0','1046868.0','137',    '125','28','65896.24',    '120','28','65109.46',    '41','3','786.78');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046874.0','1021301.0','1',    '1','1','2784.64',    '1','1','2784.64',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135138.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046875.0','1021301.0','38',    '37','34','65697.31',    '37','26','59221.96',    '11','10','6475.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135139.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046876.0','1021301.0','5',    '4','2','3041.67',    '4','1','2491.67',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135140.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046877.0','1021301.0','40',    '38','6','5465.71',    '38','5','5381.72',    '8','1','83.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135141.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046878.0','1021301.0','11',    '11','10','41602.11',    '11','5','38202.12',    '7','5','3399.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135142.0','1046868.0','3',    '3','1','1370.0',    '3','1','1370.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046879.0','1021301.0','1',    '1','1','9101.72',    '1','1','8984.72',    '1','1','117.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135143.0','1046868.0','895',    '840','371','1538969.38',    '835','343','1492114.97',    '399','99','46854.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046880.0','1021301.0','1',    '1','1','2004.0',    '1','1','2004.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135144.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046881.0','1021301.0','1',    '1','1','818.0',    '1','1','818.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135145.0','1046868.0','1',    '1','1','2026.98',    '1','1','2026.98',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046882.0','1021301.0','10',    '10','7','11561.31',    '10','6','10475.04',    '2','2','1086.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135146.0','1046868.0','108',    '100','90','339629.37',    '100','78','330033.91',    '26','22','9595.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046883.0','1021301.0','1',    '1','1','2212.94',    '1','1','2212.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135147.0','1046868.0','19',    '17','14','24708.28',    '17','12','22808.29',    '6','4','1899.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046884.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135148.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046885.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135149.0','1046868.0','1',    '1','1','4292.19',    '1','1','3742.19',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046886.0','1021301.0','32',    '28','21','200385.68',    '28','20','168452.41',    '18','14','31933.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135150.0','1046868.0','3',    '3','1','1490.88',    '3','1','1406.89',    '1','1','83.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046887.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135151.0','1046868.0','35',    '29','18','37174.39',    '29','14','31223.4',    '22','8','5950.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046888.0','1021301.0','6',    '5','2','6006.73',    '5','2','6006.73',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135152.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046889.0','1021301.0','1',    '1','1','818.0',    '1','1','818.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135153.0','1046868.0','3',    '3','1','392.98',    '3','0','0.0',    '2','1','392.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046890.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135154.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046891.0','1021301.0','21',    '20','14','58862.85',    '20','13','58312.85',    '4','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135155.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046892.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135156.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046893.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135157.0','1046868.0','1',    '1','1','1186.41',    '1','1','1186.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046894.0','1021301.0','2',    '2','2','3131.6',    '2','2','3131.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135158.0','1046868.0','9',    '8','0','0.0',    '7','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046895.0','1021301.0','4',    '4','1','1150.41',    '4','1','1150.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135159.0','1046868.0','8',    '6','0','0.0',    '6','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046896.0','1021301.0','2',    '2','1','8657.67',    '2','1','8657.67',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135160.0','1046868.0','28',    '28','25','149251.23',    '28','22','133497.6',    '14','12','15753.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046897.0','1021301.0','1',    '1','1','1287.06',    '1','1','1084.0',    '1','1','203.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135161.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046898.0','1021301.0','1',    '1','1','3604.08',    '1','1','3280.61',    '1','1','323.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135162.0','1046868.0','1',    '1','1','6154.21',    '1','1','6154.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046899.0','1021301.0','5',    '3','2','8784.75',    '3','2','8784.75',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135163.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046900.0','1021301.0','1',    '1','1','3465.41',    '1','1','3465.41',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135164.0','1046868.0','755',    '722','180','526276.38',    '711','152','513334.38',    '277','47','12942.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046901.0','1021301.0','2',    '2','2','1636.0',    '2','2','1636.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135165.0','1046868.0','5',    '4','1','3145.61',    '4','1','2707.58',    '2','1','438.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046902.0','1021301.0','315',    '297','90','288503.79',    '294','74','275674.18',    '115','37','12829.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135166.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046903.0','1021301.0','464',    '454','150','352022.87',    '449','115','335821.8',    '202','51','16201.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135167.0','1046868.0','96',    '92','61','138604.08',    '91','36','108238.03',    '68','37','30366.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046904.0','1021301.0','3',    '2','1','2457.35',    '2','1','1807.36',    '1','1','649.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135168.0','1046868.0','53',    '31','27','60975.0',    '31','25','58129.95',    '10','4','2845.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046905.0','1021301.0','534',    '511','142','279906.17',    '507','125','271768.29',    '198','32','8137.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135169.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026443.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114707.0','1046868.0','34',    '30','14','63832.6',    '30','13','63627.62',    '16','2','204.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046906.0','1021301.0','494',    '468','127','303150.06',    '455','120','299435.44',    '137','12','3714.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135170.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026531.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114795.0','1046868.0','2631',    '2443','1050','3755891.87',    '2356','863','3537979.59',    '1360','424','217912.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046907.0','1021301.0','2',    '2','1','16155.06',    '2','1','16155.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135171.0','1046868.0','38',    '30','1','390.69',    '30','1','390.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046908.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135172.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046909.0','1021301.0','4',    '4','3','1879.63',    '4','2','1329.63',    '2','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135173.0','1046868.0','1',    '1','1','136.32',    '1','0','0.0',    '1','1','136.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046910.0','1021301.0','10',    '10','8','55398.82',    '8','5','19853.84',    '5','3','35544.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135174.0','1046868.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046911.0','1021301.0','35',    '35','32','75339.93',    '35','19','66989.96',    '16','15','8349.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135175.0','1046868.0','34',    '15','11','20082.43',    '14','8','17329.11',    '6','5','2753.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046912.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135176.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046913.0','1021301.0','5',    '5','5','10335.92',    '5','4','9285.94',    '3','3','1049.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135177.0','1046868.0','1',    '1','1','3138.02',    '1','1','3138.02',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046914.0','1021301.0','3',    '3','1','1491.25',    '3','1','1491.25',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135178.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046915.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135179.0','1046868.0','125',    '118','22','38083.21',    '117','20','36063.89',    '34','5','2019.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046916.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135180.0','1046868.0','23',    '18','16','83556.77',    '18','15','65083.36',    '10','8','18473.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046917.0','1021301.0','13',    '9','8','9044.15',    '9','6','7944.15',    '3','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135181.0','1046868.0','2',    '2','1','550.0',    '2','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046918.0','1021301.0','1422',    '1279','812','1064548.69',    '1231','777','928094.15',    '724','199','136454.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135182.0','1046868.0','2',    '2','2','1100.0',    '2','0','0.0',    '2','2','1100.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046919.0','1021301.0','792',    '722','251','720995.19',    '708','224','696482.34',    '286','59','24512.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135183.0','1046868.0','1',    '1','1','8118.41',    '1','1','8034.42',    '1','1','83.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046920.0','1021301.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135184.0','1046868.0','47',    '40','25','74500.32',    '39','20','69725.33',    '16','7','4774.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046921.0','1021301.0','2',    '1','1','755.44',    '1','1','755.44',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135185.0','1046868.0','72',    '66','24','62109.5',    '65','22','40510.67',    '23','10','21598.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046922.0','1021301.0','40',    '38','8','18048.21',    '37','8','17465.07',    '16','2','583.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135186.0','1046868.0','1',    '1','1','729.83',    '1','1','729.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046923.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135187.0','1046868.0','1',    '1','1','5099.66',    '1','1','5099.66',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046924.0','1021301.0','29',    '24','18','87622.53',    '24','14','85422.53',    '6','4','2200.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135188.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046925.0','1021301.0','788',    '754','180','392539.36',    '747','138','371687.54',    '286','57','20851.82');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135189.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046926.0','1021301.0','3',    '3','1','891.06',    '3','1','891.06',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135190.0','1046868.0','1',    '1','1','1302.22',    '1','1','1302.22',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046927.0','1021301.0','449',    '430','175','456874.61',    '428','167','447635.95',    '129','27','9238.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135191.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046928.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135192.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046929.0','1021301.0','3',    '3','3','6414.94',    '3','3','6414.94',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135193.0','1046868.0','18',    '17','17','77591.15',    '17','16','75291.21',    '6','6','2299.94');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046930.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135194.0','1046868.0','1',    '1','1','1316.0',    '1','1','1316.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026461.0','1021301.0','1',    '1','1','1060.43',    '1','1','1060.43',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114725.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046931.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135195.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046932.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135196.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046933.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135197.0','1046868.0','1210',    '1160','398','1431072.78',    '1147','361','1391892.93',    '424','88','39179.85');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046934.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135198.0','1046868.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046935.0','1021301.0','1788',    '1651','591','1399262.77',    '1605','516','1352339.62',    '688','166','46923.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135199.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046936.0','1021301.0','30',    '25','3','8942.94',    '21','2','8533.98',    '13','2','408.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135200.0','1046868.0','1',    '1','1','718.0',    '1','1','718.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046937.0','1021301.0','1',    '1','1','3579.73',    '1','1','3185.93',    '1','1','393.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135201.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046938.0','1021301.0','9',    '8','3','4073.86',    '8','2','3680.06',    '4','1','393.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135202.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046939.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135203.0','1046868.0','1',    '1','1','5097.02',    '1','1','5013.03',    '1','1','83.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046940.0','1021301.0','2',    '2','1','3117.41',    '2','1','3117.41',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135204.0','1046868.0','25',    '24','12','61815.6',    '24','12','60351.97',    '13','6','1463.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046941.0','1021301.0','2',    '2','1','844.62',    '2','1','844.62',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135205.0','1046868.0','2963',    '2750','1383','6599747.32',    '2685','1167','6204611.33',    '1593','629','395135.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046942.0','1021301.0','1',    '1','1','948.93',    '1','1','948.93',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135206.0','1046868.0','750',    '705','176','627151.39',    '702','160','619736.93',    '251','30','7414.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046943.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135207.0','1046868.0','1',    '1','1','1274.78',    '1','1','1274.78',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046944.0','1021301.0','3',    '3','2','985.98',    '3','1','818.0',    '2','2','167.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135208.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046945.0','1021301.0','39',    '27','9','15154.3',    '25','8','14402.71',    '9','2','751.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135209.0','1046868.0','4',    '4','3','7195.0',    '4','3','6801.2',    '2','1','393.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046946.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135210.0','1046868.0','2',    '2','1','165.6',    '2','1','165.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046947.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135211.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046948.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135212.0','1046868.0','2',    '2','2','25617.0',    '2','2','25617.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046949.0','1021301.0','1',    '1','1','1455.76',    '1','1','1455.76',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135213.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046950.0','1021301.0','4289',    '3992','1655','6201918.4',    '3902','1304','5840638.1',    '2009','732','361280.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135214.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046951.0','1021301.0','1',    '1','1','6106.21',    '1','1','6106.21',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135215.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026689.0','1021301.0','7',    '4','1','5764.85',    '4','1','5492.21',    '2','1','272.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114953.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046952.0','1021301.0','938',    '891','160','377318.54',    '881','128','364035.19',    '268','41','13283.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135216.0','1046868.0','1',    '1','1','496.29',    '1','1','496.29',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046953.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135217.0','1046868.0','1',    '1','1','1830.7',    '1','1','1830.7',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046954.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135218.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046955.0','1021301.0','74',    '67','23','131306.51',    '65','21','130108.2',    '27','6','1198.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135219.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046956.0','1021301.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135220.0','1046868.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046957.0','1021301.0','692',    '664','189','532023.38',    '662','164','520303.24',    '185','42','11720.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135221.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046958.0','1021301.0','12',    '9','1','1772.71',    '9','1','1772.71',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135222.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046959.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135223.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046960.0','1021301.0','1',    '1','1','1333.1',    '1','1','1333.1',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135224.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046961.0','1021301.0','32',    '32','7','22333.57',    '32','5','21412.09',    '11','3','921.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135225.0','1046868.0','2322',    '2162','737','1929735.68',    '2104','657','1810515.07',    '956','252','119220.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046962.0','1021301.0','5',    '5','0','0.0',    '5','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135226.0','1046868.0','4',    '3','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046963.0','1021301.0','11',    '11','4','8855.42',    '11','4','8855.42',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135227.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046964.0','1021301.0','1651',    '1568','348','938754.37',    '1555','299','914401.14',    '523','70','24353.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135228.0','1046868.0','1',    '1','1','2295.3',    '1','1','2295.3',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046965.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135229.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046966.0','1021301.0','1',    '1','1','732.0',    '1','1','732.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135230.0','1046868.0','2',    '2','2','1019.0',    '2','1','884.0',    '1','1','135.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046967.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135231.0','1046868.0','4',    '4','3','3107.74',    '4','2','2868.26',    '3','1','239.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046968.0','1021301.0','2044',    '1897','450','1484330.1',    '1839','392','1412772.58',    '769','117','71557.52');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135232.0','1046868.0','307',    '300','70','176240.32',    '299','56','173597.57',    '106','15','2642.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046969.0','1021301.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135233.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046970.0','1021301.0','2',    '2','2','5560.83',    '2','2','5560.83',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135234.0','1046868.0','6',    '6','3','42664.9',    '6','3','38936.0',    '5','3','3728.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046971.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135235.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046972.0','1021301.0','1454',    '1277','349','1014660.37',    '1175','241','957368.35',    '593','138','57292.02');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135236.0','1046868.0','1',    '1','1','272.64',    '1','0','0.0',    '1','1','272.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046973.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135237.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046974.0','1021301.0','5',    '5','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135238.0','1046868.0','299',    '285','58','146912.55',    '283','52','144994.14',    '52','10','1918.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046975.0','1021301.0','752',    '699','170','389267.78',    '683','149','380007.04',    '203','32','9260.74');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135239.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046976.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135240.0','1046868.0','1',    '1','1','8278.04',    '1','1','8278.04',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046977.0','1021301.0','26',    '23','1','3993.53',    '21','1','3993.53',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135241.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046978.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135242.0','1046868.0','3',    '3','0','0.0',    '3','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046979.0','1021301.0','1',    '1','1','1446.52',    '1','1','1446.52',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135243.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046980.0','1021301.0','1',    '1','1','4194.28',    '1','1','4194.28',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135244.0','1046868.0','73',    '72','29','168091.42',    '71','28','147437.72',    '26','7','20653.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046981.0','1021301.0','38',    '38','18','146925.87',    '38','16','128586.44',    '14','8','18339.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135245.0','1046868.0','29',    '28','15','104490.14',    '27','13','92239.33',    '13','6','12250.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046982.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135246.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046983.0','1021301.0','89',    '78','51','373287.93',    '76','49','304751.63',    '50','20','68536.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135247.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046984.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135248.0','1046868.0','1',    '1','1','3669.43',    '1','1','3669.43',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046985.0','1021301.0','2',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135249.0','1046868.0','3',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046986.0','1021301.0','145',    '121','31','139323.25',    '110','23','95558.62',    '73','13','43764.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135250.0','1046868.0','2',    '2','1','2970.0',    '2','1','2970.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046987.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135251.0','1046868.0','10',    '6','1','875.0',    '2','0','0.0',    '4','1','875.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046988.0','1021301.0','103',    '85','12','21425.46',    '68','5','17242.25',    '61','8','4183.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135252.0','1046868.0','227',    '205','113','564352.32',    '196','95','496915.92',    '89','37','67436.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046989.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135253.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046990.0','1021301.0','30',    '28','1','9000.0',    '17','0','0.0',    '20','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135254.0','1046868.0','107',    '94','56','184027.52',    '88','51','119305.17',    '60','27','64722.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046991.0','1021301.0','2',    '1','1','1816.0',    '1','1','1816.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135255.0','1046868.0','67',    '49','12','37801.53',    '39','6','14320.12',    '30','8','23481.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046992.0','1021301.0','56',    '38','4','21584.06',    '23','0','0.0',    '33','4','21584.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135256.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046993.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135257.0','1046868.0','13',    '9','1','229.17',    '8','0','0.0',    '5','1','229.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046994.0','1021301.0','4',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135258.0','1046868.0','12',    '9','1','9000.0',    '8','0','0.0',    '3','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046995.0','1021301.0','12',    '9','2','5901.76',    '9','1','5256.66',    '5','1','645.1');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135259.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046996.0','1021301.0','3',    '3','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135260.0','1046868.0','46',    '32','4','31140.06',    '19','0','0.0',    '27','4','31140.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046997.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135261.0','1046868.0','29',    '25','7','23122.61',    '24','7','16725.74',    '14','3','6396.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046998.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135262.0','1046868.0','436',    '384','164','703231.4',    '352','112','530710.34',    '239','96','172521.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2046999.0','1021301.0','11',    '9','3','3174.11',    '7','1','1816.0',    '4','2','1358.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135263.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047000.0','1021301.0','19',    '17','5','13095.85',    '14','5','13095.85',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135264.0','1046868.0','388',    '361','169','766580.44',    '339','160','675693.25',    '165','32','90887.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047001.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135265.0','1046868.0','14',    '8','1','441.14',    '6','0','0.0',    '7','1','441.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047002.0','1021301.0','218',    '194','114','822702.28',    '187','106','761366.25',    '86','31','61336.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135266.0','1046868.0','88',    '68','7','25500.06',    '50','2','5162.0',    '58','7','20338.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047003.0','1021301.0','17',    '17','2','9882.28',    '15','0','0.0',    '9','2','9882.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135267.0','1046868.0','447',    '409','90','246820.64',    '371','45','168605.59',    '280','70','78215.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047004.0','1021301.0','18',    '14','1','1816.0',    '8','1','1816.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135268.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047005.0','1021301.0','6',    '6','1','8056.3',    '6','1','7690.81',    '3','1','365.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135269.0','1046868.0','3',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047006.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135270.0','1046868.0','1',    '1','1','2712.51',    '1','1','1816.0',    '1','1','896.51');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047007.0','1021301.0','207',    '169','55','307875.14',    '150','41','241951.6',    '89','27','65923.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135271.0','1046868.0','27',    '24','8','14238.57',    '23','5','12306.2',    '12','4','1932.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047008.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135272.0','1046868.0','125',    '120','96','709489.1',    '115','90','634694.71',    '47','27','74794.39');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047009.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135273.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047010.0','1021301.0','1',    '1','1','1816.0',    '1','1','1816.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135274.0','1046868.0','30',    '26','2','9444.65',    '20','0','0.0',    '11','2','9444.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047011.0','1021301.0','114',    '99','25','68005.84',    '92','17','48383.61',    '48','15','19622.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135275.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047012.0','1021301.0','7',    '6','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135276.0','1046868.0','1',    '1','1','2264.54',    '1','0','0.0',    '1','1','2264.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047013.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135277.0','1046868.0','21',    '16','0','0.0',    '12','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047014.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135278.0','1046868.0','7',    '5','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047015.0','1021301.0','34',    '29','1','441.14',    '19','0','0.0',    '22','1','441.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135279.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047016.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135280.0','1046868.0','312',    '281','152','837707.93',    '266','137','724336.74',    '103','37','113371.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047017.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135281.0','1046868.0','18',    '16','5','10003.19',    '13','0','0.0',    '14','5','10003.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047018.0','1021301.0','39',    '35','6','26657.31',    '32','5','24863.34',    '14','2','1793.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135282.0','1046868.0','26',    '20','2','670.31',    '13','0','0.0',    '13','2','670.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047019.0','1021301.0','39',    '31','1','229.17',    '28','0','0.0',    '17','1','229.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135283.0','1046868.0','473',    '428','299','2671419.92',    '420','285','2252970.55',    '237','111','418449.37');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047020.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135284.0','1046868.0','72',    '53','4','34056.8',    '37','4','31125.59',    '34','2','2931.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047021.0','1021301.0','3',    '3','2','10714.0',    '2','1','1714.0',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135285.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047022.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135286.0','1046868.0','15',    '13','3','1222.73',    '11','0','0.0',    '8','3','1222.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047023.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135287.0','1046868.0','1',    '1','1','2095.35',    '1','1','1816.0',    '1','1','279.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047024.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135288.0','1046868.0','39',    '31','3','17681.97',    '28','2','15204.48',    '16','2','2477.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047025.0','1021301.0','395',    '366','148','517365.24',    '348','109','401081.74',    '210','74','116283.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135289.0','1046868.0','14',    '13','9','26312.99',    '12','9','15129.42',    '7','3','11183.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047026.0','1021301.0','86',    '72','21','73995.97',    '58','15','45786.56',    '49','12','28209.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135290.0','1046868.0','22',    '18','1','269.99',    '13','0','0.0',    '13','1','269.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047027.0','1021301.0','40',    '29','5','5089.92',    '19','0','0.0',    '21','5','5089.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135291.0','1046868.0','5',    '5','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047028.0','1021301.0','398',    '318','94','400961.93',    '273','77','347991.39',    '151','29','52970.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135292.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047029.0','1021301.0','299',    '273','140','909332.67',    '266','126','831146.94',    '108','42','78185.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135293.0','1046868.0','787',    '723','455','2853569.03',    '706','439','2575508.95',    '271','112','278060.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047030.0','1021301.0','17',    '13','3','11061.31',    '13','3','11061.31',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135294.0','1046868.0','23',    '16','3','11184.69',    '16','3','11184.69',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047031.0','1021301.0','52',    '44','15','67076.75',    '36','6','13391.19',    '32','13','53685.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135295.0','1046868.0','7',    '6','0','0.0',    '6','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047032.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135296.0','1046868.0','56',    '46','8','26614.52',    '41','4','19234.27',    '25','6','7380.25');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047033.0','1021301.0','89',    '76','9','40498.94',    '63','3','27206.39',    '44','7','13292.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135297.0','1046868.0','11',    '8','1','13668.71',    '6','1','11207.73',    '4','1','2460.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047034.0','1021301.0','115',    '92','14','57230.5',    '78','9','41644.2',    '52','12','15586.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135298.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047035.0','1021301.0','19',    '18','11','85018.02',    '17','9','58419.27',    '12','6','26598.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135299.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047036.0','1021301.0','23',    '20','16','184661.1',    '20','14','136659.45',    '11','8','48001.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135300.0','1046868.0','51',    '32','11','69364.95',    '29','5','44688.94',    '18','9','24676.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047037.0','1021301.0','40',    '28','0','0.0',    '16','0','0.0',    '22','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135301.0','1046868.0','20',    '22','5','14483.67',    '18','2','8684.24',    '17','5','5799.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047038.0','1021301.0','2',    '2','1','3439.76',    '1','1','3439.76',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135302.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047039.0','1021301.0','166',    '152','55','185157.85',    '139','30','117440.01',    '109','41','67717.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135303.0','1046868.0','5',    '5','1','4124.4',    '3','1','4124.4',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047040.0','1021301.0','90',    '74','5','19750.81',    '65','3','17776.81',    '43','3','1974.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135304.0','1046868.0','2',    '2','1','3825.79',    '2','1','3724.26',    '2','1','101.53');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047041.0','1021301.0','1',    '1','1','3362.8',    '1','1','3362.8',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135305.0','1046868.0','35',    '26','3','7185.78',    '20','2','5799.57',    '15','2','1386.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047042.0','1021301.0','4',    '4','0','0.0',    '3','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135306.0','1046868.0','483',    '452','246','1714895.93',    '440','226','1546125.81',    '180','75','168770.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047043.0','1021301.0','400',    '370','207','1129586.47',    '358','161','935833.85',    '202','117','193752.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135307.0','1046868.0','1',    '1','1','3756.0',    '1','1','3756.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047044.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135308.0','1046868.0','8',    '6','2','1378.65',    '6','0','0.0',    '3','2','1378.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047045.0','1021301.0','24',    '24','4','19973.5',    '20','2','15127.85',    '14','2','4845.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135309.0','1046868.0','35',    '33','16','123840.15',    '33','16','115340.03',    '12','5','8500.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047046.0','1021301.0','8',    '7','1','8491.1',    '7','1','8491.1',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135310.0','1046868.0','159',    '142','28','64100.55',    '117','12','40814.47',    '102','21','23286.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047047.0','1021301.0','27',    '21','1','1468.05',    '19','1','607.58',    '8','1','860.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135311.0','1046868.0','11',    '9','0','0.0',    '9','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047048.0','1021301.0','28',    '24','4','12730.81',    '22','2','4886.0',    '15','4','7844.81');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135312.0','1046868.0','8',    '7','4','4397.41',    '7','3','3422.86',    '4','2','974.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047049.0','1021301.0','2',    '2','0','0.0',    '0','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135313.0','1046868.0','157',    '131','40','294334.23',    '122','31','262278.61',    '54','20','32055.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047050.0','1021301.0','308',    '285','129','612621.19',    '275','112','508238.1',    '148','45','104383.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135314.0','1046868.0','213',    '188','123','556179.74',    '180','105','471318.67',    '82','38','84861.07');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047051.0','1021301.0','1',    '1','1','10079.6',    '1','1','10079.6',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135315.0','1046868.0','50',    '41','11','41320.25',    '36','8','19888.38',    '25','7','21431.87');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047052.0','1021301.0','20',    '12','0','0.0',    '8','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135316.0','1046868.0','13',    '7','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047053.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135317.0','1046868.0','38',    '33','8','20445.97',    '27','5','13294.0',    '21','5','7151.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047054.0','1021301.0','9',    '8','0','0.0',    '6','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135318.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047055.0','1021301.0','83',    '68','18','78486.61',    '55','11','67111.07',    '34','11','11375.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135319.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047056.0','1021301.0','11',    '10','4','14537.47',    '5','0','0.0',    '8','4','14537.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135320.0','1046868.0','1',    '1','1','2090.05',    '1','1','2090.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047057.0','1021301.0','1',    '1','1','9000.0',    '0','0','0.0',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135321.0','1046868.0','101',    '92','39','228029.83',    '89','34','205267.34',    '55','14','22762.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047058.0','1021301.0','314',    '280','101','383192.27',    '250','59','265712.61',    '191','71','117479.66');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135322.0','1046868.0','201',    '166','20','39988.71',    '141','7','19911.83',    '106','17','20076.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047059.0','1021301.0','28',    '22','11','57222.38',    '19','9','40056.9',    '13','5','17165.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135323.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047060.0','1021301.0','23',    '20','4','18210.61',    '17','3','8311.13',    '11','3','9899.48');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135324.0','1046868.0','10',    '6','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047061.0','1021301.0','1',    '1','1','2230.0',    '1','1','2230.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135325.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047062.0','1021301.0','9',    '7','2','1519.2',    '7','1','1078.06',    '4','1','441.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135326.0','1046868.0','23',    '14','0','0.0',    '12','0','0.0',    '7','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047063.0','1021301.0','21',    '15','1','1209.41',    '10','0','0.0',    '11','1','1209.41');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135327.0','1046868.0','8',    '6','0','0.0',    '5','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047064.0','1021301.0','163',    '147','36','96409.79',    '123','14','49402.44',    '106','30','47007.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135328.0','1046868.0','19',    '16','2','1222.73',    '15','0','0.0',    '8','2','1222.73');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047065.0','1021301.0','13',    '12','5','12960.83',    '12','3','10714.45',    '6','2','2246.38');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135329.0','1046868.0','22',    '16','1','349.56',    '13','1','349.56',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047066.0','1021301.0','1417',    '1252','713','5544112.51',    '1177','637','3843093.76',    '874','469','1701018.75');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135330.0','1046868.0','195',    '177','98','682832.73',    '175','87','572787.85',    '94','41','110044.88');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047067.0','1021301.0','39',    '35','17','81311.26',    '30','12','70046.36',    '24','9','11264.9');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135331.0','1046868.0','18',    '14','4','28169.14',    '12','2','18759.18',    '9','3','9409.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047068.0','1021301.0','59',    '49','6','14983.6',    '41','3','7135.61',    '29','3','7847.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135332.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047069.0','1021301.0','1',    '1','1','9000.0',    '0','0','0.0',    '1','1','9000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135333.0','1046868.0','71',    '63','33','288632.08',    '63','30','252781.75',    '31','20','35850.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047070.0','1021301.0','136',    '123','51','316368.06',    '109','39','241514.22',    '69','24','74853.84');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135334.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047071.0','1021301.0','1',    '1','1','550.0',    '1','0','0.0',    '1','1','550.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135335.0','1046868.0','94',    '82','13','23691.05',    '70','3','16181.25',    '63','11','7509.8');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026606.0','1021301.0','7',    '5','1','3325.18',    '5','1','3104.63',    '3','1','220.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114870.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047072.0','1021301.0','130',    '116','41','309706.24',    '100','31','247380.77',    '54','20','62325.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135336.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047073.0','1021301.0','23',    '18','1','1340.62',    '15','0','0.0',    '10','1','1340.62');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135337.0','1046868.0','66',    '61','47','414288.45',    '61','44','361997.19',    '37','20','52291.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047074.0','1021301.0','36',    '33','11','26065.7',    '30','6','18804.61',    '20','8','7261.09');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135338.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047075.0','1021301.0','1',    '1','1','7260.05',    '1','1','7260.05',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135339.0','1046868.0','47',    '31','3','21552.31',    '17','1','12111.17',    '19','2','9441.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047076.0','1021301.0','18',    '16','3','7105.26',    '11','2','3632.0',    '12','3','3473.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135340.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026672.0','1021301.0','40',    '34','4','19032.23',    '29','1','361.92',    '18','3','18670.31');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114936.0','1046868.0','24',    '17','2','17813.21',    '11','0','0.0',    '13','2','17813.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047077.0','1021301.0','5',    '3','0','0.0',    '3','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135341.0','1046868.0','2234',    '2048','1378','7989365.68',    '1991','1297','6832730.67',    '942','463','1156635.01');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047078.0','1021301.0','9',    '8','1','2223.25',    '5','1','2223.25',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135342.0','1046868.0','85',    '83','40','214898.87',    '80','36','211713.16',    '20','7','3185.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047079.0','1021301.0','4',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135343.0','1046868.0','42',    '33','3','908.33',    '29','0','0.0',    '21','3','908.33');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047080.0','1021301.0','21',    '14','1','631.3',    '11','0','0.0',    '10','1','631.3');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135344.0','1046868.0','64',    '56','3','13558.67',    '49','0','0.0',    '35','3','13558.67');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047081.0','1021301.0','10',    '7','0','0.0',    '6','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135345.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047082.0','1021301.0','774',    '713','487','3780275.61',    '698','451','3356895.11',    '316','174','423380.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135346.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2026564.0','1021301.0','121',    '103','36','87715.5',    '95','21','48584.42',    '67','29','39131.08');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2114828.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047083.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135347.0','1046868.0','5',    '4','0','0.0',    '1','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047084.0','1021301.0','20',    '13','0','0.0',    '11','0','0.0',    '9','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135348.0','1046868.0','6',    '6','0','0.0',    '6','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047085.0','1021301.0','4',    '3','1','441.14',    '3','0','0.0',    '2','1','441.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135349.0','1046868.0','31',    '24','6','12087.47',    '18','1','5477.51',    '18','5','6609.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047086.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135350.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047087.0','1021301.0','1',    '1','1','6453.37',    '1','1','6453.37',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135351.0','1046868.0','360',    '326','179','832300.13',    '312','159','773824.97',    '155','54','58475.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047088.0','1021301.0','22',    '19','13','99758.11',    '17','12','98022.4',    '7','3','1735.71');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135352.0','1046868.0','22',    '17','3','4412.93',    '15','1','2192.0',    '6','2','2220.93');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047089.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135353.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047090.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135354.0','1046868.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047091.0','1021301.0','1058',    '929','487','3434275.32',    '890','414','2811068.27',    '482','256','623207.05');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135355.0','1046868.0','9',    '9','0','0.0',    '9','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047092.0','1021301.0','80',    '67','12','31169.89',    '55','5','21317.97',    '34','10','9851.92');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135356.0','1046868.0','31',    '25','5','13381.85',    '22','3','11651.99',    '11','2','1729.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047093.0','1021301.0','11',    '9','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135357.0','1046868.0','50',    '48','24','231690.09',    '47','24','204567.5',    '18','10','27122.59');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047094.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135358.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047095.0','1021301.0','8',    '7','0','0.0',    '4','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135359.0','1046868.0','157',    '144','56','252589.62',    '131','32','174943.06',    '98','48','77646.56');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047096.0','1021301.0','5',    '4','2','21701.04',    '4','2','19991.55',    '3','1','1709.49');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135360.0','1046868.0','2',    '2','1','430.24',    '2','0','0.0',    '1','1','430.24');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047097.0','1021301.0','1',    '1','1','11837.45',    '1','1','11837.45',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135361.0','1046868.0','1',    '1','1','1816.0',    '1','1','1816.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047098.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135362.0','1046868.0','2',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047099.0','1021301.0','19',    '18','1','1376.0',    '11','1','1376.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135363.0','1046868.0','124',    '110','16','129743.44',    '103','14','113977.18',    '53','6','15766.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047100.0','1021301.0','16',    '11','3','5935.47',    '10','2','4786.0',    '7','2','1149.47');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135364.0','1046868.0','62',    '59','28','184719.57',    '58','26','155068.96',    '23','10','29650.61');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047101.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135365.0','1046868.0','29',    '23','5','40119.65',    '18','3','23041.44',    '14','4','17078.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047102.0','1021301.0','241',    '229','173','1011346.36',    '226','168','891864.24',    '102','44','119482.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135366.0','1046868.0','924',    '857','540','3669659.09',    '839','503','3204399.55',    '421','175','465259.54');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047103.0','1021301.0','11',    '9','0','0.0',    '8','0','0.0',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135367.0','1046868.0','26',    '20','9','20676.54',    '17','5','16440.84',    '9','4','4235.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047104.0','1021301.0','67',    '61','33','200512.32',    '60','30','187982.64',    '21','8','12529.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135368.0','1046868.0','10',    '10','6','24691.44',    '10','6','20704.72',    '5','1','3986.72');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047105.0','1021301.0','1',    '1','1','5955.69',    '1','1','5955.69',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135369.0','1046868.0','1',    '1','1','4335.95',    '1','1','4335.95',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047106.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135370.0','1046868.0','115',    '90','28','65353.97',    '76','9','29335.97',    '67','22','36018.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047107.0','1021301.0','16',    '15','3','1798.96',    '11','0','0.0',    '12','3','1798.96');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135371.0','1046868.0','55',    '53','26','105751.73',    '53','25','99984.9',    '22','5','5766.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047108.0','1021301.0','1',    '1','1','2600.0',    '0','0','0.0',    '1','1','2600.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135372.0','1046868.0','17',    '11','2','18000.0',    '6','0','0.0',    '7','2','18000.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047109.0','1021301.0','14',    '12','2','12631.22',    '12','2','8312.76',    '5','1','4318.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135373.0','1046868.0','24',    '17','7','24932.6',    '13','3','12620.05',    '10','7','12312.55');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047110.0','1021301.0','495',    '456','245','1320152.54',    '445','203','1124748.39',    '237','116','195404.15');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135374.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047111.0','1021301.0','2',    '2','1','5543.6',    '2','1','5543.6',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135375.0','1046868.0','760',    '697','358','2355963.07',    '666','315','1989287.84',    '380','158','366675.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047112.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135376.0','1046868.0','9',    '7','0','0.0',    '4','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047113.0','1021301.0','23',    '17','3','5212.95',    '11','2','3632.0',    '12','2','1580.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135377.0','1046868.0','556',    '505','288','1892205.18',    '492','279','1758923.35',    '148','45','133281.83');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047114.0','1021301.0','186',    '160','61','398751.69',    '155','49','319264.41',    '71','31','79487.28');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135378.0','1046868.0','21',    '17','0','0.0',    '15','0','0.0',    '10','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047115.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135379.0','1046868.0','40',    '31','3','1777.16',    '27','0','0.0',    '18','3','1777.16');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047116.0','1021301.0','54',    '41','5','27487.96',    '33','3','16589.96',    '29','2','10898.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135380.0','1046868.0','348',    '305','162','804626.8',    '291','149','723080.83',    '133','47','81545.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047117.0','1021301.0','197',    '180','43','156640.63',    '143','25','92339.6',    '117','29','64301.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135381.0','1046868.0','2',    '2','2','8378.05',    '2','2','8378.05',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047118.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135382.0','1046868.0','10',    '7','1','4581.3',    '7','1','4581.3',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044786.0','1021301.0','46',    '27','1','3408.74',    '20','1','3408.74',    '17','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2133050.0','1046868.0','10',    '8','1','659.99',    '6','0','0.0',    '5','1','659.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047119.0','1021301.0','208',    '167','60','234711.49',    '134','48','140332.81',    '102','35','94378.68');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135383.0','1046868.0','6',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047120.0','1021301.0','2',    '2','2','8296.91',    '2','2','8296.91',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135384.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047121.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135385.0','1046868.0','2969',    '2699','1600','10868204.13',    '2564','1408','8732251.68',    '1531','753','2135952.45');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047122.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135386.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047123.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135387.0','1046868.0','46',    '45','11','61375.24',    '45','9','42266.66',    '30','7','19108.58');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047124.0','1021301.0','30',    '29','8','30991.8',    '29','7','28593.68',    '8','3','2398.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135388.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047125.0','1021301.0','7',    '6','3','63061.49',    '6','3','47045.85',    '3','2','16015.64');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135389.0','1046868.0','3',    '3','2','19256.24',    '3','2','15346.2',    '3','1','3910.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047126.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135390.0','1046868.0','2',    '2','1','11308.3',    '2','1','11308.3',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047127.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135391.0','1046868.0','26',    '23','19','167614.11',    '23','19','130750.88',    '14','7','36863.23');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047128.0','1021301.0','6',    '4','1','7079.43',    '4','1','7079.43',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135392.0','1046868.0','13',    '8','3','6802.61',    '8','2','6376.11',    '3','1','426.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047129.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135393.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047130.0','1021301.0','79',    '70','16','55597.17',    '67','15','53632.6',    '30','6','1964.57');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135394.0','1046868.0','14',    '13','0','0.0',    '12','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047131.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135395.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047132.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135396.0','1046868.0','2',    '1','1','2853.84',    '1','1','2853.84',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047133.0','1021301.0','14',    '12','5','53677.34',    '12','4','36412.35',    '4','1','17264.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135397.0','1046868.0','33',    '32','7','54421.15',    '32','6','45050.86',    '16','3','9370.29');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047134.0','1021301.0','11',    '9','1','1248.4',    '9','1','1045.34',    '5','1','203.06');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135398.0','1046868.0','0',    '1','1','4208.9',    '1','1','4208.9',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044780.0','1021301.0','13',    '12','9','20582.37',    '12','9','20582.37',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2133044.0','1046868.0','361',    '322','96','347954.31',    '316','62','231832.99',    '187','74','116121.32');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047135.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135399.0','1046868.0','13',    '11','7','62355.14',    '11','7','58255.49',    '4','1','4099.65');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047136.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135400.0','1046868.0','19',    '15','11','87934.42',    '15','11','69174.16',    '8','5','18760.26');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047137.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135401.0','1046868.0','29',    '23','17','99392.65',    '22','16','90350.25',    '17','6','9042.4');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047138.0','1021301.0','176',    '143','69','398744.15',    '142','66','363991.02',    '58','19','34753.13');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135402.0','1046868.0','56',    '49','10','56952.33',    '48','7','46811.42',    '22','5','10140.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047139.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135403.0','1046868.0','5',    '5','3','11618.87',    '5','3','10487.44',    '4','2','1131.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047140.0','1021301.0','4',    '4','0','0.0',    '4','0','0.0',    '3','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135404.0','1046868.0','23',    '19','8','30166.54',    '18','8','22809.42',    '12','3','7357.12');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047141.0','1021301.0','26',    '16','10','54560.8',    '16','10','49824.45',    '7','2','4736.35');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135405.0','1046868.0','2',    '1','1','8169.7',    '1','1','1332.0',    '1','1','6837.7');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047142.0','1021301.0','3',    '1','1','1875.75',    '1','1','1875.75',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135406.0','1046868.0','3',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047143.0','1021301.0','5',    '4','2','22121.18',    '4','2','22121.18',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135407.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044648.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132912.0','1046868.0','28',    '16','12','72170.61',    '16','12','69258.98',    '2','1','2911.63');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047144.0','1021301.0','116',    '99','63','580002.54',    '97','63','515136.37',    '40','19','64866.17');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135408.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047145.0','1021301.0','2',    '1','1','1674.0',    '1','1','1674.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135409.0','1046868.0','3',    '2','0','0.0',    '2','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047146.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135410.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047147.0','1021301.0','1',    '1','1','744.0',    '1','1','744.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135411.0','1046868.0','264',    '254','55','121339.52',    '252','54','119025.06',    '71','7','2314.46');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047148.0','1021301.0','178',    '170','25','72983.62',    '169','24','71391.48',    '43','2','1592.14');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135412.0','1046868.0','1',    '1','1','1904.72',    '1','1','1904.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047149.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135413.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047150.0','1021301.0','265',    '258','77','205710.76',    '256','74','203034.33',    '89','12','2676.43');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135414.0','1046868.0','1',    '1','1','917.96',    '1','1','917.96',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2044618.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2132882.0','1046868.0','102',    '91','11','24587.72',    '90','9','23593.03',    '26','3','994.69');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047151.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135415.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047152.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135416.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047153.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135417.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047154.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135418.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047155.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135419.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047156.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135420.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047157.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135421.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047158.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135422.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047159.0','1021301.0','1',    '1','1','1699.59',    '1','1','1699.59',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135423.0','1046868.0','225',    '212','67','179094.61',    '209','63','176937.57',    '58','10','2157.04');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047160.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135424.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047161.0','1021301.0','135',    '135','43','109601.14',    '134','43','109540.64',    '47','1','60.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135425.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047162.0','1021301.0','2',    '2','1','212.99',    '2','1','212.99',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135426.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047163.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135427.0','1046868.0','1',    '1','1','1444.09',    '1','1','1444.09',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047164.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135428.0','1046868.0','1',    '1','1','33504.28',    '1','1','33504.28',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047165.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135429.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047166.0','1021301.0','1',    '1','0','0.0',    '0','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135430.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047167.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135431.0','1046868.0','5',    '5','1','83.99',    '5','0','0.0',    '2','1','83.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047168.0','1021301.0','25',    '23','4','13231.95',    '23','4','13231.95',    '5','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135432.0','1046868.0','107',    '100','15','35014.5',    '98','15','34451.55',    '25','2','562.95');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047169.0','1021301.0','1',    '1','1','1828.85',    '1','1','1828.85',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135433.0','1046868.0','1',    '1','1','1160.72',    '1','1','1160.72',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047170.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135434.0','1046868.0','1',    '1','1','2585.44',    '1','1','2501.45',    '1','1','83.99');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047171.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135435.0','1046868.0','1',    '1','1','744.0',    '1','1','744.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047172.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135436.0','1046868.0','1',    '1','1','2184.87',    '1','1','2184.87',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047173.0','1021301.0','111',    '105','22','44363.28',    '103','21','43827.78',    '40','2','535.5');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135437.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047174.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135438.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047175.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135439.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047176.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135440.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047177.0','1021301.0','2',    '2','0','0.0',    '2','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135441.0','1046868.0','2',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047178.0','1021301.0','42',    '28','1','2027.79',    '24','1','1914.0',    '15','1','113.79');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135442.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047179.0','1021301.0','5',    '4','0','0.0',    '4','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135443.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047180.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135444.0','1046868.0','2',    '2','0','0.0',    '2','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047181.0','1021301.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135445.0','1046868.0','13',    '9','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047182.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135446.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047183.0','1021301.0','637',    '461','150','422241.22',    '420','147','340284.19',    '203','31','81957.03');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135447.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047184.0','1021301.0','3',    '3','0','0.0',    '3','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135448.0','1046868.0','69',    '43','3','2608.86',    '35','1','1914.0',    '27','2','694.86');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047185.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135449.0','1046868.0','1',    '1','0','0.0',    '1','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047186.0','1021301.0','1',    '1','0','0.0',    '1','0','0.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135450.0','1046868.0','1',    '0','0','0.0',    '0','0','0.0',    '0','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047187.0','1021301.0','1',    '1','1','1914.0',    '1','1','1914.0',    '1','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135451.0','1046868.0','53',    '46','2','5002.98',    '39','2','3828.0',    '36','1','1174.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047188.0','1021301.0','28',    '15','0','0.0',    '15','0','0.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135452.0','1046868.0','5',    '4','0','0.0',    '4','0','0.0',    '2','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047189.0','1021301.0','12',    '9','0','0.0',    '7','0','0.0',    '6','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135453.0','1046868.0','787',    '609','100','249507.03',    '574','85','214713.61',    '207','29','34793.42');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047190.0','1021301.0','204',    '138','33','103814.27',    '122','31','94952.29',    '85','8','8861.98');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135454.0','1046868.0','1446',    '1088','229','721328.7',    '1002','209','577500.43',    '469','85','143828.27');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047191.0','1021301.0','64',    '43','6','14293.73',    '33','3','6204.76',    '28','5','8088.97');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135455.0','1046868.0','26',    '22','2','6382.22',    '20','2','6114.11',    '14','1','268.11');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047192.0','1021301.0','25',    '19','1','2272.0',    '17','1','2272.0',    '12','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135456.0','1046868.0','4',    '3','1','1456.19',    '3','0','0.0',    '1','1','1456.19');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047193.0','1021301.0','10',    '8','0','0.0',    '7','0','0.0',    '8','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135457.0','1046868.0','254',    '210','21','78253.9',    '207','19','65816.14',    '37','7','12437.76');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047194.0','1021301.0','12',    '8','0','0.0',    '8','0','0.0',    '4','0','0.0');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135458.0','1046868.0','37',    '26','4','11668.71',    '23','3','11032.5',    '13','1','636.21');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3001817.0',    '2047195.0','1021301.0','24',    '19','1','3999.91',    '18','1','1914.0',    '9','1','2085.91');
INSERT INTO cs689TermProj.dbo.Relief_Fact(disasterId,locationId,dateTimeId,    totalValidRegistrations,ihpReferrals,ihpEligible,ihpAmount,haReferrals,haEligible,haAmount,    onaReferrals,onaEligible,onaAmount) VALUES ('3006323.0',    '2135459.0','1046868.0','52',    '39','5','18287.61',    '32','4','16498.91',    '18','3','1788.7');
In [41]:
cursor.execute('commit')
Out[41]:
<pyodbc.Cursor at 0x1f9598120a8>
In [ ]:
 
In [ ]: